

/* Start:/local/templates/lstk-online/components/bitrix/form.result.new/consultation/style.css?17874083143696*/
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(/images/form/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(/images/form/icon_warn.gif);
}
.form-control{
	background-color: #E5ECFF;
}
.perezvonim-form-body>div{
	width: 100%;
}
.perezvonim-form-body{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
}

.form-field-label {
	margin-bottom: 5px;
	font-size: 14px;
	color: rgba(35, 35, 35, 0.3);
}

.form-control.error-fld {
	border-color: #ff0000;
}
.form-control:focus{
	background-color: #E5ECFF;
}

.site-lead-form {
	width: 100%;
}

.site-lead-form .perezvonim-form-body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.site-lead-form .form-field {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.site-lead-form .form-field-label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	color: #232323;
}

.site-lead-form .form-control {
	min-height: 56px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 16px;
	background-color: #E5ECFF;
	color: #232323;
	font-size: 16px;
	box-shadow: none;
}

.site-lead-form .form-control.error-fld {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	background-image: none;
	border-color: #B42318;
}

.site-lead-form .form-field-error {
	color: #9F1C13;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.site-lead-form textarea.form-control {
	min-height: 116px;
	border-radius: 16px;
	resize: vertical;
}

.site-lead-form .form-control::placeholder {
	color: #7B8192;
}

.site-lead-form .form-control:focus {
	border-color: #5A82FC;
	background-color: #E5ECFF;
	box-shadow: 0 0 0 3px rgba(90, 130, 252, 0.18);
}

.site-lead-form .btn-primary {
	min-height: 56px;
	border-radius: 60px;
}

.site-lead-form .btn-primary:disabled {
	cursor: wait;
	opacity: 0.68;
}

.site-lead-form .form-submit-status {
	margin-bottom: 14px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #E5ECFF;
	color: #3156DC;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.site-lead-form .form-submit-status--error {
	background: #FFF1F0;
	color: #9F1C13;
}

.site-lead-form + .form__container_success {
	display: none;
	margin-top: 16px;
	padding: 16px 18px;
	border-radius: 16px;
	background: #E5ECFF;
	color: #5A82FC;
	font-weight: 600;
}





@media(min-width: 768px){
	.perezvonim-form-body>div{
		width: calc(50% - 10px);
	}
	.perezvonim-form-body{
		flex-direction: row;
		flex-wrap: wrap;
	}

	.site-lead-form .perezvonim-form-body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-lead-form .perezvonim-form-body>div {
		width: 100%;
	}

	.site-lead-form .perezvonim-form-body>div:nth-child(3) {
		grid-column: 1 / -1;
	}
}
.form-component-message,
.form-submit-status {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #e5ecff;
    color: #243f9f;
    font-size: 14px;
    line-height: 1.5;
}

.form-component-message--error,
.form-submit-status--error {
    background: #fff0ef;
    color: #9f241c;
}

.form-consent {
    color: #5d6473;
    font-size: 12px;
    line-height: 1.5;
}

/* End */
/* /local/templates/lstk-online/components/bitrix/form.result.new/consultation/style.css?17874083143696 */
