

/* Start:/local/templates/audit/components/app/form.result.new/.default/style.css?16742030191994*/
.s_form form {
    max-width: 400px;
}
.s_form h3 {
    font-size: 38px;
    font-family: 'Exo 2', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}
.s_form .subtitle {
    font-size: 19px;
    font-family: 'Manrope',Arial,sans-serif;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 30px;
}

.s_form .form_group {
    margin-bottom: 30px;
}

.s_form .form_group label {
    font-weight: 400;
    font-family: 'Manrope';
    font-size: 16px;
    padding-bottom: 5px;
}

.s_form .form_group input:focus,
.s_form .form_group input:active,
.s_form .form_group input:focus:active,
.s_form .form_group input:focus-visible,
.s_form .form_group input {
    font-size: 19px;
    font-weight: 400;
    display: block;
    height: auto;
    padding: 0;
    background-color: #0000;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    outline: 0;
}

.s_form .form_group input.ierror {
    border-bottom: 1px solid #f00;
}

.s_form input[type=submit] {
    background-color: #fbba23;
    border-radius: 8px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    width: 208px;
    height: 60px;
    padding: 0 15px;
    display: block;
    border: 0;
    cursor: pointer;
}
.s_form input[type=submit]:hover {
    color: #fbba23;
    background-color: #000;
}

.s_form .f-bottom {
    font-size: 12px;
    font-family: 'Manrope', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin-top: 20px;
}

.s_form .f-bottom a {
    color:rgb(37, 68, 247) !important;
    text-decoration: none;
    border-bottom: 1px solid rgb(37, 68, 247);
    box-shadow: inset 0px -0px 0px 0px rgb(37, 68, 247);
}

@media screen and (max-width:768px) {
    .s_form h3 {
        font-size: 28px;
    }
    .s_form .subtitle {
        font-size: 18px;
    }
}
/* End */


/* Start:/local/templates/audit/components/app/form.result.new/popup/style.css?16742031783324*/
.s_form__popup {
    font-family: 'Manrope',Arial,sans-serif;
}
.s_form__popup h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}
.s_form__popup .subtitle {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}

.s_form__popup .form_group {
    margin-bottom: 25px;
}

.s_form__popup .form_group div.label {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 5px;
}

.s_form__popup .form_group label {
    font-size: 13px;
    line-height: 2.4;
    font-family: 'Exo 2',Arial,sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0px 5px 10px 0;
}

.s_form__popup .form_group input[type=radio] {
    height: 20px;
    width: 20px;
    top: 7px;
    position: relative;
}
.s_form__popup .form_group input[type=radio]:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.s_form__popup .form_group input[type=radio]:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.s_form__popup .form_group input[type=radio]:checked:after {
    opacity: 1;
}


.s_form__popup .form_group input[type=text]:focus,
.s_form__popup .form_group input[type=text]:active,
.s_form__popup .form_group input[type=text]:focus:active,
.s_form__popup .form_group input[type=text]:focus-visible,
.s_form__popup .form_group input[type=text] {
    font-size: 16px;
    font-weight: 400;
    display: block;
    height: auto;
    padding: 0;
    background-color: #0000;
    height: 60px;
    border: 1px solid #c9c9c9;
    width: 100%;
    outline: 0;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.s_form__popup .form_group input.ierror {
    border-color: #f00;
}

.s_form__popup input[type=submit] {
    background-color: #fbba23;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    padding: 0 15px;
    display: block;
    border: 0;
    cursor: pointer;
    width: 100%;
    height: 54px;
}
.s_form__popup input[type=submit]:hover {
    color: #fbba23;
    background-color: #000;
}

.s_form__popup .f-bottom {
    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
    font-family: 'Exo 2',Arial,sans-serif;
    margin-top: 20px;
    text-align: center;
}

.s_form__popup .f-bottom a {
    color:rgb(37, 68, 247) !important;
    text-decoration: none;
    border-bottom: 1px solid rgb(37, 68, 247);
    box-shadow: inset 0px -0px 0px 0px rgb(37, 68, 247);
}

@media screen and (max-width:768px) {
    .s_form__popup h2 {
        font-size: 28px;
    }
    .s_form__popup .subtitle {
        font-size: 12px;
    }
}
/* End */
/* /local/templates/audit/components/app/form.result.new/.default/style.css?16742030191994 */
/* /local/templates/audit/components/app/form.result.new/popup/style.css?16742031783324 */
