@font-face {
	font-family: 'Intro';
	src: url('../fonts/Intro-Regular.eot');
	src: local('Intro Regular'), local('../fonts/Intro-Regular'),
		url('../fonts/Intro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Intro-Regular.woff') format('woff'),
		url('../fonts/Intro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Intro';
	src: url('../fonts/Intro-Light.eot');
	src: local('Intro Light'), local('../fonts/Intro-Light'),
		url('../fonts/Intro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Intro-Light.woff') format('woff'),
		url('../fonts/Intro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Intro';
	src: url('../fonts/Intro-Bold.eot');
	src: local('Intro Bold'), local('../fonts/Intro-Bold'),
		url('../fonts/Intro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Intro-Bold.woff') format('woff'),
		url('../fonts/Intro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.item-page-catalog tr > td:last-child > span {
  color: red;
  text-transform: uppercase;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body.site {
	font: 14px/200% 'Intro', sans-serif;
	height: 100%;
	color: #000;
}
ol.list,
ul.list {
	padding-left: 24px;
}
ol.list {
	list-style-type: decimal;
}
ul.list {
	list-style-type: square;
}
.art-img {
  float: left;
  margin: 0 15px 15px 0;
  width: 250px;
}
.jlcontentfieldsfilter {
	background-color: #eee;
	margin-bottom: 15px;
}
.jlcontentfieldsfilter > .jlmf-section {
	float: left;
	margin: 15px 0 0;
	padding: 0 15px;
	width: 20%;
}
.done .jlcontentfieldsfilter > .jlmf-section:first-child {
	display: none;
}
.done .jlcontentfieldsfilter > .jlmf-section {
	width: 25%;
}
.jlcontentfieldsfilter > .jlmf-section > label.jlmf-label {
	font-size: 14px;
	text-transform: none;
}
.jlcontentfieldsfilter > .jlmf-section:last-child {
	margin: 15px 0;
	text-align: right;
	width: 100%;
}
.bt-filter {
	background-color: #eee;
	padding: 0 16px;
}
.table-responsive .table td,
.table-responsive .table th {
	vertical-align: middle;
}
.table-responsive .table thead th:nth-child(1) {
	width: 5%;
}
.table-responsive .table thead th:nth-child(2) {
	width: 10%;
}
.table-responsive .table thead th:nth-child(3) {
	width: 10%;
}
#property-detail .col-md-6 {
	margin-bottom: 32px;
}
.property-title a {
	font-size: 16px;
}
.property-detail-summary ul {
	border: 1px solid #ddd;
	padding: 0;
}
.property-detail-summary ul li {
	border-bottom: 1px solid #ddd;
	margin: 0;
}
.property-detail-summary ul li:last-child {
	border: none;
}
.property-detail-summary ul li:nth-of-type(2n+1) {
	background-color: #f9f9f9;
}
.property-detail-summary ul li span {
	padding: 8px;
}
.property-detail-summary ul li span:first-child {
	border-right: 1px solid #ddd;
}
.property-descripton-wrapper table > thead,
.catalog-item > .row:last-child table > thead {
	font-weight: normal;
}
.property-descripton-wrapper table > tbody > tr >td:nth-child(6) > span,
.catalog-item > .row:last-child table > tbody > tr >td:nth-child(6) > span {
	text-transform: uppercase;
}
.property-descripton-wrapper table > tbody > tr >td:nth-child(7) > span,
.catalog-item > .row:last-child table > tbody > tr >td:nth-child(7) > span {
	color: red;
	text-transform: uppercase;
}
.pull-none.item-image {
	height: 246px;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
}
.pull-none.item-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.carousel-inner > .item {
	background-color: #000;
	height: 416px;
	text-align: center;
}
.carousel-inner > .item > img {
	display: inline-block;
	height: 100%;
	object-fit: cover;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6,
.page-header .h1,
.page-header .h2,
.page-header .h3,
.page-header .h4,
.page-header .h5,
.page-header .h6 {
	font-family: 'Intro', sans-serif;
	font-weight: bold;
}
.rsform p.formRed {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 16px;
	padding: 4px 16px;
}
.rsform .validBox {
	position: absolute;
	right: 8px;
	bottom: 0;
	text-align: right;
}
.img-left,
.img-right {
	width: 296px;
}
.img-left {
	float: left;
	margin-right: 8px;
}
.img-right {
	float: right;
	margin-left: 8px;
}
.item-page p {
	hyphens: auto;
	text-align: justify;
}
#back-top {
	background-color: #000;
	border: 1px solid;
	border-bottom: none;
	color: #fff;
	display: block;
	font-size: 150%;
	height: 32px;	
	position: fixed;
	left: 2.5%;
	bottom: 0;
	opacity: 0;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.5s;
	visibility: hidden;
	width: 32px;
	z-index: 101;
}
#back-top.show {
	opacity: 0.6;
	visibility: visible;
}
#back-top:hover {
	opacity: 1;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 999;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	overflow: auto;
	transition: 0.4s;
}
.popup {
	top: 25%;
	left: 0;
	right: 0;
	font-size: 14px;
	margin: auto;
	width: 85%;
	min-width: 320px;
	max-width: 400px;
	position: absolute;
	padding: 15px 20px;
	border: 1px solid #383838;
	background: #fefefe;
	z-index: 1000;
	font: 14px/18px 'Tahoma', Arial, sans-serif;
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
}
.popup h3 {
	text-align: center;
}
button.close {
    /*background: #CF3E5C;*/
    color: #CF3E5C;
}
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    /*background: #CF3E5C;*/
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    /*background-color: rgba(0, 131, 119, 0.9);*/
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    /*-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    cursor: pointer;
    outline: none;
    opacity: 1;
 
}
/*.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}*/
/* кнопка закрытия при наведении */
.close:focus, .close:hover {
    opacity: 1;
}
.close:hover {
    /*background-color: #85374D;*/
    color: #85374D;
}
.blog-featured {
	padding-bottom: 32px;
}
.rsform-block:last-child {
	margin-bottom: 0;
}

.wrapper {
	background-image: url(../images/wrapper_bg.jpg);
	background-position: center;
	width: 100%;
	padding: 0 0 236px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
h2, .h2 {
	font-size: 26px;
}
.hop-adress {
	background-color: #000;
	color: #fff;
	padding: 0 8px;
	text-align: center;
}
.sold > img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: initial !important;
}
.founder-text {
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	/*font-style: italic;*/
	font-weight: 300;
	padding: 16px;
}
.founder-text header {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 32px;
	position: relative;
	transition: 0.4s;
}
.founder-text header span {
	display: inline-block;
}
.founder-text header .founder-name {
	margin-top: 64px;
}
.founder-text header .founder-info {
	color: #777;
}
.founder-text header .founder-name::after {
	background-color: #ccc;
	content: '';
	display: block;
	height: 2px;
	margin: 4px 0 8px;
	transition: 0.4s;
	width: 42px;
}
.founder-text img {
	border-radius: 50%;
	float: left;
	margin-right: 16px;
	width: 200px;
}
.founder-text header::before {
	border: 3px solid transparent;
	border-left-color: red; 
	content: '';
	display: block;
	height: 64px;
	opacity: 0.4;
	position: absolute;
	top: 64px;
	left: -17px;
	width: 6px;
}
.founder-text:hover header::before {
	opacity: 1;
}



/* Страницы сайта
-----------------------------------------------------------------------------*/
.our-services {
	background-image: url(../images/our-services.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.list-services .col-sm-4 {
	margin-bottom: 32px;
}
.list-services img {
	width: 80px;
}
.list-services .title {
	font-size: 18px;
	padding: 8px 16px;
}
.list-services .title::before {
	background-color: #000;
	content: '';
	display: block;
	height: 4px;
	margin: 8px auto;
	width: 96px;
}
.list-services .title > span {
	border: 2px solid #000;
	color: #000;
	display: flex;
		align-items: center;
		justify-content: center;
	min-height: 70px;
	padding: 5px 15px;
}
.list-services .title > span:hover {
	background-color: #000;
	color: #fff;
}
.partners-img {
	text-align: center;
}
.certificates-img img,
.our-works-img img {
	width: 100%;
}
.our-works-img img {
	height: 200px;
	object-fit: cover;
}
.partners_page .promo-box,
.certificates_page .promo-box,
.consultation_page .promo-box,
.support_page .promo-box,
.promo-box {
	border-bottom: 1px solid #000;
	margin-bottom: 32px;
	padding:0 0 32px;
}
.partners_page .row .col-md-4,
.certificates_page .row .col-md-3,
.consultation_page .row .form,
.support_page .row .form,
.our-works-page .row .col-md-3 {
	margin-bottom: 32px;
}
/*.partners_page .row .col-md-4 {
	border-right: 1px solid;
}*/
.partners_page .row .col-md-4:nth-child(3n) {
	border: none;
}
.certificates_page .certificates-img,
.our-works-page .our-works-img {
	border: 1px solid #eee;
}
.certificates_page .certificates-img:hover,
.our-works-page .our-works-img:hover {
	border-color: #000;
}
.consultation_page .form,
.support_page .form {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 40px;
}
.consultation_page .form {
	background-image: url(../images/consultation_bg.jpg);
}
.support_page .promo-box .list {
  list-style-image: url(../images/approval64.png);
}
.support_page .form {
	background-image: url(../images/support_bg.jpg);	
}
.consultation_page .rsform,
.support_page .rsform {
	margin-top: 20px;
}

.blog-catalog .pre {
	display: none;
}
.blog-catalog img {
	filter: grayscale(0.5);
	width: 100%;
}
.blog-catalog .row .col-md-4,
.item-page-catalog > .related-articles > .row > .col-md-4 {
	margin-bottom: 32px;
}
.blog-catalog .item,
.item-page-catalog > .related-articles > .row > .col-md-4 > .item {
	background-color: #f5f5f5;
	border: 1px solid;
	box-shadow: 0 0 1px;
	padding: 0 16px 16px;
	position: relative;
}
.blog-catalog .item:hover,
.item-page-catalog > .related-articles > .row > .col-md-4 > .item:hover {
	border-color: red;
	box-shadow: 0 0 1px red;
}
.blog-catalog .item:hover img {
	filter: grayscale(0);
}
.blog-catalog .fields-container {
	display: none;
}
.blog-catalog .item .page-header {
	border: none;
	margin: 0;
}
.blog-catalog .item .page-header > h2,
.item-page-catalog > .related-articles > .row > .col-md-4 > .item > .h2 {
	font-size: 17px;
}
.blog-catalog .item .best-price,
.blog-catalog .item .zhk-name {
	background-color: red;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	position: absolute;
	top: 80px;
	left: -1px;
	text-transform: uppercase;
	display: block;
}
.blog-catalog .item .best-price i {
	margin-right: 5px;
}
.item-page-catalog > .fields-container {
	display: none;
}
.item-page-catalog > div:nth-child(3),
.blog-news > .row .page-header,
.item-page-news > div:nth-child(3),
.item-page-repair > div:nth-child(3),
.blog-investment-property > div:nth-child(3) {
	border: none;
	display: block;
	margin-top: 0;
}
.blog-catalog .readmore {
	text-align: right;
}
.item-page-catalog .related-articles {
	background-color: #f5f5f5;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 -15px;
	padding: 0 15px;
}
.item-page-catalog .best-price,
.item-page-catalog .hop-adress,
.item-page-catalog .pre .price,
.item-page-catalog .sold,
.item-page-catalog .zhk-name {
	display: none;
}
.item-page-catalog .fields-container > .field-entry {
	border-bottom: 1px solid #ddd;
	clear: both;
	display: block;
}
.item-page-catalog .fields-container > .field-entry > .field-label,
.item-page-catalog .fields-container > .field-entry > .field-value {
	display: block;
	padding: 10px;
}
.item-page-catalog .fields-container > .field-entry > .field-label {
	float: left;
}
.item-page-catalog .fields-container > .field-entry > .field-value {
	font-weight: lighter;
	float: right;
}

.blog-news img {
	margin-right: 16px;
	width: 200px;
}
.blog-news .row {
	border-bottom: 1px solid;
	padding-bottom: 32px;
	margin-bottom: 32px;
}
.blog-news .social-buttons,
.item-page-news .social-buttons {
	margin: 16px 0;
}
.blog-news .readmore {
	text-align: right;
}
.item-page-catalog,
.item-page-news {
	padding-bottom: 32px;
}
.item-page-news .item-image {
	margin-right: 16px;
	width: 450px;
}
.item-page-news .item-image img {
	width: 100%;
}
@media (max-width: 767px) {
	.item-page-news .item-image {
		float: none !important;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.item-page-news .item-image img {
		width: 100%;
	}
}
.contacts-box {
	font-size: 135%;
	margin-bottom: 32px;
	text-align: center;
}
.contacts-box::before,
.contacts-box::after {
	background-color: #000;
	content: '';
	display: block;
	height: 2px;
	margin: 8px auto;
	width: 96px;
}
.contacts-box strong {
	display: block;
	font-size: 80%;
	text-transform: uppercase;
}
.catalog-item ul {
	list-style: square;
	padding-left: 24px;
}
.catalog-item .col-md-6 {
	margin-bottom: 32px;
}
.catalog-item table th {
	font-weight: bold;
	width: 25%;
}
.catalog-item > .row.description {
	background-color: #f5f5f5;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	font-weight: lighter;
	margin-bottom: 32px;
	padding-bottom: 32px;
}
.catalog-item > .row.description .page-header {
	margin: 20px 0 10px;
}
.blog-videos .col-md-6 {
	margin-bottom: 32px;
}

.blog-investment-property .item {
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
	padding: 5px;
}
.blog-investment-property .item:hover {
	border-color: #000;
}
.blog-investment-property .pull-none.item-image {
	margin-bottom: 5px;
}
.blog-investment-property .item .pre {
	font-size: 16px;
}
.blog-investment-property .item .pre .field-label {
	display: none;
}
.blog-investment-property .item .pre > .clearfix {
	background-color: #4e5056;
	color: #fff;
	margin-bottom: 5px;
	padding: 0 5px;
}
.blog-investment-property .item .pre > .clearfix > .name {
	float: left;
}
.blog-investment-property .item .pre > .clearfix > .price {
	float: right;
}
.blog-investment-property .item .pre > .clearfix > .price > i {
	font-size: 12px;
}
.blog-investment-property .item .pre > .desc {
	font-weight: 300;
	text-align: center;
}
.item-page.blog-investment-property .field-entry:not(.slick) {
	border-bottom: 1px solid #e7e7e7;
}
.item-page.blog-investment-property .field-entry:not(.slick) > span {
	padding: 10px;
}
.item-page.blog-investment-property .field-entry:not(.slick) .field-label {
	float: left;
}
.item-page.blog-investment-property .field-entry:not(.slick) .field-value {
	float: right;
	font-weight: 300;
}
.item-page.blog-investment-property .field-entry.brief-desc {
	background-color: #f8f8f8;
	hyphens: auto;
	padding: 10px;
	text-align: justify;
}
.item-page.blog-investment-property .field-entry.brief-desc > span {
	display: initial;
	padding: 0;
}
.item-page.blog-investment-property .field-entry.brief-desc > .field-label {
	margin-right: 5px;
}
.item-page.blog-investment-property .field-entry.brief-desc > .field-value {
	float: none;
}



/* Header
-----------------------------------------------------------------------------*/
.header {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	/*height: 128px;*/	
}
.header .navbar-text a {
	display: inline-block;
	position: relative;
}
.header .phone-box .phone {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 8px;
}
.header .navbar-text .callbackme-btn {
	padding-left: 32px;
	text-decoration: none;
}
.header .navbar-text .btn i {
	font-size: 16px;
	padding: 7px 10px 5px;
	position: absolute;
	top: 0;
	left:0;
}
.header .adress-box {
	margin: 7px 16px 8px;
}
.header .adress-box .map-link {
	margin-left: 16px;
	text-decoration: underline;
	text-decoration-style: dotted;
}
.header .adress-box .map-link:hover {
	text-decoration-style: solid;
}
.header .adress-box .map-link i {
	margin-right: 4px;
}
.header .carousel .carousel-indicators {
	bottom: 0;
}
.header .carousel .item {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 360px;
}
.header .carousel .item:nth-child(1) {
	background-image: url(../images/slider/slide-1.jpg);
}
.header .carousel .item:nth-child(2) {
	background-image: url(../images/slider/slide-2.jpg);
}
.header .carousel .item:nth-child(3) {
	background-image: url(../images/slider/slide-3.jpg);
}
.header .carousel .item:nth-child(4) {
	background-image: url(../images/slider/slide-4.jpg);
}
.header .carousel .item .title {
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	top: 24%;
	left: 12%;
}
.header .carousel .item .title span {
	font-size: 150%;
}
/*---------------------------------------------------------------------------*/



/* Advantages
-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/


/* Middle
-----------------------------------------------------------------------------*/
.content {
	/*padding: 0 0 128px;*/
}
.content .container {
	background-color: #fff;
}
/*---------------------------------------------------------------------------*/



/* Timer
-----------------------------------------------------------------------------*/
.timer .container {
	background-color: #fff;
	background-image: url(../images/timer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.timer .h1,
.consultation_page .h1,
.support_page .h1 {
	background-color: #fff;
	margin: 0;
	padding: 20px 16px 16px;
}
.timer-offer {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
	padding: 16px;
}
/*---------------------------------------------------------------------------*/



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background-color: #333;
	background-image: url(../images/footer_bg.gif);	
	color: #fff;
	min-height: 236px;
	margin: -236px auto 0;
	padding: 32px 0;
	position: relative;	
}
.footer .social-links a {
	opacity: 0.8;
}
.footer .social-links a:hover {
	opacity: 1;
}
.footer .confidentiality a:hover {
	color: #fff;
	text-decoration-style: dotted;
}
.legal-info {
	font-size: 10px;
	line-height: 1;
	margin-top: 16px;
}
.seo-links {
	padding: 16px 0;
}
.seo-links > .nav > li {
	border: none;
	float: left;
}
.seo-links > .nav > li > a {
	font-size: 12px;
	font-weight: lighter;
	line-height: 1;
	margin-right: 16px;
	padding: 5px 0;
}
.seo-links > .nav > li > a:hover {
	background-color: transparent;
	color: #eee;
}
.footer-menu ul > li {
	border: none;
}
.footer-menu ul > li > a:hover,
.footer-menu ul > li.open > a,
.footer-menu ul > li.open > a:hover,
.footer-menu ul > li.open > a:focus,
.footer-menu ul > li > a:focus {
	background-color: transparent;
	color: #fff;
}
.footer-menu .dropdown-menu > li > a:hover {
	background-color: #000;
}
/*---------------------------------------------------------------------------*/



.blog-repair > .row > .col-md-4 > .item {
    background-color: #fff;
    border: 1px solid #e8e8e8;
        border-bottom-width: 1px;
    border-radius: 0px;
    box-shadow: none;
    border-bottom-width: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.blog-repair > .row > .col-md-4 > .item:hover {
	border-color: #000;
}
.blog-repair .item > .page-header,
.blog-repair .item > .page-header > h2 {
	margin: 0;
}
.blog-repair .item > .page-header {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 10px 15px;
}
.blog-repair .item > .pull-none.item-image {
	margin-bottom: 0;
}
.blog-repair .item > .readmore {
	position: absolute;
		bottom: 15px;
		right: 15px;
	transform: translateY(50px);
	transition: 0.3s all;
}
.blog-repair .item:hover > .readmore {
	transform: translateY(0);
}



.btn-action-box {
	overflow: visible;
	position: fixed;
	width: 65px;
	height: 186px;
	left: -27px;
	top: 102px;
	transition: 0.5s;
}
@media(max-width: 767px) {
	.btn-action-box,
	#rh-badge {
		top: 218px;
	}
}
.btn-action-box:hover {
	transform: rotate(2.5deg) translateX(3px);
}
.btn-action {
	width: 65px;
	height: 186px;
	transform-origin: 22.5px 163.5px 0px;
	position: absolute;
	display: block;
	padding-top: 0;
}
.btn-action-box > div {
	background-color: #fff;
	border-radius: 50%;
	color: #ad1b20;
	height: 28px;
	padding: 1px 6px;
	position: absolute;
		bottom: 9px;
		right: 9px;	
	width: 28px;
}
.btn-action-box > .btn-action > img {
	height: 100%;
	width: auto;
}

#CDT {
	/*display: inline-block;*/
	display: block;
    font-size: 60px;
    color: #eee;
    margin: 80px 0 128px;
    font-weight: bold;
    font-family: 'Helvetica Neue','Helvetica','Arial', sans-serif;
}

#CDT .number-wrapper {
	border-radius: 8px;
    margin: 10px;
    -moz-box-shadow: 0 2px 2px #000000;
    -webkit-box-shadow: 0 2px 2px #000000;
    box-shadow: 0 2px 2px #000000;
    position: relative;
    margin-bottom: 32px;
}

#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}
       
#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.caption {
	background-color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #333;
}



.marker-box {
	width: 280px;
}
.marker-box img {
	display: block;
	height: 180px;
	object-fit: cover;
	margin:0 auto 8px;
	width: 100%;
}
.marker-box .description {
	height: 100px;
	margin-bottom: 8px;
	overflow-y: scroll;
}
.btp .form-search select {
	width: 100%;
}
.apartment-map {
	height: 600px;
	margin-bottom: 32px;
}

.bt-property-grid #properties {
	margin: 0;
}
.bt-property-grid .property-wrapper {
	border: 1px solid #eee;
	margin-bottom: 32px;
	padding: 15px;
}
.property-wrapper .property {
	margin: 0;
	padding: 0;
}
.property figure.tag,
.property figure.status {
	border-radius: 0;
	z-index: 1;
}
.property-image > a > img {
	width: 100%;
}
#similar-properties .property-image {
	float: none;
}
.similar-properties .property figure.tag,
.similar-properties .property figure.status {
	right: 15px;
}

@media (max-width: 1199px) {
	.blog-catalog .item .page-header h2 {
		font-size: 24px;
	}
	.contacts_page .contacts-box {
		font-size: 110%;
	}
	.navbar-brand > img {
		height: 96%;
	}
}
@media (max-width: 991px) {
	.navbar-brand {
		background-image: url(../images/logo-2.png);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: 100%;
		background-size: 100%;
		width: 43px;
	}
}
@media (max-width: 767px) {
  .art-img {
    	float: none;
    	margin: 0 0 15px;
    	width: 100%;
  }
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		float: none;
	}
	.navbar-brand {
		background: none;
	}
	.iit {
		float: none;
		margin: 0 0 8px;
		width: 100%;
	}
	h1, .h1 {
		font-size: 32px;
	}
	#CDT {
		font-size: 24px;
	}
	.caption {
		font-size: 8px;
		bottom: -56px;
	}
	.footer {
		text-align: center;
	}
	.footer .copyright {
		margin-bottom: 16px;
	}
	.founder-text {
		text-align: center;
	}
	.founder-text img {
		float: none;
		margin: 0 0 16px;
	}.founder-text header .founder-name {
		margin-top: 0;
	}
	.founder-text header .founder-name::after {
		margin: 4px auto 8px;
	}
	.blog-news .item-image {
		width: 100%;
	}
	.blog-news .item-image img {
		margin: 0 0 16px;
		width: 100%;
	}
	#rc-phone {
		right: 14px !important;
	}
}
@media (max-width: 584px) {
	.carousel-inner > .item {
		height: 188px;
	}
}

.fancybox-navigation button::before {
	background-color: #fff;
}
.fancybox-navigation .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #333;
}
.fancybox-navigation .fancybox-button:hover {
	color: #000;
}



/* Загородная недвижимость */
.item-page.rural-properties-items > .page-header:nth-of-type(2) {
	border: none;
	display: block;
	margin-top: 0;
}
.rural-properties-page {
	padding: 0 0 45px;
}
.nav-rural-properties a {
	font-size: 18px;
}
.blog.rural-properties-items .item {
	margin: 0 0 30px;
}
.newsflash.rural-properties-items .item {
	margin: 30px 0 0;
}
.rural-properties-items .item {
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	padding: 3px;
}
.rural-properties-items .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .45);
}
.rural-properties-items .item > a {
	display: block;
	text-decoration: none;
}
.rural-properties-items .img-box {
	position: relative;
}
.rural-properties-items .img-box > img {
	height: 175px;
	object-fit: cover;
	width: 100%;
}
.rural-properties-items img.sold {
	height: auto;
	margin-top: -55px;
	padding: 0 15px;
	position: absolute;
		top: 50%;
		left: 0;
}
.rural-properties-items h4 {
	margin: 10px 0 0;
	text-transform: uppercase;
}
.rural-properties-items .price {
	border-bottom: 1px solid;
	font-size: 16px;
}
.rural-properties-items .price > i {
	font-size: 14px;
}
.rural-properties-items .desc {
	font-weight: 300;
	line-height: 1.5;
	padding: 5px 0;
}
.country-estate-item {
	padding-bottom: 45px;
}
.country-estate-item .col-sticky {
	position: sticky;
		top: 140px;
}
.country-estate-item .desc {
	background-color: #f8f8f8;
	padding: 15px;
}
.country-estate-item .price {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.country-estate-item .price > i {
	font-size: 24px;
}
.country-estate-item .table > tbody > tr > td {
	border: none;
	padding: 0;
}
.country-estate-item .table > tbody > tr > td:last-child {
	width: 40%;
}

.item-page-catalog .fields-container > .field-entry.slick > span {
	float: none;
	padding: 0;
}



.blog-news .cat-children {
	background-color: #eee;
	padding: 15px;
}
.blog-news .cat-children .item-title {
	margin: 0;
}
.blog-news .cat-children .item-title i {
	font-size: 18px;
}
.blog-news .cat-children .item-title a {
	text-decoration: none;
}
