

/* 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/news_front_4/style.css?15771696943157*/
.b-news-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.b-news-header .news-header__title {
	margin-right: 70px;
	margin-bottom: 20px;
}
.b-news-header .news-header__title h2 {
	padding-top: 0.05em;
	margin: 0 !important;
}
.b-news-header .news-header__btn {
	flex: 1 1 auto;
	margin: 0 120px 20px 0;
}
.b-news-header .news-header__content {
	width: 100%;
	margin-top: 34px;
}
/*--------------------------------*/
.b-news-slider-2 .news-slider-2__item {
	position: relative;
}
.b-news-slider-2 .news-slider-2__image {
	position: relative;
}
.b-news-slider-2 .news-slider-2__image::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(17,17,17,.35);
	transition: background-color .3s;
}
.b-news-slider-2 .news-slider-2__item:hover .news-slider-2__image::after {
	background-color: rgba(17,17,17,.7);
}
.b-news-slider-2 .news-slider-2__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	padding: 55px 60px 37px;
}
.b-news-slider-2 .news-slider-2__period {
	margin-bottom: 23px;
}
.b-news-slider-2 .news-slider-2__date {
	font-size: 14px;
	line-height: 1.2;
	color: #aaa;
}
.b-news-slider-2 .news-slider-2__title {
	text-transform: uppercase;
	font-family: "Fontin Sans CR", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
}
.b-news-slider-2 .news-slider-2__title a:link,
.b-news-slider-2 .news-slider-2__title a:visited {
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}
.b-news-slider-2 .news-slider-2__previewtext {
	margin-top: auto;
	color: #fff;
	line-height: 1.2;
}
.b-news-slider-2 .news-slider-2__previewtext a:link,
.b-news-slider-2 .news-slider-2__previewtext a:visited {
	color: #fff;
}
/*---------------------------------*/
.owl-carousel.owl-carousel--news-2 .owl-stage-outer {
	overflow: visible;
}
.owl-carousel.owl-carousel--news-2 .owl-nav button.owl-prev,
.owl-carousel.owl-carousel--news-2 .owl-nav button.owl-next {
	background-color: #fff !important;
}

/* ---------MEDIA STYLES--------- */
/* -----------HANDHELD----------- */
@media (max-width:1239px) {
	/*----------------------------*/
	.b-news-header .news-header__title {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.b-news-header .news-header__btn {
		order: 2;
		margin: 40px 0 0;
		text-align: center;
	}
	.b-news-header .news-header__content {
		margin-top: 8px;
	}
	/*----------------------------*/
	.b-news-slider-2 .news-slider-2__item:hover .news-slider-2__image::after {
		background-color: rgba(17,17,17,.35);
	}
	/*----------------------------*/
}
/* ------------TABLET------------ */
@media (min-width:768px) and (max-width:1239px) {
	/*----------------------------*/
	.b-news-slider-2 .news-slider-2__content {
		padding: 30px;
	}
	.b-news-slider-2 .news-slider-2__title {
		font-size: 18px;
	}
	.b-news-slider-2 .news-slider-2__previewtext {
		font-size: 14px;
	}
	/*----------------------------*/
}
/* ------------MOBILE------------ */
@media (max-width:767px) {
	/*----------------------------*/
	.b-news-header .news-header__title {
		margin-bottom: 13px;
	}
}

/* End */


/* Start:/local/templates/aspro-priority/components/bitrix/news.list/news_front_6/style.css?15770973292323*/
.b-awards-slider .awards-slider__item {
    position: relative;
    text-align: center;
    padding: 0 45px;
    min-height: 84px;
}
.b-awards-slider .awards-slider__item::before,
.b-awards-slider .awards-slider__item::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 84px;
}
.b-awards-slider .awards-slider__item::before {
    left: 0;
    background: url(/local/templates/aspro-priority/components/bitrix/news.list/news_front_6/images/awards-olive-left.png) 0 0 / cover no-repeat;
}
.b-awards-slider .awards-slider__item::after {
    right: 0;
    background: url(/local/templates/aspro-priority/components/bitrix/news.list/news_front_6/images/awards-olive-right.png) 0 0 / cover no-repeat;
}
.b-awards-slider .awards-slider__image {
	display: inline-block;
    vertical-align: top;
    border: 1px solid #e3e3e3;
}
.b-awards-slider .awards-slider__title {
    margin-bottom: 9px;
    text-transform: uppercase;
    font-family: "Fontin Sans CR", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
}
.b-awards-slider .awards-slider__title a:link,
.b-awards-slider .awards-slider__title a:visited {
    color: inherit;
}
.b-awards-slider .awards-slider__previewtext {
    font-size: 14px;
    line-height: 1.29;
}
/*---------------------------------*/
.owl-carousel.owl-carousel--awards .owl-stage-outer {
	overflow: visible;
}
.owl-carousel.owl-carousel--awards .owl-stage {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.owl-carousel.owl-carousel--awards .owl-item {
    float: none;
}
/* ---------MEDIA STYLES--------- */
/* ------------TABLET------------ */
@media (min-width:768px) and (max-width:1239px) {
    /*----------------------------*/
    .owl-carousel.owl-carousel--awards {
        padding: 0 48px;
    }
    .owl-carousel.owl-carousel--awards .owl-stage-outer {
        overflow: hidden;
    }

}
/* ------------MOBILE------------ */
@media (max-width:767px) {
    /*----------------------------*/
    .b-awards-slider .awards-slider__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /*----------------------------*/
    .owl-carousel.owl-carousel--awards {}
    .owl-carousel.owl-carousel--awards .owl-stage-outer {
        overflow: hidden;
    }
    /*----------------------------*/
}

/* End */


/* Start:/local/templates/aspro-priority/components/bitrix/news.list/news_front_5/style.css?1575213263949*/
.b-partners-slider .partners-slider__item {
    text-align: center;
}
.b-partners-slider .partners-slider__image {
	display: inline-block;
    vertical-align: top;
    border: 1px solid #e3e3e3;
}
/*---------------------------------*/
.owl-carousel.owl-carousel--partners .owl-stage-outer {
	overflow: visible;
}
/* ---------MEDIA STYLES--------- */
/* ------------TABLET------------ */
@media (min-width:768px) and (max-width:1239px) {
    /*----------------------------*/
    .owl-carousel.owl-carousel--partners {
        padding: 0 48px;
    }
    .owl-carousel.owl-carousel--partners .owl-stage-outer {
        overflow: hidden;
    }

}
/* ------------MOBILE------------ */
@media (max-width:767px) {
    /*----------------------------*/
    .owl-carousel.owl-carousel--partners {
        padding: 0 10px;
    }
    .owl-carousel.owl-carousel--partners .owl-stage-outer {
        overflow: hidden;
    }
    /*----------------------------*/
}

/* End */
/* /local/components/bitrix/form/templates/.default/bitrix/form.result.new/.default/style.css?15771854995997 */
/* /local/templates/aspro-priority/components/bitrix/news.list/news_front_4/style.css?15771696943157 */
/* /local/templates/aspro-priority/components/bitrix/news.list/news_front_6/style.css?15770973292323 */
/* /local/templates/aspro-priority/components/bitrix/news.list/news_front_5/style.css?1575213263949 */
