.block-rpp-page .men-bg {
    background-image: url("/img/rpp-men-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    background-attachment: fixed;
}

.block-rpp-page .women-bg {
    background-image: url("/img/rpp-woman-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    background-attachment: fixed;
}

.block-rpp-page .affin-always-logo {
    width: 334px;
    height: 64px;
}

.block-rpp-page .question-header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-align: right;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.block-rpp-page .question-description {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: right;
}

.block-rpp-page .payment-btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: #0768B3;
    border-radius: 30px;
    width: 188px;
    height: 63px;
    padding: 21px 0;
}

.block-rpp-page .element-display {
    display: block;
}

.block-rpp-page .error-container {
    position: relative;
}

.block-rpp-page .error-text {
    font-size: 20px;
}

@media (max-width: 768px) {
    .block-rpp-page .question-header {
        font-size: 30px;
    }

    .block-rpp-page .question-description {
        font-size: 20px;
    }

    .block-rpp-page .payment-btn {
        width: 120px;
        height: 50px;
        padding: 13px 0;
    }
}

@media (max-width: 576px) {
    .block-rpp-page .men-bg {
        background-image: url("/img/rpp-men-mobile-bg.jpg");
    }

    .block-rpp-page .women-bg {
        background-image: url("/img/rpp-woman-mobile-bg.jpg");
    }
}

@media (max-width: 369px) {
    .block-rpp-page .question-header {
        font-size: 20px;
    }

    .block-rpp-page .question-description {
        font-size: 14px;
    }

    .block-rpp-page .affin-always-logo {
        width: 210px;
        height: 40px;
    }

    .block-rpp-page .payment-btn {
        font-size: 13px;
        width: 105px;
        height: 40px;
        padding: 8px 0;
    }
}
