html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: initial;
    color: #5b5b5b;
}
*:focus {
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,html{
	background-size: cover;
	width: 100%;
	height: 100%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
body,html {
	overflow-x: hidden !important;
}
input,textarea,select{
	font-family: 'Open Sans', sans-serif;
}
img{
	width: 100%;
}
a{
	text-decoration: none;
}
.ibw {
	font-size: 0;
}
.ib {
	display: inline-block;
	vertical-align: top;
}
.fs {
	font: 12px/1.4 'Open Sans', sans-serif;
}
.fl-l{
	float: left;
}
.clear{
	clear: both;
}
.clearfix:after{
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
    font-size: 0;
	content: ".";
}
.hidden {
	display: none;
}
*[x-apple-data-detectors],
a[href^=tel] {
	color: inherit;
	cursor: pointer;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
/* hide uncompleted */
.header_buttons {
	/*display: none !important;*/
}
.header_menu {
	margin-left: 22% !important;
}
.search_result_map {
	display: none !important;
}
.temporary_logo {
    display: inline-block;
    width: 200px;
    position: absolute;
    top: 10px;
}
/* hide uncompleted */
.catalog_body .background_image {
	-webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
.background_image{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
}
.background_image[back-id='1']{
	background: url(../i/hmelj.jpg) no-repeat;
	background-size: cover;
}
.background_image[back-id='2']{
	background: url(../i/living_back.jpg) no-repeat;
	background-size: cover;
}
.background_image[back-id='3']{
	background: url(../i/top_back.jpg) no-repeat;
	background-size: cover;
}
.global-wrapper{
	min-height: 100%;
	margin-bottom: -75px;
	position: relative;
	font-size: 0;
	/*padding-bottom: 75px;*/
}
.global-wrapper:after{
	display: block;
	content: "";
	clear: both;
	padding-bottom: 75px;
}
.wrapper{
	max-width: 1006px;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
}
.header_buttons{
	margin-left: 0px;
	margin-top:50px;
	display: inline-block;
	position: absolute;
}
.white_border_btn{
	border: 2px solid white;
	border-radius: 3px;
	color: white;
	width: 156px;
	padding: 5px 0 7px;
	box-sizing:border-box;
	text-align: center;
	font-size: 10px;
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}
.white_border_btn:hover{
	background-color: rgba(255,255,255,0.1);
}
.blue_border_btn{
	position: relative;
	border: 2px solid #326e8c;
	border-radius: 3px;
	color: #326e8c;
	width: 156px;
	padding: 5px 0 7px;
	box-sizing:border-box;
	text-align: center;
	font-size: 10px;
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}
.blue_border_btn:hover{
	background-color: rgba(50,110,140,0.9);
	color: white;
}
.orange_btn{
	cursor: pointer;
	position: relative;
	border: 1px solid #ffa569 !important;
	background-color: #ff6600 !important;
	border-radius: 3px;
	color: white;
	width: 156px;
	padding: 5px 0 7px;
	box-sizing:border-box;
	text-align: center;
	font-size: 10px;
	display: block;
	font-weight: 600;
	z-index: 10;
}
.orange_btn--parent{
	position: relative;
	display: block;
}
.orange_btn--parent:before{
	display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border-radius: 3px;
    top: 3px;
    border: 1px solid #562200;
    background-color: #a14000;
}
.orange_btn:hover{
	background-color: #e25a00;
	border-color: #e58342;
}
.orange_btn--parent:after{
	display: block;
    content: "";
	background: url(../i/orange_btn_shadow.png) no-repeat;
    width: calc(100% + 3px);
    left: -2px;
    height: 20px;
    position: absolute;
    top: 20px;
    box-sizing: border-box;
    opacity: 0.7;
    cursor: default;
}
.orange_btn--parent:active .orange_btn{
	top: 2px;
}
.orange_btn--parent:active:after{
    top: 18px;
}
.tellink {
	cursor: pointer;
}
.header{
	position: relative;
	height: 119px;
}
.header_menu{
	z-index: 2000;
	display: inline-block;
	position: absolute;
	text-align: justify;
	width: 60.4%;
	margin: 0;
	padding: 0;
	margin-left: 6.4%;
	color: white;
}

.header_menu a {
	color: white;
	text-shadow: 0 0 10px black;
}
.header_menu:before{
    content: '';
    display: block;
    width: 100%;
}
.header_menu:after{
    content: '';
    display: inline-block;
    width: 100%;
}
.header_menu_item{
	box-sizing:border-box;
	border: 2px solid transparent;
    border-top: 0;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: white;
	display: inline-block;
	text-transform: uppercase;
	padding: 32px 29px 15px;
}
.header_menu_item:hover{
	color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgba(0,0,0,0.257);
    border-color: white;
}
.header_menu_item:hover a {
	color: white;
}
.header_menu_item_separator{
	display: inline-block;
	background-color: #326e8c;
	height: 2px;
	width: 9px;
	position: relative;
	top: 2.4em;
	margin: 0 12px;
}
.header_feedback{
	position: absolute;
	right: 0px;
	top: 19px;
}
.header_feedback_phone{
	color: white !important;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
.header_feedback_phone_inner{
	color: white;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #326e8c;
}
.header_submenu{
	display: none;
	padding: 10px 0 0;
	box-sizing:border-box;
}
.header_menu_item:hover .header_submenu{
	display: block;
}
.header_submenu_item{
	padding-bottom: 15px;
	display: block;
	line-height: 14px;
	text-transform: none;
	font-size: 11px;
	width: 98px;
	color: white;
	padding-bottom: 5px;
}
.header_submenu_item:hover{
	text-decoration: underline;
}
.main_tabs{
	position: relative;
	margin-left: 36px;
	height: 66px;
}
.innerpage_tabs{
	margin-left: 0;
}
.main_tabs_item{
	position: relative;
	z-index: 100;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align: center;
	border:2px solid rgb(255,255,255);
	background-color: rgba(255, 255, 255, 0.95);
	font-size: 14px;
	font-weight: 600;
	color: #326e8c;
	display: inline-block;
	width: 305px;
	text-transform: uppercase;
	padding: 17px 0 22px;
	margin-right: 20px;
	box-sizing:border-box;
	-webkit-transition: padding 0.3s 0.3s;
	-o-transition: padding 0.3s 0.3s;
	transition: padding 0.3s 0.3s;
	border-bottom-color: transparent;
}
.main_tabs_item span,
.main_tabs_item b,
.main_tabs_item i{
	color: inherit;
}
.main_tabs_item i{
	display: none;
}
.main_tabs_item--active{
	background-color: rgba(0,0,0,0.257);
	color: white;
	padding-top: 26px;
	position: relative;
	border-bottom: 2px solid transparent;
	-webkit-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}
.innerpage_tabs .main_tabs_item--active{
	background-color:rgba(0,0,0,.3);
}
.innerpage_tabs .main_tabs_item--active:before,
.innerpage_tabs .main_tabs_item--active:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 3000px;
	bottom: -2px;
	background: white;
}
.innerpage_tabs .main_tabs_item--active:before {
	left: -2px;
    -ms-transform: translateX(-100%);
   	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.innerpage_tabs .main_tabs_item--active:after {
	right: -2px;
    -ms-transform: translateX(100%);
   	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.content {
	 /* Height of the footer element */
}
.main-content{
	width: 107.1%;
	margin-left: -36px;
	position: relative;
}
.main-content .cart{
	right: 35px;
}
.absolute_form_wrapper,
.main_content {
	position: relative;
	color: white;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: rgba(0,0,0,0.257);
	border: 2px solid white;
    padding: 72px 49px 72px 54px;
    box-sizing:border-box;
    margin-bottom: -2px;
   	border-top: 0;
}
.absolute_form_wrapper {
	background: none;
    border-radius: 0;
    border: none;
    position: absolute;
    z-index: 99;
    top: 68px;
    bottom: 0;
    left: 0;
    right: 0;
}
.absolute_form_wrapper form.filter_form {
	margin-top: -20px;
}
.absolute_form_wrapper .main_content_rightblock {
    height: 400px;
	position: relative;
}
.form_dummy {
	height: 330px;
}
.main_content .main_content_logo{
	width: 138px;
	height: 79px;
	display: block;
	overflow: hidden;
	position: relative;
}
.main_content .main_content_logo:hover img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_content h1{
	color: #fff;
	padding-top: 15px;
	font-size: 54px;
	line-height: 54px;
	font-weight: 900;
	text-transform: uppercase;
}
.main_content_leftline{
	position: absolute;
	background: white;
	height: 2px;
	width: 34px;
	left: 0;
	top: 0;
	border-bottom-right-radius: 3px;
}
.main_content_rightline{
	position: absolute;
	background: white;
	height: 2px;
	width: 733px;
	right: 0;
	top: 0;
	border-bottom-left-radius: 3px;
}
.main_content[tab-id='2'] .main_content_leftline{
	width: 363px;
}
.main_content[tab-id='2'] .main_content_rightline{
	width: 404px;
}
.main_content[tab-id='3'] .main_content_leftline{
	width: 692px;
}
.main_content[tab-id='3'] .main_content_rightline{
	width: 76px;
}
.main_content_leftblock{
	vertical-align: top;
	width: 56%;
	display: inline-block;
	position: relative;
}
.main_content_rightblock{
	vertical-align: top;
	position: relative;
	width: 43%;
	display: inline-block;
}
.bracket{
	position: absolute;
	top: 0;
	width: 11px;
	height: 100%;
	box-sizing:border-box;
}
.left_bracket{
	border: 2px solid white;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: 0;
	left: 0;
}
.right_bracket{
	border: 2px solid white;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-left: 0;
	right: 0;
}
.main_slider_block{
	padding: 0 29px 15px 41px;
	color: #fff;
}
#banner-fade .bjqs-slide img{
	width: 55% !important;
	margin-right: 6.4%;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
}
#banner-fade .bjqs-slide .slider_text{
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
#banner-fade ol.bjqs-markers li a{
	color: white;
    padding: 0 5px;
    font-size: 11px;
}
#banner-fade ol.bjqs-markers li.active-marker a{
	color: white;
	font-weight: 600;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);

}
#banner-fade .bjqs-controls{
	position: relative;
	width: 55%;
	margin-top: 41px;
}
#banner-fade .bjqs-markers{
	width: 55%;
	margin-top: 47px;
}
.slider {
	max-height: 400px;
}
.slider .slick-slide {
	position: relative;
	max-height: 400px;
}
.slider_text{
	width: 100%;
}
.slider_text_title{
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}
.slider_text_option{
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 9px;
}
.slider_text_square{
	color: #fff;
	font-size: 14px;
	padding-bottom: 9px;
}
.slider_text_square span{
	color: #fff;
	font-size: 23px;
	font-weight: 700;
}
.slider_text_square sup{
	color: #fff;
	vertical-align: super;
	font-size: 9px;
}
.slider_text_option_multiline{
	color: #fff;
	float: left;
	vertical-align: top;
}
.slider_text_option span{
	color: #fff;
	font-weight: 700;
}
.slider_text_option span:after{
	content: "|";
	display: inline-block;
	color: #fff;
	padding: 0 3px;
}
.slider_text_price{
	color: #fff;
	font-weight: 700;
	display: block;
	font-size: 23px;
}
/*.slider_text_price span:after{
	color: #fff;
	content: "|";
	display: inline-block;
	padding: 0 3px;
}*/
.slider_text_price span:not(.price_holder) {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
    padding-bottom: 6px;
}
.slider_text_price .price_holder {
	color: white;
}
#banner-fade {
	padding-top: 30px;
}
.fotorama__html {
	position: relative;
}
.fotorama_pad {
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding: .5em 2em;
}
.fotorama__dot {
	box-sizing: content-box;
	border-color: white !important;
}
.fotorama_link {
	color: white;
	display: block;
	margin-top: 1em;
	font-size: 11px;
	text-decoration: underline;
}
.nav_arrow-left{
	cursor: pointer;
	width: 9px;
	height: 15px;
	background: url(../i/arrows.png);
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.nav_arrow-right{
	cursor: pointer;
	width: 9px;
	height: 15px;
	background: url(../i/arrows.png) -9px 0;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.blue_btn{
	cursor: pointer;
	position: relative;
	border: 1px solid #427fa1;
	background-color: #31779a;
	border-radius: 3px;
	color: white;
	width: 100%;
	padding: 6px 0 8px;
	box-sizing:border-box;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	z-index: 10;
}
#reset_search_button {
	background: none;
	border: none;
	text-transform: none;
	text-decoration: underline;
}
#reset_search_button:before,
#reset_search_button:after {
	content: none;
	display: none;
}
.blue_btn--parent{
	position: relative;
	display: block;
	width: 129px;
}
.blue_btn--parent:before{
	display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    border-radius: 3px;
    top: 3px;
    border: 1px solid #0e3f57;
    background-color: #17455c;
}
.blue_btn:hover{
	background-color: #2b6887;
	border-color: #3b718f;
}
.blue_btn--parent:after{
	display: block;
    content: "";
	background: url(../i/orange_btn_shadow.png) bottom no-repeat;
    width: 100%;
    left: 0px;
    height: 20px;
    position: absolute;
    top: 20px;
    box-sizing: border-box;
    opacity: 0.7;
    cursor: default;
    background-size: cover;
}
.blue_btn--parent:active .blue_btn{
	top: 2px;
}
.blue_btn--parent:active:after{
    top: 18px;
}
.look_all{
	right: 41px;
	position: absolute;
	left: auto;
	bottom: -45px;
}
.real_property_types{
	position: absolute;
	left: 41px;
	top: -12px;
}
.search_selection_cross{
	width: 10px;
	height: 10px;
	position: absolute;
	right: 11px;
	top: 11px;
	cursor: pointer;
	display: none;
}
.search_result_item:hover .search_selection_cross{
	display: block;
}
.search_selection_cross:hover{
	opacity: 0.7;
}
.main_content[tab-id='1'] .real_property_types,
.main_content[tab-id='2'] .real_property_types{
    left: 89px;
}
.real_property_type{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 0 6px;
	color: #fff;
	cursor: pointer;
	line-height: 23px;
	vertical-align: top;
	max-width: 211px;
}
.real_property_type span{
	color: #fff;
	display: none;
}
.real_property_type--active{
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
    margin-top: -4px;
}
.footer {
	background:#326e8c;
	width:100%;
	height:75px;
	position:relative;
	bottom:0;
	left:0;
}
.footer_wrapper{
	width: 917px;
	margin: 0 auto;
}
.footer_logo{
	width: 250px;
	display: inline-block;
	padding-top: 20px;
	vertical-align: top;
}
.footer_address{
	width: 238px;
    display: inline-block;
    font-size: 9px;
    color: white;
    line-height: 12px;
    vertical-align: bottom;
    margin-left: 11px;
    margin-top: 5px;
}
.footer_partners{
	height: 33px;
	display: inline-block;
    vertical-align: top;
    margin-top: 23px;
	margin-left: 15px;
}
.footer_partner_item{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.footer_partner_item img{
	width: auto;
	height: 100%;
}
.footer_socials{
	display: inline-block;
    vertical-align: top;
    margin-top: 28px;
	height: 27px;
	margin-left: 3px;
    padding-bottom: 3px;
}
.footer_socials a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.footer_socials img{
	width: auto;
	height: 100%;
}
.header_callBlock{
	display: none;
	width: 230px;
	min-height: 156px;
	background: white;
	border-radius: 3px;
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	top: 26px;
	z-index: 3000;
}
.main_content[tab-id='1'] .main_slider_block,
.main_content[tab-id='2'] .main_slider_block{
	padding-left: 40px;
	padding-right: 40px;
}
.main_content .dd-select{
	border-radius: 2px;
	border:2px solid #fff;
	background: transparent !important;
}
.main_content .dd-options {
	width: 101% !important;
    border: solid 2px #fff;
    border-top: none;
    list-style: none;
    box-shadow: none;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -11px;
}
.main_content .dd-container,
.main_content .dd-select{
	width: calc(100% - 1px) !important;
	margin-bottom: 11px;
}
.main_content .dd-pointer{
	width: 12px;
	height: 7px;
	background: url(../i/arrows-v.png) 0 -7px;
}
.main_content .dd-selected{
	font-weight: 400;
    padding: 5px 8px 6px;
    font-size: 10px;
}
.main_content .dd-selected label{
	color: #fff;
}
.main_content .dd-pointer-up {
	background: url(../i/arrows-v.png);
    border: none !important;
    margin-top: -6px;
}
.main_content .dd-pointer-down {
    border: none !important;
    margin: -3px 0 0 0;
}
.main_content .dd-options li:first-child{
	display: none;
}
.input_range{
	margin-bottom: 11px;
}

.input_range_separator{
	width: 8px;
	height: 2px;
	vertical-align: middle;
	margin: 0 1px;
	background: white;
	display: inline-block;
	color: white;
}
.find_immovables{
	width: 100%;
	margin-top: 11px;
}
.find_immovables .blue_btn{
	width: 100%;
}
.find_immovables:after {
    background: url(../i/orange_btn_shadow.png) bottom no-repeat;
    background-size: cover;
 }
 .living_underlay{
 	/*border-top: 2px solid white;*/
 	background: rgba(0,0,0,.3);
 	position: relative;
 	/*margin-top: -2px;*/
 	font-size: 12px;
 }
.whitepage .living_underlay{
	background: #326e8c;
}
.inner_content{
	position: relative;
	padding: 36px 20px;
}
.inner_content .main_content_logo{
	width: 138px;
	height: 79px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.inner_content .main_content_logo:hover img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.inner_content h1{
	padding-top: 15px;
	font-size: 54px;
	line-height: 54px;
	font-weight: 900;
}
.selection_variants{
	float: left;
	margin-left: 27px;
	width: 301px;
	margin-top: -6px;
}
.content_header {
	width: auto;
	margin-top: 0;
	padding: 11px 0;
}
.selection_variants_top{
	float: left;
	margin: -2px 0 0 36px;
	width: 759px;
}
.selection_variants h1{
	padding-top: 0;
	color: #fff;
	font-size: 54px;
	margin-top: -5px;
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 8px;
}
.selection_variants_top h1{
	padding-top: 0;
	color: #fff;
	font-size: 45px;
	margin-top: -5px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 8px;
}
.selection_variants h2{
	display: block;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
}
.under_selection{
	display: block;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	margin-left: 17px;
	line-height: 32px;
}
.living_searchblock .dd-select{
	border-radius: 2px;
	border:2px solid #fff;
	background: transparent !important;
}
.living_searchblock .dd-options {
	width: 100% !important;
    top: 24px;
    border: solid 2px #fff;
    border-top: none;
    list-style: none;
    box-shadow: none;
    display: none;
    position: absolute;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.living_searchblock .dd-container,
.living_searchblock .dd-select{
	width: 100% !important;
	margin-bottom: 11px;
}
.living_searchblock .dd-pointer{
	width: 12px;
	height: 7px;
	background: url(../i/arrows-v.png) 0 -7px;
}
.living_searchblock .dd-selected{
	font-weight: 400;
    padding: 5px 8px 6px;
    font-size: 10px;
}
.living_searchblock .dd-selected label{
	color: white;
}
.living_searchblock .dd-pointer-up {
	background: url(../i/arrows-v.png);
    border: none !important;
    margin-top: -6px;
}
.living_searchblock .dd-pointer-down {
    border: none !important;
    margin: -3px 0 0 0;
}
.living_searchblock .dd-options li:first-child{
	display: none;
}
.living_searchblock form{
	float: left;
	margin-top: -6px;
}
.living_searchblock{
	color: white;
	position: relative;
}
.living_searchblock .input_range{
	margin-top: 0;
	margin-bottom: 11px;
}
.living_searchblock .fl-l:not(:last-child){
	margin-right: 38px;
}
.header_price_wrapper {
	position: relative;
    top: 59px;
}
.header_price_wrapper_pre {
	color: white;
	font-size: 20px;
}
.header_price_digits {
	color: white;
	font-size: 40px;
	font-weight: 700;
}
.header_price_digits .price_holder {
	color: white;
}
.search_results_underlay{
	background: rgba(0,0,0,.3);
}
.search_results{
	padding-top: 23px;
	text-align: center;
}
.search_result_item{
	text-align: left;
	width: calc(25% - 11px);
	height: 287px;
	border-radius: 2px;
	background: white;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	box-sizing:border-box;
	padding: 27px 23px 31px;
	position: relative;
}
.search_result_image{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 133px;
	border-radius: 3px;
}
.search_result_image img{
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.search_result_item h2,
.entity_close_slider_item h4{
	color: #5a5a5a;
	font-size: 12px;
	font-weight: 700;
}
.search_result_item h3{
	color: #5a5a5a;
	font-size: 10px;
	padding: 5px 0 7px;
	line-height: 11px;
}
.search_result_item p{
	color: #5a5a5a;
	font-weight: 700;
	padding: 11px 0 0;
	font-size: 17px;
}
.search_result_item p span.square{
	font-size: 15px;
	font-weight: 400;
}
.search_result_item p span sup{
	vertical-align: super;
	font-size: 9px;
}
.search_result_top:before{
	position: absolute;
	content: "";
	display: block;
	left: 0px;
	top: 77px;
	height: 53px;
	width: 44px;
	background: url(../i/search_top.png) no-repeat;
	z-index: 200;
}
.search_result_top.search_result_entity:before{
	left: -3px;
	top: 2px;
}
.search_result_item p .search_result_price{
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
}
.price_holder:after {
	content: '\f158';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 0.5em;
}
.search_result_hidden_block{
	width: 100%;
	position: absolute;
	left: 0;
	top: 75px;
	height: 0;
	overflow: hidden;
	background: white;
	z-index: 300;
	opacity: 0;
	box-sizing:border-box;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;

}
.search_result_item:hover .search_result_hidden_block{
	opacity: 1;
	padding: 23px 23px 11px;
	height: 188px;
	overflow: inherit;
}
.search_result_hidden_item{
	line-height: 26px;
	padding-left: 40px;
	display: block;
	height: 26px;
	text-decoration: none;
	color: #80a9be;
	text-transform: lowercase;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 8px;
	cursor: pointer;
}
.popup_info .search_result_hidden_item{
	margin-bottom: 11px;
}
.search_result_hidden_item:hover{
	text-decoration: underline;
	color: #ff6600;
}
.search_result_cart:after{
	background: url(../i/cart_orange.png) no-repeat;
	width: 27px;
	height: 26px;
	position: absolute;
	right: 4px;
	top:4px;
	display: block;
	content: "";
}
.search_result_cart .search_result_removeFromCart{
	display: block;
}
.search_result_cart .search_result_addToCart{
	display: none;
}
.search_result_addToCart{
	/*background: url(../i/search_cart.png) no-repeat;*/
	background: no-repeat;
}
.search_result_removeFromCart{
	display: none;
}
.search_result_removeFromCart,
.search_result_compare,
.search_result_addToCart,
.search_result_manager,
.search_result_more,
.search_result_map {
	position: relative;
}
.search_result_removeFromCart:before,
.search_result_compare:before,
.search_result_addToCart:before,
.search_result_manager:before,
.search_result_more:before,
.search_result_map:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 27px;
	height: 26px;
	background: url(../i/icons_sprite.png) no-repeat;
}
.search_result_addToCart:before {
    background-position: -81px 0px;
}
.search_result_manager:before {
	background-position: -54px 0px;
}
.search_result_more:before {
	background-position: 0px 0px;
}
.search_result_map:before {
	background-position: -27px 0px;
}
.search_result_compare:before {
	background-position: -108px 0px;
}
.search_result_removeFromCart:before {
	background-position: -135px 0px;
}
.search_result_addToCart:hover:before {
    background-position: -81px -26px;
}
.search_result_manager:hover:before {
	background-position: -54px -26px;
}
.search_result_more:hover:before {
	background-position: 0px -26px;
}
.search_result_map:hover:before {
	background-position: -27px -26px;
}
.search_result_compare:hover:before {
	background-position: -108px -26px;
}
.search_result_removeFromCart:hover:before {
	background-position: -135px -26px;
}
.search_result_item_header {
	min-height: 60px;
}
.search_result_item_city,
.search_result_item_street,
.search_result_item_house {
	display: inline-block;
}
.catalog_object_list .inner_content {
	padding: 36px 20px 0;
}
.order_to_show_top{
	position: absolute;
	right: 0px;
	top: 24px;
}
.compare_print{
	width: 26px;
	height: 28px;
	position: absolute;
	right: 176px;
	top: 24px;
	cursor: pointer;
}
.entity_print{
	width: 26px;
	height: 28px;
	position: absolute;
	right: 21px;
	top: 24px;
	cursor: pointer;
	z-index: 100;
}
.entity_cart, .entity_cartDel{
	width: 26px;
	height: 27px;
	position: absolute;
	right: 63px;
	top: 26px;
	cursor: pointer;
	z-index: 100;
}
.compare_print:hover,
.entity_cart:hover,
.entity_cartDel:hover,
.entity_print:hover{
	opacity: 0.7;
}

.cart{
	background: url(../i/cart.png) no-repeat;
	position: absolute;
	display: block;
	width: 41px;
	height: 35px;
	right: 5px;
	top: 16px;
	cursor: pointer;
}
.cart_count{
	background: #ff6600;
	width: 14px;
	height: 14px;
	border:1px solid #fff;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: -8px;
	right: -8px;
	font-weight: 600;
	font-size: 8px;
	text-align: center;
	box-sizing:border-box;
    padding-top: 2px;
}
.cart .popup_cart{
	position: absolute;
	top: 2px;
	right: 2px;
	left:auto;
	box-shadow: 0 1px 1px rgba(0,0,0,.33);
}
.search_result_entity{
	padding: 8px;
	position: relative;
}
.inlineBox{
    word-spacing: -.36em;
    -webkit-display: table;
    text-align: center;
}
.inlineBox_item{
    display : inline-block;
    word-spacing: normal;
    vertical-align: top;
    text-align: left;
}
.map_top{
	width: 75px;
	height: 75px;
	position: fixed;
	top: 50%;
	left: 5%;
	border-radius: 75px;
	z-index: 90000;
	opacity: .5;
	background: url(../i/arrow_map.png) no-repeat center,#326e8c;
	-webkit-transition: opacity .3s;
	/* Слава Украине! */
	-o-transition: opacity .3s;
	transition: opacity .3s;
	cursor: pointer;
}
.map_top:hover{
	opacity: .8;
}
.map_radius{
	position: relative;
	background: white;
	border-radius: 6px;
	border-right: 3px solid #326e8c;
	border-left: 3px solid #326e8c;
	color: #326e8c;
	font-weight: 500;
	font-size: 11px;
	padding: 8px;
	width: 150px;
}
.map_radius_cross{
	position: absolute;
	right: 8px;
	width: 9px;
	top: -14px;
	cursor: pointer;
}
.map_radius p,
.map_radius input{
	color: inherit;
	display: inline-block;

}
.map_radius input{
	border:0;
	width: 23px;
	border-bottom: 1px solid #326e8c;
	background: transparent;
	font-size: 12px;
	text-align: center;
}
.map_radius input[type='button']{
	background: #326e8c;
	border-bottom: 0;
	line-height: 23px;
	color: white;
	display: block;
	width: auto;
	cursor: pointer;
	margin: 0 auto;
	border-radius: 2px;
	margin-top: 11px;
}
.search_result_entity_block{
	width: calc(50% - 24px);
	margin: 12px;
	height: 329px;
}
#entity_manager {
	height: auto;
}
#entity_details {
	position: relative;
}
@media screen and (min-width: 1020px) {
	#entity_details {
		height: 271px;
	}
	#entity_details_wrapper{
		height: auto;
	}
}
#entity_details_wrapper {
	border: none;
	background: white;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.result_entity_info{
	box-sizing:border-box;
	padding: 28px 28px 20px;
}
.result_entity_info strong {
	font-weight: bolder;
}
.bordered_box {
	border:2px solid #e3e3e3;
	border-radius: 3px;
}
.result_entity_info_col {
	padding: 4px 0;
	width: 100%; /* 50% */
}
.result_entity_info_col_def {
	width: 90px;
	padding-right: 4px;
	border-right: 1px solid rgb(91, 91, 91);
	font-size: 10px;
	font-weight: bold;
}
.result_entity_info_col_des {
	padding-left: 8px;
	font-size: 10px;
/*    width: 80px;*/
    position: relative;
}
.result_entity_info_col_des_tip {
    text-overflow: ellipsis;
    overflow: hidden;
/*    width: 80px;*/
}
.result_entity_info_col_des_tip:hover {
	width: auto;
	background: white;
	position: absolute;
	padding-right: 4px;
	box-shadow: 0 0 4px white;
}
.details_wrapper {
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
}
.details_item,
.details_item:after {
	display: inline-block;
}
.details_item:after {
	content: ',';
}
.details_item:last-child:after {
	content: '.';
}
.result_entity_info table.lines {
	float: none;
	margin-bottom: 1em;
}
.result_entity_info table.lines td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: .5em;
}
.result_entity_info table.lines td strong {
	font-weight: bolder;
}
.result_entity_info table{
	float: left;
	margin-right: 52px;
	font-size: 10px;
}
.result_entity_info table:nth-child(2n+2){
	margin-right: 0px;
}
.result_entity_info table td{
	position: relative;
	padding-bottom: 8px;
	padding-right: 4px;
}
.result_entity_info table td .blue_border_btn{
	position: absolute;
	right: 44px;
}
.result_entity_info table td .file{
	padding-bottom: 15px;
}
.result_entity_info table td .file label{
	cursor: pointer;
}
.result_entity_info table td .file input{
	display: none;
}
.result_entity_info table td b{
	font-weight: 700;
}
.result_entity_info p{
	padding-top: 8px;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
}
.entity_price_square{
	font-weight: 700;
}
.entity_price_all{
	font-weight: 700;
	font-size: 18px;
}
.result_entity_manager{
	position: relative;
}
.result_entity_manager_photo{
	width: 82px;
	height: 82px;
	float: left;
}
.result_entity_manager_photo img{
	border-radius: 4px;
	border: 2px solid #e3e3e3;
	box-sizing:border-box;
}
.result_entity_manager table{
	font-size: 10px;
	max-width: 158px;
	margin: 0 0 0 26px;
	float: left;
	width: 156px;
}
.result_entity_manager table td{
	color: #fff;
	padding-bottom: 8px;
	padding-right: 4px;
}
.separated:before{
	display: block;
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
}
.separated{
	position: relative;
	padding-left: 11px;
}
.resunt_entity_manager_buttons{
	position: relative;
	float: left;
	margin: 0 0 0 24px;
}
.resunt_entity_manager_buttons>div{
	margin-bottom: 11px;
	cursor: pointer;
}
.search_result_entity_block .slick-prev{
	left: 0;
	display: block;
	width: 55px;
	background: url(../i/arrows-entity.png) -55px 0 no-repeat;
	height: 112px;
	z-index: 200;
	top: calc(50% - 48px);
}
.search_result_entity_block .slick-prev:before,
.search_result_entity_block .slick-next:before{
	content: "";
}
.search_result_entity_block .slick-next{
	right: 0;
	display: block;
	width: 55px;
	background: url(../i/arrows-entity.png) no-repeat;
	height: 112px;
	z-index: 200;
	top: calc(50% - 48px);
}
.entity_close h2{
	color: #326e8c;
	font-size: 26px;
	font-weight: 700;
}
.entity_close_slider{
	padding: 30px 0 38px;
}
.entity_close_slider.slick-slider .entity_close_slider_item {
	margin: 0 5px;
}
.entity_close_slider_item h3{
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 8px;
}
.entity_close_slider_item p{
	font-size: 10px;
	margin-bottom: 11px;
}
.entity_close_slider_item p b{
	display: inline-block;
	font-weight: 700;
	vertical-align: top;
}
.entity_close_slider_item p span{
	position: relative;
	padding-left: 11px;
	font-weight: 400;
	vertical-align: top;
	display: inline-block;
}
.entity_close_slider_item p span:before{
	display: block;
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
}
.entity_close_slider{
	width: 800px;
	position: relative;
	color: #5b5b5b;
	margin: 0 auto;
}
.entity_close_slider_item{
	position: relative;
	max-height: 286px;
	width: calc(33% - 5px);
	margin-right: 10px;
	padding: 26px 23px;
	box-sizing:border-box;
	background: white;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	border-radius: 4px;
}
.entity_close_slider_item:hover .search_result_hidden_block{
	opacity: 1;
}
.entity_close_slider_item_price{
	padding-top: 13px;
	font-size: 17px;
	font-weight: 700;
}
.entity_close_slider_item_price span{
	font-size: 10px;
}
.entity_close_slider_item_price span sup{
	vertical-align: super;
	font-size: 8px;
}
.entity_close_slider .slick-prev{
	left: -75px;
	display: block;
	width: 21px;
	background: url(../i/arrows-blue.png)no-repeat;
	height: 112px;
	z-index: 200;
	top: calc(50% - 44px);
}
.entity_close_slider .slick-prev:before,
.entity_close_slider .slick-next:before{
	content: "";
}
.entity_close_slider .slick-next{
	right: -75px;
	display: block;
	width: 21px;
	background: url(../i/arrows-blue.png) -21px 0  no-repeat;
	height: 112px;
	z-index: 200;
	top: calc(50% - 44px);
}
 .search_underlay {
 	background: rgba(0,0,0,.3);
 }
.search{
	padding: 38px 16px 55px 115px;
	color: #5a5a5a;
}
.search .search_leftblock{
	width: 323px;
	float: left;
	font-size: 10px;
}
.search_header h1{
	width: 583px;
	float: left;
	margin-left: 58px;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: -8px;
	color: white;
}
.search_leftblock form{
	margin: 8px 0;
}/*
.search_leftblock form input{
	width: 195px;
	height: 23px;
	padding: 2px 5px;
	box-sizing:border-box;
	border: 2px solid #326e8c;
	border-radius: 3px;
	float: left;
}
.search_leftblock form label{
	color: #5a5a5a;
	font-size: 10px;
	margin-left: 11px;
	float: left;
	font-weight: 700;
	width: 117px;
}*/
.base_deal {
	margin-left: 1em;
}
.search_field{
	margin-bottom: 10px;
}
.search_field_header{
	margin-top: 17px;
	font-size: 11px;
	font-weight: 700;
	color: #326e8c;
	margin-bottom: 8px;
}
.search_leftblock form .blue_btn--parent{
	width: 195px;
}
.search_leftblock form .blue_btn{
	width: 195px;
}
.search_leftblock form .blue_btn--parent:after{
	background: url(../i/orange_btn_shadow.png) bottom no-repeat;
	background-size: cover;
}
.search_leftblock .search_failed{
	background: url(../i/search_failed.png) no-repeat;
    padding: 2px 0 3px 31px;
	font-size: 8px;
	font-weight: 600;
	margin: 15px 0 8px;
}
.search_leftblock .search_same-requests li{
	color: white;
	font-size: 11px;
}
.search_leftblock .search_same-requests span#countObjects{
	margin: 0 .4em;
	color: #f60;
}
.search_leftblock .search_same-requests span{
	font-size: 23px;
	font-weight: 800;
	color: #fff;
}
.search_leftblock>p,
.search_rightblock>p{
	color: white;
	font-size: 11px;
	padding-bottom: 8px;
	line-height: 14px;
}
.search_rightblock>p{
	width: 361px;
}
.search_rightblock{
	float: left;
	margin-left: 56px;
	width: 492px;
}
.search_rightblock .search_step{
	padding-left: 109px;
    margin-top: 19px;
    min-height: 55px;
}
.search_step h3{
	font-size: 15px;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}
.search_step p{
	color: white;
	font-size: 11px;
	line-height: 14px;
}
.search_step.firststep{
	background: url(../i/1step.png) no-repeat;
}
.search_step.secondstep{
	background: url(../i/2step.png) no-repeat;
}
.search_step.thirdstep{
	background: url(../i/3step.png) no-repeat;
}
.baza_doc_link i {
	color: white;
}
.baza_doc_link li {
	margin: 3px 0;
}
.baza_doc_link a {
	font-size: 11px;
	color: white;
	text-decoration: underline;
}
.search_step .blue_btn--parent{
	float: right;
	margin-top: 8px;
	width: 188px;
}
.search_step ol { counter-reset: item; }
.search_step ol li {
	display: block;
	font-size: 11px;
	line-height: 14px;
}
.search_step ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #0e6286;
    font-weight: 700;
}
.manager_underlay {
	background: rgba(0,0,0,.3);
}
.manager_variants{
	width: 459px;
}
.manager_entity_slider{
	background: white;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	width: 800px;
	padding: 1em;
	margin: 0 auto 30px;
	color: #5b5b5b;
}
.manager_entity .entity_close h2 {
	text-align: center;
	color: white;
}
.manager_entity_slider .slick-prev{
	left: -75px;
	display: block;
	width: 21px;
	background: url(../i/arrows-blue.png)no-repeat;
	height: 112px;
	z-index: 200;
	top: calc(50% - 44px);
}
.manager_entity_slider .slick-prev:before,
.manager_entity_slider .slick-next:before{
	content: "";
}
.manager_entity_slider .slick-next{
	right: -75px;
	display: block;
	width: 21px;
	background: url(../i/arrows-blue.png) -21px 0  no-repeat;
	height: 112px;
	z-index: 200;
	top: calc(50% - 56px);
}
.manager_entity_photo{
	float: left;
	width: 136px;
	height: 136px;
	overflow: hidden;
	border-radius: 4px;
	margin-right: 34px;
}
.manager_entity_info{
	float: left;
	width: 226px;
}
.manager_entity_name{
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 12px;
}
.manager_entity_slider_item table{
	margin-right: 52px;
	font-size: 10px;
	color: #5b5b5b;
}
.manager_entity_slider_item table:nth-child(2n+2){
	margin-right: 0px;
}
.manager_entity_slider_item table td{
	padding-bottom: 9px;
	padding-right: 4px;
}
.manager_entity_slider_item table td b{
	font-weight: 700;
}
.manager_entity_slider_item p{
	padding-top: 8px;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
}
.manager_entity_progress{
	padding-top: 10px;
    font-size: 21px;
    font-weight: 700;
}
.manager_entity_progress_item{
	float: left;
	margin-right: 6px;
}
.manager_entity_progress_item:not(:last-child){
	border-right: 2px solid #5a5a5a;
}
.manager_entity_progress span{
	display: inline-block;
	vertical-align: top;
}
.manager_entity_progress p{
	display: inline-block;
    max-width: 64px;
    line-height: 11px;
    font-size: 11px;
    vertical-align: top;
    font-weight: 700;
    padding-top: 0;
}
.manager_entity_addition{
	margin-left: 398px;
	position: relative;
}
.manager_entity_addition .signup_show{
/*	height: auto;
	right: auto;
	top: auto;
	bottom: -118px;
	left: -74px;*/
}
.manager_entity_addition .signup_book_form{
/*	height: auto;
	right: auto;
	top: auto;
	bottom: -231px;
	left: 89px;*/
}
.manager_entity_addition p{
	padding-bottom: 10px;
	line-height: 13px;
	padding-top: 0px;
}
.manager_entity_addition .blue_border_btn{
	float: left;
	cursor: pointer;
}
.manager_entity_addition .blue_border_btn:nth-child(2){
	margin-right: 8px;
}
.map_header{
	float: left;
	margin-left: 53px;
}
.map_header_block{
	width: 211px;
	float: left;
}
.map_header h2{
	font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 11px;
}
.map_icon{
	background: url(../i/map-marker.png) no-repeat;
	text-align: center;
	font-size: 23px;
	color: #0e6286;
	font-weight: 900;
}
.map_icon .popup_cart{
	left: 44px;
	top: 2px;
}
.leaflet-div-icon{
	background: none !important;
	border:0 !important;
}
.zindexMaster{
	z-index: 9999999!important;
}
.popup_cart{
	display: none;
	height: 330px;
	width: 223px;
	background: white;
	z-index: 5000;
	position: absolute;
	padding: 15px 2px;
	box-sizing:border-box;
}
.popup_cart_cross{
	background: #ff6600;
    width: 14px;
    height: 14px;
    border-radius: 23px;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    font-weight: 600;
    padding-top: 1px;
    font-size: 10px;
    text-align: center;
    border: 1px solid white;
    box-sizing: border-box;
    z-index: 5500;
    cursor: pointer;
}
.popup_cart_leftBracket{
	height: calc(100% + 5px);
	left: -2px;
	top: -2px;
	width: 8px;
	position: absolute;
	box-sizing:border-box;
	border: 5px solid #0e6286;
	border-right: 0;
}
.popup_cart_rightBracket{
	height: calc(100% + 5px);
	right: -2px;
	top: -2px;
	width: 8px;
	position: absolute;
	box-sizing:border-box;
	border: 5px solid #0e6286;
	border-left: 0;
}
.popup_cart_header{
	font-size: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #326e8c;
	font-weight: 600;
}
.popup_cart_body{
	margin: 15px 2px;
	box-sizing:border-box;
	height: 227px;
	font-size: 10px;
	color: #626262;
}
.popup_cart_body .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}
.popup_cart_item{
	text-align: left;
	padding: 6px 0 6px 10px;
	line-height: 11px;
	cursor: pointer;
}
.popup_cart_item:hover{
	background: #ff6600;
}
.popup_cart_item:hover h3,
.popup_cart_item:hover sup,
.popup_cart_item:hover p{
	color: #fff;
}
.popup_cart_item h3{
	font-weight: 800;
}
.popup_cart_item h3 sup{
	vertical-align: super;
	font-size: 8px;
}
.popup_cart_item p{
	font-weight: 600;
	padding-top: 2px;
}
.popup_info{
	position: absolute;
	height: 0;
	overflow: hidden;
	width: 241px;
	background: white;
	border: 2px solid #e3e3e3;
	opacity: 0;
	z-index: 1;
	margin-left: 0;
	-webkit-transition: opacity 0.2s, margin-left 0.2s;
	-o-transition: opacity 0.2s, margin-left 0.2s;
	transition: opacity 0.2s, margin-left 0.2s;
}
.popup_info--opened{
	z-index: 5001;
	margin-left: 50%;
	height: 286px;
	left: -120px;
	opacity: 1;
	overflow: inherit;
}
.popup_info_cross{
	background: url(../i/popup_info_cross.png) no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.popup_info .result_entity_info{
	padding: 28px 21px 8px;
	border:0;
}
.popup_info .result_entity_info table{
	margin-right: 22px;
}
.popup_info .result_entity_info table:nth-child(2n+2){
	margin-right: 0;
}
.popup_info .search_result_hidden_block{
	height: 145px;
	top: 75px;
}
.popup_info:hover .search_result_hidden_block{
	display: block;
}
.popup_info .search_result_image{
	margin-left: 21px;
}
.popup_info p{
	color: #5a5a5a;
	font-weight: 700;
	padding: 11px 0 0 21px;
	font-size: 20px;
}
.popup_info p span{
	font-size: 15px;
	font-weight: 400;
}
.popup_info p span sup{
	vertical-align: super;
	font-size: 9px;
}
.popup_info p .search_result_price {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
.popup_cart .orange_btn--parent {
	margin: 0 10px;
}
.popup_cart .orange_btn {
	width: auto;
}
.popup_cart .orange_btn--parent:after{
	background-size: 100% 100%;
}
.article_underlay {
	background: rgba(0,0,0,.3);
	padding: 0 0 30px;
}
.article{
	background: white;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	padding: 1em 2em;
	font-size: 13px;
}
.article a {
	color: #326e8c;
	display: inline-block;
	border-bottom: 1px solid #326e8c;
}
.article_block_header{
	font-size: 26px;
	color: #326e8c;
	font-weight: 700;
	margin: 30px 0;
}
.article p{
	margin-bottom: 1em;
	line-height: 1.4;
}
.article h2 {
	margin: 2em 0 .5em;
	font-size: 120%;
	font-weight: bold;
}
.article h3 {
	margin: 1em 0 .5em;
	font-size: 110%;
	font-weight: bold;
}
.article h4 {
	margin: 1em 0 .5em;
	font-size: 110%;
}
.article img{
	width: 100%;
	margin-bottom: 23px;
}
.article ul {
	margin: 0 0 0 3em;
}
.article ul li:before {
	color: #326e8c;
	position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    left: -1.4em;
    top: -.1em;
    font-size: 1.4em;
}
.article ul li {
	line-height: 1.4;
	width: 70%;
	position: relative;
	margin: 0 0 1em;
}
.article strong {
	font-weight: bold;
}
.article_piece {
	margin-bottom: 2em;
}
.article_piece:not(:first-child) .article_details {
	display: none;
}
.article_piece .readmore {
	display: none;
}
.article_piece:not(:first-child) .readmore {
	border-bottom: 1px dashed #326e8c;
	color: #326e8c;
	cursor: pointer;
	display: inline-block;
}
.article_piece .readmore:hover {
	border-color: red;
	color: red;
}
.contacts_underlay{
	position: relative;
}
.contacts_shadow{
	background: rgba(0,0,0,.3);
	color: white;
    position: relative;
}
.contacts .result_entity_info{
	background: white;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	margin-bottom: 30px;
	border-radius: 3px;
	min-height: 140px;
	border:0;
}
.contacts_text{
	padding-left: 38px;
	line-height: 14px;
}
.managers_underlay {
	background: rgba(0,0,0,.3);
}
.managers{
	padding: 25px 0 38px;
	text-align: center;
}
.manager_item{
	background: white;
	width: calc(50% - 8px);
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 3px;
	padding: 24px 21px;
	cursor: pointer;
	text-align: left;
	min-height: 210px;
}
.manager_item:hover{
	background: #fafafa;
}
.manager_item:nth-child(2n+2){
	margin-right: 0;
}
.manager_item_photo{
	float: left;
	width: 135px;
	border-radius: 3px;
	border: 2px solid #e3e3e3;
	margin-right: 33px;
}
.manager_item_text{
	margin-left: 168px;
}
.manager_item_text h2{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}
.manager_item_text table{
	margin-right: 52px;
	font-size: 10px;
	color: #5b5b5b;
}
.manager_item_text table:nth-child(2n+2){
	margin-right: 0px;
}
.manager_item_text table td{
	padding-bottom: 9px;
	padding-right: 4px;
}
.manager_item_text table td b{
	font-weight: 700;
}
.manager_item_text .padborder {
	border-left: 1px solid #5b5b5b;
	padding-left: .4em;
}
.manager_entity dl dt,
.manager_item dl dt,
.manager_entity dl dd,
.manager_item dl dd {
	font-size: 10px;
	margin: 0 0 1em;
}
.manager_entity dl dt,
.manager_item dl dt {
	width: 27%;
	font-weight: bold;
}
.manager_entity dl dd,
.manager_item dl dd {
	width: 73%;
	border-left: 2px solid #5b5b5b;
	padding-left: 1em;
}
.radio_block{
}
.search_filters{
	padding: 10px 66px;
}
.search_filters+.search_results{
	padding-top: 0;
}
.search_filter{
	float: left;
	margin-right: 24px;
}
.search_filter:nth-child(2n+2){
	margin-right: 54px;
}
.search_filter_radio{
	display: none;
}
.topline{
	position: relative;
    width: 100%;
    padding: 0 23px;
    background: transparent;
    border-radius: 8px;
    height: 5px;
    top: 0px;
}
.topline:after{
	content: "";
	display: block;
	top: -23px;
	height: 74px;
	width: 50px;
	background: url(../i/top_label.png) no-repeat;
	position: absolute;
	left: calc(50% - 25px);
}
input.search_filter_radio+label{
	color: #326e8c;
	padding-left: 11px;
	font-size: 10px;
	cursor: pointer;
	position: relative;
}
input.search_filter_radio+label sup{
	vertical-align: super;
	font-size: 8px;
	color: #326e8c;
}
input.search_filter_radio+label span{
	color: #326e8c;
	font-weight: 700;
}
input.search_filter_radio+label:before{
	color: #326e8c;
	position: absolute;
	content: "";
	background: #326e8c;
	border-radius: 19px;
	height: 7px;
	width: 7px;
	display: inline-block;
	top: 5px;
	left: 0px;
	box-sizing:border-box;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: white;
	border: 2px solid #326e8c;
}
input:checked.search_filter_radio+label{
	text-decoration: underline;
}
input:checked.search_filter_radio+label:before{
	background: #326e8c;
	border: 0px solid #326e8c;
}
.responsive_compare_slider {
    margin-left: 200px;
}
.compare_inline_underlay {
	background: rgba(0,0,0,.3);
}
.compare_searchblock{
	color: white;

}
.compare_searchblock .selection_variants{
	width: 752px;
}
.compare_searchblock .selection_variants h2{
	padding-top: 0;
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 0;
    width: 376px;
}
.compare_slider{
	position: relative;
	padding-bottom: 38px;
}
.compare_slider .slick-prev{
	background: url(../i/arrows-blue.png) no-repeat;
	height: 44px;
	width: 21px;
	left: -165px;
}
.compare_slider .slick-next{
	background: url(../i/arrows-blue.png) -21px 0 no-repeat;
	height: 44px;
	width: 21px;
	right: -30px;
}
.slick-prev:before, .slick-next:before {
	font-size: 0;
}
.preslider_legend{
	left: 67px;
	top: 192px;
	width: 130px;
	position: absolute;

}
.preslider_legend p{
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	padding-bottom: 10px;
	padding-top: 3px;
	color: white;
}
.preslider_legend .compare_line--active{
	color: #326e8c;
}
.compare_slider_item{
	position: relative;
	background: white;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	border-radius: 3px;
	width: 165px !important;
	margin-right: 10px;
	box-sizing:border-box;
	max-height: 730px;
	outline: none;
}
.compare_slider_item_cross{
	background: url(../i/cross.png) no-repeat;
	width: 9px;
	height: 10px;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
.compare_slider_item h2{
	font-size: 10px;
	font-weight: 700;
	padding: 21px 10px 11px 10px;
	min-height:
}
.compare_slider_item img{
	width: 135px;
	height: 91px;
	margin: 0 auto;
}
.compare_slider_item h3{
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 24px;
	margin-left: 20px;
	margin-top: 11px;
}
.compare_slider_item p{
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 7px;
	line-height: 12px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 14px;
	padding-left: 10px;
}
.compare_slider_item p img{
	width: 6px;
	height: 8px;
	display: inline-block;
}
.compare_slider_item p span{
	padding-top: 8px;
	display: block;
	font-weight: 700;
}
.compare_line {
	min-height: 18px;
}
/*.compare_line[compare-line='6'],
.compare_line[compare-line='7'],
.compare_line[compare-line='8'],
.compare_line[compare-line='9']{
	margin-bottom: 0;
}*/
.compare_line[compare-line='8'],
.compare_line[compare-line='9']{
	font-weight: 700 !important;
}
.compare_slider_item .compare_line--active,
.compare_slider_item .compare_line--active span{
	color: #fff;
	background: #326e8c;
}
#commercial_dest{
	margin-top: 40px;
	margin-bottom: 0;
}
.special_option{
	display: none;
	max-width: 102px;
}
.signup_show {
    display: none;
}
.file_mask img {
	width: auto;
}
.signup_show .signup_show_input_date{
	width: 28px;
	float: left;
	margin-right: 3px;
	text-align: center;
}
.signup_show .signup_show_input_year{
	width: 40px;
	float: left;
	margin-right: 3px;
	text-align: center;
}
.signup_show .date_label{
	font-size: 10px;
	color: #326e8c;
	float: left;
	margin-right: 3px;
}
.signup_show .signup_show_input_time{
	width: 46px;
	float: left;
	text-align: center;
}
.signup_show .blue_btn--parent{
	float: right;
}
.signup_show .signup_title{
	font-size: 24px;
    margin: 0 0 15px;
    text-align: center;
}
.signup_show .signup_cross{
	position: absolute;
	right: 8px;
	width: 9px;
	top: 7px;
	cursor: pointer;
}
.signup_book_form{
	top: 36px;
}
.mobile_header{
	display: none;
}
.mobile_header--inner .mobile_header_bars i,
.mobile_header--inner .header_feedback_phone,
.mobile_header--inner .white_border_btn{
	color: #326e8c;
	border-color: #326e8c;
}
.mobile_header_sidebar{
	display: none;
}
.mobile_header_sidebar--active + .global-wrapper {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.sold_objects .search_result_item{
	height: auto;
}
.sold_objects .search_result_addToCart,
.sold_objects .search_result_removeFromCart,
.sold_objects .search_result_top:before,
.sold_objects .search_result_cart:after{
	display: none;
}
.fa-rub{
	font-size: 19px;
	color: inherit;
}
.result_entity_info table td .fa-rub{
	font-size: 10px;
	color: inherit;
}
.entity_price_all .fa-rub{
	font-size: 15px !important;
	color: inherit;
}
.modal_popup_form form .nc-field-caption,
.modal_popup_form_required {
	display: block;
}
.to_top {
	right: 20px;
	bottom: 105px;
	position: fixed;
	background: rgba(0,0,0,.33);
	color: white;
	border: 2px solid white;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.to_top i {
	color: white;
}

/* map - baloon info */
.a1-info {
  min-width: 200px;
  max-width: 200px;
  font-family: sans-serif;
  font-size: 12px;
  overflow: hidden;
  color: #2d2d2d;
}

.a1-info-header a {
  text-decoration: none;
}
.a1-info-header h1,
.a1-info-commerce_type {
  font-size: 14px;
  text-align: center;
  font-family: sans-serif;
  color: #adadad;
}

.a1-info-address {
  padding: 4px;
  text-align: center;
}
.a1-info-image {
	min-height: 133px;
}

.a1-info-footer {

}
.a1-info-square {
  float: left;
  font-weight: bold;
  padding: 4px;
}
.a1-info-square > sup {
	vertical-align: super;
	font-size: 10px;
}

.a1-info-price {
  float: right;
  padding: 4px;
  font-weight: bold;
  line-height: 20px;
}
.leaflet-popup-content-wrapper {
	background: #fff !important;
}
.leaflet-map-pane .leaflet-popup-tip-container_svg {
	fill: #fff !important;
}
/* map - baloon info - end */
/* map - cluster - start */
.marker-cluster-small {
	background-color: #fff;
	}
.marker-cluster-small div {
	background-color: #fff;
	}

.marker-cluster-medium {
	background-color: #fff;
	}
.marker-cluster-medium div {
	background-color: #fff;
	}

.marker-cluster-large {
	background-color: #fff;
	}
.marker-cluster-large div {
	background-color: #fff;
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: #fff;
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: #fff;
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: #fff;
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: #fff;
	}

.leaflet-oldie .marker-cluster-large {
	background-color: #fff;
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: #fff;
}

.marker-cluster {
	background-clip: padding-box;
	border: 1px solid #326E8C;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/* map - cluster - end */
.article img {
	max-width: 100%;
	height: auto !important;
}
.search_same-requests,
.search_failed {
	display: none;
}
.phone_footer {
	font-size: 15px;
	display: inline-block;
	line-height: 17px;
	fuck: twat;
	color: white;
}
sup {
	font-size: 75%;
	line-height: 1;
	vertical-align: super;
}

.partners {
	font-size: 0;
	line-height: 0;
}
.partners img {
	width: 17%;
	margin: 0 1.5% 15px;
}
ul[data-deal=buy] li[data-deal=rent] { display: none; }
ul[data-deal=rent] li[data-deal=buy] { display: none; }
ul[data-rubric=commerce] li[data-rubric=residential] { display: none; }
ul[data-rubric=residential] li[data-rubric=commerce] { display: none; }
@media screen and (max-width: 1094px) {
    .wrapper {
        float: none;
        width: 100%;
    	max-width: 100%;
    }
    .main-content{
    	width: 100%;
    	margin-left: 0;
    }
    .main_content{
    	border:none;
    }
    .main_content_rightline,
    .main_content_leftline{
    	display: none;
    }
    .main_tabs_item{
    	width: 29%;
    	margin-right: 1%;
    	font-size: 12px;
    	line-height: 14px;
    }
    .main_tabs{
    	margin-left: 6px;
    }
    .header_menu{
    	margin-left: 2.4%;
    }
    .header_menu_item{
	    padding: 32px 19px 32px;
    }
    .header_feedback{
    	right: 15px;
    }
    .header_buttons{
    	margin-left: 15px;
    }
    .main_content_leftblock{
    	width: 44%;
    }
    .main_content h1{
    	font-size: 39px;
    	line-height: 42px;
    }
    .main_content_rightblock{
    	width: 428px;
    }
    .search_result_item{
    	width: calc(33% - 11px);
    }
    .search_results{
    	max-width: 752px;
    	margin: 0 auto;
    }
	.search .search_leftblock,
	.search .search_rightblock{
		margin: 0 auto 23px;
		float: none;
	}
	.search_result_entity_block{
		width: 100%;
		max-width: 445px;
		display: block;
	}
	#top_filters {
		padding: 0 20px;
		text-align: center;
	}
}
@media screen and (max-width: 1024px) {
	.entity_print {
		display: none;
	}
	.ui-slider {
		display: none !important; 
	}
}
@media screen and (max-width: 992px) {
	.inner_content .main_content_logo{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.header_price_wrapper {
		top: auto;
	}
	.selection_variants{
		margin-left: 0;
	    margin-top: 15px;
	    float: none;
	    margin: 23px auto;
	    text-align: center;
	    width: auto;
	}
	.living_searchblock form{
		float: none;
		margin: 0 auto;
		width: auto;
	}
	.filter_form_dealtype {
		margin-left: 0;
		text-align: center;
	}
	.filter_form .ibw {
		text-align: center;
	}
	.filter_form .ib {
		text-align: left;
	}
	.filter_form_column {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
	.selection_variants_top{
		width: auto;
		float: none;
		margin: 0;
		text-align: center;
	}
	.compare_searchblock .selection_variants h2{
		margin: 15px auto 0;
	}
	.search_header h1{
		float: none;
		margin-left: 0;
		margin-top: 8px;
		width: auto;
		text-align: center;
	}
	.map_header{
		float: none;
		margin-left: 0;
		padding-top: 23px;
	}
	.living_searchblock .map_header_block,
	.living_searchblock .fl-l:not(:last-child){
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 932px) {
    .footer_wrapper{
		width: 100%;
    }
    .footer_logo{
    	display: block;
    	margin: 0 auto 11px;
    }
    .footer{
    	height: auto;
    	text-align: center;
    	padding-bottom: 11px;
    }
    .entity_close_slider .slick-prev{
		left: -19px;
    }
    .entity_close_slider .slick-next{
		right: -19px;
    }
}
@media screen and (max-width: 902px) {
    .header_menu_item{
	    padding: 32px 10px 32px;
    }
    .header_submenu{
    	padding: 31px 32px 14px;
    }
    .main_content_leftblock{
    	width: 44%;
    }
    .main_content h1{
    	font-size: 32px;
    	line-height: 35px;
    }
    .manager_item_photo,
    .manager_item_text{
    	float: none;
    	margin: 0 auto;
    }
    .manager_item_text{
    	margin-top: 11px;
    	text-align: center;
    }
	.input_range input{
		width: 100%;
		margin-bottom: 11px;
	}
	.input_range_separator{
		display: none;
	}
	.input_range_left input:first-child,
	.input_range_left input:last-child{
		width: 100%;
	}
	.radio_block{
		width: 100%;
	}
	.input_range_left input:first-child,
	.input_range_left input:last-child{
		width: 100%;
	}
	.radio_block{
		width: 100%;
	}
	.inner_content .main_content_logo{
		position: relative;
		float: none;
		margin: 0 auto 23px;
	}
	.selection_variants{
		margin: 0 auto 23px;
		text-align: center;
		float: none;
		width: 100%;
	}
	.fl-l .SumoSelect{
		max-width: 100%;
	}
	.living_searchblock .map_header_block,
	.living_searchblock .fl-l:last-child,
	.living_searchblock .fl-l:not(:last-child){
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width: 845px) {
    .header_menu_item{
	    font-size: 12px;
    }
    .header_menu_item_separator{
    	margin: 0 5px;
    }

    .header_submenu{
    	padding: 31px 17px 14px;
    }
    .compare_searchblock .selection_variants{
    	width: 100%;
    }
    .search{
    	padding-right: 0;
    	padding-left: 0;
    }
    .article{
    	padding: 20px 5%;
    }
    .article_block{
    	width: calc(100%);
    	margin-right: 0;
    }
    .article_block p{
    	font-size: 14px;
    	line-height: 16px;
    }
    .article_block img{
    	width: 50%;
    	display: block;
    	margin: 0 auto 15px;
    	text-align: center;
    }
}
@media screen and (max-width: 770px) {
	.search_result_compare,
	#compare__ {
		display: none;
	}
	.contacts_underlay{
		background-size: inherit;
	}
	.article_block_header{
		padding-left: 5%;
	}
	.order_to_show_top{
		right: 4px;
	}
	.entity_close_slider{
		width: 504px;
	}
	.main-content .cart{
		right: 11px;
		top: -68px;
	}
	.header_feedback {
	    right: 75px;
	}
    .header_menu_item_separator{
    	display: none;
    }
	.mobile_header{
		display: block;
		height: 87px;
	}
	.header{
		display: none;
	}
	.main_tabs_item span{
		display: none;
	}
	.footer{
		height: auto;
	}
	.footer_logo{
		display: block;
		padding-bottom: 23px;
		margin: 0 auto;
	}
	.footer_address{
		margin: 0 auto;
		padding-bottom: 23px;
		display: block;
	}
	.footer_partners{
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.footer_partner_item{
		margin: 0 23px;
	}
	.cart{
		right: 8px;
		top: -67px;
	}
	.footer_socials{
		text-align: center;
		margin: 23px auto 0;
		height: 50px;
		padding-bottom: 23px;
		display: block;
	}
	.mobile_header_bars{
		font-size: 26px;
		color: #fff;
		padding-left: 15px;
		padding-top: 17px;
	}
	.mobile_header_bars i{
		color: #fff;
	}
	.mobile_header_bars i.dark_icon {
		color: #326e8c;
	}
	.mobile_header_sidebar{
		display: block;
		width: 50%;
		margin-left: -50%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,.75);
		-webkit-transform: translate3D(0,0,0);
		-moz-transform: translate3D(0,0,0);
		-ms-transform: translate3D(0,0,0);
		-o-transform: translate3D(0,0,0);
		transform: translate3D(0,0,0);
		-webkit-transition: margin .5s;
		-o-transition: margin .5s;
		transition: margin .5s;
		z-index: 2000000;
		height: 100%;
		padding: 30px 0;
		box-sizing:border-box;
		opacity: 0;
	}
	.mobile_header_sidebar a,
	.mobile_header_sidebar div{
		color: #fff;
		display: block;
		padding: 11px;
		font-size: 14px;
	}
	.mobile_header_sidebar_cross i{
		position: absolute;
		top: 17px;
		left: 15px;
		font-size: 26px;
		color: #fff;
	}
	.mobile_header_sidebar--active{
		margin-left: 0;
		opacity: 1;
	}
	.mobile_header_sidebar .mobile_header_sidebar_submenu{
		padding-left: 15px;
		padding-top: 0;
	}
	.main_content[tab-id='1'] .real_property_types, .main_content[tab-id='2'] .real_property_types{
		left: 90px;
	}
	.input_range_left input:first-child,
	.input_range_left input:last-child{
		width: 100%;
	}
	.radio_block{
		width: 100%;
	}
	.inner_content .main_content_logo{
		position: relative;
		float: none;
		margin: 0 auto 23px;
	}
	.selection_variants{
		margin: 0 auto 23px;
		text-align: center;
		float: none;
		width: 100%;
	}
	.fl-l .SumoSelect{
		max-width: 100%;
	}
	.living_searchblock .fl-l:not(:last-child) {
	    margin-right: 2%;
	    width: 48%;
	}
	.living_searchblock .fl-l:last-child {
	    margin-left: 2%;
	    width: 48%;
	}
	.living_searchblock .input_range{
		margin-bottom: 0;
	}
	#commercial_dest{
		margin-top: 0;
	}
	.living_searchblock form{
		float: none;
	}
    .search_result_item{
    	width: calc(50% - 11px);
    }
    .search_results{
    	max-width: 523px;
    	margin: 0 auto;
    }
    .living_searchblock form{
    	width: 100%;
    }
	.living_searchblock .map_header_block,
	.living_searchblock .fl-l:last-child,
	.living_searchblock .fl-l:not(:last-child){
		float: none;
		margin: 0 auto;
	}
	#map2{
		height: 466px !important;
	}
	.manager_entity_slider{
		width: 100%;
	}
	.manager_entity_photo{
		margin: 0 auto;
		float: none;
	}
	.manager_entity_info,
	.manager_entity_addition{
		float: none;
		margin: 15px auto 0;
		width: 320px;
	}
	.filter_form_dealtype {
		margin-left: 0 !important;
	}
	.filter_form_column {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	    max-width: 250px;
	}
	div.filter_form_title {
		width: 100% !important;
	}
	.filter_form_input {
		width: 50% !important;
	}
	.filter_form_dealtype label {
		font-size: 22px !important;
	}
	.filter_form_dealtype .pseudo_wrapper {
		top: 11px !important;
	}
}
@media screen and (max-width: 887px) {
	.absolute_form_wrapper {
		padding-top: 110px;
	}
    .main_content_rightblock{
    	width: 100%;
    	margin-top: 38px;
    }
    .main_content_leftblock{
    	width: 100%;
    }
    .main_content .main_content_logo{
    	float: left;
    }
    .main_content{
    	padding: 34px 5% 79px;
    }
    .main_content h1{
    	float: left;
    	width: 60%;
    	margin-left: 23px;
    	margin-top: -8px;
    	padding-top: 0;
    }
	.search_result_hidden_item{
		line-height: inherit;
	}
	.search_result_entity_block {
		margin: 12px 0;
	}
}
@media screen and (max-width: 752px) {
	.search_filter:nth-child(2n+2){
		margin-right: 54px;
	}
	.manager_item{
		margin: 0 4px 11px;
		width: calc(100% - 8px);
	}
	.manager_item_photo{
		float: left;
		margin-right: 33px;
	}
	.manager_item_text{
		margin: 0 0 0 168px;
		float: none;
		text-align: left;
	}
	.manager_item:nth-child(2n+2){
		margin: 0 4px 11px;
	}
	.search_result_entity{
		padding: 24px 0;
	}
	.result_entity_info table{
		float: none;
		width: 241px;
		margin: 0 auto 15px;
	}
	.result_entity_info table:nth-child(2n+2){
		margin: 0 auto 15px;
	}
	.contacts_text{
		padding-left: 0;
	}
	.result_entity_info table td .blue_border_btn{
		position: relative;
		right: auto;
		margin-top: 15px;
	}
}
@media screen and (max-width: 564px) {
	.entity_close_slider{
		width: 271px;
	}
	.entity_close_slider_item{
		margin-right: 0;
	}
    .article_block img{
    	width: 100%;
    }
    #top_filters {
    	text-align: left;
    }
	.filter_group {
	    display: block;
	}
	.only_wide_filter {
		display: none;
	}
}
@media screen and (max-width: 526px) {
	.search_result_item{
		width: 100%;
		margin: 0 0 10px !important;
	}
	.search_results{
		max-width: 241px;
		margin: 0 auto;
	}
	.search .search_leftblock,
	.search .search_rightblock{
		width: 100%;
		padding: 30px 5%;
	}
	.search_rightblock>p{
		width: 100%;
	}
	.search_rightblock .search_step{
		padding-top: 71px;
	    padding-bottom: 23px;
	    padding-left: 0;
	}
}

@media screen and (max-width: 481px) {
	.absolute_form_wrapper {
		padding-top: 200px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.form_dummy {
		height: 440px;
	}
	.topline {
		top: 25px;
	}
	.mobile_header_sidebar a, .mobile_header_sidebar div{
		padding: 8px 17px;
	}
	.search_result_entity_block{
/*		height: 165px;
		width: 223px;*/
	}
	.search_result_entity_block:first-child{
		height: auto;
		width: 100%;
	}
	.result_entity_manager_photo,
	.result_entity_manager table,
	.resunt_entity_manager_buttons{
		float: none;
		margin: 0 auto;
	}
	.result_entity_manager_photo{
		margin-bottom: 15px;
	}
	.resunt_entity_manager_buttons{
		width: 156px;
	}
	.entity_close_slider{
		width: 241px;
	}
	.entity_close_slider_item{
		margin-right: 0;
	}
	.entity_close_slider .slick-next{
		right: 2px;
	}
	.entity_close_slider .slick-prev{
		left: 2px;
	}
	.search_filters{
		width: 241px;
		margin: 0 auto;
		padding: 30px 0 15px;
	}
	.search_filter{
		margin-bottom: 8px;
		margin-right: 0;
		display: block;
		float: none;
	}
	.search_filter:nth-child(2n+2){
		margin-right: 0;
		margin-bottom: 19px;
	}
	#banner-fade .bjqs-controls{
		width: 100%;
	}
	#map2{
		height: 301px !important;
	}

	.footer_logo,
	.footer_address{
		width: 90%;
	}
	.footer_address{
		font-size: 8px;
		line-height: 11px;
	}
	.main_content[tab-id='1'] .main_slider_block, .main_content[tab-id='2'] .main_slider_block{
		padding-left: 19px;
		padding-right: 19px;
	}
	.main_content[tab-id='1'] .real_property_types, .main_content[tab-id='2'] .real_property_types{
		left: 23px;
	}
	.look_all{
		position: relative;
		right: auto;
		margin: 0 auto;
		bottom: -53px;
	}
	#banner-fade .bjqs-markers{
		width: 100%;
	}
	.mobile_header_sidebar{
		margin-left: -100%;
		width: 100%;
	}
	.mobile_header_sidebar--active{
		margin-left: 0;
	}
    .main_tabs{
    	height: 65px;
    }
	.main_tabs_item span,
	.main_tabs_item b{
		display: none;
	}
	.main_tabs_item i{
		display: inline-block;
	}
	.main_tabs_item{
		width: 31%;
	    padding-left: 0px;
	    padding-right: 0px;
	    font-size: 21px;
	    padding-bottom: 14px;
	}
	.main_content .main_content_logo{
		float: none;
		display: block;
		margin: 0 auto;
	}
    .main_content h1{
    	text-align: center;
    	width: 100%;
    	float: none;
    	margin-top: 15px;
    	margin-left: 0;
    }
    .main_slider_block{
    	padding: 4px 19px 38px;
    }
    .real_property_types{
    	left: 23px;
    }
    .real_property_type--active{
    	font-size: 19px;
    }
    #banner-fade .bjqs-slide img{
    	width: 165px !important;
    	display: block;
    	margin: 0 auto;
    }
    #banner-fade .bjqs-slide .slider_text {
        display: block;
        vertical-align: top;
        color: #fff;
        position: relative;
        top: 0;
        width: 165px;
        margin: 0 auto;
        height: 216px;
        padding: 8px;
        margin-top: 15px;
    }
    ul.bjqs,
    .bjqs-wrapper,
    #banner-fade,
    .bjqs-slide{
    	height: 447px !important;
    }
    .selection_variants_top h1,
    .selection_variants h1,
    .search_header h1,
    .compare_searchblock .selection_variants h2{
    	margin: 0;
    	float: none;
    	text-align: center;
    	width: 100%;
    	font-size: 34px;
    	line-height: 34px;
    }
    .manager_item_photo,
    .manager_item_text{
    	float: none;
    	margin: 0 auto;
    }
    .manager_item_text{
    	margin-top: 11px;
    	text-align: center;
    }
    .compare_searchblock .selection_variants h2{
    	width: 100%;
    }
    .preslider_legend{
    	display: none;
    }
    .responsive_compare_slider{
    	margin-left: 30px;
    	margin-right: 30px;
    }
    .compare_slider_item{
    	margin-right: 5px;
    	margin-left: 5px;
    }
    .compare_slider .slick-prev{
    	left: -23px;
    }
    .compare_slider .slick-next{
    	right: -23px;
    }
}
@media screen and (max-width: 376px){
	.manager_entity_slider_item{
		padding: 0 5%;
		width: 100%;
	}
	.manager_entity_info, .manager_entity_addition{
		width: 100%;
		text-align: center;
	}
	.manager_entity_slider_item table,
	.manager_entity_addition a,
	.manager_entity_addition a:not(:last-child){
		display: block;
		margin: 0 auto 8px;
		float: none;
	}
	.manager_entity_slider_item table:nth-child(2n+2){
		margin: 0 auto;
	}
	.footer_partner_item{
		margin: 0;
	}
    .main_content h1{
    	font-size: 19px;
    	line-height: 1.2;
    }
    .selection_variants_top h1,
    .selection_variants h1,
    .search_header h1,
    .compare_searchblock .selection_variants h2{
    	font-size: 23px;
    	line-height: 23px;
    }
	.inner_content{
		padding: 72px 0;
	}
	.selection_variants{
		width: 100%;
	}
	.real_property_type--active{
		font-size: 14px;
	}
	.living_searchblock .fl-l:not(:last-child),
	.living_searchblock .fl-l:last-child{
		margin: 0;
		padding: 0 5%;
		width: 100%;
	}
	.radio_block{
		width: 49%;
	}
	.search_result_item{
		width: 100%;
		padding: 27px 16px 31px;
	}
	.search_result_hidden_block{
		padding: 23px 16px 11px;
	}
	.search_filters{
		width: 100%;
		box-sizing:border-box;
		padding-left: 5%;
		padding-right: 5%;
	}
	.topline{
		margin: 0 auto;
		width: 90%;
	}
	.selection_variants_top h1,
    .selection_variants h1,
    .search_header h1,
    .compare_searchblock .selection_variants h2{
		font-size: 23px;
    	line-height: 23px;
	}
	.manager_entity_progress_item{
		float: none;
	}
	.manager_entity_progress_item:not(:last-child){
		border:0;
		margin-bottom: 8px;
	}
	.manager_entity_addition .blue_border_btn{
		margin: 0 auto 15px !important;
		float: none;
	}
}

@media screen and (max-width: 376px){
	.entity_close_slider{
		width: 100%;
	}
	.header_feedback{
		right: 68px;
	}
	.header_feedback .header_feedback_phone{
		font-size: 12px;
	}
	.header_feedback .white_border_btn{
		width: 104px;
	}
	.result_entity_info table{
		width: 100%;
	}

}
* { -webkit-print-color-adjust: exact; }
@media print {
	.header,
	.mobile_header,
	.footer,
	.cart,
	.compare_searchblock .selection_variants,
	.compare_slider .slick-prev,
	.compare_slider .slick-next,
	.search_filters,
	.living_underlay,
	.main_tabs,
	.compare_slider_item img,
	#entity_photos,
	#entity_schemes,
	.entity_close,
	.resunt_entity_manager_buttons{
		display: none !important;
	}
	.preslider_legend{
		top: 102px;
		left: 0;
	}
	.responsive_compare_slider{
		margin-left: 75px;
	}
	.compare_slider_item{
		height: 100%;
	}
	.slick-slider .slick-track, .slick-slider .slick-list{
		width: auto !important;
	}
	.search_result_item{
		width: 211px;
		height: 257px;
		padding: 12px 8px 16px;
	}
	.search_results{
		text-align: left;
	}
}
@media print and (max-width: 451px){
	.search_result_entity_block{
		margin: 0;
		width: 100%;
		height: 50%;
		margin-bottom: 0;
	}
	.result_entity_info table{
		margin-right: 8px;
	}
	.search_result_entity_block:nth-child(2n+2){
		height: 40%;
	}
}

/*cookie*/
.cookie {
    background: #326e8c;
    /*background-color: rgba(0,0,0,0.257);*/
    padding: 28px 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.info-block__container {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.cookie__left {
    float: left;
    width: 50%;
}
.cookie__text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22222222;
    margin-bottom: 15px;
}
.cookie__right {
    float: right;
    width: 50%;
    text-align: right;
}