

/* Start:/local/templates/kanistra_template_all/components/bitrix/form.result.new/register/style.css?17705558812838*/
/* Стили для формы */
.contact-form-block {
    margin: 15px 0;
    padding: 10px 0;
}

.contact-form-checkbox__label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    gap: 10px;
}

.contact-form-checkbox__input {
    margin-top: 3px;
    flex-shrink: 0;
    width: 20px !important;
}

.contact-form-checkbox__text {
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    flex: 1;
}

.contact-form-link {
    color: #000000;
    text-decoration: underline;
}

.contact-form-link:hover {
    text-decoration: none;
}

/* Стили полей формы */
.contact-form-input,
.contact-form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cacaca !important;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

.contact-form-input:focus,
.contact-form-textarea:focus {
    border-color: #25639a;
    outline: none;
}

.contact-form-textarea {
    resize: none;
    height: 120px;
    min-height: 120px;
}

/* Стили для ошибок валидации */
.contact-form-input.error-field,
.contact-form-textarea.error-field {
    border-color: #ff0000 !important;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}

.contact-form-error {
    color: #ff0000;
    font-size: 12px;
    margin: -10px 0 10px 0;
    display: none;
}

.contact-form-error.show-error {
    display: block;
}

/* Стили кнопки */
.contact-form-button {
    width: 100%;
    padding: 15px;
    background-color: #ffb630;
    color: white;
    border: 2px solid #ffb630;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
}

.contact-form-button:hover {
    background: transparent;
    color: #333;
    border-color: #ffb630;
}

/* Капча */
.contact-form-captcha {
    margin: 20px 0;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: center;
}

.contact-form-captcha img {
    margin-bottom: 10px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .contact-form-checkbox__label {
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }

    .contact-form-input,
    .contact-form-textarea {
        padding: 10px 12px;
    }

    .contact-form-button {
        padding: 12px;
        font-size: 14px;
    }
}

.footer_form--indent {
    margin-bottom: 20px;
}
.success-message {
    font-size: clamp(18px, 4vw, 50px);
    font-weight: 700;
    margin: 30px 0;
}

/* End */
/* /local/templates/kanistra_template_all/components/bitrix/form.result.new/register/style.css?17705558812838 */
