

/* Start:/local/templates/generator/components/bitrix/form.result.new/calc-form/style.css?17546507662972*/
font.errortext {
	display: none;
}
input.hidden {
	display:none;
}
.form-row {
	max-width: 415px;
	width: 100%;
}

.forms_column {
	max-width: 415px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}
.form-input.popup__popup-allform input[type="text"] {
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	color: #231f20;
	font-family: var(--default-font-family);
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	color: #231f20;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	width: 100%;
}

.form-input.popup__popup-allform input[type="text"] {
	max-width: 100%;
}

select#form_dropdown_SIMPLE_QUESTION_489 {
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	width: 100%;
	color: #b6b6b6;
}

input.btn--green.popup__popup-allform--btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	border: 2px solid transparent;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #fff;
	padding: 20px 28px;
	background: #8dc63f;
	border-radius: 4px;
	margin-top: 16px;
	width: 100%;
}

.popup__copy {
	margin-top: 12px;
	font-size: 12px;
	max-width: 370px;
	color: #b6b6b6;
}
.popup__copy a {
	color: #b6b6b6;
	text-decoration: underline;
}
.popup__copy a:hover{
	color: #b6b6b6;
}

.form-row--consent{
	margin-top: 12px;
}
.form-row--consent span{
	cursor: pointer;
}
/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/main-completed-cases/style.css?17200997323999*/
font.errortext {
	display: none;
}
.mainpage_head_bottom_right-form-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1256px) {
	.mainpage_head_bottom_right-form-row {
		column-gap: 10px;
		row-gap: 10px;
	}
}
@media (max-width: 1024px) {
	.mainpage_head_bottom .mainpage_head_bottom_right-form-row {
		justify-content: center;
	}
}
@media (max-width: 480px) {
	.mainpage_head_bottom_right-form-row {
		row-gap: 15px;
		margin-bottom: 10px;
	}
}
.input-t, input[type="text"] {
	max-width: 270px;
	width: 100%;
	padding: 16px 32px;
	background: #fff;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	font-weight: normal;
	font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
	line-height: 140%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #b6b6b6;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

@media (max-width: 1256px) {
	.input-t, input[type="text"]{
		padding: 13px 20px;
		max-width: 240px;
	}
}
@media (max-width: 768px) {
	.input-t, input[type="text"] {
		max-width: 200px;
		width: 100%;
		padding: 10px 20px;
	}
}
@media (max-width: 430px) {
	.input-t, input[type="text"] {
		max-width: 100%;
	}
}
.input-t:valid {
	border: 2px solid #8dc63f;
	font-weight: normal;
	font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
	line-height: 140%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #231f20;
}
.input-t:hover {
	border: 2px solid #8dc63f;
}
.input-t:focus {
	background: #fff;
	border: 2px solid #231f20;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #231f20;
}
input:active, input:hover, input:focus {
	outline: 0;
	outline-offset: 0;
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #8dc63f;
	border: none;
	-webkit-box-shadow: 0px 0px 16px rgba(27, 27, 27, .34);
	box-shadow: 0px 0px 16px rgba(27, 27, 27, .34);
	border-radius: 4px;
	padding: 20px 28px;
	font-weight: 500;
	font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color .6s;
	-o-transition: background-color .6s;
	transition: background-color .6s;
	outline: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mainpage_head_bottom_form-btn {
	max-width: 415px;
	width: 100%;
}
@media (max-width: 1024px) {
	.mainpage_head_bottom_form-btn {
		max-width: 350px;
		width: 100%;
	}
}
@media(max-width: 768px) {
	.mainpage_head_bottom_form-btn {
		max-width: 250px;
		width: 100%;
		padding: 15px 20px;
	}
}

@media (max-width: 480px) {
	.btn {
		padding: 15px 28px;
	}
}
.btn:hover, .btn:active {
	background: #82b43b;
}
.popup__copy {
	font-size: 12px;
	max-width: 370px;
	color: #b6b6b6;
}
.popup__copy a {
	 color: #b6b6b6;
	 text-decoration: underline;
}
.popup__copy a:hover{
	color: #b6b6b6;
}

/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/quiz-form/style.css?17200997327329*/
font.errortext {
	display: none;
}
.mainpage_head_bottom_right-form-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1256px) {
	.mainpage_head_bottom_right-form-row {
		column-gap: 10px;
		row-gap: 10px;
	}
}

@media (max-width: 480px) {
	.mainpage_head_bottom_right-form-row {
		row-gap: 15px;
		margin-bottom: 10px;
	}
}
input.input-t {
	max-width: 270px;
	width: 100%;
	padding: 16px 32px;
	background: #fff;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	font-family: var(--default-font-family);
	font-weight: normal;
	font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
	line-height: 140%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #b6b6b6;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

@media (max-width: 1256px) {
	.input-t {
		padding: 13px 20px;
		max-width: 240px;
	}
}
@media (max-width: 768px) {
	.input-t {
		max-width: 200px;
		width: 100%;
		padding: 10px 20px;
	}
}
@media (max-width: 430px) {
	.input-t {
		max-width: 100%;
	}
}
.input-t:hover {
	border: 2px solid #8dc63f;
}
.input-t:focus {
	background: #fff;
	border: 2px solid #231f20;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #231f20;
}
input:active, input:hover, input:focus {
	outline: 0;
	outline-offset: 0;
}

.form-input {
	display: flex;
	flex-direction: column;
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #8dc63f;
	border: none;
	-webkit-box-shadow: 0px 0px 16px rgba(27, 27, 27, .34);
	box-shadow: 0px 0px 16px rgba(27, 27, 27, .34);
	border-radius: 4px;
	padding: 20px 28px;
	font-weight: 500;
	font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color .6s;
	-o-transition: background-color .6s;
	transition: background-color .6s;
	outline: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mainpage_head_bottom_form-btn {
	max-width: 415px;
	width: 100%;
}
@media (max-width: 1024px) {
	.mainpage_head_bottom_form-btn {
		max-width: 350px;
		width: 100%;
	}
}
@media(max-width: 768px) {
	.mainpage_head_bottom_form-btn {
		max-width: 250px;
		width: 100%;
		padding: 15px 20px;
	}
}

@media (max-width: 480px) {
	.btn {
		padding: 15px 28px;
	}
}
.btn:hover, .btn:active {
	background: #82b43b;
}
.popup__copy {
	font-size: 12px;
	max-width: 370px;
	color: #b6b6b6;
}
.popup__copy a {
	 color: #b6b6b6;
	 text-decoration: underline;
}
.popup__copy a:hover{
	color: #b6b6b6;
}
.popup__calc-step2,
.popup__calc-step3,
.popup__calc-step4,
.popup__calc-step5 {
	display: none
}


.popup__calc-title {
	font-size: 40px;
	line-height: 140%;
	font-weight: normal;
	max-width: 550px;
	margin-bottom: 40px;
}

.step label:not([for]) {
	display: block;
	/* margin-bottom: 20px;  */
	cursor: pointer;
	max-width: 460px;
}

.popup__calc-inp:checked + label[for] {
	border: 1px solid #8dc63f;
}


/*.popup input {
	border: 2px solid #b6b6b6;
	box-sizing: border-box;
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	color: #231f20;
	font-size: 18px;
	transition: all .6s;
}*/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.step label[for] {
	display: block;
	font-weight: 500;
	font-size: 20px;
	border-radius: 4px;
	padding: 8px 16px 8px 56px;
	border: 1px solid rgba(182, 182, 182, .4);
	position: relative;
	user-select: none;
	background-color: #fff;
	/* margin-bottom: 20px; */
	cursor: pointer;
	max-width: 460px;
}

.step label[for]:before,
.step label[for]:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
	border-radius: 50%;
}

.step label[for]:before {
	background: #f4f6f7;
	border: 1px solid #b6b6b6;
	width: 23px;
	height: 23px;
}

.step label[for]:after {
	background: #f4f6f7;
	border: 7px solid #8dc63f;
	width: 23px;
	height: 23px;
	opacity: 0;
}

.popup__calc-inp:checked + .step label[for]:after {
	opacity: 1;
}

.popup__calc-btns {
	display: flex;
	column-gap: 20px;
	padding-top: 10px;
	justify-content: flex-end;
	max-width: 460px;
}

.popup__calc-btn3 {
	border: none;
	padding: 10px;
	background-color: #fff;
	cursor: pointer;
}

.popup__calc-phone {
	color: #8dc63f;
	font-weight: bold;
	font-size: 48px;
}
.btn.disable {
	pointer-events: none;
	cursor: default;
	opacity: .5;
}

.step label[for]:after {
	opacity: 0;
	transition: opacity 0.3s;
}
.step label.selected:after {
	opacity: 1;
}
.popup__calc-title {
	font-size: 40px;
	line-height: 140%;
	font-weight: normal;
	max-width: 550px;
	margin-bottom: 40px
}
@media (max-width: 1024px){
	.popup__title {
		font-size: 24px;
	}
}
@media (max-width: 1024px){
	.popup__calc-title {
		font-size: 28px;
	}
}
.popup__calc-step4 .popup__title {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 12px;
	color: #231f20;
}

@media (max-width: 1024px) {
	.popup__title{
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.popup__title{
		font-size: 18px;
		margin-bottom: 10px;
	}
}
.popup__text{
	color: #676767;
	margin-bottom: 24px;
	max-width: 550px;
}
@media (max-width: 480px) {
	.popup__text {
		margin-bottom: 15px;
		font-size: 12px;
	}
}

/*.popup input {
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	color: #231f20;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}*/
@media (max-width: 480px){
	.popup__input {
		margin-right: 0;
		padding: 10px 15px;
		font-size: 16px;
		width: 100%;
		margin-bottom: 10px;
	}
}
.popup__calc-input {
	margin-bottom: 12px;
}

.popup__calc-btn {
	max-width: 400px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 4px;
}
.btn:hover, .btn:active {
	background: #82b43b;
}
@media (max-width: 480px){
	.btn {
		padding: 15px 28px;
	}
}

/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/completed-cases-form/style.css?17200997323562*/
font.errortext {
	display: none;
}
.mainpage_head_bottom_right-form-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1256px) {
	.mainpage_head_bottom_right-form-row {
		column-gap: 10px;
		row-gap: 10px;
	}
}

@media (max-width: 480px) {
	.mainpage_head_bottom_right-form-row {
		row-gap: 15px;
		margin-bottom: 10px;
	}
}
input.input-t {
	max-width: 270px;
	width: 100%;
	padding: 16px 32px;
	background: #fff;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	font-family: var(--default-font-family);
	font-weight: normal;
	font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
	line-height: 140%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #b6b6b6;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

@media (max-width: 1256px) {
	.input-t {
		padding: 13px 20px;
		max-width: 240px;
	}
}
@media (max-width: 768px) {
	.input-t {
		max-width: 200px;
		width: 100%;
		padding: 10px 20px;
	}
}
@media (max-width: 430px) {
	.input-t {
		max-width: 100%;
	}
}

.input-t:focus {
	background: #fff;
	border: 2px solid #231f20;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #231f20;
}
input:active, input:hover, input:focus {
	outline: 0;
	outline-offset: 0;
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #8dc63f;
	border: none;
	-webkit-box-shadow: 0px 0px 16px rgba(27, 27, 27, .34);
	box-shadow: 0px 0px 16px rgba(27, 27, 27, .34);
	border-radius: 4px;
	padding: 20px 28px;
	font-weight: 500;
	font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background-color .6s;
	-o-transition: background-color .6s;
	transition: background-color .6s;
	outline: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mainpage_head_bottom_form-btn {
	max-width: 415px;
	width: 100%;
}
@media (max-width: 1024px) {
	.mainpage_head_bottom_form-btn {
		max-width: 350px;
		width: 100%;
	}
}
@media(max-width: 768px) {
	.mainpage_head_bottom_form-btn {
		max-width: 250px;
		width: 100%;
		padding: 15px 20px;
	}
}

@media (max-width: 480px) {
	.btn {
		padding: 15px 28px;
	}
}
.btn:hover, .btn:active {
	background: #82b43b;
}
.popup__copy {
	font-size: 12px;
	max-width: 370px;
	color: #b6b6b6;
}
.popup__copy a {
	 color: #b6b6b6;
	 text-decoration: underline;
}
.popup__copy a:hover{
	color: #b6b6b6;
}
.form-row.hidden {
	display: none;
}
/* End */


/* Start:/local/templates/generator/components/bitrix/form.result.new/reviews-debt/style.css?17200997322820*/
font.errortext {
	display: none;
}

.forms_column {
	max-width: 415px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}
.form-input.popup__popup-allform input[type="text"] {
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	color: #231f20;
	font-family: var(--default-font-family);
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	color: #231f20;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	width: 100%;
}

.form-input.popup__popup-allform input[type="text"] {
	max-width: 100%;
}

select#form_dropdown_SIMPLE_QUESTION_489 {
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	border: 2px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	box-shadow: 0px 1px 8px rgba(255, 255, 255, .34);
	border-radius: 4px;
	padding: 16px 32px;
	font-size: 18px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	width: 100%;
	color: #b6b6b6;
}

input.btn--green.popup__popup-allform--btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	border: 2px solid transparent;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	-webkit-font-feature-settings: "pnum" on, "lnum" on;
	font-feature-settings: "pnum" on, "lnum" on;
	color: #fff;
	padding: 20px 28px;
	background: #8dc63f;
	border-radius: 4px;
	margin-top: 16px;
}

.popup__copy {
	font-size: 12px;
	max-width: 370px;
	color: #b6b6b6;
}
.popup__copy a:hover{
	color: #b6b6b6;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1720099663666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/generator/components/bitrix/news.list/offices_v2/style.css?175559351816200*/
h1,
h5,
p {
  margin: 0;
}

.offices__title {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .offices__title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .offices__title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.cities {
  width: 100%;
}

.cities .container {
  padding-bottom: 50px;
}

.offices__tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .offices__tabs-nav {
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .offices__tabs-nav {
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
  }
}

.offices__tabs-btn {
  background: #f4f6f7;
  border-radius: 4px;
  padding: 8px 20px;
  color: #676767;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 430px) {
  .offices__tabs-btn {
    max-width: 100%;
    width: 100%;
    margin: 0px;
  }
}

.offices__tabs-btn.active {
  color: #5a9b01;
  background: rgba(141, 198, 63, 0.2);
}

.offices__tabs-body {
  margin-bottom: 60px;
  max-width: 1555px;
  /* margin: 0 -10px; */
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.offices__tabs-inner {
  max-width: 1555px;
  /* margin: 0 -10px; */
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.offices__tabs-item {
  /*    margin-bottom: 30px;*/
  background: rgba(246, 246, 246, 0.6);
  padding: 15px;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.offices__tabs-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  min-height: 62px;
}

.offices__tabs-subtitle {
  margin-bottom: 0;
  min-height: 42px;
}

.offices__tabs-office .offices__tabs-subtitle {
  min-height: 30px;
}

.offices__tabs-link {
  display: inline-block;
  color: #5a9b01;
  margin-bottom: 5px;
}

.offices__tabs-link:hover {
  text-decoration: underline;
}

.offices__tabs-box {
  margin-bottom: 0;
  min-height: 60px;
}

.offices__tabs-box--time {
  flex: 1;
}

.offices__tabs-desc {
  color: #b6b6b6;
  font-size: 14px;
  margin-bottom: 0;
}

.offices__tabs-text {
  margin-bottom: 8px;
  font-size: 14px;
}

.offices__tabs-phone {
  font-weight: 600;
  font-size: 18px;
}

.offices__tabs-phone-link {
  color: inherit;
}

.offices__tabs-phone-link:hover {
  text-decoration: underline;
}

.map__info-content::-webkit-scrollbar-thumb {
  background-color: #8dc63f;
}

.map__info-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f9f9fd;
}

/* .map {
	padding-top: 50px;
	padding-bottom: 90px
} */

/* @media (max-width: 1024px) {
	#map {
		min-height: 450px;
		margin-bottom: 30px;
	}
} */

@media (max-width: 768px) {
  #map {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .map {
    padding-bottom: 60px;
  }
}

@media (max-width: 510px) {
  .map {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  /* .map {
		padding-top: 25px;
		padding-bottom: 30px;
	} */
}

.map--offices {
  padding-bottom: 60px;
}

.map__inner {
  position: relative;
}

.map__iframe {
  min-height: 610px;
}

.map__info {
  position: absolute;
  top: 15%;
  right: 8%;
  background: #ffffffce;
  border-radius: 12px;
  padding: 28px 19px 40px 35px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  transform-origin: bottom;
}

@media (max-width: 1024px) {
  .map__info {
    position: static;
    margin: 0 auto;
    max-width: 100%;
  }
}

.map__info:before {
  transform-origin: bottom;
  transition-duration: 0.3s;
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 200px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.144)),
    color-stop(rgba(255, 255, 255, 0.555)),
    to(white)
  );
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.144), rgba(255, 255, 255, 0.555), white);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.144), rgba(255, 255, 255, 0.555), white);
  pointer-events: none;
  z-index: 1;
  border-radius: 12px;
}

.map__info.close:before {
  transform: scaleY(0);
}

.map__info--offices {
  top: 7%;
}

.map__info-content {
  position: relative;
  padding-top: 60px;
  max-height: 500px;
  overflow-y: auto;
  scrollbar-color: #8dc63f #fff;
  scrollbar-width: thin;
}

.map__info-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 36px;
  background: url(/local/templates/generator/assets/images/main-page/map-location.svg) center/cover no-repeat;
}

.map__info-content::-webkit-scrollbar-thumb {
  background-color: #8dc63f;
}

.map__info-content::-webkit-scrollbar {
  width: 3px;
  background-color: #f9f9fd2;
}

.map__info-content--offices {
  max-height: 458px;
}

.map__info-title {
  font-weight: 600;
  font-size: calc(18px + 2 * ((100vw - 320px) / 1720));
  max-width: 295px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
}

.map__info-item {
  font-style: normal;
  margin-bottom: 20px;
}

.map__info-item:last-child {
  margin-bottom: 0;
}

.map__info-desc {
  color: #b6b6b6;
  font-size: 14px;
  margin-bottom: 10px;
}

.map__info-phone {
  font-weight: 600;
  font-size: calc(16px + 4 * ((100vw - 320px) / 1720));
}

.map__info-address {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1720));
}

.map__info-address:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/generator/assets/images/main-page/map-icon-address.svg) center/cover no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ymaps-2-1-79-zoom__plus.ymaps-2-1-79-zoom__button.ymaps-2-1-79-float-button.ymaps-2-1-79-user-selection-none,
.ymaps-2-1-79-zoom__minus.ymaps-2-1-79-zoom__button.ymaps-2-1-79-float-button.ymaps-2-1-79-user-selection-none {
  background-color: #bee08e;
  border: 1px solid rgb(167, 167, 167);
  width: 35px;
  height: 35px;
}

.ymaps-2-1-79-zoom__runner.ymaps-2-1-79-zoom__button.ymaps-2-1-79-float-button.ymaps-2-1-79-zoom__runner__transition.ymaps-2-1-79-touch-action-none.ymaps-2-1-79-user-selection-none {
  background-color: #bee08e;
  border: 1px solid rgb(167, 167, 167);
  width: 35px;
  height: 35px;
}

.ymaps-2-1-79-zoom .ymaps-2-1-79-zoom__scale {
  display: none;
}

.ymaps-2-1-79-controls__control {
  position: fixed !important;
  top: 50% !important;
  left: 10px !important;
  transform: translateY(-50%);
}

.ymaps-2-1-79-zoom {
  height: 25px !important;
}

.ymaps-2-1-79-float-button-icon {
  border: 8px solid transparent !important;
}

.map__inform {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  /* width: 580px; */
}

.map__inform--city,
.map__inform--offices {
  padding: 20px;
}

.map__inform--title {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 15px;
  display: block;
  font-family: Geometria;
}

.map__inform--count svg {
  width: auto;
  height: 50px;
}

.map__inform--count span {
  font-size: 58px;
  font-weight: 700;
  font-family: Geometria;
  color: #75b734;
  margin-left: 15px;
  line-height: 1;
}

.ymaps-2-1-79-balloon__layout {
  padding: 7px 18px;
}

.ymaps-2-1-79-balloon__close {
  right: -13px;
  top: -11px;
}

.ymaps-2-1-79-balloon-content__footer {
  margin-top: 20px;
}

.ymaps-2-1-79-inner-panes {
  border-radius: 4px;
}

.map-search {
  position: relative;
}

.map-container {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 25px;
}

#cityList {
  height: 582px;
  overflow: auto;
  padding: 10px 0px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  margin-top: 20px;
  scrollbar-width: thin;
  scrollbar-color: #cccccc #f4f4f4;
}

/* Стили для скроллбара */
#cityList::-webkit-scrollbar {
  width: 10px;
  /* Ширина скроллбара */
}

#cityList::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* Цвет фона скроллбара */
  border-radius: 4px;
}

#cityList::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  border: 2px solid #f0f0f0;
  /* Цвет вокруг ползунка */
}

#cityList::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Цвет ползунка при наведении */
}

#cityList li {
  padding: 3px 8px;
}

#cityList .city-item__name {
  background-color: rgba(239, 239, 239, 1);
  padding: 10px 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition-duration: 0.3s !important;
  border-radius: 4px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  align-items: center;
}

#cityList .city-item__name:hover {
  background-color: rgba(239, 239, 239, 0.7);
}

#cityList .city-item__name a {
  color: #000;
}

.office-opening-info {
  background-image: url(/local/templates/generator/assets/images/city/office-opening-info.webp);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #74b734;
  display: block;
  padding: 6px 10px;
  color: #fff;
  border-radius: 4px;
  max-width: 150px;
  padding-right: 52px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: Geometria;
  line-height: 1;
}

.map-search input {
  max-width: 100%;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
}

.balloon__header span,
.balloon__time span,
.balloon__phone span {
  display: block;
  font-family: Geometria;
}

.balloon__header .office-opening-info {
  margin-bottom: 15px;
}

.balloon__city {
  color: #75b734;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.balloon__address {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.balloon__title {
  color: #999999;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}

.balloon__time--work {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
}

.balloon__phone {
  margin-top: 20px;
  margin-bottom: 20px;
}

.balloon__phone a {
  font-family: Geometria;
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding-top: 5px;
}

#suggestions {
  margin-top: 5px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  z-index: 1000;
  width: 100%;
  visibility: hidden;
}

.suggestion-item {
  padding: 8px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

#map {
  min-height: 650px;
}

/* .show-more-offices {
  padding: 18.5px;
  background-color: #8dc63f;
  border-radius: 4px;
  border: 1px solid #8dc63f;
  color: #fff;
  font-family: Inter;
  font-size: 11px;
  font-weight: 600;
  line-height: 13.31px;
  text-align: center;
  max-height: 50px;
  display: none;
} */

.show-more-offices {
  padding: 18px;
  background-color: #8dc63f;
  border-radius: 4px;
  border: 1px solid #8dc63f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  max-height: 50px;
  grid-column: 3 / 4;
  cursor: pointer;
  /* display: none; */
}

.contact-wrapper .mob {
  display: none;
}

@media (max-width: 1366px) {
  #map {
    min-height: 500px;
  }

  #cityList {
    height: 435px;
    margin-top: 10px;
  }

  .map__inform--title {
    font-size: 22px;
  }

  .map__inform--count svg {
    height: 35px;
  }

  .map__inform--count span {
    font-size: 47px;
    margin-left: 5px;
  }
}

@media (max-width: 992px) {
  .hidden-office {
    display: none;
  }

  .show-more-offices {
    display: block;
  }

  .offices__tabs-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }

  .offices__tabs-btn {
    font-size: 12px;
    text-align: center;
    color: #231f20;
  }

  .offices__tabs-item {
    gap: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .offices__tabs-title {
    min-height: auto;
  }

  .offices__tabs-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    text-align: left;
    color: #231f20;
    min-height: auto;
  }

  p.offices__tabs-title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.2px;
    text-align: left;
    color: #8dc63f !important;
    min-height: auto;
  }

  .offices__tabs-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    text-align: left;
    max-width: 140px;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 5px;
  }

  .offices__tabs-desc {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    text-align: left;
    color: #231f20;
  }

  .contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contact-wrapper a.offices__tabs-link {
    text-align: right;
    color: #8dc63f;
    text-decoration: underline;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.4px;
    margin-bottom: 0;
  }

  .offices__tabs-link.desc {
    display: none;
  }

  .offices__tabs-phone {
    padding-top: 5px;
    min-height: auto;
  }

  .offices__tabs-phone-link {
    color: #8dc63f;
  }

  .contact-wrapper .mob {
    display: block;
  }
}

@media (max-width: 768px) {
  .map-container {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .map__inform {
    top: 5px;
    left: 0px;
    width: 100%;
  }

  .map__inform--city,
  .map__inform--offices {
    padding: 15px;
    display: flex;
    align-items: center;
  }

  .map__inform--title {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .map__inform--count svg {
    height: 25px;
  }

  .map__inform--count span {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .map__inform {
    gap: 5px;
  }

  .map__inform--city,
  .map__inform--offices {
    padding: 7px;
  }

  .map__inform--title {
    font-size: 18px;
  }

  .map__inform--count svg {
    height: 23px;
  }

  .map__inform--count span {
    font-size: 30px;
  }

  .balloon__city {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .balloon__address {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .balloon__title {
    font-size: 18px;
  }

  .balloon__time--work,
  .balloon__phone a {
    font-size: 14px;
  }

    .show-more-offices {
    grid-column: auto;
  }
}

/*АДРЕСА*/
.OOO_info {
  background-color: #fff;
  padding: 30px 0;
}

.offices__subtitle {
  font-size: 18px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .offices__subtitle {
    text-align: center;
  }
}

.OOO_info-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .OOO_info-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 430px) {
  .OOO_info-block {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.OOO_info-title {
  border: 1px solid rgba(182, 182, 182, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px 32px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1256px) {
  .OOO_info-title {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .OOO_info-title {
    font-size: 8px;
  }
}

.OOO_info-title__link {
  font-size: 16px;
  color: #a3a3a3;
  margin-right: 6px;
  font-weight: 400;
  line-height: 140%;
  transition-delay: 0.1s;
}

.OOO_info-title__link:hover {
  color: #8dc63f;
}

.hidden-office {
  display: none;
}

/* End */
/* /local/templates/generator/components/bitrix/form.result.new/calc-form/style.css?17546507662972 */
/* /local/templates/generator/components/bitrix/form.result.new/main-completed-cases/style.css?17200997323999 */
/* /local/templates/generator/components/bitrix/form.result.new/quiz-form/style.css?17200997327329 */
/* /local/templates/generator/components/bitrix/form.result.new/completed-cases-form/style.css?17200997323562 */
/* /local/templates/generator/components/bitrix/form.result.new/reviews-debt/style.css?17200997322820 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1720099663666 */
/* /local/templates/generator/components/bitrix/news.list/offices_v2/style.css?175559351816200 */
