

/* Start:/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/style.css?160136287037198*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */


.mainBanner{
	position: relative;
	height: 700px;
	overflow: hidden;
	color: #ffffff;
	margin-bottom: 60px;
	/*background: url("/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/./images/banner-img.jpg");*/
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.scrollContainer::-webkit-scrollbar{ width:2px; height: 2px; }

.shadow{
    width: 100%;
    height: 100%;
    background: #00000059;
}
.mainBannerBG{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.mainBanner__about__item__value{
	font-size: 32px;
	margin-bottom: 12px;
}

.mainBanner__title{
	z-index: 2;
	font-size: 45px;
	text-align: center;
	display: block;
	width: 62%;
	margin: 0 auto 40px;
	padding-top: 100px;
}
.mainBanner__about{
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 60px;
	width: 70%;
	overflow: hidden;
	min-width: 1000px;
}

.mainBanner__about__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 130px;
	font-weight: bold;
	color: #ffffff;
}
.mainBanner__seacrhComponent{
	width: 63%;
	margin: 0 auto;
	position: absolute;
	top: calc(50% - 60px);
	left: 18%;
	z-index: 3;
	height: 120px;
	background-color: white;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 7px;
}
.mainBanner__filter__select_typeOP{
	border: none;
	padding: 24px 0;
	padding-left: 20px;
	border-radius: 7px 0 0 0;
	position: relative;
	width: 100%;
}
.mainBanner__filter__select_targetOP{
	border: none;
	padding: 24px 0;
	padding-left: 20px;
	border-left: 1px solid #dadbdf;
	position: relative;
	width: 100%;
}
.mainBanner__filter__select_targetParams{
	border: none;
	width: 100%;
	padding: 24px 0;
	padding-left: 20px;
	border-left: 1px solid #dadbdf;
	position: relative;
}
.mainBanner__filter__minFilterValue{
	border: none;
	width: 13%;
	padding: 24px 0;
	padding-left: 20px;
	border-left: 1px solid #dadbdf;
}
.mainBanner__filter__maxFilterValue{
	border: none;
	width: 12%;
	padding: 24px 0;
	padding-left: 20px;
	position: relative;
}
.mainBanner__filter__select_typeOP option,
.mainBanner__filter__select_targetParams option,
.mainBanner__filter__select_targetOP option{
	padding: 10px 5px;
}
.select {
	width: 23%;
	position: relative;
	display: inline-block;
}
.select:after {
	content: url("/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/./images/arr.jpg");
	padding: 0 8px;
	position: absolute;
	right: 1%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
select {
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input_container_max,
.input_container_min{
	display: inline;
	position: relative;
}
.input_container_searchLine{
	width: 75%;
}
.searchRow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #dadbdf;
}
.mainBanner__searchRow__searchLine{
	width: 100%;
	padding: 20px 0;
	padding-left: 20px;
	border: none;
	border-radius:  0 0 0 7px;
}
.mainBanner_search_button{
	width: 25%;
	cursor: pointer;
	padding: 20px 0;
	font-weight: bold;
	background-color: #319b41;
	color: white;
	border: none;
	border-radius: 0 0 7px 0;
}


/*new*/
.obj_filter_container{
	color: black;
	width: 80%;
	z-index: 5;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
}
.obj_filter{
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 15px 30px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0px 15px 30px 0 rgba(0, 0, 0, 0.4);
}
.obj_filter_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.obj_filter_select {
	padding: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-right: 1px solid #dadfe0;
}
.dropdown_filter_option{
	position: absolute;
	z-index: 5;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff;
	border-radius:0 0 6px 6px ;
}
.dropdown_filter_option li label{
	display: block;
	padding: 15px 20px;
	cursor: pointer;
}
.dropdown_filter_option li.active{
	background-color: #319b41;
	color: #fff;
}
.dropdown_filter_option li.disabled{
	display: none;
}

.dropdown_filter_option li.visibleDisable{
	display: block;
}


.dropdown_filter_option li:hover{
	background-color: #e3e3e3;
}
.obj_filter_minPrice,
.obj_filter_maxPrice{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.obj_filter_minPrice,
.obj_filter_maxPrice,
.obj_filter_price{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		order: 3;
}

.obj_filter_maxPrice:after{
/*	content: 'Р';
	color: #828482;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	right: 5%;*/
}
.obj_filter_input_price{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	cursor: pointer;
	border: none;
	padding: 20px;
}
.obj_filter_minPrice{
	border-right: 1px solid #dadfe0;
}
.row4item .obj_filter_select{
	width: 24%;
}
.row4item .obj_filter_price{
	width: 25%;
}
.row4item{
	border-top: 1px solid #dadbdf;
}
.searcLine{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #dadbdf;
}
.inputTextSearch{
	position: relative;
	width: 100%;
}
.search{
	position: relative;
	z-index: 2;
}
.inputTextSearch:before{
	content: '';
	position: absolute;
	left: 0;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#5555555e));
	background-image: -o-linear-gradient(bottom, #ffffff, #5555555e);
	background-image: linear-gradient(to top, #ffffff, #5555555e);
	border-radius: 6px;
}
.inputTextSearch:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 18%;
	width: 18px;
	height: 18px;
	z-index: 3;
	background: url('/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/loop.png');
	background-position: center center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


input.search{
	width: 100%;
	padding: 20px 0;
	padding-left: 20px;
	border: none;
	border-radius: 0 0 0 7px;
	margin-top: 1px;
	background: transparent;
}
.startSearch{
	width: 20%;
	cursor: pointer;
	padding: 20px 0;
	font-weight: bold;
	background-color: #319b41;
	color: white;
	border: none;
	border-radius: 0 0 7px 0;
	position: relative;
    z-index: 2;
}
.obj_filter_select:after {
	content: url("/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/./images/arr.jpg");
	padding: 0 8px;
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.obj_filter_select {
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.objects_links{
	width: 80%;
	margin: 50px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.objects_links_list__title{
	font-weight: bold;
	font-size: 28px;
}
.residential_sale_variables{
	margin-top: 20px;
}
.obj_area_lists{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin-top: 20px;
}
.residential_sale_item{
	line-height: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #256a9d;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}
.residential_sale_item:hover{
	color: black;
}
.obj_item_count{
	color:#a6a6a6;
	font-size: 14px;
	margin-left: 20px;
}
.area_links{
	width: 70%;
}
.mobile_mainBannerTitle{
	display: none;
}
.scrollContainer{
	overflow: auto;
}
.obj_filter_select, .obj_filter_price{
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}


@media (max-width: 769px){
	.mobile-hidden{
		display: none;
	}
	.mainBanner__about{
		width: 100%;
	}
	.obj_filter_select{
		border-bottom: 1px solid #CACACA;
	}
	.mainBanner__title{
		margin: 0 auto 40px;
		width: 100%;
	}
	.obj_filter_select, .obj_filter_price{
		min-width: 280px;
	}
	.obj_filter_price{
		border-bottom: 1px solid #CACACA;
	}
}

@media (max-width: 371px){
	.obj_filter_container{
		width: 95%;
	}
	.obj_filter_price{
		min-width: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.searcLine{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.inputTextSearch{
		display: block;
		width: 100%;
	}
	.startSearch{
		width: 100%;
		border-radius: 0 0 6px 6px;
	}
	.mainBanner__title{
		display: none;

	}
	.mobile_mainBannerTitle{
		display: block;
		font-size: 28px;
		margin: 15px auto 15px;
	}
}

/*new*/

.bx-filter {
	color: black;
	z-index: 5;
	display: block;
	margin: 0 auto;
	border-radius: 6px;
	/*max-width: 1000px;*/
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.bx-filter .bx-filter-section>.row {
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container { 
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

input.search{
	width: 80%;
	padding: 20px 0;
	padding-left: 20px;
	border: none;
	border-radius: 0 0 0 7px;
	margin-top: 1px;
}
.search_row{
	border-top: 1px solid #ccd5db;
}


.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 62px;
	margin: 0;
	padding: 0 4px;
	border:none;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-filter.bx-blue .bx-filter-section{
	border-radius: 6px;
}

.bx-filter .bx-filter-input-container input.min-price{
	border-right: 1px solid #ccd5db;
	padding-right: 40px;
}

.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
			border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
	padding: 0;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 62px;
	/*border-right: 1px solid #ccd5db;*/
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
			border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 62px;
	margin: 0;
	/*padding: 0 33px 0 10px;*/
	border: none;
	border-radius: 2px;
	background: #fff;
}

.bx-filter-select-popup ul li>label.disabled{
	display: none;
}
.bx-filter-select-popup ul li.disabledProp > label.disabled{
	display: block;
}

.bx-filter-select-popup ul li.disabledProp{
	display: block!important;
}

.bx-filter .bx-filter-select-text {
	font-size: 18px;
	padding: 15px 0;
	padding-left: 10px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 62px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	font-family: "WebnarW00-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #555555;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/
.popup-window{
	padding: 0!important;
}
.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	cursor: pointer;
	padding: 0;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
	margin: 0;
}
.bx-filter-select-popup ul li label.selected{
	color: #000;
	background-color: #319b41;
}
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background-color: #e3e3e3;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
			border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}

#mainPageSearchText, .bx-filter-param-label{
	font-family: "WebnarW00-Regular", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	color: #555555;
}

.mainBanner__about__item__value{
	font-size: 32px;
	margin-bottom: 12px;
}
.mainBanner__title{
	z-index: 2;
	font-size: 45px;
	text-align: center;
	display: block;
	width: 62%;
	margin: 0 auto 60px;
}
.defaultFilterRub{
	display: block!important;
}
.max-price{
	position: relative;
}

.mainBanner__about__item{
	display: flex;
	flex-direction: column;
	width: 200px;
	font-size: 20px;
}
.mainBanner__seacrhComponent{
	width: 63%;
	margin: 0 auto;
	position: absolute;
	top: calc(50% - 60px);
	left: 18%;
	z-index: 3;
	height: 120px;
	background-color: white;
	box-sizing: border-box;
	border-radius: 7px;
}
.mainBanner__filter__select_typeOP{
	border: none;
	padding: 24px 0;
	padding-left: 20px;
	-webkit-border-radius: 7px 0 0 0;
	-moz-border-radius: 7px 0 0 0;
	border-radius: 7px 0 0 0;
	position: relative;
	width: 100%;
}
.mainBanner__filter__select_targetOP{
	border: none;
	padding: 24px 0;
	padding-left: 20px;
	border-left: 1px solid #dadbdf;
	position: relative;
	width: 100%;
}
.mainBanner__filter__select_targetParams{
	border: none;
	width: 100%;
	padding: 24px 0;
	padding-left: 20px;
	border-left: 1px solid #dadbdf;
	position: relative;
}
.mainBanner__filter__minFilterValue{
	border: none;
	width: 13%;
	padding: 24px 0;
	padding-left: 20px;
	border-left: 1px solid #dadbdf;
}
.mainBanner__filter__maxFilterValue{
	border: none;
	width: 12%;
	padding: 24px 0;
	padding-left: 20px;
	position: relative;
}
.mainBanner__filter__select_typeOP option,
.mainBanner__filter__select_targetParams option,
.mainBanner__filter__select_targetOP option{
	padding: 10px 5px;
}
.select {
	width: 23%;
	position: relative;
	display: inline-block;
}
.select:after {
	content: url("/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/./images/arr.jpg");
	padding: 0 8px;
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translate(0, -50%);
	pointer-events: none;
	box-sizing: border-box;
}
select {
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input_container_max,
.input_container_min{
	display: inline;
	position: relative;
}
.input_container_searchLine{
	width: 75%;
}
.searchRow{
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #dadbdf;
}
.mainBanner__searchRow__searchLine{
	width: 100%;
	padding: 20px 0;
	padding-left: 20px;
	border: none;
	border-radius:  0 0 0 7px;
}
.mainBanner_search_button{
	width: 25%;
	cursor: pointer;
	padding: 20px 0;
	font-weight: bold;
	background-color: #319b41;
	color: white;
	border: none;
	border-radius: 0 0 7px 0;
}
/*new*/
.obj_filter_container{
	color: black;
	width: 80%;
	z-index: 5;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	background: #d6d8d7;
	padding: 40px;
}
.obj_filter{
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.obj_filter_row{
	display: flex;
	flex-wrap: wrap;
}
.obj_filter_select {
	padding: 20px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-right: 1px solid #dadfe0;
}
.dropdown_filter_option{
	position: absolute;
	z-index: 5;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff;
	border-radius:0 0 6px 6px ;
}
.dropdown_filter_option li label{
	display: block;
	padding: 15px 20px;
	cursor: pointer;
}
.dropdown_filter_option li.active{
	background-color: #319b41;.bx-filter-select-popup ul li
	color: #fff;
}
.bx-filter{
	position: relative;
}
.bottomBorderFilter{
	border-bottom: 1px solid #ccd5db;
}
.enditems{
	order: 3;
}
.centerItems{
	order:2;
}
.firstItems{
	order:1;
}
.spaceIcon::after{
	content: 'м\00B2';
	color: #828482;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 4%;
	font-size: 20px;
}
.dropdown_filter_option li.disabled{
	text-decoration: line-through;
	display: none;
}
.dropdown_filter_option li:hover{
	background-color: #e3e3e3;
}
.obj_filter_minPrice,
.obj_filter_maxPrice{
	flex-grow: 1;
}
.obj_filter_minPrice,
.obj_filter_maxPrice,
.obj_filter_price{
	position: relative;
	display: flex;
}
.obj_filter_maxPrice:after{
	content: '\20BD';
	color: #828482;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	right: 5%;
}
.obj_filter_input_price{
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	cursor: pointer;
	border: none;
	padding: 20px;
}
.obj_filter_minPrice{
	border-right: 1px solid #dadfe0;
}
.row4item .obj_filter_select{
	width: 24%;
}
.row4item .obj_filter_price{
	width: 25%;
}
.row4item{
	border-top: 1px solid #dadbdf;
}
.searcLine{
	display: flex;
	border-top: 1px solid #dadbdf;
}

input.search{
	width: 100%;
	padding: 20px 0;
	padding-left: 20px;
	border: none;
	border-radius: 0 0 0 7px;
	margin-top: 1px;
}
.startSearch{
	width: 20%;
	font-size: 16px;
	cursor: pointer;
	padding: 20px 0;
	font-weight: bold;
	background-color: #319b41;
	color: white;
	border: none;
	border-radius: 0 0 7px 0;
	margin-top: -1px;
}

.result_filter_row{
	text-align: center;
	position: absolute!important;
	left: 50%!important;
	bottom: 5%!important;
	border: none!important;
	color: white!important;
	font-size: 16px!important;
}
.bx-filter-parameters-box{
	padding: 5px;
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.filterPad, .bx-filter-block{
	width: 100%;
}
.smartfilter .parameterRow{
	background-color: #ffffff;
	display: grid;
	   border-radius: 6px 6px 0 0;
	grid-template-columns: 25% 25% 25% 25%;
}
.obj_filter_select:after {
	content: url("/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/./images/arr.jpg");
	padding: 0 8px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(0, -50%);
	pointer-events: none;
	box-sizing: border-box;
}
.obj_filter_select {
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.objects_links{
	width: 80%;
	margin: 50px auto;
	display: flex;
	justify-content: space-around;
}
.objects_links_list__title{
	font-weight: bold;
	font-size: 28px;
}
.residential_sale_variables{
	margin-top: 20px;
}
.obj_area_lists{
	column-count: 3;
	margin-top: 20px;
}
.residential_sale_item{
	line-height: 23px;
	display: flex;
	justify-content: flex-start;
	color: #256a9d;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}
.residential_sale_item:hover{
	color: black;
}
.obj_item_count{
	color:#a6a6a6;
	font-size: 14px;
	margin-left: 20px;
}
.area_links{
	width: 70%;
}
.mobile_mainBannerTitle{
	display: none;
}
.scrollContainer{
	overflow: auto;
	text-align: center;
}
.obj_filter_select, .obj_filter_price{
	flex-grow: 1;
	width: 33%;
}

@media (max-width: 769px){
	.mainBanner{
		background-image: url("/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/./images/banner-img_tablet.jpg");
	}
	.mobile-hidden{
		display: none;
	}
	.bx-retina .bx-filter .bx-filter-select-container{
		border: none;
	}
	.bx-retina .bx-filter .bx-filter-input-container input{
		border: none;
	}
	.mainBanner__about{
		width: 100%;
	}
	.bx-retina .bx-filter .bx-filter-input-container input.min-price{
		border-right: 1px solid #8080803b;
	}
	.mainBanner__title{
		margin: 0 auto 40px;
		width: 100%;
	}

	.smartfilter .parameterRow{
		grid-template-columns: 50% 50%;
	}
}

@media (max-width: 500px){
	.mainBanner{
		background-image: url("/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/./images/banner-img_mobile.jpg");
	}
	.bx-filter{
		width: 100%;
		background-color: transparent;
		padding: 0;
	}
	.smartfilter .parameterRow{
		grid-template-columns: 100%;
	}
	.smartfilter .row {
	    background-color: #ffffff;
	}
	.bx-filter .bx-filter-parameters-box-container-block.bx-left:after{
		content: '';
		position: absolute;
		top: 50%;
		left: 100%;
		width: 1px;
		height: 50%;
		transform: translate(-50%,-50%);
		background: #C6DCE7;
	}
	.mainBanner{
		height: 938px;
	}
	.inputTextSearch:after{
		top: 25%;
		right: 5%;
	}
	.row.bx-filter-parameters-box-container{
		justify-content: space-around;
	}
}

@media (max-width: 500px){
	
	.bx-filter-select-container{
		border: none;
	}
	.bx-retina .bx-filter .bx-filter-select-container{
		border: none;
		border-right: none!important;
	}
	.bx-retina .bx-filter .bx-filter-input-container input{
		border: none;
	}
	.priceIcon::after,.spaceIcon::after{
		right: 36px;
	}
	.search_row .bx-filter-parameters-box-container{
		flex-direction: column;
	}
	input.search{
		width: 100%;
	}
	.startSearch{
		width: 100%;
		-webkit-border-radius: unset;
		-moz-border-radius: unset;
		border-radius: unset;
	}
	.popup-window{
		width: 100%;
		margin-left: -15px;
	}

	.bx-filter-parameters-box-container {
		display: flex;
		justify-content: space-between;
	}
}




/* End */


/* Start:/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/colors.min.css?15906918834373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/rielt2020/components/bitrix/news.list/JK_lists/style.css?16183173514989*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.objects{
	width: 80%;
	margin: 0 auto;
}
.objects_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: auto;
	list-style-type: none;
	padding-bottom: 30px;
}

.objects_list_item{
	margin-top: 20px;
	padding: 10px;
	display: flex;
	max-width: 22%;
	min-width: 300px;
}

.JK_item{
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
	padding-bottom: 5px;
}
.objects__more__links{
	list-style-type: none;
}
.objects__item{
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 30%;
	padding-bottom: 25px;
	border-bottom: 1px solid #d8e1e8;
	margin: 0 auto;
	margin-top: 30px;
	min-width: 300px;
}
.objects__item article{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.objects__item__preview_container{
	position: relative;
	height: 210px;
	overflow: hidden;
}
.objects__item__picture{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px 7px 0 0;
	-webkit-transition: 4s;
	-o-transition: 4s;
	transition: 4s;
}

.objects_marker{
	display: inline-block;
	line-height: 24px;
	letter-spacing: 2px;
	padding: 0 10px;
	color: white;
	border-radius: 3px;
	position: absolute;
	z-index: 3;
	top: 7%;
	left: 5%;
	font-size: 10px;
	text-transform: uppercase;
}
.objects_marker--wait{
	background-color: #f58c1f;
}
.objects_marker--success{
	background-color: #319e43;
}
.objects_marker--special{
	background-color: #fe483a;
}
.objects__item__adress{
	color: #919598;
	padding: 3% 0 0 5%;
}
.objects__item__JK{
	padding: 3% 0 0 5%;
	font-size: 18px;
	min-height: 50px;
	max-height: 50px;
}
.objects__item__price{
	padding: 6% 0 13px 5%;
	font-size: 26px;
	font-weight: bold;
	font-family: "WebnarW00-Regular", sans-serif;
}
.objects__more__links{
	padding: 3% 0 0 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 5px;
}
@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(9px);
		transform: translateX(9px);
	}
	30% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}
	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	65% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(9px);
		transform: translateX(9px);
	}
	30% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}
	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	50% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	65% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.linkImage {
	width: 40px;
	height: 40px;
	background-image: url('/local/templates/rielt2020/components/bitrix/news.list/JK_lists/./img/callkeeper_l_0.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;
	cursor: pointer;
}
.objects__item__preview_container:after{
	content: '';
	position: absolute;
	width: 30px;
	height: 36px;
	top: 0;
	right: 0;
	background-image: url("/local/templates/rielt2020/components/bitrix/news.list/JK_lists/./img/hot-sale.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.linkImage:hover{
	-webkit-animation: swing 0.6s ease;
	animation: swing 0.6s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.objects__more__links__item--sale{
	color: #fe483a;
}
.bottomJKcontainer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.objects__item__preview_container:hover .objects__item__picture{
	max-width: 120%;
	width: 115%;
}
.objects__item__preview_container:hover > .wrap{
	display: block;
}

.JK_item:hover {
	-webkit-box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.82);
	box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.82);
}
.JK_item article:hover .objects__item__JK{
	color: green!important;

}
.btn_more_hot{
	display: none;
}

@media (max-width: 1281px) {
	.objects{
		width: 95%;
	}
}
@media (max-width: 769px) {
	.mobile_show{
		display: flex;
	}

	.mobile_hide{
		display: none;
	}
	.btn_more_hot{
		display: flex;
		cursor: pointer;
		flex-direction: column;
		align-items: center;
	}
	.btn_more_hot span{
		padding: 10px;
		border-radius: 6px;
		color: white;
		background: green;
		border: none;
	}

}



@media (max-width: 692px) {
.objects_list{
    justify-content: center;
}
}
/* End */


/* Start:/local/templates/rielt2020/components/bitrix/form.result.new/WAITING_CALL/style.css?15936731714184*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
.container_custom .feedBack{
	margin-top: 80px;
}
.container_custom .feedBack{
	position: relative;
	padding: 35px 0 35px 160px;
	margin-bottom: 80px;
	background-image: url("/local/templates/rielt2020/img/banner-pomozhem-01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 6px;
}
.container_custom .feedBack__background {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 10%;
}
.container_custom .feedBack__title{
	position: relative;
	z-index: 2;
	color: green;
	padding-left: 6px;
	font-size: 25px;
	margin-bottom: 10px;
}
.container_custom .feedBack__promise{
	position: relative;
	z-index: 2;
	color: green;
	padding-left: 6px;
	font-size: 26px;
}
.container_custom .feedBack_moreInfo{
	list-style-type: none;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}
.container_custom .feedBack_moreInfo__item{
	position: relative;
	padding: 5px 5px 5px 45px;
	width: 180px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.container_custom .feedBack__form{
	position: relative;
	z-index: 2;
	margin-top: 35px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.container_custom .feedBack__name, .feedBack__phone{
	width: 259px;
	padding: 20px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container_custom .feedBack__name{
	border-radius: 5px 0 0 5px;
}
.container_custom .feedBack__phone{
	border-left: 1px solid #d8dcdf;
}
.container_custom .feedBackSubmit{
	width: 175px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	background-color: green;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
.container_custom .feedBack__accept{
	color: #606060;
	position: relative;
	width: 550px;
	word-break: break-word;
	font-size: 12px;
	z-index: 2;
	margin-top: 10px;
	padding: 5px;
	line-height: 15px;
}
.container_custom .feedBack__accept a{
	text-decoration: none;
	border-bottom: 1px solid;
}
.container_custom .feedBack__accept img{
	display: none;
}

@media (max-width: 1268px) {
	.container_custom .feedBack{
		padding: 20px;
	}
	.container_custom .feedBack__background{
		z-index: 1;
	}
	.container_custom .feedBack_moreInfo{
		/*justify-content: center;*/
	}
	.container_custom .feedBack__form{
		width: 70%;
	}
	.container_custom .feedBack__accept{
		/*margin: 10px auto 0;*/
	}
}
@media (max-width: 768px) {
	.container_custom .feedBack__background{
		right: 1%;
	}
	.container_custom .feedBack__name, .feedBack__phone{
		width: 40%;
	}
}

@media (max-width: 600px) {
	.container_custom .feedBack__accept{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		margin: 0;
	}
	.container_custom .feedBack__background{
		display: none;
	}
	.container_custom .feedBack__name, .feedBack__phone{
		border-radius: unset;
		border-bottom: 1px solid #d8dcde;
	}
	.container_custom .feedBack__name{
		border-radius: 6px 6px 0 0;
	}
	.container_custom .feedBackSubmit{
		padding: 20px;
		border-radius: 0 0 6px 6px;
	}
	.container_custom .feedBack__form{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.container_custom .feedBack__accept img{
		position: unset;
		display:block;
		width: 50%;
	}
	.container_custom .feedBack__form input{
		width: 95%;
	}
	.container_custom .feedBack{
		background-image: none;
		background-color: #dddfde!important;
		padding: 0 15px;
	}
	.container_custom .feedBack__accept_text_container{
		text-align: left;
	}
	.container_custom .feedBack_moreInfo{
		display: none;
	}
	.container_custom .feedBack__title{
		padding-top: 50px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/BG_ARTICLES1/style.css?16183676732159*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.articles{
	width: 79%;
	margin: 0 auto;
	overflow: hidden;
}
.articles__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow: auto;
}
.articles__title{
	margin-bottom: 28px;
}
.articles__item{
	width: 23%;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #d8e1e8;
	padding-bottom: 10px;
	margin-bottom: 50px;
	min-width: 240px;
	margin-right: 30px;
}
.articles__item article{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}
.articles__item__title{
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 0 5%;
	margin-bottom: 20px;
}
.articles__link{
	-webkit-text-decoration: underline #919598;
	text-decoration: underline #919598;
	line-height: 22px;
}
.articles__shortDescription{
	font-size: 14px;
	color: #919598;
	padding: 0 0 0 5%;
	line-height: 22px;
	margin-bottom: 10px;
}
.articles__date{
	font-size: 12px;
	color: #919598;
	margin-top: auto;
	padding: 0 0 0 5%;
}

.articles__item__picture{
	width: 100%;
	height: 100%;
}
.articles__imgContainer{
	min-height: 180px;
	max-height: 180px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 25px;
	border-radius: 7px 7px 0 0;
}

@media (max-width: 769px) {
	.articles{
		width: 95%;
	}
	.articles__item{
		border-bottom: 1px solid #d8e1e8;
		padding-bottom: 10px;
		min-width: 300px;
		margin: 0 34px 50px 0px;
	}
	.articles__list{
		-webkit-box-pack: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
	}
	.articles__imgContainer{
		max-height: none;
	}
}
/* End */


/* Start:/local/templates/rielt2020/components/bitrix/form.result.new/FORM_SALE_FLATS/style.css?1593495766584*/
.formInitBtn{
	background-color: #ffffff!important;
	border: none!important;
	color: #005792!important;
}
button#form_3{
	min-width: 170px;
	max-height: 40px;
}
.sellServices {
	width: 80%;
	margin: 0 auto;
}
.mainForm{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainForm .sellServices__title_description{
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 0 25px;
}
@media (max-width: 769px) {
	.sellServices{
		width: 100%;
	}
}
@media (max-width: 371px) {
	.sellServices{
		padding-top: 0!important;
	}
}
/* End */


/* Start:/local/templates/rielt2020/components/bitrix/news.list/BG_EXPERTS/style.css?16111502696414*/
/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.about_us{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-top: 30px;
	padding: 30px 92px 80px 173px;
	background-image: url("/local/templates/rielt2020/components/bitrix/news.list/BG_EXPERTS/images/back-b-experts.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.about_us__title{
	width: 80%;
    margin: 0 auto;
	position: relative;
	z-index: 2;
	font-weight: 600;
	font-size: 44px;
	margin-top: 47px;

}
.about_us__description{
	position: relative;
	z-index: 2;
	word-break: break-word;
	font-size: 20px;
	margin-top: 38px;
	line-height: 32px;
	color: #555555;
	margin-bottom: 20px;
	width: 80%;
    margin: 0 auto;
}
.about_us_info_container_mobile{
	display: none;
}
.about_us__logo_description{
	line-height: 24px;
	color: #555555;
}
.about_us__info{
	font-family: "WebnarW00-DemiBold",sans-serif;
	position: relative;
	z-index: 2;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 30px;
}
.about_us__info_item{
	border-radius: 8px;
	width: 18%;
	min-height: 240px;
	min-width: 200px;
	margin-top: 35px;
	margin-right: 10px;
	color: #ffffff;
	background-color: #3075a4d6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 35px 35px 20px;
}
.about_us__info_item__number{
	font-size: 32px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 1.2px;
	text-align: left;
	margin-bottom: 30px;
}
.about_us__info_item__target{
	font-size: 20px;
	margin-bottom: 10px;
}

.about_us_info_container{
	width: 50%;
	height: 320px;
	position: absolute;
	top: 10%;
	left: 50%;
}
.about_us__photoContainer{
	position: absolute;
	top: 0;
	right: 35%;
	z-index: 1;
	width: 300px;
	/*border-radius: 0 0 60% 60%;*/
}
.about_us__logo{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	max-width: 200px;
}
.about_us__logo_img{
	width: 100%;
	position: relative;
	right: 7px;
	margin-bottom: 24px;
}
.about_us__people_info{
	position: absolute;
	top: 80%;
	left: 9%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 230px;
	word-break: break-word;
	font-weight: bold;
}
.about_us__people_name{
	font-size: 20px;
}
.about_us__people_position{
	color: #555555;
	font-size: 15px;
}

.leadersLists{
	margin-top: 30px;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.leadersLists li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.imgContainerLeader{
	/*width: 55%;*/
}
.leaderName{
	font-size: 20px;
    font-weight: 600;
}
.leaderPosition{
    max-width: 50%;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}












@media (max-width: 1689px) {
	.about_us{
		padding-left: 30px;
		padding-right: 30px;
	}
	.about_us__photoContainer{
		left: 45%;
	}
}

@media (max-width: 1482px) {

	.about_us__title,.about_us__description{
		max-width: 100%;
	}
}

@media (max-width: 1000px) {
	.about_us_info_container{
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		margin: 35px 25px 0 25px;
	}
	.about_us{
		background: none;
		background: #ffffff;
	}
	.about_us__title, .about_us__description {
		max-width: 100%;
	}
	.about_us__info{
		margin-top: 0;
	}
	.about_us__logo{
		position: relative;
		top: 30px;
	}
	.about_us__photoContainer{
		display: inline-block;
		width: 25%;
		float: right;
		left: 100%;
		-webkit-transform: translate(-100%);
		-ms-transform: translate(-100%);
		transform: translate(-100%);

	}

	.about_us__people_info{
		position: unset;
		left: 0;
		top: 0;
		margin: 66px 0 10px auto;
	}

}

@media (max-width: 768px) {
	.about_us_info_container{
		display: none;
	}
	.leadersLists li{
		padding: 20px;
		border-radius: 7px;
	    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.52);
	}
	.leadersLists{
		grid-template-columns: 100%;
	}
	.about_us_info_container_mobile{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-top: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.about_us__photoContainer_mobile{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 49%;
	}
	.about_us__logo{
		width: 48%;
		padding: 20px;
		background-color: #f4f4f4;

	}
	.about_us__info{
		width: 1200px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.about_us__info--container{
		overflow: auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 371px){
	.about_us{
		padding-left: 15px;
		padding-right: 15px;
	}
	.about_us__info{
		width: 500px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.about_us__info_item__target{
		font-size: 14px;
	}
	.about_us__info_item__description{
		display: none;
	}
	.about_us__info_item{
		min-height:auto;
		min-width: auto;
		height: 100px;
		width: 100px;
	}
	.about_us__info_item__number{
		font-size: 28px;
		margin-bottom: 0;
	}
	.about_us__info_item{
		padding: 11px;
	}
	.about_us__title{
		margin-top: 10px;
	}
	.about_us__photo{
		width: 120px;
	}
	.about_us__people_name{
		font-size: 18px;
		margin-top: 11px;
	}
	.about_us__people_position{
		font-size: 16px;
		margin-top: 6px;
	}
	.about_us_info_container_mobile{
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.about_us__logo_img{
		width: 110px;
		right: 0;
		margin-bottom: 10px;
	}
	.about_us__logo{
		width: 160px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
/* End */
/* /local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/style.css?160136287037198 */
/* /local/templates/rielt2020/components/BG/catalog.smart.filter/NewMain/themes/blue/colors.min.css?15906918834373 */
/* /local/templates/rielt2020/components/bitrix/news.list/JK_lists/style.css?16183173514989 */
/* /local/templates/rielt2020/components/bitrix/form.result.new/WAITING_CALL/style.css?15936731714184 */
/* /bitrix/templates/.default/components/bitrix/news.list/BG_ARTICLES1/style.css?16183676732159 */
/* /local/templates/rielt2020/components/bitrix/form.result.new/FORM_SALE_FLATS/style.css?1593495766584 */
/* /local/templates/rielt2020/components/bitrix/news.list/BG_EXPERTS/style.css?16111502696414 */
