.first-screen {
    position: relative;
    padding-top: 625px;
    height: 100vh;
    min-height: 830px;
    padding-bottom: 100px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}




.first-screen__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay-mobile {
    display: none;
}

.first-screen__decor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.first-screen__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 100px;
    position: relative;
    z-index: 3;
    padding-left: 30px;
    padding-right: 30px;
}

.first-screen__heading {
    flex-basis: 641px;
    flex-grow: 1;
    min-width: 774px;
}

.first-screen__heading-row-2 {
    margin-left: 225px;
    margin-top: -9px;
}

.first-screen__heading-row-3 {
    margin-top: -10px;
}

.first-screen__heading span {
    letter-spacing: -0.04em;
    transition-delay: 0.5s;
}


.first-screen__inner-wrapper {
    flex-basis: 524px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    transition-delay: 0.5s;
}

p.first-screen__text {
    letter-spacing: 0.01rem;
    margin-bottom: 40px;
}

.first-screen__actions {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.first-screen__btn {
    flex-basis: 237px;
    min-width: fit-content;
    max-width: fit-content;
}

.first-screen__download-btn {
    flex-basis: 203px;
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    font-family: 'Bodoni Antiqua URW Light', sans-serif;
}

.first-screen__download-icon {
    border: 2px solid #FFF;
    border-radius: 100px;
    width: 54px;
    flex-shrink: 0;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-screen__download-icon svg {
    width: 22px;
    height: 22px;
}

.first-screen__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media screen and (min-width: 2000px) {
    .first-screen {
        position: relative;
        padding-top: 700px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 1599.98px) {

    .first-screen {
        padding-top: 492px;
        padding-bottom: 70px;
    }

    .first-screen__download-btn {
        font-size: 24px;
        padding-right: 11px;
        min-width: 203px;
    }
    .first-screen__heading {
        min-width: fit-content;
        flex-grow: 0;
    }

    .first-screen__inner-wrapper {
        flex-grow: 0;

    }

    .first-screen__heading-row-2 {
        margin-left: 185px;
    }

}

@media screen and (max-width: 1199.98px) {
    .first-screen__download-btn {
        font-size: 20px;
        padding-right: 0;
      min-width: unset;
        gap: 8px;
    }

    .first-screen {
        padding-top: 392px;
    }

    .first-screen__actions {
        gap: 20px;
    }

    .first-screen__download-icon {
        width: 50px;
        height: 50px;
    }

    .first-screen__wrapper {
        gap: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .first-screen__btn {
        padding-right: 12px;
    }

    p.first-screen__text {
        margin-bottom: 30px;
    }

    .first-screen__heading {
        display: block;
    }
}

@media screen and (max-width: 1024.98px) {
    .first-screen__download-icon {
        width: 46px;
        height: 46px;
    }

    .first-screen {
        height: fit-content;
        min-height: 0;
    }

    .first-screen__heading-row-2 {
        margin-left: 111px;
    }

    .first-screen {
        padding-top: 311px;
        padding-bottom: 59px;
    }

    .first-screen__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .first-screen__heading,
    .first-screen__inner-wrapper {
        flex-basis: 100%;
    }


    p.first-screen__text {
        margin-bottom: 29px;
    }

    .first-screen__actions {
        justify-content: flex-start;
    }

    .first-screen__download-btn {
        flex-basis: 163px;
    }

    .first-screen__btn {
        padding-right: 24px;
    }
}

@media screen and (max-width: 599.98px) {
    .first-screen__download-text {
        display: none;
    }

    .first-screen__btn {
        flex-basis: 100%;
        max-width: 100%;
    }

    .first-screen__download-btn {
        flex-basis: 46px;
    }

    .first-screen__actions {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .first-screen__overlay {
        display: none;
    }

    .overlay-mobile {
        display: block;
        width: 100%;
        height: 100%;
    }

    .first-screen__heading-row-2 {
        margin-top: 1px;
    }
    .first-screen__heading-row-3 {
        margin-top: 0;
    }
}
