.blocker {
    z-index: 99;
}

.modal {
    max-width: 700px;
    background: #000;
    color: #fff;
    padding: 40px 80px;
    border: 2px solid #cc9500;
}

.modal-title {
    font-size: 32px !important;
    text-align: center !important;
    margin-bottom: 30px;
    font-family: 'CirceRounded', Arial, sans-serif;
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 25px;
}

.form-group__title {
    margin-bottom: 8px;
    font-family: 'CirceRounded', Arial, sans-serif;

}


.form-group input {
    padding: 10px 15px;
    width: 100%;
    outline: none;
    background: transparent;
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid #cc9500;
    border-radius: 15px;
    font-family: 'CirceRounded', Arial, sans-serif;
    box-sizing: border-box;

}

.form-note {
    margin-top: 30px;
    font-size: 13px;
    font-family: 'CirceRounded', Arial, sans-serif;

}

.form-note a {
    color: #cc9500;
    text-decoration: underline;
}

.form-submit {
    color: #ffffff;
    font-size: 16px;
    font-family: 'CirceRounded', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 3px;
    border-radius: 30px;
    background-position: center center;
    border-color: #cc9500;
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(204, 149, 0, 0.2);
    background: none;
    min-width: 60%;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    transition: 300ms ease all;
}

.form-submit:hover {
    color: #cc9500;
}

.modal-success {
    text-align: center;
    display: none;
}

.modal-success p {
    font-family: 'CirceRounded', Arial, sans-serif;

}

.modal--success .modal-content {
    display: none;
}

.modal--success .modal-success {
    display: block;
}

@media (max-width: 768px) {
    .modal-title {
        font-size: 20px !important;
    }

    .modal {
        padding: 40px 15px;
    }

    .blocker {
        padding: 0;
    }
}

#modal-politic {
    font-family: 'CirceRounded', Arial, sans-serif;
}

#modal-politic a {
    color: #cc9500;
}
