

/* Start:/local/templates/.default/components/citfact/form/kp-request-new/style.css?17864390485373*/
/* Стили шаговой формы kp-request (задача: разбивка на 3 шага + шаг 4 "Спасибо") */
.kp-steps-form .form-step { display: none; }
.kp-steps-form .form-step.active { display: block; }
.kp-steps-form .form-wrap__head .step-count { color: #999; font-weight: 400; font-size: 0.8em; margin-left: 4px; }
.kp-steps-form .step-nav { margin-top: 15px; display: flex; gap: 10px; }
.kp-steps-form .step-nav .btn--gray { background: #eee; color: #333; }
.kp-steps-form .form-wrap__input-group--full,
.kp-steps-form .form-wrap__input-group--full .form-group,
.kp-steps-form .form-wrap__input-group--full textarea {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
}
.kp-steps-form .form-wrap__input-group--full {
    display: block !important;
}
.kp-steps-form .form-wrap__input-group--full > * {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.kp-steps-form .kp-comment-hint { display: block; clear: both; color: #999; font-size: 13px; margin-top: 6px; }

.kp-steps-form .kp-service-group {
    display: grid !important;
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 10px 20px;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin: 24px 0 0 0 !important;
    padding: 0 !important;
}
.kp-steps-form .kp-service-label {
    grid-column: 1;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #1a1a2e;
max-width: 100%;
}
.kp-steps-form .kp-service-group > *:not(.kp-service-label) {
    grid-column: 2;
    min-width: 0;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}
.kp-steps-form .kp-service-group .form-group--big { margin-bottom: 14px; }
.kp-steps-form .kp-service-group label,
.kp-steps-form .kp-service-group label span { color: #333 !important; font-weight: 400; }
.kp-steps-form .kp-service-group label .kp-svc-title { font-weight: 700; color: #1a1a2e; }
.kp-steps-form .kp-service-group label .kp-svc-desc { color: #777; }

.kp-steps-form .smart-captcha { margin-bottom: 10px; }
.kp-steps-form .kp-captcha-error { color: #e74c3c; font-size: 13px; margin-bottom: 10px; }
.kp-steps-form .form-group.has-error input,
.kp-steps-form .form-group.has-error select,
.kp-steps-form .form-group.has-error textarea { border-color: #e74c3c !important; }
/* Шаг 4 - "Спасибо" */
.kp-steps-form .form-step[data-step="4"] .alert-success {
    font-size: 2.6rem;
    font-weight: 300;
    color: #1a1a2e;
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 15px;
}
.kp-steps-form .kp-thanks__desc { margin: 15px 0; color: #444; }
.kp-steps-form .kp-thanks__head { font-weight: 700; margin-bottom: 10px; }
.kp-steps-form .kp-thanks__checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; margin-bottom: 25px; }
.kp-steps-form .kp-thanks__check-item { position: relative; padding-left: 22px; }
.kp-steps-form .kp-thanks__check-item:before { content: "✓"; position: absolute; left: 0; color: #4C6FFF; font-weight: 700; }
/* Блок "Полезные материалы" */
.kp-steps-form .kp-materials { background: #f5f5f5; padding: 25px; border-radius: 8px; }
.kp-steps-form .kp-materials__intro { margin: 0 0 20px; }
.kp-steps-form .kp-materials__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.kp-steps-form .kp-materials__card { display: flex; gap: 15px; }
.kp-steps-form .kp-materials__icon { flex: none; }
.kp-steps-form .kp-materials__icon-img { width: 40px; height: 40px; object-fit: contain; display: block; }
.kp-steps-form .kp-materials__title { font-weight: 700; margin-bottom: 4px; }
.kp-steps-form .kp-materials__text { color: #666; font-size: 14px; margin-bottom: 6px; }
.kp-steps-form .kp-materials__link { color: #4C6FFF; font-size: 14px; }
@media (max-width: 767px) {
    .kp-steps-form .kp-thanks__checklist { grid-template-columns: 1fr; }
    .kp-steps-form .kp-materials__grid { grid-template-columns: 1fr; }

    .kp-steps-form .form-wrap__input-group,
    .kp-steps-form .form-wrap__input-group > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .kp-steps-form .step-nav {
        flex-direction: column;
    }
    .kp-steps-form .step-nav .btn {
        width: 100%;
        box-sizing: border-box;
    }

    .kp-steps-form .kp-comment-hint,
    .kp-steps-form .kp-service-label {
        margin-top: 10px;
    }

    .kp-steps-form .kp-service-group {
        grid-template-columns: 1fr;
    }
    .kp-steps-form .kp-service-label {
        grid-column: 1;
    }
    .kp-steps-form .kp-service-group > *:not(.kp-service-label) {
        grid-column: 1;
    }

    .kp-steps-form .form-wrap__input-group .captcha__desc {
        display: block !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        max-height: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .kp-steps-form .kp-attach-file-wrap {
        margin-bottom: 55px;
    }

    .kp-steps-form .kp-objects-count-wrap > div {
        margin-top: 0 !important;
    }
    .kp-steps-form .kp-objects-count-wrap {
        margin-top: 20px !important;
    }
}
/* End */


/* Start:/local/templates/altegro-static/components/bitrix/form.result.new_re2/.default/style.css?17616398771283*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/altegro-static/components/bitrix/form.result.new_re2/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/altegro-static/components/bitrix/form.result.new_re2/.default/images/icon_warn.gif);
}

.otpr {
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: none;
    border: none;
    min-height: 48px;
    line-height: 3.69231rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
    -webkit-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    max-width: 100%;
    min-width: 222px;
    border-radius: 24px;
    color: #ffffff;
    background: #1e22be;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    width: 100%;
}
/* End */
/* /local/templates/.default/components/citfact/form/kp-request-new/style.css?17864390485373 */
/* /local/templates/altegro-static/components/bitrix/form.result.new_re2/.default/style.css?17616398771283 */
