/* KERLAND коммунальные машины — очищенные стили слайдера */

.snow-hero {
    position: relative;
    background: transparent;
    overflow: visible;
    padding: 0 0 3.125vw;
}

.snow-hero * {
    box-sizing: border-box;
}

.snow-hero__top {
    position: absolute;
    top: 0.9375vw;
    left: 0;
    right: 0;
    max-width: 87.5vw;
    margin: 0 auto;
    padding: 0 1.4583vw;
    display: grid;
    grid-template-columns: 11.4583vw minmax(0, 1fr);
    align-items: center;
    gap: 6.6667vw;
    z-index: 20;
}

.snow-hero__top::before {
    content: "";
    position: absolute;
    inset: -0.5208vw 1.4583vw -0.5208vw 1.4583vw;
    background: rgba(255,255,255,.14);
    backdrop-filter: blur(0.4167vw);
    -webkit-backdrop-filter: blur(0.4167vw);
    border-radius: 1.25vw;
    z-index: -1;
}

.snow-hero__counter {
    display: flex;
    align-items: center;
    gap: 0.7292vw;
    min-width: 0;
}

.snow-hero__fraction {
    display: flex;
    align-items: baseline;
    gap: 0.3125vw;
    font-size: 2.6042vw;
    line-height: 1;
    font-weight: 700;
    color: #111;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.snow-hero__divider,
.snow-hero__total {
    color: #a9b1bb;
    font-weight: 600;
}

.snow-hero__nav {
    width: 3.0208vw;
    height: 3.0208vw;
    border: 0;
    border-radius: 52.0312vw;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(0.4167vw);
    -webkit-backdrop-filter: blur(0.4167vw);
    cursor: pointer;
    font-size: 1.1458vw;
    color: #222;
    transition: .25s ease;
    box-shadow: 0 0.5208vw 1.3542vw rgba(0,0,0,.05);
    flex: 0 0 auto;
}

.snow-hero__nav:hover {
    background: #fff;
    transform: translateY(-0.0521vw);
}

.snow-hero__models-wrap {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding-right: 3.125vw;
}

.snow-hero__models-wrap::before,
.snow-hero__models-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2.3958vw;
    z-index: 2;
    pointer-events: none;
}

.snow-hero__models-wrap::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,.22) 10%, rgba(255,255,255,0) 100%);
}

.snow-hero__models-wrap::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,.22) 10%, rgba(255,255,255,0) 100%);
}

.snow-hero__models {
    display: flex;
    align-items: center;
    gap: 0.9375vw;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.4167vw 2.1875vw 0.4167vw 1.0417vw;
    scroll-behavior: smooth;
}

.snow-hero__models::-webkit-scrollbar {
    display: none;
}

.snow-hero__model {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    color: #9aa3ae;
    font-size: 0.9375vw;
    line-height: 1;
    font-weight: 700;
    transition: .25s ease;
    white-space: nowrap;
    letter-spacing: -.02em;
}

.snow-hero__model:hover {
    color: #5b6570;
}

.snow-hero__model.is-active {
    color: #111;
    background: rgba(255,255,255,.8);
    padding: 0.7292vw 1.1458vw;
    border-radius: 0.9375vw;
    box-shadow: 0 0.5208vw 1.25vw rgba(0,0,0,.01);
}

.snowHeroSlider {
    width: 100%;
    overflow: visible !important;
}

.snowHeroSlider .swiper-wrapper,
.snowHeroSlider .swiper-slide {
    overflow: visible !important;
}

.snow-slide {
    position: relative;
    min-height: 18.75vw;
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.snow-slide__inner {
    position: relative;
    z-index: 2;
    max-width: 87.5vw;
    margin: 0 auto;
    min-height: 18.75vw;
    padding: 5.2083vw 1.6667vw 2.3438vw;
    display: grid;
    grid-template-columns: 1.20fr .88fr;
    align-items: center;
    gap: 1.4583vw;
}

.snow-slide__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(238,241,244,.48) 0%, rgba(238,241,244,.10) 28%, rgba(238,241,244,.14) 100%),
        linear-gradient(to right, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 40%);
    z-index: 1;
}

.snow-slide__visual {
    position: relative;
    min-height: 18.75vw;
    display: flex;
    align-items: flex-end;
    overflow: visible;
}

.snow-slide__tractor {
    max-width: 100%;
    max-height: 25vw;
    object-fit: contain;
    position: relative;
    z-index: 3;

}

.snow-slide__content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 2.0833vw;
}

.snow-card {
    width: min(100%, 27.0833vw);
    border-radius: 1.4583vw;
    padding: 1.25vw 1.3542vw 1.1458vw;
    color: #fff;
    background: linear-gradient(180deg, rgba(35,39,46,.82) 0%, rgba(26,29,34,.72) 100%);
    backdrop-filter: blur(0.5208vw);
    -webkit-backdrop-filter: blur(0.5208vw);
    box-shadow: 0 1.1458vw 2.6042vw rgba(0,0,0,.16);
    margin-top: -1.5625vw;
}

.snow-card__head {
    display: flex;
    align-items: center;
    gap: 0.625vw;
    flex-wrap: wrap;
    margin-bottom: 0.7292vw;
}

.snow-card__title {
    margin: 0;
    font-size: clamp(1.4583vw, 3vw, 2.6042vw);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -.03em;
}

.snow-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.875vw;
    padding: 0.3125vw 0.7292vw;
    border-radius: 0.625vw;
    background: #fbec42;
    color: #111;
    font-size: 0.7292vw;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.snow-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.9375vw;
    display: grid;
    gap: 0.4167vw;
}

.snow-card__list li {
    position: relative;
    padding-left: 1.1458vw;
    font-size: 0.7812vw;
    line-height: 1.3;
    color: #fff;
}

.snow-card__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #b7e36c;
    font-weight: 800;
}

.snow-card__price {
    margin-bottom: 0.8333vw;
    font-size: clamp(1.5625vw, 3.1vw, 2.5vw);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.03em;
}

.snow-card__actions {
    margin-bottom: 0.9375vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625vw;
}

.snow-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7083vw;
    padding: 0.625vw 1.1458vw;
    border-radius: 0.7292vw;
    background: #fbec42;
    color: #111;
    text-decoration: none;
    font-size: 0.8333vw;
    font-weight: 800;
    transition: .25s ease;
}

.snow-card__button--secondary {
    background: rgba(255,255,255,.10);
    color: #fff;
    border: 0.0521vw solid rgba(255,255,255,.16);
    box-shadow: inset 0 0 0 0.0521vw rgba(255,255,255,.03);
}

.snow-card__button--secondary:hover {
    background: rgba(255,255,255,.16);
    color: #fff;
    transform: translateY(-0.1042vw);
}

.snow-card__button:hover {
    transform: translateY(-0.1042vw);
    box-shadow: 0 0.7292vw 1.4583vw rgba(251,236,66,.22);
    color: #111;
}

.snow-card__specs--compact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5208vw;
    padding-top: 0.8333vw;
    border-top: 0.0521vw solid rgba(255,255,255,.14);
}

.snow-card__specbox {
    padding: 0.625vw 0.625vw 0.5208vw;
    border-radius: 0.7292vw;
    background: rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    gap: 0.2604vw;
}

.snow-card__specbox span {
    color: rgba(255,255,255,.68);
    font-size: 0.625vw;
    line-height: 1.2;
}

.snow-card__specbox strong {
    color: #fff;
    font-size: 1.0417vw;
    line-height: 1;
    font-weight: 800;
}

.snow-slide__watermark {
    position: absolute;
    right: 1.7708vw;
    bottom: 0.7292vw;
    z-index: 2;
    font-size: clamp(2.9167vw, 9vw, 9.375vw);
    line-height: .9;
    font-weight: 900;
    letter-spacing: -.05em;
    color: rgba(255,255,255,.30);
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1360px) {
    .snow-hero__top {
        grid-template-columns: 10.4167vw minmax(0, 1fr);
        gap: 0.9375vw;
    }

    .snow-hero__fraction {
        font-size: 2.1875vw;
    }

    .snow-hero__model {
        font-size: 0.8333vw;
    }

    .snow-slide__inner {
        grid-template-columns: 1fr .95fr;
        min-height: 17.7083vw;
        padding-top: 4.7917vw;
    }

    .snow-slide__visual {
        min-height: 17.7083vw;
    }

    .snow-card {
        width: min(100%, 26.0417vw);
    }
}

@media (max-width: 1200px) {
    .snow-hero {
        padding-bottom: 2.2917vw;
    }

    .snow-hero__top {
        position: absolute;
        top: 0.7292vw;
        left: 0;
        right: 0;
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 0.625vw;
    }

    .snow-hero__top::before {
        inset: -0.4167vw 1.4583vw -0.4167vw 1.4583vw;
    }

    .snow-hero__models-wrap {
        width: 100%;
        padding-right: 1.5625vw;
    }

    .snow-slide {
        min-height: 17.7083vw;
    }

    .snow-slide__inner {
        min-height: 17.7083vw;
        grid-template-columns: 1fr;
        gap: 0.7292vw;
        padding-top: 6.3542vw;
        padding-bottom: 1.7708vw;
    }

    .snow-slide__visual {
        min-height: auto;
        justify-content: center;
    }

    .snow-slide__tractor {
        max-height: 22.3958vw;
        transform: translateY(3.2292vw);
    }

    .snow-slide__content {
        justify-content: center;
        padding-top: 0;
        padding-bottom: 1.4583vw;
    }

    .snow-card {
        margin-top: 0;
    }

    .snow-slide__watermark {
        right: 1.0417vw;
        bottom: 0.5208vw;
    }
}

@media (max-width: 767px) {
    .snow-hero {
        padding-top: 0;
        padding-bottom: 1.25vw;
    }

    .snow-hero__top {
        top: 0.5208vw;
        padding: 0 0.8333vw;
        gap: 0.625vw;
    }

    .snow-hero__top::before {
        inset: -0.3125vw 0.8333vw -0.3125vw 0.8333vw;
        border-radius: 0.9375vw;
    }

    .snow-hero__counter {
        gap: 0.5208vw;
        min-width: 0;
    }

    .snow-hero__fraction {
        font-size: 1.4583vw;
    }

    .snow-hero__nav {
        width: 2.1875vw;
        height: 2.1875vw;
        font-size: 0.9375vw;
    }

    .snow-hero__models-wrap::before,
    .snow-hero__models-wrap::after {
        width: 0.9375vw;
    }

    .snow-hero__models {
        gap: 0.625vw;
        padding: 0.3125vw 0.9375vw;
    }

    .snow-hero__model {
        font-size: 0.7292vw;
    }

    .snow-hero__model.is-active {
        padding: 0.5208vw 0.7292vw;
        border-radius: 0.7292vw;
    }

    .snow-slide,
    .snow-slide__inner {
        min-height: auto;
    }

    .snow-slide__inner {
        padding: 5.4167vw 0.8333vw 1.5625vw;
    }

    .snow-slide__tractor {
        max-height: 15.1042vw;
        transform: translateY(1.4583vw);
    }

    .snow-card {
        padding: 1.1458vw 0.9375vw 1.0417vw;
        border-radius: 1.1458vw;
        width: 100%;
    }

    .snow-card__title {
        font-size: 1.5625vw;
    }

    .snow-card__badge {
        font-size: 0.6771vw;
        min-height: 1.7708vw;
        padding: 0.3125vw 0.5208vw;
    }

    .snow-card__list li {
        font-size: 0.7812vw;
    }

    .snow-card__price {
        font-size: 1.7708vw;
    }

    .snow-card__button {
        width: 100%;
    }

    .snow-card__actions {
        gap: 0.5208vw;
    }

    .snow-card__specs--compact {
        grid-template-columns: 1fr;
    }

    .snow-card__specbox strong {
        font-size: 0.9375vw;
    }

    .snow-slide__watermark {
        font-size: 3.0208vw;
        right: 0.625vw;
        bottom: 0.5208vw;
    }
}
/* =========================================
   PREMIUM APPLY PATCH
   - трактор больше
   - badge inline с заголовком
   - glass + depth для карточки
   - top panel сильнее
   - более premium сцена
========================================= */

.snow-hero{
    padding:0 0 2.5vw;
}

.snow-hero__top{
    top:0.62vw;
    max-width:93vw;
    padding:0 0.78vw;
    grid-template-columns:14.4vw minmax(0,1fr);
    gap:5.25vw;
    margin-top: 1vw;
}

.snow-hero__top::before{
    inset:-0.42vw 0.78vw -0.42vw 0.78vw;
    border-radius:1.18vw;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(0.52vw);
    -webkit-backdrop-filter:blur(0.52vw);
    box-shadow:0 0.7vw 1.8vw rgba(15,23,42,.06);
}

.snow-hero__counter{
    gap:0.9vw;
}

.snow-hero__fraction{
    font-size:3.38vw;
    font-weight:700;
    color:#111827;
}

.snow-hero__nav{
    width:3.62vw;
    height:3.62vw;
    font-size:2.0vw;
    background:rgba(255,255,255,.84);
    box-shadow:0 0.62vw 1.55vw rgba(15,23,42,.08);
}

.snow-hero__nav:hover{
    transform:translateY(-0.08vw);
}

.snow-hero__models{
    gap:1.18vw;
    padding:0.56vw 1.85vw 0.56vw 0.58vw;
}

.snow-hero__model{
    font-size:1.08vw;
    font-weight:700;
}

.snow-hero__model.is-active{
    padding:0.94vw 1.46vw;
    border-radius:1.08vw;
    background:rgba(255,255,255,.92);
    box-shadow:0 0.10vw 1.15vw rgba(15,23,42,.06)
}

.snow-slide{
    min-height:22.9vw;
}

.snow-slide__inner{
    max-width:93vw;
    min-height:22.9vw;
    padding:4.95vw 0.78vw 2.1vw;
    grid-template-columns:1.3fr 0.82fr;
    gap:1.18vw;
}

.snow-slide__overlay{
    background:
        linear-gradient(to bottom,rgba(238,241,244,.50) 0%,rgba(238,241,244,.11) 28%,rgba(238,241,244,.15) 100%),
        linear-gradient(to right,rgba(255,255,255,.11) 0%,rgba(255,255,255,0) 40%);
}

.snow-slide__visual{
    min-height:22.9vw;
    padding-left:0.25vw;
}

.snow-slide__tractor{
    max-height:29.4vw;
    transform:scale(1.0);

}

.snow-slide__content{
    padding-bottom:0.55vw;
}

.snow-card{
    width:min(100%,35vw);
    margin-top:-0.8vw;
    padding:1.58vw 1.68vw 1.42vw;
    border-radius:1.62vw;
    background:linear-gradient(180deg, rgba(47,51,58,.94) 0%, rgba(29,32,38,.88) 100%);
    backdrop-filter:blur(0.72vw);
    -webkit-backdrop-filter:blur(0.72vw);
    box-shadow:
        0 1.35vw 3.1vw rgba(0,0,0,.22),
        inset 0 0 0 0.05vw rgba(255,255,255,.05);
}

.snow-card__head{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:0.82vw;
    flex-wrap:wrap;
    margin-bottom:1vw;
}

.snow-card__title{
    font-size:3.28vw;
    line-height:.92;
    font-weight:600;
    letter-spacing:-.05em;
}

.snow-card__badge{
    height:2.5vw;
    min-height:2.22vw;
    padding:0 0.95vw;
    border-radius:0.72vw;
    font-size:0.90vw;
    font-weight:700;
    line-height:1;
    align-self:center;
    transform:none;
    box-shadow:0 0.42vw 1vw rgba(251,236,66,.2);
}

.snow-card__list{
    gap:0.62vw;
    margin:0 0 1.2vw;
}

.snow-card__list li{
    padding-left:1.34vw;
    font-size:1.06vw;
    line-height:1.44;
    color:rgba(255,255,255,.97);
}

.snow-card__list li::before{
    font-size:1.08vw;
    color:#b7e36c;
}

.snow-card__price{
    margin-bottom:1vw;
    font-size:2.75vw;
    font-weight:900;
}

.snow-card__actions{
    gap:0.78vw;
    margin-bottom:1.18vw;
}

.snow-card__button{
    min-height:3.18vw;
    padding:0.74vw 1.32vw;
    border-radius:0.9vw;
    font-size:0.98vw;
    box-shadow:0 0.82vw 2vw rgba(251,236,66,.18);
}

.snow-card__button--secondary{
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.14);
}

.snow-card__specs--compact{
    gap:0.72vw;
    padding-top:1.02vw;
}

.snow-card__specbox{
    min-height: 5.3vw;
    padding: 1.2vw 0.87vw 1vw;
    border-radius: 0.98vw;
    background: rgba(255, 255, 255, .075);
}

.snow-card__specbox span{
    font-size:0.75vw;
    line-height:1.24;
}

.snow-card__specbox strong{
    font-size:1.64vw;
    line-height:1.02;
    font-weight:700;
}

.snow-slide__watermark{
    right:1.15vw;
    bottom:0.15vw;
    font-size:8.6vw;
    color:rgba(255,255,255,.22);
}

@media (max-width:1360px){
    .snow-hero{
        padding-bottom:36px;
    }
    .snow-hero__top{
        max-width:calc(100% - 32px);
        padding:0 16px;
        grid-template-columns:180px minmax(0,1fr);
        gap:64px;
        top:12px;
    }
    .snow-hero__top::before{
        inset:-8px 16px -8px 16px;
        border-radius:20px;
    }
    .snow-hero__fraction{
        font-size:58px;
    }
    .snow-hero__nav{
        width:62px;
        height:62px;
        font-size:22px;
    }
    .snow-hero__model{
        font-size:19px;
    }
    .snow-hero__model.is-active{
        padding:15px 24px;
        border-radius:18px;
    }
    .snow-slide{
        min-height:450px;
    }
    .snow-slide__inner{
        max-width:calc(100% - 32px);
        min-height:450px;
        padding:96px 16px 34px;
        grid-template-columns:1.28fr .8fr;
        gap:18px;
    }
    .snow-slide__visual{
        min-height:450px;
    }
    .snow-slide__tractor{
        max-height:560px;
    }
    .snow-card{
        width:min(100%,590px);
        padding:30px 32px 26px;
        border-radius:30px;
        margin-top:-14px;
    }
    .snow-card__head{
        gap:12px;
        margin-bottom:18px;
    }
    .snow-card__title{
        font-size:60px;
    }
    .snow-card__badge{
        height:40px;
        min-height:40px;
        padding:0 18px;
        border-radius:14px;
        font-size:15px;
        transform:none;
    }
    .snow-card__list{
        gap:10px;
        margin-bottom:20px;
    }
    .snow-card__list li{
        padding-left:22px;
        font-size:18px;
    }
    .snow-card__price{
        font-size:52px;
        margin-bottom:18px;
    }
    .snow-card__actions{
        gap:12px;
        margin-bottom:20px;
    }
    .snow-card__button{
        min-height:56px;
        padding:0 24px;
        border-radius:15px;
        font-size:16px;
    }
    .snow-card__specs--compact{
        gap:12px;
        padding-top:18px;
    }
    .snow-card__specbox{
        min-height:104px;
        padding:16px 16px 14px;
        border-radius:16px;
    }
    .snow-card__specbox span{
        font-size:13px;
    }
    .snow-card__specbox strong{
        font-size:29px;
    }
    .snow-slide__watermark{
        font-size:138px;
        right:18px;
        bottom:2px;
    }
}

@media (max-width:1200px){
    .snow-hero__top{
        top:14px;
        padding:0 20px;
        gap:12px;
    }
    .snow-hero__fraction{
        font-size:46px;
    }
    .snow-hero__nav{
        width:56px;
        height:56px;
        font-size:20px;
    }
    .snow-hero__model{
        font-size:17px;
    }
    .snow-slide__inner{
        max-width:calc(100% - 32px);
        min-height:auto;
        grid-template-columns:1fr;
        gap:14px;
        padding:126px 16px 34px;
    }
    .snow-slide__visual{
        min-height:auto;
        justify-content:center;
    }
    .snow-slide__tractor{
        max-height:470px;
        transform:translateY(28px) scale(1.06);
    }
    .snow-slide__content{
        justify-content:center;
        padding-bottom:0;
    }
    .snow-card{
        width:min(100%,680px);
        margin-top:0;
    }
    .snow-card__title{
        font-size:52px;
    }
    .snow-card__list li{
        font-size:16px;
    }
    .snow-card__specbox strong{
        font-size:24px;
    }
}

@media (max-width:767px){
    .snow-hero{
        padding-bottom:24px;
    }
    .snow-hero__top{
        top:10px;
        padding:0 16px;
        gap:10px;
    }
    .snow-hero__top::before{
        inset:-6px 16px -6px 16px;
        border-radius:18px;
    }
    .snow-hero__fraction{
        font-size:34px;
    }
    .snow-hero__nav{
        width:46px;
        height:46px;
        font-size:17px;
    }
    .snow-hero__models{
        gap:10px;
        padding:6px 16px 6px 4px;
    }
    .snow-hero__model{
        font-size:14px;
    }
    .snow-hero__model.is-active{
        padding:10px 14px;
        border-radius:14px;
    }
    .snow-slide__inner{
        padding:104px 16px 24px;
        gap:12px;
        padding-top: 120px !important;
    }
    .snow-slide__tractor{
        max-height:300px;
        transform:translateY(25px) scale(1.04);
    }
    .snow-card{
        width:100%;
        padding:22px 18px 18px;
        border-radius:20px;
        margin-top:0;
    }
    .snow-card__head{
        gap:8px;
        margin-bottom:12px;
    }
    .snow-card__title{
        font-size:34px;
        line-height:.96;
    }
    .snow-card__badge{
        height:30px;
        min-height:30px;
        padding:0 12px;
        border-radius:10px;
        font-size:12px;
        transform:none;
    }
    .snow-card__list{
        gap:8px;
        margin:0 0 16px;
    }
    .snow-card__list li{
        padding-left:18px;
        font-size:14px;
        line-height:1.42;
    }
    .snow-card__price{
        font-size:34px;
        margin-bottom:14px;
    }
    .snow-card__actions{
        gap:10px;
        margin-bottom:16px;
    }
    .snow-card__button{
        width:100%;
        min-height:48px;
        font-size:14px;
        border-radius:12px;
    }
    .snow-card__specs--compact{
        grid-template-columns:1fr;
        gap:8px;
        padding-top:14px;
    }
    .snow-card__specbox{
        min-height:auto;
        padding:14px 14px 12px;
        border-radius:12px;
    }
    .snow-card__specbox span{
        font-size:11px;
    }
    .snow-card__specbox strong{
        font-size:20px;
    }
    .snow-slide__watermark{
        font-size:58px;
        right:10px;
        bottom:2px;
    }
}




/* ======================================================
   KERLAND — единый переход от первого блока к слайдеру
   Финальные правила размещены в конце файла намеренно.
====================================================== */

.snow-hero {
    position: relative;
    margin-top: -0.0521vw;
    padding: 0 0 3.6875vw;
    overflow: hidden;
    background: #eef1f4;
    isolation: isolate;
    font-family: Montserrat, Arial, sans-serif;
}

.snow-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 8.3333vw;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.18) 24%,
        rgba(255,255,255,.68) 66%,
        #fff 100%
    );
}

.snow-hero__intro {
    position: relative;
    z-index: 22;
    width: 84vw;
    margin: 0 auto;
    padding: 1.6vw 0 2vw;
}

.snow-hero__intro-title {
    max-width: 54vw;
    margin: 0;
    color: #17191b;
    font-size: 2.2vw;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -.035em;
}

.snow-hero__intro-text {
    max-width: 46vw;
    margin: 0.7292vw 0 0;
    color: #5e6872;
    font-size: 1.04vw;
    line-height: 1.5;
}

.snow-hero__top {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 20;
    width: 84vw;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    grid-template-columns: 10.9375vw minmax(0, 1fr);
    gap: 1.5625vw;
}

.snow-hero__top::before {
    inset: -0.5208vw;
    border: 0.0521vw solid rgba(255,255,255,.68);
    border-radius: 1.25vw;
    background: rgba(255,255,255,.42);
    box-shadow: 0 0.7292vw 2.0833vw rgba(23,25,27,.035);
}

.snow-hero__models-wrap {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.snowHeroSlider {
    margin-top: 1.0417vw;
}

.snow-slide {
    min-height: 31.25vw;
    background-color: #eef1f4;
    background-position: center 44%;
}

.snow-slide__inner {
    width: 84vw;
    max-width: none;
    min-height: 31.25vw;
    padding: 1.5625vw 0 1.0417vw !important;
    grid-template-columns: minmax(0, 1.18fr) minmax(24vw, .82fr);
    gap: 2.0833vw;
}

.snow-slide__overlay {
    background:
        linear-gradient(
            180deg,
            #eef1f4 0%,
            rgba(238,241,244,.76) 8%,
            rgba(238,241,244,.14) 23%,
            rgba(238,241,244,.08) 66%,
            rgba(238,241,244,.68) 86%,
            #eef1f4 100%
        ),
        linear-gradient(90deg, rgba(238,241,244,.12) 0%, rgba(238,241,244,0) 44%);
    backdrop-filter: saturate(.84);
    -webkit-backdrop-filter: saturate(.84);
}

.snow-slide__watermark {
    display: none;
}

.snow-hero__side-nav {
    position: absolute;
    z-index: 30;
    top: 63%;
    right: 1.5625vw;
    transform: translateY(-50%);
    display: grid;
    gap: 0.625vw;
    padding: 0.5208vw;
    border: 0.0521vw solid rgba(23,25,27,.08);
    border-radius: 2.0833vw;
    background: rgba(255,255,255,.62);
    backdrop-filter: blur(0.5208vw);
    -webkit-backdrop-filter: blur(0.5208vw);
    box-shadow: 0 0.8333vw 2.0833vw rgba(23,25,27,.1);
}

.snow-hero__side-button {
    width: 3.125vw;
    height: 3.125vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #17191b;
    font-size: 1.55vw;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 0.4167vw 1.0417vw rgba(23,25,27,.08);
    transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.snow-hero__side-button:hover {
    background: #f7df2f;
    color: #111;
    transform: translateX(-0.1563vw);
}

.snow-hero__side-button:focus-visible,
.snow-hero__nav:focus-visible,
.snow-hero__model:focus-visible {
    outline: 0.1563vw solid rgba(0,122,67,.42);
    outline-offset: 0.1563vw;
}

@media (max-width: 74.9375em) {
    .snow-hero__side-nav {
        display: none;
    }

    .snow-hero__intro,
    .snow-hero__top,
    .snow-slide__inner {
        width: 84vw;
    }

    .snow-hero__intro-title {
        font-size: 3.5vw;
    }

    .snow-hero__intro-text {
        font-size: 1.6vw;
    }
}

@media (max-width: 61.9375em) {
    .snow-hero {
        padding-bottom: 7.2654vw;
    }

    .snow-hero__intro,
    .snow-hero__top,
    .snow-slide__inner {
        width: calc(100% - 9.6872vw);
    }

    .snow-hero__intro {
        padding: 5.3277vw 0 3.3904vw;
    }

    .snow-hero__intro-title {
        max-width: 76vw;
        font-size: 5vw;
    }

    .snow-hero__intro-text {
        max-width: 72vw;
        margin-top: 1.4535vw;
        font-size: 2.2vw;
    }
}

@media (max-width: 47.9375em) {
    .snow-hero {
        padding-bottom: 10.4167vw;
    }

    .snow-hero__intro,
    .snow-hero__top,
    .snow-slide__inner {
        width: calc(100% - 9.375vw);
    }

    .snow-hero__intro {
        padding: 8.3333vw 0 5.2083vw;
    }

    .snow-hero__intro-title {
        max-width: none;
        font-size: 7.2917vw;
        line-height: 1.05;
    }

    .snow-hero__intro-text {
        max-width: none;
        margin-top: 2.6042vw;
        font-size: 3.6458vw;
        line-height: 1.5;
    }

    .snow-hero__top {
        grid-template-columns: 1fr;
        gap: 3.125vw;
    }

    .snowHeroSlider {
        margin-top: 3.6458vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    .snow-hero__side-button {
        transition: none;
    }
}

/* Исправление верхней панели и скачка при переключении */
@media (min-width: 75em) {
    .snow-hero__top {
        grid-template-columns: 18.75vw minmax(0, 1fr);
        gap: 1.25vw;
    }

    .snow-hero__counter {
        width: 100%;
        justify-content: space-between;
        gap: 0.5208vw;
    }

    .snow-hero__fraction {
        flex: 0 0 auto;
    }

    .snow-hero__models-wrap {
        margin-left: 0.5208vw;
    }

    .snow-hero__models-wrap::before,
    .snow-hero__models-wrap::after {
        width: 1.5625vw;
    }

    .snow-hero__models {
        gap: 0.3646vw;
        padding: 0.4167vw 0.5208vw;
    }

    .snow-hero__model,
    .snow-hero__model.is-active {
        min-height: 3.0208vw;
        padding: 0.6771vw 0.9375vw;
        border-radius: 0.9375vw;
        font-size: 0.95vw;
    }

    .snow-hero__model {
        background: transparent;
        box-shadow: none;
    }

    .snow-hero__model.is-active {
        background: rgba(255,255,255,.86);
        box-shadow: 0 0.5208vw 1.25vw rgba(23,25,27,.045);
    }

    .snowHeroSlider,
    .snowHeroSlider .swiper-wrapper,
    .snowHeroSlider .swiper-slide,
    .snow-slide {
        height: 31.25vw !important;
        min-height: 31.25vw;
    }
}

/* ======================================================
   KERLAND — единая система CTA первого и второго блоков
====================================================== */
.snow-card__button {
    border: 0.0521vw solid transparent;
    background: #f7df2f;
    color: #111;
    font-weight: 500;
    box-shadow: 0 0.4vw 1vw rgba(251,236,66,.28);
    transition: transform .22s ease, background-color .22s ease,
                border-color .22s ease, box-shadow .22s ease;
}

.snow-card__button:hover {
    background: #f1d814;
    color: #111;
    transform: translateY(-0.1042vw);
    box-shadow: 0 0.55vw 1.25vw rgba(251,236,66,.32);
}

.snow-card__button--secondary {
    background: rgba(255,255,255,.94);
    color: #111;
    border-color: rgba(23,25,27,.16);
    box-shadow: 0 0.4vw 1vw rgba(17,24,39,.08);
}

.snow-card__button--secondary:hover {
    background: #fff;
    color: #111;
    border-color: rgba(23,25,27,.28);
    box-shadow: 0 0.5vw 1.2vw rgba(17,24,39,.12);
}

@media (min-width: 48em) {
    .snow-card__button {
        min-height: 3.45vw;
        height: 3.45vw;
        padding: 0 1.6vw;
        border-radius: 1vw;
        font-size: 1vw;
        line-height: 1;
    }
}

/* ======================================================
   KERLAND — финальный мобильный адаптив слайдера
   Изолирован мобильным медиазапросом: десктоп не затрагивает.
====================================================== */
@media (max-width: 47.9375em) {
    .snow-hero {
        padding: 0 0 8.3333vw;
        overflow: hidden;
    }

    .snow-hero::after {
        height: 22.9167vw;
        background: linear-gradient(
            180deg,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,.28) 36%,
            #fff 100%
        );
    }

    .snow-hero__intro,
    .snow-hero__top,
    .snow-slide__inner {
        width: calc(100% - 8.3333vw);
    }

    .snow-hero__intro {
        padding: 8.3333vw 0 5.2083vw;
    }

    .snow-hero__intro-title {
        max-width: none;
        font-size: clamp(7.2917vw, 7.2vw, 9.3750vw);
        line-height: 1.08;
        letter-spacing: -.035em;
    }

    .snow-hero__intro-text {
        max-width: none;
        margin-top: 2.7083vw;
        font-size: clamp(3.7500vw, 3.7vw, 4.3750vw);
        line-height: 1.5;
    }

    .snow-hero__top {
        position: relative;
        inset: auto;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 2.2917vw;
        margin: 0 auto;
        padding: 0;
    }

    .snow-hero__top::before {
        display: none;
    }

    .snow-hero__counter {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 2.2917vw;
    }

    .snow-hero__fraction {
        flex: 0 0 auto;
        justify-content: flex-start;
        font-size: clamp(8.3333vw, 10vw, 11.4583vw);
        line-height: 1;
    }

    .snow-hero__nav {
        width: 12.5000vw;
        height: 12.5000vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 5.0000vw;
        background: #fff;
        box-shadow: 0 1.4583vw 4.1667vw rgba(23,25,27,.08);
        touch-action: manipulation;
    }

    .snow-hero__models-wrap {
        width: 100%;
        padding: 0;
        overflow: hidden;
        background: transparent;
    }

    .snow-hero__models-wrap::before,
    .snow-hero__models-wrap::after {
        display: none;
    }

    .snow-hero__models {
        gap: 3.1250vw;
        padding: 1.0417vw 0 1.4583vw;
        scroll-padding-inline: 0;
        background: transparent;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .snow-hero__model,
    .snow-hero__model.is-active {
        min-height: 11.4583vw;
        padding: 2.9167vw 3.7500vw;
        border-radius: 3.5417vw;
        font-size: 3.7500vw;
        line-height: 1;
    }

    .snow-hero__model.is-active {
        background: #fff;
        box-shadow: 0 1.2500vw 3.7500vw rgba(23,25,27,.07);
    }

    .snowHeroSlider {
        margin-top: 0vw;
        overflow: hidden !important;
    }

    .snowHeroSlider .swiper-wrapper,
    .snowHeroSlider .swiper-slide {
        overflow: hidden !important;
    }

    .snow-slide {
        min-height: 0;
        overflow: hidden;
        background-position: center top;
    }

    .snow-slide__inner {
        min-height: 0;
        margin: 0 auto;
        padding: 0vw 0 5.2083vw !important;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: clamp(58.3333vw, 58vw, 79.1667vw) auto;
        gap: 0vw;
        align-items: start;
    }

    .snow-slide__visual {
        min-height: 0;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
    }

    .snow-slide__tractor {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: none;
        object-fit: contain;
        transform: scale(1.04);
        transform-origin: center;
        filter: drop-shadow(0 3.1250vw 4.5833vw rgba(15,23,42,.14));
    }

    .snow-slide__content {
        width: 100%;
        padding: 0;
        display: block;
    }

    .snow-card {
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 5.2083vw 4.1667vw 4.1667vw;
        border-radius: 5.6250vw;
        background: linear-gradient(155deg, rgba(52,57,65,.96), rgba(31,35,41,.94));
        box-shadow: 0 4.1667vw 10.0000vw rgba(15,23,42,.18), inset 0 0 0 0.2604vw rgba(255,255,255,.06);
    }

    .snow-card__head {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 2.5000vw;
        margin-bottom: 3.7500vw;
    }

    .snow-card__title {
        font-size: clamp(8.9583vw, 9.2vw, 11.4583vw);
        line-height: .98;
        letter-spacing: -.045em;
    }

    .snow-card__badge {
        width: auto;
        height: 8.9583vw;
        min-height: 8.9583vw;
        padding: 0 3.3333vw;
        border-radius: 2.7083vw;
        font-size: 3.2500vw;
        align-self: center;
        transform: none;
    }

    .snow-card__list {
        gap: 2.2917vw;
        margin: 0 0 4.7917vw;
    }

    .snow-card__list li {
        min-height: 6.0417vw;
        padding-left: 6.8750vw;
        font-size: clamp(3.9583vw, 4vw, 4.3750vw);
        line-height: 1.4;
    }

    .snow-card__list li::before {
        top: 0.5000vw;
        width: 4.5833vw;
        height: 4.5833vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #079957;
        color: #fff;
        font-size: 3.0000vw;
        line-height: 1;
        box-shadow: 0 0.7500vw 1.8750vw rgba(0,122,67,.22);
    }

    .snow-card__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 2.7083vw;
        margin-bottom: 4.1667vw;
    }

    .snow-card__button {
        width: 100%;
        height: 13.9583vw;
        min-height: 13.9583vw;
        padding: 3.1250vw 2.7083vw;
        border-radius: 3.3333vw;
        font-size: 3.9583vw;
        font-weight: 600;
        line-height: 1.15;
        text-align: center;
        touch-action: manipulation;
    }

    .snow-card__specs--compact {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0.8333vw 3.5417vw;
        border: 0.2604vw solid rgba(255,255,255,.08);
        border-radius: 4.1667vw;
        background: rgba(255,255,255,.055);
    }

    .snow-card__specbox {
        min-width: 0;
        min-height: 13.9583vw;
        padding: 3.3333vw 0;
        border: 0;
        border-bottom: 0.2604vw solid rgba(255,255,255,.09);
        border-radius: 0;
        background: transparent;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 4.1667vw;
    }

    .snow-card__specbox:last-child {
        border-bottom: 0;
    }

    .snow-card__specbox span {
        display: block;
        min-width: 0;
        color: rgba(255,255,255,.7);
        font-size: 3.5833vw;
        line-height: 1.25;
    }

    .snow-card__specbox strong {
        flex: 0 0 auto;
        display: block;
        color: #fff;
        font-size: 4.9167vw;
        line-height: 1;
        font-weight: 700;
        white-space: nowrap;
        text-align: right;
    }

    .snow-slide__watermark,
    .snow-hero__side-nav {
        display: none;
    }
}

