

/* Start:/bitrix/templates/publicV3/components/bitrix/main.include/page_feedback/style.css?1700308276368*/
[data-section="feedback"] [data-role="content"]:not([class~="active"]) {
	display: none;
}
[data-section="feedback"] .d-flex[data-role="content"]:not([class~="active"]) {
	display: none !important;
}
@media (max-width: 800px) {
	[data-section="feedback"] .button-cont[data-role="content"] .button {
		margin-left: auto;
		margin-right: auto !important;
	}
}
/* End */


/* Start:/bitrix/templates/publicV3/components/bitrix/form.result.new/form-feedback-v6/style.css?17191839571154*/
label.error span.checkmark {
	border-color: red;
    border-width: 1px;
    border-style: solid;
}
label.error .option-cont__text {
	color: red;
}



/*RS*/
form[data-comp="feedbackform"] [data-role="DATE"] img.calendar-icon {
    position: absolute;
    right: 10px;
    top: 14px;
    bottom: 0;
    margin: auto;
}
form[data-comp="feedbackform"] .form-header__title[data-group="switchStep"]:not([class~="active"]),
form[data-comp="feedbackform"] [data-group="switchStep"][data-role="contStep"]:not([class~="active"]),
form[data-comp="feedbackform"] .button[data-group="switchStep"][data-role="next"]:not([class~="active"]),
form[data-comp="feedbackform"] input[type="submit"].button[data-group="switchStep"]:not([class~="active"])
{
	display: none;
}
form[data-comp="feedbackform"] .button[data-group="switchStep"][data-role="prev"]:not([class~="active"]) {
    visibility: hidden;
}
form[data-comp="feedbackform"] .input-cont.error .select,
form[data-comp="feedbackform"] .input-name.error + .input-cont .textarea {
    border-bottom: 1px solid #d83327 !important;
}
form[data-comp="feedbackform"] .input-name.error {
    color: #d83327 !important;
}
/* 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/helpers/helpers.css?16770999157103*/
.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.f-wrap {
  flex-wrap: wrap !important;
}

.d-flow-root {
  display: flow-root !important;
}

.d-grid {
  display: grid !important;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text-bold {
  font-family: "GTE-bold" !important;
}

.text-medium {
  font-family: "GTE-medium" !important;
}

.text-regular {
  font-family: "GTE-regular" !important;
}

.text-light {
  font-family: "GTE-light" !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.fw-light {
  font-weight: lighter !important;
}

.fw-bold {
  font-weight: bold !important;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-66 {
  width: 66% !important;
}

.w-33 {
  width: 33% !important;
}

.w-25 {
  width: 25% !important;
}

.m-auto {
  margin: auto !important;
}

.m-unset {
  margin: unset !important;
}

.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.visibility-hidden {
  visibility: hidden;
}

.visibility-visible {
  visibility: visible;
}

.p-auto {
  padding: auto !important;
}

.p-unset {
  padding: unset !important;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.lh-unset {
  line-height: unset !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.talign-center {
  text-align: center !important;
}

.talign-left {
  text-align: left !important;
}

.talign-right {
  text-align: right !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-text {
  cursor: text !important;
}

@media (max-width: 800px) {
  .mob-flex-wrap {
    flex-wrap: wrap !important;
  }

  .mob-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .mob-talign-center {
    text-align: center !important;
  }

  .mob-talign-left {
    text-align: left !important;
  }

  .mob-talign-right {
    text-align: right !important;
  }

  .mob-order-1 {
    order: 1 !important;
  }

  .mob-order-2 {
    order: 2 !important;
  }

  .mob-order-3 {
    order: 3 !important;
  }

  .mob-order-4 {
    order: 4 !important;
  }

  .mob-order-5 {
    order: 5 !important;
  }

  .mob-justify-between {
    justify-content: space-between !important;
  }

  .mob-justify-center {
    justify-content: center !important;
  }

  .mob-justify-start {
    justify-content: flex-start !important;
  }

  .mob-justify-end {
    justify-content: flex-end !important;
  }

  .mob-w-50 {
    width: 50% !important;
  }

  .mob-w-100 {
    width: 100% !important;
  }
}

/* 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/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/.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 */
/* /bitrix/templates/publicV3/components/bitrix/main.include/page_feedback/style.css?1700308276368 */
/* /bitrix/templates/publicV3/components/bitrix/form.result.new/form-feedback-v6/style.css?17191839571154 */
/* /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/helpers/helpers.css?16770999157103 */
/* /bitrix/templates/.default/asset/tab/css/tab.css?17231937972234 */
/* /bitrix/templates/.default/asset/buttons/buttons.css?16915262232329 */
/* /bitrix/templates/.default/asset/table/tables.css?16551999136134 */
