

/* Start:/local/templates/2018/css/main-page-redesign.css?178237132028629*/
@font-face {
    font-family: "TT Ramillas Trl";
    src: url("/local/templates/2018/css/../fonts/TTRamillasTrl-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Ramillas Trl";
    src: url("/local/templates/2018/css/../fonts/TTRamillasTrl-Bold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("/local/templates/2018/css/../fonts/TTNormsPro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Norms Pro";
    src: url("/local/templates/2018/css/../fonts/TTNormsPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("/local/templates/2018/css/../fonts/TTHoves-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("/local/templates/2018/css/../fonts/TTHoves-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.main-page-redesign,
.main-page-redesign * {
    box-sizing: border-box;
}

.main-page-redesign {
    max-width: 1434px;
    margin: 0 auto;
    background: #ffffff;
    color: #1e1e1e;
    font-family: "TT Norms Pro", "PF Centro Sans Pro", Arial, sans-serif;
}

.main-page-redesign a {
    color: inherit;
    text-decoration: none;
}

.main-page-redesign img {
    display: block;
    max-width: 100%;
}

.main-page-redesign button {
    border: 0;
    padding: 0;
    background: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.main-page-redesign__content {
    background: #ffffff;
    border-radius: 4px;
}

.main-page-redesign .hero-slider {
    position: relative;
    left: 50%;
    margin: 16px 0 0;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 1433 / 773;
    transform: translateX(-50%);
}

.main-page-redesign .hero-slider.is-single .hero-slider__arrow,
.main-page-redesign .hero-slider.is-single .hero-slider__dots {
    display: none;
}

.main-page-redesign .hero-slider__track {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.main-page-redesign .hero-slider__track::-webkit-scrollbar {
    display: none;
}

.main-page-redesign .hero-slider__slide {
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.main-page-redesign .hero-slider__slide-frame,
.main-page-redesign .hero-slider__slide-link,
.main-page-redesign .hero-slider__slide picture,
.main-page-redesign .hero-slider__slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.main-page-redesign .hero-slider__slide-link,
.main-page-redesign .hero-slider__slide picture,
.main-page-redesign .hero-slider__slide img {
    display: block;
}

.main-page-redesign .hero-slider__slide img {
    object-fit: cover;
}

.main-page-redesign .hero-slider__slide img.hero-slider__image--mobile {
    display: none;
}

.main-page-redesign .hero-slider__dots {
    position: absolute;
    right: 0;
    bottom: 10.9px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 55.95px;
    padding: 0 48px;
    pointer-events: none;
}

.main-page-redesign .hero-slider__dot {
    width: 223.809px;
    height: 7.533px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.3s;
    pointer-events: auto;
}

.main-page-redesign .hero-slider__dot.active {
    background: #ffffff;
}

.main-page-redesign .hero-slider__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    opacity: 0.5;
    transform: translateY(-50%);
    transition: opacity 0.2s;
}

.main-page-redesign .hero-slider__arrow:hover {
    opacity: 1;
}

.main-page-redesign .hero-slider__arrow--prev {
    left: 0;
}

.main-page-redesign .hero-slider__arrow--next {
    right: 0;
}

.main-page-redesign .hero-slider__arrow svg {
    width: 31px;
    height: 57px;
}

.main-page-redesign .category-circles {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding: 60px 0 96px;
}

.main-page-redesign .category-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.main-page-redesign .category-circle__icon {
    position: relative;
    width: 74px;
    height: 74px;
    border: 2px solid #e52777;
    border-radius: 50%;
    padding: 3px;
}

.main-page-redesign .category-circle__icon img {
    position: absolute;
    inset: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    object-fit: cover;
    border-radius: 50%;
}

.main-page-redesign .category-circle__placeholder {
    position: absolute;
    inset: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f0f0;
    color: #e52777;
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.main-page-redesign .category-circle__label {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #292929;
    text-align: center;
}

.main-page-redesign .category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 672px));
    justify-content: center;
    gap: 24px;
}

.main-page-redesign .category-grid--without-stories {
    margin-top: 96px;
}

.main-page-redesign .category-card {
    position: relative;
    display: block;
    height: 324px;
    overflow: hidden;
    border-radius: 16px;
}

.main-page-redesign .category-card picture,
.main-page-redesign .category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.main-page-redesign .category-card img {
    object-fit: cover;
    object-position: right center;
}

.main-page-redesign .category-card__title {
    position: absolute;
    top: 32px;
    left: 33px;
    z-index: 1;
    font-family: "TT Ramillas Trl", serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.35px;
    color: #1e1e1e;
}

.main-page-redesign .category-card__link {
    position: absolute;
    bottom: 30px;
    left: 33px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: "TT Hoves", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #1e1e1e;
}

.main-page-redesign .category-card__link svg {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.main-page-redesign .product-tabs {
    display: flex;
    align-items: baseline;
    gap: 32px;
    margin: 98px 0 44px;
    padding: 0 34px;
}

.main-page-redesign .product-tabs__tab {
    font-family: "TT Ramillas Trl", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.35px;
    color: #d9d9d9;
    transition: color 0.3s;
}

.main-page-redesign .product-tabs__tab.active,
.main-page-redesign .product-tabs__tab:hover {
    color: #1e1e1e;
}

.main-page-redesign .product-tabs__see-all {
    margin-left: auto;
    font-family: "TT Hoves", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #1e1e1e;
}

.main-page-redesign .product-panel {
    display: none;
}

.main-page-redesign .product-panel.active {
    display: block;
}

.main-page-redesign .product-panel__header {
    display: none;
}

.main-page-redesign .block-card {
    display: grid;
    grid-template-columns: repeat(4, 324px);
    justify-content: center;
    gap: 52px 24px;
    margin: 36px 33px 102px;
}

.main-page-redesign .main-product-card {
    position: relative;
    width: 324px;
    height: 360px;
}

.main-page-redesign .main-product-card__image {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 324px;
    height: 324px;
    overflow: hidden;
    border-radius: 16px;
    transform: translateX(-50%);
}

.main-page-redesign .main-product-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.main-page-redesign .main-product-card__image:hover img {
    transform: scale(1.05);
}

.main-page-redesign .main-product-card__price {
    position: absolute;
    top: 354px;
    left: 6px;
    font-family: "TT Hoves", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.36px;
    color: #292929;
    white-space: nowrap;
    transform: translateY(-50%);
}

.main-page-redesign .main-product-card__sku-group {
    position: absolute;
    top: 354px;
    right: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateY(-50%);
}

.main-page-redesign .main-product-card__sku {
    font-family: "TT Hoves", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.24px;
    color: #292929;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-page-redesign .main-product-card__indicator,
.main-page-redesign .mobile-card__indicator {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 50%;
}

.main-page-redesign .main-product-card__heart {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 28px;
    height: 24px;
    transition: transform 0.2s ease;
}

.main-page-redesign .main-product-card__heart:hover {
    transform: scale(1.15);
}

.main-page-redesign .main-product-card__heart svg,
.main-page-redesign .mobile-card__heart svg {
    display: block;
    width: 100%;
    height: 100%;
}

.main-page-redesign .main-product-card__heart .heart-outline,
.main-page-redesign .mobile-card__heart .heart-outline {
    fill: #ececec;
    transition: opacity 0.2s ease;
}

.main-page-redesign .main-product-card__heart .heart-filled,
.main-page-redesign .mobile-card__heart .heart-filled {
    fill: #ececec;
    opacity: 0;
    transition: opacity 0.2s ease, fill 0.2s ease;
}

.main-page-redesign .main-product-card__heart:hover .heart-outline,
.main-page-redesign .main-product-card__heart.is-active .heart-outline,
.main-page-redesign .main-product-card__heart.is-liked .heart-outline,
.main-page-redesign .mobile-card__heart.is-active .heart-outline,
.main-page-redesign .mobile-card__heart.is-liked .heart-outline {
    opacity: 0;
}

.main-page-redesign .main-product-card__heart:hover .heart-filled,
.main-page-redesign .main-product-card__heart.is-active .heart-filled,
.main-page-redesign .main-product-card__heart.is-liked .heart-filled,
.main-page-redesign .mobile-card__heart.is-active .heart-filled,
.main-page-redesign .mobile-card__heart.is-liked .heart-filled {
    opacity: 1;
}

.main-page-redesign .main-product-card__heart.is-active .heart-filled,
.main-page-redesign .main-product-card__heart.is-liked .heart-filled,
.main-page-redesign .mobile-card__heart.is-active .heart-filled,
.main-page-redesign .mobile-card__heart.is-liked .heart-filled {
    fill: #ea336f;
}

.main-page-redesign .mobile-cards {
    display: none;
}

.main-page-redesign .main-products-empty {
    margin: 36px 34px 102px;
    padding: 32px;
    border-radius: 16px;
    background: #f0f0f0;
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
}

.main-page-redesign .cta-slider {
    max-width: 1367px;
    margin: 0 auto 25px;
    overflow: hidden;
    border-radius: 16px;
}

.main-page-redesign .cta-slider__track {
    display: flex;
    transition: transform 0.5s ease;
}

.main-page-redesign .cta-banner {
    position: relative;
    flex: 0 0 100%;
    height: 434px;
    overflow: hidden;
    border-radius: 16px;
    background: #e7e8ec;
}

.main-page-redesign .cta-banner:nth-child(even) {
    background: #b27e64;
}

.main-page-redesign .cta-banner:nth-child(even) .cta-buttons__circle svg path {
    fill: black;
}

.main-page-redesign .cta-banner:nth-child(even) .cta-banner__title,
.main-page-redesign .cta-banner:nth-child(even) .cta-banner__subtitle {
    color: #ffffff;
}

.main-page-redesign .cta-banner__photo {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 49%;
    height: 403px;
    overflow: hidden;
    border-radius: 12px;
}

.main-page-redesign .cta-banner__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-page-redesign .cta-banner__title {
    position: absolute;
    top: 53px;
    left: 56.3%;
    width: 41.5%;
    font-family: "TT Ramillas Trl", serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.35px;
    color: #1e1e1e;
}

.main-page-redesign .cta-banner__subtitle {
    position: absolute;
    top: 230px;
    left: 56.3%;
    width: 36.5%;
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.35px;
    color: #1e1e1e;
}

.main-page-redesign .cta-banner:nth-child(even) .cta-banner__subtitle {
    top: 180px;
}

.main-page-redesign .cta-buttons {
    position: absolute;
    top: 327px;
    left: 56.3%;
    display: flex;
    align-items: center;
}

.main-page-redesign .cta-buttons__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #e02876;
    transition: transform 150ms ease-out, background-color 0.3s ease;
}

.main-page-redesign .cta-buttons:hover .cta-buttons__circle {
    background-color: #b81e5f;
    transform: rotate(45deg);
}

.main-page-redesign .cta-buttons__circle svg {
    width: 24px;
    height: 24px;
}

.main-page-redesign .cta-buttons__text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 229px;
    height: 54px;
    padding: 0 28px;
    border-radius: 50px;
    background: #e02876;
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.78px;
    color: #ffffff;
    text-transform: capitalize;
    transition: background-color 150ms;
}

.main-page-redesign .cta-buttons:hover .cta-buttons__text {
    background: #c9206a;
}

.main-page-redesign .cta-banner:nth-child(even) .cta-buttons__circle,
.main-page-redesign .cta-banner:nth-child(even) .cta-buttons__text {
    background: #e9e9ed;
    color: #1e1e1e;
}

.main-page-redesign .cta-banner:nth-child(even) .cta-buttons:hover .cta-buttons__circle,
.main-page-redesign .cta-banner:nth-child(even) .cta-buttons:hover .cta-buttons__text {
    background: #d5d5db;
}

.main-page-redesign .cta-buttons--placeholder {
    cursor: default;
}

.main-page-redesign .cta-buttons--placeholder .cta-buttons__text {
    min-width: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    justify-content: flex-start;
}

.main-page-redesign .cta-buttons--placeholder:hover .cta-buttons__text {
    background: transparent;
}

.main-page-redesign .contacts-divider {
    display: flex;
    justify-content: center;
    gap: 56px;
    margin-bottom: 73px;
}

.main-page-redesign .contacts-divider__line {
    width: 224px;
    height: 8px;
    border-radius: 30px;
}

.main-page-redesign .contacts-divider__line--pink,
.main-page-redesign .cta-dot.active {
    background: #e02876;
}

.main-page-redesign .contacts-divider__line--gray {
    background: #f0f0f6;
}

.main-page-redesign .cta-dot {
    cursor: pointer;
    transition: background 0.3s;
}

.main-page-redesign .contacts-title {
    margin: 0 0 67px;
    font-family: "TT Ramillas Trl", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.35px;
    color: #1e1e1e;
    padding: 0 0 0 34px;
}

.main-page-redesign .contacts-icons {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 38px;
}

.main-page-redesign .contacts-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.main-page-redesign .contacts-icon-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.main-page-redesign .contacts-icon-item__icon img,
.main-page-redesign .contacts-icon-item__icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-page-redesign .contacts-icon-item__label {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 80px;
    letter-spacing: 0.36px;
    color: #000000;
    text-align: center;
}

.main-page-redesign .stores-block {
    display: flex;
    justify-content: center;
    gap: 42px;
    max-width: 1367px;
    min-height: 324px;
    margin: 0 auto 40px;
    padding: 66px 47px;
    border-radius: 16px;
    background: #f0f0f0;
}

.main-page-redesign .stores-col {
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.main-page-redesign .store-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.main-page-redesign .store-pin {
    width: 27px;
    height: 33px;
    flex-shrink: 0;
}

.main-page-redesign .store-pin svg {
    display: block;
    width: 100%;
    height: 100%;
}

.main-page-redesign .store-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.main-page-redesign .store-name {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0.42px;
    color: #1e1e1e;
}

.main-page-redesign .store-addr {
    font-family: "TT Norms Pro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.42px;
    color: #1e1e1e;
}

@media (max-width: 1200px) {
    .main-page-redesign .block-card {
        grid-template-columns: repeat(3, 324px);
    }

    .main-page-redesign .stores-block {
        gap: 48px;
    }
}

@media (max-width: 1024px) {
    .main-page-redesign .hero-slider {
        aspect-ratio: 16 / 9;
    }

    .main-page-redesign .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-page-redesign .category-grid--without-stories {
        margin-top: 72px;
    }

    .main-page-redesign .product-tabs {
        display: none;
    }

    .main-page-redesign .product-panel,
    .main-page-redesign .product-panel.active {
        display: block;
    }

    .main-page-redesign .product-panel__header {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 24px;
        margin: 72px 0 28px;
        padding: 0 34px;
    }

    .main-page-redesign .product-panel__title {
        margin: 0;
        font-family: "TT Ramillas Trl", serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.35px;
        color: #1e1e1e;
    }

    .main-page-redesign .product-panel__see-all {
        flex-shrink: 0;
        font-family: "TT Hoves", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0.36px;
        color: #1e1e1e;
    }

    .main-page-redesign .block-card {
        grid-template-columns: repeat(2, 324px);
        margin-top: 0;
    }

    .main-page-redesign .block-card .main-product-card:nth-child(n+5) {
        display: none;
    }

    .main-page-redesign .cta-banner__title {
        font-size: 40px;
    }

    .main-page-redesign .cta-banner__subtitle {
        font-size: 20px;
    }

    .main-page-redesign .stores-block {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .main-page-redesign {
        max-width: 390px;
    }

    .main-page-redesign .hero-slider {
        left: auto;
        width: auto;
        margin: 32px 12px 0;
        overflow: visible;
        border-radius: 16px;
        aspect-ratio: 1 / 1;
        transform: none;
    }

    .main-page-redesign .hero-slider__track {
        overflow: hidden auto;
        border-radius: 16px;
    }

    .main-page-redesign .hero-slider__slide img {
        border-radius: 16px;
    }

    .main-page-redesign .hero-slider__slide img.hero-slider__image--desktop.hero-slider__image--has-mobile {
        display: none;
    }

    .main-page-redesign .hero-slider__slide img.hero-slider__image--mobile {
        display: block;
    }

    .main-page-redesign .hero-slider__dots {
        position: relative;
        inset: auto;
        justify-content: center;
        gap: 15px;
        padding: 12px 0 0;
    }

    .main-page-redesign .hero-slider__dot {
        width: 60px;
        height: 5px;
        background: #d8d7db;
    }

    .main-page-redesign .hero-slider__dot.active {
        background: #e52777;
    }

    .main-page-redesign .hero-slider__arrow {
        display: none;
    }

    .main-page-redesign .category-circles {
        justify-content: flex-start;
        gap: 14px;
        margin-top: 38px;
        padding: 0 12px 22px;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .main-page-redesign .category-circles::-webkit-scrollbar {
        display: none;
    }

    .main-page-redesign .category-circle {
        width: 82px;
        flex-shrink: 0;
        gap: 8px;
    }

    .main-page-redesign .category-circle__icon {
        width: 76px;
        height: 76px;
    }

    .main-page-redesign .category-circle__label {
        font-size: 14px;
    }

    .main-page-redesign .category-grid {
        display: flex;
        flex-direction: column;
        gap: 13px;
        padding: 0 12px 16px;
    }

    .main-page-redesign .category-grid--without-stories {
        margin-top: 58px;
    }

    .main-page-redesign .category-card {
        height: 90px;
        border-radius: 16px;
    }

    .main-page-redesign .category-card img {
        border-radius: 16px;
    }

    .main-page-redesign .category-card__title {
        top: 15px;
        left: 16px;
        font-family: "TT Ramillas Trl", serif;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.35px;
    }

    .main-page-redesign .category-card__link {
        display: none;
    }

    .main-page-redesign .product-panel__header {
        margin: 0 0 20px;
        padding: 0 12px;
    }

    .main-page-redesign .product-panel__title {
        font-size: 28px;
    }

    .main-page-redesign .product-panel__see-all {
        font-size: 16px;
        white-space: nowrap;
    }

    .main-page-redesign .block-card {
        display: none;
    }

    .main-page-redesign .mobile-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 14px;
        padding: 0 12px 48px;
    }

    .main-page-redesign .mobile-card {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .main-page-redesign .mobile-card__image {
        position: relative;
        overflow: hidden;
        border-radius: 13px;
        aspect-ratio: 176 / 180;
    }

    .main-page-redesign .mobile-card__image-link {
        position: absolute;
        inset: 0;
        display: block;
    }

    .main-page-redesign .mobile-card__image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 13px;
    }

    .main-page-redesign .mobile-card__heart {
        position: absolute;
        top: 13px;
        right: 13px;
        z-index: 2;
        width: 21px;
        height: 18px;
    }

    .main-page-redesign .mobile-card__info-row {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 8px;
        margin-top: 8px;
        padding: 0 3px 1px;
    }

    .main-page-redesign .mobile-card__price {
        font-family: "TT Hoves", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.36px;
        color: #292929;
        white-space: nowrap;
    }

    .main-page-redesign .mobile-card__sku-group {
        display: flex;
        align-items: center;
        gap: 4px;
        min-width: 0;
    }

    .main-page-redesign .mobile-card__indicator {
        width: 8px;
        height: 8px;
    }

    .main-page-redesign .mobile-card__sku {
        overflow: hidden;
        font-family: "TT Hoves", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.24px;
        color: #292929;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .main-page-redesign .main-products-empty {
        margin: 0 12px 48px;
        padding: 24px;
        font-size: 16px;
    }

    .main-page-redesign .cta-slider {
        margin: 0 0 20px;
        overflow: hidden;
        border-radius: 0;
    }

    .main-page-redesign .cta-slider__track {
        gap: 12px;
        padding: 0 12px;
    }

    .main-page-redesign .cta-banner {
        display: flex;
        flex: 0 0 100%;
        flex-direction: column;
        align-items: center;
        height: auto;
        min-height: 0;
        border-radius: 16px;
    }

    .main-page-redesign .cta-banner__photo {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% - 24px);
        height: auto;
        margin: 12px 12px 0;
        border-radius: 12px;
        aspect-ratio: 338 / 363;
    }

    .main-page-redesign .cta-banner__title {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0;
        padding: 24px 24px 0;
        font-family: "TT Ramillas Trl", serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 1;
        text-align: center;
    }

    .main-page-redesign .cta-banner__subtitle,
    .main-page-redesign .cta-banner:nth-child(even) .cta-banner__subtitle {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0;
        padding: 12px 24px 0;
        font-family: "TT Norms Pro", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
    }

    .main-page-redesign .cta-buttons {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: auto;
        padding: 20px 16px;
    }

    .main-page-redesign .cta-buttons__text {
        min-width: 0;
        flex: 1;
        font-family: "TT Norms Pro", sans-serif;
        font-size: 16px;
    }

    .main-page-redesign .contacts-divider {
        gap: 20px;
        margin-bottom: 48px;
    }

    .main-page-redesign .contacts-divider__line {
        width: 100px;
        height: 5px;
    }

    .main-page-redesign .contacts-section {
        padding: 0 12px 0;
    }

    .main-page-redesign .contacts-title {
        margin-bottom: 58px;
        font-family: "TT Ramillas Trl", serif;
        font-weight: 700;
        font-size: 28px;
    }

    .main-page-redesign .contacts-icons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 16px;
        margin-bottom: 72px;
    }

    .main-page-redesign .contacts-icon-item__label {
        font-size: 18px;
        line-height: 1.2;
    }

    .main-page-redesign .stores-block {
        flex-direction: column;
        gap: 0;
        min-height: 0;
        margin-top: 48px;
        padding: 24px 16px;
        border-radius: 0;
        background: transparent;
    }

    .main-page-redesign .stores-col {
        gap: 36px;
        margin-bottom: 36px;
    }

    .main-page-redesign .stores-col:last-child {
        margin-bottom: 0;
    }

    .main-page-redesign .store-pin {
        width: 26px;
        height: 34px;
    }

    .main-page-redesign .store-name {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0;
    }

    .main-page-redesign .store-addr {
        font-size: 18px;
        letter-spacing: 0;
    }
}

@media (max-width: 785px) {
    .main-page-redesign .contacts-title {
        padding: 0;
    }
}

@media (max-width: 380px) {
    .main-page-redesign .mobile-card__price {
        font-size: 14px;
    }

    .main-page-redesign .mobile-card__sku {
        font-size: 11px;
    }
}

/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/main-page-stories/style.css?17823573807916*/
.main-page-redesign .main-stories {
    padding: 60px 0 96px;
}

.main-page-redesign .main-stories__rail {
    display: flex;
    justify-content: center;
    gap: 48px;
    overflow-x: auto;
    padding: 4px 18px 0;
    scrollbar-width: none;
}

.main-page-redesign .main-stories__rail::-webkit-scrollbar {
    display: none;
}

.main-page-redesign .main-story {
    display: flex;
    min-width: 92px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.main-page-redesign .main-story__ring {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: conic-gradient(
        #d7d7dd 0deg var(--story-viewed-angle, 0deg),
        #e52777 var(--story-viewed-angle, 0deg),
        #ff6936,
        #91dc00,
        #00c7ff,
        #bf3ecc,
        #e52777
    );
    padding: 3px;
    transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.main-page-redesign .main-story:hover .main-story__ring {
    transform: translateY(-2px);
}

.main-page-redesign .main-story.is-viewed-full .main-story__ring {
    background: #d7d7dd;
}

.main-page-redesign .main-story__media {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #f0f0f0;
}

.main-page-redesign .main-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-page-redesign .main-story__title {
    max-width: 110px;
    font-size: 15px;
    line-height: 1.2;
    color: #292929;
    text-align: center;
}

.story-viewer {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    transition: opacity 220ms ease;
}

.story-viewer.is-open {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.story-viewer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    opacity: 0;
    transition: opacity 220ms ease;
}

.story-viewer.is-open .story-viewer__backdrop {
    opacity: 1;
}

.story-viewer__stage {
    position: relative;
    width: min(100vw, 980px);
    height: min(100vh, 780px);
    overflow: hidden;
}

.story-viewer__slides {
    position: absolute;
    inset: 0;
}

.story-viewer__slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(390px, calc(100vw - 40px));
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 20px;
    background: #101010;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.82);
    transition: transform 280ms ease, opacity 240ms ease, filter 240ms ease;
}

.story-viewer__slide.is-active {
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

.story-viewer__slide.is-prev,
.story-viewer__slide.is-next {
    z-index: 2;
    opacity: 0.45;
    pointer-events: auto;
    filter: saturate(0.8) brightness(0.72);
    cursor: pointer;
}

.story-viewer__slide.is-prev {
    transform: translate(calc(-50% - 200px), -50%) scale(0.82);
}

.story-viewer__slide.is-next {
    transform: translate(calc(-50% + 200px), -50%) scale(0.82);
}

.story-viewer__progress {
    position: absolute;
    top: 14px;
    right: 16px;
    left: 16px;
    z-index: 5;
    display: flex;
    gap: 4px;
    height: 4px;
}

.story-viewer__progress-item {
    display: block;
    flex: 1 1 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.35);
}

.story-viewer__progress-item span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: left center;
}

.story-viewer__step {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.story-viewer__step.is-active {
    opacity: 1;
    pointer-events: auto;
}

.story-viewer__media {
    position: absolute;
    inset: 0;
    display: block;
}

.story-viewer__media img,
.story-viewer__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-viewer__media--link {
    cursor: pointer;
}

.story-viewer__edge {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 6;
    width: 15%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0;
    transition: opacity 180ms ease;
}

.story-viewer__edge:hover {
    opacity: 1;
}

.story-viewer__edge[disabled] {
    display: none;
}

.story-viewer__edge--prev {
    left: 210px;
}

.story-viewer__edge--next {
    right: 210px;
}

.story-viewer__arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.22);
    transform: translateY(-50%);
}

.story-viewer__edge--prev .story-viewer__arrow {
    left: 24px;
}

.story-viewer__edge--next .story-viewer__arrow {
    right: 24px;
}

.story-viewer__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.story-viewer__edge--prev .story-viewer__arrow::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.story-viewer__edge--next .story-viewer__arrow::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.story-viewer__close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 8;
    display: none;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.28);
    cursor: pointer;
}

.story-viewer__close::before,
.story-viewer__close::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 10px;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
}

.story-viewer__close::before {
    transform: rotate(45deg);
}

.story-viewer__close::after {
    transform: rotate(-45deg);
}

.story-viewer.is-paused .story-viewer__slide.is-active {
    filter: brightness(0.84);
}

@media (max-width: 900px) {
    .main-page-redesign .main-stories {
        padding: 40px 0 58px;
    }

    .main-page-redesign .main-stories__rail {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        overflow-x: visible;
        padding: 4px 14px 0;
    }

    .main-page-redesign .main-story {
        min-width: 78px;
        gap: 10px;
    }

    .main-page-redesign .main-story__ring {
        width: 68px;
        height: 68px;
    }

    .main-page-redesign .main-story__title {
        max-width: 86px;
        font-size: 12px;
    }

    .story-viewer__stage {
        width: 100vw;
        height: 100vh;
    }

    .story-viewer__slide {
        width: min(420px, calc(100vw - 24px));
        max-height: calc(100vh - 44px);
    }

    .story-viewer__slide.is-prev,
    .story-viewer__slide.is-next {
        opacity: 0;
        pointer-events: none;
    }

    .story-viewer__edge {
        width: 34%;
        opacity: 0;
    }

    .story-viewer__edge--prev {
        right: auto;
        left: 0;
    }

    .story-viewer__edge--next {
        right: 0;
        left: auto;
    }

    .story-viewer__arrow {
        width: 34px;
        height: 34px;
    }

    .story-viewer__edge--prev .story-viewer__arrow {
        left: 15px;
    }

    .story-viewer__edge--next .story-viewer__arrow {
        right: 15px;
    }

    .story-viewer__close {
        display: block;
        top: 12px;
        right: 12px;
    }
}

/* End */
/* /local/templates/2018/css/main-page-redesign.css?178237132028629 */
/* /local/templates/2018/components/bitrix/news.list/main-page-stories/style.css?17823573807916 */
