/*** FONTS ***/

/* Webfont: Lato-BlackItalic */@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-BlackItalic.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Lato-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/fonts/Lato-BlackItalic.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Lato-BlackItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Black */@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Black.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
  url('/fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Lato-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Bold */@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
  url('/fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-BoldItalic */@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-BoldItalic.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/fonts/Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Light */@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Light.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
  url('/fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-LightItalic */@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-LightItalic.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Lato-LightItalic.woff2') format('woff2'), /* Modern Browsers */
  url('/fonts/Lato-LightItalic.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Lato-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Regular */@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
  url('/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
  url('/fonts/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/*** CSS RESET ***/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: 0;
}

/*** COMMON STYLES ***/

body,
html {
  background: #e6ecef;
}

*,:after,:before {
  box-sizing: border-box;
}

html {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #666;
}

body {
  -webkit-font-smoothing: antialiased!important;
}

body,html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

[data-sr] {
  visibility: hidden;
}

.hidden,[clear] {
  display: none!important;
}

a {
  text-decoration: none;
}

a,
button,
input[type=email],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
}

/*** SITE CONTAINER ***/

#wrapper {
  width: 100%;
  -webkit-transition:-webkit-transform 500ms ease;
  transition:-webkit-transform 500ms ease;
  transition:transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
#siteContainer {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.page-content {
  width: 100%;
  padding: 0 50px;
  clear: both;
}

/*** TOP ***/

#top {
  width: 100%;
  height: 99px;
  background: url(../../images/frontend_new/topBg.jpg) no-repeat center top;
  position: relative;
}
.logo {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.logoIndia {
  width: 76px;
  height: 69px;
  position: absolute;
  top: 34px;
  left: 449px;
}

/*********************************************
MENU TOP
*********************************************/

.tzmo-65 {
  float: left;
  display: inline-block;
}

#mainMenu {
  width: 100%;
  height: 87px;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f9fa 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f9fa));
  background: linear-gradient(to bottom, #ffffff 0%, #f7f9fa 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f9fa', GradientType=0);
  position: relative;
  z-index: 900;
  clear: both;
  -webkit-transition:-webkit-transform 500ms ease;
  transition:-webkit-transform 500ms ease;
  transition:transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

#mainMenu ul {
  list-style-type: none;
  position: relative;
}

#mainMenu > ul > li:first-child {
  margin-left: 34px;
/*  padding-right: 20px;*/
/*  border-right: 1px solid #dce6e9;*/
/*  height: 55px;*/
}

#mainMenu ul li {
  float: left;
  height: 77px;
}

#mainMenu > ul > li {
  top: 4px;
}

#mainMenu ul li a {
  display: block;
  color: #3A6C9E;
  font: 900 14px/1.42em 'Lato';
  text-decoration: none;
  height: 53px;
  padding: 10px 20px;
  -webkit-transition:color 300ms ease;
  transition: color 300ms ease;
}

#mainMenu > ul > li > a {
  border: 1px solid rgba(220, 230, 233, 0);
  border-right: 1px solid #dce6e9;
}

#mainMenu ul li a.firstLink {
  border-left: 1px solid #dce6e9;
}

#mainMenu > ul > li.hasUl:hover > a {
  border: none;
  height: 77px;
  position: relative;
  left: -1px;
  padding: 10px 19px 10px 21px;
}

#mainMenu ul li a span {
  cursor: pointer;
}

#mainMenu ul li a span.l0Center {
  display: block;
  float: left;
  padding: 14px 20px 0 7px;
}

#mainMenu > ul > li.hasUl:hover > a span.l0Center {
  padding: 21px 8px 0 8px;
}

#mainMenu > ul > li.hasUl:hover > a span.l0Center {
  background: url(../../images/frontend_new/l0Center.jpg) repeat-x left top;
  height: 77px;
}

#mainMenu ul li a span.l0Left {
  display: block;
  width: 12px;
  height: 77px;
  float: left;
}

#mainMenu > ul > li.hasUl:hover a span.l0Left {
  background: url(../../images/frontend_new/l0Left.jpg) no-repeat left top;
}

#mainMenu ul li a span.l0Right {
  display: block;
  width: 12px;
  height: 77px;
  float: left;
}

#mainMenu > ul > li.hasUl:hover a span.l0Right {
  background: url(../../images/frontend_new/l0Right.jpg) no-repeat right top;
}

#mainMenu ul li a span.l0Desc {
  font: normal 9px Arial;
  color: #ABB6BF;
  display: block;
  padding-top: 3px;
}

#mainMenu ul li a:hover {
  color: #7CC85B;
}

#mainMenu > ul > li > a.activePage {
  color: #272157;
}

#mainMenu ul li a.activePage:hover {
  color: #7CC85B;
}

#mainMenu ul,
#mainMenu ul * {
  list-style: none;
}

#mainMenu ul {
  line-height: .0;
}

#mainMenu ul ul {
  position: absolute;
  top: -999em;
  width: 10em;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}

#mainMenu ul ul li {
  width: 100%;
}

#mainMenu ul li:hover {
  visibility: inherit;
}

#mainMenu ul li {
  float: left;
  position: relative;
}

#mainMenu ul a {
  display: block;
  position: relative;
}

#mainMenu > ul > li:hover ul,
#mainMenu > ul > li.sfHover ul {
  left: -1px;
  top: 62px;
  z-index: 99;
}

#mainMenu ul li ul li:hover ul,
#mainMenu ul li ul li ul li:hover ul {
  left: 0;
  top: 0;
  z-index: 99;
}

ul#mainMenu ul li:hover li ul,
ul#mainMenu ul li.sfHover li ul {
  top: -999em;
}

ul#mainMenu ul li li:hover ul,
ul#mainMenu ul li li.sfHover ul {
  left: 10em;
  top: 0;
}

ul#mainMenu ul li li:hover li ul,
ul#mainMenu ul li li.sfHover li ul {
  top: -999em;
}

ul#mainMenu ul li li li:hover ul,
ul#mainMenu ul li li li.sfHover ul {
  left: 10em;
  top: 0;
}

#mainMenu ul {
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
}

#mainMenu ul a {
  padding: .75em 1em;
  text-decoration: none;
}

#mainMenu ul li:hover {
  outline: 0;
}

#mainMenu > ul > li.hasUl:hover {
  background: #e6ecef;
  background: -webkit-linear-gradient(top, #f7fbfd 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7fbfd), to(#ffffff));
  background: linear-gradient(to bottom, #f7fbfd 0%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfd', endColorstr='#ffffff', GradientType=0);
}

#mainMenu > ul > li.hasUl:hover > a {
  border: 1px solid #DCE6E9;
  border-bottom: 0;
}

#mainMenu ul li ul,
#mainMenu ul li ul li ul {
  border-bottom: 1px solid #DCE6E9;
  min-width: 250px;
}

#mainMenu ul li ul li,
#mainMenu ul li ul li ul li {
  height: auto;
  background: #fff;
  border-right: 1px solid #dce6e9;
  border-left: 1px solid #DCE6E9;
  min-width: 250px;
}

#mainMenu ul li ul li ul {
  border-top: 1px solid #DCE6E9;
}

#mainMenu ul li ul li a,
#mainMenu ul li ul li ul li a {
  color: #666;
  font: 12px/1.3em 'Lato';
  border: none;
  border-bottom: 1px solid #dfe8eb;
  padding: 9px 15px 12px 15px;
  margin: 0 12px 0 14px;
  height: auto;
  background: url(../../images/frontend_new/ddArrow.png) no-repeat;
  background-position: 0px 12px;
}

#mainMenu ul li ul li a:hover,
#mainMenu ul li ul li ul li a:hover {
  background: url(../../images/frontend_new/ddArrow.png) no-repeat;
  background-position: 0px 12px;
  border-bottom: 1px solid #dfe8eb;
}

#menuBottom {
  width: 100%;
  clear: both;
  height: 32px;
  background: url(../../images/frontend_new/menuShadow.png) no-repeat left top;
}


/*********************************************
LANGUAGE SELECT
*********************************************/

#langSelect {
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 320px;
  float: right;
}

#langSelect .selectValue {
  font: 12px Arial;
  color: #666;
  height: 27px;
  position: relative;
  z-index: 997;
}

#langSelect .selectValue span {
  padding: 0 13px 0 12px;
  position: relative;
  top: 1px;
}

#langSelect .selectValue .selectValueRight2 span {
  padding-left: 0 !important;
  position: relative;
  top: 1px;
}

#langSelect .selectValue img {
  vertical-align: middle;
}

#langSelect .selectValue {
  float: left;
  background: url(../../images/frontend_new/lsOutSpacer.png) repeat-x left top;
  height: 27px;
}

#langSelect .selectValue .selectValueLeft {
  float: left;
  background: url(../../images/frontend_new/lsOutLeft.png) no-repeat left top;
  height: 27px;
}

#langSelect .selectValue .selectValueLeft .selectValueRight {
  float: left;
  background: url(../../images/frontend_new/lsOutRight.png) no-repeat right top;
  height: 20px;
  padding: 4px 7px 21px 11px;
}

#langSelect .selectValue .selectValueLeft .selectValueRight a,
#langSelect .selectValue .selectValueLeft .selectValueRight2 a {
  text-decoration: none;
  color: #666;
  background: url(../../images/frontend_new/langAr.png) no-repeat right 6px;
  display: block;
  padding-right: 4px;
}

#langSelect .selectValue .selectValueLeft .selectValueRight a:hover {
  background: url(../../images/frontend_new/langArDark.png) no-repeat right 6px;
  color: #1599B7;
}

#langSelect .selectValue.expanded {
  float: left;
  background: url(../../images/frontend_new/lSelSpacer.png) repeat-x left top;
  height: 27px;
}

#langSelect .selectValue.expanded .selectValueLeft {
  float: left;
  background: url(../../images/frontend_new/lSelLeft.png) no-repeat left top;
  height: 27px;
}

#langSelect .selectValue.expanded .selectValueLeft .selectValueRight {
  float: left;
  background: url(../../images/frontend_new/lSelRight.png) no-repeat right top;
  height: 20px;
  padding: 2px 7px 5px 11px;
}

#langSelect .selectValue .selectValueLeft .selectValueRight img:first-child {
  position: relative;
  left: 2px;
}

#langSelect .selectValue.expanded .selectValueLeft .selectValueRight a {
  background: url(../../images/frontend_new/langArDark.png) no-repeat right 8px;
  color: #1599B7;
  cursor: pointer;
}

#langSelect .selectValue.expanded .selectValueLeft .selectValueRight span {
  display: inline-block;
  padding-top: 2px;
}

#langSelect .selectValue .selectValueLeft .selectValueRight2 span a,
#langSelect .selectValue .selectValueLeft .selectValueRight2 span a:hover,
#langSelect .selectValue.expanded .selectValueLeft .selectValueRight2 span a,
#langSelect .selectValue.expanded .selectValueLeft .selectValueRight2 span a:hover {
  float: left;
  display: inline-block;
  background: none;
  margin-right: 5px;
  cursor: pointer;
}

#langSelect .selectValue .selectValueLeft .selectValueRight2 span a img {
  margin-right: 5px;
}

#langSelect .selectValue .selectValueLeft .selectValueRight2 .selectArr {
  padding-top: 6px;
}

.selectBox {
  float: left;
  border: 1px solid #CAD4DD;
  position: absolute;
  top: 26px;
  z-index: 996;
  display: none;
  clear: both;
  width: 200px;
  background: #EFF3F5;
}

.selectBox ul {
  display: block;
  float: left;
  width: 198px;
}

.selectBox ul li {
  padding: 0 5px 0 11px;
  display: block;
  cursor: pointer;
}

.selectBox ul li a {
  display: block;
  font: 700 11px/1.42em 'Lato';
  color: #666;
  text-decoration: none;
  padding: 6px 0;
  white-space: nowrap;
  border-bottom: 1px solid #C8D8DD;
  cursor: pointer;
  text-transform: uppercase;
}

.selectBox ul li a.selLang {
  color: #1599B7;
}

.selectBox ul li a:hover {
  color: #1599B7;
  cursor: pointer;
}

.selectBox ul li a img {
  margin-right: 10px;
}

a.countryChange {
  font: 700 11px/1.42em 'Lato';
  color: #1599B7;
  display: block;
  padding: 7px 14px 5px 11px;
  text-decoration: none;
  text-align: right;
  float: left;
  clear: both;
  width: 100%;
}

a.countryChange:hover {
  text-decoration: underline;
}

.lang-mob {
  display: none;
}


/*********************************************
SEARCH FORM
*********************************************/

#searchForm {
  width: 215px;
  top: 26px;
  height: 25px;
  position: absolute;
  right: 85px;
}

#searchForm .searchInput {
  float: left;
  width: 184px;
  padding-right: 6px;
  height: 25px;
  background: url(../../images/frontend_new/searchInput.png) no-repeat left top;
}

#searchForm .searchInput input {
  background: none;
  border: none;
  width: 158px;
  margin: 4px 13px 0 13px;
  font: 12px 'Lato';
  color: #666;
}

#searchForm input[type=submit] {
  width: 25px;
  height: 25px;
  background: url(../../images/frontend_new/searchBtn.png) no-repeat center center #EEF2F4;
  border: 1px solid #CAD5DE;
  text-indent: -9999px;
  cursor: pointer;
}


/*********************************************
SLIDER
*********************************************/

#slider {
  width: 100%;
  height: auto;
  position: relative;
  margin: 8px 0 20px 0;
  border: 1px solid #DCE6E9;
}

.workImage:after,
#slider:after {
  width: 45px;
  height: 48px;
  background: url(../../images/frontend_new/history.svg) no-repeat right bottom;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

#slider .swiper-container {
  width: 100%;
  height: 100%;
}

#slider .swiper-container .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#slider .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

#slider .swiper-container .swiper-slide img.mobile {
  display: none;
}
.home-slide-desktop {
    display:block;
    position:relative;
    overflow: hidden;
}
.home-slide-mobile {
    display:none;
}
.scale-img {
    -webkit-transition: opacity 2.5s ease, -webkit-transform 4s ease, -webkit-filter 2s ease;
    transition: opacity 2.5s ease, -webkit-transform 4s ease, -webkit-filter 2s ease;
    transition: transform 4s ease, opacity 2.5s ease, filter 2s ease;
    transition:transform 4s ease, opacity 2.5s ease, filter 2s ease, -webkit-transform 4s ease, -webkit-filter 2s ease;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);  
    opacity:0; 
    position:relative;
    left:0;
    top:0;
    -webkit-transform-origin:center center;
    transform-origin:center center;
}
.slide-in-img {
    -webkit-transition: all 3.5s ease;
    transition:all 3.5s ease; 
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    -webkit-transform-origin:center center;
    transform-origin:center center;  
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.swiper-slide-active .scale-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity:1;
}
.swiper-slide-active .slide-in-img {
    top:0;
    opacity:1;
}
.slide-in-img.op-only {
    top:0;
}

/*********************************************
PASSION FOR INNOVATION
*********************************************/

.pos {
  margin-top: 30px;
  width: 100%;
  clear: both;
}

.pos img {
  width: 100%;
  height: auto;
}


/*********************************************
LOGO CAROUSEL
*********************************************/

#logoCarousel {
  height: 111px;
  overflow: hidden;
  width: 100%;
  position: relative;
  clear: both;
  border-top: 3px solid #DFE8EB;
  border-bottom: 1px solid #DFE8EB;
  background: #f7f9fa;
  background: -webkit-linear-gradient(top, #f7f9fa 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f9fa), to(#ffffff));
  background: linear-gradient(to bottom, #f7f9fa 0%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#ffffff', GradientType=0);
}

#logoCarousel .swiper-container {
  width: 1200px;
  height: 111px;
}

#logoCarousel .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#logoCarousel .swiper-slide a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#logoCarousel .swiper-slide a img {
  -webkit-transition:opacity 500ms ease;
  transition: opacity 500ms ease;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  margin: -43px 0 0 -43px;
  
  height: 95px;
  margin-top: -49px;
  width: 95px;
}

#logoCarousel a img.logoGray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
}

#logoCarousel a img.logoColor {
  opacity: 0;
}

#logoCarousel a:hover img.logoColor {
  opacity: 1;
}

#logoCarousel a:hover img.logoGray {
  opacity: 0;
}

/*********************************************
BOXES BOTTOM
*********************************************/

#boxesBottom {
  width: 100%;
  padding: 24px 0 0 0;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#boxesBottom .box {
  float: left;
  width: 250px;
  position: relative;
  height: auto;
}

#boxesBottom .box.lastBox {
  margin-right: 0;
}

#boxesBottom .box .boxImage {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #DCE6E9;
}

#boxesBottom .box .boxImage img {
  width: 100%;
  height: auto;
  display: block;
}

#boxesBottom .box .boxImage .boxMask {
  width: 15px;
  height: 15px;
  background: url(../../images/frontend_new/history.svg) no-repeat right bottom;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

#boxesBottom .box h3 {
  color: #1598B6;
  font: 700 17px 'Lato', sans-serif;
  padding-bottom: 12px;
}

#boxesBottom .box h3 a {
  color: #1598B6;
  text-decoration: none;
}

#boxesBottom .box h3 span {
  color: #B8C5CC;
  font: 400 11px 'Lato', sans-serif;
  display: block;
  padding0-top: 3px;
}

#boxesBottom .box .boxDesc {
  padding: 17px 0;
  width: 100%;
  clear: both;
  line-height: 1.3em;
}

#boxesBottom .box .boxDesc p.homeNews {
  font: bold 11px/1.2em Arial;
  color: #A0B1BC;
  padding-bottom: 10px;
}

#boxesBottom .box .moreBtn {
  border-top: 1px solid #DFE8EB;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 0;
}

#boxesBottom .box .moreBtn a {
  width: 91px;
  height: 17px;
  display: block;
  float: right;
  position: relative;
  top: -1px;
  color: #fff;
  background: #8ACBDA;
  font: 400 12px/1.42em 'Lato';
  text-align: center;
}

#brandsAbout .findMoreBrands a:after,
#brandsAbout .findMoreBrands a:after,
#boxesBottom .box .moreBtn a:after,
#content .sidebarRight .moreAboutBrand a:after,
#content.zasiegTabsContainer .goToBrandLoc:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #fff transparent;
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
}

#boxesBottom .box .moreBtn a:hover {
  background: #6CBCD0;
}


/*********************************************
FOOTER
*********************************************/

#footer {
  border-top: 2px solid #DFE8EB;
  margin: 30px 50px 0 50px;
  height: 49px;
  padding: 16px 0 0 0;
  clear: both;
}

#footer ul {
  list-style: none;
}

#footer ul li {
  list-style: none;
  float: left;
  padding-right: 14px;
  line-height: 17px;
}

#footer ul li:first-child {
  position: relative;
  top: -2px;
}

#footer ul li a {
  text-decoration: none;
  color: #666;
  font: 11px Arial;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer a.aCopy {
  float: right;
  display: block;
  color: #C6D0D6;
  text-decoration: none;
  line-height: 17px;
}

#footer a.aCopy:hover {
  text-decoration: underline;
}


/*********************************************
COOKIES
*********************************************/

#cookiesBox {
  width: 100%;
  position: relative;
  clear: both;
  text-align: left;
  background-color: #f1f5f6;
  padding: 10px 0px;
  font: 400 12px/1.42em 'Lato';
  display: table;
  border-top: 2px solid #DFE8EB;
}

.closeCookies {
  color: #6c6c6c;
  text-decoration: none;
  display: block;
  margin-top: 8px;
  cursor: pointer;
  float: right;
  margin-right: 55px;
  text-transform: uppercase;
  font: 700 14px/1.42em 'Lato';
}

.cookies-box-in {
  width: 1200px;
  margin: 0 auto;
  padding-left: 55px;
}

.cookies-box-in > div {
  float: left;
  width: 800px;
  margin-right: 30px;
}

.cookies-box-in a {
  color: #1598B6;
}


/*********************************************
SUB CONTENT
*********************************************/

#content {
  width: 100%;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content.noImage {
  margin-top: 8px;
}

#content .contentLeft {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#content.doc-list .contentLeft {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
}

#content .contentLeft.news {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#content.work-etapy .contentLeft {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#content .contentLeft.job-offer-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

#content .contentLeft.cat-list {
  display: block;
}

#content .contentLeft .shortText {
  width: 100%;
  display: flex;
/*  clear: both;*/
  padding: 0 0 20px 0;
  font: 400 16px/1.42em 'Lato';
}

#content .sidebarRight {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  float: none;
  width: auto;
}

#sub-menu-select {
  display: none;
}

#content h1 {
  color: #1398B6;
  font: 300 32px/1.3em 'Lato';
  padding: 0 0 9px 0;
  clear: both;
}

#content .contentLeft .catBoxes {
  width: 100%;
  clear: both;
  padding-top: 30px;
  border-top: 1px solid #E5ECEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

#content .contentLeft .catBoxes .catBox {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 2rem;
  padding: 0 1.5rem 0 0;
  display:inline-block;
}

#content .contentLeft .catBoxes .catBox:nth-child(2n) {
  padding: 0 0 0 1.5rem;
}

#content .contentLeft .catBoxes .catBox.lastCatBox {
  margin-bottom: 0;
}

#content .contentLeft .catBoxes .catBox.secondCatBox {
  margin-right: 0;
}

#content .contentLeft .colRight .docBox h3,
#content .contentLeft .catBoxes .catBox h3 {
  color: #1398B6;
  font: 700 17px/1.2em 'Lato';
  padding-bottom: 8px;
  text-transform: uppercase;
}

#content .contentLeft .catBoxes .catPic {
  width: 100%;
  clear: both;
  position: relative;
  border: 1px solid #DCE6E9;
}

#content .contentLeft .catBoxes .catPic .catBoxFrame {
  width: 23px;
  height: 25px;
  background: url(../../images/frontend_new/history.svg) no-repeat right bottom;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

#content .contentLeft .catBoxes .catPic .catBoxImg {
  position: relative;
  display: block;
  width:100%;
  max-height:118px;
  height: auto;
}

#content .contentLeft .catBoxes .catBox h3 a {
  text-decoration: none;
  color: #1398B6;
}

#content .contentLeft .catBoxes .catBox h3 a:hover {
  color: #0F7D95;
}

#content .contentLeft .catBoxes .catBox h3 span {
  color: #B8C5CC;
  text-transform: none;
  font: 400 12px/1.2em 'Lato';
  display: block;
  padding-top: 3px;
}

#content .contentLeft .catBoxes .catBox .catDesc {
  clear: both;
  width: 100%;
  padding: 18px 0 8px 0;
  font: 12px/1.42em Arial;
}

.moreBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 4px;
  width: 100%;
}

.moreBtn a {
  display: inline-block;
  font: 700 14px/1.42em 'Lato';
  color: #1398B6;
}

.moreBtn a:hover {
  color: #0F7D95;
}

#content .contentLeft .colLeft {
  padding-right: 17px;
  border-right: 1px solid #DFE8EB;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 214px;
  flex: 0 0 214px;
}

#content .contentLeft .colLeft .sectionBigDesc {
  font: 300 20px/1.5em 'Lato';
  color: #1398B6;
  padding: 0 0 17px 0;
  text-align: right;
}

#content .contentLeft .colRight {
  padding-left: 20px;
  border-left: 1px solid #DCE6E9;
  position: relative;
  left: -1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

#content .contentLeft .colRight.widerCol {
  width: 590px;
  position: relative;
  left: -1px;
}


/*********************************************
SIDEBAR RIGHT
*********************************************/

.sidebarRight .sidebarMenu {
  width: 100%;
  clear: both;
  background-size: inherit;
}

.sidebarRight .sidebarMenu .sidebarMenuTop {
  width: 100%;
  clear: both;
  background: url(../../images/frontend_new/sidebarMenuBg.png) no-repeat left top;
  background-size: cover;
  padding: 15px 0 0 0;
}

.sidebarRight .sidebarMenu .sidebarMenuTop strong {
  font: 300 22px/1.42em 'Lato';
  color: #666;
  display: block;
  padding-bottom: 10px;
}


/*********************************************
COLLAPSE MENU
*********************************************/

#content .sidebarRight strong {
  margin: 0 20px;
}

#content .sidebarRight ul,
#content .sidebarRight ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .sidebarRight ul#menu {
  padding: 0 15px;
  background: #FAFCFC;
  border: 1px solid #DCE6E9;
  border-top: 0;
}

#content .sidebarRight ul a {
  display: block;
  text-decoration: none;
  font: 400 13px/1.42em 'Lato';
  color: #666;
}

#content .sidebarRight ul li {
  background: none;
}

#content .sidebarRight ul li ul li a:hover {
  color: #272156;
}

#content .sidebarRight ul > li a {
  background: url(../../images/frontend_new/l0Arrow.png) no-repeat 7px 15px;
  padding-left: 20px;
  text-decoration: none;
  border-bottom: 1px solid #DFE8EB;
  padding-top: 11px;
  padding-bottom: 10px;
}

#content .sidebarRight ul > li:last-child a,
#content .sidebarRight ul li:last-child a:hover {
  border-bottom: 0;
}

#content .sidebarRight ul li a:hover {
  border-bottom: 1px solid #DFE8EB;
}

#content .sidebarRight ul > li a:hover {
  background: url(../../images/frontend_new/l0ArrowOver.png) no-repeat 7px 15px #EEF7F8;
  padding-left: 20px;
  text-decoration: none;
  color: #272156;
  margin: 0;
}

#content .sidebarRight ul li ul li.hasChild a {
  background: url(../../images/frontend_new/menuHasChild.png) no-repeat 26px 14px;
}

#content .sidebarRight ul li ul li.hasChild a:hover {
  background: url(../../images/frontend_new/menuHoverHasChildActive.png) no-repeat left top #EEF7F8;
  border-bottom: 1px solid #DFE8EB;
}

#content .sidebarRight .countryList ul > li a:hover {
  background-image: none;
  padding-left: 0;
  border-bottom: 0;
}

#content .sidebarRight ul li ul li a {
  background: url(../../images/frontend_new/l0Arrow.png) no-repeat 18px 12px;
  border: none;
  padding-left: 33px;
  padding-right: 10px;
  padding-top: 11px;
  border-bottom: 1px solid #DFE8EB;
  padding-bottom: 9px;
  margin: 0;
  font-size: 12px;
}

#content .sidebarRight ul li ul li a:hover {
  background: url(../../images/frontend_new/l0ArrowOver.png) no-repeat 18px 12px #EEF7F8;
  border-bottom: 1px solid #DFE8EB;
  padding-bottom: 9px;
  padding-left: 33px;
}

#content .sidebarRight ul > li > a.current,
#content .sidebarRight ul > li.menuExt > a.current {
  background: url(../../images/frontend_new/l0ExArrow.png) no-repeat 3px 16px #EEF7F8;
  border-bottom: 1px solid #DFE8EB;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0;
  color: #3A6C9E;
}

#content .sidebarRight ul > li > a.current:hover,
#content .sidebarRight ul > li.menuExt > a.current:hover {
  color: #272157;
}

#content .sidebarRight ul li ul li ul li a,
#content .sidebarRight ul li ul li.hasChild ul li a {
  background: url(../../images/frontend_new/l1Dot.png) no-repeat 33px 17px;
  font: normal 11px/1.2em Arial;
  border: none;
  padding-left: 43px;
  padding-right: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  border-bottom: 1px solid #DFE8EB;
}

#content .sidebarRight ul li ul li ul li a:hover,
#content .sidebarRight ul li ul li.hasChild ul li a:hover,
#content .sidebarRight ul li ul li.hasChild ul li a.current:hover {
  background: url(../../images/frontend_new/l1Dot.png) no-repeat 33px 17px;
  font: normal 11px/1.2em Arial;
  border-bottom: 1px solid #DFE8EB;
  padding-left: 43px;
  padding-right: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  color: #272156;
}

#content .sidebarRight ul li ul li ul li a.current,
#content .sidebarRight ul li ul li ul li ul li a.current {
  color: #3A6C9E;
}

#content .sidebarRight ul li ul li ul li ul li a,
#content .sidebarRight ul li ul li.hasChild ul li ul li a {
  background: url(../../images/frontend_new/l1Dot.png) no-repeat 43px 17px;
  font: normal 11px/1.2em Arial;
  border: none;
  padding-left: 53px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #DFE8EB;
}

#content .sidebarRight ul li ul li ul li ul li a:hover,
#content .sidebarRight ul li ul li.hasChild ul li ul li a:hover,
#content .sidebarRight ul li ul li.hasChild ul li ul li a.current:hover {
  background: url(../../images/frontend_new/l1Dot.png) no-repeat 43px 17px;
  font: normal 11px/1.2em Arial;
  border-bottom: 1px solid #DFE8EB;
  padding-left: 53px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  color: #272156;
}

#content .sidebarRight ul li ul li ul li a:hover,
#content .sidebarRight ul li ul li.hasChild ul li a:hover,
#content .sidebarRight ul li ul li.hasChild ul li a.current:hover {
  border-bottom: 1px solid #DFE8EB;
}

#content .sidebarRight ul li ul li.hasChild.menuExt > a {
  background: url(../../images/frontend_new/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
  color: #3A6C9E;
}

#content .sidebarRight ul li ul li.hasChild.menuExt > a:hover {
  background: url(../../images/frontend_new/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
  color: #666;
}

#content .sidebarRight ul > li > a.current {
  background: url(../../images/frontend_new/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
  padding-left: 20px;
  text-decoration: none;
  color: #3A6C9E;
  margin: 0;
}

#content .sidebarRight ul li > a.current:hover {
  border-bottom: 1px solid #DFE8EB;
}

#content .sidebarRight ul > li > a.current {
  background: url(../../images/frontend_new/l0Arrow.png) no-repeat 18px 12px #EEF7F8;
  border: none;
  padding-left: 33px;
  text-decoration: none;
  color: #3A6C9E;
  margin: 0;
  border-bottom: 1px solid #DFE8EB;
}

#content .sidebarRight ul li > a.current:hover {
  border-bottom: 1px solid #DFE8EB;
  color: #666;
}

#content .sidebarRight ul li ul li ul li ul li ul li a,
#content .sidebarRight ul li ul li.hasChild ul li ul li ul li a {
  background: url(../../images/frontend_new/l1Dot.png) no-repeat 53px 17px;
  font: normal 11px/1.2em Arial;
  border: none;
  padding-left: 63px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #DFE8EB;
}

#content .sidebarRight ul li ul li ul li ul li ul li a:hover,
#content .sidebarRight ul li ul li.hasChild ul li ul li ul li a:hover,
#content .sidebarRight ul li ul li.hasChild ul li ul li ul li a.current:hover {
  background: url(../../images/frontend_new/l1Dot.png) no-repeat 53px 17px;
  font: normal 11px/1.2em Arial;
  border-bottom: 1px solid #DFE8EB;
  padding-left: 63px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  color: #272156;
}

/*********************************************
CATEGORY LIST IMAGE
*********************************************/

#catImage {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #DFE8EB;
}

#catImage .catPicFrame {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

#catImage .catPicFrame:first-child {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
}


/*********************************************
FOOTER BREADCRUMBS
*********************************************/

#breadCrumbsFooter {
  color: #C9CED2;
  clear: both;
  height: 17px;
  padding: 30px 0 0 0;
  width: 100%;
  position: relative;
  top: 13px;
}

#breadCrumbsFooter .breadLeft {
  float: right;
  height: 15px;
  padding: 2px 8px 0 0;
}

#breadCrumbsFooter .breadRight {
  float: right;
  background: url(../../images/frontend_new/breadCrumbsRight.png) no-repeat right top #89CBD9;
  padding: 0 20px 0 10px;
}

#breadCrumbsFooter .breadRight ul {
  list-style: none;
  float: left;
  height: 17px;
}

#breadCrumbsFooter .breadRight ul li {
  color: #fff;
  float: left;
  height: 16px;
  padding: 3px 4px 0;
}

#breadCrumbsFooter .breadRight ul li a {
  color: #fff;
  text-decoration: none;
}

#breadCrumbsFooter .breadRight ul li a:hover {
  text-decoration: underline;
}


/*********************************************
NO MARGIN CLASSES
*********************************************/

.noMarginTop {
  margin-top: 0;
}

.noMarginBottom {
  margin-bottom: 0;
}

.noMarginLeft {
  margin-left: 0;
}

.noMarginRight {
  margin-right: 0;
}


/*********************************************
TEXT PAGE STYLES
*********************************************/

#content.noImage {
  position: relative;
  z-index: 1;
}

#content.noImage h1 {
  padding-bottom: 10px;
}

#content.noImage .news h1 {
  padding-bottom: 20px;
}

#content .single-doc h1 {
  padding-bottom: 20px;
  padding-right: 75px;
}

.shortText .shortTextLeft {
/*  float: left;*/
  flex: 0 0 344px;
  max-width: 344px;
  margin-right: 27px;
  width: 344px;
  position: relative;
  overflow: hidden;
}
.shortText .shortTextLeft.documentType9 {
  margin-right: 0;
  max-width: 790px;
  width: 100%;
}
.shortText .shortTextLeft.documentType9 > img {
  max-width: 830px;
  width: 100%;
}

.shortText .shortTextLeft img {
  border: 1px solid #DFE8EB;
  position: relative;
}

.shortText .shortTextLeft img.stlFrame {
  position: absolute;
  left: -1px;
  top: -1px;
}

.shortText .shortTextRight {
  display: inline;
  font: 300 18px/1.3em 'Lato';
  color: #1398B6;
  padding-bottom: 20px;
  padding-top: 10px;
}

#content.noImage .shortText .shortTextRight p {
  padding: 0 0 9px 0;
}

.shortText .shortTextRight h2 {
  font: bold 18px Arial;
  color: #1398B6;
  padding-bottom: 20px;
}

.shortText .shortTextRight h3 {
  font: normal 14px Arial;
  color: #666;
  padding-bottom: 20px;
}

#content.noImage p {
/*  clear: both;*/
  padding: 18px 0;
  line-height: 1.5em;
  font-size: 12px;
}

#content.noImage .contentLeft a:link,
#content.noImage .contentLeft a:visited {
  text-decoration: underline;
  color: #1398B6;
}

#content.noImage .contentLeft a:hover {
  text-decoration: none;
}

#content.noImage .contentLeft a.attachment {
  background: url(../../images/frontend_new/attachIco.png) no-repeat left center;
  padding-left: 17px;
}

/*********************************************
PAGE ACTION ICONS
*********************************************/

#content.noImage .contentLeft {
  position: relative;
}

#content .contentLeft.single-doc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#content.noImage .contentLeft .pageActions {
  float: right;
  list-style: none;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 13px;
}

#content.noImage .contentLeft .pageActions li {
  float: left;
  background: none;
  padding: 0 3px;
}

#content.noImage .contentLeft .pageActions li a.printDoc {
  position: relative;
  top: 2px;
}


/*********************************************
BLOCKQUOTES
*********************************************/

.inlineQuote {
  background: #1398B6;
  float: right;
  width: 348px;
  margin: 10px 0 10px 30px;
}

.inlineQuote .inlineQuoteTop {
  background: url(../../images/frontend_new/inlineBqTop.png) no-repeat left top #1398B6;
  float: right;
}

.inlineQuote .inlineQuoteTop .inlineQuoteBottom {
  background: url(../../images/frontend_new/inlineBqBottom.png) no-repeat left bottom;
  float: right;
  font: bold 13px/1.6em Arial;
  color: #fff;
  padding: 20px 40px;
}

/*********************************************
SMALL GALLERY
*********************************************/

#content.noImage .contentLeft .galleryContainer {
  clear: both;
  width: 100%;
}

#content.noImage .contentLeft .galleryContainer ul {
  list-style: none;
  display:block;
}

#content.noImage .contentLeft .galleryContainer ul li {
  float: left;
  list-style: none;
  background: none;
  display: inline-block;
  width:20%;
  padding:0;
}
#content.noImage .contentLeft .galleryContainer ul li a {
  float: left;
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
}


/*********************************************
DOCUMENT LIST ITEM
*********************************************/

#content .contentLeft .colRight .docBoxes {
  border-top: 1px solid #DFE8EB;
  clear: both;
  padding-top: 28px;
  width: 100%;
}

#content .contentLeft .colRight .docBox {
  clear: both;
  width: 100%;
  padding-bottom: 25px;
}

#content .contentLeft .colRight .docBox.lastDocBox {
  padding-bottom: 0;
}

#content .contentLeft .colRight .docBox h3 a {
  color: #1398B6;
  text-decoration: none;
}

#content .contentLeft .colRight .docBox .docBoxContent {
/*  float: left;*/
  padding-bottom: 30px;
  width: 100%;
}

#content .contentLeft .colRight .docBox .docPic {
  float: left;
  position: relative;
  padding-right: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}
#content .contentLeft .colRight .docBox.news-box .docPic {
  /*display:none;*/
}

#content .contentLeft .colRight .docBox .docPic .docPicImg {
  position: relative;
  top: 1px;
  left: 1px;
}

#content .contentLeft .colRight .docBox .docPic .docPicFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

#content .contentLeft .colRight .docBox .docDesc {
  line-height: 1.42em;
  font-size: 12px;
}

#content .contentLeft .colRight .docBox .docDesc a {
  color: #1398B6;
}


/*********************************************
WORK OFFER PICTURE
*********************************************/

#siteContainer.workOfferList {
  background: url(../../images/frontend_new/woLines.jpg) no-repeat -2px 193px #fff;
}

#content .contentLeft.lowerPadding.search-results-cont {
  float: none;
  margin: 0 auto;
}

.workImage {
  width: 100%;
  background: url(../../images/frontend_new/workPic.jpg) no-repeat 1px 1px;
  background-size: cover !important;
  clear: both;
  position: relative;
  margin-bottom: 26px;
}
.work-etapy .workImage {
    background:none;
}
.workImage video {
  width: 100% !important;
  height: auto !important;
}
.search-results-cont .workImage {
  background: url(../../images/frontend_new/searchResPic.jpg) no-repeat 1px 1px;
  height:144px;
}

.workImage img {
  width: 100%;
  height: auto;
}

.workPic {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
}

.workImage .workPicFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}


/*********************************************
WORK OFFER INTRO
*********************************************/

.workOfferIntro {
  display: none;
}

#content .contentLeft .shortText.workOfferST {
  position: relative;
  border-bottom: 1px solid #DFE8EB;
  padding: 0 120px 10px 0;
  margin-bottom: 20px;
}

.workOfferIntro .workOfferText {
  float: left;
  width: 544px;
  font: 12px/1.3em Arial;
}

.workOfferCounter {
  position: absolute;
  right: 0;
  top: -50px;
  width: 110px;
  height: 110px;
  font: 400 12px/1.3em 'Lato';
  color: #1398B6;
  border-radius: 100%;
  background: #FAFCFC;
  border: 1px solid #DCE6E9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.workOfferCounter .countInt {
  font: 700 18px/1.3em 'Lato';
  padding-top: 7px;
}


/*********************************************
WORK OFFER TABLE
*********************************************/

#content.noImage .contentLeft .woT {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}

#content.noImage .contentLeft .woT .woTHeader {
  width: 100%;
  clear: both;
  height: 31px;
  border-bottom: 1px solid #DFE8EB;
  margin-bottom: 8px;
}

#content.noImage .contentLeft .woT .woTHeader ul {
  list-style: none;
  padding: 6px 0 0 0;
}

#content.noImage .contentLeft .woT .woTHeader ul li {
  list-style: none;
  float: left;
  padding: 0 0 0 10px;
  background: none;
}

#content.noImage .contentLeft .woT .woTHeader ul li.firstCol {
  width: 517px;
  padding: 0;
}

#content.noImage .contentLeft .woT .woTHeader ul li.secondCol {
  width: 130px;
  padding: 0 0 0 15px;
}

#content.noImage .contentLeft .woT .woTHeader ul li.thirdCol {
  width: 139px;
  padding-left: 25px;
}

#content.noImage .contentLeft .woT .woTHeader ul li a {
  text-decoration: none;
  color: #ccc;
  font: 700 14px/1.2em 'Lato';
}

#content.noImage .contentLeft .woT .woTHeader ul li a:hover {
  text-decoration: underline;
}

#content.noImage .contentLeft .woT .woRow {
  width: 100%;
  clear: both;
  padding: 20px 0;
  position: relative;
  display: table;
  cursor: pointer;
  text-decoration: none;
}

#content.noImage .contentLeft .woT .woRow:hover {
  background: #F9FBFB;
}

#content.noImage .contentLeft .woT .woRow.firstWoRow {
  border-top: 1px solid #DFE8EB;
  margin-top: 5px;
}

#content.noImage .contentLeft .woT .woRow.lastWoRow {
  margin-bottom: 5px;
}

#content.noImage .contentLeft .woT .woRow span.woName {
  width: 520px;
  padding-right: 24px;
  display: table-cell;
  vertical-align: middle;
}

#content.noImage .contentLeft .woT .woRow span.woName span.mainName {
  font: 700 16px 'Lato';
  text-decoration: none;
  display: block;
  clear: both;
  padding-bottom: 3px;
  /*border-bottom: 1px solid #DFE8EB;*/
}

#content.noImage .contentLeft .woT .woRow span.woName span.detailedName {
  display: inline-block;
  font: 400 13px 'Lato';
  color: #999;
  padding-top: 7px;
  border-top: 1px solid #DFE8EB;
  position: relative;
  top: -1px;
}

#content.noImage .contentLeft .woT .woRow span.woPlace {
  width: 120px;
  padding: 0 16px 0 0;
  font: 12px 'Lato';
  color: #666;
  display: table-cell;
  vertical-align: middle;
}

#content.noImage .contentLeft .woT .woRow span.woDate {
  width: 128px;
  padding: 0 14px 0 16px;
  color: #7EC1CD;
  font: 700 12px 'Lato';
  display: table-cell;
  vertical-align: middle;
}

#content.noImage .contentLeft .woT .woRow span.woDate span {
  vertical-align: middle;
}

.offerSep {
  width: 100%;
  clear: both;
  background: #DFE8EB;
  height: 1px;
  overflow: hidden;
  margin: 9px 0;
}

#content.noImage .contentLeft .woPagination {
  clear: both;
  height: 23px;
  font: 11px Arial;
  padding: 0 3px 9px;
  text-align: center;
}

#content.noImage .contentLeft .woPagination ul {
  list-style: none;
  padding: 0;
  float: none;
  text-align: center;
}

#content.noImage .contentLeft .woPagination ul li {
  display: inline;
  list-style: none;
  padding: 0;
  background: none;
}

#content.noImage .contentLeft .woPagination ul li a {
  color: #999;
  text-decoration: none;
  background: none;
  padding: 2px 7px;
  display: inline-block;
}

#content.noImage .contentLeft .woPagination ul li a.inActive {
  color: #CBCBCB;
}

#content.noImage .contentLeft .woPagination ul li a.active {
  background: -webkit-gradient(linear, left top, right top, from(#E6ECEF), to(#FFFFFF));
  background: -webkit-linear-gradient(left, #E6ECEF, #FFFFFF);
  background: linear-gradient(90deg, #E6ECEF, #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6ECEF));
  background: -o-linear-gradient(90deg, #E6ECEF, #FFFFFF);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6ECEF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6ECEF')";
  border: 1px solid #CFDBE0;
  padding: 1px 6px;
}

#content.noImage .contentLeft .woPagination ul li a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#E6ECEF), to(#FFFFFF));
  background: -webkit-linear-gradient(left, #E6ECEF, #FFFFFF);
  background: linear-gradient(90deg, #E6ECEF, #FFFFFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6ECEF));
  background: -o-linear-gradient(90deg, #E6ECEF, #FFFFFF);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6ECEF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6ECEF')";
  border: 1px solid #CFDBE0;
  padding: 1px 6px;
}

#content.noImage .contentLeft .woPagination ul li a.noNumber {
  width: 14px;
  padding: 0;
}

#content.noImage .contentLeft .woPagination ul li a.noNumber.active,
#content.noImage .contentLeft .woPagination ul li a.noNumber:hover {
  font: bold 12px Arial;
  background: none;
  border: none;
}

#content.noImage .contentLeft .sendApp {
  clear: both;
  width: 100%;
  text-align: center;
  color: #999;
  border: 1px solid #EAF0F2;
  background: #F4F6F8;
  padding: 10px 20px;
}

#content.noImage .contentLeft .sendApp2 {
  height: auto;
}

#content.noImage .contentLeft .sendApp p {
  font: 13px Arial;
}

#content.noImage .contentLeft .sendApp p a {
  color: #59A5BF;
  font-weight: bold;
}

#content.noImage .contentLeft .woBottom {
  float: left;
  width: 670px;
  position: relative;
}

#content.noImage .contentLeft .woBottom .pageActions {
  left: 0;
  float: left;
  width: 120px;
  top: 0;
}

#content.noImage .contentLeft .woBottom a {
  display: block;
  float: right;
  color: #999;
  margin-top: 13px;
  text-decoration: none;
}

#content.noImage .contentLeft .woBottom a:hover {
  text-decoration: underline;
}


/*********************************************
BRANDS
*********************************************/

#brandsContainer {
  width: 100%;
  clear: both;
}

#brandsIntro {
  width: 100%;
  clear: both;
}

#brandsIntro h1 {
  font: 300 32px/1.42em 'Lato';
  color: #272157;
}

#brandsIntro p {
  font: 400 15px/1.42em 'Lato';
  color: #869098;
  padding: 4px 0 8px 0;
  border-bottom: 1px solid #DFE8EB;
}

#brands {
    width: 100%;
    clear: both;
    margin: 27px 0 17px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#brands .brand {
  float: left;
  width: 196px;
  height: 196px;
  position: relative;
  box-sizing: border-box;
  padding: 0 1rem 1rem;
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  margin-bottom: 2rem;
}

#brands .brandIn {
  position: relative;
  cursor: pointer;
  float: left;
  background: url(../../images/frontend_new/brand.svg) no-repeat left top;
  background-size: cover;
  display: block;
  width: 196px;
  height: 196px;
}

#brands .brandTransparent {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

#brands .brandFlip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#brands .brandData {
  width: 196px;
  height: 196px;
  display: block;
  background: url(../../images/frontend_new/brand_flip.svg) no-repeat left top;
  background-size: cover;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
}

#brands .brand:hover .brandData {
  opacity: 1;
}

.brandDescImage {
  display: inline-block;
  width: 100%;
  position: relative;
  border: 1px solid #DFE8EB;
  border-bottom: 0;
}

.brandDescImg {
  bottom: -16px;
  position: absolute;
  right: -7px;
}

.captifyExample {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}

.captifyFrame {
  position: absolute;
  top: -1px;
  right: -2px;
  width: 20px;
  height: 20px;
}

#brands .brandDescription {
  bottom: 0;
  width: 100%;
  display: block;
  clear: both;
}

#brands .brandDescription span.descLight {
  font: 12px/1.1em Arial;
  color: #879098;
  padding: 5px 12px 10px 14px;
  width: 100%;
  display: block;
  clear: both;
}

#brands .brandDescription span.descHeavy {
  font: 700 14px/1.2em 'Lato';
  color: #1A1364;
  display: block;
  clear: both;
  width: 100%;
  padding: 6px 12px 0 14px;
}

#brands .brandDescription span.flink {
  color: #1B1464;
  font: 11px Arial;
  text-decoration: underline;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
}


/*********************************************
BRANDS ABOUT
*********************************************/

#brandsAbout {
  border: 1px solid #DFE8EB;
  border-top: 3px solid #DFE8EB;
  width: 100%;
  clear: both;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07);
  display: table;
}

#brandsAbout .brandsAboutLeft {
  float: left;
  padding-right: 40px;
  width: 570px;
  padding: 16px 0 27px 22px;
}

#brandsAbout .brandsAboutLeft h3,
#brandsShortcut h3 {
  font: 300 24px 'Lato';
  color: #262057;
  padding-bottom: 10px;
}

#brandsAbout .brandsAboutLeft h3 {
  border-bottom: 1px solid #DFE8EB;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#brandsAbout .brandsAboutLeft p {
  font: 400 14px/1.5em 'Lato';
  color: #666;
}

#brandsAbout .brandsAboutRight {
  float: right;
  width: 440px;
  padding: 0 0 27px 0;
}

#brandsAbout .brandsAboutRight img {
  width: 100%;
  height: auto;
  max-width: 422px;
}

#brandsAbout .findMoreBrands {
  width: 100%;
  clear: both;
  position: relative;
  top: 25px;
  left: 1px;
  height: 17px;
  border-top: 1px solid #DFE8EB;
}

#brandsAbout .findMoreBrands a {
  background: url(../../images/frontend_new/brandsDetails.png) no-repeat left top;
  background-size: cover;
  display: block;
  text-align: center;
  color: #191364;
  font: 13px/24px 'Lato';
  text-decoration: none;
  width: 206px;
  height: 24px;
  padding-top: 1px;
  position: relative;
  top: -1px;
  float: right;
}

#brandsAbout .findMoreBrands a:hover {
  background: #8ACBDA;
  color: #fff;
}


/*********************************************
BRANDS NA SKRÓTY
*********************************************/

#brandsShortcut {
  margin: 0 auto;
  width: 100%;
  clear: both;
  padding: 30px 0 54px 0;
}

#brandsContainer #brandsShortcut {
  padding-bottom: 0;
}

#brandsShortcut .shortCutIn {
  width: 100%;
  border: 1px solid #DFE8EB;
  padding: 20px 25px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07);
}

#brandsShortcut .shortCutIn ul {
    list-style: none;
    display: inline-block;
    width: 25%;
  /*-moz-column-count: 4;
  -moz-column-gap: 30px;
  -webkit-column-count: 4;
  -webkit-column-gap: 30px;
  column-count: 4;
  column-gap: 30px;*/
}

#brandsShortcut .shortCutIn ul.noMarginRight {
  margin-right: 0;
}

#brandsShortcut .shortCutIn ul li {
  list-style: none;
  display: block;
  padding: 7px 0 7px 20px;
  position: relative;
}

#brandsShortcut .shortCutIn ul li a {
  color: #1A1364;
  font: 400 14px/1.42em 'Lato';
  text-decoration: none;
  outline: none;
}

#brandsShortcut .shortCutIn ul li a:focus,
#brandsShortcut .shortCutIn ul li a:active {
  outline: none;
  -moz-outline-style: none;
}

#brandsShortcut .shortCutIn ul li a::-moz-focus-inner {
  border: 0;
}

#brandsShortcut .shortCutIn ul li a:hover {
  text-decoration: underline;
}

#brandsShortcut .shortCutIn ul li.lastBrandItem {
  background: none;
}

#brandsShortcut .shortCutIn ul li.lastBrandItem a {
  font-weight: bold;
}


/*********************************************
WIDOK MARKI
*********************************************/

#brandImage {
  clear: both;
  width: 100%;
  margin: 5px 0;
  position: relative;
}

#brandImage #whiteBg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}

#brandImage .brandPhotoBg {
  clear: both;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

#brandImage .brandPhotoBg img {
  width: 100%;
  height: auto;
}

#brandImage .brandPhotoBg img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#brandImage .brandWhiteWaves {
  float: left;
  width: 917px;
  height: 39px;
  position: absolute;
  bottom: 0;
  left: 29px;
}

#brandImage .brandLogoContainer {
  float: left;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/frontend_new/brand.svg) no-repeat left top;
  background-size: cover;
}

#brandImage .brandLogoContainer .brandDetLogo {
  position: absolute;
  left: 0;
  top: 0;
}

#brandImage .productSlider {
  float: left;
  width: 188px;
  height: 188px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#brandImage .productSlider > img {
  position: absolute;
  top: 0;
  left: 0;
}

.productSliderIn {
  float: left;
  width: 188px;
  height: 188px;
}

.productSliderIn {
  position: relative;
  height: 188px;
}

.brand-prod-slider .swiper-slide img {
  margin: 10px auto;
  display: block;
}

#brandImage .violetWaves {
  width: 100%;
  height: 115px;
  position: absolute;
  bottom: -9px;
  left: 0;
  z-index: 20;
}

.brand-wave-bottom {
  width: 100%;
  height: 88px;
  background: url(../../images/frontend_new/brand-wave-bottom.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}

.brand-wave-left {
  width: 268px;
  height: 32px;
  background: url(../../images/frontend_new/brand-wave-left.png) no-repeat center center;
  position: absolute;
  left: -22px;
  bottom: 46px;
}

.brand-wave-right {
  width: 223px;
  height: 85px;
  background: url(../../images/frontend_new/brand-wave-right.png) no-repeat center center;
  position: absolute;
  right: -21px;
  bottom: 25px;
}

#brandImage .violetWaves img {
  width: 100%;
  height: auto;
}

#content.brandView {
  position: relative;
  margin-top: 30px;
}

#content.brandView.single-brand {
  margin-top: 10px;
}

#content.brandView.history-view {
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#content.brandView.jsMapContainer {
  margin-top: 0;
  display: block;
}

#content.brandView.jsMapContainer.single-loc-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content.brandView.jsMapContainer.loc-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content.brandView .brandViewWhiteBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 920px;
  background: #fff;
}

#content.brandView h1 {
  border-top: none;
  font: 300 36px/1.42em 'lato';
  color: #191364;
  border-bottom: 3px solid #DFE8EB;
  padding-bottom: 11px;
  margin-bottom: 13px;
}

#content.brandView .contentLeft {
  border-right: none;
}

#content.single-brand .contentLeft {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

#content.brandView.jsMapContainer.loc-list .contentLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

#content .contentLeft.single-loc {
  padding-right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#content.single-loc-view .contentLeft.single-loc {
  display: block;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#content.brandView .sidebarRight {
  width: 260px;
  padding-top: 32px;
  float: right;
}

#content.brandView .brandDesc {
  float: left;
  border-bottom: 1px solid #DFE8EB;
  padding-bottom: 14px;
  width: 100%;
}

#content.brandView .brandDesc h2 {
  color: #4B4685;
  font: italic normal 16px Arial;
  padding-bottom: 8px;
  position: relative;
  top: -3px;
}

#content.brandView .brandDesc p {
  color: #859098;
  font: 15px/1.4em Arial;
}

#content.brandView .brandDetailedDesc {
  border-bottom: 1px solid #DFE8EB;
  width: 100%;
  clear: both;
  padding: 6px 0 7px;
}

#content.brandView .brandDetailedDesc p {
  color: #333;
  font: 12px/1.5em Arial;
  padding: 9px 0;
}

#brandsShortcut.brandsShortcutDetails {
  margin: 0;
  width: 100%;
  padding: 30px 0 5px;
}

#brandsShortcut.brandsShortcutDetails h3 {
  font: 300 24px/1.42em 'Lato';
}

#brandsShortcut.brandsShortcutDetails .shortCutIn {
  width: 100%;
}

#brandsShortcut.brandsShortcutDetails .shortCutIn .currentBrand {
  color: #ccc;
  outline: none;
}

.brandBox {
  padding-top: 30px;
  width: 100%;
  clear: both;
}

.brandBox h3 {
  border-top: 3px solid #DFE8EB;
  border-bottom: 1px solid #DFE8EB;
  font: 700 16px/1.42em 'Lato';
  color: #191364;
  padding: 9px 0 10px 0;
  width: 100%;
  clear: both;
}

#content .sidebarRight .brandBox .brandOffer {
  list-style: none;
  float: left;
  padding-top: 10px;
}

#content .sidebarRight .brandBox .brandOffer li {
  list-style: none;
  background: url(../../images/frontend_new/zakresDot.png) no-repeat left 4px;
  padding: 0 0 8px 20px;
  font: 13px/1.3em 'Lato';
  color: #333;
  display: table;
  width: 100%;
  text-align: left;
  clear: both;
}

#content .sidebarRight .brandBox .brandOffer li:last-child {
  padding: 0 0 0 20px;
}

#content .sidebarRight .brandBox .brandOffer li strong {
  margin: 0;
}

#content .sidebarRight .brandBox .brandOffer li a {
  background: none;
  padding: 0;
  border: none;
}

#content .sidebarRight .brandOffer p {
  padding: 0 !important;
  line-height: inherit !important;
}

#content .sidebarRight .brandBox .brandList {
  list-style: none;
}

#content .sidebarRight .brandBox .brandList li {
  list-style: none;
  padding: 16px 0;
  border-bottom: 1px solid #DFE8EB;
  width: 100%;
  clear: both;
  display: block;
  display: table;
}

#content .sidebarRight .brandBox .brandList li .brandImg {
  float: left;
  width: 35px;
  padding-right: 10px;
}

#content .sidebarRight .brandBox .brandList li .brandTxt {
  float: left;
  max-width: 225px;
  width: 100%;
  padding-left: 12px;
}

#content .sidebarRight .brandBox .brandList li .brandTxt {
  font: 12px Arial;
  color: #666;
  
  word-wrap: break-word;
}

#content .sidebarRight .brandBox .brandList li .brandTxt a {
  text-decoration: underline;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #3A6C9E;
  line-height: 1.2em;
}

#content .sidebarRight .brandBox .brandList li .brandTxt a:hover {
  font-weight: normal;
  text-decoration: none;
}

#content .sidebarRight .brandBox p {
  line-height: 1.5em;
  padding: 20px 0 16px 0;
}

#content .sidebarRight .moreAboutBrand {
  border-top: 1px solid #DFE8EB;
  width: 100%;
  float: left;
}

#content .sidebarRight .moreAboutBrand a {
  background: url(../../images/frontend_new/zasiegDetailsBtn.png) no-repeat left top;
  display: block;
  width: 170px;
  height: 17px;
  padding-top: 2px;
  float: right;
  color: #191364;
  text-decoration: none;
  text-align: center;
  position: relative;
  top: -1px;
  font: 11px/1.2em 'Lato';
}

#content .sidebarRight .moreAboutBrand a:hover {
  background-color: #8ACBDA;
  background-image: none;
  color: #fff;
}


/*********************************************
HISTORIA MARKI
*********************************************/

#bxSlider {
  width: 100%;
  clear: both;
  background: #fff;
  border: 1px solid #DFE8EB;
  margin: 36px 0 41px 0;
  position: relative;
  box-shadow: inset 0 0 70px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  padding-bottom: 20px;
}

#bxSlider:after {
  width: 35px;
  height: 38px;
  background: url(../../images/frontend_new/history.svg) no-repeat right bottom;
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
}

#bxSlider .bxSliderWhite {
  position: absolute;
  top: 0;
  left: -1px;
  background: #fff;
  width: 664px;
  height: 287px;
}

#bxSlider .bxTitle {
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}

#bxSlider h3 {
  color: #777A80;
  font: 300 24px/1.3em 'Lato';
  padding: 17px 20px;
}

#bxSlider .bx-wrapper {
  position: relative;
  top: 0;
  left: 20px;
}

.pointPic {
  float: left;
  width: 35%;
  text-align: center;
  padding: 0 20px 0 60px;
}

.pointPic img {
  width: 100%;
  height: auto;
}

.pointDesc {
  float: left;
  width: 65%;
  padding: 12px 60px 0 0;
}

.pointYear {
  color: #272157;
  font: 300 24px/1.3em 'Lato';
  padding-bottom: 5px;
  border-bottom: 1px solid #DFE8EB;
  margin-bottom: 10px;
  display: inline-block;
}

.pointProd {
  font: 700 16px/1.2em 'Lato';
  color: #817DA9;
  padding-bottom: 11px;
}

.pointTxt {
  color: #666;
  font: 12px/19px Arial;
  overflow: hidden;
}

.swiper-history .swiper-button-prev,
.swiper-history .swiper-button-next {
  display: block;
  width: 16px;
  height: 26px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -13px;
  position: absolute;
  outline: none;
}

.swiper-history .swiper-button-prev {
  background: url(../../images/frontend_new/h-arrow-left.png) no-repeat left top;
  left: 20px;
}

.swiper-history .swiper-button-next {
  background: url(../../images/frontend_new/h-arrow-right.png) no-repeat left top;
  right: 20px;
}

.swiper-history .swiper-button-prev:hover,
.swiper-history .swiper-button-next:hover {
  opacity: .7;
}

.scrollbar1 {
  width: 260px;
  clear: both;
}

.scrollbar1 .viewport {
  width: 240px;
  height: 178px;
  overflow: hidden;
  position: relative;
}

.scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}

.scrollbar1 .scrollbar {
  position: relative;
  float: right;
  width: 15px;
  left: 13px;
}

.scrollbar1 .track {
  background-color: #DFE8EB;
  height: 100%;
  width: 2px;
  position: relative;
}

.scrollbar1 .thumb {
  height: 57px;
  width: 21px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -9px;
}

.scrollbar1 .thumb .end {
  overflow: hidden;
  height: 57px;
  width: 21px;
  background: url(../../images/frontend_new/scrollBar.png) no-repeat left top;
}

.scrollbar1 .disable {
  display: none;
}


/*********************************************
OFERTA PRACY
*********************************************/

#siteContainer.workOffer {
  background: url(../../images/frontend_new/woLines.jpg) no-repeat -2px 233px #fff;
}

#siteContainer.workOffer .contentLeft {
  width: 671px;
  padding-right: 20px;
}

#offerPicContainer {
  width: 100%;
  clear: both;
}

#content.noImage .contentLeft #offerPicContainer .pageActions {
  right: 13px;
  top: 9px;
  display: none;
}

#offerPicContainer .offerPic {
  width: 100%;
  clear: both;
  position: relative;
}

.woFrameImg {
  position: relative;
  width: 100%;
  height: auto;
}

.woFrame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#offerIntro {
  width: 100%;
  clear: both;
}

.offerIntroIn {
  width: 100%;
  clear: both;
}

#content.noImage .contentLeft .offerIntroIn .woBrandPic {
  width: 163px;
  float: left;
  padding: 33px 0 33px 26px;
}

#content.noImage .contentLeft .offerIntroIn .woShortDesc {
  float: left;
  width: 448px;
  padding: 20px 0 10px;
}

#content.noImage .contentLeft .offerIntroIn .woShortDesc p {
  padding: 8px 0 18px;
}

#content.noImage .contentLeft .offerIntroIn .woShortDesc a {
  text-align: right;
  color: #999;
  text-decoration: none;
  float: right;
}

#content.noImage .contentLeft .offerIntroIn .woShortDesc a:hover {
  text-decoration: underline;
}

#offerDetails {
  width: 100%;
  clear: both;
}

#offerDetails .offerDetailsIn {
  margin: 0;
  border-bottom: 1px solid #DCE6E9;
  border-top: 1px solid #DCE6E9;
  width: 100%;
  clear: both;
  padding-bottom: 12px;
}

#offerDetails .offerDetailsIn .odRow {
  width: 100%;
  clear: both;
  padding: 7px 0;
  display: table;
}

#content.noImage #offerDetails .offerDetailsIn .odRow h1 {
  padding: 0;
  border: 0;
  margin: 0;
}

#offerDetails .offerDetailsIn .odRow .odRowLeft {
  width: 25%;
  float: left;
  font: 700 13px/1.2em 'Lato';
  color: #999;
}

#offerDetails .offerDetailsIn .odRow .odRowRight {
  width: 75%;
  float: left;
  font: 400 12px/1.2em 'Lato';
  color: #666;
  position: relative;
  top: 1px;
}

#offerDetails .offerDetailsIn .odRow .odRowLeft.woNameRow {
  padding-top: 8px;
}

#offerDetails .offerDetailsIn .odRow .odRowRight.termDate {
  color: #1398B6;
}

#offerDetails .offerDetailsIn .odRow .odRowRight.termDate a {
  text-decoration: none;
}

#offerDetails .offerDetailsIn .odRow .odRowRight.termDate a:hover {
  text-decoration: underline;
}

#offerDuties {
  padding: 0;
  width: 100%;
  clear: both;
}

#offerDuties p strong {
  font: 700 16px/1.42em 'Lato';
  color: #333;
}

#content.noImage .contentLeft #offerDuties ul {
  padding: 0 0 6px 0;
}

#content.noImage .contentLeft #offerDuties ul li {
  font-size: 12px;
}

#content.noImage .contentLeft #offerDuties .checkList li,
#content.noImage .contentLeft #offerDuties .dotList li {
  background: url(../../images/frontend_new/l1Dot.png) no-repeat 10px 4px;
  padding: 0 0 6px 20px;
  line-height: 1.3em;
}

#content.noImage .contentLeft .moreInfoTxt {
  padding: 30px 0;
  float: left;
  width: 420px;
}

#content.noImage .contentLeft .moreInfoTxt a {
  text-decoration: none;
}

#content.noImage .contentLeft .moreInfoTxt a:hover {
  text-decoration: underline;
}

#content.noImage .contentLeft .sendCV:link,
#content.noImage .contentLeft .sendCV:visited {
  background: -webkit-gradient(linear, left top, right top, from(#1398B6), to(#56B6CB));
  background: -webkit-linear-gradient(left, #1398B6, #56B6CB);
  background: linear-gradient(90deg, #1398B6, #56B6CB);
  background: -webkit-gradient(linear, left top, left bottom, from(#56B6CB), to(#1398B6));
  background: -o-linear-gradient(90deg, #1398B6, #56B6CB);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#56B6CB', endColorstr='#1398B6');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#56B6CB', endColorstr='#1398B6')";
  /*font:bold 13px/27px Arial;*/
  font: bold 13px Arial;
  color: #fff;
  display: block;
  /*height:27px;*/
  height: 21px;
  float: left;
  text-decoration: none;
  /*padding:0 17px;*/
  padding: 6px 17px 0 17px;
}

#content.noImage .contentLeft .sendCV:hover {
  background: -webkit-gradient(linear, left top, right top, from(#56B6CB), to(#1398B6));
  background: -webkit-linear-gradient(left, #56B6CB, #1398B6);
  background: linear-gradient(90deg, #56B6CB, #1398B6);
  background: -webkit-gradient(linear, left top, left bottom, from(#1398B6), to(#56B6CB));
  background: -o-linear-gradient(90deg, #56B6CB, #1398B6);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1398B6', endColorstr='#56B6CB');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1398B6', endColorstr='#56B6CB')";
}

#content.noImage .contentLeft .cvSendInfo {
  float: left;
  border-left: 1px solid #DCE6E9;
  border-right: 1px solid #DCE6E9;
  padding-bottom: 10px;
}

#content.noImage .contentLeft .cvSendInfo .cvSendInfoIn {
  float: left;
  background: #FBFDFD;
  border: 1px solid #C1D2D9;
  padding: 25px 0;
  text-align: center;
  width: 635px;
  margin: 32px 16px 0 16px;
  font: 13px/1.5em Arial;
  color: #999;
}

#content.noImage .contentLeft .cvSendInfo .cvSendInfoIn a {
  text-decoration: none;
  font-weight: bold;
}

#content.noImage .contentLeft .cvSendInfo .cvSendInfoIn a:hover {
  text-decoration: underline;
}

#content.noImage .contentLeft .cvSendParagraph {
  border-top: 1px solid #DCE6E9;
  border-bottom: 1px solid #DCE6E9;
  width: 100%;
  clear: both;
  display: table;
}

#content.noImage .contentLeft .cvSendParagraph .cvSendParagraphIn {
  padding: 14px 0 9px 0;
  width: 100%;
  clear: both;
  color: #999;
  text-align: center;
}

#content.noImage .contentLeft .cvSendParagraph .cvSendParagraphIn p {
  font: 11px/1.2em Arial;
}

#content.noImage .contentLeft .backToWoList {
  width: 100%;
  clear: both;
  padding: 12px 0;
  text-align: right;
}

#content.noImage .contentLeft .backToWoList a {
  color: #1398B6;
  font: 400 12px/1.42em 'Lato';
  text-decoration: none;
}

#content.noImage .contentLeft .backToWoList a:hover {
  text-decoration: underline;
}


/*********************************************
ZASIEG MARKI - TABS
*********************************************/

#content.zasiegTabsContainer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#content.zasiegTabsContainer h1 {
  font: 300 32px/1.42em 'Lato';
  color: #261F57;
  border: none;
  padding: 0 0 8px 0;
}

#content.zasiegTabsContainer > h2 {
  display: none;
}

#content.zasiegTabsContainer .zasiegIntro {
  font: 400 16px/1.42em 'Lato';
  color: #869098;
  padding-bottom: 20px;
}

#content.zasiegTabsContainer .zasiegTabs {
  float: left;
  width: 918px;
}

#content.zasiegTabsContainer .zasiegTabs .tabNavigation {
  list-style: none;
  float: left;
  /*background:#fff;*/
  width: 918px;
  height: 74px;
  position: relative;
  z-index: 10;
}

#content.zasiegTabsContainer .zasiegTabs .tabNavigation li {
  width: 83px;
  height: 74px;
  padding: 0 0 0 0;
  float: left;
}

#content.zasiegTabsContainer .zasiegTabs .tabNavigation li a {
  width: 83px;
  height: 54px;
  padding-top: 20px;
  display: block;
  text-align: center;
  float: left;
  outline: none;
}

#content.zasiegTabsContainer .zasiegTabs .tabNavigation li a.selected {
  background: url(../../images/frontend_new/zasiegTab.jpg) no-repeat right top;
  width: 84px;
  height: 54px;
  display: block;
  text-align: center;
  float: left;
}

#content.zasiegTabsContainer .zasiegTabs .tabNavigation li.lastTab a,
#content.zasiegTabsContainer .zasiegTabs .tabNavigation li.lastTab a.selected {
  margin-left: 4px;
}

#content.zasiegTabsContainer .zasiegTabs > div {
  background: url(../../images/frontend_new/zasiegContSpacer.jpg) repeat-y left top;
  float: left;
  width: 918px;
  position: relative;
  z-index: 1;
  top: -1px;
}

#content.zasiegTabsContainer .zasiegTabs > div .tabTop {
  background: url(../../images/frontend_new/zasiegContBottom.jpg) no-repeat left bottom;
  float: left;
  width: 918px;
}

#content.zasiegTabsContainer .zasiegTabs .flashMapContainer {
  float: left;
  width: 918px;
  padding: 24px 0 70px 0;
}

#content.zasiegTabsContainer .zasiegTabs .zasiegBrandDesc {
  float: left;
  width: 884px;
  border-top: 1px solid #DFE8EB;
  padding: 24px 0 20px 0;
  margin-left: 17px;
}

#content.zasiegTabsContainer .zasiegTabs .zasiegBrandLogo {
  float: left;
  width: 146px;
  padding: 0px 0 0 0px;
}

#content.zasiegTabsContainer .zasiegTabs .zasiegBrandDescTxt {
  width: 686px;
  float: left;
  padding-left: 20px !important;
  padding-top: 10px;
}

#content.zasiegTabsContainer .zasiegTabs .zasiegBrandDescTxt h4 {
  font: italic normal 16px Arial;
  color: #4B4685;
  padding-bottom: 14px;
}

#content.zasiegTabsContainer .zasiegTabs .zasiegBrandDescTxt .zbdMainTxt {
  font: 15px Arial;
  color: #859098;
  padding-bottom: 15px;
}

#content.zasiegTabsContainer .zasiegTabs .zasiegBrandDescTxt .zbdDetailedTxt {
  font: 12px/1.4em Arial;
  color: #333;
  padding: 0 30px 15px 0;
}

#content.zasiegTabsContainer .zasiegTabs .zasiegBrandDescTxt .zbdDetailedTxt .goToBrand {
  font: 11px Arial;
  color: #396C9E;
  text-decoration: none;
  margin-left: 16px;
}

#content.zasiegTabsContainer .zasiegTabs .zasiegBrandDescTxt .zbdDetailedTxt .goToBrand:hover {
  text-decoration: underline;
}

#content.zasiegTabsContainer .goToBrandLoc {
  display: block;
  width: 250px;
  height: 20px;
  padding-top: 1px;
  font: 400 11px/20px 'Lato';
  color: #fff;
  background:#1b1464;
  clear: both;
  text-decoration: none;
  text-align: center;
  position: relative;
  top: -1px;
  left: 0;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

#content.zasiegTabsContainer .goToBrandLoc:hover {
    background:#453d98;
}


/*********************************************
LOKALIZACJE - WIDOK MAPKI
*********************************************/

#content.jsMapContainer h1 {
  font: 300 32px 'Lato';
  color: #1398B6;
  border-bottom: 0;
}

.jsMapCont {
  width: 100%;
  height: 490px;
  margin-bottom: 23px;
  position: relative;
  overflow: hidden;
  clear: both;
  border: 1px solid #DFE8EB;
}

#localizationmap {
  width: 100%;
  height: 100%;
}

.jsMapCont .jsMap {
  width: 100%;
  height: 490px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 3;
}

#content.jsMapContainer .sidebarRight {
  padding-top: 0;
  float: right;
}

#content.jsMapContainer .countryList {
  width: 220px;
  height: 450px;
  padding: 15px;
  border: 1px solid #DFE8EB;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 17px;
  top: 17px;
}

#content.jsMapContainer .sidebarRight .countryList {
  position: static;
  box-shadow: none;
  background: none;
  border: none;
  height: auto;
}

#content .countryList.lightCL.listPageCL .swiper-container {
  overflow: auto;
}

#content .countryList.lightCL.listPageCL .scrollbarCountries {
  height: auto;
}

#content.jsMapContainer .countryList h2 {
  color: #1398B6;
  font: 400 16px 'Lato';
  margin-bottom: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #DFE8EB;
}

#locations-menu-select {
  display: none;
}

#locations-menu-select img {
  margin-right: 11px;
}

.scrollbarCountries {
  clear: both;
  left: 0;
  position: relative;
  width: 190px;
  height: 390px;
  top: 0;
}

.scrollbarCountries .swiper-container {
  width: 100%;
  height: 100%;
}

.scrollbarCountries .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

.scrollbarCountries .swiper-container-vertical > .swiper-scrollbar {
  opacity: 1 !important;
  background: #ECF1F2 !important;
}

.scrollbarCountries .swiper-scrollbar-drag {
  background: #C2D5DA !important;
}

#content.jsMapContainer .countryList li {
  display: block;
  width: 100%;
  height: 23px;
  padding: 0;
  margin-bottom: 3px;
}

#content.jsMapContainer .countryList li a {
  display: block;
  width: 100%;
  height: 23px;
  color: #666;
  padding: 0 0 0 6px;
  margin: 0;
  border: none;
  font: 14px/1.6em 'Lato';
  background: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#content.jsMapContainer .countryList li a:hover {
  color: #1398B6;
  font-weight: normal;
  background-color: #f1f5f6;
}

#content.jsMapContainer .countryList li a img {
  margin: 0 11px 0 0;
}

.brandsAtoZ {
  width: 100%;
  clear: both;
  padding-top: 9px;
}

.brandsAtoZ h3 {
  color: #191364;
  font: 300 24px/1.42em 'Lato';
  padding-bottom: 6px;
  text-align: center;
}

.brandsAtoZ h3 span {
  padding-bottom: 3px;
  border-bottom: 1px solid #DFE8EB;
  display: inline-block;
}

.brandsAtoZ .brandsAtoZList {
  clear: both;
  width: 100%;
  padding: 15px 0;
}

.brandsAtoZ .brandsAtoZList ul {
  display: block;
  width: 100%;
  clear: both;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  column-count: 3;
  column-gap: 40px;
}

.brandsAtoZ .brandsAtoZList li {
  font: 12px Arial;
  position: relative;
}

#brandsShortcut .shortCutIn ul li:before,
.brandsAtoZ .brandsAtoZList li:before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #B9E2EB;
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
}

.brandsAtoZ .brandsAtoZList li a {
  text-decoration: none;
  color: #666;
  padding: 8px 0 8px 11px;
  line-height: 1.2em;
  display: block;
}

.brandsAtoZ .brandsAtoZList li a:hover {
  text-decoration: underline;
}


/*********************************************
LOKALIZACJE - STYLE MAPKI
*********************************************/

.loader {
    background: url(../../images/frontend_new/loader.gif) no-repeat center #fff;
}

.mob-brand {
    display: none;
}

.loc-point .mapPointName {
    font: 700 14px/1.42em 'Lato';
    color: #191364;
    display: block;
    border-bottom: 2px solid #DFE8EB;
    padding-bottom: 8px;
    width: 100%;
    clear: both;
    text-transform: uppercase;
}

.loc-point.loc-cont-point .mapPointName {
    border-bottom: none;
    padding-bottom: 8px;
}

.loc-point .mapPointName .mapPointCount {
    font: 11px Arial;
    color: #999;
    display: inline-block;
    padding-left: 7px;
}

.loc-point p {
    margin: 5px 0;
}

.loc-point .locListFull {
    width: 100%;
}

.loc-point .locListFull li {
    line-height: 1.3em;
}

.loc-point .locListFull li a {
    width: 100%;
    line-height: 1.3em;
    padding: 3px 0;
    float: left;
}

.loc-point .locListFull li a img.statusIco {
    display: block;
    float: left;
/*    padding-left: 10px;*/
}

.loc-point .locListFull li a .locName {
    width: auto;
    padding: 3px 0;
}

.loc-point #locListFull {
    width: 218px;
}

.loc-point #locListFull li {
    line-height: 1.3em;
}

.loc-point #locListFull li a {
    width: 217px;
    line-height: 1.3em;
    padding: 3px 0;
    float: left;
}

.loc-point #locListFull li a img.statusIco {
    display: block;
    float: left;
    padding-left: 10px;
}

.loc-point #locListFull li a .locName {
    display: block;
    float: left;
    width: 150px;
    padding: 3px 0;
}


/*********************************************
LOKALIZACJE - FIRMA
*********************************************/

.companyMainInfo {
    width: 100%;
    clear: both;
    padding-top: 15px;
}

.companyMainInfo .cmPic {
    float: left;
    width: 298px;
    border: 1px solid #DFE8EB;
    padding: 6px;
    margin-right: 23px;
}

.companyMainInfo .cmPic img {
    float: left;
}

.companyMainInfo .cmDesc {
    color: #333;
    font: 13px/1.4em Arial;
    float: left;
    width: 345px;
}

.companyMainInfo .cmDesc.withoutPic {
    width: 100%;
}

.cmSection {
    width: 100%;
    clear: both;
    padding-top: 22px;
}

.cmSection h3 {
    color: #209EB9;
    font: 700 16px 'Lato';
    border-top: 3px solid #DFE8EB;
    border-bottom: 1px solid #DFE8EB;
    padding: 9px 0 8px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.cmSection p {
    color: #333;
    font: 12px/1.4em Arial;
}

.cmSection .subSection {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.cmSection .subSection h4 {
    font: 700 13px/1.42em 'Lato';
    color: #1398B6;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.cmSection a {
    text-decoration: underline;
    color: #333;
}

.cmSection a:hover {
    text-decoration: none;
    color: #219EBA;
}

.googleMap {
    width: 100%;
    height: 386px;
    padding: 3px;
    border: 1px solid #DFE8EB;
    background: #fff;
}

#siteContainer.locTemp .sidebarRight .brandBox.greenTitle h3 {
    font: bold 14px Arial;
    color: #219EBA;
}

.brandBoxImgPad {
    display: block;
    padding: 10px 0;
    float: left;
}

#content.jsMapContainer .sidebarRight .countryList li a.plLink,
#content.jsMapContainer .sidebarRight .countryList.lightCL li a.plLink {
    color: #191364;
}

#content.jsMapContainer .sidebarRight .countryList.lightCL li a {
    color: #ccc;
}

#content.jsMapContainer .sidebarRight .countryList.lightCL li a:hover {
    color: #1398B6;
}

#content.jsMapContainer .sidebarRight .countryList.lightCL.listPageCL h2 {
    padding-bottom: 10px;
}


/*********************************************
LOKALIZACJE - LISTA
*********************************************/

#siteContainer.locTemp.noBg {
    background: #fff;
}

#siteContainer.locTemp.noBg h1.locListTitle {
    margin-bottom: 10px;
}

.locListHead {
    width: 100%;
    clear: both;
    display: table;
    border-bottom: 1px solid #DFE8EB;
    padding: 0 0 10px 0;
}

.locListHead p {
    color: #1398B6;
    float: left;
    font: 400 14px/1.42em 'Lato';
    position: relative;
    top: 4px;
}

.locListHead form {
    float: right;
}

.locListHead form select {
    height: 28px;
    width: 200px;
    border-top: 1px solid #F1F7F9;
    border-left: 1px solid #F1F7F9;
    border-bottom: 1px solid #DFE8EB;
    border-right: 1px solid #DFE8EB;
    color: #999;
    font: 12px Arial;
    background: none;
    padding: 0 10px;
}

.locListFull {
    width: 100%;
    clear: both;
}

.locListFull li {
    border-bottom: 1px solid #DFE8EB;
    display: table;
    clear: both;
    padding: 5px 0 4px 0;
    width: 100%;
}

.locListFull li a {
    background: none;
    font: 13px/1.42em 'Lato';
    color: #333;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 8px 12px 6px;
    position: relative;
    cursor: pointer;
    display: table;
}

.locListFull li a img {
    vertical-align: middle;
}

.locListFull li a img.statusIco {
    margin-right: 9px;
    float: left;
    /*display: inline-block;*/
    position: relative;
}

.locListFull li a img.locFlag {
    margin-right: 10px;
}

.locListFull li a:hover {
    background: #F1F7F9;
    color: #1398B6;
}

.locListFull li a span.locName {
    display: inline-block;
    max-width: 80%;
}

.locListFull li a span.locCity {
    color: #999;
    text-align: right;
    display: inline-block;
    float: right;
    opacity: 0;
    -webkit-transition:all 300ms ease;
    transition: all 300ms ease;
}

.locListFull li a:hover span.locCity {
    opacity: 1;
}

#locListFull {
    width: 670px;
    float: left;
}

#locListFull li {
    border-bottom: 1px solid #DFE8EB;
    line-height: 33px;
    float: left;
}

#locListFull li a {
    background: none;
    font: 12px/1.4em Arial;
    color: #333;
    text-decoration: none;
    display: block;
    width: 646px;
    padding: 8px 12px 6px;
    position: relative;
    float: left;
    cursor: pointer;
}

#locListFull li a img {
    vertical-align: middle;
}

#locListFull li a img.statusIco {
    margin-right: 15px;
    float: left;
    display: inline-block;
    position: relative;
}

#locListFull li a img.locFlag {
    margin-right: 10px;
}

#locListFull li a:hover {
    background: #F1F7F9;
    color: #1398B6;
}

#locListFull li a span.locName {
    display: inline-block;
    float: left;
    width: 460px;
    position: relative;
    top: 2px;
    left: 0;
}

#locListFull li a:hover span.locName {
    text-decoration: underline;
}

#locListFull li a span.locCity {
    color: #999;
    width: 180px;
    text-align: right;
    display: none;
    position: absolute;
    top: 9px;
    right: 10px;
}

#locListFull li a:hover span.locCity {
    display: inline;
}


/*********************************************
WYSIWIG
*********************************************/

#content .tinyContent h1,
#content .tinyContent h2,
#content .tinyContent h3,
#content .tinyContent h4,
#content .tinyContent h5,
#content .tinyContent h6 {
    border: none;
    padding: 0 0 15px 0;
    width:100%;
/*    clear:both;*/
}

#content .tinyContent h2 {
    font: 300 28px/1.2em 'Lato';
    color: #1398B6;
}

#content .tinyContent h3 {
    color: #859098;
    font: 300 26px/1.25em 'Lato';
}

#content .tinyContent h4 {
    font: 300 24px/1.3em 'Lato';
    color: #1398B6;
}

#content .tinyContent h5 {
    font: 700 22px/1.3em 'Lato';
    color: #6CB8C5;
}

#content .tinyContent h6 {
    font: 700 20px/1.3em 'Lato';
    color: #666;
}

#content .tinyContent p {
    font: 12px/1.42em Arial;
    color: #666;
    padding: 0 0 15px 0;
/*    clear: both;*/
}


#content .tinyContent .blockQuote,
#content .tinyContent blockquote {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    background: url(../../images/frontend_new/blockBqBg.png) no-repeat left center;
    border-top: 1px solid #DFE8EB;
    border-bottom: 1px solid #DFE8EB;
    padding: 30px 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#content .tinyContent .blockQuote p,
#content .tinyContent blockquote p {
  padding: 0;
  font: italic 16px/1.5em Georgia;
  color: #666 !important;
}
#content .tinyContent ul,
#content .tinyContent ol {
    font: 12px/1.8em Arial;
    padding: 10px 0;
    clear: both;
}

#content .tinyContent ul li {
    background: url(../../images/frontend_new/listIcon.png) no-repeat left 6px;
    padding-left: 15px;
}

#content .tinyContent ul.dots li {
    background: url(../../images/frontend_new/l1Dot.png) no-repeat left 10px;
    padding-left: 15px;
}

#content .tinyContent ul.triangle li {
    background: url(../../images/frontend_new/attachIco.png) no-repeat left 8px;
    padding-left: 15px;
}

#content .tinyContent table {
    width: 100%;
    border: 1px solid #DFE8EB;
    color: #666;
    font: normal 12px/1.4em Arial;
    margin: 10px 0;
    clear: both;
}

#content .tinyContent table tr:first-child,
#content .tinyContent table tr:first-child {
    background: #F3F7F8;
    font: bold 12px Arial;
    color: #666;
}

#content .tinyContent table thead {
    background: #F3F7F8;
    font: bold 12px Arial;
    color: #666;
}

#content .tinyContent table td {
    border: 1px solid #DFE8EB;
    border-collapse: collapse;
    padding: 10px 16px;
    height: 15px;
}

#content .tinyContent img.big {
    width: 325px;
}

#content .tinyContent img.medium {
    width: 225px;
}

#content .tinyContent img.small {
    width: 115px;
}

#content .tinyContent img.frame {
    padding: 4px;
    border: 1px solid #DFE8EB;
}

#content .tinyContent .img_left {
    float: left;
}

#content .tinyContent img.img_left {
    margin: 5px 25px 25px 0;
    display: block;
}

#content .tinyContent .img_right {
    float: right;
}

#content .tinyContent img.img_right {
    margin: 5px 0 25px 25px;
    display: block;
}

#content .tinyContent .img_center {
    float: none;
}

#content .tinyContent img.img_center {
    display: block;
  height: auto;
    margin: 25px auto;
  max-width: 100%;
}

#content .tinyContent hr {
    border: 0;
    border-top: 1px solid #DFE8EB;
    height: 0px;
    margin: 10px 0;
    clear: both;
    width: 100%;
}

#content .tinyContent .header {
    color: #191364;
    font: 14px/1.3em Arial;
    border-top: 3px solid #DFE8EB;
    border-bottom: 1px solid #DFE8EB;
    padding: 10px 0;
    clear: both;
    display: block;
}


/*********************************************
WYNIKI WYSZUKIWANIA
*********************************************/

#siteContainer.searchResultsTemplate {
    background: url(../../images/frontend_new/woLines.jpg) no-repeat scroll -2px 193px #fff;
}

#content .contentLeft.lowerPadding.search-results-cont {
    max-width: 80%;
    display: block;
    padding-right: 0;
}

.searchStats {
    width: 100%;
    clear: both;
    border-bottom: 2px solid #DFE8EB;
    position: relative;
    padding: 10px 0;
    display: table;
}
.searchResults {
  margin-bottom: 20px;
}

.searchStats .searchStatsCount {
    float: left;
    width: 440px;
}

.searchStats .searchStatsCount h2 {
    font: 400 16px/1.6em 'Lato';
    color: #1398B6;
    padding-top: 3px;
}

.searchStats .searchFormSec {
    width: 215px;
    height: 25px;
    float: right;
}

.searchFormSec .searchInput {
    float: left;
    width: 184px;
    padding-right: 6px;
    height: 25px;
    background: url(../../images/frontend_new/searchInputSec.png) no-repeat left top;
}

.searchFormSec .searchInput input {
    background: none;
    border: none;
    width: 158px;
    margin: 4px 13px 0 13px;
    font: 12px 'Lato';
    color: #666;
}

.searchFormSec input[type=image] {
    width: 25px;
    height: 25px;
}

#content .contentLeft .searchPagination {
    clear: both;
    height: 23px;
    font: 700 13px/30px 'Lato';
    padding: 0 0 9px 0;
    text-align: center;
    width: 100%;
}

#content .contentLeft .searchPagination ul {
    list-style: none;
    padding: 0;
    float: none;
    text-align: center;
}

#content .contentLeft .searchPagination ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    background: none;
    margin: 0 3px;
    width: 32px;
    height: 32px;
}

#content .contentLeft .searchPagination ul li a {
    color: #999;
    text-decoration: none;
    background: none;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

#content .contentLeft .searchPagination ul li a.inActive {
    color: #CBCBCB;
}

#content .contentLeft .searchPagination ul li a.active {
    background: #E6ECEF;
    border: 1px solid #CFDBE0;
}

#content .contentLeft .searchPagination ul li a:hover {
    background: #fff;
    border: 1px solid #CFDBE0;
}

#content .contentLeft .searchPagination ul li a.noNumber.active,
#content .contentLeft .searchPagination ul li a.noNumber:hover {
    background: none;
    border: none;
}

.noResults {
    font-size: 12px;
    line-height: 24px;
}

.sRes {
    width: 100%;
    border-bottom: 1px solid #DFE8EB;
    padding: 20px 0;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.sRes .sResPic {
    float: left;
    width: 90px;
    height: 90px;
    border: 1px solid #DFE8EB;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

.sRes .sResDesc {
    float: left;
    width: auto;
    display: inline;
    position: relative;
}

.sRes.noPic .sResDesc {
    float: left;
    width: 670px;
    position: relative;
}

.sRes .sResDesc .sResData {
    font: 11px/1.6em 'Lato';
    color: #999;
    width: 100%;
    clear: both;
}

.sRes .sResDesc .sResAccur {
    position: absolute;
    right: 0;
    top: 0;
    height: 17px;
    width: 140px;
    display: none;
}

.sRes .sResDesc .sResAccur span {
    color: #54B3C8;
    font: 11px Arial;
    padding-right: 5px;
    display: block;
    float: left;
}

.sRes .sResDesc .sResAccur .sResAccurTotal {
    float: right;
    border: 1px solid #DFE8EB;
    padding: 2px;
    width: 77px;
    clear: right;
    position: relative;
    top: -1px;
}

.sRes .sResDesc .sResAccur .sResAccurTotal .sResAccurPer {
    float: left;
    height: 11px;
    background: #3EABC3;
    text-align: center;
}

.sRes .sResDesc .sResAccur .sResAccurTotal .sResAccurPer span {
    color: #37336E;
    display: inline;
    font: bold 10px/1.2em 'Lato';
    padding: 0 4px 0 0;
    float: none;
    position: relative;
    top: -1px;
}

.sRes .sResDesc .sResTitle {
    padding: 9px 0;
    clear: both;
}

.sRes .sResDesc .sResTitle h3 {
    font: 700 16px/1.42em 'Lato';
}

.sRes .sResDesc .sResTitle h3 a {
    text-decoration: none;
    color: #3A6C9E;
}

.sRes .sResDesc .sResTitle h3 a:hover {
    color: #1398B6;
}

.sRes .sResDesc .sResTxt {
    font: 12px/1.3em Arial;
    clear: both;
    padding-bottom: 10px;
}

.sRes .sResDesc .sResTxt a {
    color: #666;
    text-decoration: none;
}

.sRes .sResDesc .sResGoTo {
    color: #999;
    font: 11px Arial;
    float: left;
    clear: both;
}

.sRes .sResDesc .sResGoTo a {
    color: #999;
    text-decoration: none;
}

.sRes .sResDesc .sResGoTo a:hover {
    text-decoration: underline;
}

.brandBox.firstBrandBox {
    padding-top: 0;
}

.brandBox.greenTitle h3 {
    color: #6CB8C6;
}


/*********************************************
WIDOK AKTUALNOSCI
*********************************************/

#content.noImage #newsContainer {
    width: 100%;
    clear: both;
    padding-bottom: 20px;
}

#content.noImage #newsContainer .newsTxt .newsData {
    color: #666;
    font: 700 13px/1.42em 'Lato';
    padding: 0 0 10px 0;
}

#content.noImage #newsContainer .newsTxt .newsTitle {
    padding-bottom: 17px;
}

#content.noImage #newsContainer .newsTxt .newsTitle h2 {
    font: 300 22px/1.42em 'Lato';
    color: #1398B6;
}

#content.noImage #newsContainer .newsTxt .newsShort ul {
    float: left;
    font: 12px/1.8em Arial;
    padding: 10px 0;
}

#content.noImage #newsContainer .newsTxt .newsShort ul li {
    background: url(../../images/frontend_new/listIcon.png) no-repeat left 6px;
    padding-left: 15px;
}

#content.noImage #newsContainer .newsTxt .newsExtended {
    width: 100%;
    clear: both;
}

#content.noImage #newsContainer.newsHasPic .newsTxt .newsExtended {
    width: 100%;
    clear: both;
}

#content.noImage #newsContainer .newsTxt .newsExtended p {
    padding: 0 0 9px 0;
}

#content.noImage #newsContainer .newsTxt .newsShort p {
    padding: 0 0 9px 0;
    color: #333;
    font: 13px/1.5 Arial;
    clear: none;
}

.mceVideo {
    width: 100% !important;
    max-width: 100% !important;
}

#content.noImage #newsContainer .newsPic {
    float: left;
    margin: 0 20px 20px 0;
}

#content.noImage #newsContainer .newsPic img {
    margin: 0;
    padding: 0;
    float: left;
}

#content.noImage .contentLeft .newsGoBack:link,
#content.noImage .contentLeft .newsGoBack:visited {
    text-decoration: none;
    float: right;
    display: block;
    color: #999;
    font: 11px/1.2em Arial;
    padding-top: 13px;
}

#content.noImage .contentLeft .newsGoBack:hover {
    text-decoration: underline;
}

/*********************************************
SLIDER - STRONA GLÓWNA
*********************************************/

.slider-in:after {
    width: 27px;
    height: 29px;
    background: url(../../images/frontend_new/homeSliderCorner.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
}

/*********************************************
WYBÓR JEZYKA
*********************************************/

#chooseLang {
    clear: both;
    width: 100%;
}

#chooseLang h1 {
    color: #1398B6;
    font: 300 32px/1.42em 'Lato';
    border-bottom: 1px solid #DFE8EB;
    padding-bottom: 10px;
}

#chooseLang .langList {
    width: 100%;
    clear: both;
    padding: 20px 0 30px 0;
    background: url(../../images/frontend_new/worldMap.png) no-repeat center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#chooseLang .langList .langListLeft {
    float: left;
    width: 50%;
    padding-right: 40px;
}

#chooseLang .langList .langListLeft li,
#chooseLang .langList .langListRight li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #DFE8EB;
}

#chooseLang .langList .langListLeft li:last-child,
#chooseLang .langList .langListRight li:last-child {
    border-bottom: none;
}

#chooseLang .langList .langListLeft li a,
#chooseLang .langList .langListRight li a {
    color: #859098;
    font: 14px/23px 'Lato';
    text-decoration: none;
    display: table;
    width: 100%;
    padding: 8px;
}

#chooseLang .langList .langListLeft li a:hover,
#chooseLang .langList .langListRight li a:hover {
    color: #1599B7;
}

#chooseLang .langList .langListLeft li a img,
#chooseLang .langList .langListRight li a img {
    margin: 0 13px 0 0;
}

#chooseLang .langList .langListLeft h2,
#chooseLang .langList .langListRight h2 {
    font: 700 16px/1.4em 'Lato';
    color: #666;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#chooseLang .langList .langListRight {
    float: right;
    width: 50%;
}

#chooseLang .langList .langListRight li a span.langCountry {
    float: left;
}

#chooseLang .langList .langListRight li a span.langName {
    font: italic 12px/23px 'Lato';
    float: right;
    padding-right: 14px;
    display: inline-block;
    position: relative;
}


/*********************************************
404 ERROR
*********************************************/

.error404 {
    background: url(../../images/frontend_new/bg404Top.png) no-repeat center top #fff;
    width: 100%;
    height: 100%;
}

.error404 #wrapper {
    background: url(../../images/frontend_new/bg404Bottom.png) no-repeat center bottom;
    width: 100%;
    height: 100%;
}

.error404 #wrapper #alertContainer {
    background: url(../../images/frontend_new/pic404.png) no-repeat 40px top;
    height: 525px;
    margin: 0 auto;
    padding: 0 0 0 520px;
    width: 460px;
    position: relative;
}

.error404 #wrapper #alertContainer .alertTitle {
    color: #0FB3EF;
    font: 20px Arial;
    padding: 80px 0 44px 0;
}

.error404 #wrapper #alertContainer h1 {
    color: #0FB3EF;
    font: 30px Arial;
    padding-bottom: 40px;
}

.error404 #wrapper #alertContainer .alertApologies {
    color: #627A84;
    font: bold 16px Arial;
    padding-bottom: 50px;
}

.error404 #wrapper #alertContainer .alertInstructions {
    background: url(../../images/frontend_new/alertArrow.png) no-repeat left 7px;
    font: 14px/1.6em Arial;
    color: #627A84;
    padding-left: 17px;
}

.error404 #wrapper #alertContainer .alertInstructions a {
    font-weight: bold;
    color: #0FB3EF;
    text-decoration: none;
}

.error404 #wrapper #alertContainer .alertInstructions a:hover {
    text-decoration: underline;
}


/*********************************************
STRONICOWANIE KATEGORII
*********************************************/

.catPagination {
    width: 100%;
    clear: both;
    font: 700 13px/30px 'Lato';
    padding: 0 0 9px 0;
    text-align: center;
}

.catPagination ul {
    list-style: none;
    padding: 0;
    float: none;
    text-align: center;
}

.catPagination ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    background: none;
    margin: 0 3px;
    width: 32px;
    height: 32px;
}

.catPagination ul li a {
    color: #999;
    text-decoration: none;
    background: none;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
}

.catPagination ul li a.inActive {
    color: #CBCBCB;
}

.catPagination ul li a.active {
    background: #E6ECEF;
    border: 1px solid #CFDBE0;
}

.catPagination ul li a:hover {
    background: #fff;
    border: 1px solid #CFDBE0;
}

.catPagination ul li a.noNumber {
    padding: 0;
}

.catPagination ul li a.noNumber.active,
#content.noImage .contentLeft .woPagination ul li a.noNumber:hover {
    background: none;
    border: none;
}


/*********************************************
CONTACT FORM
*********************************************/

#contactForm {
    padding-top: 24px;
    float: left;
}

#contactForm span.reqField {
    color: #D96400;
    font: 16px/1em Arial;
    display: block;
    float: left;
    padding-left: 3px;
}

#contactForm .cfInput {
    width: 398px;
    min-height: 25px;
    float: left;
    position: relative;
    margin-bottom: 15px;
    vertical-align: middle;
}

#contactForm .cfInput .error {
    padding-top: 5px;
    font-weight: bold;
}

#contactForm .cfInput.cfInputInvalid {

}

#contactForm .cfInput img {
    position: absolute;
    top: 5px;
    left: 6px;
}

#contactForm .cfInput label {
    font: 12px/1.2em Arial;
    color: #1398B6;
    position: relative;
    padding-left: 36px;
    top: 5px;
    float: left;
}

#contactForm .cfInput input {
    position: relative;
    width: 210px;
    top: 4px;
    font: 12px Arial;
    color: #666;
    border: none;
  border-bottom: 1px solid #ddd;
    background: none;
    float: left;
    margin-left: 10px;
  padding: 5px 0;
}
#contactForm .cfInput input:hover {
  border-bottom: 1px solid #eee;
}
#contactForm .cfInput input:focus {
  border-bottom: 1px solid #aaa;
}

#contactForm .blockLabel {
    font: 12px/1.2em Arial;
    color: #1398B6;
    display: block;
    padding-bottom: 5px;
    float: left;
    clear: both;
}

#contactForm .cfTextarea {
    width: 396px;
    height: 109px;
    float: left;
    clear: both;
    margin-bottom: 15px;
}

#contactForm .cfTextarea textarea {
    margin: 5px;
    border: 0;
    width: 386px;
    height: 99px;
    resize: none;
    font: 12px Arial;
    color: #666;
    background: none;
}
#contactForm .cfTextarea textarea {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}

#contactForm .cfInputCaptcha {
    float: left;
    height: 25px;
    width: 218px;
    position: relative;
    padding-bottom: 32px;
}

#contactForm .cfInputCaptcha input {
    font: 12px Arial;
    color: #666;
    width: 205px;
    border: none;
    position: absolute;
    top: 4px;
    left: 5px;
    background: none;
}

#content.noImage #contactForm .captchaGuide {
    padding: 0;
}

#contactForm .cfBtn {
    width: 96px;
    height: 30px;
    color: #fff;
    font: 13px Arial;
    border: none;
    clear: both;
    float: left;
    cursor: pointer;
}

#contactForm button.cfBtn span {
    position: relative;
    top: -2px;
}

#content.noImage .contentLeft.noBorder {
    border: 0;
}

#content.noImage .contentLeft.cfContainer h1 {
    border-top: 0;
    padding-top: 0;
}


/*********************************************
APPLICATION FORM
*********************************************/

#content.noImage #applicationFormContainer {
    float: left;
    width: 670px;
}

#content.noImage #applicationFormContainer p {
    padding: 9px 0 9px 0;
    font: 12px/1.4em Arial;
    color: #333;
}

#content.noImage #applicationFormContainer iframe {
    width: 670px;
    border: none;
    clear: both;
    float: left;
}


/*********************************************
HISTORY
*********************************************/

#content.brandView h1.historyTitle {
    border: none;
    margin-bottom: 0;
    padding: 0 0 9px 0;
    width: 100%;
    clear: both;
}

.historySubititle {
    color: #869098;
    font: 400 16px/1.42em 'Lato';
    padding-top: 4px;
    padding-bottom: 11px;
    border-bottom: 1px solid #DFE8EB;
    margin-bottom: 13px;
    display: block;
    width: 100%;
    clear: both;
}

.h-item {
    min-height: 470px;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ddd;
    background: url(../../images/frontend_new/h-shadow.png) no-repeat center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h-item:first-child {
    background-image: none;
}

.h-item:nth-child(2n) {
    background-color: #FBFCFD;
}

.h-item:nth-child(2n) .h-pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.h-item:nth-child(2n) .h-txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
}

.h-pic {
    width: 59%;
    text-align: center;
}

.h-pic img {
    max-width: 100%;
    height: auto;
}

.h-txt {
    width: 38%;
}

.h-txt h2 {
    font: 300 60px/1.2em 'Lato';
    color: #61889A;
    display: inline-block;
    clear: both;
    border-bottom: 3px solid #DFE8EB;
    margin-bottom: 12px;
}

.h-txt h6 {
    font: 400 15px/1.42em 'Lato';
    padding-bottom: 12px;
    color: #545454;
}

.h-txt p {
    font: 400 13px/1.42em 'Lato';
    color: #aaa;
}

.history-years ul li.hy-1951 a,
.h-item.h-1951 h2 {
    color: #61889A;
}

.history-years ul li.hy-1991 a,
.h-item.h-1991 h2 {
    color: #596CA6;
}

.history-years ul li.hy-1996 a,
.h-item.h-1996 h2 {
    color: #61889A;
}

.history-years ul li.hy-1997 a,
.h-item.h-1997 h2 {
    color: #2D9796;
}

.history-years ul li.hy-2003 a,
.h-item.h-2003 h2 {
    color: #77ACCB;
}

.history-years ul li.hy-2004 a,
.h-item.h-2004 h2 {
    color: #596CA6;
}

.history-years ul li.hy-2005 a,
.h-item.h-2005 h2 {
    color: #659FB2;
}

.history-years ul li.hy-2008 a,
.h-item.h-2008 h2 {
    color: #596CA6;
}

.history-years ul li.hy-2011 a,
.h-item.h-2011 h2 {
    color: #83A1C0;
}

.history-years ul li.hy-2012 a,
.h-item.h-2012 h2 {
    color: #61889A;
}

.history-years ul li.hy-2013 a,
.h-item.h-2013 h2 {
    color: #638AB1;
}

.history-years ul li.hy-2016 a,
.h-item.h-2016 h2 {
    color: #659FB2;
}

.history-years ul li.hy-2017 a,
.h-item.h-2017 h2 {
    color: #61889A;
}

.history-cont {
    position: relative;
}

.history-years {
    width: 110px;
    position: absolute;
    right: -130px;
    top: 0;
}

.history-years ul:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 18px;
    top: 0;
    background: #ddd;
}

.history-years ul {
    display: table;
    position: relative;
    width: 100%;
    background: url(../../images/frontend_new/hy.png) repeat-y center center;
}

.history-years ul li {
    display: block;
    clear: both;
    position: relative;
    height: 22px;
    margin: 5px 0;
}

.history-years ul li:last-child {
    margin-bottom: 0;
}

.history-years ul li.hy-active a {
    background: #62899B;
    color: #fff;
}

.history-years ul li a {
    display: inline-block;
    height: 22px;
    width: 66px;
    text-align: center;
    font: 700 12px/22px 'Lato';
    position: relative;
}

.history-years ul li:hover a {
    color: #fff;
}

.hy-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 100%;
    margin: 0 10px 0 14px;
    position: relative;
}

.hy-triangle {
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid #00f;
    left: 0;
    top: 6px;
    opacity: 0;
    -webkit-transition:all 0.3s ease;
    transition: all 0.3s ease;
}

.history-years ul li:hover a .hy-triangle,
.history-years ul li.hy-active a .hy-triangle {
    opacity: 1;
    left: -5px;
}

.history-years ul li.hy-1951 .hy-triangle {
    border-right: 5px solid #61889A;
}

.history-years ul li.hy-1991 .hy-triangle {
    border-right: 5px solid #596CA6;
}

.history-years ul li.hy-1996 .hy-triangle {
    border-right: 5px solid #61889A;
}

.history-years ul li.hy-1997 .hy-triangle {
    border-right: 5px solid #2D9796;
}

.history-years ul li.hy-2003 .hy-triangle {
    border-right: 5px solid #77ACCB;
}

.history-years ul li.hy-2004 .hy-triangle {
    border-right: 5px solid #596CA6;
}

.history-years ul li.hy-2005 .hy-triangle {
    border-right: 5px solid #659FB2;
}

.history-years ul li.hy-2008 .hy-triangle {
    border-right: 5px solid #596CA6;
}

.history-years ul li.hy-2011 .hy-triangle {
    border-right: 5px solid #83A1C0;
}

.history-years ul li.hy-2012 .hy-triangle {
    border-right: 5px solid #61889A;
}

.history-years ul li.hy-2013 .hy-triangle {
    border-right: 5px solid #638AB1;
}

.history-years ul li.hy-2016 .hy-triangle {
    border-right: 5px solid #659FB2;
}

.history-years ul li.hy-2017 .hy-triangle {
    border-right: 5px solid #61889A;
}

.history-years ul li .hy-dot:before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0;
    -webkit-transition:all 0.3s ease;
    transition: all 0.3s ease;
}

.history-years ul li.hy-active .hy-dot:before {
    opacity: 1;
}

.history-years ul li:hover .hy-dot:before {
    opacity: 1;
}

.history-years ul li.hy-1951.hy-active a,
.history-years ul li.hy-1951 .hy-dot:before,
.history-years ul li.hy-1951:hover a {
    background: #61889A;
}

.history-years ul li.hy-1991.hy-active a,
.history-years ul li.hy-1991 .hy-dot:before,
.history-years ul li.hy-1991:hover a {
    background: #596CA6;
}

.history-years ul li.hy-1996.hy-active a,
.history-years ul li.hy-1996 .hy-dot:before,
.history-years ul li.hy-1996:hover a {
    background: #61889A;
}

.history-years ul li.hy-1997.hy-active a,
.history-years ul li.hy-1997 .hy-dot:before,
.history-years ul li.hy-1997:hover a {
    background: #2D9796;
}

.history-years ul li.hy-2003.hy-active a,
.history-years ul li.hy-2003 .hy-dot:before,
.history-years ul li.hy-2003:hover a {
    background: #77ACCB;
}

.history-years ul li.hy-2004.hy-active a,
.history-years ul li.hy-2004 .hy-dot:before,
.history-years ul li.hy-2004:hover a {
    background: #596CA6;
}

.history-years ul li.hy-2005.hy-active a,
.history-years ul li.hy-2005 .hy-dot:before,
.history-years ul li.hy-2005:hover a {
    background: #659FB2;
}

.history-years ul li.hy-2008.hy-active a,
.history-years ul li.hy-2008 .hy-dot:before,
.history-years ul li.hy-2008:hover a {
    background: #596CA6;
}

.history-years ul li.hy-2011.hy-active a,
.history-years ul li.hy-2011 .hy-dot:before,
.history-years ul li.hy-2011:hover a {
    background: #83A1C0;
}

.history-years ul li.hy-2012.hy-active a,
.history-years ul li.hy-2012 .hy-dot:before,
.history-years ul li.hy-2012:hover a {
    background: #61889A;
}

.history-years ul li.hy-2013.hy-active a,
.history-years ul li.hy-2013 .hy-dot:before,
.history-years ul li.hy-2013:hover a {
    background: #638AB1;
}

.history-years ul li.hy-2016.hy-active a,
.history-years ul li.hy-2016 .hy-dot:before,
.history-years ul li.hy-2016:hover a {
    background: #659FB2;
}

.history-years ul li.hy-2017.hy-active a,
.history-years ul li.hy-2017 .hy-dot:before,
.history-years ul li.hy-2017:hover a {
    background: #61889A;
}

.hy-top {
    width: 110px;
    height: 12px;
    clear: both;
    background: url(../../images/frontend_new/hy.png) repeat-y center center;
}

.hy-bottom {
    width: 110px;
    height: 16px;
    clear: both;
    background: url(../../images/frontend_new/hy-bottom.png) no-repeat center center;
}

/*********************************************
COLLAPSE MENU
*********************************************/

#content #sitemap {
    padding-bottom: 40px;
}

#content #sitemap > a {
    color: #666;
    display: block;
    font: normal 14px Arial;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 7px;
    text-decoration: none;
    border-bottom: 1px solid #DFE8EB;
}

#content #sitemap > a:hover {
    color: #272156;
    background: #EEF7F8;
}

#content #sitemap ul,
#content #sitemap ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content #sitemap ul#menu {
    padding: 0 15px;
}

#content #sitemap ul a {
    display: block;
    text-decoration: none;
    font: 12px Arial;
    color: #666;
}

#content #sitemap ul li {
    background: none;
}

#content #sitemap ul li ul li a:hover {
    color: #272156;
}

#content #sitemap ul > li a {
    background: url(../../images/frontend_new/l0Arrow.png) no-repeat 7px 12px;
    padding-left: 20px;
    text-decoration: none;
    border-bottom: 1px solid #DFE8EB;
    padding-top: 11px;
    padding-bottom: 10px;
}

#content #sitemap ul li a:hover {
    border-bottom: 1px solid #DFE8EB;
}

#content #sitemap ul > li a:hover {
    background: url(../../images/frontend_new/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    padding-left: 20px;
    text-decoration: none;
    color: #272156;
    margin: 0;
}

#content #sitemap ul li ul li.hasChild a {
    background: url(../../images/frontend_new/menuHasChild.png) no-repeat 26px 14px;
}

#content #sitemap ul li ul li.hasChild a:hover {
    background: url(../../images/frontend_new/menuHoverHasChildActive.png) no-repeat left top #EEF7F8;
    border-bottom: 1px solid #DFE8EB;
}

#content #sitemap ul li ul li a {
    background: url(../../images/frontend_new/l0Arrow.png) no-repeat 22px 12px;
    border: none;
    padding-left: 37px;
    padding-right: 10px;
    padding-top: 11px;
    border-bottom: 1px solid #DFE8EB;
    padding-bottom: 9px;
    margin: 0;
    font-size: 11px;
}

#content #sitemap ul li ul li a:hover {
    background: url(../../images/frontend_new/l0ArrowOver.png) no-repeat 22px 12px #EEF7F8;
    border-bottom: 1px solid #DFE8EB;
    padding-bottom: 9px;
    padding-left: 37px;
}

#content #sitemap ul > li > a.current,
#content #sitemap ul > li.menuExt > a.current {
    background: url(../../images/frontend_new/l0ExArrow.png) no-repeat 3px 16px #EEF7F8;
    border-bottom: 1px solid #DFE8EB;
    padding-left: 20px;
    padding-right: 10px;
    margin: 0;
    color: #3A6C9E;
}

#content #sitemap ul > li > a.current:hover,
#content #sitemap ul > li.menuExt > a.current:hover {
    color: #272157;
}

#content #sitemap ul li ul li ul li a,
#content #sitemap ul li ul li.hasChild ul li a {
    background: url(../../images/frontend_new/l1Dot.png) no-repeat 33px 17px;
    font: normal 11px/1.2em Arial;
    border: none;
    padding-left: 43px;
    padding-right: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
    border-bottom: 1px solid #DFE8EB;
}

#content #sitemap ul li ul li ul li a:hover,
#content #sitemap ul li ul li.hasChild ul li a:hover,
#content #sitemap ul li ul li.hasChild ul li a.current:hover {
    background: url(../../images/frontend_new/l1Dot.png) no-repeat 33px 17px;
    font: normal 11px/1.2em Arial;
    border-bottom: 1px solid #DFE8EB;
    padding-left: 43px;
    padding-right: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
    color: #272156;
}

#content #sitemap ul li ul li ul li a.current,
#content #sitemap ul li ul li ul li ul li a.current {
    color: #3A6C9E;
}

#content #sitemap ul li ul li ul li ul li a,
#content #sitemap ul li ul li.hasChild ul li ul li a {
    background: url(../../images/frontend_new/l1Dot.png) no-repeat 43px 17px;
    font: normal 11px/1.2em Arial;
    border: none;
    padding-left: 53px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #DFE8EB;
}

#content #sitemap ul li ul li ul li ul li a:hover,
#content #sitemap ul li ul li.hasChild ul li ul li a:hover,
#content #sitemap ul li ul li.hasChild ul li ul li a.current:hover {
    background: url(../../images/frontend_new/l1Dot.png) no-repeat 43px 17px;
    font: normal 11px/1.2em Arial;
    border-bottom: 1px solid #DFE8EB;
    padding-left: 53px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 9px;
    color: #272156;
}

#content #sitemap ul li ul li ul li a:hover,
#content #sitemap ul li ul li.hasChild ul li a:hover,
#content #sitemap ul li ul li.hasChild ul li a.current:hover {
    border-bottom: 1px solid #DFE8EB;
}

#content #sitemap ul li ul li.hasChild.menuExt > a {
    background: url(../../images/frontend_new/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    color: #3A6C9E;
}

#content #sitemap ul li ul li.hasChild.menuExt > a:hover {
    background: url(../../images/frontend_new/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    color: #666;
}

#content #sitemap ul > li > a.current {
    background: url(../../images/frontend_new/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    padding-left: 20px;
    text-decoration: none;
    color: #3A6C9E;
    margin: 0;
}

#content #sitemap ul li > a.current:hover {
    border-bottom: 1px solid #DFE8EB;
}

#content #sitemap ul > li > a.current {
    background: url(../../images/frontend_new/l0Arrow.png) no-repeat 18px 12px #EEF7F8;
    border: none;
    padding-left: 33px;
    text-decoration: none;
    color: #3A6C9E;
    margin: 0;
    border-bottom: 1px solid #DFE8EB;
}

#content #sitemap ul li > a.current:hover {
    border-bottom: 1px solid #DFE8EB;
    color: #666;
}


/*********************************************
OTHER CSS
*********************************************/

.superbold {
    color: #3A6C9E !important;
    font-weight: bold !important;
}


/*********************************************
MODUŁ HR
*********************************************/

.hrModule {
    float: left;
    width: 100%;
}

.regionList {
    float: left;
    width: 222px;
}

.regionDetails {
    float: right;
    width: 430px;
}

.rdTabs {
    float: left;
    width: 428px;
    border: 1px solid #DFE8EB;
    position: relative;
    top: -1px;
    padding: 14px 20px;
    z-index: 1;
    font: 12px/1.4em Arial;
    color: #666;
}

#content.noImage .rdTabs p {
    padding: 0 0 17px 0;
    font: 12px/1.4em Arial;
    color: #666;
}

.regionList li {
    float: left;
    width: 225px;
    padding: 3px 0;
}

.regionList li.currentRegion {
    float: left;
    width: 225px;
}

.regionImg {
    border: 1px solid #DFE8EB;
    padding: 3px;
    float: left;
    display: block;
}

.regionTxt {
    float: left;
    width: 225px;
    display: block;
    padding-bottom: 3px;
}

#content.noImage .contentLeft .regionList li a {
    color: #AFC6CD;
    font: bold 15px/1.2em Arial;
}

#content.noImage .contentLeft .regionList li.currentRegion a {
    color: #1398B6;
}

#content.noImage .contentLeft .regionList li a {
    text-decoration: none;
}

#content.noImage .contentLeft .regionList li a:hover {
    text-decoration: underline;
    color: #1398B6;
}

#content.noImage .contentLeft .rdTabsNav {
    z-index: 2;
}

#content.noImage .contentLeft .rdTabsNav ul li {
    float: left;
    margin-right: 9px;
}

#content.noImage .contentLeft .rdTabsNav ul li a {
    display: block;
    padding-right: 20px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: url(../../images/frontend_new/rdTabRightInactive.png) no-repeat right top;
    color: #A5B9C4;
    font: bold 13px Arial;
    text-decoration: none;
}

#content.noImage .contentLeft .rdTabsNav ul li a span.tabLeft {
    display: inline-block;
    float: left;
    width: 7px;
    height: 25px;
    padding-right: 13px;
    background: url(../../images/frontend_new/rdTabLeftInactive.png) no-repeat left top;
}

#content.noImage .contentLeft .rdTabsNav ul li.rdTabActive a {
    background: url(../../images/frontend_new/rdTabRight.png) no-repeat right top;
    color: #1398B6;
}

#content.noImage .contentLeft .rdTabsNav ul li.rdTabActive a span.tabLeft {
    display: inline-block;
    float: left;
    width: 7px;
    height: 25px;
    padding-right: 13px;
    background: url(../../images/frontend_new/rdTabLeft.png) no-repeat left top;
}

#content.noImage .contentLeft .rdTabsNav ul li a span.tabTxt {
    padding-top: 6px;
    float: left;
}

.rdTabs img.img_left {
    float: left;
    border: 1px solid #DFE8EB;
    padding: 3px;
    display: inline-block;
    margin: 0 17px 15px 0;
}

#content.noImage .procesList {
    width: 100%;
    clear: both;
    display: table;
    height: 60px;
    border-top: 1px solid #CBDADE;
    background: #feffff;
    background: -webkit-linear-gradient(top, #feffff 0%, #eef2f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#feffff), to(#eef2f3));
    background: linear-gradient(to bottom, #feffff 0%, #eef2f3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eef2f3', GradientType=0);
}

#content.noImage .contentLeft .procesList ul li a {
    height: 60px;
    display: block;
    font: 13px Arial;
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

#content.noImage .contentLeft .procesList ul li {
    display: inline-block;
    clear: none;
    width: 25%;
    float: left;
    border-bottom: 1px solid #CBDADE;
}

#content.noImage .contentLeft .procesList ul li a.currProces,
#content.noImage .contentLeft .procesList ul li a:hover {
    color: #1398B6;
    font: bold 13px Arial;
}

.tabNumber {
    font: 300 28px/60px 'Lato';
    color: #A6C5C5;
    height: 60px;
    display: block;
    float: left;
    padding: 0 13px 0 10px;
}

#content.noImage .contentLeft .procesList ul li.currPdTab a span.tabNumber,
#content.noImage .contentLeft .procesList ul li.currPdTab a span.tabName {
    color: #1398B6;
}

.tabRight {
    display: block;
    float: left;
    height: 60px;
}

.mob-rd-header {
    display: none;
}

#content.noImage .contentLeft .procesList ul li.currPdTab {
    background: #ddebeb;
    background: -webkit-linear-gradient(top, #ddebeb 0%, #f8fbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ddebeb), to(#f8fbfb));
    background: linear-gradient(to bottom, #ddebeb 0%, #f8fbfb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddebeb', endColorstr='#f8fbfb', GradientType=0);
    border-bottom-color: #f8fbfb;
    border-left: 1px solid #CBDADE;
    border-right: 1px solid #CBDADE;
}

#content.noImage .contentLeft .procesList ul li.currPdTab:first-child {
    border-left: 0;
    border-right: 1px solid #CBDADE;
}

#content.noImage .contentLeft .procesList ul li.currPdTab:last-child {
    border-left: 1px solid #CBDADE;
    border-right: 0;
}

.tabName {
    font: 700 13px/1.42em 'Lato';
    color: #666;
    clear: both;
    display: block;
    margin-top: 20px;
}

.tabShort {
    font: 400 11px/1.42em 'Lato';
    color: #999;
    clear: both;
    display: block;
    margin-top: 4px;
    *margin-top: 2px;
}

#content.noImage .contentLeft .procesList ul li a img {
    margin-right: 16px;
    float: left;
}

.procesDetails {
    width: 100%;
    clear: both;
    padding: 20px 30px;
}

#content.noImage .procesDetails div p {
    padding: 0 0 17px 0;
}

#content.noImage .etapIntro {
    color: #1398B6;
    font: bold 13px/1.2em Arial;
    padding: 0 0 0 20px;
    float: left;
    width: 315px;
}

.etapIntro h3 {
    font: 300 24px/1.42em 'Lato';
}

.etapIntro img {
    border: 1px solid #DFE8EB;
    display: inline-block;
    float: left;
    margin: 0 17px 15px 0;
    padding: 3px;
}

.hrPicBig {
    width: 388px;
    height: 139px;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}

.hrPicBig img {
    position: absolute;
    left: 0;
    top: 0;
}

.regionImgIn {
    width: 217px;
    height: 61px;
    display: block;
    float: left;
}

.rdTabContainer {
    width: 100%;
    display: table;
    clear: both;
    margin-bottom: 30px;
    border: 1px solid #CBDADE;
    border-top: 0;
    background: #F8FBFB;
}

.rdTabContainerBottom {
    width: 100%;
    display: table;
    clear: both;
}

.rightTabArrow {
    float: left;
    width: 21px;
    height: 60px;
    display: none;
}

.procesDetails .tabPic {
    float: left;
    width: 266px;
    height: 84px;
    position: relative;
}

.procesDetails .tabPic img {
    position: absolute;
    left: 0;
    top: 0;
}

.tabContent {
    width: 100%;
    clear: both;
    padding-top: 20px;
}

#contactForm.cvForm {
    padding-top: 0px !important;
}

.cvForm label {
    padding-left: 8px !important;
}

.cvForm .cfInput input {
    float: right !important;
}

.cvForm .cfInput input[type="text"] {
    width: 312px !important;
    margin-left: 0px !important;
}

.cvForm .cfInput input[type="file"] {
    top: 2px !important;
    width: 225px !important;
}

#content.noImage .contentLeft input.sendCV {
    border: 0;
    background: #1398B6;
    font: 700 13px 'Lato';
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    clear: both;
    float: left;
    text-decoration: none;
    padding: 10px 17px;
    cursor: pointer;
    margin-bottom: 20px;
}

#content.noImage .contentLeft input.sendCV:hover {
    background: #56B6CB;
}


/*********************************************
ZASIĘG MAREK (SVG)
*********************************************/

.mapWrapper {
    position: relative;
    background: url('/images/frontend_new/mapBgnd.jpg') center center no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 513px;
    border-left: 1px solid #E2E9EC;
    border-right: 1px solid #E2E9EC;
    border-top: 1px solid #E1E9EC;
    margin: 0 auto;
    z-index: 0;
}

#map {
    clear: both;
    width: 916px;
    height: 440px;
    overflow: hidden;
    margin: 1px 80px;
}

.pointBox {
    position: fixed;
    display: none;
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #78B0BE;
    background-clip: padding-box;
    text-align: center;
    color: #54A2B8;
    z-index: 20;
}

.pointBox .triangle {
    width: 15px;
    height: 14px;
    background: url('/images/frontend_new/popupTriangle.png') left top no-repeat;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -8px;
}

#text {
    width: 500px;
    height: 380px;
    overflow: auto;
}

.mapWrapper img {
    float: left;
}

.mapWrapper #text ul {
    margin-left: 30px;
}

.console {
    height: 90px;
    padding-top: 7px;
    float: left;
    clear: both;
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 1080px;
}

.console .left {
    width: 80px;
    height: 81px;
    background: url('/images/frontend_new/mapArrowsBgnd.png') left top no-repeat;
    margin: 0;
    float: left;
    padding-left: 0;
}

.console .left > span {
    position: absolute;
    cursor: pointer;
}

.console .right > span {
    cursor: pointer;
}

#zoomerUp {
    top: 15px;
    left: 30px;
}

#zoomerDown {
    top: 62px;
    left: 30px;
}

#zoomerLeft {
    top: 33px;
    left: 12px;
}

#zoomerRight {
    top: 33px;
    left: 58px;
}

.console .right {
    margin: 0;
    float: right;
    padding-right: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.console li {
    list-style-type: none;
    float: left;
    margin-right: 6px;
}

.console li span {
    float: left;
    cursor: pointer;
}

#zoomerOut img {
    margin-left: 1px;
}

#zoomerReset img {
    margin-left: 10px;
}

#zasiegTriangle {
    position: relative;
    z-index: 1;
}

#zasiegTriangle > div {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    background: url(/images/frontend_new/zasiegTriangle.png) left top no-repeat;
}

#brandList {
    width: 100%;
    clear: both;
    border: 0 solid #E2E9EC;
    border-width: 0 1px 1px 1px;
}

#brandList li {
    display: table !important;
    clear: both;
    background: none;
    width: 100%;
    border-top: 1px solid #E2E9EC;
    position: relative;
}

#brandList li span.img {
    width: 125px;
    height: 125px;
    text-align: center;
    display: block;
    margin: 15px 35px;
    float: left;
}

#brandList li span.img img {
    vertical-align: middle;
}

#brandList li span.desc {
    margin: 15px 0 15px 5px;
    width: 670px;
    float: left;
}

#brandList li span.slogan {
    display: block;
    font: 400 16px/1.42em 'Lato';
    color: #4B4685;
}

#brandList li span.short {
    display: block;
    margin-top: 10px;
    color: #859098;
    font: 700 15px/1.42em 'Lato';
}

#brandList li span.descCut {
    display: block;
    margin-top: 10px;
    font: 400 12px/1.42em 'Lato';
}

#brandList li .goToBrand {
    color: #396C9E;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.brand-list-cont {
    width: 100%;
    clear: both;
}

.brand-mob-desc,
.brand-list-cont .sidebarRight {
    display: none;
}

#brandCarousel {
    background: url('/images/frontend_new/brandTopBgnd.png') left top no-repeat;
    background-size: cover;
    height: 83px;
    border: 1px solid #E1E9EC;
    border-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

#brandCarousel > div {
    position: absolute;
}

#brandCarousel .left,
#brandCarousel .right {
    width: 12px;
    height: 22px;
}

#brandCarousel .left {
    left: 15px;
    top: 30px;
    background: url('/images/frontend_new/brandCarouselLeft.png') left top no-repeat;
    cursor: pointer;
}

#brandCarousel .right {
    right: 15px;
    top: 30px;
    background: url('/images/frontend_new/brandCarouselRight.png') left top no-repeat;
    cursor: pointer;
}

#brandCarousel .line1 {
    width: 1px;
    height: 51px;
    background-color: #DFE8EB;
    top: 17px;
    left: 37px;
}

#brandCarousel .line2 {
    width: 1px;
    height: 51px;
    background-color: #DFE8EB;
    top: 17px;
    right: 37px;
}

#brandCarousel .contener {
    position: absolute;
    left: 0;
    width: 100%;
    overflow-x: hidden;
}

#brandCarousel .swiper-slide {
    position: relative;
    float: left;
    width: 75px;
    height: 83px;
    cursor: pointer;
    text-align: center;
}

.swiper-container.brand-svg {
    margin: 0 50px;
    /*overflow-x: hidden;*/
}

#brandCarousel .swiper-slide.selected div {
    position: absolute;
    left: 50%;
    bottom: -1px;
    height: 70px;
    width: 93px;
    margin-left: -46px;
    background: url('../../images/frontend_new/mapSelectedBrand.png') left top no-repeat;
}

#brandCarousel .swiper-slide img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#brandCarousel .hoverImg {
    display: none;
}

#zoomerAll {
    color: #fff;
    font: bold 13px/32px Arial;
    display: inline-block;
    height: 34px;
    padding: 0 6px;
    float: left;
    margin-right: 10px;
    background: url(../../images/frontend_new/zoomerAll.png) no-repeat left top;
}


/*********************************************
WTYCZKI SPOĹECZNOĹCIOWE
*********************************************/

#wtyczkiSpolecznosciowe {
    position: fixed;
    top: 130px;
    right: -185px;
    z-index: 9999;
}

#wtyczkiSpolecznosciowe > div {
    position: relative;
    color: #FFFFFF;
    height: 51px;
    background-color: #000;
    display: block;
    width: 230px;
    right: 0;
    cursor: pointer;
    font: 400 16px/51px 'Lato';
}

#wtyczkiSpolecznosciowe .facebookWtyczka {
    border-top: 3px solid #5172BD;
    background-color: #3A589B;
  position: fixed;
  top: 200px;
}

#wtyczkiSpolecznosciowe > .facebookWtyczka > span {
    background-image: url('../../images/frontend_new/fblogo.png');
    display: inline-block;
    width: 51px;
    height: 51px;
    float: left;
    left: -14px;
    position: relative;
    top: -3px;
    border-top: 3px solid #5172BD;
}

/*
#wtyczkiSpolecznosciowe > .facebookWtyczka > div {
    margin-left: -3px;
    border: 5px solid #3A589B;
    border-top: none;
    height: 74px;
    width: 235px;
    background-color: #fff;
    z-index: 9999;
    position: relative;
    top: -3px;
    right: -48px;
}
*/
#wtyczkiSpolecznosciowe > #faceBook {
  background: #fff;
  height: auto;
  right: 0px;
  padding: 10px;
  position: fixed;
  top: 130px;
  -webkit-transform: translate3d(312px,0,0);
  transform: translate3d(312px,0,0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 312px;
  z-index: 101;
}
#wtyczkiSpolecznosciowe > #faceBook.shown {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#wtyczkiSpolecznosciowe > #faceBook:before {
  background: #3B5998;
  content: '';
  display: block;
  height: 140px;
  left: 0;
  position: absolute;
  top: 0;
  width: 312px;
  z-index: -1;
}
#fbBtn {
  background: url(../../images/frontend_new/fblogo.png) no-repeat top left;
  background-size: 51px 51px;
  cursor: pointer;
  display: block;
  height: 51px;
  position: absolute;
  left: -59px;
  top: 0;
  width: 60px;
}
#fbBtn:after {
  content: '';
  display: block;
  height: 100%;
  background: #3a589b;
  position: absolute;
  right: 0;
  width: 10px;
}

#wtyczkiSpolecznosciowe .linkedinWtyczka {
    border-top: 3px solid #00A3FB;
    background-color: #007AB9;
    position: relative;
    color: #FFFFFF;
    height: 51px;
    display: block;
    width: 230px;
    right: 0;
    cursor: pointer;
    font: 400 16px/51px 'Lato';
}

#wtyczkiSpolecznosciowe > .linkedinWtyczka > span {
    background-image: url('../../images/frontend_new/lilogo.png');
    display: inline-block;
    width: 51px;
    height: 51px;
    float: left;
    left: -14px;
    position: relative;
    top: -3px;
    border-top: 3px solid #00A3FB;
}

#wtyczkiSpolecznosciowe .youtubeWtyczka {
    border-top: 3px solid #D77368;
    background-color: #CA4638;
    position: relative;
    color: #FFFFFF;
    height: 51px;
    display: block;
    width: 230px;
    right: 0;
    cursor: pointer;
    margin-top: 10px;
    font: 700 16px/51px 'Lato';
    text-transform: uppercase;
    -webkit-transition:right 300ms ease;
    transition: right 300ms ease;
  
  display: none;
}

.facebookWtyczka.shown,
.youtubeWtyczka.shown {
    right: 185px !important;
}

#wtyczkiSpolecznosciowe > .youtubeWtyczka > span {
    background-image: url('../../images/frontend_new/youtubelogo.png');
    display: inline-block;
    width: 51px;
    height: 51px;
    float: left;
    left: -14px;
    position: relative;
    top: -3px;
    border-top: 3px solid #D77368;
}

#czOverlay,
.movieGlobalOverlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(106, 151, 162, 0.6);
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: none;
}

#czVideo {
    position: absolute;
    left: 50%;
    top: 20%;
    /*background:#000;*/
    width: 582px;
    height: 327px;
    z-index: 9999;
    margin: 0 0 0 -291px;
    display: none;
}

.czVideoCont {
    width: 582px;
    height: 327px;
    position: absolute;
    left: 0;
    top: 0;
}

.czVideoClose,
.movieGlobalClose {
    position: absolute;
    background: url('../../images/frontend_new/close_tzmo.png') center center no-repeat;
    right: -7px;
    top: -7px;
    display: block;
    width: 34px;
    height: 34px;
}

.movieGlobalCont {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 580px;
    height: 335px;
    z-index: 9999;
    margin: -173px 0 0 -291px;
    background-color: #fff;
}

.movieGlobalCont iframe {
    margin: 10px;
}

.movieGlobalClose {
    right: -17px;
    top: -17px;
    cursor: pointer;
}

.movieGlobalOverlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition:all .5s ease;
    transition: all .5s ease;
    display: block;
}

.movieGlobalOverlay.hidden {
    opacity: 0;
    visibility: hidden;
}


/*********************************************
KONTAKT - BOXY
*********************************************/

#content.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#content.contact h1 {
    font: 300 32px/1.42em 'Lato';
    color: #272157;
    border-bottom: 1px solid #DFE8EB;
    margin-bottom: 15px;
}

#content.contact h2 {
    text-align: center;
    color: #262057;
    font: 300 26px/1.42em 'Lato';
    padding: 0 0 12px 0;
    clear: both;
}

.contact-tabs {
    margin-bottom:  30px;
    background: url(../../images/frontend_new/h-shadow.png) no-repeat center bottom;
    padding-bottom: 6px;
}

#brands-tabs-select,
#contact-tabs-select {
    display: none;
}

.contact-tabs-cont {
    width: 100%;
    clear: both;
}

.contact-tabs-nav {
    width: 100%;
    clear: both;
}

.contact-tabs-nav ul {
    width: 100%;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    background: #F1F4F5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-tabs-nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 60px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-tabs-nav ul li a {
    display: block;
    text-align: center;
    height: 60px;
    font: 800 13px/60px 'Lato';
    background: #F1F4F5;
    color: #1B1464;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}

.contact-tabs-nav ul li a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -6px;
    content: '';
    display: none;
}

.contact-tabs-nav ul li.curr-tab a:after,
.contact-tabs-nav ul li a:hover:after {
    display: inline-block;
}

.contact-tabs-nav ul li.curr-tab a,
.contact-tabs-nav ul li a:hover {
    background: #5560A8;
    color: #fff;
}

.contact-tabs-content {
    width: 100%;
    clear: both;
}

.contact-tabs-content > div {
    width: 100%;
    background: #FBFCFD;
    border: none;
    display: none;
}

.contact-tabs-content > div.ct-1 {
    background: #fff;
}

.contact-tabs-content > div.ct-1 #localizationmap {
    border: 1px solid #E5ECEF;
    background: #fff;
    padding: 2px;
    height: 490px;
}

.contact-tabs-content > div:not(.ct-1) {
    padding: 30px;
    text-align: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.contact-tabs-content > div.curr-tab {
    display: block;
}
.contact-tabs-content > div.curr-tab:not(.ct-1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-tabs-content > div:not(.ct-1, .ct-5) > div {
  width: 24%;
  margin: 0 auto;
  display: inline-block;
  padding: 0 10px;
  text-align: left;
}
.contact-tabs-content > div.ct-5 > div {
  width: 49%;
  margin: 0 auto;
  display: inline-block;
  padding: 0 10px;
  text-align: left;
  vertical-align: top;
}
.contact-tabs-content > div.ct-5 > div > p {
  font-size: 14px;
  font-family: lato;
}
.contact-tabs-cont .contact-tabs-content > div.ct-5 > div > h4 {
  border:none ;
  margin-bottom: 10px ;
  position: relative;
}
.contact-tabs-content > div.ct-5  h4:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #E5ECEF;
  left: 0;
  bottom: 0px;
  position: absolute;
}
.contact-tabs-content > div.ct-5 .c-row {
  margin: 20px 0;
}
.contact-tabs-content > div.ct-5 .c-row .c-brand-phone{
  display: inline-block;
  margin-right: 20px;
}
.contact-tabs-content > div.ct-5 .c-row .c-brand-phone > span{
  margin: 0 10px;
}
.contact-tabs-content > div.ct-5 .c-row .c-brand-mail{
  display: inline-block;
}
.contact-tabs-content .c-btn {
  font-size: 14px;
  color: white;
  background: #5560a8;
  padding: 15px;
  line-height: 70px;
  font-family: lato;
  transition: 200ms;
}
.contact-tabs-content .c-btn:hover {
  opacity: 0.9;
}
.ct-1-bottom {
    width: 100%;
    clear: both;
    padding: 20px;
    display: table;
}

.ct-1-bottom label,
.ct-cb1 label {
    font: 400 16px/44px 'Lato';
    color: #1B1464;
    display: inline-block;
    float: left;
    padding-right: 20px;
    cursor: pointer;
    position: relative;
}
.ct-1-bottom .ct-1-brand > label,
.ct-1-bottom .ct-1-kind > label {
    font-size:18px;
}
.province, 
.county {
  display: block;
  clear: both;
  float:none;
}
.province h3, 
.county h3 {
  font: 400 16px/44px 'Lato';
  color: #1B1464;
  display: inline-block;
  float: left;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
  width: 200px;
  text-transform:lowercase;
  margin-bottom:20px;
}
.ct-1
.ct-cb1 label:before,
.ct-1-bottom label:before {
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 15px;
    margin-right: 11px;
    width: 15px;
    vertical-align: middle;
}

.ct-cb1 label:after,
.ct-1-bottom label:after {
    background: #1B1464;
    border-radius: 50%;
    content: '';
    display: none;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 20px;
    width: 7px;
}
.ct-1-bottom label.clicked + .ct-1-kind-cb {
    opacity:1;
}
.ct-cb1 label:before,
.ct-cb1 label:after {
    border-radius: 0 !important;
}

.ct-1-bottom label.clicked:after {
    display: inline-block;
}

.ct-1-bottom .brands-list {
    float: left;
}

.ct-1-bottom .brands-list ul li {
    display: inline-block;
    cursor: pointer;
    -webkit-transition:all 300ms ease;
    transition: all 300ms ease;
    margin-right: 12px;
}

.ct-1-bottom .brands-list ul li img {
    width: 100%;
    height: auto;
}

.ct-1-bottom .brands-list ul li:last-child {
    margin-right: 0;
}

.ct-1-bottom .brands-list ul li:hover {
    opacity: .7;
}

.ct-1-bottom input[type=radio] {
    display: none;
}

.ct-1-brand,
.ct-1-kind {
    width: 100%;
    clear: both;
}

.ct-1-kind .ct-1-kind-cb {
    opacity: .5;
    clear:both;
}

.ct-1-kind .ct-1-kind-cb.cb-active {
    opacity: 1;
}

.ct-cb1 input[type=checkbox] {
    display: none;
}

.ct-1-brand {
    padding-bottom: 12px;
}

.contact-brands {
    width: 100%;
    clear: both;
}

.contact-brands-desc {
    text-align: center;
    font: 400 13px/1.42em 'Lato';
}

#brands.contact-brands-grid .brandIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: auto;
    padding: 0 15px 10px 15px;
}

.c-brand-logo {
    text-align: center;
    position:relative;
}

.c-brand-data {
    position:absolute;
    left:0;
    top:0;
}

.c-brand-phone,
.c-brand-url,
.c-brand-mail {
    font: 14px/1.42em 'Lato';
}
.contact-brand-in .c-brand-phone,
.contact-brand-in .c-brand-url,
.contact-brand-in .c-brand-mail {
    font: 13px/1.42em 'Lato';
}
.c-brand-phone a,
.c-brand-url a,
.c-brand-mail a {
    display:inline-block;
}
.c-brand-phone a {
    margin-bottom: 6px;
    padding-left: 23px;    
    background: url(../../images/frontend_new/c-brand-phone.png) no-repeat left center;
}

.c-brand-url a {
    color: #262057;
    padding-left: 23px;    
    background: url(../../images/frontend_new/c-brand-url.png) no-repeat left center;
}

.c-brand-mail a {
    color: #262057;
    padding-left: 23px;    
    background: url(../../images/frontend_new/c-brand-mail.png) no-repeat left center;
}

.c-brand-url a,
.c-brand-mail a {
    color: #262057;
    font-weight: 600;
    font-size: 11px;
    word-break: break-all;
}

.c-brand-url a:hover,
.c-brand-mail a:hover {
    color: #7384E1;
}
.c-brand-error {
    display:block;
    float:left;
    font-size: 14px;
    color: #dd0000;
    clear: both;
    margin-top: 20px;
}
.c-brand-btn a {
    display: inline-block;
    height: 60px;
    font: 800 12px/36px 'Lato';
    background: #5560A8;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding:0 14px;
    height:36px;
    margin-top:8px;
}
.brand-click-clicked {
    outline: 1px solid #cfcccc;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
    border-radius:3px;
}
.c-brand-btn a:hover {
    background:#1B1464;
}
.contact-brand-in .c-brand-url a:hover,
.contact-brand-in .c-brand-mail a:hover {
    color: #262057;
}

.contact-data-bottom {
    border-bottom: 1px solid #E5ECEF;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}

.cdb-left {
    border-right: 1px solid #E5ECEF;
    float: left;
    width: 23%;
    padding-left:10px;
}

.cdb-left-box:first-child {
    padding-bottom: 30px;
}

.cdb-left-box h3,
.cdb-right h3 {
    font: 300 22px/1.42em 'Lato';
    color: #262057;
    padding-bottom: 6px;
}

.cdb-right {
    border-left: 1px solid #E5ECEF;
    position: relative;
    left: -2px;
    float: right;
    width: calc(77% - 1px);
    padding-left: 15px;
}

.cdb-right-desc {
    font: 14px/1.42em 'Lato';
    padding-bottom: 25px;
}

.cdb-right-boxes > div {
    float: left;
    width: 25%;
    padding-right: 15px;
}

.cdb-right-boxes .clearfix {
  display: block;
  clear:both;
}
.cdb-right-boxes.bottom {
  margin-top: 30px;
}
.cdb-right-boxes.bottom p{
  font: 14px/1.42em 'Lato';
}
.cdb-right-boxes.bottom a{
  color: #262057;
  font-weight: 600;
  font-size: 12px;
  /*word-break: break-all;*/
}
.cdb-right-boxes.bottom a:hover{
  color: #7384E1;
}

.cdb-right-boxes div:last-child {
    padding-right: 0;
}

.contact-tabs-content > div:not(.ct-1) > div h4,
.cdb-right-boxes h4 {
    color: #262057;
    text-transform: uppercase;
    font: 800 14px/1.42em 'Lato';
    padding-bottom: 8px;
    border-bottom: 1px solid #E5ECEF;
    margin-bottom: 8px;
}

.contact-boxes-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.contact-boxes-bottom div {
    padding: 0 30px 0 10px;
    width:25%;
}

.contact-boxes-bottom h4 {
    color: #262057;
    padding-bottom: 10px;
    text-transform: lowercase;
    font: 300 22px/1.42em 'Lato';
}

.contact-boxes-bottom p {
    font: 400 12px/1.42em 'Lato';
    padding-bottom: 20px;
}

.contact-boxes-bottom a {
    color: #262057;
    font: 700 14px/1.42em 'Lato';
}
.contact-boxes-bottom div p a {
    font-size:inherit;
}

.contact-boxes-bottom a:hover {
    color: #7384E1;
}
.contact-brand {
/*    float: left;*/
    width: 19.5%;
    height: 120px;
    position: relative;
    padding: 0 1rem 1rem;
    -ms-flex: 1 1 0%;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    margin-bottom: 2rem; 
}
.contact-brand-in {
    background:#F1F4F5; 
    position: relative;
    cursor: pointer;
    background-size: cover;
    display: block;
    width: 100%;
    height: 120px;   
}
.contact-brand-in .c-brand-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack:center;
    align-content:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;    
    width:100%;
    height:100%;
    text-align:center;
}
.contact-brand-in .c-brand-data,
.contact-brand-in .c-brand-logo {
    -webkit-transition: all 300ms ease;
    transition:all 300ms ease;
}
.contact-brand-in .c-brand-data {
    opacity:0;
}
.contact-brand-in:hover .c-brand-logo {
    opacity:.1;
}
.contact-brand-in:hover .c-brand-data {
    opacity:1;
}
.contact-brand-in:hover {
    box-shadow:inset 0 0 0 1px #F1F4F5;
    background:#fff;
}
input[type=submit].c-brand-btn {
    display: inline-block;
    text-align: center;
    height: 50px;
    font: 800 13px/50px 'Lato';
    background: #F1F4F5;
    color: #1B1464;
    width: auto;
    text-transform: uppercase;
    position: relative;   
    background: #5560A8;
    padding:0 30px;
    color: #fff;   
    border:0;
    cursor:pointer;
}
input[type=submit].c-brand-btn:hover {
    background: #F1F4F5;
    color: #1B1464;
}
.ct-1 input[type=submit].c-brand-btn {
  display: block;
  clear:both;
  margin-left: 200px;
}
.contact-select {
    width:100%;
    clear:both;
    padding-top:20px;
}
.contact-select > div {
    float:left;
    padding-right:20px;
}
.contact-select > div:last-child {
    padding-right:0;
}
.contact-select select {
    height: 50px; 
    padding:0 10px;
    border:1px solid #ccc;
    outline:none;
    width: 200px;
}

/*********************************************
RESPONSYWNOŚĆ
*********************************************/

.c-hamburger {
    z-index: 100;
    position: absolute;
    top: 20px;
    left: 20px;
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 42px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    -webkit-transition:background 0.3s;
    transition: background 0.3s;
    background: #fff !important;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 21px;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #9BA4A1;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #9BA4A1;
    content: "";
}

.c-hamburger.dark span,
.c-hamburger.dark span::before,
.c-hamburger.dark span::after {
    background-color: rgba(0, 0, 0, .7);
}

.c-hamburger.dark.is-active span,
.c-hamburger.dark.is-active span::before,
.c-hamburger.dark.is-active span::after {
    background-color: rgba(255, 255, 255, .7);
}

.c-hamburger span::before {
    top: -7px;
}

.c-hamburger span::after {
    bottom: -7px;
}

.c-hamburger--htra {
    background-color: transparent;
}

.c-hamburger--htra span {
    -webkit-transition:-webkit-transform 0.3s;
    transition:-webkit-transform 0.3s;
    transition:transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-hamburger--htra span::before {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition:width 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition:width 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition:transform 0.3s, width 0.3s, top 0.3s;
    transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s;
}

.c-hamburger--htra span::after {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition:width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition:width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition:transform 0.3s, width 0.3s, bottom 0.3s;
    transition: transform 0.3s, width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}

.c-hamburger--htra.is-active {
    background-color: transparent;
}

.c-hamburger--htra.is-active span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
    width: 50%;
}

.c-hamburger--htra.is-active span::before {
    top: 0;
    -webkit-transform: translateX(24px) translateY(1px) rotate(-135deg);
    transform: translateX(24px) translateY(1px) rotate(-135deg);
}

.c-hamburger--htra.is-active span::after {
    bottom: 0;
    -webkit-transform: translateX(24px) translateY(-1px) rotate(135deg);
    transform: translateX(24px) translateY(-1px) rotate(135deg);
}

.mob-menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: -1;
    background: rgba(0, 0, 0, .75);
    opacity: 0;
    -webkit-transition:-webkit-transform 500ms ease;
    transition:-webkit-transform 500ms ease;
    transition:transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

body.menu-opened {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;    
}

.menu-opened #wrapper {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

.menu-opened #mainMenu {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    background: #F4F4F4;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 100vh;
    overflow-y: auto;
}
.iefixedpositionfix.menu-opened #mainMenu {
  left: 0 !important;
}

.close-mob-menu {
    position: absolute;
    width: 50px;
    height: 100%;
    background: #F4F4F4;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
    /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);*/
}

.close-mob-menu:before,
.close-mob-menu:after {
    position: absolute;
    left: 24px;
    content: ' ';
    height: 28px;
    width: 2px;
    top: 15px;
    background-color: #9BA4A1;
}

.close-mob-menu:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-mob-menu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html.menu-opened {
    overflow: hidden;
}


/*********************************************
CUSTOM SELECT
*********************************************/

#custom-select {
    display: none;
}

.custom_select {
    float: left;
    width: 100%;
    margin: 0;
    font: 700 15px 'Lato';
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.select_opts {
    font: 700 13px 'Lato';
    background-color: #FAFCFC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.option_title {
    padding: 17px 20px;
}

.option {
    padding: 12px 20px;
}

.option_title {
    padding-right: 30px;
    background-color: #FAFCFC;
    border: 1px solid #DCE6E9;
}

.option:hover {
    background-color: #DCE6E9;
}

.option.current {
    color: #545454;
    background-color: #DCE6E9;
}

.option_title::-moz-selection {
    background-color: transparent;
}

.option_title::selection {
    background-color: transparent;
}

.option_title::-moz-selection {
    background-color: transparent;
}

.arrow {
    width: 10px;
    height: 13px;
    background: url(../../images/frontend_new/cs_arrow.png) no-repeat center center;
    top: 41% !important;
}

.brand-click.selected {
    background-color: #eee;
}

@media only screen and (max-width: 1200px) {
  input[type=text],
  input[type=email],
  input[type=search],
  input[type=tel],
  input[type=submit],
  input[type=password],
  textarea,
  button,
  select {
      -webkit-appearance: none;
  }
  .menu-opened #cookiesBox,
  #langSelect .selectValue {
      display: none;
  }
  .home-slide-desktop {
    display:none;
  }
  .home-slide-mobile {
    display:block;
  }
  .lang-mob {
      display: block;
      width: 42px;
      background: #fff;
      border-radius: 100%;
      height: 42px;
      border: 0;
      color: #9BA4A1;
      text-align: center;
      font: 700 14px/42px 'Lato';
      text-transform: uppercase;
  }
  .custom_select {
      margin: 0 0 20px 0;
  }
  .menu-opened .mob-menu-overlay {
      z-index: 9998;
      opacity: 1;
  }
  .menu-opened .close-mob-menu {
      display: block;
  }
  #mainMenu ul li a span.l0Desc,
  #mainMenu > ul > li:first-child {
      display: none;
  }
  #mainMenu ul {
      width: calc(100% - 50px);
      float: none;
      display: block;
      margin: 0;
      padding: 0;
  }
  #mainMenu ul li {
      float: none;
      display: block;
      clear: both;
      width: 100%;
      height: auto;
      position: static;
      border-bottom: 1px solid #dce6e9;
  }
  #mainMenu > ul > li.hasUl:hover {
      background: none;
  }
  #mainMenu > ul > li.hasUl:hover > a {
      height: auto;
      position: static;
      border: 0;
      padding: 14px 20px;
  }
  #mainMenu ul ul {
      position: static;
      width: 100%;
  }
  #mainMenu > ul > li > a {
      border: none;
      height: auto;
      padding: 14px 20px;
      background:#fff;
  }
  #mainMenu ul li ul li,
  #mainMenu ul li ul li ul li {
      border: 0;
  }
  #mainMenu ul li ul li a,
  #mainMenu ul li ul li ul li a {
      background: none;
      position: relative;
      padding-left: 45px;
      font: 700 13px/1.42em 'Lato';
      color: #396C9E;
      margin: 0;
      border: 0;
  }
  #mainMenu ul li ul,
  #mainMenu ul li ul li ul,
  #mainMenu ul li ul li a:hover,
  #mainMenu ul li ul li ul li a:hover {
      background: none;
      border: 0;
  }
  #mainMenu ul li ul li a:before,
  #mainMenu ul li ul li ul li a:before {
      content: '';
      border-radius: 100%;
      width: 4px;
      height: 4px;
      position: absolute;
      left: 30px;
      top: 50%;
      margin-top: -2px;
      background: #B9E2EB;
  }
  #mainMenu ul li a:hover {
      color: #260F55;
  }
  #mainMenu ul li ul,
  #mainMenu ul li ul li ul,
  #mainMenu ul li:hover ul {
      display: none;
  }
  #mainMenu ul li ul.show-ul,
  #mainMenu ul li ul li ul.show-ul,
  .menu-opened #mainMenu,
  .c-hamburger {
      display: block;
  }
  #mainMenu > ul > li > a.activePage + ul {
      display: block;
  }
  .cookies-box-in {
      width: 100%;
  }
  .cookies-box-in > div {
      width: 70%;
  }
  #mainMenu,
  #wtyczkiSpolecznosciowe,
  #breadCrumbsFooter {
      display: none;
  }
  #siteContainer {
      width: 100%;
      overflow-x: hidden;
  }
  #boxesBottom .box {
      width: 25%;
      margin: 0 20px;
  }
  #brands .brand {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
  }
  #brandsAbout .brandsAboutLeft {
      width: 50%;
      padding-right: 20px;
  }
  #brandsAbout .brandsAboutRight {
      width: 50%;
  }
  .history-cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .history-in {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }
  .history-years {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      position: static;
      width: 100%;
      padding: 10px 0;
      background-color: #fff;
  }
  .hy-top,
  .hy-bottom {
      display: none;
  }
  .history-years ul {
      background: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .history-years ul:before {
      width: 100%;
      bottom: 4px;
      top: auto;
      height: 1px;
      left: 0;
  }
  .history-years ul li {
      width: 10%;
      display: inline-block;
      clear: none;
      height: 43px;
      text-align: center;
      margin: 0;
      float: left;
  }
  .hy-dot {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -5px;
  }
  .history-years ul li a {
      font-size: 14px;
      height: 25px;
      line-height: 25px;
  }
  .hy-triangle {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      left: 50%;
      margin-left: -3px;
      top: auto;
      bottom: 0;
  }
  .history-years ul li:hover a .hy-triangle,
  .history-years ul li.hy-active a .hy-triangle {
      left: 50%;
      bottom: -7px;
  }
  .h-pic img {
      max-width: 90%;
  }
  #content.noImage .contentLeft .woT .woTHeader ul li.thirdCol,
  #content.noImage .contentLeft .woT .woRow span.woDate,
  #content.noImage .contentLeft .woT .woTHeader ul li.secondCol,
  #content.noImage .contentLeft .woT .woRow span.woPlace {
      width: 20%;
  }
  #content.noImage .contentLeft .woT .woTHeader ul li.firstCol,
  #content.noImage .contentLeft .woT .woRow span.woName {
      width: 60%;
  }
  .brand-list-cont .sidebarRight {
      display: block;
      border-bottom: 1px solid #E2E9EC;
  }
  .mapWrapper,
  #brandCarousel,
  #zasiegTriangle {
      display: none;
  }
  .brand-list-cont {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  #brandList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1 1 0%;
      -webkit-box-flex: 1;
      flex: 1 1 0%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      border: 0;
      padding-right: 40px;
      border-bottom: 1px solid #E2E9EC;
  }
  #brandList li span.img {
      margin: 0;
  }
  #brandList li .goToBrand {
      position: static;
      -webkit-transform: none;
      transform: none;
      clear: both;
      float: left;
      margin-top: 10px;
  }
  #brandList li span.desc {
      width: auto;
      float: none;
      display: block;
      margin: 0;
  }
  #brandList li span.desc {
      padding-left: 120px;
  }
  #brandList li {
      padding: 15px 0;
  }
  #brandList li:first-child {
      border-top: 0;
  }
  #content.zasiegTabsContainer .zasiegIntro {
      border-bottom: 1px solid #DFE8EB;
  }
  #searchForm {
      width: auto;
      right: 20px;
      top: 20px;
      height: 42px;
  }
  #searchForm .searchInput {
      display: none;
  }
  #searchForm input[type=submit] {
      width: 42px;
      background: url(../../images/frontend_new/search-btn.png) no-repeat center center #fff;
      border-radius: 100%;
      height: 42px;
      border: 0;
  }
  #langSelect {
      right: 76px;
      top: 20px;
      height: auto;
  }
  .selectBox {
      right: 0;
      top: 44px;
      background: #fff;
  }
  a.countryChange {
      padding: 10px 14px 9px 11px;
  }
  .selectBox ul li a {
      padding: 10px 0;
  }
  .contact-tabs-nav ul li a {
      font-size: 12px;
  }
  .ct-1-bottom .brands-list ul li {
/*      margin-right: 12px;*/
      margin-right: 1%;
/*      width: 32px;*/
      width: 5.4%;
      height: auto;
  }
  .contact-tabs-content > div:not(.ct-1, .ct-5) > div {
      width: 25%;
      padding: 0 10px;
      float: left;
  }
  .contact-tabs-content > div.ct-6 > div {
    width: 50%;
  }
  .contact-tabs-content > div:not(.ct-1) {
      padding: 30px 10px;
  }
  .cdb-left {
      width: 20%;
  }
  .cdb-right {
      width: calc(80% - 1px);
    padding-left: 20px;
  }
  .contact-tabs-content > div.curr-tab {
      display: table;
  }
  #content.jsMapContainer.zasiegTabsContainer .countryList {
      padding-left: 0;
      padding-right: 0;
      width: 270px;
  }
  #brands .brand {
    /*display: none;*/
  }
  #brands .brand.curr-tab {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  
    .cdb-left {
        width: 30%;
    }
    .cdb-right {
        width: calc(70% - 1px);
    }
    .cdb-right-boxes > div {
        width: 50%;
    }
    .cdb-right-boxes > div:first-child,
    .cdb-right-boxes > div:nth-child(2) {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
  .page-content {
    padding: 0 20px;
  }
  #content .contentLeft {
    padding-right: 20px;
  }
  #content .brand-list-cont .sidebarRight,
  #content.sidebarRight .sidebarRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    float: none;
    width: auto;
  }
  #content.noImage .etapIntro {
    display: inline-block;
    float: none;
    width: auto;
  }
  #footer {
    margin: 20px 20px 0 20px;
  }
  .h-item {
    min-height: 0px;
    padding: 20px 0;
  }
  #boxesBottom .box {
    margin: 0 10px;
  }
  #footer {
    height: auto;
    text-align: center;
  }
  #footer ul {
    text-align: center;
  }
  #footer a.aCopy {
    clear: both;
    float: none;
    height: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  #footer ul li {
    float: none;
    display: inline-block;
  }
  .pointDesc {
    padding-top: 0;
    width: 55%;
  }
  .pointPic {
    width: 45%;
    padding-left: 60px;
  }
  .brandBox > div {
    text-align: center;
  }
  .ct-1-bottom .brands-list {
    padding-left: 0px;
    clear: both;
  }
  .ct-1-bottom .brands-list ul li {
    width: 5.3%;
  }
  #content.jsMapContainer.zasiegTabsContainer .countryList {
    width: 220px;
  }
  .cdb-left {
    padding-left: 0;
    padding-right: 10px;
  }
  .c-brand-phone {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 900px) {
    .contact-boxes-bottom div {
        padding: 20px;
    }
    #brands.contact-brands-grid .brand,
    #brands.contact-brands-grid .brandIn {
        width: 170px;
        height: 170px;
    }
  .contact-brand {
    max-width: 100%;
    -ms-flex-preferred-size: 24.5%;
    flex-basis: 24.5%;
    width: 24.5%;
  }
  .contact-tabs-content > div.ct-5 > div {
    width: 33.3%;
  }
  .contact-tabs-content > div.ct-5 > div {
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .contact-tabs-cont .contact-tabs-content > div.ct-5 > div > h4 {
    border-bottom: 1px solid #E5ECEF;
  }
  .contact-tabs-content > div.ct-5 > div > h4:after{
    display: none;
  }
}

@media only screen and (max-width: 800px) {
    .contact-boxes-bottom div {
        padding: 20px;
    }
    #brands.contact-brands-grid .brand,
    #brands.contact-brands-grid .brandIn {
        width: 196px;
        height: 196px;
    }
    #brands.contact-brands-grid .brand {
        -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
    .cdb-left {
        width: 30%;
    }
    .cdb-right {
        width: calc(70% - 1px);
    }
    .cdb-right-boxes > div {
        width: 50%;
    }
    .cdb-right-boxes > div:first-child,
    .cdb-right-boxes > div:nth-child(2) {
        padding-bottom: 20px;
    }
    .contact-tabs-content > div:not(.ct-1):not(.ct-5):not(.ct-6) > div {
        width: 33.333333%;
        padding-bottom: 20px;
    }
    .ct-1-bottom label,
    .ct-cb1 label {
        padding-right: 14px;
    }
    .ct-1-kind .ct-1-kind-cb {
        padding-left: 27px;
        clear: both;
    }
    #brands .brandIn {
      height: 156px;
      width: 156px;
    }
}

@media only screen and (max-width: 767px) {
    #content .contentLeft.lowerPadding.search-results-cont {
        max-width: 100%;
        width: 100%;
    }
    #content .countryList.lightCL.listPageCL .scrollbarCountries {
        width: 100%;
    }
    #content .sidebarRight .brandBox p {
        font-size: 12px;
    }
    #content.sidebarRight .sidebarRight {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        float: none;
        width: auto;
    }
    #content.jsMapContainer .sidebarRight .countryList {
        padding: 15px 0;
        width: 100%;
    }
    #content.single-loc-view .scrollbarCountries {
        height: auto;
        width: 100%;
    }
    #content.single-loc-view .swiper-countries {
        display: none;
    }
    .h-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .h-pic,
    .h-txt {
        width: 100%;
    }
    .h-item:nth-child(2n) .h-txt {
        text-align: left;
    }
    .h-pic,
    .h-item:nth-child(2n) .h-pic {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 10px;
    }
    .h-txt,
    .h-item:nth-child(2n) .h-txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .history-years ul li a {
        width: 100%;
    }
    #content,
    .brand-list-cont,
    #content.brandView.jsMapContainer.loc-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex:1 1 auto;
        -webkit-box-flex:1;
        flex:1 1 auto;
    }
    #content.noImage.job-offer-list-cont {
        -ms-flex:1 1 auto;
        -webkit-box-flex:1;
        flex:1 1 auto;
    }
    #content .contentLeft.job-offer-list {
        display:block;
        -ms-flex:1 0 auto;
    }
    #brandList,
    #content .contentLeft {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 0;
        -ms-flex: 1 0 auto;
    }
    #brandList {
        display:block;
        -webkit-flex: 1 1 auto;
    }
    #content .brand-list-cont .sidebarRight,
    #content.sidebarRight .sidebarRight {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .sidebarRight .sidebarMenu .sidebarMenuTop,
    .sidebarRight .sidebarMenu {
        border: 0;
        background: none;
    }
    .sidebarRight .sidebarMenu .sidebarMenuTop,
    .sidebarRight .sidebarMenu .sidebarMenuTop strong,
    .sidebarRight #menu {
        display: none;
    }
    #content .sidebarRight,
    .sidebarRight #sub-menu-select {
        display: block;
    }
    #content .sidebarRight {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .brandsAtoZ .brandsAtoZList ul {
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        column-count: 2;
        column-gap: 40px;
    }
    #content.jsMapContainer .jsMapCont .countryList {
        width: 220px;
    }
    /*#content.jsMapContainer.loc-main #locations-menu-select,*/
    #content.jsMapContainer .sidebarRight .countryList h2,
    #content.jsMapContainer .sidebarRight .countryList ul {
        display: none;
    }
    .jsMapContainer:not(.loc-list) .scrollbarCountries {
        width: 100%;
    }
    .jsMapContainer.loc-list #locations-menu-select,
    .jsMapContainer.single-loc-view #locations-menu-select,
    #locations-menu-select {
        display: block;
    }
    .googleMap:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        background: transparent;
        position: relative;
        top: -100%;
    }
    #content.single-loc-view .contentLeft.single-loc {
        padding-right: 0;
        -ms-flex:1 0 auto;
    }
    #brandsShortcut .shortCutIn ul {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .brand-wave-bottom,
    #brandImage .violetWaves,
    #brandImage .brandPhotoBg,
/*    #brandImage .brandLogoContainer img:first-child,*/
    #brandImage .productSlider > img {
        display: none;
    }
    #brandImage .productSlider {
        width: 100%;
        height: auto;
        position: static;
        float: none;
        z-index: 1;
        clear: both;
    }
    .productSliderIn {
        float: none;
        margin: 0 auto;
    }
    #content.brandView.single-brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #content.brandView.single-brand .sidebarRight {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    #content.single-brand .contentLeft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #bxSlider {
        margin-bottom: 0;
    }
    #content.brandView.single-brand .sidebarRight .brandBox:last-of-type > div {
        text-align: center;
    }
    #brandImage .brandLogoContainer .brandDetLogo {
        left: -20px;
        top: -20px;
    }
    .sRes .sResDesc .sResGoTo {
        font-size: 13px;
    }
    .searchStats {
        padding-top: 0;
    }
    .searchStats .searchFormSec {
        width: 100%;
        clear: both;
        float: none;
    }
    .searchStats .searchStatsCount {
        width: 100%;
        clear: both;
        float: none;
        padding-bottom: 10px;
    }
    .contact-tabs-content > div.ct-5 .c-btn,
    .contact-tabs-content > div:not(.ct-1) > div h4,
    .cdb-right-boxes h4 {
        font-size: 12px;
    }
    .cdb-left {
        width: 30%;
    }
    .cdb-right {
        width: calc(70% - 1px);
    }
    .cdb-right-boxes > div {
        width: 50%;
        padding-bottom: 20px;
    }
    .contact-boxes-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .contact-boxes-bottom > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact-tabs-nav ul li a {
        font-size: 11px;
    }
    #brands.contact-brands-grid .brand,
    #brands.contact-brands-grid .brandIn {
        width: 170px;
        height: 170px;
    }
    .c-brand-phone,
    .c-brand-url,
    .c-brand-mail {
        font-size: 12px;
    }
    #content .contentLeft.cat-list {
        -ms-flex:1 0 auto;
    }
    .shortText .shortTextLeft img.stlFrame {
        display:none;
    }
    #content.noImage #offerDetails .offerDetailsIn .odRow h1 {
        font-size:26px;
    }
    #content .single-doc h1 {
      padding-right: 100px;
    }
}

@media only screen and (max-width: 639px) {
    .h-pic img {
        max-width: 100%;
    }
    .offerIntroIn {
        padding-top:20px;
    }
    #content.noImage .contentLeft .offerIntroIn .woBrandPic {
        padding:0 20px 0 0;
        width:auto;
    }
    #content.noImage .contentLeft .offerIntroIn .woShortDesc {
        float:none;
        width:auto;
        display:inline;
    }
    #content.noImage .contentLeft .offerIntroIn .woShortDesc p {
        clear:none;
        padding-top:0;
    }
    .locListFull li a span.locName {
        clear: none;
    }
    .locListFull li a span.locCity {
        display: block;
        clear: both;
        text-align: left;
        padding-top: 4px;
        float: none;
        padding-left: 40px;
    }
    .locListHead p {
        width: 100%;
        clear: both;
        padding-bottom: 15px;
    }
    .locListHead form {
        float: left;
        width: 100%;
        clear: both;
    }
    .mob-brand,
    #custom-select,
    .h-item.shown,
    .h-item:first-child {
        display: block;
        background: none;
    }
    .h-item {
        border-bottom:0;
    }
    .h-item:nth-child(2n) {
        background-color: transparent;
    }
    #content .contentLeft .colRight {
        border: 0;
        position: static;
        padding-left: 0;
    }
    .jsMapCont {
        border: 0;
        height: auto;
        overflow: visible;
    }
    .history-years ul,
    .h-item,
    .h-item.hidden,
    #content .contentLeft .colLeft,
    .loc-point .mapPointName,
    #content.jsMapContainer .countryList h2,
    .jsMapCont #localizationmap,
    .swiper-container.swiper-countries {
        display: none;
    }
    #content.jsMapContainer .jsMapCont .countryList {
        position: static;
        box-shadow: none;
        border: none;
        height: auto;
        width: 100%;
        background: none;
        padding: 5px 0 0 0;
        display: table;
    }
    .scrollbarCountries {
        width: 100%;
        height: auto;
        position: static;
    }
    .locListFull li {
        display: table;
        width: 100%;
    }
    .locListFull li:last-child {
        border: 0;
    }
    .loc-point .locListFull li a {
        padding: 7px 0;
    }
    #boxesBottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #boxesBottom .box {
        width: 50%;
        margin: 0;
        padding: 10px;
    }
    #boxesBottom .box .moreBtn {
        position: static;
    }
    .jsMapCont .custom_select {
        margin-bottom: 0;
    }
    #brands {
/*        display: block;*/
    }
    #brands .brand {
        width: 100%;
        height: auto;
        padding: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    #brands .brandIn {
        width: 100%;
        height: auto;
        background: none;
    }
    #brands .brandFlip {
        display: none;
    }
    #brands .brandData {
        display: block;
        opacity: 1;
        background: none;
        position: static;
        width: 100%;
        height: auto;
    }
    .brandDescImage {
        width: 50%;
        clear: none;
        float: left;
        border: 0;
    }
    #brands .brandDescription {
        width: 50%;
        clear: none;
        float: left;
    }
    .captifyFrame {
        display: none;
    }
    #brands .brandDescription span.descHeavy {
        font-size: 15px;
        padding-top: 0;
    }
    #brands .brandDescription span.flink {
        position: static;
        padding: 5px 12px 10px 14px;
        font-size: 13px;
      float: left;
      text-align: left;
      width: 100%;
    }
    .brandDescImg {
        bottom: -10px;
        right: 0;
    }
    #brandsAbout .brandsAboutLeft,
    #brandsAbout .brandsAboutRight {
        width: 100%;
        float: none;
        clear: both;
    }
    #brandsAbout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #brandsAbout .brandsAboutLeft {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 10px;
    }
    #brandsAbout .brandsAboutRight {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 20px;
    }
    #brandsAbout .findMoreBrands {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        top: 17px;
    }
    #brandsAbout .findMoreBrands a {
        font-weight: 600;
    }
    #brandsAbout .brandsAboutLeft h3 {
        font: 400 20px/1.42em 'Lato';
    }
    #brandsAbout .brandsAboutLeft p {
        font-size: 13px;
    }
    #brandsShortcut .shortCutIn ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    #brandsContainer #brandsShortcut {
        padding-top: 40px;
    }
    #content .sidebarRight .brandBox .brandList {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    #content.noImage .contentLeft .woT .woTHeader {
        display: none;
    }
    .workOfferCounter {
        position: static;
        background: none;
        border: none;
        box-shadow: none;
        clear: both;
        display: block;
        width: auto;
        height: auto;
        border-radius: 0;
        font-size: 16px;
        text-align: left;
        padding-top: 10px;
    }
    .workOfferCounter .countInt {
        font-size: 16px;
        display: inline-block;
        margin-left: 6px;
    }
    .workOfferCounter br {
        display: none;
    }
    #content.noImage .contentLeft .woT .woRow {
        padding: 20px 10px;
    }
    #content .contentLeft .shortText.workOfferST {
        padding-right: 0;
    }
    #content.noImage .contentLeft .woT .woRow span.woName:before,
    #content.noImage .contentLeft .woT .woRow span.woPlace:before,
    #content.noImage .contentLeft .woT .woRow span.woDate:before {
        width: 30%;
        content: attr(data-label);
        display: inline-block;
        text-align: left;
        float: left;
        font: 700 14px/1.42em 'Lato';
        color: #999;
    }
    #content.noImage .contentLeft .woT .woRow span.woName,
    #content.noImage .contentLeft .woT .woRow span.woPlace,
    #content.noImage .contentLeft .woT .woRow span.woDate {
        width: 100%;
        clear: both;
        display: block;
        padding: 7px 0;
    }
    #content.noImage .contentLeft .woT .woRow span.woName > span,
    #content.noImage .contentLeft .woT .woRow span.woPlace > span,
    #content.noImage .contentLeft .woT .woRow span.woDate > span {
        float: left;
        width: 70%;
        display: inline-block;
    }
    #content.noImage .contentLeft .woT .woRow span.woPlace,
    #content.noImage .contentLeft .woT .woRow span.woDate {
        font-size: 14px;
    }
    .cdb-left,
    .cdb-right {
        width: 100%;
        clear: both;
        float: none;
        padding-bottom: 20px;
    }
    .cdb-left {
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 1px solid #E5ECEF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cdb-left > div {
        width: 50%;
    }
    .cdb-right {
        border-left: 0;
        padding-left: 0;
        padding-top: 20px;
    }
    .cdb-left-box:first-child {
        padding-bottom: 0;
    }
    .contact-tabs-nav ul {
        display: none;
    }
    #contact-tabs-select {
        display: block;
    }
    .brands-tabs-content > div:not(.ct-1),
    .contact-tabs-content > div:not(.ct-1) {
        padding: 15px 10px;
    }
    .brands-tabs-content > div:not(.ct-1) > div,
    .contact-tabs-content > div:not(.ct-1) > div {
        width: 100%;
    }
    #brands.contact-brands-grid .brand {
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
        max-width: 29%;
        margin: 0 1rem 1rem;
    }
    #brands.contact-brands-grid .brand .brandIn {
        background: url(../../images/frontend_new/brand.svg) no-repeat left top;
        background-size: 100% 100%;
        padding: 10px;
    }
    .c-brand-phone,
    .c-brand-url,
    .c-brand-mail {
        font-size: 12px;
    }
    .ct-1-bottom .brands-list {
        padding-left: 27px;
        clear: both;
    }
  .c-brand-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-brand-logo img {
    height: auto;
    max-width: 120px;
    width: 100%;
  }
    .mob-rd-header {
        display: table;
        width: 100%;
        clear: both;
        padding: 15px 0;
    }
    .etapIntro h3 {
        display: none;
    }
    #content.noImage .procesList {
        display: none;
    }
    .rdTabContainer {
        border-top: 1px solid #CBDADE;
    }
    .pdContent {
        display: block !important;
        border-bottom: 1px solid #CBDADE;
    }
    .pdContent:last-child {
        border-bottom: 0;
    }
    .rd-content {
        width: 100%;
        clear: both;
    }
    .mob-rd-header .tabName {
        font: 700 18px/1.42em 'Lato';
    }
    .mob-rd-header .tabShort {
        font-size: 14px;
        margin-top: 0;
    }
    .mob-rd-header .tabNumber {
        font-size: 40px;
        padding-left: 0;
    }
    .procesDetails {
        padding: 0 20px 20px 20px;
    }
    .procesDetails .tabPic {
        width: 160px;
        height: auto;
    }
    .procesDetails .tabPic img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .procesDetails .tabPic img:last-child {
        position: absolute;
        left: 0;
        top: 0;
    }
    .searchPagination ul li a.noNumber,
    .catPagination ul li a.noNumber {
        font-size: 18px;
    }
    #content.brandView.jsMapContainer.loc-list h1.locListTitle {
        margin-bottom: 0;
    }
    #chooseLang .langList {
        display: block;
        background: none;
    }
    #chooseLang .langList .langListLeft,
    #chooseLang .langList .langListRight {
        width: 100%;
        clear: both;
        float: none;
    }
    #chooseLang .langList .langListLeft {
        padding-bottom: 20px;
        padding-right: 0;
    }
    #content .single-doc.contentLeft {
        -ms-flex:1 0 auto;
    }
}

@media only screen and (max-width: 568px) {
    #content .single-doc h1 {
      padding-right: 0px;
    }
    #brands.contact-brands-grid .brand {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
        margin: 0 1.8rem 1.5rem;
    }
    #brands.contact-brands-grid .brand,
    #brands.contact-brands-grid .brandIn {
        width: 196px;
        height: 196px;
    }
    .c-brand-phone,
    .c-brand-url,
    .c-brand-mail {
        font-size: 12px;
    }
    #brands.contact-brands-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #content.noImage .contentLeft .pageActions,
    #content.noImage .contentLeft .pageActions li:first-child {
        display: none;
    }
  
  .ct-1-bottom .brands-list {
    padding-left: 0;
  }
  .ct-1-bottom .brands-list ul li {
      margin-right: 0%;
      width: 19%;
      height: auto;
  }
  .cookies-box-in {
      padding-left:20px;
  }
  .closeCookies {
      margin-right:20px;
      margin-top:0;
  }
  .shortText .shortTextLeft {
      width:270px;
      margin:0 15px 15px 0;
  }
  .shortText .shortTextLeft picture,
  .shortText .shortTextLeft img {
      width:100%;
      height:auto;
  }
  
  .contact-brand {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    width: 33.3%;
  }
}

@media only screen and (max-width: 479px) {
    .sidebarRight .sidebarMenu .sidebarMenuTop {
        padding: 0 0 20px 0;
    }
    #content h1,
    #content.jsMapContainer h1 {
        font-size: 24px;
    }
    #content .contentLeft .shortText {
        font-size: 13px;
    }
    #content .contentLeft .catBoxes .catBox {
        width: 100%;
        padding-right: 0;
        clear: both;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    #content .contentLeft .catBoxes .catBox:nth-child(2n) {
        padding-left: 0;
    }
    .brandsAtoZ .brandsAtoZList ul {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    #slider:after {
        width: 24px;
        height: 26px;
    }
    #brandList li span.descCut {
        display: none;
    }
    .brand-mob-desc {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 10px;
        font: 400 12px/1.42em 'Lato';
    }
    #brandsShortcut .shortCutIn ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .pointPic,
    .pointDesc {
        padding: 0 60px;
        width: 100%;
        float: none;
        clear: both;
    }
    .pointPic img {
        width: 80%;
        height: auto;
    }
    .pointPic {
        padding-bottom: 15px;
    }
    #content.brandView.single-brand .sidebarRight {
        padding-top: 0;
    }
    #content.brandView h1 {
        font-size: 26px;
    }
    #brandImage .brandLogoContainer {
      background: none;
        width: 100px;
        height: 100px;
    }
    #brandImage .brandLogoContainer img {
        width: 100%;
        height: auto;
    }
    #brandsShortcut.brandsShortcutDetails h3 {
        font-size: 20px;
    }
    #content.noImage .contentLeft .woT .woRow span.woName:before,
    #content.noImage .contentLeft .woT .woRow span.woPlace:before,
    #content.noImage .contentLeft .woT .woRow span.woDate:before {
        padding-right: 12px;
    }
    #searchForm {
        display: none;
    }
    #langSelect {
        right: 20px;
    }
    .procesDetails .tabPic {
        width: 100%;
        height: auto;
        clear: both;
        margin-bottom: 10px;
    }
    .procesDetails .tabPic img:last-child {
        display: none;
    }
    #content.noImage .etapIntro {
        padding: 0;
        width: 100%;
        clear: both;
    }
    .tabContent {
        padding-top: 0;
    }
    .workImage:after,
    #slider:after,
    .workImage .workPicFrame {
        display: none;
    }
    .h-item {
        padding-top: 0;
        padding-bottom:0;
    }
    #menuBottom {
        height: 20px;
    }
    .searchPagination ul li,
    .catPagination ul li {
        margin-bottom: 5px;
    }
    .locListFull li a span.locName {
        padding-bottom: 6px;
    }
    .locListFull li a span.locName,
    .locListFull li a span.locCity {
        display: block;
        float: none;
        text-align: left;
        opacity: 1;
        padding-left: 40px;
    }
    #brands.contact-brands-grid .brand {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
        margin: 0 1.3rem 1rem;
    }
    #brands.contact-brands-grid .brand,
    #brands.contact-brands-grid .brandIn {
        width: 170px;
        height: 170px;
    }
    .contact-boxes-bottom > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .contact-data-bottom {
        padding-top: 15px;
    }
    .cdb-right-boxes > div {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .cdb-right-boxes > div:last-child {
        padding-bottom: 0;
    }
    .contact-tabs-content > div:not(.ct-1) > div h4,
    .cdb-right-boxes h4 {
        font-size: 14px;
    }
    .c-brand-phone,
    .c-brand-url,
    .c-brand-mail {
        font-size: 13px;
    }
    .locListFull li a span.locName {
        max-width: 100%;
    }
    #chooseLang h1 {
        font-size: 26px;
    }
  .c-brand-url a, .c-brand-mail a {
    font-size: 12px;
  }
  
  .contact-brand {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
  }
  #logoCarousel .swiper-slide a img {
    padding: 10px;
  }
}

@media only screen and (max-width: 414px) {
    #brands.contact-brands-grid .brand,
    #brands.contact-brands-grid .brandIn {
        width: 160px;
        height: 160px;
    }
    .c-brand-phone,
    .c-brand-url,
    .c-brand-mail {
        font-size: 11px;
    }
    .contact-tabs-content .c-brand-phone,
    .contact-tabs-content .c-brand-url,
    .contact-tabs-content .c-brand-mail {
        float: left;
        width: 100%;
    }
    #content.noImage .contentLeft .offerIntroIn .woShortDesc {
        clear:both;
        display:block;
    }
    #content.noImage #offerDetails .offerDetailsIn .odRow h1 {
        font-size:22px;
    }
  .brands-tabs-content > div:not(.ct-1) > div, .contact-tabs-content > div:not(.ct-1) > div {
    margin-bottom: 20px;
  }
  .contact-tabs-content > div:not(.ct-1):not(.ct-5):not(.ct-6) > div {
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
    #content .contentLeft .colRight .docBox .docPic {
        float: none;
        width: 100%;
        padding: 0 0 15px 0;
        clear: both;
    }
    #content .contentLeft .colRight .docBox .docDesc {
        width: 100%;
        clear: both;
    }
    #content .contentLeft .colRight .docBox .docPic .docPicImg {
        position: static;
        width: 100%;
        height: auto;
    }
    #content .contentLeft .colRight .docBox .docPic .docPicFrame {
        width: 100%;
        height: auto;
        display:none;
    }
    #content .contentLeft .colRight .docBox .docBoxContent {
        padding-bottom: 4px;
    }
    #boxesBottom .box {
        width: 100%;
        margin: 0;
        padding: 10px 0;
        clear: both;
        float: none;
    }
    #slider:after {
        width: 18px;
        height: 20px;
    }
    .pointDesc {
        padding: 0 40px;
    }
    .swiper-history .swiper-button-prev {
        left: 10px;
    }
    .swiper-history .swiper-button-next {
        right: 10px;
    }
    #content.noImage .contentLeft .woT .woRow {
        padding: 12px 0;
    }
    #content.noImage .contentLeft .woT .woRow span.woName:before,
    #content.noImage .contentLeft .woT .woRow span.woPlace:before,
    #content.noImage .contentLeft .woT .woRow span.woDate:before {
        font-size: 12px;
        width: 40%;
    }
    #content.noImage .contentLeft .woT .woRow span.woName > span,
    #content.noImage .contentLeft .woT .woRow span.woPlace > span,
    #content.noImage .contentLeft .woT .woRow span.woDate > span {
        width: 60%;
    }
    #content.noImage .contentLeft .woT .woRow span.woName span.mainName,
    #content.noImage .contentLeft .woT .woRow span.woDate {
        font-size: 13px;
    }
    .sRes .sResDesc .sResGoTo,
    .sRes .sResPic {
        display: none;
    }
    .c-hamburger {
        left: 10px;
    }
    #langSelect {
        right: 10px;
    }
    .sRes {
        padding: 10px 0;
    }
    .logo {
        top: auto;
        bottom: 20px;
    }
    .logo img {
        width: 200px;
        height: auto;
    }
    .procesDetails {
        padding: 0;
    }
    .rdTabContainer {
        border: 0;
        background: 0;
    }
    .h-txt h2 {
        font-size: 42px;
    }
    .googleMap {
        height: 280px;
    }
    #brands.contact-brands-grid .brand,
    #brands.contact-brands-grid .brandIn {
        width: 100%;
        height: 120px;
    }
    #brands.contact-brands-grid .brand {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    #brands.contact-brands-grid .brand .brandIn {
        background-size: cover;
        border-bottom: 1px solid #DFE8EB;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .c-brand-data {
        padding-left: 10px;
        width: 63%;
    }
    .c-brand-logo {
        padding-bottom: 0;
        width: 100%;
    }
    #content.contact h2 {
        font-size: 22px;
    }
    .contact-tabs {
        margin-bottom: 15px;
    }
    #brands.contact-brands-grid .brand {
        margin-left: 0;
        margin-right: 0;
    }
    #brandList li span.img {
        margin-right: 0;
    }
    #brandList li span.short {
        font-size: 13px;
        font-weight: 400;
    }
    #content.noImage #newsContainer .newsPic img {
        width: 120px;
        height: auto;
    }
    #chooseLang .langList .langListLeft li a,
    #chooseLang .langList .langListRight li a {
        padding: 8px 0;
    }
    #chooseLang .langList .langListRight li a span.langName {
        padding-right: 0;
    }
}

@media only screen and (max-width: 320px) {
    .page-content {
        padding: 0 15px;
    }
    #brands .brandDescription span.descHeavy {
        font-size: 13px;
    }
    #brands .brandDescription span.flink {
        display: none;
    }
    .h-txt h6 {
        font-size: 14px;
    }
}

/*
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2.5), (min-resolution: 240dpi) {
    #top {
    background: url(../../images/frontend_new/@1.5x/topBg.jpg) no-repeat center top;
    }
    #mainMenu > ul > li.hasUl:hover > a span.l0Center {
    background: url(../../images/frontend_new/@1.5x/l0Center.jpg) repeat-x left top;
    }
    #mainMenu > ul > li.hasUl:hover a span.l0Left {
    background: url(../../images/frontend_new/@1.5x/l0Left.jpg) no-repeat left top;
    }
    #mainMenu > ul > li.hasUl:hover a span.l0Right {
    background: url(../../images/frontend_new/@1.5x/l0Right.jpg) no-repeat right top;
    }
    #mainMenu ul li ul li a,
    #mainMenu ul li ul li ul li a {
    background: url(../../images/frontend_new/@1.5x/ddArrow.png) no-repeat;
    }
    #mainMenu ul li ul li a:hover,
    #mainMenu ul li ul li ul li a:hover {
    background: url(../../images/frontend_new/@1.5x/ddArrow.png) no-repeat;
    }
    #menuBottom {
    background: url(../../images/frontend_new/@1.5x/menuShadow.png) no-repeat left top;
    }
    #langSelect .selectValue {
    background: url(../../images/frontend_new/@1.5x/lsOutSpacer.png) repeat-x left top;
    }
    #langSelect .selectValue .selectValueLeft {
    background: url(../../images/frontend_new/@1.5x/lsOutLeft.png) no-repeat left top;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight {
    background: url(../../images/frontend_new/@1.5x/lsOutRight.png) no-repeat right top;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight a,
    #langSelect .selectValue .selectValueLeft .selectValueRight2 a {
    background: url(../../images/frontend_new/@1.5x/langAr.png) no-repeat right 6px;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight a:hover {
    background: url(../../images/frontend_new/@1.5x/langArDark.png) no-repeat right 6px;
    }
    #langSelect .selectValue.expanded {
    background: url(../../images/frontend_new/@1.5x/lSelSpacer.png) repeat-x left top;
    }
    #langSelect .selectValue.expanded .selectValueLeft {
    background: url(../../images/frontend_new/@1.5x/lSelLeft.png) no-repeat left top;
    }
    #langSelect .selectValue.expanded .selectValueLeft .selectValueRight {
    background: url(../../images/frontend_new/@1.5x/lSelRight.png) no-repeat right top;
    }
    #langSelect .selectValue.expanded .selectValueLeft .selectValueRight a {
    background: url(../../images/frontend_new/@1.5x/langArDark.png) no-repeat right 8px;
    }
    #searchForm .searchInput {
    background: url(../../images/frontend_new/@1.5x/searchInput.png) no-repeat left top;
    }
    #searchForm input[type=submit] {
    background: url(../../images/frontend_new/@1.5x/searchBtn.png) no-repeat center center #EEF2F4;
    }
    .sidebarRight .sidebarMenu .sidebarMenuTop {
    background: url(../../images/frontend_new/@1.5x/sidebarMenuBg.png) no-repeat left top;
    }
    #content .sidebarRight ul > li a {
    background: url(../../images/frontend_new/@1.5x/l0Arrow.png) no-repeat 7px 15px;
    }
    #content .sidebarRight ul > li a:hover {
    background: url(../../images/frontend_new/@1.5x/l0ArrowOver.png) no-repeat 7px 15px #EEF7F8;
    }
    #content .sidebarRight ul li ul li.hasChild a {
    background: url(../../images/frontend_new/@1.5x/menuHasChild.png) no-repeat 26px 14px;
    }
    #content .sidebarRight ul li ul li.hasChild a:hover {
    background: url(../../images/frontend_new/@1.5x/menuHoverHasChildActive.png) no-repeat left top #EEF7F8;
    }
    #content .sidebarRight ul li ul li a {
    background: url(../../images/frontend_new/@1.5x/l0Arrow.png) no-repeat 18px 12px;
    }
    #content .sidebarRight ul li ul li a:hover {
    background: url(../../images/frontend_new/@1.5x/l0ArrowOver.png) no-repeat 18px 12px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current,
    #content .sidebarRight ul > li.menuExt > a.current {
    background: url(../../images/frontend_new/@1.5x/l0ExArrow.png) no-repeat 3px 16px #EEF7F8;
    }
    #content .sidebarRight ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li a {
    background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 33px 17px;
    }
    #content .sidebarRight ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li a.current:hover {
    background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 33px 17px;
    }
    #content .sidebarRight ul li ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a {
    background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 43px 17px;
    }

    #content .sidebarRight ul li ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a.current:hover {
    background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 43px 17px;
    }
    #content .sidebarRight ul li ul li.hasChild.menuExt > a {
    background: url(../../images/frontend_new/@1.5x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }
    #content .sidebarRight ul li ul li.hasChild.menuExt > a:hover {
    background: url(../../images/frontend_new/@1.5x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current {
    background: url(../../images/frontend_new/@1.5x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current {
    background: url(../../images/frontend_new/@1.5x/l0Arrow.png) no-repeat 18px 12px #EEF7F8;
    }
    #content .sidebarRight ul li ul li ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a {
    background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 53px 17px;
    }
    #content .sidebarRight ul li ul li ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a.current:hover {
    background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 53px 17px;
    }
    #breadCrumbsFooter .breadRight {
    background: url(../../images/frontend_new/@1.5x/breadCrumbsRight.png) no-repeat right top #89CBD9;
    }
    #content.noImage .contentLeft a.attachment {
    background: url(../../images/frontend_new/@1.5x/attachIco.png) no-repeat left center;
    }
    .inlineQuote .inlineQuoteTop {
    background: url(../../images/frontend_new/@1.5x/inlineBqTop.png) no-repeat left top #1398B6;
    }
    .inlineQuote .inlineQuoteTop .inlineQuoteBottom {
    background: url(../../images/frontend_new/@1.5x/inlineBqBottom.png) no-repeat left bottom;
    }
    #siteContainer.workOfferList {
    background: url(../../images/frontend_new/@1.5x/woLines.jpg) no-repeat -2px 193px #fff;
    }
    .workImage {
    background: url(../../images/frontend_new/@1.5x/workPic.jpg) no-repeat 1px 1px;
    }
    .search-results-cont .workImage {
    background: url(../../images/frontend_new/@1.5x/searchResPic.jpg) no-repeat 1px 1px;
    }
    #brandsAbout .findMoreBrands a {
    background: url(../../images/frontend_new/@1.5x/brandsDetails.png) no-repeat left top;
    }
    .brand-wave-bottom {
    background: url(../../images/frontend_new/@1.5x/brand-wave-bottom.png) no-repeat center center;
    }
    .brand-wave-left {
    background: url(../../images/frontend_new/@1.5x/brand-wave-left.png) no-repeat center center;
    }
    .brand-wave-right {
    background: url(../../images/frontend_new/@1.5x/brand-wave-right.png) no-repeat center center;
    }
    #content .sidebarRight .brandBox .brandOffer li {
    background: url(../../images/frontend_new/@1.5x/zakresDot.png) no-repeat left 4px;
    }
    #content .sidebarRight .moreAboutBrand a {
    background: url(../../images/frontend_new/@1.5x/zasiegDetailsBtn.png) no-repeat left top;
    }
    .swiper-history .swiper-button-prev {
    background: url(../../images/frontend_new/@1.5x/h-arrow-left.png) no-repeat left top;
    }
    .swiper-history .swiper-button-next {
    background: url(../../images/frontend_new/@1.5x/h-arrow-right.png) no-repeat left top;
    }
    #siteContainer.workOffer {
    background: url(../../images/frontend_new/@1.5x/woLines.jpg) no-repeat -2px 233px #fff;
    }
    #content.noImage .contentLeft #offerDuties .checkList li,
    #content.noImage .contentLeft #offerDuties .dotList li {
    background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 10px 4px;
    }
    #content.zasiegTabsContainer .zasiegTabs .tabNavigation li a.selected {
    background: url(../../images/frontend_new/@1.5x/zasiegTab.jpg) no-repeat right top;
    }
    #content.zasiegTabsContainer .zasiegTabs > div {
    background: url(../../images/frontend_new/@1.5x/zasiegContSpacer.jpg) repeat-y left top;
    }
    #content.zasiegTabsContainer .zasiegTabs > div .tabTop {
    background: url(../../images/frontend_new/@1.5x/zasiegContBottom.jpg) no-repeat left bottom;
    }
    #content .tinyContent .blockQuote,
    #content .tinyContent blockquote {
        background: url(../../images/frontend_new/@1.5x/blockBqBg.png) no-repeat left center;
    }
    #content .tinyContent ul li {
        background: url(../../images/frontend_new/@1.5x/listIcon.png) no-repeat left 6px;
    }
    #content .tinyContent ul.dots li {
        background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat left 10px
    }
    #content .tinyContent ul.triangle li {
        background: url(../../images/frontend_new/@1.5x/attachIco.png) no-repeat left 8px
    }
    #siteContainer.searchResultsTemplate {
        background: url(../../images/frontend_new/@1.5x/woLines.jpg) no-repeat scroll -2px 193px #fff;
    }
    .searchFormSec .searchInput {
        background: url(../../images/frontend_new/@1.5x/searchInputSec.png) no-repeat left top;
    }
    #content.noImage #newsContainer .newsTxt .newsShort ul li {
        background: url(../../images/frontend_new/@1.5x/listIcon.png) no-repeat left 6px;
    }
    .slider-in:after {
        background: url(../../images/frontend_new/@1.5x/homeSliderCorner.png) no-repeat left top;
    }
    #chooseLang .langList {
        background: url(../../images/frontend_new/@1.5x/worldMap.png) no-repeat center center;
    }
    .error404 {
        background: url(../../images/frontend_new/@1.5x/bg404Top.png) no-repeat center top #fff;
    }
    .error404 #wrapper {
        background: url(../../images/frontend_new/@1.5x/bg404Bottom.png) no-repeat center bottom;
    }
    .error404 #wrapper #alertContainer {
        background: url(../../images/frontend_new/@1.5x/pic404.png) no-repeat 40px top;
    }
    .error404 #wrapper #alertContainer .alertInstructions {
        background: url(../../images/frontend_new/@1.5x/alertArrow.png) no-repeat left 7px;
    }
    .h-item {
        background: url(../../images/frontend_new/@1.5x/h-shadow.png) no-repeat center top;
    }
    .history-years ul,
    .hy-top {
        background: url(../../images/frontend_new/@1.5x/hy.png) repeat-y center center;
    }
    .hy-bottom {
        background: url(../../images/frontend_new/@1.5x/hy-bottom.png) no-repeat center center;
    }
    #content #sitemap ul > li a {
        background: url(../../images/frontend_new/@1.5x/l0Arrow.png) no-repeat 7px 12px;
    }
    #content #sitemap ul > li a:hover {
        background: url(../../images/frontend_new/@1.5x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }

    #content #sitemap ul li ul li.hasChild a {
        background: url(../../images/frontend_new/@1.5x/menuHasChild.png) no-repeat 26px 14px;
    }

    #content #sitemap ul li ul li.hasChild a:hover {
        background: url(../../images/frontend_new/@1.5x/menuHoverHasChildActive.png) no-repeat left top #EEF7F8;
    }

    #content #sitemap ul li ul li a {
        background: url(../../images/frontend_new/@1.5x/l0Arrow.png) no-repeat 22px 12px;
    }

    #content #sitemap ul li ul li a:hover {
        background: url(../../images/frontend_new/@1.5x/l0ArrowOver.png) no-repeat 22px 12px #EEF7F8;
    }

    #content #sitemap ul > li > a.current,
    #content #sitemap ul > li.menuExt > a.current {
        background: url(../../images/frontend_new/@1.5x/l0ExArrow.png) no-repeat 3px 16px #EEF7F8;
    }
    #content #sitemap ul li ul li ul li a,
    #content #sitemap ul li ul li.hasChild ul li a,
    #content #sitemap ul li ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li a.current:hover {
        background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 33px 17px;
    }
    #content #sitemap ul li ul li ul li ul li a,
    #content #sitemap ul li ul li.hasChild ul li ul li a,
    #content #sitemap ul li ul li ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li ul li a.current:hover {
        background: url(../../images/frontend_new/@1.5x/l1Dot.png) no-repeat 43px 17px;
    }
    #content #sitemap ul li ul li.hasChild.menuExt > a,
    #content #sitemap ul li ul li.hasChild.menuExt > a:hover {
        background: url(../../images/frontend_new/@1.5x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }

    #content #sitemap ul > li > a.current {
        background: url(../../images/frontend_new/@1.5x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }
    #content #sitemap ul > li > a.current {
        background: url(../../images/frontend_new/@1.5x/l0Arrow.png) no-repeat 18px 12px #EEF7F8;
    }
    #content.noImage .contentLeft .rdTabsNav ul li a {
        background: url(../../images/frontend_new/@1.5x/rdTabRightInactive.png) no-repeat right top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li a span.tabLeft {
        background: url(../../images/frontend_new/@1.5x/rdTabLeftInactive.png) no-repeat left top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li.rdTabActive a {
        background: url(../../images/frontend_new/@1.5x/rdTabRight.png) no-repeat right top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li.rdTabActive a span.tabLeft {
        background: url(../../images/frontend_new/@1.5x/rdTabLeft.png) no-repeat left top;
    }
    .mapWrapper {
        background: url('/images/frontend_new/@1.5x/mapBgnd.jpg') center center no-repeat;
    }
    .pointBox .triangle {
        background: url('/images/frontend_new/@1.5x/popupTriangle.png') left top no-repeat;
    }
    .console .left {
        background: url('/images/frontend_new/@1.5x/mapArrowsBgnd.png') left top no-repeat;
    }
    #zasiegTriangle > div {
        background: url(/images/frontend_new/@1.5x/zasiegTriangle.png) left top no-repeat;
    }
    #brandCarousel {
        background: url('/images/frontend_new/@1.5x/brandTopBgnd.png') left top no-repeat;
    }
    #brandCarousel .left {
        background: url('/images/frontend_new/@1.5x/brandCarouselLeft.png') left top no-repeat;
    }
    #brandCarousel .right {
        background: url('/images/frontend_new/@1.5x/brandCarouselRight.png') left top no-repeat;
    }
    #brandCarousel .swiper-slide.selected div {
        background: url('../../images/frontend_new/@1.5x/mapSelectedBrand.png') left top no-repeat;
    }
    #zoomerAll {
        background: url(../../images/frontend_new/@1.5x/zoomerAll.png) no-repeat left top;
    }
    #wtyczkiSpolecznosciowe > .facebookWtyczka > span {
        background-image: url('../../images/frontend_new/@1.5x/fblogo.png');
    }
    #wtyczkiSpolecznosciowe > .linkedinWtyczka > span {
        background-image: url('../../images/frontend_new/@1.5x/lilogo.png');
    }
    #wtyczkiSpolecznosciowe > .youtubeWtyczka > span {
        background-image: url('../../images/frontend_new/@1.5x/youtubelogo.png');
    }
    .czVideoClose,
    .movieGlobalClose {
        background: url('../../images/frontend_new/@1.5x/close_tzmo.png') center center no-repeat;
    }
    .contact-tabs {
        background: url(../../images/frontend_new/@1.5x/h-shadow.png) no-repeat center bottom;
    }
    .c-brand-phone {
        background: url(../../images/frontend_new/@1.5x/c-brand-phone.png) no-repeat left center;
    }
    .c-brand-url {
        background: url(../../images/frontend_new/@1.5x/c-brand-url.png) no-repeat left center;
    }
    .c-brand-mail {
        background: url(../../images/frontend_new/@1.5x/c-brand-mail.png) no-repeat left center;
    }
    .arrow {
        background: url(../../images/frontend_new/@1.5x/cs_arrow.png) no-repeat center center;
    }
    #searchForm input[type=submit] {
        background: url(../../images/frontend_new/@1.5x/search-btn.png) no-repeat center center #fff;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 3.3333333333333335), (min-resolution: 320dpi) {
    #top {
    background: url(../../images/frontend_new/@2x/topBg.jpg) no-repeat center top;
    }
    #mainMenu > ul > li.hasUl:hover > a span.l0Center {
    background: url(../../images/frontend_new/@2x/l0Center.jpg) repeat-x left top;
    }
    #mainMenu > ul > li.hasUl:hover a span.l0Left {
    background: url(../../images/frontend_new/@2x/l0Left.jpg) no-repeat left top;
    }
    #mainMenu > ul > li.hasUl:hover a span.l0Right {
    background: url(../../images/frontend_new/@2x/l0Right.jpg) no-repeat right top;
    }
    #mainMenu ul li ul li a,
    #mainMenu ul li ul li ul li a,
    #mainMenu ul li ul li a:hover,
    #mainMenu ul li ul li ul li a:hover {
    background: url(../../images/frontend_new/@2x/ddArrow.png) no-repeat;
    }
    #menuBottom {
    background: url(../../images/frontend_new/@2x/menuShadow.png) no-repeat left top;
    }
    #langSelect .selectValue {
    background: url(../../images/frontend_new/@2x/lsOutSpacer.png) repeat-x left top;
    }
    #langSelect .selectValue .selectValueLeft {
    background: url(../../images/frontend_new/@2x/lsOutLeft.png) no-repeat left top;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight {
    background: url(../../images/frontend_new/@2x/lsOutRight.png) no-repeat right top;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight a,
    #langSelect .selectValue .selectValueLeft .selectValueRight2 a {
    background: url(../../images/frontend_new/@2x/langAr.png) no-repeat right 6px;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight a:hover {
    background: url(../../images/frontend_new/@2x/langArDark.png) no-repeat right 6px;
    }
    #langSelect .selectValue.expanded {
    background: url(../../images/frontend_new/@2x/lSelSpacer.png) repeat-x left top;
    }
    #langSelect .selectValue.expanded .selectValueLeft {
    background: url(../../images/frontend_new/@2x/lSelLeft.png) no-repeat left top;
    }
    #langSelect .selectValue.expanded .selectValueLeft .selectValueRight {
    background: url(../../images/frontend_new/@2x/lSelRight.png) no-repeat right top;
    }
    #langSelect .selectValue.expanded .selectValueLeft .selectValueRight a {
    background: url(../../images/frontend_new/@2x/langArDark.png) no-repeat right 8px;
    }
    #searchForm .searchInput {
    background: url(../../images/frontend_new/@2x/searchInput.png) no-repeat left top;
    }
    #searchForm input[type=submit] {
    background: url(../../images/frontend_new/@2x/searchBtn.png) no-repeat center center #EEF2F4;
    }
    .sidebarRight .sidebarMenu .sidebarMenuTop {
    background: url(../../images/frontend_new/@2x/sidebarMenuBg.png) no-repeat left top;
    }
    #content .sidebarRight ul > li a {
    background: url(../../images/frontend_new/@2x/l0Arrow.png) no-repeat 7px 15px;
    }
    #content .sidebarRight ul > li a:hover {
    background: url(../../images/frontend_new/@2x/l0ArrowOver.png) no-repeat 7px 15px #EEF7F8;
    }
    #content .sidebarRight ul li ul li.hasChild a {
    background: url(../../images/frontend_new/@2x/menuHasChild.png) no-repeat 26px 14px;
    }
    #content .sidebarRight ul li ul li.hasChild a:hover {
    background: url(../../images/frontend_new/@2x/menuHoverHasChildActive.png) no-repeat left top #EEF7F8;
    }
    #content .sidebarRight ul li ul li a {
    background: url(../../images/frontend_new/@2x/l0Arrow.png) no-repeat 18px 12px;
    }
    #content .sidebarRight ul li ul li a:hover {
    background: url(../../images/frontend_new/@2x/l0ArrowOver.png) no-repeat 18px 12px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current,
    #content .sidebarRight ul > li.menuExt > a.current {
    background: url(../../images/frontend_new/@2x/l0ExArrow.png) no-repeat 3px 16px #EEF7F8;
    }
    #content .sidebarRight ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li a {
    background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 33px 17px;
    }
    #content .sidebarRight ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li a.current:hover {
    background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 33px 17px;
    }
    #content .sidebarRight ul li ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a {
    background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 43px 17px;
    }

    #content .sidebarRight ul li ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a.current:hover {
    background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 43px 17px;
    }
    #content .sidebarRight ul li ul li.hasChild.menuExt > a {
    background: url(../../images/frontend_new/@2x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }
    #content .sidebarRight ul li ul li.hasChild.menuExt > a:hover {
    background: url(../../images/frontend_new/@2x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current {
    background: url(../../images/frontend_new/@2x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current {
    background: url(../../images/frontend_new/@2x/l0Arrow.png) no-repeat 18px 12px #EEF7F8;
    }
    #content .sidebarRight ul li ul li ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a {
    background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 53px 17px;
    }
    #content .sidebarRight ul li ul li ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a.current:hover {
    background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 53px 17px;
    }
    #breadCrumbsFooter .breadRight {
    background: url(../../images/frontend_new/@2x/breadCrumbsRight.png) no-repeat right top #89CBD9;
    }
    #content.noImage .contentLeft a.attachment {
    background: url(../../images/frontend_new/@2x/attachIco.png) no-repeat left center;
    }
    .inlineQuote .inlineQuoteTop {
    background: url(../../images/frontend_new/@2x/inlineBqTop.png) no-repeat left top #1398B6;
    }
    .inlineQuote .inlineQuoteTop .inlineQuoteBottom {
    background: url(../../images/frontend_new/@2x/inlineBqBottom.png) no-repeat left bottom;
    }
    #siteContainer.workOfferList {
    background: url(../../images/frontend_new/@2x/woLines.jpg) no-repeat -2px 193px #fff;
    }
    .workImage {
    background: url(../../images/frontend_new/@2x/workPic.jpg) no-repeat 1px 1px;
    }
    .search-results-cont .workImage {
    background: url(../../images/frontend_new/@2x/searchResPic.jpg) no-repeat 1px 1px;
    }
    #brandsAbout .findMoreBrands a {
    background: url(../../images/frontend_new/@2x/brandsDetails.png) no-repeat left top;
    }
    .brand-wave-bottom {
    background: url(../../images/frontend_new/@2x/brand-wave-bottom.png) no-repeat center center;
    }
    .brand-wave-left {
    background: url(../../images/frontend_new/@2x/brand-wave-left.png) no-repeat center center;
    }
    .brand-wave-right {
    background: url(../../images/frontend_new/@2x/brand-wave-right.png) no-repeat center center;
    }
    #content .sidebarRight .brandBox .brandOffer li {
    background: url(../../images/frontend_new/@2x/zakresDot.png) no-repeat left 4px;
    }
    #content .sidebarRight .moreAboutBrand a {
    background: url(../../images/frontend_new/@2x/zasiegDetailsBtn.png) no-repeat left top;
    }
    .swiper-history .swiper-button-prev {
    background: url(../../images/frontend_new/@2x/h-arrow-left.png) no-repeat left top;
    }
    .swiper-history .swiper-button-next {
    background: url(../../images/frontend_new/@2x/h-arrow-right.png) no-repeat left top;
    }
    #siteContainer.workOffer {
    background: url(../../images/frontend_new/@2x/woLines.jpg) no-repeat -2px 233px #fff;
    }
    #content.noImage .contentLeft #offerDuties .checkList li,
    #content.noImage .contentLeft #offerDuties .dotList li {
    background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 10px 4px;
    }
    #content.zasiegTabsContainer .zasiegTabs .tabNavigation li a.selected {
    background: url(../../images/frontend_new/@2x/zasiegTab.jpg) no-repeat right top;
    }
    #content.zasiegTabsContainer .zasiegTabs > div {
    background: url(../../images/frontend_new/@2x/zasiegContSpacer.jpg) repeat-y left top;
    }
    #content.zasiegTabsContainer .zasiegTabs > div .tabTop {
    background: url(../../images/frontend_new/@2x/zasiegContBottom.jpg) no-repeat left bottom;
    }
    #content .tinyContent .blockQuote,
    #content .tinyContent blockquote {
        background: url(../../images/frontend_new/@2x/blockBqBg.png) no-repeat left center;
    }
    #content .tinyContent ul li {
        background: url(../../images/frontend_new/@2x/listIcon.png) no-repeat left 6px;
    }
    #content .tinyContent ul.dots li {
        background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat left 10px
    }
    #content .tinyContent ul.triangle li {
        background: url(../../images/frontend_new/@2x/attachIco.png) no-repeat left 8px
    }
    #siteContainer.searchResultsTemplate {
        background: url(../../images/frontend_new/@2x/woLines.jpg) no-repeat scroll -2px 193px #fff;
    }
    .searchFormSec .searchInput {
        background: url(../../images/frontend_new/@2x/searchInputSec.png) no-repeat left top;
    }
    #content.noImage #newsContainer .newsTxt .newsShort ul li {
        background: url(../../images/frontend_new/@2x/listIcon.png) no-repeat left 6px;
    }
    .slider-in:after {
        background: url(../../images/frontend_new/@2x/homeSliderCorner.png) no-repeat left top;
    }
    #chooseLang .langList {
        background: url(../../images/frontend_new/@2x/worldMap.png) no-repeat center center;
    }
    .error404 {
        background: url(../../images/frontend_new/@2x/bg404Top.png) no-repeat center top #fff;
    }
    .error404 #wrapper {
        background: url(../../images/frontend_new/@2x/bg404Bottom.png) no-repeat center bottom;
    }
    .error404 #wrapper #alertContainer {
        background: url(../../images/frontend_new/@2x/pic404.png) no-repeat 40px top;
    }
    .error404 #wrapper #alertContainer .alertInstructions {
        background: url(../../images/frontend_new/@2x/alertArrow.png) no-repeat left 7px;
    }
    .h-item {
        background: url(../../images/frontend_new/@2x/h-shadow.png) no-repeat center top;
    }
    .history-years ul,
    .hy-top {
        background: url(../../images/frontend_new/@2x/hy.png) repeat-y center center;
    }
    .hy-bottom {
        background: url(../../images/frontend_new/@2x/hy-bottom.png) no-repeat center center;
    }
    #content #sitemap ul > li a {
        background: url(../../images/frontend_new/@2x/l0Arrow.png) no-repeat 7px 12px;
    }
    #content #sitemap ul > li a:hover {
        background: url(../../images/frontend_new/@2x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }

    #content #sitemap ul li ul li.hasChild a {
        background: url(../../images/frontend_new/@2x/menuHasChild.png) no-repeat 26px 14px;
    }

    #content #sitemap ul li ul li.hasChild a:hover {
        background: url(../../images/frontend_new/@2x/menuHoverHasChildActive.png) no-repeat left top #EEF7F8;
    }

    #content #sitemap ul li ul li a {
        background: url(../../images/frontend_new/@2x/l0Arrow.png) no-repeat 22px 12px;
    }

    #content #sitemap ul li ul li a:hover {
        background: url(../../images/frontend_new/@2x/l0ArrowOver.png) no-repeat 22px 12px #EEF7F8;
    }

    #content #sitemap ul > li > a.current,
    #content #sitemap ul > li.menuExt > a.current {
        background: url(../../images/frontend_new/@2x/l0ExArrow.png) no-repeat 3px 16px #EEF7F8;
    }
    #content #sitemap ul li ul li ul li a,
    #content #sitemap ul li ul li.hasChild ul li a,
    #content #sitemap ul li ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li a.current:hover {
        background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 33px 17px;
    }
    #content #sitemap ul li ul li ul li ul li a,
    #content #sitemap ul li ul li.hasChild ul li ul li a,
    #content #sitemap ul li ul li ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li ul li a.current:hover {
        background: url(../../images/frontend_new/@2x/l1Dot.png) no-repeat 43px 17px;
    }
    #content #sitemap ul li ul li.hasChild.menuExt > a,
    #content #sitemap ul li ul li.hasChild.menuExt > a:hover {
        background: url(../../images/frontend_new/@2x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }

    #content #sitemap ul > li > a.current {
        background: url(../../images/frontend_new/@2x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }
    #content #sitemap ul > li > a.current {
        background: url(../../images/frontend_new/@2x/l0Arrow.png) no-repeat 18px 12px #EEF7F8;
    }
    #content.noImage .contentLeft .rdTabsNav ul li a {
        background: url(../../images/frontend_new/@2x/rdTabRightInactive.png) no-repeat right top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li a span.tabLeft {
        background: url(../../images/frontend_new/@2x/rdTabLeftInactive.png) no-repeat left top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li.rdTabActive a {
        background: url(../../images/frontend_new/@2x/rdTabRight.png) no-repeat right top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li.rdTabActive a span.tabLeft {
        background: url(../../images/frontend_new/@2x/rdTabLeft.png) no-repeat left top;
    }
    .mapWrapper {
        background: url('/images/frontend_new/@2x/mapBgnd.jpg') center center no-repeat;
    }
    .pointBox .triangle {
        background: url('/images/frontend_new/@2x/popupTriangle.png') left top no-repeat;
    }
    .console .left {
        background: url('/images/frontend_new/@2x/mapArrowsBgnd.png') left top no-repeat;
    }
    #zasiegTriangle > div {
        background: url(/images/frontend_new/@2x/zasiegTriangle.png) left top no-repeat;
    }
    #brandCarousel {
        background: url('/images/frontend_new/@2x/brandTopBgnd.png') left top no-repeat;
    }
    #brandCarousel .left {
        background: url('/images/frontend_new/@2x/brandCarouselLeft.png') left top no-repeat;
    }
    #brandCarousel .right {
        background: url('/images/frontend_new/@2x/brandCarouselRight.png') left top no-repeat;
    }
    #brandCarousel .swiper-slide.selected div {
        background: url('../../images/frontend_new/@2x/mapSelectedBrand.png') left top no-repeat;
    }
    #zoomerAll {
        background: url(../../images/frontend_new/@2x/zoomerAll.png) no-repeat left top;
    }
    #wtyczkiSpolecznosciowe > .facebookWtyczka > span {
        background-image: url('../../images/frontend_new/@2x/fblogo.png');
    }
    #wtyczkiSpolecznosciowe > .linkedinWtyczka > span {
        background-image: url('../../images/frontend_new/@2x/lilogo.png');
    }
    #wtyczkiSpolecznosciowe > .youtubeWtyczka > span {
        background-image: url('../../images/frontend_new/@2x/youtubelogo.png');
    }
    .czVideoClose,
    .movieGlobalClose {
        background: url('../../images/frontend_new/@2x/close_tzmo.png') center center no-repeat;
    }
    .contact-tabs {
        background: url(../../images/frontend_new/@2x/h-shadow.png) no-repeat center bottom;
    }
    .c-brand-phone {
        background: url(../../images/frontend_new/@2x/c-brand-phone.png) no-repeat left center;
    }
    .c-brand-url {
        background: url(../../images/frontend_new/@2x/c-brand-url.png) no-repeat left center;
    }
    .c-brand-mail {
        background: url(../../images/frontend_new/@2x/c-brand-mail.png) no-repeat left center;
    }
    .arrow {
        background: url(../../images/frontend_new/@2x/cs_arrow.png) no-repeat center center;
    }
    #searchForm input[type=submit] {
        background: url(../../images/frontend_new/@2x/search-btn.png) no-repeat center center #fff;
    }
}
@media (-webkit-min-device-pixel-ratio: 3), (-webkit-min-device-pixel-ratio: 5), (min-resolution: 480dpi) {
    #top {
        background: url(../../images/frontend_new/@3x/topBg.jpg) no-repeat center top;
        background-size:auto 100%;
    }
    #mainMenu > ul > li.hasUl:hover > a span.l0Center {
        background: url(../../images/frontend_new/@3x/l0Center.jpg) repeat-x left top;
    }
    #mainMenu > ul > li.hasUl:hover a span.l0Left {
        background: url(../../images/frontend_new/@3x/l0Left.jpg) no-repeat left top;
    }
    #mainMenu > ul > li.hasUl:hover a span.l0Right {
        background: url(../../images/frontend_new/@3x/l0Right.jpg) no-repeat right top;
    }
    #mainMenu ul li ul li a,
    #mainMenu ul li ul li ul li a,
    #mainMenu ul li ul li a:hover,
    #mainMenu ul li ul li ul li a:hover {
        background:none;
    }
    #menuBottom {
        background:none;
    }
    #langSelect .selectValue {
    background: url(../../images/frontend_new/@3x/lsOutSpacer.png) repeat-x left top;
    }
    #langSelect .selectValue .selectValueLeft {
    background: url(../../images/frontend_new/@3x/lsOutLeft.png) no-repeat left top;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight {
    background: url(../../images/frontend_new/@3x/lsOutRight.png) no-repeat right top;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight a,
    #langSelect .selectValue .selectValueLeft .selectValueRight2 a {
    background: url(../../images/frontend_new/@3x/langAr.png) no-repeat right 6px;
    }
    #langSelect .selectValue .selectValueLeft .selectValueRight a:hover {
    background: url(../../images/frontend_new/@3x/langArDark.png) no-repeat right 6px;
    }
    #langSelect .selectValue.expanded {
    background: url(../../images/frontend_new/@3x/lSelSpacer.png) repeat-x left top;
    }
    #langSelect .selectValue.expanded .selectValueLeft {
    background: url(../../images/frontend_new/@3x/lSelLeft.png) no-repeat left top;
    }
    #langSelect .selectValue.expanded .selectValueLeft .selectValueRight {
    background: url(../../images/frontend_new/@3x/lSelRight.png) no-repeat right top;
    }
    #langSelect .selectValue.expanded .selectValueLeft .selectValueRight a {
    background: url(../../images/frontend_new/@3x/langArDark.png) no-repeat right 8px;
    }
    #searchForm .searchInput {
    background: url(../../images/frontend_new/@3x/searchInput.png) no-repeat left top;
    }
    #searchForm input[type=submit] {
    background: url(../../images/frontend_new/@3x/searchBtn.png) no-repeat center center #EEF2F4;
    }
    .sidebarRight .sidebarMenu .sidebarMenuTop {
    background: url(../../images/frontend_new/@3x/sidebarMenuBg.png) no-repeat left top;
    }
    #content .sidebarRight ul > li a {
    background: url(../../images/frontend_new/@3x/l0Arrow.png) no-repeat 7px 15px;
    }
    #content .sidebarRight ul > li a:hover {
    background: url(../../images/frontend_new/@3x/l0ArrowOver.png) no-repeat 7px 15px #EEF7F8;
    }
    #content .sidebarRight ul li ul li.hasChild a {
    background: url(../../images/frontend_new/@3x/menuHasChild.png) no-repeat 26px 14px;
    }
    #content .sidebarRight ul li ul li.hasChild a:hover {
    background: url(../../images/frontend_new/@3x/menuHoverHasChildActive.png) no-repeat left top #EEF7F8;
    }
    #content .sidebarRight ul li ul li a {
    background: url(../../images/frontend_new/@3x/l0Arrow.png) no-repeat 18px 12px;
    }
    #content .sidebarRight ul li ul li a:hover {
    background: url(../../images/frontend_new/@3x/l0ArrowOver.png) no-repeat 18px 12px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current,
    #content .sidebarRight ul > li.menuExt > a.current {
    background: url(../../images/frontend_new/@3x/l0ExArrow.png) no-repeat 3px 16px #EEF7F8;
    }
    #content .sidebarRight ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li a {
    background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 33px 17px;
    }
    #content .sidebarRight ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li a.current:hover {
    background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 33px 17px;
    }
    #content .sidebarRight ul li ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a {
    background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 43px 17px;
    }

    #content .sidebarRight ul li ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li a.current:hover {
    background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 43px 17px;
    }
    #content .sidebarRight ul li ul li.hasChild.menuExt > a {
    background: url(../../images/frontend_new/@3x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }
    #content .sidebarRight ul li ul li.hasChild.menuExt > a:hover {
    background: url(../../images/frontend_new/@3x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current {
    background: url(../../images/frontend_new/@3x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }
    #content .sidebarRight ul > li > a.current {
    background: url(../../images/frontend_new/@3x/l0Arrow.png) no-repeat 18px 12px #EEF7F8;
    }
    #content .sidebarRight ul li ul li ul li ul li ul li a,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a {
    background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 53px 17px;
    }
    #content .sidebarRight ul li ul li ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a:hover,
    #content .sidebarRight ul li ul li.hasChild ul li ul li ul li a.current:hover {
    background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 53px 17px;
    }
    #breadCrumbsFooter .breadRight {
    background: url(../../images/frontend_new/@3x/breadCrumbsRight.png) no-repeat right top #89CBD9;
    }
    #content.noImage .contentLeft a.attachment {
    background: url(../../images/frontend_new/@3x/attachIco.png) no-repeat left center;
    }
    .inlineQuote .inlineQuoteTop {
    background: url(../../images/frontend_new/@3x/inlineBqTop.png) no-repeat left top #1398B6;
    }
    .inlineQuote .inlineQuoteTop .inlineQuoteBottom {
    background: url(../../images/frontend_new/@3x/inlineBqBottom.png) no-repeat left bottom;
    }
    #siteContainer.workOfferList {
    background: url(../../images/frontend_new/@3x/woLines.jpg) no-repeat -2px 193px #fff;
    }
    .workImage {
    background: url(../../images/frontend_new/@3x/workPic.jpg) no-repeat 1px 1px;
    }
    .search-results-cont .workImage {
    background: url(../../images/frontend_new/@3x/searchResPic.jpg) no-repeat 1px 1px;
    }
    #brandsAbout .findMoreBrands a {
    background: url(../../images/frontend_new/@3x/brandsDetails.png) no-repeat left top;
    background-size:100% 100%;
    }
    .brand-wave-bottom {
    background: url(../../images/frontend_new/@3x/brand-wave-bottom.png) no-repeat center center;
    }
    .brand-wave-left {
    background: url(../../images/frontend_new/@3x/brand-wave-left.png) no-repeat center center;
    }
    .brand-wave-right {
    background: url(../../images/frontend_new/@3x/brand-wave-right.png) no-repeat center center;
    }
    #content .sidebarRight .brandBox .brandOffer li {
    background: url(../../images/frontend_new/@3x/zakresDot.png) no-repeat left 4px;
    background-size:8px 8px;
    }
    #content .sidebarRight .moreAboutBrand a {
    background: url(../../images/frontend_new/@3x/zasiegDetailsBtn.png) no-repeat left top;
    background-size:cover;
    }
    .swiper-history .swiper-button-prev {
    background: url(../../images/frontend_new/@3x/h-arrow-left.png) no-repeat left top;
    background-size:cover;
    }
    .swiper-history .swiper-button-next {
    background: url(../../images/frontend_new/@3x/h-arrow-right.png) no-repeat left top;
    background-size:cover;
    }
    #siteContainer.workOffer {
    background: url(../../images/frontend_new/@3x/woLines.jpg) no-repeat -2px 233px #fff;
    }
    #content.noImage .contentLeft #offerDuties .checkList li,
    #content.noImage .contentLeft #offerDuties .dotList li {
    background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 10px 4px;
    background-size:4px 4px;
    }
    #content.zasiegTabsContainer .zasiegTabs .tabNavigation li a.selected {
    background: url(../../images/frontend_new/@3x/zasiegTab.jpg) no-repeat right top;
    }
    #content.zasiegTabsContainer .zasiegTabs > div {
    background: url(../../images/frontend_new/@3x/zasiegContSpacer.jpg) repeat-y left top;
    }
    #content.zasiegTabsContainer .zasiegTabs > div .tabTop {
    background: url(../../images/frontend_new/@3x/zasiegContBottom.jpg) no-repeat left bottom;
    }
    #content .tinyContent .blockQuote,
    #content .tinyContent blockquote {
        background: url(../../images/frontend_new/@3x/blockBqBg.png) no-repeat left center;
    }
    #content .tinyContent ul li {
        background: url(../../images/frontend_new/@3x/listIcon.png) no-repeat left 6px;
    }
    #content .tinyContent ul.dots li {
        background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat left 10px
    }
    #content .tinyContent ul.triangle li {
        background: url(../../images/frontend_new/@3x/attachIco.png) no-repeat left 8px
    }
    #siteContainer.searchResultsTemplate {
        background: url(../../images/frontend_new/@3x/woLines.jpg) no-repeat scroll -2px 193px #fff;
    }
    .searchFormSec .searchInput {
        background: url(../../images/frontend_new/@3x/searchInputSec.png) no-repeat left top;
    }
    #content.noImage #newsContainer .newsTxt .newsShort ul li {
        background: url(../../images/frontend_new/@3x/listIcon.png) no-repeat left 6px;
    }
    .slider-in:after {
        background: url(../../images/frontend_new/@3x/homeSliderCorner.png) no-repeat left top;
    }
    #chooseLang .langList {
        background: url(../../images/frontend_new/@3x/worldMap.png) no-repeat center center;
    }
    .error404 {
        background: url(../../images/frontend_new/@3x/bg404Top.png) no-repeat center top #fff;
    }
    .error404 #wrapper {
        background: url(../../images/frontend_new/@3x/bg404Bottom.png) no-repeat center bottom;
    }
    .error404 #wrapper #alertContainer {
        background: url(../../images/frontend_new/@3x/pic404.png) no-repeat 40px top;
    }
    .error404 #wrapper #alertContainer .alertInstructions {
        background: url(../../images/frontend_new/@3x/alertArrow.png) no-repeat left 7px;
    }
    .h-item {
        background: url(../../images/frontend_new/@3x/h-shadow.png) no-repeat center top;
    }
    .history-years ul,
    .hy-top {
        background: url(../../images/frontend_new/@3x/hy.png) repeat-y center center;
    }
    .hy-bottom {
        background: url(../../images/frontend_new/@3x/hy-bottom.png) no-repeat center center;
    }
    #content #sitemap ul > li a {
        background: url(../../images/frontend_new/@3x/l0Arrow.png) no-repeat 7px 12px;
    }
    #content #sitemap ul > li a:hover {
        background: url(../../images/frontend_new/@3x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }

    #content #sitemap ul li ul li.hasChild a {
        background: url(../../images/frontend_new/@3x/menuHasChild.png) no-repeat 26px 14px;
    }

    #content #sitemap ul li ul li.hasChild a:hover {
        background: url(../../images/frontend_new/@3x/menuHoverHasChildActive.png) no-repeat left top #EEF7F8;
    }

    #content #sitemap ul li ul li a {
        background: url(../../images/frontend_new/@3x/l0Arrow.png) no-repeat 22px 12px;
    }

    #content #sitemap ul li ul li a:hover {
        background: url(../../images/frontend_new/@3x/l0ArrowOver.png) no-repeat 22px 12px #EEF7F8;
    }

    #content #sitemap ul > li > a.current,
    #content #sitemap ul > li.menuExt > a.current {
        background: url(../../images/frontend_new/@3x/l0ExArrow.png) no-repeat 3px 16px #EEF7F8;
    }
    #content #sitemap ul li ul li ul li a,
    #content #sitemap ul li ul li.hasChild ul li a,
    #content #sitemap ul li ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li a.current:hover {
        background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 33px 17px;
    }
    #content #sitemap ul li ul li ul li ul li a,
    #content #sitemap ul li ul li.hasChild ul li ul li a,
    #content #sitemap ul li ul li ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li ul li a:hover,
    #content #sitemap ul li ul li.hasChild ul li ul li a.current:hover {
        background: url(../../images/frontend_new/@3x/l1Dot.png) no-repeat 43px 17px;
    }
    #content #sitemap ul li ul li.hasChild.menuExt > a,
    #content #sitemap ul li ul li.hasChild.menuExt > a:hover {
        background: url(../../images/frontend_new/@3x/l0ExArrow.png) no-repeat 15px 16px #EEF7F8;
    }

    #content #sitemap ul > li > a.current {
        background: url(../../images/frontend_new/@3x/l0ArrowOver.png) no-repeat 7px 12px #EEF7F8;
    }
    #content #sitemap ul > li > a.current {
        background: url(../../images/frontend_new/@3x/l0Arrow.png) no-repeat 18px 12px #EEF7F8;
    }
    #content.noImage .contentLeft .rdTabsNav ul li a {
        background: url(../../images/frontend_new/@3x/rdTabRightInactive.png) no-repeat right top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li a span.tabLeft {
        background: url(../../images/frontend_new/@3x/rdTabLeftInactive.png) no-repeat left top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li.rdTabActive a {
        background: url(../../images/frontend_new/@3x/rdTabRight.png) no-repeat right top;
    }
    #content.noImage .contentLeft .rdTabsNav ul li.rdTabActive a span.tabLeft {
        background: url(../../images/frontend_new/@3x/rdTabLeft.png) no-repeat left top;
    }
    .mapWrapper {
        background: url('/images/frontend_new/@3x/mapBgnd.jpg') center center no-repeat;
    }
    .pointBox .triangle {
        background: url('/images/frontend_new/@3x/popupTriangle.png') left top no-repeat;
    }
    .console .left {
        background: url('/images/frontend_new/@3x/mapArrowsBgnd.png') left top no-repeat;
    }
    #zasiegTriangle > div {
        background: url(/images/frontend_new/@3x/zasiegTriangle.png) left top no-repeat;
    }
    #brandCarousel {
        background: url('/images/frontend_new/@3x/brandTopBgnd.png') left top no-repeat;
    }
    #brandCarousel .left {
        background: url('/images/frontend_new/@3x/brandCarouselLeft.png') left top no-repeat;
    }
    #brandCarousel .right {
        background: url('/images/frontend_new/@3x/brandCarouselRight.png') left top no-repeat;
    }
    #brandCarousel .swiper-slide.selected div {
        background: url('../../images/frontend_new/@3x/mapSelectedBrand.png') left top no-repeat;
    }
    #zoomerAll {
        background: url(../../images/frontend_new/@3x/zoomerAll.png) no-repeat left top;
    }
    #wtyczkiSpolecznosciowe > .facebookWtyczka > span {
        background-image: url('../../images/frontend_new/@3x/fblogo.png');
    }
    #wtyczkiSpolecznosciowe > .linkedinWtyczka > span {
        background-image: url('../../images/frontend_new/@3x/lilogo.png');
    }
    #wtyczkiSpolecznosciowe > .youtubeWtyczka > span {
        background-image: url('../../images/frontend_new/@3x/youtubelogo.png');
    }
    .czVideoClose,
    .movieGlobalClose {
        background: url('../../images/frontend_new/@3x/close_tzmo.png') center center no-repeat;
    }
    .contact-tabs {
        background: url(../../images/frontend_new/@3x/h-shadow.png) no-repeat center bottom;
    }
    .c-brand-phone {
        background: url(../../images/frontend_new/@3x/c-brand-phone.png) no-repeat left center;
    }
    .c-brand-url {
        background: url(../../images/frontend_new/@3x/c-brand-url.png) no-repeat left center;
    }
    .c-brand-mail {
        background: url(../../images/frontend_new/@3x/c-brand-mail.png) no-repeat left center;
    }
    .arrow {
        background: url(../../images/frontend_new/@3x/cs_arrow.png) no-repeat center center;
    }
    #searchForm input[type=submit] {
        background: url(../../images/frontend_new/@3x/search-btn.png) no-repeat center center #fff;
    }
}
*/

/** COMPLAINT FORM **/
#complaintForm input, #complaintForm select {
  padding: 5px;
  display: block;
}

#complaintForm label {
  display: block;
  line-height: 30px;
}

.clause {
  margin: 20px;
}
#loader {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
}
#loader .inner 
{
  background: #fff;
  padding: 30px;
  font-size: 16px;
  box-shadow: 1px 1px 30px rgba(0,0,0,0.3);
}
.button {
    border: 0;
    background: #1398B6;
    font: 700 13px 'Lato';
    color: #fff !important;
    max-width:220px;
    display: inline-block;
    text-transform: uppercase;
    clear: both;
    float: left;
    text-decoration: none !important;
    padding: 10px 17px;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
}
.brands-list, .ct-1-kind-cb {
  display: none;
}