@font-face {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/Gilroy-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Gilroy";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Muller";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/Muller-Bold.woff2") format("woff2");
}

:root {
	--clr-default-100: #fff;
	--clr-default-200: #616161;
	--clr-default-300: #454343;
	--clr-default-400: #666464;
	--clr-default-500: #4a4b51;
	--clr-default-600: #2d2e32;
	--clr-default-700: #3a3a3a;
	--clr-default-800: #1e1e20;
	--clr-default-900: #000;
	--clr-primary-400: #17bfa3;
	--clr-primary-500: #e1333c;
	--clr-primary-600: #e5343e;
	--clr-ui-bg: #f6f8fa;
	--clr-ui-footer: #19191b;
	--clr-ui-border: #efefef;
}

html {
	scroll-behavior: smooth;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

html,
body { /* height: 100%; */
}

body {
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

aside,
nav,
footer,
header,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	font-weight: 500;
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

button {
	cursor: pointer;
	background-color: transparent;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

ul li {
	list-style: none;
}

body {
	font-family: "Gilroy", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--clr-default-800);
	background-color: var(--clr-ui-bg);
}

body.lock {
	overflow: hidden;
}

body.lock .wrapper::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.section {
	padding: 80px 0;
}

.textrepair {
	padding: 0 0;
}
.wrapper {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	position: relative;
}

.wrapper::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

body.lock .wrapper {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 1500px;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -o-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -o-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: height, -o-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform, -o-transform;
}

.swiper-button-prev,
.swiper-button-next {
	width: 67px;
	height: 20px;
	background-image: url("../img/ui/arrow-slider.svg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper__image {
	display: block;
	height: 720px;
	width: 429px;
	cursor: pointer;
}

.swiper__image-caption {
	margin-top: 20px;
	color: #4A5568;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 25px;
}

.section__btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	font-weight: 600;
	color: var(--clr-default-100);
	background-image: -webkit-linear-gradient(349.03deg, #e5343e 0.92%, #9e131b 98.95%);
	background-image: -o-linear-gradient(349.03deg, #e5343e 0.92%, #9e131b 98.95%);
	background-image: linear-gradient(100.97deg, #17bfa3 0.92%, #08917a 98.95%);
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.section__btn button {
	width: 100%;
	height: 100%;
	color: inherit;
}

.section__btn:hover,
.section__btn:focus {
	-webkit-box-shadow: 0 5px #08917a, 0 6px 6px rgba(243, 32, 43, 0.6);
	box-shadow: 0 5px #08917a, 0 6px 6px rgba(243, 32, 43, 0.6);
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.section__btn--large {
	height: 70px;
	max-width: 345px;
	text-transform: uppercase;
}

.section__btn--small {
	height: 50px;
	max-width: 220px;
}

.section__btn--anim {
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: translateX(-4em) skewX(-45deg);
	-ms-transform: translateX(-4em) skewX(-45deg);
	-o-transform: translateX(-4em) skewX(-45deg);
	transform: translateX(-4em) skewX(-45deg);
}

.section__btn--anim-slow {
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: translateX(-4em) skewX(-45deg);
	-ms-transform: translateX(-4em) skewX(-45deg);
	-o-transform: translateX(-4em) skewX(-45deg);
	transform: translateX(-4em) skewX(-45deg);
}

.section__btn--animated-slow {
	-webkit-animation-name: move-light;
	-o-animation-name: move-light;
	animation-name: move-light;
	-webkit-animation-duration: 2.5s;
	-o-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.section__btn--animated {
	-webkit-animation-name: move-light;
	-o-animation-name: move-light;
	animation-name: move-light;
	-webkit-animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.section__btn--disabled {
	opacity: 0.5;
}

.section__title {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}

.pd__120 {
	padding-top: 120px;
}

.pd__60 {
	padding-top: 60px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.form__final {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}

.form__final span {
	color: var(--clr-primary-500);
}

.js-validate-error-label {
	margin-top: 5px;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    background-color: var(--clr-default-100);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Ð¢ÐµÐ½ÑŒ */
    border-bottom: 1px solid #17bfa380; /* Ð“Ñ€Ð°Ð½Ð¸Ñ†Ð° ÑÐ½Ð¸Ð·Ñƒ */
}

.header__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__logo {
	max-width: 160px;
}

.header__logo img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.header__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--clr-default-700);
}

.header__nav-item:not(:last-child) {
	margin-right: 45px;
}

.header__nav-link {
	position: relative;
}

.header__nav-link::before { /* content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: var(--clr-default-700);
  transform: translateX(-50%);
  transition: width 0.3s; */
}

.header__nav-item-dropdown {
	position: relative;
}

.header__subnav-wrapper {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	padding-top: 24px;
	z-index: 1;
}

.header__subnav {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
	font-size: 16px;
	line-height: 18px;
}

.header__subnav-list {
	margin: 0 20px 0 0;
	padding: 0;
}

.header__subnav-list:last-child {
	margin-right: 0;
}

.header__subnav-title {
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding-right: 18px;
}

.header__subnav-title::before {
	display: block;
	position: absolute;
	right: 0;
	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	height: 4px;
	width: 8px;
	background-image: url(../img/svg/header_nav_arrow.svg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.header__subnav-triangle {
	position: absolute;
	left: 50%;
	bottom: -webkit-calc(100% - 7px);
	bottom: calc(100% - 7px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 15px;
	width: 15px;
}

.header__subnav-triangle::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #eee;
	border-top-right-radius: 50%;
	-webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
	-ms-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
	-o-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
	transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

.header__subnav-triangle::after {
	position: absolute;
	top: 2px;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-top-right-radius: 45%;
	-webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
	-ms-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
	-o-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
	transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}

.header__subnav-item {
	margin-bottom: 15px;
	white-space: nowrap;
	list-style: 18px;
}

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

.header__subnav-link {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header__nav-item-dropdown--hover .header__subnav-wrapper {
	display: block;
}

.header__nav-item-dropdown--hover .header__subnav-title::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header__delivery {
	position: relative;
	padding-left: 52px;
	max-width: 250px;
	color: var(--clr-default-700);
}

.header__delivery::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 21px;
	background-image: url("../img/ui/delivery.svg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.header__consult {
	text-align: right;
}

.header__consult-number {
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 24px;
	color: var(--clr-default-700);
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.header__consult-number a {
	position: relative;
	padding-left: 50px;
}

.header__consult-number a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-box-shadow: 0 4px 4px rgba(228, 75, 76, 0.14);
	box-shadow: 0 4px 4px rgba(228, 75, 76, 0.14);
	background-image: url("../img/ui/phone.svg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__consult-btn {
	position: relative;
	font-weight: 500;
	color: #08917a;
}

.header__consult-btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #17bfa3;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.header__burger {
	display: none;
}

.index {
	padding-top: 230px;
	padding-bottom: 230px;
	background-image: url("../img/main/bg.jpg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.index--2 .index__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.7);
	padding-left: 45px;
	width: 100%;
	height: 70px;
	max-width: 345px;
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: color 0.3s, border 0.3s;
	-o-transition: color 0.3s, border 0.3s;
	transition: color 0.3s, border 0.3s;
}

.index--2 .index__btn p:first-child {
	margin-bottom: 3px;
	text-transform: uppercase;
}

.index--2 .index__btn span {
	font-weight: 600;
	color: var(--clr-default-100);
}

.index--2 .index__right {
	right: -15px;
	max-width: 710px;
}

.index__wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index__left {
	width: 100%;
	max-width: 720px;
	color: var(--clr-default-100);
}

.index__suptitle {
	position: relative;
	margin-bottom: 30px;
	padding-left: 25px;
}

.index__suptitle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	/* -webkit-box-shadow: 0 2px #8e060e, 0 1px 6px rgba(243, 32, 43, 0.6); */
	box-shadow: 0 1px #17bfa3, 0 1px 6px #17bfa3bd;
	background-image: -webkit-linear-gradient(351.44deg, #f23f49 0.74%, #9e131b 141.54%);
	background-image: -o-linear-gradient(351.44deg, #f23f49 0.74%, #9e131b 141.54%);
	background-image: linear-gradient(98.56deg, #17bfa3 0.74%, #17bfa3 141.54%);
}

.index__title {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 60px;
}

.index__subtitle {
	position: relative;
	margin-bottom: 55px;
	padding-left: 65px;
	line-height: 160%;
}

.index__subtitle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 35px;
	height: 2px;
	background-color: #17bfa3;
}

.index__btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.index__btns > *:not(:last-child) {
	margin-right: 20px;
}

.index__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 70px;
	max-width: 345px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: color 0.3s, border 0.3s;
	-o-transition: color 0.3s, border 0.3s;
	transition: color 0.3s, border 0.3s;
}

.index__right {
	position: absolute;
	right: 0;
	top: -155px;
	width: 100%;
	max-width: 605px;
}

.index__right img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.advantages {
	margin-top: -80px;
}

.advantages__list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.advantages__item {
	padding: 40px;
	-webkit-box-shadow: 7px 40px 45px rgba(0, 0, 0, 0.04);
	box-shadow: 7px 40px 45px rgba(0, 0, 0, 0.04);
	background-color: var(--clr-default-100);
}

.advantages__item-title {
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 45px;
	font-weight: 700;
	color: var(--clr-default-600);
}

.advantages__item-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.advantages__item-title--1::before {
	width: 32px;
	height: 31px;
	background-image: url("../img/ui/loop.svg");
}

.advantages__item-title--2::before {
	width: 31px;
	height: 31px;
	background-image: url("../img/ui/warranty.svg");
}

.advantages__item-title--3::before {
	width: 31px;
	height: 21px;
	background-image: url("../img/ui/hands.svg");
}

.advantages__item-info {
	font-size: 14px;
	line-height: 140%;
	color: var(--clr-default-200);
}

.advantages__item-info p:not(:last-child) {
	margin-bottom: 15px;
}

.advantages__item-info span {
	font-weight: 600;
}

.repair__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.repair__item {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: 1px solid var(--clr-ui-border);
	padding: 43px 40px 180px;
	background-position: 100% 100%;
	-webkit-background-size: auto auto;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: var(--clr-default-100);
	-webkit-transition: -webkit-background-size 0.3s;
	transition: -webkit-background-size 0.3s;
	-o-transition: background-size 0.3s;
	transition: background-size 0.3s;
	transition: background-size 0.3s, -webkit-background-size 0.3s;
}

.repair__item--small {
	-webkit-flex-basis: 31%;
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%;
}

.repair__item--middle {
	-webkit-flex-basis: 31.24%;
	-ms-flex-preferred-size: 31.24%;
	flex-basis: 31.24%;
}

.repair__item--large {
	-webkit-flex-basis: 37.76%;
	-ms-flex-preferred-size: 37.76%;
	flex-basis: 37.76%;
}

.repair__item--1 {
	background-image: url("../img/repair/wash.png");
}

.repair__item--2 {
	background-image: url("../img/repair/dish.png");
}

.repair__item--3 {
	background-image: url("../img/repair/refri.png");
}

.repair__item--4 {
	background-image: url("../img/repair/cooker.png");
}

.repair__item--5 {
	background-image: url("../img/repair/vacuum.png");
}

.repair__item--5 .repair__item-info {
	margin-right: 50px;
	max-width: 460px;
}

.repair__item--6 {
	background-image: url("../img/repair/other.png");
}

.repair__item-title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 36px;
}

.repair__item-info {
	margin-bottom: 25px;
	max-width: 500px;
	font-weight: 500;
	line-height: 150%;
	color: var(--clr-default-200);
	opacity: 0.8;
}

.repair__item-link {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--clr-primary-400);
}

.repair__item-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--clr-primary-400);
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.renovation__row {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(6, 1fr);
}

.renovation__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 6px;
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.04);
	background-color: var(--clr-default-100);
}

.renovation__item-image img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.renovation__item-label {
	position: absolute;
	right: 0;
	top: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 12px;
	padding-left: 12px;
	height: 26px;
	-webkit-box-shadow: 3px 3px #8e060e, 0 1px 6px rgba(243, 32, 43, 0.6);
	box-shadow: 3px 3px #8e060e, 0 1px 6px rgba(243, 32, 43, 0.6);
	font-size: 14px;
	white-space: nowrap;
	color: var(--clr-default-100);
	background-image: -webkit-linear-gradient(349.03deg, #e5343e 0.92%, #9e131b 98.95%);
	background-image: -o-linear-gradient(349.03deg, #e5343e 0.92%, #9e131b 98.95%);
	background-image: linear-gradient(100.97deg, #e5343e 0.92%, #9e131b 98.95%);
}

.renovation__item-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	height: 100%;
}

.renovation__item-title {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

.renovation__item-list {
	font-size: 16px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 20px;
	color: var(--clr-default-200);
}

.renovation__item-list li {
	position: relative;
	padding-left: 13px;
}

.renovation__item-list li:not(:last-child) {
	margin-bottom: 8px;
}

.renovation__item-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background-color: var(--clr-default-200);
}

.renovation__item-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid var(--clr-primary-600);
	width: 100%;
	height: 37px;
	max-width: 150px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.renovation__item--first .repair__item-list {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.district {
	margin: 80px 0;
	background-image: url("../img/district/bg.jpg");
	background-position: 72% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.district__wrapper {
	position: relative;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 70px;
	max-width: 970px;
	color: var(--clr-default-100);
}

.district__title {
	font-size: 42px;
	margin-bottom: 20px;
	font-weight: 700;
}

.district__info {
	margin-bottom: 35px;
	line-height: 130%;
}

.district__info span {
	font-weight: 700;
}

.district__info p:not(:last-child) {
	margin-bottom: 15px;
}

.district__form {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 70px;
}

.district__input {
	margin-right: 30px;
	width: 100%;
	max-width: 345px;
}

.district__input input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 25px;
	padding-left: 25px;
	width: 100%;
	height: 50px;
	background-color: var(--clr-default-100);
}

.district__input input.js-validate-error-field {
	border-width: 4px !important;
}

.district__input .js-validate-error-label {
	display: none;
}

.district__checkbox {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 35px;
	max-width: 790px;
	line-height: 130%;
}

.district__checkbox label {
	cursor: pointer;
}

.district__checkbox input {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}

.district__checkbox input:checked + .district__checkbox--box::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.district__checkbox--box {
	position: absolute;
	left: 0;
	top: 3px;
	border: 1.5px solid var(--clr-default-100);
	width: 19px;
	height: 18px;
}

.district__checkbox--box::before {
	content: "✓";
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--clr-default-100);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.district__checkbox a {
	text-decoration: underline;
}

.district__socials {
	position: absolute;
	right: 0;
	top: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.district__social:not(:last-child) {
	margin-right: 20px;
}

.district__social svg {
	width: 24px;
	height: 24px;
	fill: var(--clr-default-100);
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
}

.district__areas {
	margin-top: 35px;
	position: relative;
	height: 66px;
	width: 703px;
}

.district__areas-title {
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	margin-bottom: 15px;
}

.series__gradients {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.series .wrapper {
	overflow: visible;
}

.series__title {
	font-size: 48px;
	line-height: 55px;
	color: #1E1E20;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
}

.series__description {
	margin: 0 0 50px 0;
	padding: 0 61% 0 0;
	color: rgba(74, 85, 104, 0.5);
	font-size: 18px;
	line-height: 24px;
}

.series__description a {
	color: #CC2831;
	text-decoration: underline;
	-webkit-text-decoration-color: #faa9ad;
	-moz-text-decoration-color: #faa9ad;
	text-decoration-color: #faa9ad;
	text-underline-offset: 4px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.series__description a:hover {
	opacity: 0.8;
}

.series__description a:visited {
	color: purple;
	-webkit-text-decoration-color: pu;
	-moz-text-decoration-color: pu;
	text-decoration-color: pu;
}

.series__swiper-container {
	position: relative;
	overflow: visible;
}

.series__swiper-container::after,
.series__swiper-container::before {
	position: absolute;
	top: 0;
	height: 100%;
	width: 225px;
	display: block;
	content: "";
	pointer-events: none;
}

.series__swiper-container::after {
	left: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0)), color-stop(79.96%, #F7F8FA));
	background: -webkit-linear-gradient(left, rgba(217, 217, 217, 0) 0%, #F7F8FA 79.96%);
	background: -o-linear-gradient(left, rgba(217, 217, 217, 0) 0%, #F7F8FA 79.96%);
	background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #F7F8FA 79.96%);
	z-index: 1;
}

.series__swiper-container::before {
	right: 100%;
	background: -webkit-gradient(linear, right top, left top, from(rgba(217, 217, 217, 0)), color-stop(79.96%, #F7F8FA));
	background: -webkit-linear-gradient(right, rgba(217, 217, 217, 0) 0%, #F7F8FA 79.96%);
	background: -o-linear-gradient(right, rgba(217, 217, 217, 0) 0%, #F7F8FA 79.96%);
	background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #F7F8FA 79.96%);
	z-index: 2;
}

.series__swiper-container--end::after {
	display: none;
}

.series__swiper-container--beginning::before {
	display: none;
}

.series__slide {
	background-color: #fff;
	padding: 30px;
	max-width: 212px;
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 15px;
}

.series__name {
	color: #1E1E20;
	font-size: 22px;
	line-height: 23px;
	margin: 0 0 15px 0;
	padding: 0;
}

.series__models-list {
	font-size: 14px;
	line-height: 18px;
	color: rgba(74, 85, 104, 0.5);
	margin-bottom: 82px;
}

.series__readmore {
	display: inline-block;
	border: none;
	background: none;
	font-size: 16px;
	line-height: 14px;
	color: #17bfa3;
	cursor: pointer;
	padding-right: 14px;
	background-image: url(../img/machines/right-red-arrow.svg);
	background-position: right 5px;
	background-repeat: no-repeat;
}

.series__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 174px;
	height: 20px;
	position: absolute;
	right: 0;
	top: -70px;
}

.series__swiper-button-prev,
.series__swiper-button-next {
	height: 20px;
	width: 67px;
	background-image: url(../img/ui/arrow-slider.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	content: "";
}

.series__swiper-button-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 40px;
}

.series__swiper-button-prev.swiper-button-disabled,
.series__swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: auto;
	pointer-events: none;
}

.areas-dropdown {
	position: absolute;
	z-index: 1;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.areas-dropdown__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.areas-dropdown__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 540px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.areas-dropdown__item {
	margin: 0 10px 10px 0;
}

.areas-dropdown__button {
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 14px;
	width: 79px;
	height: 37px; /* text-transform: uppercase; */
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.areas-dropdown__label {
	display: block;
	margin-left: auto;
	margin-top: 8px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.areas-dropdown__arrow {
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 20px;
	width: 20px;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}

.areas-dropdown__arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin-left: -4px;
	margin-top: -2px;
	height: 4px;
	width: 8px;
	background-image: url(../img/district/white-arrow.svg);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.areas-dropdown__input:checked ~ .areas-dropdown__label > .areas-dropdown__arrow::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.areas-dropdown__input:checked ~ .areas-dropdown__list {
	height: 90px;
}

.engineers {
	padding: 60px 0;
}

.engineers .container {
	max-width: 1560px;
}

.engineers__item {
	padding: 12px 15px;
	height: auto;
	-webkit-box-shadow: 7px 40px 45px rgba(0, 0, 0, 0.04);
	box-shadow: 7px 40px 45px rgba(0, 0, 0, 0.04);
	background-color: var(--clr-default-100);
}

.engineers__item-image img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.engineers__item-info {
	padding: 30px 20px;
}

.engineers__item-name {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	color: var(--clr-default-300);
}

.engineers__item-advantages {
	color: var(--clr-default-400);
	opacity: 0.8;
	margin-bottom: 15px;
}

.engineers__item-advantages span {
	font-weight: 600;
}

.engineers__item-advantage {
	line-height: 150%;
}

.engineers__item-advantage:not(:last-child) {
	margin-bottom: 15px;
}

.engineers__nav {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 190px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.engineers .swiper-container {
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 30px;
}

.results__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 7px;
	-webkit-box-shadow: 0 10px 18px rgba(187, 188, 199, 0.12);
	box-shadow: 0 10px 18px rgba(187, 188, 199, 0.12);
	font-size: 24px;
}

.results__head-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px;
	color: var(--clr-default-900);
	background-color: var(--clr-default-100);
}

.results__head-item--active {
	color: var(--clr-default-100);
	background-image: -webkit-linear-gradient(349.03deg, #e5343e 0.92%, #9e131b 98.95%);
	background-image: -o-linear-gradient(349.03deg, #e5343e 0.92%, #9e131b 98.95%);
	background-image: linear-gradient(100.97deg, #17bfa3 0.92%, #08917a 98.95%);
	background-color: transparent;
}

.results__content-item {
	padding-bottom: 70px;
	padding-top: 70px;
	width: 100%;
}

.results__content-item .swiper-wrapper { /* justify-content: center; */
}

.results__content-item--reviews .swiper-slide { /* opacity: 0.7; */ /* transform: scale(0.8); */
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, -o-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.results__content-item--reviews .swiper-slide-active {
	opacity: 1; /* transform: scale(1); */
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, -o-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.results__content-item--results .swiper-slide {
	opacity: 0.7;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, -o-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.results__content-item--results .swiper-slide-active {
	opacity: 1;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, -o-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.results__content-item img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-slide .compare__before {
	display: none;
}

.swiper-slide .compare__slider {
	display: none;
}

.swiper-slide .compare__slider-line {
	display: none;
}

.swiper-slide .compare__slider-button {
	display: none;
}

.swiper-slide-active .compare__container {
	position: relative;
	overflow: hidden;
	--position: 50%;
}

.swiper-slide-active .compare__image {
	width: 100%;
	height: -webkit-calc(100% + 7px);
	height: calc(100% + 7px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left top;
	object-position: left top;
	display: block;
}

.swiper-slide-active .compare__before {
	display: block;
	position: absolute;
	inset: 0;
	left: 0;
	width: var(--position);
	overflow: hidden;
	z-index: 1;
}

.swiper-slide-active .compare__before::before {
	position: absolute;
	display: block;
	content: "Ð”Ð¾";
	padding: 10px;
	border-radius: 300px;
	top: 20px;
	left: 20px;
	color: #3A3A3A;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	background-color: #fff;
}

.swiper-slide-active .compare__after {
	overflow: hidden;
	position: relative;
}

.swiper-slide-active .compare__after::after {
	position: absolute;
	display: block;
	content: "ÐŸÐ¾ÑÐ»Ðµ";
	padding: 10px;
	border-radius: 300px;
	top: 20px;
	right: 20px;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	background-color: #fff;
}
.swiper-slide-active .compare__after_any::after {
	position: absolute;
	display: block;
	padding: 10px;
	border-radius: 300px;
	top: 20px;
	right: 20px;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	background-color: #fff;
}

.swiper-slide-active .compare__slider {
	display: block;
	position: absolute;
	inset: 0;
	cursor: pointer;
	opacity: 0; /* for Firefox */
	width: 100%;
	height: 100%;
	z-index: 5;
}

.swiper-slide-active .compare__slider-line {
	position: absolute;
	inset: 0;
	width: 4px;
	height: 100%;
	background-color: #fff; /* z-index: 10; */
	left: var(--position);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	display: block;
	z-index: 3;
}

.swiper-slide-active .compare__slider-button {
	display: block;
	position: absolute;
	background-color: #fff;
	background-image: url(../img/ui/compare.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border-radius: 100vw;
	top: 50%;
	left: var(--position);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 2;
}

.reviews .swiper-slide {
	height: auto;
}

.reviews__item {
	background-color: #fff;
	color: #3a3a3a;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 20px;
	min-height: 100%;
}

.reviews__item-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.reviews__item-header .reviews__item-image {
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin-right: 20px;
}

.reviews__item-name {
	font-size: 25px;
	font-weight: 500;
}

.reviews__item-content {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 20px; /* max-height: 96px;
  overflow-y: hidden; */
}

.reviews__item-content-section {
	margin: 20px 0;
}

.reviews__item-content-section img {
	margin: 20px 0 30px;
	max-width: 100%;
}

.reviews__item-footer {
	margin-top: auto;
}

.audio-review {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	position: relative;
}

.audio-review__loader {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}

.audio-review__loader-spinner {
	width: 48px;
	height: 48px;
	border: 2px solid #BE222B;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: spinner-rotation 1s linear infinite;
	-o-animation: spinner-rotation 1s linear infinite;
	animation: spinner-rotation 1s linear infinite;
}

.audio-review__button {
	position: relative;
	display: block;
	border: none;
	background: none;
	background-color: #fff;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	border: 1px solid #BE222B;
	content: "";
}

.audio-review__button::before {
	display: block;
	position: absolute;
	height: 15px;
	width: 15px;
	content: "";
	background-image: url(../img//reviews/ui/play.svg);
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.audio-review__button--pause::before {
	background-image: url(../img/reviews/ui/pause.svg);
}

.audio-review__info {
	margin-left: 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.audio-review__progress {
	width: 100%;
	height: 1px;
	background-color: rgba(190, 34, 43, 0.3);
	content: "";
	margin-bottom: 6px;
}

.audio-review__progress-current {
	background-color: #BE222B;
	width: 0;
	height: 100%;
	content: "";
	position: relative;
}

.audio-review__time {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #c0c0c0;
}

.reviews__item-link {
	display: inline-block;
	background: none;
	border: none;
	background-color: #fff;
	border: 1px solid #17bfa3;
	text-decoration: none;
	padding: 12px 15px 13px 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	color: #17bfa3;
}

.certificates {
	padding: 60px 0;
}

.certificates__item {
	border-radius: 1px;
	padding: 28px 30px;
	-webkit-box-shadow: 0 10px 18px rgba(187, 188, 199, 0.2);
	box-shadow: 0 10px 18px rgba(187, 188, 199, 0.2);
	background-color: var(--clr-default-100);
}

.certificates__image {
	overflow: hidden;
	margin-bottom: 25px;
}

.certificates__image img {
	width: 50%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.certificates__info {
	font-size: 24px;
	margin-right: auto;
	margin-left: auto;
	max-width: 390px;
	font-weight: 300;
	line-height: 150%;
	text-align: center;
	color: var(--clr-default-500);
}

.certificates .swiper-container {
	padding-bottom: 40px;
}

.delivery {
	padding: 60px 0;
}

.delivery__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
}

.delivery__left {
	margin-right: 30px;
	border-radius: 5px;
	width: 100%;
	max-width: 715px;
}

.delivery__left img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.delivery__title {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
}

.delivery__info {
	font-size: 18px;
	margin-bottom: 35px;
	line-height: 150%;
	color: var(--clr-default-400);
}

.delivery__info ul {
	margin-left: 8px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.delivery__info ul li {
	list-style: disk;
	list-style-position: inside;
}

.delivery__info ul li:not(:last-child) {
	margin-bottom: 5px;
}

.delivery__info span {
	color: var(--clr-primary-600);
}

.faq__list {
	margin-right: auto;
	margin-left: auto;
	max-width: 1220px;
}

.faq__item {
	padding-right: 45px;
	padding-left: 45px;
	-webkit-box-shadow: 0 15px 20px rgba(212, 216, 220, 0.2);
	box-shadow: 0 15px 20px rgba(212, 216, 220, 0.2);
	background-color: var(--clr-default-100);
}

.faq__item:not(:last-child) {
	margin-bottom: 25px;
}

.faq__item-head {
	font-size: 21px;
	position: relative;
	padding-top: 22px;
	padding-right: 25px;
	padding-bottom: 22px;
	line-height: 130%;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	cursor: pointer;
}

.faq__item-head::after,
.faq__item-head::before {
	content: "";
	position: absolute;
	top: 50%;
	background-color: var(--clr-default-800);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq__item-head::before {
	content: "";
	right: 0;
	width: 14px;
	height: 2px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.faq__item-head::after {
	content: "";
	right: 6px;
	width: 2px;
	height: 14px;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

.faq__item-head--active {
	color: #17bfa3;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.faq__item-head--active::before {
	background-color: var(--clr-primary-600);
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.faq__item-head--active::after {
	height: 0;
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

.faq__item-body {
	font-size: 18px;
	overflow: hidden;
	max-height: 0;
	line-height: 150%;
	color: var(--clr-default-400);
	-webkit-transition: max-height 0.3s, padding-bottom 0.3s;
	-o-transition: max-height 0.3s, padding-bottom 0.3s;
	transition: max-height 0.3s, padding-bottom 0.3s;
}

.faq__item-body p {
	margin-bottom: 8px;
}

.faq__item-body ul {
	margin-bottom: 14px;
}

.faq__item-body ul li {
	list-style: disc inside;
}

.faq__item-body ul li:not(:last-child) {
	margin-bottom: 7px;
}

.steps__wrapper {
	padding: 55px 175px 75px;
	-webkit-box-shadow: 0 15px 20px rgba(212, 216, 220, 0.2);
	box-shadow: 0 15px 20px rgba(212, 216, 220, 0.2);
	background-color: var(--clr-default-100);
}

.steps__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.steps__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 285px;
	text-align: center;
}

.steps__item::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.steps__item::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 35%;
	width: 140px;
	height: 20px;
	background-image: url("../img/steps/arrow.svg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.steps__item--1::before {
	width: 201px;
	height: 256px;
	background-image: url("../img/steps/image1.svg");
}

.steps__item--2::before {
	top: 23px;
	width: 201px;
	height: 209px;
	background-image: url("../img/steps/image2.svg");
}

.steps__item--3::before {
	top: 20px;
	width: 242px;
	height: 202px;
	background-image: url("../img/steps/image3.svg");
}

.steps__item--3::after {
	display: none;
}

.steps__item-title {
	margin-bottom: 12px;
	font-size: 28px;
}

.steps__item-time {
	position: relative;
	padding-left: 37px;
	color: var(--clr-default-400);
}

.steps__item-time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	background-image: url("../img/ui/clock.svg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.consultation {
	margin: 80px 0;
	background-image: url("../img/consultation/bg.jpg");
	background-position: 45% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.consultation__wrapper {
	position: relative;
	margin-right: 100px;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 750px;
}

.consultation__title {
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 42px;
	color: var(--clr-default-100);
}

.consultation__form {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 70px;
}

.consultation__input {
	margin-right: 30px;
	width: 100%;
	max-width: 345px;
}

.consultation__input input {
	padding-right: 25px;
	padding-left: 25px;
	width: 100%;
	height: 50px;
	background-color: var(--clr-default-100);
}

.consultation__input input.js-validate-error-field {
	border-width: 4px !important;
}

.consultation__input .js-validate-error-label {
	display: none;
}

.consultation__checkbox {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 35px;
	max-width: 790px;
	line-height: 130%;
	color: var(--clr-default-100);
}

.consultation__checkbox label {
	cursor: pointer;
}

.consultation__checkbox input {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}

.consultation__checkbox input:checked + .consultation__checkbox--box::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.consultation__checkbox--box {
	position: absolute;
	left: 0;
	top: 3px;
	border: 1.5px solid var(--clr-default-100);
	width: 19px;
	height: 18px;
}

.consultation__checkbox--box::before {
	content: "✓";
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--clr-default-100);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.consultation__checkbox a {
	text-decoration: underline;
}

.consultation__socials {
	position: absolute;
	right: -100px;
	top: 176px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.consultation__social:not(:last-child) {
	margin-right: 20px;
}

.consultation__social svg {
	width: 24px;
	height: 24px;
	fill: var(--clr-default-100);
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
}

.place__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.place__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	border-radius: 3px;
}

.place__left iframe {
	border-radius: 3px;
	width: 100%;
	max-width: 720px;
}

.place__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 20px;
	padding: 50px;
	-webkit-box-shadow: 0 10px 18px rgba(187, 188, 199, 0.2);
	box-shadow: 0 10px 18px rgba(187, 188, 199, 0.2);
	background-color: var(--clr-default-100);
}

.place__item:not(:last-child) {
	margin-right: 45px;
}

.place__item-title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
	color: var(--clr-default-300);
}

.place__item-title--adress {
	position: relative;
	padding-left: 42px;
}

.place__item-title--adress::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 33px;
	background-image: url("../img/ui/location.svg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.place__item-list {
	margin-bottom: 25px;
	color: var(--clr-default-400);
}

.place__item-list li:not(:last-child) {
	margin-bottom: 12px;
}

.place__item-list--metro li {
	position: relative;
	padding-left: 44px;
}

.place__item-list--metro li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 25px;
	height: 17px;
	background-image: url("../img/ui/metro.png");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.place__item-image {
	border-radius: 3px;
}

.place__item-image img {
	border-radius: 3px;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.social {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 50px;
	-webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1490196078);
	box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1490196078);
	font-weight: 600;
	background-color: var(--clr-default-100);
	opacity: 0; /* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ */
    animation: fadeIn 2s forwards; /* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ð¾ÑÐ²Ð»ÐµÐ½Ð¸Ñ */
    animation-delay: 8s; /* Ð—Ð°Ð´ÐµÑ€Ð¶ÐºÐ° Ð¿ÐµÑ€ÐµÐ´ Ð½Ð°Ñ‡Ð°Ð»Ð¾Ð¼ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ð¸ */
}
@keyframes fadeIn {
    to {
        opacity: 1; /* Ð”ÐµÐ»Ð°ÐµÑ‚ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚ Ð²Ð¸Ð´Ð¸Ð¼Ñ‹Ð¼ */
    }
}

.social__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 55%;
	-ms-flex: 0 1 55%;
	flex: 0 1 55%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	text-transform: uppercase;
}

.social__left img {
	margin-right: 10px;
}

.social__right {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	height: 100%;
	text-transform: uppercase;
	color: var(--clr-default-100);
	background: -webkit-linear-gradient(349.03deg, #e5343e 0.92%, #9e131b 98.95%), #c4c4c4;
	background: -o-linear-gradient(349.03deg, #e5343e 0.92%, #9e131b 98.95%), #c4c4c4;
	background: linear-gradient(100.97deg, #17bfa3 0.92%, #08917a 98.95%), #c4c4c4;
}

.social__right img {
	margin-right: 10px;
}

.modal--form .modal__window {
	max-width: 480px;
}

.modal--form .section__btn--small {
	max-width: 100%;
}

.modal-simple-form .modal__window {
	max-width: 480px;
	margin-top: 90px;
}

.modal-simple-form .section__btn--small {
	max-width: 100%;
}

.modal__overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
}

.modal__window {
    position: relative;
    margin: auto;
    border-radius: 8px;
    padding: 40px 30px;
    width: 100%;
    max-width: 320px;
    background-color: var(--clr-default-100);
}

.modal__window::before {
    content: '';
    position: absolute;
    top: -2px; /* Ð ÐµÐ³ÑƒÐ»Ð¸Ñ€ÑƒÐ¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð´Ð»Ñ Ñ€Ð°Ð¼ÐºÐ¸ */
    left: -2px; /* Ð ÐµÐ³ÑƒÐ»Ð¸Ñ€ÑƒÐ¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð´Ð»Ñ Ñ€Ð°Ð¼ÐºÐ¸ */
    right: -2px; /* Ð ÐµÐ³ÑƒÐ»Ð¸Ñ€ÑƒÐ¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð´Ð»Ñ Ñ€Ð°Ð¼ÐºÐ¸ */
    bottom: -2px; /* Ð ÐµÐ³ÑƒÐ»Ð¸Ñ€ÑƒÐ¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð´Ð»Ñ Ñ€Ð°Ð¼ÐºÐ¸ */
    border-radius: 10px; /* Ð‘Ð¾Ð»ÑŒÑˆÐµ Ñ€Ð°Ð´Ð¸ÑƒÑ Ð´Ð»Ñ Ñ€Ð°Ð¼ÐºÐ¸ */
    background: linear-gradient(45deg, #17bfa3, #17bfa3, #17bfa3, #17bfa3); /* Ð¦Ð²ÐµÑ‚Ð½Ð°Ñ Ñ€Ð°Ð¼ÐºÐ° */
    z-index: -1; /* ÐŸÐ¾Ð¼ÐµÑ‰Ð°ÐµÐ¼ Ñ€Ð°Ð¼ÐºÑƒ Ð·Ð° Ð¾ÑÐ½Ð¾Ð²Ð½Ñ‹Ð¼ ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ñ‹Ð¼ */
}


.modal__title {
	margin-bottom: 30px;
	font-weight: 600;
	color: #333;
}

.modal__title--center {
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	color: var(--clr-default-800);
}

.modal__form-input {
	margin-bottom: 10px;
}

.modal__form-input input {
    display: block;
    background-color: #fff;
    border: 1px solid #E4E9EF;
    border-radius: 1px;
    padding: 15px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1E1E20;
}

.modal__form-input textarea {
	overflow: auto;
	border: 1px solid #333;
	padding: 10px 25px;
	width: 100%;
	height: 100px;
	resize: none;
}

.modal__form-checkbox {
	position: relative;
	margin-top: 25px;
	padding-left: 35px;
	font-size: 14px;
	line-height: 130%;
	color: #333;
	opacity: 0.8;
}

.modal__form-checkbox label {
	cursor: pointer;
}

.modal__form-checkbox input {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
}

.modal__form-checkbox input:checked + .modal__form-checkbox--box::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.modal__form-checkbox--box {
	position: absolute;
	left: 0;
	top: 3px;
	border: 1.5px solid #333;
	width: 19px;
	height: 18px;
	opacity: 1;
}

.modal__form-checkbox--box::before {
	content: "✓";
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--clr-primary-500);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-o-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.modal__form-checkbox a {
	text-decoration: underline;
}

.modal__social {
	font-weight: 600;
	color: #333;
}

.modal__social a {
	position: relative;
}

.modal__social a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.modal__social--telegram a {
	padding-left: 36px;
}

.modal__social--telegram a::before {
	background-image: url("../img/socials/telegram-color.svg");
}

.modal__social--whatsapp a {
	padding-left: 36px;
}

.modal__social--whatsapp a::before {
	background-image: url("../img/socials/whatsapp-color.svg");
}

.modal__social--viber a {
	padding-left: 36px;
}

.modal__social--viber a::before {
	border-radius: 4px;
	background-image: url("../img/socials/viber-color.svg");
}

.modal__social--phone a {
	padding-left: 32px;
}

.modal__social--phone a::before {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	-webkit-box-shadow: 0 4px 4px rgba(228, 75, 76, 0.14);
	box-shadow: 0 4px 4px rgba(228, 75, 76, 0.14);
	background-image: url("../img/ui/phone.svg");
}

.modal__social:not(:last-child) {
	margin-bottom: 18px;
}

.modal__close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
	height: 15px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 10px 50px 50px;
}

.modal__close::after,
.modal__close::before {
	content: "";
	position: absolute;
	left: -webkit-calc(100% - 48px);
	left: calc(100% - 48px);
	top: -webkit-calc(100% - 31px);
	top: calc(100% - 31px);
	width: -webkit-calc(100% - 41px);
	width: calc(100% - 41px);
	height: 3px;
	background-color: var(--clr-default-900);
}

.modal__close::after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-lightbox .modal__window {
	max-width: 800px;
	padding: 40px 10px 10px 10px;
}

.modal-lightbox .modal__image {
	width: 100%;
	height: auto;
	display: block;
}

.modal-lightbox .modal__caption {
	margin-top: 15px;
}

.modal-areas .modal__window {
	max-width: 1160px;
	background-color: #F7F8FA;
	background-image: url(../img/district/areas-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 8px;
}

.modal-areas__title {
	font-size: 36px;
	line-height: 46px;
	width: 640px;
	font-weight: 600;
	margin-bottom: 40px;
}

.modal-areas__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
}

.modal-areas .areas-dropdown__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.modal-areas .areas-dropdown__label {
	color: #17bfa3;
	display: none;
}

.modal-areas .areas-dropdown__arrow {
	display: inline-block;
	content: "";
	height: 20px;
	width: 20px;
	-webkit-box-shadow: inset 0 0 0 1px #E5343E;
	box-shadow: inset 0 0 0 1px #17bfa3;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}

.modal-areas .areas-dropdown__label .areas-dropdown__arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin-left: -4px;
	margin-top: -2px;
	height: 4px;
	width: 8px;
	background-image: url(../img/district/red-arrow.svg);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.modal-areas .areas-dropdown__input:checked ~ .areas-dropdown__label > .areas-dropdown__arrow::before { /* transform-origin: 2px 1px; */
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.modal-areas .areas-dropdown__input:checked ~ .modal-areas__list {
	max-height: 5000px;
}

.modal-areas__item {
	width: -webkit-calc(33.33% - 35px);
	width: calc(33.33% - 35px);
	font-size: 16px;
	line-height: 20px;
	color: #3a3a3a;
	padding-bottom: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E4E9EF;
}

.modal-areas__item:nth-last-child(1) {
	border-bottom: none;
}

.modal-areas__item:nth-last-child(2) {
	border-bottom: none;
}

.modal-areas__item:nth-last-child(3) {
	border-bottom: none;
}

.modal-areas__link {
	line-height: 20px;
	color: #3a3a3a;
	text-decoration: none;
}

.modal-areas__footer {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #3a3a3a;
}

.modal-areas__footer-legend {
	border-top-left-radius: 19px;
	border-bottom-left-radius: 19px;
	background-color: #fff;
	padding: 25px 30px;
}

.modal-areas__footer-text {
	display: inline-block;
	padding: 5px 0 5px 37px;
	background-image: url(../img/district/check-red.svg);
	background-position: center left;
	background-repeat: no-repeat;
}

.modal-areas__footer-text:first-child {
	margin-right: 30px;
}

.modal-areas__footer-link {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 600;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
	padding: 31px 40px;
}

.modal-areas .modal__close {
	height: 30px;
	width: 30px;
	top: 34px;
	right: 30px;
}

/* Start Modal for Machines Series */

.modal-series .modal__window {
	padding: 70px 80px;
	max-width: 1160px;
	background-color: #F7F8FA;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 8px;
}

.modal-series__title {
	font-size: 36px;
	line-height: 46px;
	width: 640px;
	font-weight: 600;
	margin-bottom: 20px;
}

.modal-series__description {
	font-size: 16px;
	line-height: 20px;
	color: #3a3a3a;
	font-weight: 400;
	padding: 0 50% 0 0;
	margin-bottom: 30px;
}

.modal-series__description strong {
	font-weight: 500;
}

.modal-series__body {
	padding-right: 178px;
}

.modal-series__body--opened {
	padding-bottom: 0;
}

.modal-series__body--opened .modal-series__list::after {
	display: none;
}

.modal-series__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: max-height 0.3s ease;
	-o-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	max-height: 137px;
	overflow: hidden;
}

.modal-series .series-dropdown__input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.modal-series .series-dropdown__label {
	display: inline-block;
	color: #17bfa3;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.modal-series .series-dropdown__arrow {
	display: inline-block;
	content: "";
	height: 20px;
	width: 20px;
	-webkit-box-shadow: inset 0 0 0 1px #17bfa3;
	box-shadow: inset 0 0 0 1px #17bfa3;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	margin-left: 6px;
}

.modal-series .series-dropdown__label .series-dropdown__arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin-left: -4px;
	margin-top: -2px;
	height: 4px;
	width: 8px;
	background-image: url(../img/district/red-arrow.svg);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.modal-series .series-dropdown__input:checked ~ .series-dropdown__label > .series-dropdown__arrow::before { /* transform-origin: 2px 1px; */
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.modal-series .series-dropdown__input:checked ~ .modal-series__list {
	max-height: 345px;
	overflow-y: auto;
}

.modal-series__item {
	width: -webkit-calc(33.33% - 20px);
	width: calc(33.33% - 20px);
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #3a3a3a;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
	border-bottom: 1px solid #E4E9EF;
}

.modal-series__item:nth-last-child(1) {
	border-bottom: none;
	margin-bottom: 0;
}

.modal-series__item:nth-last-child(2) {
	border-bottom: none;
	margin-bottom: 0;
}

.modal-series__item:nth-last-child(3) {
	border-bottom: none;
	margin-bottom: 0;
}

.modal-series__link {
	line-height: 20px;
	color: #3a3a3a;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.modal-series__link:hover {
	color: #08917a;
}

.modal-series__footer {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #3a3a3a;
}

.modal-series__footer--minified {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 17px;
}

.modal-series__footer-legend {
	border-top-left-radius: 19px;
	border-bottom-left-radius: 19px;
	background-color: #fff;
	padding: 25px 30px;
}

.modal-series__footer--minified .modal-series__footer-legend {
	display: none;
}

.modal-series__footer-text {
	display: inline-block;
	padding: 5px 0 5px 37px;
	background-image: url(../img/district/check-red.svg);
	background-position: center left;
	background-repeat: no-repeat;
}

.modal-series__footer-text:first-child {
	margin-right: 30px;
}

.modal-series__footer-link {
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: 600;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
	padding: 31px 40px;
}

.modal-series__footer--minified .modal-series__footer-link {
	margin-top: 0;
}

.modal-series .modal__close {
	height: 30px;
	width: 30px;
	top: 34px;
	right: 30px;
}

.modal-series .modal__close::after,
.modal-series .modal__close::before,
.modal-areas .modal__close::after,
.modal-areas .modal__close::before,
.modal-error .modal__close::after,
.modal-error .modal__close::before {
	height: 2px;
	width: -webkit-calc(100% - 55px);
	width: calc(100% - 55px);
	top: -webkit-calc(100% - 71px);
	top: calc(100% - 71px);
	left: -webkit-calc(100% - 23px);
	left: calc(100% - 23px);
}

.sticky-button {
	width: 220px;
	height: 50px; /* place it at the bottom right corner */
	position: fixed;
	bottom: 20px;
	right: 20px; /* keep it at the top of everything else */
	z-index: 2; /* hide with opacity */
	opacity: 0; /* also add a translate effect */
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px); /* and a transition */
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.show-sticky {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/* End Modal for Machines Series */

.modal-error .modal__close {
	height: 25px;
	width: 25px;
	top: 30px;
	right: 30px;
}

.modal-error .modal__window {
	padding: 70px;
	max-width: 1160px;
	background-color: #F7F8FA;
	border-radius: 0;
}

.modal-error .modal__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.modal-error__body {
	max-width: 480px;
	margin-right: 50px;
}

.modal-error__content {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #3a3a3a;
}

.modal-error__content strong {
	font-weight: 500;
}

.modal-error__content-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 20px 0;
	padding: 0;
}

.modal-error__content-title span {
	text-transform: uppercase;
	color: #08917a;
}

.modal-error__content p {
	margin-bottom: 20px;
}

.modal-error__content li {
	padding-left: 16px;
	position: relative;
	margin-bottom: 10px;
}

.modal-error__content li:last-child {
	margin-bottom: 0;
}

.modal-error__content li::before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background-color: #17bfa3;
}

.modal-error__content a {
	display: inline-block;
	color: #17bfa3;
	text-decoration: none;
	border-bottom: 1px solid #17bfa3;
	font-weight: 500;
	line-height: 20px;
	margin-top: 20px;
}

.modal-error__banner {
	margin-top: 54px;
	background-color: #fff;
	border-radius: 19px;
	width: 319px;
	overflow: hidden;
}

.modal-error__banner-legend {
	padding: 25px 30px;
}

.modal-error__banner-text {
	display: block;
	padding: 3px 0 4px 32px;
	position: relative;
	margin-bottom: 20px;
}

.modal-error__banner-text:last-child {
	margin-bottom: 0;
}

.modal-error__banner-text::before {
	position: absolute;
	display: block;
	content: "";
	height: 27px;
	width: 27px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/district/check-red.svg);
	background-position: center center;
}

.modal-error__banner-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	display: block;
	padding: 31px 0;
	text-align: center;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
}

.modal__error-foto {
	background-color: #fff0;
}

.modal-audio-review .modal__window {
	border-radius: 8px;
	padding: 60px;
	max-width: 715px;
	background-color: #F7F8FA;
	margin-top: 90px;
}

.modal-audio-review .reviews__item-content {
	margin-top: 30px;
	margin-bottom: 0px;
}

.modal-audio-review .reviews__item-content p {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 130%;
	font-weight: 400;
}

.modal-audio-review .reviews__item-content p:last-child {
	margin-bottom: 0px;
}

.modal-audio-review p.reviews__item-content-title {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 15px;
}

.modal-audio-review .reviews__item-content ul {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 130%;
	font-weight: 400;
}

.modal-audio-review .reviews__item-content ul li {
	padding-left: 32px;
	position: relative;
	margin-bottom: 12px;
}

.modal-audio-review .reviews__item-content ul li:last-child {
	margin-bottom: 0px;
}

.modal-audio-review .reviews__item-content ul li::before {
	display: block;
	content: "";
	height: 5px;
	width: 5px;
	background-color: #3a3a3a;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.modal-audio-review .reviews__item-content img {
	display: inline-block;
	margin: 20px 0 40px;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.modal-audio-review .audio-review {
	margin-top: 30px;
	margin-bottom: 50px;
}

.modal-audio-review .audio-review__button {
	background-color: #F7F8FA;
}

.footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 230px;
	background-color: var(--clr-ui-footer);
}

.footer__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__logo img {
	width: 100%;
	height: auto;
	max-width: 160px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.footer__nav {
	color: var(--clr-default-100);
}

.footer__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__nav-item {
	position: relative;
}

.footer__nav-item:not(:last-child) {
	margin-right: 45px;
}

.footer__nav-item::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 0;
	height: 1px;
	background-color: var(--clr-default-100);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.footer__consult {
	text-align: right;
}

.footer__consult-number {
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 24px;
	color: var(--clr-default-100);
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.footer__consult-number a {
	position: relative;
	padding-left: 50px;
}

.footer__consult-number a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-box-shadow: 0 4px 4px rgba(228, 75, 76, 0.14);
	box-shadow: 0 4px 4px rgba(228, 75, 76, 0.14);
	background-image: url("../img/ui/phone.svg");
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer__consult-btn {
	position: relative;
	font-weight: 500;
	color: var(--clr-primary-400);
}

.footer__consult-btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--clr-primary-400);
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.breakdowns {
	overflow: hidden;
}

.breakdowns .section__title {
	font-style: normal;
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 50px;
}

.breakdowns__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-left: -20px;
	margin-right: -20px;
}

.breakdowns__list:last-child {
	margin-bottom: 0;
}

.breakdowns__list-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 70px;
}

.breakdowns__list-more-btn {
	background: none;
	border: none;
	border: 1px solid #17bfa3;
	color: #17bfa3;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	padding: 19px 45px;
}

.breakdowns__list-more-btn::after {
	content: "";
	display: inline-block;
	height: 4px;
	width: 8px;
	background-image: url("../img/district/red-arrow.svg");
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
	margin-left: 10px;
}

.breakdowns__list-more-btn--opened::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.breakdowns__item {
	width: -webkit-calc(33.3333333333% - 40px);
	width: calc(33.3333333333% - 40px);
	margin: 0 20px;
	margin-bottom: 0px;
}

.breakdowns__item-more {
	display: none;
	margin-top: 10px;
}

.breakdowns__item-more-btn {
	background: none;
	border: none;
	color: #17bfa3;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	padding: 12px 0;
}

.breakdowns__item-more-btn::after {
	content: "";
	display: inline-block;
	height: 4px;
	width: 8px;
	background-image: url("../img/district/red-arrow.svg");
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
	margin-left: 10px;
}

.breakdowns__item-more-btn--opened::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.breakdowns .js-breakdowns__list {
	max-height: 145px;
	overflow: hidden;
	-webkit-transition: max-height 0.6s ease;
	-o-transition: max-height 0.6s ease;
	transition: max-height 0.6s ease;
}

.breakdowns .js-breakdowns__list--opened {
	max-height: 1000px;
	overflow: visible;
}

.breakdowns__block {
	width: 100%;
	background-color: #fff;
	padding: 36px 30px;
	min-height: 353px;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.breakdowns__block-title {
	color: #1E1E20;
	font-size: 24px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}

.breakdowns__block-title:hover {
	text-decoration: none;
}

.breakdowns__block-title span {
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: #1E1E20;
	text-decoration: underline;
	-webkit-text-decoration-color: #d3d3d3;
	-moz-text-decoration-color: #d3d3d3;
	text-decoration-color: #d3d3d3;
	text-underline-offset: 6px;
}

.breakdowns__block-causes {
	margin-bottom: 10px;
}

.breakdowns__block-causes span {
	color: #17bfa3;
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 5px;
}

.breakdowns__block-causes ul {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}

.breakdowns__block-cost span {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	display: block;
	margin-bottom: 5px;
	color: #17bfa3;
}

.breakdowns__block-cost p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
}

.breakdowns__block-button {
	margin-top: auto;
	display: block;
	background-color: #fff;
	border: 1px solid #17bfa3;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	padding: 15px 0;
	width: 149px;
	color: #17bfa3;
}

.breakdowns__block a.breakdowns__block-title {
	text-decoration: none;
	color: var(--clr-default-800);
}

.breakdowns__wrapper {
	max-width: 235px;
	min-height: 281px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.breakdowns__plain-title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 30px;
}

.breakdowns__plain-item {
	margin-bottom: 20px;
}

.breakdowns__plain-item:last-child {
	margin-bottom: 1px;
}

.breakdowns__plain-item a.breakdowns__plain-link {
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: var(--clr-default-800);
}

.breakdowns__plain-item a.breakdowns__plain-link:hover {
	text-decoration: none;
}

.breakdowns__plain-item a.breakdowns__plain-link span {
	text-decoration: underline;
	-webkit-text-decoration-color: #d3d3d3;
	-moz-text-decoration-color: #d3d3d3;
	text-decoration-color: #d3d3d3;
	text-underline-offset: 5px;
}

.breakdowns__plain-link {
	text-decoration: none;
	color: var(--clr-default-800);
}

.prices {
	overflow: hidden;
}

.prices .swiper.js-clear-margins .prices__detailedlist {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.prices .swiper.js-clear-margins .prices__detailedlist .prices__detailedlist-item {
	margin-left: 0;
	margin-right: 0;
}

.prices .swiper .swiper-nav-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	margin-bottom: 50px;
}

.prices .swiper .swiper-nav-block .swiper-button-prev {
	margin: 0 20px;
}

.prices .swiper .swiper-nav-block .swiper-button-next {
	margin: 0 20px;
}

.prices .swiper.swiper-container-initialized .swiper-nav-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.prices .section__title {
	font-style: normal;
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 9px;
}

.prices .section__subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(30, 30, 32, 0.5);
	margin-bottom: 44px;
	text-align: center;
}
.prices .section__subtitle a {
	color: #17bfa3;
	text-decoration: underline;
	-webkit-text-decoration-color: #faa9ad;
	-moz-text-decoration-color: #faa9ad;
	text-decoration-color: #17bfa3;
	text-underline-offset: 4px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.section__subtitle a:hover {
	opacity: 0.8;
}

.section__subtitle a:visited {
	color: purple;
	-webkit-text-decoration-color: pu;
	-moz-text-decoration-color: pu;
	text-decoration-color: pu;
}

.prices__detailedlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -18px;
	margin-bottom: 50px;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.prices__detailedlist-item {
	background-color: #fff;
	width: -webkit-calc(20% - 36px);
	width: calc(20% - 36px);
	padding: 20px;
	margin: 0 18px;
	border-radius: 15px;
}

.prices__detailedlist-image {
	max-height: 130px;
	max-width: 235px;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	margin-bottom: 20px;
}

.prices__detailedlist-link,
.post__text .prices__detailedlist-link {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	text-decoration: none;
	margin-bottom: 25px;
}

a.prices__detailedlist-link,
.post__text .prices__detailedlist-link {
	color: #1E1E20;
	text-decoration: underline;
	-webkit-text-decoration-color: #D3D3D3;
	-moz-text-decoration-color: #D3D3D3;
	text-decoration-color: #D3D3D3;
	text-underline-offset: 6px;
}

.prices__detailedlist-link:hover,
.post__text .prices__detailedlist-link:hover {
	text-decoration: none;
}

.prices__detailedlist-price {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #17bfa3;
	margin-bottom: 10px;
}

.prices__detailedlist-btn {
	background: none;
	border: none;
	background-color: #fff;
	border: 1px solid #17bfa3;
	padding: 15px 40px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #17bfa3;
}

.prices__plainlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -52px;
	margin-right: -52px;
}

.prices__plainlist-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: -webkit-calc(33.3333333333% - 104px);
	width: calc(33.3333333333% - 104px);
	margin: 0 52px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.prices__plainlist-item:nth-last-child(1),
.prices__plainlist-item:nth-last-child(2),
.prices__plainlist-item:nth-last-child(3) {
	margin-bottom: 0;
	border-bottom: none;
}

.prices__plainlist-item--name {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	max-width: 240px;
}

.prices__plainlist-item--price {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	color: #17bfa3;
}
.prices__plainlist-item--promo {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-align: right;
	color: #9b9b9b;
}

.prices__more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.prices__more-btn {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	color: #17bfa3;
	border: 1px solid #17bfa3;
	background-color: transparent;
	padding: 19px 45px;
}

.prices__more-btn::after {
	content: "";
	display: inline-block;
	height: 4px;
	width: 8px;
	background-image: url(../img/district/red-arrow.svg);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
	margin-left: 10px;
}

.prices__more-btn--opened::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.prices .js-prices__plainlist {
	max-height: 75px;
	overflow: hidden;
	-webkit-transition: max-height 0.6s ease;
	-o-transition: max-height 0.6s ease;
	transition: max-height 0.6s ease;
}

.prices .js-prices__plainlist--opened {
	max-height: 1000px;
	overflow: visible;
}

.post .prices__plain-item {
	width: -webkit-calc(50% - 50px);
	width: calc(50% - 50px);
	margin: 0 20px;
}

.calculator {
	background-color: #F7F8FA;
}

.calculator .container {
	max-width: 850px;
}

.calculator__title {
	color: #1E1E20;
	font-size: 48px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 30px;
}

.calculator__desc {
	color: rgba(74, 85, 104, 0.5);
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.calculator__body {
	background-color: #fff;
	margin-top: 50px;
	color: #1E1E20;
	text-align: center;
	max-width: 900px;
	border-radius: 15px;
}

.calculator__steps {
	position: relative;
	padding: 60px 80px 50px 80px;
}

.calculator__step {
	opacity: 0;
	display: none;
	width: 100%;
}

.calculator__step--active {
	visibility: visible;
	opacity: 1;
	display: block;
}

.calculator__question {
	color: #1E1E20;
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 30px;
}

.calculator__controls {
	text-align: center;
}

.calculator__control {
	display: inline-block;
}

.calculator__step--1 .calculator__control-radio {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.calculator__step--1 .calculator__control-radio:last-child {
	margin-right: 0px;
}

.calculator__step--1 .calculator__control-radio input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.calculator__step--1 .calculator__control-radio label {
	display: inline-block;
	width: 170px;
	padding: 18px 0;
	text-align: center;
	color: #1E1E20;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #E4E9EF;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.calculator__step--1 .calculator__control-radio input[type=radio]:checked ~ label {
	border-color: #BE222B;
	background-color: #BE222B;
	color: #fff;
}

.calculator__step--2 .calculator__control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.calculator__step--2 .calculator__control-input {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 25px;
	border: 1px solid #E4E9EF;
	border-radius: 10px;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 464px;
	width: 464px;
	overflow: hidden;
	margin-right: 10px;
}

.calculator__step--2 .calculator__control-input input {
	padding-right: 0;
	margin-right: 15px;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 25px;
	background-color: #fff;
	color: #1E1E20;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
}

.calculator__step--2 .calculator__control-input button {
	display: none;
	content: "";
	background: none;
	background-image: url(../img/ui/cross.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: none;
	height: 18px;
	width: 18px;
	cursor: pointer;
}

.calculator__step--2 .control-next-btn {
	border: none;
	background: none;
	border-radius: 10px;
	background: -webkit-linear-gradient(351.5deg, #e5343e 0, #9e131b 100%);
	background: -o-linear-gradient(351.5deg, #e5343e 0, #9e131b 100%);
	background: linear-gradient(98.5deg, #17bfa3 0, #08917a 100%);
	display: block;
	padding: 23px 41px;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

.calculator__step--2 .control-next-btn:disabled {
	cursor: not-allowed;
	background: #17bfa359;
}

.calculator__step--3 .calculator__control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.calculator__step--3 .calculator__control-select {
	border: 1px solid #E4E9EF;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	max-width: 464px;
	width: 464px;
	margin-right: 10px;
}

.calculator__step--3 .calculator__control-select::after {
	display: block;
	position: absolute;
	width: 16px;
	height: 8px;
	content: "";
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/ui/select-down.svg);
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.calculator__step--3 .calculator__control-select::before {
	display: block;
	position: absolute;
	width: 16px;
	height: 100%;
	content: "";
	right: 0;
	top: 0;
	background-color: #fff;
}

.calculator__step--3 .calculator__control-select select {
  width: 100%;
  background: transparent;
  border: none;
  padding: 21px 25px 21px 25px;
  font-size: 18px;
  line-height: 16px;
  -webkit-appearance: none;  /* ÐžÑ‚ÐºÐ»ÑŽÑ‡Ð°ÐµÑ‚ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½Ð¾Ðµ Ð¾Ñ„Ð¾Ñ€Ð¼Ð»ÐµÐ½Ð¸Ðµ */
  -moz-appearance: none;     /* Ð”Ð»Ñ Firefox */
  appearance: none;          /* Ð”Ð»Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð¾Ð² */
  background-color: transparent; /* Ð§Ñ‚Ð¾Ð±Ñ‹ Ñ„Ð¾Ð½ Ð½Ðµ Ð±Ñ‹Ð» ÑÐ¸Ð½Ð¸Ð¼ */
  color: inherit;            /* Ð£Ð±Ð¸Ñ€Ð°ÐµÑ‚ ÑÐ¸Ð½Ð¸Ð¹ Ñ†Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
  outline: none;             /* Ð£Ð±Ð¸Ñ€Ð°ÐµÑ‚ Ð¾Ð±Ð²Ð¾Ð´ÐºÑƒ Ð¿Ñ€Ð¸ Ñ„Ð¾ÐºÑƒÑÐµ */
}

.calculator__step--3 .calculator__control-select select:focus {
	outline: none;
	border: none;
	background-color: transparent;
}

.calculator__step--3 .calculator__control .control-next-btn {
	border: none;
	background: none;
	border-radius: 10px;
	background: -webkit-linear-gradient(351.5deg, #e5343e 0, #9e131b 100%);
	background: -o-linear-gradient(351.5deg, #e5343e 0, #9e131b 100%);
	background: linear-gradient(98.5deg, #17bfa3 0, #17bfa3 100%);
	display: block;
	padding: 23px 41px;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

.calculator__step--3 .calculator__control .control-next-btn:disabled {
	cursor: not-allowed;
	background: rgba(229, 52, 62, 0.3);
}

.calculator__step--4 .calculator__controls {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calculator__step--4 .calculator__control-radio {
	position: relative;
	display: block;
	margin-right: 20px;
	max-width: 118px;
}

.calculator__step--4 .calculator__control-radio:last-child {
	margin-right: 0px;
}

.calculator__step--4 .calculator__control-radio input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.calculator__step--4 .calculator__control-radio label {
	display: inline-block;
	width: 118px;
	padding: 18px 0;
	text-align: center;
	color: #1E1E20;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #E4E9EF;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.calculator__step--4 .calculator__control-radio input[type=radio]:checked ~ label {
	border-color: #BE222B;
	background-color: #BE222B;
	color: #fff;
}

.calculator__step--5 .calculator__description {
	color: rgba(74, 85, 104, 0.5);
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.calculator__step--5 .calculator__control-radio {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.calculator__step--5 .calculator__control-radio:last-child {
	margin-right: 0px;
}

.calculator__step--5 .calculator__control-radio input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.calculator__step--5 .calculator__control-radio label {
	display: inline-block;
	width: 101px;
	padding: 18px 0;
	text-align: center;
	color: #1E1E20;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #E4E9EF;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.calculator__step--5 .calculator__control-radio input[type=radio]:checked ~ label {
	border-color: #BE222B;
	background-color: #BE222B;
	color: #fff;
}

.calculator__step--6 .calculator__description {
	color: rgba(74, 85, 104, 0.5);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 8px;
}

.calculator__step--6 .calculator__question {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
}

.calculator__step--6 .calculator__question span {
	color: #17bfa3;
}

.calculator__step--6 .calculator__control-radio {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}

.calculator__step--6 .calculator__control-radio:last-child {
	margin-right: 0px;
}

.calculator__step--6 .calculator__control-radio input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.calculator__step--6 .calculator__control-radio label {
	display: inline-block;
	width: auto;
	padding: 18px 40px;
	text-align: center;
	color: #1E1E20;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #E4E9EF;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.calculator__step--6 .calculator__control-radio input[type=radio]:checked ~ label {
	border-color: #BE222B;
	background-color: #BE222B;
	color: #fff;
}

.calculator__step--6 .calculator__control-radio--gradient label {
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #17bfa3 100%);
	border: none;
	color: #fff;
}

.calculator__step--7 .calculator__description {
	color: rgba(74, 85, 104, 0.5);
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.calculator__step--7 .calculator__controls {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.calculator__step--7 .calculator__control-radio {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	width: 153px;
}

.calculator__step--7 .calculator__control-radio:last-child {
	margin-right: 0px;
}

.calculator__step--7 .calculator__control-radio input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.calculator__step--7 .calculator__control-radio label {
	display: inline-block;
	width: 153px;
	padding: 18px 0;
	text-align: center;
	color: #1E1E20;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	border-radius: 10px;
	border: 1px solid #E4E9EF;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.calculator__step--7 .calculator__control-radio input[type=radio]:checked ~ label {
	border-color: #BE222B;
	background-color: #BE222B;
	color: #fff;
}

.calculator__progress--hide {
	display: none;
}

.calculator__progress-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #ececec;
}

.calculator__progress-item {
	display: block;
	content: "";
	height: 10px;
	width: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #ececec;
	border-left: 1px solid #bababa;
}

.calculator__progress-item--active ~ .calculator__progress-item {
	background-color: #17bfa3;
	border: none;
}

.calculator__progress-item--active {
	background-color: #17bfa3;
	border: none;
}

.calculator__summary {
	margin-top: 30px;
}

.calculator__summary-list {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #E4E9EF;
	text-align: left;
	margin-bottom: 60px;
}

.calculator__summary-item {
	padding: 25px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #1E1E20;
}

.calculator__summary-item:nth-child(odd) {
	background-color: #F7F8FA;
}

.calculator__summary-item span {
	color: rgba(30, 30, 32, 0.5);
	margin-right: 4px;
}

.calculator__summary-item b {
	font-weight: 500;
}

.calculator__total-top {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-animation-name: totalUp;
	-o-animation-name: totalUp;
	animation-name: totalUp;
	-webkit-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.calculator__total-price {
	font-size: 60px;
	font-weight: 500;
	line-height: 66px;
	color: #08917a;
}

.calculator__total-posttext {
	margin-top: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(30, 30, 32, 0.5);
	padding: 0 52px;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-animation-name: totalUp;
	-o-animation-name: totalUp;
	animation-name: totalUp;
	-webkit-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.calculator__banner {
	margin-top: 40px;
	background-color: #fff;
	overflow: hidden;
}

.calculator__banner-legend {
	padding: 30px 39px;
	text-align: center;
	border: 1px solid #E4E9EF;
	border-radius: 10px 10px 0px 0px;
}

.calculator__banner-legend p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.calculator__banner-text {
	display: inline-block;
	position: relative;
	padding: 3px 0 4px 32px;
}

.calculator__banner-text:first-child {
	margin-right: 30px;
}

.calculator__banner-text::before {
	position: absolute;
	display: block;
	content: "";
	height: 27px;
	width: 27px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/district/check-red.svg);
	background-position: center center;
}

.calculator__banner-btn {
	background: transparent;
	border: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	display: block;
	width: 100%;
	padding: 31px 0;
	text-align: center;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
	border-radius: 0px 0px 10px 10px;
}

.modal-calculator .modal__window {
	min-width: 715px;
	padding: 50px 60px;
	border-radius: 0;
	background-color: #F7F8FA;
	margin-top: 90px;
	border-radius: 8px;
}

.modal-calculator .form__title {
	color: #1E1E20;
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 40px;
}

.modal-calculator .form__control {
	width: 100%;
	position: relative;
}

.modal-calculator .form__control input {
	border: 1px solid #E4E9EF;
	border-radius: 1px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #1E1E20;
	padding: 15px;
	display: block;
	width: 100%;
}

.modal-calculator .form__control input::-webkit-input-placeholder {
	color: #bcbcbd;
}

.modal-calculator .form__control input::-moz-placeholder {
	color: #bcbcbd;
}

.modal-calculator .form__control input:-ms-input-placeholder {
	color: #bcbcbd;
}

.modal-calculator .form__control input::placeholder {
	color: #bcbcbd;
}

.modal-calculator .form__control--agreement {
	position: relative;
	padding-left: 33px;
	padding-right: 115px;
	color: rgba(74, 85, 104, 0.5);
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 20px;
}

.modal-calculator .form__control--agreement .checkbox {
	position: absolute;
	left: 0;
	top: 3px;
	border: 1px solid rgba(74, 85, 104, 0.5);
	width: 19px;
	height: 19px;
	opacity: 1;
}

.modal-calculator .form__control--agreement .checkbox::before {
	content: "✓";
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--clr-primary-500);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.modal-calculator .form__control--agreement a {
	border-bottom: 1px solid rgba(74, 85, 104, 0.5);
}

.modal-calculator .form__control input[type=checkbox] {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
}

.modal-calculator .form__control input[type=checkbox]:checked ~ .checkbox::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.modal-calculator .form__control-submit {
	display: block;
	width: 100%;
	border-radius: 10px;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
	padding: 25px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.modal-calculator .form__details {
	background-color: #fff;
	border: 1px solid #E4E9EF;
	border-radius: 10px;
	overflow: hidden;
}

.modal-calculator .form__details-title {
	background-color: #F7F8FA;
}

.modal-calculator .form__details-title label {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1E1E20;
	padding: 25px;
	position: relative;
	cursor: pointer;
}

.modal-calculator .form__details-title label span {
	position: absolute;
	right: 25px;
	top: 25px;
	display: block;
	content: "";
	background-image: url(../img/ui/select-down.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	height: 14px;
	width: 14px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.modal-calculator .form__details-title input[type=checkbox] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.modal-calculator .form__details-title input[type=checkbox]:checked ~ ul {
	max-height: 300px;
}

.modal-calculator .form__details-title input[type=checkbox]:checked ~ label span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.modal-calculator .form__details-list {
	background-color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #8f8f90;
	max-height: 0;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	overflow: hidden;
}

.modal-calculator .form__details-item {
	border-top: 1px solid #E4E9EF;
	padding: 15px 25px;
}

.modal-calculator .form__details-item span {
	color: #1e1e20;
}

.modal-calculator .form__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0;
}

.modal-calculator .form__col {
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
}

.post .errors__wrapper {
	margin-left: 0;
	margin-right: 0;
}

.errors__wrapper {
	margin: 0 auto;
	max-width: 877px;
	text-align: center;
}

.errors__title {
	font-size: 48px;
	line-height: 55px;
	padding: 0;
	margin: 0 0 20px 0;
	color: #1E1E20;
}

.errors__desc {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(30, 30, 32, 0.5);
	width: 700px;
	opacity: 0.5;
	margin: 0 auto;
}

.errors__search {
	margin-top: 60px;
}

.errors__search-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: #4A5568;
	margin-bottom: 15px;
}

.errors__search-controls {
	border: 1px solid #E4E9EF;
	border-radius: 10px;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px 25px 22px 25px;
	max-width: 579px;
	margin: 0 auto;
}

.errors__search-input {
	background: none;
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	margin-right: 15px;
	width: 100%;
}

.errors__search-input::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: rgba(74, 85, 104, 0.5);
}

.errors__search-input::-moz-placeholder {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: rgba(74, 85, 104, 0.5);
}

.errors__search-input:-ms-input-placeholder {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: rgba(74, 85, 104, 0.5);
}

.errors__search-input::placeholder {
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	color: rgba(74, 85, 104, 0.5);
}

.errors__search-btn {
	display: block;
	content: "";
	background: none;
	background-image: url(../img/errors/search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: none;
	height: 23px;
	width: 23px;
	cursor: pointer;
}

.errors__search-btn--cross-icon {
	background-image: url(../img/ui/cross.svg);
}

.errors__content {
	margin-top: 40px;
}

.errors__content-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: rgba(30, 30, 32, 0.3);
	margin-bottom: 20px;
}

.errors__text {
	max-width: 770px;
	margin: 0 auto;
}

.errors__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: max-height 0.4s ease;
	-o-transition: max-height 0.4s ease;
	transition: max-height 0.4s ease;
}

.errors__list-item {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
	margin-right: 7.5px;
	margin-bottom: 5px;
	margin-left: 7.5px;
	cursor: pointer;
	color: #1E1E20;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #E4E9EF;
	border-radius: 10px;
	padding: 10px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.errors__list-item span {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: lowercase;
	margin-left: 10px;
}

.errors__list-item:hover {
	color: #17bfa3;
	background-color: #fff;
	border-color: #fff;
}

.errors__list-item:hover span {
	color: #1E1E20;
}

.malfunctions__content {
	margin-top: 30px;
}

.malfunctions__text {
	max-width: 770px;
	margin: 0 auto;
}

.malfunctions__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.malfunctions__item {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	padding: 5px 15px;
	border: 1px solid #E4E9EF;
	background-color: transparent;
	border-radius: 10px;
	margin-top: 5px;
	margin-right: 7.5px;
	margin-bottom: 5px;
	margin-left: 7.5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.malfunctions__item:hover {
	color: #E5343E;
	background-color: #fff;
	border-color: #fff;
}

.errors__dropdown-input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.errors__dropdown-label {
	display: none;
	color: #17bfa3;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-top: 10px;
}

.errors__dropdown-arrow {
	display: inline-block;
	content: "";
	height: 20px;
	width: 20px;
	-webkit-box-shadow: inset 0 0 0 1px #17bfa3;
	box-shadow: inset 0 0 0 1px #17bfa3;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	margin-left: 6px;
}

.errors__dropdown-arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin-left: -4px;
	margin-top: -2px;
	height: 4px;
	width: 8px;
	background-image: url(../img/district/red-arrow.svg);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.modal-series-order .modal__window {
	max-width: 715px;
	border-radius: 0;
	padding: 60px;
	background-color: #F7F8FA;
	margin-top: 90px;
	border-radius: 6px;
}

.modal-series-order h3 {
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

.modal-series-order .form__group {
	margin-bottom: 40px;
}

.modal-series-order .form__group:last-child {
	margin-bottom: 0;
}

.modal-series-order .form__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 20px 0;
}

.modal-series-order .form__header {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	color: rgba(74, 85, 104, 0.5);
	display: block;
	text-align: center;
}

.modal-series-order .form__control {
	width: 100%;
}

.modal-series-order .form__control:last-child {
	margin-bottom: 0;
}

.modal-series-order .form__control-wrapper {
	background-color: #fff;
	border: 1px solid #E4E9EF;
	border-radius: 1px;
	padding: 0 25px 0 25px;
	width: 100%;
	position: relative;
}

.modal-series-order .form__control-wrapper .form__control-input {
	padding: 15px 15px 15px 0px;
	background-color: #fff;
	border: none;
}

.modal-series-order .form__control-input {
	display: block;
	background-color: #fff;
	border: 1px solid #E4E9EF;
	border-radius: 1px;
	padding: 15px;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1E1E20;
}

.modal-series-order .form__control-input::-webkit-input-placeholder {
	color: rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control-input::-moz-placeholder {
	color: rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control-input:-ms-input-placeholder {
	color: rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control-input::placeholder {
	color: rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control-input.js-validate-error-field {
	border: none;
}

.modal-series-order .form__control-select {
	background: none;
	border: none;
	color: #1E1E20;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	width: 100%;
	padding: 15px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.modal-series-order .form__control-clear {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: 0px none;
	height: 18px;
	width: 18px;
	cursor: pointer;
	content: "";
	background-image: url("../img/ui/cross.svg");
	-webkit-background-size: cover;
	background-size: cover;
}

.modal-series-order .form__control--model .form__control-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-series-order .form__control--model .form__control-input {
	color: #1E1E20;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	width: 100%;
	margin-right: 15px;
}

.modal-series-order .form__control--model .form__control-input::-webkit-input-placeholder {
	color: rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control--model .form__control-input::-moz-placeholder {
	color: rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control--model .form__control-input:-ms-input-placeholder {
	color: rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control--model .form__control-input::placeholder {
	color: rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control--malfunction .form__control-wrapper {
	position: relative;
	overflow: hidden;
}

.modal-series-order .form__control--malfunction .form__control-wrapper::before {
	display: block;
	position: absolute;
	width: 16px;
	height: 100%;
	content: "";
	right: 0px;
	top: 0px;
	background-color: rgb(255, 255, 255);
}

.modal-series-order .form__control--malfunction .form__control-wrapper::after {
	display: block;
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("../img/ui/select-down.svg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	background-color: #fff;
	pointer-events: none;
}

.modal-series-order .form__control--agreement {
	position: relative;
	padding-left: 33px;
	padding-right: 115px;
	color: rgba(74, 85, 104, 0.5);
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 30px;
}

.modal-series-order .form__control--agreement .checkbox {
	position: absolute;
	left: 0px;
	top: 3px;
	border: 1px solid rgba(74, 85, 104, 0.5);
	width: 19px;
	height: 19px;
	opacity: 1;
}

.modal-series-order .form__control--agreement .checkbox::before {
	content: "✓";
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--clr-primary-500);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.modal-series-order .form__control--agreement a {
	border-bottom: 1px solid rgba(74, 85, 104, 0.5);
}

.modal-series-order .form__control input[type=checkbox] {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(0px, 0px, 0px, 0px);
}

.modal-series-order .form__control input[type=checkbox]:checked ~ .checkbox::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.modal-series-order .form__control-submit {
	display: block;
	width: 100%;
	color: #fff;
	border: none;
	background: none;
	background-image: -webkit-linear-gradient(349.03deg, rgb(229, 52, 62) 0.92%, rgb(158, 19, 27) 98.95%);
	background-image: -o-linear-gradient(349.03deg, rgb(229, 52, 62) 0.92%, rgb(158, 19, 27) 98.95%);
	background-image: linear-gradient(100.97deg, #17bfa3 0.92%, #08917a 98.95%);
	text-align: center;
	border-radius: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 25px;
}

.modal-series-order .form__col {
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
}

.lists {
	padding: 60px 0;
}

.lists h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 55px;
	color: #E5343E;
	margin-bottom: 60px;
	margin-top: 120px;
}

.text__h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	color: #1E1E20;
	margin-bottom: 10px;
	margin-top: 80px;
}

.text__p {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(30, 30, 32, 0.5);
	margin: 20px 0;
}

.text__ul {
	margin: 40px 0;
}

ol.text__ul {
	list-style-position: inside;
}

ol.text__ul li {
	list-style: decimal;
	list-style-position: outside;
}

ol.text__ul--v1 {
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
}

ol.text__ul--v1 .text__ul-item {
	padding-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
	margin-bottom: 40px;
}

ol.text__ul--v1 .text__ul-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

ol.text__ul--v1 .text__ul-header {
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	display: inline-block;
	max-width: 250px;
}

ol.text__ul--v1 .text__ul-content {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(30, 30, 32, 0.5);
	float: right;
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
}

ol.text__ul--v1 .text__ul-title {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	display: block;
	color: #1E1E20;
	margin-bottom: 15px;
}

ol.text__ul--v1 .text__ul-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(30, 30, 32, 0.5);
	margin: 0;
	padding: 0;
}

ol.text__ul--v1 img {
	width: 100%;
	height: auto;
	display: block;
	margin: 40px 0;
	border-radius: 15px;
}

ol.text__ul--v3 {
	list-style: none;
	counter-reset: steps;
}

ol.text__ul--v3 li {
	counter-increment: steps;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

ol.text__ul--v3 li:last-child {
	margin-bottom: 0;
}

ol.text__ul--v3 li::before {
	content: counter(steps);
	margin-right: 40px;
	background: #fff;
	color: #17bfa3;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 72px;
	font-size: 80px;
	font-weight: 500;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

ol.text__ul--v3 li p {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: rgba(30, 30, 32, 0.5);
}

ol.text__ul--v3 li p span {
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	color: #1E1E20;
	display: block;
	margin-bottom: 10px;
}

ol.text__ul--v5 li {
	overflow: hidden;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
	margin-bottom: 40px;
}

ol.text__ul--v5 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

ol.text__ul--v5 h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #1E1E20;
	display: inline-block;
}
h3 span{display: block;}


ol.text__ul--v5 p {
	float: right;
	width: -webkit-calc(65% + 5px);
	width: calc(65% + 5px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ol.text__ul--v5 p span {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(30, 30, 32, 0.5);
	display: block;
	width: 35%;
}

ol.text__ul--v5 p img {
	display: block;
	width: 50%;
	height: auto;
	max-width: 463px;
	border-radius: 15px;
}

ol.text__ul--v6 {
	list-style: none;
	counter-reset: steps;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ol.text__ul--v6 li {
	counter-increment: steps;
	width: -webkit-calc(33.33% - 60px);
	width: calc(33.33% - 60px);
	list-style: none;
}

ol.text__ul--v6 li::before {
	content: counter(steps);
	background: none;
	color: #E5343E;
	width: 30px;
	height: 55px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 20px;
}

ol.text__ul--v6 li span {
	display: block;
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	color: #1E1E20;
	margin-bottom: 60px;
}

ol.text__ul--v6 li p {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: rgba(30, 30, 32, 0.5);
}

ol.text__ul--v8 {
	list-style: none;
	counter-reset: steps;
}

ol.text__ul--v8 li {
	counter-increment: steps;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

ol.text__ul--v8 li:last-child {
	margin-bottom: 0;
}

ol.text__ul--v8 li::before {
	content: counter(steps);
	background: none;
	color: #E5343E;
	width: 20px;
	height: 46px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	margin-right: 30px;
}

ol.text__ul--v8 li p {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: rgba(30, 30, 32, 0.5);
}

ol.text__ul--v8 li p span {
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	color: #1E1E20;
	display: block;
	margin-bottom: 10px;
}

ol.text__ul--v9 {
	list-style: none;
	counter-reset: steps;
}

ol.text__ul--v9 li {
	counter-increment: steps;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #1E1E20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

ol.text__ul--v9 li:last-child {
	margin-bottom: 0;
}

ol.text__ul--v9 li::before {
	content: counter(steps) ".";
	background: none;
	color: #E5343E;
	width: 19px;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	margin-right: 8px;
}

ul.text__ul {
	list-style-position: inside;
}

ul.text__ul--v4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.text__ul--v4 li {
	max-width: 378px;
	margin-bottom: 50px;
	width: -webkit-calc(33.33% - 40px);
	width: calc(33.33% - 40px);
}

ul.text__ul--v4 li:nth-last-child(1),
ul.text__ul--v4 li:nth-last-child(2),
ul.text__ul--v4 li:nth-last-child(3) {
	margin-bottom: 0;
}

ul.text__ul--v4 li div {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

ul.text__ul--v4 li img {
	width: 34px;
	height: 34px;
	display: block;
}

ul.text__ul--v4 li span {
	display: block;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
}

ul.text__ul--v4 li p {
	color: rgba(30, 30, 32, 0.5);
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

ul.text__ul--v7 {
	list-style: none;
}

ul.text__ul--v7 li {
	padding-left: 35px;
	position: relative;
	margin-bottom: 40px;
}

ul.text__ul--v7 li:last-child {
	margin-bottom: 0;
}

ul.text__ul--v7 li::before {
	position: absolute;
	display: block;
	content: "";
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #E5343E;
	top: 15px;
	left: 0;
}

ul.text__ul--v7 li span {
	display: block;
	font-weight: 500;
	font-size: 36px;
	line-height: 46px;
	color: #1E1E20;
	margin-bottom: 10px;
}

ul.text__ul--v7 li p {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: rgba(30, 30, 32, 0.5);
	max-width: 880px;
}

ul.text__ul--v9 {
	list-style: none;
}

ul.text__ul--v9 li {
	padding-left: 23px;
	position: relative;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #1E1E20;
}

ul.text__ul--v9 li:last-child {
	margin-bottom: 0;
}

ul.text__ul--v9 li::before {
	position: absolute;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #E5343E;
	top: 12px;
	left: 0;
}

.post {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
}

.post .section__title,
.post .section__subtitle {
	text-align: left;
}

.post .errors__desc,
.post .errors__search-title,
.post .errors__search-controls,
.post .errors__content-title {
	text-align: left;
	margin-left: 0;
}

.post .errors__text,
.post .errors .malfunctions__text {
	max-width: 100%;
}

.post .errors__list,
.post .errors .malfunctions__list {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.post .calculator__title,
.post .calculator__desc {
	text-align: left;
}

.post .calculator__desc {
	margin-left: 0;
}

.post .calculator .container {
	max-width: 100%;
}

.post__header {
	background-color: #1E1E20;
	color: #fff;
}

.post__header-wrapper {
	padding: 30px 0px 97px 0;
	min-height: 100%;
	max-width: 800px;
}

.post__header .container {
	height: 100%;
	min-height: 544px;
	background-repeat: no-repeat;
	background-position: -webkit-calc(100% - 65px) bottom;
	background-position: calc(100% - 65px) bottom;
}

.post__breadcrumbs {
	color: #fff;
	margin-top: 70px;
}

.post__breadcrumbs-list {
	overflow: hidden;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
}

.post__breadcrumbs-item {
	float: left;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 10px;
}

.post__breadcrumbs-item:last-child {
	margin-right: 0;
}

.post__breadcrumbs-link {
	text-decoration: none;
	color: white !important;
}

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

.post__breadcrumbs-link::after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	background-image: url("../img/svg/white-right-arrow.svg");
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	width: 19px;
	height: 8px;
	margin-left: 10px;
}

.post__title {
	font-style: normal;
	font-weight: 500;
	font-size: 60px;
	line-height: 110%;
	color: #fff;
	margin-top: 63px;
	margin-bottom: 20px;
}

.post__intro {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
}

.post__buttons {
	max-width: 588px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}

.post__btn {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	padding: 21px 23px;
	border-radius: 10px;
	color: inherit !important;
	text-decoration: none !important;
	max-width: 400px;
	text-align: center;
}

.post__btn--primary {
	border: none;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
	padding: 21px 35px;
	text-align: center;
}

.post__content {
	padding: 60px 0px;
}

.post__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post__text {
	width: 65.78%;
	overflow: hidden;
}

.post__text a {
	color: #08917a;
	text-decoration: underline;
	-webkit-text-decoration-color: #faa9ad;
	-moz-text-decoration-color: #faa9ad;
	text-decoration-color: #009b9938;
	text-underline-offset: 4px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.post__text a:hover {
	opacity: 0.8;
}

.post__text a:visited {
	color: purple;
	-webkit-text-decoration-color: pu;
	-moz-text-decoration-color: pu;
	text-decoration-color: pu;
}

.post__aside {
	width: 22.92%;
	position: relative;
}

.post__aside .post__banner--freediag .large {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 5px;
}

.post__aside .post__banner--freediag div {
	background-image: none;
	padding-top: 0px;
}

.post__aside .post__banner--freediag div::before {
	display: block;
	content: "";
	width: 100%;
	height: 120px;
	background-image: url("../img/content/free-diag-large.png");
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: -29px;
}

.post__aside .post__banner--freediag div button {
	max-width: 190px;
	margin: 0 auto;
}

.post__aside .post__banner-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post__aside .post__banner-row div {
	width: -webkit-calc(50% - 7.5px);
	width: calc(50% - 7.5px);
}

.post__h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	margin: 40px 0 30px 0;
}

.post__h2--bold {
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 120%;
}

.post__h2 span {
	color: rgba(0, 0, 0, 0.1);
	margin-left: 16px;
}

.post__h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 140%;
	margin: 35px 0 20px 0;
}

.post__errors-title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	max-width: 750px;
	margin: 20px 0 10px 0;
	color: #08917a;
}

.post__errors-title + p {
	margin-top: 10px;
}

.post__p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	margin: 20px 0 0 0;
	max-width: 750px;
}

.post__p + img {
	margin-top: 20px;
	border-radius: 10px;
}

.post__p + .post__ul {
	margin: 10px 0 20px 0;
}

.post__p--red {
	color: #CC2831;
	margin-bottom: 10px;
	font-weight: 700;
}

.post__ul {
	list-style-position: inside;
	margin: 20px 0;
	font-weight: 400;
}

.post__ul--v3 {
	counter-reset: steps;
	max-width: 715px;
}

.post__ul--v3 li {
	counter-increment: steps;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 9px;
	font-style: normal;
	font-size: 18px;
	line-height: 140%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0px 0 8.5px 0;
}

.post__ul--v3 li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.post__ul--v3 li::before {
	content: counter(steps);
	margin-right: 20px;
	width: 30px;
	height: 42px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 140%;
}

.post__ul--v9 {
	list-style: none;
	padding-left: 20px;
}

.post__ul--v9 li {
	padding-left: 19px;
	position: relative;
	margin-bottom: 3px;
	font-style: normal;
	font-size: 18px;
	line-height: 140%;
	color: #1E1E20;
}

.post__ul--v9 li:last-child {
	margin-bottom: 0;
}

.post__ul--v9 li::before {
	position: absolute;
	display: block;
	content: "";
	height: 9px;
	width: 9px;
	border-radius: 50%;
	background-color: #08917a;
	top: 9px;
	left: 0;
}

.post__ul--v8 {
	list-style: none;
	counter-reset: steps;
	padding-left: 20px;
}

.post__ul--v8 li {
	counter-increment: steps;
	margin-bottom: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.post__ul--v8 li:last-child {
	margin-bottom: 0;
}

.post__ul--v8 li::before {
	content: counter(steps);
	background: none;
	color: #17bfa3;
	width: 13px;
	height: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	margin-right: 10px;
}

.post__img {
	width: 100%;
	height: auto;
}

.post__images-group {
	margin-top: 20px;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post__images-group img {
	display: block;
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
	height: auto;
	border-radius: 10px;
}

.post__blockquote {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	padding: 30px 135px 30px 92px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	position: relative;
	margin: 20px 0 60px 0;
}

.post__blockquote::before {
	position: absolute;
	display: block;
	content: "";
	height: 42px;
	width: 42px;
	top: 30px;
	left: 30px;
	border-radius: 50%;
	background: url("../img/svg/blockquote-icon.svg"), -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: url("../img/svg/blockquote-icon.svg"), -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: url("../img/svg/blockquote-icon.svg"), linear-gradient(98.5deg, #17bfa3 0%, #17bfa3 100%);
	background-position: center center, 0 0;
	background-repeat: no-repeat, no-repeat;
}

.post__blockquote--warning {
	border-radius: 10px;
	max-width: 657px;
	background: #17bfa31a;
	padding: 25px 58px 25px 98px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #08917a;
	position: relative;
}

.post__blockquote--warning::before {
	position: absolute;
	content: "";
	height: 40px;
	width: 40px;
	top: 28px;
	left: 47px;
	border-radius: 50%;
	border: 1px solid #17bfa3;
	background: none;
	background-image: url("../img/svg/warning-icon.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

.post__banner {
	overflow: hidden;
}

.post__banner-wrapper {
	margin: 60px 0;
}

.post__banner--prices {
	border-radius: 19px;
	background-color: #fff;
	padding: 30px 27px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-image: url("../img/content/kit.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.post__banner--prices .post__banner-left {
	max-width: 473px;
	margin-right: 30px;
}

.post__banner--prices .post__banner-left span {
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 55px;
	display: block;
	color: #08917a;
	margin-bottom: 12px;
}

.post__banner--prices .post__banner-left p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 28px;
}

.post__banner--prices .post__banner-left button {
	background-color: #fff;
	border: 1px solid #17bfa3;
	color: #17bfa3;
	padding: 16px 21px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
}

.post__banner--prices .post__banner-right {
	max-width: 309px;
}

.post__banner--prices .post__banner-right span {
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 23px;
	display: block;
}

.post__banner--prices .post__banner-right ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}

.post__banner--prices .post__banner-right ul li:last-child {
	margin-bottom: 0;
}

.post__banner--prices .post__banner-right ul li::before {
	display: inline-block;
	content: "—";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-right: 3px;
}

.post__banner--table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post__banner--table .post__banner-left {
	width: 73.94%;
}

.post__banner--table .post__banner-left ul {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 40px;
}

.post__banner--table .post__banner-left li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.post__banner--table .post__banner-left li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.post__banner--table .post__banner-left li img {
	width: auto;
	max-height: 83px;
	border-radius: 10px;
}

.post__banner--table .post__banner-left li p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	margin-left: 30px;
	max-width: 205px;
}

.post__banner--table .post__banner-left li p span {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	display: block;
	margin-bottom: 15px;
}

.post__banner--table .post__banner-left li div {
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.post__banner--table .post__banner-left li div span {
	color: #08917a;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 21px;
}

.post__banner--table .post__banner-left li div button {
	border: none;
	color: #fff;
	border-radius: 10px;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
	padding: 10px 30px;
	margin-top: auto;
}

.post__banner--table .post__banner-right {
	width: 21.92%;
}

.post__banner--freediag {
	border-radius: 15px;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #17bfa3d9 100%);
	overflow: hidden;
	padding: 20px;
}

.post__banner--freediag .large {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 10px;
}

.post__banner--freediag .medium {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
}

.post__banner--freediag .small {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.5);
}

.post__banner--freediag div {
	border-radius: 10px;
	overflow: hidden;
	background-image: url("../img/content/free-diag.png");
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: contain;
	background-size: contain;
	padding-top: 72px;
}

.post__banner--freediag div button {
	background: #fff;
	border-radius: 10px;
	color: #08917a;
	border: none;
	display: block;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

.post__banner--mini {
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
	margin-top: 10px;
}

.post__banner--mini span {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	display: block;
	margin-bottom: 10px;
}

.post__banner--mini p {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: rgba(0, 0, 0, 0.5);
}

.post__banner--minibg {
	background-image: url("../img/svg/banner-percent.svg");
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.post__banner--ruleslink {
	display: block;
	margin-top: 30px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #CC2831;
}

.post__banner--big {
	border-radius: 16px;
	padding: 40px 70px;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.post__banner--big p {
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 44px;
}

.post__banner--big div {
	max-width: 302px;
	margin: 0 auto;
	text-align: center;
}

.post__banner--big div button {
	background: #fff;
	border-radius: 10px;
	color: #08917a;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	padding: 21px;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.post__banner--big div a {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	display: block;
	width: 100%;
	margin-top: 5px;
	text-decoration: none;
}

.post__banner--big div a:hover {
	color: #fff;
	opacity: 0.9;
}

.post__banner--big div small {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: rgb(178 255 234 / 87%);
}

.post__series {
	margin: 30px 0 60px 0;
	max-width: 964px;
}

.post__series-item {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 120%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post__series-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.post__series-item:hover {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.post__series-name {
	width: 57.98%;
}

.post__series-name span {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	display: block;
	margin-top: 5px;
	color: rgba(0, 0, 0, 0.5);
}

.post__series-countries {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: rgba(0, 0, 0, 0.5);
	text-align: right;
}

.post__series-countries ul {
	margin-top: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #1E1E20;
}

.post__series-countries li {
	margin-left: 15px;
	padding-left: 25px;
}

.post__series-countries li:first-child {
	margin-left: 0;
}

.post__series-countries--ru {
	background-image: url("../img/svg/ru.svg");
	background-position: left center;
	background-repeat: no-repeat;
}

.post__series-countries--de {
	background-image: url("../img/svg/de.svg");
	background-position: left center;
	background-repeat: no-repeat;
}

.post__series-countries--pl {
	background-image: url("../img/svg/pl.svg");
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 19px 14px;
	background-size: 19px 14px;
}
.post__series-countries--cn {
	background-image: url("../img/svg/cn.svg");
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: 19px 14px;
	background-size: 19px 14px;
}


.post__faq {
	margin-bottom: 60px;
}

.post__faq-item {
	border-radius: 15px;
	background-color: #fff;
	padding: 20px 30px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 20px;
}

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

.post__faq-top {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.5);
	display: block;
	margin-bottom: 5px;
}

.post__faq-question {
	margin-bottom: 20px;
}

.post__faq-answer {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	padding-left: 10px;
	max-height: 0;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}

.post__faq-answer span {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	color: rgba(30, 30, 32, 0.5);
	margin-bottom: 5px;
}

.post__faq-answer p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
}

.post__faq-answer--opened {
	max-height: 300px;
	margin-bottom: 20px;
}

.post__faq-toggle {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	color: #08917a;
	padding: 3px 0px 3px 0;
	display: block;
	max-height: 142px;
}

.post__faq-toggle span {
	display: inline-block;
	height: 20px;
	width: 20px;
	-webkit-box-shadow: inset 0 0 0 1px #08917a;
	box-shadow: inset 0 0 0 1px #08917a;
	border-radius: 3px;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
}

.post__faq-toggle span::before {
	position: absolute;
	content: "";
	display: block;
	background-image: url("../img/district/red-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 4px;
	width: 8px;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -2px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.post__faq-toggle--opened span::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.post__errors {
	border-radius: 16px;
	background-color: #fff;
	padding: 40px 20px;
}

.post__errors-table {
	border: none;
	border-collapse: collapse;
}

.post__errors-table th {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.post__errors-table th.th__red {
	color: #08917a;
}

.post__errors-table th.column__1 {
	width: 25.89%;
}

.post__errors-table td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 40px 20px 0;
	font-style: normal;
	font-size: 16px;
	line-height: 120%;
	vertical-align: top;
}

.post__errors-table td:last-child {
	padding-right: 0;
}

.post__errors-table td p {
	margin-bottom: 20px;
}

.post__errors-table td.error_name {
	font-style: normal;
	font-size: 20px;
	line-height: 120%;
}

.post__errors tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}

.post__banner-avaiable {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 16px;
	overflow: hidden;
	background-color: #fff;
	padding: 30px 40px;
}

.post__banner-avaiable p {
	width: 40%;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 120%;
}

.post__banner-avaiable div {
	width: 55.92%;
	font-weight: 500;
	font-size: 14px;
}

.post__banner-avaiable div span {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	display: block;
	margin-bottom: 5px;
}

.post__banner-avaiable div ul {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 40px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
}

.post__banner-avaiable div ul li {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #E4E9EF;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}

.post__banner-avaiable div ul li:hover {
	color: #CC2831;
	border-color: #CC2831;
}

.post__banner-avaiable div button {
	border: none;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
	border-radius: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	padding: 20px 30px;
	color: #fff;
}

.post__menu {
	border-radius: 16px;
	background-color: #fff;
	padding: 24px;
	margin-bottom: 20px;
}

.post__menu-title {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-bottom: 5px;
	color: rgba(30, 30, 32, 0.5);
}

.post__menu-list {
	list-style: none;
	list-style-position: inside;
	counter-reset: steps;
}

.post__menu-item {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #1E1E20;
	counter-increment: steps;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}

.post__menu-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.post__menu-item::before {
	content: counter(steps);
	background: none;
	color: #000;
	width: 13px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	margin-right: 10px;
}

.post__menu-item a {
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(0, 0, 0, 0.1);
	-moz-text-decoration-color: rgba(0, 0, 0, 0.1);
	text-decoration-color: rgba(0, 0, 0, 0.1);
	text-underline-offset: 6px;
	color: #1E1E20;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.post__menu-item a:hover {
	color: #08917a;
	-webkit-text-decoration-color: #CC2831;
	-moz-text-decoration-color: #CC2831;
	text-decoration-color: #CC2831;
}

.post__menu--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}

.post .breakdowns__block {
	-webkit-background-size: 0px 0px;
	background-size: 0px;
}

.post .breakdowns__list-more {
	display: none;
}

.post .breakdowns__list--secondary .breakdowns__item-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.post .breakdowns__list.js-breakdowns__list {
	max-height: 160px;
}

.post .prices__plainlist-item {
	width: -webkit-calc(50% - 104px);
	width: calc(50% - 104px);
}

.post .prices__plainlist-item:nth-last-child(1),
.post .prices__plainlist-item:nth-last-child(2) {
	margin-bottom: 0;
	border-bottom: none;
}

.post .prices__plainlist-item:nth-last-child(3) {
	margin-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
}

.post .prices__plainlist-item--name {
	max-width: 70%;
}

@media (hover: hover) {

.header__nav-item:hover .header__subnav-wrapper {
	display: block;
}

.header__nav-item-dropdown:hover .header__subnav-title::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

}

@media (hover) {

.section__btn--shadow:hover,
.section__btn--shadow:focus {
	-webkit-box-shadow: 3px 5px #8e060e, 0 12px 55px rgba(243, 32, 43, 0.4);
	box-shadow: 3px 5px #8e060e, 0 12px 55px rgba(243, 32, 43, 0.4);
}

.header__nav-link:hover::before,
.header__nav-link:focus::before {
	width: 100%;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.header__consult-number:hover,
.header__consult-number:focus {
	color: var(--clr-default-900);
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.header__consult-btn:hover::before,
.header__consult-btn:focus::before {
	width: 0;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.index__btn:hover,
.index__btn:focus {
	border: 2px solid white;
	color: white;
	-webkit-transition: color 0.3s, border 0.3s;
	-o-transition: color 0.3s, border 0.3s;
	transition: color 0.3s, border 0.3s;
}

.repair__item-link:hover::before,
.repair__item-link:focus::before {
	width: 0;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.renovation__item-link:hover,
.renovation__item-link:focus {
	-webkit-box-shadow: 3px 3px #8e060e, 0 1px 6px rgba(243, 32, 43, 0.6);
	box-shadow: 3px 3px #8e060e, 0 1px 6px rgba(243, 32, 43, 0.6);
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.district__social svg:hover,
.district__social svg:focus {
	fill: var(--clr-primary-400);
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
}

.consultation__social svg:hover,
.consultation__social svg:focus {
	fill: var(--clr-primary-400);
	-webkit-transition: fill 0.3s;
	-o-transition: fill 0.3s;
	transition: fill 0.3s;
}

.footer__nav-item:hover::before,
.footer__nav-item:focus::before {
	width: 100%;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.footer__consult-number:hover,
.footer__consult-number:focus {
	color: var(--clr-ui-border);
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.footer__consult-btn:hover::before,
.footer__consult-btn:focus::before {
	width: 0;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

}

@media (max-width: 1920px) {

.repair__item {
	-webkit-background-size: 100% 100%;
	background-size: 100%;
}

.repair__item:hover,
.repair__item:focus {
	-webkit-background-size: 106% 106%;
	background-size: 106%;
	-webkit-transition: -webkit-background-size 0.3s;
	transition: -webkit-background-size 0.3s;
	-o-transition: background-size 0.3s;
	transition: background-size 0.3s;
	transition: background-size 0.3s, -webkit-background-size 0.3s;
}

}

@media screen and (max-width: 1400px) {

.series__swiper-container::after {
	right: -15px;
	left: auto;
	width: 115px;
}

.series__swiper-container::before {
	left: -15px;
	right: auto;
	width: 115px;
}

}

@media (max-width: 1400px) {

.section__title {
	font-size: -webkit-calc(26px + 22 * (100vw - 320px) / 1180);
	font-size: calc(26px + 22 * (100vw - 320px) / 1180);
}

.form__final {
	font-size: -webkit-calc(16px + 4 * (100vw - 320px) / 1180);
	font-size: calc(16px + 4 * (100vw - 320px) / 1180);
}

.advantages__item-title {
	font-size: -webkit-calc(16px + 4 * (100vw - 320px) / 1180);
	font-size: calc(16px + 4 * (100vw - 320px) / 1180);
}

.repair__item {
	-webkit-flex-basis: 33.333%;
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	padding: 40px 35px 160px;
	-webkit-background-size: 110% 110%;
	background-size: 110%;
}

.repair__item:hover,
.repair__item:focus {
	-webkit-background-size: 116% 116%;
	background-size: 116%;
	-webkit-transition: -webkit-background-size 0.3s;
	transition: -webkit-background-size 0.3s;
	-o-transition: background-size 0.3s;
	transition: background-size 0.3s;
	transition: background-size 0.3s, -webkit-background-size 0.3s;
}

.repair__item-title {
	margin-bottom: 10px;
	font-size: 24px;
}

.repair__item-info {
	font-size: 14px;
}

.renovation__item-title {
	font-size: -webkit-calc(16px + 4 * (100vw - 320px) / 1180);
	font-size: calc(16px + 4 * (100vw - 320px) / 1180);
}

.renovation__item-list {
	font-size: -webkit-calc(14px + 2 * (100vw - 320px) / 1180);
	font-size: calc(14px + 2 * (100vw - 320px) / 1180);
}

.district__title {
	font-size: -webkit-calc(28px + 14 * (100vw - 320px) / 1180);
	font-size: calc(28px + 14 * (100vw - 320px) / 1180);
}

.certificates__info {
	font-size: -webkit-calc(16px + 8 * (100vw - 320px) / 1180);
	font-size: calc(16px + 8 * (100vw - 320px) / 1180);
}

.delivery__info {
	font-size: -webkit-calc(16px + 2 * (100vw - 320px) / 1180);
	font-size: calc(16px + 2 * (100vw - 320px) / 1180);
}

.faq__item-head {
	font-size: -webkit-calc(17px + 4 * (100vw - 320px) / 1180);
	font-size: calc(17px + 4 * (100vw - 320px) / 1180);
}

.faq__item-body {
	font-size: -webkit-calc(16px + 2 * (100vw - 320px) / 1180);
	font-size: calc(16px + 2 * (100vw - 320px) / 1180);
}

.steps__wrapper {
	padding: 55px 30px 75px 20px;
}

.place__item-title {
	font-size: -webkit-calc(20px + 4 * (100vw - 320px) / 1180);
	font-size: calc(20px + 4 * (100vw - 320px) / 1180);
}

.section__btn--large {
	height: 50px;
}

.header {
	height: 80px;
	border-bottom: 0px;
}

.header__nav-item:not(:last-child) {
	margin-right: 30px;
}

.header__delivery {
	padding-left: 45px;
	max-width: 220px;
	font-size: 14px;
}

.header__consult-number a::before {
	width: 18px;
	height: 18px;
}

.header__consult-number a {
	padding-left: 26px;
}

.header__consult-number {
	margin-bottom: 0;
	font-size: 14px;
}

.header__consult-btn {
	font-size: 10px;
}

.index--2 .index__btn {
	padding-left: 20px;
	height: 50px;
	font-size: 14px;
}

.index--2 .index__right {
	width: 40%;
}

.index {
	padding-top: 60px;
	padding-bottom: 145px;
}

.index__left {
	max-width: 540px;
}

.index__suptitle {
	margin-bottom: 20px;
	font-size: 14px;
}

.index__title {
	font-size: 48px;
}

.index__subtitle::before {
	width: 15px;
}

.index__subtitle {
	margin-bottom: 34px;
	padding-left: 25px;
}

.index__btns > * {
	max-width: 245px;
}

.index__btn {
	height: 50px;
}

.index__right {
	right: -15px;
	top: -115px;
	width: 40%;
}

.advantages {
	margin-top: -20px;
}

.advantages__list {
	grid-gap: 20px;
}

.advantages__item {
	padding: 25px 20px;
}

.renovation__row {
	grid-gap: 25px;
	grid-template-columns: repeat(5, 1fr);
}

.engineers {
	max-width: 1540px;
}

.engineers__item-info {
	padding: 20px 0;
}

.engineers .swiper-container {
	padding-right: 20px;
	padding-left: 20px;
}

.results__head {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	max-width: 690px;
	font-size: 18px;
}

.results__head-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 initial;
	-ms-flex: 0 1 initial;
	flex: 0 1 initial;
	width: 100%;
	height: 50px;
	max-width: 330px;
}

.certificates__item {
	padding: 15px;
}

.delivery__title {
	margin-bottom: 15px;
	font-size: 24px;
}

.delivery .section__btn {
	max-width: 100%;
}

.place__right {
	padding: 20px;
}

.place__item:not(:last-child) {
	margin-right: 15px;
}

.footer {
	height: 80px;
}

.footer__consult-number a::before {
	width: 18px;
	height: 18px;
}

.footer__consult-number a {
	padding-left: 26px;
}

.footer__consult-number {
	margin-bottom: 0;
	font-size: 14px;
}

.footer__consult-btn {
	font-size: 10px;
}

}

@media screen and (max-width: 1330px) {

.post .breakdowns__list-more {
	display: none;
}

.post .breakdowns__list--secondary {
	margin-left: 0;
	margin-right: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.post .breakdowns__list--secondary .breakdowns__item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}

.post .breakdowns__list--secondary .breakdowns__item:last-child {
	margin-bottom: 0;
}

.post .breakdowns__list--secondary .breakdowns__item-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.post .breakdowns .js-breakdowns__list {
	min-height: 160px;
}

}

@media screen and (max-width: 1300px) {

.prices__detailedlist {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.prices__detailedlist-item {
	margin-left: 0;
	margin-right: 0;
}

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

.prices__plainlist-item {
	width: -webkit-calc(50% - 104px);
	width: calc(50% - 104px);
}

.prices__plainlist-item:nth-last-child(1),
.prices__plainlist-item:nth-last-child(2) {
	margin-bottom: 0;
	border-bottom: none;
}

.prices__plainlist-item:nth-last-child(3) {
	margin-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
}

.prices__plainlist-item--name {
	max-width: 395px;
}

.prices .js-prices__plainlist {
	max-height: 190px;
}

.prices .js-prices__plainlist--opened {
	max-height: 1000px;
}

.post .prices__plainlist-item {
	width: -webkit-calc(50% - 104px);
	width: calc(50% - 104px);
}

.post .prices__plainlist-item:nth-last-child(1),
.post .prices__plainlist-item:nth-last-child(2) {
	margin-bottom: 0;
	border-bottom: none;
}

.post .prices__plainlist-item:nth-last-child(3) {
	margin-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
}

.post .prices__plainlist-item--name {
	max-width: 70%;
}

}

@media screen and (max-width: 1230px) {

.post__header .container {
	-webkit-background-size: 0px 0px;
	background-size: 0px;
}

.post__banner--prices .post__banner-left span {
	font-size: 36px;
}

.post__banner--prices .post__banner-right span {
	font-size: 30px;
}

.post__banner-avaiable p {
	font-size: 30px;
}

}

@media (max-width: 1170px) {

.header__subnav-wrapper {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: auto;
}

.header__subnav {
	border: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.header__subnav-list {
	margin-bottom: 15px;
}

.header__subnav-list:last-child {
	margin-bottom: 0;
}

.header__subnav-triangle {
	display: none;
}

.pd__120 {
	padding-top: 80px;
}

.pd__60 {
	padding-top: 30px;
}

.header {
	position: fixed; /* Ð˜Ð»Ð¸ absolute, Ð² Ð·Ð°Ð²Ð¸ÑÐ¸Ð¼Ð¾ÑÑ‚Ð¸ Ð¾Ñ‚ Ð¿Ð¾Ñ‚Ñ€ÐµÐ±Ð½Ð¾ÑÑ‚ÐµÐ¹ */
    top: 0;
    left: 0;
    width: 100%;

    color: white;
    padding: 10px;
    z-index: 10; /* Ð”Ð¾Ð»Ð¶ÐµÐ½ Ð±Ñ‹Ñ‚ÑŒ Ð±Ð¾Ð»ÑŒÑˆÐµ, Ñ‡ÐµÐ¼ Ñƒ Ð¾ÑÑ‚Ð°Ð»ÑŒÐ½Ñ‹Ñ… ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² */
    height: 60px;
}

.header__wrapper {
	-webkit-box-pack: initial;
	-webkit-justify-content: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
}

.header__nav {
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	width: 100%;
	height: 100%;
	max-width: 320px;
	background-color: var(--clr-default-100);
	-webkit-transition: right 0.3s;
	-o-transition: right 0.3s;
	transition: right 0.3s;
}

.header__nav--active {
	right: 0;
	-webkit-transition: right 0.3s;
	-o-transition: right 0.3s;
	transition: right 0.3s;
}

.header__nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 10px 0 0 0;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 28px;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.header__nav-link {
	display: inline-block;
	width: 100%;
}

.header__subnav-title {
	width: 100%;
	font-size: 20px;
	padding: 12px 16px; /* Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ ÑÐ²ÐµÑ€Ñ…Ñƒ/ÑÐ½Ð¸Ð·Ñƒ Ð¸ Ð¿Ð¾ Ð±Ð¾ÐºÐ°Ð¼ */
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: 5px 0; /* Ñ€Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¾Ñ‚ Ð´Ñ€ÑƒÐ³Ð¸Ñ… ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² */
	border-radius: 4px; /* Ð½ÐµÐ¼Ð½Ð¾Ð³Ð¾ ÑÐºÑ€ÑƒÐ³Ð»Ð¸Ñ‚ÑŒ, Ð´Ð»Ñ ÐºÑ€Ð°ÑÐ¾Ñ‚Ñ‹ */
}
.header__subnav-title::before {
	left: 220px;}

.header__nav-item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 30px;
}

.header__delivery {
	margin-left: auto;
}

.header__consult {
	margin-right: 20px;
}

.header__burger {
	position: relative;
	z-index: 15;
	display: block;
	width: 20px;
	height: 14px;
	background-color: transparent;
}

.header__burger::after,
.header__burger::before,
.header__burger span {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--clr-default-700);
}

.header__burger::before {
	top: 0;
	-webkit-transition: top 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s, -webkit-transform 0.3s;
	-o-transition: top 0.3s, -o-transform 0.3s;
	transition: transform 0.3s, top 0.3s;
	transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.header__burger::after {
	bottom: 0;
	-webkit-transition: bottom 0.3s, -webkit-transform 0.3s;
	transition: bottom 0.3s, -webkit-transform 0.3s;
	-o-transition: bottom 0.3s, -o-transform 0.3s;
	transition: transform 0.3s, bottom 0.3s;
	transition: transform 0.3s, bottom 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.header__burger span {
	top: 6px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.header__burger--active span {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.header__burger--active::before {
	top: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s, -webkit-transform 0.3s;
	-o-transition: top 0.3s, -o-transform 0.3s;
	transition: transform 0.3s, top 0.3s;
	transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.header__burger--active::after {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: bottom 0.3s, -webkit-transform 0.3s;
	transition: bottom 0.3s, -webkit-transform 0.3s;
	-o-transition: bottom 0.3s, -o-transform 0.3s;
	transition: transform 0.3s, bottom 0.3s;
	transition: transform 0.3s, bottom 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.repair__item {
	padding: 30px 20px 120px;
	-webkit-background-size: 120% 120%;
	background-size: 120%;
}

.repair__item:hover,
.repair__item:focus {
	-webkit-background-size: 126% 126%;
	background-size: 126%;
	-webkit-transition: -webkit-background-size 0.3s;
	transition: -webkit-background-size 0.3s;
	-o-transition: background-size 0.3s;
	transition: background-size 0.3s;
	transition: background-size 0.3s, -webkit-background-size 0.3s;
}

.renovation__row {
	grid-gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}

.renovation__item-info {
	padding: 10px;
}

.delivery__left {
	margin-right: 15px;
}

.delivery__title {
	font-size: 20px;
}

.delivery__info {
	margin-bottom: 25px;
}

.steps__item::after {
	left: 90%;
	width: 90px;
	height: 13px;
}

.consultation {
	margin-top: 80px;
}

.place {
	padding-bottom: 80px;
}

.place__left {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 45%;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

.place__right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 54%;
	-ms-flex: 0 1 54%;
	flex: 0 1 54%;
}

.place__item-list--metro li {
	padding-left: 35px;
}

}

@media screen and (max-width: 1170px) {

.breakdowns__list-more {
	display: none;
}

.breakdowns__list--secondary .breakdowns__item-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

}

@media screen and (max-width: 1100px) {

.prices__detailedlist {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

.prices__detailedlist-item {
	max-width: 100%;
	max-height: none;
	padding-top: 36px;
	padding-right: 30px;
	padding-bottom: 36px;
	padding-left: 30px;
	margin-left: 0;
	margin-right: 0;
}

.prices__detailedlist-link {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 16px;
}

.prices__detailedlist-image {
	max-width: none;
}

.prices__detailedlist-price {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}

.prices__detailedlist-btn {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	padding: 15px 40px;
	text-align: center;
}

}

@media screen and (max-width: 1060px) {

.breakdowns .js-breakdowns__list {
	max-height: 142px;
}

.breakdowns .js-breakdowns__list--opened {
	max-height: 1000px;
}

}

@media screen and (max-width: 1000px) {

.breakdowns__list {
	margin-left: 10px;
	margin-right: 10px;
}

.breakdowns__item {
	width: -webkit-calc(33.3333333333% - 20px);
	width: calc(33.3333333333% - 20px);
	margin: 0 10px;
}

.breakdowns__block {
	-webkit-background-size: 200px 200px;
	background-size: 200px;
	padding: 30px 20px;
}

.post__banner--prices {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post__banner--prices .post__banner-left {
	width: 100%;
	max-width: none;
	margin-right: 0;
}

.post__banner--prices .post__banner-left span {
	font-size: 36px;
}

.post__banner--prices .post__banner-right {
	width: 100%;
	max-width: none;
	margin-top: 40px;
}

.post__banner--prices .post__banner-right span {
	font-size: 30px;
}

.post__banner-avaiable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post__banner-avaiable p {
	font-size: 30px;
	width: 100%;
}

.post__banner-avaiable div {
	width: 100%;
	margin-top: 30px;
}

}

@media screen and (max-width: 980px) {

.breakdowns__list-more {
	display: none;
}

.breakdowns__list--secondary {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: 0;
	margin-right: 0;
}

.breakdowns__list--secondary .breakdowns__item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.breakdowns__list--secondary .breakdowns__item:last-child {
	margin-bottom: 0;
}

.breakdowns__list--secondary .breakdowns__item-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

}

@media screen and (max-width: 979px) {

.modal-series__body {
	padding: 0 0 20px 0;
}

.modal-series__list {
	position: relative;
}

.modal-series__list::after {
	display: block;
	position: absolute;
	bottom: 0px;
	content: "";
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 250, 0)), color-stop(90.58%, #F7F8FA));
	background: -webkit-linear-gradient(top, rgba(247, 248, 250, 0) 0%, #F7F8FA 90.58%);
	background: -o-linear-gradient(top, rgba(247, 248, 250, 0) 0%, #F7F8FA 90.58%);
	background: linear-gradient(180deg, rgba(247, 248, 250, 0) 0%, #F7F8FA 90.58%);
}

.modal-series__body--opened .modal-series__list::after {
	display: none;
}

.modal-series__footer {
	border-radius: 19px;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	margin-top: auto;
}

.modal-series__footer-legend {
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}

.modal-series__footer-text:first-child {
	margin-right: 19px;
}

.modal-series__footer-link {
	border-radius: 10px;
	padding: 21px 17px;
}

.prices__plainlist {
	margin-left: 0;
	margin-right: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.prices__plainlist-item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.prices__plainlist-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.prices__plainlist-item:nth-last-child(3),
.prices__plainlist-item:nth-last-child(2) {
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}

.prices__plainlist-item--name {
	max-width: 70%;
}

.prices .js-prices__plainlist {
	max-height: 210px;
}

.prices .js-prices__plainlist--opened {
	max-height: 1500px;
}

.post .prices__plainlist {
	margin-left: 0;
	margin-right: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.post .prices__plainlist-item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.post .prices__plainlist-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.post .prices__plainlist-item:nth-last-child(3),
.post .prices__plainlist-item:nth-last-child(2) {
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}

.post .prices__plainlist-item--name {
	max-width: 70%;
}

.post .prices .js-prices__plainlist {
	max-height: 220px;
}

.post .prices .js-prices__plainlist--opened {
	max-height: 9000px;
}

}

@media (max-width: 979px) {

.index--2 .index__btn {
	padding-left: 5px;
	font-size: 12px;
}

.index--2 .index__right {
	width: 45%;
}

.index {

	padding-bottom: 80px;
}

.index__left {
	max-width: 440px;
}

.index__title {
	margin-bottom: 15px;
	font-size: 32px;
}

.index__subtitle {
	margin-bottom: 20px;
	max-width: 360px;
	font-size: 14px;
}

.index__right {
	top: -80px;
}

.advantages {
	margin-top: 0;
	padding-top: 20px;
}

.advantages__list {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 690px;
}

.advantages__item:not(:last-child) {
	margin-bottom: 15px;
}

.advantages__item-info p:not(:last-child) {
	margin-bottom: 10px;
}

.repair__item {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-background-size: 90% 90%;
	background-size: 90%;
}

.repair__item:hover,
.repair__item:focus {
	-webkit-background-size: 96% 96%;
	background-size: 96%;
	-webkit-transition: -webkit-background-size 0.3s;
	transition: -webkit-background-size 0.3s;
	-o-transition: background-size 0.3s;
	transition: background-size 0.3s;
	transition: background-size 0.3s, -webkit-background-size 0.3s;
}

.renovation__row {
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.district__input input {
	padding-right: 15px;
	padding-left: 15px;
}

.district__input {
	margin-right: 15px;
}

.engineers {
	max-width: 1530px;
}

.engineers .swiper-container {
	padding-right: 15px;
	padding-left: 15px;
}

.results__content-item .swiper-wrapper {
	-webkit-box-pack: initial;
	-webkit-justify-content: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
}

.results__content-item .swiper-slide {
	max-width: 720px;
}

.delivery__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.delivery__left {
	margin-right: 0;
	margin-bottom: 30px;
}

.delivery__title {
	font-size: 18px;
}

.faq__item {
	padding-right: 20px;
	padding-left: 20px;
}

.steps__wrapper {
	padding: 0;
	background-color: transparent;
}

.steps__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.steps__item::after {
	display: none;
}

.steps__item--2::before {
	top: 0;
}

.steps__item--2 {
	padding-top: 240px;
}

.steps__item--3::before {
	top: 0;
}

.steps__item--3 {
	padding-top: 240px;
}

.steps__item:not(:last-child) {
	margin-bottom: 40px;
}

.consultation {
	margin-top: 60px;
	background-image: url("../img/consultation/bg-tablet.jpg");
}

.consultation__wrapper {
	margin-right: initial;
	margin-left: initial;
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 345px;
}

.consultation__title {
	margin-bottom: 20px;
	font-size: 27px;
}

.consultation__form {
	display: block;
	padding-bottom: 0;
}

.consultation__input {
	margin-right: 0;
	margin-bottom: 30px;
}

.consultation__checkbox {
	position: relative;
	margin-bottom: 30px;
	font-size: 14px;
}

.consultation__socials {
	position: static;
	margin-top: 25px;
	margin-left: 70px;
}

.consultation .section__btn--small {
	max-width: 992px;
}

.place__wrapper {
	display: block;
}

.place__left iframe {
	max-width: 100%;
}

.place__left {
	margin-bottom: 30px;
	margin-left: -15px;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
}

.place__right {
	padding: 50px;
}

.footer {
	height: 180px;
}

.footer__logo {
	margin-right: 70px;
	margin-left: auto;
}

.footer__nav {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 40px;
}

.footer__nav-list {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__nav-item:not(:last-child) {
	margin-right: 60px;
}

.footer__consult {
	margin-right: auto;
}

.modal-areas .modal__window {
	padding: 15px;
}

.modal-areas__title {
	font-size: 24px;
	line-height: 32px;
}

.modal-areas__footer {
	border-radius: 19px;
	overflow: hidden;
	background-color: #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}

.modal-areas__footer-legend {
	border-radius: none;
	background-color: none;
	padding: 0;
}

.modal-areas__footer-text:first-child {
	margin-right: 19px;
}

.modal-areas__footer-link {
	border-radius: 10px;
	padding: 21px 17px;
}

.modal-areas .modal__close {
	top: 20px;
	right: 5px;
	width: 15px;
	height: 15px;
}

.modal-error .modal__close {
	top: 5px;
	right: 5px;
}

.modal-error .modal__window {
	padding: 40px;
}

.errors__title {
	font-size: 27px;
	line-height: 31px;
	margin-bottom: 15px;
}

.errors__desc {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

.errors__search-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}

.errors__search-controls {
	padding: 15px;
}

.errors__search-input {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
}

.errors__search-input::-webkit-input-placeholder {
	font-size: 14px;
}

.errors__search-input::-moz-placeholder {
	font-size: 14px;
}

.errors__search-input:-ms-input-placeholder {
	font-size: 14px;
}

.errors__search-input::placeholder {
	font-size: 14px;
}

.errors__content {
	margin-top: 30px;
}

.errors__content-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 14px;
}

.errors__text {
	width: 100%;
}

.errors__list-item {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	min-width: 59px;
}

.errors__search-controls {
	width: 100%;
}

}

@media screen and (max-width: 900px) {

.breakdowns__list + .breakdowns__list .breakdowns__item {
	margin-bottom: 30px;
}

.breakdowns__item {
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	margin-bottom: 20px;
}

.breakdowns__block {
	-webkit-background-size: 200px 200px;
	background-size: 200px;
}

}

@media screen and (max-width: 830px) {

.post .breakdowns {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.post .breakdowns__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
}

.post .breakdowns__item {
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

.post .breakdowns__item:last-child {
	margin-bottom: 0;
}

}

@media screen and (max-width: 768px) {

.post__header-wrapper {
	padding: 90px 0px 97px 0;
	min-height: 100%;
	max-width: 800px;
}

.series {
	padding: 60px 0 10px 0;
}

.series__title {
	font-size: 26px;
	line-height: 32px;
}

.series__description {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
	padding: 0;
}

.series__swiper-container {
	padding-bottom: 55px;
}

.series__swiper-container::after {
	right: -15px;
	left: auto;
	width: 115px;
}

.series__swiper-container::before {
	display: none;
}

.series__nav {
	width: 115px;
	height: 15px;
	top: auto;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
}

.series__swiper-button-prev,
.series__swiper-button-next {
	height: 15px;
	width: 50px;
}

.swiper-slide-active .compare__before::before {
	padding: 5px;
	top: 10px;
	left: 10px;
	font-size: 12px;
}

.swiper-slide-active .compare__after::after {
	padding: 5px;
	top: 10px;
	right: 10px;
	font-size: 12px;
}

.swiper-slide-active .compare__slider-button {
	width: 30px;
	height: 30px;
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%;
}

.audio-review__info {
	margin-left: 20px;
}

.audio-review__button {
	height: 45px;
	width: 45px;
}

.audio-review__progress-current::before {
	height: 8px;
	width: 8px;
}

.audio-review__button::before {
	height: 12px;
	width: 12px;
	-webkit-background-size: cover;
	background-size: cover;
}

.audio-review__time {
	font-size: 16px;
	line-height: 10px;
}

.modal-series .modal__window {
	padding: 40px 15px 20px 15px;
	max-width: 1160px;
	background-color: #F7F8FA;
	background-image: none;
	border-radius: 0;
}

.modal-series .modal__close {
	height: 23px;
	width: 23px;
	top: 14px;
	right: 5px;
}

.modal-series__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 20px;
}

.modal-series__description {
	padding: 0;
}

.modal-series__body {
	padding: 0 0 20px 0;
}

.modal-series__item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.modal-series__item:nth-last-child(1) {
	border-bottom: none;
	margin-bottom: 0;
}

.modal-series__item:nth-last-child(2) {
	border-bottom: 1px solid #E4E9EF;
	margin-bottom: 5px;
}

.modal-series__item:nth-last-child(3) {
	border-bottom: 1px solid #E4E9EF;
	margin-bottom: 5px;
}

.modal-series__footer {
	margin-top: auto;
}

.modal-series .series-dropdown__input:checked ~ .series-dropdown__label {
	display: none;
}

.modal-series .series-dropdown__input:checked ~ .modal-series__list { /* max-height: 272px; */
	overflow-y: auto;
}

.modal-audio-review .modal__window {
	border-radius: 0;
	padding: 60px 15px 60px 15px;
	max-width: 715px;
	background-color: #F7F8FA;
	overflow: hidden;
}

.modal-audio-review .audio-review__button {
	height: 50px;
	width: 50px;
}

.modal-audio-review .modal__close::after,
.modal-audio-review .modal__close::before {
	height: 2px;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	top: -webkit-calc(100% - 62px);
	top: calc(100% - 62px);
	left: -webkit-calc(100% - 17px);
	left: calc(100% - 17px);
}

.modal-audio-review .reviews__item-content-title {
	font-size: 18px;
	line-height: 20px;
}

.modal-audio-review .reviews__item-content p {
	font-size: 16px;
	line-height: 20px;
}

.modal-audio-review .reviews__item-content ul {
	font-size: 16px;
	line-height: 20px;
}

.modal-audio-review .reviews__item-content ul li {
	padding-left: 25px;
	margin-bottom: 10px;
}

.modal-audio-review .reviews__item-content ul li::before {
	left: 11px;
}

.modal-audio-review .audio-review {
	margin-top: 20px;
	margin-bottom: 40px;
}

.prices {
	margin-bottom: 30px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.prices .section__title {
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px;
	text-align: left;
}

.prices .section__subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	margin-bottom: 30px;
	text-align: left;
}

.prices__plain {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}

.prices__plain-item {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
}

.prices__plainlist-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.prices__plainlist-item--name {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	max-width: none;
	width: 100%;
}

.prices__plainlist-item--price {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #17bfa3;
}

.prices__more {
	margin-top: 30px;
}

.prices__more-btn {
	width: 100%;
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
	padding-top: 19px;
	padding-bottom: 19px;
}

.prices .js-prices__plainlist {
	max-height: 340px;
	overflow: hidden;
	-webkit-transition: max-height 0.6s ease;
	-o-transition: max-height 0.6s ease;
	transition: max-height 0.6s ease;
}

.prices .js-prices__plainlist--opened {
	max-height: 9000px;
	overflow: visible;
	margin-bottom: 0;
}

.calculator__title {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 15px;
	padding: 0 10px;
}

.calculator__desc {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	padding: 0 30px;
}

.calculator__steps {
	padding: 40px 20px;
	overflow: hidden;
}

.calculator__body {
	margin-top: 40px;
}

.calculator__question {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}

.calculator__progress-item {
	height: 4px;
	border: none;
}

.calculator__step--1 .calculator__control-radio {
	margin-right: 16px;
}

.calculator__step--2 .calculator__question {
	padding: 0 35px;
}

.calculator__step--2 .calculator__control {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.calculator__step--2 .calculator__control-input {
	max-width: 100%;
	margin: 0 0 20px 0;
}

.calculator__step--2 .calculator__control-input input {
	font-size: 16px;
	line-height: 18px;
}

.calculator__step--2 .calculator__control-btn {
	width: 100%;
}

.calculator__step--2 .calculator__control-btn button {
	display: block;
	width: 100%;
}

.calculator__step--3 .calculator__question {
	padding: 0 35px;
}

.calculator__step--3 .calculator__control {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.calculator__step--3 .calculator__control-select {
	max-width: 100%;
	margin: 0 0 20px 0;
}

.calculator__step--3 .calculator__control-select select {
	font-size: 16px;
	line-height: 18px;
}

.calculator__step--3 .calculator__control-btn {
	width: 100%;
}

.calculator__step--3 .calculator__control-btn button {
	display: block;
	width: 100%;
}

.calculator__step--4 .calculator__control-radio {
	display: block;
	max-width: none;
	margin-right: 0;
}

.calculator__step--4 .calculator__control-radio label {
	width: 100%;
}

.calculator__step--4 .calculator__swiper-container {
	position: relative;
	padding-bottom: 1px;
}

.calculator__step--4 .calculator__swiper-container::before,
.calculator__step--4 .calculator__swiper-container::after {
	position: absolute;
	top: 0;
	height: 100%;
	display: block;
	content: "";
	pointer-events: none;
	width: 30px;
}

.calculator__step--4 .calculator__swiper-container::after {
	right: -20px;
	left: auto;
	background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
	background: -webkit-linear-gradient(right, #ffffff 0%, transparent 100%);
	background: -o-linear-gradient(right, #ffffff 0%, transparent 100%);
	background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
	z-index: 2;
}

.calculator__step--4 .calculator__swiper-container::before {
	left: -20px;
	right: auto;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
	background: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
	background: -o-linear-gradient(left, #ffffff 0%, transparent 100%);
	background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
	z-index: 2;
}

.calculator__step--4 .calculator__swiper-wrapper {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.calculator__step--4 .calculator__swiper-slide {
	width: 118px;
}

.calculator__step--6 .calculator__control-radio label[for=calc-done] {
	content: "Ð ÐµÑˆÐµÐ½Ð°";
}

.calculator__step--7 .calculator__control-radio {
	display: block;
	width: auto;
	max-width: none;
	margin-right: 0;
}

.calculator__step--7 .calculator__control-radio label {
	width: 100%;
	padding: 19px 20px;
}

.calculator__step--7 .calculator__swiper-container {
	position: relative;
	padding-bottom: 1px;
}

.calculator__step--7 .calculator__swiper-container::before,
.calculator__step--7 .calculator__swiper-container::after {
	position: absolute;
	top: 0;
	height: 100%;
	display: block;
	content: "";
	pointer-events: none;
	width: 30px;
}

.calculator__step--7 .calculator__swiper-container::after {
	right: -20px;
	left: auto;
	background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
	background: -webkit-linear-gradient(right, #ffffff 0%, transparent 100%);
	background: -o-linear-gradient(right, #ffffff 0%, transparent 100%);
	background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
	z-index: 2;
}

.calculator__step--7 .calculator__swiper-container::before {
	left: -20px;
	right: auto;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
	background: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
	background: -o-linear-gradient(left, #ffffff 0%, transparent 100%);
	background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
	z-index: 2;
}

.calculator__step--7 .swiper-wrapper {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.calculator__step--8 .calculator__summary {
	margin-top: 20px;
}

.calculator__step--8 .calculator__summary-list {
	margin-bottom: 30px;
}

.calculator__step--8 .calculator__summary-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 15px;
	color: #1E1E20;
}

.calculator__step--8 .calculator__summary-item span,
.calculator__step--8 .calculator__summary-item b {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}

.calculator__step--8 .calculator__total-top {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	color: rgba(30, 30, 32, 0.5);
}

.calculator__step--8 .calculator__total-price {
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 110%;
}

.calculator__step--8 .calculator__total-posttext {
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.calculator__step--8 .calculator__banner {
	margin-top: 30px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -40px;
	background-color: #F7F8FA;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.calculator__step--8 .calculator__banner-wrapper {
	padding: 25px 20px;
	border: 1px solid #E4E9EF;
	border-radius: 15px;
	background-color: #fff;
}

.calculator__step--8 .calculator__banner-legend {
	padding: 0px 20px 20px 20px;
	border: none;
	color: #1E1E20;
}

.calculator__step--8 .calculator__banner-legend p {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.calculator__step--8 .calculator__banner-btn {
	padding: 21px 0;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	border-radius: 10px;
	background: -webkit-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: -o-linear-gradient(351.5deg, #E5343E 0%, #9E131B 100%);
	background: linear-gradient(98.5deg, #17bfa3 0%, #08917a 100%);
}

.calculator__total-posttext {
	padding: 0;
}

.calculator__banner-legend {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 15px;
}

.calculator__banner-text {
	text-align: left;
	margin-bottom: 10px;
}

.calculator__banner-text:last-child {
	margin-bottom: 0;
}

.modal-calculator .form__title {
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 30px;
	padding: 0;
}

.modal-calculator .modal__window {
	max-width: 100%;
	min-width: 0;
	padding: 60px 15px;
	overflow: hidden;
}

.modal-calculator .modal__window .modal__close::after,
.modal-calculator .modal__window .modal__close::before {
	width: -webkit-calc(100% - 53px);
	width: calc(100% - 53px);
	height: 2px;
	left: -webkit-calc(100% - 24px);
	left: calc(100% - 24px);
	top: -webkit-calc(100% - 58px);
	top: calc(100% - 58px);
}

.modal-calculator .form__row {
	margin: 15px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-calculator .form__col {
	width: 100%;
	margin-bottom: 15px;
}

.modal-calculator .form__col:last-child {
	margin-bottom: 0;
}

.modal-calculator .form__control input {
	padding: 20px;
}

.modal-calculator .form__control--agreement {
	padding-right: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.modal-calculator .form__details {
	margin: 10px 0;
}

.modal-calculator .form__details-title label {
	padding: 20px;
}

.modal-calculator .form__control-submit {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	padding: 21px;
}

.errors__wrapper {
	text-align: left;
}

.errors__search {
	margin-top: 30px;
}

.errors__text {
	position: relative;
}

.errors__list {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-height: 280px;
	overflow: hidden;
	position: relative;
}

.errors__list::after,
.malfunctions__list::after {
	display: block;
	position: absolute;
	content: "";
	height: 84px;
	width: 100%;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(247, 248, 250, 0)), color-stop(90.58%, #f7f8fa));
	background: -webkit-linear-gradient(top, rgba(247, 248, 250, 0) 0, #f7f8fa 90.58%);
	background: -o-linear-gradient(top, rgba(247, 248, 250, 0) 0, #f7f8fa 90.58%);
	background: linear-gradient(180deg, rgba(247, 248, 250, 0) 0, #f7f8fa 90.58%);
}

.errors__dropdown-input:checked ~ .errors__list::after {
	display: none;
}

.errors__dropdown-input:checked ~ .malfunctions__list::after {
	display: none;
}

.errors__list-item {
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	margin-left: 0;
	margin-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px;
	line-height: 18px;
	margin-right: 5px;
  margin-bottom: 5px;
}

.errors__list-item span {
	display: block;
	margin-left: 0;
	line-height: 18px;
}

.errors__dropdown-label {
	display: inline-block;
}

.malfunctions__list {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -7.5px;
	margin-right: -7.5px;
	position: relative;
	overflow: hidden;
	-webkit-transition: max-height 0.4s ease;
	-o-transition: max-height 0.4s ease;
	transition: max-height 0.4s ease;
	max-height: 90px;
}

.errors__dropdown-input:checked ~ .errors__dropdown-label > .errors__dropdown-arrow::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.errors__dropdown-input:checked ~ .errors__list {
	max-height: 900px;
	overflow-y: auto;
}

.errors__dropdown-input:checked ~ .malfunctions__list {
	max-height: 900px;
	overflow-y: auto;
}

.errors__list--minimal::after,
.malfunctions__list--minimal::after {
	display: none;
}

.errors__list--minimal ~ .errors__dropdown-label,
.malfunctions__list--minimal ~ .errors__dropdown-label {
	display: none;
}

.modal-series-order .modal__window {
	padding: 60px 15px;
	overflow: hidden;
	margin-top: 0px;
}

.modal-series-order .modal__window .modal__close::before,
.modal-series-order .modal__window .modal__close::after {
	width: -webkit-calc(100% - 53px);
	width: calc(100% - 53px);
	height: 2px;
	left: -webkit-calc(100% - 24px);
	left: calc(100% - 24px);
	top: -webkit-calc(100% - 58px);
	top: calc(100% - 58px);
}

.modal-series-order h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	padding: 0;
	text-align: left;
}

.modal-series-order .form__row {
	margin: 15px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-series-order .form__col {
	width: 100%;
	margin-bottom: 15px;
}

.modal-series-order .form__col:last-child {
	margin-bottom: 0;
}

.modal-series-order .form__header {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

.modal-series-order .form__control--model .form__control-input {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.modal-series-order .form__control--malfunction .form__control-select {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.modal-series-order .form__control-wrapper--nopadding {
	padding: 0;
}

.modal-series-order .form__control-wrapper--nopadding .form__control-input {
	padding: 25px;
}

.modal-series-order .form__control-input {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.modal-series-order .form__control--malfunction .form__control-wrapper::after {
	right: 20px;
}

.modal-series-order .form__control--agreement {
	padding-right: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.modal-series-order .form__control-submit {
	padding-top: 21px;
	padding-bottom: 21px;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

.lists h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	color: #E5343E;
	margin-bottom: 40px;
	margin-top: 120px;
}

.text__h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}

.text__p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0;
}

ol.text__ul {
	list-style-position: inside;
}

ol.text__ul--v1 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}

ol.text__ul--v1 .text__ul-item {
	padding-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
	margin-bottom: 40px;
}

ol.text__ul--v1 .text__ul-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

ol.text__ul--v1 .text__ul-header {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 30px;
}

ol.text__ul--v1 .text__ul-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(30, 30, 32, 0.5);
	float: none;
	width: 100%;
}

ol.text__ul--v1 .text__ul-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	display: block;
	color: #1E1E20;
	margin-bottom: 15px;
}

ol.text__ul--v1 .text__ul-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(30, 30, 32, 0.5);
}

ol.text__ul--v1 img {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px 0 0 0;
}

ol.text__ul--v3 {
	list-style: none;
	counter-reset: steps;
}

ol.text__ul--v3 li {
	counter-increment: steps;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 40px;
}

ol.text__ul--v3 li:last-child {
	margin-bottom: 0;
}

ol.text__ul--v3 li::before {
	content: counter(steps);
	margin-bottom: 15px;
	background: #fff;
	color: #17bfa3;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 90%;
}

ol.text__ul--v3 li p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(30, 30, 32, 0.5);
}

ol.text__ul--v3 li p span {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #1E1E20;
	display: block;
	margin-bottom: 10px;
}

ol.text__ul--v5 li {
	overflow: hidden;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
	margin-bottom: 40px;
}

ol.text__ul--v5 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

ol.text__ul--v5 h3 {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #1E1E20;
	display: inline-block;
	margin-bottom: 15px;
}

ol.text__ul--v5 p {
	float: none;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

ol.text__ul--v5 p span {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(30, 30, 32, 0.5);
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

ol.text__ul--v5 p img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 463px;
	border-radius: 15px;
}

ol.text__ul--v6 {
	list-style: none;
	counter-reset: steps;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

ol.text__ul--v6 li {
	counter-increment: steps;
	width: 100%;
	margin-bottom: 60px;
}

ol.text__ul--v6 li:last-child {
	margin-bottom: 0;
}

ol.text__ul--v6 li::before {
	content: counter(steps);
	background: none;
	color: #E5343E;
	width: 18px;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	margin-bottom: 15px;
}

ol.text__ul--v6 li span {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #1E1E20;
	margin-bottom: 30px;
}

ol.text__ul--v6 li p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(30, 30, 32, 0.5);
}

ol.text__ul--v8 {
	list-style: none;
	counter-reset: steps;
}

ol.text__ul--v8 li {
	counter-increment: steps;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

ol.text__ul--v8 li:last-child {
	margin-bottom: 0;
}

ol.text__ul--v8 li::before {
	content: counter(steps);
	background: none;
	color: #E5343E;
	width: 12px;
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-right: 15px;
}

ol.text__ul--v8 li p {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(30, 30, 32, 0.5);
}

ol.text__ul--v8 li p span {
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #1E1E20;
	display: block;
	margin-bottom: 10px;
}

ol.text__ul--v9 {
	list-style: none;
	counter-reset: steps;
}

ol.text__ul--v9 li {
	counter-increment: steps;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1E1E20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

ol.text__ul--v9 li:last-child {
	margin-bottom: 0;
}

ol.text__ul--v9 li::before {
	content: counter(steps) ".";
	background: none;
	color: #E5343E;
	width: 12px;
	height: 22px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-right: 8px;
}

ul.text__ul--v4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

ul.text__ul--v4 li {
	margin-bottom: 40px;
	width: 100%;
}

ul.text__ul--v4 li:nth-last-child(1) {
	margin-bottom: 0;
}

ul.text__ul--v4 li:nth-last-child(2),
ul.text__ul--v4 li:nth-last-child(3) {
	margin-bottom: 40px;
}

ul.text__ul--v4 li div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

ul.text__ul--v4 li img {
	width: 22px;
	height: 22px;
	display: block;
}

ul.text__ul--v4 li span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}

ul.text__ul--v4 li p {
	color: rgba(30, 30, 32, 0.5);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

ul.text__ul--v7 {
	list-style: none;
}

ul.text__ul--v7 li {
	padding-left: 22px;
	position: relative;
	margin-bottom: 40px;
}

ul.text__ul--v7 li:last-child {
	margin-bottom: 0;
}

ul.text__ul--v7 li::before {
	position: absolute;
	display: block;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #E5343E;
	top: 10px;
	left: 0;
}

ul.text__ul--v7 li span {
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #1E1E20;
	margin-bottom: 10px;
}

ul.text__ul--v7 li p {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(30, 30, 32, 0.5);
	max-width: 880px;
}

ul.text__ul--v9 {
	list-style: none;
}

ul.text__ul--v9 li {
	padding-left: 18px;
	position: relative;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #1E1E20;
}

ul.text__ul--v9 li:last-child {
	margin-bottom: 0;
}

ul.text__ul--v9 li::before {
	position: absolute;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #E5343E;
	top: 7px;
	left: 0;
}

.post__header-wrapper {
	padding-bottom: 300px;
}

.post__header .container {
	background-position: center bottom;
	-webkit-background-size: 345px 345px;
	background-size: 345px;
}

.post__breadcrumbs {
	margin-top: 0px;
}
.post__breadcrumbs-item {
	float: none;
	margin-bottom: 10px;
}

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

.post__title {
	margin-top: 40px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
}

.post__intro {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.post__buttons {
	margin-top: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post__buttons a + a {
	margin-top: 15px;
}

.post__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.post__aside {
	width: 100%;
	padding: 0 15px;
}

.post__aside .post__menu-title {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.post__aside .post__menu-item {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.post__aside .post__menu-item::before {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	width: 11px;
	margin-right: 8px;
}

.post__aside .post__banner-right {
	display: none;
}

.post__aside .post__menu--sticky {
	position: static;
}

.post__h2 {
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.post__h2--bold {
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 32px;
}

.post__h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 115%;
}

.post__text {
	width: 100%;
}

.post__p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.post__p--red {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
}

.post__ul {
	padding-left: 7px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.post__ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.post__ul--v3 {
	padding-right: 42px;
	margin-bottom: 60px;
}

.post__ul--v3 li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.post__banner--prices {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-background-size: 100px 100px;
	background-size: 100px;
	border-radius: 0;
}

.post__banner--prices .post__banner-left {
	width: 100%;
	margin-right: 0;
}

.post__banner--prices .post__banner-left span {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 115%;
	margin-bottom: 15px;
}

.post__banner--prices .post__banner-left p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 25px;
}

.post__banner--prices .post__banner-left button {
	width: 100%;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
}

.post__banner--prices .post__banner-right {
	width: 100%;
	margin-top: 40px;
}

.post__banner--prices .post__banner-right span {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 115%;
	margin-bottom: 15px;
}

.post__banner--prices .post__banner-right ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

.post__banner--table {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post__banner--table .post__banner-left {
	width: 100%;
}

.post__banner--table .post__banner-left ul {
	padding: 30px 25px;
}

.post__banner--table .post__banner-left ul li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post__banner--table .post__banner-left ul li img {
	max-height: 100%;
	border-radius: 5px;
}

.post__banner--table .post__banner-left ul li p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-left: 0;
	margin-top: 15px;
}

.post__banner--table .post__banner-left ul li p span {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 10px;
}

.post__banner--table .post__banner-left ul li div {
	margin-left: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.post__banner--table .post__banner-left ul li div span {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 0;
}

.post__banner--table .post__banner-left ul li div button {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

.post__banner--table .post__banner-right {
	display: none;
}

.post__banner--big {
	padding: 30px 25px;
}

.post__banner--big p {
	font-style: normal;
	font-weight: 800;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
}

.post__banner--big div button {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

.post__banner--big div a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	text-decoration: none !important;
}

.post__banner--big div small {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

.post__images-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post__images-group img {
	width: 100%;
}

.post__images-group img + img {
	margin-top: 20px;
}

.post__blockquote {
	padding: 87px 25px 30px 25px;
}

.post__blockquote p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.post__blockquote--warning {
	padding: 20px 43px 20px 55px;
}

.post__blockquote--warning::before {
	top: 20px;
	left: 20px;
	height: 20px;
	width: 20px;
	-webkit-background-size: 2px 2px;
	background-size: 2px;
}

.post__blockquote--warning p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
}

.post__series-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0;
}

.post__series-name {
	width: 100%;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
}

.post__series-name span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.post__series-countries {
	text-align: left;
	margin-top: 15px;
}

.post__series-countries ul {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.post__series-countries ul li {
	margin-right: 5px;
}

.post__series-countries ul li:last-child {
	margin-right: 0;
	margin-left: 0;
}

.post__faq-top {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
}

.post__faq-question {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 30px;
}

.post__faq-answer span {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
}

.post__faq-answer p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.post__faq-answer--opened {
	max-height: 600px;
}

.post__errors {
	padding: 0;
	background: none;
	border-radius: 0;
}

.post__errors-table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.post__errors-table tr {
	display: block;
}

.post__errors-table td {
	display: block;
	border-bottom: none;
	padding: 10px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}

.post__errors-table td.error_name {
	font-size: 26px;
	line-height: 140%;
}

.post__errors-table td:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post__errors-table td:nth-child(2)::before {
	color: #08917a;
}

.post__errors-table td::before {
	content: attr(data-label);
	display: block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}

.post__banner-avaiable {
	padding: 30px 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post__banner-avaiable p {
	width: 100%;
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 32px;
}

.post__banner-avaiable div {
	width: 100%;
	margin-top: 20px;
}

.post__banner-avaiable div span {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
}

.post__banner-avaiable div ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.post__banner-avaiable div ul li {
	margin-bottom: 5px;
}

.post__banner-avaiable div button {
	padding: 21px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	width: 100%;
}

}

@media (max-width: 768px) {

.reviews__item {
	padding: 20px; /* min-height: 456px; */
}

.reviews__item-content {
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 30px; /* max-height: 216px;
    overflow-y: hidden; */
}

.section__btn--small {
	max-width: 345px;
}

.pd__120 {
	padding-top: 60px;
}

.pd__60 {
	padding-top: 25px;
}

.index--2 .index__right {
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index {
	
}

.index__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.index__right {
	position: static;
	width: 100%;
	max-width: 400px;
}

.repair__item {
	-webkit-background-size: 120% 120%;
	background-size: 120%;
}

.repair__item:hover,
.repair__item:focus {
	-webkit-background-size: 126% 126%;
	background-size: 126%;
	-webkit-transition: -webkit-background-size 0.3s;
	transition: -webkit-background-size 0.3s;
	-o-transition: background-size 0.3s;
	transition: background-size 0.3s;
	transition: background-size 0.3s, -webkit-background-size 0.3s;
}

.district {
	background-image: url("../img/district/bg-mobile.jpg");
	background-position: 0 0;
}

.district__title {
	max-width: 345px;
}

.district__info {
	max-width: 310px;
}

.district__form {
	display: block;
	padding-bottom: 0;
}

.district__input {
	margin-right: 0;
	margin-bottom: 15px;
}

.district__checkbox {
	position: relative;
	margin-bottom: 30px;
	max-width: 350px;
	font-size: 14px;
}

.district__socials {
	position: static;
	margin-top: 25px;
	margin-left: 75px;
}

.engineers .swiper-container {
	padding-bottom: 50px;
}

.results__content-item .swiper-slide {
	max-width: 450px;
}

.results__content-item {
  padding-bottom: 50px;
}

.certificates .swiper-container {
	padding-bottom: 20px;
}

.delivery__wrapper {
	padding-top: 25px;
}

.delivery__left {
	margin-bottom: 15px;
	border-radius: 0;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
}

.delivery__left img {
	border-radius: 0;
}

.faq__item:not(:last-child) {
	margin-bottom: 10px;
}

.place {
	padding-bottom: 60px;
}

.place__right {
	padding: 20px;
}

.footer__nav-item:not(:last-child) {
	margin-right: 30px;
}

.modal-error .modal__close {
	top: 15px;
	right: 15px;
}

.modal-error .modal__window {
	padding: 60px 15px;
	margin: 0;
}

.modal-error__body {
	margin-right: 0;
}

.modal-error__content {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.modal-error__content-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}

.modal-error__banner {
	width: 100%;
}

.modal__error-foto {
	display: none;
}

.header__delivery {
	display: none;
}

.header__consult {
	margin-left: auto;
}

.district__areas {
	width: 100%;
	height: auto;
}

.district__areas-title {
	text-align: center;
}

.areas-dropdown {
	position: static;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.areas-dropdown__list {
	width: 100%;
	max-width: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.areas-dropdown__label {
	margin-left: 0;
	margin-top: 22px;
}

}

@media screen and (max-width: 660px) {

.breakdowns__block {
	-webkit-background-size: 0px 0px;
	background-size: 200px;
}

}

@media screen and (max-width: 600px) {

.breakdowns {
	padding-bottom: 0;
}

.breakdowns__wrapper {
	min-height: auto;
}

.breakdowns .section__title {
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 30px;
}

.breakdowns__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}

.breakdowns__list-more {
	display: none;
}

.breakdowns__item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.breakdowns__item:last-child {
	margin-bottom: 0;
}

.breakdowns__item-more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.breakdowns__block {
	-webkit-background-size: 0px 0px;
	background-size: 200px;
	min-height: auto;
	background-position: right bottom;
}

.breakdowns__block-title {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
}

.breakdowns__block-causes span {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
}

.breakdowns__block-causes ul,
.breakdowns__block-causes li {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.breakdowns__block-cost span {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
}

.breakdowns__block-cost p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.breakdowns__block-button {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	margin-top: 40px;
}

.breakdowns__plain-title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 20px;
}

.breakdowns__plain-item {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
}

.breakdowns .js-breakdowns__list {
	max-height: 143px;
	overflow: hidden;
	-webkit-transition: max-height 0.6s ease;
	-o-transition: max-height 0.6s ease;
	transition: max-height 0.6s ease;
}

.breakdowns .js-breakdowns__list--opened {
	max-height: 1000px;
	overflow: visible;
}

}

@media screen and (max-width: 576px) {

.modal-series .modal__window {
	margin: 0;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	
}

.modal-series__footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	width: 100%;
	padding: 25px 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.modal-series__footer-legend {
	width: 100%;
}

.modal-series__footer-text {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}

.modal-series__footer-text:first-child {
	margin-bottom: 25px;
}

.modal-series__footer-link {
	border-radius: 10px;
	text-align: center;
	padding: 21px 0;
	width: 100%;
	margin-top: 30px;
}

.reviews__item-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.reviews__item-name {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}

.reviews__item-content {
	margin-top: 15px;
}

.sticky-button {
	bottom: 65px;
}

}

@media (max-width: 576px) {

.header__logo {
	max-width: 130px;
}

.index--2 {
	padding-bottom: 40px;
}

.index--2 .index__btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 5px;
	max-width: 100%;
	font-size: 14px;
}

.index__left {
	max-width: 100%;
}

.index__title {
	font-size: 28px;
}

.index__subtitle {
	max-width: 100%;
}

.index__btns > * {
	max-width: 100%;
}

.index__btns > *:not(:last-child) {
	margin-right: 0;
	margin-bottom: 15px;
}

.index__btns {
	display: block;
}

.repair__row {
	display: block;
}

.repair__item {
	-webkit-background-size: 90% 90%;
	background-size: 90%;
}

.repair__item:hover,
.repair__item:focus {
	-webkit-background-size: 96% 96%;
	background-size: 96%;
	-webkit-transition: -webkit-background-size 0.3s;
	transition: -webkit-background-size 0.3s;
	-o-transition: background-size 0.3s;
	transition: background-size 0.3s;
	transition: background-size 0.3s, -webkit-background-size 0.3s;
}

.renovation__row {
	grid-template-columns: repeat(2, 1fr);
}

.renovation__item-label {
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
}

.renovation__item-list li:not(:last-child) {
	margin-bottom: 5px;
}

.renovation__item-list li::before {
	top: 6px;
}

.renovation__item-list li {
	padding-left: 10px;
}

.renovation__item-list {
	margin-bottom: 15px;
}

.district__wrapper {
	padding-top: 40px;
	padding-bottom: 110px;
}

.district__socials {
	position: absolute;
	bottom: 40px;
	left: 50%;
	top: auto;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
}

.district__input input {
	padding-right: 25px;
	padding-left: 25px;
}

.engineers {
	max-width: 100%;
}

.engineers .swiper-container {
	padding-right: 0;
	padding-left: 0;
}

.results__head {
	display: block;
}

.results__head-item {
	margin-right: auto;
	margin-left: auto;
	max-width: 345px;
}

.results__head-item:not(:last-child) {
	margin-bottom: 15px;
}

.results__content-item .swiper-slide {
	max-width: 260px;
}

.faq__item {
	padding-right: 15px;
	padding-left: 15px;
}

.place__left iframe {
	height: 230px;
}

.place__right {
	display: block;
	padding: 0;
	border-radius: initial;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.place__item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 20px;
}

.social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer {
	padding-top: 40px;
	padding-bottom: 80px;
	height: initial;
}

.footer__logo {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin-right: 0;
	text-align: center;
}

.footer__nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
}

.footer__nav-item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 10px;
}

.footer__consult {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 30px;
        margin-left: auto;
        text-align: center; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ Ñ‚ÐµÐºÑÑ‚Ð° */
    }

    .footer__consult-number {
        font-size: 28px; /* Ð£Ð²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ Ñ€Ð°Ð·Ð¼ÐµÑ€Ð° ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
        line-height: 1.2; /* Ð£Ð²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ Ð¼ÐµÐ¶ÑÑ‚Ñ€Ð¾Ñ‡Ð½Ð¾Ð³Ð¾ Ð¸Ð½Ñ‚ÐµÑ€Ð²Ð°Ð»Ð° */
    }

    .footer__consult-btn {
        font-size: 16px; /* Ð£Ð²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ Ñ€Ð°Ð·Ð¼ÐµÑ€Ð° ÑˆÑ€Ð¸Ñ„Ñ‚Ð° Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
    }

.modal--form .modal__window {
	margin: auto 15px;
	padding: 40px 15px;
}

.modal-simple-form .modal__window {
	margin: auto 15px;
	padding: 40px 15px;
}

.areas-dropdown__list {
	width: 80%;
	height: 86px;
}

.areas-dropdown__input:checked ~ .areas-dropdown__list {
	height: 180px;
}

.modal-areas .modal__window {
	padding: 30px 15px 20px 15px;
	margin: 0;
	min-height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;

}

.modal-areas__title {
	width: 100%;
}

.modal-areas__body {
	width: 100%;
	margin-bottom: 30px;
}

.modal-areas__list {
	display: block;
	max-height: 193px;
	overflow: hidden;
}

.modal-areas__item {
	width: 100%;
}

.modal-areas__item:nth-last-child(2) {
	border-bottom: 1px solid #E4E9EF;
}

.modal-areas__item:nth-last-child(3) {
	border-bottom: 1px solid #E4E9EF;
}

.modal-areas .areas-dropdown__label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-areas__footer {
	margin-top: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	width: 100%;
	padding: 25px 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.modal-areas__footer-legend {
	width: 100%;
}

.modal-areas__footer-text {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}

.modal-areas__footer-text:first-child {
	margin-bottom: 25px;
}

.modal-areas__footer-link {
	border-radius: 10px;
	text-align: center;
	padding: 21px 0;
	width: 100%;
	margin-top: 30px;
}

}

@media (max-width: 480px) {

.consultation {
	background-image: url("../img/consultation/bg-mobile.jpg");
	background-position: 0 100%;
}

.consultation__wrapper {
	padding-bottom: 300px;
}

.repair__item {
	padding: 25px 15px 120px;
	-webkit-background-size: 120% 120%;
	background-size: 120%;
}

.repair__item:hover,
.repair__item:focus {
	-webkit-background-size: 126% 126%;
	background-size: 126%;
	-webkit-transition: -webkit-background-size 0.3s;
	transition: -webkit-background-size 0.3s;
	-o-transition: background-size 0.3s;
	transition: background-size 0.3s;
	transition: background-size 0.3s, -webkit-background-size 0.3s;
}

.areas-dropdown__list {
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.areas-dropdown__item {
	width: -webkit-calc(33.33% - 10px);
	width: calc(33.33% - 10px);
	margin-right: 0;
}

}

@media (max-width: 380px) {

.district__socials {
	margin-left: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.consultation__socials {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 0;
}

.header {
	height: 60px;
}

.header__logo {
	max-width: 110px;
}

.header__consult {
	margin-right: 10px;
}

.header__consult-number a::before {
	width: 14px;
	height: 14px;
}

.header__consult-number a {
	padding-left: 20px;
}

.renovation__item-info {
	padding: 8px 3px;
}

.footer__consult-number a::before {
	width: 14px;
	height: 14px;
}

.footer__consult-number a {
	padding-left: 20px;
}

}

@-webkit-keyframes move-light {

from {
	-webkit-transform: translateX(-4em) skewX(-45deg);
	transform: translateX(-4em) skewX(-45deg);
}

to {
	-webkit-transform: translateX(24em) skewX(-45deg);
	transform: translateX(24em) skewX(-45deg);
}

}

@-o-keyframes move-light {

from {
	-o-transform: translateX(-4em) skewX(-45deg);
	transform: translateX(-4em) skewX(-45deg);
}

to {
	-o-transform: translateX(24em) skewX(-45deg);
	transform: translateX(24em) skewX(-45deg);
}

}

@keyframes move-light {

from {
	-webkit-transform: translateX(-4em) skewX(-45deg);
	-o-transform: translateX(-4em) skewX(-45deg);
	transform: translateX(-4em) skewX(-45deg);
}

to {
	-webkit-transform: translateX(24em) skewX(-45deg);
	-o-transform: translateX(24em) skewX(-45deg);
	transform: translateX(24em) skewX(-45deg);
}

}

@-webkit-keyframes spinner-rotation {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-o-keyframes spinner-rotation {

0% {
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@keyframes spinner-rotation {

0% {
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

}

@-webkit-keyframes zoom {

from {
	-webkit-transform: scale(0);
	transform: scale(0);
}

to {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-o-keyframes zoom {

from {
	-o-transform: scale(0);
	transform: scale(0);
}

to {
	-o-transform: scale(1);
	transform: scale(1);
}

}

@keyframes zoom {

from {
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

to {
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes totalUp {

from {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-o-keyframes totalUp {

from {
	opacity: 0;
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

to {
	opacity: 1;
	-o-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes totalUp {

from {
	opacity: 0;
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

}

.header::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.5px; /* Ð¢Ð¾Ð»Ñ‰Ð¸Ð½Ð° Ð»Ð¸Ð½Ð¸Ð¸ */
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}

.rating {
    display: inline-block;
    position: relative;
}

.star {
    display: inline-block;
    width: 20px; /* Ð Ð°Ð·Ð¼ÐµÑ€ Ð·Ð²ÐµÐ·Ð´Ñ‹ */
    height: 20px;
    background: gold; /* Ð¦Ð²ÐµÑ‚ Ð½ÐµÐ²Ð¸Ð´Ð¸Ð¼Ð¾Ð¹ Ð·Ð²ÐµÐ·Ð´Ñ‹ */
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    margin-right: 2px; /* ÐŸÑ€Ð¾Ð±ÐµÐ» Ð¼ÐµÐ¶Ð´Ñƒ Ð·Ð²ÐµÐ·Ð´Ð°Ð¼Ð¸ */
}

.rating[data-rating="1"] .star:nth-child(n+2),
.rating[data-rating="2"] .star:nth-child(n+3),
.rating[data-rating="3"] .star:nth-child(n+4),
.rating[data-rating="4"] .star:nth-child(n+5) {
    background: lightgray; /* Ð¦Ð²ÐµÑ‚ Ð¿ÑƒÑÑ‚Ð¾Ð¹ Ð·Ð²ÐµÐ·Ð´Ñ‹ */
}

.rating[data-rating="5"] .star {
    background: gold; /* Ð¦Ð²ÐµÑ‚ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð½Ð¾Ð¹ Ð·Ð²ÐµÐ·Ð´Ñ‹ */
}
.review-date {
    font-style: italic;
    color: #777;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
}

.footer__copyright {
    text-align: center;
    padding: 10px 0;
    background-color: var(--clr-ui-footer);
    color: #fff;
    width: 100%;
    position: relative;
    bottom: 0;
    font-size: 14px;
}

@media (min-width: 768px) {
    .footer__copyright {
        width: 800px;
        margin: 0 auto;
    }
}

.modal__info {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}



.modal__info img {
        margin-right: 8px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ ÑÐ¿Ñ€Ð°Ð²Ð° Ð¾Ñ‚ Ð¸ÐºÐ¾Ð½ÐºÐ¸ */
    }
.modal__custom-text {
    font-size: 16px;
    color: #333;
    margin: 8px 0;
    line-height: 1.6;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.modal__custom-text i {
    margin-right: 8px;
    color: #be222b;
}

.modal--thanks {
    position: fixed;
    z-index: 10000;
}
.social__left span {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .index {
    margin-top: 61px; /* Ð¸Ð»Ð¸ ÑÐºÐ¾Ð»ÑŒÐºÐ¾ Ñ‚ÐµÐ±Ðµ Ð½Ð°Ð´Ð¾ */
  }
  
}
}
