#registrationPage header .right.regular .inner-wrapper {
    justify-content: center;
}

#registrationPage header .right.regular .inner-wrapper .btn {
    margin: 0;
}

#registrationPage header .right.regular .inner-wrapper .btn:first-child {
    display: none;
}

@media (min-width: 615px) {
    #registrationPage .form-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #registrationPage .form-wrapper .form-part {
        width: 49%;
    }

    #registrationPage .form-wrapper .form-part.big {
        width: 100%;
        margin-top: 70px;
    }
}


/* notice */
#registrationPage .notice-popup {
    display: none;
}

#registrationPage .notice-popup .newsletter-message {
    display: none;
}

#registrationPage .notice-popup .popup .popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

#registrationPage .notice-popup .popup .popup-body h1 {
    margin-bottom: 30px;
    font-size: 70px;
}

#registrationPage .notice-popup .popup .popup-body h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 40px;
}

#registrationPage .notice-popup .popup .popup-body p {
    font-size: 35px;
}

@media (max-width: 480px) {
    #registrationPage .notice-popup .popup .popup-body {
        width: 100%;
    }

    #registrationPage .notice-popup .popup .popup-body h1 {
        margin-bottom: 10px;
        font-size: 35px;
    }

    #registrationPage .notice-popup .popup .popup-body h2 {
        margin-bottom: 13px;
        font-size: 17px;
    }

    #registrationPage .notice-popup .popup .popup-body p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 481px) {
    #registrationPage .notice-popup .popup .popup-body h1 {
        margin-bottom: 15px;
        font-size: 50px;
    }

    #registrationPage .notice-popup .popup .popup-body h2 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    #registrationPage .notice-popup .popup .popup-body p {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (min-width: 575px) {
    #registrationPage .notice-popup .popup .popup-body h1 {
        margin-bottom: 20px;
        font-size: 60px;
    }

    #registrationPage .notice-popup .popup .popup-body h2 {
        margin-bottom: 22px;
        font-size: 30px;
    }

    #registrationPage .notice-popup .popup .popup-body p {
        font-size: 29px;
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    #registrationPage .notice-popup .popup .popup-body h1 {
        margin-bottom: 30px;
        font-size: 70px;
    }

    #registrationPage .notice-popup .popup .popup-body h2 {
        margin-bottom: 30px;
        font-size: 38px;
    }

    #registrationPage .notice-popup .popup .popup-body p {
        font-size: 35px;
        line-height: 40px;
    }
}