

/* Start:/local/templates/aspro_next/components/bitrix/form.result.new/guarantee/style.css?17873291752317*/
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>.guarantee-form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.guarantee-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.guarantee-form-label {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
}

.guarantee-required {
    color: #d93025;
}

.guarantee-form-control input[type="text"],
.guarantee-form-control input[type="email"],
.guarantee-form-control input[type="tel"],
.guarantee-form-control input[type="number"],
.guarantee-form-control select,
.guarantee-form-control textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.guarantee-form-control textarea {
    min-height: 120px;
    resize: vertical;
}

.guarantee-form-control input:focus,
.guarantee-form-control select:focus,
.guarantee-form-control textarea:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.guarantee-form-control input[type="checkbox"],
.guarantee-form-control input[type="radio"] {
    width: auto;
    margin-right: 8px;
}

.guarantee-form-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
}

.guarantee-submit {
    padding: 12px 24px;
    border: 0;
    border-radius: 4px;
    background: #222;
    color: #fff;
    cursor: pointer;
    font: inherit;
    transition: background 0.2s ease;
}

.guarantee-submit:hover {
    background: #444;
}

.guarantee-required-note {
    font-size: 13px;
    color: #777;
}

.guarantee-form-errors,
.guarantee-field-error {
    margin-bottom: 16px;
    color: #d93025;
}

.guarantee-field-error {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 13px;
}

.guarantee-success-note {
    padding: 16px 20px;
    border-radius: 4px;
    background: #edf8ee;
    color: #267a32;
}

@media (max-width: 600px) {
    .guarantee-form-fields {
        gap: 16px;
    }

    .guarantee-submit {
        width: 100%;
    }
}<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
/* End */
/* /local/templates/aspro_next/components/bitrix/form.result.new/guarantee/style.css?17873291752317 */
