

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

/**
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?1759147145377*/
@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?1759147145442*/
@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?17624227358026*/
@media all {
  .favorites__only-change-label {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
  }
  .favorites__only-change-label._disabled {
    opacity: 0.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;
    position: relative;
  }

  .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.5);
    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: 0.5;
  }
}
@media (max-width: 479px) {
  .favorites-pager.switch a {
    min-width: 30px;
    font-size: 14px;
  }
}

.bron_block {
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  height: 35px;
  background-color: #FF5260;
  display: flex;
  align-items: center;
  color: white;
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  padding: 10px;
  justify-content: space-between;
  min-width: 172px;
}

.bron_block img {
  width: 30px;
}

@media (max-width: 769px) {
  .bron_block {
    min-width: 130px;
    font-size: 13px;
  }
  .bron_block img {
    width: 20px;
  }
}

@media (max-width: 480px) {
  .bron_block {
    min-width: 110px;
    font-size: 11px;
  }
  .bron_block img {
    width: 14px;
  }
}

/* End */


/* Start:/bitrix/components/citrus.developer/complex.catalog.section/templates/.default/bitrix/catalog.section/flat-slider/style.css?17591471451292*/


/*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/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1759148052630*/

@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/templates/citrus.developer/components/bitrix/news.detail/manager/style.css?17591480521150*/

/*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?17591471451022*/

@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;
	}

  a.property__value-it__value:not(:hover),
  .properties [data-property-code^="PHONE"] a:not(:hover) {
    color: #333;
    text-decoration: none;
  }

	.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?176242101326361*/
/* �������� ����� ����� */
@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: 0.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: 0.2s ease-out;
    display: block;
    z-index: 1;
    pointer-events: none;
    width: calc(100% - 0.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 0.15s;
    -o-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.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: 0.8;
  }
  :focus::-moz-placeholder {
    opacity: 0.8;
  }
  :focus::-ms-input-placeholder {
    opacity: 0.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: 0.5em;
  }
  .citrus-form__message-block .message-block .message-block-icon {
    font-style: normal;
    font-size: 2.5em;
    width: 1em;
    height: 1em;
    margin-right: 0.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: 0.85rem;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.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: 0.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: 0.125em;
    border: 0.093em solid currentColor;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
  }
  .cui-checkbox__checkmark:after {
    bottom: 0.3125em;
    height: 0.8125em;
    left: 0.4375em;
    opacity: 0;
    transform: rotate(45deg);
    transition-delay: 0.1s;
    transition: opacity 0.3s ease;
    width: 0.375em;
  }
  .cui-checkbox__label-text {
    cursor: pointer;
    margin-left: 0.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: 0.125em solid #fff;
    border-right: 0.125em solid #fff;
    opacity: 1;
  }
  /*disabled*/
  .cui-checkbox__input:disabled + .cui-checkbox__checkmark:before {
    border-color: rgba(0, 0, 0, 0.26);
  }
  .cui-checkbox__input:disabled
    + .cui-checkbox__checkmark
    + .cui-checkbox__label-text {
    color: rgba(0, 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: 0.125em solid rgba(0, 0, 0, 0.38);
    transition: border-color 0.2s;
  }
  .cui-radio__checkmark:after {
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.2);
    transition-duration: 0.3s;
    transition-property: transform, opacity, background-color;
    z-index: -1;
  }
  .cui-radio__label-text {
    cursor: pointer;
    margin-left: 0.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(0.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;
  }
}

.citrus-form input,
.citrus-form select,
.citrus-form textarea {
  margin-right: 10px;
}

.agree-error {
  background-color: red !important;
}

.citrus-form .agree-block input {
  margin-top: 5px;
  width: fit-content;
  justify-content: center;
  align-items: center;
}

.citrus-form .agree-block input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  top: 5px;
  background: #ceb7b1;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
  border: 1px solid #ffffff;
  transition: 500ms;
}

.citrus-form .agree-block input::after {
  content: "\2714";
  position: absolute;
  top: -4px;
  left: 4px;
  width: 0px;
  height: 0px;
  font-size: 16px;
  transition: 500ms;
  overflow: hidden;
}

.citrus-form .agree-block input:checked::after {
  width: 20px;
  height: 20px;
  transition: 500ms;
}

/* End */


/* Start:/bitrix/components/citrus.developer/callout/templates/.default/style.css?17591471451427*/
/*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?17591471456521 */
/* /bitrix/components/citrus.developer/complex.catalog.smart.filter/templates/.default/bitrix/catalog.smart.filter/.default//field_template/LINE_CHECKBOX/style.min.css?1759147145377 */
/* /bitrix/components/citrus.developer/complex.catalog.smart.filter/templates/.default/bitrix/catalog.smart.filter/.default//field_template/NUMBERS/style.min.css?1759147145442 */
/* /bitrix/components/citrus.developer/template/templates/favorites/style.css?17624227358026 */
/* /bitrix/components/citrus.developer/complex.catalog.section/templates/.default/bitrix/catalog.section/flat-slider/style.css?17591471451292 */
/* /bitrix/templates/citrus.developer/components/bitrix/system.pagenavigation/.default/style.css?1759148052630 */
/* /bitrix/templates/citrus.developer/components/bitrix/news.detail/manager/style.css?17591480521150 */
/* /bitrix/components/citrus.developer/template/templates/properties/style.css?17591471451022 */
/* /bitrix/components/citrus.forms/base/templates/simple/style.css?176242101326361 */
/* /bitrix/components/citrus.developer/callout/templates/.default/style.css?17591471451427 */
