@import "./vars.css";
/* @import "./components.css"; */
@import "./fonts.css";

/* search booster стили */
@media (min-width: 1024px) {
    .l-ss-c-host-wrapper {
        position: absolute;
        display: block;
        top: 0;
        width: 100%;
    }
}

html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body {
    box-sizing: border-box;
    font-family: var(--main-font), sans-serif;
    font-feature-settings: "pnum" on, "lnum" on;
}

a {
    transition: color 0.25s;
}

.image-scale {
    transition: transform 0.25s;
}

.image-scale:hover {
    transform: scale(1.1);
    transition: transform 0.25s;
}

.image-scale--little {
    transition: transform 0.25s;
}

.image-scale--little:hover {
    transform: scale(1.05);
    transition: transform 0.25s;
}

.main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px 20px;
}

.main-container-full-w {
    width: 100%;
    padding: 0 64px 20px;
}

.header-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px;
    /* box-shadow: 0px 10px 18px -25px; */
}

/* Авто-скрытие хедера при скролле */
.cst-header-autohide {
    transition: transform 380ms ease;
    will-change: transform;
}

.cst-header-hidden {
    transform: translateY(-100%);
}

@media (max-width: 1200px) {
    .main-container {
        padding: 0 40px 20px;
    }
}

@media (max-width: 800px) {
    .main-container {
        /* padding: 30px 20px !important; */
        max-width: 800px !important;
        padding: 0 16px 16px;
    }
}

.max-lines-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* min-height: 2.4rem; */
}

.max-lines-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* min-height: 3.4rem; */
}

.text-blue {
    color: var(--primary);
}

.text-blue-850 {
    color: #0052a1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}

@media (max-width: 767px) {
    /* .swiper-button-next,
    .swiper-button-prev {
        visibility: hidden;
    } */

    .swiper-button-next2,
    .swiper-button-prev2 {
        visibility: hidden;
    }
}

.swiper-button-prev {
    left: 2.33%;
    right: 95.35%;
    top: 0%;
    bottom: 0%;
    background-image: url("/resources/costo/images/icons/swiperPaginationLeft.svg") !important;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px !important;
    height: 32px !important;
    border-radius: 12px;
    left: -16px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16),
        0px 16px 34px rgba(0, 26, 52, 0.12);
}

.swiper-button-next {
    background-image: url("/resources/costo/images/icons/swiperPaginationRight.svg") !important;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px !important;
    height: 32px !important;
    border-radius: 12px;
    right: -16px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16),
        0px 16px 34px rgba(0, 26, 52, 0.12);
}

.swiper-button-prev2 {
    background-image: url("/resources/costo/images/icons/swiperPaginationLeft.svg") !important;
    background-repeat: no-repeat;
    background-position: 45% 50%;
    background-color: #fff;
    box-shadow: 0px 12px 34px 0px rgba(0, 26, 52, 0.12),
        -2px 0px 4px 0px rgba(0, 0, 0, 0.02);
    width: 32px !important;
    height: 32px !important;
    border-radius: 12px;
    position: absolute;
    left: -20px !important;
    bottom: 10px;
    z-index: 12;
}

.swiper-button-next2 {
    background-image: url("/resources/costo/images/icons/swiperPaginationRight.svg") !important;

    background-repeat: no-repeat;
    background-position: 55% 50%;
    width: 32px !important;
    height: 32px !important;
    background-color: #fff;
    box-shadow: 0px 12px 34px 0px rgba(0, 26, 52, 0.12),
        -2px 0px 4px 0px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    position: absolute;
    right: -20px !important;
    bottom: 10px;
    z-index: 12;
}

.swiper-pagination2 {
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination {
    bottom: 0;
}

.swiper .link-red {
    position: relative;
}

.link-arrow-right {
    content: url("/resources/costo/images/icons/arrow_right_red.svg");
}

@media (max-width: 1000px) {
    .header_catalog_btn {
        font-size: 14px;
    }
}

.nav_item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    width: 95px !important;
    height: 100px !important;
    margin-left: 0px;
    text-align: center;
    border-radius: 8px;
    transition: 0.4s;
    min-width: 90px;
}

.nav_item_img {
    height: 30px;
    width: 35px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_item:hover .nav_item_img {
    filter: contrast(0.5);
    transition: filter 0.2s ease;
}

.nav_item_img img {
    width: 100%;
}

.nav_item:active {
    background: #f5f5f6;
    border: none;
}

.nav_item:hover a {
    color: var(--tertiary);
}

.nav_item span {
    margin-top: 8px;
}

.nav_icon {
    background-color: var(--hover-main);
}

.location,
.sign-in {
    color: var(--black);
}

.main-slider {
    margin-left: 0 !important;
}

.swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    overflow: hidden;
    background: #cccccc;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.16s ease-in-out,
        background-color 0.1s ease-in-out;
    -o-transition: width 0.16s ease-in-out, background-color 0.1s ease-in-out;
    transition: width 0.16s ease-in-out, background-color 0.1s ease-in-out;
    border-radius: 1000px;
}

.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

.swiper-pagination-bullet-current {
    background-color: #ff6287 !important;
    width: 24px !important;
    pointer-events: none;
}

.swiper-pagination-bullets-dynamic {
    width: 125px !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1) !important;
}

.swiper-pagination-bullet-active {
    background-color: #ff6287 !important;
}

.main-slider-slide {
    width: 100%;
    min-height: 510px;
    max-height: 510px;
}

@media (max-width: 1024px) {
    .main-slider-slide {
        min-height: 728px;
        max-height: 728px;
    }
}

@media (max-width: 768px) {
    .main-slider-slide {
        min-height: 530px;
        max-height: 530px;
    }
}

@media (max-width: 680px) {
    .main-slider-slide {
        min-height: 408px;
        max-height: 408px;
    }
}

.main-slider-item {
    position: relative;
    background: #eeeeee;
    border-radius: 12px;
    transition: 0.3s;
}

.main-slider-item span {
    position: absolute;
    left: 24px;
    top: 20px;
    width: 50%;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .main-slider-item span {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .main-slider-item span {
        top: 16px;
        left: 20px;
        font-size: 16px;
        width: 60%;
    }
}

.main-slider-item-md {
    grid-row: span 2 / span 2;
}

.main-slider-item-lg {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.main-slider-item:hover {
    filter: brightness(90%);
}

.product-cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .product-cards {
        flex-wrap: nowrap !important;
    }
}

.product-card {
    display: flex;
    flex-direction: column;
    position: relative;
}

.product-card .products-images1_1 img {
    height: 166px;
    max-height: 200px;
    object-fit: contain;
    margin: 0 auto;
    aspect-ratio: 1/1;
}

.product-card img.prod-views {
    height: 15px;
    max-height: 20px;
}

.product-price {
    font-family: var(--price-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-right: 7px;
    margin-top: 8px;
}

#stored-price, .price-font {
    font-family: var(--price-font);
    font-weight: 500;
}

.product-price__from-word {
    color: var(--mono-gray-500);
    margin-right: 4px;
}

@media (max-width: 376px) {
    .product-price {
        font-size: 15px;
    }
}

.product-price_discount {
    width: 44px;
    background: linear-gradient(90deg, #d31027 0%, #ea384d 100%);
    border-radius: 4px;
    color: #fff;
    padding: 0 6px;
    font-weight: 600;
    margin: 8px 0 8px 7px;
    font-size: 14px;
}

.product-price sub {
    margin-left: 5px;
    font-size: 20px;
}

.product-price_old {
    text-decoration: line-through rgba(234, 56, 77, 1);
    font-style: normal;
    font-size: 12px;
    color: #9a9aa0;
    font-weight: 500;
    margin-right: 7px;
    z-index: 10;
}

.product-price_reviews {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-price_reviews div {
    gap: 4px;
}

.product-price_reviews span {
    font-weight: 300;
    font-size: 12px;
}

.product-price_reviews img {
    width: 15px;
    height: 15px;
    margin-top: -3px;
}

.product-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px; /* 2 строки × line-height 24px */
    color: var(--mono-gray);
}

.product-card .tags {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    column-gap: 0.25rem;
}

.tag {
    font-variant-numeric: lining-nums proportional-nums;
    z-index: 2;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 50px;
    color: #fff;
}

.tag-new {
    background-color: var(--hover-main);
    color: var(--primary);
}

.tag-hit {
    background-color: var(--red-text);
}

.slider-icons {
    position: absolute;
    z-index: 1;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    left: 4.17%;
    right: 4.17%;
}

.slider-dots {
    position: absolute;
    z-index: 1;
    height: 10%;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-end;
    left: 12.5%;
    right: -12px;
}

.slider-dots img {
    height: 60%;
}

.second-slider-item {
    position: relative;
    height: 183px !important;
}

.second-slider-item img {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
}

.second-slider-item_title {
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    bottom: 42px;
    left: 20px;
    max-width: 200px;
}

.second-slider-item_price {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    bottom: 16px;
    left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 800px) {
    .second-slider-item_price {
        font-size: 15px;
    }
}

.slider_nav {
    position: absolute;
    display: flex;
    top: 55%;
    justify-content: space-between;
    width: 100%;
    z-index: 10;
}

@media (max-width: 798px) {
    .slider_nav {
        display: none;
    }
}

.thrid-slider-baner {
    position: relative;
    height: 128px;
    border-radius: 16px;
    background: #308AF9;
}

.thrid-slider-baner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.thrid-slider-baner_title {
    position: absolute;
    display: flex;
    align-items: center;
    position: absolute;
    /* 2 */
    top: 50%;
    /* 3 */
    transform: translate(0, -50%);
    /* 4 */
}

.thrid-slider-baner_title h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000;
}

.thrid-slider-baner img {
    border-radius: 12px;
}

.third-slider-item {
    position: relative;
    width: 100%;
    height: 183px !important;
}

.thrid-slider-baner {
    height: 183px;
}

.second-slider-item {
    height: 183px !important;
}

.third-slider-item img {
    border-radius: 12px;
    object-fit: cover;
}

.swiperFourthSlider {
    padding-bottom: 35px !important;
}

.fourth-slider-item img {
    object-fit: cover;
    border-radius: 16px;
    height: 218px;
}

.fourth-slider-item_title {
    bottom: 24px;
    border-radius: 0px 0px 16px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #121212;
    padding: 10px 7px 8px;
}

@media (max-width: 1200px) {
    .fourth-slider-item_badge {
        font-size: 10px !important;
    }
}

.fourth-slider-item_badge {
    text-transform: uppercase;
    font-weight: 600;
    background: var(--primary);
    font-size: 12px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    position: absolute;
    top: 14px;
    left: 16px;
}

.fourth-slider-item_bottom {
    max-width: 437px;
}

.fourth-slider-item_bottom_title {
    font-size: 12px;
    margin-left: 16px;
}

.fourth-slider-item_info {
    color: var(--disabled-text);
}

@media (max-width: 1024px) {
    .second-slider-item {
        height: 219px !important;
        width: 304px;
    }

    .third-slider-item {
        height: 219px !important;
        display: flex;
        flex-direction: row-reverse;
    }

    .fourth-slider-item {
        height: 166px !important;
    }

    .fourth-slider-item_title {
        left: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .thrid-slider-baner {
        height: 141px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .second-slider-item {
        height: 183px !important;
    }

    .thrid-slider-baner_title {
        position: absolute;
        left: 0;
        width: 50%;
        flex-direction: column;
        height: 100%;
        gap: 12px;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 30px 8px 58px;
    }

    .third-slider-item {
        height: 141px !important;
    }

    .thrid-slider-baner_title h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .thrid-slider-baner_img {
        position: absolute;
        right: 0;
        width: 100%;
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) {
    .thrid-slider-baner {
        height: 200px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .third-slider-item {
        height: 219px !important;
    }

    .second-slider-item {
        height: 183px !important;
    }

    .thrid-slider-baner_title {
        position: inherit;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 48px 64px;
        gap: 16px;
    }

    .thrid-slider-baner_img {
        position: inherit;
    }
}

@media (min-width: 768px) {
    .thrid-slider-baner {
        height: 232px;
        flex-direction: row-reverse;
    }

    .thrid-slider-baner_img {
        position: inherit;
        justify-content: center;
    }

    .thrid-slider-baner_title {
        position: inherit;
        padding: 0;
        top: 0;
        flex-direction: column;
        align-items: center;
        transform: none;
        gap: 12px;
        max-width: 210px;
    }

    .thrid-slider-baner_title h3 {
        font-size: 20px;
    }

    .fourth-slider-item {
        height: 166px;
    }
}

@media (min-width: 1440px) {
    .thrid-slider-baner {
        height: 128px;
    }

    .thrid-slider-baner_title {
        position: absolute !important;
        gap: 12px;
        flex-direction: row;
    }
}

@media (max-width: 600px) {
    .second-slider-item {
        height: 170px !important;
    }

    .fourth-slider-item {
        height: 166px !important;
    }

    .thrid-slider-baner_title img {
        width: 37px;
    }
}

.categories_img {
    width: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories_img img {
    min-width: 18px;
    max-width: 40px;
}

.categories_item span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 967px) {
    .categories_item span {
        display: none;
    }

    .categories_item {
        display: flex;
        align-items: center;
    }

    .categories_item h5 {
        font-size: 15px;
    }
}

@media (min-width: 320px) {
    .footer {
        align-items: center;
        background-color: white;
    }

    .footer_info {
        align-items: center;
        width: max-content;
        display: flex;
    }

    .footer_oferta {
        margin-top: 26px;
    }

    /* .footer_links {
        align-items: flex-start;
    } */
    /* .oferta {
        border-bottom: 1px solid rgba(238, 239, 241, 1);
        width: 80vw;
        padding-bottom: 12px;
    } */
}

@media (min-width: 768px) {
    .footer {
        height: 100%;
        padding: 30px 40px;
        background-color: white;
    }

    .footer_logo {
        grid-column: 1;
        grid-row: 1;
    }

    .footer_info {
        width: 50%;
        align-items: flex-start;
        display: flex;
    }

    .footer_icons {
        margin-top: 34px;
    }

    .footer_links {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(2, 30%);
        column-gap: 0;
        row-gap: 16px;
        width: 50%;
        height: 50%;
        align-items: flex-start;
    }

    .footer_links_link:nth-child(3) {
        grid-column: 1;
        grid-row: 1;
    }

    .footer_links_link h4 {
        font-weight: 600;
    }
}

@media (max-width: 775px) {
    .footer_logo {
        max-width: 200px;
    }
}

@media (min-width: 1024px) {
    .footer {
        background-color: white;
        height: 100%;
        background-image: none;
    }

    .footer_info {
        position: absolute;
        bottom: 60px;
        right: 0;
        display: grid;
        grid-template-columns: repeat(3, 25%);
        grid-template-rows: repeat(3, 30%);
        row-gap: 10px;
        justify-content: center;
    }

    .footer_logo {
        grid-column: 3;
        grid-row: 2;
    }

    .footer_icons {
        grid-column: 2;
        grid-row: 3;
        margin-top: 10px;
        justify-content: start;
    }

    .footer_oferta {
        grid-column: 3;
        grid-row: 1;
    }

    .footer_copr {
        grid-column: 3;
        grid-row: 3;
    }

    .footer_links {
        justify-content: space-between;
        width: 100%;
    }
}

@media (min-width: 1440px) {
    footer {
        background-color: #f2f2f2;
    }

    .footer {
        background-color: #f2f2f2;
    }

    .footer_info {
        display: flex;
        width: 211px;
        position: initial;
        height: 150px;
    }

    .footer_links {
        width: 60%;
        justify-content: space-between;
    }
}

.footer {
    padding: 30px 50px;
    position: relative;
}

@media (max-width: 1440px) {
    .footer {
        padding: 30px 20px;
    }

    .index-catalog {
        display: none;
    }
}

.product-card_buybtn {
    /* background: #197aeb; */
    border-radius: 8px;
    width: 100%;
    color: var(--secondary);
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    display: none;
}

@media (max-width: 1024px) {
    .product-card_buybtn {
        display: block;
    }
}

.favorite_heart {
    width: 25px !important;
    height: 22px !important;
    position: absolute;
    right: -24px;
    top: 10px;
}

/* .catalog-list li::marker {
    color: #9a9aa0;
} */
.catalog-list li {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
}

@media (max-width: 800px) {
    .catalog-list li {
        list-style: none;
        border-top: 1px solid #e0e0e5;
        padding-top: 8px;
        padding-bottom: 6px;
        position: relative;
    }

    .catalog-list li::after {
        background: url("/resources/costo/images/icons/CatalogArrow.svg") no-repeat 100%;
        content: " ";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 41%;
        margin-left: 2px;
    }
}

.limiter {
    overflow: hidden;
    position: relative;
    /* margin-bottom: 10px; */
}

.limiter .bottom {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgb(255 217 29 / 0%),
            rgb(255 255 255) 85%);
    width: 100%;
    height: 60px;
    opacity: 1;
    transition: 0.3s;
}

[data-more-checker^="read-more"] {
    opacity: 0;
    position: absolute;
}

[data-more-checker^="read-more"]:checked~.limiter {
    max-height: none;
}

[data-more-checker^="read-more"]:checked~.limiter .bottom {
    opacity: 0;
    transition: 0.3s;
}

[data-more-checker^="read-more"]~.read-more-button:before {
    content: "Развернуть";
}

[data-more-checker^="read-more"]:checked~.read-more-button:before {
    content: "Свернуть";
}

[data-more-checker^="read-more-catalog"]~.read-more-button:before {
    content: "Показать все";
}

[data-more-checker^="read-more-catalog"]:checked~.read-more-button:before {
    content: "Скрыть";
}

.read-more-button {
    cursor: pointer;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 768px) {
    .read-more-button {
        font-size: 12px;
    }
}

.blog-item_img {
    width: 100%;
    max-width: 437px;
}

.blog-item_img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.blog-item {
    border-radius: 16px;
    position: relative;
}

.blog-item_badge {
    text-transform: uppercase;
    font-weight: 600;
    background: var(--primary);
    font-size: 10px;
    color: #fff;
    padding: 4px 12px;
    border-radius: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.blog-item_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: var(--black);
    width: 100%;
}

@media (min-width: 375px) {
    .blog-item_img {
        height: 166px;
    }
}

@media (min-width: 1024px) {
    .blog-item_img {
        height: 166px;
    }
}

@media (min-width: 1440px) {
    .blog-item_img {
        height: 218px;
    }
}

.m-cd-tab {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #f5f5f6;
}

.m-cd-tab-grid {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: max-content;
    top: 128px;
}

.m-cd-tab-grid a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mc-d-grid-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.m-cd-tab.mobile {
    border-right: none;
}

.m-cd-tab a:hover {
    color: var(--tertiary);
}

.m-cd-tab a {
    padding: 10px 35px 10px 10px;
    display: flex;
    align-items: center;
    background-image: url("/resources/costo/images/icons/dropdown_next.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
}

.m-cd-tab a.mobile {
    padding: 14px 0;
}

.m-cd-tab a:hover {
    background-image: url("/resources/costo/images/icons/dropdown_next_active.svg");
    background-color: var(--hover-main);
    border-radius: 8px;
}

.m-cd-tab a span {
    margin-left: 10px;
    margin-right: 23px;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    font-feature-settings: "pnum" on, "lnum" on;

    color: #0c141e;
}

.m-cd-tab a .img {
    width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* При наведении на кнопку, немного меняем background */
.m-cd-tab button:hover {
    color: var(--tertiary);
}

/* Активная кнопка */
.m-cd-tab button.active {
    color: var(--tertiary);
    border-bottom: 1px solid var(--tertiary);
}

/* Стиль контента */
.m-cd_content {
    display: none;
    padding: 6px 32px;
}

/* Анимация с эффектом появления */
.m-cd_content {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fast-search,
.fast-search-mobile {
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 50px;
    box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
    padding: 8px;
    z-index: 20;
    border-radius: 16px;
    background-color: #fff;
    transition: 0.3s all;
    max-height: 500px;
    overflow-y: auto;
    font-weight: 600;
}

.fast-search.active,
.fast-search-mobile.active {
    visibility: visible;
}

.header_search_input {
    border: 2px solid var(--primary);
    border-radius: 12px;
    padding: 8px 50px 8px 15px;
    width: 100%;
    outline: none !important;
    font-weight: 500;
}

.header_mobile_search-block-container {
    margin-top: 16px;
    display: flex;
    gap: 8px;
}

.header_menu_btn_mobile--light {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_search_btn_mobile {
    width: 44px;
    height: 44px;
    margin-left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 16px 16px 10px;
}

.header_search_input--mobile {
    border-radius: 16px;
}

.notfound-main {
    margin: 0 auto;
    height: 100vh;
    display: flex;
    padding: 0 50px;
    flex-direction: column;
    background: #000000;
    overflow: hidden;
}

.notfound-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.notfound-pic {
    bottom: 0;
    left: 50%;
}

.colored-btn {
    color: var(--primary);
    font-weight: 600;
}

.colored-btn {
    width: 220px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: var(--primary) !important;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    transition: background 0.25s ease-out;
}

@media (max-width: 1920px) {
    .notfound-main {
        margin: 0;
    }

    .notfound-pic {
        left: 736px;
    }

    .image-item {
        width: 45%;
    }

    .notfound-text {
        margin-top: 33px;
    }
}

@media (max-width: 1440px) {
    .notfound-pic {
        left: 736px;
    }

    .notfound-image {
        width: 973px;
        height: 797px;
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .notfound-pic {
        left: 221px;
        top: 494px;
    }
}

@media (max-width: 376px) {
    .main {
        flex-direction: column;
        margin: 0;
    }

    .notfound-main {
        padding: 0 16px;
    }

    .image-item {
        width: 80%;
    }

    .notfound-text {
        font-size: 14px;
    }

    .notfound-pic {
        left: 75px;
        top: 410px;
    }

    .notfound-image {
        width: 487px;
        height: 399px;
    }
}

/* MOBILE */

.fast-search_mobile {
    visibility: hidden;
    width: 105%;
    position: absolute;
    top: 50px;
    padding: 10px;
    z-index: 20;
    border-radius: 16px;
    background-color: #fff;
    transition: 0.3s all;
}

.fast-search_mobile.active {
    visibility: visible;
}

.header_search_mobile {
    position: relative;
    margin-right: 20px !important;
}

.header_search_input_mobile {
    border: 2px solid var(--primary);
    border-radius: 12px;
    border-right: none;
    padding: 8px 50px 8px 15px;
    width: 100%;
    outline: none !important;
    font-weight: 600;
}

.search-mobile-fixed {
    position: fixed;
    top: 68px;
    left: 16px;
    right: 16px;
    z-index: 100 !important;
}

.mobile-nav {
    border-top: 1px solid #eeeff1;
    position: fixed;
    bottom: 0;
    z-index: 35;
    width: 100%;
    background-color: white;
    /* padding-bottom: env(safe-area-inset-bottom); */
    /* height: calc(64px + env(safe-area-inset-bottom)); */
    height: 64px;
    display: flex;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav_items {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    width: 100%;
}

.mobile-nav_items>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 65px;
    position: relative;
}

.mobile-nav_items>li>a>img {
    height: 20px;
}

.mobile-nav_items>li>a>span {
    font-size: 12px;
    font-weight: 600;
}

.mobile-nav_items .badge {
    position: absolute;
    top: -5px;
    right: 10px;
    padding: 5px 5px;
    border-radius: 50%;
    background: var(--red-text);
    color: white;
    border: 1px solid white;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    line-height: 16px;
    font-weight: 600;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-count {
    position: absolute;
    top: 4px;
    right: 0;
    padding: 5px 5px;
    border-radius: 50%;
    background: var(--red-text);
    color: white;
    border: 1px solid white;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    line-height: 16px;
    font-weight: 600;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filters-modal-content {
    min-height: calc(100% - 170px);
}

.products-list-sorting-select {
    border-radius: 10px;
}

.filters-btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: var(--red-text);
    border: 1px solid var(--red-text) !important;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 2%;
    transition: background .2s ease;
    bottom: 75px;
}

.filters-btn:hover {
    background-color: #f87090;
}

@media (max-width: 768px) {
    .filters-btn {
        left: 50%;
        transform: translate(-50%, 0);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        padding: 12px 3%;
    }
}

.favourites:before {
    content: url("/resources/costo/images/icons/Heart.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    left: -21px;
    top: 6px;
    z-index: 9;
}

.compare:before {
    content: url("/resources/costo/images/icons/Compare.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    left: -32px;
    top: 6px;
    z-index: 9;
}

.mobile .compare:before {
    content: url("/resources/costo/images/icons/Compare.svg");
    width: 16px;
    height: 16px;
    position: absolute;
    left: -10px;
    top: 30px;
    z-index: 9;
}

.favourites_active:before {
    content: url("/resources/costo/images/icons/Heart_filled.svg");
}

.compare_active:before {
    content: url("/resources/costo/images/icons/Compare_filled.svg");
}

.mobile .compare_active:before {
    content: url("/resources/costo/images/icons/Compare_filled.svg");
}

.ant-tabs .ant-tabs-top {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #505050;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    display: flex;
    overflow: hidden;
}

.ant-tabs>.ant-tabs-nav,
.ant-tabs>div>.ant-tabs-nav {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
}

.ant-tabs-nav-wrap {
    flex: none !important;
    align-self: normal;
    border: 1px solid #e0e0e5;
    border-radius: 12px;
    padding: 4px;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap {
    position: relative;
    display: inline-block;
    display: flex;
    flex: auto;
    align-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    transform: translate(0);
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap::after {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
    pointer-events: none;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap::before {
    left: 0;
    box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap::after {
    top: 0;
    bottom: 0;
    width: 30px;
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list {
    position: relative;
    display: flex;
    transition: transform 0.3s;
    transform: translate(0px, 0px);
}

.ant-tabs-tab-active {
    color: #7432b5 !important;
    background: #f6effd !important;
    padding: 4px 8px !important;
    border: none;
}

.ant-tabs-tab {
    color: #000;
    border-radius: 8px;
    margin: 0 !important;
    padding: 4px 8px !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #000;
    text-shadow: 0 0 0.25px currentcolor;
}

.ant-tabs-tab-active .ant-tabs-tab-btn {
    padding: 4px 8px !important;
    color: #7432b5 !important;
}

.ant-tabs-tab-btn {
    outline: none;
    transition: all 0.3s;
}

.ant-tabs-tab-btn {
    outline: none;
    transition: all 0.3s;
}

.ant-tabs-ink-bar {
    position: absolute;
    background: #000;
    pointer-events: none;
    display: none;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar {
    height: 2px;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar-animated {
    transition: width 0.3s, left 0.3s, right 0.3s;
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar {
    bottom: 0;
}

.vendor-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 173px;
}

@media (min-width: 1440px) {
    .vendor-name {
        max-width: initial;
    }
}

.description-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 350px;
}

.next-page::after {
    content: url("/resources/costo/images/icons/PaginationNext.svg");
}

.prev-page::after {
    content: url("/resources/costo/images/icons/PaginationPrev.svg");
}

.select-city {
    cursor: pointer;
    margin-bottom: 8px;
    transition: color 0.2s ease;
}

.select-city:hover {
    color: var(--primary);
}

.select-city.active {
    color: var(--primary);
}

.city-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.city-list li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 0.5rem;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.city-list li.top-city {
    font-weight: 600;
}

.city-list .letter-cell {
    color: var(--primary);
    width: 30px;
    text-align: center;
}

/* Выпадающий список результатов поиска */
.search-results-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 100;
    padding: 12px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.search-results-dropdown.hidden {
    display: none;
}

.search-results-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-results-dropdown li {
    border-radius: 8px;
    padding: 10px 8px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    margin-bottom: 0;
}

.search-results-dropdown li:last-child {
    border-bottom: none;
}

.search-results-dropdown li:hover {
    background-color: #eff6ff;
}

.search-results-dropdown li.active {
    background-color: #eff6ff;
    color: var(--primary);
}

.search-results-dropdown .no-results {
    padding: 20px 16px;
    text-align: center;
    color: #6b7280;
}

@media (max-width: 1024px) {
    .city-list {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 640px) {
    .city-list {
        -moz-column-count: 1;
        column-count: 1;
    }
}

/* Модалка выбора города на мобильных - на весь экран */
@media (max-width: 768px) {
    .m-modal[data-modal="modal-change-city"] {
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important; /* Dynamic viewport height для мобильных браузеров */
        max-width: 100% !important;
        max-height: none !important;
        border-radius: 0 !important;
        padding: 20px 16px !important;
        display: flex !important;
        flex-direction: column;
        overflow: hidden !important;
    }

    .m-modal[data-modal="modal-change-city"] .m-modal__cross {
        top: 16px;
        right: 16px;
    }

    /* Список городов занимает оставшееся пространство */
    .m-modal[data-modal="modal-change-city"] #change-city-list {
        flex: 1;
        overflow-y: auto !important;
        max-height: none !important;
        min-height: 0;
    }
}

.catalog-banner {
    background: url("/resources/costo/images/Aurora.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#catalogTopListSlider .product-price_reviews span {
    font-weight: 600;
    font-size: 14px;
    color: #a6a6a6;
}

#catalogTopListSlider .product-price_reviews img {
    width: 18px;
    height: 18px;
    margin-top: -3px;
}

#catalogTopListSlider .product-card:hover .product-title {
    color: #09f;
    transition: ease-in;
}

#catalogTopListSlider .product-card:hover .fav-compare_btns {
    display: block;
}

.searchResultsCounter {
    display: none;
}

.searchResultsCounter[data-counter="0"] {
    display: block;
}

.content-box[data-counter="0"],
.search-query-string[data-counter="0"] {
    display: none;
}

.bottom-seo {
    color: #0d0c1a;
}

.bottom-seo *:first-child {
    padding-top: 0;
}

.bottom-seo *:last-child {
    padding-bottom: 0;
}

.bottom-seo h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 8px;
    padding-top: 12px;
}

.bottom-seo p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 8px;
}

.bottom-seo h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
}

.bottom-seo h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
}

.bottom-seo h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 12px;
}

.bottom-seo ul {
    margin-left: 20px;
    display: flex;
    gap: 6px;
    flex-direction: column;
    padding-bottom: 8px;
}

.bottom-seo li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 1024px) {
    .bottom-seo h1 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 8px;
    }

    .bottom-seo h2 {
        font-size: 16px;
        line-height: 20px;
        padding-top: 8px;
    }

    .bottom-seo ul {
        margin-left: 20px;
    }
}

@media (max-width: 375px) {
    .bottom-seo p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 8px;
    }
}

@media (min-width: 1280px) {
    .subcategories-list_item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .subcategories-list_item:nth-child(8) {
        grid-column: 3 / 5;
        grid-row: 2;
    }

    .subcategories-list_item:nth-child(15) {
        grid-column: 5 / 7;
        grid-row: 3;
    }
}

@media (max-width: 1279px) {
    .subcategories-list_item:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .subcategories-list_item:nth-child(8) {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .subcategories-list_item:nth-child(15) {
        grid-column: 1 / 3;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .subcategories-list_item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .subcategories-list_item:nth-child(8) {
        grid-column: 1;
        grid-row: auto;
    }

    .subcategories-list_item:nth-child(15) {
        grid-column: 1;
        grid-row: auto;
    }
}

/* Стили для страницы Контакты */
section.info-page-container {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.page-contacts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.page-contacts__header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--disabled-text);
    padding: 12px;
    background-color: var(--hover-border);
    border-radius: 12px;
}

.page-contacts__block h5 {
    color: var(--dark-text);
}
.page-contacts__header-block-email--desktop {
    display: block;
}

.page-contacts__header-block-email--mobile {
    display: none;
}

.page-contacts-wrapper .page-contacts__separator {
    display: block;
    height: 1px;
    background-color: var(--hover-border);
    width: 100%;
}

@media (max-width: 744px) {
    .page-contacts__header-block-email--desktop {
        display: none;
    }

    .page-contacts__header-block-email--mobile {
        display: block;
    }
}

.page-contacts-wrapper .page-contacts__block {
    display: flex;
    padding: 12px;
    flex-direction: column;
}

.page-contacts-wrapper .page-contacts__block-text {
    color: var(--dark-text);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    max-width: 600px;
}

.color-text-dark {
    color: var(--dark-text);
}

.page-partnership-section {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.page-partnership-section h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 16px;
}

.page-partnership-cards-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-partnership-cards-row.images-row {
    row-gap: 20px;
}

.page-partnership-card.no-bg-color {
    background-color: transparent;
    padding: 0;
    gap: 14px;
}

.page-partnership-card-image {
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #EBF7FF;
}

.page-partnership-card-image img {
    object-fit: cover;
}

@media (min-width: 1025px) {
    .page-partnership-cards-row {
        flex-direction: row;
    }
    .page-partnership-card {
        flex: 1 1 0;
        min-width: 0;
    }
}
@media (min-width: 745px) {
    .page-partnership-cards-row.images-row {
        flex-direction: row;
    }
    .page-partnership-card {
        flex: 1 1 0;
        min-width: 0;
    }
    .page-partnership-card-image img {
        object-fit: cover;
    }
}

.page-partnership-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    background-color: #F3FAFF;
    border-radius: 16px;
}

.page-partnership-card-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-partnership-card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.page-partnership-card-content-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--dark-text);
}

.page-partnership-card-content-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--dark-text);
}

.page-partnership-list {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--dark-text);
    list-style: disc;
    padding-left: 20px;
}

.page-partnership-list-icon {
    list-style: none;
    padding-left: 0;
}

.page-partnership-list-icon li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.page-partnership-list-icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 8px;
    background-color: var(--primary);
}

.blue-icon {
    background-color: #EBF7FF;
}

.pink-icon {
    background-color: #FFEFEF;
}

.green-icon {
    background-color: #E2FDE9;
}

.yellow-icon {
    background-color: #FFF7EC;
}

.purple-icon {
    background-color: #EEEDFF;
}

/* PROMO GRID — секция "Продвижение и аналитика" */
.promo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.promo-card {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 12px;
    min-height: 199px;
    overflow: hidden;
}

.promo-card:nth-child(4),
.promo-card:nth-child(5) {
    grid-column: span 3;
    min-height: 177px;
}

.promo-card--blue { background-color: #EBF7FF; }
.promo-card--pink { background-color: #FFEFEF; }

.promo-card__media {
    position: relative;
    height: 121px;
    flex-shrink: 0;
    overflow: hidden;
}

.promo-card__media picture,
.promo-card__media img {
    display: block;
    width: 100%;
    height: 121px;
}

.promo-card__num {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding-top: 1px;
}

.promo-card__num--pink {
    background-color: var(--red-text);
}

.promo-card__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 16px 16px 16px;
    color: var(--dark-text);
}

@media (max-width: 744px) {
    .promo-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .promo-card,
    .promo-card:nth-child(4),
    .promo-card:nth-child(5) {
        grid-column: span 1;
        min-height: auto;
    }
    .promo-card__media,
    .promo-card__media picture {
        height: 121px;
    }
    .promo-card__media img {
        width: 100%;
        height: 121px;
        object-fit: cover;
        object-position: center;
    }
}

/* СТИЛИ ФУТЕРА */
/* Основной контейнер */
.footer_links {
    height: auto;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 0.75rem;
    color: #0F0F19;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

/* Десктопные стили для .footer_links */
@media (min-width: 768px) {
    .footer_links {
        flex-direction: row;
        margin-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .footer_links {
        flex-direction: row-reverse;
        margin-top: 0.625rem;
    }
}

/* Горизонтальные отступы */
@media (min-width: 768px) {
    .footer_links {
        column-gap: 1rem;
    }
}

@media (min-width: 1024px) {
    .footer_links {
        column-gap: 2rem;
    }
}

@media (min-width: 1280px) {
    .footer_links {
        column-gap: 6rem;
    }
}

/* Элементы ссылок */
.footer_links_link {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

@media (min-width: 768px) {
    .footer_links_link {
        margin-bottom: 0;
    }
}

/* Заголовки разделов */
.footer_links_header {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-toggle {
    background-image: url(/resources/costo/images/icons/plus.svg);
    width: 24px;
    height: 24px;
    display: block;
}

.footer-toggle.active {
    background-image: url(/resources/costo/images/icons/minus.svg);
}

@media (min-width: 768px) {
    .footer-toggle {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer_links_header {
        cursor: pointer;
    }

    .footer_links_header:hover {
        color: var(--secondary);
    }
}

/* Контент разделов */
.footer_links_content {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
}

.footer_links_content a:hover {
    color: var(--secondary);
}

@media (min-width: 768px) {
    .footer_links_content {
        display: flex;
    }
}

/* Конец */


/* Добавьте в CSS */
#current-city {
    display: inline-block;
    min-height: 1.5em;
    /* Высота 1-2 строк текста */
    vertical-align: top;
}

/* Индикатор загрузки */
.city-loading {
    display: inline-block;
    width: 55px;
    height: 1.2em;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.city-loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #f5f5f5, transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    100% {
        left: 100%;
    }
}

.skeleton-item {
  background-color: #e5e7eb; /* Tailwind gray-200 */
  border-radius: 0.75rem; /* rounded-xl */
  width: 100%;
  animation: pulse 1.5s infinite ease-in-out;
}

/* Анимация пульсации */
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

