.n-header__btn-auth span::before{
    background: url(/templates/v_2/img/svg/ico-user.svg) no-repeat center/contain;
}
.n-header__btn-catalog::before {
    background: url(/templates/v_2/img/svg/ico-btn-catalog.svg) no-repeat center/contain;
}
.n-header__btn-menu::after {
    background: url(/templates/v_2/img/svg/ico-btn-menu-show.svg) no-repeat center/80%;
}
.map-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: 100%;
}
@media (max-width: 991.98px) {
    .map-page {
        grid-template-columns: 1fr;
    }
}
.map-page p {
    margin: 0;
}
.map-page--categories {
    padding-top: 36px;
    margin-bottom: 63px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    min-width: 665px;
    padding-left: 120px;
    padding-right: 50px;
}
@media (max-width: 1439.98px) {
    .map-page--categories {
        gap: 10px;
        padding-left: 60px;
        padding-right: 15px;
    }
}
@media (max-width: 1199.98px) {
    .map-page--categories {
        gap: 10px;
        padding-left: 15px;
    }
}
@media (max-width: 991.98px) {
    .map-page--categories {
        min-width: auto;
        grid-row: 2;
    }
}
@media (max-width: 767.98px) {
    .map-page--categories {
        grid-template-columns: 1fr;
    }
}
.map-page--categories--head {
    grid-column: 1/3;
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .map-page--categories--head {
        grid-column: 1/2;
    }
}
.map-page--categories--head--title {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}
@media (max-width: 767.98px) {
    .map-page--categories--head--title {
        font-size: 20px;
    }
}
.map-page--categories--head--title::after {
    content: url("../img/svg/arrow-down-black.svg");
    margin-left: 14px;
}
@media (max-width: 767.98px) {
    .map-page--categories--head--title::after {
        margin-left: 10px;
    }
}
.map-page--categories--head--selector {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.map-page--categories--head--selector::before {
    content: url("../img/svg/list.svg");
    margin-right: 20px;
}
@media (max-width: 767.98px) {
    .map-page--categories--head--selector::before {
        margin-right: 15px;
    }
}
.map-page--map img {
    width: 100%;
    height: 100%;
}

#modalCart .modal-fullscreen{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.map-page{
    /*padding-top: 6rem;*/
}
.map-page--categories{
    overflow-y: scroll;
    display: block;
    overflow-y: scroll;
}
#all-promo{
    height: 100% !important;
}
.list-promo {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    min-width: 665px;
}

.product-content__info__desc {
    max-height: 300px;
    overflow: hidden;
    transition: max-height .4s ease;
}

.product-content__info__desc.active {
    max-height: 5000px;
}
.sec-product-card__content .product-content__info__desc {
    font-size:14px;
    font-weight:400;
}
@media(min-width:1440px) {
    .sec-product-card__content .product-content__info__desc {
        font-size:16px
    }
}

.sec-product-card__content .product-content__info__desc.active > p{
    overflow: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: none;
}
.sec-product-card__content .product-content__info__desc .product-content__more {
    margin-top:16px;
    color:#5d36e5;
    font-weight:600
}
@media(min-width:992px) {
    .sec-product-card__content .product-content__info__desc .product-content__more {
        font-size:18px
    }
}

.product-table {
    width: 100%;
    border-collapse: collapse;
}

.product-table tr {
    border-bottom: 1px solid rgba(141, 137, 155, 0.2);
}

.product-table td {
    width: 50%;
    padding: 4px 0;
    color: #8D899B;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
}

.product-table td:last-child {
    text-align: right;
    white-space: nowrap;
}

.product-table .price {
    color: #111;
    font-weight: 600;
}

.product-table .price--old {
    color: #8D899B;
}

@media (min-width: 768px) {
    .product-table td {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .product-table td {
        font-size: 18px;
    }
}
.js-ymap {
    height: 240px;
}

.input-container{
    margin-bottom: 1rem;
}
.modal-close {
    position: absolute;
    right: 0;

}