

/* Start:/local/templates/aspro_max/components/bitrix/form.result.new/calculate-service-form/style.css?17836811433031*/
.callback-form { max-width: 100%; }
.callback-form__field { margin-bottom: 15px; }
.callback-form__label { display: block; margin-bottom: 5px; }
.callback-form__required { color: red; }
.callback-form__input { width: 100%; padding: 8px; box-sizing: border-box; }
.callback-form input[type=email], 
.callback-form input[type=password],
.callback-form input[type=tel],
.callback-form input[type=text],
.callback-form select,
.callback-form textarea{
    width: 100%;
    height: 52px;
        padding-left: 14px;
}
.hp-field {
    display:none;
    visibility:hidden;
}

.callback-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 10;
}
.callback-modal-close:hover {
    color: #000;
}
.callback-modal-content {
    position: relative;
    padding: 20px;
}
.callback-form__captcha-img img:not('.recaptcha_reload_icon') {
    height:52px;
}
.callback-form__captcha-img,
.callback-form__captcha-img .captcha-images {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.fancybox-container.fancybox-is-open .fancybox-bg {
        background: #1e1e1e;
}
.callback-success .callback-wrapper,
.callback-error .callback-wrapper {
    padding: 30px 20px;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

.callback-wrapper .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.callback-wrapper p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.callback-close-btn {
    margin-top: 10px;
}

.captcha-error-msg {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
}

.success-icon::before { content: '✓'; color: #27ae60; font-size: 40px; display: block; margin-bottom: 10px; }
.error-icon::before { content: '✕'; color: #e74c3c; font-size: 40px; display: block; margin-bottom: 10px; }
@media (min-width: 320px){
    .callback-form__captcha-img, .callback-form__captcha-img .captcha-images {
        width: 100%;
    }
    .callback-form { max-width: 100%; }
    .callback-form__captcha-img {
        display: flex;
        flex-direction: column  ;
        gap: 20px;
    }
    .recaptcha_reload_icon {
        width:32px;
        height: 32px;
    }
}
@media (min-width: 375px) {
     .callback-form { 
        max-width: 320px; 
        width: 320px;
     }
}
@media (min-width: 475px){
    .callback-form__captcha-img, .callback-form__captcha-img .captcha-images {
        width: 100%;
    }
    .callback-form { max-width: 375px; }
    .callback-form__captcha-img .captcha-images {
        margin-top: 0;
    }
    .callback-form__captcha-img {
        display: flex;
        flex-direction: column  ;
    }
}

@media(min-width: 768px) {
    .callback-form {
        max-width: 475px;
        width: 475px;
    }
}
/* End */
/* /local/templates/aspro_max/components/bitrix/form.result.new/calculate-service-form/style.css?17836811433031 */
