.mainmenu__socials {
    margin-bottom: 17px;
    border-bottom: 1px solid #5B5B5B1F;
    padding-bottom: 14px;
}

.mainmenu__list.mainmenu__list--mobile.d-xl-none {
    margin-top: 0px;

}

.mainmenu--js.is-active {
    position: fixed;
    top: 86px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    max-height: 95%; /* Ограничить высоту, чтобы меню не перекрывало весь экран */
    overflow-y: auto;
}


.product-mobile-block.uncategorized .accordion::after {
    content: none;
}
@media screen and (max-width: 768px) {
    .mainmenu__sublist.mainmenu__sublist2 {
        /* display: block; */
        opacity: 1;
        visibility: initial;
        padding: 0;
        margin-top: 20px;
        position: relative;
        top: 0;
    }
}
.mainmenu__sublist.mainmenu__sublist2 li {
    padding: 16px 20px 15px 53px;
    background: #F2F2F2;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 20px;
}
.mainmenu__sublist.mainmenu__sublist2 li:first-child {
    background-image: url(/images/about-icon.png);
}
.mainmenu__sublist2 li:nth-child(2) {
    background-image: url(../images/blog.png);
}
.mainmenu__sublist2 li:nth-child(3) {
    background-image: url(../images/pay-delivery.png);
}
.mainmenu__sublist2 li:last-child {
    background-image: url(../images/phone-mini.png);
}


@media screen and (max-width: 768px) {
    .new-menu-page .mainmenu__sublist {
        position: relative;
        top: 0;
    }
}
.accordion {
    background-color: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    .mainmenu__list {
        display: none;
    }
}

.product-mobile-block {
    width: 100%;
    padding-bottom: 12px;
    font-family: 'Montserrat Regular';
    border-bottom: 1px solid #5B5B5B1F;
    padding-top: 14px;
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: -0.04em;
}

@media only screen and (max-width: 768px) {
    .mainmenu__list--desktop {
        display: none;
    }
    .mainmenu__list--mobile {
        display: block;
    }
}


.accordion:after {
    content: '\25BC'; /* Стрелочка вниз */
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: white;
}

.panel ul {
    list-style-type: none;
    padding: 0;
}


.currency-type {
    margin-top: 15px;
    padding-bottom: 24px;
    width: 100%;
    margin-bottom: 24px;

}

.currency-type p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.currencies {
    list-style: none;
    padding: 0;

    margin-top: 0 !important;
}

.currencies__item {
    margin-right: 22px;
    border-right: 1px solid #5B5B5B1F;
    padding-right: 24px;
    height: 32px;
    display: flex;
    align-items: center;
}
li.currencies__item.currencies__item__active a {
    border-bottom: 2px solid #212121;
}

.currencies__item a {
    text-decoration: none;
    color: #333;
}

.currencies__item__active a {
    font-weight: bold;
    color: #000;
}

.category-icon {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}
.accordion.no-children::after {
    content: none;
}

.hamburger.hamburger--js {
    width: 28px;
    height: 20px;
    margin-right: 16px;
    position: relative; /* Добавляем для правильного позиционирования псевдоэлементов */
}

.hamburger.hamburger--js::before {
    height: 2px; /*
    }


.search-form__box-mobil {
    cursor: pointer; /* Делаем блок кликабельным */
}


.search-block-mobile .search-form__box-mobil {
    position: absolute;
    width: 60px;
    right: 0px;
    background: url(../images/search.png) no-repeat;
    background-size: 20px;
    background-position-x: center;
    background-position-y: 15px;
    height: 51px;
    bottom: 0px;
}

.banner-block img {
    width: 100%;
    height: auto;
}
