body{font-family: "Inter";}

header .header-top-inner .social-links ul{
    padding:0;
    margin:0;
}

header .header-top-inner .social-links{
    flex:0 0 40px;
}

header .header-top-inner {
    padding: 20px 0 10px;
}

header .header-top-inner .social-links ul li:first-child a {
    width: 24px;
    height: 24px;
}

header .hero {
    margin: 70px 0;
    position: relative;
    z-index: 40;
}


header .hero .hero-button a:hover {
    background: #ffdd00;
    border-color: #ffdd00;
    color: #111;
    font-weight: 600;
}

.ao-black{
    background: url('/assets/arrow-button-right-d17d3366.svg');
    background-size: 100%;
    width: 32px;
    height: 32px;
    display: block;
}

.hero-button-link:hover .ao-black{
    background: url('/assets/ao-white.svg');
    background-size: 100%;
}


.login-form{
width: 600px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 40px;
    border-radius: 12px;
}

.login-inner-form{
    margin: 50px auto;
}

.login-form label{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}

.login-form label span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.login-form label input{
    display: flex;
    flex: 0 0 100%;
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px;
    margin: 5px 0px;
    font-size: 18px;
    font-family: 'Inter';
}

.submit-login input[type="submit"]{
    display: block;
    height: 58px;
    background: #ffdd00;
    color: #333;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    border: none;
    font-family: 'Inter';
    font-weight: bold;
    font-size: 18px;
    border-radius: 6px;
    text-indent: 18px;
    cursor: pointer;
    transition: all .3s ease-in;
}


.submit-login input[type="submit"]:hover{
    transform: scale(1.02);
    background:#ffd400;
}

.email-label{
    position: relative;
}

.email-label:after{
    content: '';
    background: url(/assets/login-email.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 53px;
}

.password-label{
    position: relative;
}

.password-label:after{
    content: '';
    background: url(/assets/lock-alt.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 53px;
}

.submit-login {
    position: relative;
    margin: 60px auto 10px;
    transition: all .3s ease-in;
    width: 280px;
}

.submit-login:after{
    content: '';
    background: url(/assets/signinsign.svg);
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 16px;
    top: 14px;
    transition: all .3s ease-in;
}

.submit-login:hover:after{
    right: 16px;
}


.submit-link{
    text-align: center;
    margin-top: 30px;
}

.submit-link > div{
    margin-bottom: 20px;
}

.submit-link a{
    font-size: 18px;
    text-decoration: none;
    border-bottom: 2px solid #2f2f2f;
    color: #2f2f2f;
    font-weight: bold;
    transition: all .3s ease-in-out;
}



.cart-side{
    display: none;
}

.cart-side.open{
    display: block;
    width:100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top:0;
}

.cart-side-inner{
    width:400px;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1001;
    right:-600px;
    top: 0;
    position: absolute;
}


.cart-side-overlay{
    width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:#00000063;
    z-index: 1000;
}

.js-popup-overlay{
	    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup-overlay{
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



body.fixed{
    overflow-y: hidden;
}

.header-profile-hidden{
    position: absolute;
    background: #f2f2f2f7;
    border-radius: 10px;
    right: 0;
    top: 44px;
    width: 330px;
    display: none;
    overflow: hidden;
    z-index: 9999;
}

.header-profile-hidden.open{
    display: block;
}

.header-profile-title{
    position: relative;
}

.header-profile-hidden > ul{
    padding:0;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.header-profile-hidden > ul > li {
    list-style: none;
    border-bottom: 1px solid #c5c5c5;
}

.header-profile-hidden > ul > li:last-child{
    border:none;
}


.header-profile-hidden > ul > li > a{
    color:#2f2f2f;
}

header .header-top-right .header-profile .header-profile-title .header-profile-hidden ul li a{
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding:10px 20px;
    display: block;
    text-transform: math-auto;
}

header .header-top-right .header-profile .header-profile-title .header-profile-hidden a:hover{
background: #ffdd00;
    color: black;
    font-weight: 600;
}

header .header-main .open-menu .catalog-button{
    width:110px;
    transition: all .3s ease-in-out;
    text-align: center;
    padding-left: 50px;
}

header .header-main .open-menu .catalog-button:before{opacity: .9}


header .header-main .open-menu .catalog-button:hover {
    background: #ffd400;
    transform: scale(1.03);
}


.login-block{
        background: #ffcb5d;
    padding: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .header-top-right .header-profile .header-profile-title a.login-link{
    position: relative;
    font-size: 16px;
    color:#000;display: block;
    text-decoration: none;
    column-gap: 15px;
    text-transform: capitalize;
    font-weight: bold;
    padding:12px;
}

header .header-top-right .header-profile .header-profile-title a.register-link{
    position: relative;
    font-size: 16px;
    color:#000;display: block;
    text-decoration: none;
    column-gap: 15px;
    text-transform: capitalize;
    font-weight: bold;
    padding:12px;
}



.login-link:after{
    content: "";
    width:24px;
    height: 24px;
    background: url('/assets/lock-alt.svg');
    background-size: 100%;
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
}

.register-link:after{
    content: "";
    width:24px;
    height: 24px;
    background: url('/assets/user-plus-01.svg');
    background-size: 100%;
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
}


.login-block > a:hover{
    border-radius: 8px;
}

header .header-top-right .header-profile .header-profile-title .header-profile-hidden a{
    transition: all .1s ease-in-out;
}



.cart-side-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 30px;
}


.cart-side-footer{
    padding:10px 30px;
}

.cart-side-footer a.checkout{
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    color:#222;
    font-weight: 600;
    font-size:20px;
    border-radius: 6px;
    background: #ffdd00;
}

.cart-side-header h3{
    font-size: 24px;
}

.cart-side-counter{
    width:40px;
    height: 40px;
    border-radius: 100px;
    background: #1f1f1f;
    font-size:18px;
    text-align: center;
    line-height: 40px;
    color:white;
}

.cart-side-content {
    padding: 10px 30px;
    min-height: 69vh;
    overflow-y: auto;
}

.cart-side-product a{
    font-size: 16px;
    line-height: 18px;
    display: block;
    color:#333;
    text-decoration: none;
}

.cart-side-product{
    margin-bottom: 50px;
}

.cart-product-title{
    margin-bottom: 20px;
}

.cart-product-image{
    margin-bottom: 20px;
}

.cart-image-controls{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.cpc-quantity a.current-select-value{
    width: 60px;
    height: 34px;
    background: #f0f0f0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    text-decoration: none;
    color: #222;
    transition: all .3s ease-in-out;
    padding-right: 10px;
}

.cpc-quantity a.current-select-value img {
    width: 16px;
    transition: all .3s ease-in-out;
}

.cpc-quantity a.current-select-value span {
    font-size: 16px;
    font-weight: 800;
    display: block;
    width: 24px;
    text-align: left;
    padding-left: 14px;
}

.cpc-qv{
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.cpc-qv .product-quantity-select-hidden {
    background: #eee;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 116px;
    overflow-y: scroll;
    top: 46px;
}

.cpc-quantity{
    position: relative;
}

.cpc-qv .product-price-value {
    font-size: 16px;
    color: #222;
    font-weight: 800;
    letter-spacing: -.5px;
}

.cpc-qv .product-price-value span {
    font-size: 14px;
    font-weight: 600;
}

.cart-product-controls{
    flex: 0 0 186px;
}


.cart-side-totals{
    padding:10px 30px;
    margin:20px 0;
}

.cart-side-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.cst-title{
    font-weight: 600;
}

.product-quantity-cart-content .product-cart.product-ask a{
    background: #ffdd00;
    color: #333;
    width: 210px;
    transition: all .3s ease-in-out;
}

.product-quantity-cart-content .product-cart.product-ask a:hover{
    transform: scale(1.05);
    background: #f89625;
}

.product-gallery-item img{
    width: 140px;
    border-radius: 6px;
}


.header-phone{
    position: relative;
}


.header-phone-hidden{
    position: absolute;
    background: #f2f2f2f7;
    border-radius: 10px;
    right: 0;
    top: 48px;
    width: 270px;
    overflow:hidden;
    display: none;
}

.header-phone-hidden.open{
    display: block;
}

header.white  .header-profile-hidden > ul > li {
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
}



.header-phone-p20{
    padding:20px;
}


header.white .header-phone-hidden{
    box-shadow: 0px 15px 15px #e3e3e3;
    background:white;
}


header.white .header-profile-hidden{
    box-shadow: 0px 15px 15px #e3e3e3;
    background:white;
}



.header-phone-title{
    font-size: 12px;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
}

.section-our-products .our-products-title .our-products-header img {
    width: 42px;
    opacity: 1;
}

header .header-top-right .header-phone .header-phone-one a {
    color: #1f1f1f;
    font-size: 18px;
    column-gap: 0;
    font-weight: 400;
    display: block;
    text-align: right;
}

.header-phone-one {
    width: 196px;
    margin: 3px auto;
}


.header-phone-by{
        font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}

.header-phones-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-radius: 6px;
    background: #c7c7c738;
    padding: 10px 15px;
}

header .header-top-right .header-phone .header-phone-one a img {
    width: 24px;
    height: 24px;
}


.phonecall-icon{
    position: absolute;
    left: 19px;
    top: 26px;
    opacity: .8;
}

.phone-working-hours{
font-size: 12px;
    text-align: center;
    font-weight: 400;
    margin: 5px 0 20px;
    color: #5f5f5f;
}

header .header-top-right .header-phone a.btn-call-us{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: #ffdd00;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #111;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    padding:0 15px;
    transition: all .3s ease-in-out;
}

header .header-phone a.btn-call-us:hover {
    background: #ffd400;
}


header .header-top-right .header-phone a.btn-call-us img{
    width:20px;
}

header .header-top-right .header-phone .header-phone-email a{
    color: #333;
    font-size: 17px;
    text-decoration: underline;
    margin: 0 auto;
    width: 90%;
}

.section-our-products .our-products-title .our-products-header span{
    font-weight: bold;
}


.catalog-display{
    display: none;
}


.catalog-sort{
    column-gap: 0;
    display: none;
}

.catalog .product-related-carousel .product-related-item a .product-related-price{
    display: none;
}

.tt-full-story-pc{
    display: none;
}

.show-all-open{
    display: none !important;
}


.tt-full-story-pc .timeline-block{
   
}

.tt-full-story-pc .timeline .dot5 {
    left: 665px;
    top: 40px;
    position: absolute;
}

.tt-full-story-pc  .dot6 {
    left: 665px;
    top: 260px;
    position: absolute;
}

.tt-full-story-pc .tt-5 {
    margin-top: -30%;
}

.tt-full-story-pc  .tt-10 {
    margin-top: 7%;
}


.tt-full-story-pc  .dot36 {
    left: 665px;
    top: 40px;
    position: absolute;
}

.tt-full-story-pc  .dot35 {
      left: 665px;
    top: 250px;
    position: absolute;
}

.tt-full-story-pc  .tt-55 {
    margin-top: -24%;
}

.tt-full-story-pc  .tt-510 {
    margin-top:  94px;
}

.timeline .timeline-block .timeline-element.timeline-element--right span{
    display: block;
}

.timeline .timeline-block .timeline-element span{
    display: block;
    width: 90%;
}

.timeline .timeline-block{
    column-gap: 220px;
}

.timeline .dot1{
    top: 186px;
}

.timeline .dot2 {
    position: absolute;
    left: 47.4%;
    top: 412px;
}

.timeline .dot3 {
    position: absolute;
    left: 47.4%;
    top: 54px;
}

.timeline .dot4 {
    top: 316px;
    position: absolute;
}

.timeline .dot5 {
    position: absolute;
    top: 0px;
}


.tls-text{
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    width: 400px;
    text-align: center;
    margin: 30px auto 0;
    font-weight: bold;
    letter-spacing: -1px;
}

.cake-img{
        position: absolute;
    left: 16px;
    top: 14px;
    width:32px;
    height: 32px;
}

.office-city{
    width: 250px !important;
}

main.catalog{
    margin-bottom: 150px;
}


.tt-full-story-mobile{
    display: none;
}

.tt-show-all-mobile{
    display: none;
}


.js-open-full-history-2 {
    display: block;
    text-decoration: none;
    color: #2f2f2f;
    font-weight: 700;
    background: #ffdd00;
    border-radius: 6px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 20px auto 60px;
    font-size: 18px;
}

.pcg-item{
    
}

.pcg-item img{
    width:100%;
    border-radius: 8px;
}

.product article {
    margin-top: 30px;
}


.site-logo{
    width: 180px;
    margin-top:  0px;
}

.footer-logo img{
    width: 230px;
}

footer .footer-top .footer-logo {
    margin-bottom: 20px;
    margin-top: 0px;
}


@media(max-width: 768px){
    
    .section-our-products .our-products-title .our-products-header img {
        width: 32px;
        opacity: 1;
    }

    .section-our-products {
        margin: 40px 0 40px;
    }

    .section-our-products .products-carousel .home-product-carousel-item a img {
    width: 50%;
    margin: 0 auto;
    }
    

    .section-our-products .products-carousel .home-product-carousel-item {
    flex: 0 0 100%;
    width: 100%;
    }
    .section-our-products .products-carousel .home-product-carousel-item a {
    height: 220px;
    }

    .section-our-products .products-carousel.product-carousel--active {
    display: flex;
    width: 90%;
    margin: 35px auto 0;
    overflow: hidden;
    flex-direction: column;
    row-gap: 30px;
    }

    .js-open-full-history-2 {
    display: block;
    text-decoration: none;
    color: #2f2f2f;
    font-weight: 700;
    background: #ffdd00;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 60px;
    font-size: 16px;
    }
    

    .section-our-products .products-carousel .home-product-carousel-item a span {
    font-size: 15px;
    line-height: 16px;
    padding: 0 0 15px;
    }

    .footer-logo img {
    width: 210px;
    }

    footer .footer-top .footer-col-right {
    flex: 0 0 65%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    }

    footer {
    background: #222;
    padding: 50PX 20PX;
    }

    .logo {
    order: 2;
    margin-left: 10px;
    width: 170px;
    margin-top: 5px;
    }

    .tt-show-all{
        display: none;
        margin: 20px 0 0;
    }   

    .tt-show-all-mobile{
    display: block;
    }
    .video-header{height: 460px;}

    .video-header video{    width: 270%;
    margin-left: -250px;}

    .mobile-menu-content{z-index: 999;}
    
    .mobile-contacts{
        padding:0 20px;
    }

    .mobile-contacts .open{
        position: relative;
        width:100%;
        background: white;
        border-radius: 6px;
        top:0;
    }

    .mobile-contacts .header-phone-one {
    width: 100%;
    margin: 3px auto;
    }

    .mobile-contacts .header-phone-one a{
            text-decoration: none;
    color: #2f2f2f;
    font-size: 18px;
    text-align: right;
    display: block;
    }

    .mobile-contacts .header-phone-one .phonecall-icon {
    position: absolute;
    left: 22px;
    top: 27px;
    opacity: .8;
    }

    .mobile-categories ul.cat{
        list-style: none;
        padding:0 20px;
    }

    .mobile-categories ul.cat li a {
        display: flex;
        align-items: center;
        color: #2f2f2f;
        text-align: right;
        text-decoration: none;
        justify-content: space-between;
        align-items: center;
        background: #f1f1f1;
        border-radius: 8px;
        padding: 10px 42px 10px 8px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: 400;
        position: relative;
    }

    #tab_icon_11{
        width: 11px;
         margin-left: 6px;
    }

    #tab_icon_22{
        width: 17px;
         margin-left: 5px;
    }


    #tab_icon_33{
        width: 14px;
         margin-left: 5px;
    }

    .mobile-menu-content .mobile-categories ul.cat li a:after{
        background:url('/assets/menuarrowright2.svg');
        background-size: 100%;
        content: '';
        width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 16px;
    }

    .mobile-menu-content .mc-title{
       font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 20px;
        margin: 20px 0 0;
        letter-spacing: 1px;
        color: #5f5f5f;
    }

    .mobile-menu-content .header-phones-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-radius: 6px;
    background: #ffdd995c;
    padding: 10px 15px;
    }


    .mobile-menu-content .btn-call-us{
      display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background: #ffdd00;
    /* border-bottom-left-radius: 6px; */
    /* border-bottom-right-radius: 6px; */
    color: #111;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px;
    transition: all .3s ease-in-out;
    border-radius: 6px !important;
    text-decoration: none;

    }

    .mobile-menu-content .btn-call-us img{
        width:18px;
    }

    .mobile-links ul{
        list-style: none;
        padding: 0 20px;
    }

    .mobile-links ul li{
        display: block;
        border-bottom: 1px solid #f5f5f5;
    }

    .mobile-links ul li:last-child {
        border:none;
    }

    .mobile-links ul li a{
        text-decoration: none;
        font-size: 16px;
        color: #2f2f2f;
        display: block;
        padding: 10px 0;

        position: relative;
    }

    .mobile-links ul li a:after{
     /*   background:url('/assets/menuarrowright2.svg');
        background-size: 100%;
        content: '';
        width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 16px;*/
    }

    .mobile-menu-content .social-links img{
        width: 24px;
    }

    .mobile-menu-content .social-links ul{
    padding: 0 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin: 15px 0;
    }

     .mobile-menu-content .social-links ul li a{
        text-decoration: none;
     }


     .mobile-menu-content .mobile-menu-logo img {
        width: 160px;
    }

     .mobile-menu-content .language-switcher-hidden.animate__animated.hidden{
        display: none;
     }

    .mobile-menu-content .mobile-menu-logo img {
    width: 130px;
    }

   .mobile-menu-content  .mobile-menu-splash {
    background-color: #f1f1f1;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
    }

    .mobile-menu-content .language-switcher-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    }

    .mobile-menu-content .header-switcher-current__flag{
        display: flex;
    align-items: center;
    column-gap: 8px;
    }

   .mobile-menu-content  .language-switcher .header-switcher-current__country img{
        width:12px;
    }

   .mobile-menu-content .language-switcher-open {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    column-gap: 14px;
    }   

    .mobile-menu-content .mobile-menu-splash{
        background: #000;
            padding: 14px 20px 12px 20px;
    
    }

    .mobile-menu-splash .language-switcher{
        display: none;
    }


    .timeline .timeline-block .timeline-element.timeline-element--right span {
    padding-left: 84px;
    width: 280px;
    }

    .timeline .timeline-block .timeline-element span {
    display: block;
    width: 280px;
    }

    .categories-list > div {
    flex: 0 0 100%;
    margin-bottom: 40px;
    }

    .categories-list.subcategories-list > div {
    flex: 0 0 46.098%;
    }
     .sub-category-item > div {
    flex: 0 0 100%;
    padding: 0;

    align-items: flex-start;
    }

    .subcategory-main img{
        width:150px;
    }

    .subcategory-main a{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

    .subcategory-main a span{
        display: block;
 
    }

    .categories-list {
    display: flex;
    column-gap: 36px;
    flex-wrap: wrap;
    margin: 0 0 50px;
    align-items: flex-start;
    }

    .sub-category-item > div.subcategory-secondary {
        padding: 0;
    }

    .subcategory-item {
        margin: 0;
        padding: 15px;
        border-bottom: 3px solid #f1f1f1;
    }

    .subcategory-main{
        border-radius: 0px;
    }

    .subcategory-item:last-child{
        border:none;
    }

    
    .subcategory-main a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    }

    .subcategory-item a {
    color: #2f2f2f;
    text-decoration: none;
    border-bottom: none;
    transition: all .3s ease-in-out;
    font-size: 16px;
    }



    .heading-title h1 {
        font-size: 24px;
        margin: 30px 0;
    }

    .child-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0;
    column-gap: 15px;
    row-gap:20px;
    }

    .child-categories a {
    text-decoration: none;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 8px 10px 8px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #2f2f2f;
    position: relative;
    }


    .breadcrumbs{
        display: none;
    }
}


@media(max-width: 600px){
    .timeline .timeline-block .timeline-element span{
        width:72%;
    }

    .timeline .timeline-block .timeline-element.timeline-element--right span {
    padding-left: 84px;
    width: 72%;
    }

    .categories-list.subcategories-list > div {
    flex: 0 0 100%;
    }

    .catalog .product-related-carousel .product-related-item {
    flex: 0 0 100%;
    }



}

span.error{
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin-top: 5px;
    display: none;
}

span.error.show{
    display: block;
}

.success-contact-message{
        font-weight: bold;
    margin: 50px 0 0;
    font-size: 24px;
}

.tls-image{
    margin:0 auto;
}

.tls-image img{

    border-radius: 6px;
    margin: 30px auto;
    display: block;
}

footer .footer-top .office-phones{
    position: relative;
}

footer .footer-top .office-emails{
    position: relative;
    padding-left: 50px;
}

footer .footer-top .office-phones:before {
content: "";
    width: 32px;
    height: 32px;
    background: url(/assets/footer_phone_white.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: -1px;
    top: 3px;
}

footer .footer-top .office-emails:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(/assets/footer_message.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

footer .office-phones{
    padding-left: 50px;
    margin-bottom: 40px;
}

footer .office-phone{
    margin-bottom: 15px;
}

footer .office-phone a{
        color: white;
    border-bottom: 1px solid white;
    text-decoration: none;
    font-size: 18px;
}

footer .office-email a{
         color: white;
    border-bottom: 1px solid white;
    text-decoration: none;
    font-size: 18px;
}

footer .footer-top .footer-column-title {
    color: #ffdd00;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 35px;
    font-size: 18px;
}

footer {
    background: #212121;
    padding: 50px 0;
}

header .hero .hero-title {
    width: 89%;
    font-size: 46px;
    color: #fff;
    font-weight: 800;
    line-height: 54px;
}

header .hero .hero-description {
    font-size: 27px;
    color: #fff;
    line-height: 34px;
    font-weight: 400;
    width: 55%;
    margin: 40px 0;
}

.video-header{
    height: 730px;
}


.subcategory-item a{
    font-size: 18px;
}

.page-content ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.page-content ul li:before{
    content: "";
    width: 18px;
    height: 4px;
    background: #ffdd00;
    position: absolute;
    left: 0;
    top:10px;
}


@media(max-width: 768px){
    header .hero .hero-title {
    width: 95%;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    line-height: 22px;
    
    }

    .mobile-menu-inner{
        overflow:hidden;
    }

    .mobile-menu-scroll{
            overflow-y: auto;
    padding-bottom: 100px;
    max-height: 80%;
    }

    header .hero .hero-button a {
    padding: 5px 15px 5px 25px;
    }

    header .hero {
    margin: 50px 0;
    }
}


.product-tab-content{
    display: none;
}

.product-tab-content.active{
    display: block;
}

.ee{
    position: relative;
    width: 100px;
    border-radius: 4px;
}

.ee-yellow{
    background: #ffdd003d;
}

.ee-green{
    background: #ffdd003d;
}

.ee-blue{
    background: #ffdd003d;
}

.ee-letter{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    opacity: .9;
    color: #111;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 40px;
    padding-top: 10px;
}

.ee-name{
        font-weight: 800;
    font-size: 12px;
    text-align: center;
    line-height: 10px;
    padding-bottom: 10px;
}

.ee-elements{
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
}

.ee-value{
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid white;
    height: 36px;
    line-height: 36px;
}

.amt-title{
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 20px;
}

.product .attributes-main-left {
    flex: 0 0 33%;
}

.mb50{
    margin-bottom: 30px;
}

.wp-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    column-gap: 20px;
}

.wp-list-item{
    flex:0 0 50px;
}

.wp-list-item img{
    width: 100%;
}

header.white{
    border:none;
}

.attributes-main-right article ul {
    margin:0 0 15px;
}

.product-badges{
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    margin:0 0 25px;
}

.product-badges div {
    flex: 0 0 50px;
    border-radius: 6px;
    background: #f1f1f1;
    padding: 5px 10px;
}

.product-badges img{
    width: 100%
}

.attributes-main .product-attributes {
    margin: 35px 0 15px;
}

.attributes-main-left.fixed{
   
}

.sds-item-file-download{
display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: #ffdd00;
    padding: 8px 14px;
    font-size: 14px;
    color: black;
    font-weight: 600;
    width: 120px;
    transition: all .3s ease-in-out;
}

.sds-item-file-download:hover{
    transform: scale(1.03);
    background: #ffd400;

}

.sds-item {
    padding:20px;
    background: #f1f1f1;
    border-radius: 6px;
    margin-bottom: 20px;
}

.sds-item a{
    display: flex;
    text-decoration: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sds-title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.sds-left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
}

header.white{
    height: 200px;
}

header .header-top-right .header-profile .header-profile-image {
    width: 30px;
    height: 30px;
}

header .header-main .open-menu .catalog-button{
    background: #ffdd00;
}

.product-tabs ul li a.active {
    background: #ffdd00;
    border-radius: 6px;
}

.sds-item-icon img{
    width:32px;
}

.sds-item-file-download img{
    width: 20px;
}

.sds-item-file-download span{
    font-size: 18px;
}


.sds-item-file-name{
    font-weight: 600;
    color:#222;
    font-size: 18px;
}

.product .attributes-main{
    flex-wrap: wrap;
}

.product .attributes-main-right {
    flex: 0 0 58%;
}

@media(max-width: 1500px){
    .product-gallery-item img{width: 137.2px;}
    .categories-list > div {
    flex: 0 0 31.325%;
	}

	.categories-list.subcategories-list > div {
    flex: 0 0 30.898%;
	}

	.sub-category-item > div {
    flex: 0 0 22%;
	}
}

.mobile-breadcrumb{
    display: none;
}


@media(max-width: 768px){


    .product-main-photo {
        flex: 0 0 100%;
    }

    .product-gallery {
    display: none;
        }

        .product-main .product-details{margin-bottom: 0}
        .attributes-main-left{display: none;}

        .ee-elements {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
        }

        .product .attributes-main-content ul li span.attribute-title {
    flex: 0 0 73%;
        }

        .product .attributes-main-content ul li span.attribute-value {
    flex: 0 0 25%;
        }

        .product-tabs ul li {
    display: block;
    flex: 0 0 47%;
    margin-bottom: 15px;
        }

        .product-tabs ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    flex-direction: row;
    justify-content: flex-start; column-gap: 15px;
        }

        .product-tabs ul li a{font-size:13px; padding: 0 16px;}

        .products-tab-content {
    margin: 0 0 50px;
        }

        .product .attributes-main-right{margin-top: 0}
        .sds-item a{row-gap: 10px;}
        .sds-item-file-name {
    font-weight: 600;
    color: #222;
    font-size: 16px;
        }
        .mobile-breadcrumb{
    display: block;
        }

        .mobile-breadcrumb a{
         position: relative;
    display: block;
    text-decoration: none;
    color: #222;
    padding: 7px 10px 7px 45px;
    background: #f1f1f1;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 25px;
        }

        .mobile-breadcrumb a:before{
            content: "";
            width: 22px;
            height: 22px;
            background: url(/assets/breadcrumb-left.svg);
            background-size: 100%;
            position: absolute;
            left: 10px;
    top: 8px;
        }
        .product {
    margin: 30px 0 150px;
        }

        .wp-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
        }
}


.news-content{
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
}

.news-content > .new-one {
    flex: 0 0 31.43%;
    margin-bottom: 90px;
}

.image-cover{
	width:100%;
	height: 260px;
	border-radius: 6px;
	overflow: hidden;
}


.new-title a{
	color:#2f2f2f;
	font-size:20px;
	display: block;
	text-decoration: none;
	    margin-top: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.new-date{
	    color: #828181;
    font-size: 13px;
    font-weight: bold;
}


.fake-select-content{
    display: none;
}

.cso-current{
    display: block;
    background: #f1f1f1;
    border-radius: 6px;
    padding: 10px 20px;
    text-decoration: none;
    color: #2f2f2f;
    position: relative;
    width: 170px;
    font-size: 16px;
        height: 30px;
    line-height: 30px;
}

.cso-current:after{
    content: "";
    width: 12px;
    height: 12px;
    background: url(/assets/arrow-black-4f2189db.svg);
    background-size: 100%;
    position: absolute;
    right: 16px;
    top: 19px;
}


.fake-select-item{
    position: relative;
}

.fake-select-options{
    width: 210px;
}


.fake-select-content.open{
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    width: 210px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 11px 10px #00000005;
    overflow: hidden;
}


.product-options{
    margin-bottom: 20px;
}

.product-options-flex{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between;
}

.product-options-flex > div {
    flex: 0 0 40%;
}


.product-options-title {
    font-size: 16px;
    font-weight: 600;
}


.product-short-description {
    background: #ffdd0029;
    padding: 25px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px;
    letter-spacing: -.2PX;
    width: auto;
}

.product-options-items .product-option a {
    display: block;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    min-width: 70px;
    text-align: left;
    padding: 14px 20px;
    border-radius: 0;
    background: #f0f0f0;
    border-bottom: 1px solid #e4e4e4;
}

.product-options-items .product-option a:hover{
    background: #dfdfdf;
}

.product-options-items .product-option:last-child a{
    border-bottom: none;
}


.product-quantity-cart-content .product-cart.product-ask a {
    background: #ffdd00;
    color: #333;
    width: 178px;
    transition: all .3s ease-in-out;
    font-size: 16px;
}


.product-quantity-cart-content .product-cart a img {
    width: 26px;
}

.apd-content table thead th{
    background: #f1f1f1;
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    line-height: 16px;
}

.apd-content table tbody td{
    background: #fff;
    font-size: 13px;
    text-align: left;
    padding: 10px 15px;
    line-height: 16px;
}

.acb-title{
    font-weight: bold;
    background: #f1f1f1;
    padding: 10px;
    font-size: 14px;
}

.acb-content{
    padding: 10px;
}

.acb-content .acvb{
    margin-bottom: 10px;
}

.apd-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.apd-content{
    margin-top: 0px;
}


.apd-content table{
    margin-bottom: 30px;
    border-spacing: 0;
}

.acvb{
    font-size: 14px;
}


 

.pdr-block-content  ul {
    padding: 0;
    margin: 0px 0 25px;
}

.pdr-block-content ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 15px;
    list-style: none;
}

.pdr-block-content  ul li:before {
    content: "";
    width: 22px;
    height: 4px;
    background: #ffdd00;
    position: absolute;
    left: 0;
    top: 12px;
}

.pdr-block-title{
    font-size: 18px;
    font-weight: 600;
}

.classification-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between;
}

.classification-list > div{
    flex:0 0 29%;
}

.amt-subtitle{
    font-size: 14px;
    color:#777;
    font-weight: normal;
}

.amt-second{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    align-items: center;
}

.amt-second .amt-text{
    flex: 0 0 150px;
    font-size: 16px;
    font-weight: bold;
}

.amt-second .amt-image{
    flex: 0 0 350px;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.amt-second .amt-image img{
    opacity: .8;
    width:100px;
}

.wp-list-item span{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.pdr-no-list{
    margin-bottom: 30px;
}

.search-form-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.search-form-title img{
    margin-top: 5px;
}

.instruction{
    display: none;
}

.instruction.open{
    display: block;
}

.instruction img{
    width:100%;
}

.search-form-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}

.search-form-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 10px;
}

.search-form-content input {
    display: block;
    width: 100%;
    height: 42px;
    background: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    font-family: 'Inter';
}

#search_lot {
    display: block;
    width: 100%;
    color: black;
    background: #ffdd00;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    height: 44px;
    line-height: 44px;
    margin-top: 20px;
    font-size: 18px;
}

.seach-results-text{
    display: flex;
    column-gap: 20px;
}

.seach-results-text div{
        font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}


.search-form-list > div > a{
    flex: 0 0 286px;
    width: 286px;
    border: 2px solid #f1f1f1;
    border-radius: 6px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 8px;
    column-gap: 12px;
    background: #f1f1f1;
    text-decoration: none;
    color:#000;
}

.subtle h2{
    font-size: 14px;
}

.file-one div{
    font-size: 14px;
}


@media(max-width: 1500px){
    .search-form-content input{width: 100%;}
    .search-form-list > div > a{width: 261px; }
}


.the-popup{
	display: none;
}

.js-popup{
    display: none;
}


.the-popup.open{
display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #0000008a;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.js-popup.open{
display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #0000008a;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}


.popup-content .consult-form .subscribe-input {
    width: 92%;
    margin-bottom: 20px;
    position: relative;
}

.popup-content .subscribe-input input {
background-color: #f1f1f1;
    border-radius: 8px;
    display: block;
    padding: 0 15px;
    border: none;
    height: 50px;
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 16px;
}

.popup-container{
	background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    z-index: 999;
}


.js-popup-content{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    z-index: 999;
    position: relative;
}

.js-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-popup-close:hover{
    background: #ffdd00;
}

.popup-header{
	display: block;
	font-size:20px;
	font-weight: 600;
	margin-bottom: 25px;
}

.popup-content .consult-form .subscribe-input img#user_placeholder {
    width: 33px;
    top: 8px;
    right: -20px;
    position: absolute;
}

.popup-content .consult-form .subscribe-input img#phone_placeholder {
    width: 28px;
    top: 12px;
    right: -18px;
    position: absolute;
}


.popup-content .consult-form .subscribe-input img#message_placeholder {
	width: 30px;
    top: 9px;
    right: -19px;
    position: absolute;
}

.popup-content .subscribe-button span{
	    display: block;
    text-align: right;
    width: 100%;
}


.popup-content .subscribe-button img {
    width: 24px;
    position: absolute;
}

.popup-content .subscribe-button a {
    display: flex;
    border-radius: 8px;
    background: #252525;
    text-decoration: none;
    color: #fff;
    padding: 14px 15px;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in;
}

.popup-content textarea{
    background-color: #f1f1f1;
    border-radius: 8px;
    display: block;
    padding: 15px 50px 15px 15px;
    border: none;
    height: 110px;
    width: 333px;
    font-family: Inter, sans-serif;
    font-size: 16px;
}

.js-popup-html img{
    height:100vh;
    margin: 0 auto;
    display: block;
}


@media(max-width: 600px){

	.cso-current{
		width: auto;
	}

	.product-options-flex > div {
    flex: 0 0 100%;
    width:100%;
	}

	.fake-select-options {
    width: 100%;
	}

	.product-options-items{
		display: block;
	}

	.popup-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    z-index: 999;
	}


    .search-form-content input {
        width: 100%;
        padding-left: 0;
        text-indent: 15px;
    } 

    .popup-content textarea{
    	width:236px;
    }

    #app.fixed{position: relative;}

    .popup-content .subscribe-input input{width:272px;}
    .fake-select-content.open{
    	z-index: 100;
    	width: 100%;
    }

    

    .news-content > .new-one {
    flex: 0 0 43%;
    margin-bottom: 90px;
	}

    .instruction img{
    width:100%;
}

.search-form-title{margin-top: 20px;}

.search-form-list > div > a {
    width: auto;
    margin-bottom: 10px;
}

.file-one{
    width:100%;
}

.search-form-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 40px;
    flex-direction: column;
        }

        .search-form-content input {
    width: 90%;
        }

       #search_lot {
    display: block;
    width: 100%;
    color: black;
    background: #ffdd00;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    height: 41px;
    line-height: 41px;
    margin-top: 10px;
    border: 2px solid #ffdd00;
        }

        .page-header h1{
            margin: 30px 0 0;
            font-size: 20px;
        }

        .search-form-content input {
    width: 100%;
        }

        header .header-main .header-main-left {
    margin-top: 0;
}

.logo img {
    width: 100%;
}

.logo {
    order: 2;
    margin-left: 10px;
    width: 120px;
    margin-top: 0px;
}


header .header-main .menu-mobile a {
    font-size: 16px;
    margin-top: 0px;
}


.footer-logo img {
    width: 160px;
    display: block;
    margin: 0 auto;
}

footer{
	padding:35px 0;
}

}


.search-content-filter{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 1000px;
}



.search-form{
    width: 970px;
}

.search-filter{
    width: 330px;
    border-radius: 8px;
    padding:20px;
    background: #f7f7f7;
}

.seach-form-select select{
        border: 1px solid #f1f1f1;
    border-radius: 6px;
    height: 40px;
    display: block;
    width: 100%;
    font-family: 'Inter';
    font-size: 16px;
    text-indent: 10px;
}

.seach-form-select{
    margin-bottom: 15px;
}

.search-form-text {
        font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: 19px;
    margin-bottom: 20px;
    padding-top: 10px;
}

#close_hello_popup img{
    width: 20px;
    margin-top: 5px;
}

.popup-container{
    position: relative;
}

#close_hello_popup{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    border-radius: 5px;
    line-height: 30px;
    transition: all .3s ease-in-out;
}

#close_hello_popup:hover{
    background: #ffdd00;
}

.hello-popup .hl{
    font-size: 14px;
    text-align: center;
    margin: 20px;
    line-height: 16px;
}

.hello-popup .popup-header{
    text-align: center;
}

.home-news-photo{
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.hello-popup img{
    width: 150px;
    margin: 0 auto;
    display: block;
}

.home-news .home-news-one a span.news-one-title {
    font-weight: 600;
    color: #373737;
    font-size: 16px;
    line-height: 20px;
    display: block;
    min-height: 60px;
}


.home-news .home-news-one a span.news-one-date {
    font-size: 14px;
    font-weight: 600;
    color: #b9b9b9;
    margin: 15px 0;
}

.section-our-products .our-products-title .our-products-header,.section-our-products .our-products-title{
    align-content: center;
    flex-direction: column;
}

.section-our-products .our-products-title .our-products-header span {
    font-weight: bold;
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.section-our-products .our-products-title .our-products-header img {
    width: 50px;
    opacity: 1;
}

.section-our-history .our-history-title h3 {
    font-size: 36px;
    font-weight: 700;
    color: #444;
    display: block;
    text-align: center;
    margin: 100px 0 80px;
}

.section-our-history .our-history-title h3 span{
    color:#000;
}

.section-our-products .products-carousel .home-product-carousel-item a span {
    font-size: 19px;
    color: #222;
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 15px 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.categories-list > div {
    flex: 0 0 31.125%;
}


.sft-subtitle{
        font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 0 20px;
}


.section-our-products .products-carousel .home-product-carousel-item{
    flex: 0 0 23%;
}


@media(max-width: 1500px){
    .categories-list > div {
    flex: 0 0 30.825%;

    }
}

@media(max-width: 768px){
    .categories-list > div {display: block;
    width: 100%;
    flex: 0 0 100%;}
}

@media(max-width: 600px){
	.page-header h1 {
	    margin: 30px 0 30px;
	    font-size: 20px;
	}

    .section-our-history .our-history-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #444;
    display: block;
    text-align: center;
    margin: 50px 0;
    }

    .section-our-products .our-products-title .our-products-header span {
    font-weight: bold;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
    }

    .section-our-products .our-products-title .our-products-header img {
    width: 36px;
    opacity: 1;
    }

    header .hero .hero-description {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    margin: 40px 0;
    }

    .video-header {
    height: 460px;
    }

    header .hero {
    margin: 35px 0;
    }

    header .hero .hero-title {
    width: 95%;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    line-height: 20px;
    }

    .hello-popup .popup-header{
        font-size: 16px;
    }

    header.white .site-logo{
        margin-top: -5px;
    }

    .search-filter{
        margin-bottom: 30px;
    }

    .search-form-content{
        margin-bottom: 10px;
    }
    .search-content-filter{
        min-height: auto;
    }
}

.site-logo {
    width: 300px;
    margin-top: 20px;
    margin-left: -3px;
}


header .header-main .open-menu .catalog-button {
    background: #f8b425;
    color: #111;
    border: 4px solid #f8b425;
}


header .header-main .open-menu .catalog-button:before {
    opacity: 0.4;
}

header .hero .hero-title span {
    color: #f8b425;
}


header .header-top-right .header-cart a span{
    background: #f8b425;
}

header .hero .hero-button a:hover {
    background: #f8b425;
    border-color: #f8b425;
    color: #111;
    font-weight: 600;
}


header .header-top-right .header-phone a.btn-call-us{
    background: #f8b425;
}

header .header-top-right .header-profile .header-profile-title .header-profile-hidden a:hover {
    background: #f8b425;
    color: white;
    font-weight: 600;
}

.subscribe-outter {
    padding: 100px 0;
    background: #f8b425;
}

.section-subscribe .subscribe-title,
.section-subscribe .subscribe-subtitle,
.section-subscribe .subscribe-socials .subscribe-socials-title{
    color:#fff;
}

.section-subscribe .subscribe-button a{
    background: #111;
    font-size: 16px;
}

.subscribe-subtitle.subscribe-subtitle--right > a {
    text-decoration: none;
    border-bottom: 2px solid #111;
    color: #111;
}

footer .footer-top .footer-column-title{
    color:#f8b425;
}

footer .footer-top .office-phones:before{
    background: url(/assets/footer_phone_white.svg);
    background-size: 100%;
}

footer .footer-top .office-emails:before{
    background: url(/assets/footer_message.svg);
    background-size: 100%;
}

footer {
    background: #111;}


.section-our-history .our-history-scores .history-score .history-score-caption .history-score-count {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

header .header-main .open-menu .catalog-button:hover {
    background: #ffdd00;
    transform: scale(1.03);
    border: 4px solid #ffdd00;
}

.contact-inner{
    display: flex;
    justify-content: space-between;
    margin:50px 0;
}

.cc-phones{
    display: flex;
    column-gap: 30px;
}

.ci-phone a{
   display: block;
    padding: 10px 15px 10px 50px;
    color: #2f2f2f;
    text-decoration: none;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
}

.ci-phone a:before{
    content: "";
    background: url('/assets/poland/phone.svg');
    background-size:100% !important;
    width:24px;
    height: 24px;
    display: block;
    position: absolute;
    left:10px;
    top: 10px;
}

.cc-email a{
   display: block;
    padding: 10px 15px 10px 50px;
    color: #2f2f2f;
    text-decoration: none;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
}

.cc-email a:before{
    content: "";
    background: url('/assets/poland/email.svg');
    background-size:100% !important;
    width:24px;
    height: 24px;
    display: block;
    position: absolute;
    left:10px;
    top: 10px;
}


.contact-form .cf-one{
    margin-bottom: 15px;
}


.header-cart{
    display: none;
}


.contact-form .cf-one input{
    padding: 0 15px;
    color: #2f2f2f;
    text-decoration: none;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    display: block;
    width: 95%;
    font-family: 'Inter', sans-serif;
    height: 44px;
}

.contact-form .cf-one textarea{
    padding: 15px;
    color: #2f2f2f;
    text-decoration: none;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    display: block;
    height: 100px;
    width: 95%;
    font-family: 'Inter', sans-serif;
}

.contact-form .cf-one span{
    display: block;
    margin-bottom: 15px;
}

.cf-one a{
background: #f8b425;
    color: #111;
    border: 4px solid #f8b425;
    display: block;
    height: 50px;
    text-decoration: none;
    border-radius: 7px;
    font-weight: bold;
    width: 40%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-top: 30px;
}


.contact-right{
    overflow: hidden;
    border-radius: 7px;
    flex:0 0 48%;
}

.contact-left{
    flex:0 0 48%;
}


.contact-info{
    margin-bottom: 30px;
}


.cc-messengers a{
    width:50px;
    height: 50px;
    display: flex;
    align-items:center;
    justify-content: center;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
}

.cc-messengers img{
    width: 30px;
}

.cc-messengers{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.ccm-title{
    font-weight: 600;
    font-size: 18px;
    margin: 25px 0;
}
.cf-title{
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 30px;
}

.cc-email{
    width: 220px;
    margin: 25px 0;
}

.contact-form{
    background: #f9f9f9;
    border-radius: 7px;
    padding: 30px;
}

header .header-top-right .header-phone .header-phone-email a {
    color: #333;
    font-size: 17px;
    text-decoration: underline;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
}

header.white{
    height: 180px;
}
.the-nav li a{
    text-transform: uppercase !important;
}

.section-our-products .products-carousel .home-product-carousel-item a span{
    letter-spacing: -.6px;
    line-height: 19px;
}

.js-open-full-history{
    background: #f8b425;
}

.section-our-principles .principles-title span{
    color: #f8b425;
}

.section-subscribe .subscribe-title{
    color: #222;
}

.section-subscribe .subscribe-subtitle{
    color:#fff;
}

.section-subscribe .subscribe-socials .subscribe-socials-title{
    color: #222;
}

footer .footer-top .footer-column-title{
    color: #f8b425;
}


footer .footer-top .footer-logo {
    margin-bottom: 20px;
    margin-top: 30px;
}


footer .footer-top .footer-categories-list ul li a {
    color: #fff;
    border-bottom: 1px solid white;
    text-decoration: none;
    text-transform: uppercase;
}

.success-contact-message {
    font-weight: bold;
    margin: 50px 0 0;
    font-size: 24px;
    color: #222;
}

.product-short-description{background: #ffdd0029;}

.product-tabs ul li a.active{
    background: #f8b425;
}

.product-quantity-cart-content .product-cart.product-ask a{
    background: #f8b425;
}

.sds-item-file-download{
    background: #f8b425 ;
}

article p img{
    float:none !important;
}

.tooltip-overlay {
    width: 100%;
    height: 100%;
    background: #00000029;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2222;
    display: none;
}

.tooltip-overlay.open {
    display: block;
}

.header-top {
    position: relative;
    z-index: 5500;
}

.product-options-flex > div {
    position: relative;
    z-index: 5005;
}

@media(max-width: 600px){
    .site-logo{margin-top: 0}
        .logo {
        order: 2;
        margin-left: 10px;
        width: 170px;
        margin-top: 10px;
    }

    header.white.white {
        height: 74px;
    }

    .product-tabs ul{
        display: block;
    }

    
}


.site-logo {
    width: 240px;
    margin-top: 0;
}

header .header-top-inner .social-links {
    flex: 0 0 150px;
}

header .hero .hero-title {
    width: 90%;
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    line-height: 42px;
}

.header-phone-hidden{
    width: 290px;
}

.header-phone-one {
    width: 196px;
    margin: 3px 0px 3px 40px;
}

header .header-top-right .header-phone .header-phone-email a{
    font-size: 15px;
}

header .header-top-right .header-phone a.btn-call-us{
    font-size: 16px;
}
.header-phone-title{
    font-size: 14px;
    line-height: 16px;
}

header .header-main .open-menu .catalog-button:hover {
    background: #ffd400;
    transform: scale(1.03);
    border: 4px solid #ffd400;
}

.section-our-products .products-carousel .home-product-carousel-item a span{
    font-size: 20px;
    line-height: 20px;
}

.product-quantity-cart-content .product-cart.product-ask a{
    background: #f8b425;
}

.product-tabs ul li a.active {
    background: #f8b425;
}

.product-short-description {
    background: #f8b42529;
}

.ee-yellow, .ee-blue, .ee-green {
    background: #f8b42547;
}

.product-photos{
    position: relative;
}

.fake-select-content.open {
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    width: 210px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 11px 10px #00000026;
    overflow: hidden;
    z-index: 5555;
}

.product-main-photo {
    flex: 0 0 880px;
    width: 880px;
}

.attributes-main-left .product-main-photo{
    width: auto;
}

.pmp-arrows{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.pmp-arrow{
display: flex;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #f8b4256b;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 230px;
    z-index: 100;
    transition: all .3s ease-in-out;
}

.pmp-arrow:hover{
    background:#f8b425; 
}


.pmp-left{
    left:50px;
    transform: rotate(180deg)
}

.pmp-right{
    right: 50px;

}

.header-cart{
    display: block;
}


.cart-side-footer a.checkout{
    background: #f8b425; 
}

.checkout-inner .checkout-flex .checkout-cart-element .checkout-cart-row{
    margin-top: 12px;
}

.checkout-inner .checkout-flex .checkout-cart-content {
    background: #f9f9f9;
}

.checkout-inner .checkout-flex .checkout-cart-element .checkout-cart-row .current-select-value{
    background: #e6e6e6;
}

.checkout-inner .checkout-flex .checkout-totals{
    background: #e4e4e4;
}

.checkout-inner .checkout-flex .checkout-block .checkout-form-row label input {
    text-indent: 15px;
    font-family: 'Inter';
    font-size: 16px;
}

.checkout-error{
    color: #db0f0f;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}


.checkout-inner .checkout-flex .checkout-payment-methods .payment-method a.active i.fake-radio {
    width: 18px;
    height: 18px;
    border: 6px solid #ffffff;
    border-radius: 50px;
    background: #f8b425;
}

.checkout-inner .checkout-flex .checkout-payment-methods .payment-method a i.fake-radio {
    display: block;
    width: 18px;
    height: 18px;
    border: 6px solid #d5d5d5;
    border-radius: 50px;
    background: #ffffff;
}


.contact-inner{
    display: flex;
    justify-content: space-between;
    margin:50px 0;
}

.cc-phones{
    display: flex;
    column-gap: 30px;
}

.ci-phone a{
   display: block;
    padding: 10px 15px 10px 50px;
    color: #2f2f2f;
    text-decoration: none;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
}

.ci-phone a:before{
    content: "";
    background: url('/assets/poland/phone.svg');
    background-size:100% !important;
    width:24px;
    height: 24px;
    display: block;
    position: absolute;
    left:10px;
    top: 10px;
}

.cc-email a{
   display: block;
    padding: 10px 15px 10px 50px;
    color: #2f2f2f;
    text-decoration: none;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
}

.cc-email a:before{
    content: "";
    background: url('/assets/poland/email.svg');
    background-size:100% !important;
    width:24px;
    height: 24px;
    display: block;
    position: absolute;
    left:10px;
    top: 10px;
}

.contact-form .cf-one input{
    padding: 0 15px;
    color: #2f2f2f;
    text-decoration: none;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    display: block;
    width: 95%;
    font-family: 'Inter', sans-serif;
    height: 44px;
}

.contact-form .cf-one textarea{
    padding: 15px;
    color: #2f2f2f;
    text-decoration: none;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    display: block;
    height: 100px;
    width: 95%;
    font-family: 'Inter', sans-serif;
}

.contact-form .cf-one span{
    display: block;
    margin-bottom: 15px;
}

.cf-one a{
background: #f8b425;
    color: #111;
    border: 4px solid #f8b425;
    display: block;
    height: 50px;
    text-decoration: none;
    border-radius: 7px;
    font-weight: bold;
    width: 40%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    margin-top: 30px;
}


.contact-right{
    overflow: hidden;
    border-radius: 7px;
    flex:0 0 52%;
}

.contact-left{
    flex:0 0 44%;
}


.contact-info{
    margin-bottom: 30px;
}


.cc-messengers a{
    width:50px;
    height: 50px;
    display: flex;
    align-items:center;
    justify-content: center;
    border: 1px solid #f1f1f1;
    border-radius: 7px;
}

.cc-messengers img{
    width: 30px;
}

.cc-messengers{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-bottom: 30px;
}

.ccm-title{
    font-weight: 600;
    font-size: 18px;
    margin: 25px 0;
}
.cf-title{
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 30px;
}

.cc-email{
    width: 300px;
    margin: 25px 0;
}

.contact-form{
    background: #f9f9f9;
    border-radius: 7px;
    padding: 30px;
}


.cart-side.open,.cart-side-overlay{
    z-index: 9999;
}

.cart-side-inner{
    z-index: 10000;
}


.tooltip-overlay {
    width: 100%;
    height: 100%;
    background: #00000029;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2222;
    display: none;
}

.tooltip-overlay.open {
    display: block;
}

header.white .site-logo{
    margin-top: 0;
}

.the-popup.open{
    z-index: 6666;
}

.cpc-qv .product-quantity-select-hidden {
    background: #eee;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 116px;
    overflow-y: scroll;
    top: 46px;
    display: none;
}

.cpc-qv{display: block;}


.cart-side-content.blocked{
    opacity: .1;
}

.cart-loader{
    display: none;
}

.cart-image-controls{
    position: relative;
}

.cart-side-inner{
    width: 440px;
}

.cart-product-controls {
    flex: 0 0 230px;
}

.cart-side-product a.mini-cart.minicart-remove{
        position: absolute;
    right: 0;
    top: 0;
    background: #f8b425;
    border-radius: 27px;
    color: black;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Inter';
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.cart-side-product a.mini-cart.minicart-remove:hover{
    background:#ff8900;
}

.cart-side-product a.mini-cart.minicart-remove img{
    margin-top: 6px;
}


.cart-side-product a{
    width: 80%;
}

.cart-side-footer a.checkout.checkout-disabled{
    background: #f0f0f0;
    color: #888;
}



.cart-loader.open {
    display: block;
    position: absolute;
    left: calc((100% - 57px) / 2);
    top: 300px;
}



@media (max-width: 1500px) {
    .categories-list.subcategories-list > div {
        flex: 0 0 100%;
    }
}

.sds-item-file-download{
    width: auto;
}

.sds-item-file-download img {
    width: 20px;
    padding: 0 0 0 15px;
}


.article-package-data table tr:nth-child(odd) td{
    background: #efefef;
    border: 1px solid #fbfbfb;
}

.attributes-main-content table tr:nth-child(odd) td{
    background: #efefef;
    border: 1px solid #fbfbfb;
}

.attributes-main-content table td{
    font-size: 14px;
    padding: 4px;
}

.attributes-main-content table tr:first-child th{
font-size: 14px;
    border: 1px solid #ffffff;
    padding: 9px;
    text-align: left;
    line-height: 13px;
    background: #d4d4d4;
}


.article-package-data table tr:first-child td{
    font-size: 12px;
    border: 1px solid #fbfbfb;
}

.attributes-main-right .pdr-block.mb50 table tr:nth-child(odd) td{
    background: #e3e3e3;
    border: 1px solid #fbfbfb;
    font-weight: bold;
}

.attributes-main-right .pdr-block.mb50 table tr:nth-child(even) td{
    background: #f0f0f0;
    border: 1px solid #fbfbfb;
}


.contact-tabs-dots {display: flex; flex-wrap: wrap; column-gap: 20px; margin-bottom: 30px}
.contact-dot a{padding:5px 10px; background: #efefef; color:#2f2f2f; font-weight: bold; font-size: 18px; border-radius: 8px; text-decoration: none; display: block;}
.contact-dot a.active {background: #f8b425; color:white;}


.cc-email {
    width: 300px;
    margin: 0 0 25px;
}

.contact-tab{display: none;}
.contact-tab.active{
    display: block;
}

@media(max-width: 600px){
    footer .footer-bottom .footer-last-row-left-content {
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
    }

        .product-main .product-options-items .product-option a {
        padding: 15px;
    }

    .fake-select-content.open{width: 100%;}


    /*.product-details .product-options{
        position: relative;
     z-index: 500;
    }*/

    .product-options-flex .product-options:first-child{
        z-index: 6000;
    }


       header .hero .hero-title {
        width: 95%;
        font-size: 16px;
        color: #fff;
        font-weight: 800;
        line-height: 20px;
    }
        header .hero .hero-button {
        width: 230px;
        height: 40px;
        }

        .logo {
        order: 2;
        margin-left: 10px;
        width: 170px;
        margin-top: 0px;
    }

        header.white.white {
        height: 78px;
    }

    .contact-left{flex: 0 0 100%}
    .contact-right{flex: 0 0 100%}
    .contact-inner{flex-direction: column; }
    .cc-phones{flex-direction: column; margin: 30px 0; }
    .cc-phones .ci-phone{margin: 0 0 10px;}

    .product-main-photo{    flex: 0 0 100%;
    width: 100%;}

    .pmp-arrow{top: 110px;}

    .section-our-products .products-carousel .home-product-carousel-item a span {
    font-size: 17px;
    line-height: 16px;
    }

    .section-our-history .our-history-scores .history-score .history-score-caption .history-score-count {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    }

    @media (max-width: 768px) {
    .subcategory-main img {
        width: 120px;
    }



        
    }

    .apd-content table {
    margin-bottom: 30px;
    border-spacing: 0;
    overflow: auto;
    width: 100%;
    display: block;
}

    .product-code-rating {
        row-gap: 8px;
    }

}

.home-news-title{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.all-news-btn{
    display: block;
    /* width: 220px; */
    font-size: 16px;
    color: black;
    text-decoration: none;
    background: #f8b425;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 5px 20px;
}

.home-news-title h2{
    font-size: 30px;
}

@media(max-width: 600px){
    .home-news-title h2 {
    font-size: 18px;
        }

        .all-news-btn {
    display: block;
    /* width: 220px; */
    font-size: 12px;
    color: black;
    text-decoration: none;
    background: #f8b425;
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 5px 9px;
        }
}


@media(max-width: 500px){
    .pmp-arrow{
        width: 42px;
        height: 42px;
    }
    .pmp-arrow img{
        width: 28px !important;
    }

        .pmp-arrow {
        top: 76px;
            }

            .pmp-right {
    right: 25px;
}

            .pmp-left {
    left: 25px;
    transform: rotate(180deg);
}
}


.section-our-products .our-products-title .our-products-header, .section-our-products .our-products-title {
    align-content: center;
    flex-direction: row;
}

.section-our-products .our-products-title .our-products-header span {
    font-weight: bold;
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 0;
}


.section-our-products .our-products-title .our-products-header img {
    width: 36px;
    opacity: 1;
}

#hicon_1{
    width: 16px;
}

#hicon_2{
    width: 28px;
}

.section-our-products .products-carousel .home-product-carousel-item a span {
    font-size: 17px;
    line-height: 17px;
}

.cart-product-controls input.current-quantity {
    width: 22px;
    height: 20px;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: bold;
    text-align: center;
}

.checkout-cart-qnty input.current-quantity {
    width: 22px;
    height: 20px;
    border: none;
    background: #ffffff;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: bold;
    text-align: center;
    border: 2px solid #e9e9e9;
    margin-top: 5px;
}

.cart-product-controls .product-price-value {
    font-size: 17px;
    color: #222;
    font-weight: 800;
    letter-spacing: -.5px;
    margin-top: 10px;
}

.cart-product-controls .cpc-quantity{
    display: flex;
    column-gap: 10px;
}

.cart-side-product a.mini-cart{
width: 26px;
    height: 30px;
    color: white;
    font-size: 16px;
    background: black;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Inter';
}


.phonecall-icon{
    display: none;
}

.pho-span{
    font-weight: bold;
    font-size: 12px;
    color: #555;
    display: block;
    line-height: 12px;
}

.pho-value a{
    font-size: 18px;
    color:#111 !important;
    margin-bottom: 10px;
}

.section-our-products .products-carousel .home-product-carousel-item.hpp-item a{
    padding: 0;
    overflow: hidden;
}

.section-our-products .products-carousel .home-product-carousel-item.hpp-item a img{
    width: 100%;
}


.category-item{
    margin-bottom: 30px;
}


header.white .logo img{
    width:100%;
}


header.white .logo a{
    display: block;
    width: 200px;
}

.certi-flex{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.certi-one{
    flex: 0 0 23.4%;
    margin-bottom: 30px;
}

.certi-one a{
    display: block;
    width: auto;
    padding: 30px 30px 30px;
    background: #efefef;
    border-radius: 10px;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    text-align: center;
}

.certi-one span{
 display: block;
    font-weight: bold;
    min-height: 40px;
    font-size: 18px;
    line-height: 20px;
}

.certi-one a img{
    width: 100%;
}


.certi-flex .file-one{
    display: flex;
    flex: 0 0 23.4%;
    margin-bottom: 20px;
}

.certi-flex  .file-one a {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 12px 0;
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    flex:0 0 100%;
    align-items: center;
}

.certi-flex .file-one div {
    font-size: 14px;
    margin: 0 12px;
}


.blog-flex2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
    font-size: 20px;

}

.blog-flex .blog-photo{
    flex:0 0 30%;
}


.blog-flex .blog-photo img{
    border-radius: 8px;
    width: 100%;
}

.blog-flex .blog-text{
    flex:0 0 65%;
}

@media(max-width: 768px) {
    .blog-flex{flex-direction: column;}
}


@media (max-width: 768px) {
    header.white .header-main .header-main-left {
        margin-top: 0;
    }

    header.white .logo {
        order: 2;
        margin-left: 0;
        width: 140px;
        flex: 0 0 200px;
        margin-top: 0;
    }

        #tab_icon_11 {
        width: 12px;
        margin-left: 8px;
    }

        #tab_icon_22 {
        width: 20px;
        margin-left: 5px;
    }

        #tab_icon_33 {
        width: 16px;
        margin-left: 7px;
    }

    #tab_icon_44{
        width: 22px;
        margin-left: 5px;
    }

    #tab_icon_55{
        width: 17px;
        margin-left: 5px;
    }

    .mobile-contacts .phonecall-icon {
    display: block;
    opacity: 0.5;
    }

    .mobile-menu-content .btn-call-us{
        background: #f8b425;
    }

    .mobile-menu-scroll .header-switcher-current__flag img {
        width: 20px;
        margin-right: 20px;
    }

    .mobile-menu-scroll .header-switcher-current__flag span{
        color: #2f2f2f;
        font-size: 13px;
        font-weight: bold;
    }

        .mobile-menu-content .header-switcher-current__flag {
        display: flex;
        align-items: center;
        column-gap: 8px;
        border-radius: 6px;
        background: #f1f1f1;
        padding: 5px 40px 5px 15px;
        margin-left: 15px;
        margin-top: 15px;
        position: relative;
        }

    .mobile-menu-content .header-switcher-current__flag:after{
        background: url(/assets/arrow-black-4f2189db.svg);
        background-size: 100%;
        width: 12px;
        height: 12px;
        content: "";
        position: absolute;
        right: 14px;
        top: 10px;
    }

    .language-variant {
        border-bottom: 1px solid #f1f1f1;
        margin: 8px 15px;
        padding: 0 0 10px;
    }

    .language-switcher-hidden{
        margin: 15px 0;
    }
    .language-switcher-hidden .language-variant:last-child{
        border: none;
    }

    .language-variant img{
        width: 20px;
    }

    .language-variant a {
        display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #2f2f2f;
    font-size: 14px;
    }

    .header-switcher-hidden__flag{
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-weight: bold;
    }
}

@media(max-width: 600px){
    header .header-main {
        margin-top: 0;
        padding-top: 10px;
    }

    header.white .logo a{
        width: 180px;
    }

    header.white .logo {
        flex: 0 0 180px;
    }

    .menu-mobile{
        margin-top: 5px;
    }
}


.our-products-tab-content{
    position: relative;
}

.h1c-arrows{
    position: absolute;
    width: 100%;
    top: 40%;

}

.h1c-arrows a{
display: block;
    width: 40px;
    height: 56px;
    background: #f8b425;
    border-radius: 8px;
    position: relative;
}

.h1c-arrow-left{
    position: absolute;
    z-index: 100;
    left: -20px;
}

.h1c-arrow-right{
    position: absolute;
    z-index: 100;
    right: -20px;
}

.h1c-arrow-left img{
        width: 20px;
    transform: rotate(90deg);
    position: absolute;
    left: 8px;
    top: 17px;
}

.h1c-arrow-right img{
        width: 20px;
    transform: rotate(-90deg);
    position: absolute;
    right: 8px;
    top: 17px;
}

.section-our-products .our-products-title .our-products-tabs ul li a.our-products-tab--active {
    background: #f8b425;
    color: #222;
}

.section-our-products .our-products-title .our-products-tabs ul {
    border-bottom: 5px solid #f8b425;
}


.checkout-cart-qnty a.mini-cart {
    width: 26px;
    height: 30px;
    color: white;
    font-size: 16px;
    background: black;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Inter';
}

.checkout-cart-qnty .cpc-quantity {
    display: flex;
    column-gap: 10px;
}

.checkout-cart-qnty input.current-quantity{
    margin-top: 0;
}

.checkout-inner .checkout-flex .checkout-cart-element .checkout-cart-row .product-quantity-cart-title{
    margin-bottom: 10px;
}

.checkout-inner .checkout-flex .checkout-cart-element .checkout-cart-row .checkout-cart-price .checkout-cart-title {
    text-align: left;
}

.checkout-inner .checkout-flex .checkout-cart-element .checkout-cart-row .checkout-cart-total {
    margin-top: 0;
    font-size: 18px;
}

.product-options-flex.no-flex{
    display: block;
    margin-bottom: 40px;
}


.product-options-flex.no-flex .cso-current {
    display: block;
    background: #f1f1f1;
    border-radius: 6px;
    padding: 10px 0;
    text-decoration: none;
    color: #2f2f2f;
    position: relative;
    width: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-indent: 20px;
}

.product-options-flex.no-flex .fake-select-item {
    position: relative;
    width: 100%;
}

.product-options-flex.no-flex .fake-select-options {
    width: 100%;
}

.apd-content table{
    width: 100%;
}

.product-options-flex.no-flex > div:first-child{
    z-index: 6000;
}

.checkout-inner .checkout-flex .checkout-block .shipping-method-one a{
    border:3px solid #f1f1f1;
    width: 180px;
}

.checkout-inner .checkout-flex .checkout-block .shipping-method-one a.active{
    border:3px solid #1f1f1f;
    background: #f1f1f1;
    color:#222;
}

#cs_results{
position: absolute;
    top: 90px;
    left: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 7px 15px #efefef;
    width: 366px;
    max-height: 200px;
    overflow-y: auto;
}


#cs_results::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

#cs_results::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the scrollbar track */
  border-radius: 10px;
}

#cs_results::-webkit-scrollbar-thumb {
  background: #222; /* Color of the scrollbar thumb */
  border-radius: 10px;
}


.checkout-shipping-methods{
    position: relative;
}


#cs_results ul {
    padding: 10px;
    margin: 0 15px;
}

#cs_results ul li{
    list-style: none;
}


#cs_results ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #2f2f2f;
}

#cs_results .secondary-city-result {
    font-size: 14px;
    display: flex;
    column-gap: 5px;
}

#cs_results .main-city-result{
    font-weight: 600;
}



#cs_results2 ul {
    padding: 10px;
    margin: 0 15px;
}

#cs_results2 ul li{
    list-style: none;
}


#cs_results2 ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #2f2f2f;
}

#cs_results2 .secondary-city-result {
    font-size: 14px;
    display: flex;
    column-gap: 5px;
}

#cs_results2 .main-city-result{
    font-weight: 600;
}




.checkout-inner .checkout-flex .checkout-block .checkout-form-row label span {
    margin-bottom: 5px;
}

#cs_results ul li a{
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}


#cs_results ul li:last-child a{
    border:none;
}


#cs_results2 ul li a{
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}


#cs_results2 ul li:last-child a{
    border:none;
}


#departments{
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    border-radius: 4px;
    border: none;
    font-family: 'Inter';
    text-indent: 14px;
    font-size: 16px;
}

header .header-top-inner .social-links ul li {
    list-style: none;
    display: block;
    height: 24px;
}

.sds-item-file-download span {
    font-size: 15px;
}


@media(max-width: 800px){
    .certi-one {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .certi-flex .file-one {
    display: flex;
    flex: 0 0 100%;
    margin-bottom: 20px;
    width: 100%;
    }
}


@media (max-width: 500px) {
    .mobile-contacts .phonecall-icon {
        display: none;
        opacity: 0.5;
    }
}




.mp-list ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    padding:0;
    margin:0 0 30px;
}

.mp-list ul li a{
    display: block;
    padding: 10px 20px;
    background: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    color:#2f2f2f;
}

.mp-list ul li a.active{
    background: #f8b425;
}

.mp-content .login-form label span{
    display: flex;
}

.mp-content button{
    margin: 40px auto 0;
    display: block;
    background: #f8b425;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-family: 'Inter';
    font-weight: bold;
    font-size: 18px;
}

.mp-form .login-form {
    width: 100%;
    margin: 0px auto;
    background: #f5f5f5;
    padding: 0 0 40px;
    border-radius: 12px;
}

.mp-form .login-form .single-fields, .mp-form .login-form .company-fields, .mp-form .login-form .regular-fields{
    padding:40px 40px 0;
}

.login-form label .error-field{
        font-weight: bold;
    font-size: 14px;
    margin: 5px 0 10px;
    color: #dc1818;
}


.header-account{

}

.header-account a{
    display: flex;
    align-items: center;
    color:white;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    column-gap: 15px;
}

.header-account.black a{
    color:#2f2f2f;
}

.header-account img{
    width: 30px;
}

header .header-top-inner .header-top-left {
    column-gap: 40px;
}

.no-address{
    margin:30px 0;
    font-size: 16px;
    min-height: 300px;
}

.no-address-msg{
    margin-bottom: 40px;
}

.no-address a{
    text-decoration: none;
    color: black;
    background: #f8b425;
    padding: 12px 15px;
    border-radius: 8px;
    font-family: 'Inter';
    font-weight: 600;
    margin: 10px 0;
}


.mp-form.mp-address .login-form {
    width: auto;
    margin: 70px auto;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 12px;
}

.login-form select{
    display: flex;
    flex: 0 0 100%;
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px;
    margin: 5px 0px;
    font-size: 18px;
    font-family: 'Inter';
}


.login-form textarea{
    display: flex;
    flex: 0 0 100%;
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px;
    margin: 5px 0px;
    font-size: 18px;
    font-family: 'Inter';
}

.login-form  span.sm{
   font-weight: bold;
    font-size: 12px;
    color: #555;
    margin-left: 5px;
}

.login-form  span.ssm{
   display: flex;
   align-items: baseline;
}


 .mp-content .mp-address button {
    margin: 30px auto 100px;
    display: block;
    background: #f8b425;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-family: 'Inter';
    font-weight: bold;
    font-size: 18px;
}


.mp-content label{
    position: relative;
}

.mp-content #cs_results2 {
    position: absolute;
    top: 128px;
    left: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 7px 15px #efefef;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 100;
}


.address-one{
	display: flex;
	padding: 15px 25px;
	border-radius: 8px;
	background: #f5f5f5;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}


.address-method img{
	width: 150px;
	margin-top: 5px;
}


.address-info{
	width: 40%
}

.address-info .ai-one.city{
	font-size: 16px;
	color:#111;
	font-weight: bold;
	margin-bottom: 5px;
}

.address-info .ai-one.department{
	font-size: 14px;
	color:#333;
	line-height: 14px;
}

.address-info .ai-one.address{
	font-size: 14px;
	color:#333;
	line-height: 14px;
}

.address-info .ai-one.comment{
	font-size: 12px;
	color:#333;
}


.address-actions a {
	text-decoration: none;
	border-bottom:2px solid #111;
	color:#111;
	font-size: 16px;
	font-weight: bold;
}

.address-actions{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
	margin-right: 15px;
}


.address-one{
	margin-bottom: 20px;
}

.address-list{
	min-height: 300px;
}

.order-one{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 8px 20px;
    margin-bottom: 20px;
    font-size: 14px;
}


.orders-headers{
    padding: 8PX 20PX;
}

.order-one .order-id, .oh-item-id{
    flex:0 0 10%;
}


.order-status-1{
 background: #6fb316;
    border-radius: 4px;
    padding: 4px 12px;
    color: white;
    width: auto;
    display: inline;
}

.order-one .address-method, .oh-item-shipping{
    flex:0 0 15%;
}

.order-one .order-payment, .oh-item-payment{
    flex:0 0 15%;
}

.order-one .order-status, .oh-item-status{
    flex:0 0 15%;
    font-size: 14px;
}

.order-one .order-total, .oh-item-summ{
    flex:0 0 15%;
}

.order-one .order-date, .oh-item-date{
    flex:0 0 15%;
}

.order-action a{
    text-decoration: none;
    font-size:14px;
    font-weight: bold;
    border-bottom: 2px solid #2f2f2f;
    color: #2f2f2f;
}


.order-one .address-method img{
    width: 80px;
}

.orders-headers{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.oh-item{
    font-size: 14px;
    font-weight: bold;
    color: #4f4f4f;
}


.order-product-item{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}


.order-product-item .product-image{
    width: 200px;
}

.order-product-item .product-image img{
    width: 100%;
}


.mp-content .mp-right{
    flex:0 0 30%;
}

.mp-content.flex{
display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 40px;
    border-top: 4px solid #f1f1f1;
    padding-top: 40px;
    min-height: 600px;
}


.mp-content .mp-title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.mp-content .product-name a{
    font-size: 16px;
    text-decoration: none;
    color:#2f2f2f;
}

.order-product-item .product-total{
    font-size: 18px;
    font-weight: bold;
    color:#2f2f2f;
    margin-top: 15px;
}

.order-product-item .product-quantity{
    font-size: 14px;
    color:#5f5f5f;
}

.cubl-title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}


.cubl-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:10px 0;
    border-bottom: 1px solid #f1f1f1;
    width: 400px;
}


.customer-block .cubl-content:last-child{
    border:none;
}

.mp-left {
    display: flex;
    flex-wrap: wrap;
    column-gap: 90px;
}

.mp-left > div{
    flex: 0 0 40%;
}

.cubl-content .cc-value{
    width: 50%;
}

.mp-subtitle{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
}

.mp-subtitle .payment-method span{
     background: #747474;
    border-radius: 4px;
    padding: 4px 12px;
    color: white;
    width: auto;
    display: inline;
}

.mp-list{
    margin: 40px 0 0;

}

.order-one-page h1{
    margin-bottom: 10px;
}

.order-total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
}

.mp-title h1{
    font-size: 24px;
}

.btn-add-address{

    padding: 10px 20px;
    background: #f8b425;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    color: #2f2f2f;
    margin-top: 30px;
}


.no-address-button{
    margin-top: 30px;
}


.mp-form.address-list{
    min-height: 400px;
    padding-bottom: 150px;
}

#customer_addresses {
    width: 100%;
    height: 44px;
    background: #f1f1f1;
    border-radius: 4px;
    border: none;
    font-family: 'Inter';
    text-indent: 14px;
    font-size: 14px;
    margin-bottom: 15px;
}

.ca-title{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.checkout-block-rows .spacer{
    padding-top: 15px;
    border-top: 5px solid #f1f1f1;
     font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.company-fields span span.required{
    color: red;
}

@media(max-width: 600px){
    #conditions_properties div img{
        width: 100%;
    }

    .section-our-products .products-carousel.materials .home-product-carousel-item.hpp-item a img {
    width: 35%;
    }

    .section-subscribe .subscribe-right{
    width: 100%;
}
}


.section-our-principles .principles-content .principle-one .principle-caption .principle-one-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 15px;
}

.section-our-history .our-history-scores .history-score .history-score-caption .history-score-count {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}

.section-our-history .our-history-scores .history-score .history-score-caption .history-score-title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 16px;
}