.first-screen {
    position: relative;
    margin-bottom: calc(44px + (64 - 44)*((100vw - 390px) /(1920 - 390)));
}

.first-screen,
.first-screen__bg,
.first-screen__wrapper {
    height: calc(618px + (824 - 618)*((100vw - 1440px) /(1920 - 1440)));
    min-height: 600px;
    width: 100%;
}

.first-screen__bg {
    position: absolute;
    object-fit: cover;
}

.first-screen__wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.first-screen__heading * {
    color: #FFF;
}

.first-screen__text {
    color: #FFF;
}

.first-screen__container {
    height: 100%;
}

.first-screen__content {
    max-width: 662px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first-screen__partners {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: calc(43px + (50 - 43)*((100vw - 390px) /(1920 - 390)));
    padding-top: calc(25px + (30 - 25)*((100vw - 390px) /(1920 - 390)));
    border-top: 1px solid #a2a2a2;
}

.first-screen__partners-heading {
    font-weight: 400;
    font-size: calc(16px + (20 - 16)*((100vw - 390px) /(1920 - 390)));
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
}

.first-screen__heading,
.first-screen__text {
    margin-bottom: 22px;
}

.first-screen__partners-logos {
    display: flex;
    flex-wrap: wrap;
    gap: calc(15px + (25 - 15)*((100vw - 390px) /(1920 - 390)));
    justify-content: flex-end;
    align-items: center;
}

.first-screen__partner-logo {
    object-fit: contain;
    width: calc(108px + (219 - 108)*((100vw - 390px) /(1920 - 390)));
    height: calc(18px + (36 - 18)*((100vw - 390px) /(1920 - 390)));
}

@media screen and (min-width: 1920px) {
    .first-screen {
        margin-bottom: 64px;
    }

    .first-screen,
    .first-screen__bg,
    .first-screen__wrapper {
        height: 824px;
    }
}
@media screen and (min-width: 1024px) {
    .first-screen__content{
        padding-top: 100px;
    }
}

@media screen and (max-width: 1023.98px) {
    .first-screen,
    .first-screen__wrapper {
        height: fit-content;
        width: 100%;
    }

    .first-screen__bg {
        height: 100%;
    }


    .first-screen__content {
        padding-top: 190px;
        margin-bottom: 109px;
    }

    .first-screen, .first-screen__bg {
        object-position: 36%;
    }

    .first-screen__btn {
        min-width: 132px;
    }

    .first-screen__text {
        max-width: 244px;
    }
}

@media screen and (max-width: 389.98px) {
    .first-screen {
        margin-bottom: 44px;
    }
}

