.container-inner{
    position: relative;
}
.navigation{
    height: 39px;
    border-bottom: 1px solid #ececec;
}

.navigation-phone{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-right: 30px;
}
.navigation-phone__link{
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    text-decoration: none;
    align-items: center;
    flex:0 0 160px;
}

.header-toggle-language{
    position: relative;
}

.mobile-menu{
    display: none;
}

.navigation-email{
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.navigation-phone__flag {
    flex: 0 0 24px;
    width: 24px;
}

.navigation-phone__country{
    color:#616161;
    font-weight: 600;
}

.navigation-phone__number{
    color:#747474;
    font-size:16px;
}

.navigation-left{
    display: flex;
    flex-wrap:wrap;
    column-gap: 35px;
}

.navigation-social{
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    margin-left: 20px;
    align-items: center;
}

.icon{
    display: block;
}

.icon--arrow-down{
    background: url("../img/arrow-down.svg");
    background-size: 100%;
    width:16px;
    height: 16px;
}

.navigation-social__facebook{
    display: block;
}

.navigation-social__image{
    width:18px;
    height: 18px;
}

.navigation-email__at{
    width:20px;
    height: 20px;
}

.navigation-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.navigation-links__list{
    display: flex;
    margin:0;
    padding:0;
    list-style: none;
    column-gap: 50px;
}

.navigation-links__link{
    text-decoration: none;
    text-transform: uppercase;
    color:#717171;
    font-size:14px;
    line-height: 38px;
}

.navigation-email__value{
    color:#747474;
}

.navigation-email__link {
    text-decoration: none;
    display: flex;
    color: #747474;
    column-gap: 10px;
    align-items: center;
    font-size: 15px;
}


.main-header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}


.header-center{
    flex:0 0 20%;
    text-align: center;
}

.header-left{
    flex:0 0 40%;

    display: flex;
    align-items: center;
    column-gap: 50px;
}



.header-right{
    flex:0 0 40%;
    display:flex;
    justify-content: flex-end;
    column-gap: 30px;
}


.language-switcher{
    text-decoration: none;
    color:#3f3f3f;
    font-size:18px;
    display: flex !important;
}


.cart__link{
    display: flex;
    column-gap: 15px;
    text-decoration: none;
    font-size: 18px;
    flex: 0 0 110px;
    color:#3f3f3f;
    justify-content: flex-end;
    position: relative;
    align-items: center;
}

.cart__inner{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 5px;
}

.cart__link .counter {
    font-size: 14px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #3f3f3f;
    color: white;
    text-align: center;
    line-height: 21px;
    position: absolute;
    left: 10px;
    top: -4px;
    font-weight: bold;
}

.cart_inner{
    color:#3f3f3f;

}

.cart__currency{
    color:#a6a6a6;
    margin-left: 10px;
}

.language-switcher__image{
    width:22px;
    height: 22px;
    margin-right: 20px;

}

.icon--language-select{
    margin-top: 2px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}


.language-switcher{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex:0 0 150px;
    width: 150px;
}




.language-switcher__value{
    display: flex;
}

.main-header{
    border-bottom: 1px solid #ececec;
    height: 90px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000;
    background: white;
}

.main-header-inner{
    position: relative;
    z-index: 1001;
    background: white;
}

.logo{
    text-decoration: none;
    font-size:30px;
    color:#3f3f3f;
    font-weight: 300;
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.logo img{
	width: 300px;
}

.logo div{
	font-weight: 600;
}

.logo__span{
    /*color:#b0bfc8;*/
    font-weight: 500;
    margin-left: 0px;
}

.search__icon{
    width:28px;
    height: 28px;
    display: block;
}

.account__icon{
    width:28px;
    height: 28px;
    display: block;
}

.cart__icon{
    width:28px;
    height: 28px;
    display: block;
}



.search__link{
    display: block;
}

.catalog-button__link{
   /* background: #ef1515; */
   background: #303030;
    border-radius: 4px;
    text-align: center;
    color: white;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.catalog-search{
    margin-top: 30px;
}

.catalog-search-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.catalog-button{
    flex:0 0 370px;
}

.catalog-search-item{
    display: flex;
    border-radius: 4px;
    background: #f7f7f7;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding:0 15px;
}

.catalog-search-item__title{
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
}

.catalog-search-items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 33px;
}

.catalog-search-item__field{
    border-radius: 4px;
    border: none;
    color: #3f3f3f;
    display: block;
    width: 100%;
    text-indent: 10px;
    height: 28px;
    font-family: "Gilroy";
}

.catalog-search-item__input{
    width:130px;
    flex:0 0 130px;
    position: relative;
    height: 28px;
    margin: 0 15px;
}



.catalog-search-item__field::placeholder{
    font-family: "Gilroy";
    color:#bcbcbc;
}



.catalog-search-item__dimensions{
    font-size:16px;
    color:#bcbcbc;
    position: absolute;
    right:10px;
    top:5px;
}

.catalog-search-item__button{
    background: #3f3f3f;
    color:white;
    text-align: center;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    transition: all .3s ease-in-out;
}

.catalog-search-item__button:hover{
    background: #111;
}

.catalog-search-item__find {
    width: auto;
    margin-left: 15px;
}


@media(max-width: 1820px){
    .catalog-button {
        flex: 0 0 300px;
    }

    .catalog-search-item__input {
        width: 82px;
        flex: 0 0 82px;
        position: relative;
        height: 29px;
        margin: 0 10px;
    }

    .header-left {
        flex: 0 0 34%;
    }

    .header-right {
    flex: 0 0 34%;
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    }


    .header-center {
    flex: 0 0 20%;
    text-align: center;
    }
}

@media(max-width: 1520px){
    .catalog-button {
        flex: 0 0 260px;
    }

    .catalog-search-item__input {
        width: 76px;
        flex: 0 0 76px;
        position: relative;
        height: 29px;
        margin: 0 10px;
    }

    .catalog-search-item__dimensions {
        font-size: 14px;
        color: #bcbcbc;
        position: absolute;
        right: 5px;
        top: 6px;
    }

    .catalog-search-item__dimensions {
        font-size: 12px;
        color: #bcbcbc;
        position: absolute;
        right: 5px;
        top: 8px;
    }
}


@media(max-width: 1320px){

    .catalog-button {
        flex: 0 0 260px;
    }

    .catalog-search-item__input {
        width: 60px;
        flex: 0 0 60px;
        position: relative;
        height: 29px;
        margin: 0 5px;
    }

}

@media(max-width: 1220px){

    .catalog-button {
        flex: 0 0 100%;
        order:2;
    }

    .catalog-search-item__input {
        width: 90px;
        flex: 0 0 90px;
        position: relative;
        height: 29px;
        margin: 0 5px;
    }

    .catalog-search-items {
        display: flex;
        flex-wrap: wrap;
        column-gap: 32px;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .catalog-search-item{
        margin-bottom: 15px;
    }

    .catalog-search-inner{
        margin:30px 0;
    }

    .header-left {
    flex: 0 0 28%;
    }

}


@media(max-width: 1040px) {
    .catalog-search-item__input {
        width: 150px;
        flex: 0 0 150px;
    }

    .catalog-search-item__title {
        flex: 0 0 120px;
    }

    .catalog-search-item__find{
        width: 140px;
    }


    .catalog-search-item--long .catalog-search-item__input {
        width: 142px;
        flex: 0 0 142px;
    }

    .catalog-search-item__input {
        width: 218px;
        flex: 0 0 218px;
    }

    .navigation-right{
        display: none;
    }

    .navigation-left {
        flex: 0 0 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        height: 38px;
    }

    .cart__inner{
        display: none;
    }

    .cart__link{
        flex:0 0 24px;
        width: 24px;
        align-items: center;
    }

    .language-switcher{
        display: none;
    }

    .mobile-menu{
        display: flex;
    }

    .mobile-menu__icon{
        width: 24px;
        height: 24px;
        display: block;
        background:url(../img/menu.svg);
        background-size: 100%;
    }

    .mobile-menu__link{
        font-size:22px;
        color:#3f3f3f;
        text-decoration: none;
        display: flex;
        text-transform: uppercase;
        column-gap: 15px;
    }

    .header-left {
        flex: 0 0 200px;
    }

    .logo img {
    width: 70px;
    }

    .header-right{
        flex:0 0 230px;
    }

    .logo{font-size: 24px; column-gap: 10px;}
}

@media(max-width: 768px){
    .navigation-email{
        display: none;
    }

    .mobile-menu__text{
        display: none;
    }

    .logo{
        font-size:24px;
    }

    .account{
        display: none;
    }
    .header-left{
        flex:0 0 20%;
    }

    .header-right{
        flex:0 0 20%;
        column-gap:20px;
    }

    .catalog-button{
        order:1;
    }

    .header-right .cart{
        margin-right: 10px;
    }

    .catalog-search-items{
        order:2;
        margin-top: 25px;
    }

    .catalog-search-item{
        height: auto;
        align-items: center;
        flex-wrap: wrap;
    }

    .catalog-search-item__title {
        display: block;
        margin: 15px 0;
        color: #333;
        letter-spacing: 1px;
    }

    .catalog-search-item--long .catalog-search-item__input {
        display: block;
        margin: 0;
        width: 99%;
        margin-bottom: 15px;
        flex: none;
    }

    .catalog-search-item--short .catalog-search-item__input {
        display: block;
        margin: 0;
        width: 99%;
        margin-bottom: 15px;
        flex: none;
    }

    .catalog-search-item__find{
        display: block;
        margin-left: 0;
        width: 100%;
        padding-bottom: 20px;
    }

    .catalog-search-item__button{
        height: 34px;
        line-height: 34px;
    }

    .header-right .search{
        display: none;
    }

    .logo {
        font-size: 18px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 5px;
    }

    .navigation-phone{margin-right: 0;}

}

.catalog-menu{
    width: 370px;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    border-radius: 3px;
    z-index: 999;
    height: auto;
    display: none;
    
}

.catalog-button.open .catalog-menu{
    display: flex;
}

.catalog-search .catalog-search-inner{
    position: relative;
}

.catalog-button .main-category > a{
    font-size: 18px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    transition: all .3s ease-in;
}

.picked-category .sub-category{
    width: 300px;
    background: none;
}

.picked-category .sub-category > a{
    font-size: 16px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    transition: all .3s ease-in;
}

.main-categories{
    box-shadow: 0px 8px 12px #0000001a;
    position: relative;
    z-index: 1000;
    background: #fff;
}

.catalog-button .main-category{
    display: block;
    width: 370px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;

}

.catalog-button .main-category > a:hover,
.catalog-button .main-category.opened > a{
    background: #f1f1f1;
    color:#ef1515;
}

.pc-cat{
    display: none;
}

.pc-cat.active{
    display: block;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.picked-category{
   background: #f5f5f5fa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 13px 11px 20px #0000000d;
    position: relative;
    left: -20px;
    padding-left: 20px;
}

.picked-category.hidden{
    display: none;
}

.catalog-button .main-category.parent:after{
    content: '';
    position: absolute;
    right: 9px;
    top: 9px;
    background: url(/assets/img/sharp-arrow.svg);
    background-size: 100%;
    width: 24px;
    height: 24px;
    opacity: .6;
}

.catalog-button .sub-category > a:hover{
    color:#ef1515;
}

#language_switcher{
	position: absolute;
    top: 57px;
    background: white;
    width: 200px;
    height: auto;
    z-index: 100;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0px 5px 8px #0000002e;
    display: none;
    left: 0px;
}

#language_switcher.open{
	 display: block; 
}

.ls-item{
	padding: 5px 10px;
    border-bottom: 1px solid #ececec;
    transition: all .3s ease-in-out;
}

.ls-item:hover{
    background: #f1f1f1;
}

.ls-item:last-child{
	border-bottom: none;
}



.ls-item a{
	font-size: 16px;
	color:#3f3f3f;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 26px;
	text-decoration: none;
}

.ls-item.active{
	background: #f1f1f1;
}

.ls-item img{
	width: 24px;
}

.ls-title{
    padding:10px;
}


.currencies{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin:0 10px;
    padding-bottom: 10px;
}

.currencies > .currency a{
    display: block;
    border-radius: 3px;
    background: #f1f1f1;
    color:#3f3f3f;
    text-decoration: none;
    padding:5px;
}

.currencies > .currency a.active{
    display: block;
    border-radius: 3px;
    background: #ef1515;
    color:#fff;
    text-decoration: none;
}

.currencies > .currency a:hover{
    background: #333;
    color:white;
}

.currencies > .currency a.active:hover{
    background: #ef1515;
}


.picked-sibling{
   width: 1000px;
   background: white;
   height: 600px;
   border-top-right-radius:3px;
   border-bottom-right-radius: 3px;
}

.picked-sibling.hidden{
    display:none;
}

.siblings{
	display: none;
    flex-wrap: wrap;
    padding:10px 0;
    width: 300px;
}

.sub-category.opened .siblings{
	display: block;
}

.sb-category.active .siblings{
	display: block;
}

.sib-category a{
	display: block;
	font-size:16px;
	color:#3f3f3f;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 11px;
}

.header-right .search{
    position: relative;
    width: 70%;
}

.picked-siblings{
	    background: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 13px 11px 20px #0000000d;
    position: relative;
    left: -20px;
    padding-left: 20px;
}

.search-fields{
    position: absolute;
    right: 33px;
    top: -8px;
    width: 100%;
    display: none;
}


.header-right .search.active .search-fields{
    display: block;
}

/*.header-right .search.active .search__link{
    display: block;
    position: relative;
    z-index: 10;
    right: 15px;
    top: 3px;
}*/

.header-right .search.active .search__link {
    display: block;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0px;
}

.brands-item img{width:156px !important;height: 95px !important; filter: grayscale(1); transition: all .3s ease-in-out}
.brands-item:hover img{filter:grayscale(0);}

/*

.header-right .search.active .search__icon {
    width: 22px;
    height: 22px;
    display: block;
} */

.header-right .search.active .search__icon {
    width: 24px;
    height: 26px;
    display: block;
}


.search-fields input{background: #f7f7f7; border-radius: 6px; padding:2px 15px; width:100%;border:none;height: 41px; width:100%; font-family: "Gilroy"; font-size:16px; }

.about-head img{
    width: 100%;
    border-radius: 8px;
}

.about-text{
    font-size:16px;
    margin:34px 0;
    color: #586166;
}

.about-text ul {
    padding:0 10px;
}

.about-text ul li{
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.about-text ul li:before{
    content: "";
    background: #2d3336;
    width:12px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 9px;
}

.contact-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-flex .about-head{
    flex:0 0 48%;
}

.contact-form .login-form{
padding: 30px;
    margin: 0;
    width: calc(100% - 60px);
}

.contact-form textarea{
    display: block;
    width: calc(100% - 10px);
    height: 80px;
    border-radius: 4px;
    border: 1px solid #eee;
    font-family: "Gilroy";
    text-indent: 10px;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 5px;
}

.contact-form .login-form label input {
    display: block;
    width: calc(100% - 4px);
    height: 40px;
    border-radius: 4px;
    border: 1px solid #eee;
    font-family: "Gilroy";
    text-indent: 10px;
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400;
}

.contact-form .login-form button{
    height: 50px;
}

.contact-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-items a{
    display: flex;
    display: flex;
    justify-content: space-between;
    flex: 0 0 20%;
    padding: 5px 15px;
    border-radius: 8px;
    background: #f7f7f7;
    margin-bottom: 30px;
    text-decoration: none;
    color: #111;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    transition: all .3s ease-in;
}

.contact-items a.long{
    flex: 0 0 40%;
}

.contact-items a img{
    width: 32px;
}

.contact-left{
    flex:0 0 48%;
}
.contact-items a:hover{
    background: #e0e0e0;
}

.sls-c {
    text-align: center;
    margin-bottom: 600px !important;
    margin-top: 200px !important;
    padding-bottom: 50px !important;
}

.sls-c a{
    color: white;
    padding:12px 22px;
    background: red;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin:40px 0;
    border-radius: 8px;
}

.sls-c .success-button{
    margin-top: 50px;
}

.cookies-box{
    position: fixed;
    bottom: 0px;
    width: 1800px;
    left: calc( (100% - 1860px) / 2);
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    z-index: 999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 0 20px 8px #0000001a;
}

.cookies-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

.cb-one a{
    border-radius: 8px;
    padding:10px 25px;
    text-decoration: none;
    color:white;
    background: #ccc;
    font-size: 18px;
    display: block;
}

.cb-one a.accept{
    background:#cc2323;
}

.cookies-text{
    font-size: 16px;
}

.cookies-text .ctt-1{
    font-weight: 600;
    font-size: 18px;
}