

/* 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/news.list/benefits/style.css?1576710327983*/

/*template.php*/
@media all {
    .benefits {

    }
    .benefit__item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .benefit__icon-container {
        font-size: 66px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        background-color: #fff;
        width: 140px;
        height: 140px;
        flex-shrink: 0;
        margin-bottom: 26px;
        transition: .15s ease;
    }
        .benefit__icon {
            max-width: 60%;
        }
    .benefit__text {
        font-size: 16px;
        max-width: 100%;
    }
}
@media (max-width: 1023px) {
    .benefit__icon-container {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }
    .benefit__text {
        font-size: 14px;
        line-height: 1.4;
    }
}
/* End */


/* Start:/local/templates/citrus.developer/app/js/citrus/tabs/tabs.css?1576710327582*/
@media all {
	.tabs {

	}
	.tabs__nav {
		display: flex;
		justify-content: center;
		margin: 0 -30px 50px;
	}
	.tabs__link {
		font-size: 15px;
		color: #666666;
		margin: 0 30px;
		text-decoration: none;
		border-bottom: 3px solid transparent;
		font-weight: 600;
		text-transform: uppercase;
	}
	.tabs__link._active {
		border-bottom-color: currentColor;
	}
	.tabs__content {

	}
	.tabs__content-it {
		display: none;
	}
	.tabs__content-it._active {
		display: block;
	}
}
@media (max-width: 767px) {
	.tabs__nav {
		margin: 0 -15px 30px;
	}
	.tabs__link {
		margin: 0 15px;
	}
}
/* End */


/* Start:/local/components/citrus.developer/residental.complex/templates/.default/bitrix/catalog.section/plans/style.css?15767103272911*/

/*plan-filter*/
@media all {
	.plan-filter {
		position: relative;
	}
	.plan-filter__list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 -5px;
	}
	.plan-filter__label {
		margin: 0 5px;
	}
	.plan-filter__label .square-checkbox__checkmark {
		display: none;
	}
		input.plan-filter__checkbox {
			visibility: hidden;
			position: absolute;
			left: -99999px;
		}
		.plan-filter__label-text {
			height: 40px;
			display: flex;
			line-height: 36px;
			font-weight: bold;
			font-size: 17px;
			color: #999999;
			padding: 0 20px;
			border: 2px solid;
			cursor: pointer;
		}
		input.square-checkbox__input:checked + span + .plan-filter__label-text {
			color: #fff;
		}
		.plan-filter__open-filter {
			display: none;
		}
}
@media (max-width: 1023px) {
	.plan-filter__label-text {
		padding: 0 14px;
	}
}
@media (max-width: 767px) {
	.plan-filter {
		display: inline-block;
	}
	.plan-filter__open-filter {
		display: flex;
		align-items: center;
		line-height: 20px;
		text-transform: uppercase;
		font-size: 13px;
		border-bottom: 3px solid;
		text-decoration: none;
	}
	.plan-filter__open-filter:after {
		content: '';
		width: 0;
		height: 0;
		border: 6px solid transparent;
		display: inline-block;
		margin-left: 8px;
		margin-right: 6px;
		position: relative;
	}
	.plan-filter__open-filter:not(._active):after {
		border-top-color: #666666;
		top: 3px;
	}
	.plan-filter__open-filter._active:after {
		border-bottom-color: #666666;
		bottom: 3px;
	}
	.plan-filter__list {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1;
		flex-direction: column;
		align-items: flex-start;
		min-width: 100%;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
		background-color: white;
		padding: 0 18px;
	}
	.plan-filter__list._active {
		display: block;
	}
	.plan-filter__label {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 12px 0;
		border-bottom: 1px solid #e9e9e9;
		width: 100%;
	}
	.plan-filter__label:last-child {
		border-bottom: none;
	}
	.plan-filter__label .square-checkbox__checkmark {
		display: flex;
		font-size: 14px;
	}
	.plan-filter__label-text {
		height: auto;
		line-height: initial;
		border: none;
		font-size: 13px;
		text-transform: uppercase;
		text-align: left;
	}
	input.square-checkbox__input:checked + span + .plan-filter__label-text {
		background-color: transparent !important;
		border-color: transparent !important;
	}
	.plan-filter__label .square-checkbox__checkmark:before {
		width: 8px;
		height: 8px;
	}
}

/*template.php*/
@media all {
	.plans {
		margin: -25px 0;
		padding-top: 1px;
	}
    .plans-section {
		margin: 25px 0;
    }
    .plans-section__name {
		font-weight: 300;
		font-size: 35px;
		margin-bottom: 16px;
    }

	.chess-popover-link {
		display: block;
	}
}
@media (max-width: 767px) {
	.plans-section__name {
		font-size: 30px;
	}
}


/* End */


/* Start:/local/components/citrus.developer/template/templates/plan-card/style.css?1576710327966*/

@media all {
	.plan-card {
		padding: 16px;
		border: 2px solid #ccc;
		position: relative;
		transition: .15s ease;
	}
	.plan-card__checkbox {
		position: absolute;
		top: 10px;
		left: 10px;
	}

	.plan-card__image-container {
		height: 250px;
		padding: 0;
		margin-bottom: 14px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.plan-card__image {
		max-height: 100%;
		max-width: 80%;
	}
	.plan-card__name {
		margin-bottom: 14px;
		font-size: 20px;
		text-decoration: none;
		border-bottom: 1px solid;
		display: inline-block;
		line-height: 1.1;
	}
	.plan-card__properties {

	}
	.plan-card__property-item {
		display: flex;
		justify-content: space-between;
		font-size: 14px;
	}
	.plan-card__property-item + .plan-card__property-item {
		margin-top: 6px;
	}
	.plan-card__property-name {

	}
	.plan-card__property-value {
		color: #999999;
	}
}
@media (max-width: 767px) {
	.plans-section__name {
		font-size: 30px;
	}
}

/* End */


/* Start:/local/templates/citrus.developer/components/citrus.developer/chess/.default/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/components/citrus.developer/residental.complex/templates/.default/bitrix/news.list/photo-progress-slider/style.css?157671032786*/

/*template.php*/
@media all {
	.photo-progress__slide {
		padding: 2px;
	}
}
        
/* End */


/* Start:/local/components/citrus.developer/template/templates/photo-progress-card/style.css?1576710327792*/

@media all {
	.photo-progress__item {
		display: flex;
		flex-direction: column;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
		position: relative;
	}
	.photo-progress__img-w {

	}
	.photo-progress__img {
		padding-bottom: 53.40050377833753%;
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.photo-progress__content {
		padding: 20px 30px 20px;
	}
	.photo-progress__name {
		font-size: 16px;
		line-height: 1.2;
		color: #000;
		margin-bottom: 30px;
		text-decoration: none;
		display: block;
	}
	.photo-progress__date {
		font-size: 13px;
		color: #888888;
		margin-bottom: 6px;
	}
	.photo-progress__house {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.photo-progress__content {
		padding: 15px;
	}
	.photo-progress__name {
		font-size: 15px;
	}
}
/* End */


/* Start:/local/templates/citrus.developer/components/bitrix/news.list/docs/style.css?1576710327374*/

@media all {
    .docs {

    }
    .doc-item {
		padding: 70px 0;
		border-top: 1px solid #cccccc;
    }
	.docs .doc-item:first-child {
		padding-top: 0;
		border-top: none;
	}
	.doc-item:last-child {
		padding-bottom: 0;
	}
    .doc-item__name {
		font-size: 23px;
		margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
	.doc-item__file-name {
		font-size: 14px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?157671027251*/
font.errortext{color:red}font.notetext{color:green}
/* 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/news.list/benefits/style.css?1576710327983 */
/* /local/templates/citrus.developer/app/js/citrus/tabs/tabs.css?1576710327582 */
/* /local/components/citrus.developer/residental.complex/templates/.default/bitrix/catalog.section/plans/style.css?15767103272911 */
/* /local/components/citrus.developer/template/templates/plan-card/style.css?1576710327966 */
/* /local/templates/citrus.developer/components/citrus.developer/chess/.default/style.css?15767103276742 */
/* /local/components/citrus.developer/residental.complex/templates/.default/bitrix/news.list/photo-progress-slider/style.css?157671032786 */
/* /local/components/citrus.developer/template/templates/photo-progress-card/style.css?1576710327792 */
/* /local/templates/citrus.developer/components/bitrix/news.list/docs/style.css?1576710327374 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?157671027251 */
/* /local/templates/citrus.developer/components/citrus.developer/callout/template2/style.css?15767103271261 */
