

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

@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/residental.complex/templates/.default/bitrix/catalog.section/plans/style.css?17458191802882*/

/*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:/bitrix/components/citrus.developer/template/templates/flat-card/style.css?17458191801196*/

@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:/bitrix/components/citrus.developer/chess/templates/.default/style.css?17458191807481*/
/*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: #693;
  }

  .chess-legend__it._selected {
    border: 3px solid;
    background-color: #fff;
    line-height: 32px;
  }

  .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: #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._selected span {
    color: white;
  }

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

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

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

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


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

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


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

/*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.h3 {
		margin-bottom: 16px;
		text-transform: capitalize;
    }
	.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.h3 {
		margin-top: -4px;
		margin-bottom: 12px;
	}
	.manager__name.h3 b {
		display: block;
	}
}
@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.h3 b {
		display: inline;
	}
}
@media (max-width: 360px) {
	.manager {
		padding: 0;
	}
	.manager__content {
		padding: 19px;
		margin: 0;
	}
}
/* End */


/* Start:/bitrix/components/citrus.developer/template/templates/properties/style.css?1745819180868*/

@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:/bitrix/components/citrus.forms/base/templates/simple/style.css?174581918023728*/

/* основные стили формы */
@media all {
	button, input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
	}
	input::-ms-clear, textarea::-ms-clear {
		display: none;
	}
	.citrus-form input, .citrus-form select, .citrus-form textarea {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		background: 0;
		border-radius: 0;
		border: 0;
		box-shadow: none;
		color: inherit;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		margin: 0;
		padding: 0;
	}
	.cui-ajax-load-form {
		width: 400px;
		max-width: 100%;
	}
	.citrus-form-title {
		border-bottom: 1px solid #dcd5c5;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 15px;
		padding-bottom: 15px;
		text-transform: uppercase;
		text-align: center;
	}
	.citrus-form-description {
		margin: 15px 0;
		display: flex;
		align-items: center;
	}
	.citrus-form-description__icon {
		font-size: 2.3em;
		color: #c5b99f;
		padding-right: .5em;
	}
	.citrus-form-description__text {

	}
	.citrus-form-description__icon{
		color: #fff;
	}
	.citrus-form-description__text{
		font-style: italic;
		color: #837760;
	}

	.citrus-form__fields {
		margin-top: 0;
		margin-bottom: -22px;
		padding-top: 10px;
	}
	.form-group {
		position: relative;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}
	.form-group.first-group-field {
		margin-top: 0;
	}

	/*.required-message-block*/
	.form-group.required-message-block {
		margin: 1rem 0;
	}
	.form-group.required-message-block span {
		font-size: 13px;
		color: #999;
	}
	.form-group.required-message-block span.starrequired{
		color: #ce2b28;
	}



	.field-inline {
		margin-bottom: -1.5rem;
		margin-top: -1.5rem;
	}
	.field-group .field-inline:first-child {
		margin-top: 0;
	}
	.field-group .field-inline:last-child {
		margin-bottom: 0;
	}
	/*clearfix field-group*/
	.field-inline:before, .field-inline:after {
		display: table;
		content: " ";
	}
	.field-inline:after {
		clear: both;
	}
	/*material*/
	.form-group .field-title {
		color: #666666;
		position: absolute;
		top: 1.266666666666667em;
		left: 1.333333333333333em;
		font-size: 1em;
		cursor: text;
		transition: .2s ease-out;
		display: block;
		z-index: 1;
		pointer-events: none;
		width: calc(100% - .75em);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.form-group .field-title._active {
		left: 0;
		font-size: 0.8em;
		-webkit-transform: translateY(-2.66em);
		transform: translateY(-2.66em);
	}

	.citrus-form input:not([type]), .citrus-form input[type=text], .citrus-form input[type=password], .citrus-form input[type=email], .citrus-form input[type=url], .citrus-form input[type=time], .citrus-form input[type=date], .citrus-form input[type=datetime], .citrus-form input[type=datetime-local], .citrus-form input[type=tel], .citrus-form input[type=number], .citrus-form input[type=search], .citrus-form textarea, .citrus-form select {
		height: 4em;
		font-size: 1em;
	}
	.citrus-form .form-control {
		display: block;
		width: 100%;
		padding: 1em 1.333333333333333em;
		line-height: 1.42857143;
		color: #555555;
		background-color: #fafafa;
		background-image: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #c5c5c5;

		border-radius: 4px;
		-webkit-transition: ease-in-out .15s;
		-o-transition: ease-in-out .15s;
		transition: ease-in-out .15s;
	}
	.citrus-form .form-control:focus {
		background-color: #f7f7f7;
		outline: 0;
	}

	/*input group*/
	.input-group {
		position: relative;
		display: table;
		border-collapse: separate;
	}

	/*footer*/
	.citrus-form__footer {
		margin-top: -5px;
	}
	.citrus-form__footer:before{
		content: '';
		display: table;
	}


}

/*button and agreements*/
@media all {
	/*button position*/
	.form-group.form-group-btn {
		margin-top: 56px;
		margin-bottom: 10px;
	}
	.button-position-right {
		text-align: right;
	}
	.button-position-center {
		text-align: center;
	}
	.button-position-justify {
		text-align: center;
		width: 100%;
	}
	.button-position-justify .btn {
		display: block;
		width: 100%;
	}
	.form-group-btn._with-agreement .btn {
		margin: 0 10px;
		flex-shrink: 0;
		width: auto;
	}

	/*agree block*/
	.form-group.agree-block {
		margin-top: 38px;
	}
	.agree-block__text {
		color: #999999;
		font-size: 13px;
		line-height: 1.1;
		text-align: center;
		font-style: italic;
	}

	.form-group-btn._with-agreement .input-container {
		display: flex;
		align-items: center;
		margin-left: -10px;
		margin-right: -10px;
	}
	.form-group-btn._with-agreement .agree-block__text {
		text-align: left;
		margin: 0 10px 5px;
		line-height: 18px;
	}
}
@media (max-width: 479px) {
	.form-group-btn._with-agreement .input-container {
		flex-wrap: wrap;
	}
	.form-group-btn._with-agreement .agree-block__text {
		margin-top: 10px;
		width: 100%;
	}
}


@media (max-width: 767px) {
	.form-group.form-group-btn {
		margin-top: 35px;
	}
	.form-group.agree-block {
		margin-top: 25px;
	}
}


/*combined-fields*/
@media all {
	/*combined-fields*/
	.combined-fields {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 22px;
		margin-top: 22px;
	}
	.combined-fields:last-child {
		margin-bottom: 0;
	}
	.combined-fields__title {
		width: 140px;
		flex-shrink: 0;
		padding-right: 8px;
	}
	.combined-fields__title-main {
		font-size: 14px;
		color: #003a53;
	}
	.combined-fields__title-description {
		font-size: 12px;
		color: #657880;
		line-height: 1.2;
	}
	.combined-fields .form-group.combined-fields-item {
		margin-top: 0;
		margin-bottom: 0;
		flex: 1;
	}
	.combined-fields-separate {
		font-size: 14px;
		color: #657880;
		margin: 0 14px;
	}

	.combined-fields .help-block {
		flex-basis: 100%;
	}
}
@media (max-width: 479px) {
	.combined-fields {
		display: block;
	}
	.combined-fields .form-group.combined-fields-item {
		width: 100%;
	}
	.combined-fields-separate + .form-group.combined-fields-item {
		margin-top: 22px;
	}
	.combined-fields-separate {
		display: none;
	}
	.combined-fields__title {
		margin-bottom: 5px;
	}
}

@media all {
	.form-group-container>.field-group--title {
		margin-top: 30px;
	}
}

/* Поля формы */
@media all {
	textarea.form-control {
		height: 15em;
		resize: none;
	}
	.form-group._height-2 textarea.form-control {
		height: 7.5em;
	}
	input[type="search"] {
		-webkit-appearance: none;
	}
	.radio,
	.checkbox {
		position: relative;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.radio label,
	.checkbox label {
		min-height: 20px;
		padding-left: 20px;
		margin-bottom: 0;
		font-weight: normal;
		cursor: pointer;
	}
	.radio input[type="radio"],
	.radio-inline input[type="radio"],
	.checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
		position: absolute;
		margin-left: -20px;
		margin-top: 4px \9;
	}
	.radio + .radio,
	.checkbox + .checkbox {
		margin-top: -5px;
	}
	.radio-inline,
	.checkbox-inline {
		position: relative;
		display: inline-block;
		padding-left: 20px;
		margin-bottom: 0;
		vertical-align: middle;
		font-weight: normal;
		cursor: pointer;
	}
	.radio-inline + .radio-inline,
	.checkbox-inline + .checkbox-inline {
		margin-top: 0;
		margin-left: 10px;
	}
	input[type="radio"][disabled],
	input[type="checkbox"][disabled],
	input[type="radio"].disabled,
	input[type="checkbox"].disabled,
	fieldset[disabled] input[type="radio"],
	fieldset[disabled] input[type="checkbox"] {
		cursor: not-allowed;
	}
	.radio-inline.disabled,
	.checkbox-inline.disabled,
	fieldset[disabled] .radio-inline,
	fieldset[disabled] .checkbox-inline {
		cursor: not-allowed;
	}
	.radio.disabled label,
	.checkbox.disabled label,
	fieldset[disabled] .radio label,
	fieldset[disabled] .checkbox label {
		cursor: not-allowed;
	}

	/*placeholder*/
	::-webkit-input-placeholder {
		color: #999;
		opacity: 1;
	}
	::-moz-placeholder {
		color: #999;
		opacity: 1;
	}
	::-ms-input-placeholder {
		color: #999;
		opacity: 1;
	}
	:focus::-webkit-input-placeholder {
		opacity: .8;
	}
	:focus::-moz-placeholder {
		opacity: .8;
	}
	:focus::-ms-input-placeholder {
		opacity: .8;
	}

}

/* Валидация */
@media all {
	/*message*/
	.bg-danger {
		background-color: #f2dede;
	}
	.starrequired {
		color: #ce2b28;
	}
	.citrus-form__message-block {
		margin-bottom: 10px;
	}
	.citrus-form__message-block .message-block {
		display: flex;
		align-items: center;
		padding: 0.5em 20px;
		font-weight: 700;
		font-style: italic;
		overflow: hidden;
		background-color: #f3f1ec;
	}
	.citrus-form__message-block .message-block._error {
		color: #ff0f26;
	}
	.citrus-form__message-block .message-block._success {
		color: #55b733;
	}
	.citrus-form__message-block .message-block span{
		padding-right: .5em;
	}
	.citrus-form__message-block .message-block .message-block-icon {
		font-style: normal;
		font-size: 2.5em;
		width: 1em;
		height: 1em;
		margin-right: .5em;
		flex-shrink: 0;

		background-position: center center;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.citrus-form__message-block .message-block._error .message-block-icon{
		background-image: url('/bitrix/components/citrus.forms/base/templates/simple/img/error.svg');
	}
	.citrus-form__message-block .message-block._success .message-block-icon{
		background-image: url('/bitrix/components/citrus.forms/base/templates/simple/img/success.svg');
	}
	.citrus-form__message-block p, .citrus-form__message-block p:last-child {
		margin: 1em 0;
	}

	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
		background-color: #eeeeee;
		opacity: 1;
	}
	.input-container {
		position: relative;
	}
	.input-container:not(.has-error) .help-block.error, .input-container:not(.has-group-error) .help-block.group-error {
		opacity: 0;
		height: 0;
		margin: 0;
		padding: 0;
	}
	.input-container.has-error .help-block.error, .input-container.has-group-error .help-block.group-error {
		opacity: 1;
		margin-bottom: 0;
		font-size: .85rem;
		-webkit-transition: opacity .3s ease;
		-o-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}


	.has-error .help-block, .has-group-error .help-block {
		/*color: #ce2b28;*/
		padding: 3px 10px 6px;
		margin-top: 2px;
		color: #fff;
		background: #ff0f26;
	}
	.has-error .help-block span{
		text-transform: uppercase;
	}
	.has-success.checkbox label, .has-success.radio label {
		color: #3c763d;
	}
	.input-container.has-error .form-control {
		border-color: #ff0f26;
		/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	}
	.has-error .bootstrap-select .dropdown-toggle{
		border-color: #ce2b28;
	}
	.has-success .bootstrap-select .dropdown-toggle {
		border-color: #3c763d;
	}

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		/* display: none; <- Crashes Chrome on hover */
		-webkit-appearance: none;
		margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	}
	input[type='number'] {
		-moz-appearance: textfield;
	}

	/*.has-success .help-block {
		color: #3c763d;
	}*/
	/*.input-container.has-success .form-control {
		border-color: #3c763d;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	}*/
	/*.input-container.has-success .form-control:focus {
		border-color: #2b542c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	}*/

	/*validate icons*/
	.input-container.has-icon {
		position: relative;
	}
	.input-container.has-icon.has-success .form-control, .input-container.has-icon.has-error .form-control {
		padding-right: 32px;
	}
	.input-container.has-icon:after {
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 0;
		right: 0;
		font-style: normal;
		font-weight: 400;
		z-index: 1;
		display: block;
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		pointer-events: none;
	}
	.input-container.has-icon.has-success:after {
		content: "\f00c";
		color: #3c763d;
	}
	.input-container.has-icon.has-error:after {
		content: "\f00d";
		color: #a94442;
	}

	/*fix*/
	.form-control::-moz-placeholder {
		color: #999999;
		opacity: 1;
	}
	.form-control:-ms-input-placeholder {
		color: #999999;
	}
	.form-control::-webkit-input-placeholder {
		color: #999999;
	}
	.form-control::-ms-expand {
		border: 0;
		background-color: transparent;
	}

}

/* bootstrap select */
@media all {
	.citrus-form .bootstrap-select.form-control {
		padding: 0;
		border: none;
	}
	.dropdown-menu {
		font-size: 1em;
	}
	.bootstrap-select.btn-group .dropdown-menu {
		min-width: 100%;
	}
	.dropdown-menu > li > a {
		white-space: normal;
		text-decoration: none;
	}
	.bootstrap-select .dropdown-toggle {
		display: inline-block;
		margin-bottom: 0;
		font-weight: normal;
		text-align: center;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		background-image: none;
		border: 1px solid #c5c5c5;
		border-radius: 4px;
		white-space: nowrap;
		padding: 6px 1.333333333333333em;
		line-height: 3.066666666666667;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: #fafafa;
		position: relative;
		height: 4em;
		font-size: 1em;
		color: #555555;
	}
	.bootstrap-select .dropdown-toggle:focus, .bootstrap-select.btn-group .dropdown-menu li a:focus {
		outline: none !important;
	}
	.bootstrap-select button[type="button"]:active {
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}
	.bootstrap-select.btn-group .dropdown-menu li a.default_value {
		color: #999;
	}
	.bootstrap-select.btn-group .dropdown-menu li a.default_value .starrequired {
		color: currentColor;
	}

	.bootstrap-select.btn-group .dropdown-toggle .filter-option {
		text-overflow: ellipsis;
	}
	.citrus-form .bootstrap-select.btn-group .no-results {
		margin: 0 8px;
	}
}

/*bootstrap data-picker*/
@media all {
	[data-field-template="date"], [data-field-template="time"], [data-field-template="datetime"] {
		position: relative;
	}
	[data-field-template="date"] .calendar-icon, [data-field-template="time"] .calendar-icon, [data-field-template="datetime"] .calendar-icon {
		position: absolute;
		right: 0;
		top: 0;
		margin: auto;
		height: 3em;
		line-height: 3em;
		width: 2.5em;
		text-align: center;
		pointer-events: none;
		color: #fff;
		background-color: #9ea7aa;
	}
	[data-field-template="date"] .calendar-icon:before, [data-field-template="time"] .calendar-icon:before, [data-field-template="datetime"] .calendar-icon:before {
		font-size: 1.4em;
	}
	.bootstrap-datetimepicker-widget.dropdown-menu {
		font-size: 14px;
	}

	.bootstrap-datetimepicker-widget a.btn[data-action] {
		display: inline;
		padding: 6px 0;
		height: auto;
		font-size: inherit;
		width: auto;
	}
}

/* checkbox
*  checbox и radio спер из https://josephuspaye.github.io/Keen-UI/#/ui-checkbox-group
*/
@media all {
	.cui-checkbox-group {
		line-height: 3em;
		margin-left: -2em;
	}
	.cui-checkbox__label {
		margin-left: 2em;
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	.cui-checkbox__input {
		position: absolute;
		opacity: 0;
	}
	.cui-checkbox__checkmark {
		font-size: 16px; /*меняем размер чекбоксов*/
		background-color: #fff;
		cursor: pointer;
		height: 1.25em;
		position: relative;
		width: 1.25em;
		color: #b4a992;
		border-radius: .125em;
		flex-shrink: 0;
	}
	.cui-checkbox__checkmark:after, .cui-checkbox__checkmark:before {
		box-sizing: border-box;
		content: "";
		display: block;
		position: absolute;
	}
	.cui-checkbox__checkmark:before {
		border-radius: .125em;
		border: .093em solid currentColor;
		height: 100%;
		left: 0;
		top: 0;
		transition: all .3s ease;
		width: 100%;
	}
	.cui-checkbox__checkmark:after {
		bottom: .3125em;
		height: .8125em;
		left: .4375em;
		opacity: 0;
		transform: rotate(45deg);
		transition-delay: .1s;
		transition: opacity .3s ease;
		width: .375em;
	}
	.cui-checkbox__label-text {
		cursor: pointer;
		margin-left: .6rem;
		display: inline-block;
		vertical-align: middle;
		line-height: 1em;
	}
	.cui-checkbox-group:not(.checkbox-count-1) .cui-checkbox__label-text {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	/*checked*/
	.cui-checkbox__input:checked + .cui-checkbox__checkmark:before,  .cui-checkbox__checkmark._checked:before {
		background-color: currentColor;
	}
	.cui-checkbox__input:checked + .cui-checkbox__checkmark:after, .cui-checkbox__checkmark._checked:after {
		border-bottom: .125em solid #fff;
		border-right: .125em solid #fff;
		opacity: 1;
	}
	/*disabled*/
	.cui-checkbox__input:disabled + .cui-checkbox__checkmark:before {
		border-color: rgba(0,0,0,.26);
	}
	.cui-checkbox__input:disabled + .cui-checkbox__checkmark + .cui-checkbox__label-text {
		color: rgba(0,0,0,.38);
		cursor: default;
	}
}

/*radio*/
@media all {
	.cui-radio-group {
		line-height: 3em;
		margin-left: -2em;
	}
	.cui-radio__label {
		display: inline-block;
		margin-left: 2em;
		white-space: nowrap;
		cursor: pointer;
	}
	.cui-radio__input {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		height: 1px;
		left: 0;
		margin: 0;
		opacity: 0;
		outline: none;
		padding: 0;
		position: absolute;
		top: 0;
		width: 1px;
	}
	.cui-radio__checkmark {
		font-size: 16px;
		height: 1.25em;
		position: relative;
		width: 1.25em;
		display: inline-block;
		vertical-align: middle;
	}
	.cui-radio__checkmark:before, .cui-radio__checkmark:after {
		content: "";
		height: 1.25em;
		left: 0;
		position: absolute;
		top: 0;
		width: 1.25em;
	}
	.cui-radio__checkmark:before {
		background-color: transparent;
		border-radius: 50%;
		border: .125em solid rgba(0,0,0,.38);
		transition: border-color .2s;
	}
	.cui-radio__checkmark:after {
		background-color: rgba(0,0,0,.38);
		border-radius: 50%;
		opacity: 0;
		transform: scale(1.2);
		transition-duration: .3s;
		transition-property: transform,opacity,background-color;
		z-index: -1;
	}
	.cui-radio__label-text {
		cursor: pointer;
		margin-left: .4em;
		white-space: nowrap;
		display: inline-block;
		vertical-align: middle;
	}
	/*checked*/
	.cui-radio__input:checked +.cui-radio__checkmark:before {
		border-color: #2b9719;
	}
	.cui-radio__input:checked +.cui-radio__checkmark:after {
		background-color: #2b9719;
		opacity: 1;
		transform: scale(.5);
		z-index: 0;
	}
}

/*rating*/
@media all {
	.br-theme-fontawesome-stars .br-widget {
		display: flex;
		align-items: center;
	}
}

/*recaptcha
@media all {
    .citrus-form__recaptcha-container {
        height: 78px;
    }
}
@media (max-width: 479px) {
    .citrus-form__recaptcha-container {
        height: 60px;
    }
    .citrus-form__recaptcha-container>div {
        transform: scale(.78);
        transform-origin: left top;
    }
}
*/


/* Фон формы */
/*gray*/
@media all {
	.citrus-form.citrus-form__style-gray {
		background-color: #f5f5f5;
		border-radius: 6px;
		margin-bottom: 2px;
		padding: 20px;
	}
	/*fields*/
	.citrus-form.citrus-form__style-gray .form-group .field-title._active {
		color: #333;
	}
	.citrus-form.citrus-form__style-gray .form-control, .citrus-form.citrus-form__style-gray .form-control:focus {
		background-color: #fff;
	}
	.citrus-form.citrus-form__style-gray .bootstrap-select .dropdown-toggle {
		background-color: #fff;
	}
}
/*bordered*/
@media all {
	.citrus-form.citrus-form__style-bordered {
		border: 1px solid #b3cad3;
		padding: 20px 90px 40px;
		background-color: #fff;
	}
}
@media (max-width: 1023px) {
	.citrus-form.citrus-form__style-bordered {
		padding: 20px 30px 20px;
	}
}
@media (max-width: 479px) {
	.citrus-form.citrus-form__style-bordered {
		padding: 12px 20px 20px;
	}
}

/*Стили формы*/
/*modal*/
@media all {
	.citrus-form-mod--modal .form-group.form-group-btn {
		margin-top: 30px;
	}
	.citrus-form-mod--modal .form-group.agree-block {
		margin-top: 30px;
	}
}
/*compact*/
@media all {
	.citrus-form-mod--compact .form-group.form-group-btn {
		margin-top: 22px;
	}
	.citrus-form-mod--compact .citrus-form input:not([type]), .citrus-form-mod--compact .citrus-form input[type=text], .citrus-form-mod--compact .citrus-form input[type=password], .citrus-form-mod--compact .citrus-form input[type=email], .citrus-form-mod--compact .citrus-form input[type=url], .citrus-form-mod--compact .citrus-form input[type=time], .citrus-form-mod--compact .citrus-form input[type=date], .citrus-form input[type=datetime], .citrus-form-mod--compact .citrus-form input[type=datetime-local], .citrus-form-mod--compact .citrus-form input[type=tel], .citrus-form-mod--compact .citrus-form input[type=number], .citrus-form-mod--compact .citrus-form input[type=search], .citrus-form-mod--compact .citrus-form select {
		height: 3.3333333em;
	}
	.citrus-form-mod--compact .citrus-form textarea {
		height: 13em;
	}
	.citrus-form-mod--compact .form-group .field-title {
		top: 0.93em;
	}
	.citrus-form-mod--compact .form-group.agree-block {
		margin-top: 20px;
		text-align: left;
	}

	.citrus-form-mod--compact .bootstrap-select .dropdown-toggle {
		height: 3.3333333em;
	}
	.citrus-form-mod--compact .bootstrap-select.btn-group .dropdown-toggle .filter-option {
		line-height: 2.33333333;
	}
}

/*inline*/
@media all {
	.citrus-form-mod--inline {
		width: 800px;
		max-width: 100%;
		margin: 20px auto;
	}

	.citrus-form-mod--inline .citrus-form input:not([type]), .citrus-form-mod--inline .citrus-form input[type=text], .citrus-form-mod--inline .citrus-form input[type=password], .citrus-form-mod--inline .citrus-form input[type=email], .citrus-form-mod--inline .citrus-form input[type=url], .citrus-form-mod--inline .citrus-form input[type=time], .citrus-form-mod--inline .citrus-form input[type=date], .citrus-form input[type=datetime], .citrus-form-mod--inline .citrus-form input[type=datetime-local], .citrus-form-mod--inline .citrus-form input[type=tel], .citrus-form-mod--inline .citrus-form input[type=number], .citrus-form-mod--inline .citrus-form input[type=search], .citrus-form-mod--inline .citrus-form textarea, .citrus-form-mod--inline .citrus-form select {
		height: 50px;
	}
	.citrus-form-mod--inline .citrus-form {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.citrus-form-mod--inline .citrus-form__message-block {
		width: 100%;
	}

	.citrus-form-mod--inline .citrus-form__fields {
		margin: 0;
		padding: 0;
		flex: 1;
	}
	.citrus-form-mod--inline .form-group.form-group-btn {
		margin: 0;
		width: 420px;
		max-width: 100%;
		height: 50px;
	}
	.citrus-form-mod--inline .citrus-form .btn {
		height: 50px;
	}
	.citrus-form-mod--inline .form-group-btn._with-agreement .agree-block__text {
		line-height: 1.3;
		margin-bottom: 0;
		margin-top: -3px;
	}

	.citrus-form-mod--inline .form-group .field-title {
		top: 14px;
	}
	.citrus-form-mod--inline .form-group {
		margin: 0;
	}
	.citrus-form-mod--inline .form-group.first-group-field {
		margin: 0;
	}
	.citrus-form-mod--inline .citrus-form__footer {
		margin: 0 0 0 30px;
	}
}
@media (max-width: 767px) {
	.citrus-form-mod--inline {
		width: 410px;
	}
	.citrus-form-mod--inline .citrus-form__fields {
		width: 100%;
	}
	.citrus-form-mod--inline .citrus-form {
		flex-direction: column;
	}
	.citrus-form-mod--inline .citrus-form__footer {
		margin: 10px 0 0 0;
	}
}
@media (max-width: 479px) {
	.citrus-form-mod--inline .citrus-form__footer {
		width: 100%;
	}
	.citrus-form-mod--inline .form-group.form-group-btn {
		height: auto;
	}
	.citrus-form-mod--inline .form-group .field-title {
		top: 15px;
	}
	.citrus-form-mod--inline .form-group-btn._with-agreement .agree-block__text {
		margin-top: 10px;
	}
}
/* End */
/* /bitrix/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1745819246630 */
/* /bitrix/components/citrus.developer/residental.complex/templates/.default/bitrix/catalog.section/plans/style.css?17458191802882 */
/* /bitrix/components/citrus.developer/template/templates/flat-card/style.css?17458191801196 */
/* /bitrix/components/citrus.developer/chess/templates/.default/style.css?17458191807481 */
/* /bitrix/components/citrus.developer/residental.complex/templates/.default/bitrix/news.list/photo-progress-slider/style.css?174581918086 */
/* /bitrix/templates/citrus.developer/components/bitrix/news.list/docs/style.css?1745819246457 */
/* /bitrix/components/citrus.developer/callout/templates/.default/style.css?17458191801427 */
/* /bitrix/templates/citrus.developer/components/bitrix/news.detail/manager/style.css?17458192461150 */
/* /bitrix/components/citrus.developer/template/templates/properties/style.css?1745819180868 */
/* /bitrix/components/citrus.forms/base/templates/simple/style.css?174581918023728 */
