

/* 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/catalog.section.list/carousel/style.css?16880371332462*/
.sum-shops {
	margin: -30px 0 25px 0;
	font-size: 25px;
}
.b-shops {
	margin: 0 -2000px 100px;
	padding: 0 2000px;
	border-bottom: 1px solid #e7e7e7;
}
.b-shops .shops__list {}
.b-shops .shops__item {
	position: relative;
	display: flex;
	align-items: center;
	height: 165px;
	cursor: pointer;
}
.b-shops .shops__item::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	border-bottom: 1px solid transparent;
}
.b-shops .shops__item--active::before {
	border-bottom-color: #c00e38;
}
.b-shops .shops__imgbox {
	width: 100px;
	padding-right: 10px;
	flex: 0 0 auto;
	text-align: center;
}
.b-shops .shops__imgbox img {
	max-width: 100%;
}
.b-shops .shops__content {
	flex: 1 1 auto;
}
.b-shops .shops__name  {
	text-transform: uppercase;
	font-family: "Fontin Sans CR", sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #000;
}
/*----------------------------*/
.b-shops--current-city {
	margin: 0;
	padding: 0;
	border-width: 0;
}
.b-shops--current-city .shops__item {
	height: auto;
	cursor: auto;
}
/*----------------------------*/
/*----------------------------*/
.owl-carousel.owl-carousel--shops .owl-stage-outer {
	overflow: visible;
}
/* .owl-carousel.owl-carousel--shops .owl-stage {
	display: flex;
	align-items: center;
} */
/* .owl-carousel.owl-carousel--shops .owl-item {
	float: none;
} */
.owl-carousel.owl-carousel--shops .owl-item img {
	width: auto;
	max-width: 100%;
	display: inline;
}
/* -------- MEDIA STYLES -------- */

/* ----------- DESKTOP ---------- */
@media (min-width:1240px) {
    /* -------------------------- */
}
/* --------- END DESKTOP -------- */

/* ---------- HANDHELD ---------- */
@media (max-width:1239px) {
    /* -------------------------- */
    /* -------------------------- */
}
/* ---------END HANDHELD--------- */

/* ------------TABLET------------ */
@media (min-width:768px) and (max-width:1239px) {
	/* -------------------------- */
	.b-shops {
		margin-bottom: 30px;
		border-bottom-width: 0;
	}
	.b-shops .shops__imgbox {
		width: 160px;
	}
}
/* ----------END TABLET---------- */

/* ------------MOBILE------------ */
@media (max-width:767px) {
    /* -------------------------- */
    .b-shops {
    	margin-bottom: 25px;
    	border-bottom-width: 0;
    }
    .b-shops h3 {
    	margin-bottom: 0;
    }
    .b-shops .shops__imgbox {
    	width: 90px;
    }
    .b-shops .shops__name {
    	font-size: 18px;
    }
}
/* --------- END MOBILE --------- */

/* 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/catalog.section.list/carousel/style.css?16880371332462 */
/* /local/templates/aspro-priority/components/bitrix/news.list/news_front_5/style.css?1575213263949 */
