

/* Start:/bitrix/templates/aspro-allcorp/components/bitrix/form.result.new/contacts/style.css?17490343493743*/
@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
		display:flex;
		align-items:center;
	}
}
.modal-close{ background: #0088cc; width: 54px; height: 54px; line-height: 54px; text-align: center; color: white; position: absolute; top: 0; right: -54px; font-size: 25px; cursor: pointer; }

.form-header{ margin-bottom: 20px;}
.popup .form-header{padding: 30px; min-height: 115px;}
.form-header{ background: white; }
.form-header .text{ padding-left: 74px; }

.form-header i{ width: 54px; height: 54px; line-height: 54px; text-align: center; color: white; float: left; font-size: 28px; }
.form-header .title{ font-size: 26px; line-height: 30px; }
.form-header p:last-child{ margin: 0; }

.form-body{ padding: 15px 40px; }

.form-body{ background: url('/bitrix/templates/aspro-allcorp/components/bitrix/form.result.new/contacts/images/background.png') #eaf0f2 0 0 no-repeat; }
.popup .form-body{ padding: 30px 85px; background: white; }
.popup .form-header{ background: url('/bitrix/templates/aspro-allcorp/components/bitrix/form.result.new/contacts/images/background.png') #eaf0f2 0 0 no-repeat; }

.form-body .refresh{padding-left:10px;}
.form-body .refresh span{border-bottom:1px dashed;}
.form-body .refresh:hover{cursor:pointer;}

.form-group{ margin-bottom: 10px; }
.form-group .required-star{ color: #e02222; margin-left: 3px; font-weight: normal; }
.form-group .input{ position: relative; }
.form-group i{ position: absolute; top: 9px; right: 10px; font-size: 17px; color: #c4ccd1; }
.form-group .hint{ font-size: 11px; line-height: 18px; margin-top: 7px; }

.form-footer{ padding: 15px 40px; display: block !important; text-align:center;}
.popup .form-footer{ padding: 30px 85px; display: block !important; }
.form-footer .star{ background: #e02222; color: white; font-size: 18px; border-radius: 20px; width: 20px; height: 20px; line-height: 26px; text-align: center; display: inline-block; /*float: left;*/ margin-right: 5px; vertical-align:top;}
.form-footer .required-fileds{ padding: 7px 0; color: #97a1a7; }
.form-footer .btn{ margin: 0; }
.form-footer.clearfix .pull-right{padding-left: 5px;}

@media (max-width:395px) {
	.form-footer.clearfix .pull-right{float:none !important;}
	.form-footer.clearfix .pull-left{float:none !important;}
	.popup .form-footer.clearfix .pull-right{float:right !important;}
	.popup .form-footer.clearfix .pull-left{float:left !important;}
	
	.popup .form-footer .star{float:left;}
}


.form-contacts-styled-block{
	position: relative;
}

/* Неактивное состояние формы */
form.loading {
	pointer-events: none;
	user-select: none;
}
.form-preloader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	border-radius: inherit;
}
form.loading .form-preloader{
	display: flex;
}
/* Анимация трёх точек */
.dot-flashing {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #333;
	color: #333;
	animation: dotFlashing 1s infinite linear alternate;
	animation-delay: 0.5s;
}


form.loading .dot-flashing{
	display: block;
}

.dot-flashing::before,
.dot-flashing::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #333;
	color: #333;
}

.dot-flashing::before {
	left: -15px;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.dot-flashing::after {
	left: 15px;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 1s;
}

@keyframes dotFlashing {
	0% {
		background-color: #333;
	}
	50%,
	100% {
		background-color: rgba(51, 51, 51, 0.2);
	}
}
/* End */
/* /bitrix/templates/aspro-allcorp/components/bitrix/form.result.new/contacts/style.css?17490343493743 */
