

/* Start:/local/templates/citrus.developer/app/js/citrus/tabs/tabs.css?1655988804582*/
@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/templates/citrus.developer/components/citrus.developer/residental.complex/.default/bitrix/catalog.section/plans/style.css?16563309902882*/

/*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.h2 {
		margin-bottom: 16px;
		text-align: left;
    }

	.chess-popover-link {
		display: block;
	}
}
@media (max-width: 560px) {
	.plans-section__name.h2 {

	}
}




/* End */


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

@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/template/templates/plan-card/style.css?16279060121196*/

@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 {
    display: block;
		text-decoration: none;
		text-transform: none;
    color: var(--hover-color);
	}
  .plan-card__name-text.h3 {
    margin-bottom: 14px;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.1;
    text-transform: none;
    color: var(--hover-color);
  }
	.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;
	}
}
@media (max-width: 560px) {
	.plan-card__name.h3 {
		text-align: left;
	}
}

/* End */


/* Start:/local/templates/citrus.developer/components/citrus.developer/chess/.default/style.css?16563309907475*/
/*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: #e3d61e;
  }

  .chess-legend__it._selected {
    color: #fff;
    background-color: #693;
    line-height: 38px;
  }

  .chess-legend__it._disable {
    color: #fff;
    background-color: #ccc;
  }
}

@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: #999;
    font-weight: bold;
  }

  .floors-list__floor .foors-list__floor-text {
    margin-left: 4px;
  }

  .chess-section-flatnotfound {
    margin-right: 40px;
    filter: grayscale(80%);
    opacity: .6;
  }

  .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: #e3d61e;
    border: 3px solid #e3d61e;
    color: white;
    margin: 4px;
    user-select: none;
    position: relative;
  }

  .chess-flat__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .chess-flat._selected span {
    color: white;
  }

  .chess-flat._disable {
    background-color: #ccc;
    border-color: #ccc;
  }

  .chess-flat._selected {
    border-color: currentColor;
    background-color: #693;
  }

  .chess-flat._add-flat-block {
    background: none;
    border-color: #ccc;
    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: #ccc;
  }
}

@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/citrus.developer/residental.complex/.default/bitrix/news.list/photo-progress-slider/style.css?165633099086*/

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


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

@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?1655988804457*/

@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.h3 {
		margin-bottom: 10px;
		text-transform: none;
    }
}
@media (max-width: 767px) {
	.doc-item__file-name {
		font-size: 14px;
	}
}
@media (max-width: 560px) {
	.doc-item__name.h3 {
		text-align: left;
	}
}
/* End */


/* Start:/bitrix/components/citrus.developer/callout/templates/.default/style.css?16279060121427*/
/*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 */
/* /local/templates/citrus.developer/app/js/citrus/tabs/tabs.css?1655988804582 */
/* /local/templates/citrus.developer/components/citrus.developer/residental.complex/.default/bitrix/catalog.section/plans/style.css?16563309902882 */
/* /local/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1655988804630 */
/* /bitrix/components/citrus.developer/template/templates/plan-card/style.css?16279060121196 */
/* /local/templates/citrus.developer/components/citrus.developer/chess/.default/style.css?16563309907475 */
/* /local/templates/citrus.developer/components/citrus.developer/residental.complex/.default/bitrix/news.list/photo-progress-slider/style.css?165633099086 */
/* /bitrix/components/citrus.developer/template/templates/photo-progress-card/style.css?1627906012792 */
/* /local/templates/citrus.developer/components/bitrix/news.list/docs/style.css?1655988804457 */
/* /bitrix/components/citrus.developer/callout/templates/.default/style.css?16279060121427 */
