.hero {
    position: relative;
    z-index: 1;
    padding-top: 23.177vw;
    padding-bottom: 13.802vw;
}
.hero-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
.hero-l {
    max-width: 714px;
    color: #FFFFFF;
}
.hero__text {
    margin-top: 24px;
}
.hero-r {
    max-width: 503px;
    width: 100%;
    flex-shrink: 0;
}
.hero-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.hero-r_inner {
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    margin-top: 20px;
    padding: 14px;
}
.hero-r__tag {
    position: absolute;
    top: -17px;
    left: 12px;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hero-slide {
    display: flex;
    align-items: center;
    gap: 22px;
}
.hero-slide__pic {
    width: 176px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    aspect-ratio: 176 / 120;
    flex-shrink: 0;
}
.hero-slide__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-slide_content p {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hero-cats {
    background-color: #222222;
    border-radius: 0 0 50px 50px;
    padding-bottom: 242px;
}
.hero-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 14px;
    margin-top: -8.073vw;
}
.hero-cat {
    border-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    aspect-ratio: 325 / 284;
    padding: 19px;
}
.hero-cat__tag {
    display: inline-flex;
    transition: .3s;
}
.hero-cat:hover .hero-cat__tag {
    background-color: #FFD400;
    border-color: #FFD400;
    color: #222222;
}
.hero-cat__title {
    margin-top: 18px;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
}
.hero-cat__btn {
    width: 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #222222;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.hero-cat__btn img {
    width: 100%;
    height: auto;
}
.hero-cat:hover .hero-cat__btn {
    background-color: #FFD400;
    border-color: #FFD400;
}
.hero-why {
    color: #FFFFFF;
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
}
.hero-why_l {
    max-width: 287px;
    width: 100%;
}
.hero-why__title {
    font-size: 18px;
    font-weight: 500;
}
.hero-why_l img {
    display: block;
    margin-left: auto;
    margin-top: 20px;
}
.hero-why__text {
    margin-top: 52px;
    font-size: 33px;
    font-weight: 600;
    max-width: 932px;
}
.hero-why__text .bg-white,
.hero-why__text .bg-black {
    border-radius: 900px;
    padding: 3px 18px 4px;
    font-size: 25px;
    display: inline-block;
    transform: translateY(-2px);
}
.hero-why__text .bg-white {
    background-color: #FFFFFF;
    color: #222222;
}
.hero-why__text .bg-black {
    background-color: #292929;
}
.hero-why__text .text-gray {
    color: rgba(255, 255, 255, 0.5);
}

.grid {
    margin-top: -171px;
}
.grid-slider {
    overflow: visible;
}
.grid-inner {
    display: grid;
    grid-template-columns: 325fr 111fr 566fr 325fr;
    grid-template-rows: 229fr 232fr;
    aspect-ratio: 1340 / 474;
    gap: 14px;
}

.grid-item--plane {
    grid-column: 1;
    grid-row: 1;
}
.grid-item--boxes {
    grid-column: 2 / 4;
    grid-row: 1;
}
.grid-item--water {
    grid-column: 1 / 3;
    grid-row: 2;
}
.grid-item--joint {
    grid-column: 3;
    grid-row: 2;
    justify-content: flex-end;
}
.grid-item--flag {
    grid-column: 4;
    grid-row: 1 / 3;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}


.grid-item--plane .grid-item__text {
    max-width: 247px;
}
.grid-item--boxes .grid-item__text {
    max-width: 194px;
}
.grid-item--flag .grid-item__text {
    max-width: 235px;
    text-align: left;
}
.grid-item--water .grid-item__text {
    max-width: 277px;
}
.grid-item--joint .grid-item__text {
    max-width: 260px;
}
.grid-item--flag .grid-item__value {
    margin-left: auto;
}
.grid-item:hover .grid-item__value {
    color: #FFD400;
}
.grid-item__value--dark {
    color: #222222;
}
.grid-item__value--yellow {
    
}


.home-products {
    padding-top: 62px;
    padding-bottom: 80px;
}
.home-products_top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}
.home-products__title {
    margin-top: 18px;
}
.home-products__subtitle {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 138%;
    font-family: 'Maki Sans', sans-serif;
    max-width: 234px;
}
.home-products__subtitle img {
    position: absolute;
    left: -82px;
    top: 15px;
}
.home-products_grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 16px;
}
.home-products_bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.services_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.service-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 437 / 512;
    color: #222222;
    border: 1px solid #F2F2F2;
}
.service-item--gray {
    background-color: #F2F2F2;
}
.service-item--dark {
    background-color: #222222;
    color: #FFFFFF;
}
.service-item_top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.service-item__tag {
    transition: .3s;
}
.service-item--dark .service-item__tag {
    border-color: rgba(255, 255, 255, .3);
    color: #FFFFFF;
}
.service-item__arrow {
    width: 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: .3s;
}
.service-item:hover .service-item__tag {
    background-color: #FFD400;
    border-color: #FFD400;
    color: #222222;
}
.service-item:hover .service-item__arrow {
    background-color: #FFD400;
    border-color: #FFD400;
}
.service-item__title {
    position: relative;
    z-index: 2;
    margin-top: 38px;
    font-size: 24px;
    font-weight: 600;
    line-height: 121%;
    max-width: 300px;
}
.service-item__text {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    font-size: 15px;
    line-height: 138%;
    color: rgba(34, 34, 34, .5);
    max-width: 276px;
}
.service-item--dark .service-item__text {
    color: rgba(255, 255, 255, .5);
}
.service-item__pic {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.service-item__pic img {
    width: 100%;
    height: auto;
    display: block;
}

.service-item--dark>img {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    width: auto;
    right: 4px;
    pointer-events: none;
}
.service-item__value {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding-top: 24px;
    font-size: 52px;
    font-weight: 600;
    line-height: 71%;
}
.service-item__schedule {
    position: relative;
    z-index: 2;
    margin-top: 16px;
    font-size: 18px;
}
.service-item__btn {
    position: relative;
    z-index: 2;
    margin-top: 37px;
    align-self: flex-start;
}


.people {
    padding-top: 80px;
    overflow: hidden;
}
.people-inner {
    display: grid;
    grid-template-columns: 899fr 488fr;
    align-items: flex-end;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.people-slider {
    margin-top: 30px;
    overflow: hidden;
    max-width: 901px;
    width: 100%;
}
.people-slide {
    height: auto;
}
/* Слайд тянется на высоту самого высокого в ряду, иначе карточки с более
   коротким текстом получаются ниже соседних. */
.people-slider .swiper-wrapper {
    align-items: stretch;
}
.people-card.swiper-slide {
    height: auto;
}
.people-card {
    position: relative;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s;
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
}
.people-card:hover {
    background-color: #F2F2F2;
}
.people-card__tag {
    align-self: flex-start;
    transition: .3s;
}
.people-card__tag:hover {
    background-color: transparent;
    color: #222222;
}
.people-card__title {
    margin-top: 88px;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}
.people-card__text {
    margin-top: 15px;
    opacity: 0.6;
}
.people-card__num {
    margin-top: auto;
    color: #E4E4E4;
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
}
.people-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.people-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.people-arrow {
    width: 47px;
    height: 47px;
    background-color: #F2F2F2;
}
.people-arrow:hover {
    background-color: #FFD400;
}
.people-arrow svg path {
    fill: #222222;
}
.people-arrow.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}
.people-scrollbar.swiper-scrollbar {
    position: relative;
    inset: auto;
    flex-grow: 1;
    width: auto;
    height: 3px;
    border-radius: 5px;
    background-color: #F2F2F2;
}
.people-scrollbar .swiper-scrollbar-drag {
    background-color: #222222;
    border-radius: inherit;
    cursor: grab;
}
.people-scrollbar .swiper-scrollbar-drag:active {
    cursor: grabbing;
}
.people-counter {
    flex-shrink: 0;
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    white-space: nowrap;
}
.people-counter__total {
    color: rgba(34, 34, 34, .3);
}
.people-r {
    position: absolute;
    right: -78px;
    top: -84px;
    width: 636px;
    display: flex;
    align-items: center;
    z-index: -1;
}
.people-r img {
    width: 100%;
    height: auto;
    display: block;
}


.faq {
    padding-top: 100px;
    padding-bottom: 97px;
}
.faq-inner {
    display: grid;
    grid-template-columns: 564fr 712fr;
    gap: 64px;
}
.faq__text {
    margin-top: 16px;
    max-width: 549px;
    opacity: 0.6;
}
.faq-video {
    position: relative;
    margin-top: 81px;
    max-width: 437px;
    aspect-ratio: 437 / 256;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
.faq-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.faq-video img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: -2;
}
.faq-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.faq-video__play:hover {
    background-color: #FFD400;
}
.faq-video__play img {
    width: 24px;
    height: 24px;
}
.faq-bottom {
    display: flex;
    position: relative;
    margin-top: 21px;
    z-index: 2;
}
.faq-video__caption {
    position: relative;
    z-index: 1;
    color: #222222;
    font-size: 16px;
    line-height: 138%;
    font-family: 'Maki Sans', sans-serif;
    max-width: 215px;
}
.faq-video__caption img {
    margin-top: 6px;
    position: absolute;
    right: -54px;
    bottom: 2px;
}
.faq-video__bottles {
    position: absolute;
    right: 0;
    bottom: -54px;
    width: 326px;
    pointer-events: none;
}
.faq-video__bottles img {
    width: 100%;
    height: auto;
    display: block;
}
.faq-list {
    display: flex;
    flex-direction: column;
}
.faq-item {
    padding: 20px;
    border-bottom: 1px solid #F2F2F2;
}
.faq-item:first-child {
    padding-top: 0;
}
.faq-item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}
.faq-item_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item__num {
    color: rgba(34, 34, 34, .15);
    font-size: 30px;
    font-weight: 600;
    transition: .3s;
}
.faq-item.active .faq-item__num {
    color: #FFD400;
}
.faq-item__title {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}
.faq-item__toggle {
    position: relative;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #F2F2F2;
    flex-shrink: 0;
    transition: .3s;
}
.faq-item__toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #222222;
    transition: .3s;
}
.faq-item__toggle span:nth-child(1) {
    width: 11px;
    height: 2px;
    transform: translate(-50%, -50%);
}
.faq-item__toggle span:nth-child(2) {
    width: 2px;
    height: 11px;
    transform: translate(-50%, -50%);
}
.faq-item.active .faq-item__toggle {
    background-color: #222222;
}
.faq-item.active .faq-item__toggle span {
    background-color: #FFFFFF;
}
.faq-item.active .faq-item__toggle span:nth-child(2) {
    transform: translate(-50%, -50%) scaleY(0);
}
.faq-item__content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease;
}
.faq-item.active .faq-item__content {
    grid-template-rows: 1fr;
}
.faq-item__content-inner {
    overflow: hidden;
}
.faq-item__text {
    padding-top: 20px;
    color: rgba(34, 34, 34, .6);
    font-size: 15px;
    line-height: 138%;
}

.news {
    position: relative;
    z-index: 2;
}
.news-rows {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.news-row__track {
    display: flex;
    width: max-content;
    gap: 13px;
    animation: marquee-scroll 45s linear infinite;
}
.news-row--2 .news-row__track {
    animation-direction: reverse;
}
.news-row:hover .news-row__track {
    animation-play-state: paused;
}
.news-slide {
    position: relative;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-shrink: 0;
    height: 247px;
    color: #FFFFFF;
    width: 876px;
    z-index: 1;
}
.news-slide::before {
    border-radius: 20px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .52);
}
.news-slide__pic {
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: 20px;
    overflow: hidden;
}
.news-slide__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news-slide__tag {
    position: absolute;
    top: -17px;
    left: 11px;
    z-index: 1;
}
.news-slide__body {
    position: relative;
    z-index: 1;
}
.news-slide__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    max-width: 520px;
}
.news-slide--md .news-slide__title {
    font-size: 20px;
    max-width: 420px;
}
.news-slide__text {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 138%;
    max-width: 464px;
}
.news-slide__btn {
    position: relative;
    z-index: 1;
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.news-bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.news-divider {
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
}

@media (max-width: 1380px) {
    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-cat {
        aspect-ratio: 336 / 149;
    }

    .home-products_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-item {
        aspect-ratio: 340 / 460;
    }
    .service-item__title {
        font-size: 20px;
    }
    .service-item__value {
        font-size: 36px;
    }
    .service-item__deco {
        font-size: 48px;
    }

    .people-card {
        padding: 20px;
    }
    .people-card__title {
        margin-top: 30px;
        font-size: 18px;
    }
    .people-card__num {
        font-size: 56px;
    }
    .people-r {
        right: -260px;
        width: 545px;
    }

    .faq-inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .faq-video {
        max-width: 100%;
    }

    .news-slide__btn {
        white-space: nowrap;
    }
}

@media (max-width: 1024px) {
    .hero {
        padding-top: 83px;
        padding-bottom: 137px;
    }
    .hero-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-l {
        max-width: 100%;
    }
    .hero-r {
        max-width: 100%;
    }

    .hero-cats {
        padding-bottom: 178px;
    }
    .hero-why {
        margin-top: 50px;
        flex-direction: column;
    }
    .hero-why__text {
        margin-top: 0;
    }
    .grid {
        overflow: hidden;
        margin-top: -116px;
    }
    .grid-inner {
        display: flex;
        aspect-ratio: auto;
        grid-gap: 0;
    }
    .grid-item {
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 336 / 132;
        height: auto;
    }
    .grid-item--flag .grid-item__value {
        margin-left: 0;
    }
    .hero-why__text {
        font-size: 26px;
    }
    .hero-why__text .bg-white,
    .hero-why__text .bg-black {
        font-size: 20px;
    }

    .home-products {
        padding-top: 50px;
    }
    .home-products_top {
        flex-direction: column;
        gap: 24px;
    }
    .home-products__title {
        margin-top: 0;
    }
    .home-products__subtitle {
        margin-left: auto;
    }
    .home-products_grid {
        margin-top: 40px;
        grid-template-columns: repeat(2, 1fr);
    }

    .services_grid {
        grid-template-columns: 1fr;
    }
    .service-item {
        aspect-ratio: auto;
        min-height: 380px;
    }
    .service-item_top {
        justify-content: flex-start;
        gap: 4px;
    }
    .service-item__title {
        max-width: 250px;
    }

    .people-inner {
        display: block;
    }
    .people-slider {
        margin-top: 322px;
        max-width: 100%;
    }
    .people-r {
        top: 0;
        right: 0;
        width: 100%;
        height: 402px;
        justify-content: center;
    }
    .people-r img {
        height: 100%;
        object-fit: contain;
    }

    .faq-item__title {
        font-size: 18px;
    }

    
    
    .news-row--2 {
        display: none;
    }
    .news-row__track {
        animation: none;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        width: 100%;
    }
    .news-slide {
        width: 100%;
        height: 168px;
        padding: 18px;
    }
    .news-slide__title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .news-slide__text {
        max-width: 260px;
    }

    .faq-video__bottles {
        width: 38%;
        right: -14px;
        bottom: -20px;
    }

    .people-card__text {
        max-width: 100%;
    }
    .people-nav {
        gap: 16px;
    }
    .people-counter {
        font-size: 18px;
    }
}

@media (max-width: 560px) {
    .hero-row {
        gap: 38px;
    }
    .hero__text {
        margin-top: 16px;
    }
    .hero-r_inner {
        padding: 10px;
        border-radius: 12px;
    }
    .hero-r__tag {
        top: -13px;
        left: 4px;
    }
    .hero-slide {
        gap: 13px;
    }
    .hero-slide__pic {
        width: 125px;
        aspect-ratio: 125 / 78;
        border-radius: 8px;
    }
    .hero-slide_content p {
        font-size: 14px;
        margin-bottom: 8px;
    }


    .hero-grid {
        margin-top: -83px;
        grid-template-columns: 1fr;
    }
    .hero-cats {
        padding-bottom: 146px;
        border-radius: 0 0 12px 12px;
    }
    .hero-cat {
        padding: 10px;
        border-radius: 12px;
    }
    .hero-cat__title {
        font-size: 14px;
        margin-top: 14px;
    }
    .hero-cat__btn {
        width: 25px;
        right: 10px;
    }

    .hero-why {
        gap: 0; 
    }
    .hero-why__title {
        font-size: 14px;
    }
    .hero-why_l {
        max-width: 223px;
    }
    .hero-why_l img {
        margin-top: 10px;
    }
    .hero-why__text {
        font-size: 18px;
    }
    .hero-why__text .bg-white,
    .hero-why__text .bg-black {
        font-size: 12px;
        padding: 3px 9px;
    }
    

    .grid-item {
        padding: 16px;
        border-radius: 12px;
    }
    .grid-item__value {
        font-size: 32px;
        padding-top: 10px;
    }
    .home-products {
        padding-bottom: 50px;
    }
    .home-products__title {
        max-width: 193px;
    }
    .home-products_bottom {
        margin-top: 22px;
    }
    .service-item {
        padding: 3.6vw;
        border-radius: 12px;
        min-height: 0;
    }
    .service-item--white {
        border-color: #222222;
    }
    .service-item__arrow {
        width: 25px;
    }
    .service-item__title {
        margin-top: 5.5vw;
        font-size: 14px;
        max-width: 175px;
    }
    .service-item__text {
        font-size: 10px;
        margin-top: 2.76vw;
    }
    .service-item__value {
        font-size: 32px;
        padding-top: 15px;
    }

    .people {
        padding-top: 50px;
    }
    .people-card {
        padding: 15px 9px 15px 15px;
        border-radius: 12px;
    }
    .people-card__title {
        margin-top: 20px;
        font-size: 14px;
    }
    .people-card__text {
        margin-top: 8px;
        max-width: 250px;
    }
    .people-card__num {
        font-size: 41px;
        margin-left: auto;
        margin-top: auto;
    }
    .people-nav {
        margin-top: 22px;
        gap: 19px;
    }
    .people-arrow {
        width: 36px;
        height: 36px;
    }
    .people-arrow svg {
        width: 14px;
        height: auto;
    }
    .people-counter {
        font-size: 20px;
    }

    .faq {
        padding-top: 50px;
        padding-bottom: 62px;
    }
    .faq-inner {
        gap: 83px;
    }
    .faq__title {
        max-width: 240px;
    }
    .faq__text {
        max-width: 100%;
    }
    .faq-video {
        margin-top: 35px;
        border-radius: 12px;
    }
    .faq-bottom {
        margin-top: 13px;
    }
    .faq-video__bottles {
        width: 199px;
        right: 0;
        bottom: -53px;
    }
    .faq-video__caption {
        font-size: 11px;
    }
    .faq-video__caption img {
        right: -15px;
        bottom: -27px;
    }
    .faq-item {
        padding: 16px 14px;
    }
    .faq-item_top {
        gap: 35px;
    }
    .faq-item_left {
        gap: 15px;
    }
    .faq-item__num {
        font-size: 23px;
    }
    .faq-item__title {
        font-size: 14px;
    }
    .faq-item__toggle {
        width: 36px;
        height: 36px;
    }
    .faq-item__text {
        font-size: 12px;
    }

    
    .news-row__track {
        gap: 14px;
    }
    .news-slide {
        padding: 14px;
        border-radius: 12px;
    }
    .news-slide__title {
        font-size: 14px;
    }
    .news-slide__text {
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news-bottom {
        margin-top: 22px;
        gap: 16px;
    }
    .news-divider {
        display: none;
    }
}