@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Bold.eot");
	src:
		url("../fonts/Onest-Bold.eot@") format("embedded-opentype"),
		url("../fonts/Onest-Bold.woff2") format("woff2"),
		url("../fonts/Onest-Bold.woff") format("woff"),
		url("../fonts/Onest-Bold.ttf") format("truetype"),
		url("../fonts/Onest-Bold.svg") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Medium.eot");
	src:
		url("../fonts/Onest-Medium.eot@") format("embedded-opentype"),
		url("../fonts/Onest-Medium.woff2") format("woff2"),
		url("../fonts/Onest-Medium.woff") format("woff"),
		url("../fonts/Onest-Medium.ttf") format("truetype"),
		url("../fonts/Onest-Medium.svg") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Onest";
	src: url("../fonts/Onest-Regular.eot");
	src:
		url("../fonts/Onest-Regular.eot@") format("embedded-opentype"),
		url("../fonts/Onest-Regular.woff2") format("woff2"),
		url("../fonts/Onest-Regular.woff") format("woff"),
		url("../fonts/Onest-Regular.ttf") format("truetype"),
		url("../fonts/Onest-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
a {
	text-decoration: none;
	transition: 0.4s;
	color: inherit;
}
a:hover {
	color: inherit;
}
ul,
ol,
li {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	pointer-events: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
	margin-bottom: 0;
}
html,
body {
	height: 100%;
	margin-top: -10px;
	line-height: 1;
	font-size: 16px;
	color: #000;
	font-family: "Onest", sans-serif;
}
html b,
body b {
	font-weight: 500;
}
html nobr,
body nobr {
	display: contents;
}
button {
	border: none;
	background: transparent;
	transition: 0.4s;
}
.err {
	display: none !important;
}
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.main {
	flex: 1 1 auto;
}
._container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	box-sizing: content-box;
}
@media (max-width: 1182px) {
	._container {
		max-width: 970px;
	}
}
@media (max-width: 991.98px) {
	._container {
		max-width: 750px;
	}
}
@media (max-width: 767.98px) {
	._container {
		max-width: none;
		padding: 0 10px;
	}
}
._container_1300 {
	max-width: 1300px;
}
._container_1760 {
	max-width: 1730px;
}
._container_1400 {
	max-width: 1400px;
}
._container_1270 {
	max-width: 1270px;
}
@media (max-width: 1182px) {
	._container_1270 {
		max-width: 970px;
	}
}
@media (max-width: 991.98px) {
	._container_1270 {
		max-width: 750px;
	}
}
@media (max-width: 767.98px) {
	._container_1270 {
		max-width: none;
		padding: 0 10px;
	}
}
._container_1190 {
	max-width: 1160px;
}
.visible-hand {
	display: none;
	justify-content: center;
	margin-top: 10px;
}
._section-title {
	font-size: clamp(27px, 6vw, 48px);
	line-height: 137.5%;
	text-align: center;
	font-weight: 400;
}
@media (max-width: 1182px) {
	._section-title br {
		display: none;
	}
}
@media (max-width: 374.98px) {
	._section-title {
		font-size: 23px;
	}
}
._section-subtitle {
	font-size: 22px;
	font-weight: 400;
	line-height: 163.6363636364%;
}
@media (max-width: 767.98px) {
	._section-subtitle {
		font-size: 20px;
	}
}
@media (max-width: 575.98px) {
	._section-subtitle {
		font-size: 18px;
	}
}
._bigger-lh {
	line-height: 141.6666666667%;
}
._main-btn {
	box-shadow:
		inset 0 0 40px rgba(168, 222, 102, 0.35),
		0 4px 0 #5a8c24;
	border-radius: 16px;
	background-color: #f3f3f3;
	background-image: linear-gradient(to top, #629e22 0%, #9cd159 100%);
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	z-index: 1;
	position: relative;
	transition: all 0.4s;
}
._main-btn::after {
	position: absolute;
	content: "";
	transition: all 0.4s;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	box-shadow:
		inset 0 0 40px rgba(168, 222, 102, 0.35),
		0 5px 0 #5a8c24;
	z-index: -1;
	background-image: linear-gradient(to top, #85b746 0%, #8dc63f 100%);
}
._main-btn:hover::after {
	opacity: 1;
	transition: all 0.4s;
}
._green-icon::before {
	color: #8dc63f;
}
._white-icon::before {
	color: #fff;
}
._form-control {
	box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	background-color: #f3f3f3;
	height: 93px;
	font-size: 19px;
	font-weight: 400;
	padding-left: 46px;
	line-height: 147.3684210526%;
}
@media (max-width: 479.98px) {
	._form-control {
		width: 100% !important;
	}
}
@media (max-width: 374.98px) {
	._form-control {
		padding-left: 20px;
		font-size: 16px;
		height: 83px;
	}
}
._form-control::-moz-placeholder {
	color: #000;
}
._form-control:-ms-input-placeholder {
	color: #000;
}
._form-control::placeholder {
	color: #000;
}
._card-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 154.5454545455%;
}
@media (max-width: 991.98px) {
	._card-title {
		font-size: 20px;
	}
}
@media (max-width: 820px) {
	._card-title {
		font-size: 18px;
	}
}
._card-text {
	font-size: 17px;
	font-weight: 400;
	line-height: 164.7058823529%;
}
@media (max-width: 991.98px) {
	._card-text {
		font-size: 16px;
	}
}
.form-check {
	display: flex;
	align-items: center;
	padding: 0;
	margin-top: 20px;
	justify-content: center;
	margin-left: 0;
	padding-right: 0;
}
.form-check input {
	display: none;
	width: auto !important;
	height: auto !important;
}
.form-check label {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #bbb;
	letter-spacing: 0.28px;
	position: relative;
	padding-left: 24px;
	cursor: pointer;
}
.form-check label:before {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	border-radius: 3px;
}
.form-check label:after {
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	background-image: url(https://tochkabureniya.ru/img/check.svg);
	background-size: contain;
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	opacity: 0;
	transition: all 0.1s linear;
	background-repeat: no-repeat;
	background-position: center;
}
.form-check label a {
	cursor: pointer;
	color: #fec400 !important;
	text-decoration: underline !important;
}
.form-check label a:hover {
	text-decoration: underline !important;
	color: #e89f00 !important;
}
.form-check input:checked + label:after {
	opacity: 1;
	transition: all 0.1s linear;
}
.quiz {
	height: 795px;
}
@media (max-width: 767.98px) {
	.quiz {
		height: auto;
	}
}
.quiz__wrapper {
	box-shadow: 0 0 35px #f0f2f5;
	border-radius: 30px;
	background-color: #fff;
	padding: 53px 80px 70px 72px;
	outline: 1px solid #f6f6f7;
	outline-offset: -13px;
	height: 100%;
}
@media (max-width: 991.98px) {
	.quiz__wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 767.98px) {
	.quiz__wrapper {
		padding: 30px;
		outline: none;
	}
}
@media (max-width: 575.98px) {
	.quiz__wrapper {
		padding: 20px;
		outline-offset: -5px;
		padding-bottom: 30px;
	}
}
@media (max-width: 374.98px) {
	.quiz__wrapper {
		padding: 15px;
		padding-bottom: 20px;
		outline-offset: -5px;
	}
}
.quiz__form {
	height: 100%;
}
.progress-bar {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
}
@media (max-width: 767.98px) {
	.progress-bar {
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 575.98px) {
	.progress-bar {
		gap: 0;
	}
}
.progress-text {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 225%;
}
.progress-line {
	width: 100%;
	min-height: 13px;
	border-radius: 7px;
	background-color: #f2f2f2;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.line {
	left: -20%;
	height: 13px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.2s linear;
	background-image: linear-gradient(to top, #fc9535 0%, #fdaf53 100%);
	width: 100%;
	top: 0;
}

.line:after {
	height: 100%;
	background-image: -webkit-linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: -o-linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
	text-align: center;
	line-height: 20px;
	-webkit-animation: progress-bar-stripes 7s linear infinite;
	animation: progress-bar-stripes 7s linear infinite;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
}
@keyframes progress-bar-stripes {
	0% {
		background-position: 25px 25px;
	}
	100% {
		background-position: 100px 100px;
	}
}

.next-step {
	width: 292px;
	height: 84px;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 479.98px) {
	.next-step {
		width: 100%;
	}
}
.step {
	color: #000;
	display: none;
	margin-top: 39px;
}
.step.active {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.step__metres {
	display: none;
}
@media (max-width: 767.98px) {
	.step__metres {
		display: block !important;
	}
}
@media (max-width: 767.98px) {
	.step {
		margin-top: 30px;
	}
}
@media (max-width: 575.98px) {
	.step {
		margin-top: 20px;
	}
}
.step .step__title {
	font-size: 32px;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 1182px) {
	.step .step__title br {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.step .step__title {
		font-size: 30px;
	}
}
@media (max-width: 767.98px) {
	.step .step__title {
		font-size: 26px;
	}
}
@media (max-width: 575.98px) {
	.step .step__title {
		font-size: 22px;
	}
}
@media (max-width: 374.98px) {
	.step .step__title {
		font-size: 20px;
	}
}
.step .step__number {
	color: #8dc63f;
}
.step .step__buttons {
	margin-bottom: 96px;
	justify-self: flex-end;
}
.step .step__buttons .main-btn {
	margin: 0 auto;
}
@media (max-width: 767.98px) {
	.step .step__buttons {
		margin-top: 40px;
		margin-bottom: 0;
	}
}
@media (max-width: 575.98px) {
	.step .step__buttons {
		margin-top: 25px;
	}
}
.quiz-variants {
	display: grid;
	gap: 53px;
	margin-top: 35px;
}
@media (max-width: 1182px) {
	.quiz-variants {
		gap: 20px;
	}
	.quiz-variants nobr {
		display: contents;
	}
}
@media (max-width: 767.98px) {
	.quiz-variants {
		gap: 15px;
		margin-top: 25px;
	}
}
@media (max-width: 575.98px) {
	.quiz-variants {
		margin-top: 15px;
	}
}
.quiz-variants .quiz-variants__variant input {
	display: none;
}
.quiz-variants__label {
	font-size: 20px;
	line-height: 150%;
	position: relative;
	display: flex;
	align-items: flex-start;
	height: 100%;
	cursor: pointer;
	text-align: center;
}
.quiz-variants__label:hover .quiz-question__label::before {
	background: url(../img/check-active.png) center center no-repeat;
	opacity: 1;
}
@media (max-width: 767.98px) {
	.quiz-variants__label {
		align-items: center;
	}
}
@media (max-width: 575.98px) {
	.quiz-variants__label {
		margin: 0;
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.quiz-variants__question {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		align-items: center;
		text-align: left;
	}
}
@media (max-width: 575.98px) {
	.quiz-variants__question {
		grid-template-columns: minmax(130px, 130px) 1fr;
		gap: 20px;
	}
}
@media (max-width: 374.98px) {
	.quiz-variants__question {
		gap: 15px;
	}
}
.quiz-question__label {
	margin-top: 20px;
	display: flex;
	gap: 19px;
	text-align: left;
	font-size: 19px;
	font-weight: 400;
	line-height: 163.1578947368%;
}
.quiz-question__label span {
	padding-top: 2px;
}
@media (max-width: 767.98px) {
	.quiz-question__label span {
		padding-top: 0;
	}
}
.quiz-question__label:before {
	width: 32px;
	height: 32px;
	background-color: #ececee;
	border-radius: 8px;
	flex-shrink: 0;
	content: "";
	top: auto;
	left: 0;
	right: 0;
}
@media (max-width: 767.98px) {
	.quiz-question__label:before {
		left: -40px;
		right: auto;
		margin: auto;
		bottom: 0 !important;
		top: 11px !important;
		background-position: 50% 50%;
	}
}
@media (max-width: 1182px) {
	.quiz-question__label {
		font-size: 18px;
	}
}
@media (max-width: 767.98px) {
	.quiz-question__label {
		margin: 0;
	}
	.quiz-question__label br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.quiz-question__label {
		font-size: 14px !important;
	}
}
.step2 .quiz-variants,
.step1 .quiz-variants {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
	.step2 .quiz-variants,
	.step1 .quiz-variants {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 767.98px) {
	.step2 .quiz-question__label::before,
	.step1 .quiz-question__label::before {
		display: none;
		align-items: center;
	}
}
@media (max-width: 767.98px) {
	.step2 .quiz-variants__label:before,
	.step1 .quiz-variants__label:before {
		display: none;
		width: 32px;
		height: 32px;
		background-color: #ececee;
		border-radius: 8px;
		flex-shrink: 0;
		content: "";
		top: auto;
		left: 0;
		right: 0;
		margin-right: -16px;
		z-index: 1;
		position: relative;
	}
	.step2 .quiz-variants__label:hover .quiz-question__label::before,
	.step1 .quiz-variants__label:hover .quiz-question__label::before {
		display: none;
		align-items: center;
	}
	.step2 .quiz-variants__label:hover::before,
	.step1 .quiz-variants__label:hover::before {
		background: url(../img/check-active.png) center center no-repeat;
		opacity: 1;
	}
}
@media (max-width: 991.98px) {
	.step2 .quiz-question__label,
	.step1 .quiz-question__label {
		margin-top: -16px;
		align-items: center;
		gap: 5px;
		flex-direction: column;
		text-align: center;
	}
}
@media (max-width: 767.98px) {
	.step2 .quiz-question__label,
	.step1 .quiz-question__label {
		text-align: left;
		margin-top: 0;
		align-items: flex-start;
	}
}
.step3 .quiz-variants,
.step4 .quiz-variants {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (max-width: 1182px) {
	.step3 .quiz-variants__variant,
	.step4 .quiz-variants__variant {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.step3 .quiz-variants__variant,
	.step4 .quiz-variants__variant {
		margin: 0;
	}
}
.step3 .quiz-question__label,
.step4 .quiz-question__label {
	margin-top: 28px;
}
@media (max-width: 767.98px) {
	.step3 .quiz-question__label,
	.step4 .quiz-question__label {
		margin-top: 0;
		align-items: center;
	}
}
@media (max-width: 767.98px) {
	.step3 .quiz-variants,
	.step4 .quiz-variants {
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
	}
}
@media (max-width: 575.98px) {
	.step3 .quiz-variants,
	.step4 .quiz-variants {
		gap: 10px;
	}
}
@media (max-width: 767.98px) {
	.step3 .quiz-variants__question,
	.step4 .quiz-variants__question {
		grid-template-columns: 1fr;
	}
}
.quiz-finish .step.active {
	justify-content: center;
}
.quiz-finish .progress-bar {
	display: none;
}
.last-step {
	margin-top: 0;
}
.step .last-step__title {
	font-size: 42px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 142.8571428571%;
	text-align: center;
}
@media (max-width: 991.98px) {
	.step .last-step__title {
		font-size: 37px;
	}
}
@media (max-width: 767.98px) {
	.step .last-step__title {
		font-size: 27px;
	}
}
@media (max-width: 575.98px) {
	.step .last-step__title {
		font-size: 22px;
	}
}
@media (max-width: 374.98px) {
	.step .last-step__title {
		font-size: 20px;
	}
}
.step .last-step__loading {
	text-align: center;
	margin-top: 30px;
}

.load {
	width: 96px;
	height: 96px;
	position: relative;
	margin: auto;
}

.load:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/slider_loading.gif) center center no-repeat;
	background-size: cover;
	position: absolute;
	content: "";
	transition: all 0.2s linear;
}

.load:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/marker.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: "";
	opacity: 0;
	transition: all 0.2s linear;
}

.load.done:before {
	opacity: 0;
}

.load.done:after {
	opacity: 1;
}

@media (max-width: 991.98px) {
	.step .last-step__loading {
		margin-top: 20px;
	}
}
@media (max-width: 575.98px) {
	.step .last-step__loading {
		margin-top: 10px;
	}
}
.step .last-step__subtitle {
	margin-top: 40px;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	letter-spacing: normal;
	line-height: 150%;
}
.step .last-step__subtitle .green {
	font-weight: 600;
	font-style: normal;
	color: #83b43c;
}
@media (max-width: 991.98px) {
	.step .last-step__subtitle {
		font-size: 25px;
		margin-top: 25px;
	}
	.step .last-step__subtitle br {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.step .last-step__subtitle {
		font-size: 20px;
		margin-top: 20px;
	}
}
@media (max-width: 575.98px) {
	.step .last-step__subtitle {
		font-size: 18px;
		margin-top: 10px;
	}
}
@media (max-width: 575.98px) {
	.step .last-step__subtitle {
		font-size: 16px;
	}
}
.step .last-step__items {
	display: flex;
	margin-top: 30px;
	gap: 85px;
	justify-content: center;
}
@media (max-width: 1182px) {
	.step .last-step__items {
		gap: 50px;
	}
}
@media (max-width: 991.98px) {
	.step .last-step__items {
		gap: 20px;
	}
}
@media (max-width: 767.98px) {
	.step .last-step__items {
		flex-direction: column;
		margin-top: 15px;
		gap: 10px;
	}
}
@media (max-width: 575.98px) {
	.step .last-step__items {
		margin-top: 10px;
	}
}
.step .last-step__item {
	display: flex;
	gap: 15px;
	align-items: center;
}
@media (max-width: 991.98px) {
	.step .last-step__item {
		width: 50%;
	}
	.step .last-step__item br {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.step .last-step__item {
		width: 100%;
		display: grid;
		grid-template-columns: 45px auto;
	}
}
.step .last-step__text {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 177.7777777778%;
	margin-bottom: 0;
}
@media (max-width: 479.98px) {
	.step .last-step__text {
		font-size: 16px;
	}
}
.step .last-step__form {
	margin-top: 56px;
	justify-content: center;
}
@media (max-width: 991.98px) {
	.step .last-step__form {
		flex-direction: row;
		margin-top: 35px;
	}
}
.step .last-step__form .engineer-form__phone,
.step .last-step__form .engineer-form__button {
	width: 50%;
}
@media (max-width: 767.98px) {
	.step .last-step__form {
		flex-direction: column;
		align-items: center;
	}
	.step .last-step__form .engineer-form__phone,
	.step .last-step__form .engineer-form__button {
		width: 400px;
	}
}
@media (max-width: 575.98px) {
	.step .last-step__form {
		gap: 12px;
		margin-top: 25px;
	}
}
@media (max-width: 479.98px) {
	.step .last-step__form .engineer-form__button {
		width: 100%;
	}
}
@media (max-width: 374.98px) {
	.step .last-step__form .engineer-form__button {
		height: 83px;
	}
}
.modal-content {
	border: none;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.modal-dialog {
		margin-left: auto;
		margin-right: auto;
	}
}
.modal-content .close {
	position: absolute;
	right: 20px;
	top: 23px;
	z-index: 10;
	opacity: 1;
}
@media (max-width: 767.98px) {
	.modal-content .close {
		right: 15px;
		top: 15px;
	}
}
.modal-body {
	border-radius: 25px;
}
@media (max-width: 374.98px) {
	.callback-modal input {
		height: 83px;
	}
}
.callback-modal__dialog {
	max-width: 1017px;
}
@media (max-width: 767.98px) {
	.callback-modal__dialog {
		max-width: 450px;
	}
}
.callback-modal__body {
	padding: 0;
}
.callback-modal__container {
	display: flex;
}
.callback-modal__leftside {
	background-image: url(../img/left-modal.jpg);
	background-position: top center;
	background-size: cover;
	border-radius: 16px 0 0 16px;
	padding: 40px 0 25px 50px;
	min-width: 512px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	background-repeat: no-repeat;
}
@media (max-width: 1182px) {
	.callback-modal__leftside {
		min-width: 490px;
	}
}
@media (max-width: 991.98px) {
	.callback-modal__leftside {
		min-width: 50%;
		padding-left: 25px;
	}
}
@media (max-width: 767.98px) {
	.callback-modal__leftside {
		display: none;
	}
}
.callback-modal__lefside-badge {
	width: 231px;
	height: 70px;
	border-radius: 12px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.callback-modal__badge-inner {
	display: flex;
	flex-direction: column;
}
.callback-modal__name {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: left;
}
.callback-modal__speciality {
	font-size: 15px;
	font-weight: 400;
	color: #8f90a6;
	margin-top: 10px;
}
.callback-modal__title {
	font-size: 38px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 126.3157894737%;
}
.callback-modal__subtitle {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 166.6666666667%;
}
@media (max-width: 991.98px) {
	.callback-modal__subtitle {
		font-size: 16px;
	}
}
.callback-modal__rightside {
	padding: 62px 60px 62px 65px;
	box-sizing: content-box;
}
@media (max-width: 1182px) {
	.callback-modal__rightside {
		padding-left: 60px;
	}
}
@media (max-width: 991.98px) {
	.callback-modal__rightside {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 767.98px) {
	.callback-modal__rightside {
		padding: 30px;
		padding-top: 41px !important;
	}
}
@media (max-width: 479.98px) {
	.callback-modal__rightside {
		padding: 20px;
	}
}
@media (max-width: 374.98px) {
	.callback-modal__rightside {
		padding: 15px;
	}
}
.callback-modal__progress-bar {
	max-width: 100%;
	border-radius: 13px;
	height: 26px;
	position: relative;
	margin-bottom: 35px;
}
@media (max-width: 767.98px) {
	.callback-modal__progress-bar {
		margin-bottom: 25px;
	}
}
@media (max-width: 374.98px) {
	.callback-modal__progress-bar {
		margin-bottom: 20px;
	}
}
.callback-modal__progress-text {
	position: absolute;
	z-index: 3;
	left: 40%;
	font-size: 12px;
	line-height: 225%;
}
.callback-modal__progress-line {
	height: 26px;
	border-radius: 13px;
	z-index: 2;
	margin-left: 0;
	max-width: 100%;
}
.callback-modal__line {
	height: 26px;
	border-radius: 13px;
}
.callback-modal__label {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 155.5555555556%;
}
.callback-modal__phone {
	width: 100%;
	margin-top: 13px;
	margin-bottom: 27px;
}
@media (max-width: 767.98px) {
	.callback-modal__phone {
		margin-bottom: 20px;
		margin-top: 7px;
	}
}
@media (max-width: 374.98px) {
	.callback-modal__phone {
		margin-bottom: 15px;
	}
}
.callback-modal__socials {
	display: flex;
	gap: 13px;
	margin-top: 10px;
	margin-bottom: 23px;
}
@media (max-width: 767.98px) {
	.callback-modal__socials {
		margin-bottom: 20px;
		margin-top: 7px;
	}
}
@media (max-width: 374.98px) {
	.callback-modal__socials {
		gap: 7px;
		margin-bottom: 15px;
	}
}
.callback-modal__soc {
	border-radius: 10px;
	border: 1px solid #e2e2e7;
	width: 150px;
	height: 50px;
	display: flex;
	font-size: 15px;
	cursor: pointer;
	font-weight: 400;
	align-items: center;
	justify-content: center;
}
.callback-modal__soc span {
	display: flex;
	align-items: center;
	gap: 9px;
}
.callback-modal__soc span::before {
	font-size: 19px;
	padding-bottom: 2px;
}
.callback-modal__soc.active {
	border: none;
	color: #fff;
}
.callback-modal__soc.active span::before {
	color: #fff;
}
.callback-modal__soc.whats.active {
	background-color: #2fb541;
}
.callback-modal__soc.call.active {
	background-color: #5d5b9f;
}
@media (max-width: 767.98px) {
	.callback-modal__soc {
		width: 100%;
	}
}
.callback-modal__times {
	display: flex;
	gap: 13px;
	margin-top: 10px;
}
@media (max-width: 767.98px) {
	.callback-modal__times {
		margin-top: 7px;
	}
}
@media (max-width: 374.98px) {
	.callback-modal__times {
		gap: 7px;
	}
}
.callback-modal__time {
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #e2e2e7;
	width: 150px;
	height: 50px;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	align-items: center;
	justify-content: center;
}
.callback-modal__time.active {
	color: #fff;
	border: none;
	background-color: #8d949a;
}
@media (max-width: 767.98px) {
	.callback-modal__time {
		width: 100%;
	}
}
.callback-modal__datetime {
	margin-top: 23px;
}
@media (max-width: 767.98px) {
	.callback-modal__datetime {
		margin-bottom: 20px;
	}
}
@media (max-width: 374.98px) {
	.callback-modal__datetime {
		margin-bottom: 15px;
	}
}
.callback-modal__date {
	width: 100%;
	margin-top: 10px;
}
.callback-modal__btn {
	width: 100%;
	height: 94px;
	margin-top: 26px;
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 157.8947368421%;
}
@media (max-width: 374.98px) {
	.callback-modal__btn {
		height: 83px;
		margin-top: 20px;
	}
}
.callback-modal__policy {
	color: #8f90a6;
	font-family: Onest;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 169.2307692308%;
	text-align: center;
	margin-top: 25px;
}
@media (max-width: 374.98px) {
	.callback-modal__policy {
		margin-top: 15px;
	}
}
.callback-modal__policy a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: #8f90a6;
	text-decoration-color: #8f90a6;
	cursor: pointer;
}
.callback-modal__policy a:hover {
	-webkit-text-decoration-color: #56851c;
	text-decoration-color: #56851c;
	color: #56851c;
}
.policy-modal__dialog {
	max-width: 800px;
}
.policy-modal__content {
	border: 1px solid rgba(128, 128, 128, 0.185);
}
.policy-modal__body {
	padding: 50px;
}
@media (max-width: 767.98px) {
	.policy-modal__body {
		padding: 30px;
		padding-top: 41px !important;
	}
}
@media (max-width: 575.98px) {
	.policy-modal__body {
		padding: 20px;
	}
}
@media (max-width: 479.98px) {
	.policy-modal__body {
		padding: 15px;
	}
}
.policy-modal__title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
@media (max-width: 767.98px) {
	.policy-modal__title {
		font-size: 27px;
	}
}
@media (max-width: 575.98px) {
	.policy-modal__title {
		font-size: 25px;
	}
}
@media (max-width: 479.98px) {
	.policy-modal__title {
		font-size: 23px;
	}
}
.policy-modal__main {
	margin-top: 25px;
}
@media (max-width: 767.98px) {
	.policy-modal__main {
		margin-top: 20px;
	}
}
@media (max-width: 575.98px) {
	.policy-modal__main {
		margin-top: 15px;
	}
}
.policy-modal__text {
	line-height: 1.2;
}
.consultation-modal__dialog {
	max-width: 1158px;
}
@media (max-width: 1182px) {
	.consultation-modal__dialog {
		max-width: 993px;
	}
}
.consultation-modal__body {
	padding: 0;
}
@media (max-width: 1182px) {
	.consultation-modal__container .section-8__card {
		background-position: 70%;
		background-image: url(../img/modal-consultation.png);
	}
}
@media (max-width: 479.98px) {
	.consultation-modal__container .section-8__card {
		background-position: left;
	}
}
@media (max-width: 374.98px) {
	.consultation-modal__container .section-8__card button {
		height: 83px;
	}
}
.consultation-modal__container .section-8__inner {
	padding-top: 64px;
	padding-left: 80px;
}
@media (max-width: 991.98px) {
	.consultation-modal__container .section-8__inner {
		padding-left: 40px;
		padding-top: 40px;
	}
}
@media (max-width: 575.98px) {
	.consultation-modal__container .section-8__inner {
		padding: 40px;
		padding-left: 30px;
	}
}
@media (max-width: 479.98px) {
	.consultation-modal__container .section-8__inner {
		padding: 20px;
		padding-top: 35px;
	}
}
.consultation-modal__container .section-8__title {
	font-size: clamp(27px, 6vw, 42px);
	max-width: 100%;
}
@media (max-width: 1182px) {
	.consultation-modal__container .section-8__title {
		max-width: 73%;
	}
}
@media (max-width: 991.98px) {
	.consultation-modal__container .section-8__title {
		max-width: 70%;
	}
}
@media (max-width: 767.98px) {
	.consultation-modal__container .section-8__title {
		max-width: 85%;
	}
}
@media (max-width: 575.98px) {
	.consultation-modal__container .section-8__title {
		max-width: 85%;
	}
}
@media (max-width: 479.98px) {
	.consultation-modal__container .section-8__title {
		max-width: 100%;
	}
}
@media (max-width: 374.98px) {
	.consultation-modal__container .section-8__title {
		font-size: 23px;
	}
}
.consultation-modal__container .section-8__list {
	margin-top: 26px;
}
@media (max-width: 767.98px) {
	.consultation-modal__container .section-8__list {
		margin-top: 10px;
	}
}
.consultation-modal__container .section-8__form {
	margin-top: 37px;
}
@media (max-width: 767.98px) {
	.consultation-modal__container .section-8__form {
		margin-top: 25px;
	}
}
.consultation-modal__container .section-8__callback {
	color: #000;
}
.consultation-modal__container .section-8__callback-link::after {
	background-color: #000;
}
.engineer-modal__dialog {
	max-width: 1158px;
}
@media (max-width: 1182px) {
	.engineer-modal__dialog {
		max-width: 993px;
	}
}
.engineer-modal__body {
	padding: 0;
}
.engineer-modal__container .section-12__inner {
	padding-top: 40px;
	padding-left: 50px;
}
@media (max-width: 767.98px) {
	.engineer-modal__container .section-12__inner {
		padding: 40px;
		padding-left: 30px;
	}
}
@media (max-width: 479.98px) {
	.engineer-modal__container .section-12__inner {
		padding: 20px;
		padding-top: 35px;
	}
}
@media (max-width: 991.98px) {
	.engineer-modal__container .section-12__title {
		text-shadow: 1px 1px 2px #000;
	}
}
@media (max-width: 575.98px) {
	.engineer-modal__container .section-12__title {
		text-shadow: none;
	}
}
.engineer-modal__container .section-12__list {
	margin-top: 10px;
}
@media (max-width: 991.98px) {
	.engineer-modal__container .section-12__list-item {
		text-shadow: 1px 1px 2px #000;
	}
}
@media (max-width: 575.98px) {
	.engineer-modal__container .section-12__list-item {
		text-shadow: none;
	}
}
.engineer-modal__container .section-12__form {
	margin-top: 25px;
}
.engineer-modal__container .section-12__callback {
	margin-top: 25px;
}
.quizModal-modal__dialog {
	max-width: 1170px;
}
@media (max-width: 1182px) {
	.quizModal-modal__dialog {
		max-width: 970px;
	}
}
@media (max-width: 991.98px) {
	.quizModal-modal__dialog {
		max-width: 750px;
	}
}
@media (max-width: 767.98px) {
	.quizModal-modal__dialog {
		max-width: calc(100% - 20px);
	}
}
.quizModal-modal__body {
	padding: 0;
}
@media (max-width: 767.98px) {
	.quizModal-modal__body .quiz__wrapper {
		padding-top: 35px !important;
	}
}
.quizModal-modal__body .quiz {
	height: 805px;
}
@media (max-width: 767.98px) {
	.quizModal-modal__body .quiz {
		height: auto;
	}
}
.quizModal-modal__body .quiz-beginning {
	height: 865px;
}
@media (max-width: 767.98px) {
	.quizModal-modal__body .quiz-beginning {
		height: auto;
	}
}
.quizModal-modal__body .step .step__buttons {
	margin-bottom: 70px;
}
@media (max-width: 767.98px) {
	.quizModal-modal__body .step .step__buttons {
		margin-bottom: 0;
	}
}
.quizModal-modal__body .quiz-beginning .step .step__buttons {
	margin-bottom: 196px;
}
@media (max-width: 767.98px) {
	.quizModal-modal__body .quiz-beginning .step .step__buttons {
		margin-bottom: 0;
	}
}
.quizModal-modal__body .quiz-beginning .quiz__wrapper {
	padding-top: 30px;
}
.quizModal-modal__body .quiz-beginning .progress-text {
	display: none;
}
.quizModal-modal__body .quiz-beginning .quizModal-modal__title,
.quizModal-modal__body .quiz-beginning .quizModal-modal__subtitle {
	display: block;
}
.quizModal-modal__title {
	display: none;
	font-size: 42px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 161.9047619048%;
	text-align: center;
}
@media (max-width: 991.98px) {
	.quizModal-modal__title {
		font-size: 37px;
	}
}
@media (max-width: 767.98px) {
	.quizModal-modal__title {
		font-size: 27px;
	}
}
@media (max-width: 575.98px) {
	.quizModal-modal__title {
		font-size: 22px;
	}
}
@media (max-width: 374.98px) {
	.quizModal-modal__title {
		font-size: 20px;
	}
}
.quizModal-modal__subtitle {
	display: none;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 180%;
	text-align: center;
	border-bottom: 1px solid #f6f6f7;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
@media (max-width: 991.98px) {
	.quizModal-modal__subtitle {
		font-size: 19px;
	}
}
@media (max-width: 575.98px) {
	.quizModal-modal__subtitle {
		font-size: 18px;
	}
}
@media (max-width: 479.98px) {
	.quizModal-modal__subtitle {
		font-size: 16px;
	}
}
@media (max-width: 374.98px) {
	.quizModal-modal__subtitle {
		font-size: 14px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}
.header {
	z-index: 9;
}
.header__container {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	display: flex;
	line-height: 125%;
	justify-content: space-between;
	align-items: flex-start;
}
.header__middle {
	display: contents;
}
@media (max-width: 767.98px) {
	.header__middle {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 575.98px) {
	.header__middle {
		display: none;
	}
}
.header__worktime {
	font-size: 15px;
	font-weight: 400;
	line-height: 173.3333333333%;
	display: flex;
}
.header__worktime::before {
	font-size: 22px;
	margin-right: 10px;
}
@media (max-width: 991.98px) {
	.header__worktime::before {
		font-size: 18px;
		margin-right: 5px;
	}
}
@media (max-width: 767.98px) {
	.header__worktime {
		line-height: 1.3;
		margin-bottom: 7px;
	}
}
.header__mail-us {
	display: flex;
}
@media (max-width: 575.98px) {
	.header__wrapper {
		text-align: end;
	}
}
.mail-us::before {
	font-size: 21px;
	margin-right: 10px;
}
@media (max-width: 991.98px) {
	.mail-us::before {
		font-size: 18px;
		margin-right: 5px;
	}
}
.mail-us__link {
	color: #83b43c;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: #83b43c;
	text-decoration-color: #83b43c;
}
.mail-us__link:hover {
	-webkit-text-decoration-color: #56851c;
	text-decoration-color: #56851c;
	color: #56851c;
}
.mail-us__write-us {
	font-size: 14px;
	font-weight: 400;
	line-height: 242.8571428571%;
	margin-top: 4px;
}
@media (max-width: 767.98px) {
	.mail-us__write-us {
		line-height: 1.3;
	}
}
.rightside {
	display: flex;
}
.rightside::before {
	font-size: 21px;
	padding-top: 4px;
	margin-right: 10px;
}
@media (max-width: 991.98px) {
	.rightside::before {
		font-size: 18px;
		margin-right: 5px;
	}
}
.rightside__tel {
	font-weight: 700;
	line-height: 154.5454545455%;
	font-size: 22px;
	position: relative;
}
.rightside__tel::after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	bottom: 3px;
	height: 1px;
	background-color: #000;
	content: "";
	transition: width 0.2s ease-out;
}
.rightside__tel:hover::after {
	width: 100%;
}
@media (max-width: 991.98px) {
	.rightside__tel {
		font-size: 20px;
	}
}
@media (max-width: 374.98px) {
	.rightside__tel {
		font-size: 18px;
	}
}
.rightside__online {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
@media (max-width: 575.98px) {
	.rightside__online {
		justify-content: flex-end;
	}
}
.rightside__callback {
	margin-top: 0;
}
@media (max-width: 767.98px) {
	.rightside__callback {
		margin-top: 5px;
	}
}
.rightside__callback-btn {
	color: #83b43c;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: #83b43c;
	text-decoration-color: #83b43c;
}
.rightside__callback-btn:hover {
	-webkit-text-decoration-color: #56851c;
	text-decoration-color: #56851c;
	color: #56851c;
}
.pulse {
	width: 5px;
	height: 5px;
	background-color: #8dc63f;
	border-radius: 50%;
	margin-right: 7px;
}
.section-1 {
	background-image: url("../img/sec1-back.png");
	background-size: cover;
	background-position: top center;
	padding-top: 167px;
	padding-bottom: 148px;
	position: relative;
	z-index: 0;
}
@media (max-width: 767.98px) {
	.section-1 {
		padding-top: 147px;
	}
}
@media (max-width: 575.98px) {
	.section-1 {
		padding-top: 137px;
		background-position-x: 60%;
	}
	.section-1::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(255, 255, 255, 0.6);
		top: 0;
		left: 0;
		z-index: -1;
	}
}
@media (max-width: 374.98px) {
	.section-1 {
		padding-top: 127px;
	}
}
.section-1__scroll {
	position: absolute;
	bottom: 7px;
	right: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
}
@media (max-width: 991.98px) {
	.section-1__scroll {
		display: none;
	}
}
.section-1__scroll-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	text-align: center;
	color: #fff;
}
.section-1__title {
	font-size: clamp(29px, 7vw, 42px);
	line-height: 132.1428571429%;
	font-weight: 400;
}
@media (max-width: 374.98px) {
	.section-1__title {
		font-size: 24px;
	}
}
.section-1__subtitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 158.3333333333%;
	margin-top: 20px;
}
.section-1__subtitle span::before {
	font-size: 21px;
}
@media (max-width: 1182px) {
	.section-1__subtitle {
		max-width: 55%;
	}
	.section-1__subtitle br {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.section-1__subtitle {
		font-size: 23px;
	}
}
@media (max-width: 767.98px) {
	.section-1__subtitle {
		max-width: 60%;
		font-size: 20px;
	}
}
@media (max-width: 575.98px) {
	.section-1__subtitle {
		max-width: 100%;
	}
}
@media (max-width: 374.98px) {
	.section-1__subtitle {
		margin-top: 10px;
	}
}
.section-1__list {
	margin-top: 26px;
}
@media (max-width: 767.98px) {
	.section-1__list {
		margin-top: 15px;
	}
}
@media (max-width: 374.98px) {
	.section-1__list {
		margin-top: 10px;
	}
}
.section-1__list-item {
	font-size: 20px;
	font-weight: 400;
	line-height: 180%;
	font-weight: 500;
}
.section-1__list-item::before {
	margin-right: 22px;
	font-size: 19px;
}
@media (max-width: 575.98px) {
	.section-1__list-item {
	}
}
@media (max-width: 767.98px) {
	.section-1__list-item::before {
		margin-right: 10px;
		font-size: 18px;
	}
}
@media (max-width: 767.98px) {
	.section-1__list-item {
		font-size: 18px;
	}
}
@media (max-width: 479.98px) {
	.section-1__list-item {
		font-size: 17px;
	}
}
@media (max-width: 374.98px) {
	.section-1__list-item {
		font-size: 14px;
	}
}
.section-1__buttons {
	display: flex;
	gap: 80px;
	margin-top: 52px;
}
@media (max-width: 991.98px) {
	.section-1__buttons {
		gap: 40px;
	}
}
@media (max-width: 767.98px) {
	.section-1__buttons {
		gap: 20px;
		flex-direction: column;
		margin-top: 30px;
	}
}
@media (max-width: 479.98px) {
	.section-1__buttons {
		margin-top: 20px;
	}
}
@media (max-width: 374.98px) {
	.section-1__buttons {
		margin-top: 10px;
	}
}
.section-1__consultation {
	display: flex;
	align-items: center;
	gap: 21px;
}
@media (max-width: 991.98px) {
	.section-1__consultation {
		gap: 15px;
	}
}
.section-1__engineer {
	position: relative;
}
.section-1__engineer-online {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #8dc63f;
	right: 3px;
	bottom: 6px;
}
.section-1__consultation-btn {
	text-align: left;
}
.section-1__consultation-btn span {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 177.7777777778%;
	text-align: left;
	position: relative;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	transition: 0.4s all;
}
.section-1__consultation-btn span:hover {
	color: #78aa39;
	transition: 0.4s all;
}
.quiz-button {
	width: 405px;
	height: 99px;
	justify-content: flex-start;
	padding-left: 23px;
	gap: 5px;
}
@media (max-width: 575.98px) {
	.section-1__consultation-btn span {
		color: black;
	}
}
@media (max-width: 479.98px) {
	.quiz-button {
		width: 100%;
		justify-content: center;
		padding-left: 0;
	}
}
@media (max-width: 374.98px) {
	.quiz-button {
		height: 80px;
	}
}
.quiz-button__text {
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	text-align: center;
}
@media (max-width: 374.98px) {
	.quiz-button__text {
		font-size: 18px;
	}
}
.quiz-button__calculator {
	align-self: flex-end;
}
@media (max-width: 374.98px) {
	.quiz-button__calculator {
		display: none;
	}
}
.section-2 {
	background-color: #f8f8f9;
	margin-top: -86px;
}
@media (max-width: 767.98px) {
	.section-2 {
		margin-top: -100px;
	}
	.section-2 .visible-hand {
		display: flex;
		margin-top: 0;
		padding-top: 10px;
	}
}
.section-2__container {
	box-shadow: 0 0 35px #f0f2f5;
	border-radius: 32px;
	background-color: #fff;
}
.section-2__cards {
	padding: 20px 5px;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1182px) {
	.section-2__cards {
		padding: 15px 0;
		gap: 10px;
	}
}
@media (max-width: 991.98px) {
	.section-2__cards {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767.98px) {
	.section-2__cards {
		padding: 0;
		padding-bottom: 15px;
		grid-template-columns: repeat(3, 300px);
		overflow: scroll;
	}
}
.section-2__card {
	position: relative;
}
.section-2__card img {
	border-radius: 20px;
}
@media (max-width: 991.98px) {
	.section-2__card img {
		margin-bottom: 10px;
	}
}
.section-2__card-inner {
	padding-left: 35px;
	padding-bottom: 45px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media (max-width: 1182px) {
	.section-2__card-inner {
		padding-left: 20px;
		padding-bottom: 25px;
	}
}
@media (max-width: 991.98px) {
	.section-2__card-inner {
		position: static;
		color: #000;
		padding: 0;
	}
}
.section-2__card-list {
	margin-top: 7px;
}
.section-2__card-items {
	display: flex;
}
.section-2__card-items::before {
	margin-right: 13px;
	font-size: 18px;
	padding-top: 5px;
}
.section-2__card-items:not(:first-of-type) {
	margin-top: 5px;
}
@media (max-width: 991.98px) {
	.section-2__card-items br {
		display: none;
	}
}
.section-3 {
	background-color: #f8f8f9;
	padding-top: 77px;
}
@media (max-width: 767.98px) {
	.section-3 {
		padding-top: 50px;
	}
}
@media (max-width: 640px) {
	.section-3 .visible-hand {
		display: flex;
	}
}
.section-3__cards {
	margin-top: 40px;
	display: flex;
	gap: 36px;
}
@media (max-width: 1182px) {
	.section-3__cards {
		gap: 20px;
	}
}
@media (max-width: 767.98px) {
	.section-3__cards {
		justify-content: center;
		margin-top: 20px;
	}
}
@media (max-width: 640px) {
	.section-3__cards {
		margin-top: 0;
		justify-content: flex-start;
		padding: 5px 0 25px 0;
		gap: 10px;
		overflow-x: scroll;
	}
}
.section-3__card {
	box-shadow:
		0 0 35px #f0f2f5,
		0 13px 0 #fcfcfd;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
.section-3__card:last-of-type .section-3__inscription {
	bottom: -31px;
	right: 42px;
}
@media (max-width: 1182px) {
	.section-3__card:last-of-type .section-3__inscription {
		right: 0;
		left: 0;
		margin: auto;
	}
}
@media (max-width: 991.98px) {
	.section-3__card:last-of-type .section-3__inscription {
		bottom: -25px;
	}
}
@media (max-width: 767.98px) {
	.section-3__card:last-of-type .section-3__inscription {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.section-3__card {
		flex: 0 0 300px;
	}
}
.section-3__inscription {
	position: absolute;
	bottom: 0;
	z-index: -1;
	right: 46px;
}
@media (max-width: 1182px) {
	.section-3__inscription {
		display: flex;
		justify-content: center;
		right: 0;
		left: 0;
	}
}
@media (max-width: 767.98px) {
	.section-3__inscription {
		width: 225px;
		left: 35px;
	}
}
.section-3__card-inner {
	padding: 21px 23px 45px 24px;
}
@media (max-width: 1182px) {
	.section-3__card-inner {
		padding: 15px 15px 45px 15px;
	}
}
.section-3__text {
	margin-left: 13px;
}
@media (max-width: 1182px) {
	.section-3__text {
		margin-left: 5px;
	}
}
.section-3__card-title {
	margin-top: 20px;
	font-size: 26px;
	font-weight: 500;
	line-height: 161.5384615385%;
}
@media (max-width: 991.98px) {
	.section-3__card-title {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media (max-width: 767.98px) {
	.section-3__card-title {
		font-size: 23px;
	}
}
@media (max-width: 374.98px) {
	.section-3__card-title {
		font-size: 21px;
	}
}
.section-3__card-list {
	margin-top: 11px;
}
.section-3__card-item {
	font-size: 18px;
	font-weight: 400;
	line-height: 200%;
	display: flex;
}
@media (max-width: 991.98px) {
	.section-3__card-item {
		font-size: 17px;
	}
}
@media (max-width: 767.98px) {
	.section-3__card-item:not(:first-of-type) {
		margin-top: 10px;
	}
}
.section-3__card-item::before {
	display: inline-block;
	width: 26px;
	text-align: center;
	padding-top: 5px;
	margin-right: 15px;
	margin-left: -3px;
	font-size: 23px;
}
@media (max-width: 991.98px) {
	.section-3__card-item::before {
		margin-right: 10px;
	}
}
@media (max-width: 767.98px) {
	.section-3__card-item::before {
		width: unset;
		padding-top: 0;
	}
}
@media (max-width: 767.98px) {
	.section-3__card-item {
		line-height: 1.3;
	}
}
.section-3__button .quiz-button {
	margin: auto;
	margin-top: 68px;
}
@media (max-width: 767.98px) {
	.section-3__button .quiz-button {
		margin-top: 40px;
	}
}
@media (max-width: 640px) {
	.section-3__button .quiz-button {
		margin-top: 20px;
	}
}
@media (max-width: 374.98px) {
	.section-3__button .quiz-button {
		margin-top: 10px;
	}
}
.section-4 {
	background-color: #f8f8f9;
	padding-top: 80px;
	padding-bottom: 192px;
	border-radius: 0 0 40px 40px;
}
@media (max-width: 767.98px) {
	.section-4 {
		padding-top: 50px;
	}
}
@media (max-width: 479.98px) {
	.section-4 ._section-subtitle br {
		display: none;
	}
}
.section-4__card {
	position: relative;
	z-index: 0;
	border-radius: 25px;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.section-4__card::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(255, 255, 255, 0.55);
		top: 0;
		left: 0;
		z-index: 1;
	}
}
@media (max-width: 767.98px) {
	.section-4__card {
		background-image: url("../img/sec4-back.jpg");
		background-size: cover;
		background-position: center;
	}
	.section-4__card picture {
		display: none;
	}
	.section-4__card::after {
		z-index: -1;
	}
}
.section-4__card-inner {
	padding-left: 90px;
	padding-bottom: 77px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media (max-width: 1182px) {
	.section-4__card-inner {
		justify-content: center;
		top: 0;
		padding-bottom: 0;
		padding-left: 70px;
	}
}
@media (max-width: 767.98px) {
	.section-4__card-inner {
		position: static;
		padding: 20px 30px;
	}
}
@media (max-width: 575.98px) {
	.section-4__card-inner {
		padding: 15px 20px;
	}
}
@media (max-width: 479.98px) {
	.section-4__card-inner {
		padding: 10px 15px;
	}
}
.section-4__title {
	font-size: clamp(22px, 5vw, 32px);
	font-weight: 500;
	line-height: 150%;
	position: relative;
	margin-bottom: 20px;
}
@media (max-width: 991.98px) {
	.section-4__title {
		margin-bottom: 10px;
	}
}
@media (max-width: 374.98px) {
	.section-4__title {
		font-size: 20px;
	}
}
.section-4__temperature {
	background-color: #fff;
	border-radius: 26px;
	padding: 5px 20px;
	color: #4971c9;
}
.section-4__snowflake {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}
.section-4__snowflake::before {
	color: #4971c9;
	font-size: 40px;
}
@media (max-width: 991.98px) {
	.section-4__snowflake::before {
		font-size: 30px;
	}
}
@media (max-width: 991.98px) {
	.section-4__snowflake {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
}
.section-5 {
	margin-top: -90px;
}
@media (max-width: 767.98px) {
	.section-5 {
		margin-top: -140px;
	}
}
.section-5__container {
	background-image: url("../img/sec5-back.jpg");
	background-size: cover;
	border-radius: 40px 40px 0 0;
	padding-bottom: 129px;
	padding-top: 86px;
	z-index: 1;
	position: relative;
}
@media (max-width: 767.98px) {
	.section-5__container {
		padding: 20px 0 30px 0;
	}
}
.section-5__hat {
	position: absolute;
	left: -30px;
	bottom: -166px;
}
@media (max-width: 1635px) {
	.section-5__hat {
		max-width: 30%;
		left: -100px;
	}
}
@media (max-width: 1200px) {
	.section-5__hat {
		display: none;
	}
}
.section-5__bur {
	position: absolute;
	right: -79px;
	bottom: -144px;
}
@media (max-width: 1635px) {
	.section-5__bur {
		max-width: 30%;
		right: -100px;
	}
}
@media (max-width: 1200px) {
	.section-5__bur {
		display: none;
	}
}
.section-5__title {
	color: #fff;
}
.section-5__subtitle {
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 48px;
}
@media (max-width: 767.98px) {
	.section-5__subtitle {
		margin-top: 7px;
		margin-bottom: 25px;
	}
}
.section-6__container {
	padding-top: 91px;
	padding-bottom: 119px;
	background-color: #f0f0f0;
	border-radius: 0 0 40px 40px;
}
@media (max-width: 767.98px) {
	.section-6__container {
		padding-top: 50px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 25px;
	}
}
.section-6__stages {
	margin-top: 45px;
}
@media (max-width: 991.98px) {
	.section-6__stages {
		margin-top: 25px;
	}
}
.section-6__stage1 {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (max-width: 991.98px) {
	.section-6__stage1 {
		gap: 15px;
	}
}
@media (max-width: 991.98px) {
	.stage1 picture {
		display: none;
	}
}
.stage1__card {
	position: relative;
	background-image: url("../img/sec6-etap1-1.png");
	background-size: cover;
	border-radius: 28px;
	background-position: left;
}
.stage1__card-inner {
	padding-left: 67px;
	padding-bottom: 58px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
@media (max-width: 1182px) {
	.stage1__card-inner {
		padding-left: 45px;
		padding-bottom: 40px;
	}
}
@media (max-width: 991.98px) {
	.stage1__card-inner {
		position: static;
		padding: 25px 25px;
		bottom: 0;
		top: 0;
		justify-content: center;
	}
}
@media (max-width: 479.98px) {
	.stage1__card-inner {
		padding: 20px 15px;
	}
}
.stage1__card-title {
	margin-top: 20px;
}
@media (max-width: 1182px) {
	.stage1__card-title {
		text-shadow: 1px 1px 2px #000;
	}
}
@media (max-width: 374.98px) {
	.stage1__card-title br {
		display: none;
	}
}
.stage1__card-button {
	width: 100%;
	max-width: 415px;
	padding: 0 10px;
	height: 83px;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 166.6666666667%;
	margin-top: 24px;
}
@media (max-width: 479.98px) {
	.stage1__card-button {
		margin-top: 20px;
	}
}
.stage1__card-list {
	display: flex;
	margin-top: 44px;
	gap: 115px;
}
@media (max-width: 991.98px) {
	.stage1__card-list {
		flex-direction: column;
		gap: 10px;
		margin-top: 30px;
	}
}
.stage1__card-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 166.6666666667%;
}
.stage1__card-item::before {
	font-size: 35px;
}
@media (max-width: 374.98px) {
	.stage1__card-item::before {
		font-size: 25px;
	}
}
@media (max-width: 1182px) {
	.stage1__card-item {
	}
	.stage1__card-item br {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.stage1__card-item {
		flex-direction: row;
		max-width: 450px;
	}
}
.stage1__items {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (max-width: 991.98px) {
	.stage1__items {
		gap: 15px;
	}
}
.stage1__item {
	position: relative;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.stage1__item {
		background-image: url("../img/sec6-etap1-2.png");
		background-size: cover;
		border-radius: 15px;
		transform: scale(-1, 1);
		height: 250px;
	}
}
@media (max-width: 479.98px) {
	.stage1__item {
		height: 300px;
	}
}
.stage1__item:not(:first-of-type) {
	transform: none;
}
@media (max-width: 991.98px) {
	.stage1__item:not(:first-of-type) {
		background-image: url("../img/sec6-etap1-3.png");
		background-size: cover;
		background-position: right;
	}
}
.stage1__item:not(:first-of-type) .stage1__item-inner {
	right: unset;
	left: 0;
	padding-left: 60px;
	padding-right: 0;
}
@media (max-width: 1182px) {
	.stage1__item:not(:first-of-type) .stage1__item-inner {
		padding-left: 45px;
	}
}
@media (max-width: 991.98px) {
	.stage1__item:not(:first-of-type) .stage1__item-inner {
		padding-left: 25px;
		transform: none;
		max-width: 70%;
	}
	.stage1__item:not(:first-of-type) .stage1__item-inner p br {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.stage1__item:not(:first-of-type) .stage1__item-inner {
		max-width: 100%;
		padding-right: 20px;
	}
}
@media (max-width: 479.98px) {
	.stage1__item:not(:first-of-type) .stage1__item-inner {
		padding-right: 10px;
		padding-left: 15px;
	}
}
.stage1__item-inner {
	padding-left: 692px;
	color: #fff;
	padding-bottom: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media (max-width: 1182px) {
	.stage1__item-inner {
		padding-left: 500px;
		padding-bottom: 0;
		top: 0;
		justify-content: center;
	}
	.stage1__item-inner p {
		margin-bottom: 0;
	}
}
@media (max-width: 991.98px) {
	.stage1__item-inner {
		position: static;
		padding-left: 25px;
		transform: scale(-1, 1);
		justify-content: center;
		height: 100%;
		backdrop-filter: brightness(0.7);
	}
	.stage1__item-inner p {
		padding-left: 40px;
	}
}
@media (max-width: 991.98px) and (max-width: 374.98px) {
	.stage1__item-inner p {
		padding-left: 0;
	}
}
@media (max-width: 991.98px) and (max-width: 479.98px) {
	.stage1__item-inner {
		padding-left: 15px;
		padding-right: 10px;
	}
}
@media (max-width: 767.98px) {
	.stage1__item-inner {
		padding-right: 20px;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		-webkit-backdrop-filter: brightness(0.5);
		backdrop-filter: brightness(0.5);
	}
}
@media (max-width: 479.98px) {
	.stage1__item-inner p br {
		display: none;
	}
}
.stage1__item-title {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	gap: 21px;
}
.stage1__item-title::before {
	font-size: 37px;
}
@media (max-width: 991.98px) {
	.stage1__item:not(:first-of-type) .stage1__item-title br {
		display: none;
	}
	.stage1__item-title::before {
		font-size: 30px;
		padding-top: 7px;
	}
}
@media (max-width: 374.98px) {
	.stage1__item-title::before {
		font-size: 25px;
	}
}
@media (max-width: 991.98px) {
	.stage1__item-title {
		flex-direction: row;
		gap: 10px;
	}
}
@media (max-width: 767.98px) {
	.stage1__item-title br {
		display: none;
	}
}
@media (max-width: 374.98px) {
	.stage1__item-title {
		flex-direction: column;
	}
}
.stage2 {
	margin-top: 77px;
}
@media (max-width: 767.98px) {
	.stage2 {
		margin-top: 40px;
	}
}
.stage2__title {
	font-size: clamp(22px, 5vw, 32px);
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 150%;
	margin-top: 25px;
}
@media (max-width: 767.98px) {
	.stage2__title {
		margin-top: 10px;
	}
}
@media (max-width: 479.98px) {
	.stage2__title br {
		display: none;
	}
}
@media (max-width: 374.98px) {
	.stage2__title {
		font-size: 21px;
	}
}
.stage2__wrapper {
	display: contents;
}
@media (max-width: 767.98px) {
	.stage2__wrapper {
		display: flex;
		gap: 20px;
		margin-top: 20px;
	}
}
@media (max-width: 575.98px) {
	.stage2__wrapper {
		flex-direction: column;
	}
}
.stage2__cards {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: 35px;
}
@media (max-width: 767.98px) {
	.stage2__cards {
		flex-direction: column;
		margin-top: 0px;
	}
}
.stage2__card {
	position: relative;
}
@media (max-width: 767.98px) {
	.stage2__card {
		max-width: 340px;
		min-width: 270px;
	}
}
.stage2__card-inner {
	padding-left: 43px;
	padding-bottom: 23px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}
@media (max-width: 1182px) {
	.stage2__card img {
		filter: brightness(0.7);
	}
}
@media (max-width: 575.98px) {
	.stage2__card img {
		filter: brightness(0.8);
	}
}
@media (max-width: 991.98px) {
	.stage2__card-inner {
		padding-left: 25px;

		width: 100%;
		height: 100%;
		border-radius: 15px;
	}
}
@media (max-width: 767.98px) {
	.stage2__card-inner {
		top: 0;

		padding-bottom: 0;
		justify-content: center;
		padding-left: 15px;
		padding-right: 5px;
	}
	.stage2__card-inner br {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.stage2__card-inner {
		padding-top: 50px;
	}
}
.stage2__card-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.stage2__card-text::before {
	font-size: 37px;
}
@media (max-width: 767.98px) {
	.stage2__card-text::before {
		font-size: 30px;
	}
}
@media (max-width: 1182px) {
}
@media (max-width: 767.98px) {
	.stage2__card-text {
		margin-bottom: 0;
		gap: 3px;
	}
}
.stage2__items {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(2, 560px);
	justify-content: space-between;
}
@media (max-width: 1182px) {
	.stage2__items {
		grid-template-columns: repeat(2, 477px);
	}
}
@media (max-width: 991.98px) {
	.stage2__items {
		grid-template-columns: repeat(2, 356px);
		margin-top: 40px;
	}
}
@media (max-width: 767.98px) {
	.stage2__items {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		max-width: 50%;
		margin-top: 0;
	}
}
@media (max-width: 575.98px) {
	.stage2__items {
		max-width: 340px;
		margin-top: 20px;
	}
}
.stage2__item {
	gap: 30px;
	padding-left: 41px;
}
.stage2__item:first-of-type .stage2__item-title {
	line-height: 184.6153846154%;
}
@media (max-width: 767.98px) {
	.stage2__item:first-of-type .stage2__item-title {
		line-height: 1.3;
	}
}
@media (max-width: 991.98px) {
	.stage2__item {
		padding-left: 0px;
	}
}
.stage2__item-title {
	font-size: 26px;
	font-weight: 500;
	line-height: 157.6923076923%;
}
.stage2__item-title::before {
	font-size: 32px;
	display: flex;
	margin-bottom: 10px;
}
@media (max-width: 767.98px) {
	.stage2__item-title::before {
		font-size: 30px;
		margin-bottom: 5px;
	}
}
@media (max-width: 575.98px) {
	.stage2__item-title::before {
		position: absolute;
		margin-bottom: 0;
		left: 0;
		top: -4px;
	}
}
@media (max-width: 767.98px) {
	.stage2__item-title {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media (max-width: 575.98px) {
	.stage2__item-title {
		font-size: 20px;
		position: relative;
		padding-left: 35px;
		display: inline-flex;
		gap: 5px;
	}
}
@media (max-width: 374.98px) {
	.stage2__item-title {
		flex-direction: column;
		gap: 0;
	}
}
.stage2__green {
	color: #8dc63f;
}
@media (max-width: 575.98px) {
	.stage2__green {
		display: inline;
	}
}
.stage2__item-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
}
@media (max-width: 767.98px) {
	.stage2__item-text {
		font-size: 18px;
	}
	.stage2__item-text br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.stage2__item-text {
		font-size: 16px;
		padding-left: 35px;
	}
}
.stage3 {
	margin-top: 60px;
}
@media (max-width: 767.98px) {
	.stage3 {
		margin-top: 40px;
	}
}

@media (max-width: 575.98px) {
	.stage3 {
		margin-top: 20px;
	}
}
.stage3__card {
	position: relative;
}
@media (max-width: 991.98px) {
	.stage3__card {
		background-size: cover;
		background-position: right;
		background-image: url("../img/sec6-etap3-mob.png");
		border-radius: 28px;
	}
	.stage3__card picture {
		display: none;
	}
}
.stage3__card-inner {
	padding-left: 70px;
	padding-top: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #000;
}
@media (max-width: 1182px) {
	.stage3__card-inner {
		padding-left: 45px;
		padding-top: 40px;
	}
}
@media (max-width: 991.98px) {
	.stage3__card-inner {
		position: static;
		padding: 25px;
		width: 100%;
		height: 100%;
		-webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px);
		border-radius: 28px;
	}
}
@media (max-width: 479.98px) {
	.stage3__card-inner {
		padding: 20px 15px;
	}
}
.stage3__title {
	margin-top: 28px;
}
@media (max-width: 1182px) {
	.stage3__title {
		margin-top: 15px;
		text-shadow: none !important;
	}
}
@media (max-width: 575.98px) {
	.stage3__title br {
		display: none;
	}
}
.stage3__subtitle {
	margin-top: 10px;
}
@media (max-width: 1182px) {
	.stage3__subtitle {
		margin-top: 5px;
	}
}
.stage3__list {
	margin-top: 35px;
	display: flex;
	gap: 113px;
}
@media (max-width: 1182px) {
	.stage3__list {
		margin-top: 20px;
	}
}
@media (max-width: 991.98px) {
	.stage3__list {
		gap: 50px;
		margin-top: 15px;
	}
}
@media (max-width: 575.98px) {
	.stage3__list {
		flex-direction: column;
		gap: 0px;
	}
}
@media (max-width: 991.98px) {
	.stage3__list-item {
		flex-basis: 50%;
	}
}
.stage3__list-title {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 160%;
}
@media (max-width: 1182px) {
	.stage3__list-title {
		gap: 5px;
	}
}
.stage3__list-title::before {
	font-size: 35px;
}
@media (max-width: 1182px) {
	.stage3__list-title::before {
		font-size: 30px;
	}
}
@media (max-width: 767.98px) {
	.stage3__list-title {
		font-size: 18px;
	}
	.stage3__list-title br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.stage3__list-title {
		flex-direction: row;
		align-items: center;
	}
}
.stage3__list-text {
	margin-top: 10px;
}
@media (max-width: 1182px) {
	.stage3__list-text {
		margin-top: 5px;
	}
}
@media (max-width: 991.98px) {
	.stage3__list-text br {
		display: none;
	}
}
.stage3__sublist-item {
	display: flex;
	align-items: center;
}
.stage3__sublist-item::before {
	content: "";
	flex-grow: 0;
	flex-shrink: 0;
	width: 3px;
	border-radius: 50%;
	height: 3px;
	background-color: #000;
	margin-right: 14px;
	margin-left: 1px;
}
.stage__billet {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	max-width: 140px;
	height: 52px;
	box-shadow: inset 0 0 10px rgba(255, 220, 135, 0.32);
	border-radius: 26px;
	background-color: #ffa225;
	background-image: linear-gradient(to top, #ffa335 0%, #ffbb59 100%);
}
.stage__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 146.6666666667%;
}
@media (max-width: 1182px) {
	.stage__title {
	}
}
@media (max-width: 767.98px) {
	.stage__title {
		font-size: 27px;
	}
}
@media (max-width: 575.98px) {
	.stage__title {
		font-size: 24px;
	}
}
@media (max-width: 479.98px) {
	.stage__title {
		font-size: 22px;
	}
}
.section-7 {
	margin-top: 101px;
}
@media (max-width: 991.98px) {
	.section-7 .visible-hand {
		display: flex;
	}
}
@media (max-width: 767.98px) {
	.section-7 {
		margin-top: 35px;
	}
}
.section-7__cards {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 45px;
}
@media (max-width: 1182px) {
	.section-7__cards {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 991.98px) {
	.section-7__cards {
		display: grid;
		grid-template-columns: repeat(3, 300px);
		overflow: scroll;
		margin-top: 0;
	}
}
.section-7__pic {
	border-radius: 20px;
}
.section-7__card-title {
	margin-top: 23px;
}
@media (max-width: 767.98px) {
	.section-7__card-title {
		margin-top: 15px;
	}
}
.section-7__card-text {
	margin-top: 8px;
}
@media (max-width: 1182px) {
	.section-7__card-text br {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.section-7__card-text {
		margin-top: 3px;
	}
}
.section-7__list-item {
	display: flex;
	align-items: center;
}
.section-7__list-item::before {
	font-size: 18px;
	margin-left: 2px;
	margin-right: 13px;
}
.section-8 {
	margin-top: 85px;
}
@media (max-width: 767.98px) {
	.section-8 {
		margin-top: 50px;
	}
}
.section-8__title {
	text-align: left;
}
@media (max-width: 1400px) {
	.section-8__title {
		max-width: 75%;
	}
}
@media (max-width: 1182px) {
	.section-8__title {
		max-width: 70%;
	}
}
@media (max-width: 991.98px) {
	.section-8__title {
		max-width: 81%;
	}
	.section-8__title br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.section-8__title {
		max-width: 100%;
		font-size: 26px;
	}
}
@media (max-width: 374.98px) {
	.section-8__title {
		font-size: 23px;
	}
}
.section-8__card {
	position: relative;
}
@media (max-width: 1182px) {
	.section-8__card {
		background-image: url("../img/sec8-card.png");
		background-size: cover;
		border-radius: 20px;
	}
	.section-8__card picture {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.section-8__card {
		background-position: 45%;
	}
}
@media (max-width: 575.98px) {
	.section-8__card {
		background-position: left;
	}
}
.section-8__inner {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 75px;
	padding-left: 115px;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1400px) {
	.section-8__inner {
		padding-top: 50px;
		padding-left: 70px;
	}
}
@media (max-width: 1182px) {
	.section-8__inner {
		position: static;
		padding-bottom: 40px;
		padding-left: 50px;
	}
}
@media (max-width: 991.98px) {
	.section-8__inner {
		padding-left: 30px;
	}
}
@media (max-width: 767.98px) {
	.section-8__inner {
		padding: 30px 20px;
	}
}
@media (max-width: 575.98px) {
	.section-8__inner {
		padding: 20px;
	}
}
@media (max-width: 374.98px) {
	.section-8__inner {
		padding: 20px 10px;
	}
}
.section-8__list {
	margin-top: 20px;
}
@media (max-width: 1400px) {
	.section-8__list {
		margin-top: 10px;
	}
}
.section-8__list-item {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 190%;
	display: flex;
}
.section-8__list-item::before {
	font-size: 20px;
	padding-top: 6px;
	margin-right: 16px;
}
@media (max-width: 374.98px) {
	.section-8__list-item::before {
		font-size: 18px;
		margin-right: 10px;
	}
}
@media (max-width: 575.98px) {
	.section-8__list-item {
		font-size: 18px;
	}
}
@media (max-width: 374.98px) {
	.section-8__list-item {
		font-size: 16px;
	}
}
.section-8__form {
	margin-top: 40px;
}
@media (max-width: 1400px) {
	.section-8__form {
		margin-top: 25px;
	}
}
@media (max-width: 575.98px) {
	.section-8__form {
		margin-top: 15px;
	}
}
.section-8__callback {
	margin-top: 40px;
	color: #fff;
	font-size: 22px;
	line-height: 163.6363636364%;
	display: flex;
	align-items: center;
}
.section-8__callback::before {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8dc63f;
	margin-left: 3px;
	margin-top: -3px;
	margin-right: 17px;
	flex-shrink: 0;
}
@media (max-width: 1400px) {
	.section-8__callback {
		margin-top: 25px;
	}
}
@media (max-width: 479.98px) {
	.section-8__callback {
		line-height: 1.3;
		font-size: 18px;
		justify-content: center;
	}
}
.section-8__callback-text {
	font-weight: 700;
	color:#000
}
@media (max-width: 479.98px) {
	.section-8__callback-text {
		display: flex;
		flex-direction: column;
	}
}
.section-8__callback-link {
	font-weight: 700;
	position: relative;
	color:#000
}
.section-8__callback-link::after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0px;
	height: 1px;
	background-color: #fff;
	content: "";
	transition: width 0.2s ease-out;
}
.section-8__callback-link:hover::after {
	width: 100%;
}
.engineer-form {
	display: flex;
	gap: 16px;
}
@media (max-width: 991.98px) {
	.engineer-form {
		flex-direction: column;
	}
}
.engineer-form__phone {
	width: 339px;
}
.engineer-form__button {
	width: 418px;
	height: 93px;
	font-size: 19px;
	font-weight: 500;
	line-height: 157.8947368421%;
}
@media (max-width: 575.98px) {
	.engineer-form__button {
		width: 100%;
	}
}
.section-9 {
	margin-top: 98px;
}
@media (max-width: 767.98px) {
	.section-9 {
		margin-top: 50px;
	}
}
.section-9__subtitle {
	margin-top: 13px;
	text-align: center;
}
@media (max-width: 575.98px) {
	.section-9__subtitle {
		margin-top: 7px;
	}
}
.section-9__items {
	margin-top: 50px;
	display: grid;
	-moz-column-gap: clamp(50px, 8vw, 148px);
	column-gap: clamp(50px, 8vw, 148px);
	row-gap: 43px;
	grid-template-columns: repeat(3, auto);
}
@media (max-width: 1182px) {
	.section-9__items {
		grid-template-columns: repeat(3, 1fr);
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
}
@media (max-width: 767.98px) {
	.section-9__items {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
		margin-top: 25px;
	}
}
@media (max-width: 575.98px) {
	.section-9__items {
		grid-template-columns: auto;
		gap: 13px;
		margin-top: 15px;
	}
}
.section-9__item {
	position: relative;
}
.section-9__item:nth-of-type(5) .section-9__pic::before {
	padding-bottom: 2px;
}
.section-9__item:nth-of-type(4) .section-9__pic::before {
	padding-bottom: 6px;
}
@media (max-width: 1182px) {
	.section-9__item br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.section-9__item {
		display: flex;
		gap: 10px;
		box-shadow: 0 0 20px #e6e6e6;
		border-radius: 10px;
		padding: 10px 5px;
	}
}
.section-9__number {
	position: absolute;
}
.section-9__pic::before {
	width: 66px;
	height: 66px;
	background-color: #8dc63f;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 30px;
}
@media (max-width: 575.98px) {
	.section-9__pic::before {
		width: 45px;
		height: 45px;
		font-size: 25px;
	}
}
@media (max-width: 575.98px) {
	.section-9__pic {
		padding-top: 12px;
	}
}
.section-9__item-title {
	margin-top: 20px;
	margin-bottom: 13px;
}
@media (max-width: 767.98px) {
	.section-9__item-title {
		margin-top: 10px;
		margin-bottom: 5px;
	}
}
.section-9__item-text {
	margin-bottom: 0;
}
.section-9__list {
	margin-top: 8px;
}
@media (max-width: 575.98px) {
	.section-9__list {
		margin-top: 5px;
	}
}
.section-9__list-item::before {
	font-size: 15px;
	margin-right: 13px;
}
.section-10 {
	margin-top: 96px;
}
@media (max-width: 767.98px) {
	.section-10 {
		margin-top: 50px;
	}
}
.section-10__card {
	position: relative;
}
@media (max-width: 1182px) {
	.section-10__card {
		background-image: url("../img/sec10-card.png");
		background-size: cover;
		border-radius: 20px;
	}
	.section-10__card picture {
		display: none;
	}
}
@media (max-width: 1182px) {
	.section-10__card {
		background-position: 45%;
	}
}
@media (max-width: 575.98px) {
	.section-10__card {
		background-position: left;
	}
}
.section-10__inner {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 95px;
	padding-left: 115px;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1400px) {
	.section-10__inner {
		padding-top: 50px;
		padding-left: 70px;
	}
}
@media (max-width: 1182px) {
	.section-10__inner {
		position: static;
		padding-bottom: 40px;
		padding-left: 50px;
	}
}
@media (max-width: 991.98px) {
	.section-10__inner {
		padding-left: 30px;
	}
}
@media (max-width: 767.98px) {
	.section-10__inner {
		padding: 30px 20px;
	}
}
@media (max-width: 575.98px) {
	.section-10__inner {
		padding: 20px;
	}
}
@media (max-width: 374.98px) {
	.section-10__inner {
		padding: 20px 10px;
	}
}
.section-10__title {
	text-align: left;
}
@media (max-width: 1182px) {
	.section-10__title {
		max-width: 70%;
	}
}
@media (max-width: 991.98px) {
	.section-10__title {
		max-width: 78%;
	}
	.section-10__title br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.section-10__title {
		max-width: 100%;
		font-size: 26px;
	}
}
@media (max-width: 374.98px) {
	.section-10__title {
		font-size: 23px;
	}
}
.section-10__subtitle {
	margin-top: 10px;
}

@media (max-width: 479.98px) {
	.section-10__subtitle br {
		display: none;
	}
}

.section-10__list {
	margin-top: 62px;
	display: flex;
	gap: 73px;
}
@media (max-width: 767.98px) {
	.section-10__list {
		gap: 35px;
		margin-top: 30px;
	}
	.section-10__list br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.section-10__list {
		flex-direction: column;
		gap: 17px;
		margin-top: 20px;
	}
}
.section-10__list-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 160%;
}
.section-10__list-item::before {
	font-size: 35px;
}
@media (max-width: 575.98px) {
	.section-10__list-item::before {
		font-size: 30px;
	}
}
@media (max-width: 767.98px) {
	.section-10__list-item {
		font-size: 18px;
		gap: 8px;
		width: 50%;
		-webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px);
	}
}
@media (max-width: 575.98px) {
	.section-10__list-item {
		width: 100%;
	}
}
.section-10__sublist {
	margin-top: 1px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.section-10__sublist-item {
	font-size: 17px;
	font-weight: 400;
	line-height: 170.5882352941%;
	display: flex;
}
.section-10__sublist-item::before {
	padding-top: 3px;
	font-size: 18px;
	margin-right: 13px;
	margin-left: 1px;
}
@media (max-width: 767.98px) {
	.section-10__sublist-item {
		font-size: 16px;
	}
}
.section-11 {
	margin-top: 90px;
}
@media (max-width: 767.98px) {
	.section-11 {
		margin-top: 50px;
	}
	.section-11 .visible-hand {
		display: flex;
	}
}
.section-11__items {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 25px;
}
@media (max-width: 991.98px) {
	.section-11__items {
		gap: 10px;
	}
}
@media (max-width: 767.98px) {
	.section-11__items {
		flex-direction: column;
		align-items: center;
		max-width: 350px;
		margin: auto;
		margin-top: 15px;
	}
}
.section-11__item {
	display: flex;
	border: 1px solid #f3f3f3;
	font-size: 19px;
	font-weight: 400;
	height: 51px;
	line-height: 189.4736842105%;
	border-radius: 10px;
	padding: 0px 25px;
	align-items: center;
}
.section-11__item::before {
	margin-right: 13px;
	font-size: 25px;
}
@media (max-width: 991.98px) {
	.section-11__item {
		height: 61px;
		padding: 0px 20px;
		line-height: 1.2;
	}
}
@media (max-width: 767.98px) {
	.section-11__item {
		font-size: 18px;
		width: 100%;
		height: 51px;
	}
}
.section-11__cards {
	margin-top: 47px;
	display: grid;
	gap: 30px;
	grid-template-areas: "a b" "c c";
}
@media (max-width: 991.98px) {
	.section-11__cards {
		gap: 20px;
	}
}
@media (max-width: 767.98px) {
	.section-11__cards {
		gap: 15px;
		grid-template-columns: repeat(3, 300px);
		overflow: scroll;
		margin-top: 0;
		grid-template-areas: "a b c";
	}
}
.section-11__card {
	position: relative;
}
.section-11__card:first-of-type {
	grid-area: a;
}
.section-11__card:nth-of-type(2) {
	grid-area: b;
}
.section-11__card:last-of-type {
	grid-area: c;
}
@media (max-width: 767.98px) {
	.section-11__card picture img {
		border-radius: 10px;
	}
}
.section-11__card-inner {
	position: absolute;
	padding-left: 45px;
	padding-bottom: 26px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media (max-width: 991.98px) {
	.section-11__card-inner {
		padding-left: 30px;
		padding-bottom: 10px;
	}
}
@media (max-width: 767.98px) {
	.section-11__card-inner {
		position: static;
		padding: 0;
		justify-content: unset;
		color: #000;
		margin-top: 15px;
	}
}
@media (max-width: 767.98px) {
	.section-11__card-title br {
		display: none;
	}
}
.section-11__card-text {
	margin-top: 11px;
}
@media (max-width: 767.98px) {
	.section-11__card-text {
		margin-top: 5px;
		margin-bottom: 0;
	}
	.section-11__card-text br {
		display: none;
	}
}
.section-11__long-inner {
	padding-bottom: 28px;
	padding-left: 723px;
}
@media (max-width: 1182px) {
	.section-11__long-inner {
		padding-left: 550px;
	}
}
@media (max-width: 991.98px) {
	.section-11__long-inner {
		padding-left: 350px;
		padding-bottom: 15px;
	}
}
@media (max-width: 767.98px) {
	.section-11__long-inner {
		padding: 0;
	}
}
.section-12 {
	margin-top: 113px;
}
@media (max-width: 767.98px) {
	.section-12 {
		margin-top: 50px;
	}
}
.section-12__title {
	text-align: left;
}
@media (max-width: 1400px) {
	.section-12__title {
		max-width: 90%;
	}
}
@media (max-width: 1182px) {
	.section-12__title {
		max-width: 75%;
	}
}
@media (max-width: 991.98px) {
	.section-12__title {
		max-width: 81%;
	}
	.section-12__title br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.section-12__title {
		max-width: 100%;
		font-size: 26px;
	}
}
@media (max-width: 374.98px) {
	.section-12__title {
		font-size: 23px;
	}
}
.section-12__card {
	position: relative;
}
@media (max-width: 1182px) {
	.section-12__card {
		background-image: url("../img/sec12-card.png");
		background-size: cover;
		border-radius: 20px;
	}
	.section-12__card picture {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.section-12__card {
		background-position: 45%;
	}
}
@media (max-width: 767.98px) {
	.section-12__card {
		background-position: 55%;
	}
}
@media (max-width: 575.98px) {
	.section-12__card {
		background-position: left;
	}
}
.section-12__inner {
	position: absolute;
	top: 0;
	color: #fff;
	left: 0;
	padding-top: 82px;
	padding-left: 115px;
	z-index: 1;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1400px) {
	.section-12__inner {
		padding-top: 50px;
		padding-left: 70px;
	}
}
@media (max-width: 1182px) {
	.section-12__inner {
		position: static;
		padding-bottom: 40px;
		padding-left: 50px;
	}
}
@media (max-width: 991.98px) {
	.section-12__inner {
		padding-left: 30px;
	}
}
@media (max-width: 767.98px) {
	.section-12__inner {
		padding: 30px 20px;
	}
}
@media (max-width: 575.98px) {
	.section-12__inner {
		padding: 20px;
	}
}
@media (max-width: 374.98px) {
	.section-12__inner {
		padding: 20px 10px;
	}
}
.section-12__list {
	margin-top: 20px;
}
@media (max-width: 1400px) {
	.section-12__list {
		margin-top: 10px;
	}
}
.section-12__list-item {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 190%;
	display: flex;
}
.section-12__list-item::before {
	font-size: 20px;
	padding-top: 6px;
	margin-right: 16px;
}
@media (max-width: 374.98px) {
	.section-12__list-item::before {
		font-size: 18px;
		margin-right: 10px;
	}
}
@media (max-width: 575.98px) {
	.section-12__list-item {
		font-size: 18px;
	}
}
@media (max-width: 374.98px) {
	.section-12__list-item {
		font-size: 16px;
	}
}
.section-12__form {
	margin-top: 40px;
}
@media (max-width: 1400px) {
	.section-12__form {
		margin-top: 25px;
	}
}
@media (max-width: 575.98px) {
	.section-12__form {
		margin-top: 15px;
	}
}
.section-12__form .engineer-form__button {
	width: 430px;
}
@media (max-width: 575.98px) {
	.section-12__form .engineer-form__button {
		width: 100%;
	}
}
.section-12__callback {
	margin-top: 37px;
	color: #fff;
	font-size: 22px;
	line-height: 163.6363636364%;
	display: flex;
	align-items: center;
}
.section-12__callback::before {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8dc63f;
	margin-left: 3px;
	margin-top: -3px;
	margin-right: 17px;
	flex-shrink: 0;
}
@media (max-width: 1400px) {
	.section-12__callback {
		margin-top: 25px;
	}
}
@media (max-width: 479.98px) {
	.section-12__callback {
		line-height: 1.3;
		font-size: 18px;
		justify-content: center;
	}
}
.section-12__callback-text {
	font-weight: 700;
}
@media (max-width: 479.98px) {
	.section-12__callback-text {
		display: flex;
		flex-direction: column;
	}
}
.section-12__callback-link {
	font-weight: 700;
	position: relative;
}
.section-12__callback-link::after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0px;
	height: 1px;
	background-color: #fff;
	content: "";
	transition: width 0.2s ease-out;
}
.section-12__callback-link:hover::after {
	width: 100%;
}
.section-13 {
	background-color: #f8f8f9;
	margin-top: -350px;
	padding-top: 440px;
}
@media (max-width: 767.98px) {
	.section-13 {
		padding-top: 400px;
	}
}
@media (max-width: 575.98px) {
	.section-13 .visible-hand {
		display: flex;
	}
}
.section-13__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 33px 30px;
	margin-top: 46px;
}
@media (max-width: 991.98px) {
	.section-13__cards {
		gap: 15px;
	}
}
@media (max-width: 767.98px) {
	.section-13__cards {
		gap: 10px;
		margin-top: 25px;
	}
}
@media (max-width: 575.98px) {
	.section-13__cards {
		margin-top: 0;
		grid-template-columns: repeat(4, 300px);
		overflow: scroll;
	}
}
.section-13__card {
	position: relative;
}
.section-13__card:nth-of-type(3) .section-13__card-inner {
	color: #000;
}
.section-13__card-inner {
	position: absolute;
	padding-left: 41px;
	padding-bottom: 22px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media (max-width: 991.98px) {
	.section-13__card-inner {
		padding-left: 20px;
		padding-bottom: 5px;
	}
}
@media (max-width: 767.98px) {
	.section-13__card-inner {
		padding-left: 10px;
		-webkit-backdrop-filter: blur(1.5px);
		backdrop-filter: blur(1.5px);
		width: 100%;
		padding-bottom: 10px;
	}
}
.section-13__card-text {
	line-height: 163.6363636364%;
	font-weight: 400;
}
@media (max-width: 767.98px) {
	.section-13__card-text {
		margin-bottom: 0;
		line-height: 150%;
	}
}
.section-14 {
	padding-top: 100px;
	background-color: #f8f8f9;
}
@media (max-width: 767.98px) {
	.section-14 {
		padding-top: 50px;
	}
}
.section-14__container {
	position: relative;
}
.section-14__subtitle {
	text-align: center;
	margin-top: 9px;
}
.section-14__docs {
	position: absolute;
	right: -115px;
	bottom: -11px;
}
@media (max-width: 1182px) {
	.section-14__docs {
		max-width: 80%;
		right: -200px;
		bottom: 0;
		top: 300px;
	}
}
@media (max-width: 991.98px) {
	.section-14__docs {
		max-width: 75%;
	}
}
@media (max-width: 767.98px) {
	.section-14__docs {
		display: none;
	}
}
.section-14__items {
	margin-top: 82px;
	display: flex;
	flex-direction: column;
	gap: 44px;
}
@media (max-width: 767.98px) {
	.section-14__items {
		max-width: 80%;
		margin-top: 30px;
		gap: 20px;
	}
	.section-14__items br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.section-14__items {
		max-width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 374.98px) {
	.section-14__items {
		margin-top: 10px;
	}
}
.section-14__item {
	display: flex;
	gap: 20px;
}
.section-14__item:nth-of-type(2) .section-14__item-icon::before {
	padding-left: 2px;
}
@media (max-width: 575.98px) {
	.section-14__item:nth-of-type(2) .section-14__item-icon::before {
		padding-top: 2px;
	}
}
.section-14__item:nth-of-type(1) .section-14__item-icon::before {
	padding-left: 1px;
	padding-top: 2px;
}
@media (max-width: 575.98px) {
	.section-14__item {
		gap: 15px;
		box-shadow: 0 0 20px #e6e6e6;
		border-radius: 10px;
		padding: 10px 5px;
	}
}
@media (max-width: 374.98px) {
	.section-14__item {
		flex-direction: column;
		gap: 5px;
	}
}
.section-14__item-icon::before {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #8dc63f;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}
@media (max-width: 575.98px) {
	.section-14__item-icon::before {
		width: 45px;
		height: 45px;
		font-size: 25px;
	}
}
.section-14__item-inner {
	padding-top: 17px;
}
@media (max-width: 767.98px) {
	.section-14__item-inner {
		padding-top: 0;
	}
}
@media (max-width: 991.98px) {
	.section-14__item-title {
		font-size: 20px;
	}
}
@media (max-width: 575.98px) {
	.section-14__item-title {
		font-size: 18px;
	}
}
.section-14__item-text {
	margin-top: 10px;
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.section-14__item-text {
		margin-top: 5px;
	}
}
.section-14__note {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 15px;
	margin-bottom: 7px;
}
@media (max-width: 767.98px) {
	.section-14__note {
		margin-bottom: 0;
		margin-top: 7px;
	}
}
.section-14__note-text {
	margin-bottom: 0;
	color: #8f90a6;
	font-size: 15px;
	font-weight: 400;
	line-height: 173.3333333333%;
}
.section-14__note-text br {
	display: block !important;
}

.slider-cases {
	overflow: hidden;
}
.swiper-button-lock {
	display: flex;
}
.swiper-slide-thumb-active {
	background-color: #f8f8f9;
	border-color: #f8f8f9;
}
.swiper-slide-thumb-active .slider-nav__text {
	color: #000000;
}
.swiper-slide-thumb-active .slider-nav__name {
	font-weight: 700;
}
.section-15 {
	background-color: #f8f8f9;
	padding-bottom: 100px;
	padding-top: 95px;
}

.section-15 img {
	border-radius: 16px;
	overflow: hidden;
}
.section-15__subtitle {
	text-align: center;
	margin-top: 5px;
}
@media (max-width: 767.98px) {
	.section-15 {
		padding-bottom: 30px;
		padding-top: 50px;
	}
}
.section-15__slider-cases {
	background-color: #fff;
	margin-top: 50px;
	padding: 45px 94px;
	border-radius: 30px;
	padding-bottom: 50px;
	outline: 1px solid #f7f7f8;
	outline-offset: -12px;
}
@media (max-width: 1300px) {
	.section-15__slider-cases {
		padding: 45px 60px 50px 60px;
	}
}
@media (max-width: 1182px) {
	.section-15__slider-cases {
		padding: 45px 40px 50px 40px;
	}
}
@media (max-width: 767.98px) {
	.section-15__slider-cases {
		margin-top: 30px;
		padding: 30px 20px 20px 20px;
		outline: none;
	}
}
@media (max-width: 575.98px) {
	.section-15__slider-cases {
		margin-top: 30px;
		padding: 20px 10px 20px 10px;
	}
}
.section-15__button {
	justify-self: flex-end;
}
@media (max-width: 991.98px) {
	.section-15__button {
		display: none;
	}
}
.section-15__btn {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	height: 78px;
	letter-spacing: normal;
	line-height: 168.75%;
	margin-top: 30px;
	width: 311px;
}
@media (max-width: 1182px) {
	.section-15__btn {
		width: 100%;
	}
}
.slider-nav {
	overflow: hidden;
}
.slider-nav__wrapper {
	justify-content: space-between;
}
.slider-nav__slide {
	align-items: center;
	border: 1px solid #f8f8f9;
	border-radius: 16px;
	cursor: pointer;
	display: flex;
	gap: 10px;
	padding: 10px;
}
@media (max-width: 1182px) {
	.slider-nav__slide {
		gap: 10px;
		flex-direction: column;
	}
}
@media (max-width: 991.98px) {
}
@media (max-width: 575.98px) {
	.slider-nav__slide {
		gap: 7px;
	}
}
@media (max-width: 479.98px) {
	.slider-nav__slide {
		flex-direction: column;
		height: auto;
		padding: 5px;
	}
}
.slider-nav__text {
	color: #8f90a6;
	display: flex;
	flex-direction: column;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 185.7142857143%;
}
@media (max-width: 479.98px) {
	.slider-nav__text {
		line-height: 1.4;
		text-align: center;
		font-size: 13px;
	}
}
.slider-for {
	margin-top: 54px;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.slider-for {
		margin-top: 30px;
	}
}
@media (max-width: 479.98px) {
	.slider-for {
		margin-top: 20px;
	}
}
.slider-for__wrapper2 {
	display: contents;
}
@media (max-width: 991.98px) {
	.slider-for__wrapper2 {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 767.98px) {
	.slider-for__wrapper2 {
		gap: 15px;
	}
}
@media (max-width: 575.98px) {
	.slider-for__wrapper2 {
		flex-direction: column;
	}
}
.slider-for__item {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	padding-bottom: 5px;
}
@media (max-width: 1182px) {
	.slider-for__item {
		display: grid;
		gap: 20px;
		grid-template-columns: 27% 34% 32%;
	}
}
@media (max-width: 991.98px) {
	.slider-for__item {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 991.98px) {
	.slider-for__buttons {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}
.slider-for__modal-button {
	display: none;
}
@media (max-width: 991.98px) {
	.slider-for__modal-button {
		display: block;
	}
	.slider-for__modal-button button {
		margin-top: 0;
		width: 315px;
	}
}

@media (max-width: 479.98px) {
	.slider-for__modal-button button {
		width: 100%;
	}
}

.slider-for__img {
	flex-basis: 305px;
}
@media (max-width: 767.98px) {
	.slider-for__img picture,
	.slider-for__img img {
		height: 100%;
	}
}
@media (max-width: 575.98px) {
	.slider-for__img picture,
	.slider-for__img img {
		height: auto;
		width: 100%;
	}

	.slider-for__img {
		flex-basis: auto;
	}
}
.slider-for__middle {
	display: flex;
	flex-basis: 323px;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 575.98px) {
	.slider-for__middle {
		flex-basis: auto;
	}
}
.slider-for__blocks {
	display: flex;
	flex-direction: column;
	gap: 35px;
}
@media (max-width: 767.98px) {
	.slider-for__blocks {
		gap: 20px;
	}
}
.slider-for__title {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: normal;
	margin-bottom: 15px;
}
@media (max-width: 767.98px) {
	.slider-for__title {
		margin-bottom: 7px;
	}
}
.slider-for__dot {
	margin-top: 7px;
}
.slider-for__dot::before {
	margin-right: 13px;
}
@media (max-width: 1182px) {
	.slider-for__dot::before {
		margin-right: 7px;
	}
}
.slider-for__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 186.6666666667%;
	display: flex;
}
.slider-for__text::before {
	margin-top: 4px;
}
@media (max-width: 767.98px) {
	.slider-for__text {
		line-height: 1.7;
	}
}
@media (max-width: 479.98px) {
	.slider-for__text {
		line-height: 1.6;
	}
}
.slider-for__text br {
	display: none;
}
.slider-for__rightside {
	display: flex;
	flex-basis: 343px;
	flex-direction: column;
}
@media (max-width: 767.98px) {
	.slider-for__rightside {
		flex-basis: auto;
	}
}

.slider-for__review {
	border-radius: 16px;
	background-color: #f8f8f9;
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 25px;
	padding-top: 15px;
}
@media (max-width: 767.98px) {
	.slider-for__review {
		padding: 10px 15px;
	}
}
@media (max-width: 575.98px) {
	.slider-for__review {
		padding: 5px 10px;
	}
}
.slider-for__next-button {
	align-self: flex-start;
	margin-top: 30px;
}
@media (max-width: 575.98px) {
	.slider-for__next-button {
		margin-top: 20px;
	}
}

.section-16 {
	background-color: #f8f8f9;
	border-radius: 0 0 40px 40px;
	padding-bottom: 382px;
}
@media (max-width: 767.98px) {
	.section-16 {
		padding-top: 20px;
	}
}
.section-16 p {
	margin-bottom: 0;
}
.section-16__items {
	margin-top: 43px;
	display: flex;
	gap: 29px;
	height: 190px;
	justify-content: center;
}
@media (max-width: 1182px) {
	.section-16__items {
		gap: 25px;
	}
}
@media (max-width: 991.98px) {
	.section-16__items {
		gap: 10px;
		height: 160px;
	}
}
@media (max-width: 767.98px) {
	.section-16__items {
		flex-direction: column;
		height: auto;
		gap: 10px;
		max-width: 350px;
		margin: auto;
		margin-top: 20px;
	}
}
.section-16__item {
	background-color: #f2f3f4;
	border-radius: 16px;
	padding-top: 33px;
	padding-left: 33px;
	flex-basis: 370px;
}
@media (max-width: 1182px) {
	.section-16__item {
		flex-basis: 100%;
		padding-left: 40px;
	}
}
@media (max-width: 991.98px) {
	.section-16__item {
		padding-top: 24px;
	}
}
@media (max-width: 767.98px) {
	.section-16__item {
		padding-left: 70px;
		height: 130px;
		flex-basis: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 0;
	}
}
@media (max-width: 374.98px) {
	.section-16__item {
		padding-left: 15%;
	}
}
.section-16__item-title {
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
}
@media (max-width: 767.98px) {
	.section-16__item-title {
		font-size: 22px;
	}
}
@media (max-width: 575.98px) {
	.section-16__item-title {
		font-size: 20px;
	}
}
.section-16__item-block {
	margin-top: 20px;
	display: flex;
	gap: 15px;
}
@media (max-width: 991.98px) {
	.section-16__item-block {
		margin-top: 10px;
		gap: 10px;
	}
}
.section-16__item-icon::before {
	width: 38px;
	height: 38px;
	background-color: #8dc63f;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
}
@media (max-width: 991.98px) {
	.section-16__item-icon::before {
		width: 30px;
		height: 30px;
	}
}
.section-16__callback {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.section-16__callback-link {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	padding-top: 10px;
	position: relative;
}
.section-16__callback-link::after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0px;
	height: 1px;
	background-color: #000;
	content: "";
	transition: width 0.2s ease-out;
}
.section-16__callback-link:hover::after {
	width: 100%;
}
.section-16__callback-btn {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: #83b43c;
	text-decoration-color: #83b43c;
	color: #83b43c;
	margin-top: 17px;
}
.section-16__callback-btn:hover {
	-webkit-text-decoration-color: #56851c;
	text-decoration-color: #56851c;
	color: #56851c;
}
.section-16__item-socs {
	flex-direction: column;
	gap: 10px;
}
.section-16__item-soc {
	display: flex;
	align-items: center;
	gap: 16px;
}
.section-16__item-soc a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: #000;
	text-decoration-color: #000;
}
.section-16__item-soc a:hover {
	color: #56851c;
	-webkit-text-decoration-color: #56851c;
	text-decoration-color: #56851c;
}
.section-16__item-soc:nth-of-type(1)::before {
	background-color: #3fbf50;
	font-size: 18px;
	padding-right: 1px;
}
.section-16__item-soc:nth-of-type(2)::before {
	font-size: 15px;
	background-color: #35aae7;
	padding-right: 2px;
	padding-bottom: 1px;
}
.section-16__item-soc::before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-16__item-mail {
	align-items: center;
}
.section-16__mail-link {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: #83b43c;
	text-decoration-color: #83b43c;
	color: #83b43c;
}
.section-16__mail-link:hover {
	-webkit-text-decoration-color: #56851c;
	text-decoration-color: #56851c;
	color: #56851c;
}
.section-17 {
	margin-top: -310px;
}
@media (max-width: 767.98px) {
	.section-17 {
		margin-top: -350px;
	}
}

.section-17__back {
	display: none;
}

.section-17__card {
	position: relative;
	background-image: url("../img/sec16-card.png");
	background-size: cover;
	border-radius: 30px;
	z-index: 0;
}

.section-17__phone {
	position: absolute;
	right: -37px;
	top: 34px;
	max-width: 20%;
}
@media (max-width: 1182px) {
	.section-17__phone {
		left: 40%;
		max-width: 17%;
		bottom: 0px;
		top: unset;
	}
}
@media (max-width: 1182px) and (max-width: 991.98px) {
	.section-17__phone {
		left: unset;
		right: -20px;
		max-width: 100%;
	}
}
@media (max-width: 1182px) and (max-width: 767.98px) {
	.section-17__phone {
		max-width: 35%;
		z-index: -1;
	}
}
@media (max-width: 1182px) and (max-width: 575.98px) {
	.section-17__phone {
		display: none;
	}
}
.section-17__card-inner {
	display: flex;
	gap: 77px;
	padding-bottom: 74px;
	padding-top: 74px;
	padding-left: 82px;
}
@media (max-width: 1182px) {
	.section-17__card-inner {
		padding-left: 40px;
		padding-top: 30px;
		padding-right: 40px;
	}
}
@media (max-width: 991.98px) {
	.section-17__card-inner {
		position: static;
		padding-bottom: 40px;
		flex-direction: column;
		gap: 20px;
		z-index: 2;
	}
}
@media (max-width: 575.98px) {
	.section-17__card-inner {
		padding: 20px;
	}
}
@media (max-width: 479.98px) {
	.section-17__card-inner {
		padding: 20px 15px;
	}
}
@media (max-width: 374.98px) {
	.section-17__card-inner {
		gap: 15px;
	}
}
.section-17__card-left {
	position: relative;
}
@media (max-width: 1182px) {
	.section-17__card-left {
		width: 50%;
	}
}
@media (max-width: 991.98px) {
	.section-17__card-left {
		width: 100%;
	}
}
.section-17__line {
	position: absolute;
	bottom: 0px;
	right: -22px;
}
@media (max-width: 1182px) {
	.section-17__line {
		right: unset;
		left: 10px;
	}
}
@media (max-width: 991.98px) {
	.section-17__line {
		display: none;
	}
}
.section-17__title {
	text-align: left;
	color: #fff;
}
@media (max-width: 1182px) {
	.section-17__form {
		width: 50%;
		max-width: 400px;
	}
}
@media (max-width: 991.98px) {
	.section-17__title br {
		display: block;
	}
	.section-17__form {
		width: 100%;
		max-width: 418px;
	}
}
.question-form {
	display: flex;
	flex-direction: column;
	padding-top: 14px;
	width: 418px;
}
@media (max-width: 767.98px) {
	.question-form {
		padding-top: 0;
	}
}
@media (max-width: 575.98px) {
	.section-17__title br {
		display: none;
	}
	.question-form {
		width: 100%;
		margin: auto;
	}
}
.question-form__question {
	padding-right: 30px;
	padding-top: 35px;
	resize: none;
}
@media (max-width: 374.98px) {
	.question-form__question {
		padding-top: 30px;
	}
}
.question-form__phone {
	margin-top: 17px;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.question-form__phone {
		margin-top: 12px;
	}
}
.question-form__label {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 155.5555555556%;
	color: #fff;
	margin-top: 23px;
}
@media (max-width: 479.98px) {
	.question-form__label {
		margin-top: 15px;
	}
}
@media (max-width: 374.98px) {
	.question-form__label {
		font-size: 16px;
	}
}
.question-form__socials {
	display: flex;
	gap: 12px;
	margin-top: 10px;
}
@media (max-width: 575.98px) {
	.question-form__socials {
		gap: 5px;
		justify-content: space-between;
	}
}
@media (max-width: 374.98px) {
	.question-form__socials {
		flex-direction: column;
	}
}
.question-form__soc {
	flex-basis: 132px;
	border-radius: 10px;
	border: 1px solid rgba(227, 227, 227, 0.4);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.question-form__soc span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #b5b5b5;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}
.question-form__soc span::before {
	font-size: 18px;
	color: #e3e3e3;
}
@media (max-width: 479.98px) {
	.question-form__soc span {
		gap: 5px;
	}
}
.question-form__soc.active span {
	color: #fff;
}
.question-form__soc.telegram.active {
	border: none;
	box-shadow: inset 0 0 40px rgba(127, 207, 249, 0.35);
	background-image: linear-gradient(to top, #2e93cf 0%, #38a3e2 100%);
}
.question-form__soc.whats.active {
	border: none;
	box-shadow: inset 0 0 40px rgba(168, 222, 102, 0.35);
	background-image: linear-gradient(to top, #629e22 0%, #9cd159 100%);
}
.question-form__soc.call.active {
	border: none;
	background-image: linear-gradient(to top, #5d5b9f 0%, #af83d8 100%);
}
@media (max-width: 575.98px) {
	.question-form__soc {
		flex-basis: 125px;
	}
}
@media (max-width: 374.98px) {
	.question-form__soc {
		flex-basis: 45px;
	}
}
.question-form__btn {
	margin-top: 22px;
	height: 93px;
	font-size: 19px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 157.8947368421%;
}
@media (max-width: 374.98px) {
	.question-form__btn {
		height: 83px;
	}
}
.footer {
	margin-top: 36px;
	margin-bottom: 20px;
}
.footer__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer__leftside {
	display: flex;
	gap: 35px;
}
@media (max-width: 1182px) {
	.footer__leftside {
		gap: 20px;
	}
}
@media (max-width: 991.98px) {
	.footer__leftside {
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 575.98px) {
	.footer__leftside {
		flex-direction: row;
	}
}
.footer__logo {
	margin-top: -4px;
}
.footer__slogan {
	color: #8f90a6;
	font-family: Onest;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 160%;
}
@media (max-width: 479.98px) {
	.footer__slogan {
		display: none;
	}
}
.footer__middle {
	display: flex;
	gap: 75px;
}
@media (max-width: 1182px) {
	.footer__middle {
		gap: 30px;
	}
}
@media (max-width: 991.98px) {
	.footer__middle {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 575.98px) {
	.footer__middle {
		display: none;
	}
}
.footer__links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.footer__links button {
	text-align: left;
}
.footer__links button:last-of-type {
	margin-top: 15px;
}
@media (max-width: 991.98px) {
	.footer__links button:last-of-type {
		margin-top: 10px;
	}
}
.footer__creator {
	margin-top: 25px;
}
.footer__creator-link {
	gap: 22px;
	display: flex;
}
.footer__creator-link img {
	filter: grayscale(100%);
	transition: 0.4s;
}
.footer__creator-link:hover span {
	color: #83b43c;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
.footer__creator-link:hover img {
	filter: none;
	transition: 0.4s;
}
@media (max-width: 991.98px) {
	.footer__creator-link {
		gap: 10px;
	}
}
.footer__creator-text {
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 130%;
	color: #bdbdc2;
}
.footer__mail {
	display: flex;
}
.footer__mail::before {
	margin-top: -2px;
}
@media (max-width: 991.98px) {
	.footer__mail .mail-us__write-us {
		margin-top: 0;
	}
}
@media (max-width: 767.98px) {
	.footer__mail .mail-us__write-us {
		margin-top: 7px;
	}
}
.footer__rightside .rightside__phone {
	margin-top: -8px;
}

.footer__rightside::before {
	padding-top: 0;
	margin-top: -1px;
}

@media (max-width: 374.98px) {
	.footer__rightside::before {
		padding-top: 0;
		margin-top: -2px;
	}
}
.section-thanks {
	padding-top: 153px;
	padding-bottom: 105px;
	background-image: url("../img/thanks-back.png");
	background-size: cover;
	background-position: top center;
	border-radius: 0 0 40px 40px;
	height: 774px;
}
@media (max-width: 991.98px) {
	.section-thanks {
		height: calc(100vh - 165px);
	}
}
@media (max-width: 575.98px) {
	.section-thanks {
		height: calc(100vh - 128px);
	}
}
@media (max-width: 479.98px) {
	.section-thanks {
		background-position: left;
		padding-bottom: 25px;
		padding-top: 130px;
		height: calc(100vh - 116px);
	}
}
@media (max-height: 900px) {
	.section-thanks {
		padding-top: 126px;
	}
}
.section-thanks__title {
	font-size: 56px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 132.1428571429%;
	max-width: 550px;
	font-size: calc(30px + 26 * ((100vw - 320px) / 1600));
}
.section-thanks__subtitle {
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 158.3333333333%;
	margin-top: 20px;
}
@media (max-width: 479.98px) {
	.section-thanks__subtitle br {
		display: none;
	}
}
@media (max-width: 374.98px) {
	.section-thanks__subtitle {
		font-size: 20px;
		margin-top: 10px;
	}
}
.section-thanks__callback {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-top: 37px;
	position: relative;
}
@media (max-width: 767.98px) {
	.section-thanks__callback {
		gap: 10px;
	}
}
@media (max-width: 767.98px) {
	.section-thanks__callback picture {
		max-width: 50px;
	}
	.section-thanks__callback picture img {
		width: 100%;
	}
}
@media (max-width: 479.98px) {
	.section-thanks__callback picture {
		max-width: 100%;
	}
}
@media (max-width: 479.98px) {
	.section-thanks__callback {
		margin-top: 25px;
	}
}
@media (max-width: 374.98px) {
	.section-thanks__callback {
		margin-top: 10px;
	}
}
.section-thanks__text {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 180%;
	font-weight: 400;
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.section-thanks__text {
		font-size: 18px;
	}
}
@media (max-width: 575.98px) {
	.section-thanks__text {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 374.98px) {
	.section-thanks__text br {
		display: none;
	}
}
.section-thanks__link {
	font-weight: 700;
}
.was-validated ._form-control:invalid {
	border: 1px solid #ff314e;
}

.was-validated ._form-control:invalid::placeholder {
	color: #ff6c34;
}

/*# sourceMappingURL=style.css.map */

.section__politics {
	padding-top: 162px;
}
.section__politics .politics {
	padding: 46px 20px 20px 20px;
	background-color: #f9f9f9;
	margin-top: 100px;
	margin-bottom: 30px;
}
.section__politics .politics__title {
	font-weight: 800;
	text-align: start;
}
.section__politics .politics__list,
.section__politics .politics__sublist {
	list-style: none;
	counter-reset: li;
}
.section__politics .politics__list-item::before,
.section__politics .politics__sublist-item::before {
	counter-increment: li;
	content: counters(li, ".") ". ";
}
.section__politics .politics__list-item,
.section__politics .politics__subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #3b3d42;
	margin: 15px 0;
}
.section__politics .politics__sublist,
.section__politics .politics__sublist-item,
.section__politics .politics__paragraph {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #7a7a7a;
	margin-top: 15px;
}
.section__politics .politics__link {
	color: #3f88fb;
}
.section__politics .politics__sublist-item ul {
	list-style: none;
}
.section__politics .politics__sublist-item ul li {
	margin-bottom: 15px;
}
.section__politics .politics__sublist-item ul li::before {
	content: "–";
	display: inline-block;
}
.section__politics .politics__list {
	margin-top: 50px;
}
.section__politics .politics__subtitle {
	padding-left: 30px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.section__politics .politics__list {
		margin-top: 30px;
	}
	.section__politics .politics {
		margin-top: 130px;
	}
}
.section__politics .politics__table {
	margin-top: 20px;
}
.section__politics .politics__table td {
	border: 1px solid #000;
	padding: 15px;
	font-size: 16px;
}
@media (max-width: 479.98px) {
	.section__politics .politics__table td {
		padding: 10px;
	}
}
@media (max-width: 374.98px) {
	.section__politics .politics__table td {
		font-size: 14px;
		padding: 10px 5px;
	}
}

._green-link {
	color: #83b43c;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	-webkit-text-decoration-color: #83b43c;
	text-decoration-color: #83b43c;
}

._green-link:hover {
	text-decoration-color: #56851c;
	color: #56851c;
}

.blink {
	animation-name: blink;
	animation-timing-function: linear;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

.invisible {
	display: none;
}

.p_footer{
	padding-top:25px;
	font-family: Onest;
	font-size: 12px;
}
.p_title{
	font-family: Onest;
	font-size: 28px;
	padding-top:5px;
}


.header__logo{
	max-width:100%
}



@-webkit-keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}
@keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

.soc-img {
  width: 1.5vw;
}
.soc-img img {
  width: 100%;
}
.soc-fix {
  position: fixed;
  right: 2vw;
  top: 22vw;
  z-index: 333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.soc-fix__item {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  padding: 0.7vw;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#85b746),
    to(#8dc63f)
  );
  background-image: -webkit-linear-gradient(bottom, #85b746 0%, #8dc63f 100%);
  background-image: -o-linear-gradient(bottom, #85b746 0%, #8dc63f 100%);
  background-image: linear-gradient(to top, #85b746 0%, #8dc63f 100%);
}
.soc {
  position: relative;
}
.soc-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3vw;
  width: 3vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  background-color: transparent;
}
.soc-pulse__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(168,222,102, 0.45);
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
}
.soc-pulse__item.two {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.soc-pulse__item.three {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.soc-pulse__item-img {
  width: 0.7vw;
}
.soc-pulse__item img {
  width: 100%;
}
.to_top {
  position: fixed;
  right: 2vw;
  bottom: 1.5vw;
  width: 2vw;
  height: 2vw;
  border-radius: 100%;
  padding: 0.7vw;
  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;
  cursor: pointer;
  z-index: 189;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#85b746),
    to(#8dc63f)
  );
  background-image: -webkit-linear-gradient(bottom, #85b746 0%, #8dc63f 100%);
  background-image: -o-linear-gradient(bottom, #85b746 0%, #8dc63f 100%);
  background-image: linear-gradient(to top, #85b746 0%, #8dc63f 100%);
}
.to_top__img {
  width: 1.2vw;
}
.to_top__img img {
  width: 100%;
  margin-top: 5px;
}
.to_top.act {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.top {
  position: relative;
}
.top-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3vw;
  width: 3vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  background-color: transparent;
}
.top-pulse__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(168,222,102, 0.45);
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
}
.top-pulse__item.two {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.top-pulse__item.three {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.pds{
  margin-top: -36px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .soc-fix {
    right: 0.8rem;
    top: 20rem;
}
  .soc-fix__item {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.7rem;
  }
  .soc-pulse {
    height: 3rem;
    width: 3rem;
  }
  .soc-img {
    width: 1.8rem;
	padding-top: 2px;
  }
  .to_top {
    right: 0.8rem;
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
}
  .to_top__img {
    width: 3.2vw;
}
  .top-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8vw;
    width: 8vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
}
.p_title{
	font-family: Onest;
	font-size: 18px;
	padding-top:5px;
}
.section-16__item {
        padding-left: 40px;
        height: 130px;
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
    }
.section-12__callback {
        line-height: 1.3;
        font-size: 18px;
        justify-content: left;
    }
.section-8__callback {
        line-height: 1.3;
        font-size: 18px;
        justify-content: left;
    }
.section-16__callback-link {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    padding-top: 5px;
    position: relative;
}
.section-16__mail-link {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-color: #83b43c;
    text-decoration-color: #83b43c;
    color: #83b43c;
    font-size: 20px;
    font-weight: 700;
}
}