

/* Start:/local/components/bitrix/form/templates/.default/bitrix/form.result.new/.default/style.css?15771854995997*/
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/components/bitrix/form/templates/.default/bitrix/form.result.new/.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/components/bitrix/form/templates/.default/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/*-----------------------------------*/
.b-form {
	padding: 90px 100px 70px;
	border: 20px solid #f0f0f0;
}
.b-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="reset"]),
.b-form textarea,
.b-form select {
	display: block;
	width: 100%;
	padding: 16px 24px;
	border: 1px solid #e3e3e3;
	background-color: #f9f9f9;
	font-weight: normal;
	font-size: 16px;
	color: #111;
}
.b-form textarea {
	height: 140px;
	min-height: 140px;
}
.b-form .form__header {
	margin-bottom: 53px;
}
.b-form .form__cols-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.b-form [class^="form__col-"] {
	flex: 1 1 auto;
	padding: 0 10px 20px;
}
.b-form .form__col-1,
.b-form .form__col-1-1,
.b-form .form__col-2-2,
.b-form .form__col-3-3,
.b-form .form__col-4-4,
.b-form .form__col-5-5 {
    width: 100%;
}
.b-form .form__col-1-2,
.b-form .form__col-2-4{
    width: 50%;
}
.b-form .form__col-1-3 {
    width: 33.33%;
}
.b-form .form__col-2-3 {
    width: 66.66%;
}
.b-form .form__col-1-4 {
    width: 25%;
}
.b-form .form__col-1-5 {
    width: 20%;
}
.b-form .form__col-2-5 {
    width: 40%;
}
.b-form .form__col-3-5 {
    width: 60%;
}
.b-form .form__col-4-5 {
    width: 80%;
}
.b-form .form__col-captcha br {
    display: none;
}
.b-form .form__col-v-center {
	align-self: center;
}
.b-form .form__col--no-pb {
	padding-bottom: 0;
}
.b-form .form__cols-group {
    display: flex;
    flex-flow: row wrap;
    padding: 0 10px 20px;
    box-sizing: border-box;
    width: 100%;
}
.b-form .form__cols-group [class^="form__col-"] {
    margin-top: -1px;
    margin-right: -1px;
    padding: 0;
}
.b-form .form__name {}
.b-form .form__caption {
	margin-bottom: 10px;
	color: #111;
}
.b-form .form__btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}
.b-form .form__btn {
	padding: 10px 15px;
}
.b-form .form__link {
	background: none;
	color: #c00e38;
	border: none;
}
.b-form .form__link:hover {
	text-decoration: underline;
}
.b-form .form__agree {
	font-size: 14px;
	color: #bbb;
}
.b-form .form__agree a:link,
.b-form .form__agree a:visited {
	color: inherit;
	text-decoration: none;
}
.b-form .form__agree a:hover {
	text-decoration: underline;
}
/* ---------MEDIA STYLES--------- */
/* ------------DESKTOP----------- */
@media (min-width:1240px) {
    /* -------------------------- */
}
/* -----------HANDHELD----------- */
@media (max-width:1239px) {
    /* -------------------------- */
    .b-form .form__header {
    	text-align: center;
    }
    .b-form .form__agree {
    	text-align: center;
    }
    .b-form .form__col-required-fields {
    	text-align: center;
    }
}
/* ------------TABLET------------ */
@media (min-width:768px) and (max-width:1239px) {
    /* -------------------------- */
    .b-form {
    	padding: 50px 73px 35px;
    }
    .b-form .form__header {
    	margin-bottom: 24px;
    }
    .b-form .form__header h2,
    .b-form .form__header .h2,
    .b-form .form__header .body.index h2 {
		margin-bottom: 10px;
    }
	.b-form .form__col-tablet-2-4 {
		width: 50%;
	}
}
/* --------- END TABLET --------- */

/* ------ TABLET LANDSCAPE ------ */
@media (min-width:768px) and (max-width:1239px) and (orientation:landscape) {
    /* -------------------------- */
    .b-form textarea {
        height: 110px;
        min-height: 110px;
    }
    .b-form .form__col-tablet-landscape-1,
    .b-form .form__col-tablet-landscape-1-1,
    .b-form .form__col-tablet-landscape-2-2,
    .b-form .form__col-tablet-landscape-3-3,
    .b-form .form__col-tablet-landscape-4-4,
    .b-form .form__col-tablet-landscape-5-5 {
        width: 100%;
    }
    .b-form .form__col-tablet-landscape-1-2,
    .b-form .form__col-tablet-landscape-2-4{
        width: 50%;
    }
    .b-form .form__col-tablet-landscape-1-3 {
        width: 33.33%;
    }
    .b-form .form__col-tablet-landscape-2-3 {
        width: 66.66%;
    }
    .b-form .form__col-tablet-landscape-1-4 {
        width: 25%;
    }
    .b-form .form__col-tablet-landscape-1-5 {
        width: 20%;
    }
    .b-form .form__col-tablet-landscape-2-5 {
        width: 40%;
    }
    .b-form .form__col-tablet-landscape-3-5 {
        width: 60%;
    }
    .b-form .form__col-tablet-landscape-4-5 {
        width: 80%;
    }
    /* -------------------------- */
}
/* ---- END TABLET LANDSCAPE ---- */

/* ------------MOBILE------------ */
@media (max-width:767px) {
    /* -------------------------- */
    .b-form {
    	padding: 30px 24px;
    }
    .b-form .form__header {
    	margin-bottom: 13px;
    }
    .b-form .form__header h2,
    .b-form .form__header .h2,
    .b-form .form__header .body.index h2 {
    	margin-bottom: 10px;
    }
    .b-form [class^="form__col-"] {
    	width: 100%;
    	padding-bottom: 10px;
    }
    .b-form .form__col-captcha {
        text-align: center;
    }
    .b-form .form__cols-group {
    	padding-bottom: 10px;
    }
    .b-form .form__col-btn,
    .b-form .form__col-agree {
        width: 100%;
    }
    .b-form .form__btns {
        justify-content: center;
    }
    .b-form .form__agree {
    	font-size: 12px;
    }
}

/* End */


/* Start:/local/templates/aspro-priority/components/bitrix/news.list/contacts_list/style.css?15791824765032*/
.b-contacts-list {}
.b-contacts-list .contacts-list__item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.b-contacts-list .contacts-list__inner {
	width: 100%;
}
.b-contacts-list .contacts-list__inner::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
}
.b-contacts-list .contacts-list__map {
	float: left;
	width: 440px;
}
.b-contacts-list .contacts-list__content {
	overflow: hidden;
}
.b-contacts-list .contacts-list__content-2 {
	overflow: hidden;
}
.b-contacts-list .contacts-list__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 40px 40px 27px;
	border-bottom: 1px solid #e7e7e7;
}
.b-contacts-list .contacts-list__header-left {
	flex: 1 1 auto;
}
.b-contacts-list .contacts-list__header-field {
	margin-bottom: 4px;
}
.b-contacts-list .contacts-list__header-right {
	width: 265px;
	flex: 0 0 auto;
	text-align: right;
}
.b-contacts-list .contacts-list__preview-text {
	margin-bottom: 10px;
}
.b-contacts-list .contacts-list__header-field--insta i {
	vertical-align: middle;
	margin-right: 9px;
	font-size: 20px;
}
.b-contacts-list .contacts-list__header-field--site {}
.b-contacts-list .contacts-list__header-field--site a {}
.b-contacts-list .contacts-list__header-field--site a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 9px;
	background: url(/images/foot-links-arrow.png) 50% 50% / cover no-repeat;
}
.b-contacts-list .contacts-list__fields {
	padding: 35px 40px;
}
.b-contacts-list .contacts-list__fields-name {
	margin-bottom: 9px;
}
.b-contacts-list .contacts-list__adress {
	width: 440px;
	flex: 0 0 auto;
	padding: 20px 35px 30px;
	border: solid #e7e7e7;
	border-width: 0 1px 1px;
	border-left: 3px solid #c00e38;
	background-color: #fff;
	line-height: 1.2;
}
.b-contacts-list .contacts-list__adress-name {
	margin-bottom: 14px;
}
.b-contacts-list .contacts-list__adress-value {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.b-contacts-list .contacts-list__docs {
	flex: 1 1;
	overflow: hidden;
	padding: 14px 37px;
	border-top: 1px solid #e7e7e7;
}
.b-contacts-list .contacts-list__docs ul {
	list-style: none;
}
.b-contacts-list .contacts-list__docs li {
	margin: 0 0 4px 0;
}
.b-contacts-list .contacts-list__docs ul li::before {
	content: none;
}
.b-contacts-list .contacts-list__docs ul a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    background: url(/images/docs-download.png) 50% 50% / cover no-repeat;
}
.b-contacts-list .contacts-list__docs-name {
	margin-bottom: 2px;
}
.b-contacts-list .contacts-list__docs-value {}
/*----------------------------------*/
.b-contacts-list .bx-yandex-view-layout {
	margin-bottom: 0;
}
.b-contacts-list .bx-yandex-map {
	width: 100% !important;
	height: 450px !important;
}
/* ---------MEDIA STYLES--------- */
/* -----------HANDHELD----------- */
@media (max-width:1239px) {
	/* -------------------------- */
	.b-contacts-list .contacts-list__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.b-contacts-list .contacts-list__header {
		flex-wrap: wrap;
	}
	.b-contacts-list .contacts-list__map {
		width: 100%;
		float: none;
	}
	.b-contacts-list .contacts-list__content {
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
	}
	/* -------------------------- */
}
/* ------------TABLET------------ */
@media (min-width:768px) and (max-width:1239px) {
	/* -------------------------- */
	.b-contacts-list .contacts-list__header {
		border-bottom-width: 0;
		padding: 25px 20px;
	}
	.b-contacts-list .contacts-list__header-left {
		width: 100%;
	}
	.b-contacts-list .contacts-list__header-right {
		width: 100%;
		text-align: left;
	}
	.b-contacts-list .contacts-list__content-2 {
		width: 100%;
	}
	.b-contacts-list .contacts-list__fields {
		padding: 35px 30px;
	}
	.b-contacts-list .contacts-list__adress {
		width: 50%;
		-ms-flex: 1 1;
		flex: 1 1;
	}
	.b-contacts-list .bx-yandex-map {
		height: 350px !important;
	}

	/* -------------------------- */
}
/* ------------MOBILE------------ */
@media (max-width:767px) {
	/* -------------------------- */
	.b-contacts-list .contacts-list__item {
		margin-bottom: 30px;
	}
	.b-contacts-list .contacts-list__header {
		padding: 20px;
	}
	.b-contacts-list .contacts-list__header-left {
		width: 100%;
	}
	.b-contacts-list .contacts-list__header-right {
		width: 100%;
		text-align: left;
	}
	.b-contacts-list .contacts-list__name h3,
	.b-contacts-list .contacts-list__name .h3 {
		font-size: 18px;
	}
	.b-contacts-list .contacts-list__fields {
		padding: 20px;
	}
	.b-contacts-list .contacts-list__adress {
		padding: 20px;
		flex: 0 1 auto;
		width: 100%;
		border-top-width: 1px;
	}
	.b-contacts-list .contacts-list__docs {
		width: 100%;
		flex: 0 1 auto;
		padding-left: 20px;
		padding-right: 20px;
		border-top-width: 0;
	}
	.b-contacts-list .bx-yandex-map {
		height: 280px !important;
	}
	/* -------------------------- */
}

/* End */
/* /local/components/bitrix/form/templates/.default/bitrix/form.result.new/.default/style.css?15771854995997 */
/* /local/templates/aspro-priority/components/bitrix/news.list/contacts_list/style.css?15791824765032 */
