.home {
    position: relative;
    width: 100%;
}

.home-swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.home-swiper-bottom {
    position: absolute;
    bottom: 70px;
    right: 68px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-swiper-bottom-pagination {
    position: static;
    max-width: 400px;
    display: flex;

}

.home-swiper-bottom-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-swiper-bottom-next {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.home-swiper-bottom-next::before {
    content: url("home/next.svg");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;

}

.home-swiper-bottom-prev {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.home-swiper-bottom-prev::before {
    content: url("home/prev.svg");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.home-swiper-bottom-pagination .swiper-pagination-bullet {
    width: 100%;
    max-width: 80px;
    height: 1px;
    background: var(--White);
    opacity: .6;
    border-radius: 2px;
}

.home-swiper-bottom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.home-text {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    text-align: center;
    gap: 14px;
    width: 100%;
}

.home-subtitle {
    color: rgba(255, 255, 255, 0.70);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-title {
    color: var(--White);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px; /* 106.667% */
    letter-spacing: 4px;
    text-transform: uppercase;
    gap: 7px;
}


.news-section {
    padding-top: 80px;
    margin-bottom: 80px;
}

.news-section__items {
    display: flex;
    flex-direction: column;
    gap: 70px;
    margin-bottom: 50px;
}

.news-section__items-big {
    display: grid;
    align-items: center;
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}

.news-section__items-big-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 1060px;
    max-height: 544px;
}

.news-section__items-big-info {
    display: flex;
    flex-direction: column;
    font-variant-numeric: lining-nums proportional-nums;

}

.news-section__items-big-info-date {
    margin-bottom: 16px;
    color: rgba(19, 20, 21, 0.70);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.news-section__items-big-info-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 122.222% */
    margin-bottom: 30px;
}

.news-section__items-big-info-text {
    color: var(--black-70);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 30px;
}


.news-section__items-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}

.news-section__items-cards-inner {
    display: flex;
    flex-direction: column;
}

.news-section__items-cards-inner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-section__items-cards-inner-info {
    margin-top: 32px;
    font-variant-numeric: lining-nums proportional-nums;

}

.news-section__items-cards-inner-info-date {
    color: rgba(19, 20, 21, 0.70);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-section__items-cards-inner-info-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px; /* 121.429% */
    margin-bottom: 30px;
}

.partners {
    padding: 100px 0;
    background: #F2F3F4;
}

.partners-top {
    justify-content: start;
    align-items: start;
    text-align: start;
    padding: 0px 15px;
}

.partners-title::before {
    transform: translate(0%, 0%);
    left: 0;
}

.partners-list {
    overflow-x: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    /*gap: 13px;*/
}

.partners-list {
    scrollbar-width: thin;
    scrollbar-color: #969faa #F2F3F4;
}

/* для Chrome/Edge/Safari */
.partners-list::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}
.partners-list::-webkit-scrollbar-track {
    background: #F2F3F4;
}
.partners-list::-webkit-scrollbar-thumb {
    background-color: #969faa;
    border-radius: 5px;
    border: 3px solid #F2F3F4;
}


.partners-list-item-img {
    width: 240px;
    height: 70px;
}

.tech-button {
    display: block;
    margin: 80px auto;
    text-align: center;
}

.slider-img{
    width: 100%;
    height: 100%;
    background: no-repeat center;
}

@media (max-width: 949px) {
    .news-section__items-cards-inner-info-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 850px) {
    .home-text {
        top: 50px;

    }

    .home-title {
        font-size: 45px;
    }

    .home-swiper-bottom {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .news-section__items-big {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .news-section__items {
        gap: 40px;
    }

    .news-section__items-cards {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


@media (max-width: 650px) {
    .home-text {
        gap: 0;
    }

    .home-swiper-slide img {
        height: 667px;
    }

    .home-subtitle {
        font-size: 12px;
    }

    .home-title {
        font-size: 32px;
    }

    .partners {
        padding: 80px 0;
    }

    .partners-top {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .partners-title::before {
        transform: translate(-50%, 0%);
        left: 50%;
    }

    .tech-button {
        margin: 80px 15px;
    }
}

@media (max-width: 550px) {
    .home-swiper-bottom {
        flex-direction: column;
        right: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 2;
        gap: 50px;
    }

    .home-swiper-bottom-pagination {
        display: block;
    }

    .home-swiper-bottom-arrows {
        gap: 50px;
    }

    .partners-list-item-img {
        width: 125px;
    }

    .partners-top {
        padding: 0;
    }

    .news-section__items-big-info-date {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news-section__items-big-info-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .news-section__items-big-info-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .news-section__items-cards-inner-info-date {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px; /* 150% */

    }
}