/* =================================
------------------------------------
private-realt
 ------------------------------------
 ====================================*/

/*----------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext');

/* Template default CSS
/*----------------------------------------*/



html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #322429;
	font-weight: 700;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #6a6a6a;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 65px;
}

.section-title h2 {
	font-size: 72px;
}

.section-title p {
	padding: 25px 30px 10px;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 110px;
	padding-bottom: 110px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	padding: 21px 44px;
	min-width: 156px;
	font-size: 16px;
	background: #ff000a;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-light {
	background: #fff;
	color: #241e1e;
}

.site-btn.sb-big {
	font-weight: 700;
	font-family: "Lato", sans-serif;
	padding: 21px 48px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: rgba(255,255,255,0.5);
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
Header section
 ---------------------*/

.header-section {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0;
	background: url('/static/img/city-bg.jpg') #362d2b repeat-x center 95%;

	z-index: 999;
}

.header-section.header-bg-2 {
	background: rgba(34, 34, 34, 0.83);
}

.header-section > .row {
	margin: 0!important;
	padding: 0;
	
}

.header-nav {
	text-align: right;
	padding-top: 5px;
}

.site-logo {
	float: left;
	display: inline-block;
	padding: 5% 0 10px 0;
}

.federations-logos {
	padding: 5% 0px 5px 5px;
	text-align: center;
}
.federations-logos img {
	padding: 0 5%;
	max-height: 80px;
    max-width: 40%;
}
.federations-logos-frame {
	min-height: 50px;
}

.recommendus {
	padding: 10% 5px 5px 0;
	text-align: center;
	width: 100%;
}
.recommendus h4 {
	color: #eee;
	font-weight: 300;
	font-size: 16px;
}
.recommendus div {
	text-align: center;
	
}
.recommendus a {
	padding: 0 5px;
}
.recommendus a:hover {
	color: #eee!important;
}

.phonelink a {
	white-space: nowrap;
	border: 2px solid #fff!important;
	padding: 5px!important;
}
.phonelink a:hover {
	border: 2px solid #f00!important;
}
.phonelink i {
	
}


@media only screen and (min-width: 768px) {

	.main-menu {
		display: table;
		width: 100%;
		padding-right: 5px;
	}

	.main-menu li {
		display: table-cell;
		width: 1%;
		position: relative;
		vertical-align: middle;
		text-align: center;
	}

	.main-menu li a {
		display: block;
		font-size: 16px;
		color: #ffffff;
		font-family: Roboto, sans-serif;
		padding: 0 1px 5px;
		text-shadow: 1px 1px 1px #111;
		border-bottom: 2px solid transparent;
		margin-right: 10px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.main-menu li a:hover,
	.main-menu li a.active {
		border-bottom: 2px solid #ff000a;
	}

	.main-menu li:hover>.sub-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 20px;
	}

	.main-menu .sub-menu {
		position: absolute;
		list-style: none;
		width: 220px;
		right: 0;
		top: 100%;
		text-align: left;
		padding: 20px 0;
		visibility: hidden;
		opacity: 0;
		margin-top: 50px;
		background: #4e4848;
		z-index: 99;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
	}

	.main-menu .sub-menu::before {
		position: absolute;
		content: "";
		right: 55px;
		top: -7px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 7px solid #4e4848;
	}

	.main-menu .sub-menu.wide-menu::before {
		right: 355px;

	}

	.main-menu .sub-menu:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 20px;
		left: 0;
		top: -20px;
	}

	.main-menu .sub-menu li {
		display: block;
		width: auto;
		text-align: left;
	}

	.main-menu .sub-menu li a {
		display: block;
		color: #fff;
		margin-right: 0;
		padding: 5px 20px;
		border-bottom: none;
		
	}

	.main-menu .sub-menu li a:hover {
		text-shadow: 0px 1px 1px #000000;
		color: #f99;
	}

	.main-menu .sub-menu.wide-menu {
		width: 440px;
		left: 0;
	}
	.main-menu .sub-menu.wide-menu table {
		width: 100%;
	}
}

.header-right {
	display: inline-block;
}

.header-right a {
	color: #fff;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	display: inline-block;
}

.header-right .register {
	border: 2px solid #fff;
	min-width: 130px;
	text-align: center;
	padding: 8px 15px;
	margin-left: 25px;
}

.slicknav_menu {
	display: none;
}

/* ----------------
Hero section
 -------------------*/

.hero-section {
	height: 724px;
	padding-top: 325px;
	position: relative;
}

.hero-warp {
	padding: 27px 48px 31px;
	background: rgba(34, 36, 43, 0.83);
}

.hero-name-container {
	position: absolute;
	top: 1vw;
	left: 0;
	width: 100%;
}

.hero-name-container .hero-arency {
	font-size: 3.5vw;
	display: block;
	text-align: center;
	color: #fff;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.5);
}

.hero-name-container .hero-arency-name {
	font-size: 4.5vw;
	display: block;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}


@media only screen and (max-width: 767px) {
	
	.hero-name-container .hero-arency {
		font-size: 2.0em;
		line-height: 1;
	}

	.hero-name-container .hero-arency-name {
		font-size: 3.2em;
		line-height: 1;
	}

	
}

.main-search-form {
	font-family: "Lato", sans-serif;
}

.main-search-form p {
	font-size: 12px;
	color: #b6b6b6;
	font-style: italic;
	margin-bottom: 0;
}

.search-type .st-item {
	display: inline-block;
}

.search-type .st-item input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.search-type .st-item input:checked+label {
	padding: 11px 30px;
	background: #ff000a;
}

.search-type .st-item input:checked+label:after {
	bottom: -15px;
	opacity: 1;
	-webkit-transition: all 0.2s ease 0.3s;
	transition: all 0.2s ease 0.3s;
}

.search-type label {
	position: relative;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #fff;
	padding: 11px 1px;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.search-type label:after {
	position: absolute;
	content: "";
	bottom: -25px;
	left: calc(50% - 4px);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fff;
	opacity: 0;
}

.search-input {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 23px;
}

.search-input input {
	width: calc(100% - 156px);
	height: 71px;
	padding-left: 5px;
	color: #3a3a3a;
	font-style: italic;
	border: none;
}

.search-input.si-v-2 input {
	width: calc(100% - 384px);
}

.search-input.si-v-2 .sb-light {
	margin-left: 25px;
	min-width: 203px;
}

.search-input select {
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.search-span {
	background: #fff;
	height: 71px;
    line-height: 71px;
	padding-left: 5px;
	white-space: nowrap;
}

.frontpage_filter_type {
	width: 150px;
}
.frontpage_filter_room {
	width: 150px;
}
.frontpage_filter_area {
	width: 150px;
}


@media only screen and (max-width: 767px) {
  
	.search-input select {
		display: block;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 5px 0;
	}
  
	.search-input span {
		color: #fff;
		background: none;
	}
	
	.search-input label {
		margin: 0;
	}
	
	.search-input input {
		height: 30px;
	}
	
	.search-span {
		line-height: 30px;
	}
	
	.search-input button {
		width: 100%;
	}
	
	.frontpage_filter_type,
	.frontpage_filter_room,
	.frontpage_filter_area	{
		width: 100%;
	}
	
	h1 {
		font-size: 30px;
	}
	h4 {
		font-size: 16px;
	}
	
	.formPricelow-wrapper {
		width: 20%;
		display: inline-block;
		margin: 0;
		
	}
	#formPricelow {
		width: 22%;
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	.formPricehi-wrapper {
		width: 10%;
		display: inline-block;
		margin: 0;
	}
	#formPricehi {
		width: 22%;
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	select.formCurrency {
		width: 20%;
		display: inline-block;
		margin: 0;
	}
	
}



/* ----------------
Intro section
 -------------------*/

.intro-first {
	margin-bottom: 98px;
}

.about-text h3 {
	margin-bottom: 30px;
}

.about-text h2 {
	font-size: 72px;
	line-height: 1;
	margin-bottom: 35px;
}

.about-text p {
	margin-bottom: 25px;
}

.readmore-btn {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #ff000a;
	border-bottom: 1px solid #ff000a;
	line-height: 1;
}

.readmore-btn:hover {
	color: #ff000a;
}

.big-icons-block div {
	text-align: center;
}

/* ----------------
Hero section
 -------------------*/

.property-section {
	padding-bottom: 52px;
}

.property-section .section-title {
	margin-bottom: 90px;
}




/* Box-sizing reset: //w3bits.com/?p=3225 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* The Masonry Container */
.masonry {
	margin: 1.5em auto;
/*	max-width: 1280px;*/
	column-gap: 3em;
	column-count: 1;
}


.masonry-item { /* Masonry bricks or child elements */
	background-color: #4e4848;
	display: inline-block;
	margin: 0 0 2em;
	width: 100%;
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 4;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
  }
}


.realty_category_filter {
	border-radius: 15px;
	background: #48403e;
	display: block;
	margin-top: 1em;
	top: 1em;
    padding: 10px;
	color: #fff;
	z-index: 80;
	box-shadow: 0 0 0.6em #261d1b;
}

.realty_category_filter .room_swither label {
	border-color: #362d2b;
	/*box-shadow: 0 0 0.6em #261d1b;*/
}

.novostroy-property-item-block,
.property-items-block {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
	grid-auto-rows: 1fr;
}
.novostroy-property-item-block::before,
.property-items-block::before {
  content: '';
  width: 0;
  padding-bottom: 100%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}

.novostroy-property-item-block > *:first-child,
.property-items-block > *:first-child {
  grid-row: 1 / 1;
  grid-column: 1 / 1;
}


.property-items-block > .row {
	margin: 0;
}

.novostroy-property-item,
.property-items-block .property-item {
	padding: 0px;
	margin: 20px;
	overflow: hidden;
    background: #48403e;
	position: relative;
	border-radius: 15px;
	box-shadow: 0 0 0.6em #261d1b;

}

.novostroy-property-item a,
.property-item a {
	margin: 0;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 0.6em #261d1b;
	transition: box-shadow 0.3s ease-in-out;
	display: block;
    height: 100%;
}
.novostroy-property-item a:hover,
.property-item a:hover{
	box-shadow: 0 0 0.8em 2px #d22;
}

.property-item img {
/*	min-width: 100%;
	min-height: 100%;*/
    position: absolute;
}

.property-item .pi-image {
/*	position: relative;
	margin-bottom: 0px;
	*/
}


.property-items-block .property-item a img {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.55s ease;
}

.property-items-block .property-item a:hover img {
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.55s ease;
}


.pi-descr {
	position: absolute;
	left: 0;
	bottom: 0;
}

.property-item .pi-badge {
	position: absolute;
	left: 0;
	top: 10%;
	min-width: 87px;
	padding: 13px 10px 0;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 0 10px 10px 0;
}

.property-item .pi-badge.new {
	background: #ff000a;
}

.property-item .pi-badge.offer {
	background: rgba(255,0,0,0.5);
}

.novostroy-property-item h3,
.property-item h3 {
	margin-bottom: 0px;
	padding: 0 15px;
	display: inline;
	font-weight: 300;
	color: #eee;
	font-size: 26px;
	background: #48403e;
	background: rgba(72, 64, 62, 0.5);
}

.novostroy-property-item h5,
.property-item h5 {
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	background: #48403e;
	background: rgba(72, 64, 62, 0.5);
	color: #eee;
	text-shadow: 1px 1px 1px #111;
	font-weight: 500;
	font-size: 18px;
	
}

.novostroy-property-item p,
.property-item p {
	margin-bottom: 20px;
}

.novostroy-property-item .pi-metas,
.property-item .pi-metas {
	padding: 0;
/*	position: absolute;*/
	bottom: 0;
	left: 0;
	
}

.novostroy-property-item .pi-metas .pi-meta,
.property-item .pi-metas .pi-meta {
	background: #48403e;
	background: rgba(72, 64, 62, 0.5);
} 



.property-carousel-block {
	margin: 0;
	padding: 0 20px;
}

.property-carousel-block .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 0;
	border-radius: 15px;
	
	box-shadow: 0 0 0.2em #261d1b;
}
.property-carousel-block .item a {
	overflow: hidden;
    height: 100%;
    display: block;
    border-radius: 15px;
}

.property-carousel-block .item h5 {
	margin: 20px;
	background: #48403e;
	background: rgba(72, 64, 62, 0.5);
	color: #eee;
	text-shadow: 1px 1px 1px #111;
	
}

.owl-nav button {
	
	background: #f00;
	box-shadow: 0 0 0.4em #261d1b;
	
}

.top_hot_header {
	text-align: center;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.top_hot_header span {
	border-bottom: 2px solid #f00;
	padding: 0px 20px;
}

hr.redline {
	border-bottom: 2px solid #f00;
	margin-bottom: 0;
}

/* ----------------
Novostroy section
 -------------------*/
 
.novostroy-items-block {
	margin: 0;
	padding: 0;
}

.novostroy-items-block > .row {
	margin: 0;
}

.novostroy-items-block .novostroy-item {
	padding: 20px;
	margin: 0;
	overflow: hidden;
}

.novostroy-items-block .novostroy-item h4 {
	padding: 20px;
	margin: 25px;
	position: absolute;
	bottom: 0;
	background: rgba(150,50,50,0.35);
	color: #fff;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.novostroy-items-block .novostroy-item a:hover h4 {
	background: rgba(255,0,0,0.75);
	transition: all 0.35s ease;
}

.novostroy-items-block .novostroy-item a img {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.55s ease;
}

.novostroy-items-block .novostroy-item a:hover img {
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.55s ease;
}

.novostroy-flat-header {
	border-bottom: 2px solid #f00;
	text-decoration: none;
	font-size: 3em;
    font-weight: 300;
}


/* ----------------
Loan section
 -------------------*/

.loan-section {
	padding: 0 54px;
}

.loan-warp {
	background: #22242b;
	padding: 95px 0 110px;
}

.loan-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 878px;
	margin: 0 auto;
}

.loan-form input {
	width: 100%;
	height: 61px;
	padding: 10px 25px;
	color: #3a3a3a;
	font-size: 16px;
	font-style: italic;
	border: none;
	margin-right: 30px;
}

/* ----------------
Footer section
 -------------------*/

.footer {
	border-top: 64px solid #f00;
	text-align: center;
	padding: 40px 20px;
	
}

.footer p {
	margin: 0;
	line-height: 1.5;
	color: #666;
}

.footer-section {
	padding: 110px 0 0;
	background: #22242b;
}

.footer-widger {
	margin-bottom: 60px;
}

.footer-widger h2 {
	font-size: 18px;
	font-weight: 500;
	padding-top: 65px;
	margin-bottom: 33px;
}

.footer-widger ul {
	list-style: none;
}

.footer-widger ul li a {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 13px;
	opacity: 0.7;
}

.about-widget {
	margin-right: 41px;
	border-right: 2px solid #45484e;
}

.about-widget img {
	margin-bottom: 40px;
}

.about-widget .aw-text {
	max-width: 260px;
}

.about-widget .aw-text p {
	padding-right: 15px;
	margin-bottom: 35px;
}

.copyright {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	color: #676767;
	font-family: "Lato", sans-serif;
	padding: 5px 0 35px;
}

/* ----------------
Other Pages
 -------------------*/

.page-top-section {
	height: 410px;
	padding: 152px 15px 0;
}

.page-top-warp {
	max-width: 1280px;
	margin: 0 auto;
}

/* ----------------
About page
 -------------------*/

.sell-section {
	padding: 0 54px;
}

.sell-section .section-title {
	margin-bottom: 100px;
}

.sell-item {
	text-align: center;
	margin-bottom: 40px;
}

.sell-item .si-icon {
	width: 71px;
	height: 71px;
	margin-bottom: 33px;
	border-radius: 50%;
	background: #ff000a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sell-item .si-icon span {
	font-size: 24px;
	font-weight: 700;
}

.sell-item h3 {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	margin-bottom: 20px;
}

.sell-item p {
	opacity: 0.7;
}

.agents-section {
	padding-bottom: 80px;
}

.agents-section .section-title {
	margin-bottom: 70px;
}

.agent-item {
	text-align: center;
	margin-bottom: 30px;
}

.agent-item .ai-text {
	padding: 0 5px;
}

.agent-item img {
	min-width: 100%;
	margin-bottom: 35px;
}

.agent-item h4 {
	margin-bottom: 20px;
}

.agent-item p {
	margin-bottom: 25px;
}

/* ----------------
Blog page
 -------------------*/

.blog-item {
	margin-bottom: 58px;
}

.blog-item img {
	min-width: 100%;
}

.blog-item .blog-date {
	font-size: 16px;
	font-weight: 700;
	color: #6a6a6a;
	margin-bottom: 5px;
}

.blog-item h4 {
	margin-bottom: 20px;
}

.blog-item .blog-text {
	padding: 24px 22px 30px;
	background: #f5f8fa;
}

.blog-item.feature-blog {
	background: #f5f8fa;
}

.blog-item.feature-blog .blog-text {
	padding-top: 60px;
}

.blog-item.feature-blog h4 {
	margin-bottom: 30px;
}

.site-pagination {
	padding-top: 20px;
}

.site-pagination a {
	display: inline-block;
	color: #6a6a6a;
	font-size: 15px;
	text-align: center;
	padding: 4px 0;
	margin-right: 3px;
}

.site-pagination a.active {
	color: #fff;
	background: #ff000a;
	padding: 4px 5px;
}

/* -------------------
 Search Result Page
 ----------------------*/

.search-result-map {
	height: 100%;
	background: #ddd;
	position: relative;
}

.search-result-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.search-results {
	padding: 55px 64px 90px;
}

.search-results .property-item h5 {
	margin-bottom: 8px;
}

.search-results .filter-btn {
	list-style: none;
	margin-bottom: 70px;
}

.search-results .filter-btn li {
	display: inline-block;
	margin-right: 38px;
	font-family: "Lato", sans-serif;
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #322429;
	cursor: pointer;
}

.search-results .filter-btn li.active {
	color: #ff000a;
}

.search-results .load-more {
	min-width: 205px;
}

.novostroy-property-item .pi-metas,
.property-item .pi-metas {
	margin-bottom: 0px;
	background: none;
	color: #ddd;
}

.novostroy-property-item .pi-meta,
.property-item .pi-meta {
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #ddd;
	padding: 0 15px;
	margin: 0px;
	
}

.property-item .pi-meta:last-child {
	
}

.property-item .pi-meta:last-child:after {
	display: none;
}

.property-item .pi-meta:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	font-size: 15px;
	color: #6a6a6a;
}

/* ---------------------
Single Property Page
 ------------------------*/

.single-property .sp-image {
	position: relative;
	margin-bottom: 50px;
}

.fotorama__wrap {
	margin: 0 auto;
}

.single-property .sp-badge {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 87px;
	padding: 13px 10px 0;
	height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.single-property .sp-badge.new {
	background: #ff000a;
}

.single-property .sp-badge.offer {
	background: #ffba00;
}

.single-property .pi-metas {
	padding-top: 20px;
}

.single-property .pi-meta {
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #584d51;
	padding-right: 15px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-weight: 700;
}

.single-property .pi-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.single-property .pi-meta:last-child:after {
	display: none;
}

.single-property .pi-meta:after {
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	font-size: 15px;
	color: #584d51;
	font-weight: 700;
}

.single-property-section h1 {
	font-size: 50px;
	margin-bottom: 15px;
}

.single-property-section .item_view_remember_button_frame {
	
}

.item_view_remember_button_frame_soft {
	
}

.block_price,
.block_price_usd {
	font-size: 28px;
}

.property-header {
	margin-bottom: 45px;
	margin-bottom: 35px;
}

.property-header h3 {
	margin-bottom: 10px;
}

.property-header h5 {
	font-weight: 500;
	color: #6a6a6a;
}

.property-header p {
	line-height: 1;
	margin-bottom: 0;
}

.property-info-bar {
	padding: 11px 29px 13px;
	margin-bottom: 40px;
	border-top: 2px solid #dfe5e8;
	background: #f5f8fa;
}

.offer-btn {
	display: inline-block;
	text-align: center;
	min-width: 260px;
	padding: 10px 14px;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	color: #322429;
	border: 2px solid #475069;
	background: #fff;
	white-space: nowrap;
	margin: 10px 0;
}

.offer-btn:hover {
	color: #322429;
}

.offer-soft-btn {
	display: inline-block;
	text-align: center;
	padding: 10px 14px;
	height: 50px;
	min-width: 50px;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
	color: #322429;
	border: 2px solid #d8dbdd;
	background: #fff;
	white-space: nowrap;
	margin: 10px 0;
	border-radius: 25px;
}

.offer-soft-btn:hover {
	color: #322429;
}
.offer-soft-btn i {
	color: #e4774e;
}

.property-text h4 {
	margin-bottom: 25px;
}

.property-text p {
	margin-bottom: 35px;
}

.property-feature .pf-box {
	margin-bottom: 30px;
}

.property-feature .pf-box h6 {
	margin-bottom: 5px;
}

.property-feature .pf-box p {
	font-size: 16px;
	margin-bottom: 0;
}

.video-item {
	position: relative;
	margin-top: 10px;
	margin-bottom: 61px;
}

.video-item .video-play {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 110px;
	height: 56px;
	left: calc(50% - 55px);
	top: calc(50% - 28px);
	border-radius: 24px;
	font-size: 17px;
	color: #ff000a;
	background: #fff;
}

.loan-calculator {
	padding: 53px 37px 44px;
	background: #f5f8fa;
}

.loan-calculator h4 {
	margin-bottom: 35px;
}

.loan-calculator input {
	width: 100%;
	height: 56px;
	padding: 0 23px;
	color: #3a3a3a;
	font-size: 14px;
	border: none;
	margin-bottom: 28px;
}

.loan-calculator .loan-cal-result {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 15px;
	margin-bottom: 28px;
	line-height: 1;
	background: #fff;
}

.agent-widget {
	margin-bottom: 37px;
}

.agent-widget img {
	min-width: 100%;
}

.agent-widget h4 {
	margin-bottom: 10px;
}

.agent-widget h6 {
	color: #6a6a6a;
	margin-bottom: 25px;
}

.agent-widget p {
	margin-bottom: 30px;
}

.agent-widget .aw-text {
	padding: 35px 26px 45px;
	text-align: center;
	background: #f5f8fa;
}

.map-widget {
	position: relative;
	height: 550px;
	width: 100%;
}

.map-widget iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.block_parametrs {
	
}
.block_parametrs p {
	margin: 0;
}
.block_parametrs span {
	font-weight: 600;
}

.item_params hr {
	
}

.table_item_params {
	width: 100%;
	font-weight: 700;
}
.table_item_params span {
	display: block;
	font-weight: 400;
}

.item_specification {
	
}
.item_specification p {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	float: left;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

.item_specification span {
	color: #aaa;
	float: left;
}

.item-description {
	margin: 0 auto;
    width: 90%;
	white-space: pre-wrap;
	font-size: 18px;
}

/* ----------------
Contact Page
 ---------------------*/
.article_contacts .container_article {
	max-width: 100%;
	padding-left: 0;
	margin-left: 0;
}
.article_contacts .article_content {
	max-width: 100%;
	width: 100%;
	flex: 0 0 100%;
	margin-left: 0;
}

.contact-section {
	padding: 100px 0;
}

.contact-section .section-title {
	margin-bottom: 50px;
}

.contact-text {
	padding-right: 95px;
}

.contact-info-box {
	text-align: center;
	padding-top: 60px;
}

.contact-info-box .ci-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 107px;
	height: 107px;
	margin-bottom: 26px;
	border-radius: 50%;
	background: #000000;
}

.contact-info-box .ci-icon span {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.contact-info-box h4 {
	margin-bottom: 15px;
}

.contact-form {
	padding: 61px 33px;
	margin-top: 50px;
	background: #f5f8fa;
	text-align: center;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 56px;
	padding: 0 23px;
	font-size: 14px;
	color: #3a3a3a;
	border: none;
	margin-bottom: 28px;
	background: #fff;
}

.contact-form textarea {
	height: 233px;
	padding: 20px 23px 10px;
	resize: none;
	margin-bottom: 35px;
}

.contact-form .site-btn {
	min-width: 335px;
}

.contacts-table {
	font-size: 20px;
	color: #202c39;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
.contacts-table p {
	margin: 0;
	font-size: inherit;
	line-height: 1.3;
}
.contacts-table tr {
	
}
.contacts-table td {
	vertical-align: top;
	padding: 10px;
}
.contacts-table i.fa {
	color: #f00;
}
.contacts-table small {
	font-size: 14px;
}

/* ----------------
Article
----------------------*/
.container_article {
	color: #59667D;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.18000000715255737px;
	font-size: 18px;
	padding: 2rem;
}

.container_article h1 {
	line-height: 1.2;
	font-size: 40px;
	font-weight: normal;
	padding: 10px 0 30px 0;
	color: #202C39;
}

.container_article h2 {
	line-height: 1.2;
	font-size: 24px;
	font-weight: 500;
	padding: 10px 0 30px 0;
	color: #555;
}

.container_article h3 {
	line-height: 1.2;
	font-size: 22px;
	font-weight: 500;
	padding: 10px 0 30px 0;
	color: #202C39;
}
.container_article p {
	font-size: 100%;
}

.container_article ul {
	list-style-type: disc;
	padding-left: 20px;
}
.container_article ul ul {
	list-style-type: circle;
	padding-left: 30px;
}
.container_article ul ul ul {
	list-style-type: square;
}
.container_article ul ul ul ul {
	list-style-type: decimal;
}
.container_article ul ul ul ul ul {
	list-style-type: circle;
}


.about-table {
	
}
.about-table h1 {
	text-align: center;
}
.about-table h4 {
	font-weight: 500;
	color: #202C39;

}
.about-table td {
	vertical-align: top;
    padding: 10px 30px;
	color: #59667D;
}
.about-table i.fa {
	color: #f00;
	font-size: 50px;
}

/* ----------------
Review
 ---------------------*/
.reviewitem {
	border: 1px solid #7e706f;
	border-radius: 20px;
	padding: 20px 5px;
	margin: 0 0 50px 0;
	background: #f8f5f3;
	box-shadow: 0 0 0.6em #664d4b;
}

.reviewitem img {
	border: 1px solid #cac0c0;
	border-radius: 15px;
}

.reviewitem h4 {
	padding-bottom: 20px;
	line-height: 1.3;
	color: #48403e;
}
.reviewitem p {
	padding-bottom: 10px;
	line-height: 1.3;
}

/* ----------------
Responsive
 ---------------------*/

@media (min-width: 1600px) {
	.container {
		max-width: 1576px;
	}
	.container_article {
		max-width: 72rem;
	}
}


@media  only screen and (min-width: 1200px) and (max-width: 1599px)  {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title h2,
	.about-text h2 {
		font-size: 65px;
	}
	.main-menu li a {
		margin-right: 20px;
	}
	.about-widget {
		margin-right: 15px;
	}
	.search-result-map {
		height: 600px;
	}
	.search-results {
		padding: 55px 30px 90px;
	}
	.offer-btn {
		min-width: 205px;
	}
	.contact-text {
		padding-right: 40px;
	}
	.blog-item.feature-blog .blog-text {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.blog-item.feature-blog h4 {
		margin-bottom: 15px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-section {
		padding: 0 15px;
	}
	.main-menu {
		padding-right: 15px;
	}
	.main-menu li a {
		margin-right: 15px;
	}
	.header-right .register {
		min-width: 110px;
		margin-left: 10px;
	}
	.about-text {
		margin-top: 40px;
	}
	.hero-warp {
		padding: 25px 30px 29px;
	}
	.search-type label {
		margin-right: 5px;
	}
	.search-type .st-item input:checked+label {
		padding: 11px 15px;
	}
	.section-title h2,
	.about-text h2 {
		font-size: 55px;
	}
	.loan-form {
		display: block;
		text-align: center;
		padding: 0 50px;
	}
	.loan-form input {
		margin-bottom: 30px;
	}
	.about-widget {
		border-right: none;
	}
	.about-widget .aw-text {
		max-width: 100%;
	}
	.footer-widger h2 {
		padding-top: 0;
	}
	.page-top-section {
		height: auto;
		padding-bottom: 80px;
	}
	.sell-section {
		padding: 0 20px;
	}
	.search-result-map {
		height: 600px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-text {
		padding-right: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-section {
		padding: 0 15px;
	}
	.site-logo {
		padding: 3px 0 0 0;
	}
	.header-nav {
		display: none;
	}
	.slicknav_menu {
		padding: 0;
		display: block;
		background: transparent;
		position: absolute;
		right: 0;
		top: 0;
	}
	.slicknav_menu .header-right-warp {
		padding: 1px 0;
		padding-right: 10px;
		border-bottom: 1px solid #463d3b;
		text-align: right;
	}
	.slicknav_menu .header-right .login {
		border-bottom: none;
	}
	.slicknav_menu .header-right .register {
		margin-left: 0;
	}
	.slicknav_menu .header-right a:hover {
		background: transparent;
		color: #fff;
	}
	.slicknav_btn {
		background: #616161;
		margin: 10px auto 5px auto;
		display: block;
		width: 32px;
		height: 32px;
		float: right;
		padding: .65em .45em;
	}
	.slicknav_nav {
		background: #362c2a;
	/*	background: rgba(54, 44, 42, 0.9);*/
		margin-bottom: 30px;
	}
	.slicknav_nav a {
		margin: 0;
		padding: 10px 20px;
		border-bottom: 1px solid #463d3b;
		border-top: 1px solid #261d1b;
		white-space: nowrap;
	}
	.slicknav_nav a:hover {
		color: #ff000a;
		border-radius: 0;
		background: rgba(0,0,0,0.1);
	}
	.slicknav_nav a a {
		border: none;
	}
	.slicknav_nav ul li {
		margin: 0;
	}
	.slicknav_nav table {
		width: 100%;
	}
	.slicknav_nav .slicknav_row {
		padding: 10px 20px;
		margin: 0;
	}
	.slicknav_row a {
		border-bottom: none;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: rgba(0,0,0,0.1);
	}
	.slicknav_parent.slicknav_open {
		background: rgba(102,92,92,0.1);
		color: #ff000a;
	}
	.phonebutton a {
		display: block;
		width: 32px;
		height: 32px;
		background: #616161;
		position: absolute;
		top: 0;
		right: 50px;
		margin: 10px;
		color: #fff;
		font-size: 20px;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 50%;
		background: none;
		text-shadow: 1px 1px 1px #1f1917;
		box-shadow: inset 1px 1px #1f1917, 1px 1px #1f1917;
	}
	.phonebutton a:hover {
		color: #ff000a;
	}
	
	.phonelink {
		text-align: center;
	}
	.phonelink a {
		padding: 5px 15px!important;
		display: inline-block;
	}
	
	.hero-section {
		height: auto;
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.hero-warp {
		padding: 25px 20px 29px;
	}
	.about-text {
		margin-top: 40px;
	}
	.search-type label {
		margin-right: 5px;
	}
	.search-type .st-item input:checked+label {
		padding: 11px;
	}
	.search-input {
		display: block;
	}
	.search-input input,
	.search-input.si-v-2 input {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.section-title h2,
	.about-text h2 {
		font-size: 45px;
	}
	.loan-section {
		padding: 0 15px;
	}
	.loan-form {
		display: block;
		text-align: center;
		padding: 0 15px;
	}
	.loan-form input {
		margin-bottom: 30px;
	}
	.about-widget {
		border-right: none;
	}
	.about-widget .aw-text {
		max-width: 100%;
	}
	.footer-widger h2 {
		padding-top: 0;
	}
	.copyright {
		text-align: center;
	}
	.page-top-section {
		height: auto;
		padding-bottom: 80px;
	}
	.search-input.si-v-2 {
		margin-bottom: 0;
	}
	.search-input.si-v-2 .site-btn {
		margin: 0 25px 25px 0;
	}
	.search-results {
		padding: 55px 30px 90px;
	}
	.search-results .filter-btn li {
		margin-right: 10px;
	}
	.search-result-map {
		height: 500px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-text {
		padding-right: 0;
	}
	.sell-section {
		padding: 0 15px;
	}
	.single-property-section h1 { 
		font-size: 35px;
	}
	.item-description {
		font-size: 12px;
	}
	.frontpage-content p {
		padding: 0 10px;
		line-height: 1.5;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.section-title h2,
	.about-text h2 {
		font-size: 38px;
	}
	.search-type label:after {
		display: none;
	}
	.section-title p {
		padding: 25px 0 10px;
	}
	.about-widget {
		margin-right: 0;
	}
	.site-btn.sb-big {
		padding: 21px 25px;
	}
	.search-results {
		padding: 55px 15px 90px;
	}
	.search-results .filter-btn li {
		margin-right: 0;
	}
	.property-info-bar {
		padding: 11px 15px 13px;
	}
	.loan-calculator {
		padding: 30px 15px 25px;
	}
	.contact-form {
		padding: 50px 20px;
	}
	.contact-form .site-btn {
		min-width: auto;
	}
}