.modal-body {
    padding: 40px 44px;
    font-family: 'RotondaC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #484848;
}
.modal-content {
    border-radius: 11px;
    overflow: hidden;
    border: none;
}
.modal-body .checkbox-body a {font-family: 'RotondaC';}
.modal-body .form-control {
    border-radius: 10px;
    border: none;
}
button.close {
    opacity: 1;
    color: #6e6e6e;
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 10;
    font-size: 28px;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-shadow: none;
    font-family: 'RotondaC';
    font-weight: 100;
}
.modal-dialog.modal-pr button.close {
    color: #fff;
}
.modal .info-title {
    color: #3A4249;
}

.modal label.custom-l {
    color: #3A4249;
}

.modal .f-control {
    border-color: #ADC3D8;
    color: #000;
}
.modal-footer {
    display: block;
    text-align: center;
    border: none;
    padding-top: 10px;
}
h2.modal-title {
    margin: 0 0 25px;
    
    /* identical to box height, or 100% */
    

    /* Text/Default */
    color: #F32F3D;
    text-align: center;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    text-transform: uppercase;
    font-family: 'Rotonda Bold';
}

.checkbox-block {
    white-space: nowrap;
}

.checkbox-wrap {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    background: #fff;
    border: 1px solid;
    margin: 0 9px 0 0;
    border-radius: 5px;
}

.checkbox-body {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 80%;
    line-height: 1.2;
}
.checkbox-body a {
    color: #314fce;
    text-decoration: underline;
}

.checkbox-wrap input {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

.checkbox-wrap input:checked + span {
    position: absolute;
    left: 6px;
    top: 6px;
    background: #ff337c;
    width: 11px;
    height: 11px;
    border-radius: 3px;
}
.error {
    text-align: center;
    color: red;
    font-size: 14px;
    margin: 15px;
}

.modal-link {
    color: #ffffff;
    font-family: 'Conv_rotondac';
    font-size: 19px;
    text-decoration: underline;
}
.modal-body a {
    color: #F32F3D;
}
.btn-modal {
    display: inline-flex;
    height: 40px;
    width: 250px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    background: #181d8f;
    color: #fff;
    border: none;
    border-radius: 30px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 580px;
    }
}
@media(max-width: 576px) {
    h2.modal-title {
        font-size: 35px;
        line-height: 1;
    }

    .modal-body {
        padding: 20px;
    }

    .modal .btn-custom {
        /*font-size: 17px;*/
    }

    .modal-body {
        font-size: 15px;
    }
}