
}body {
	background-image: none;
}
.main-slider {
	position: relative;
}
.main-slider .main-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
}
.section-block {
	position: relative;
	border-top: 1px solid #c5b99f;
	padding: 60px 0;
}
.section-block._first {
	padding-top: 0;
	border-top: none;
}
.section-block>h1:first-child {
	margin-top: 0;
}

.section-title {
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 30px;
}
.cry-layout {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.cry-layout img {
	border: 0;
	max-width: 100%;
	width:100%;
}

.container {
	display: table-row;
	height: 100%;
}
.c-side, .w {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}
.c-side .w {
	margin: 0;
	padding: 0;
}
.content {
	padding: 30px 0 50px;
}
.notetext {
	color: #3c763d;
}
.errortext {
	color: #ED5A5A;
}
.citrus-objects-map {
	height: 480px;
}

.section.section-color-gray {
  background-color: #f0f0f0;
}
.section.section-color-gray .section__border-top {
  display: none;
}

/*navigation after footer*/
@media all {
	.nav {
		background-color: #f3f1ec;
		overflow: hidden;
		position: relative;
		color: #a0967f;
	}
	.nav .c-side {
		padding: 0;
	}
	.nav:after {
		background: url("../../distr/img/nav.png") repeat center bottom;
		border-bottom: 1px solid #c5b99f;
		height: 75px;
		content: '';
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
	}
}



.map-block {
	position: relative;
	padding-bottom: 56.25%;
}

.dl-menu {
	margin: 15px 0 -10px;
	font-size: 0;
	color: #333;
}
.dl-menu dd, .dl-menu dt {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-bottom: 10px;
}
.dl-menu dt {
	font-weight: 600;
	font-size: 14px;
}
.dl-menu dd {
	width: 75%;
	font-size: 14px;
	margin-left: 0;
}
.tel-link{
	text-decoration: none;
	color: #333;
}
.tel-link:hover{
	text-decoration: underline;
}
.feedback {
	background-color: #f3f1ec;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
	box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
	border-radius: 6px;
	margin-bottom: 2px;
	padding: 20px;
}

.auth-block {
	max-width: 480px;
}


.btn.feedback-btn {
	text-transform: uppercase;
	min-width: 220px;
	text-align: center;
}

/*range-slider*/
@media all {
	.irs-slider {
		top: 28px;
		width: 20px;
		height: 20px;
		background: white;
		border: 1px solid #3598dc;
		box-shadow: none;
	}
	.irs-bar {
		background: inherit;
		border-top: none;
		border-bottom: none;
	}
}

/*article and news*/
@media all {
	.month-title {
		font-weight: bold;
		text-transform: uppercase;
		margin: 15px 0;
	}
	.item-date {
		background-color: #f3f1ec;
		-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
		box-shadow: 0 2px 0 0 rgba(0,0,0,.15);
		border-radius: 6px;
		display: inline-block;
		vertical-align: top;
		padding: 5px 0;
		width: 75px;
		text-align: center;
		margin-bottom: 2px;
		text-transform: uppercase;
	}
	.item-date span {
		display: block;
	}
	.item-date .month {
		font-size: 12px;
		color: #c5b99f;
		font-weight: 600;
	}
	.item-date .day {
		font-size: 26px;
		font-weight: 700;
		color: #a0967f;
	}
	.item-date .year {
		font-size: 10px;
		color: #c5b99f;
		font-weight: 600;
	}
	.item-date-new{
		font-style: italic;
		font-size: 13px;
		line-height: 13px;
		display: block;
		color: #666;
		margin: 0 0 10px 0;
	}
	.article-list {
		clear: both;
	}
	.article-item {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.article-body {
		padding-left: 0;
		max-width: 100%;
	}
	.article-desc {
		font-size: 15px;
		clear: both;
	}

	.bx-no-touch a.article-name:hover, a.article-name:active {
		color: #333;
	}

	.article-footer {
		margin-top: 30px;
	}

	.article-user {
		display: table;
		width: 100%;
		table-layout: fixed;
		font-size: 0;
		margin-bottom: 10px;
	}

	a.article-user {
		text-decoration: none;
	}

	.article-user-ava span {
		-webkit-transition: .15s;
		-moz-transition: .15s;
		-ms-transition: .15s;
		-o-transition: .15s;
		transition: .15s;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-box-shadow: 0 0 0 3px #c5b99f;
		box-shadow: 0 0 0 3px #c5b99f;
		display: block;
		padding-bottom: 100%;
		border-radius: 100%;
	}

	.article-user-ava {
		display: table-cell;
		vertical-align: top;
		width: 65px;
	}

	.article-user-body {
		display: table-cell;
		vertical-align: middle;
	}

	.article-user-ava + .article-user-body {
		padding-left: 15px;
	}

	.article-user-name {
		font-size: 18px;
		text-align: left;
		line-height: 1.2;
		font-weight: 600;
		text-decoration: none;
	}

	.article-user-meta {
		font-size: 14px;
		color: #a0967f;
		margin-top: 2px;
	}

	.article-user-body span {
		display: block;
	}
	.b-news-props dt{
		font-weight: 700;
		text-transform: uppercase;
	}
	.all-items-link{
		text-decoration: none;
	}
	.all-items-link span{
		display: inline;
	}
}

/*galery*/
@media all {
	.gallery-item {
		display: inline-block;
		vertical-align: top;
		padding: 15px;
		text-align: center;
	}

	.gallery-swipe {
		position: relative;
	}

	.gallery-image {
		margin: 0 auto;
	}

	.gallery-title {
		margin-top: 15px;
		font-size: 14px;
		font-weight: 600;
		display: block;
	}
}

/*service*/
@media all {
	.service-detailed {
		margin: 30px 0;
		text-align: center;
	}
	.service-box {
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		position: relative;
		width: 90px;
		text-align: center;
		height: 90px;
		line-height: 100px;
		background-color: #c5b99f;
		border-radius: 50%;
		font-size: 70px;
	}
	.service-box [class*="icon-"] {
		color: #fff;
	}
	.service-title {
		font-size: 18px;
		color: #333;
		line-height: 22px;
		margin-top: 15px;
		text-transform: uppercase;
		font-weight: bold;
	}
}

@media (max-width: 1279px) {

.blog-article-picture img{
	height: 207px;
		}

	.c-side {
		max-width: 1024px
	}

	.nav {
		border-top: 0;
	}

	.catalog-item-price {
		font-size: 20px;
	}

	.catalog-item-price:after {
		font-size: 20px;
	}
}

@media (max-width: 1023px) {

.blog-article-picture img{
	height: auto;
		}
}
@media (min-width: 1024px) {
	::-webkit-scrollbar {
		width:12px;
		height: 12px;
		position: absolute
	}

.blog-article-picture img{
	height: 264px;
		}


	::-webkit-scrollbar-button {
		width: 12px;
		height: 6px;
		background-color: rgba(50,50,50,.05)
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(50,50,50,.25);
		border: 2px solid transparent;
		border-radius: 10px;
		background-clip: padding-box
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(50,50,50,.5)
	}

	::-webkit-scrollbar-track {
		background-color: rgba(50,50,50,.05)
	}
}
@media (max-width: 1023px) {
	.c-side {
		max-width: 768px
	}

	.btn.favorite-btn span.btn-label {
		display: none;
	}
}
@media (max-width: 767px) {
	.c-side {
		max-width: 480px
	}

	.section-title {
		margin-bottom: 15px;
		font-size: 20px;
	}
}
@media (max-width: 479px) {
	.c-side {
		max-width: 360px
	}

	.favorite {
		display: none;
	}

	.item-date {
		display: inline-block;
		width: auto;
		text-align: left;
		padding: 0 8px;
		overflow: hidden;
	}

	.item-date span {
		display: inline-block;
		margin-right: 5px;
	}

	.item-date .day {
		float: left;
	}

	.item-date .year {
		font-size: 12px;
	}

	.item-date .month {
		line-height: 36px;
	}

	.article-body {
		padding: 15px 0 0;
		display: block;
		width: 100%;
	}

	.btn.article-btn {
		width: 100%;
		text-align: center;
	}

	.map-block {
		margin: 0 -15px;
	}
	.article-user-ava,
	.article-user-body{
		display: block;
	}
	.article-user-ava{
		padding: 0;
		margin: 0 auto 15px;
	}
}

@media print {
	#bx-panel {
		height: 0;
		overflow: hidden;
	}
	body {
		font: 13px/18px Tahoma,serif;
	}

	.btn.btn-header-phone,.nav,.header-menu,.footer,.related,.object-help-block,.object-footer {
		display: none!important;
	}

	.object {
		border: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.header:after, .header:before {
		display: none;
	}

	.content {
		padding-bottom: 0;
	}
	.c-side {
		max-width: 100%;
	}

	.object-option.dl-menu dd, .object-option.dl-menu dt {
		margin-bottom: 0;
		width: 50%;
	}

	dl.object-option.dl-menu {
		margin: 0;
	}

	.object-address {
		margin-bottom: 5px;
		font-weight: 400;
		font-size: 13px;
	}

	.object-price {
		background: none !important;
		text-align: left;
		padding: 6px 0;
	}
	.catalog-item-price__period, span.catalog-item-price__period {
		display: inline-block !important;
	}

	.object-gallery-thumbs .swiper-slide {
		width: 33.3333333%!important;
		margin: 0!important;
	}

	.object-gallery-thumbs a.gallery-thumbs {
		border: 0;
	}

	.header-top {
		float: left;
	}

	.header-bottom {
		float: right;
	}

	.header .col-xs-12.col-md-6 {
		width: 50%!important;
	}

	.object-gallery .swiper-wrapper {
		transform: none!important;
	}

	.indent.print-break-after {
		height: 0;
	}
}
