/* Блок: слайдер УТП (первый экран) */
.utp-slider {
    position: relative;
    padding: 0;
    background: var(--amp-bg-soft);
}

.utp-slider__video {
    position: relative;
    height: 640px;
    overflow: hidden;
}

.utp-slider__video-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utp-slider__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(42, 45, 48, .9), rgba(42, 45, 48, 0));
}

.utp-slide {
    position: relative;
    height: 640px;
    overflow: hidden;
}

.utp-slide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utp-slide__inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    background: linear-gradient(90deg, rgba(42, 45, 48, .85), rgba(42, 45, 48, 0) 70%);
}

.utp-slide__title {
    max-width: 620px;
    margin: 0 0 16px;
    font-size: 54px;
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -2.5px;
    color: #F2F3F0;
}

.utp-slide__subtitle {
    max-width: 520px;
    margin: 0 0 28px;
    font-size: var(--font-size-large);
    line-height: 1.5;
    color: #BEC2C7;
}

.utp-swiper__pagination {
    bottom: 24px !important;
}

.utp-swiper .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    border-radius: 0;
    background: #F2F3F0;
    opacity: .4;
}

.utp-swiper .swiper-pagination-bullet-active {
    background: var(--amp-accent);
    opacity: 1;
}

.utp-swiper__prev,
.utp-swiper__next {
    color: #F2F3F0;
}

@media (max-width: 768px) {

    .utp-slide,
    .utp-slider__video {
        height: 440px;
    }

    .utp-slide__title {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .utp-slide__inner {
        background: linear-gradient(180deg, rgba(42, 45, 48, .3), rgba(42, 45, 48, .9));
    }
}
