

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

@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:/local/components/citrus.developer/residental.complex/templates/.default/bitrix/catalog.section/house-chess/style.css?15767103271479*/

/*template.php*/
@media all {
    .swiper-slide.house-slide {
		width: 396.66px;
		padding: 2px;
    }
    .house {
		display: flex;
		flex-direction: column;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
		position: relative;
    }
    .house__link {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 2;
    }
    .house-card__img-w {
		overflow: hidden;
		width: 100%;
		position: relative;
    }
    .house__img {
		display: block;
		padding-bottom: 80%;
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-transition: .3s ease;
		transition: .3s ease;
    }
    .house__content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
    }
    .house__content-inner.js-equal-height {
		padding: 20px 30px 20px;
    }
    .house__title {
		font-size: 23px;
		margin-bottom: 6px;
		display: block;
		color: inherit;
		text-decoration: none;
    }
    .house__properties {
		margin-top: 23px;
		font-size: 14px;
    }
    .house__property {
		display: flex;
		justify-content: space-between;
    }
	.house__property + .house__property {
		margin-top: 8px;
	}
    .house__property-title {

    }
	.house__property-value {
		font-size: 14px;
		color: #999999;
	}
    .house__property-value._done {
		display: flex;
		align-items: center;
		line-height: 1;
    }
	.house__property-value._done .cui-checkbox__checkmark {
		margin-right: 8px;
	}

}
        
/* End */


/* Start:/local/components/citrus.developer/chess/templates/visual/style.css?15767103276742*/

/*chess-legend*/
@media all {
	.chess-legend {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 -10px;
	}
	.chess-legend__it {
		display: flex;
		justify-content: center;
		line-height: 36px;
		width: 112px;
		height: 40px;
		margin: 0 10px;
		font-weight: bold;
	}
	.chess-legend__it._in-sale {
		color: #fff;
		background-color: #669933;
	}
	.chess-legend__it._selected {
		border: 3px solid;
		background-color: #fff;
		line-height: 32px;
	}
	.chess-legend__it._disable {
		color: #fff;
		background-color: #cccccc;
	}
}
@media (max-width: 767px) {
	.chess-legend {
		margin-top: 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 479px) {
	.chess-legend__it {
		font-size: 13px;
		width: auto;
		padding: 0 8px;
	}
}
@media (max-width: 360px) {
	.chess-legend {
		margin: 0 -3px;
	}
	.chess-legend__it {
		margin: 0 3px;
	}
}

/*chess-slider*/
@media all {
	.p__swiper.chess-slider {

	}
	.chess-slider__inner {
		display: flex;
		align-items: flex-end;
	}
	.p__swiper.chess-slider .swiper-container {
		flex: 1;
	}
	.p__swiper.chess-slider .swiper-slide {
		width: auto;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: auto;
		height: auto;
	}
	.add-section-slide {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		background-color: #f0f0f0;
		padding: 20px;
	}

	.floors-list {
		display: flex;
		flex-direction: column;
		padding: 0 20px 14px;
		width: 120px;
	}
	.floors-list._left {
		align-items: flex-end;
	}
	.floors-list._right {
		align-items: flex-start;
	}
	.floors-list__floor {
		height: 38px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 4px;
		color: #999999;
		font-weight: bold;
	}
	.floors-list__floor .foors-list__floor-text {
		margin-left: 4px;
	}

	.chess-section {
		background-color: #f0f0f0;
		padding: 18px;
	}
	.chess-section__name {
		text-transform: uppercase;
		color: #000;
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
	}
	.chess-section__name-text {

	}
	.chess-section__edit-links {
		margin-left: 10px;
	}
	.chess__section-clone-link {
		text-decoration: none;
		font-size: 14px;
		display: inline-block;
		margin-left: 10px;
	}
	.chess__section-clone-link.icon-trash {
		color: #F44336;
	}
	.chess-floor {
		display: flex;
		margin: -4px;
		height: 46px;
		position: relative;
	}
	.chess-floor:not(._empty) {
		background-color: #e2e2e2;
	}

	.chess-floor._edit:not(._empty):hover {
		outline: 1px dashed;
		z-index: 1;
	}
	.chess__floor-edit-area {
		position: absolute;
		top: -10px;
		font-size: 11px;
		display: none;
		z-index: 2;
	}
	.chess-floor._edit:not(._empty):hover .chess__floor-edit-area {
		display: flex;
	}

	.chess__floor-edit-link {
		display: flex;
		align-items: center;
		padding: 2px 5px;
		background-color: rgba(255, 255, 255, 0.9);
		width: 120px;
	}
	.chess__floor-edit-link._delete {
		color: #F44336;
	}
	.chess__floor-edit-link__icon {
		margin-right: 5px;
	}
	.chess__floor-edit-link__title {

	}

	.chess-flat {
		width: 62px;
		height: calc(100% - 8px);
		display: inline-flex;
		flex-shrink: 0;
		align-items: center;
		justify-content: center;
		background-color: #669934;
		border: 3px solid #669934;
		color: white;
		margin: 4px;
		user-select: none;
		position: relative;
	}
	.chess-flat__link {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.chess-flat._disable {
		background-color: #cccccc;
		border-color: #cccccc;
	}
	.chess-flat._selected {
		border-color: currentColor;
		background-color: #fff;
	}
	.chess-flat._add-flat-block {
		background: none;
		border-color: #cccccc;
		border-style: dashed;
	}
	.chess-flat._new {
		opacity: .5;
	}
	a.add-flat-link {
		text-decoration: none;
		display: flex;
		width: 100%;
		height: 100%;
		align-items: center;
		justify-content: center;
		color: #cccccc;
	}
}
@media (max-width: 1023px) {
	.floors-list {
		width: 80px;
	}
	.floors-list._right {
		display: none;
	}
}
@media (max-width: 767px) {
	.chess-flat {
		width: 50px;
	}
	.floors-list {
		width: auto;
		padding-left: 0;
	}
	.floors-list._left {
		align-items: flex-start;
	}
	.foors-list__floor-text {
		display: none;
	}
}
@media (max-width: 479px) {
	.floors-list {
		padding-right: 10px;
	}
}

/*chess data form*/
@media all {
	.chess-data-form__footer {
		margin-top: 40px;
	}
}

/*chess-tippy*/
@media all {
	.chess-tippy {
		width: 280px;
		padding: 24px 28px 28px;
	}
	.chess-tippy__header {
		font-size: 20px;
		text-align: left;
	}
	.chess-tippy__properties {
		margin-top: 20px;
	}
	.chess-tippy__property {
		display: flex;
		justify-content: space-between;
	}
	.chess-tippy__property + .chess-tippy__property {
		margin-top: 12px;
	}
	.chess-tippy__property-name {
		font-size: 14px;
	}
	.chess-tippy__property-value {
		font-size: 17px;
		font-weight: bold;
	}
	.chess-tippy__footer {
		margin-top: 26px;
	}
	.chess-tippy__footer .btn {

	}


}
@media (max-width: 1023px) {
	.chess-tippy {
		padding: 15px 18px 24px;
	}
	.chess-tippy__properties {
		margin-top: 10px;
	}
	.chess-tippy__property + .chess-tippy__property {
		margin-top: 6px;
	}
}
@media (max-width: 767px) {
	.chess-tippy {
		width: 220px;
	}
	.chess-tippy__property-name {
		font-size: 13px;
	}
	.chess-tippy__property-value {
		font-size: 15px;
	}
	.btn.btn-tippy {
		height: 40px;
		font-size: 16px;
	}
}

/*chess-popup*/
@media all {
	.chess__forms {
		display: none;
	}
	.chess__popup {
		max-width: 900px;
	}
	.chess-edit-form {

	}
	.chess-edit-form__field {
		display: flex;
	}
	.chess-edit-form__field + .chess-edit-form__field {
		margin-top: 20px;
	}
	.chess-edit-form__field-title {
		padding-right: 15px;
		font-weight: bold;
	}
	.chess-edit-form__field-values {

	}

	.chess-edit-form__footer {
		margin-top: 30px;
		text-align: right;
	}

	/*plans*/
	.chess-edit-form__field-values[data-type="list"] {
		display: flex;
		flex-wrap: wrap;
		margin: -5px;
	}
	label.field-plan {
		margin: 5px;
		cursor: pointer;
	}
	.field-plan__input {
		display: none;
	}
	.field-plan__image-wrapper {
		display: block;
		border: 2px solid #ccc;
		padding: 5px;
	}
		.field-plan__input:checked + .field-plan__image-wrapper {
			border-color: #2dc1fe;
		}
	.field-plan__image {
		width: 150px;
		height: 150px;
		display: block;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.field-plan__name {
		margin-bottom: 10px;
		border-bottom: 1px solid transparent;
		display: inline-block;
		line-height: 1.1;
	}
	.field-plan__input:checked + span + .field-plan__name {
		border-bottom-color: inherit;
	}

	/*bool*/
	.field-checkbox {
		display: flex;
		align-items: center;
	}
	.field-checkbox__label {
		margin-left: 10px;
	}
}
/* End */


/* Start:/local/templates/citrus.developer/components/bitrix/news.detail/manager/style.css?15767103271166*/

/*template.php*/
@media all {
    .manager {
		display: flex;
		flex-direction: row;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
		padding: 10px;
    }
    .manager-img-container {
		margin-right: 40px;
		width: 300px;
    }
    .manager__content {
		padding-top: 14px;
    }
    .manager__name {
		font-size: 20px;
		margin-bottom: 16px;
		line-height: 1.2;
    }
	.manager__name b {
		text-transform: uppercase;
	}
    .manager__properties {

    }
}
@media (max-width: 767px) {
	.manager-img-container {
		width: 180px;
	}
	.manager__content {
		padding-top: 0;
		margin-bottom: 15px;
	}
	.manager-img-container {
		margin-right: 28px;
	}
	.manager__name {
		margin-top: -4px;
		margin-bottom: 12px;
	}
	.manager__name b {
		display: block;
		font-size: 18px;
	}
}
@media (max-width: 479px) {
	.manager {
		flex-direction: column;
	}
	.manager-img-container {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.manager-img {
		max-height: 300px;
	}
	.manager__content {
		margin-top: 20px;
	}
	.manager__name b {
		display: inline;
	}
}
@media (max-width: 360px) {
	.manager {
		padding: 0;
	}
	.manager__content {
		padding: 20px;
		margin: 0;
	}
}
/* End */


/* Start:/local/components/citrus.developer/template/templates/properties/style.css?1576710327868*/

@media all {
	.properties {

	}
	.property__it {
		display: flex;
	}
	.property__it + .property__it {
		margin-top: 10px;
	}
	.property__icon {
		color: #999999;
		font-size: 16px;
		width: 1em;
		margin-right: 12px;
	}
	.property__icon span {
		display: block;
		margin-top: 4px;
	}
	.property__value-list {

	}
	.property__value-it {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.property__value-it + .property__value-it {
		margin-top: 6px;
	}
	.property__value-it__value {
		font-size: 15px;
	}
	.property__value-it__description {
		font-size: 13px;
		color: #999999;
		margin-left: 4px;
	}

	.properties .icon-map {
		font-size: 18px;
	}
	.properties .map-link {
		text-decoration: underline;
		font-size: 15px;
		white-space: normal;
	}
}
@media (max-width: 479px) {
	.properties .map-link, .property__value-it__value {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/citrus.developer/components/citrus.developer/callout/template2/style.css?15767103271261*/
/*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 {
        font-size: 35px;
        font-weight: 300;
        font-family: 'Merriweather', Helvetica, sans-serif;
        margin-bottom: 12px;
        line-height: 1.2;
    }
    .footer-snap-point__text-2 {
        font-size: 18px;
    }
    .footer-snap-point__btn {
        padding-right: 36px;
    }
}
@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 */
/* /local/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1576710327630 */
/* /local/components/citrus.developer/residental.complex/templates/.default/bitrix/catalog.section/house-chess/style.css?15767103271479 */
/* /local/components/citrus.developer/chess/templates/visual/style.css?15767103276742 */
/* /local/templates/citrus.developer/components/bitrix/news.detail/manager/style.css?15767103271166 */
/* /local/components/citrus.developer/template/templates/properties/style.css?1576710327868 */
/* /local/templates/citrus.developer/components/citrus.developer/callout/template2/style.css?15767103271261 */
