.remodal-18-years {
    border-radius: 24px;
    background: #0A0F21;
    box-shadow: 0px 8px 20px 0px rgba(9, 10, 11, 0.40);
    padding: 36px 20px 70px 20px;
    width: 550px;
    max-width: calc(100% - 12px);
}

.remodal-18-years .remodal-close {
    display: none !important;
}

.remodal-18-years-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.remodal-18-years-image {
    width: 204px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 196px;
    margin-bottom: 11px;
}

.remodal-18-years-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.remodal-18-years-title {
    color: #F4F4F7;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    letter-spacing: 0.48px;
    margin-bottom: 6px;
}

.remodal-18-years-text {
    color: #909090;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 0.32px;
    margin-bottom: 38px;
}

.remodal-18-years-btn-1 {
    border-radius: 10px;
    background: #FFE81B;
    box-shadow: 0px 2px 14px 0px rgba(255, 229, 0, 0.36);
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 414px;
    min-height: 64px;
    padding: 10px;
    max-width: 100%;
    color: #111;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remodal-18-years-btn-2 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #FFF;
    width: 414px;
    min-height: 64px;
    padding: 10px;
    max-width: 100%;
    box-shadow: 0px 2px 14px 0px rgba(255, 229, 0, 0.36);
}

.remodal-wrapper {
    background: rgba(0, 0, 0, 0.50) !important;
}

.remodal-leave-page {
    border-radius: 24px;
    background: var(--Black-Sidebar, #0A0F21);
    box-shadow: 0px 8px 20px 0px rgba(9, 10, 11, 0.40);
    width: 956px;
    max-width: calc(100% - 28px);
    padding: 52px 72px 62px 72px;
}

.remodal-leave-page .remodal-close {
    display: none;
}

.remodal-leave-page-image {
    width: 264px;
    height: 256px;
    margin-bottom: 32px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.remodal-leave-page-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.remodal-leave-page-text {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    letter-spacing: 0.48px;
    margin-bottom: 32px;
}

.remodal-leave-page-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -20px;
    gap: 24px;
}

.remodal-leave-page-btn-1 {
    width: 360px;
    height: 64px;
    margin-top: 16px;
    border-radius: 10px;
    background: #FFE500;
    box-shadow: 0px 2px 10px 0px rgba(141, 127, 4, 0.36);
    color: #111;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remodal-leave-page-btn-2 {
    border-radius: 10px;
    border: 2px solid #FFF;
    box-shadow: 0px 2px 8px 0px rgba(165, 149, 3, 0.36);
    width: 360px;
    height: 64px;
    margin-top: 16px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .remodal-18-years-title {
        order: 1;
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .remodal-18-years-text {
        order: 2;
        color: #ADAAAA;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 19px;
    }

    .remodal-18-years-image {
        order: 3;
        width: 164px;
        height: 158px;
        margin-bottom: 32px;
    }

    .remodal-18-years-btn-1 {
        order: 4;
        width: 288px;
        min-height: 49px;
        margin-bottom: 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .remodal-18-years-btn-2 {
        order: 5;
        width: 288px;
        min-height: 49px;
        max-width: 100%;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

    .remodal-18-years {
        padding: 42px 20px;
    }

    .remodal-leave-page {
        padding: 32px 12px;
    }

    .remodal-leave-page-image {
        width: 176px;
        height: 172px;
        margin-bottom: 12px;
    }

    .remodal-leave-page-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        width: 270px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px;
    }

    .remodal-leave-page-text br {
        display: none;
    }

    .remodal-leave-page-btns {
        margin-top: 0px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0px;
    }

    .remodal-leave-page-btn-1 {
        width: 288px;
        max-width: 100%;
        height: 49px;
        margin-bottom: 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
        margin-top: 0px;
    }

    .remodal-leave-page-btn-2 {
        width: 288px;
        margin-top: 0px;
        max-width: 100%;
        height: 49px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.16px;
    }

}