.first-screen-2 {
    position: relative;
    padding-top: 168px;
    padding-bottom: 743px;
}


.first-screen-2__outer {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.first-screen-2__inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.first-screen-2__inner::before {
content: '';
    position: relative;
    background: linear-gradient(180deg, rgba(255, 251, 238, 0.7) -10.39%, rgba(255, 251, 238, 0.7) 86.46%);
    backdrop-filter: blur(1px);
    height: 100%;
    width: 100%;
    width: -webkit-fill-available;
    width: stretch;
    top: 0;
    right: 0;
}

.first-screen-2__inner::after {
    content: '';
    position: relative;
    background: linear-gradient(180deg, rgba(255, 251, 238, 0.7) -10.39%, rgba(255, 251, 238, 0.7) 86.46%);
    backdrop-filter: blur(1px);
    height: 100%;
    width: 100%;
    width: -webkit-fill-available;
    width: stretch;
    top: 0;
    left: 0;
}



.first-screen-2__overlay {
    position: relative;
    width: -webkit-fill-available;
    height: 100%;
    bottom: 0;
    object-fit: contain;
    left: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    object-position: bottom;
}

.first-screen-2__actions {
    transition-delay: 0.5s;
}



.first-screen-2__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}


.first-screen-2__actions {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.first-screen-2__btn {
    flex-basis: 237px;
    min-width: fit-content;
    max-width: fit-content;
}

.first-screen-2__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-2__download-icon {
    border: 2px solid #465953;
    border-radius: 100px;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-screen-2__download-text {
max-width: 136px;
}


.first-screen-2__download-icon svg{
    width: 24px;
    height: 24px;
}


.first-screen-2__heading {
    text-align: center;
    max-width: 1159px;
}

.first-screen-2__overlay.mobile-overlay {
    display: none;
    position: absolute;
}

@media screen and (min-width: 2000px) {
    .first-screen-2 {
        padding-bottom: 1000px;
        padding-top: 250px;
    }
}

@media screen and (max-width: 1599.98px) {
    .first-screen-2__download-btn {
        font-size: 24px;
        min-width: 203px;
    }

    .first-screen-2__heading {
        text-align: center;
        max-width: 959px;
    }


    .first-screen-2__download-icon{
        width: 54px;
        height: 54px;
    }

    .first-screen-2__download-icon svg {
        width: 22px;
        height: 22px;
    }

    .first-screen-2__download-text {
        max-width: 126px;
    }
}

@media screen and (max-width: 1199.98px) {
    .first-screen-2__download-btn {
        font-size: 20px;
        padding-right: 0;
        min-width: unset;
        gap: 8px;
    }

    .first-screen-2 {
        padding-bottom: 600px;
    }

    .first-screen-2__actions {
        gap: 20px;
    }

    .first-screen-2__download-icon {
        width: 50px;
        height: 50px;
    }


    .first-screen-2__btn {
        padding-right: 12px;
    }
}

@media screen and (max-width: 1024.98px) {
    .first-screen-2__download-icon {
        width: 46px;
        height: 46px;
    }

    .first-screen-2 {
        padding-bottom: 500px;
    }

    .first-screen-2__wrapper {
        flex-direction: column;
        gap: 10px;
    }
    .first-screen-2__actions {
        justify-content: flex-start;
    }

    .first-screen-2__download-btn {
        flex-basis: 163px;
    }

    .first-screen-2__btn {
        padding-right: 24px;
    }

}

@media screen and (max-width: 799.98px) {
    .first-screen-2 {
        padding-bottom: 400px;
    }

}

@media screen and (max-width: 599.98px) {
    .first-screen-2__btn {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }

    .first-screen-2 {
        padding-bottom: 263px;
    }

    .first-screen-2__download-btn {
        flex-basis: 46px;
    }

    .first-screen-2__actions {
        gap: 10px;
        width: 100%;
        margin-top: 19px;
    }

    .first-screen-2__download-text {
        display: none;
    }

    .first-screen-2__overlay {
        display: none;
    }

    .first-screen-2__overlay.mobile-overlay {
        display: block;
        min-width: 796.50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .first-screen-2__outer {
        display: none;
    }
}
