div.header {
}
div.header .nav .left a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b3866f;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    bottom: 22px;
    content: "";
    display: block;
    height: 0;
    left: -12px;
    position: absolute;
    width: 0;
    z-index: 5;
}
h1{
	 border-bottom: 1px solid #f0e7e2;
}
.mainblock .content{
	width: 904px;
	margin: auto;
}

body.tablet .mainblock .content{
	width: auto;
	max-width: 800px;

}
.filters{
	font-size: 13px;
	padding-top: 20px;
}
.filters .filter{
	display: block;
	float: left;
	width: 180px;
	height: 74px;
	position: relative;
}
.filters .filter .title{
	text-align: center;
	height: 20px;
}
.filters .filter.wing .title,
.filters .filter.bedrooms .title,
.filters .filter.bedrooms .cont,
.filters .filter.view .title,
.filters .filter.type .title
{
	width: 160px;
}


.filters .filter.size .title{
}
.filters .filter .cont{
	padding-top: 10px;
	height: 44px;
	position: relative;
}

.filter.wing .preview{
	display: none;
	width: 176px;
	height: 214px;
	background: #fff url(../images/wings/all0.png) center center no-repeat;
	position: absolute;
	left: -185px;
	top: 10px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	z-index:10;
}
.filter.wing .preview.show{
	display: block;
}

body.tablet .filter.wing .preview{
	left: auto;
	right: -17px;
}


/*.filters .filter.floor,
.filters .filter.size,*/
.filters .filter.reset{
	width: 180px;
}
.filters .filter.submit{
	width: 180px;
}

.filter .cont.options_list .ui-button{
	display: block;
	margin: 0 0 0;
	border: 1px #d5c8c1 solid;
	border-radius: 0;
	font-size: 13px;
	background: #fff;
}
.filter .cont.options_list .ui-button:active{
	color: #000;
}
.filter .cont.options_list .ui-button .ui-selectmenu-text{
	font-size: 13px;
}
.filter .cont.options_list .ui-button .ui-selectmenu-text::first-letter{
	text-transform: uppercase;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
	padding: 0;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper{
	font-size: 13px;
	padding: 4px 10px;
}
.ui-selectmenu-menu .ui-widget-content .ui-state-active{
    background: #b3866f none repeat scroll 0 0;
    border: 1px solid #b3866f;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
    border: 1px solid #d5c8c1;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content .ui-menu-item-wrapper::first-letter{
	text-transform: uppercase;
}

.filter.bedrooms .cont{
	text-align: center;
}
.filter.bedrooms label{
	display: inline-block;
	border: 1px  solid #d5c8c1;
	border-radius: 16px;
	text-align: center;
	width: 30px;
	padding: 5px 0 6px;
	margin: -2px 4px 0 4px;
}
.filter.bedrooms label:hover{
	background: #EBDED8 ;
}
.filter.bedrooms label.checked{
	color: #fff;
	background: #b3866f ;
	border: 1px  solid #b3866f;
}
.filter.bedrooms label input{
	display: none;
}

.filters .filter .cont .slider-range{
    display: block;
    margin: 8px 15px 0 !important;
}
.filters .filter.price .cont .slider-range{
    margin-right: 0 !important;
}
.filters .cont .range {
	text-align: center;
	padding-top: 6px;
}
.filter.reset a{
	display: block;
	position: absolute;
	right: 11px;
	top: 25px;
	color: #9f6847;
	text-decoration: underline;
}
.filters button{
	height: 40px;
	width: 148px;
	background-color: #b3866f;
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.0714em;
	border-radius: 4px;
	border: none;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
table.aparts{
	width: 100%;
}

.aparts th,
.aparts td{
	text-align: left;
	border-bottom: 1px solid #f0e7e2;
	padding: 12px 0;
	color:#424242;
	cursor: pointer;
}	
.aparts tr:hover td{
	background-color:#f8f4f4;
}

.aparts tr.reserved td.num{
	color: #FF9F00;
}

.aparts th:last-child,
.aparts td:last-child{
	text-align: right;
}
.aparts td.price{
    padding: 12px 5px 12px 0;
}
.aparts td.price.discounted{
	/*background:#cc0000  url(../images/percent.svg) center center no-repeat;*/
	background-size: contain;
	--color: #ffffff;
	--font-weight: bold;
	position: relative;
}
.aparts td.price.discounted .discount,
.aparts td.price.discounted::after{
    position: absolute;
	display:block;
	width:24px;
	height:24px;
	content: '';
    background: transparent url(../images/discount.svg) 0 0 no-repeat;
    top: 9px;
    right: -28px;

}

.aparts th{
	border-top: 1px solid #f0e7e2;
	color:#9f6847;
}
.aparts th.tablesorter-header .tablesorter-header-inner{
	cursor: pointer;
}
.aparts th.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner,
.aparts th.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner{
		color:#9f6847;
	
	}
.aparts th.tablesorter-header .tablesorter-header-inner::after{
		display:inline-block;
		width:11px;
		height:15px;
		content: '';
		margin: 0 0 0 5px;
	    background: transparent url(../images/sort/UnSorted.png) 0 0 no-repeat;
	    vertical-align: middle;
	}
.aparts th.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner::after{
	    background-image: url(../images/sort/Desc.png);
	}	
.aparts th.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner::after{
	    background-image: url(../images/sort/Asc.png);
	}	
.aparts th.sorter-false.tablesorter-header .tablesorter-header-inner{
		cursor: default;
	}
.aparts th.sorter-false.tablesorter-header .tablesorter-header-inner::after{
		display:none;
	}
	body.tablesorting *{
		cursor: wait !important;
	}

.aparts tr td.num span,
.aparts tr td.palette span,
.aparts tr td.price span
		{display: none}

.aparts tr td.view::first-letter {
    text-transform: uppercase;
}

.mainblock h3 {
 	font-family: "FFDINWebProLight";
	text-align: center;
	color:#9f6847;
	border-top: 1px solid #f0e7e2;
	padding-top: 30px;
}

.prices_disclaimer{
/*	padding: 19px 17px 21px 25px;
	background-color: #f7f7f7;*/
	font-size: 12px;
	color: #333333;
	margin-top: 25px;
}


.filter .hideNotForSale{
	left: 72px;
	top: 18px;
}

.aboutPrices{
	border-bottom: 1px solid #f0e7e2;
	text-align: center;
	font-size: 16px;
	padding: 16px 0;
}
.aboutPrices a{
	color: #9F6847;
}

.options_list .ui-icon{
	width: 16px !important;
}