.socials.footer__socials._flex > div{
display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.socials.header__socials._flex > div{
display:flex;
}
.main-contacts__title{
color:#2C2927;
}

@media (max-width: 1023px) {
.header__btn-burger{
		margin-left: 30px;
	}
}
.header__btn .top-favorites__count, .header__btn .top-basket__count{
color:#fff!important;
}






.header__btn {
    position: relative; 
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 17px;
    color: currentColor;
}

.header__btn .top-favorites__count,
.header__btn .top-basket__count {
    position: absolute;
    top: -0.5rem; 
    right: -0.5rem; 
    min-width: 1rem;
    height: 15px;
	width: 15px;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    background-color: rgb(44, 41, 39);
    padding: 0 2px;
    box-sizing: border-box;
    z-index: 1;
}

.header__btn .top-favorites__count {
    position: absolute; 
    top: -0.5rem;
    right: -0.5rem;
    min-width: 1rem;
}


.cookieBanner {
    z-index: 10000001;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: .3s ease-in-out;
    transform: translateY(100%);
    text-align: center;
}

.cookieBanner.opened {
    transform: translateY(0);
}
.cookieBanner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
    background: #fff;
    max-width: 1500px;
    border-radius: 12px 12px 0px 0px;
    margin:0 auto;
}
.cookieBanner-text{
    color:#6D6D6D;
    font-size:14px;
}
.cookieBanner-text a{
    color: #2C2927;
    text-decoration: none;
    border-bottom: 1px solid #2C2927;
    transition: border .2s linear;
}
.cookieBanner-text a:hover {
    border-color: transparent;
}

.page404-inner{
    margin:0 auto;
    max-width:960px;
    padding: 100px 0 40px;
}
.page404-top{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.page404-top img{
    max-width:100%;
}
.page404-top_text{
    text-align: center;
    max-width:640px;
    opacity: .7;
}
.page404-bottom{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top: 60px;
}
.page404-item{
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:20px;
    padding: 30px;
    flex: 1;
    border-radius: 8px;
}
.page404-item_text{
    opacity: .7;
    font-size:14px;
}
.page404-item_link{
    color:#2C2927;
    font-weight: 600;
}
@media(max-width:767px){
    .page404-inner{
        padding:40px 0 20px;
    }
    .page404-bottom{
        flex-direction: column;
    }
    .page404-item{
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    }
}

.search_popup{
    display:none;
    position: fixed;
    z-index:999;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: #D2D6DB;
}
.search_popup.show{
    display:block;
}
.search_popup_close{
    position: absolute;
    right:40px;
    top:40px;
    width:25px;
    height:25px;
    cursor: pointer;
    z-index: 10;
}
.search_popup_close img{
    width:100%;
    height:100%;
}
.search_popup_s{
    max-width: 992x;
    margin: 80px auto 0;
    padding:0 16px;
}

.form__field .iti{
    width: 100%;
}