/* Стили главной Zimnie. Все правила ограничены .front_page / .zimnie-home. */
:root {
    --home-bg: #f0f4f5;
    --home-card: #fff;
    --home-brand: #220ecc;
    --home-brand-dark: #200faf;
    --home-lime: #a2ce3b;
    --home-ink: #16181d;
    --home-muted: #8a9097;
    --home-line: #e4e8eb;
    --home-radius: 0 18px 0 18px;
    --home-radius-lg: 0 34px 0 34px;
}

body.front_page {
    overflow-x: hidden;
    overflow-x: clip;
    background: var(--home-bg);
    color: var(--home-ink);
}

body.front_page .wrapper1,
body.front_page .wrapper_inner,
body.front_page .middle {
    background: transparent;
}

body.front_page .wrapper_inner.front,
body.front_page .container_inner {
    max-width: none;
    padding: 0;
}

body.front_page .container_inner {
    display: block;
}

body.front_page .right_block {
    width: 100%;
}

.zimnie-home {
    width: 100%;
    min-width: 0;
    max-width: 1408px;
    margin: 0 auto;
    padding: 0 24px 54px;
}

.zimnie-home * {
    box-sizing: border-box;
}

.zimnie-home__section {
    margin-top: 50px;
}

.zimnie-home__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--home-brand);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.zimnie-home__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.zimnie-home__heading h2,
.zimnie-home__subscribe h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.zimnie-home__heading > a {
    color: var(--home-brand);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.zimnie-home__heading > a:hover {
    color: var(--home-brand-dark);
}

.zimnie-home__bottom-text {
    padding: 36px 40px;
    border-radius: var(--home-radius-lg);
    background: var(--home-card);
    color: var(--home-ink);
    font-size: 16px;
    line-height: 1.65;
}

.zimnie-home__bottom-text > :first-child {
    margin-top: 0;
}

.zimnie-home__bottom-text > :last-child {
    margin-bottom: 0;
}

.zimnie-home__bottom-text h2,
.zimnie-home__bottom-text h3,
.zimnie-home__bottom-text h4 {
    margin: 0 0 18px;
    color: var(--home-ink);
    font-weight: 800;
    line-height: 1.2;
}

.zimnie-home__bottom-text h2 {
    font-size: 28px;
}

.zimnie-home__bottom-text p,
.zimnie-home__bottom-text ul,
.zimnie-home__bottom-text ol,
.zimnie-home__bottom-text blockquote,
.zimnie-home__bottom-text table {
    margin: 0 0 16px;
}

.zimnie-home__bottom-text img,
.zimnie-home__bottom-text video,
.zimnie-home__bottom-text iframe {
    max-width: 100%;
    height: auto;
}

.zimnie-home__bottom-text a {
    color: var(--home-brand);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.zimnie-home__panel-heading {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.zimnie-home__panel-heading h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -.035em;
}

.zimnie-home__panel-heading > span {
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}

/* Шапка */
body.front_page .header_wrap {
    background: var(--home-bg);
}

body.front_page .header__top-inner.zimnie-v7-head,
body.front_page .header-wrapper .maxwidth-theme,
body.front_page .header_wrap .maxwidth-theme {
    max-width: 1280px;
    padding-right: 24px;
    padding-left: 24px;
}

body.front_page .search-wrapper,
body.front_page .search-input {
    border-radius: var(--home-radius);
}

body.front_page .btn-search {
    border-radius: 0 11px 0 11px;
    background: var(--home-brand);
}

/* Hero */
.zimnie-home__hero .top_big_one_banner,
.zimnie-home__hero .top_slider_wrapp {
    margin: 0;
}

.zimnie-home__hero > .maxwidth-theme,
.zimnie-home__hero .top_big_one_banner,
.zimnie-home__hero .top_slider_wrapp {
    width: 100%;
    max-width: none;
    padding: 0;
}

.zimnie-home__hero .top_slider_wrapp,
.zimnie-home__hero .main-slider,
.zimnie-home__hero .main-slider__item {
    overflow: hidden;
    border-radius: 0;
}

.zimnie-home__hero .main-slider,
.zimnie-home__hero .main-slider__item,
.zimnie-home__hero .main-slider__item td,
.zimnie-home__hero .main-slider__item .item_banner,
.zimnie-home__hero .main-slider__item img {
    height: 395px;
}

.zimnie-home__hero .main-slider__item {
    background-position: center;
    background-size: cover;
}

.zimnie-home__hero .main-slider__item .item_banner,
.zimnie-home__hero .main-slider__item img {
    width: 100%;
    object-fit: cover;
}

.zimnie-home__hero .main-slider .swiper-button-prev,
.zimnie-home__hero .main-slider .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .85);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
}

.zimnie-home__hero .main-slider .swiper-button-prev {
    left: 18px;
}

.zimnie-home__hero .main-slider .swiper-button-next {
    right: 18px;
}

.zimnie-home__hero .main-slider .swiper-button-prev:hover,
.zimnie-home__hero .main-slider .swiper-button-next:hover {
    background: #fff;
}

.zimnie-home__hero .main-slider .swiper-button-prev::after,
.zimnie-home__hero .main-slider .swiper-button-next::after {
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: 2px solid var(--home-ink);
    border-left: 2px solid var(--home-ink);
    background: none;
    content: "";
}

.zimnie-home__hero .main-slider .swiper-button-prev::after {
    margin-left: 3px;
    transform: rotate(45deg);
}

.zimnie-home__hero .main-slider .swiper-button-next::after {
    margin-right: 3px;
    transform: rotate(225deg);
}

.zimnie-home__hero .main-slider.navigation_on_hover:not(:hover) .swiper-button-prev,
.zimnie-home__hero .main-slider.navigation_on_hover:not(:hover) .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.zimnie-home__hero .main-slider .swiper-pagination {
    bottom: 18px;
    display: flex;
    height: 4px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.zimnie-home__hero .main-slider .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    transition: width .2s ease, background-color .2s ease;
}

.zimnie-home__hero .main-slider .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0;
}

.zimnie-home__hero .main-slider .swiper-pagination-bullet::before {
    display: none;
}

.zimnie-home__hero .main-slider .swiper-pagination-bullet-active {
    width: 38px;
    background: #fff;
}

/* Убираем заголовки, которые компоненты повторяют внутри наших секций. */
.zimnie-home__activities .top_block,
.zimnie-home__brands .top_block,
.zimnie-home__catalog .top_block,
.zimnie-home__products > .maxwidth-theme > .tab_slider_wrapp > .top_block,
.zimnie-home__products .tab_slider_wrapp > .top_block {
    display: none;
}

/* Каталог */
.home-catalog {
    display: grid;
    height: 582px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
}

.home-catalog__rail {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    padding: 4px 0;
}

.home-catalog__rail span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--home-brand);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.home-catalog__rail span::after {
    width: 3px;
    height: 28px;
    border-radius: 2px;
    background: currentColor;
    content: "";
}

.home-catalog__grid {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 340px 226px;
    grid-template-areas: "card1 card2 card3 card3" "card1 card4 card5 card6";
    gap: 16px;
}

.home-catalog__card {
    position: relative;
    min-width: 0;
    padding: 26px 28px;
    overflow: hidden;
    isolation: isolate;
    border-radius: var(--home-radius);
    background: linear-gradient(150deg, var(--home-card-from), var(--home-card-to));
    color: #fff;
    transition: transform .22s ease, box-shadow .22s ease;
}

.home-catalog__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(24, 20, 70, .18);
}

.home-catalog__card--position-1 {
    grid-area: card1;
}

.home-catalog__card--position-2 {
    grid-area: card2;
}

.home-catalog__card--position-3 {
    grid-area: card3;
}

.home-catalog__card--position-4 {
    grid-area: card4;
}

.home-catalog__card--position-5 {
    grid-area: card5;
}

.home-catalog__card--position-6 {
    grid-area: card6;
}

.home-catalog__card-link {
    color: #fff;
}

.home-catalog__card h3 {
    position: relative;
    z-index: 3;
    max-width: 64%;
    margin: 0 0 15px;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.4px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .12);
}

.home-catalog__card--position-1 h3,
.home-catalog__card--position-3 h3 {
    font-size: 23px;
}

.home-catalog__card img {
    position: absolute;
    z-index: 1;
    object-fit: contain;
    object-position: right bottom;
    pointer-events: none;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .28));
}

.home-catalog__card--position-1 img {
    top: 54px;
    right: 14px;
    bottom: 16px;
    width: 44%;
    object-position: right center;
}

.home-catalog__card--position-2 img {
    top: 0;
    right: -64px;
    bottom: 0;
    width: auto;
    max-width: none;
    height: 100%;
    object-position: right center;
}

.home-catalog__card--position-3 img {
    top: 30px;
    right: -6px;
    bottom: -4px;
    width: 64%;
}

.home-catalog__card--position-4 img {
    top: 14px;
    right: 12px;
    bottom: 10px;
    width: 46%;
    object-position: right center;
}

.home-catalog__card--position-5 img {
    right: -8px;
    bottom: 8px;
    width: 62%;
    height: 60%;
}

.home-catalog__card--position-6 img {
    top: 16px;
    right: 14px;
    width: 48%;
    height: 82%;
    object-position: center;
}

.home-catalog__card ul {
    position: relative;
    z-index: 3;
    display: flex;
    max-width: 52%;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-catalog__card li {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.home-catalog__card li a {
    color: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

/* Активности и промо-баннеры */
.zimnie-home .float_banners,
.zimnie-home .bottom_banners {
    margin: 0;
}

.zimnie-home__activities .maxwidth-theme {
    max-width: none;
    padding: 0;
}

.zimnie-home__activities .item-views.float_banners {
    margin: 0;
}

.zimnie-home__activities .float_banners .item,
.zimnie-home__activities .float_banners .image {
    position: relative;
}

.home-activity-card__top-text {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 34px;
    left: 34px;
    color: #34363b;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.025em;
    pointer-events: none;
}

.zimnie-home__activities .float_banners .image,
.zimnie-home__activities .float_banners .img_inner,
.zimnie-home__activities .float_banners .image__fon {
    height: 342px;
}

.zimnie-home .float_banners .item,
.zimnie-home .bottom_banners .item,
.zimnie-home .bottom_banners .item > a {
    overflow: hidden;
    /*border-radius: var(--home-radius-lg);*/
}

.zimnie-home .float_banners img,
.zimnie-home .bottom_banners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.zimnie-home .float_banners a:hover img,
.zimnie-home .bottom_banners a:hover img {
    transform: scale(1.025);
}

/* Товарные секции */
.zimnie-home__products {
    padding: 34px 34px 30px;
    border-radius: var(--home-radius-lg);
}

.zimnie-home__products--hits {
    background: #eaf0ff;
}

.zimnie-home__products--scooters {
    background: #eef6dc;
}

.zimnie-home__products--bikes {
    padding: 0;
    background: transparent;
}

.home-products {
    min-width: 0;
}

.home-products__carousel-wrap {
    position: relative;
    min-width: 0;
    flex: 1 1 auto;
}

.home-products__viewport {
    min-width: 0;
    overflow: hidden;
}

.home-products__track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.home-products--carousel {
    display: flex;
    gap: 22px;
}

.home-products--carousel .home-products__viewport {
    overflow-x: auto;
    padding: 4px 2px 12px;
    scrollbar-width: none;
}

.home-products--carousel .home-products__viewport::-webkit-scrollbar {
    display: none;
}

.home-products--carousel .home-products__track {
    display: flex;
    width: max-content;
}

.home-products--carousel .home-product {
    width: 246px;
    height: 482px;
    flex: 0 0 246px;
}

.home-products--grid {
    position: relative;
    padding: 4px 0 12px 0;
}

.home-products--grid .home-products__track {
    display: flex;
}

.home-products--grid .home-product {
    width: 250px;
    height: 482px;
    flex: 0 0 250px;
}

.home-product {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 16px;
    overflow: hidden;
    border-radius: var(--home-radius);
    background: var(--home-card);
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(22, 24, 29, .05);
}

.home-product__discount {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 0 0 4px;
    background: var(--home-brand);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.home-product__discount {
    text-indent: -1px;
    transform-origin: center;
}

.home-product__top {
    display: flex;
    min-height: 42px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.home-product__stickers {
    display: flex;
    gap: 6px;
}

.home-product:has(.home-product__discount) .home-product__stickers {
    padding-left: 46px;
}

.home-product__stickers span {
    padding: 5px 10px;
    border-radius: 0 11px;
    background: #ece9ff;
    color: var(--home-brand);
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.home-product__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 7px;
}

.home-product__actions button {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--home-line);
    border-radius: 0 8px 0 8px;
    background: #fff;
    color: var(--home-muted);
    cursor: pointer;
}

.home-product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 138px;
    margin: 8px 0 14px;
}

.home-products--grid .home-product__image {
    height: 138px;
}

.home-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.home-product__article {
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.home-product h3 {
    height: 39px;
    margin: 4px 0 13px;
    overflow: hidden;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.25;
}

.home-product h3 a {
    color: var(--home-ink);
}

.home-product__specs {
    display: grid;
    height: 63px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 16px 19px;
    gap: 4px 12px;
    padding: 11px 0;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
}

.home-product__specs > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product__spec-label {
    color: var(--home-muted);
    font-size: 11px;
    line-height: 16px;
}

.home-product__price {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px;
    min-height: 39px;
    margin: 13px 0;
}

.home-product__price del {
    color: #adb3b9;
    font-size: 13px;
    font-weight: 600;
}

.home-product__price strong {
    padding: 6px 12px;
    border: 1px solid var(--home-lime);
    border-radius: 0 11px;
    background: #fff;
    color: var(--home-brand);
    font-size: 17px;
    line-height: 25px;
}

.home-product__cart {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    gap: 9px;
    border-radius: 18px;
    background: var(--home-brand);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-product__cart svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-product__cart:hover {
    background: var(--home-brand-dark);
    color: #fff;
}

.home-products__more {
    position: relative;
    display: flex;
    flex: 0 0 200px;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    overflow: hidden;
    border-radius: var(--home-radius-lg);
    background: radial-gradient(120% 120% at 30% 20%, #2a1ae0, #1a0b9e);
    color: #fff;
    text-decoration: none;
}

.home-products__more::before {
    position: absolute;
    z-index: 0;
    background: radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, .14), transparent 70%);
    content: "";
    inset: 0;
    opacity: 0;
    transition: opacity .25s;
}

.home-products__more:hover::before {
    opacity: 1;
}

.home-products__more:hover {
    color: #fff;
}

.home-products__more-disc {
    position: absolute;
    z-index: 1;
    width: 190px;
    height: 190px;
    animation: home-products-swing 9s ease-in-out infinite;
}

.home-products__more:hover .home-products__more-disc {
    animation-play-state: paused;
}

.home-products__more-disc text {
    fill: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-products__more-center {
    z-index: 2;
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--home-brand);
    font-style: normal;
    transition: transform .2s;
}

.home-products__more-center svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-products__more:hover .home-products__more-center {
    transform: scale(1.1);
}

.home-products__more-line {
    display: none;
}

.home-products__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--home-ink);
    box-shadow: 0 5px 18px rgba(22, 24, 29, .12);
    transform: translateY(-50%);
}

.home-products__nav--prev {
    left: -10px;
}

.home-products__nav--next {
    right: -10px;
}

.home-products__nav svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zimnie-home__products--scooters .home-products__more {
    background: radial-gradient(120% 120% at 30% 20%, #b7db54, #8fbc2e);
}

.zimnie-home__products--scooters .home-products__more-center {
    color: #547a10;
}

@keyframes home-products-swing {
    0% {
        transform: rotate(-90deg);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes home-products-more-marquee {
    100% {
        transform: translateX(-50%);
    }
}

/* Широкие баннеры */
.zimnie-home__sale,
.zimnie-home__sale .content_wrapper_block,
.zimnie-home__sale .maxwidth-theme,
.zimnie-home__sale .item-views,
.zimnie-home__sale .items,
.zimnie-home__sale .row,
.zimnie-home__sale .item,
.zimnie-home__sale .img,
.zimnie-home__sale .img_inner,
.zimnie-home__sale img {
    height: 317px;
}

.zimnie-home__sale .maxwidth-theme,
.zimnie-home__promos .maxwidth-theme,
.zimnie-home__store .maxwidth-theme,
.zimnie-home__services .maxwidth-theme {
    max-width: none;
    padding: 0;
}

.zimnie-home__sale .item-views,
.zimnie-home__sale .items,
.zimnie-home__sale .row,
.zimnie-home__promos .item-views,
.zimnie-home__promos .items,
.zimnie-home__promos .row {
    margin: 0;
    padding: 0;
}

.zimnie-home__sale img,
.zimnie-home__store img {
    width: 100%;
    object-fit: cover;
}

.zimnie-home__sale .item {
    border-radius: var(--home-radius-lg);
}

.home-sale-banner {
    position: relative;
    display: block;
    height: 317px;
    overflow: hidden;
    border-radius: var(--home-radius-lg);
    background: linear-gradient(115deg, var(--home-sale-from) 0%, var(--home-sale-mid) 45%, var(--home-sale-to) 100%);
    color: var(--home-ink);
    text-decoration: none;
}

.home-sale-banner::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, var(--home-sale-from) 0%, var(--home-sale-from) 32%, transparent 60%);
    content: "";
    inset: 0;
}

.home-sale-banner__photo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

.home-sale-banner__text {
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.home-sale-banner__text strong,
.home-sale-banner__text b {
    color: var(--home-ink);
    font-size: clamp(28px, 4.2vw, 48px);
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.02;
    text-transform: uppercase;
}

.home-sale-banner__text b {
    color: var(--home-brand);
}

.home-sale-banner__text small {
    margin-top: 14px;
    color: #46586b;
    font-size: clamp(14px, 1.4vw, 17px);
    font-weight: 500;
}

.home-sale-banner__badge {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 2;
    display: flex;
    width: clamp(64px, 7vw, 94px);
    height: clamp(64px, 7vw, 94px);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--home-brand);
    box-shadow: 0 18px 42px rgba(24, 20, 70, .24);
    transform: translateY(-50%);
    transition: transform .25s;
}

.home-sale-banner:hover {
    color: var(--home-ink);
}

.home-sale-banner:hover .home-sale-banner__badge {
    transform: translateY(-50%) scale(1.06);
}

.home-sale-banner__badge img {
    width: 46%;
    height: 46%;
    object-fit: contain;
    animation: home-sale-swing 9s ease-in-out infinite;
}

@keyframes home-sale-swing {
    0% {
        transform: rotate(-90deg);
    }

    50% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

.zimnie-home__promos,
.zimnie-home__promos .content_wrapper_block,
.zimnie-home__promos .maxwidth-theme,
.zimnie-home__promos .item-views,
.zimnie-home__promos .items,
.zimnie-home__promos .row {
    height: 383px;
}

.zimnie-home__promos .item,
.zimnie-home__promos .img,
.zimnie-home__promos .img_inner,
.zimnie-home__promos img {
    height: 383px;
    object-fit: cover;
}

.zimnie-home__promos .home-promo-card {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: var(--home-radius-lg);
    color: #fff;
    text-decoration: none;
}

.zimnie-home__promos .home-promo-card__image {
    position: absolute;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .35s ease;
    inset: 0;
}

.zimnie-home__promos .home-promo-card:hover .home-promo-card__image {
    transform: scale(1.025);
}

.zimnie-home__promos .home-promo-card__content {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 34px;
    color: #fff;
    inset: 0;
}

.zimnie-home__promos .home-promo-card__eyebrow {
    margin-bottom: 7px;
    color: var(--home-lime);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
}

.zimnie-home__promos .home-promo-card__content strong {
    max-width: 420px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
}

.zimnie-home__promos .home-promo-card__button {
    display: inline-flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 0 24px;
    border-radius: 18px;
    background: #fff;
    color: var(--home-brand);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.zimnie-home__services {
    height: 96px;
}

.zimnie-home__services .content_wrapper_block,
.zimnie-home__services .maxwidth-theme,
.zimnie-home__services .tizers_block,
.zimnie-home__services .items {
    height: 96px;
    margin: 0;
}

.zimnie-home__services .tizers_block {
    padding: 0;
}

.zimnie-home__services .tizers_block .row,
.zimnie-home__services .tizers_block .item,
.zimnie-home__services .tizers_block .inner_wrapper {
    height: 96px;
    margin-top: 0;
    margin-bottom: 0;
}

.home-advantages {
    display: grid;
    height: 96px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-advantages__item {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 15px;
    padding: 22px;
    border-radius: var(--home-radius);
    background: var(--home-card);
    transition: transform .2s, box-shadow .2s;
}

.home-advantages__item:hover {
    box-shadow: 0 14px 34px rgba(22, 24, 29, .1);
    transform: translateY(-3px);
}

.home-advantages__icon {
    display: flex;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: var(--home-radius-sm, 0 11px 0 11px);
    background: #eceafb;
    color: var(--home-brand);
}

.home-advantages__icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s;
}

.home-advantages__item > span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.home-advantages__item strong {
    overflow: hidden;
    color: var(--home-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-advantages__item small {
    margin-top: 2px;
    overflow: hidden;
    color: var(--home-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-advantages__item--delivery:hover svg {
    animation: home-adv-drive .5s ease-in-out infinite;
}

.home-advantages__item--quality:hover svg {
    animation: home-adv-stamp .7s ease-in-out infinite;
}

.home-advantages__item--boot:hover svg {
    animation: home-adv-rock .6s ease-in-out infinite;
    transform-origin: 50% 82%;
}

.home-advantages__item--return:hover .home-advantages__arrow {
    animation: home-adv-back .55s ease-in-out infinite;
}

@keyframes home-adv-drive {
    0%, 100% { transform: translateX(-2px); }
    50% { transform: translateX(3px); }
}

@keyframes home-adv-stamp {
    0%, 100% { transform: scale(1) rotate(0); }
    35% { transform: scale(1.2) rotate(-8deg); }
    65% { transform: scale(1.05) rotate(4deg); }
}

@keyframes home-adv-rock {
    0%, 100% { transform: rotate(-11deg); }
    50% { transform: rotate(11deg); }
}

@keyframes home-adv-back {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-3px); }
}

.zimnie-home__store,
.home-store-banner {
    height: 355px;
}

.home-store-banner {
    position: relative;
    display: grid;
    min-height: 300px;
    overflow: hidden;
    grid-template-columns: 1fr 1.2fr;
    border-radius: var(--home-radius-lg);
    background: var(--home-brand);
}

.home-store-banner__link {
    position: absolute;
    z-index: 3;
    inset: 0;
}

.home-store-banner__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 4vw, 52px);
    color: #fff;
}

.home-store-banner__text h2 {
    max-width: 450px;
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 800;
    letter-spacing: -.4px;
    line-height: 1.08;
    text-transform: uppercase;
}

.home-store-banner__description ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-store-banner__description li {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 500;
    line-height: 1.45;
    margin: 0 !important;
}

.home-store-banner__description li svg {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: var(--home-lime);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-store-banner__description p {
    margin: 0;
    color: #fff;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 500;
    line-height: 1.55;
    white-space: pre-line;
}

.home-store-banner__photo {
    position: relative;
    min-width: 0;
    background: #e7ebed;
}

.home-store-banner__photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
}

/* Бренды */
.zimnie-home__brands .content_wrapper_block,
.home-brands-marquee,
.home-brands-marquee__track {
    height: 84px;
}

.home-brands-marquee {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    clip-path: inset(-9999px 0);
}

.home-brands-marquee::before,
.home-brands-marquee::after {
    position: absolute;
    z-index: 6;
    top: 0;
    bottom: 0;
    width: 90px;
    content: '';
    pointer-events: none;
}

.home-brands-marquee::before {
    left: 0;
    background: linear-gradient(90deg, var(--home-bg), rgb(240 244 245 / 0%));
}

.home-brands-marquee::after {
    right: 0;
    background: linear-gradient(270deg, var(--home-bg), rgb(240 244 245 / 0%));
}

.home-brands-marquee__track {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: home-brands-slide 28s linear infinite;
}

.home-brands-marquee:hover .home-brands-marquee__track {
    animation-play-state: paused;
}

.home-brand-card {
    position: relative;
    width: 190px;
    height: 84px;
    flex: 0 0 auto;
    color: var(--home-muted);
    transition: transform .2s;
}

.home-brand-card:hover {
    z-index: 5;
    color: var(--home-ink);
    transform: translateY(-4px);
}

.home-brand-card__plate,
.home-brand-card__glow,
.home-brand-card__name {
    position: absolute;
}

.home-brand-card__plate {
    z-index: 0;
    border-radius: var(--home-radius);
    background: var(--home-card);
    transition: opacity .3s;
    inset: 0;
}

.home-brand-card:hover .home-brand-card__plate {
    opacity: 0;
}

.home-brand-card__glow {
    z-index: 1;
    background: var(--home-brand-glow, #5b7cff);
    filter: blur(22px);
    opacity: 0;
    pointer-events: none;
    transform: scale(.7);
    transition: opacity .35s ease, transform .35s ease;
    inset: -10%;
}

.home-brand-card:hover .home-brand-card__glow {
    opacity: .65;
    transform: scale(1);
}

.home-brand-card__name {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
    transition: color .2s;
    inset: 0;
}

@keyframes home-brands-slide {
    100% {
        transform: translateX(-50%);
    }
}

/* Подписка */
.zimnie-home__subscribe {
    display: flex;
    min-height: 144px;
    align-items: center;
    gap: 30px;
    padding: 40px 44px;
    border-radius: var(--home-radius-lg);
    background: linear-gradient(120deg, #2a1ae0, #220ecc 55%, #1a0b9e);
    color: #fff;
}

.zimnie-home__subscribe > div {
    flex: 1 1 auto;
    min-width: 0;
}

.zimnie-home__subscribe .zimnie-home__eyebrow {
    color: var(--home-lime);
}

.zimnie-home__subscribe h2 {
    color: #fff;
    font-size: 26px;
    line-height: 1.45;
}

.zimnie-home__subscribe p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    line-height: 1.45;
}

.zimnie-home__subscribe form {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.zimnie-home .zimnie-home__subscribe .zimnie-home__subscribe-form > input[type="email"] {
    width: 280px;
    min-width: 280px;
    height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 0 18px 0 18px;
    background: #fff;
    color: var(--home-ink);
    font: inherit;
    outline: none;
    box-shadow: none;
}

.zimnie-home .zimnie-home__subscribe .zimnie-home__subscribe-form > input[type="email"]:focus {
    box-shadow: 0 0 0 4px rgba(162, 206, 59, .35);
}

.zimnie-home .zimnie-home__subscribe .zimnie-home__subscribe-form > button {
    display: inline-flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 26px;
    border: 0;
    border-radius: 18px;
    background: var(--home-lime);
    color: var(--home-ink);
    font: 700 14px/1 Manrope, sans-serif;
    cursor: pointer;
}

.zimnie-home__subscribe button svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zimnie-home .zimnie-home__subscribe .zimnie-home__subscribe-form > button:hover {
    background: #b5df4f;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1080px) {
    .zimnie-home {
        padding-right: 18px;
        padding-left: 18px;
    }

    .zimnie-home__services,
    .home-advantages {
        height: auto;
    }

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

    .home-advantages__item {
        min-height: 96px;
    }

    .zimnie-home__products {
        padding-right: 24px;
        padding-left: 24px;
    }

    .zimnie-home__products--bikes {
        padding-right: 0;
        padding-left: 0;
    }

    .home-catalog {
        height: 782px;
    }

    .home-catalog__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 250px);
        grid-template-areas: "card1 card2" "card3 card4" "card5 card6";
    }

    .home-products--grid {
        overflow-x: auto;
        padding-right: 0;
        scrollbar-width: none;
    }

    .home-products--grid .home-products__track {
        display: flex;
        width: max-content;
    }

    .home-products--grid .home-product {
        width: 254px;
        flex: 0 0 254px;
    }

    .zimnie-home__subscribe {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 680px) {
    .zimnie-home {
        padding: 0 12px 30px;
    }

    .zimnie-home__section {
        margin-top: 34px;
    }

    .home-advantages {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .zimnie-home__brands .content_wrapper_block,
    .home-brands-marquee,
    .home-brands-marquee__track,
    .home-brand-card {
        height: 72px;
    }

    .home-brands-marquee {
        clip-path: inset(-9999px 0);
    }

    .home-brands-marquee::before,
    .home-brands-marquee::after {
        width: 38px;
    }

    .home-brand-card {
        width: 150px;
    }

    .home-brand-card__name {
        font-size: 14px;
    }

    .zimnie-home__store,
    .home-store-banner {
        height: auto;
    }

    .home-store-banner {
        grid-template-columns: 1fr;
    }

    .home-store-banner__text h2 {
        font-size: 22px;
    }

    .home-store-banner__photo {
        min-height: 220px;
    }

    .zimnie-home__hero {
        margin-top: 8px;
    }

    .zimnie-home__hero .main-slider {
        height: auto;
        aspect-ratio: 1352 / 439;
    }

    .zimnie-home__hero .main-slider__item,
    .zimnie-home__hero .main-slider__item td,
    .zimnie-home__hero .main-slider__item .item_banner,
    .zimnie-home__hero .main-slider__item img {
        height: 100%;
    }

    .zimnie-home__heading {
        align-items: center;
        margin-bottom: 16px;
    }

    .zimnie-home__heading h2 {
        font-size: 28px;
    }

    .zimnie-home__heading > a {
        font-size: 0;
    }

    .zimnie-home__heading > a span {
        font-size: 22px;
    }

    .home-activity-card__top-text {
        top: 20px;
        right: 22px;
        left: 22px;
        font-size: 22px;
    }

    .zimnie-home__panel-heading {
        height: auto;
        min-height: 38px;
        margin-bottom: 16px;
    }

    .zimnie-home__panel-heading h2 {
        font-size: 27px;
        line-height: 1.15;
    }

    .zimnie-home__panel-heading > span {
        display: none;
    }

    .zimnie-home__products {
        padding: 24px 12px 28px;
        border-radius: 0 24px 0 24px;
    }

    .zimnie-home__products--bikes {
        padding-right: 0;
        padding-left: 0;
    }

    .home-catalog {
        display: block;
        height: auto;
    }

    .home-catalog__rail {
        display: none;
    }

    .home-catalog__grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: minmax(190px, auto);
        grid-template-areas: "card1" "card2" "card3" "card4" "card5" "card6";
    }

    .home-catalog__card {
        min-height: 190px;
        padding: 20px 22px;
    }

    .home-catalog__card h3 {
        max-width: 56%;
        margin-bottom: 12px;
        font-size: 19px;
    }

    .home-catalog__card--position-1 h3,
    .home-catalog__card--position-3 h3 {
        font-size: 20px;
    }

    .home-catalog__card ul {
        max-width: 56%;
        gap: 8px;
    }

    .home-catalog__card li {
        font-size: 13.5px;
    }

    .home-catalog__card--position-1 img {
        top: 46px;
        right: 14px;
        bottom: 14px;
        width: 32%;
    }

    .home-catalog__card--position-2 img {
        top: 0;
        right: -12px;
        bottom: 0;
        height: 100%;
    }

    .home-catalog__card--position-3 img {
        top: auto;
        right: -6px;
        bottom: 0;
        width: auto;
        height: 64%;
    }

    .home-catalog__card--position-4 img {
        top: 14px;
        right: 14px;
        bottom: 12px;
        width: 34%;
    }

    .home-catalog__card--position-5 img {
        right: -6px;
        bottom: 8px;
        width: 54%;
        height: 56%;
    }

    .home-catalog__card--position-6 img {
        top: 14px;
        right: 12px;
        width: 36%;
        height: 82%;
    }

    .home-products--carousel .home-product,
    .home-products--grid .home-product {
        width: 236px;
        flex-basis: 236px;
    }

    .home-products--carousel {
        display: block;
    }

    .home-products--carousel .home-products__more {
        height: 96px;
        min-height: 0;
        margin-top: 18px;
        padding: 0 16px 0 20px;
        justify-content: space-between;
        gap: 12px;
    }

    .home-products__more-disc {
        display: none;
    }

    .home-products__more-line {
        display: block;
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
        mask-image: linear-gradient(90deg, #000 86%, transparent);
    }

    .home-products__more-line > span {
        display: flex;
        width: max-content;
        animation: home-products-more-marquee 12s linear infinite;
    }

    .home-products__more-line b {
        padding-right: 12px;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1.6px;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .home-products__more-center {
        width: 50px;
        height: 50px;
        flex: 0 0 auto;
    }

    .zimnie-home__sale,
    .home-sale-banner {
        height: 210px;
    }

    .home-sale-banner__photo,
    .home-sale-banner::before {
        display: none;
    }

    .home-sale-banner__text {
        position: static;
        min-height: 210px;
        justify-content: center;
        padding: 28px 86px 28px 24px;
        transform: none;
    }

    .home-sale-banner__text strong,
    .home-sale-banner__text b {
        font-size: 28px;
    }

    .home-sale-banner__text small {
        max-width: 210px;
        font-size: 13px;
    }

    .home-sale-banner__badge {
        top: auto;
        right: 20px;
        bottom: 22px;
        width: 58px;
        height: 58px;
        transform: none;
    }

    .home-sale-banner:hover .home-sale-banner__badge {
        transform: scale(1.06);
    }

    .zimnie-home__promos,
    .zimnie-home__promos .content_wrapper_block,
    .zimnie-home__promos .maxwidth-theme,
    .zimnie-home__promos .item-views,
    .zimnie-home__promos .items,
    .zimnie-home__promos .row {
        height: auto;
    }

    .zimnie-home__promos .item,
    .zimnie-home__promos .img,
    .zimnie-home__promos .img_inner,
    .zimnie-home__promos .home-promo-card {
        height: 280px;
    }

    .zimnie-home__promos .row > div + div {
        margin-top: 14px;
    }

    .zimnie-home__promos .home-promo-card__content {
        padding: 24px;
    }

    .zimnie-home__promos .home-promo-card__content strong {
        font-size: 24px;
    }

    .zimnie-home__subscribe {
        padding: 26px 20px;
        border-radius: 0 24px 0 24px;
    }

    .zimnie-home__subscribe h2 {
        font-size: 24px;
    }

    .zimnie-home__subscribe form {
        flex-direction: column;
    }

    .zimnie-home .zimnie-home__subscribe .zimnie-home__subscribe-form > input[type="email"] {
        width: 100%;
        min-width: 0;
    }

    .zimnie-home .zimnie-home__subscribe .zimnie-home__subscribe-form > button {
        width: 100%;
    }

    .zimnie-home__bottom-text {
        padding: 24px 20px;
        border-radius: 0 24px 0 24px;
        font-size: 15px;
    }

    .zimnie-home__bottom-text h2 {
        font-size: 24px;
    }
}
