

/* Start:/bitrix/templates/.default/asset/buttons/buttons.css?16915262232329*/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 320px;
  padding: 8px 16px;
  min-height: 48px;
  border-radius: 6px !important;
  border: none;
  vertical-align: middle;
  margin-right: 14px;
  margin-bottom: 14px;
  font-family: "GTE-regular";
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  transition: 0.1s ease;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #2362a9;
  color: #fff !important;
}
.button_single {
  margin-right: unset !important;
}
@media (max-width: 800px) {
  .button {
    max-width: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 15px;
  }
}
.button:hover {
  filter: brightness(0.95);
}
.button[disabled] {
  background-color: #d0d0d0;
  color: #9e9e9e !important;
  cursor: default;
  filter: brightness(1);
}
.button_border {
  border: 1px solid red;
}
.button_rounded {
  border-radius: 100px !important;
}
.button_small {
  min-width: 110px;
  max-width: 180px;
  padding: 6px 12px;
  height: 42px;
}
.button.button2 {
  background-color: #fff;
  color: #2362a9 !important;
  border: 2px solid #c4d4e5;
}
.button.button2[disabled] {
  background: #f0f0f0;
  color: #afafaf !important;
}
.button.button3 {
  background-color: #2eb6ad;
  color: #fff !important;
}
.button.button3[disabled] {
  background-color: #d0d0d0;
  color: #9e9e9e !important;
}
.button.button4 {
  background-color: transparent;
  color: #2362a9 !important;
}
.button.button4[disabled] {
  color: #afafaf !important;
}
.button.button5 {
  background-color: #fff;
  color: #2362a9 !important;
}
.button.button5[disabled] {
  color: #afafaf !important;
  filter: unset;
}
.button.button6 {
  background-color: transparent;
  color: #616161 !important;
}
.button.button6[disabled] {
  color: #afafaf !important;
}
.button.button7 {
  background-color: #fff;
  color: #00b9ad !important;
  border: 2px solid #c4d9d7;
}
.button.button7[disabled] {
  background: #f0f0f0;
  color: #afafaf !important;
}

.button-cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.button-cont_centered {
  text-align: center;
  justify-content: center;
}
/* End */


/* Start:/bitrix/templates/publicV3/components/es/asset.include/property_sale/style.css?17320123623442*/
@media (max-width: 800px) {
	[data-component=p-property-sale] .tabs::before,
	[data-component=p-property-sale] .tabs::after {
		pointer-events: none;
	}
}
[data-component=p-property-sale] .hero-property-sale .data-block {
	width: 100%;
	height: 420px;
	background: #FAFAFA;
	border-radius: 20px;
	overflow: hidden;
}
@media (max-width: 800px) {
	[data-component=p-property-sale] .hero-property-sale .data-block {
		height: unset;
	}
}
[data-component=p-property-sale] .hero-property-sale .data-block .data-block__text {
	height: 100%;
	padding: 40px 0px 40px 40px;
	align-content: space-between;
}
@media (max-width: 800px) {
	[data-component=p-property-sale] .hero-property-sale .data-block .data-block__text {
		padding: 0 20px;
	}
}
[data-component=p-property-sale] .hero-property-sale .data-block .data-block__image {
	background-position: right;
	background-size: cover;
}
@media (max-width: 800px) {
	[data-component=p-property-sale] .hero-property-sale .data-block .data-block__image {
		background-position: 100% 70%;
	}
}
[data-component=p-property-sale] .hero-property-sale .data-block .button-cont {
	margin-top: 2.25rem;
}
@media (max-width: 800px) {
	[data-component=p-property-sale] .hero-property-sale .data-block .button-cont {
		margin-bottom: 1.25rem;
		justify-content: center;
	}
}
[data-component=p-property-sale] .property-list .tabs-wr {
	margin-bottom: 0;
}
[data-component=p-property-sale] .property-list .tab-content {
	padding: 0 40px;
}
@media (max-width: 800px) {
	[data-component=p-property-sale] .property-list .tab-content {
		padding: 0 20px;
	}
}
[data-component=p-property-sale] .property-list .button-cont {
	justify-content: center;
}
[data-component=p-property-sale] .property-list .button.button_small {
	margin: 0.5rem 0;
	min-height: unset;
	height: unset;
	padding: 4px 8px;
	width: 100%;
	min-width: 80px;
	font-size: 14px;
}
[data-component=p-property-sale] .property-list .table {
	font-size: 14px;
	background-color: #fff;
}
[data-component=p-property-sale] .property-list .table.table3 td {
	padding: 8px;
	min-width: 80px;
}
[data-component=p-property-sale] .property-list .table-cont {
	border-radius: 0;
}
[data-component=p-property-sale] .form-property-sale {
	background-color: #fff;
	padding: 40px 0;
}
[data-component=p-property-sale] .form-property-sale h2 {
	text-align: center;
}
[data-component=p-property-sale] .form-property-sale .w-100 {
	width: 100%;
}
[data-component=p-property-sale] .form-property-sale .form-cont {
	margin: auto;
	text-align: center;
}
[data-component=p-property-sale] .form-property-sale .form {
	background-color: #fff;
	max-width: 520px;
	padding: 20px;
	border-radius: 20px;
}
[data-component=p-property-sale] .form-property-sale .property-info {
	text-align: left;
	padding: 20px;
	background-color: #FAFAFA;
	margin-bottom: 1.25rem;
	border-radius: 8px;
	width: 100%;
}
[data-component=p-property-sale] .form-property-sale .property-info-title {
	color: #575D61;
}
[data-component=p-property-sale] .form-property-sale .property-info-subtitle {
	color: #838D90;
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 1.25rem;
}
[data-component=p-property-sale] .form-property-sale .property-info-link {
	font-size: 14px;
	font-family: "GTE-regular";
}
[data-component=p-property-sale] .form-property-sale .button {
	width: 100%;
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/news.list/list_property_sale/style.css?17320123621309*/
[data-group="groupPropSale"] {
	flex-direction: column;
}
[data-component="g-list-property"] .table.table3 td {
	max-width: unset;
}
[data-component="g-list-property"] .table .button {
	margin: 0;
	min-height: unset;
}
[data-component="g-list-property"] .table tr:first-child {
	position: sticky;
	top: 0;
	z-index: 1;
}
[data-component="g-list-property"] .table-cont {
	max-height: calc(100vh - 160px);
	margin-bottom: 0;
}
[data-component="g-list-property"] .table-cont .cell-fixed {
	left: unset;
	right: 0;
	background-color: inherit;
}

[data-component="g-list-property"] .nav {
	display: flex;
	align-self: center;
	justify-content: center;
	/*position: sticky;*/
	/*left: 50%;*/
	max-width: 20em;
	/*transform: translateX(-50%);*/
	margin-top: 1em;
	margin-bottom: 1em;
}
[data-component="g-list-property"] .nav i {
	padding: 2px;
	background-color: white;
	border-radius: 1em;
	font-style: normal;
	min-width: 2em;
	text-align: center;
	cursor: pointer;
}
[data-component="g-list-property"] .nav i.active {
	background-color: #377CCB;
	color: #fff;
}
[data-component="g-list-property"] table tr:not(.thead):not(.active) {
	display: none;
}
@media (max-width: 800px) {
	[data-component="g-list-property"] .table .button {
		min-width: unset;
	}
}
/* End */


/* Start:/bitrix/templates/.default/asset/tab/css/tab.css?17231937972234*/
.tabs-wr {
	display: flex;
	border-bottom: 2px solid #E4E7E7;
	margin-bottom: 1.25rem;
}
.tabs-wr_no-border {
	border-bottom: none;
}

.tabs {
	position: relative;
	display: flex;
	width: 100%;
	font-size: 18px;
	line-height: 130%;
	padding: 0 2.5rem 0 2.5rem;
}
@media (max-width: 800px) {
	.tabs {
		padding: 0 12px;
	}
	.tabs::before, .tabs::after {
		content: "";
		position: absolute;
		top: 0;
		width: 24px;
		height: 100%;
		z-index: 1;
	}
	.tabs::before {
		left: 0;
		background: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
	}
	.tabs::after {
		width: 48px;
		right: 0;
		background: linear-gradient(270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
	}
}
.tabs_centered .tabs__container {
	flex-wrap: nowrap;
}
.tabs_centered .tabs__tab {
	width: 100%;
}
.tabs__container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	position: relative;
	text-align: center;
	overflow: auto;
}
@media (max-width: 800px) {
	.tabs__container {
		flex-wrap: unset;
	}
}
.tabs__tab {
	display: inline-flex;
	position: relative;
	padding: 1.25rem 0;
	margin-right: 1.25rem;
	color: #616161;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: 0.2s ease;
	font-family: "GTE-light";
	outline: none;
}
@media (max-width: 800px) {
	.tabs__tab {
		margin: 0 12px 0 12px;
		font-size: 1.15rem;
	}
	.tabs__tab:last-child {
		margin-right: 24px;
	}
}
.tabs__tab::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.tabs__tab:hover {
	color: #000;
}
.tabs__tab:hover::before {
	background-color: #e6e6e6;
}
.tabs__tab_dummy {
	cursor: default;
}
.tabs__tab_dummy:hover::before {
	background-color: transparent !important;
}
.tabs__tab_active {
	color: #474747;
	font-family: "GTE-regular";
	cursor: default;
}
.tabs__tab_active::before {
	background-color: #377CCB;
}
.tabs__tab_active:hover {
	color: #474747;
}
.tabs__tab_active:hover::before {
	background-color: #377CCB;
}
.tabs__tab__title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* End */


/* Start:/bitrix/templates/.default/asset/table/tables.css?16551999136134*/
.table-cont {
  overflow: auto;
  margin-bottom: 24px;
  border-radius: 10px;
}
.table-cont_bordered {
  border: 2px solid #f0f0f0;
}

.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 22px;
}
.table .thead td,
.table .thead th,
.table thead td,
.table thead th {
  color: #484d51;
  font-family: "GTE-bold" !important;
  font-weight: normal;
}
.table tr {
  vertical-align: top;
}
.table tr.row-fixed {
  position: sticky;
  top: 0;
  z-index: 1;
  box-shadow: 0px 2px 0px 0px #e4e7e7;
}
.table td,
.table th {
  padding: 14px 20px 14px 20px;
  max-width: 250px;
}
.table td.cell-fixed,
.table th.cell-fixed {
  position: sticky;
  left: 0;
  text-align: center;
  border-right: 0px;
}
.table td.cell-fixed:nth-child(1),
.table th.cell-fixed:nth-child(1) {
  background: #fbfbfb;
  border-right: 2px solid #f0f0f0;
}
.table td.cell-fixed:nth-child(2),
.table th.cell-fixed:nth-child(2) {
  background: #F4F9FF;
}
.table_compact {
  font-size: 14px;
  line-height: 18px;
}
.table_compact td,
.table_compact th {
  padding: 4px 6px;
}
.table_nowrap td,
.table_nowrap th {
  white-space: nowrap;
}
.table_border td,
.table_border th {
  border-bottom: 2px solid #f1f1f180;
  border-right: 2px solid #f0f0f0;
}
.table_border td:last-child {
  border-right: none;
}
.table_border tr:last-child td {
  border-bottom: none;
}
.table_border-bottom tr {
  border-bottom: 1px solid #e4e7e7;
}
.table_border-bottom tr:last-child {
  border-bottom: none;
}
.table_odd-bg tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table_odd-bg tr:nth-child(even) {
  background-color: #fff;
}
.table_even-bg tr:nth-child(odd) {
  background-color: #fff;
}
.table_even-bg tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table_vertical-center tr,
.table_vertical-center th {
  vertical-align: middle;
}
.table_data-table td {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 16px;
}
.table_data-table .status {
  padding: 4px 8px;
  border-radius: 5px;
}
.table .selected-cell {
  background: #f9f9f9;
}
.table.col-2 td {
  width: 50%;
}
.table.col-3 td {
  width: 33%;
}
.table.col-4 td {
  width: 25%;
}
.table.card-info {
  margin: 2px auto;
}
.table.card-info tr {
  border-bottom: 2px solid #f1f4f6;
}
.table.card-info tr:last-child {
  border-bottom: none;
}
.table.card-info td {
  padding: 14px 20px 14px 0px;
  color: #141414;
}
.table.card-info td:first-child {
  color: #141414;
}
.table.card-info td:nth-child(2) {
  color: #3a3d41;
}
.table.card-info2 td {
  padding: 14px 20px 14px 20px;
  max-width: 250px;
}
.table.card-info2 td:first-child {
  color: #141414;
  border-right: 2px solid #f1f4f6;
  width: 30%;
}
.table.card-info2 td:nth-child(2) {
  color: #3a3d41;
}
.table.card-info2 td:last-child {
  color: #141414;
}
.table.card-info2 .first-row {
  border-top: 2px solid #f1f4f6;
}
.table.card-info2 .first-row:first-child {
  border-top: none;
}
.table.table2 td {
  padding: 14px 20px 14px 20px;
  max-width: 250px;
}
.table.table2 .thead td {
  color: #3a3d41;
}
.table.table2 thead th {
  color: #3a3d41;
}
.table.table3 {
  border: 2px solid #E6ECF4;
}
.table.table3 td {
  padding: 14px 20px 14px 20px;
  max-width: 250px;
  font-family: "GTE-light";
  border-right: 2px solid #E6ECF4;
}
.table.table3 td:last-child {
  border-right: none;
}
.table.table3 tr {
  border-bottom: 2px solid #E6ECF4;
}
.table.table3 tr:last-child {
  border-bottom: none;
}
.table.table3 .thead {
  background: #F4F9FF;
  border-bottom: 2px solid #E6ECF4;
}
.table.table3 .thead td {
  color: #3a3d41;
}

.currency-rates {
  display: inline-flex;
  flex-wrap: wrap;
  width: 56%;
  margin: 0 2%;
}
.currency-rates .table-cont {
  padding-top: 0;
  padding-bottom: 18px;
  min-height: 270px;
}
.currency-rates .table_currency {
  width: 100%;
}
.currency-rates .table_currency tr {
  border-bottom: 2px solid #f2f2f2;
}
.currency-rates .table_currency tr:last-child {
  border-bottom: none;
}
.currency-rates .table_currency td {
  height: 50px;
  padding: 10px 8px;
  max-width: 250px;
  color: #777c84;
  font-family: "GTE-light";
  transition: 0.2s;
  border-right: 2px solid #f2f2f2;
  vertical-align: middle;
}
.currency-rates .table_currency td:last-child {
  border-right: none;
}
.currency-rates .table_currency.row-1-selected td:nth-child(1) {
  background: #f2f7ff;
}
.currency-rates .table_currency.row-2-selected td:nth-child(2) {
  background: #f7f7f7;
}
.currency-rates .table_currency.row-3-selected td:nth-child(3) {
  background: #f7f7f7;
}
.currency-rates .table_currency.row-4-selected td:nth-child(4) {
  background: #f7f7f7;
}
.currency-rates .table_currency.row-5-selected td:nth-child(5) {
  background: #f7f7f7;
}
.currency-rates .table_currency .option-cont {
  margin-bottom: 0;
}
.currency-rates .table_currency .option-cont__textbox {
  padding-top: 0;
}
.currency-rates .price {
  position: relative;
  letter-spacing: 1.5px;
}
.currency-rates .price::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.currency-rates .price.price_default::before {
  background: url("/bitrix/templates/.default/asset/table/images/minus-ng.svg") no-repeat center;
  background-size: 24px;
}
.currency-rates .price.price_up::before {
  background: url("/bitrix/templates/.default/asset/table/images/n-arrow-ng.svg") no-repeat center;
  background-size: 24px;
  transform: rotate(180deg);
  filter: invert(41%) sepia(34%) saturate(834%) hue-rotate(97deg) brightness(94%) contrast(89%);
}
.currency-rates .price.price_down::before {
  background: url("/bitrix/templates/.default/asset/table/images/n-arrow-ng.svg") no-repeat center;
  background-size: 24px;
  transform: rotate(0deg);
  filter: invert(23%) sepia(71%) saturate(2962%) hue-rotate(348deg) brightness(90%) contrast(91%);
}

@media (max-width: 800px) {
  .currency-rates {
    width: 100%;
    border-right: none;
    order: 2;
  }
}
@media (max-width: 800px) {
  .table.table3 td {
    padding: 8px 5px;
  }
}
@media (max-width: 600px) {
  table.card-info2 td {
    padding: 12px 8px;
  }

  table.card-info2 td:first-child {
    display: none;
  }
}

/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/form.result.new/form-property-sale/style.css?1732012362485*/
[data-component="p-propertysale-form"] [data-id="property_info"] {
	text-align: left;
}
[data-component="p-propertysale-form"] [data-id="msg"] {
	position: relative;
	left: calc(-100%);
	transform: translateX(100%);
	padding-left: 15px;
	color: #d83327;
}
[data-component="p-propertysale-form"] [data-id="property_id"]:not(.error) + [data-id="msg"],
[data-component="p-propertysale-form"] [data-id="property_id"].error:not([value=""]) + [data-id="msg"] {
	display: none;
}
/* End */


/* Start:/bitrix/templates/.default/asset/loading/css/loading.css?1755933143339*/
.loading {
	position: relative;
}
.loading .loading-cont {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: url("/bitrix/templates/.default/asset/loading/css/../images/spinning-dots.svg") no-repeat center center;
	background-color: rgba(255, 255, 255, 0.75);
	background-size: 64px;
	z-index: 1;
}
/* End */


/* Start:/bitrix/templates/.default/asset/custom/file/css/file.css?1732016361337*/
:root {
	--es_f_sprite-currency: url("/file/image/sprite-currency.webp");
	--es_f_sprite-partners: url("/file/image/partners-sprite-w.webp");
	--es_f_fin1: url("/file/image/FIN1.webp");
	--es_f_fin2: url("/file/image/FIN2.webp");
	--es_f_phone151: url("/file/image/phone-v2-ng.svg");
	--es_f_arrow: url("/file/image/arrow.svg");
}
/* End */


/* Start:/bitrix/templates/.default/asset/form/css/form.css?174782587220984*/
.form {
	display: inline-flex;
	flex-wrap: wrap;
	align-content: start;
	justify-content: space-between;
	margin-bottom: 24px;
}
.form__price-cont {
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 14px 14px;
	margin-bottom: 12px;
	border-radius: 5px;
	text-align: left;
	font-size: 15px;
	font-family: "GTE-light";
	background: #f4f6f8;
	color: #2362a9;
}
.form__price-cont__text {
	margin-right: 5px;
}
.form__price-cont__value {
	display: flex;
	align-items: center;
	font-family: "GTE-regular";
	color: #2362a9;
	padding: 0 5px;
	font-size: 16px;
}
.form__price-cont__value.old-price {
	text-decoration: line-through;
	color: #959fae;
}
/*
.form__price-cont__value.present::before {
	content: "";
	display: flex;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: url(/bitrix/templates/.default/asset/form/css/../images/present-b.svg) no-repeat center center;
	background-size: contain;
	margin-right: 5px;
}
*/
.form-header {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	padding: 10px 20px 10px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/*
.form-header__return-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -20px;
	left: 20px;
	background: url(/bitrix/templates/.default/asset/form/css/../images/return.svg) no-repeat center center #fff;
	background: url(/bitrix/templates/.default/asset/form/css/../images/arow.svg) no-repeat center center #fff;
	background-size: 18px;
	padding: 20px;
	border-radius: 100%;
	background-color: #fff;
	transition: 0.3s;
	z-index: 5;
}
*/
.form-body {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
}
.form-footer {
	width: 100%;
	padding: 10px 20px 10px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.form1 {
	max-width: 460px;
	width: 100%;
	padding: 32px 42px;
	border-bottom: 5px solid #d0d6de;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px #7e7e7e9c;
	background: #fff;
}
.form2 {
	max-width: 420px;
	width: 100%;
}
.form3 {
	max-width: 460px;
	width: 100%;
	border-radius: 20px;
	box-shadow: 0px 8px 24px 4px rgba(174, 174, 192, 0.35), 0px 4px 12px 2px rgba(174, 174, 192, 0.35);
}
.form3 .form-header {
	padding: 12px 60px 16px 60px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #f8fafb;
	min-height: 65px;
}
.form3 .form-body {
	padding: 40px;
	min-height: 420px;
	border-top: 1px solid #eee;
}
.form3 .form-footer {
	padding: 20px 60px 20px 60px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.form3 .form-header__return-btn {
	box-shadow: 0 0px 0px 5px #f7f7f7;
	border: 1px solid #eeeeee;
}
.form3 .form-header__return-btn:hover {
	background-color: #c4c9ca;
}
.form4 {
	max-width: 460px;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 16px 32px 8px rgba(174, 174, 192, 0.35), 0px 4px 12px 2px rgba(174, 174, 192, 0.35);
	background: #fff;
}
.form4 h4 {
	width: 100%;
	padding: 12px 40px 3px 40px;
	margin: 0;
	font-size: 20px;
}
.form4 .form-header__title {
	width: 100%;
	padding: 12px 26px 3px 26px;
	margin: 0;
	text-align: center;
}
.form4 .form-header {
	padding: 15px 20px 15px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	min-height: 72px;
	box-shadow: 0px 5px 10px 0px #c0d4dd33;
	border-bottom: 1px solid #d4d4d4;
}
.form4 .form-body {
	padding: 24px 40px;
	min-height: 300px;
}
.form4 .form-footer {
	padding: 14px 40px 24px 40px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	min-height: 72px;
}
.form4 .form-header__return-btn {
	top: 17px;
	left: 17px;
	bottom: unset;
	box-shadow: unset;
	border: unset;
	background: url(/bitrix/templates/.default/asset/form/css/../images/arow-ng.svg) no-repeat center center #fff;
	background-size: 18px;
	background-color: #fafafa;
}
.form4 .form-header__return-btn:hover {
	filter: brightness(0.95);
}
.form4 .progressbar-wr {
	width: 320px;
}
.form-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
}
.form-block .form {
	display: inline-flex;
	width: 46%;
	margin: 0 2%;
}
.form-block .form-block__image {
	display: inline-flex;
	width: 46%;
	margin: 0 2%;
	max-width: 460px;
	height: 420px;
}
.form-block .form-block__image_hidden {
	display: none;
}
@media (max-width: 800px) {
	.form-cont {
		flex-wrap: wrap;
	}
	.form {
		margin: 0 auto 0 auto !important;
	}
	.form-extra-info {
		margin-bottom: 10px;
		padding: 20px 30px;
	}
	.form-additonal-info {
		margin: 10px auto 20px auto;
		padding: 20px 0px 20px 0px;
	}
	.form-additonal-info .card-cont-sm {
		margin: 0px 0 30px 0;
		max-width: unset;
	}
	.form-additonal-info .card-cont-sm .card {
		width: 200px;
		height: 125px;
	}
	.form4 {
		margin-bottom: 20px;
	}
	.form_qazanc .input-cont {
		width: 100% !important;
	}
	.form-block .form {
		width: 100%;
		margin: 0;
	}
	.form-block .form-block__image_mob-hidden {
		display: none;
	}
}
@media (max-width: 600px) {
	.form-cont {
		border-radius: 10px;
		background: #f2f3f4;
	}
	.form3 .form-body {
		padding: 20px 20px;
	}
	.form4 .form-body {
		padding: 24px 24px;
	}
	.form4 .form-footer {
		padding: 14px 20px 24px 20px;
	}
	.form3 .form-body {
		padding: 20px 20px;
	}
	.form4 .form-body {
		padding: 24px 24px;
	}
	.form4 .form-footer {
		padding: 14px 20px 24px 20px;
	}
}
.input-name {
	display: inline-flex;
	justify-content: space-between;
	width: 95%;
	transition: 0.1s;
	color: #616161;
	font-family: "GTE-light";
	font-size: 15px;
	letter-spacing: 0.3px;
	padding: 0 15px;
}
.input-cont {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
	border-radius: 5px;
}
.input-cont.error .input {
	border-bottom: 1px solid #d83327 !important;
}
.input-cont.error .input-cont-name {
	color: #d83327 !important;
}
.input-cont.highlight .input {
	border-bottom: 1px solid #2fa793 !important;
	color: #2fa793;
	font-family: "GTE-bold";
}
.input-cont.highlight .input-cont-name {
	color: #2fa793 !important;
}
.input-cont.input-cont_disabled {
	background-color: #e1e1e1;
	cursor: default;
	user-select: none;
}
.input-cont.input-cont_disabled .input,
.input-cont.input-cont_disabled .select,
.input-cont.input-cont_disabled .textarea,
.input-cont.input-cont_disabled .input-file {
	border-bottom: 1px solid transparent;
}
.input-cont.input-cont_disabled:hover .input,
.input-cont.input-cont_disabled:hover .select,
.input-cont.input-cont_disabled:hover .textarea,
.input-cont.input-cont_disabled:hover .input-file {
	background-color: #e1e1e1 !important;
}
.input-cont.input-cont_disabled .input-info {
	background-color: #a3abad;
}
.input-cont.input-cont_disabled .input-info:hover {
	width: 18px;
	height: 18px;
}
.input-cont.input-cont_disabled .placeholder {
	color: #2b2d30;
}
.input-cont .input-info {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	background: url(/bitrix/templates/.default/asset/form/css/../images/form-question-w.svg) no-repeat center center #67b7e0;
	background-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	z-index: 3;
	border: 1px solid #e8ebf0;
	transition: 0.2s ease;
}
.input-cont .input-info:hover {
	width: 22px;
	height: 22px;
}
.input-cont .input-info-expanded {
	position: absolute;
	right: 0;
	width: 80%;
	max-width: 320px;
	padding: 16px 32px 16px 16px;
	background: #fff;
	border: 1px solid #dce1ea;
	box-shadow: 0px 16px 32px 8px rgba(174, 174, 192, 0.35);
	border-radius: 10px;
	z-index: 4;
}
.input-cont .input-info-expanded .input-info-expanded__close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 28px;
	height: 28px;
	background: url(/bitrix/templates/.default/asset/form/css/../images/close-ng.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.input-cont .input-info-expanded .input-info-expanded__content {
	font-size: 16px;
	line-height: 20px;
	font-family: "GTE-light";
}
.input-cont .input-info-expanded .input-info-expanded__image {
	width: 100%;
	height: 160px;
	border-radius: 6px;
	box-shadow: 0px 2px 6px 0px rgba(174, 174, 192, 0.35), 0px 4px 12px 2px rgba(174, 174, 192, 0.35);
	background-size: cover;
	background-position: right bottom;
}
.input-cont .input-cont-name {
	display: inline-flex;
	justify-content: space-between;
	width: 95%;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: 0.1s;
	z-index: 2;
	color: #616161;
	font-family: "GTE-light";
	font-size: 15px;
	line-height: 36px;
	letter-spacing: 0.3px;
	padding: 0 15px;
	pointer-events: none;
}
.input,
.select,
.textarea,
.input-file {
	display: inline-flex;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 26px 36px 6px 12px;
	margin: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	outline: none;
	border: none;
	border-bottom: 2px solid #f1f4f6;
	color: #3a3d41;
	font-size: 16px;
	line-height: 24px;
	font-family: "GTE-regular";
	background: none;
	border-radius: 0;
	transition: 0.2s ease;
	letter-spacing: 0.3px;
}
.input[disabled],
.select[disabled],
.textarea[disabled],
.input-file[disabled] {
	color: #bdb9b9;
	border-bottom: transparent !important;
	background-color: #e6e6e6;
}
.input:hover,
.select:hover,
.textarea:hover,
.input-file:hover {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.input.nolabel,
.select.nolabel,
.textarea.nolabel,
.input-file.nolabel {
	padding: 12px 36px 12px 12px;
}
/*
.input.input_search,
.select.input_search,
.textarea.input_search,
.input-file.input_search {
	background: url(/bitrix/templates/.default/asset/form/css/../images/search-ng.svg) no-repeat center left;
	background-size: 28px;
	background-position: 12px;
	padding: 12px 32px 12px 48px;
}
*/
.input.input_v2,
.select.select_v2,
.textarea.textarea_v2,
.input-file.input-file_v2 {
	box-shadow: inset 0px 4px 12px 2px rgba(218, 218, 228, 0.3);
	border-radius: 8px;
	border: 1px solid #fafafa;
	background-color: #fafafa;
}
.input[type=submit] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.input-file {
	background: url(/bitrix/templates/.default/asset/form/css/../images/form-upload-v2-gr.svg) no-repeat right center;
	background-size: 22px;
	background-position: 98% center;
	cursor: pointer;
}
.input-file .placeholder {
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	height: 34px;
	padding-left: 12px;
}
.input-file.nolabel .placeholder {
	bottom: unset;
	padding-left: 12px;
}
.input-number::-webkit-outer-spin-button,
.input-number::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.input-number {
	appearance: textfield;
	-moz-appearance: textfield;
}
.input-date {
	background: url(/bitrix/templates/.default/asset/form/css/../images/form-calendar-gr.svg) no-repeat right center;
	background-size: 22px;
	background-position: 98% center;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}
.mod-bitrix-date ~ img {
	position: absolute;
	/* left: 0; */
	right: 10px;
	top: 14px;
	bottom: 0;
	margin: auto;
}
input[type=submit] .input-checkbox {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.select {
	background: url("/bitrix/templates/.default/asset/form/css/../images/n-arrow-ng.svg") no-repeat right center;
	background-size: 22px;
	background-position: 98% center;
	cursor: pointer;
	z-index: 1;
	text-indent: 0.1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select::-ms-expand {
	display: none;
}
.textarea {
	white-space: unset;
	overflow: unset;
	resize: none;
	min-height: 140px;
	padding: 26px 36px 6px 12px;
}
.option-cont {
	display: inline-flex;
	margin-bottom: 6px;
	margin: 6px;
}
.option-cont .option-cont__textbox {
	padding: 0 6px;
	font-family: "GTE-light";
	font-size: 15px;
	line-height: 23px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	user-select: none;
}
.option-cont .option-cont__text {
	margin: 6px 0;
}
.option {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	user-select: none;
	transition: 0.2s ease;
	font-size: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	padding: 5px;
	border: 2px solid transparent;
}
.option:hover .checkbox ~ .checkmark, .option:hover .radio ~ .checkmark {
	border: 2px solid #2fa793;
}
.option .checkbox,
.option .radio {
	display: none;
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}
.option .checkbox ~ .checkmark,
.option .radio ~ .checkmark {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 26px;
	width: 26px;
	background: #eaeaea;
	transition: background-color 0.1s;
}
.option .checkbox ~ .checkmark::after,
.option .radio ~ .checkmark::after {
	transition: background-color 0.1s;
}
.option .checkbox:checked ~ .checkmark,
.option .radio:checked ~ .checkmark {
	background: #eaeaea;
}
.option .checkbox ~ .checkmark {
	border-radius: 3px;
}
.option .checkbox:checked ~ .checkmark {
	background: url("/bitrix/templates/.default/asset/form/css/../images/form-checkbox.svg") no-repeat center center #2fa793;
	background-size: 16px;
}
.option .radio {
	border: 2px solid transparent;
}
.option .radio ~ .checkmark {
	border-radius: 100%;
}
.option .radio ~ .checkmark::after {
	content: "";
	visibility: hidden;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #2fa793;
}
.option .radio:checked ~ .checkmark {
	border: 2px solid #2fa793;
}
.option .radio:checked ~ .checkmark::after {
	visibility: visible;
}
.progressbar-wr {
	width: 100%;
	margin: auto;
	padding: 0 10px;
}
.progressbar {
	width: 100%;
	text-align: center;
}
.progressbar .progressbar__text {
	color: #7a7a7a;
	margin: 3px 0;
	font-family: "GTE-light";
	font-size: 14px;
}
.progressbar .progressbar__steps {
	height: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6px auto;
}
.progressbar .progressbar__step {
	width: 100%;
	height: 100%;
	background: #c5d8ee;
	margin: 0 2px;
}
.progressbar .progressbar__step.progressbar__step_first {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.progressbar .progressbar__step.progressbar__step_last {
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
.progressbar .progressbar__step.progressbar__step_active {
	background: #2362a9;
}
.progressbar.progressbar_green .progressbar__step {
	background: #cbe9e7;
}
.progressbar.progressbar_green .progressbar__step_active {
	background: #2fa793;
}
.search-field {
	display: flex;
	justify-content: space-between;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 12px;
	border: 1px solid #e4e7e7;
	box-shadow: inset 0px 4px 12px 2px rgba(218, 218, 228, 0.3);
}
.search-field_noborder {
	border: unset;
	box-shadow: unset;
}
.search-field__close {
	display: inline-flex;
	height: 100%;
	width: 42px;
	min-width: 42px;
	border-radius: 100px;
	cursor: pointer;
	background: url(/bitrix/templates/.default/asset/form/css/../images/close-ng.svg) no-repeat center center #fff;
	background-size: 26px;
	transition: 0.2s ease;
}
.search-field__input {
	display: inline-flex;
	width: 100%;
	height: 60px;
	padding: 12px 32px 12px 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	outline: none;
	border: none;
	color: #3a3d41;
	font-size: 15px;
	line-height: 24px;
	font-family: "GTE-regular";
	background: url(/bitrix/templates/.default/asset/form/css/../images/search-ng.svg) no-repeat center left;
	background-size: 28px;
	background-position: 12px;
	border-radius: 0;
	transition: 0.2s ease;
	letter-spacing: 0.3px;
}
.search-field .input-cont {
	margin-bottom: 0;
	min-width: 120px;
	border-bottom: none;
	border-radius: 0;
	letter-spacing: 1.5px;
}
.search-field .input-cont .select {
	background-color: #f7f7f7;
	border-radius: 0;
	padding: 6px 24px;
	background-position: 80% center;
	margin: 0;
}
.range-cont {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding: 16px;
	border-radius: 12px;
	margin-bottom: 12px;
	background-color: #fff;
}
.range-cont .range-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-family: "GTE-light";
	color: #141414;
}
.range-cont .range-name {
	display: flex;
	justify-content: center;
	align-items: center;
}
.range-cont .range-value {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 60%;
}
.range-cont .range-value .highlight {
	color: #2fa793 !important;
	font-family: "GTE-bold";
}
.range-cont .input {
	padding: 0 4px 0 0;
	height: 28px;
	border-bottom: none;
	text-align: right;
	font-size: 18px;
	font-family: "GTE-bold";
	color: #484d51;
	letter-spacing: 1.5px;
	margin: 0;
}
.range-cont .input:hover, .range-cont .input:active, .range-cont .input:focus {
	background-color: unset;
	color: #141414;
}
.range-cont .input-focuser {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: text;
}
.range-cont .currency {
	content: "";
	display: inline-flex;
}
.range-cont .currency_azn {
	width: 24px;
	height: 24px;
	margin-right: 2px;
	background: var(--es_f_sprite-currency) no-repeat;
	background-size: 120px;
	background-position: -4px -32px;
}
.range-cont .currency_usd {
	width: 24px;
	height: 24px;
	margin-right: 2px;
	background: url("/bitrix/templates/.default/asset/form/css/../images/sprite-currency.jpg") no-repeat;
	background-size: 110px;
	background-position: -30px -30px;
}
.range-cont .currency_gbp {
	width: 24px;
	height: 24px;
	margin-right: 2px;
	background: url("/bitrix/templates/.default/asset/form/css/../images/sprite-currency.jpg") no-repeat;
	background-size: 110px;
	background-position: -58px -30px;
}
.range-cont .currency_eur {
	width: 24px;
	height: 24px;
	margin-right: 2px;
	background: url("/bitrix/templates/.default/asset/form/css/../images/sprite-currency.jpg") no-repeat;
	background-size: 110px;
	background-position: -84px -30px;
}
.range-cont .range-bottom {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 12px;
	color: #a9a9a9;
	font-size: 14px;
	font-family: "GTE-light";
}
.range-cont .range-bottom * {
	transition: 0.2s ease;
}
.range-cont .range-bottom .highlight {
	color: #2fa793;
	font-family: "GTE-bold";
}
.range-cont .range {
	width: 100%;
	margin: 12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.range-cont .range input[type=range] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 5px;
	background: #d5d5d5;
	outline: none;
	opacity: 0.9;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
	border-radius: 20px;
}
.range-cont .range input[type=range]:hover {
	opacity: 1;
}
.range-cont .range input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background: #fff;
	cursor: pointer;
	border-radius: 20px;
	border: 2px solid #34b580;
	box-shadow: 0px 0px 0px 2px #fff;
}
.range-cont .range input[type=range]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: #fff;
	cursor: pointer;
	border-radius: 20px;
	border: 2px solid #34b580;
	box-shadow: 0px 0px 0px 2px #fff;
}
.noUi-target {
	background: #f1f4f6 !important;
	border: none !important;
	box-shadow: none !important;
}
.noUi-connect {
	background: #2fa793 !important;
}
.noUi-target {
	border-radius: 100px !important;
}
.noUi-connects {
	border-radius: 100px !important;
}
.noUi-horizontal {
	height: 7px !important;
}
.noUi-horizontal .noUi-handle {
	width: 24px !important;
	height: 24px !important;
	right: -12px !important;
	top: -9px !important;
	border-radius: 100px !important;
	box-shadow: 0 0 0px 2px #7fc9bb !important;
	border: 8px solid #fbfbfb !important;
	background: #8fcfc3 !important;
	transition: 0.1s ease;
	cursor: grab;
}
.noUi-horizontal .noUi-handle:hover {
	box-shadow: 0 0 0px 2px #36a993 !important;
	border: 6px solid #fbfbfb !important;
	background: #36a993 !important;
}
.noUi-active {
	box-shadow: none !important;
}
.noUi-handle:after,
.noUi-handle:before {
	display: none !important;
	height: 10px !important;
	top: 8px !important;
	left: 10px !important;
	background: #fff !important;
}
.noUi-handle:after {
	left: 15px !important;
}

/*RS*/
form .error span.checkmark {
	border-color: red;
	border-width: 1px;
	border-style: solid;
}
form .error .option-cont__text {
	color: red;
}
/* End */


/* Start:/bitrix/templates/.default/asset/color/colors.css?17217527905752*/
.color-w {
  color: #fff !important;
}

.color-b {
  color: #183877 !important;
}

.color-b2 {
  color: #1e4b90 !important;
}

.color-b3 {
  color: #2362a9 !important;
}

.color-b4 {
  color: #287ac2 !important;
}

.color-b5 {
  color: #3495d5 !important;
}

.color-b6 {
  color: #67b7e0 !important;
}

.color-b7 {
  color: #9ad4ea !important;
}

.color-b8 {
  color: #ccecf4 !important;
}

.color-b9 {
  color: #e6f7fa !important;
}

.color-g {
  color: #144247 !important;
}

.color-g2 {
  color: #1b5d5f !important;
}

.color-g3 {
  color: #227775 !important;
}

.color-g4 {
  color: #00b9ad !important;
}

.color-g5 {
  color: #2fa793 !important;
}

.color-g6 {
  color: #71e0c6 !important;
}

.color-g7 {
  color: #a1edd9 !important;
}

.color-g8 {
  color: #d3f8ed !important;
}

.color-g9 {
  color: #e5f4f0 !important;
}

.color-gr {
  color: #141414 !important;
}

.color-gr2 {
  color: #2e2e2e !important;
}

.color-gr3 {
  color: #474747 !important;
}

.color-gr4 {
  color: #616161 !important;
}

.color-gr5 {
  color: #7a7a7a !important;
}

.color-gr6 {
  color: #dbdbdb !important;
}

.color-gr7 {
  color: #e6e6e6 !important;
}

.color-gr8 {
  color: #f0f0f0 !important;
}

.color-gr9 {
  color: #fafafa !important;
}

.color-blk {
  color: #2b2d30 !important;
}

.color-blk2 {
  color: #3a3d41 !important;
}

.color-blk3 {
  color: #484d51 !important;
}

.color-blk4 {
  color: #575d61 !important;
}

.color-blk5 {
  color: #656d71 !important;
}

.color-blk6 {
  color: #838d90 !important;
}

.color-blk7 {
  color: #a3abad !important;
}

.color-blk8 {
  color: #c4c9ca !important;
}

.color-blk9 {
  color: #e4e7e7 !important;
}

.color-r {
  color: #a4381d !important;
}

.color-r2 {
  color: #be3722 !important;
}

.color-r3 {
  color: #d83327 !important;
}

.color-r4 {
  color: #dd4141 !important;
}

.color-r5 {
  color: #e15b69 !important;
}

.color-r6 {
  color: #eb8f9e !important;
}

.color-r7 {
  color: #f4c2d1 !important;
}

.color-r8 {
  color: #f9dce7 !important;
}

.color-r9 {
  color: #fdf6f9 !important;
}

.color-y {
  color: #766823 !important;
}

.color-y2 {
  color: #b29a24 !important;
}

.color-y3 {
  color: #efd244 !important;
}

.color-y4 {
  color: #f4ce52 !important;
}

.color-y5 {
  color: #f8cb62 !important;
}

.color-y6 {
  color: #f8d78c !important;
}

.color-y7 {
  color: #f8e4b4 !important;
}

.color-y8 {
  color: #fbf1da !important;
}

.color-y9 {
  color: #fdf8ed !important;
}

.bg-w {
  background-color: #fff !important;
}

.bg-b {
  background-color: #183877 !important;
}

.bg-b2 {
  background-color: #1e4b90 !important;
}

.bg-b3 {
  background-color: #2362a9 !important;
}

.bg-b4 {
  background-color: #287ac2 !important;
}

.bg-b5 {
  background-color: #3495d5 !important;
}

.bg-b6 {
  background-color: #67b7e0 !important;
}

.bg-b7 {
  background-color: #9ad4ea !important;
}

.bg-b8 {
  background-color: #ccecf4 !important;
}

.bg-b9 {
  background-color: #e6f7fa !important;
}

.bg-g {
  background-color: #144247 !important;
}

.bg-g2 {
  background-color: #1b5d5f !important;
}

.bg-g3 {
  background-color: #227775 !important;
}

.bg-g4 {
  background-color: #00b9ad !important;
}

.bg-g5 {
  background-color: #2fa793 !important;
}

.bg-g6 {
  background-color: #71e0c6 !important;
}

.bg-g7 {
  background-color: #a1edd9 !important;
}

.bg-g8 {
  background-color: #d3f8ed !important;
}

.bg-g9 {
  background-color: #e5f4f0 !important;
}

.bg-gr {
  background-color: #141414 !important;
}

.bg-gr2 {
  background-color: #2e2e2e !important;
}

.bg-gr3 {
  background-color: #474747 !important;
}

.bg-gr4 {
  background-color: #616161 !important;
}

.bg-gr5 {
  background-color: #7a7a7a !important;
}

.bg-gr6 {
  background-color: #dbdbdb !important;
}

.bg-gr7 {
  background-color: #e6e6e6 !important;
}

.bg-gr8 {
  background-color: #f0f0f0 !important;
}

.bg-gr9 {
  background-color: #fafafa !important;
}

.bg-blk {
  background-color: #2b2d30 !important;
}

.bg-blk2 {
  background-color: #3a3d41 !important;
}

.bg-blk3 {
  background-color: #484d51 !important;
}

.bg-blk4 {
  background-color: #575d61 !important;
}

.bg-blk5 {
  background-color: #656d71 !important;
}

.bg-blk6 {
  background-color: #838d90 !important;
}

.bg-blk7 {
  background-color: #a3abad !important;
}

.bg-blk8 {
  background-color: #c4c9ca !important;
}

.bg-blk9 {
  background-color: #e4e7e7 !important;
}

.bg-r {
  background-color: #a4381d !important;
}

.bg-r2 {
  background-color: #be3722 !important;
}

.bg-r3 {
  background-color: #d83327 !important;
}

.bg-r4 {
  background-color: #dd4141 !important;
}

.bg-r5 {
  background-color: #e15b69 !important;
}

.bg-r6 {
  background-color: #eb8f9e !important;
}

.bg-r7 {
  background-color: #f4c2d1 !important;
}

.bg-r8 {
  background-color: #f9dce7 !important;
}

.bg-r9 {
  background-color: #fdf6f9 !important;
}

.bg-y {
  background-color: #766823 !important;
}

.bg-y2 {
  background-color: #b29a24 !important;
}

.bg-y3 {
  background-color: #efd244 !important;
}

.bg-y4 {
  background-color: #f4ce52 !important;
}

.bg-y5 {
  background-color: #f8cb62 !important;
}

.bg-y6 {
  background-color: #f8d78c !important;
}

.bg-y7 {
  background-color: #f8e4b4 !important;
}

.bg-y8 {
  background-color: #fbf1da !important;
}

.bg-y9 {
  background-color: #fdf8ed !important;
}

/* End */
/* /bitrix/templates/.default/asset/buttons/buttons.css?16915262232329 */
/* /bitrix/templates/publicV3/components/es/asset.include/property_sale/style.css?17320123623442 */
/* /bitrix/templates/publicV3/components/bitrix/news.list/list_property_sale/style.css?17320123621309 */
/* /bitrix/templates/.default/asset/tab/css/tab.css?17231937972234 */
/* /bitrix/templates/.default/asset/table/tables.css?16551999136134 */
/* /bitrix/templates/publicV3/components/bitrix/form.result.new/form-property-sale/style.css?1732012362485 */
/* /bitrix/templates/.default/asset/loading/css/loading.css?1755933143339 */
/* /bitrix/templates/.default/asset/custom/file/css/file.css?1732016361337 */
/* /bitrix/templates/.default/asset/form/css/form.css?174782587220984 */
/* /bitrix/templates/.default/asset/color/colors.css?17217527905752 */
