

/* Start:/local/templates/.default/components/bitrix/news.list/egais/style.css?17623630442174*/
.b-razvodka {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b-razvodka .razvodka__item {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
	width: calc(100% / 3 - 20px);
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.b-razvodka .razvodka__item.big {
    width: calc(100% / 3 - 20px);
    display: flex;
    justify-content: space-between;
}
.b-razvodka .razvodka__item.big .razvodka__img {
    height: 255px;
}
.b-razvodka .razvodka__item.big .razvodka__img img {
	max-width:100%;
}
.b-razvodka .razvodka__item:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.b-razvodka .razvodka__item:before {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 35px;
    width: 24px;
    height: 14px;
    background: url(/images/ar-detail.svg) no-repeat;
}
.b-razvodka .razvodka__title {
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 24px;
}
.b-razvodka .razvodka__txt {
	/* height: 60px; */
	height: 25px;
}
.b-razvodka .razvodka__img {
	height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    text-align: center;
}
.b-razvodka .razvodka__link a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 1200px) {
	.b-razvodka .razvodka__item {
		padding: 40px 20px;
	}
.b-razvodka .razvodka__title {
	margin-bottom: 15px;
	line-height: 25px;
	font-size: 20px;
}

}

@media (max-width: 767px) {
	.b-razvodka {
		flex-wrap: wrap;
	}
	.b-razvodka .razvodka__item {
		margin-bottom: 15px;
		width: 100%;
    }
    .b-razvodka .razvodka__item.big {
        width: 100%;
        display: block;
    }
    .b-razvodka .razvodka__item.big .razvodka__img {
        height: 200px;
    }
    .b-razvodka .razvodka__item.big .razvodka__img img {
        max-height: 100%;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/block-1-3/style.css?16481909283184*/
.b-block-1-3 {
	margin: 0 -15px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.b-block-1-3 .block-1-3__item {
	margin: 0 15px 0;
	padding: 30px;
	position: relative;
	width: calc(100% / 3 - 30px);
	margin-bottom: 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.b-block-1-3 .block-1-3__item:hover {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.b-block-1-3 .block-1-3__item:before {
	content: '';
	position: absolute;
	left: 30px;
	bottom: 35px;
	width: 24px;
	height: 14px;
	background: url(/images/ar-detail.svg) no-repeat;
}
.b-block-1-3 .block-1-3__title {
	margin-bottom: 15px;
	font-size: 24px;
}
.b-block-1-3 .block-1-3__left {
	padding-left: 20px;
	width: calc(100% - 145px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.b-block-1-3 .block-1-3__img {
   text-align: center;
}
.b-block-1-3 .block-1-3__link a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/* ------------------- */
.b-marking-info {
	z-index: 10000;
	position: absolute;
	top: 23px;
	right: 19px;
}
.b-marking-info .marking-info__button {
	background: #EDEDED;
	border-radius: 100%;
	cursor: default;
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	color: #168EE5;
	font-weight: 400;
	font-style: 20px;
}
.marking-info__message {
	display: none;
	position: absolute;
	bottom: 100%;
	left: -150px;
	background: #168EE5;
	color: #fff;
	border-radius: 4px;
	padding: 20px;
	width: 350px;
	box-sizing: border-box;
}
.b-marking-info:hover .marking-info__message {
	display: block;
}
.b-marking-info:hover .marking-info__button {
	background: #168EE5;
	color: #fff;
}
.marking-info__close-wrapper {
	display: none;
}
.b-marking-info .marking-info__close-wrapper a:link, 
.b-marking-info .marking-info__close-wrapper a:visited {
	color: #fff;
	font-size: 20px;
	display: none;
}
/* ------------------- */
/* ------------------- */
@media only screen and (max-width: 1600px) {
	.b-marking-info:hover .marking-info__message {
		display: none;
	}
	.b-marking-info .marking-info__button {
		cursor: pointer;
	}
	.marking-info__message {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		bottom: auto;
		width: 350px;
		bottom: auto;
	}
	.b-marking-info .marking-info__close-wrapper {
		display: block;
		text-align: right;
		cursor: pointer;
	}
	.b-marking-info .marking-info__close-wrapper a:link, 
	.b-marking-info .marking-info__close-wrapper a:visited {
		color: #fff;
		font-size: 20px;
		display: block;
	}
}
@media only screen and (max-width: 1240px) {
	.b-marking-info .marking-info__active {
		display: block;
	}
	.marking-info__message {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		bottom: auto;
		width: 260px;
		height: 400px;
		overflow-y: auto;
	}
}
@media only screen and (max-width: 767px) {
	.b-block-1-3 .block-1-3__item {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/form.result.new/marking/style.css?15850307182720*/
h3 {
	color: red;
}
.b-form .form__before {
	text-align: center;
	margin-bottom: 50px;
}
.b-form .form_wrap {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b-form .form3 {
	width: calc(100% / 3 - 2px);
}
.b-form input, .b-form textarea {
	padding: 20px 15px;
	width: 100%;
	border: none;
	border-radius: 4px;
	margin: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-form .form1 {
	width: 100%;
}
.main-user-consent-request-announce {
	padding: 20px 0 30px;
	display: block;
	text-align: center;
	cursor: pointer;
	color: #333;
	/* font-size: 13px; */
	line-height: 15px;
	color: #337ab7;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.btn-wrap {
	text-align: center;
	margin: auto;
}
.b-form textarea {
	height: 90px;
}

.b-comment .comment__item {
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*justify-content: space-between;*/
}
.b-comment .comment__left {
	width: 180px;
}
.b-comment  .blog-author {
	font-size: 0.85em;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px!important;
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
}
.b-comment .comment__city {
	font-weight: bold;
	margin-bottom: 10px;
}
.b-comment .comment__item:last-child  {
	border-bottom: none;
}
.b-comment--list {
	margin-bottom: 50px;
}
.b-form--big-review .form__label {
	display: none;
}
.b-form--big-review .form__info {
	display: none;
}
/*.b-form h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
}*/
.fancybox-slide--iframe .fancybox-content {
	padding: 30px;
	max-width: 600px!important;
	height: 515px!important;
}
@media only screen and (max-width: 1024px) {
	.b-form .form3 {
		width: 100%!important;
	}
	.b-form {
		padding: 30px!important;
	}
	.b-form--big-review {
		display: block;
	}
	.b-form .form__left-block {
		    margin: 0 0 0 -50px;
		width: 100%;
	}
	.b-form .form__right-block {
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {
	.b-form {
		padding: 10px!important;
	}
	.b-form h2 {
		font-size: 25px!important;
		margin-bottom: 20px;
	}.b-form .form__left-block {
		margin: auto;
		width: 100%;
	}
	.b-comment .comment__left {
		width: 100%;
	}
	.b-comment .comment__content {
		padding-top: 10px;
		width: 100%;
	}
	.b-comment .comment__item {
		display: block;
	}
	.main-user-consent-request-announce {
	    font-size: 13px;
	}


}
/* End */
/* /local/templates/.default/components/bitrix/news.list/egais/style.css?17623630442174 */
/* /local/templates/.default/components/bitrix/news.list/block-1-3/style.css?16481909283184 */
/* /local/templates/aspro_next/components/bitrix/form.result.new/marking/style.css?15850307182720 */
