/*animations*/
.footer a:hover {
    color: #58ABD7 !important;
}

.filtrationSystemsP:hover {
    box-shadow: 0px 0px 5px 7px #00000010;
}
@keyframes shakeRotate {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.shakeRotate:hover {
    -webkit-animation-name: shakeRotate;
    animation: shakeRotate 0.5s 1;
}

/*fonts*/
/* poppins-200 - latin */
@font-face {
    font-family: PoppinsLight;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/poppins-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/poppins-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/poppins-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/poppins-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/poppins-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/poppins-v15-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-regular - latin */
@font-face {
    font-family: PoppinsRegular;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
    font-family: PoppinsSemibold;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/poppins-v15-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/poppins-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/poppins-v15-latin-500.woff') format('woff'), /* Modern Browsers */
    url('fonts/poppins-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/poppins-v15-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-900 - latin */
@font-face {
    font-family: PoppinsBold;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/poppins-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/poppins-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/poppins-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/poppins-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/poppins-v15-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
    font-family: UbuntuRegular;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/ubuntu-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/ubuntu-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/ubuntu-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/ubuntu-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/ubuntu-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/ubuntu-v15-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


/*general*/
.product-elem {
    display: none;
}
.similar-product .product-elem ,
.filtrationSystemsCms .product-elem {
    display: flex;
}
.product-gallery-avatar.full{
    height: 430px;
}
.product-gallery-avatar.full img{
    height: 400px;
}
.product-info.fullText {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.full {
    width: 100% !important;
}
.gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.2);
    z-index: -9;
}
.p-77 {
    padding: 77px 0 42px 0!important;
}
.container-fluid {
    min-height: calc(55.1vh );
    padding-top: 92px;
    padding-left: 0;
    padding-right: 0;
}
.grey {
    color: #B2B2B2;
}
.flex {
    display: flex;
}
.homeContainer {
    padding-top: 92px;
}
.mb10{
    margin-bottom: 10px;
}
.hidden {
    display: none;
}
a{
    cursor: pointer;
}
.widthFull {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.cardLi p:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #FF6622;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 6px;
}
.cardLi p{
    display: block;
    color: #707070;
    font-family: PoppinsRegular;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

/*btn*/
.btn {
    border-radius: 50px;
    font-size: 15px;
    /*text-transform: uppercase;*/
    padding: 10px 35px;
    font-family: PoppinsBold;
    box-shadow: none!important;
    outline: none!important;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover{
    background-color: #fff !important;
    border: 2px solid #FF6622 !important;
    color: #FF6622 !important;
}
.btn-secondary {
    background-color: #FF6622 !important;
    border: 2px solid #FF6622 !important;
    color: #fff !important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
    background-color: #fff !important;
    border: 2px solid #58ABD7 !important;
    color: #58ABD7 !important;
}
.btn-primary {
    background-color: #58ABD7 !important;
    border: 2px solid #58ABD7 !important;
    color: #fff !important;
}
/*slick arrow*/
.slick-next {
    position: absolute;
    top: 40%;
    z-index: 10;
    /*transform: translate(5%);*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/arrowR.png') no-repeat;
    background-size: 100%;
    height: 45px;
    width: 40px;
}

.slick-prev {
    position: absolute;
    top: 40%;
    z-index: 10;
    transform: rotate(180deg);
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
    background: transparent;
    font-size: 0;
    background: url('../img/arrowR.png') no-repeat;
    background-size: 100%;
    height: 45px;
    width: 40px;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}
/*navbar*/
.navbar-brand img {
    height: 40px;
}
.navbar {
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.nav-item {
    margin: 0 5px;
    padding-top: 24px;
    padding-bottom: 24px;
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
}
/*.fixed-header .nav-item {*/
/*    padding-top: 9px;*/
/*    padding-bottom: 9px;*/
/*}*/
.fixed-header {
    /*top: 0 !important;*/
    /*background-color: #fff !important;*/
    /*transition: all 0.5s;*/
    /*box-shadow: 0px 3px 60px #00000029 !important;*/
    /*padding: 0 !important;*/
    /*padding: 5px 0 !important;*/
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff ;
    z-index: 999;
    transition: all 0.5s;
    /*padding: 15px 0;*/
    border-bottom: 7px solid #58ABD7;
}
.collapse {
    justify-content: center;
}
.nav-link-span {
    position: absolute;
    top: 5px;
    font-size: 12px;
    right: -2px;
}
.lang img:first-of-type{
    width: 20px;
    height: 20px;
}
.lang {
    margin-left: 30px;
}
.lang span{
    color: #9EA0A5;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 3px;
}
.lang img:last-of-type{
    width: 6px;
    height: 10px;
}
.navbar-collapse {
    justify-content: flex-end;
}
.navbar-nav {
    align-items: center;
}
.nav-link {
    font-size: 14px;
    margin-left: 16px;
    margin-right: 16px;
}
.navbar a.nav-link {
    color: #707070;
    font-family: PoppinsSemibold;
    text-transform: uppercase;
    font-size: 15px;
}
.fixed-header .navbar a.nav-link{
    color: #707070;
    font-family: PoppinsSemibold;
}

.nav-item:hover a.nav-link,
.nav-item.active a.nav-link{
    color: #013066 !important;
}
.nav-item:hover{
    background-color: #ECEDF2;
    /*border-radius: 30px;*/
}
.nav-item.active a.nav-link{
    background-color: #ECEDF2;
    border-radius: 30px;
    margin: 0;
    padding: 9px 22px;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
#dropdownMeniuLang{
    width: 70px;
    min-width: auto;
    box-shadow: 0px 3px 30px #00000012;
    border: none;
    border-radius: 0;
    padding: 0;
    left: 30px;
    /*top: 35px;*/
}
.nav-item.dropdown .dropdown-menu {
    /*display: block;*/
    box-shadow: 0px 3px 30px #00000012;
    border: none;
    border-radius: 0;
    padding: 0;
}
.nav-item .dropdown-item.active,
.nav-item.dropdown .dropdown-menu .dropdown-item:hover{
    background-color: #58ABD7 !important;
    color: #fff !important;
}
.nav-item.dropdown .dropdown-menu .dropdown-item{
    color: #707070;
    background-color: #ECEDF2;
    font-size: 15px;
    font-family: PoppinsRegular;
    padding: 15px 17px;
}
.navbar-nav .btn{
    margin-left: 10px;
}
#dropdownMeniuLang .dropdown-item{
    color: #707070;
    background-color: #ECEDF2;
    font-size: 15px;
    font-family: PoppinsRegular;
    padding: 11px 17px;
    text-align: center;
}
/*banner*/
.mainBanner {
    height: 800px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 9;
    background-position-y: 58%;
}
.mainBannerSlick .slick-dots li{
    height: 100px;
    background: #00000020;
    width: 3px;
    transition: all 0.5s;
}
.mainBannerSlick .slick-dots li.slick-active{
    background: #fff;
}
.mainBannerSlick .slick-dots li button{
    display: none;
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: PoppinsSemibold;
    outline: none !important;
}
.mainBannerSlick .slick-dots li:first-of-type{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.mainBannerSlick .slick-dots li:last-of-type{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.mainBannerSlick .slick-dots li:first-of-type button{
    display: block;
    position: absolute;
    top: -35px;
    left: -10px;
}
.mainBannerSlick .slick-dots li:last-of-type button{
    display: block;
    position: absolute;
    bottom: -35px;
    left: -10px;
}
.mainBannerSlick .slick-dots{
    position: absolute;
    left: 29%;
    top: 30%;
    padding: 0;
    list-style: none;
}
.bannerPosition a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: PoppinsSemibold;
    margin-top: 35px;
}
.bannerPosition {
    color: #fff;
    margin-top: 20%;
    margin-left: 13%;
}
.bannerTitle {
    font-size: 66px;
    line-height: 65px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: PoppinsBold;
}
.bannerPosition img{
    width: 16px;
    height: 14px;
}
.bannerOrder {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    margin-right: 22px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

/*benefits*/
.benefits .row{
    box-shadow: 0px 3px 30px #00000012;
    padding: 40px 50px 65px 50px;
    margin: 0;
    margin-top: -80px;
    background: #fff;
    z-index: 10;
    position: relative;
}
.benefit img {
    width: auto;
    height: 70px;
    margin-bottom: 43px;
}
.benefitTitle {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    font-family: PoppinsSemibold;
}
.benefitDesc {
    font-size: 14px;
    color: #808080;
    font-family: PoppinsRegular;
}
.benefit {
    text-align: center;
    border-right: 1px solid #CECECE;
}
.benefit:last-of-type {
    border-right: none;
}

/*locations*/
.locationsBack {
    background-size: cover;
    background-repeat: no-repeat;
    height: 330px;
    position: relative;
    z-index: 9;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-end;
}
.locationsPosition{
    padding: 25px 35px;
    position: relative;
    width: 100%;
}
.locationsTitle {
    font-size: 24px;
    color: #fff;
    margin-bottom: 11px;
    font-family: PoppinsBold;
    text-transform: uppercase;
}
.locationsDesc {
    font-size: 14px;
    color: #fff;
    font-family: PoppinsRegular;
    line-height: 20px;
    width: 70%;
}
.locations .col-md-6{
    padding-right: 7px;
    padding-left: 7px;
}
.locations .row {
    margin-right: -7px;
    margin-left: -7px;
}
.locations {
    margin-top: 30px;
}

/*howItWorks*/
.howItWorks {
    margin-top: 45px;
    background-color: #84BFDE;
    padding: 40px 50px 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-x: -50px;
}
.howItWorksT:after {
    height: 2px;
    width: 100px;
    background-color: #fff;
    display: block;
    content: '';
    margin-top: 11px;
}
.howItWorksT {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    font-family: PoppinsBold;
    text-transform: uppercase;
}
.howItWorksD {
    font-size: 18px;
    color: #fff;
    font-family: PoppinsRegular;
    line-height: 30px;
}

/*specialProduct*/
.specialProduct {
    margin-top: 50px;
}
.specialProductT:after {
    height: 2px;
    width: 100px;
    background-color: #58ABD7;
    display: block;
    content: '';
    margin-top: 11px;
}
.specialProductT span{
    color: #FF6622;
}
.specialProductT {
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
    font-family: PoppinsBold;
    text-transform: uppercase;
}
.specialProductD {
    font-size: 18px;
    color: #777777;
    font-family: PoppinsRegular;
    line-height: 30px;
    text-align: center;
}
.personalizedOffer .specialProductD {
    text-align: left;
}
.specialProduct .row{
    align-items: center;
}
.specialProductImg {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/*filtrationSystems*/
.filtrationSystems .specialProductD{
    width: 70%;
    margin: auto;
}
.filtrationSystems {
    text-align: center;
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 62px;
    background-color: #ECEDF2;
}
.filtrationSystems .specialProductT:after {
    margin: auto;
    margin-top: 11px;
}
.filtrationSystemsP ul li{
    color: #707070;
    font-family: PoppinsRegular;
    font-size: 14px;
    margin-bottom: 20px;
}
.filtrationSystemsP ul li::marker{
    color: #FF6622;
}
.filtrationSystemsP ul{
    padding-left: 15px;
}
.filtrationSystemsP .btn{
    position: absolute;
    bottom: 25px;
}
.filtrationSystemsP {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px 25px 65px 25px;
    text-align: left;
    /*min-height: 705px;*/
    position: relative;
    /*padding-bottom: 5em;*/
}
.filtrationSystemsPT {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    font-family: PoppinsBold;
}
.filtrationSystemsP img{
    max-width: 100%;
    height: 320px;
    margin: auto;
    margin-bottom: 25px;
    width: auto;
    display: block;
}
.filtrationSystemsSee {
    width: 195px;
    margin: auto;
    margin-top: 42px;
    color: #FF6622;
    font-family: PoppinsBold;
    font-size: 15px;
    text-align: center;
    display: block;
    cursor: pointer;
}

/*bottles*/
.bottles .filtrationSystemsP{
    border: 1px solid #CECECE;
}
.bottles-img-container {
    height: 320px;
    width: auto;
}
.bottles-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.bottles .specialProductD{
    width: 70%;
    margin: auto;
}
.bottles .specialProductT {
    color: #000000;
}
.bottles {
    padding-top: 65px;
    padding-bottom: 42px;
    text-align: center;
}
.bottles .specialProductT:after {
    margin: auto;
    margin-top: 11px;
}

/*personalizedOffer*/
.personalizedOffer .specialProductD{
    margin-bottom: 35px;
    margin-top: 40px;
}
.personalizedOffer {
    padding-bottom: 95px;
    padding-top: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*distributors*/
.distributors .specialProductT:after {
    margin: auto;
    margin-top: 11px;
}
.distributors .specialProductD{
    margin-top: 45px;
    margin-bottom: 45px;
}
.distributors{
    text-align: center;
    padding-top: 68px;
    padding-bottom: 95px;
}

/*newsletter*/
#newsletter-form .parsley-errors-list {
    position: absolute;
    bottom: 0;
}
.send-newsletter-icon {
    width: 21px;
    height: 21px;
}
#newsletter-form .col-form-field_boolean_inline .parsley-errors-list {
    bottom: -15px !important;
}
#newsletter-form .text-gdpr-inline a{
    color: #FF6622;
}
#newsletter-form .text-gdpr-inline {
    color: #fff;
    font-size: 13px;
    font-family: PoppinsRegular;
    margin-left: 5px;
}
#newsletter-form .field-gdpr-inline {
    margin-right: 7px !important;
}
#mc-submit {
    margin-top: -33px;
    margin-left: -15px;
}
.field-gdpr-inline_fg{
    display: flex;
    /*align-items: center;*/
}
.subtext-news {
    color: #fff;
    font-size: 13px;
    font-family: PoppinsRegular;
    margin-left: 5px;
}
.newsletter .btn{
    border-radius: 3px !important;
}
.newsletter .row{
    align-items: center;
}
.newsletter{
    padding: 27px 0 27px 0px;
    background-color: #013066;
}
.newsletter h3{
    font-size: 24px;
    color: #fff;
    /*margin-right: 25px;*/
    font-family: PoppinsRegular;
    margin-bottom: 10px;
}
#newsletter-email::placeholder {
    color: #777777;
}
#newsletter-email {
    border-radius: 3px;
    font-size: 13px;
    font-family: PoppinsRegular;
    color: #000;
    height: 45px;
    padding: 0 25px 0 37px;
    background-image: url("../img/ne.png");
    background-repeat: no-repeat;
    background-size: 20px 16px;
    background-position-y: center;
    background-position-x: 9px;
}
.newsletter-left {
    padding-left: 25px;
}
#newsletter-checkbox:hover {
    cursor: pointer;
}
.newsletter-flex {
    display: flex;
}
.submit-newsletter img {
    width: 21px;
    margin-right: 9px;
}
.submit-newsletter .btn {
    display: flex;
    align-items: center;
    padding: 10px 25px !important;
}

/*footer*/
.footer .col-md-2{
    -ms-flex: 0 0 13.666667%;
    flex: 0 0 11.667%;
    max-width: 11.667%;
}
.footer-img-logo {
    height: 100%;
    width: 100%;
}
.footer-img-container {
    height: 45px;
    width: 120px;
    margin-bottom: 30px;
}
.footerBottom-container {
    height: 28px;
    width: 83px;
}
.footerBottom-img {
    height: 100%;
    width: 100%;
}
.footer .col-md-3:first-of-type{
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.footer .col-md-4{
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333%;
    max-width: 29.333%;
    padding-right: 0;
}
.footer {
    margin-top: 82px;
}
.footerLogo img{
    height: 45px;
    margin-bottom: 30px;
}
.footerTitle:after {
    height: 1px;
    width: 30px;
    background-color: #58ABD7;
    display: block;
    content: '';
    margin-top: 16px;
}
.footerTitle {
    font-size: 16px;
    color: #212121;
    font-family: PoppinsBold;
    margin-bottom: 16px;
}
.footerDesc {
    font-size: 16px;
    color: #484848;
    font-family: PoppinsRegular;
    margin-bottom: 20px;
    line-height: 27px;
}
.footerLinks div,
.footerLinks a{
    font-size: 16px;
    color: #484848 !important;
    font-family: PoppinsRegular;
    margin-bottom: 5px;
    display: block;
}
.footerBottom {
    border-top: 1px solid #737373;
    color: #707070;
    font-size: 16px;
    font-family: PoppinsRegular;
    padding: 25px 0 30px 0;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerBottom img{
    height: 28px;
    margin-left: 10px;
}
.socials img{
    max-width: 25px;
    max-height: 18px;
}
.socials a{
    margin-right: 25px;
}
.socials {
    display: flex;
}

/*aboutus*/
.aboutBanner {
    width: 100%;
    height: 430px;
    object-fit: cover;
    margin-bottom: 85px;
}
.aboutText {
    color: #777777;
    font-size: 18px;
    line-height: 30px;
    font-family: PoppinsRegular;
}
.aboutUs {
    padding-bottom: 165px;
    background-size: 100% 900px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

/*breadcrumbs*/
.breadcrumbs div:first-of-type span{
    color: #E2E2E2;
}
.breadcrumbs p{
    margin-bottom: 0;
}
.breadcrumbs span{
    margin: 0 8px 0 10px;
    font-size: 11px;
}
.breadcrumbs img{
    width: 15px;
    height: 15px;
    margin-top: -6px;
}
.breadcrumbs {
    color: #000000;
    font-size: 13px;
    font-family: PoppinsRegular;
    display: flex;
    align-items: center;
    padding: 30px 0;
    z-index: 9;
    /*margin-top: 60px;*/
}

/*bannerWidget*/
.bannerWidget {
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position-y: center;
}
.bannerWidget .breadcrumbs div:first-of-type span {
    color: #fff;
}
.bannerWidget .breadcrumbs {
    color: #fff;
}
.bannerWTitle p{
    margin-bottom: 0;
}
.bannerWTitle {
    font-family: PoppinsBold;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
/*distributors*/
.distributors {
    background-size: 100%;
    background-repeat: no-repeat;
}
.advantagesT:after {
    height: 2px;
    width: 100px;
    background-color: #58ABD7;
    display: block;
    content: '';
    margin: auto;
    margin-top: 11px;
}
.advantagesT {
    font-family: PoppinsBold;
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.advantagesName {
    font-family: PoppinsBold;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.advantagesMain {
    font-family: PoppinsRegular;
    font-size: 14px;
    color: #707070;
    line-height: 20px;
}
.advantagesC {
    background-repeat: no-repeat;
    background-size: 33px 27px;
    padding-left: 40px;
    margin-bottom: 30px;
    background-position-y: 0px;
    padding-top: 8px;
}
.advantages {
    padding-bottom: 30px;
    padding-top: 63px;
}

/*contact*/
.contact fieldset label{
    display: none;
}
.contact fieldset .field_boolean_inline_fg label{
    display: block;
}
.contact-flex {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.contact-flex-left img{
    width: 13px;
}
.contact-flex:last-of-type .contact-flex-left img{
    width: 15px;
}
.contact-flex-left {
    width: 30px;
}
.contact .parsley-errors-list {
    padding: 0px 0 0;
    margin-top: -14px;
    margin-bottom: 3px !important;
}
.contact .col-form-field_boolean_inline .parsley-errors-list {
    margin-top: 0;
}
.contact .field_boolean_inline_fg input {
    margin-right: 15px !important;
}
.contactR {
    padding-left: 55px;
}
.contactTitle {
    font-family: PoppinsBold;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.contactTxta{
    margin-top: 10px;
}
.contactTxta,
.contactTxta a{
    font-family: PoppinsRegular;
    font-size: 16px;
    color: #484848;
    display: block;
}
.contactTxt {
    font-family: PoppinsRegular;
    font-size: 13px;
    color: #7D7D7D;
    margin-bottom: 25px;
}
.contact {
    padding-top: 47px;
    padding-bottom: 60px;
}
.contact input::placeholder{
    color: #808080;
}
.contact textarea:focus,
.contact textarea{
    background: #ECEDF2;
    border: none;
    box-shadow: none;
    color: #808080;
    font-size: 13px;
    font-family: PoppinsRegular;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 0;
    resize: none;
    max-height: 125px;
}
/*.contact input:focus,*/
.contact input{
    background: #ECEDF2;
    border: none;
    box-shadow: none;
    color: #808080;
    font-size: 13px;
    font-family: PoppinsRegular;
    margin-bottom: 20px;
    height: 44px;
    padding: 0 25px;
    border-radius: 0;
}
.contact-form .field-gdpr-inline_fg label{
     font-size: 13px;
     color: #000000;
     font-family: PoppinsRegular;
    margin-bottom: 0;
 }
.contact-form .field-gdpr-inline_fg label a{
    color: #F58220;
}
.btn-contact-submit:active,
.btn-contact-submit:focus,
.btn-contact-submit:hover{
    background-color: #fff !important;
    border: 2px solid #FF6622 !important;
    color: #FF6622 !important;
}
.btn-contact-submit{
    background-color: #FF6622 !important;
    border: 2px solid #FF6622 !important;
    color: #fff !important;
    width: 200px;
    margin-top: 10px;
}

/*checkbox*/
.field-gdpr-inline_fg input {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #F58220;
    padding: 1px !important;
    border-radius: 0px;
    display: inline-block;
    position: relative !important;
    height: 19px !important;
    min-width: 19px;
    vertical-align: top;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0 !important;
}
.field-gdpr-inline_fg input:checked:after{
    content: '';
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 4.2px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 12px;
    width: 8px;
    transform: rotate(40deg);
}
.field-gdpr-inline_fg input:checked {
    background-color: #F58220;
    border: 1px solid #F58220;
    color: #99a1a7;
}

/*gdpr*/
.gdpr #gdpr-page-title {
    display: none;
}
.layout-gdpr .breadcrumbs .row{
    margin: 0;
}
.gdpr p{
    color: #777777;
    font-size: 18px;
    line-height: 30px;
    font-family: PoppinsRegular;
}
.gdpr {
    padding-bottom: 65px;
}

/*media*/
.url-media .breadcrumbs {
    color: #777777;
}
.lastMediaLeft {
    width: 450px;
}
.lastMediaR {
    /*padding-left: 55px;*/
}
.img-float {
    float: left;
    width: 450px;
    margin-right: 70px;
}
.lastMediaImg{
    /*width: 100%;*/
    /*margin-left: 25px;*/
    width: 450px;
    height: 320px;
    /*object-fit: cover;*/
}
.text-j {
    text-align: justify;
}
.lastMediaDate {
    font-size: 12px;
    color: #000000;
    font-family: PoppinsSemibold;
    margin-bottom: 3px;
}
.lastMediaName {
    font-size: 30px;
    color: #000000;
    font-family: PoppinsBold;
    margin-bottom: 3px;
}
.restMediaDate {
    font-size: 12px;
    color: #567D91;
    font-family: PoppinsSemibold;
    margin-bottom: 3px;
}
.restMediaName {
    font-size: 18px;
    color: #000000;
    font-family: PoppinsBold;
    margin-bottom: 3px;
}
.lastMediaIntro p:after {
    height: 2px;
    width: 95px;
    background-color: #567D91;
    display: block;
    content: '';
    margin-top: 8px;
    position: absolute;
    right: 524px;
}
.lastMediaIntro p{
    font-size: 24px;
    color: #567D91;
    font-family: PoppinsSemibold;
    margin-bottom: 3px;
    position: relative;
}
.restMediaIntro p{
    font-size: 16px;
    color: #567D91;
    font-family: PoppinsRegular;
    margin-bottom: 3px;
}
.lastMediaMain {
    font-size: 18px;
    color: #777777;
    font-family: PoppinsRegular;
    margin-top: 13px;
    display: block;
    line-height: 30px;
}
.restMediaMain {
    font-size: 14px;
    color: #777777;
    font-family: PoppinsRegular;
    margin-top: 13px;
    display: block;
    line-height: 20px;
}
.restMedia {
    background: #ECEDF2;
}
.lastMedia {
    padding-bottom: 70px;
}
.restMedia img{
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.restMedia {
    padding-top: 60px;
    padding-bottom: 30px;
}
.restMediaWhite {
    background: #fff;
    padding: 30px 25px;
}
.restMediaFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}
.restMediaCard {
    margin-bottom: 30px;
    display: none;
}

/*filtrationSystemsCms*/
.filtrationSystemsCms {
    background: #ECEDF2;
    padding-top: 77px;
    padding-bottom: 120px;
}

/*product*/
.product-category {
    color: #000000;
    font-family: PoppinsSemibold;
    font-size: 12px;
    text-transform: uppercase;
}
.product-name {
    color: #000000;
    font-family: PoppinsBold;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.product-desc p{
    margin-bottom: 0;
}
.product-desc {
    color: #808080;
    font-family: PoppinsRegular;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 20px;
}
.product-gallery-avatar img{
    height: 350px;
    /*width: 300px;*/
    max-width: 100%;
    margin: auto;
    display: block;
    /*object-fit: cover;*/
}
.product-gallery-images img{
    max-width: 100%;
    /*object-fit: cover;*/
    height: 100%;
    margin: auto;
    display: block;
}
.product-gallery-avatar-uploads {
    border: 1px solid #D8D8D8;
    height: 100px;
    display: block;
    margin-bottom: 16px;
}
.product-gallery-images {
    width: 15%;
    display: block;
    margin-right: 15px;
    max-height: 380px;
    overflow: auto;
}
.product-gallery-images::-webkit-scrollbar-thumb{
    background: #000;
    border-radius: 0px;
}
.product-gallery-images::-webkit-scrollbar-track{
    border-radius: 0px;
    background: #00000036;
}
.product-gallery-images::-webkit-scrollbar{
    width: 10px;
}
.product-gallery-avatar {
    width: 85%;
    display: block;
    border: 1px solid #D8D8D8;
    padding: 15px;
    height: 380px;
}
.product-gallery {
    display: flex;
    justify-content: space-between;
}
.cms-row {
    margin-right: -30px;
    margin-left: -30px;
}
.product-specifications {
    background: #F5F6FA;
    padding-top: 150px;
    padding-bottom: 35px;
    position: relative;
}
.main_spec,
.name-spec {
    font-size: 14px;
    color: #707070;
    font-family: PoppinsSemibold;
}
.flex-spec {
    padding: 23px 40px;
}
.flex-spec {
    display: flex;
}
.spec-element {
    display: none;
}
.main_spec{
    background: #FFFFFF49;
    text-align: right;
}
.spec-element:nth-of-type(even){
    background: #00000002;
}
.spec-element:nth-of-type(odd){
    background: #FFFFFF49;
}
.product-specifications .col-md-6{
    padding: 0;
}
.product-padding {
    padding-bottom: 130px;
}
#loadMoreSpec {
    margin-top: 35px;
}
.brandImg img{
    width: 74px;
    height: 74px;
    margin-top: 20px;
}
.product-main-specification-elem div{
    font-size: 14px;
    color: #000000;
    font-family: PoppinsRegular;
    text-transform: uppercase;
}
.product-main-specification-elem {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #70707020;
    padding: 40px;
}
.product-main-specification-elem:last-of-type {
    border: none;
}
.product-main-specification-elem img{
    height: 58px;
    margin-right: 15px;
}
.product-main-specification {
    background: #fff;
    box-shadow: 0px 3px 30px #00000012;
    position: absolute;
    top: -79px;
    padding: 15px 15px;
}
.similar-product .none {
    display: none;
}
.similar-product  {
    padding-bottom: 100px;
    padding-top: 65px;
}
.shadow {
    box-shadow: 0px 3px 30px #00000012;
}
.offerModal .modal-content ,
.offerModal .modal-body {
    overflow: initial !important;
}
/*#product-filtration-p,*/

.offerModal .modal-body{
    padding: 30px 46px 30px 46px;
}
.select2-selection__rendered {
    /*color: #808080;*/
    font-family: PoppinsRegular;
    padding-left: 24px;
}
form label {
    color: #808080;
    font-size: 13px;
    font-family: PoppinsRegular;
}
.offerModal .modal-body input::placeholder{
    color: #808080;
}
.offerModal .modal-footer ,
.offerModal .modal-header {
    min-height: 0 !important;
    border: none;
    padding: 0;
}
.btn-offer-submit {
    margin: auto;
    display: block;
    width: 200px;
}
.col-form-field_select_multiple3 {
    margin-bottom: 16px;
}
.col-form-field_select_multiple3 .ms-sel-ctn{
    min-height: 40px;
}
.field_select_multiple3_fg .ms-sel-ctn input{
    display: none;
}
.select2-selection--single {
    height: 46px !important;
}
.col-form-field_select_multiple3 .ms-trigger-ico {
    display: none !important;
}
.select2-container--open {
    width: 95% !important;
}
.select2.select2-container--open {
    width: 100% !important;
}
.select2-results li{
    padding-left: 16px;
}
.select2-results li,
.col-form-field_select_multiple3 .ms-res-ctn .ms-res-item{
    font-size: 15px;
    color: #3E3F42;
    margin-bottom: 8px;
    font-family: PoppinsRegular;
}
.col-form-field_select_multiple3 .ms-res-ctn .ms-res-item.ms-res-item-active{
    color: #58ABD7;
    background: transparent;
}
.ms-res-ctn::-webkit-scrollbar-thumb{
    background: #9EA0A5;
    border-radius: 0px;
}
.ms-res-ctn::-webkit-scrollbar-track{
    border-radius: 0px;
    background: #F7F7F7;
}
.ms-res-ctn::-webkit-scrollbar{
    width: 5px;
}
.col-form-field_select_multiple3 .ms-res-ctn {
    /*padding-left: 20px;*/
    scrollbar-color: #9EA0A5 #F7F7F7 ;
    scrollbar-width: thin;
    border-radius: 0;
    padding: 12px 20px;
}
.col-form-field_select_multiple3 .ms-trigger:hover {
    width: 50px!important;
    right: 0 !important;
}
.col-form-field_select_multiple3 .ms-trigger {
    background-image: url("../img/select.png") !important;
    background-repeat: no-repeat !important;
    background-size: 6px 10px !important;
    background-position-y: 17px !important;
    background-position-x: center !important;
    border-left: none !important;
    width: 50px !important;
    background-color: #e6e6e6 !important;
}
.select2-selection--single{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-image: url("../img/select.png");
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position-y: 14px;
    background-position-x: 97%;
    border: 1px solid #D8D8D8 !important;
    margin-bottom: 20px;
}
.col-form-field_select_multiple3 .ms-ctn{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid #D8D8D8 !important;
}
.ms-ctn .ms-sel-item {
    background-color: #84BFDE45 !important;
    color: #58ABD7 !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    border: none !important;
    border-radius: 0 !important;
}
.ms-close-btn {
    background-image: url("../img/x.png") !important;
    background-size: 7px 8px !important;
    background-repeat: no-repeat !important;
    width: 8px !important;
    height: 8px !important;
    background-position: center !important;
}
.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: 46px !important;
    height: auto !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 31px;
}
#form_distributors_data .select2-container--bootstrap4  .select2-selection--single,
#form_contact_data .select2-container--bootstrap4  .select2-selection--single{
    background-position-x: 92%;
    -webkit-appearance: none;
    height: 45px !important;
}
.select2-selection__clear,
.select2-selection__arrow {
    display: none;
}
.select2-selection__rendered {
    height: auto !important;
}
.offerModal .modal-body .field_select_multiple2_fg {
    /*margin-bottom: 23px;*/
}
.select2-search__field {
    height: auto !important;
}
.offerModal .btn-modal-close{
    position: absolute;
    right: 20px;
    top: 12px;
    color: #000;
    opacity: 1;
    z-index: 9999;
}
.offerModal .modal-body textarea{
    border: 1px solid #D8D8D8;
    margin-bottom: 16px;
    border-radius: 0;
    padding: 10px 26px;
    color: #000;
    font-size: 13px;
    font-family: PoppinsRegular;
    /*margin-top: 35px;*/
}
.offer-subtitle{
    color: #7D7D7D;
    font-size: 13px;
    font-family: PoppinsRegular;
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: center;
    display: block;
}
.offer-title{
    color: #000;
    font-size: 30px;
    font-family: PoppinsBold;
    text-align: center;
}
.offer-success-container {
    padding: 30px 70px 70px;
}
.offer-gdpr a{
    color: #F58220;
}
.offer-gdpr{
    color: #000;
    font-size: 13px;
    font-family: PoppinsRegular;
    margin-bottom: 23px;
    text-align: center;
}
.offer-success-title{
    color: #000;
    font-size: 27px;
    font-family: PoppinsRegular;
    text-align: center;
    margin-bottom: 26px;
}
.offer-success-subtitle{
    color: #7D7D7D;
    font-size: 13px;
    font-family: PoppinsRegular;
    text-align: center;
    margin-bottom: 26px;
}
.distributorsOfferWidget textarea{
    max-height: 45px;
    height: 45px;
}
.distributorsOfferWidget select,
.distributorsOfferWidget input,
.offerModal .modal-body select,
.offerModal .modal-body input{
    border: 1px solid #D8D8D8;
    height: 45px;
    margin-bottom: 16px;
    border-radius: 0;
    padding: 10px 26px;
    color: #000;
    font-size: 13px;
    font-family: PoppinsRegular;
}
.offerModal .modal-content {
    background-image: url("../img/bg-modal.jpg");
    background-repeat: no-repeat;
    background-size: 100% 300px;
    background-position-y: bottom;
    padding-bottom: 25px;
    border: none;
}

.distributorsOfferWidget {
    background-color: #ECEDF2;
    padding-top: 68px;
    padding-bottom: 68px;
}

#form_distributors_data {
    width: 100%;
}