

/* Start:/local/templates/citrus_arealty/icon_fonts/icons.css?15042632362115*/
@font-face {
	font-family: 'icomoon';
	src:url('/local/templates/citrus_arealty/icon_fonts/fonts/icomoon.eot?wos8kj');
	src:url('/local/templates/citrus_arealty/icon_fonts/fonts/icomoon.eot?#iefixwos8kj') format('embedded-opentype'),
		url('/local/templates/citrus_arealty/icon_fonts/fonts/icomoon.ttf?wos8kj') format('truetype'),
		url('/local/templates/citrus_arealty/icon_fonts/fonts/icomoon.woff?wos8kj') format('woff'),
		url('/local/templates/citrus_arealty/icon_fonts/fonts/icomoon.svg?wos8kj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-vk2:before {
    content: "\e909";
}
.icon-vk:before {
    content: "\e90a";
}
.icon-home:before {
  content: "\e61b";
}
.icon-ruble:before {
  content: "\e61a";
}
.icon-up:before {
  content: "\e600";
}
.icon-arrow-down:before {
	content: "\e601";
}
.icon-arrow-right:before {
	content: "\e602";
}
.icon-arrow-up:before {
	content: "\e603";
}
.icon-view:before {
	content: "\e604";
}
.icon-Social-youtube:before {
	content: "\e605";
}
.icon-Social-twitter:before {
	content: "\e606";
}
.icon-Social-instagramm:before {
	content: "\e607";
}
.icon-Social-facebook:before {
	content: "\e608";
}
.icon-smile:before {
	content: "\e609";
}
.icon-print:before {
	content: "\e60a";
}
.icon-price:before {
	content: "\e60b";
}
.icon-phone:before {
	content: "\e60c";
}
.icon-owner:before {
	content: "\e60d";
}
.icon-menu {
  font-size: 30px;
}
.icon-menu:before {
	content: "\e60e";
}
.icon-map:before {
	content: "\e60f";
}
.icon-mail:before {
	content: "\e610";
}
.icon-mailmanager:before {
	content: "\e611";
}
.icon-logo{
	margin: 3px 0 0 -9px;
	float: left;
	font-size: 64px;
}
.icon-logo:before {
	content: "\e612";
}
.icon-letter:before {
	content: "\e613";
}
.icon-holder:before {
	content: "\e614";
}
.icon-galochka:before,.field-checks input:checked+label:after {
	content: "\e615";
}
.icon-favorites:before {
	content: "\e616";
}
.icon-catalog:before {
	content: "\e617";
}
.icon-buyer:before {
	content: "\e618";
}
.icon-arrowright:before {
	content: "\e619";
}

/* End */


/* Start:/local/templates/citrus_arealty/js/swiper/swiper.css?150426323612359*/
.swiper-container {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: #c5b99f;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #e55610;
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 10px;
}

.swiper-container-vertical>.swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate(0,-50%);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.swiper-container-horizontal>.swiper-pagination {
  margin-top: 10px;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter:blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/local/templates/citrus_arealty/js/nicescroll/nicescroll.css?1504263236396*/
.nicescroll-rails-vr {
  padding-right: 1px;
  opacity: 1!important;
}

.nicescroll-cursors {
  width: 7px!important;
  background-color: rgba(0,0,0,.4)!important;
  border-radius: 20px!important;
  border: 0!important;
}

.nicescroll-cursors:hover {
  background-color: rgba(0,0,0,.6)!important;
  cursor: pointer;
}

.nicescroll-cursors:active {
  background-color: rgba(0,0,0,.8)!important;
}

/* End */


/* Start:/local/templates/citrus_arealty/js/chosen/chosen.css?15042632362728*/
.chosen-container {
  width: 100%!important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1010;
  width: 100%;
  border: 1px solid #c5b99f;
  border-top: 0;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #c5b99f;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
}

.chosen-container-single .chosen-default {
  color: #837860;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-search {
  position: relative;
  padding: 0 4px 4px;
  display: block;
}

.chosen-single:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  border: 7px solid transparent;
  border-top: 10px solid #777;
}

.chosen-with-drop .chosen-single:after {
  bottom: 12px;
  top: auto;
  border-bottom: 10px solid #777;
  border-top: 7px solid transparent;
}

.chosen-container-single .chosen-search input[type=text] {
  padding: 0 30px 0 10px;
  width: 100%;
  height: 35px;
  border: 1px solid #c5b99f;
  background: url("/local/templates/citrus_arealty/js/chosen/chosen-sprite@2x.png") no-repeat 102% -33px;
  font-size: 16px;
  font-family: inherit;
  background-size: 84px;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  display: none;
}

.chosen-container .chosen-results {
  color: #333;
  position: relative;
  overflow: hidden;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 216px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: block;
  margin: 0;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  cursor: pointer;
}

.chosen-container .chosen-results li.result-selected {
  background: #f4f4f4;
  color: #ce3a12;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #CE3A12!important;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #555;
  background: #f4f4f4;
}

.chosen-with-drop .chosen-drop,
.chosen-with-drop .chosen-single {
  border-color: #ce3a12;
}

/* End */


/* Start:/local/templates/citrus_arealty/template_styles.css?154227910563608*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-family: sans-serif;
  height: 100%;
  overflow-x: hidden;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  min-width: 320px;
}
body {
  background: #fff;
  overflow-x: hidden;
  position: relative;
  cursor: default;
  font: 400 16px/20px "PT Sans",Helvetica,Arial,sans-serif;
  color: #333;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  color: #837760;
}
:-moz-placeholder {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1sease;
  transition: opacity 0.1s ease;
  color: #837760;
}
:-ms-input-placeholder {
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  color: #837760;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
:focus:-moz-placeholder {
  opacity: 0;
}
:focus:-ms-input-placeholder {
  opacity: 0;
}
svg {
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -ms-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
  overflow: visible;
  display: inline-block;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
ul,
ol {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.wrap img {
  display: block;
  max-width: 100%;
  border: 0;
}
h2,
h3,
h4 {
  text-transform: uppercase;
}

.h2, .h3, .h4 {
    text-transform: uppercase;
	font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fsi{
  font-style: italic;
}
.clear {
  clear: both;
}
.row {
  display: table;
  width: 100%;
}
.col,
[class^="col-"],
[class*=" col-"] {
  position: relative;
  vertical-align: top;
  display: table-cell;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 25%;
}
.col-3 {
  width: 33.3%;
}
.col-4 {
  width: 40%;
}
.col-5 {
  width: 50%;
}
.col-6 {
  width: 60%;
}
.col-67 {
  width: 67.7%;
}
.col-8 {
  width: 80%;
}
.fix {
  margin: 0 auto;
}
.text p {
  margin: 15px 0;
}
.header {
  position: relative;
}
.header-phone {
  text-align: right;
  line-height: 22px;
}
.logo {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.logo span.logo_span {
  color: #000;
  font-size: 22px;
  height: 70px;
  line-height: 26px;
  display: inline-block;
  padding: 10px 0 0 5px;
}
.logo span strong,
.logo span b,
.logo span.fw700 {
  display: block;
}
.header-info .col-5 {
  vertical-align: middle;
}
.header-menu li {
  display: table-cell;
  width: 20%;
  position: relative;
}
.header-menu li a {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 68px;
  font-size: 18px;
  text-transform: uppercase;
}
.header-menu li a:hover,
.header-menu li>a.selected,
.header-menu>ul>li:hover>a {
  background-color: rgba(0,0,0,.1);
}
.header-submenu li {
  display: block;
  width: auto;
  border-left: 0!important;
}
.header-submenu li+li {
  border-top: 1px solid rgba(255,255,255,.4);
}
.header-submenu li a {
  background-color: rgba(0,0,0,.1);
  line-height: 20px!important;
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  text-transform: none;
}
.header-submenu li a:after {
  content: "\e602";
  font-family: 'icomoon';
  width: 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  margin-top: -10px;
}
.header-menu>ul>li:last-child ul {
  left: auto;
  right: 0;
}
.header-info {
  line-height: normal;
  display: table;
  height: 70px;
  width: 100%;
}
.header-phone-link {
  display: inline-block;
}
.header-phone strong,
.header-phone b,
.header-phone span.fw400 {
  font-weight: 400;
  font-size: 28px;
  display: block;
  margin-top: 4px;
}
.header-link [class*="icon-"] {
  vertical-align: middle;
  margin: 0 5px;
}
.header-phone-link a {
  display: inline-block;
  text-transform: lowercase;
  font-size: 14px;
  height: 20px;
  text-decoration: none;
  border-bottom: 1px dotted;
  position: relative;
}
.header-phone-link a:hover {
  border: 0;
}
.footer {
  background-color: #333;
}
.footer-bottom {
  border-top: 1px solid #504e49;
  height: 60px;
  font-size: 12px;
  color: #666;
}
.footer-bottom div.col-4:last-child {
  text-align: right;
  padding: 10px 0;
}
.footer-tt {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
}
.footer-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform:uppercase;
  font-weight:bold;
}
.footer-menu {
  padding: 30px 0;
}
.footer-menu ul a {
  display: block;
  text-decoration: none;
  color: #c5b99f;
  font-size: 14px;
  line-height: 24px;
}
.footer-menu .col-2>a {
  display: block;
  text-decoration: none;
  position: relative;
}
.footer-menu .col-2>a:after {
  display: none;
}
.footer-menu ul a:hover {
  text-decoration: underline;
}
.footer-bottom .col-4 {
  vertical-align: middle;
}
.footer-bottom .col-4:nth-child(2) {
  width: 10%;
}
.footer-menu ul a:before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
}
ul+h4.footer-tt {
  margin-top: 15px;
}
ul+.footer-title {
  margin-top: 30px;
}
.up {
  display: block;
  text-decoration: none;
  width: 33px;
  font-size: 33px;
  margin: 0 auto;
}
.up [class*="icon-"] {
  color: #5f5b54;
}
.up:hover [class*="icon-"] {
  color: #c5b99f;
}
.subscriptions-input {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 16px;
  padding: 0 40px 0 10px;
  font-size: 14px;
  font-family: "PT Sans",Helvetica,Arial,sans-serif;
  background-color: #494744;
  border: 1px solid #7c7669;
  color: #c5b99f;
}
.subscriptions-input:focus {
  color: #fff;
  background-color: #504e49;
  border-color: #fff;
}
.subscriptions-input:focus+button i {
  color: #fff;
}
.subscriptions-button {
  position: absolute;
  top: 0;
  right: 5px;
  border: 0;
  background: 0;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.subscriptions-button [class*="icon-"] {
  font-size: 30px;
  color: #c5b99f;
}
.subscriptions-button:hover [class*="icon-"] {
  color: #fff;
}
.subscriptions {
  margin-top: 15px;
  position: relative;
}
.footer-social {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.footer-social li {
  display: inline-block;
}
.footer-social li+li {
  margin-left: 15px;
}
ul.footer-social a:before {
  display: none;
}
.footer-social a {
  text-decoration: none!important;
  display: block!important;
  font-size: 30px!important;
}
.footer-social [class*="icon-"] {
  color: #c5b99f;
}
.footer-social a:hover [class*="icon-"] {
  color: #fff;
}
.block-title {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 30px;
}
.block {
  margin: 30px 0;
  position: relative;
}
.block+.block {
  border-top: 1px solid #c5b99f;
  padding-top: 30px;
}
.block-button,
.button.gray {
  background-color: #f9f8f5;
  border: 1px solid #c5b99f;
  -webkit-transition: background-color 0.2s ease,color 0.2s ease;
  -moz-transition: background-color 0.2s ease,color 0.2s ease;
  -ms-transition: background-color 0.2s ease,color 0.2s ease;
  transition: background-color 0.2s ease,color 0.1s ease;
  border-radius: 2px;
  display: inline-block;
  padding: 7px 30px;
  color: #927e6a;
  font: 700 18px "PT Sans",Helvetica,Arial,sans-serif;
  text-decoration: none;
  margin-top: 10px;
  text-transform: uppercase;
}
.block-button:hover,
.button.gray:hover {
  background-color: #edeae2;
  color: #927e6a;
}
.button.gray:hover {
  border-color: #927e6a;
}
.block-help-maps .row {
  height: 120px;
}
.block-help-maps .col-67,
.block-help-maps .col-3 {
  vertical-align: middle;
}
.block-help-maps-title {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
}
.block-help-maps-button {
  color: #fff;
  -webkit-transition: background-color 0.2s ease,color 0.2s ease;
  -moz-transition: background-color 0.2s ease,color 0.2s ease;
  -ms-transition: background-color 0.2s ease,color 0.2s ease;
  transition: background-color 0.2s ease,color 0.2s ease;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 45px;
  text-align: center;
  font-size: 18px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 4px;
  line-height: 50px;
  text-decoration: none;
  float: right;
}
.block-help-maps-button:hover {
  background-color: #fff;
}
.goods-list {
  width: 100%;
  position: relative;
}
.goods-item {
  display: inline-block;
  margin-bottom: 15px;
}
.goods-item:last-child {
  margin-bottom: 0;
}
.goods-images {
  position: relative;
  display: block;
}
.goods-images:after,
.our-team-avatar:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  box-shadow: inset 0 0 0 9px rgba(255,255,255,.6);
}
.goods-images img {
  margin: 0 auto;
}
.goods-price strong,
.deals-price strong,
.goods-price b,
.deals-price b,
.goods-price span.fw400,
.deals-price span.fw400 {
  font-size: 24px;
  font-weight: 400;
}
.goods-price {
  position: absolute;
  bottom: -20px;
  left: 20px;
  right: 20px;
  z-index: 1;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}
.goods-price .goods-price__unit {
  white-space: nowrap;
}
.goods-price .goods-price__period {
  white-space: nowrap;
  display: block;
}
.goods-title {
  font-size: 18px;
  font-weight: 400;
  margin: 25px 0 5px;
  display: block;
  color: #333;
  text-decoration: none;
}
.main-marn {
  margin-top: -15px !important;
  margin-bottom: -25px !important;
}
.goods-title:hover {
  text-decoration: underline;
}
.goods-metka,
.goods-date {
  display: block;
  font-size: 14px;
  color: #999;
}
.offers {
  margin: 40px 0 60px;
}
.offers-icon {
  vertical-align: middle;
  display: table-cell;
  width: 90px;
}
.offers-box,
.service-box {
  text-decoration: none;
  position: relative;
  width: 90px;
  text-align: center;
  height: 90px;
  line-height: 100px;
  background-color: #c5b99f;
  border-radius: 50%;
  font-size: 70px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  position: absolute;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contacts-block .icon-map {
  vertical-align: middle;
  font-size: 30px;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
  border: 20px solid rgba(0,0,0,0);
  border-right-color: rgba(197,185,159,1);
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 1;
}
.swiper-button-next:after {
  left: auto;
  right: 0;
  border-right-color: transparent;
  border-left-color: rgba(197,185,159,1);
}
.header-page .swiper-button-next:not(.swiper-button-disabled):hover:before {
  border-left-color: #fff;
}
.header-page .swiper-button-prev:not(.swiper-button-disabled):hover:before {
  border-right-color: #fff;
}
.swiper-button-prev:not(.swiper-button-disabled):hover:before,
.swiper-button-next:not(.swiper-button-disabled):hover:before {
  content: '';
  position: absolute;
  cursor: pointer;
  top: -15px;
  left: 8px;
  z-index: 2;
  border: 15px solid transparent;
}
.swiper-button-next:hover:before {
  left: auto!important;
  right: 8px;
}
.header-nav-slide .swiper-button-next:after {
  border-left-color: #fff;
}
.header-nav-slide .swiper-button-prev:after {
  border-right-color: #fff;
}
.offers-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.offers-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.offers-title,
.contacts-title {
  margin-bottom: 15px;
  font-size: 18px;
}
.offers a {
  display: block;
}
.icon-maps svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.cotnacts-text {
  margin-top: 30px;
  font-size: 16px;
}
.help-form .field.inline>label {
  vertical-align: top;
  line-height: 35px;
}
.contacts p {
  color: #666;
  font-size: 16px;
  margin: 15px 0;
}
.menu-line {
  margin-top: 10px;
  display: table;
  width: 100%;
  color: #666;
}
.icon-maps a {
  display: inline-block;
}
.menu-line dd,
.menu-line dt {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 5px;
  float: left;
}
.menu-line dt {
  font-weight: 700;
  clear: left;
}
.menu-line dd {
  width: 75%;
  font-size: 16px;
}
.who-we {
  table-layout: fixed;
}
.who-we-info.text {
  margin: 15px 0;
}
.help {
  margin-top: 30px;
}
.help li {
  display: table;
  width: 100%;
}
.wrap .help li:before,
.bx-filter-select-popup li:before {
  display: none!important;
}
.help li+li {
  margin-top: 15px;
}
.help-number {
  display: table-cell;
  vertical-align: top;
  width: 50px;
  font-size: 45px;
  line-height: 36px;
}
.help-info {
  vertical-align: top;
  font-size: 18px;
  display: table-cell;
}
.help-text {
  font-size: 14px;
  color: #999;
}
.help-form {
  background-color: #f3f1ec;
  padding: 15px;
  border-radius: 5px;
}
.help-form-title {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #dcd5c5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.help-form-info {
  font-style: italic;
  color: #837760;
}
.feedback {
  display: table;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
}
.recommendations .swiper-container-horizontal>.swiper-pagination {
  margin-top: 30px;
}
.recommendations .our-team-item {
  background-color: #f3f1ec;
  padding: 30px;
  border-radius: 5px;
}
.field-label .icon-ruble {
  font-size: 13px;
}
.our-team-avatar {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.our-team-avatar img {
  height: auto;
}
.recommendations-name {
  font-size: 18px;
}
.recommendations-date {
  font-size: 14px;
  color: #999;
}
.recommendations-text {
  font-size: 16px;
  margin-top: 15px;
  font-style: italic;
  color: #837760;
}
.our-team-avatar:after {
  border-radius: 50%;
}
.our-team-info {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}
.our-team-name {
  font-size: 18px;
}
.our-team-info span {
  display: block;
}
.our-team-post {
  font-size: 14px;
  color: #999;
}
.our-team-info [class*="icon-"] {
  color: #c5b99f;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.our-team-phone {
  font-size: 18px;
}
.our-team-phone a {
  color: #333;
  text-decoration: none;
}
.our-team-mail {
  margin: 15px 0;
}
#slider {
  width: 100%;
}
.field {
  position: relative;
  display: table;
  width: 100%;
}
.field.inline>label {
  vertical-align: middle;
  line-height: 17px;
}
.loading {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.feedback-button {
  margin: 15px auto 0;
}
.disabled {
  opacity: 0.8;
  cursor: no-drop!important;
}
.mark {
  color: red;
}
.field input {
  height: 35px;
  background-color: #fff;
  border: 1px solid #c5b99f;
  color: #333;
  padding: 0 10px;
  font-size: 16px;
  font-family: "PT Sans",Helvetica,Arial,sans-serif;
  width: 100%;
}
.field+.field {
  margin-top: 15px;
}
.field.w .field-button {
  width: 100%;
}
.our-team-hours {
  margin: 15px 0 0 30px;
  font-size: 14px;
  color: #999;
}
.field-button,
.button {
  display: block;
  border: 0;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease;
  -moz-transition: background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease;
  -ms-transition: background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease;
  transition: background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  font: 700 16px "PT Sans",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  padding: 7px 30px;
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
}
.button.inline{
  display: inline-block;
}
.field-button:hover,
.button:hover {
  background-color: #fff;
}
.header-nav {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
}
.header-nav .fix {
  width: auto;
  overflow: hidden;
  display: table;
}
.header-nav li {
  display: table-cell;
  vertical-align: middle;
  width: 228px!important;
}
.header-nav a {
  background-color: rgba(255,255,255,.7);
  border: 1px solid #fff;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  display: block;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
  height: 60px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease,color 0.2s ease;
  -moz-transition: background-color 0.2s ease,color 0.2s ease;
  -ms-transition: background-color 0.2s ease,color 0.2s ease;
  transition: background-color 0.2s ease,color 0.2s ease;
}
.header-nav a span {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
}
.header-nav a.selected,
.header-nav a:hover {
  background-color: #fff;
}
.header-page {
  position: relative;
  background-color: #f3f1ec;
  width: 100%;
  display: table;
}
.header-page .header-nav a {
  background-color: #f9f9f6;
  border-color: #cec4ae;
  border-bottom: 1px solid #c5b99f;
}
.header-page .header-nav a.selected,
.header-page .header-nav a:hover {
  background-color: #fff;
  border-color: #c5b99f;
}
.header-page .header-nav a.selected {
  border-bottom-color: #fff;
}
.header-page:after {
  background: url("/local/templates/citrus_arealty/images/nav-bg.png") repeat;
  border-bottom: 1px solid #c5b99f;
  height: 86px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  pointer-events: none;
  -webkit-pointer-events: none;
}
.content-title {
  font-size: 28px;
  padding-top: 30px;
  margin-bottom: 30px;
  line-height: 30px;
}
.header-link {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 5px;
  height: 30px;
  font-size: 14px;
  color: #c5b99f;
}
.header-link:after {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(243,241,236,1) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(243,241,236,1)));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(243,241,236,1) 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(243,241,236,1) 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(243,241,236,1) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(243,241,236,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#f3f1ec',GradientType=1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  content: '';
  z-index: 1;
  pointer-events: none;
  -webkit-pointer-events: none;
}
.header-link a {
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #a0967f;
}
.header-link span {
  vertical-align: middle;
  display: inline-block;
}
.header-link a:hover {
  text-decoration: underline;
  color: #333;
}
.header-link .icon-home {
  color: #a0967f;
  font-size: 20px;
  vertical-align: -3px;
  margin: 0;
}
.slider {
  position: relative;
}
.slider-button {
  display: inline-block;
  line-height: 40px;
  border: 0;
}
.slider-info {
  position: absolute;
  bottom: 25%;
  right: 50%;
  color: #fff;
  padding: 30px 80px 30px 30px;
  width: 400px;
  margin-right: 200px;
}
.slider-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
.object-slider .swiper-container {
  width: 410px;
}
.slider-price {
  margin: 30px 0;
  font-size: 30px;
}
.slider-price strong,
.slider-price b {
  font-size: 50px;
  font-weight: 400;
  display: inline-block;
}
.slider-price a,
.header-phone strong a,
.header-phone b a {
  color: inherit;
  text-decoration: none!important;
}
.slider .swiper-pagination {
  position: absolute;
  margin: 0;
  bottom: 25%;
  right: 50%;
  z-index: 1;
  margin-right: -570px;
}
.slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
}
.filter-button {
  text-align: center;
  padding-left: 30px;
  display: table;
  width: 20%;
}
.filter-form .col-8 {
  float: left;
  display: table;
}
.filter-button button {
  width: 100%;
}
.filter-more-link {
  display: inline-block;
  padding: 0;
}
.our-team-item {
  display: table;
  width: auto;
}
.filter-more-link:before {
  content: '\e601';
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  font-family: 'icomoon';
  vertical-align: middle;
}
.filter-more-link :first-child {
  display: inline-block;
}
.filter-more-link :last-child {
  display: none;
}
.field-select {
  width: 100%;
  position: relative;
  display: block;
  background-color: #fff;
  color: #837860;
  border: 1px solid #c5b99f;
  height: 35px;
  padding: 0 5px;
  font-size: inherit;
  cursor: pointer;
}
.selected .filter-more-link :first-child {
  display: none;
}
.selected .filter-more-link :last-child {
  display: inline-block;
}
.selected .filter-more-link:before {
  content: '\e603';
}
.button.gray {
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #c5b99f;
}
.field-label {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  padding-right: 6px;
}
.filter-form {
  position: relative;
  min-height: 126px;
}
.filter-form .chosen-container {
  float: right;
}
sup {
  font-size: 12px;
  vertical-align: super;
}
.filter-form .field-input input {
  background-color: #f9f8f5;
  width: 100px;
}
.object-slider .swiper-button-prev {
  left: -20px;
}
.object-slider .swiper-button-next {
  right: -20px;
}
.filter-form .chosen-container-single .chosen-single,
.filter-form .chosen-container .chosen-drop {
  background-color: #f9f8f5;
}
.filter-form .field-input input:focus,
.filter-form .chosen-results li.result-selected {
  background-color: #fff;
}
.wrap .chosen-results li:before {
  display: none;
}
.form_order_detail {
  width: 600px;
  max-width: 100%;
  color: #fff;
}
.form_order_detail .field-label {
  text-align: right;
  padding-right: 20px;
  vertical-align: middle;
}
.form_order_detail .ciee-captcha .field-label {
  vertical-align: top;
}
.form_order_detail .field-input {
  display: table-cell;
  vertical-align: top;
  width: 70%;
}
.form_order_detail .ciee-field-tooltip {
  font-size: 13px;
  color: #fff;
  font-style: normal;
}
.form_order_detail .field input.ciee-captcha-input {
  margin-bottom: 10px;
}
.form_order_detail br {
  display: none;
}
.form_order_detail font br {
  display: inherit;
}
.field-check,
.field-checks {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#filters-more,
#filters-more-1 {
  display: none;
  width: 100%;
}
#filters-more.selected,
#filters-more-1.selected {
  display: table;
  padding-top: 15px;
}
.filter-form input[type="radio"],
.filter-form input[type="checkbox"] {
  display: none;
}
.field-checks label:last-child,
.field-radios label:last-child {
  margin: 0;
}
.field-input+.field-checks {
  margin-top: 15px;
}
.field-input {
  display: table;
  width: 100%;
}
.md-modal .field.inline>label {
  margin-bottom: 10px;
}
.field-checks label,
.field-radios label {
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
  color: #4b4538;
  line-height: 18px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.field-radios label {
  line-height: 12px;
}
.field-radios label:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #c5b99f;
  vertical-align: top;
  margin-right: 10px;
}
.field-radios input:checked+label:after {
  border-radius: 50%;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
.field-checks input:checked+label:after {
  position: absolute;
  top: 1px;
  left: 3px;
  z-index: 1;
  font-family: 'icomoon';
}
.field-checks label:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #c5b99f;
  vertical-align: top;
  margin-right: 10px;
}
.field-check label {
  display: block;
  text-align: center;
  line-height: 31px;
  height: 35px;
  cursor: pointer;
  color: #4b4538;
  font-size: 16px;
  border: 1px solid;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.field-check-item {
  display: table-cell;
  vertical-align: top;
}
.field-check-item+.field-check-item {
  padding-left: 15px;
}
div.wrap {
  display: table;
  width: 100%;
}
.field-error p {
  margin: 0 !important;
  font-style: italic;
  display: block;
  font-size: 16px;
}
.field-check label:hover,
.field-check input:checked+label {
  color: #fff;
}
.service-box [class*="icon-"]{
  color: #fff;
}
.f-r {
  float: right;
}
.col-10 {
  width: 10%;
}
.switch {
  padding: 30px 0;
  border-top: 1px solid #c5b99f;
  text-align: center;
}
.switch-nav {
  margin: 0 auto;
  display: table;
}
.switch a,
.switch span {
  font-size: 16px;
  color: #333;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 40px;
  line-height: 33px;
  float: left;
}
.switch a:hover,
.switch span.selected {
  color: #fff;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch a+a,
.switch span+a {
  margin-left: 10px;
}
.bx-no-touch .catalog-item {
  border: 1px solid transparent;
  border-bottom: 0;
}
.catalog-box {
  position: relative;
}
.catalog-info {
  text-align: left;
  display: none;
  margin: 5px 0 0!important;
  padding-top: 0 !important;
  position: absolute;
  border: 1px solid transparent;
  border-top: 0;
  top: 100%;
  left: -25px;
  right: -25px;
  z-index: 2;
  background-color: #fff;
  font-size: 14px;
  color: #666;
}
.catalog-info li:before,
.page-nav li:before {
  display: none!important;
}
.bx-no-touch .catalog-item:hover .catalog-info {
  display: block;
}
.catalog-info li {
  line-height: 26px;
}
.block-sorting {
  display: table;
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #c5b99f;
  margin-bottom: 10px;
  padding-bottom: 20px;
  color: #4b4538;
  font-size: 16px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sorting-title {
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.sorting-link {
  border: 1px solid;
  display: inline-block;
  margin-left: 15px;
  height: 35px;
  vertical-align: top;
  position: relative;
  margin-bottom: 10px;
}
.sorting-link:before {
  content: attr(data-sorting-text);
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
}
.sorting-link.selected:before {
  color: #fff;
}
.sorting-link.selected a {
  border-color: #fff;
}
.sorting-link a {
  border-left: 1px solid;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: top;
  position: relative;
  margin: -1px 0;
  float: right;
}
.sorting-link a:after {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  left: 11px;
}
.sorting-link a:before {
  content: '';
  position: absolute;
  border: 4px solid transparent;
  left: 13px;
  z-index: 1;
}
.sorting-link a.array-asc.selected:after {
  border-bottom-color: #fff;
  top: 8px;
}
.sorting-link a.array-desc.selected:after {
  border-top-color: #fff;
  top: 14px;
}
.sorting-link a.array-asc:after {
  top: 8px;
}
.sorting-link a.array-desc:after {
  top: 14px;
}
.sorting-link a.array-asc:before {
  border-bottom-color: #fff;
  top: 11px;
}
.sorting-link a.array-desc:before {
  border-top-color: #fff;
  top: 15px;
}
.sorting-link.selected a.array-desc:after,
.sorting-link a.array-desc.selected:before,
.sorting-link a.array-desc:hover:after,
.sorting-link a.array-desc:hover:before {
  border-top-color: #fff!important;
}
.sorting-link.selected a.array-asc:after,
.sorting-link a.array-asc.selected:before,
.sorting-link a.array-asc:hover:after,
.sorting-link a.array-asc:hover:before {
  border-bottom-color: #fff!important;
}
.call-text {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  margin: 30px 20px -20px;
}
.md-modal .field.inline input,
.form_order_detail .field input,
.form_order_detail .field textarea {
  background-color: rgba(0,0,0,.2);
  border-color: rgba(0,0,0,.2);
  color: #fff;
  height: 40px;
}

.form_order_detail .field ::-webkit-input-placeholder {
	color: #bbb;
	font-style: italic;
}
.form_order_detail .field :-moz-placeholder {
	color: #bbb;
	font-style: italic;
}
.form_order_detail .field :-ms-input-placeholder {
	color: #bbb;
	font-style: italic;
}

.form_order_detail .field textarea {
  height: auto;
}
.object-info .icon-map {
  font-size: 30px;
  vertical-align: middle;
}
.object-link [class*="icon-"] {
  vertical-align: middle;
  font-size: 20px;
}
.md-button {
  background-color: rgba(0,0,0,.15);
  border: 0;
  color: #fff;
  height: 45px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  margin: 30px auto 0;
  width: 200px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}
.md-button:hover {
  background-color: #fff;
}
.call-header {
  background-color: rgba(0,0,0,.1);
  text-align: center;
  line-height: 70px;
  font-size: 28px;
  font-weight: 700;
}
.filter {
  border-bottom: 1px solid #c5b99f;
  margin: 30px 0 0;
  padding-bottom: 30px;
}
.header-page .header-nav {
  margin-top: 19px;
  position: relative;
}
.no-nav:after {
  display: none;
}
.field textarea {
  background-color: #fff;
  border: 1px solid #c5b99f;
  display: block;
  color: #333;
  padding: 10px;
  font-size: 16px;
  font-family: "PT Sans",Helvetica,Arial,sans-serif;
  width: 100%;
  height: 135px;
  resize: none;
}
.deals-list {
  padding-top: 20px;
}
.deals-item {
  position: relative;
  display: table;
  width: 100%;
}
.deals-item+.deals-item {
  border-top: 1px solid #c5b99f;
  padding-top: 30px;
  margin-top: 30px;
}
.deals-images {
  position: relative;
  display: inline-block;
  width: 250px;
  float: left;
}
.deals-images:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.6);
}
.deals-link {
  display: inline-block;
  font-size: 14px;
}
.deals-text {
  color: #666;
  font-size: 14px;
  position: relative;
  margin: 0 !important;
}
.slider-info:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1000%;
  top: 0;
  z-index: -1;
  background-color: rgba(0,0,0,.6);
  right: 0;
}
.deals-title {
  font-size: 18px;
}
.goods-list.catalog_carousel {
  width: auto;
  font-size: 0;
}
.deals-option .icon-map,
.catalog-info .icon-map {
  font-size: 30px;
  margin: 0 -5px;
}
.deals-option .icon-favorites,
.catalog-info .icon-favorites{
  font-size: 20px;
}
.deals-address {
  font-size: 14px;
  display: block;
  color: #999;
  margin: 10px 0;
}
.deals-info {
  vertical-align: top;
  display: table-cell;
  padding: 0 20px;
}
.help-block .col-7 {
  width: 67.7%;
}
.deals-panel {
  display: table-cell;
  vertical-align: top;
  width: 300px;
}
.deals-option {
  font-size: 14px;
  color: #666;
}
.deals-price {
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.deals-option li.indent-top {
  margin-top: 15px;
}
.deals-option [class*="icon-"],
.catalog-info [class*="icon-"] {
  font-size: 20px;
  vertical-align: middle;
}
.wrap p {
  margin: 15px 0;
}
.wrap iframe {
  max-width: 100%;
  margin: 0 auto;
}
.wrap li {
  position: relative;
  display: block;
}
.wrap li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.wrap li>ul li:before {
  background: 0;
  width: 0;
  height: 0;
  content: '-';
  vertical-align: top;
}
.wrap ul {
  margin: 15px 0 15px 15px;
}
.wrap ol {
  margin: 20px 0 20px 20px;
}
.map-columns {
  margin: 0 0 30px;
}
.partner-list {
  position: relative;
}
.partner-list img {
  margin: 0 auto;
}
.swiper-button-disabled:after {
  opacity: 0.4;
  cursor: no-drop;
}
.service-detailed {
  margin: 30px 0;
  text-align: center;
}
.service-box {
  display: inline-block;
  vertical-align: middle;
}
a.deals-images img {
  width: 250px;
  height: 225px;
  width: auto;
  height: auto;
  max-width: 100%;
}
.service-box svg {
  padding: 10px;
  fill: #fff;
}
a.service-icon {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
}
.help-form-success p {
  font-size: 18px;
  color: #837760;
}
.help-form-success h4 {
  font-size: 24px;
  line-height: 24px;
  margin: 15px 0;
  font-weight: 400;
  color: #837760;
}
.help-form-success i {
  font-size: 150px;
  color: #c5b99f;
}
.help-form-success {
  text-align: center;
}
h2.service-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  margin-left: 15px;
}
.object-item {
  border-bottom: 1px solid #c5b99f;
  position: relative;
  padding: 0 0 30px;
}
.object-text p {
  margin: 15px 0;
}
.object-address {
  color: #666;
  margin-bottom: 10px;
}
.object-info {
  padding-left: 30px;
  width: 60%;
  display: table-cell;
}
.object-info .deals-price {
  display: inline-block;
  padding: 0 50px;
  margin: 15px 0;
}
.field-error .chosen-container.chosen-with-drop .chosen-drop {
  border-width: 2px;
  margin-top: -2px;
}
.object-info dd {
  width: 70%;
}
.object-info dt {
  width: 30%;
}
.object-link li {
  display: inline-block;
}
.object-link li+li {
  margin-left: 50px;
}
.object-link svg {
  width: 20px;
  vertical-align: middle;
}
.object-link {
  display: table;
  width: 100%;
}
.service-menu {
  margin: 30px -10px;
  width: auto;
}
.service-menu h2 {
  margin-bottom: 15px;
  font-size: 18px;
}
.service-menu .col-3 {
  padding: 0 10px;
}
.service-menu a {
  background-color: #f3f1ec;
  border: 1px solid #c5b99f;
  font-size: 16px;
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 10px 30px 10px 10px;
}
.service-menu a+a {
  margin-top: 5px;
}
.service-menu a:hover {
  color: #fff;
}
.help-block .col-7 {
  padding-right: 20px;
}
.col-7 {
  width: 70%;
}
.service-menu a:after,
.footer-menu .col-2>a:after {
  content: '\e619';
  position: absolute;
  font-family: 'icomoon';
  font-size: 20px;
  top: 50%;
  right: 5px;
  z-index: 1;
  color: #c5b99f;
  pointer-events: none;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.goods-metka {
  margin: 0 !important;
}
.hidden,
.hide {
  display: none!important;
}
.show {
  display: block!important;
}
.deals-price [class*="icon-"] {
  color: #fff!important;
}
.service-menu a:hover:after,
.footer-menu .col-2>a:hover:after,
.footer-menu li.col-2.selected>a:after {
  color: #fff;
}
.adaptive-block {
  margin-bottom: 15px;
}
.object-big-images {
  margin-bottom: 10px;
  overflow: hidden;
  width: 456px;
  height: 310px;
  position: relative;
}
.object-slider {
  position: relative;
  width: 456px;
}
.object-slider a {
  border: 3px solid transparent;
  overflow: hidden;
  height: 100px;
  position: relative;
}
.object-slider a img {
  width: 100%;
  opacity: 0.8;
}
.object-slider a:hover img {
  opacity: 1;
}
.object-big-images a {
  display: block;
}
.object-big-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.our-team .swiper-container {
  margin: 0;
}
.footer-adaptive {
  display: table-cell;
  vertical-align: top;
}
.footer-menu .col-2>a {
  cursor: default;
}
.ul_clear,
.clean {
  margin: 0!important;
  padding: 0;
  list-style-type: none;
}
.ul_clear li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ul_clear li:before,
ul.clean li:before {
  display: none;
}
.b-form-success-wrapp, .b-form-error-wrapp {
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  padding: 6px 14px;
}
.b-form-success-wrapp p, .b-form-error-wrapp p{
  margin: 10px 0;
}

.help-form .b-form-error-wrapp{
  margin-left: 15px;
  margin-right: 15px;
}
.errortext {
  color: #f15a5c!important;
}
.notetext {
  color: #1abc9c!important;
}
#citrus_subscribe_res {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.md-content .b-form-success-wrapp {
  margin-bottom: 20px;
}
.citrus-objects-map {
  height: 480px;
}
.citrus-objects-map-popup {
  display: block;
  width: 190px;
  overflow: hidden;
  text-decoration: none;
}
.citrus-objects-map-popup__image {
  width: 100%;
}
.citrus-objects-map-popup__price {
  display: block;
  padding: 10px 8px 6px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.citrus-objects-map-popup__price small {
  font-size: 18px;
  font-weight: 400;
}
.citrus-objects-map-popup__title {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  margin: 8px 0;
  text-align: center;
}
.citrus-objects-map-popup__desc {
  display: block;
  color: #999;
  font-size: 14px;
  line-height: 16px;
  margin: 7px 0;
  text-align: center;
}

.breadcrumbs li {
  display: inline;
}

@media screen and (min-width: 480px) {
  .md-modal .field-label {
    text-align: right;
    padding-right: 15px;
  }
  .feedback-button {
    display: table;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  .md-content {
    padding: 0 20px;
  }
  .feedback-button button {
    width: 100%;
  }
  .call-text br {
    display: none;
  }
  .filter-button button+button,
  .filter-more-link {
    margin-top: 15px !important;
  }
  .object-big-images {
    width: 290px;
    height: 210px;
  }
  .object-slider {
    width: 290px;
  }
  .deals-panel {
    width: auto;
  }
  .swiper-slide .goods-images {
    width: 220px;
  }
  .object-info dt,
  .object-info dd {
    width: 50%;
  }
  a.deals-images {
    margin: 0 auto 15px;
  }
  .object-slider a {
    height: 50px;
  }
  .service-menu .col-3 {
    width: 100%!important;
  }
  .partner-list {
    width: 270px;
    margin: 0 auto;
  }
  #slide-partner {
    width: 260px;
  }
  .partner-list .swiper-button-prev {
    left: -40px;
  }
  .partner-list .swiper-button-next {
    right: -40px;
  }
  .swiper-container.fix {
    width: 240px!important;
    padding: 0 !important;
  }
  #contacts-map {
    height: 300px!important;
  }
  .who-we .col-5:first-child {
    margin-bottom: 15px;
  }
  .object-slide {
    width: 100%;
  }
  .help-form .field.inline>label {
    display: table;
    width: 100%;
    line-height: inherit;
    margin-bottom: 5px;
  }
  .header-nav-slide {
    width: 320px;
    margin: 0 auto;
    position: relative;
  }
  .header-nav-ovh {
    width: 250px;
  }
  .swiper-button-next {
    right: -10px;
  }
  .swiper-button-prev {
    left: -10px;
  }
  .field+.field{
    margin-top: 20px
  }
  .field-label {
    margin-bottom: 10px;
    width: 100%;
    display: table;
  }
  .filter-button {
    padding-top: 15px !important;
  }
  .slider-info,
  p.slider-price,
  .block-title,
  .goods-list {
    text-align: center!important;
  }
  .sorting-title {
    display: table;
    margin: -10px 0;
    width: 100%;
  }
  .sorting-link {
    margin: 15px auto 0;
    width: 290px;
    display: block;
  }
  a.slider-button.button {
    position: relative!important;
    display: inline-block;
    margin: 15px auto 0;
    width: 200px!important;
  }
  p.slider-price {
    margin: 15px auto !important;
    width: 100%!important;
  }
  .slider-info {
    padding: 15px 0 0 !important;
    width: 100%!important;
  }
  .header-phone strong,
  .header-phone b,
  .header-phone span.fw400,
  .slider-title {
    width: 100%!important;
  }
  .header-logo {
    padding: 0 15px;
  }
  .help-number {
    display: none;
  }
  .fix:not(.header) {
    width: 320px;
    padding: 0 15px;
  }
  .our-team-avatar {
    margin: 0 auto;
    display: table;
  }
  .our-team-info {
    padding: 15px 0;
    display: block;
  }
  .our-team-item {
    text-align: center;
    width: 100%;
  }
  .goods-item {
    width: 270px;
  }
  .block .block-button {
    display: block;
    padding: 7px;
    text-align: center;
  }
  .our-team.recommendations.fix {
    width: 290px!important;
    padding: 0;
  }
  #slider {
    height: 300px;
  }
  .footer-bottom .col-4 {
    width: 100%!important;
    display: block;
    text-align: center!important;
  }
  .footer-bottom .col-4:nth-child(2),
  .footer-bottom {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .header-menu>ul>li>a:after {
    content: '\e619';
    position: absolute;
    font-family: 'icomoon';
    font-size: 20px;
    top: 50%;
    right: 5px;
    z-index: 1;
    color: #c5b99f;
    pointer-events: none;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #fff;
  }
  .header-submenu li a:after {
    margin-top: -17px;
  }
  .header-menu li.selected ul {
    display: block;
  }
  .md-modal {
    width: 100%;
    display: none;
    position: relative;
  }
  .block-help-maps .md-modal {
    position: relative;
  }
  .call-form {
    padding: 0px 20px 30px;
  }
  .form_order_detail .field-label {
    display: block;
    width: auto;
    padding: 0;
    text-align: left;
    margin-bottom: 4px;
  }
  .form_order_detail .field-input {
    display: block;
    width: 100%;
  }

  .call-header {
    background: 0;
  }
  .call-text {
    margin: 0;
  }
  .md-modal.selected {
    display: block;
  }
  .md-content {
    color: #fff;
  }
  .header-submenu {
    border-top: 1px solid rgba(0,0,0,.3);
    display: none;
  }
  .header-submenu li a {
    background-color: rgba(0,0,0,.2)!important;
    line-height: 35px!important;
  }
  .header-submenu li a:hover,
  .header-submenu li a.selected {
    background-color: rgba(0,0,0,.05)!important;
  }
  .header-menu>ul>li:hover>a,
  .header-menu>ul>li.selected>a,
  .header-menu li.selected a.selected {
    background-color: rgba(0,0,0,.2);
  }
  .header-menu>ul>li.selected>a:after {
    margin-top: -25px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .who-we .col-5:first-child {
    border-bottom: 1px solid #c5b99f;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .header-menu {
    display: none;
    position: relative;
    width: 100%;
  }
  .header-menu li {
    display: block;
    width: auto;
  }
  .header-menu li+li {
    border-top: 1px solid rgba(0,0,0,.3);
  }
  .header-menu li a {
    background-color: rgba(0,0,0,.15);
    text-align: center;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
  }
  .header-menu.selected {
    display: block;
  }
  .footer-menu {
    padding: 15px 0 30px;
  }
  .footer-adaptive+.footer-adaptive {
    padding-top: 30px;
    text-align: center;
  }
  .footer-adaptive {
    width: 100%;
    display: table;
  }
  .service-detailed {
    text-align: left;
  }
  .service-detailed .col-3 {
    display: table;
    width: 100%;
  }
  .service-detailed .col-3+.col-3 {
    margin-top: 15px;
  }
  a.deals-images {
    display: table;
    float: none;
    margin-bottom: 15px;
  }
  .deals-panel,
  .deals-info {
    display: table;
    padding: 0;
  }
  .object-link li {
    display: block;
  }
  .object-link li+li {
    margin: 15px 0 0;
  }
  .hamburger {
    width: 50px;
    line-height: 65px;
    height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
  }
  .hamburger:hover,
  .hamburger.selected,
  .header-phone-link:hover,
  .header-phone-link.selected {
    background-color: rgba(0,0,0,.15);
  }
  .header-phone:after {
    position: absolute;
    width: 500%;
    left: -50%;
    right: -50%;
    z-index: -1;
    top: 0;
    bottom: 0;
    content: '';
  }
  .header-phone-link span.icon-phone {
    color: #fff!important;
    font-size: 30px;
  }
  .header-phone strong,
  .header-phone b,
  .header-phone span.fw400{
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
    display: table-cell;
    vertical-align: middle;
    line-height: 50px;
    margin: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .header-phone-link a {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    line-height: 75px;
    text-align: center;
    height: 50px;
    font-size: 0;
    border: 0;
  }
  .header-phone-link>span.icon-phone {
    display: none;
  }
  .header-info {
    margin: 0 auto;
  }
  .header-phone {
    width: 100%;
    height: 50px;
    display: table;
    position: relative;
  }
  .header-logo {
    width: 100%;
    display: table;
  }
  .slider-info:after {
    left: -50%;
    right: -50%;
    top: 0;
    width: 500%;
  }
  .slider-info {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 450px;
    padding: 15px;
  }
  .slider-title {
    display: inline-block;
    width: 250px;
    font-size: 24px;
  }
  p.slider-price {
    font-size: 24px;
    margin: 15px 0 0;
    width: 250px;
  }
  .slider-price strong,
  .slider-price b{
    font-size: 40px;
  }
  a.slider-button.button {
    width: 150px;
    line-height: 20px;
    height: auto;
    padding: 10px 0;
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  .offers .col-3 {
    width: 100%;
    display: table;
  }
  .offers .col-3+.col-3 {
    margin-top: 30px;
  }
  .offers {
    margin: 30px 0;
  }
  .help-block .col-3 {
    margin-top: 30px;
  }
  .our-team-info span.our-team-hours {
    display: none;
  }
  .filter-form .col-8 {
    width: 100%;
    float: none;
  }
  .filter-form .col-4 {
    width: 100%;
    display: table;
  }
  .filter-form .col-4+.col-4 {
    padding-top: 15px;
  }
  .filter-button {
    display: table;
    width: 100%;
    padding: 30px 0 0;
  }
  .slider .swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-phone-link a>span {
    display: none;
  }
  .header-submenu li a:hover,
  .header-submenu li a.selected {
    background: 0;
  }
  .header-menu li:hover ul {
    display: block;
  }
  .offers {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .offers .col-3 {
    padding: 0 15px;
  }
  .call-form {
    padding: 50px;
  }
  .header-submenu {
    padding: 0 !important;
    width: 260px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
  }
  .filter-form .col-4:last-child {
    padding-left: 15px;
  }
  .filter-form .col-4:first-child {
    padding-right: 15px;
  }
  .footer-bottom br,
  .hamburger {
    display: none;
  }
  .header-phone-link [class^="icon-"]{
    font-size: 18px;
    vertical-align: -8px;
  }
  .md-modal {
    position: relative;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .md-content {
    color: #fff;
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    width: 500px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .md-overlay {
    background: rgba(0,0,0,.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 100;
  }
  .md-modal.selected,
  .md-modal.selected ~ .md-overlay {
    visibility: visible;
    opacity: 1;
  }
  .md-modal.selected .md-content {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) and (min-width: 320px) {
  .block-help-maps .col-67 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
  }
  .block-help-maps .col-3 {
    display: block;
    width: 100%;
    margin: 20px auto 30px;
  }
  .block-help-maps-button {
    float: none;
    margin: 0 auto;
    width: 300px;
    display: block;
  }
  .service-menu {
    margin: 0;
    width: 100%;
  }
  .service-menu .col-3 {
    width: 60%;
    display: table;
    padding: 0;
  }
  .service-menu .col-3+.col-3 {
    margin-top: 30px;
  }
  .deals-option li:nth-child(5),
  .deals-option li:nth-child(5)+li {
    display: inline-block;
    margin-top: 5px;
  }
  .deals-option li:nth-child(5)+li {
    margin-left: 15px;
  }
  .deals-link,
  .deals-text {
    display: none;
  }
  .feedback .help-form-title {
    margin: 0 0 15px;
  }
  .object-slide {
    display: table;
  }
  .object-info {
    margin-top: 30px;
    padding: 0;
    display: block;
    width: auto;
  }
  .contacts-block+.contacts-block {
    margin-top: 30px;
  }
  .help-block .col-7,
  .help-block .col-3 {
    display: block;
    width: 100%;
  }
  .footer-menu ul:not(.footer-social) {
    display: none;
  }
  .footer-menu .col-2 {
    display: block;
    width: auto;
  }
  .footer-menu .col-2>a .footer-title {
    border-bottom: 1px solid #504e49;
    margin: 0;
    border-top: 1px solid transparent;
    cursor: pointer;
  }
  .footer-menu .col-2>a {
    line-height: 40px;
  }
  .footer-menu li.col-2>a:after {
    display: block;
  }
  .footer-menu .selected ul {
    display: block;
  }
  .footer-menu li.col-2.selected>a:after {
    margin-top: -20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .goods-list .swiper-button-prev {
    left: -20px;
  }
  .goods-list .swiper-button-next {
    right: -20px;
  }
  .citrus-objects-map {
    height: 500px;
  }
  .md-content {
    color: #fff;
    width: 450px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .filter-more-link {
    line-height: 38px;
  }
  .filter-button button+button {
    margin: 0 0 0 15px !important;
  }
  .swiper-container.fix {
    width: 420px!important;
    padding: 0 !important;
  }
  .sorting-title {
    float: left;
  }
  .sorting-link {
    margin: 0 auto;
    display: block;
    width: 230px;
  }
  .sorting-link+.sorting-link{
    margin-top: 15px;
  }
  #contacts-map {
    height: 400px!important;
  }
  .filter-button button {
    width: auto;
    display: inline-block;
    float: left;
  }
  .filter-more-link {
    float: right;
  }
  .slider .swiper-pagination {
    margin: 0;
    right: 0;
    left: 0;
  }
  .header-phone strong,
  .header-phone b,
  .header-phone span.fw400{
    width: 350px;
  }
  #slide-partner {
    width: 420px;
  }
  .partner-list .swiper-button-prev {
    left: -30px;
  }
  .partner-list .swiper-button-next {
    right: -30px;
  }
  .recommendations .our-team-avatar {
    display: inherit;
    margin: 0 auto 15px;
    width: auto;
  }
  .recommendations .our-team-info {
    display: table;
    padding: 0;
  }
  .recommendations-name {
    text-align: center;
  }
  .recommendations-date {
    display: block;
    text-align: center;
  }
  .object-big-images,
  .object-slider {
    width: 450px;
    overflow: hidden;
  }
  .header-nav-slide {
    width: 480px;
    margin: 0 auto;
    position: relative;
  }
  .header-nav-ovh {
    width: 370px;
  }
  .our-team-info {
    display: table-cell;
  }
  .fix:not(.header),
  .fix .header-info {
    width: 480px;
    padding: 0 15px;
  }
  .goods-item.col-2 {
    width: 50%;
  }
  .our-team .swiper-container {
    width: 450px;
  }
  #slider {
    height: 300px;
  }
  .our-team.recommendations.fix {
    padding: 0;
    width: 450px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .partner-list .swiper-button-prev {
    left: -40px;
  }
  .partner-list .swiper-button-next {
    right: -40px;
  }
  .citrus-objects-map {
    height: 560px;
  }
  .deals-panel,
  .deals-info {
    display: table;
    padding: 0 0 0 20px;
  }
  .footer-adaptive+.footer-adaptive {
    padding-left: 90px;
  }
  .footer-adaptive {
    width: 50%;
  }
  h2.service-title {
    margin: 15px 0 0;
    display: block;
  }
  a.service-icon {
    text-align: center;
  }
  .our-team.recommendations .swiper-container {
    width: 716px;
  }
  #slide-partner {
    width: 706px;
  }
  .fix:not(.header),
  .fix .header-info,
  .fix .header-menu ul {
    max-width: 768px;
  }
  #slide-similar {
    margin: 0 10px;
    width: 716px;
  }
  .header-nav-slide {
    width: 768px;
  }
  .header-nav-ovh {
    width: 658px;
  }
  .goods-item.col-2 {
    width: 33.3%;
  }
  .slider .swiper-pagination {
    margin-right: -358px;
  }
  #slider {
    height: 350px;
  }
  .slider-info {
    margin-right: -20px;
    bottom: 23%;
  }
  .field.w {
    display: block;
    margin: 20px auto 5px;
    width: 300px;
  }
  .help-form {
    margin-top: 30px;
  }
  .our-team .swiper-container {
    width: 500px;
  }
  .adaptive-block {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding: 15px 15px 0;
  }
  .help-form-info {
    margin-top: 0 !important;
  }
  .help-form-title {
    margin: 5px 15px 0;
    padding-bottom: 15px;
  }
  .field-label {
    padding-right: 10px;
    word-break: break-word;
  }
}
@media screen and (min-width: 992px) {
  .footer-adaptive {
    width: 80%;
  }
  .footer-adaptive:last-child {
    width: 20%;
  }
  .citrus-objects-map {
    height: 695px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 320px) {
  .header-link {
    height: 40px;
    line-height: 36px;
    width: 100%;
  }
  .no-nav .header-link {
    margin-top: 0;
  }
  .catalog-item,
  .catalog-info {
    padding: 10px !important;
  }
  .catalog-info {
    left: -11px;
    right: -11px;
  }
  .goods-list {
    margin: 0 -10px;
  }
  .goods-item {
    padding: 0 10px;
  }
  .who-we .col-5 {
    display: block;
    width: 100%;
  }
  .contacts .col-5 {
    padding: 0 !important;
    display: block;
    width: 100%;
  }
  #contacts-map {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .goods-list .swiper-button-prev {
    left: -35px;
  }
  .goods-list .swiper-button-next {
    right: -35px;
  }
  #contacts-map {
    height: 450px!important;
  }
  .header-info {
    display: block;
  }
  .header-logo {
    float: left;
  }
  .header-phone {
    margin: 9px 0;
    float: right;
  }
  .who-we .col-5:first-child {
    margin-bottom: 30px;
  }
  .button.gray {
    margin: 0;
  }
  .header-menu {
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
  }
  .offers {
    margin: 30px 0 0;
  }
  .offers .col-3 {
    text-align: center;
  }
  .offers-info {
    display: block;
    padding: 15px 0 0;
  }
  .offers-icon {
    display: block;
    margin: 0 auto;
  }
  .fix .header-info,
  .fix .header-menu ul {
    margin: 0 auto;
  }
  .header-menu {
    display: block;
    width: auto;
  }
  .header-info.col-5>div.col-5,
  .footer .fix,
  .block-help-maps .row,
  .wrap,
  .header-menu ul,
  .header-link {
    padding: 0 26px;
  }
  .header-menu li+li {
    border-left: 1px solid rgba(255,255,255,.4);
  }
  .filter-form .col-8 {
    width: 100%;
    display: table;
  }
  .filter-form .col-4 {
    width: 50%;
  }
  .filter-button {
    padding: 30px 0 0;
    width: 100%;
    text-align: left;
  }
  .filter-button button
  /*.filter-more-link*/ {
    width: 150px;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .filter-more-link {
    margin-left: 15px;
  }
  .header-nav-slide {
    position: relative;
    margin: 0 auto;
  }
  .feedback .col-5 {
    display: table-cell;
    width: 50%;
  }
  .feedback div.col-5:first-child {
    padding-right: 20px;
  }
  .feedback div.col-5:last-child {
    padding-left: 20px;
  }
  .feedback-button {
    margin-top: 20px;
  }
  .header-menu li a {
    line-height: 58px;
  }
  #slider-team .our-team-item {
    width: 100%;
  }
  .recommendations .our-team-info {
    display: inline-block;
    width: 80%;
  }
  .recommendations .our-team-avatar {
    width: 20%;
    float: left;
    display: inline-block;
  }
}
@media screen and (max-width: 1279px) and (min-width: 992px) {
  .our-team .swiper-container,
  #slide-partner {
    width: 940px;
  }
  .partner-list .swiper-button-prev {
    left: -45px;
  }
  .partner-list .swiper-button-next {
    right: -45px;
  }
  .fix:not(.header),
  .fix .header-info,
  .fix .header-menu ul {
    max-width: 992px;
  }
  #slide-similar {
    margin: 0 10px;
    width: 940px;
  }
  .header-nav-slide {
    width: 992px;
  }
  .header-nav-ovh {
    width: 882px;
  }
  .slider .swiper-pagination {
    margin-right: -470px;
  }
  #slider {
    height: 400px;
  }
  .slider-info {
    margin-right: 100px;
  }
  .footer-menu .col-2:nth-child(1) {
    width: 20%;
  }
  .footer-menu .col-2:nth-child(2) {
    width: 30%;
  }
  .contacts-block {
    display: table-cell;
    width: 50%;
  }
  .contacts-block:last-child {
    padding-left: 10px;
  }
  .contacts-block:first-child {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .goods-list .swiper-button-prev {
    left: -25px;
  }
  .goods-list .swiper-button-next {
    right: -25px;
  }
  .header-page {
    border-top: 1px solid #c5b99f;
  }
  .header-menu li a {
    line-height: 70px;
  }
  .filter-button button+button,
  .filter-more-link {
    margin-top: 15px !important;
  }
  .our-team .swiper-container,
  #slide-partner {
    width: 1140px;
  }
  .partner-list .swiper-button-prev {
    left: -45px;
  }
  .partner-list .swiper-button-next {
    right: -45px;
  }
  #slider {
    height: 600px;
  }
  .our-team .swiper-container {
    width: 570px;
  }
  .our-team.recommendations .swiper-container {
    width: 100%;
  }
  .fix,
  .header-nav-ovh {
    max-width: 1140px;
  }
  .header-menu li+li {
    border-left: 1px solid rgba(255,255,255,.4);
  }
  .header-phone.col-5 {
    padding-right: 50px;
  }
  .goods-list {
    margin: 0 -24px;
    font-size: 0px;
  }
  .goods-item {
    padding: 0 24px;
    margin: 0;
  }
  .catalog-item,
  .catalog-info {
    padding: 24px;
  }
  .header-menu:after {
    content: '';
    position: absolute;
    top: 0;
    height: 70px;
    right: -1000%;
    left: 0;
    z-index: -1;
  }
  .filter-button.selected {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .feedback div.col-5:first-child {
    padding-right: 15px;
  }
  .who-we>div.col-5:first-child,
  .help-block .col-7,
  .contacts .col-5:first-child {
    padding-right: 30px;
  }
  .contacts-block+.contacts-block {
    margin-top: 15px;
  }
  .feedback-button {
    width: 220px;
  }
  .feedback-button button {
    width: 100%;
  }
  .recommendations .our-team-avatar {
    width: 200px;
  }
  .recommendations .our-team-info {
    display: table-cell;
  }
  .service-menu {
    width: 1160px;
  }
  .header-nav-slide {
    position: relative;
    margin: 0 auto;
    width: 1250px;
  }
}
@media print {
  body {
    font: 13px/18px Tahoma,serif;
  }
  .header-menu,
  .md-modal,
  .hamburger,
  .header-phone-link,
  .header-page,
  .footer,
  .block-help-maps,
  .block,
  .object-link,
  .icon-maps,
  .object-map-print,
  .swiper-button-next,
  .swiper-button-prev {
    display: none!important;
  }
  .object-item {
    border: 0;
  }
  .object-info .deals-price {
    margin: 0;
    padding: 0;
    line-height: 20px;
  }
  .object-slider .swiper-container,
  .object-big-images,
  .object-slider {
    width: 350px;
  }
  .object-big-images {
    height: 250px;
  }
  .object-slider a {
    border: 0;
    height: 80px;
    width: 110px!important;
  }
  .content-title {
    font-size: 20px;
  }
  .object-item {
    margin: 0;
  }
  .object-info dd {
    font-size: 13px;
  }
  .object-info dt,
  .object-info dd {
    width: 50%;
    margin: 0;
  }
}

.block-title {
  font-weight:bold;
  text-transform:uppercase;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 30px;
}

.help-form-title {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #dcd5c5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.month-title {
    font-weight: bold;
    text-transform: uppercase;
}
.recommendations-name {
	font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#bx-composite-banner {
  padding: .5em 0 1em 0;
}

/* End */


/* Start:/local/templates/citrus_arealty/themes/blue/colors.css?15042632363305*/
.sorting-link a:hover,
.deals-price,
.field-radios input:checked+label:after,
.field-check label:hover,
.field-check input:checked+label,
.switch a:hover,
.switch span.selected,
.sorting-link.selected,
a.service-icon:hover .service-box,
.service-menu a:hover,
.header-menu:after,
.header-menu,
.block-help-maps,
.field-button,
.button,
.goods-price,
.swiper-pagination-bullet-active,
a.offers-box:hover,
.form_order_detail,
.filter .bx-ui-slider-pricebar-v,
.button.filter-count:hover .count,
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover,
.wrap li:before,
.citrus-objects-map-popup__price {
  background-color: #3598dc;
}

.filter .bx-ui-slider-pricebar-vn{
  background-color: rgba(53, 152, 220, .4);
}

.filter .bx-ui-slider-handle.left{
  border-right-color: rgba(53, 152, 220, .4);
}

.filter .bx-ui-slider-handle.right{
  border-left-color: rgba(53, 152, 220, .4);
}

.filter .bx-ui-slider-handle {
  border-bottom-color: rgba(53, 152, 220, .4);
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3598dc!important;
  color: #fff!important;
}

.bx-no-touch .catalog-item:hover,
.catalog-info,
.switch a,
.switch span,
.sorting-link,
.service-menu a:hover,
.field.inline input:focus,
.field textarea:focus,
.field-button:hover,
.button:hover,
.field-check label,
.chosen-with-drop .chosen-drop,
.chosen-with-drop .chosen-single,
.filter .bx-filter-popup-result,
.object-slider a.selected {
  border-color: #3598dc;
}

.sorting-link a,
.header-page .swiper-button-next:after,
.swiper-button-next:not(.swiper-button-disabled):hover:before {
  border-left-color: #3598dc;
}

.header-page .swiper-button-prev:after,
.swiper-button-prev:not(.swiper-button-disabled):hover:before {
  border-right-color: #3598dc;
}

.sorting-link a.array-asc:after,
.sorting-link.selected a.array-asc:before {
  border-bottom-color: #3598dc;
}

.sorting-link a.array-desc:after,
.sorting-link.selected a.array-desc:before {
  border-top-color: #3598dc;
}

.sorting-link a.array-asc:after {
  border-bottom-color: #3598dc;
}

.field-error input,.field-error .chosen-container-single .chosen-single,.field-error .field-select {
  border: 2px solid #3598dc!important;
}

a,
a.service-icon:hover h2,
.logo span strong,
.logo span b,
.logo span.fw700,
.block-help-maps-button:hover,
.field-button:hover,
.button:hover,
.header-nav a.selected,
.header-nav a:hover,
.help-number,
.chosen-container .chosen-results li.result-selected,
.goods-title:hover,
.field-error p,
.md-button:hover,
.header-phone-link [class^="icon-"],
.field-checks input:checked+label:after,
.deals-option [class*="icon-"],
.catalog-info [class*="icon-"],
.contacts-block .icon-map,
.object-info [class*="icon-"],
.object-link [class*="icon-"],
.b-photo-line-name,
.button.filter-count .count {
  color: #3598dc;
}

.md-content {
  background: #3598dc;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .header-phone,
  .header-phone:after {
    background-color: #3598dc;
  }
  .md-modal,.md-content{
    background-color: #3598dc;
  }
}

@media screen and (min-width: 768px) {
  .header-submenu {
    background-color: #3598dc;
  }
}

@media print {
  .object-info .deals-price{
    color: #3598dc;
  }
  .deals-price [class*="icon-"] {
    color: #3598dc!important;
  }
}
/* End */
/* /local/templates/citrus_arealty/icon_fonts/icons.css?15042632362115 */
/* /local/templates/citrus_arealty/js/swiper/swiper.css?150426323612359 */
/* /local/templates/citrus_arealty/js/nicescroll/nicescroll.css?1504263236396 */
/* /local/templates/citrus_arealty/js/chosen/chosen.css?15042632362728 */
/* /local/templates/citrus_arealty/template_styles.css?154227910563608 */
/* /local/templates/citrus_arealty/themes/blue/colors.css?15042632363305 */
