/* KOSMOSTORE HOME BUSINESS START */


/* =========================================================
   ГЛАВНЫЙ ЭКРАН
   ========================================================= */

.hero-premium-title{
    display: grid;
    max-width: 770px;
    margin: 0;
    color: #f8f2e9;
    font-size: clamp(68px, 7.2vw, 116px);
    font-weight: 950;
    line-height: 0.83;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}

.hero-premium-title span,
.hero-premium-title strong{
    display: block;
}

.hero-premium-title strong{
    color: #f1d9b7;
    font: inherit;
}

.hero-business-subtitle{
    margin: 30px 0 0;
    color: #78c4ed;
    font-size: clamp(16px, 1.35vw, 22px);
    font-weight: 900;
    letter-spacing: 0.025em;
}

.hero-business-description{
    max-width: 700px;
    margin: 22px 0 0;
    color: #c1cfdd;
    font-size: 17px;
    line-height: 1.72;
}

.hero-proof{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hero-proof span{
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    color: #dce8f2;
    border:
        1px solid rgba(117, 182, 223, 0.24);
    border-radius: 999px;
    background: rgba(7, 20, 38, 0.66);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}


/* =========================================================
   О МАГАЗИНЕ
   ========================================================= */

.store-about{
    position: relative;
    overflow: hidden;
}

.store-about::before{
    content: "";
    position: absolute;
    top: 5%;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(117, 182, 223, 0.09),
            transparent 68%
        );
    pointer-events: none;
}

.store-about__grid{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);
    gap: 70px;
    align-items: start;
}

.store-about__content{
    position: sticky;
    top: 120px;
}

.store-about__content h2{
    max-width: 650px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(40px, 4vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.store-about__lead{
    max-width: 650px;
    margin: 25px 0 0;
    color: #c0ceda;
    font-size: 17px;
    line-height: 1.75;
}

.store-about__lead + .store-about__lead{
    margin-top: 15px;
}

.store-about__signature{
    display: grid;
    gap: 7px;
    margin-top: 30px;
    padding: 20px 22px;
    border-left: 3px solid #ed4d42;
    border-radius: 0 14px 14px 0;
    background:
        linear-gradient(
            90deg,
            rgba(237, 77, 66, 0.1),
            rgba(237, 77, 66, 0.015)
        );
}

.store-about__signature span{
    color: #ed6258;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.store-about__signature strong{
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
}

.store-about__advantages{
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.store-advantage{
    position: relative;
    min-height: 195px;
    padding: 25px;
    overflow: hidden;
    border:
        1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background:
        linear-gradient(
            145deg,
            rgba(14, 29, 48, 0.9),
            rgba(5, 13, 25, 0.88)
        );
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.18);
}

.store-advantage::after{
    content: "";
    position: absolute;
    right: -50px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(117, 182, 223, 0.09),
            transparent 70%
        );
}

.store-advantage h3{
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 19px;
}

.store-advantage p{
    position: relative;
    z-index: 1;
    margin: 0;
    color: #95a9bb;
    font-size: 13px;
    line-height: 1.65;
}

.store-contacts__heading{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(300px, 0.62fr);
    gap: 60px;
    align-items: end;
}

.store-contacts__heading h2{
    max-width: 770px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.store-contacts__heading > p:last-child{
    margin: 0;
    color: #a7b8c7;
    font-size: 15px;
    line-height: 1.7;
}

.store-contact-grid{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 13px;
    margin-top: 46px;
}

.store-contact-card{
    display: grid;
    min-height: 182px;
    align-content: space-between;
    padding: 22px;
    color: #ffffff;
    border:
        1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(10, 23, 39, 0.75);
    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        transform 0.18s ease;
}

a.store-contact-card:hover{
    color: #ffffff;
    border-color:
        rgba(117, 182, 223, 0.42);
    background: rgba(14, 32, 53, 0.95);
    transform: translateY(-3px);
}

.store-contact-card__top{
    display: block;
    color: #7890a5;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store-contact-card strong{
    display: block;
    margin-top: 25px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
}

.store-contact-card small{
    display: block;
    margin-top: 8px;
    color: #91a6b8;
    font-size: 12px;
    line-height: 1.55;
}

.store-contact-actions{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.store-contact-actions .button{
    min-width: 150px;
}

.store-contact-placeholder{
    position: relative;
    cursor: default;
    user-select: none;
}

.store-contact-placeholder::after{
    content: "скоро";
    margin-left: 9px;
    padding: 3px 7px;
    color: #8fa9bd;
    border:
        1px solid rgba(117, 182, 223, 0.22);
    border-radius: 999px;
    background:
        rgba(117, 182, 223, 0.055);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* =========================================================
   НИЖНЯЯ ПАНЕЛЬ
   ========================================================= */

.store-footer-panel{
    position: relative;
    z-index: 1;
    margin-top: 58px;
    padding: 30px;
    overflow: hidden;
    border:
        1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(14, 29, 48, 0.88),
            rgba(5, 13, 25, 0.94)
        );
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.store-footer-panel::before{
    content: "";
    position: absolute;
    top: -180px;
    left: -120px;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(117, 182, 223, 0.09),
            transparent 70%
        );
    pointer-events: none;
}

.store-footer-panel__top{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns:
        minmax(230px, 0.55fr)
        minmax(0, 1.45fr);
    gap: 35px;
    align-items: center;
}

.store-footer-brand{
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 13px;
    color: #ffffff;
    text-decoration: none;
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
}

.store-footer-brand:hover{
    color: #ffffff;
    opacity: 0.92;
    transform: translateY(-2px);
}

.store-footer-brand img{
    display: block;
    width: 58px;
    height: 58px;
    object-fit: cover;
    border:
        1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.25);
}

.store-footer-brand__text{
    display: grid;
    gap: 1px;
}

.store-footer-brand__text strong{
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.025em;
}

.store-footer-brand__text small{
    color: #ed5147;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: 0.38em;
}

.store-footer-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.store-footer-nav a{
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 13px;
    color: #b9c8d4;
    border:
        1px solid transparent;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
    transition:
        color 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease,
        transform 0.18s ease;
}

.store-footer-nav a:hover{
    color: #ffffff;
    border-color:
        rgba(117, 182, 223, 0.22);
    background:
        rgba(117, 182, 223, 0.07);
    transform: translateY(-1px);
}

.store-footer-panel__details{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 27px;
    padding-top: 22px;
    color: #8197a9;
    border-top:
        1px solid rgba(255, 255, 255, 0.07);
    font-size: 10px;
    font-weight: 750;
}

.store-footer-panel__details span{
    position: relative;
}

.store-footer-panel__details
span:not(:last-child)::after{
    content: "•";
    position: absolute;
    right: -15px;
    color: #ed5147;
}

.store-developer-credit{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #778c9e;
    white-space: nowrap;
}

.store-developer-credit strong{
    color: #aebdca;
    font-weight: 850;
}

.store-developer-icon{
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border:
        1px solid rgba(244, 185, 76, 0.19);
    border-radius: 9px;
    background:
        rgba(244, 185, 76, 0.055);
    font-size: 16px;
}

#about,
#contacts{
    scroll-margin-top: 90px;
}


/* =========================================================
   АДАПТАЦИЯ
   ========================================================= */

@media (max-width: 1050px){
    .store-about__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .store-about__content {
        position: static;
    }

    .store-contact-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .store-contacts__heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .store-footer-panel__top {
        grid-template-columns: 1fr;
    }

    .store-footer-nav {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .hero-premium-title{
        font-size: clamp(58px, 17vw, 82px);
        line-height: 0.85;
        letter-spacing: -0.065em;
    }

    .hero-business-subtitle{
        margin-top: 23px;
        font-size: 15px;
        line-height: 1.5;
    }

    .hero-business-description{
        font-size: 15px;
    }

    .hero-proof{
        display: grid;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .hero-proof span{
        justify-content: center;
        text-align: center;
    }

    .store-about__advantages,
.store-contact-grid{
        grid-template-columns: 1fr;
    }

    .store-contact-actions{
        display: grid;
        grid-template-columns: 1fr;
    }

    .store-contact-actions .button{
        width: 100%;
    }

    .store-footer-panel{
        margin-top: 42px;
        padding: 22px;
        border-radius: 19px;
    }

    .store-footer-nav{
        display: grid;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .store-footer-nav a{
        justify-content: center;
        text-align: center;
    }

    .store-footer-panel__details{
        display: grid;
        gap: 9px;
    }

    .store-footer-panel__details
    span::after{
        display: none !important;
    }

    .store-developer-credit{
        justify-content: flex-start;
        white-space: normal;
    }
}

@media (max-width: 430px) {
    .hero-proof,
.store-footer-nav{
        grid-template-columns: 1fr;
    }

    .store-about__content h2,
.store-contacts__heading h2{
        font-size: 40px;
    }
}


/* KOSMOSTORE HOME BUSINESS END */


/* DEVELOPER STRIP 1.2.2 START */

/*
 * Дополнительная защита от прежних меток 01–04.
 */
.store-advantage__number,
.store-contact-card__top > span:last-child{
    display: none !important;
}


/*
 * Самая нижняя панель сайта с разработчиком.
 */
.store-developer-strip{
    position: relative;
    z-index: 5;
    margin-top: 30px;
    border-top:
        1px solid rgba(255, 255, 255, 0.075);
    background:
        linear-gradient(
            180deg,
            rgba(3, 10, 20, 0.22),
            rgba(2, 7, 15, 0.82)
        );
}

.store-developer-strip__inner{
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: center;
}

.store-developer-strip__mug{
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    border:
        1px solid rgba(235, 177, 65, 0.27);
    border-radius: 15px;
    background:
        radial-gradient(
            circle at 35% 25%,
            rgba(255, 227, 161, 0.17),
            rgba(235, 177, 65, 0.045)
        );
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.store-developer-strip__mug svg{
    display: block;
    width: 34px;
    height: 34px;
    overflow: visible;
}

.beer-icon__glass{
    fill: rgba(194, 224, 242, 0.12);
    stroke: #bdd9e9;
    stroke-width: 2.5;
    stroke-linejoin: round;
}

.beer-icon__beer{
    fill: #d9921f;
}

.beer-icon__handle{
    fill: none;
    stroke: #bdd9e9;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.beer-icon__foam{
    fill: #f7ead0;
    stroke: #d8c8a8;
    stroke-width: 1;
}

.store-developer-strip__text{
    display: grid;
    gap: 4px;
    line-height: 1;
}

.store-developer-strip__text small{
    color: #73899b;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.store-developer-strip__text strong{
    color: #eaf0f4;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: 0.025em;
}

@media (max-width: 620px) {
    .store-developer-strip__inner{
        min-height: 82px;
        justify-content: flex-start;
    }

    .store-developer-strip__mug{
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    .store-developer-strip__mug svg{
        width: 31px;
        height: 31px;
    }
}

/* DEVELOPER STRIP 1.2.2 END */

/* CONTACT NAVIGATION FIX START */

html{
    scroll-behavior: smooth;
}

/*
 * Точка назначения #header уже существует.
 * Этот стиль не даёт ей занимать место.
 */
.page-top-anchor{
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

/*
 * Заглушка Telegram.
 */
.store-contact-placeholder[
    data-contact-placeholder="telegram"
]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    user-select: none;
}

.store-footer-panel::before{
    pointer-events: none !important;
}

.store-footer-panel{
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

.store-footer-brand__text strong{
    display: block;
    color: #f6f0e7;
    font-family:
        "Arial Black",
        "Franklin Gothic Heavy",
        "Segoe UI Black",
        Arial,
        sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    transform: scaleX(1.075);
    transform-origin: left center;
    white-space: nowrap;
}

.store-footer-brand__text small{
    display: block;
    margin-left: 1px;
    color: #ed5147;
    font-family:
        "Arial Black",
        "Franklin Gothic Heavy",
        Arial,
        sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.48em;
    text-transform: uppercase;
    transform: scaleX(1.04);
    transform-origin: left center;
    white-space: nowrap;
}


@media (max-width: 700px) {
    .store-footer-brand__text strong{
        font-size: 21px;
        letter-spacing: -1.35px;
        transform: scaleX(1.06);
    }

    .store-footer-brand__text small{
        font-size: 7px;
        letter-spacing: 0.44em;
    }
}


/*
 * Тонкая красная линия поддерживает
 * фирменную стилистику сайта.
 */

.floating-scroll-top::before{
    content: "";

    position: absolute;
    top: 6px;
    left: 50%;

    width: 15px;
    height: 2px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #e74b43,
            #ff766d
        );

    box-shadow:
        0 0 10px
        rgba(231, 75, 67, 0.34);

    transform:
        translateX(-50%);

    pointer-events: none;
}


/*
 * Видимое состояние.
 */

.floating-scroll-top.is-visible{
    opacity: 0.9;
    visibility: visible;
    pointer-events: auto;

    transform:
        translateY(0)
        scale(1);
}


/*
 * Значок стрелки.
 */

.floating-scroll-top__icon{
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;

    pointer-events: none;
}

.floating-scroll-top__icon svg{
    display: block;
    width: 22px;
    height: 22px;
    overflow: visible;
}

.floating-scroll-top__icon path{
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/*
 * Небольшая подпись появляется только при наведении
 * или управлении с клавиатуры.
 */

.floating-scroll-top__hint{
    position: absolute;
    left: calc(100% + 10px);
    bottom: 50%;

    display: flex;
    min-height: 30px;
    align-items: center;

    padding: 6px 10px;

    color:
        rgba(245, 238, 229, 0.92);

    border:
        1px solid
        rgba(255, 255, 255, 0.1);

    border-radius: 9px;

    background:
        rgba(5, 16, 29, 0.94);

    box-shadow:
        0 10px 28px
        rgba(0, 0, 0, 0.22);

    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;

    transform:
        translateY(50%)
        translateX(-5px);

    transition:
        opacity 0.18s ease,
        visibility 0.18s ease,
        transform 0.2s ease;

    pointer-events: none;
}


/*
 * Наведение и клавиатурный фокус.
 */

.floating-scroll-top:hover,
.floating-scroll-top:focus-visible{
    color: #ffffff;

    border-color:
        rgba(239, 87, 79, 0.78);

    background:
        linear-gradient(
            145deg,
            rgba(28, 48, 70, 0.98),
            rgba(8, 21, 36, 0.99)
        );

    box-shadow:
        0 14px 36px
        rgba(0, 0, 0, 0.32),
        0 0 20px
        rgba(225, 65, 60, 0.12),
        inset 0 1px 0
        rgba(255, 255, 255, 0.09);

    opacity: 1;

    transform:
        translateY(-2px)
        scale(1.025);
}

.floating-scroll-top:hover
.floating-scroll-top__hint,
.floating-scroll-top:focus-visible
.floating-scroll-top__hint{
    opacity: 1;
    visibility: visible;

    transform:
        translateY(50%)
        translateX(0);
}

.floating-scroll-top:active{
    transform:
        translateY(0)
        scale(0.97);
}


/*
 * На устройствах без наведения текстовая
 * подсказка не нужна.
 */

@media (hover: none){
    .floating-scroll-top__hint {
        display: none;
    }

    .floating-scroll-top.is-visible {
        opacity: 0.86;
    }
}


/*
 * Мобильная версия чуть компактнее.
 */

@media (max-width: 700px){
    .floating-scroll-top {
        left: 14px;
        bottom:
            calc(
                14px
                + env(
                    safe-area-inset-bottom,
                    0px
                )
            );

        width: 44px;
        height: 44px;

        border-radius: 14px;
    }

    .floating-scroll-top__icon,
    .floating-scroll-top__icon svg {
        width: 20px;
        height: 20px;
    }
}


/*
 * Уважаем настройки уменьшения анимации.
 */

@media (
    prefers-reduced-motion: reduce
){
    .floating-scroll-top,
    .floating-scroll-top__hint {
        transition: none;
    }
}


/* FLOATING SCROLL TOP END */

/* KOSMOSTORE SAFE SINGLE-LINE NOTES START */

.floating-note--top > span,
.floating-note--bottom > span {
    display: block;
    margin: 0;
    white-space: nowrap;
}

/* KOSMOSTORE SAFE SINGLE-LINE NOTES END */

/* KOSMOSTORE HOME VISUAL BALANCE START */


/* =======================================================
   ПРОЗРАЧНАЯ СЕКЦИЯ «ПОПУЛЯРНОЕ»
   ======================================================= */

/*
 * Убираем только общую синюю подложку секции.
 * Сами карточки товаров сохраняют своё оформление.
 */

.section.popular {
    background:
        transparent !important;

    background-image:
        none !important;

    border-color:
        transparent !important;

    box-shadow:
        none !important;
}


.section.popular::before,
.section.popular::after {
    display:
        none !important;
}


.section.popular > .container {
    background:
        transparent !important;

    background-image:
        none !important;

    border-color:
        transparent !important;

    box-shadow:
        none !important;
}


/*
 * Заголовок, карточки и ссылка остаются
 * поверх общего космического фона страницы.
 */

.section.popular .section-header,
.section.popular .product-grid {
    position:
        relative;

    z-index:
        1;
}


/* =======================================================
   УВЕЛИЧЕННЫЕ ПЛАШКИ «О МАГАЗИНЕ»
   ======================================================= */

@media (min-width: 901px) {
    /*
     * Левая и правая части теперь занимают
     * одинаковую высоту внутри общей сетки.
     */

    .store-about__grid {
        align-items:
            stretch !important;
    }


    /*
     * Два ряда карточек равномерно растягиваются
     * на высоту левого текстового блока.
     */

    .store-about__advantages {
        align-self:
            stretch !important;

        display:
            grid !important;

        height:
            100% !important;

        grid-template-rows:
            repeat(
                2,
                minmax(0, 1fr)
            ) !important;
    }


    /*
     * Карточки становятся выше без изменения
     * их ширины, шрифтов и общей стилистики.
     */

    .store-about__advantages
    .store-advantage {
        display:
            flex !important;

        min-height:
            0 !important;

        height:
            100% !important;

        flex-direction:
            column !important;

        justify-content:
            flex-start !important;

        padding:
            clamp(
                30px,
                2vw,
                36px
            ) !important;
    }


    .store-about__advantages
    .store-advantage p {
        margin-bottom:
            0 !important;
    }
}


/*
 * На планшетах и телефонах карточки снова
 * используют естественную высоту содержимого.
 */

@media (max-width: 900px) {
    .store-about__advantages {
        height:
            auto !important;

        grid-template-rows:
            none !important;
    }


    .store-about__advantages
    .store-advantage {
        min-height:
            initial !important;

        height:
            auto !important;
    }
}


/* KOSMOSTORE HOME VISUAL BALANCE END */
