

/* Start:/bitrix/templates/citrus_arealty2/application/icon-fonts/icons.css?16119256072896*/
@font-face {
  font-family: 'icomoon';
  src:  url('/bitrix/templates/citrus_arealty2/application/icon-fonts/fonts/icomoon.eot');
  src:  url('/bitrix/templates/citrus_arealty2/application/icon-fonts/fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('/bitrix/templates/citrus_arealty2/application/icon-fonts/fonts/icomoon.woff2') format('woff2'),
    url('/bitrix/templates/citrus_arealty2/application/icon-fonts/fonts/icomoon.ttf') format('truetype'),
    url('/bitrix/templates/citrus_arealty2/application/icon-fonts/fonts/icomoon.woff') format('woff'),
    url('/bitrix/templates/citrus_arealty2/application/icon-fonts/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-service:before {
  content: "\e900";
}
.icon-edit:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.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:before {
  content: "\e60e";
}
.icon-map:before {
  content: "\e60f";
}
.icon-mail:before {
  content: "\e610";
}
.icon-mailmanager:before {
  content: "\e611";
}
.icon-logo:before {
  content: "\e612";
}
.icon-letter:before {
  content: "\e613";
}
.icon-holder:before {
  content: "\e614";
}
.icon-galochka:before {
  content: "\e615";
}
.icon-favorites:before {
  content: "\e616";
}
.icon-catalog:before {
  content: "\e617";
}
.icon-buyer:before {
  content: "\e618";
}
.icon-arrowright:before {
  content: "\e619";
}
.icon-ruble:before {
  content: "\e61a";
}
.icon-home:before {
  content: "\e61b";
}
.icon-muzik:before {
  content: "\e903";
}
.icon-select-galka:before {
  content: "\e904";
}
.icon-list-2:before {
  content: "\e905";
}
.icon-cards:before {
  content: "\e906";
}
.icon-kartochka-2:before {
  content: "\e907";
}
.icon-list:before {
  content: "\e908";
}
.icon-print2:before {
  content: "\e909";
}
.icon-select:before {
  content: "\e90a";
}
.icon-milo:before {
  content: "\e90b";
}
.icon-vk2:before {
  content: "\e90c";
}
.icon-vk:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90e";
}
.icon-sort-low:before {
  content: "\e90f";
}
.icon-sort-hight:before {
  content: "\e910";
}
.icon-sucess:before {
  content: "\e911";
}
.icon-star-full:before {
  content: "\e9d9";
}

/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/0_cui/btn.css?16119256078384*/
/**
* Name: Button style
* Author: by crycode
*/

@media all {
    .btn {
        -webkit-transition: background-color .15s, border .15s, color .15s;
        -moz-transition: background-color .15s, border .15s, color .15s;
        -ms-transition: background-color .15s, border .15s, color .15s;
        -o-transition: background-color .15s, border .15s, color .15s;
        transition: background-color .15s, border .15s, color .15s;
        position: relative;
        vertical-align: middle;
        background: none;
        border: none;
        text-transform: uppercase;
        font-size: 16px;
        padding: 6px 12px;
    }
    a.btn {
        text-decoration: none;
    }
    .btn:not(.btn-link):active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }
    .btn-label, .btn-icon, .btn-count {
        display: inline-block;
        vertical-align: middle;
    }
    .btn span.btn-icon {
        margin-right: 5px;
        position: relative;
        font-size: 16px;
        font-weight: 400;
    }

    .btn-with-additional .btn-label {
        flex: 1;
        margin-right: 6px;
    }
    .btn-with-additional span.btn-additional-label {
        min-width: 26px;
        padding: 0 5px;
        border-radius: 3px;
        font-size: 16px;
        height: 25px;
        background-color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: -6px -7px -6px auto;
    }

    .btn.btn-primary span.btn-label+span.btn-icon, .btn.btn-secondary span.btn-label+span.btn-icon {
        margin: 0 0 0 8px;
    }
    .btn.btn-primary {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 9px 12px;
        line-height: 1.2;
        font-weight: 600;
        border: 1px solid transparent;
        border-radius: 3px;
        color: #fff;
    }

    .btn.btn-secondary {
        background-color: #f9f8f5;
        border: 1px solid #c0b89f;
        border-radius: 3px;
        display: inline-flex;
        padding: 9px 12px;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        color: #8b7d6a;
        font-weight: 600;
    }
    .bx-no-touch .btn.btn-secondary:not(.is-active):hover, .btn.btn-secondary:not(.is-active):active {
        background-color: #c0b89f;
        color: #fff;
    }


    .btn.btn-border {
        border: 2px solid #fff;
        border-radius: 4px;
    }
    .btn.btn-border._white {
        color: #fff;
    }
    .btn.btn-border._white:hover {
        background-color: #fff;
    }

    .btn.btn-style1 {
        height: 36px;
        line-height: 34px;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #666;
        background-color: #f1f1f1;
        font-size: 0;
        padding: 0 10px;
    }
    .btn.btn-style1 .btn-label {
        font-size: 16px;
    }
    .btn.btn-style1 .btn-icon {
        font-size: 14px;
        margin-left: 5px;
        float: right;
        line-height: 34px;
    }

    .btn[disabled] {
        opacity: .5;
        cursor: default;
        pointer-events: none;
    }
    .btn.btn-transparent{
        padding: 7px 12px;
        font-weight: 700;
        border:2px solid #fff;
        background: transparent;
        color: #fff;
        border-radius: 3px;
    }
    .btn.btn-transparent:hover{
        background: #fff;
    }

    .btn.btn-big {
        padding: 14px 25px;
    }
    .btn.btn-big span.btn-label {
        text-transform: uppercase;
        font-size: 16px;
    }

    .btn.btn-stretch {
        width: auto;
    }
}

/* forms */
@media all {
    .citrus-form .btn {
        height: 60px;
        width: 240px;
        max-width: 100%;
    }
    .citrus-form-mod--compact .citrus-form .btn {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .citrus-form .btn {
        height: 50px;
        width: 240px;
        max-width: 100%;
    }
}

/*status*/
@media all {
    .btn._is_status_icon .btn-icon:before, .btn._is_status_icon .btn-icon>* {
        opacity: 0;
        pointer-events: none;
    }
    .cui-btn__icon .cui-icon {
        cursor: inherit;
        display: inline-block;
        font-size: 1.5em;
        height: 1em;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        width: 1em;
    }

    .btn._is_status_icon .btn-icon>.cui-status-icon {
        width: 1em;
        height: 1em;
        /*position: absolute;*/
        margin: auto;
        opacity: 1;
        pointer-events: all;
        top: 0;
        display: flex;
        align-items: center;
    }
    .cui-btn-progress {
        animation: cui-btn-status-icon-rotate .7s linear infinite, .2s cui-btn-status-icon-fadein .1s linear forwards;
        transform-origin: center center;
        opacity: 0;
    }
    .cui-btn-progress__indeterminate {
        width: 100%;
    }
    .cui-btn-progress__indeterminate-path {
        stroke: #fff;
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
        stroke-linecap: round;
    }
    .cui-btn-success {
        animation: .2s cui-progress-circular-fallin .1s linear forwards, .2s cui-btn-status-icon-fadein .1s linear forwards;
        transform: translate(0, -.3em);
        opacity: 0;
    }
    .cui-btn-success svg {
        flex: 1;
    }
    .cui-btn-success path{
        fill: #8dff8d;
    }

    /*.cui-btn-progress__spinner*/
    .cui-btn-progress__spinner {
        top: 0;
        right: 0;
    }
        .cui-btn-progress__spinner > span {
            width: 4px;
            height: 4px;
            background-color: #fff;
            border-radius: 100%;
            display: inline-block;
            -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
            animation: sk-bouncedelay 1s infinite ease-in-out both;
        }
        .cui-btn-progress__spinner .bounce1 {
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }
        .cui-btn-progress__spinner .bounce2 {
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
        }
    .cui-btn-progress__spinner > span + span {
        margin-left: 3px;
    }
}
/*material click*/
@media all {
    .cui-material-click {
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .cui-material-click .cui-material-ink {
        display: block; position: absolute;
        background: rgba(35, 180, 234, 0.53);
        border-radius: 100%;
        transform: scale(0);
    }
    .cui-material-click .cui-material-ink {
        background: rgba(255, 255, 255, 0.53);
    }
    .cui-material-click .cui-material-ink._animate {
        animation: ripple 0.4s linear;
    }
}

/*btn grid*/
@media all {
    .btn-row {
        margin-left: -3px;
        margin-right: -3px;
        display: flex;
        flex-wrap: wrap;
    }
    .btn-grid {
        margin-top: -6px;
    }
    .btn-row>.btn {
        margin: 0 3px;
    }
    .btn-grid>.btn {
        margin-top: 6px;
    }
    .btn.btn-xs-b+.btn {
        margin-left: 0;
    }
    .btn.btn-xs-b {
        width: 100%;
    }
    .btn.btn-xs-if {
        display: inline-flex;
    }
}
@media (min-width: 480px) {
    .btn.btn-xs-b {
        width: 100%;
    }
    .btn.btn-xs-if {
        width: auto;
    }
}
@media (min-width: 768px) {
    .btn.btn-md-b {
        width: 100%;
    }
    .btn.btn-md-if {
        width: auto;
    }
}
@media (min-width: 1024px) {
    .btn.btn-lg-b {
        width: 100%;
    }
    .btn.btn-lg-if {
        width: auto;
    }
}
@media (min-width: 1280px) {
    .btn.btn-dt-b {
        width: 100%;
    }
    .btn.btn-dt-if {
        width: auto;
    }
}


/*animation*/
@keyframes cui-progress-circular-fallin {
    to {
        transform: translate(0, 0);
    }
}
@keyframes cui-btn-status-icon-rotate {
    to {
        transform: rotate(1turn)
    }
}
@keyframes cui-btn-status-icon-fadein {
    to {
        opacity: 1;
    }
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/0_cui/list.css?16119256071075*/

@media all {

    .list {
        margin: 0;
        padding: 0;
        list-style: none;
        margin: 15px 0;
    }
    .list .item, .list li {
        position: relative;
        padding-left: 20px;
    }
    .list .item:before, .list li:before {
        position: absolute;
        top: 8px;
        left: 0;
        /*background-color: #fa890f;*/
        width: 8px;
        height: 8px;
        content: '';
        /*-webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }
    .list .item+.item{
        margin-top: 10px;
    }
    .list.style1 .item:before, ul.style1 li:before {
        border-radius: 100%;
    }
    .list.style1 .item, ul.style1 li {
        padding-left: 15px;
        font-size: 14px;
        font-weight: 600;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

}
@media screen and (max-width: 1279px) {
    .list .item {
        line-height: 1.2  ;
    }
}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/0_cui/typography.css?16119256074516*/

@media all {

    ol,ul {
        padding-left: 20px;
    }
    ul li+li {
        margin-top: 10px;
    }
    ol li+li {
        margin-top: 10px;
    }

    html {
        font-size: 15px;
    }
    body {
        line-height: 1.5;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 15px;
        color: #333;
        cursor: default;
    }

    hr {
        margin: 55px 0;
        height: 0;
        border-top: 1px solid #c5b99f;
        border-bottom: none;
    }

    a {
        color: #ff7426;
    }
    a:hover {
        text-decoration: none;
        color: #e15608;
    }
    a.dotted {
        border-bottom: 1px dotted;
        text-decoration: none;
    }
    a.solid {
        border-bottom: 1px solid;
        text-decoration: none;
    }
    a.dotted:hover {
        border-bottom: none;
    }

    h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5,.section-description {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.2;
        font-family: inherit;
    }

    p {
        margin: 20px 0;
    }
    p:first-child {
        margin-top: 0;
    }
    p:last-child {
        margin-bottom: 0;
    }

    h1, .h1 {
        font-size: 34px;
        margin-top: 20px;
        margin-bottom: 24px;
        font-weight: 500;
    }
    h2, .h2 {
        font-size: 28px;
        margin-top: 54px;
        margin-bottom: 30px;
        font-weight: 500;
    }
    h2:first-child, .h2:first-child {
        margin-top: 0;
    }
    h3, .h3, .section-description {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 25px;
        font-weight: 600;
        text-transform: uppercase;
    }
    h3:first-child, .h3:first-child {
        margin-top: 0;
    }
    h4, .h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    h4:first-child, .h4:first-child {
        margin-top: 0;
    }
    h5, .h5 {
        margin-bottom: 1.67em;
        font-size: 0.83em;
    }
    h6, .h6 {
        margin-bottom: 2.33em;
        font-size: 0.75em;
    }

    strong,b,.fw600 {
        font-weight: 600;
    }
    .fw300 {
        font-weight: 300;
    }
    .fw400 {
        font-weight: 400;
    }
    .fw700 {
        font-weight: 700;
    }
    .fw800 {
        font-weight: 800;
    }

    .fs-i {
        font-style: italic;
    }
    .tt-u {
        text-transform: uppercase;
    }
    .tt-l {
        text-transform: lowercase;
    }

    .t-solid {
        border-bottom: 1px solid;
    }
    .split-off, button, .swiper-button-prev, .swiper-button-next {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .split-on {
        -webkit-user-select: initial;
        -khtml-user-select: initial;
        -moz-user-select: initial;
        -ms-user-select: initial;
        user-select: initial
    }
    .break {
        -ms-word-break: break-all;
        word-break: break-all;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto
    }
    .ellipsis {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block
    }

    .tc-red {
        color: #ed5a5a;
    }
    .tc-primary {
        color: #ff7426;
    }
    .bg-white {
        background-color: #fff!important;
    }
    .bg-gray {
        background-color: #f1f1f1;
    }

    .tag-p {
        margin: 20px 0;
    }
    .tag-p:first-child {
        margin-top: 0;
    }
    .tag-p:last-child {
        margin-bottom: 0;
    }
    .pos-r {
        position: relative;
    }

    .dt {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .dtr {
        display: table-row;
        height: 100%;
    }
    .dtc {
        display: table-cell;
    }
    .dib {
        display: inline-block;
    }

    .text-up {
        text-transform: uppercase;
    }
    .color-red {
        color: #f20101;
    }
    .color-green {
        color: #2b9719;
    }
    .color-black {
        color: #000;
    }

    .font-small {
        font-size: 13px;
    }

    .nobr {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    h1, .h1, h2, .h2, h3, .h3 {
        text-align: center;
    }
    .section-block {
        padding: 30px 0;
    }
}

@media print {
    hr {
        border-color: #333;
    }
}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/1000_main.css?16119256078689*/

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%;
}
.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("/bitrix/templates/citrus_arealty2/application/src/css/../../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) {

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

	.nav {
		border-top: 0;
	}

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

	.catalog-item-price:after {
		font-size: 20px;
	}
}
@media (min-width: 1024px) {
	::-webkit-scrollbar {
		width:12px;
		height: 12px;
		position: absolute
	}

	::-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;
	}
}

/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/100_team.css?16119256074968*/
.team-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

.team-ava {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.team-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    width: calc(100% - 200px);
}

.team-ava span {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 100%;
    display: block;
}

.team-list {
    table-layout: fixed;
    width: 100%;
    position: relative;
}

span.team-name {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

span.team-status {
    display: block;
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.team-meta {
    margin: 15px -10px -10px 0;
}
    .team-meta .meta_link {
        margin-bottom: 7px;
        text-decoration: none;
        display: flex;
    }

.team-ava:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,.5);
    border-radius: 100%;
}

.team-meta .btn {
    margin: 0 10px 10px 0;
}

    .team-meta span.btn-icon {
        width: 25px;
        font-size: 20px;
        color: #c5b99f;
        margin-right: 7px;
        text-align: center;
    }

    .team-meta span.btn-label {
        font-size: 15px;
        line-height: 15px;
        border-bottom: 1px solid;
    }
    .team-meta .meta_link._phone span.btn-label{
        color: #333;
        border-bottom: 1px solid transparent;
    }
    .team-meta .meta_link._phone:hover span.btn-label{
        border-bottom: 1px solid;
    }
    .team-meta .meta_link._schedule {
      font-size: 13px;
    }

.team-text {
    margin: 1em 0;
}

.team-timing {
    margin-top: 25px;
    margin-left: 32px;
    font-size: 13px;
    color: #999;
}

.team-timing-title {
    color: #777;
    margin-bottom: 5px;
}

.team-timing-list dl {
    margin: 0 0 -5px 28px;
    max-width: 200px;
}

.team-timing-list dd,.team-timing-list dt {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-bottom: 5px;
    font-size: 13px;
    color: #999;
}

.team-timing-list dt {
    font-weight: 600;
    width: 30%;
}

.team-timing-list dd {
    margin-left: 0;
}

.team-timing-title span.btn-label {
    font-size: 14px;
}

.team-timing-title span.btn-icon {
    font-size: 17px;
    margin-right: 5px;
}

.team-list .swiper-pagination {
    position: relative;
    margin: 15px auto 0;
    font-size: 0;
}

.team-list .swiper-pagination-bullet {
    background-color: #c5b99f;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.team-list .swiper-pagination span + span {
    margin-left: 5px;
}

.team-item {
    min-height: 210px;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
}
.team-item:not(.team-item__detail) {
  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;
  padding: 15px;
}

.team-item .team-ava {
    height: 150px;
    width: 150px;
}

.team-item .team-info {
    padding-left: 15px;
    width: calc(100% - 150px);
}
.section-inner.staff_sections {
    padding: 50px 0;
}

.staff_sections .section_header {
    text-align: center;
}

.staff_sections .section_header .h2 {
    font-size: 35px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 50px;
}

@media screen and (max-width: 1279px) {
    .team-item {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .team-title {
        font-size: 20px
    }

    .team-item {
        text-align: center;
    }

    .team-item .team-ava {
        margin: 0 auto 15px;
    }

    .team-item .team-info {
        padding: 0;
        width: auto;
    }

    .team-item .team-timing-list dl {
        margin: 0 auto;
        text-align: left;
    }

    .team-item .team-timing-list dd {
        text-align: right;
    }
}

@media screen and (max-width: 479px) {
    .team-item {
        flex-direction: column;
        border-radius: 0;
        margin: 0 -15px;
    }

    .team-list .team-ava {
        margin: 0 auto 15px;
    }

    .team-list .team-info {
        display: block;
        padding: 0;
        width: auto;
    }
    .team-timing{
        margin-left: 0;
    }
    .team {
        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);
        margin: 0 -15px;
        padding: 15px;
        text-align: center;
    }

    .team-list .team-timing-list dl {
        margin: 0 auto;
    }

    .team-list .team-timing-list dd {
        text-align: right;
    }

    .team-title {
        margin-bottom: 0;
        padding: 15px;
    }
}

/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/20_table.css?1611925607876*/
/**
* Name: Table style
* Author: by crycode
*/

table.table-formatted {
  border-collapse: collapse;
  background-color: transparent;
  border: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

table.table-formatted th th {
  text-align: left;
}

table.table-formatted th,
table.table-formatted td {
  padding: 0.75rem;
  text-align: left;
}

table.table-formatted tr + tr td{
  border-top: 1px solid #eceeef;
}
table.table-formatted thead th,
table.table-formatted thead td {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;

}

@media print {
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/30_modal.css?16119256072865*/
/**
* Name: Modal style
* Author: by crycode
*/

@media all {
    .mfp-wrap {
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateZ(0);
    }
  /*  html.mfp-helper {
        height: 100%;
    }
    html.mfp-helper body {
        overflow: hidden;
        height: 100%;
        -webkit-transform: translateZ(0);
    }*/
    .modal-header {
        border-radius: 3px 3px 0 0;
        padding: 10px;
        display: flex;
        align-items: center;
    }
    .modal-body {
        background-color: #fff;
        padding: 20px;
    }
    .modal-content {
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
        box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
        position: relative;
        margin: 30px auto;
    }
    .modal-footer {
        background-color: #fff;
        border-radius: 0 0 3px 3px;
        padding: 0 20px 20px;
    }
    .modal-w-400 {
        max-width: 400px;
    }
    .modal-w-900 {
        max-width: 900px;
    }

    .modal-title, .btn.modal-close-btn {
        display: inline-flex;
        vertical-align: middle;
        color: #fff;
    }
    .modal-title {
        font-size: 18px;
        font-weight: 600;
        overflow: hidden;
        line-height: 40px;
        text-transform: uppercase;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 10px;
        width: calc(100% - 40px);
    }
    /*close*/
    .btn.modal-close-btn {
        border-radius: 100%;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .bx-no-touch .btn.modal-close-btn:hover, .btn.modal-close-btn:active {
        background-color: rgba(0, 0, 0, .1);
    }

    .modal-pdf {
        width: 840px;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .modal-content {
        margin: 0;
        box-shadow: none;
        max-width: 100%;
    }

    .modal-header {
        border-radius: 0;
    }

    .modal-footer {
        border-radius: 0;
    }

    .mfp-container {
        padding: 0;
    }

    .mfp-container:before {
        display: none;
    }

    .mfp-content {
        background-color: #fff;
        height: 100%;
    }
}

@media all {
    .modal-icalculator {
        width: 1250px;
        max-width: calc(100% - 60px);
    }
    .modal-icalculator .modal-body {
        padding: 20px 30px;
    }
    .modal-icalculator .modal-title {
        padding-left: 20px;
    }
}

@media (max-width: 1023px) {
    .modal-icalculator .modal-body {
        padding: 20px;
    }
    .modal-icalculator .modal-title {
        padding-left: 10px;
    }
}

@media (max-width: 900px) {
    .modal-icalculator {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .modal-icalculator .modal-title {
        font-size: 16px;
    }

    .modal-icalculator .mortgage {
        margin-top: 0;
    }
}


/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/40_header.css?16119256076571*/
.header {
	position: relative;
	z-index: 3;
    height: 120px;
}

.header [class*="col-"] {
	padding-top: 0;
	padding-bottom: 0;
}

.header .row {
	margin-top: 0;
	margin-bottom: 0;
}

.header:after, .header:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	height: 70px;
}

.header:after {
	background-color: #fff;
	right: 0;
	left: 0;
}

.header:before {
	right: 0;
	left: 0;
	top: 70px;
	height: 50px;
}

.header .c-side {
	position: relative;
	z-index: 1;
}


.btn.btn-header-bar {
	display: none;
}

.header-phone {
	height: 30px;
}

.header-phone-number {
	font-size: 25px;
	display: block;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
}

.btn-header-phone {
	font-size: 13px;
	padding: 0 0 0 10px;
	line-height: 18px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
}


.btn-header-phone .btn-icon {
	vertical-align: middle;
	font-size: 14px;
}

.btn-header-phone .btn-label {
	line-height: 13px;
	border-bottom: 1px dotted;
}

.bx-no-touch .btn-header-phone:hover .btn-label, .btn-header-phone:active .btn-label {
	border-bottom: none;
}

a.header-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 70px;
	padding: 10px 0;
	text-transform: uppercase;
	text-decoration: none;
	max-width: 100%;
	overflow: hidden;
}

.header-logo .bx-context-toolbar-empty-area {
	display: flex;
	width: 100%;
}

a.header-logo .icon-logo {
	font-size: 64px;
}

a.header-logo .logo-image {
	width: 100%;
	height: 60px;
	display: inline-flex;
	align-items: center;
}

a.header-logo.with_desc .logo-image {
	width: 64px;
}

a.header-logo img {
	height: auto;
	max-height: 100%;
}

a.header-logo.with_desc img {
	max-width: 100%;
	height: auto;
	display: block;
}

a.header-logo .logo-text {
	color: #000;
	font-size: 22px;
	line-height: 26px;
	display: inline-block;
	padding: 0 0 0 10px;
}

a.header-logo:not(.with_desc) .logo-text {
	display: none;
}

a.header-logo span.logo-text__second {
	display: block;
	font-weight: 700;
}


/*loading*/
.spinner {
	background-color: #fbfaf8;
	height: 34px;
	width: 34px;
	line-height: 34px;
	position: absolute;
	top: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	font-size: 0;
}

.is-loading .spinner {
	visibility: visible;
	opacity: 1;
}

.spinner > span {
	width: 4px;
	height: 4px;
	background-color: #666;
	vertical-align: middle;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
	animation: sk-bouncedelay 1s infinite ease-in-out both;
}

.spinner > span + span {
	margin-left: 3px;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


@media all {
	.header-middle {
		position: relative;
		height: 36px;
		display: flex;
	}

	.header-search__wrapper {
		flex: 1;
	}

	.h__bot {
		display: none;
	}
}

@media screen and (max-width: 1279px) {
	.header:before {
		left: 0;
		border-top: 1px solid rgba(0, 0, 0, .15);
		border-bottom: 1px solid rgba(0, 0, 0, .15);
	}
}

@media screen and (max-width: 1023px) {
	.header a[href^="tel:"] {
		color: #fff;
		text-decoration: none;
	}

	html.menu-open, .menu-open body {
		overflow: hidden;
	}

	.menu-bg {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background-color: rgba(0, 0, 0, .6);
		position: fixed;
		z-index: 9;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		cursor: pointer;
	}

	.menu-open .menu-bg {
		visibility: visible;
		opacity: 1;
	}

	.header-bottom {
		display: none;
	}

	.header-bottom._mobile {
		display: block;
		height: 50px;
		position: relative;
	}

	.h__bot {
		display: block;
		background-color: var(--primary-color);
	}

	.btn.btn-header-bar {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		font-size: 2rem;
		line-height: 0;
		color: #fff;
		background: none;
		border: none;
	}

	.header-phone {
		position: absolute;
		top: 0;
		left: 50px;
		right: 50px;
		text-align: center;
		margin: 0;
		height: 50px;
		border-left: 1px solid rgba(255, 255, 255, .4);
		border-right: 1px solid rgba(255, 255, 255, .4);
	}

	.header-phone-number {
		line-height: 48px;
		color: #fff;
	}

	.btn-header-phone .btn-label {
		display: none;
	}

	.btn-header-phone {
		position: absolute;
		right: 0;
		border: 0;
		border-radius: 0;
		color: #fff;
		background: 0;
		height: 50px;
		width: 50px;
		line-height: 50px;
		padding: 0;
		text-align: center;
	}

	.btn-header-phone .btn-icon {
		font-size: 2rem;
	}

	.bx-no-touch .btn-header-bar:hover, .btn-header-bar:active, .bx-no-touch .btn-header-phone:hover, .btn-header-phone:active {
		background-color: rgba(0, 0, 0, .1);
		color: #fff;
	}

	.h__top._fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
	}

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

	.h__top._min a.header-logo,
	.h__top._min a.header-logo .logo-text {
		height: 55px;
		font-size: 20px;
	}

	.h__top._min .header-middle {
		margin-bottom: 5px;
	}

	.h__top._min .header-bottom._mobile,
	.h__top._min .btn.btn-header-bar,
	.h__top._min .header-phone,
	.h__top._min .btn-header-phone {
		height: 45px;
	}

	.h__top._min .header-phone-number,
	.h__top._min .btn-header-phone {
		line-height: 45px;
	}
}

@media screen and (max-width: 767px) {
	.header:before {
		top: 121px;
	}

    .header {
        height: 172px;
    }

	.header-middle {
		margin-bottom: 15px;
	}

	.a.header-logo .logo-image {
		justify-content: center;
	}

}

@media screen and (max-width: 479px) {
	.header-phone-number {
		font-size: 18px;
	}

	.btn-header-phone {
		padding: 0;
		text-align: center;
	}

	.footer-help-block {
		padding: 15px 0;
	}

	.header-bottom {
		margin: 0 -15px;
	}
}

@media (min-width: 1024px) {
	.jk-menu-fixed._fixed .jk-menu-w {
		position: fixed;
		top: 0;
		width: 100%;
		background-color: var(--primary-color);
	}
}

@media (min-width: 1441px) {
    body.citrus-widget-open .jk-menu-fixed._fixed .jk-menu-w {
        width: calc(100% - var(--citrus-core-widget-width, 390px));
    }
}

/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/50_footer.css?16119256072958*/
.footer-map {
    position: relative;
    height: 800px;
}

.footer-container {
    background-color: #333;
    padding: 30px 0;
    color: #666;
}

.footer-help-block {
    padding: 30px 0;
}

.footer-help-title {
    color: #fff;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
}

.btn.btn-outline-white {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.btn.btn-footer-help {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.bx-no-touch .btn.btn-outline-white:hover, .btn.btn-outline-white:active {
    background-color: #fff;
}
.footer-social-list {
    margin: 0 -10px 30px 0;
    display: table;
}

.footer-social-list a {
    background-color: rgba(0,0,0,.2);
    border-bottom: 0;
    margin: 0 10px 10px 0;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    font-size: 20px
}

.bx-no-touch .footer-social-list a:hover span, .footer-social-list a:active span {
    color: #fff
}

/*soc*/
@media all {
    .footer-social-list a span{
        color: #c5b99f;
    }

    .bx-no-touch .vk:hover, .vk:active {
        background-color: #577ca5
    }

    .bx-no-touch .ig:hover, .ig:active {
        background-color: #3f729b
    }

    .bx-no-touch .tw:hover, .tw:active {
        background-color: #3498db
    }

    .bx-no-touch .fb:hover, .fb:active {
        background-color: #568dd8
    }

    .bx-no-touch .gp:hover, .gp:active {
        background-color: #ff765f
    }

    .bx-no-touch .yb:hover, .yb:active {
        background-color: #cc181e
    }

    .bx-no-touch .ok:hover, .ok:active {
        background-color: #ed812b
    }
}

.btn.btn-footer-up {
    padding: 0 10px;
    border: 0;
    border-radius: 3px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background-color: rgba(0,0,0,.2);
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid #504e49;
    margin-top: 30px;
    padding-top: 15px;
}

.footer-top {
    margin: 15px -15px 0;
    font-size: 0;
    color: #c5b99f;
}

.footer-column {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 25%
}

#bx-composite-banner {
    margin-top: 5px;
}


@media screen and (max-width: 1023px) {
    .footer-help-block [class*="col-"]+[class*="col-"] {
        padding-top: 15px;
    }

    .btn.btn-footer-help {
        max-width: 320px;
    }

    .footer-column {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .footer-column {
        width: 100%;
    }

    .footer-help-title {
        font-size: 20px;
    }

    .footer-top {
        margin-top: 0;
    }

    .footer-bottom {
        margin-top: 15px;
    }

    .footer-bottom [class*="col-"]+[class*="col-"] {
        padding-top: 15px;
    }

    .btn.btn-footer-up {
        width: 100%;
        display: block;
    }
}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/70_service.css?16119256073644*/
.service-menu {
    margin: 30px 0;
}

.service-menu-item+.service-menu-item {
    margin-top: 0px;
}

.service {
    margin-bottom: 30px;
}

.help-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 30px;
}

.help-item+.help-item {
    margin-top: 25px;
}

.help-list {
    font-size: 0;
    counter-reset: count-i;
}

.help-item-body {
    padding-left: 55px;
}

span.help-item-name {
    font-size: 16px;
}

span.help-item-desc {
    margin-top: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

.help-item-body span {
    line-height: 1.2;
    display: block;
}

.help-item {
    position: relative;
}

.help-item:before {
    counter-increment: count-i;
    content: counter(count-i) '. ';
    position: absolute;
    top: 50%;
    line-height: 0;
    font-size: 3rem;
}
.service-item{
    background-color: #f3f1ec;
    padding: 0 30px;
}
    .service-menu-item {
        border-top: 1px solid #c5b99f;
    }
    .service-menu-item:first-child{
        border-top: 1px solid transparent;
    }
    .service-menu-item-h{
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
        .service-menu-item-h-icon{
            width: 50px;
            margin-right: 15px;
            border-radius: 50%;
            background-color: #c5b99f;
        }
        .service-menu-item-h-icon span{
            display: block;
            width: 65%;
            margin: auto;
            padding-bottom: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
        }
        .service-menu-h-btn{
            color: #333;
        }
.service-menu-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    min-height: 60px;
    color: #333;
    text-decoration: none;
    position: relative;
    padding: 9px 30px 9px 0;
}

.service-menu-btn .btn-label {

}

.service-menu-btn .btn-label h3 {
    margin: 0;
}

.service-menu-btn span.btn-icon {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #c5b99f;
    font-size: 22px;
    margin-right: -5px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bx-no-touch .service-menu-btn:hover span.btn-icon, .service-menu-btn:active span.btn-icon {
    right: 5px;
}

.bx-no-touch .service-menu-btn:hover, .service-menu-btn:active {
    color: #000;
}

.btn.help-btn {
    width: 100%;
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .btn.help-btn {
        margin: 0 auto;
        max-width: 320px;
    }
}
@media (max-width: 1023px) {
    .service-menu-item-h{
        flex-direction: column;
    }
        .service-menu-item-h-icon{
            margin-top: 15px;
            margin-right: 0;
        }
        .service-menu-h-btn{
            padding-right: 0;
        }
}
@media screen and (max-width: 767px) {
    .help-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .help {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .help-item:before {
        display: none;
    }

    .help-item-body {
        padding-left: 0;
    }

    .help-item+.help-item {
        margin-top: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/900_swiper.css?16119256071703*/
/*swiper*/
@media all {
    .p__swiper {
        position: relative;
    }
    .swiper-pagination {
        z-index: 1;
        width: 100%;
    }
    .p__swiper._pagination-hide-nav .swiper-pagination {
        display: none;
        min-width: 100%;
        align-items: center;
        justify-content: center;
        height: 22px;
        z-index: 1;
    }
    .swiper-pagination-bullet+.swiper-pagination-bullet {
        margin-left: 10px;
    }
    .swiper-pagination-bullet-active {
        background: var(--primary-color);
    }
    .swiper-pagination-bullet:hover {
        background: var(--hover-color);
    }
    .p__swiper .swiper-button-prev,
    .p__swiper .swiper-button-next {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: 0;
        height: auto;
        width: auto;
        line-height: 0;
        font-size: 4rem;
        color: #c5b99f;
        margin-top: 0;
        z-index: 1;
    }
    .p__swiper .swiper-button-prev {
        left: -35px;
    }
    .nav-sliders.p__swiper .swiper-button-prev {
        left: -15px;
    }
    .p__swiper .swiper-button-next {
        right: -35px;
    }
    .nav-sliders.p__swiper .swiper-button-next {
        right: -15px;
    }
    .p__swiper.swipes-locked .swiper-button-prev,
    .p__swiper.swipes-locked .swiper-button-next,
    .swiper-container.swipes-locked .swiper-button-prev,
    .swiper-container.swipes-locked .swiper-button-next {
        display: none !important;
    }
}

/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/lk.css?16119256073144*/

@media all {
	.lk {
		display: flex;
		border-radius: 4px;
		background-color: #f3f1ec;
	}
	.lk__form-w, .lk__text-w {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 50%;
		padding: 30px;
	}
	.lk__inner {
		flex-grow: 1;
	}
	.lk__inner + .lk__inner {
		margin-top: 1em;
	}
	.lk__inner:last-child {
		flex-grow: 0;
	}
	.lk__form-w {
		border-radius: 4px;
		color: #fff;
	}
    .lk__form-w .form-group-btn._with-agreement .input-container {
        flex-wrap: wrap;
        margin: -10px;
    }
	.lk__form-w .agree-block__text {
		color: #fff;
	}
    .lk__form-w .form-group-btn._with-agreement .agree-block__text {
        flex: 3 1;
        margin: 10px;
        min-width: 40%;
    }
    .lk__form-w .form-group-btn._with-agreement .btn {
        flex: 1 0;
        margin: 10px;
    }
	.lk__form-w .agree-block__text > a {
		color: #fff;
		text-decoration: underline;
		font-style: normal;
	}
	.lk__form-w .agree-block__text > a:hover {
		text-decoration: none;
	}
	.lk--title, .h3.lk--title {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid;
	}

	.lk--form {
		margin-top: 30px;
	}
	.lk--form .form-group .field-title._active {
		color: #fff;
	}

	.lk--form .form-group.form-group-btn {
		display: flex;
		align-items: center;
		margin-top: 35px;
	}
	.lk--form .form-group-btn__description {
		width: 50%;
	}
	:not(._with-agreement) > .button-position-right {
		width: 50%;
		margin-left: auto;
	}

	.lk--form .form-group-btn__description, .lk--form .form-group-btn__description a {
		color: #fff;
		line-height: 1.8;
	}
	.lk--form .form-group-btn__description a:hover {
		color: #fff;
		text-decoration: none;
	}

	.lk--form .btn {
		width: 150px;
		max-width: 100%;
	}

	.lk--form .file-upload-light__label,
	.lk--form .file-upload-light__description {
		color: #fff;
	}
	.lk--form .file-upload-light__description-title {
		color: #f3f1ec;
		font-weight: bold;
	}
	.lk--form .file-upload-light__label:hover {
		color: var(--hover-color);
		background-color: #fff;
		border: none;
	}
	.lk--form .file-upload-light__preview._empty {
		opacity: .5;
		border: 2px dashed #f3f1ec;
	}
	.lk--form .cui-radio__input:checked +.cui-radio__checkmark:before,
	.lk--form .cui-radio__input:checked +.cui-radio__checkmark:after {
		border-color: #fff;
	}
}
@media (max-width: 767px) {
	.lk {
		display: block;
	}
	.lk__form-w, .lk__text-w {
		width: auto;
		padding: 20px 30px;
	}
	.h3.lk--title, .lk--title {
		margin-top: 15px;
	}
}
@media (max-width: 479px) {
	.lk__form-w, .lk__text-w {
		padding: 10px 20px;
	}
}

/*captcha*/
@media all {
	.field-compare {
		display: flex;
		margin: -22px 0;
	}
	.captcha-image-group {
		width: 180px;
		margin-right: 20px;
	}
	.captcha-image {
		height: 3em;
	}
	.captcha-input-group {
		flex: 1;
	}
}
@media (max-width: 1023px) {
	.field-compare {
		display: block;
		margin: 0;
	}
}
@media (max-width: 767px) {
	.field-compare {
		display: flex;
		margin: -22px 0;
	}
}
@media (max-width: 479px) {
    .lk__form-w .form-group-btn._with-agreement .btn {
        margin-bottom: 20px;
    }

    .field-compare {
		display: block;
		margin: 0;
	}
}

/* End */


/* Start:/bitrix/templates/citrus_arealty2/application/src/css/redesign-pubstyles.css?16119256073789*/
/*popup*/
@media all {
	body .bx-popup-menu {
		max-height: 400px;
		overflow: auto;
		box-shadow: 5px 3px 9px 1px rgba(0, 0, 0, 0.2);
	}
	body .bx-popup-menu::-webkit-scrollbar-button,
	body .bx-popup-menu::-webkit-scrollbar-track {
		background-color: #fff;
	}
	body .bx-popup-menu + img {
		display: none !important;
	}

	body div.bx-popup-menu td.popupmenu {
		border: none !important;
		background: #fff !important;
	}
	body td.popupmenu div.popupitem {
		background: #fff !important;
		padding: 10px 4px;
		/*border-top: 1px solid #cccccc !important;*/
		margin: 0;
	}
	body td.popupmenu div.popupitemover {
		/*box-shadow: inset 0 0 1px;*/
		background-color: #f3f1ec !important;
		border: none;
	}

	body .popupmenu tr + tr>td>.popupitem {
		border-top: 1px solid #cccccc !important;
	}

	td.popupmenu div.popupitem td.item {
		font-size: 13px !important;
		color: #333333 !important;
		font-weight: normal !important;
	}
	td.popupmenu div.popupseparator {
		display: none;
	}

	td.popupmenu div.popupitem td.gutter {
		/*width: auto !important;*/
		height: 22px !important;
	}

	/*icons*/
	td.popupmenu div.popupitem div.icon {
		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;
		/*background: none;*/
		color: #ce3a12;
		font-size: 16px;
		vertical-align: middle;
		/*width: auto;*/
		display: flex;
		align-items: center;
	}
	td.popupmenu div.popupitem div.edit,
	td.popupmenu div.popupitem div.delete,
	td.popupmenu div.popupitem div.grid-settings,
	td.popupmenu div.popupitem div.grid-views,
	td.popupmenu div.popupitem div.icon.grid-filters,
	td.popupmenu div.popupitem div.grid-sort-asc,
	td.popupmenu div.popupitem div.grid-sort-desc,
	td.popupmenu div.popupitem div.icon {
		padding: 0 4px;
		background: none;
	}
	td.popupmenu div.popupitem div.edit:before {
		content: "\e901";
		font-family: 'icomoon';
	}
	td.popupmenu div.popupitem div.delete:before {
		content: "\e90e";
		font-family: 'icomoon';
	}
	td.popupmenu div.popupitem div.grid-settings:before {
		content: "\e900";
		font-family: 'icomoon';
	}
	td.popupmenu div.popupitem div.icon.grid-filters:before {
		content: "\f0b0";
		font: normal normal normal 14px/1 FontAwesome;
	}
	td.popupmenu div.popupitem div.grid-views:before {
		content: "\f009";
		font: normal normal normal 14px/1 FontAwesome;
	}
	td.popupmenu div.popupitem div.grid-sort-asc:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f160";
	}
	td.popupmenu div.popupitem div.grid-sort-desc:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f161";
	}
	td.popupmenu div.popupitem div.icon.checked {
		cursor: pointer;
		height: 16px;
		position: relative;
		width: 16px;
		border-radius: .125em;
		flex-shrink: 0;
		background: #fff;
		margin: auto;
	}
	td.popupmenu div.popupitem div.icon.checked:before {
		content: "";
		display: block;
		position: absolute;
		border: 1px solid #b4a992;
		height: 100%;
		left: 0;
		top: 0;
		transition: opacity .3s ease;
		width: 100%;
	}
	td.popupmenu div.popupitem div.icon.checked:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 4px;
		height: 11px;
		left: 6px;
		transform: rotate(45deg);
		transition-delay: .1s;
		transition: opacity .3s ease;
		width: 6px;
		border-bottom: 2px solid #333;
		border-right: 2px solid #333;
		opacity: 1;
	}


	td.popupmenu div.popupitem td.arrow {
		background: none !important;
		position: relative;
		width: 13px!important;
	}
	td.popupmenu div.popupitem td.arrow:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		border: 8px solid transparent;
		border-left: 10px solid #666666;
		width: 0;
		height: 0;
		margin: auto;
	}
}
/* End */


/* Start:/bitrix/components/citrus.arealty/catalog.section/templates/.default/60_catalog.css?16013846348066*/

.section-description {
    margin: 30px 0;
}

.catalog-th-large .catalog-item {
    position: relative;
    margin-bottom: 30px;
    padding-top: 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    background-color: #fff;
}

.catalog-item__preview-wrapper {
    position: relative;
}
.catalog-th-large a.catalog-item-preview {
    background-color: #f3f1ec;
    margin-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
}

.catalog-th-large a.catalog-item-preview:after, .catalog-th-list .catalog-item-preview a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid rgba(255,255,255,.6);
    z-index: 1;
}

.catalog-item-images {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 100%;
    position: relative;
    z-index: 1;
}

.bx-no-touch a.catalog-item-preview:hover .catalog-item-images, .bx-no-touch .catalog-item-preview a:hover .catalog-item-images {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.catalog-th-large a.catalog-item-preview:before, .catalog-th-list .catalog-item-preview a:before {
    content: '\f030';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 3rem;
    color: #c5b99f;
    font-family: FontAwesome;
    display: block;
    z-index: 1;
    line-height: 0;
}

.catalog-th-large .catalog-item-price {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 24px;
    text-align: center;
    z-index: 2;
    line-height: 20px;
    padding: 10px 0;
    text-decoration: none;
}
.catalog-th-large .catalog-item-price span {

}
.catalog-item-price__period, span.catalog-item-price__period {
    white-space: nowrap;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-top: 2px;
}
.catalog-item-price .currency-icon{
    display: inline-block;
    line-height: 1;
    height: 1em;
}
/*.catalog-item-price:after {
    content: '\e61a';
    font-family: 'icomoon';
    font-size: 18px;
    margin-left: 5px;
    display: inline-block;
}*/

.catalog-th-large a.catalog-item-name {
    display: block;
    margin-top: 8px;
}

a.catalog-item-name {
    color: #333;
}

a.catalog-item-name span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.catalog-item-address {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.catalog-th-large .catalog-item-date {
    margin-top: 5px;
    font-size: 13px;
    color: #999;
}

.catalog-th-large .catalog-item-meta {
    background-color: #fff;
    border: 1px solid;
    border-top: 0;
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    display: none;
    padding: 5px 15px 10px;
    z-index: 2;
}

.bx-no-touch .catalog-th-large .catalog-item:hover .catalog-item-meta, .catalog-th-large .catalog-item:active .catalog-item-meta {
    display: block;
}

.catalog-item-info {
    font-size: 13px;
    color: #666;
    padding: 0 0 5px 0;
}

.catalog-item-info>.catalog-item-info-item+.catalog-item-info-item {
    margin-top: 5px;
}

.catalog-th-large .catalog-item-control {
    padding: 5px 0px 10px;
}

.catalog-th-large .catalog-item-control .control-link,
.catalog-th-list .catalog-item-control .control-link{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
}
.catalog-th-large .catalog-item-control .control-link:first-child,
.catalog-th-list .catalog-item-control .control-link:first-child{
    padding-bottom: 10px;
}
.catalog-th-large .catalog-item-control .control-link-icon,
.catalog-th-list .catalog-item-control .control-link-icon{
    font-size: 18px;
    width: 1.2em;
    text-align: center;
}
.catalog-th-large .catalog-item-control .control-link-label,
.catalog-th-list .catalog-item-control .control-link-label{
    margin-left: 5px;
    font-size: 13px;
    line-height: 12px;
    border-bottom: 1px solid;
}
.catalog-th-list .catalog-item {
    padding: 30px 0;
    display: flex;
}

.catalog-th-list .catalog-item-preview {
    display: inline-block;
    vertical-align: top;
    width: 225px;
}

.catalog-th-list .catalog-item-body {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 250px);
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    max-height: 250px;
}

.catalog-th-list .catalog-item-container {
    width: calc(100% - 250px);
    display: flex;
    vertical-align: top;
}

.catalog-th-list .catalog-item-body:after {
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 50px;
}

.catalog-th-list .catalog-item-meta {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.catalog-th-list .catalog-item-preview a {
    background-color: #f3f1ec;
    display: block;
    position: relative;
    overflow: hidden;
}

.catalog-th-list .catalog-item-desc {
    font-size: 13px;
    color: #333;
    margin-top: 10px;
}

.catalog-th-list .catalog-item-address {
    margin-top: 10px;
    font-size: 13px;
}

.catalog-th-list .catalog-item-price {
    line-height: 20px;
    padding: 10px 20px;
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.catalog-th-list .catalog-item-info {
    padding: 0;
}

.catalog-th-list .catalog-item-control {
    margin-top: 15px;
}

.catalog.catalog-th-list {
    margin: -30px 0 -5px;
}

.catalog-th-list .catalog-item+.catalog-item {
    border-top: 1px solid #c5b99f;
}

.map-link {
    white-space: nowrap;
}
@media screen and (max-width: 1279px) {
    .catalog-th-large .catalog-item-price,
    .catalog-th-large .catalog-item-price:after,
    .catalog-th-list .catalog-item-price,
    .catalog-th-list .catalog-item-price:after {
        font-size: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .catalog-item-desc,.catalog-th-list .catalog-item-body:after {
        display: none;
    }

    .catalog-th-list .catalog-item-container {
        flex-direction: column;
    }
    .catalog-th-list .catalog-item-body {
        display: block;
        width: auto;
        margin-bottom: 15px;
    }

    .catalog-th-list .catalog-item-meta {
        display: block;
        width: auto;
        padding: 0 15px;
    }

    .catalog-th-list .btn.catalog-control-btn {
        display: inline-block;
        width: auto;
    }

    .catalog-th-list .catalog-item-price {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .catalog-th-list .catalog-item {
        flex-direction: column;
    }
    .catalog-th-list .catalog-item-container {
        display: block;
        width: auto;
        margin-top: 15px;
    }

    .catalog-th-list .catalog-item-body,
    .catalog-th-list .catalog-item-meta {
        padding: 0;
    }
}

@media screen and (max-width: 479px) {

    .catalog-th-list .btn.catalog-control-btn {
        display: block;
    }

    .catalog-th-list .catalog-item-control .btn+.btn {
        margin: 10px 0 0;
    }

    .catalog-th-list .catalog-item {
        padding: 15px 0;
    }

    .catalog.catalog-th-list {
        margin: 0;
    }
}

@media all {
    .favorite-button-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: -6px -10px 30px;
    }
    .favorite-button-group .share-component {
        margin: 6px 10px;
    }
    .favorite-button-group .btn {
        margin: 6px 10px;
    }
}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/components/bitrix/search.title/header_search/style.min.css?16119256084731*/
.header-search{background-color:#fbfaf8;border:1px solid #ccc;border-radius:3px;height:36px;position:relative}.header-search input{padding:0 34px 0 10px;height:34px;color:#999;font-size:14px;width:100%;background:0 0;border:none}.search-result{-webkit-box-shadow:0 1px 6px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.12);box-shadow:0 1px 6px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.12);background-color:#fff;border-radius:3px;margin:5px 0;position:absolute;text-align:left;z-index:10;left:-1px;right:-1px;top:100%;overflow:hidden;visibility:hidden;opacity:0}html.open-search .search-result{visibility:visible;opacity:1}.search-extra{background-color:#fbfaf8;position:absolute;top:0;right:0;left:0;height:34px;overflow:hidden;border-radius:3px}.is-empty:not(.is-loading) .btn.btn-header-search{opacity:1;visibility:visible}.btn.btn-header-search-cancel{background-color:#fbfaf8;width:34px;height:34px;line-height:0;color:#666;font-size:16px;position:absolute;top:0;right:0;visibility:hidden;opacity:0}.is-cancel:not(.is-loading) .btn.btn-header-search-cancel{opacity:1;visibility:visible}.search-no-result,.search-result-description{color:#9c9c9c;padding:8px 15px;font-size:12px}.search-no-result.hidden,.search-result-description.hidden{display:none}.search-result-header{border-radius:3px 3px 0 0;padding:10px 15px;color:#333;font-size:13px;font-weight:600}.search-result-list{overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 45px);border-radius:0 0 3px 3px}a.search-result-item{display:block;padding:10px 15px;font-size:0}a.search-result-item._selected{background-color:#f0f0f0}a.search-result-item+a.search-result-item{border-top:1px solid #eaeaea}.search-result-item-images{display:inline-block;vertical-align:middle;width:100px;position:relative;overflow:hidden;border-radius:3px;background-color:#eaeaea;margin-right:15px}.search-result-item-images span{display:block;padding-bottom:65%;background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;z-index:1}.search-result-item-images:after{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);content:'\f030';position:absolute;top:50%;left:0;right:0;font-family:FontAwesome;font-size:24px;color:#999;text-align:center}.search-result-item-body{display:inline-block;vertical-align:middle;width:calc(100% - 115px);line-height:1.2}.search-result-item-name{font-size:13px;font-weight:600;color:#333}.search-result-item-name b{font-weight:800}.search-result-item-address{font-size:12px;color:#666;margin-top:5px}.search-result-item-price{margin-top:5px;font-size:13px;font-weight:600}.search-result-item-price span.fa{font-size:14px}.header-search-overlay{background-color:rgba(0,0,0,.8);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;opacity:0;visibility:hidden;cursor:pointer}.btn.btn-header-search{background-color:#fbfaf8;position:absolute;top:0;right:0;width:34px;height:34px;line-height:0;color:#666;font-size:16px;opacity:0;visibility:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:6px 12px 9px}html.open-search .header-search-overlay{opacity:1;visibility:visible}html.open-search .header-search{z-index:11;position:absolute;top:0;left:0;right:0;border-color:transparent}@media screen and (max-width:767px){.btn.btn-header-search,.spinner,html.open-search .header-search{background:0}html.open-search .btn.btn-header-search-cancel{background-color:#f1f1f1;border-radius:100%;visibility:visible;opacity:1}html.open-search .btn.btn-header-search-cancel:active{background-color:#3598dc;color:#fff}html.open-search .btn.btn-header-search{left:0;right:auto}html.open-search .is-cancel:not(.is-loading) .btn.btn-header-search{visibility:visible;opacity:1}html.open-search .spinner{left:0}html.open-search .header-search{position:fixed;bottom:0;background-color:#f1f1f1;height:auto;border:0;border-radius:0}html.open-search,html.open-search body{overflow:hidden}html.open-search .header-search input{background-color:#fff;border-radius:100px;width:calc(100% - 40px);padding:0 10px 0 34px;display:block}html.open-search .search-extra{position:relative;width:calc(100% - 10px);border-radius:0;overflow:visible;background:0;top:5px;left:5px;right:5px;z-index:0}html.open-search .search-result{position:absolute;top:45px;left:0;right:0;bottom:0;margin:0;box-shadow:none;height:100%;width:100%;border-top:1px solid #eaeaea}html.open-search .search-result-list{border-radius:0;min-height:100%;border-top:0}html.open-search .search-result-description{text-align:center;font-size:13px;padding:15px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/components/citrus/currency/.default/style.min.css?16119256073269*/
@media all{[data-currency-icon]:after{content:' 'attr(data-currency-icon)}[data-currency-icon][data-icon-position=before]:after{content:''}[data-currency-icon][data-icon-position=before]:before{content:attr(data-currency-icon) ' '}[data-currency-icon]:after,[data-currency-icon]:before{font-family:Comfortaa,cursive;font-size:.9em}[data-currency-icon][data-currency=RUB][data-icon-position=after]:after{content:' \20BD'}[data-currency-icon][data-currency=RUB][data-icon-position=before]:before{content:'\20BD '}[data-currency-icon][data-currency=KZT][data-icon-position=after]:after{content:' \20B8'}[data-currency-icon][data-currency=KZT][data-icon-position=before]:before{content:'\20B8 '}[data-currency-icon][data-currency=UAH][data-icon-position=after]:after{content:' \20B4'}[data-currency-icon][data-currency=UAH][data-icon-position=before]:before{content:'\20B4 '}[data-currency-icon][data-currency=AZN][data-icon-position=after]:after{content:' \20BC'}[data-currency-icon][data-currency=AZN][data-icon-position=before]:before{content:'\20BC '}[data-currency-icon][data-currency=AMD][data-icon-position=after]:after{content:' \058F'}[data-currency-icon][data-currency=AMD][data-icon-position=before]:before{content:'\058F '}}@media all{.header-currency-dropdown{width:65px;position:relative}.dropdown-select{background:#fff;border:1px solid #ccc;box-shadow:0 6px 12px rgba(0,0,0,.175);border-radius:3px;padding:5px 0;margin:5px 0;text-align:left;position:absolute;z-index:3;top:100%;right:0;display:none;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:100%}.header-currency-dropdown._open .dropdown-select{display:block}.dropdown-menu:before{bottom:100%}.open .dropdown-menu{display:block;min-width:auto}.dropdown-header{padding:10px 15px;color:#555;text-transform:uppercase;font-size:12px;font-weight:700;white-space:nowrap}.dropdown-item+.dropdown-header{margin-top:5px;border-top:1px solid #e8ecf3}.dropdown-option{display:flex;align-items:center;font-size:20px;justify-content:space-between;padding:8px 12px;width:100%;color:#666;border:0;background:0 0;overflow:hidden;text-overflow:ellipsis;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;cursor:pointer;line-height:1;font-weight:700}.currency-selected-icon{visibility:hidden;font-size:14px}.dropdown-option._active .currency-selected-icon{visibility:visible}.dropdown-option:hover{background:#3598dc;color:#fff}.dropdown-hover:hover .dropdown-menu{display:block}.header-currency{padding-left:30px;display:flex;align-items:center}.header-currency-label{color:#666;font-size:14px;padding-right:10px}.header-currency .btn{display:flex;align-items:center;justify-content:space-between;width:100%;height:36px;line-height:34px;border:1px solid #ccc;border-radius:3px;color:#666;background-color:#fbfaf8;font-size:0;padding:0 10px}.header-currency .btn .btn-label{font-size:16px}.header-currency .btn .btn-icon{font-size:14px;margin-left:5px;float:right;line-height:34px;width:8px}.dropdown-current{font-size:20px;float:right;width:1em;font-weight:700}}@media (max-width:1023px){.header-currency-label{display:none}}@media (max-width:479px){.header-currency{padding-left:20px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/components/bitrix/menu/top_adaptive/style.min.css?16119256074789*/
@media all{.header-menu-sub{-webkit-transition:.15s;-moz-transition:.15s;-ms-transition:.15s;-o-transition:.15s;transition:.15s;right:0;visibility:hidden;opacity:0;position:absolute;top:100%;-webkit-transform:translate(0,10px);-moz-transform:translate(0,10px);-ms-transform:translate(0,10px);-o-transform:translate(0,10px);transform:translate(0,10px);left:0;margin:0;list-style:none;padding:0;width:260px}.header-menu-sub li.header-menu-item{display:block;width:100%;position:relative}.header-menu-sub li.header-menu-item.is-active{background-color:rgba(0,0,0,.1)}.bx-no-touch .header-menu-item:hover .header-menu-sub,.header-menu-item:active .header-menu-sub{visibility:visible;opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.header-menu-list{border-left:1px solid rgba(255,255,255,.4);border-right:1px solid rgba(255,255,255,.4);display:flex;width:100%;padding:0;margin:0;list-style:none;max-height:50px}.header-menu-item{flex:1;vertical-align:top;position:relative}.header-menu--with-icon{flex:.5}.header-menu--with-icon .header-menu-label{display:none}a.header-menu-link,a.header-menu-link:hover{display:block;font-size:0;font-weight:600;padding:0 15px;color:#fff;text-decoration:none;text-align:center;line-height:50px}.bx-no-touch .header-menu-item:hover a.header-menu-link,.bx-no-touch a.header-menu-link:hover,.header-menu-item.is-active a.header-menu-link,.header-menu-item:active a.header-menu-link,a.header-menu-link:active{background-color:rgba(0,0,0,.1);color:#fff}.header-menu-item{border-top:1px solid rgba(255,255,255,.4);margin-top:0}.header-menu-item._depth-lvl-1{border-top:none}.header-menu-item._depth-lvl-1+.header-menu-item._depth-lvl-1{border-left:1px solid rgba(255,255,255,.4)}.header-menu-item:last-child .header-menu-sub{left:auto;right:0}a.header-menu-sub-link{display:block;font-size:14px;color:#fff;padding:13px 30px 13px 20px;text-decoration:none;position:relative}.has-submenu>a.header-menu-sub-link:after{-webkit-transition:.15s;-moz-transition:.15s;-ms-transition:.15s;-o-transition:.15s;transition:.15s;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);content:'\f061';position:absolute;top:50%;right:10px;color:#fff;font-family:FontAwesome;font-size:14px;margin-top:-1px}.bx-no-touch a.header-menu-sub-link:hover:after,a.header-menu-sub-link:active:after{right:5px}.bx-no-touch a.header-menu-sub-link:hover,a.header-menu-sub-link:active{background-color:rgba(0,0,0,.1);color:#fff}span.header-menu-icon,span.header-menu-label{display:inline-block;vertical-align:middle}span.header-menu-icon{font-size:24px}span.header-menu-icon+span.header-menu-label{margin-left:10px}span.header-menu-label{font-size:16px;line-height:1.2}.header-menu-item._depth-lvl-2 .header-menu-sub{margin-left:100%;display:none}.header-menu-item._depth-lvl-2:hover .header-menu-sub{display:block;position:absolute;top:-1px;left:0}}@media (max-width:1279px){.header-menu--favorites{flex-grow:initial}.header-menu--favorites .header-menu-label{display:none}}@media (max-width:1023px){.header-menu{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;-o-transition:left .3s;transition:left .3s;display:block;position:fixed;top:0;left:-250px;bottom:0;width:250px;z-index:10;border:0;padding:0;height:100%}.menu-open .header-menu{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.6);box-shadow:0 0 10px 0 rgba(0,0,0,.6);left:0}.header-menu-list{-webkit-overflow-scrolling:touch;height:100%;max-height:none;overflow-x:hidden;overflow-y:auto;display:block}.header-menu-item{display:flex;flex-direction:column;width:100%}.header-menu-item+.header-menu-item{border-left:0;border-top:1px solid rgba(255,255,255,.4)}a.header-menu-link{line-height:45px;text-align:left;font-size:14px;font-weight:600}a.header-menu-link:hover{text-align:left}.header-menu--with-icon{white-space:nowrap}.header-menu--with-icon .header-menu-label{display:inline-block}.header-menu-sub{position:relative;opacity:1;visibility:visible;top:auto;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);width:auto}a.header-menu-sub-link{padding:10px 30px 10px 20px;font-size:13px}a.header-menu-sub-link:hover{color:#fff}a.header-menu-sub-link:after{font-size:12px}.header-menu--favorites .header-menu-label{display:inline}}.jk-menu__favorites-count{position:absolute;top:-4px;right:-10px;display:inline-flex;justify-content:center;align-items:center;border-radius:50%;width:1.7em;height:1.7em;font-size:10px;font-weight:700;background-color:#fff}span.header-menu-icon{font-size:24px;position:relative}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/components/bitrix/system.pagenavigation/.default/style.min.css?1611925607528*/
@media all{.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}.switch a.nav-end,.switch a.nav-start{padding:0 6px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/components/bitrix/news.list/mp_top_slider/style.min.css?16119256082257*/
.slider .swiper-slide{background-color:#333;background-position:center center;background-size:cover;background-repeat:no-repeat;height:600px}.slider-item{position:absolute;left:0;width:calc(50% - 159px);bottom:150px;background-color:rgba(0,0,0,.6)}.slider-item-body{float:right;padding:30px;width:480px}.slider-item-name{line-height:1;margin-bottom:15px;color:#fff;font-weight:500;font-size:28px}.slider-item-price{margin-bottom:15px;color:#fff;line-height:1.2;font-size:30px;white-space:nowrap}.slider-item-btn{margin-top:30px}.slider-item-btn .btn:hover{background:#fff!important;border-color:#fff!important}.slider-item-desc{margin-bottom:15px;color:#fff;font-size:20px;line-height:1.2}.slider .swiper-pagination.swiper-pagination-bullets{bottom:150px;left:auto;right:50%;width:auto;position:absolute;-webkit-transform:translateX(615px);-moz-transform:translateX(615px);-ms-transform:translateX(615px);-o-transform:translateX(615px);transform:translateX(615px)}.slider .swiper-pagination .swiper-pagination-bullet{width:20px;height:20px;border:3px solid #fff;background-color:#c5b99f;opacity:1}@media screen and (max-width:1279px){.slider .swiper-slide{height:400px}.slider-item{bottom:90px;width:50%}.slider .swiper-pagination.swiper-pagination-bullets{bottom:90px;-webkit-transform:translateX(455px);-moz-transform:translateX(455px);-ms-transform:translateX(455px);-o-transform:translateX(455px);transform:translateX(455px)}}@media (max-width:1023px){.slider-item-body{margin:0 auto;padding:30px 15px;width:auto;max-width:768px;float:none}.slider .swiper-pagination.swiper-pagination-bullets{-webkit-transform:translateX(330px);-moz-transform:translateX(330px);-ms-transform:translateX(330px);-o-transform:translateX(330px);transform:translateX(330px)}}@media (max-width:767px){.slider-item{width:auto;left:0;right:0;bottom:auto;top:0}.slider-item-body{max-width:480px;text-align:center}.slider-item-name{font-size:22px}.slider-item-desc{font-size:18px}.slider-item-price{font-size:22px}.slider .swiper-pagination.swiper-pagination-bullets{display:none}.slider-item-btn{margin-top:15px}.slider-item-btn .btn span.btn-label{font-size:14px}.slider-item-btn .btn{padding:10px 15px}}@media (max-width:479px){.slider-item-body{max-width:360px;padding:15px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/components/bitrix/menu/catalog_menu/style.min.css?1611925607862*/
.main-slider .nav-sliders a.nav-sliders__link{background-color:rgba(255,255,255,.7);border-color:#fff;border-bottom:0}.main-slider .nav-sliders .swiper-button-next,.main-slider .nav-sliders .swiper-button-prev{color:#fff}.nav-sliders{position:relative;padding:0 15px}.nav-sliders a.nav-sliders__link{display:flex;width:100%;align-items:center;justify-content:center;height:60px;text-decoration:none;border:1px solid #c5b99f;background-color:#f9f9f6;border-radius:6px 6px 0 0;text-align:center;color:#333}.nav-sliders a.nav-sliders__link.is-active{background-color:#fff;border-bottom:0}.nav-sliders a.nav-sliders__link:not(.is-active):hover{background-color:#fff}.nav-sliders a.nav-sliders__link span.btn-label{font-size:16px;font-weight:700;text-transform:uppercase;line-height:1.2;padding:0 10px}@media screen and (max-width:1279px){.nav-sliders{margin:0 30px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/components/citrus.core/include/.default/style.min.css?1611925607259*/
@media all{.section{position:relative;padding-bottom:60px}.section:not(:first-of-type){border-top:1px solid #c5b99f}.section._with-padding{padding:60px 0}.section__header h1{margin-top:0}.section-footer{margin-top:20px}.footer-snap-point{margin-bottom:-60px}}
/* End */


/* Start:/bitrix/components/citrus.arealty/callout/templates/.default/style.css?16013846341263*/
/*footer-snap-point*/
@media all {
    .footer-snap-point {
        color: #fff;
        padding: 34px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-snap-point__text {
        max-width: 100%;
    }
    .footer-snap-point__text-1.h2 {
        margin-bottom: 12px;
        line-height: 1.2;
    }
    .footer-snap-point__text-2 {
        font-size: 18px;
    }
    .footer-snap-point__btn {
        padding-right: 36px;
    }
}
@media (min-width: 1024px) {
    .footer-snap-point__text-1.h2 {
        text-align: left;
        padding-right: 7px;
    }
}
@media (max-width: 1023px) {
    .footer-snap-point {
        flex-direction: column;
    }
    .footer-snap-point__text {
        margin-bottom: 32px;
        text-align: center;
    }
    .footer-snap-point__btn {
        padding-right: 0;
    }
    .footer-snap-point__btn .btn {
        padding: 7px 12px;
    }
}
@media (max-width: 767px) {
    .footer-snap-point__text-2 {
        font-size: 16px;
    }
    .footer-snap-point__text {
        margin-bottom: 28px;
    }
}
@media (max-width: 479px) {
    .footer-snap-point__text-1.h2 {
        margin-bottom: 8px;
    }
    .footer-snap-point__text-2 {
        font-size: 14px;
    }
}

/* End */


/* Start:/bitrix/templates/citrus_arealty2/components/bitrix/menu/footer_adaptive/style.min.css?16119256071838*/
.footer-menu-column{display:inline-block;width:75%;vertical-align:top}.footer-menu-list{padding:0;list-style-type:none}.footer-menu{display:table-cell;vertical-align:top;padding:0 15px;min-width:230px}.footer-menu-header{line-height:1.2;text-transform:uppercase;color:#fff;font-size:15px;font-weight:600;padding-bottom:10px;clear:both;display:block}ul.footer-submenu{list-style:none;padding:0}ul.footer-submenu li+li{margin-top:0}.footer-submenu a{display:block;font-size:13px;color:#c5b99f;padding:5px 0;position:relative;text-decoration:none}.footer-submenu a:hover{color:#c5b99f;text-decoration:underline}.footer-menu-item-header{padding:5px 0;color:#eee;font-size:13px;text-transform:uppercase;font-weight:600;clear:both}.footer-submenu li+.footer-menu-item-header{padding-top:15px}@media screen and (max-width:1279px){.footer-menu{min-width:auto}}@media screen and (max-width:1023px){.footer-menu-column{padding:0 15px;width:50%}.footer-menu{display:table;padding:0;width:100%}.footer-menu a{display:none}.footer-menu-item-header{display:none}.footer-menu .footer-menu-header{height:48px;line-height:46px;position:relative;border-top:1px solid #504e49;cursor:pointer}.footer-menu .footer-menu-header:after{content:'\f105';position:absolute;top:50%;line-height:0;right:0;font-family:FontAwesome;font-size:1.6rem;color:#c5b99f}.bx-no-touch .footer-menu .footer-menu-header:hover:after,.footer-menu.open .footer-menu-header:after{color:#fff}.footer-menu.open .footer-menu-header:after{content:'\f107'}.footer-menu:last-child{border-bottom:1px solid #504e49}.footer-menu.open .footer-menu-item-header,.footer-menu.open a{display:block}.footer-menu.open{padding-bottom:15px}}@media screen and (max-width:767px){.footer-menu-column{margin-bottom:30px;width:100%}}@media screen and (max-width:479px){.footer-menu-column{margin-bottom:15px}}
/* End */


/* Start:/bitrix/templates/citrus_arealty2/styles.css?16119256071*/


/* End */


/* Start:/bitrix/templates/citrus_arealty2/themes/theme-8c8c8c//colors.css?16119240694266*/
:root {
  --primary-color: #8c8c8c;
  --hover-color: #787878;
  --link-color: var(--primary-color); }

.theme--bg-color, .btn.btn-primary, .item-checkbox input[type=checkbox]:checked + label:after, .modal-header, .btn.views-btn.is-active, .team-list .swiper-pagination-bullet.swiper-pagination-bullet-active, .btn.sorting-btn.is-active, .recommendation-list .swiper-pagination-bullet.swiper-pagination-bullet-active, .object-price, .hypothec-result-price, .header:before, .header-menu-sub, .bx-no-touch .btn.btn-footer-up:hover, .btn.btn-footer-up:active, .catalog-th-large .catalog-item-price, .catalog-th-list .catalog-item-price, .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .irs-bar-edge, .irs-bar, .map-container:after, .switch a:hover, .switch span.selected, .citrus-objects-map-popup__price, .list.check li:before, .list .item:before, .list li:before, .line-checkbox__item-input:checked + .line-checkbox__item-label, .irs-bar, .irs-from, .irs-to, .irs-single, .citrus-realty-mortgage .ui-slider-horizontal, .citrus-realty-mortgage .ui-widget-content .ui-state-hover, .goods-price, .footer-help-block, .bx-switches--input:checked + .bx-switches--checkmark, .lk__form-w {
  background-color: #8c8c8c; }

.bx-no-touch .btn.btn-primary:not(.is-active):hover {
  background: #fff;
  color: #8c8c8c;
  border-color: currentColor; }

.btn-with-additional:hover span.btn-additional-label, .irs-bar-edge {
  background: #8c8c8c;
  color: #fff; }

.theme_hover--bg-color, .bx-no-touch a.header-menu-link:hover, a.header-menu-link:active, .bx-no-touch .header-menu-item:hover a.header-menu-link, .header-menu-item:active a.header-menu-link, .header-menu-item.is-active a.header-menu-link, .header-menu-sub, .btn.btn-primary:not(.is-active):active {
  background-color: #787878; }

.theme--border-color, .item-checkbox input[type=checkbox]:checked + label:before, .btn.views-btn.is-active, .btn.sorting-btn.is-active, .bx-no-touch .btn.service-menu-btn:hover, .btn.service-menu-btn:active, .object-gallery-thumbs a.gallery-thumbs.is-active, .btn.btn-header-phone, .bx-no-touch .catalog-th-large .catalog-item:hover, .catalog-th-large .catalog-item:active, .catalog-th-large .catalog-item-meta, .team-meta span.btn-label, .line-checkbox__item-label, .irs-slider, .irs-slider.single, .citrus-realty-mortgage .ui-widget-content .ui-state-default, .bx-switches--input:checked + .bx-switches--checkmark, .irs-bar-edge {
  border-color: #8c8c8c; }

.theme--color, .input-container select:focus + span.select-icon, .item-checkbox input[type=checkbox]:checked + label, .item-radio input[type=radio]:checked + label, a, .help-item:before, .hypothec-result-monthly-payment, .bx-no-touch .btn.btn-outline-white:hover, .btn.btn-outline-white:active, .bx-no-touch .footer-menu > a:hover, .footer-menu > a:active, .bx-no-touch .subscribe .btn.btn-subscribe:hover, .subscribe .btn.btn-subscribe:active, .bx-no-touch a.catalog-item-name:hover, a.catalog-item-name:active, .ask-meta .btn, .bx-no-touch .swiper-button-prev:hover, .bx-no-touch .swiper-button-next:hover, .swiper-button-prev:active, .swiper-button-next:active, .nav-sliders a.swiper-slide.is-active, .nav-sliders a.swiper-slide:not(.is-active):hover, a.article-name, .gallery-title, .btn.btn-transparent:hover, .cui-checkbox__input:checked + .cui-checkbox__checkmark, .icon-logo, a.header-logo .desc-logo span, input:checked + .filter-checkmark, .btn-with-additional span.btn-additional-label, .sorting-item._selected, .btn.btn-border._white:hover, .jk-menu__favorites-count, td.popupmenu div.popupitem div.icon {
  color: #8c8c8c; }

a:hover, .team-meta .meta_link._phone:hover span.btn-label {
  color: #787878; }

.bx-no-touch a.article-user:hover .article-user-ava span, a.article-user:active .article-user-ava span {
  -webkit-box-shadow: 0 0 0 3px #8c8c8c;
  box-shadow: 0 0 0 3px #8c8c8c; }

.theme-fill {
  fill: #8c8c8c; }

@media screen and (min-width: 1024px) {
  .btn.btn-header-phone {
    color: #8c8c8c; }

  .bx-no-touch .btn.btn-header-phone:hover, .btn.btn-header-phone:active {
    background-color: #8c8c8c; } }

@media screen and (max-width: 1023px) {
  .header-menu {
    background-color: #8c8c8c; } }

@media print {
  .object-price {
    color: #8c8c8c; } }

/* End */
/* /bitrix/templates/citrus_arealty2/application/icon-fonts/icons.css?16119256072896 */
/* /bitrix/templates/citrus_arealty2/application/src/0_cui/btn.css?16119256078384 */
/* /bitrix/templates/citrus_arealty2/application/src/0_cui/list.css?16119256071075 */
/* /bitrix/templates/citrus_arealty2/application/src/0_cui/typography.css?16119256074516 */
/* /bitrix/templates/citrus_arealty2/application/src/css/1000_main.css?16119256078689 */
/* /bitrix/templates/citrus_arealty2/application/src/css/100_team.css?16119256074968 */
/* /bitrix/templates/citrus_arealty2/application/src/css/20_table.css?1611925607876 */
/* /bitrix/templates/citrus_arealty2/application/src/css/30_modal.css?16119256072865 */
/* /bitrix/templates/citrus_arealty2/application/src/css/40_header.css?16119256076571 */
/* /bitrix/templates/citrus_arealty2/application/src/css/50_footer.css?16119256072958 */
/* /bitrix/templates/citrus_arealty2/application/src/css/70_service.css?16119256073644 */
/* /bitrix/templates/citrus_arealty2/application/src/css/900_swiper.css?16119256071703 */
/* /bitrix/templates/citrus_arealty2/application/src/css/lk.css?16119256073144 */
/* /bitrix/templates/citrus_arealty2/application/src/css/redesign-pubstyles.css?16119256073789 */
/* /bitrix/components/citrus.arealty/catalog.section/templates/.default/60_catalog.css?16013846348066 */
/* /bitrix/templates/citrus_arealty2/components/bitrix/search.title/header_search/style.min.css?16119256084731 */
/* /bitrix/templates/citrus_arealty2/components/citrus/currency/.default/style.min.css?16119256073269 */
/* /bitrix/templates/citrus_arealty2/components/bitrix/menu/top_adaptive/style.min.css?16119256074789 */
/* /bitrix/templates/citrus_arealty2/components/bitrix/system.pagenavigation/.default/style.min.css?1611925607528 */
/* /bitrix/templates/citrus_arealty2/components/bitrix/news.list/mp_top_slider/style.min.css?16119256082257 */
/* /bitrix/templates/citrus_arealty2/components/bitrix/menu/catalog_menu/style.min.css?1611925607862 */
/* /bitrix/templates/citrus_arealty2/components/citrus.core/include/.default/style.min.css?1611925607259 */
/* /bitrix/components/citrus.arealty/callout/templates/.default/style.css?16013846341263 */
/* /bitrix/templates/citrus_arealty2/components/bitrix/menu/footer_adaptive/style.min.css?16119256071838 */
/* /bitrix/templates/citrus_arealty2/styles.css?16119256071 */
/* /bitrix/templates/citrus_arealty2/themes/theme-8c8c8c//colors.css?16119240694266 */
