/*
Theme Name: Erizo
Author: Erizo.pl
*/

:root{
    --primary-color:#7d7d7d;
    --second-color: #f6f6f6;
    --primary-bg-color:#fff;
	--second-bg-color:#df4311;
    --font-color: #1d1d1d;
    --small-padding: 75px;
    --big-padding: 150px;
    --font-size-1: 90px;
    --font-size-2: 60px;
    --font-size-3: 40px;
    --font-size-4: 30px;
    --font-size-5: 20px;
    --font-size-6: 18px;
    --font-size-7: 16px;
    --font-size-8: 14px;
    --font-size-9: 12px;
    --def-shadow: 8px 8px 24px 0px rgb(0 0 0 / 2%);
}
*:focus{outline: none;}
html{overflow-x: hidden;}
body{
    margin: 0;
    padding: 0;
    background-color: var(--primary-bg-color);
    position: relative;
    overflow-x: hidden;
    color: var(--font-color);
    font-size: var(--font-size-7);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.second-bg{
    background-color: var(--secondary-bg-color);
}
.color-bg{
    background-color:var(--primary-color);
}
form *{
    font-family: 'Montserrat', sans-serif!important;
}
.desc ul {
    list-style-image: url('./img/list-img.png');
	padding: 0;
    padding-left: 17px;
    margin-left: 15px;
}
.desc ul li {
    position: relative;
    margin-top: 15px;
    padding-left: 5px;
    line-height: 1.1;
    text-align: left!important;
}
.desc ul li:first-child{
	margin-top: 0;
}
img{
    max-width: 100%;
    display: block;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
}
a{
    text-decoration: none;
    color: var(--font-color);
    transition: .3s;
}
a:hover{
    color: #000;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    line-height: 1.2;
    color: var(--font-color);
}

h1{
    font-size: var(--font-size-2);
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1; 
    letter-spacing: 2px;
}
h2{
    line-height: 0.9;
    margin-bottom: 60px;
    font-size: var(--font-size-2);
    font-weight: 400;
    letter-spacing: 2px;
}
h2 span{
    text-shadow: -1px 0px 0px var(--primary-color), 1px 0px 0px var(--primary-color), 0px -1px 0px  var(--primary-color), 0px 1px 0px  var(--primary-color);
    color: #fff;
    mix-blend-mode: multiply;
}

h3{
    font-size: var(--font-size-3);
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
h1 i, h2 i, h3 i,h4 i, h5 i,h6 i{
    color: var(--color-2);
}
h4{
    font-size: var(--font-size-4);
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
h5{
    font-size: var(--font-size-5);
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: 1.2px;
}
h6{
    font-weight: 400;
    font-size: var(--font-size-6);
    margin-bottom: 25px;
}
.font-size-8 *{
    font-size: var(--font-size-8);
}
.font-size-4 *{
    font-size: var(--font-size-4);
}
.lh1,
.lh1 *{
    line-height: 1!important;
}


.line-title{
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.line-title::after{
    width: 330px;
    background-color: var(--font-color);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    max-width: 100%;
    content: "";
}


.font-xxl{
    font-size: var(--font-size-1);
    line-height: 1.2;
}
.small-ls{
    letter-spacing: -1px;
}
.ls-xxl{
    letter-spacing: 10px;
}

.container{
    width: 100%;
}

@media screen and (min-width:1600px){
    .container{
        max-width: 1440px;
    }
}
@media screen and (max-width:1599px){
    .container{
        max-width: 1350px;
    }
}
@media screen and (max-width:1499px){
    .container{
        max-width: 1300px;
    }
}
@media screen and (max-width:1399px){
    .container{
        max-width: 1250px;
    }
}
@media screen and (max-width:1299px){
    .container{
        max-width: 1150px;
    }
}
@media screen and (max-width:1199px){
    .container{
        max-width: 950px;
    }
}
@media screen and (max-width:1099px){
    .container{
        max-width: 900px;
    }
}

@media screen and (max-width:991px){
    .container{
        padding: 0 30px;
    }
}
@media screen and (max-width:767px){
    .container{
        padding: 0 15px;
    }
}

section{
	padding:var(--small-padding) 0;
    position: relative;
}
.desc *{
    color: var(--font-color);
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 1px;
}
.desc *~*{
    margin-top: 15px;
}
.desc h1 + p,
.desc h2 + p,
.desc h3 + p,
.desc h4 + p,
.desc h5 + p,
.desc h6 + p{
    margin-top: 15px;
}

.white-text,
.white-text *{
	color: #fff;
}
.white-text p{
    color: #fff;
}
.dark-color, 
.dark-color *{
    color: var(--font-color);
}
.grey-color,
.grey-color *{
    color: var(--color-3);
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-dots li{
	width: 16px;
	height: 16px;
	margin: 0;
    margin-left: 30px;
}
.slick-dots li button{
	width: 16px;
	height: 16px;
}
.slick-dots li button:before{
    content: "";
    border: 2px solid #000;
    border-radius: 50px;
    width: 16px;
    height: 16px;
}
.slick-dots li.slick-active button:before{
    background: #000;
}
.slick-dots{
	position: relative;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
/* mg */
.m0{
    margin: 0;
}
.mt5{
    margin-top: 5px;
}
.mt30{
	margin-top:30px;
}
.mt45{
	margin-top:45px;
}
.mt60{
	margin-top: 60px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb45{
    margin-bottom: 45px;
}
.mb60{
    margin-bottom: 60px;
}
.mb75{
    margin-bottom: 75px;
}
.mb90{
    margin-bottom: 90px;
}
.mb120{
    margin-bottom: 120px;
}
.m0{
    margin: 0;
}
.pb45{
    padding-bottom: 45px;
}
.pb60{
    padding-bottom: 60px;
}
/* font weight */
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw900{
    font-weight: 900;
}
.ttu{
    text-transform: uppercase;
}
.dpt{
	padding-top: var(--big-padding);
}
.dpb{
	padding-bottom: var(--big-padding);
}
.dp{
	padding: var(--big-padding) 0;
}
.black-font,
.black-font *{
    color: #000;
}

/*def*/
.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.wrapper-flex{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.wrapper-flex .content{
    width: 100%;
}
.main-img{
	width: 100%;
}
.main-img img{
    width: 100%;
}
.bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg.contain{
    background-size: contain;
}
.bg.bg-left{
    background-position: center left;
}
.space-between{
    justify-content: space-between;
}
.aic{
    display: flex;
    align-items: center;
}
.text-center{
    text-align: center!important;
}
.text-center *{
    text-align: center!important;
}
.text-right{
    text-align: right;
}
.text-justify{
	text-align: justify;
}
.rel{
    position: relative;
    z-index: 0;
}
.abs-inset0{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.z10{
    z-index: 10;
}


.page-loader-main {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100000000;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    transition: .7s;
}
.page-loader-main img {
    animation: loaderimg 0.5s infinite;
    animation-direction: alternate;
    animation-timing-function:ease-in;
    transition: opacity .2s;
}
.page-loader-main img{
    width: 250px;
    max-width: 75%;
}
.page-loader-main.loaded img{
    opacity: 0;
}
.page-loader-main.loaded{
    width:0%;
}
@keyframes loaderimg {
    from {transform: scale(1.1);}
    to {transform: scale(1.0);}
}


.ellipse-bg-1 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./img/ellipse-1.png');
}
.ellipse-bg-2 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./img/ellipse-2.png');
}
.ellipse-bg-3 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./img/ellipse-3.png');
}
.ellipse-bg-4 {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./img/ellipse-4.png');
}
.ellipse-bg-5 {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./img/ellipse-5.png');
}
.ellipse-bg-6 {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('./img/ellipse-6.png');
}
.w100{
    width: 100%;
}
.h100{
    height: 100%;
}

.def-btn a{
    display: inline-block;
    padding: 33px 90px;
    background-color: var(--font-color);
    border: 2px solid var(--font-color);
    color: #fff;
    font-size: var(--font-size-7);
    transition: .3s;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.def-btn a:hover{
    background-color: transparent;
    color: var(--font-color);
}
.border-btn a{
    background-color: transparent;
    color: var(--font-color);
}
.border-btn a:hover{
    background-color: var(--font-color);
    color: #fff;
}
.nl-btn a {
    font-weight: 400;
    font-size: var(--font-size-7);
    color: var(--font-color);
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
.nl-btn a::after {
    position: absolute;
    transition: .3s;
    width: 25%;
    background-color: var(--font-color);
    height: 2px;
    content: "";
    left: 0;
    bottom: 0;
}
.nl-btn a:hover::after {
    width: 100%;
}
/* start */
section.main-banner{
    padding-top: 0;
}
section.main-banner .banner-img-bg{
    width: 100%;
    padding-top: 120%;
    background-size: contain;
}
section.mission-offer-desc .mission-img-1{
    width: calc(100% + 15px);
    padding-top: 122.5%;
    margin-bottom: 120px;
}
section.mission-offer-desc .mission-img-2{
    position: absolute;
    top: 120px;
    right: 0;
    width: 43%;
    bottom: 0;
}
section.mission-offer-desc .mission .wrapper{
    margin-bottom: 180px;
}
section.mission-offer-desc .offer{
    padding: 90px 0;
}
section.mission-offer-desc .offer-img{
    position: absolute;
    bottom: -90px;
    left: 15px;
    right: 15px;
    top: -300px;
}
section.distinctions .icons-box .icon-item{
    margin-top: 30px;
}
section.distinctions .icons-box .icon-item img{
    height: 65px;
    object-fit: contain;
    margin: 0 auto 30px;
}
section.cta .border-btn a{
    margin-top: 60px;
}
section.cta .abs-title{
    position: absolute;
    bottom: 96%;
    right: 120px;
    z-index: -1;
}
section.cta .abs-title h2{
    font-size: 140px;
    letter-spacing: 10px;
    line-height: 0.7;
}
section.text-abs-img .abs-img{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 49%;
}
section.text-abs-img .abs-img.abs-right{
    right: 0;
}
section.text-abs-img .abs-img.abs-left{
    left: 0;
}
section.text-abs-img .def-btn a{
    margin-top: 60px;
}
section.white-label .abs-img{
    top: -90px;
}
section.white-label .wrapper{
    padding: 15px 0;
}
section.home-contact .wrapper{
    padding: 90px 0;
}
section.home-contact .def-btn a{
    margin: 60px 0;
}
section.about-us .companies{
    margin-top: 15px;
}
section.about-us .companies .company-box{
    margin-top: 45px;
}
section.about-us .companies .company-box img{
    object-fit: contain;
    height: 95px;
    margin: 0 auto 30px;
}
section.about-contact .def-btn a{
    margin-top: 60px;
}
section.cta.cosmetics-cta{
    padding-bottom: 170px;
    padding-top: 90px;
    background-color: #fdfdfd;
    background-position: left top;
    background-size: contain;
}
section.tubes-offer .offer-box{
    margin-bottom: 30px;
    text-align: center;
}
section.tubes-offer .offer-box img{
    height: 65px;
    object-fit: contain;
    margin: 0 auto 30px;
}
section.tubes-offer .def-btn a{
    margin-top: 30px;
}
section.main-contact .contact-desc{
    margin-bottom: 60px;
}
section.with-wrap .wrapper{
    padding: 90px 0;
}

._form .text-input{
    font-size: var(--font-size-7);
    color: var(--font-color);
    display: block;
    margin-bottom: 20px;
}
._form .text-input input,
._form .text-input textarea{
    font-size: var(--font-size-7);
    color: var(--font-color) ;
    border: 2px solid #d6d6d6;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 20px;
    margin-top: 10px;
    transition: .3s;
    padding: 18px 15px;
    background-color: transparent;
}
._form .text-input input:focus,
._form .text-input textarea:focus{
    border-color: var(--font-color);
}
._form .text-input textarea{
    height: 230px;
    resize: none;
}
._form p{
    margin: 0;
}
._form br{
    display: none;
}
._form button{
    background-color: var(--font-color);
    color: #fff;
    font-size: var(--font-size-7);
    padding: 10px 20px;
    -webkit-appearance: none;
    cursor: pointer;
    border: 2px solid var(--font-color);
    transition: .3s;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 18px 104px;  
}
._form button:hover{
    background-color: transparent;
    color: var(--font-color);
}


footer{
    background-color: var(--second-bg-color);
    padding: 55px 0;
}
footer .title{
    font-size: var(--font-size-8);
}
footer .footer-logo img{
    width: 350px;
    margin: 0 auto 15px;
}
footer .companies .company-box {
    margin-top: 30px;
    text-align: center;
}
footer .companies .company-box img {
    height: 95px;
    object-fit: contain;
    margin: 0 auto 25px;
}
footer .companies .company-box .title{
    margin-bottom: 15px;
}
footer .companies .company-box .desc *{
    font-size: var(--font-size-8);
}
footer .footer-contact-info + .footer-contact-info{
    margin-top: 15px;
}
footer .footer-contact-info .flex-contact{
    display: flex;
    flex-wrap: wrap;
}
footer .info-col-1,
footer .info-col-2,
footer .info-col-3,
footer .info-col-4{
    display: inline-flex;
    margin: 0;
    padding: 0 15px;
}

footer .info-col-1{
    min-width: 17%; 
    width: 17%;   
}
footer .info-col-2{
    min-width: 33%;
    width: 33%;
}
footer .info-col-3{
    min-width: 20%;
    width: 20%;
}
footer .info-col-4{
    min-width: 30%;
    width: 30%;
}

footer .footer-socials {
    display: flex;
    list-style: none;
    margin: 45px 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}
footer .footer-socials li{
    padding: 0 15px;
}
footer .footer-socials li a i{
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
footer .footer-socials li a i.facebook{
    background-image: url('./img/facebook.png');
}
footer .footer-socials li a i.location{
    background-image: url('./img/location.png');
}
footer .footer-menu ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}
footer .footer-menu ul li{
    padding: 0 12px;
    position: relative;
    line-height: 1;
}
footer .footer-menu ul li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    content: "";
    background-color: #fff;
}
footer .footer-menu ul li:last-child::after{
    display: none;
}
footer .footer-menu ul li a{
    text-transform: uppercase;
    font-size: var(--font-size-9);
}
footer a:hover{
    color: #fff;
}



@media screen and (max-width: 1599px) {
    :root{
        --font-size-1: 82px;
    }
}

@media screen and (max-width: 1399px) {
    :root{
        --font-size-1: 75px;
        --font-size-2: 56px;
    }
    section.cta .abs-title h2{
        font-size: 100px;
    }
    .def-btn a{
        padding: 25px 80px;
    }
    section.mission-offer-desc .mission-img-2{
        width: 41%;
    }
}
@media screen and (max-width:1299px){
    :root{
        --font-size-1: 68px;
        --font-size-2: 54px;
    }
}
@media screen and (max-width:1199px){
    :root{
        --font-size-1: 52px;
        --font-size-2: 48px;
        --font-size-3: 38px;
        --font-size-4: 28px;
    }
    .font-xxl{
        line-height: 1.1;
    }
    .def-btn a {
        padding: 20px 65px;
    }
    section.mission-offer-desc .offer-img{
        top: 0;
    }
    section.mission-offer-desc .mission .wrapper{
        margin-bottom: var(--small-padding);
    }
    section.mission-offer-desc .offer,
    section.home-contact .wrapper{
        padding: var(--small-padding) 0;
    }
    section.mission-offer-desc .offer-img{
        bottom: calc(var(--small-padding) * -1);
    }
    section.cta .abs-title{
        bottom: 98%;
    }
    section.cta .abs-title h2{
        font-size: 85px;
    }
    section.cosmetics-cta {
        background-image: none!important;
    }
    section.text-abs-img.cosmetics .abs-img{
        top: 0;
    }
    section.cta.cosmetics-cta{
        padding: var(--small-padding) 0;
    }
    section.white-label .wrapper{
        padding: 0;
    }
    section.cosmetics-tubes-offer {
        padding-top: var(--small-padding);
    }
    section.cosmetics-tubes-offer img.img{
        margin-top: 45px;
    }
    section.solutions {
        padding-bottom: var(--small-padding);
    }
    section.cosmetics .wrapper {
        padding: 0;
    }
    section.tubes-offer{
        padding-top: var(--small-padding);
    }
    footer .footer-contact-info span{
        display: block;
    }
    footer .footer-contact-info span + span{
        margin: 10px 0 0;
    }
    footer .info-col-1,
    footer .info-col-2,
    footer .info-col-3,
    footer .info-col-4{
        min-width: 100%;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:991px){
    :root{
        --small-padding: 60px;
        --big-padding: 120px;
    }
    * {
        text-align: center;
    }
    h2{
        margin-bottom: 45px;
    }
    h2 br{
        display: none;
    }
    
    section.single-blog .single-img{
        margin-top: 45px;
    }
    section.main-banner .wrapper{
        padding: 45px 0;
    }
    section.main-banner .banner-img-bg{
        padding-top: 50%;
    }
    section.mission-offer-desc .mission-img-2{
        display: none;
    }
    section.mission-offer-desc .mission-img-1,
    section.mission-offer-desc .offer-img{
        width: 100%;
        padding-top: 110%;
        position: relative;
        margin-bottom: 0;
        right: 0;
        left: 0;
    }
    section.mission-offer-desc .offer-img{
        margin-top: 45px;
    }
    section.mission-offer-desc .offer{
        padding-bottom: 0;
    }
    section.white-label .wrapper{
        padding: var(--small-padding) 0 0;
    }
    section.text-abs-img .abs-img{
        position: relative;
        top: 0;
        bottom: 0;
        width: 100%;
        padding-top: 65%;
        margin-top: 45px;
    }
    section.text-abs-img .def-btn a,
    section.cta .border-btn a{
        margin-top: 45px;
    }
    section.home-contact .def-btn a{
        margin: 45px 0;
    }
    section.cta{
        padding: var(--small-padding) 0;
    }
    section.cta .abs-title{
        display: none;
    }
    section.home-contact{
        padding-top: var(--small-padding);
    }
    section.home-contact .wrapper{
        padding: 0;
    }
    section.cosmetics .wrapper {
        padding: 0;
    }
    section.main-contact .contact-desc{
        margin: 45px 0;
    }
    section.with-wrap .wrapper{
        padding: 0;
    }
}
@media screen and (max-width:767px){
    :root{
        --font-size-1: 32px;
        --font-size-2: 32px;
        --font-size-3: 28px;
        --font-size-4: 26px;
    }
    body{
        font-size: var(--font-size-8);
    }
    .nl-btn a{
        font-size: var(--font-size-8);
    }
    .def-btn a{
        font-size: var(--font-size-8);
        padding: 17px 60px;
    }
    section.main-banner .banner-img-bg{
        padding-top: 75%;
    }
    footer .companies .company-box img{
        height: 60px;
    }
    footer .footer-menu ul{
        flex-direction: column;
    }
    footer .footer-menu ul li::after{
        display: none;
    }
    footer .footer-menu ul li{
        padding: 5px 0;
    }
}
/* ===================== */
/* HEADER */
/* ===================== */
/* ===================== */
/* ===================== */

.header-container{
    margin: auto;
    padding: 0 45px;
    width: 100%;
}

@media screen and (min-width: 1750px){
    .header-container{
        max-width: 1680px;
    }
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
	transition: .5s;
    background-color: #fff;
}
header nav{
    transition: .3s;
}
header.color-header{
	box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 6%);
}


header .main-logo img{
    width: 450px;
    max-width: 100%;
}

@media screen and (min-width:1200px) {
    header .header-btn{
        text-align: right;
    }
	header nav .desktop-menu{
		padding: 45px 0;
		transition: .5s;
	}
    header nav .desktop-menu .header-inner{
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }
   
    header nav .desktop-menu .header-tel{
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
        text-align: right;
    }
    header nav .desktop-menu .header-tel a{
        color: var(--font-color);
        font-weight: 700;
        font-size: 14px;
    }
    header nav .desktop-menu ul.sub-menu{
        position: absolute;
        display: none;
        min-width: 170px;
        left: 15px;
        top: 100%;
        height: unset;
        background-color: var(--primary-bg-color);
    }
    header nav .desktop-menu ul.sub-menu li a{
        padding: 10px;
		color: var(--primary-color);
    }
    header nav .desktop-menu  ul li.menu-item-has-children:hover .sub-menu{
        display: block;
    }
    header nav .desktop-menu ul.sub-menu li a::after{
        display: none;
    }
    header nav .desktop-menu ul{
        display: flex;
        align-items: center;
        justify-content:flex-end;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    header nav .desktop-menu ul li {
        line-height: 1;
        height: unset!important;
        position: relative;
    }
    header nav .desktop-menu ul li a{
        font-size: var(--font-size-8);
        font-weight: 400;
        padding: 10px;
        display: block;
        transition: .3s;
        position: relative;
        color: var(--font-color);
        z-index: 0;
        letter-spacing: 1px;
        text-transform: uppercase;
    } 
    header nav .desktop-menu ul li a::after{
        position: absolute;
        content: "";
        height: 2px;
        background-color: var(--font-color);
        left: 15px;
        width: 35%;
        opacity: 0;
        bottom: 0;
        transition: .3s;
    }
    header nav .desktop-menu ul li a:hover::after{
        opacity: 1;
    }
    header nav .desktop-menu ul li:last-child a{
        padding-right: 0;
    }
	header nav .desktop-menu ul li.current-menu-item a{
        font-weight: 700;
    }
	
    header nav .desktop-menu .aic{
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    header nav .mobile-menu,
    header nav .mobile-menu-container{
        display: none;
    }
	header nav .desktop-menu .main-logo{
		display: flex;
		align-items: center;
		height: 100%;
	}
}

@media screen and (max-width: 1499px){
	header nav .desktop-menu ul li a{
		font-size: var(--font-size-9);
	}
}
@media screen and (max-width: 1299px){
	header nav .desktop-menu ul li a{
		font-size: 10px;
	}
}
@media screen and (max-width:1199px) {
	header{
		padding: 15px 0;
	}
    header nav .desktop-menu{
        display: none;
    }
    header nav .mobile-menu .main-logo img{
        width: 350px;
        max-width: 100%;
    }
    header nav .mobile-menu{
        position: relative;
        z-index: 10;
    }
    header nav .mobile-menu .menu-btn{
        width: 22px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    header nav .mobile-menu .menu-btn span{
        width: 100%;
        height: 3px;
        background-color: var(--font-color);
    }
    header nav .mobile-menu .menu-btn span::before{
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        content: "";
        position: absolute;
        transition: transform .3s;
        background-color: var(--font-color);
    }
    header nav .mobile-menu .menu-btn span::after{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        content: "";
        position: absolute;
        transition: transform .3s;
        background-color: var(--font-color);
    }
    header nav .mobile-menu .menu-btn.opened span{
        background-color: transparent;
    }
    header nav .mobile-menu .menu-btn.opened span::after{
        top: 6px;
        transform: rotateZ(45deg);
    }
    header nav .mobile-menu .menu-btn.opened span::before{
        top:  6px;
        transform: rotateZ(-45deg);
    }

    header nav .mobile-menu .menu-btn-box{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        position: relative;
        z-index: 10;
    }
    header nav .mobile-menu-container{
        position: fixed;
        top: 0;
        left: 110%;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        background-color: #fff;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        transition: .5s;
        padding: 60px 30px 45px;
    }
    header nav .mobile-menu-container.opened{
        left: 0;
    }
    header nav .mobile-menu-container ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header nav .mobile-menu-container ul li a{
        font-size: 24px;
        text-transform: uppercase;
        display: block;
        padding: 10px;
        color: var(--font-color);
        text-transform: uppercase;
    }
    header nav .mobile-menu-container ul li.current_page_item a{
        color: #a52336;
    }
     
    header nav .mobile-menu-container ul li ul.sub-menu li a{
        font-size: 18px;
    }
    header nav .mobile-menu-container .header-right-col{
        display: block;
        text-align: center;
    }
    header nav .mobile-menu-container .wrapper{
        height: 100%;
        overflow-y: auto;
        text-align: center;
        min-width: 200px;
        display: flex;
        align-items: center;		
    }
    header nav .mobile-menu-container .wrapper .content{
        margin: auto;
    }
    header nav .mobile-menu-container .header-btn-first a{
        margin-top: 10px;
        font-size: 24px;
        display: block;
    }
    
    header nav .mobile-menu-container .socials {
        position: absolute;
        left: 15px;
        right: 15px;
        align-items: center;
        justify-content: center;
        display: flex;
        bottom: 10px;
        z-index: 1000000;
    }
    header nav .mobile-menu-container .socials ul{
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    header nav .mobile-menu-container .socials ul li{
        line-height: 1;
    }
    header nav .mobile-menu-container .socials ul li a{
        color: var(--font-color);
        font-size: 20px;
        transition: .3s;
    }
    header nav .mobile-menu-container .socials ul li a:hover{
        color: var(--font-color);
    }
}
/* ===================== */
/* COL-XXL */
/* ===================== */
/* ===================== */
/* ===================== */

@media (min-width:1500px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%
	}
   
}   
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}