.home-hero__wrapper {
    background: linear-gradient(180deg, #FFFFFF 25.42%, rgba(255, 255, 255, 0) 100%);
    padding-top: 100px;
}

.home-hero {
    border-radius: 24px;
    height: 750px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home-hero video, .home-second__hands {
    pointer-events: none;
}

.home-hero__bg {
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1;
    position: relative;
}

.home-hero__overlay {
    background: #00000033;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.home-hero__title {
    font-size: 145px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    line-height: 100%;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.home-hero__desc {
    background: #CF141F;
    box-shadow: 0px 0px 64px 2px #FFFFFFB2 inset;
    padding: 40px;
    line-height: 160%;
    border-radius: 16px;
    font-size: 20px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    max-width: 632px;
    color: white;
    z-index: 3;
}

.home-hero__desc strong {
    background: white;
    color: #CF141F;
    padding: 5px;
    border-radius: 4px;
    font-weight: 300;
}

.home-hero__button {
    height: 56px;
    width: 56px;
    display: flex;
    position: absolute;
    left: 40px;
    bottom: 40px;
    background: #FFFFFF4D;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
    backdrop-filter: blur(20px);
}

/*

Second

*/


.home-second__wrapper {
    margin-top: 40px;
    position: relative;
    scroll-margin-top: 110px;
}

.home-second {
    background: white;
    border-radius: 24px;
    padding-top: 120px;
    overflow: hidden;
}

.home-second__title {
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    max-width: 970px;
    margin: 0 auto;
    margin-bottom: 60px;
    z-index: 1;
    position: relative;
}

.home-second__title strong {
    color: #CF141F;
}

.home-second__hands {
    width: 100%;
    margin-top: -150px;
}

/*

Our focus

*/

.home-focus__wrapper {
    margin-top: 15px;
}

.home-focus {
    display: flex;
    gap: 15px;
}

.home-focus__left {
    width: calc(50% - 7.5px);
}

.home-focus__card {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    display: flex;
    align-items: flex-end;
    gap: 30px;
    padding: 32px;
    position: relative;
    min-height: 460px;
    color: white;
}

.home-focus__card-title {
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    max-width: 50%;
}

.home-focus__desc {
    padding: 32px;
    margin-bottom: 20px;
    color: #000000CC;
    line-height: 160%;
}

.home-focus__button {
    width: 100%;
    padding: 0 32px;
}

.home-focus__button a {
    width: 100%;
}

.home-focus__right {
    background: white;
    padding: 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    width: calc(50% - 7.5px);
    height: fit-content;
}

.home-focus__right-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
}

.home-focus__services {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.home-focus__service {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 24px 0;
    transition: all .3s;
    border-radius: 12px;
    position: relative;
    line-height: 100%;
}

.home-focus__service:hover {
    background: #CF141F;
    color: white;
    padding: 24px;
    padding-right: 0;
    cursor: pointer;
}

.home-focus__service:not(:last-child)::before {
    content: "";
    border-top: 1px solid #CBCBCB;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: all .3s;
}

.home-focus__service:hover::before {
    opacity: 0;
}

.home-focus__service:has(+ .home-focus__service:hover)::before {
    opacity: 0;
}

.home-focus__service::after {
    content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14035 16.0711L14.8134 2.39807M1.9975 1.77892L15.2825 1.92897L15.4325 15.214' stroke='white' stroke-opacity='0.7' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 32px;
    height: 32px;
    position: absolute;
    right: 18px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.home-focus__service:hover::after {
    opacity: 1;
}


/*

Stats

*/

.home-stats__wrapper {
    margin-top: 107px;
}

.home-stats {
    display: flex;
    gap: 10px;
}

.home-stats__card {
    height: 472px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 32px;
    padding-top: 20px;
    border-radius: 24px;
    flex: 1;
    border: 1px solid #0000001A;
    overflow: hidden;
}

.home-stats__card:nth-child(even) {
    margin-top: 65px;
}

.home-stats__card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    filter: grayscale(100%);
    left: 0;
    top: 0;
    transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.home-stats__card::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #1E273ACC 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    z-index: 1;
    transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}


.home-stats__card-title {
    z-index: 2;
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    line-height: 100%;
    letter-spacing: -3px;
    font-weight: 600;
    color: white;
}

.home-stats__card-desc {
    z-index: 2;
    line-height: 150%;
    color: white;
}

.home-stats__card:hover .home-stats__card-bg {
    filter: none;
}

.home-stats__card:hover::before {
    background: none;
}

.home-stats__card:hover::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #00000080 100%);
    height: 100%;
}


/*

News


*/

.home-news__wrapper {
    margin-top: 107px;
}

.home-news__head {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.home-news__controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-news__controls-btn {
    background: #FFFFFF;
    padding: 16px;
    border-radius: 8px;
    color: #00000099;
    font-size: 16px;
    font-weight: 400;
    font-family: "eUkraine", sans-serif;
    cursor: pointer;
    line-height: 100%;
    transition: all .3s ease-in-out;
}

.home-news__controls-btn.active, .home-news__controls-btn:hover {
    box-shadow: 0px 0px 24px 4px #FFFFFFCC inset;
    background: #CF141F;
    color: white;
}

.home-news__nav {
    display: none;
    align-items: center;
    gap: 10px;
}

.home-news__nav.active {
    display: flex;
}

.home-news__prev,
.home-news__next {
    background: white;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home-news__prev.swiper-button-disabled,
.home-news__next.swiper-button-disabled {
    opacity: 50%;
    pointer-events: none;
}

.home-news__swiper {
    display: none;
}

.home-news__swiper.active {
    display: block;
}

.home-news__item {
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.home-news__item-image {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 18px;
}

.home-news__item-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    display: block;
}

.home-news__item-date {
    font-size: 14px;
    color: #00000080;
}

.home-news__footer {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #0000001A;
}


/*

Projects

*/

.home-projects__wrapper {
    margin-top: 100px;
    background: #FFFFFF99;
    padding: 60px 0;
}

.home-projects__head {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-projects__head h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
}

.home-projects__nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-projects__prev,
.home-projects__next {
    background: white;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.home-projects__prev.swiper-button-disabled,
.home-projects__next.swiper-button-disabled {
    opacity: 50%;
    pointer-events: none;
}

.home-projects__item-image {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 18px;
}

.home-projects__item {
    background: white;
    padding: 24px;
    border-radius: 24px;
    cursor: pointer;
}

.home-projets__item-status {
    background: #E8ECF3;
    padding: 10px 12px;
    text-transform: uppercase;
    color: #6B7079;
    font-size: 12px;
    line-height: 100%;
    width: fit-content;
    border-radius: 100px;
    margin-bottom: 24px;
}

.home-projets__item-status.active {
    background: #CF141F;
    box-shadow: 0px 0px 24px 4px #FFFFFFCC inset;
    color: white;
}

.home-projects__item-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    display: block;
}

.home-projects__item-desc {
    font-size: 14px;
    color: #00000080;
    margin-bottom: 14px;
}

.home-projects__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #0000001A;
    padding-right: 120px;
}

.home-projects__desc {
    max-width: 530px;
    color: #000000CC;
    line-height: 160%;
}

/*

Partners

*/

.home-partners__wrapper {
    margin-top: 60px;
}

.home-partners__card {
    border: 1px solid #C6CEDC;
    height: 180px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-partners__head {
    display: flex;
    gap: 15px;
}

.home-partners__head-cards {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}

.home-partners__head-cards .home-partners__card {
    width: calc(50% - 7.5px);
}

.home-partners__card img {
    width: 70%;
    height: 100px;
    object-fit: contain;
}

.home-partners__head-cards .home-partners__card:nth-child(2),
.home-partners__head-cards .home-partners__card:nth-child(3) {
    border: 1px solid white;
    background: white;
}

.home-partners__content {
    max-width: 681px;
    border-radius: 12px;
    background: white;
    padding: 48px;
}

.home-partners__content-title {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
}

.home-partners__content-desc {
    margin-bottom: 50px;
    line-height: 160%;
    max-width: 85%;
    color: #000000B2;
}

.home-partners__cards {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}

.home-partners__cards .home-partners__card {
    width: calc(25% - 15px);
}

.home-partners__cards .home-partners__card:nth-child(2),
.home-partners__cards .home-partners__card:nth-child(4),
.home-partners__cards .home-partners__card:nth-child(5),
.home-partners__cards .home-partners__card:nth-child(7) {
    border: 1px solid white;
    background: white;
}

/*

Ads

*/

.home-help_wrapper {
    margin-top: 160px;
    margin-bottom: 100px;
}

.home-help {
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.home-help__image {
    width: 50%;
    object-fit: cover;
    min-height: 450px;
    border-radius: 24px;
}

.home-help__content {
    width: 50%;
    background: white;
    border-radius: 24px;
    padding: 50px;
}

.home-help__title {
    font-size: 40px;
    margin-bottom: 130px;
    font-weight: 500;
    line-height: 160%;
}

.home-help__desc {
    font-size: 16px;
    color: #000000CC;
    margin-bottom: 24px;
    max-width: 70%;
    line-height: 160%;
}

.home-help__link {
    width: 56px;
    height: 56px;
    background: #EFF1F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 85%;
        box-sizing: border-box;
        margin-right: 10px;
    }
    .home-hero {
        overflow: visible;
    }
    .home-hero__overlay, .home-hero__bg {
        border-radius: 24px;
        height: 526px;
    }
    .home-hero__title {
        font-size: 36px;
        text-align: center;
        padding: 0px 10px;
    }
    .home-hero__button {
        display: none;
    }
    .home-hero__bg {
        object-fit: cover;
    }
    .home-hero__desc {
        position: static;
        max-width: 100%;
        margin-top: 5px;
        font-size: 14px;
        text-align: center;
        border-radius: 24px;
        padding: 24px;
    }
    .home-second__wrapper {
        margin-top: -40px;
    }
    .home-focus {
        margin-top: -5px;
    }
    .home-second {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .home-second__title {
        font-size: 32px;
        padding-top: 40px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-second__hands {
        margin-top: 0px;
    }
    .home-focus__left {
        display: none;
    }
    .home-focus__right {
        width: 100%;
        padding: 24px;
        padding-top: 32px;
    }
    .home-focus__right-title {
        font-size: 24px;
        margin-bottom: 32px;
    }
    .home-focus__service {
        line-height: normal;
    }
    .home-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: end;
        margin-top: -40px;
        gap: 8px;
        row-gap: 20px;
    }
    .home-news {
        margin-top: -40px;
    }
    .home-news__item-image {
        height: 160px;
    }
    .home-news__footer {
        display: flex;
        justify-content: center;
    }
    .home-news__footer-more {
        width: fit-content;
        max-width: 100%;
        min-width: 0px;
    }
    .home-projects__wrapper,
    .home-partners__wrapper {
        margin-top: 0px;
    }
    .home-projects__item {
        padding: 16px;
    }
    .home-stats > * {
        width: 100%;
    }
    .home-stats__card {
        border: none;
        background: transparent;
        display: flex;
        align-items: flex-start;
        padding: 0;
        overflow: visible;
        justify-content: flex-start;
        height: 100%;
        gap: 5px;
    }
    .home-stats__card:nth-child(even) {
        margin: 0;
    }
    .home-stats__card::after {
        display: none;
    }
    .home-stats__card-bg {
        filter: none;
        position: static;
        height: 175px;
        border-radius: 24px;
    }
    .home-stats__card-title {
        font-size: 24px;
        line-height: normal;
        color: black;
        letter-spacing: 0;
    }
    .home-stats__card-desc {
        font-size: 12px;
        color: black;
    }
    .home-news__nav {
        display: none!important;
    }
    .home-projects__desc:not(.mobile) {
        display: none;
    }
    .home-projects__desc.mobile {
        display: block!important;
        font-size: 14px;
    }
    .home-projects__nav:not(.mobile) {
        display: none;
    }
    .home-projects__nav.mobile {
        display: flex!important;
    }
    .home-projects__footer {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        border: none;
    }
    .home-projects__footer-more {
        width: fit-content;
        min-width: 0px;
    }
    .home-projects__wrapper {
        background: transparent;
    }
    .home-projects__prev, .home-projects__next {
        width: 42px;
        height: 42px;
        padding: 12px;
    }
    .home-projects__head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .home-projects__head h2 {
        font-size: 24px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .home-partners__head {
        display: flex;
        flex-direction: column;
    }
    .home-partners__head-cards:not(.mobile), .home-partners__cards:not(.mobile) {
        display: none!important;
    }
    .home-partners__content {
        border-radius: 24px;
        padding: 24px;
    }
    .home-partners__content-title {
        font-size: 24px;
    }
    .home-partners__content-desc {
        font-size: 14px;
    }
    .home-partners__content .button-red {
        display: flex;
        justify-content: flex-start;
        min-width: fit-content;
        width: fit-content;
    }
    .home-partners__cards.mobile, .home-partners__head-cards {
        display: grid!important;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 32px;
    }
    .home-partners__cards.mobile .home-partners__card:nth-child(odd) {
        background: white;
        border: none;
    }
    .home-partners__cards.mobile .home-partners__card:nth-child(even) {
        background: transparent;
    }
    .home-partners__cards > *, .home-partners__head-cards > * {
        width: 100%!important;
        border-radius: 24px;
        height: 80px;
    }
    .home-partners__cards .home-partners__card img,
    .home-partners__head-cards .home-partners__card img {
        width: 100%;
        padding: 16px;
    }
    .home-help_wrapper {
        margin-top: 120px;
    }
    .home-help {
        display: flex;
        flex-direction: column;
    }
    .home-help__title {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .home-help__desc {
        max-width: 100%;
    }
    .home-help__content {
        width: 100%;
        padding: 24px;
    }
    .home-help__image {
        width: 100%;
        min-height: 300px;
    }
}