/*** 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,
summary,
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 0.3s ease;
    transition: all 0.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.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: 0.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: 0;
    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 {
    transition: all 3s ease;
    transform: scale(1.15);
    opacity: 0;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.slide-in-img {
    transition: all 3s ease;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scale(1.15);
    top: 0;
    transform-origin: center center;
}

.swiper-slide-active .scale-img {
    transform: scale(1);
    opacity: 1;
}

.swiper-slide-active .slide-in-img {
    top: 0;
    opacity: 1;
    transform: scale(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: 10px;
    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 .aCopy {
    float: right;
    display: block;
    color: #c6d0d6;
    text-decoration: none;
    line-height: 17px;
}
#footer .aCopy a {
    color: #c6d0d6;
}


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

#cookiesBox {
    width: 100%;
    position: fixed;
    text-align: left;
    background-color: #f1f5f6;
    padding: 10px 0px;
    font: 400 12px/1.42em "Lato";
    display: table;
    border-top: 2px solid #dfe8eb;
    z-index: 9999;
    bottom: 0;
}

.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%;
}

.globalOffers {
    padding-bottom: 35px;
}

.globalOffers .title {
    font: 700 16px "Lato";
    text-decoration: none;
    display: block;
    clear: both;
    padding-bottom: 3px;
    color: #1398b6;
    display: inline-block;
    float: left;
    padding-top: 20px;
}

.customSelect {
    width: 33% !important;
    display: inline-block;
    margin-left: 10px;
    float: right;
}

#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 230px;
    max-width: 230px;
    margin-right: 27px;
    width: 230px;
    position: relative;
    overflow: hidden;
}
.shortText .shortTextLeft picture img {
    width:100%;
    height:auto;
}

.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
*********************************************/

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

.galleryContainer {
    list-style: none;
    display: block;
}

.galleryContainer li {
    float: left;
    list-style: none;
    background: none;
    display: inline-block;
    width: 25%;
    padding: 5px;
}

.galleryContainer a {
    float: left;
    display: inline-block;
    width: 158px;
    overflow: hidden;
    padding: 10px;
}

.galleryContainer a img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 190px;
}


/*********************************************
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;
    width:160px;
    height:auto;
}

#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: 145px;
    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;
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    clear: both;
}

#brands .brandDescription span.descLight {
    font: 11px/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;
    padding:0 12px 12px 0;
    display:block;
}


/*********************************************
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, 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, 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;
    position: relative;
    height: 188px;
    .swiper-slide {
        opacity:0 !important;
    }
    .swiper-slide.swiper-slide-active {
        opacity:1 !important;
    }
}
.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: 0.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: 30%;
    float: left;
    font: 700 13px/1.2em "Lato";
    color: #999;
}

#offerDetails .offerDetailsIn .odRow .odRowRight {
    width: 70%;
    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: 5px 0 9px 0;
    width: 100%;
    clear: both;
    color: #999;
    text-align: center;
}

#content.noImage .contentLeft .cvSendParagraph .cvSendParagraphIn p {
    font: 11px/1.2em Arial;
    padding: 5px 0 0;
    display: inline;
}

#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 {
    overflow:hidden;
}
#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 h1 a,
#content .tinyContent h2 a,
#content .tinyContent h3 a,
#content .tinyContent h4 a,
#content .tinyContent h5 a,
#content .tinyContent h6 a {
    color: #1398b6;
}

#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 ul,
#content .tinyContent ol ol,
#content .tinyContent ul ol,
#content .tinyContent ol ul {
    margin-left: 20px;
}

#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 ol {
    list-style-type: auto;
    margin-left: 20px;
}
#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;
}

#content .tinyContent .ecod-doc p,
#content .tinyContent .ecod-doc li {
    font-size: 14px;
}
.tinyContent img[src*=os_ikony] {
    width: 100%;
    height: auto;
}


/*********************************************
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-years ul li.hy-2018 a,
.h-item.h-2018 h2 {
    color: #61889a;
}

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

.history-years ul li.hy-2020 a,
.h-item.h-2020 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-2018 .hy-triangle {
    border-right: 5px solid #61889a;
}

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

.history-years ul li.hy-2020 .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;
}

.history-years ul li.hy-2018.hy-active a,
.history-years ul li.hy-2018 .hy-dot:before,
.history-years ul li.hy-2018:hover a {
    background: #61889a;
}

.history-years ul li.hy-2019.hy-active a,
.history-years ul li.hy-2019 .hy-dot:before,
.history-years ul li.hy-2019:hover a {
    background: #61889a;
}

.history-years ul li.hy-2020.hy-active a,
.history-years ul li.hy-2020 .hy-dot:before,
.history-years ul li.hy-2020: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%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    zoom: 0.5;
}

#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 0.5s ease;
    transition: all 0.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: flex;
    text-align: center;
    height: 60px;
    font: 800 13px/1.2em "Lato";
    background: #f1f4f5;
    color: #1b1464;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    align-items: center;
    justify-content: center;
}

.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.pl>div:nth-of-type(2) {
    width: 33%;
}
.contact-tabs-content>div.ct-5.pl>div:first-of-type {
    width: 66%;
    display:table-row;
}
.contact-tabs-content>div.ct-5.pl>div:first-of-type>div {
    width: 49%;
    display:table-cell;
}

.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;
}

.contact-tabs-content h3 {
    font-size:18px;
    margin-bottom:12px;
    font-family:'Lato';
    color: #262057;
}
.contact-tabs-content h5 {
    font-size:15px;
    margin-bottom:12px;
    font-family:'Lato';
    color: #262057;
}
.ct-25 > div {
    margin-bottom:20px;
}
.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: 0.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: 0.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;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

.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: 14px;
    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;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    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: 0.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, 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, 0.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, 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;
}


/* RODO */

.pp-btn {
    position: fixed;
    right: 70px;
    bottom: 190px;
    transform-origin: right top;
    display: block;
    width: 188px;
    height: 51px;
    font: 14px/51px "Lato";
    color: #fff;
    text-align: center;
    transform: rotate(-90deg);
    background: #8acbda;
    z-index: 998;
}

.pp-btn:hover {
    opacity: 0.9;
}

.pp-ico {
    position: absolute;
    left: 50%;
    margin: -35px 0 0 -35px;
}

.pp-box {
    background: url(../../images/frontend_new/pp-bg.png) no-repeat center center;
    width: 610px;
    height: 550px;
    position: fixed;
    right: 85px;
    bottom: 30px;
    padding: 30px;
    z-index: 999;
}

.pp-box.pp-hide {
    display: none;
}

.pp-title {
    font: 24px/1.2em "Lato";
    color: #5998b8;
    text-align: center;
    border-bottom: 1px solid #c2dce6;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 10px;
}

.pp-txt {
    border-radius: 5px;
    width: 550px;
    height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    position: absolute;
    left: 30px;
    bottom: 50px;
    padding: 0 20px 0 0;
}

.pp-txt.tinyContent p {
    font: 12px/1.42em Arial;
    color: #666;
    padding: 0 0 15px 0;
}

.pp-txt.tinyContent h3 {
    color: #1398b6;
    font: 300 26px/1.25em "Lato";
}

.pp-txt.tinyContent a {
    color: #1398b6;
}

.pp-txt.tinyContent a:hover {
    color: #6cb8c5;
}

.pp-txt.tinyContent ul li {
    color: #666;
    font: 13px/1.42em "Arial";
}

.pp-txt *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.pp-close {
    position: absolute;
    right: -10px;
    top: 10px;
}


/*********************************************
KONFERENCJA
*********************************************/

.swiper-slide.conf-slide .scale-img {
    position: relative;
}

.swiper-slide.conf-slide .conf-desc {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.swiper-slide.conf-slide .conf-desc h1 {
    font: 300 36px/1.3em "Lato";
    margin-bottom: 10px;
}

.swiper-slide.conf-slide .conf-desc h2 {
    font: 300 22px/1.3em "Lato";
    margin-bottom: 30px;
}

.swiper-slide.conf-slide .conf-desc #demo {
    font: 600 26px/1.3em "Lato";
}

.marketing-iframe{
    width:100%;
}

@media 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 {
        background: #fff;
        border: 1px solid #ddd;
        display: none;
        height: 42px;
        line-height: 42px;
    }
    #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 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 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 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 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 screen and (max-width: 767px) {
    .pp-btn {
        transform: none;
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .pp-box {
        width: calc(100% - 10px);
        height: calc(100% - 100px);
        position: fixed;
        right: 5px;
        bottom: 51px;
        padding: 15px;
        background-size: cover;
    }
    .pp-txt {
        width: 100%;
        height: calc(100% - 145px);
        left: 15px;
        bottom: 20px;
        padding: 0 30px 0 0;
        background: none;
    }
    .pp-close {
        right: 0;
        top: -10px;
    }
    #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;
*/
        width: 33.333%;
    }
    .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 screen and (max-width: 639px) {
    .cookies-box-in {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #content .tinyContent h3 {
        font-size: 20px;
    }
    #content .tinyContent h4 {
        font-size: 18px;
    }
    #content .tinyContent .blockQuote,
    #content .tinyContent blockquote {
        flex-direction: column;
    }
    .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;
*/
        width: 50%;
    }
    #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;
        padding-left: 10px;
        text-align: center;
    }
    .workOfferCounter .countInt {
        font-size: 16px;
        display: inline-block;
        padding: 5px;
        border: 1px solid #eee;
    }
    .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%;
    }
    .ct-5.pl div {
        width: 100% !important;
        text-align: left !important;
        display: block !important;
    }
    #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;
    }
    #content .single-doc.contentLeft .shortText {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .shortText .shortTextLeft {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }
}

@media 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%;
        -webkit-flex-basis: 33.3%;
        flex-basis: 33.3%;
        width: 33.3%;
    }
}

@media screen and (max-width: 580px) {
    .contact-tabs-content>div:not(.ct-1):not(.ct-5):not(.ct-6)>div {
        width: 48%;
    }
    #contactForm {
        float: none;
    }
    #contactForm .cfTextarea,
    #contactForm .cfInput {
        width: 100%;
    }
    #contactForm .cfTextarea textarea {
        width: 100%;
    }
    .cdb-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cdb-left-box {
        padding-bottom: 10px !important;
    }
    .cdb-left>div {
        width: 100%;
    }
    .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%;
        -webkit-flex-basis: 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;
    }
    #brandsShortcut .shortCutIn ul {
        width: 100%;
    }
    #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 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 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;
    }
}

/** 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;
}

.logo-left {
    float: left;
    margin-left: 20px;
    position: relative;
    top: 10px;
}

#mainMenu>ul>li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .logo-left {
        display: none;
    }
}

.timeline-desktop {
    display:block;
}
.timeline-mobile {
    display:none;
}
.gospodarka-cyrkularna img {
    max-width:400px;
    height:auto;
}
.zero-waste-content {
    display:none;
    font-family:"Lato";
}
.zero-waste-content,
.zero-waste-content p,
.zero-waste-content p * {
    font-family:"Lato" !important;
}
#content .tinyContent .zero-waste-logos p,
#content .tinyContent .zero-waste-logos p *,
#content .tinyContent .zero-waste-logos p span {
    font-family:"Lato" !important;
    font-weight: 400 !important;
    font-size:16px;
}

@media screen and (max-width:580px) {

    .timeline-desktop {
        display:none;
    }
    .timeline-mobile {
        display:block;
    }
    .img-fluid {
        width:100%;
        height:auto;
    }
    .tinyContent img {
        max-width:100%;
        height:auto;
    }

}

.zero-waste-logos {
    display:flex;
}
.zero-waste-logos > div:first-of-type img {
    width:260px;
    height:auto;
    margin:auto;
}
.zero-waste-logos > div {
    font-size: 16px;
    font-weight: 300;
    font-family: lato;
}

@media screen and (max-width:580px) {

    .zero-waste-logos {
        flex-direction: column;
    }

}
#content .cdb-right.tinyContent li,
#content .cdb-right.tinyContent p {
    font-size:14px;
}
#content .cdb-right.tinyContent a {
    color: #262057;
}
#content .cdb-right.tinyContent a:hover {
    color: #7384e1;
}

.syg-more-btn,
.syg-less-btn {
    color: #fff !important;
    text-decoration: none !important;
    background: #8acbda;
    font: 400 14px/1.42em "Lato";
    display:inline-block;
    padding:8px 20px;
}
.syg-more-btn:hover,
.syg-less-btn:hover {
    background: #6cbcd0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:20px;
}
.embed-container video,
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mdr-hero {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
}

.mdr-hero h1 {
    margin-bottom: 30px;
    font: 300 40px/1em 'Lato';
    text-align: left;
}

.mdr-hero h1 span {
    font-size: 26px;
}

.mdr-flags {
    display: flex;
}

.mdr-flags a {
    color: #666;
    display: inline-block;
    padding-right: 15px;
}

.mdr-flags img {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
    width: 16px !important;
    height: 11px !important;
}

@media only screen and (max-width: 414px) {
    .mdr-hero h1 {
        font-size: 32px;
        margin: 0 !important;
        font-weight: normal;
        position: relative;
        top: -10px;
    }

    .mdr-hero h1 span {
        font-size: 10px;
        clear: both;
    }

    .mdr-hero {
        height: 100%;
        top: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.bella-hero {
    position: absolute;
    left: 5%;
    top: auto;
    bottom: 10%;

}

.bella-hero h1 {
    margin-bottom: 30px;
    font: 400 48px/1em 'Lato';
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 15px #ccc;
}

.bella-hero h1 span {
    font-size: 32px;
}

.bella-flags {
    display: flex;
}

.bella-flags a {
    color: #666;
    display: inline-block;
    padding-right: 15px;
}

.bella-flags img {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 3px;
    width: 16px !important;
    height: 11px !important;
}

@media only screen and (max-width: 414px) {
    .bella-hero h1 {
        font-size: 32px;
        margin: 0 !important;
        font-weight: normal;
        position: relative;
        top: -10px;
    }

    .bella-hero h1 span {
        font-size: 10px;
        clear: both;
    }

    .bella-hero {
        height: 100%;
        top: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}