html,body{
	margin:0;padding:0
}
body{
	font: 10px 'Roboto',arial,tahoma,verdana,sans-serif;
	color:#333333;
}
a{
	text-decoration:none;
	color:#d03b3d;
	border-bottom:1px solid #f3cece;
}

hr{
	border:none;
	height:3px;
	margin:20px 0;
	background:#cccccc;
}


/* HEADER */
header .wf{
	position:relative;
}
.header_top{
	height:40px;
	background:url('../_i/top_bg.png') 0 0 repeat-x;
	font-size:12px;
	line-height:40px;
	margin-bottom:20px;
	position:relative;
}
.header_top_social{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:8px;
}
.header_top_social li{
	display:inline-block;
	width:24px;
	height:24px;
	margin-left:5px;
	background:url('../_i/social.png') 0 0 no-repeat;
}
.header_top_social li a{
	display:inline-block;
	width:24px;
	height:24px;
}
.header_top_social li.ok{
	background-position:0 0;
}
.header_top_social li.vk{
	background-position:-28px 0;
}
.header_top_social li.fb{
	background-position:-57px 0;
}
.header_top_social li.ig{
	background-position:-86px 0;
}

.header_top_social li.yt{
	background-position:-116px 0;
}

.header_logo{
	margin-left:20px;
	display:block;
	width:150px;
	height:166px;
	background:url('../_i/header_logo.png') 0 0 no-repeat;
}
.header_logo.ny{
	margin-left:20px;
	display:block;
	width:150px;
	height:166px;
	background:url('../_i/logo_ny.png') 0 0 no-repeat;
}

.header_nav{
	margin:10px 0 0 0;
	padding:0;
	height:40px;
	background:url('../_i/nav_bg.png') 0 0 repeat-x;
	text-align:center;
	list-style:none;
}
.header_nav_item{
	display:inline-block;
	font-size:16px;
	text-align:center;
	line-height:40px;
	position: relative;
}
.header_nav_link{
	color:#ffffff;
	text-decoration:none;
	border:none;
	display:inline-block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}
.header_nav_link.active{
	background-color: #b03a3c;
	background: -webkit-linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
	background: -o-linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
	background: -moz-linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
	background: linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
}
a.header_nav_link:hover,
a.header_nav_link.active:hover,
.header_nav_item.hover a.header_nav_link{
	background-color: #bc3f40;
	background: -webkit-linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
	background: -o-linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
	background: -moz-linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
	background: linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
}

.header_nav ul {
	font-size:14px;
	width:100%;
	margin:0;
	padding:0;
	visibility: hidden;
	position: absolute;
	z-index:10;
	top: 100%;
	left: 0;
	list-style:none;
	background:#fff;
	line-height:20px;
	box-shadow: 1px 1px 13px rgba(0,0,0,.2);
}
.header_nav ul li {
	width:100%;
	border-bottom:1px solid #e2d4d4;
	text-align:left;
}

.header_nav ul li a	 {
	padding:10px 10px;
	border: none;
	display: block;
	color:#b50b0d;
}
.header_nav ul li a:hover{
	color:#fff;
	background-color: #bc3f40;
	background: -webkit-linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
	background: -o-linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
	background: -moz-linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
	background: linear-gradient(bottom, rgba(213,88,90,1) 0%, rgba(176,51,52,1) 100%);
}
.header_nav ul li span,
.header_nav ul li .active{
	padding:10px 10px;
	border: none;
	display: block;
	color:#fff;
	background-color: #b03a3c;
	background: -webkit-linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
	background: -o-linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
	background: -moz-linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
	background: linear-gradient(bottom, rgba(176,51,52,1) 0%, rgba(213,88,90,1) 100%);
}



.header_sub_nav{
	height:80px;
	padding:0;
	text-align:center;
	background:url('../_i/sub_nav_bg.png') 0 0 repeat-x;
}
.header_sub_nav_link{
	padding-top:6px;
	height:71px;
	width:160px;
	border:none;
	border-top:3px solid transparent;
	color:#333333;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	font-size:14px;
}
.header_sub_nav_icon {
	display:block;
}
.header_sub_nav_icon svg{
	height:45px;
}
.header_sub_nav_icon svg path{
	fill:#a1a1a1;
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:none;
}
a:hover .header_sub_nav_icon svg path,
.header_sub_nav_link.active svg path{
	fill:#d03b3d;
}
.header_sub_nav_link.active{
	background-color: #e7abab;
}
a.header_sub_nav_link:hover{
	border-top:3px solid #cbb5b5;
	background-color: #e8d8d8;
	background: linear-gradient(bottom, rgba(0,0,0,.04) 0%, rgba(255,255,255,.04) 100%);
}
.nav_items_6 li{
	width:16%;
}
.nav_items_7 li{
	width:14%;
}
.nav_items_8 li{
	width:12%;
}



.jquery-sticky-sticky .header_nav{
	margin-top:0;
	box-shadow: 0 0 5px rgba(122,122,122,0.4);
}
.jquery-sticky-sticky  .header_sub_nav{
	height:45px;
	box-shadow: 0 0.2em 5px rgba(122,122,122,0.4);
}
.jquery-sticky-sticky   .header_sub_nav_link{
	padding-top:0;
	height:42px;
	font-size:13px;
}
.jquery-sticky-sticky  .header_sub_nav_icon {
	display:inline-block;
	margin-right:10px;
}
.jquery-sticky-sticky   .header_sub_nav_icon svg{
	width:20px;
	vertical-align:middle;
}

.header_call{
	/*background:url('../_i/call-manager.jpg') 0 0 no-repeat;*/
	padding-left:90px;
	font-size:15px;
	position:absolute;
	left:240px;
	top:20px;
}
.header_call_phone{
	font-size:35px;
}
.header_call_phone a{
	color:#333;
	text-decoration:none;
	border:none;
}
.header_call_link{
	font-size:12px;
}
.header_call_icon{
	display:inline-block;
	height:30px;
	width:30px;
    background:url('../_i/icon_phone.png') 0 0 no-repeat;
	vertical-align:middle;
	margin-right:5px;
}
.header_call_icon svg{
	height:30px;
}

.header_call_icon svg path{
	fill:#d03b3d;
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:none;
}

.header_search{
	position:absolute;
	top:0;
	right:0;
	width: 460px;
	height: 120px;
	padding:10px;
	box-shadow: 0 0 13px rgba(0,0,0,.2);
	font-size:12px;
}
.header_search_title{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}
.header_search dl{
	padding:5px;
	width:165px;
	float:left;
	margin:0 0px 10px 0;
	
}
.header_search dl dt{
	margin:0;
	padding:0;
	display:inline-block;
	width:60px;
}
.header_search dl dd{
	margin:0;
	padding:0;
	display:inline-block;
	position:relative;
}
.header_search .prefix{
	position:absolute;
	left:-20px;
	top:7px;
}

.header_search select{
	padding:5px;
	width:100px;
}
.header_search input{
	padding:5px;
	width:85px;
}
.header_search button{
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	padding:10px;
	background:#d03b3d;
	border:none;
	position:absolute;
	right:10px;
	bottom:20px;
}
/* MAIN */

h1{
	/*font-family: 'avalon_mediumregular';*/
	font-weight:normal;
	font-size:40px;
	height:22px;
	background:#cd3e40;
	color:#cd3e40;
	text-align:center;
	line-height:1px;
	margin-top:40px;
	position:relative;
}
h1 span{
	background:#ffffff;
	height:30px;
	padding:10px 20px;
	display:inline-block;
}

h1:before{
	position:absolute;
	top:0; left:0;
	display:block;
	content:'';
	width:1px;
	border:11px solid transparent;
	border-left:11px solid #ffffff;
}
h1:after{
	position:absolute;
	top:0; right:0;
	display:block;
	content:'';
	width:1px;
	border:11px solid transparent;
	border-right:11px solid #ffffff;
}
h1.gray{
	color:#4a4a4a;
	background-color: #cbcbcb;
	background: -webkit-linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(239,239,239,1) 100%);
	background: -moz-linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(239,239,239,1) 100%);
	background: linear-gradient(bottom, rgba(223,223,223,1) 0%, rgba(239,239,239,1) 100%);
}

/* SLIDER */
.slider {
	position: relative;
	overflow: auto;
}
.slider_cont{
	margin:0;
	padding:0;
}
.slider_item {
	list-style: none;
	float: left;
	height:420px;
	position:relative;
}
.slider_item_img{
	width:1140px;
	height:395px;
}
.slider_item_link{
	color:#333333;
	text-decoration:none;
	border:none;
}
.slider_item_content{
	display:block;
	position:absolute;
	bottom:25px;
	width:100%;
	padding:10px;
	font-size:14px;
	background-color: rgba(255,255,255,.8);
	line-height:20px;
}
.slider_item_content_header{
	display:block;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.slider .dots{
	position:absolute;
	bottom:0;
	list-style:none;
	margin:0;
	padding:0;
	z-index:100;
	font-size:10px;
	width:100%;
	text-align:center;
}
.slider .dots li{
	width:10px;
	height:10px;
	background:#dddddd;
	border-radius:5px;
	overflow:hidden;
	text-indent:-100px;
	display:inline-block;
	margin:0 5px;
	cursor:pointer;
}
.dots li.active{
	background:#bf5555;
}

/* AD */
.ad_filter{
	float:left;
	font-size:13px;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
.ad_filter li{
	float:left;
	margin-right:10px;
	padding:2px 7px;
}
.ad_filter li.active{
	color:#ffffff;
	background:#d63943;
}

.ad_sort{
	float:right;
	font-size:13px;
	margin:0 0 20px 0;
}
.ad_sort span{
	color:#ffffff;
	background:#d63943;
}
.ad_sort a,
.ad_sort span{
	display:inline-block;
	margin-right:10px;
	padding:2px 7px;
}

.ad_list{
	list-style:none;
	margin:0;
	padding:0;
}
.ad_list_item{
	float:left;
	width:25%;
	height:270px;
	position:relative;
	outline:none;
}
.ad_list_deal{
	font-size:12px;
	background:#333333;
	color:#ffffff;
	position:absolute;
	left:0;top:160px;
	padding:0 10px;
	border-radius:0 10px 0 0;
}
.ad_list_deal.type_1{
	background:#cd3e40;
}
.ad_list_deal.type_2{
	background:#b97c56;
}
.ad_list_deal.type_3{
	background:#eeaa61;
}
.ad_list_deal.type_4{
	background:#717171;
}
.ad_list_link{
	text-decoration:none;
	border:none;
	color:#333333;
	font-size:14px;
	line-height:20px;
	outline:none;
}
.ad_list_name{
	color:#c51a20;
	font-weight:bold;
}
.ad_list_address{
	font-size:12px;
}
.ad_list_price_cont{
	width:240px;
}
.ad_list_price{
	display:inline-block;

	font-weight:bold;
}
.ad_list_old_price{
	display:inline-block;
	float:right;
	position:relative;
}
.ad_list_old_price:before{
		content:'';
		display:block;
		width:100%;
		height:3px;
		background:rgba(205,62,64,0.6);
		position:absolute;
		right:0; top:40%;
		-moz-transform: rotate(10deg); 
		-ms-transform: rotate(10deg);
		-webkit-transform: rotate(10deg); 
		-o-transform: rotate(10deg); 
		transform: rotate(10deg);
}
.ad_list_old_price:after{
		content:'';
		display:block;
		width:100%;
		height:3px;
		background:rgba(205,62,64,0.6);
		position:absolute;
		right:0; top:40%;
		-moz-transform: rotate(-10deg); 
		-ms-transform: rotate(-10deg);
		-webkit-transform: rotate(-10deg); 
		-o-transform: rotate(-10deg); 
		transform: rotate(-10deg);
}
.ad_list_price_additional{
	color:#707070;
	font-weight:normal;
}

/* OBJECT */
.object_title{
	font-weight:normal;
	font-size:32px;
}
.object_img{
	width:640px;
	float:left;
	overflow:hidden;
}
.object_meta{
	margin-left:20px;
	float:left
}
.object_price{
	background:#fafafa url('../_i/object_price_icon.png') 20px 50% no-repeat;
	font-size:28px;
	font-weight:bold;
	padding:20px 20px 20px 80px;
	line-height:28px;
	margin-bottom:20px;
}
.object_price_currency{
	font-size:20px;
}
.object_price_additional{
	font-size:20px;
	font-weight:normal;
	color:#666666;
}
.object_meta_place{
	font-size:16px;
}
.object_meta_place dt{
	float:left;
	clear:left;
	margin-right:5px;
	font-weight:bold;
	margin-bottom:5px;
}
.object_meta_place dd{
	margin:0;
	float:left;
	margin-bottom:5px;
}
.object_params_title{
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}
.object_params{
	font-size:16px;
}
.object_params dt{
	float:left;
	clear:left;
	margin-right:5px;
	margin-bottom:5px;
	color:#7d7d7d;
}
.object_params dd{
	margin:0;
	float:left;
	margin-bottom:5px;
}

.object_phone{
	display:inline-block;
	height:26px;
	background: #fafafa url('../_i/icon_phone2.png') 10px 10px no-repeat;
	font-size:18px;
	padding:10px 10px 10px 40px;
}

.object_description{
	padding-top:30px;
	float:left;
	width:640px;
	font-size:14px;
	line-height:20px;
}
.object_description_title{
	font-size:14px;
	font-weight:bold;
}
.object_entry_intro{
	font-size:14px;
	font-weight:bold;
	margin:20px 0;
}
.object_entry_link{
	display:block;
	text-align:center;
	padding:10px 0;
	border:none;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	background-color: #cf3f41;
	outline:none;
}
.object_map{
	padding-top:40px;
	margin-left:660px;
	line-height:20px;
}
.object_map_title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.object_map_cont{
	height:250px;
	background:#cccccc;
}
.mortgage{
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
}
.mortgage li{
	padding:0;
	margin:0;
	display:inline-block;
	text-align:center;
	width:49%;
	height:250px;
}
.mortgage li img{
	vertical-align:middle;
}
.mortgage-title{
	margin:20px 0;
	padding:20px;
}
.mortgage-title h2{
	text-align:center;
	margin:0 0 20px 0;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}
.mortgage-title ul{
	list-style:none;
	padding:10px 0 0 0;
	margin:0;
	width:100%;
}
.mortgage-title li{
		float:left;
		width:33.3%;
		padding:0;
		text-align:center;
}
.mortgage-title .mortgage-title-item{
		margin:0 10px;
		padding:10px;
		height:200px;
		background:#fff;
		border:5px solid #ccc;
		position:relative;
	 -moz-transition: all 0.3s ease-out;
	 -o-transition: all 0.3s ease-out;
	 -webkit-transition: all0.3s ease-out;
	 transition: all 0.3s ease-out;
}
.mortgage-title li:hover .mortgage-title-item{
	 -webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -o-transform: scale(1.1);
	 transform: scale(1.1);
	 border:5px solid #cd3e3f;
}
.mortgage-title .mortgage-title-item a{
	display:block;
	position:absolute;
	left:0; top:0;
	width:100%;
	height:100%;
}
.mortgage-title .mortgage-title-percent{
	font-size:16px;
	text-transform:uppercase;
	margin:20px 0;
	font-weight:bold;
}
.mortgage-title .mortgage-title-percent span{
	color:#d03b41;
}
.mortgage-title .mortgage-title-text{
	font-size:14px;
}
/* PARTNERS */
.partners{
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}
.partners_item{
	width:33.3%;
	height:100px;
	float:left;
	text-align:center;
}

/* TEAM */
.team{
	list-style:none;
	margin:0;
	padding:0;
}
.team_item{
	display:inline-block;
	width:186px;
	text-align:center;
	font-size:14px;
	line-height:1.4em;
	vertical-align:top;
	position:relative;
	margin-bottom:40px
}
.team_item_a{
font-size:0.85em;
}
.team_item_img{
	width:130px;
	height:130px;
	border-radius:70px;
	border:5px solid #ffffff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
	position:absolute;
	left:50%;
	margin-left:-75px;
}
.team_item:hover .team_item_img{
	width:140px;
	height:140px;
	margin-left:-80px;
	border-radius:75px;
	border-color:#d03b3d;
}
.team_item span{
	display:block;
}
/*
.team_item a{
	color:#333333;
	display:block;
}
*/
.team_item_name{
	font-weight:bold;
	color:#d03b3d;
	padding-top:150px;
}

.view_request_block{
	max-width:500px;
	background:#fff;
	padding:20px;
	text-align:left;
	margin:40px auto;
	position:relative;
}
.view_request_block h2{
	font-size:18px;
	font-weight:normal;
	margin: 0 0 5px 0;
	padding:0;
}

.view_request_object{
	font-size:14px;
	padding:5px 5px 0 5px;
	background:#cccccc;
	margin-bottom:20px;
}
.view_request_object p{
	padding:0 0 5px 0;
	margin:0;
}
.view_request_form{
	font-size:14px;
}
.view_request_form dl{
	padding:0;
	margin:0;
	margin:0 0px 10px 0;
	
}
.view_request_form dl dt{
	margin:0 0 10px 0;
	padding:3px 0 0 0;
	display:inline-block;
	width:150px;
	line-height:20px;
	vertical-align:top;
}
.view_request_form dl dd{
	width:300px;
	margin:0 0 10px 0;
	padding:0;
	display:inline-block;
}
.view_request_form input,
.view_request_form textarea{
	width:100%;
	padding:5px;
}
.view_request_form button{
	padding:10px;
	font-size:14px;
	border:0;
	text-transform:uppercase;
	color:#ffffff;
	background:#d03e42;
	margin-left:3px;
	outline:none;
}

.add_object_form{
	margin:20px auto 0 auto;
	position:relative;
	font-size:13px;
	padding:20px;
	width:400px;
	background:#efefef;
}

.add_object_form td{
	padding:5px;
}
.add_object_form td.col{
	width:150px;
}
.add_object_form td.col_double{
	width:300px;
}
.add_object_form td input,
.add_object_form td textarea,
.add_object_form td select{
	padding:5px;
}
.add_object_form .button{
	padding:10px;
	font-size:14px;
	border:0;
	text-transform:uppercase;
	color:#ffffff;
	background:#d03e42;
	margin-left:3px;
	outline:none;
}

.add_object_item{
	width:33.3%;
	float:left;
	height:200px;
}
.add_object_item_inner{
	margin:20px;
	font-size:16px;
	text-align:center;
}
.add_object_item_inner a{
	display:block;
	padding:20px;
	border-radius:10px;
	background:#efefef;
	border-width:3px
}
.add_object_item_icon {
	display:block;
	vertical-align:middle;
}
.add_object_item_icon svg{
	height:45px;
}
.add_object_item_icon svg path{
	fill:#a1a1a1;
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:none;
}
a:hover .add_object_item_icon svg path{
	fill:#d03b3d;
}


.bank{
	margin-bottom:20px;
}
.bank_logo{
	width:300px;
	float:left;
}
.bank_description{
	margin-left:320px;
	font-size:13px;
	line-height:1.4em;
}

.gallery{
	list-style:none;
	margin:0;
	padding:0;
}
.gallery_item{
	width:25%;
	float:left;
	text-align:left;
}
.gallery_item a{
	outline:none;
}

.file_list{
	list-style:none;
	margin:0;
	padding:0;
}
.file_list_item{
	margin-bottom:20px;
	font-size:15px;
}
.icon_doc{
	display:inline-block;
	width:15px;
	height:19px;
	background:url('../_i/icon_doc.png') 0 0 no-repeat;
	vertical-align:middle;
	margin-right:5px;
}

.contacts{
	font-size:16px;
}
.contacts ul{
	list-style:none;
	margin:0;
	padding:0;
}
.contacts ul li{
	margin-bottom:10px;
	padding:10px 0 10px 65px;
	width:50%;
}
.contacts ul li.tel{
	background:url('/_i/icon_c_tel.png') 20px 10px no-repeat;
}
.contacts ul li.mail{
	background:url('/_i/icon_c_mail.png') 20px 10px no-repeat;
}
.contacts ul li.viber{
	background:url('/_i/icon_c_viber.png') 0 7px no-repeat;
}
.contacts ul li.watsapp{
	background:url('/_i/icon_c_wa.png') 0 3px no-repeat;
}
.contacts ul li.skype{
	background:url('/_i/icon_c_skype.png') 0 10px no-repeat;
}
.contacts ul li.address{
	background:url('/_i/icon_c_address.png') 20px 3px no-repeat;
}
.contacts_data{
	width:50%;
	float:left;
}
.contacts_map_wrapper{
	width:50%;
	float:left;
}
.contacts_map{
	height:300px;
}

.sub_nav{
	list-style:none;
	margin:0;
	padding:0;
	font-size:20px;
}
.sub_nav_item{
	float:left;
	width:33.3%;
	height:50px;
	text-align:center;
}

.reviews_item{
	margin-bottom:20px;
}
.reviews_item_name{
	font-size:16px;
	font-weight:bold;
}
.reviews_item_text{
	font-size:14px;
	padding:10px;
	margin-top:10px;
	background:#cccccc;
	position:relative;
}
.reviews_item_text::before{
	position:absolute;
	content:'';
	left:0;
	top:-20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #cccccc;
}
.review_add{
	display:block;
	border:none;
	color:#ffffff;
	font-size:24px;
	font-weight:300;
	background:#cd3e41;
	padding:10px;
	margin-bottom:20px;
	outline:none;
	text-transform:uppercase;
	text-align:center;
	
}

.reviews_v2 .reviews_item{
	width:50%;
	float:left;
	margin-bottom:30px;
}
.reviews_v2 .reviews_item:nth-child(odd){
	clear:left;
}
.reviews_v2 .reviews_item :nth-child(even) .reviews_item_inner{
	margin:0 0 0 20px;
}
.reviews_v2 .reviews_item:nth-child(odd) .reviews_item_inner{
	margin:0 20px 0 0;
}
.reviews_v2 .reviews_item_text{
	font-size:14px;
	padding:0;
	margin-top:10px;
	background:#fff;
	position:relative;
}
.reviews_v2 .reviews_item_text::before{
	display:none;
}
.reviews_v2 .reviews_item  .reviews_item_inner.big{
	border-left:8px solid #cd3e40;
	padding-left:20px;
}
.reviews_v2 .reviews_item  .reviews_item_inner.big  .reviews_item_text{
	font-size:20px;
	font-style:italic;
	font-weight:300;
	color:#cd3e40;
}
.reviews_v2 .reviews_item_name{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
}
.reviews_v2 .reviews_item_dt{
	font-size:12px;
}
.reviews_v2 .reviews_item_reply{
	padding:10px;
	font-size:14px;
	float:right;
	width:50%;
	background:#ccc;
	border-radius:10px;	
	position:relative;	
	z-index:10;
}
.reviews_v2 .reviews_item_reply_author{
	font-weight:bold;
	margin-top:5px;
}
.reviews_v2 .reviews_item_reply:after{
	display:block;
	content:"";
	position:absolute;
	left:20px;
	top:-30px;
	border: 15px solid transparent;
	border-bottom: 20px solid #ccc;	
	z-index:5;
}
.reviews_v2 .review_add{
	display:block;
	border:none;
	color:#ffffff;
	font-size:24px;
	font-weight:300;
	background:#cd3e41;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	outline:none;
	text-transform:uppercase;
	text-align:center;
	position:relative;	
}
.reviews_v2 .review_add:after{
	display:block;
	content:"";
	position:absolute;
	right:50px;
	bottom:-20px;
	border: 20px solid transparent;
	border-right: 20px solid #cd3e41;
}
.reviews_v2_img{
	margin-bottom:40px;
}
.reviews_v2_img img{
	width:100%;
}
.news_list_item{
	margin-bottom:20px;
	font-size:13px;
}
.news_list_item_img{
	width:150px;
	float:left;
}
.news_list_item_dt{
	font-weight:bold;
	margin-bottom:10px;
	margin-left:170px;
}
.news_list_item_header{
	font-size:16px;
	margin-bottom:10px;
	margin-left:170px;
}
.news_list_item_lead{
	margin-left:170px;
}

.news_full_dt{
	color:#666666;
	font-size:14px;
	margin-top:-10px;
	margin-bottom:10px;
}
.news_full_title{
	font-size:32px;
}
.news_full_img{
	width:300px;
	float:left;
	margin-bottom:20px;
}
.news_full_lead{
	margin-left:320px;
	font-style:italic;
	margin-bottom:20px;
	font-size:18px;
}
.news_full_text{
	clear:both;
	font-size:15px;
}

.paginator{
	font-size:15px;
}
.paginator a,
.paginator span{
	display:inline-block;
	margin:0 5px;
	padding:2px 7px;
	background:#dddddd;
	font-weight:bold;
}
.paginator .active{
	color:#ffffff;
	background:#d63943;
}

.fast_buy{
	margin:20px 0;
	position:relative;
	background:#ff8807;
	text-align:center;
}
.fast_buy p{
	font-size:14px;
	margin:17px;
	color:#fff;
}
.fast_buy_inner{
	padding:20px 20px 0 20px;
	height:65px;
}
.fast_buy_left,
.fast_buy_right{
	width:50%;
	float:left;

}
.fast_buy h3{
	font-size:24px;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
.fast_buy_right{
	padding-top:5px;
	text-align:right;
}
.fast_buy_right .fast_buy_inner{
	height:60px;
}
.fast_buy_left .fast_buy_inner{
	padding-top:15px;
	height:70px;
}
.fast_buy .error{
	position:absolute;
	right:0;
	background:#ff9966;
} 
.fast_buy_left{
	background:#f06c19;
	color:#fff;
	position:relative
}
.fast_buy_left:after{
	content:'';
	display:block;
	position:absolute;
	right:-64px;
	top:0;
	border: 42px solid transparent;	border-left: 42px solid #f06c19;
}
.fast_buy_left:before{
	content:'';
	display:block;
	position:absolute;
	right:-84px;
	top:0;
	border: 42px solid transparent;	border-left: 42px solid #ffa200;
}
.fast_buy_right{
	background:#ff8807;
}
.fast_buy_ok{
}
.fast_buy .fast_buy_left p{
	font-size:14px !important;
	margin:0;
	padding:0;
}
.fast_buy input{
	width:150px;
	font-size:14px;
	padding:7px;
	margin-right:10px;
}
.fast_buy button{
	padding:9px;
	font-size:14px;
	border:0;
	text-transform:uppercase;
	color:#ffffff;
	background:#d03e42;
	margin-left:3px;
	outline:none;
}


.fast_buy.not_found_object{
	background:#339907;
}
.not_found_object .fast_buy_left{
	background:#339907;
	color:#fff;
	position:relative
}
.not_found_object .fast_buy_left:after{
	content:'';
	display:block;
	position:absolute;
	right:-64px;
	top:0;
	border: 42px solid transparent;	border-left: 42px solid #339907;
}
.not_found_object .fast_buy_left:before{
	content:'';
	display:block;
	position:absolute;
	right:-84px;
	top:0;
	border: 42px solid transparent;	border-left: 42px solid #4bbc19;
}
.not_found_object .fast_buy_right{
	background:#67cb3b;
}


.fast_buy.add_my_object{
	background:#076b99;
}
.add_my_object .fast_buy_left{
	background:#076b99;
	color:#fff;
	position:relative
}
.add_my_object .fast_buy_left:after{
	content:'';
	display:block;
	position:absolute;
	right:-64px;
	top:0;
	border: 42px solid transparent;	border-left: 42px solid #076b99;
}
.add_my_object .fast_buy_left:before{
	content:'';
	display:block;
	position:absolute;
	right:-84px;
	top:0;
	border: 42px solid transparent;	border-left: 42px solid #1989bc;
}
.add_my_object .fast_buy_right{
	background:#3b9ecb;
}
.add_my_object_link{
	padding-top:5px;
	text-align:center;
}
.add_my_object_link a{
	border:none;
	color:#fff;
	padding:10px 0 10px 40px;
	font-size:22px;
	background:url('/_i/add_icon.png') 0 50% no-repeat;
}


.services_list{
	list-style:none;
	margin:0;
	padding:0;
}
.services_list li{

	text-align:center;
	width:33.3%;
	float:left;
	height:250px;
}
.services_list .services_item{
	margin-right:20px;
	font-size:14px;
	position:relative;
	line-height:1px;
	border-bottom:3px solid #cd3f3e;
	overflow:hidden;
	height:180px;
}
.services_list .services_item img{
	width:100%;
	opacity:0.8;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.services_list .services_item a{
	border:none;
}
.services_list .services_item h2{
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	position:absolute;
	width:100%;
	margin:0;
	padding:5px 0;
	top:0; left:0;
	background:rgba(255,255,255,0.6); 
}
.services_list .services_item:hover img{
	margin-top:-5%;
	margin-left:-10%;
	width:120%;
}


.service_full_left{
	float:left;
	width:100%;
}
.service_full_content{
	margin-right:280px;
}
.service_full ul{
	list-style:none;
	margin:0;
	padding:0;
}
.service_full ul li{
	background:url('../_i/list_bullet.png') 0 5px no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}
.service_full_img_desc h3{
	font-size:18px;
	font-weight:normal;
	color:#cd3f3e;
}
.service_full big{
	border-left:3px solid #cd3f3e;
	display:block;
	font-size:18px;
	background:#ffcc99;
	padding:10px;
}
.service_full_right{
	width:260px;
	float:left;
	margin-left:-260px;
}

.service_full .button{
	display:block;
	margin:10px 0;
	text-align:center;
	padding:10px;
	font-size:14px;
	border:0;
	text-transform:uppercase;
	color:#ffffff;
	background:#d03e42;
	margin-left:3px;
	outline:none;
}

/* FOOTER */
footer{
	background:#f2f2f2;
	margin-top:40px;
	padding:20px 0;
	font-size:12px;
	line-height:16px;
	color:#757575;
	height:90px;
}
footer .wf{
	position:relative;
}
footer a{
	color:#757575;
	border-color:#bfbfbf;
}



.footer_call{
	font-size:13px;
	color:#333333;
	position:absolute;
	right:30%;
	top:-7px;
	line-height:30px;
}
.footer_call_phone{
	font-size:30px;
	margin-left:-20px;
}
.footer_call_link{
	font-size:12px;
	text-decoration:none;
	color:#d03b3d;
	border-bottom:1px solid #f3cece;
	outline:none;
}
.footer_call_icon{
	display:inline-block;
	height:30px;
	width:30px;
    background:url('../_i/icon_phone2.png') 0 0 no-repeat;
	vertical-align:middle;
	margin-right:5px;
}
.footer_call_icon svg{
	height:30px;
}

.footer_call_icon svg path{
	fill:#d03b3d;
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:none;
}

.footer_delelopers{
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
}

/* MISC */
.hide{
	display:none;
}
.error{
	margin:10px 0;
	padding:5px;
	font-size:14px;
	background:#f2bf88;
}
.wf{
	width:1140px;
	margin:0 auto;
}
.bl{
	display:block;
}
.nb{
	border:none;
}
.n-txt{
	font-size:14px;
	line-height:20px;
}

.cf {
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    *zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}