

/* Start:/bitrix/components/citrus.developer/complex.catalog.smart.filter/templates/.default/bitrix/catalog.smart.filter/.default/style.css?17009930426521*/

/**
Bitrix default style component
*/

/*buttons*/
@media all {
	.citrus-sf__button-block {
		display: flex;
		flex-direction: column;
	}
	.citrus-sf__button-block>* {
		margin-bottom: 15px;
	}
  .citrus-sf__modef-num:not(:empty):before {
    content: '(';
    opacity: .7;
  }
  .citrus-sf__modef-num:not(:empty):after {
    content: ')';
    opacity: .7;
  }
	.citrus-sf__button-block .btn.btn-primary, .citrus-sf__button-block .btn.btn-secondary {

	}
	.citrus-sf__reset-link {
		font-weight: 600;
		color: #999999;
		font-size: 16px;
		text-decoration: underline;
		background: none;
		border: none;
	}
	.citrus-sf__reset-link:hover {
		text-decoration: none;
		}
	.filter-more-link {
		text-align: center;
	}
	.citrus-sf:not(._open) .filter-more-link__close {
		display: none;
	}
	.citrus-sf._open .filter-more-link__open {
		display: none;
	}
	.citrus-sf:not(._open) .citrus-sf-more {
		display: none;
	}

	/*filter button*/
	.button.filter-count {
		padding: 0 0 0 10px;
		line-height: 32px;
		white-space: nowrap;
		position: relative;
	}
	.button.filter-count .count {
		position: absolute;
		right: 0;
		height: 26px;
		line-height: 26px;
		min-width: 24px;
		padding: 0 5px;
		margin: 3px;
		border-radius: 5px;
		font-size: 16px;
		text-align: center;
		background-color: #fff;
		font-weight: bold;
		transition: all .3s;
	}
	.button.filter-count:hover .count {
		color: #fff;
	}
	.button.filter-count span.t {
		font-size: 16px;
		vertical-align: top;
	}
}
@media (max-width: 1200px) {
	.citrus-sf-wrapper {
		margin-bottom: 20px;
	}
	.citrus-sf__button-block {
		flex-direction: row;
		align-items: center;
		margin: 15px -6px 0;
		justify-content: center;
	}
	.citrus-sf__button-block>* {
		margin-left: 6px;
		margin-right: 6px;
	}
	.citrus-sf__button-block>.btn.btn-small {
		width: 184px;
	}
}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
	.citrus-sf__button-block {
		flex-direction: column;
	}
	.citrus-sf__button-block>* {
		width: 100%;
	}
	.citrus-sf__button-block>.btn {
		width: 100%;
	}
}

/*main filter layout*/
@media all {
	.citrus-sf-wrapper {
		margin-bottom: 25px;
	}
	.citrus-sf-field {
		position: relative;
		margin-bottom: 15px;
	}
}

/*labels*/
@media all {
	.citrus-sf-label {
		padding: 0 65px 0 10px;
		line-height: 33px;
		height: 35px;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		border: 1px solid #ccc;
		position: relative;
		background-color: #f9f8f5;
		cursor: pointer;
		font-size: 14px;
	}
	.citrus-sf-label:after {
		content: '';
		position: absolute;
		right: 10px;
		top: 8px;
		bottom: 0;
		margin: auto;
		height: 0;
		width: 0;
		border: 8px solid transparent;
		border-top-color: #89826c;
	}
	.citrus-sf-label_close {
		font-size: 12px;
		position: absolute;
		right: 35px;
		width: 29px;
		height: 29px;
		background-color: #ebe9e1;
		top: 2px;
		text-align: center;
		border: 1px solid #c5b99f;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #89826c;
	}
	.citrus-sf-field:not(.has-value) .citrus-sf-label_close {
		display: none;
	}
	.citrus-sf-label .currency-icon {
		display: inline-block;
		line-height: 1;
	}
}

/*values*/
@media all {
	.citrus-sf-field:not(._open) .citrus-sf-values {
		visibility: hidden;
	}

	.citrus-sf-values {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin-top: 14px;
		z-index: 10;
		padding: 15px;
		background-color: white;
		border: 1px solid #c5b99f;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	}
	.citrus-sf-values:before, .citrus-sf-values:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 0;
		height: 0;
		bottom: 100%;
	}
	.citrus-sf-values:before {
		border: 9px solid transparent;
		border-bottom-color: #c5b99f;
	}
	.citrus-sf-values:after {
		border: 7px solid transparent;
		border-bottom-color: white;
	}

	.citrus-sf-values .disabled {
		opacity: .5;
	}
	.citrus-sf-values label {
		cursor: pointer;
	}
	.citrus-sf-values .no-clicked {
		cursor: default;
	}

}

/*duplicate*/
@media all {
	.sf-duplicate {
		background-color: #f9f8f4;
		padding: 12px;
		margin-bottom: 20px;
	}
	.sf-duplicate__property-list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin: -5px -30px;
	}
	.sf-duplicate__property-item {
		display: flex;
		align-items: flex-start;
		margin: 5px 30px;
	}
	.sf-duplicate__property-name {
		font-weight: 600;
		margin-right: 10px;
	}
	.sf-duplicate__value-list {
		display: flex;
		align-items: center;
		margin: -2px -5px;
		flex-wrap: wrap;
	}
	.sf-duplicate__value-item {
		display: flex;
		align-items: center;
		margin: 2px 5px;
	}
	.sf-duplicate__value-label {
		display: inline-flex;
		align-items: center;
		cursor: pointer;
	}
	.sf-duplicate__value-name {
		margin-left: 4px;
	}

}

/*checkmarks*/
@media all {
	.filter-checkmark {
		font-size: 16px;
		background-color: #fff;
		height: 1em;
		position: relative;
		width: 1em;
		color: #c5b99f;
		border-radius: .125em;
		flex-shrink: 0;
		display: inline-flex;
		cursor: pointer;
	}
	.filter-checkmark:before, .filter-checkmark:after {
		content: "";
		display: block;
		position: absolute;
	}
	.filter-checkmark:before {
		border: 1px solid currentColor;
		height: 100%;
		left: 0;
		top: 0;
		transition: opacity .3s ease;
		width: 100%;
	}
	.filter-checkmark:after {
		bottom: 4px;
		height: 11px;
		left: 6px;
		opacity: 0;
		transform: rotate(45deg);
		transition-delay: .1s;
		transition: opacity .3s ease;
		width: 6px;
	}
	input:checked+.filter-checkmark:before{
		background-color: currentColor;
	}
	input:checked+.filter-checkmark:after {
		border-bottom: .125em solid #fff;
		border-right: .125em solid #fff;
		opacity: 1;
	}
}

/*house-list*/
@media all {
	.sf__house-list {
		display: flex;
		flex-wrap: wrap;
		padding: 18px 8px;
		background-color: #f7f7f7;
		margin-bottom: 50px;
	}
	.sf__house {
		width: 20%;
		cursor: pointer;
		padding: 10px;
	}
	.sf__house.disabled {
		opacity: .5;
	}
	.sf__house.no-clicked {
		cursor: default;
	}
	.sf__house-name {
		margin-left: 8px;
		font-weight: 600;
		text-decoration: underline;
	}
	.sf__house:hover .sf__house-name {
		text-decoration: none;
	}
}
@media (max-width: 1023px) {
	.sf__house-list {
		margin-bottom: 26px;
	}
	.sf__house-name {
		margin-left: 0;
	}
	.sf__house {
		width: 33.3333%;
	}
}
@media (max-width: 767px) {

	.sf__house-list {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.sf__house {
		padding: 6px;
	}
}
@media (max-width: 479px) {
	.sf__house {
		width: 50%;
	}
}

/* End */


/* Start:/bitrix/components/citrus.developer/complex.catalog.smart.filter/templates/.default/bitrix/catalog.smart.filter/.default//field_template/LINE_CHECKBOX/style.min.css?1700993042377*/
@media all{.line-checkbox{display:flex;flex-wrap:wrap;margin:-2px}.line-checkbox__item{margin:2px;flex:1}.line-checkbox__item-input{display:none}.line-checkbox__item-label{width:100%;min-width:30px;height:35px;padding:0 5px;border:1px solid;display:inline-flex;align-items:center;justify-content:center}.line-checkbox__item-input:checked+.line-checkbox__item-label{color:#fff}}
/* End */


/* Start:/bitrix/components/citrus.developer/complex.catalog.smart.filter/templates/.default/bitrix/catalog.smart.filter/.default//field_template/NUMBERS/style.min.css?1700993042442*/
@media all{.filter-slider{margin-bottom:16px}.filter-numbers_input-wrap{display:flex;justify-content:space-between}.filter-numbers_input{width:40%;height:30px;border:1px solid #ccc;background-color:#f2f2f2;padding:0 8px}.citrus-sf-field:not(._open) .irs-from,.citrus-sf-field:not(._open) .irs-max,.citrus-sf-field:not(._open) .irs-min,.citrus-sf-field:not(._open) .irs-single,.citrus-sf-field:not(._open) .irs-to{visibility:hidden!important}}
/* End */


/* Start:/bitrix/components/citrus.developer/template/templates/favorites/style.css?17009930426914*/

@media all {
	.favorites__only-change-label {
		display: flex;
		align-items: center;
		color: #666666;
		font-size: 14px;
	}
	.favorites__only-change-label._disabled {
		opacity: .6;
	}
	.square-checkbox__checkmark {
		margin-right: 10px;
	}

	.favorites-table {
		display: flex;
		margin-top: 16px;
		width: 100%;
	}
		.favorites-tr {

		}
		.favorites-th, .favorites-td {
			padding: 20px;
			border-top: 1px solid #ccc;
			border-left: 1px solid #ccc;
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
		.favorites-th:last-child, .favorites-td:last-child {
			border-bottom: 1px solid #ccc;
		}
		.favorites-th {
			font-weight: 600;
			font-size: 15px;
			background-color: #f7f7f7;
			color: #363636;
			user-select: none;
		}
		.favorites-td {
			align-items: stretch;
		}

	/*left cell*/
	.favorites-table__left {
		width: 184px;
		position: relative;
		z-index: 1;
		margin-right: -1px;
	}
	.favorites-table__left .favorites-th {
		padding-top: 12px;
		padding-bottom: 12px;
		border-right: 1px solid #ccc;
	}

	.favorites__property-main {
		width: 100%;
	}
	.favorites__property-main__image-wrapper {
		display: block;
		width: 100%;
	}
	.favorites__property-main__image-wrapper.img-placeholder {
		background: none;
	}
		.favorites__property-main__image {
			padding-bottom: 80%;
			background-repeat: no-repeat;
			display: block;
			background-size: contain;
			background-position: center;
		}
	.favorites__property-main__name {
		display: block;
		font-size: 15px;
		margin-top: 6px;
		max-width: 100%;
	}

	/*center*/
	.favorites-table__center {
		flex-grow: 0;
		position: relative;
		z-index: 0;
		width: calc(100% - 184px);
	}
		.favorites-table__center._with-right-col {
			width: calc(100% - 184px - 42px);
		}
	.favorites-slider {

	}
	.swiper-slide.favorites-slide {
		width: auto;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
	}
	.favorites-slide .favorites-th {

	}
	.favorites-slide .favorites-th._sort {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding-right: 12px;
		cursor: pointer;
	}
	.favorites-slide:first-child .favorites-th, .favorites-slide:first-child .favorites-td {
		border-left: none;
	}
	.favorites-table__center._no-right-col .favorites-slide:last-child .favorites-th,
	.favorites-table__center._no-right-col .favorites-slide:last-child .favorites-td {
		border-right: 1px solid #ccc;
	}

	.favorites__property-name-list {
		display: flex;
		margin: auto;
		flex-direction: column;
	}
	.favorites__property-name {
		padding: 0 3px;
		max-width: 115px;
		line-height: 1.4;
		flex-shrink: 0;
	}
	.favorites__property-name + .favorites__property-name {
		border-top: 1px solid #868686;
		font-size: 14px;
		color: #999999;
	}
	.favorites-slide .favorites-th:not(._sort) .favorites__sort-icon {
		visibility: hidden;
	}
	.favorites__sort-icon {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		margin-left: 8px;
		color: #999;
		margin-top: 4px;
	}
	.favorites__sort-icon:not(._desc) {
		border-bottom: 8px solid currentColor;
	}
	.favorites__sort-icon._desc {
		border-top: 8px solid currentColor;
	}
	.favorites__sort-icon._active {
		color: #0099ff;
	}

	.favorites__property-value-list {
		display: flex;
		margin: auto;
		flex-direction: column;
	}
	.favorites__property-value {
		padding: 0 3px;
		font-size: 16px;
		color: #363636;
	}
	.favorites__property-value + .favorites__property-value {
		border-top: 1px solid #868686;
		font-size: 14px;
		color: #999999;
		padding-top: 1px;
	}

	/*right*/
	.favorites-table__right {
		position: relative;
		z-index: 1;
		width: 42px;
	}
	.favorites-table__right .favorites-th {
		border-right: 1px solid #ccc;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 6px;
	}
	a.favorites-icon {
		color: #fff;
		text-decoration: none;
		background-color: #cccccc;
		font-size: 16px;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	a.favorites-icon:hover {
		color: #fff;
	}
	a.favorites-icon + a.favorites-icon {
		margin-top: 20px;
	}

	.favorites-empty {

	}
}
@media (max-width: 767px) {
	.favorites-th, .favorites-td {
		padding: 15px;
	}
	.favorites-th {
		font-size: 15px;
	}

	.favorites-slide .favorites-th, .favorites-slide .favorites-th._sort {
		flex-direction: column;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.favorites__sort-icon {
		margin-left: 0;
	}

	.favorites__property-name + .favorites__property-name {
		font-size: 13px;
	}

	.favorites-table__left {
		width: 142px;
	}
	.favorites-table__center {
		width: calc(100% - 142px);
	}
	.favorites-table__center._with-right-col {
		width: calc(100% - 142px - 42px);
	}
	.favorites__property-value {
		font-size: 15px;
	}
	.favorites__property-value + .favorites__property-value {
		font-size: 13px;
	}

	.favorites-table__center:not(._no-right-col) .favorites-slider .swiper-scrollbar {
		margin-right: -42px;
	}
}
@media (max-width: 479px) {
	.favorites-table__left .favorites-th {
		padding: 10px;
	}
	.favorites__property-main__image-wrapper.img-placeholder:before {
		font-size: 50px;
	}
	.favorites-table__left {
		width: 120px;
	}
	.favorites-table__center {
		width: calc(100% - 120px);
	}
	.favorites-table__center._with-right-col {
		width: calc(100% - 120px - 42px);
	}
	.favorites__property-main__name {
		font-size: 14px;
	}
}

/*popup*/
@media all {
	.popup-overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.50);
		z-index: 20;
		cursor: pointer;
	}
	.flat-popup {
		position: fixed;
		top: 50%;
		left: 50%;
		min-width: 300px;
		min-height: 20px;
		max-width: 90%;
		max-height: 90vh;
		z-index: 30;
		background-color: white;
		transform: translate(-50%, -50%);
	}
	.flat-popup__close {
		position: absolute;
		right: 10px;
		top: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		width: 2em;
		height: 2em;
		color: #999999;
		text-decoration: none;
		cursor: pointer;
	}
	.flat-popup__content {
		padding: 70px 30px;
		max-height: 90vh;
		max-width: 100%;
		overflow: auto;
	}
}

/*pager*/
@media all {
  .favorites-pager.switch {
    display: flex;
    margin: 30px auto 20px;
    align-items: center;
    list-style: none;
    justify-content: center;
    padding: 0;
  }
  .favorites-pager.switch li {
    margin-top: 0;
  }
  .favorites-pager__prev, .favorites-pager__next {
    padding-bottom: 4px;
  }
  .favorites-pager .active a {
    color: #fff;
  }
  .favorites-pager .disabled a {
    cursor: default;
    pointer-events: none;
  }
  .favorites-pager .disabled a.favorites-pager__next,
  .favorites-pager .disabled a.favorites-pager__prev {
    opacity: .5;
  }
}
@media (max-width: 479px) {
  .favorites-pager.switch a {
    min-width: 30px;
    font-size: 14px;
  }
}

/* End */


/* Start:/bitrix/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1700993222630*/

@media all {
	.switch {
		margin: 60px 0 30px;
		text-align: center;
	}
	.switch-nav {
		margin: 0 auto;
		display: table;
	}
	.switch a, .switch span {
		font-size: 16px;
		color: #333;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		text-align: center;
		min-width: 43px;
		height: 40px;
	}
	.switch a:hover,
	.switch span.selected {
		color: #fff;
		-webkit-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/components/citrus.developer/complex.catalog.section/templates/.default/bitrix/catalog.section/flat-slider/style.css?17009930421292*/


/*template.php*/
@media all {
    .flat-slider {

    }
	.flat-slider .swiper-slide {
		width: 312.5px;
	}
    .flat-card {
		display: flex;
		flex-direction: column;
		position: relative;
		border: 1px solid #ccc;
    }
    .flat-card__img-w {
		overflow: hidden;
		width: 100%;
		position: relative;
    }
    .flat-card__img {
		display: block;
		padding-bottom: 80%;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-transition: .3s ease;
		transition: .3s ease;
    }
    .flat-card__content {
		padding: 20px 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		font-size: 14px;
    }
    .flat-card__name.h3 {
		display: inline-block;
		margin-bottom: 14px;
		text-transform: none;
    }
    .flat-card__jk {
		color: #999999;
		margin-bottom: 10px;
    }
	.flat-card .map-link {
		font-size: 14px;
	}
    .flat-card__properties {
		margin-top: 20px;
    }
    .flat-card__property {
		display: flex;
		justify-content: space-between;
    }
	.flat-card__property + .flat-card__property {
		margin-top: 8px;
	}
    .flat-card__property-name {

    }
    .flat-card__property-value {
		color: #999999;
    }
}

@media (max-width: 560px) {
	.flat-card__name.h3 {
		text-align: left;
	}
}
        
/* End */


/* Start:/bitrix/components/citrus.developer/callout/templates/.default/style.css?17009930421427*/
/*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 {
        /*font-size: 35px;*/
        /*font-weight: 300;*/
        /*font-family: 'Merriweather', Helvetica, sans-serif;*/
        margin-bottom: 12px;
        line-height: 1.2;
        color: #ffffff;
    }
    .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;
    }
}
@media (max-width: 767px) {
    .footer-snap-point__text-1 {
        font-size: 30px;
    }
    .footer-snap-point__text-2 {
        font-size: 16px;
    }
    .footer-snap-point__text {
        margin-bottom: 28px;
    }
}
@media (max-width: 479px) {
    .footer-snap-point__text-1 {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .footer-snap-point__text-2 {
        font-size: 14px;
    }
}
/* End */
/* /bitrix/components/citrus.developer/complex.catalog.smart.filter/templates/.default/bitrix/catalog.smart.filter/.default/style.css?17009930426521 */
/* /bitrix/components/citrus.developer/complex.catalog.smart.filter/templates/.default/bitrix/catalog.smart.filter/.default//field_template/LINE_CHECKBOX/style.min.css?1700993042377 */
/* /bitrix/components/citrus.developer/complex.catalog.smart.filter/templates/.default/bitrix/catalog.smart.filter/.default//field_template/NUMBERS/style.min.css?1700993042442 */
/* /bitrix/components/citrus.developer/template/templates/favorites/style.css?17009930426914 */
/* /bitrix/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1700993222630 */
/* /bitrix/components/citrus.developer/complex.catalog.section/templates/.default/bitrix/catalog.section/flat-slider/style.css?17009930421292 */
/* /bitrix/components/citrus.developer/callout/templates/.default/style.css?17009930421427 */
