@charset "UTF-8";
:root {
  --font-family: "Onest", sans-serif;
  --second-family: "Roboto", sans-serif;
  --content-width-desktop: 1272px;
  --content-width-tablet: 704px;
  --content-width-phone: 366px;
  --container-width-desktop: calc(var(--content-width-desktop) + (var(--container-offset) * 2));
  --container-width-tablet: calc(var(--content-width-tablet) + (var(--container-offset) * 2));
  --container-width-phone: calc(var(--content-width-phone) + (var(--container-offset) * 2));
  --container-offset: 24px;
  --red: #ed1c24;
  --orange: #f4511e;
  --yellow: #fc0;
  --green: #00af14;
  --dark: #303030;
  --dark-gray: #626262;
  --gray: #f5f5f5;
  --white: #fff;
  --border-radius: 8px;
  --backdrop-filter: blur(16px);
  --overlay: rgba(48, 48, 48, 0.64);
  --box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  overflow: visible;
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  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;
}

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

legend {
  display: table;
  padding: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  height: 100%;
  font-family: var(--font-family);
  -webkit-text-size-adjust: 100%;
}

/* Скрываем элементы пока не загрузился JS */
html:not(.js-hidden) .header__center,
html:not(.js-hidden) .header__social,
html:not(.js-hidden) .footer__right,
html:not(.js-hidden) .footer__list,
html:not(.js-hidden) .footer__menu,
html:not(.js-hidden) .footer__ul {
  display: none;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: var(--dark);
  background: var(--white);
}

html.lock,
body.lock {
  overflow: hidden !important;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

svg {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  display: block;
  resize: none;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

@font-face {
  src: url("../fonts/Onest-Bold.woff2") format("woff2");
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Onest-Regular.woff2") format("woff2");
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}

.main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  width: 100%;
  height: 100%;
}

.lock {
  overflow: hidden;
}

.no-scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  height: 100%;
}

.image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-reset {
  outline: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

body .os-theme-light {
  --os-size: 10px;
}
body .os-theme-light .os-scrollbar-handle {
  border-radius: 999px;
  background: var(--orange);
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
body .os-theme-light .os-scrollbar-handle:hover {
  opacity: 1;
}

.cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: var(--dark);
}
.cookie.cookie--hidden {
  display: none;
}
.cookie__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.cookie__text {
  margin: 0;
  color: var(--white);
}
.cookie__text a {
  display: inline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.cookie__btn {
  border-radius: var(--border-radius);
  padding: 8px 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--red);
  background: var(--white);
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}

.just-validate-error-label {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 10px;
}

.form__input.just-validate-error-field,
.form__input.just-validate-error-field:focus {
  color: var(--red);
}
.form__input.just-validate-error-field::-webkit-input-placeholder, .form__input.just-validate-error-field:focus::-webkit-input-placeholder {
  color: var(--red);
}
.form__input.just-validate-error-field::-moz-placeholder, .form__input.just-validate-error-field:focus::-moz-placeholder {
  color: var(--red);
}
.form__input.just-validate-error-field:-ms-input-placeholder, .form__input.just-validate-error-field:focus:-ms-input-placeholder {
  color: var(--red);
}
.form__input.just-validate-error-field::-ms-input-placeholder, .form__input.just-validate-error-field:focus::-ms-input-placeholder {
  color: var(--red);
}
.form__input.just-validate-error-field::placeholder,
.form__input.just-validate-error-field:focus::placeholder {
  color: var(--red);
}

.checkbox__input.just-validate-error-field,
.checkbox__input.just-validate-error-field:focus {
  border-color: var(--red);
}

body .glightbox-clean .gslide-description {
  background: transparent;
}
body .glightbox-clean .gdesc-inner {
  padding: 10px 0;
}
body .glightbox-clean .gslide-title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  text-align: center;
  color: var(--white);
}

body .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .splide__arrow {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  width: 24px;
  height: 24px;
  background: transparent;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body .splide__arrow svg {
  width: 9px;
  height: 16px;
  fill: none;
  stroke: var(--dark);
  stroke-width: 2px;
}
body .splide__arrow--prev {
  left: auto;
}
body .splide__arrow--next {
  right: auto;
}

.callback {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(149, 15, 21, 0.2), 0 9px 9px 0 rgba(149, 15, 21, 0.17), 0 20px 12px 0 rgba(149, 15, 21, 0.1), 0 35px 14px 0 rgba(149, 15, 21, 0.03), 0 55px 15px 0 rgba(149, 15, 21, 0);
  box-shadow: 0 2px 5px 0 rgba(149, 15, 21, 0.2), 0 9px 9px 0 rgba(149, 15, 21, 0.17), 0 20px 12px 0 rgba(149, 15, 21, 0.1), 0 35px 14px 0 rgba(149, 15, 21, 0.03), 0 55px 15px 0 rgba(149, 15, 21, 0);
  background: var(--red);
}
.callback svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
  -webkit-animation: 1.2s ease 0s normal none 1 running shake;
  animation: 1.2s ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scrolltop {
  position: fixed;
  left: -100px;
  bottom: 24px;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(149, 15, 21, 0.2), 0 9px 9px 0 rgba(149, 15, 21, 0.17), 0 20px 12px 0 rgba(149, 15, 21, 0.1), 0 35px 14px 0 rgba(149, 15, 21, 0.03), 0 55px 15px 0 rgba(149, 15, 21, 0);
  box-shadow: 0 2px 5px 0 rgba(149, 15, 21, 0.2), 0 9px 9px 0 rgba(149, 15, 21, 0.17), 0 20px 12px 0 rgba(149, 15, 21, 0.1), 0 35px 14px 0 rgba(149, 15, 21, 0.03), 0 55px 15px 0 rgba(149, 15, 21, 0);
  background: var(--red);
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}
.scrolltop.active {
  left: 24px;
}
.scrolltop svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sticky {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -120px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes anim-pulse {
  0% {
    opacity: 0.17;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.17;
  }
}
@keyframes anim-pulse {
  0% {
    opacity: 0.17;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.17;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  10% {
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
  20% {
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
  }
  30% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  40% {
    -webkit-transform: rotateZ(7.5deg);
    transform: rotateZ(7.5deg);
  }
  50% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  60% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
  }
  70% {
    -webkit-transform: rotateZ(-4.28571deg);
    transform: rotateZ(-4.28571deg);
  }
  80% {
    -webkit-transform: rotateZ(3.75deg);
    transform: rotateZ(3.75deg);
  }
  90% {
    -webkit-transform: rotateZ(-3.33333deg);
    transform: rotateZ(-3.33333deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  10% {
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
  20% {
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
  }
  30% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  40% {
    -webkit-transform: rotateZ(7.5deg);
    transform: rotateZ(7.5deg);
  }
  50% {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  60% {
    -webkit-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
  }
  70% {
    -webkit-transform: rotateZ(-4.28571deg);
    transform: rotateZ(-4.28571deg);
  }
  80% {
    -webkit-transform: rotateZ(3.75deg);
    transform: rotateZ(3.75deg);
  }
  90% {
    -webkit-transform: rotateZ(-3.33333deg);
    transform: rotateZ(-3.33333deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stars li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social--small {
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.social--small img {
  width: 32px;
  height: 32px;
}
.social--large {
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.burger {
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: var(--border-radius);
  background: var(--orange);
}
.burger.open::before {
  content: none;
}
.burger.open::after {
  content: "";
}
.burger::before, .burger::after {
  background-size: cover;
  background-repeat: no-repeat;
}
.burger::before {
  content: "";
  width: 18px;
  height: 12px;
  background-image: url("../images/icons/burger.svg");
}
.burger::after {
  content: none;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/burger-close.svg");
}
.menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--border-radius);
  padding: 12px;
  background: var(--white);
}
.menu > li > a.active {
  color: var(--white);
  background: var(--orange);
  cursor: default;
  pointer-events: none;
}

.sub-menu {
  display: -ms-grid;
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--border-radius);
  padding: 8px;
  height: 100%;
  line-height: 1.5;
  background: var(--white);
}
.sub-menu img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--gray);
}
.sub-menu h5 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.sub-menu span {
  font-size: 16px;
  color: var(--orange);
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.h1 {
  margin: 0;
  font-weight: 700;
}

.h2 {
  font-weight: 700;
}

.h3 {
  margin: 0;
  font-weight: 700;
}

.h4 {
  margin: 0;
  font-weight: 700;
}

.h5 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.p1 {
  margin: 0;
  color: var(--dark-gray);
}

.p2 {
  margin: 0;
  color: var(--dark-gray);
}

.p3 {
  margin: 0;
  font-size: 14px;
}

.p4 {
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--border-radius);
  padding: 8px;
  width: 100%;
  height: 56px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--red);
  background: var(--white);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
}
.btn:active {
  opacity: 0.6;
}
.btn__icon {
  position: absolute;
  right: 8px;
  top: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: var(--border-radius);
  width: 40px;
  height: 40px;
  background: var(--red);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.btn__icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--white);
  stroke-width: 1.5px;
}

.checkbox {
  position: relative;
  padding-left: 22px;
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  border: 1px solid var(--white);
  border-radius: 2px;
  width: 16px;
  height: 16px;
  background: transparent;
  -webkit-transition: border 0.15s ease, background 0.15s ease;
  transition: border 0.15s ease, background 0.15s ease;
}
.checkbox__input:checked {
  background: var(--white);
}
.checkbox__input:checked::before {
  opacity: 1;
  visibility: visible;
}
.checkbox__input::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 8px;
  background-image: url("../images/icons/checked.svg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.checkbox__input--background:checked {
  border-color: var(--orange);
  background: var(--orange);
}
.checkbox__input--background::before {
  background-image: url("../images/icons/checked-white.svg");
}
.checkbox__text {
  display: inline-block;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.checkbox__text a {
  display: inline;
  text-decoration: underline;
  color: var(--white);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.checkbox__text + .just-validate-error-label {
  display: none;
}

.form {
  display: -ms-grid;
  display: grid;
  row-gap: 16px;
}
.form__line {
  display: -ms-grid;
  display: grid;
}
.form__group {
  position: relative;
}
.form__input {
  border-radius: var(--border-radius);
  padding: 16px;
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  -webkit-transition: border 0.15s ease, background 0.15s ease;
  transition: border 0.15s ease, background 0.15s ease;
}
.form__input::-webkit-input-placeholder {
  color: var(--white);
}
.form__input::-moz-placeholder {
  color: var(--white);
}
.form__input:-ms-input-placeholder {
  color: var(--white);
}
.form__input::-ms-input-placeholder {
  color: var(--white);
}
.form__input::placeholder {
  color: var(--white);
}
.form__input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.24);
}
.form__input--border {
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.form__input--border:focus {
  border: transparent;
}
.form__input--background {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.24);
}
.form__input--background:focus {
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
}

.anim {
  position: relative;
}

.zoom {
  position: relative;
}

.play {
  position: relative;
}

.spoller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.spoller__item {
  border-radius: 14px;
  background: var(--white);
}
.spoller__h3 {
  position: relative;
}
.spoller__h3.active::after {
  content: "";
}
.spoller__h3.active::before {
  content: none;
}
.spoller__h3::before, .spoller__h3::after {
  position: absolute;
  top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spoller__h3::before {
  content: "";
  background-image: url("../images/icons/plus.svg");
}
.spoller__h3::after {
  content: none;
  background-image: url("../images/icons/minus.svg");
}
.spoller__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.spoller__text p {
  margin: 0 0 15px;
}
.spoller__text p:last-child {
  margin: 0;
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
  background: var(--overlay);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  backdrop-filter: var(--backdrop-filter);
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup.closing .popup__content {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  min-height: 100%;
}
.popup__content {
  position: relative;
  border-radius: var(--border-radius);
  width: 100%;
  color: var(--white);
  background: linear-gradient(12.76deg, rgb(244, 81, 30) 10.13%, rgb(251, 140, 0) 92.71%);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup__close {
  position: absolute;
  right: 16px;
  top: 16px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}
.popup__close svg {
  width: 13px;
  height: 13px;
  fill: var(--white);
}
.popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup__text {
  margin: 0;
}
.popup__form {
  border-radius: var(--border-radius);
  background: rgba(255, 255, 255, 0.15);
}
.popup__loader {
  width: 30px;
  height: 30px;
  -webkit-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 16px 0;
  width: 100%;
  background: var(--white);
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.header.sticky {
  -webkit-box-shadow: 0 53px 116px 0 rgba(107, 107, 107, 0.1), 0 211px 211px 0 rgba(107, 107, 107, 0.09), 0 475px 250px 0 rgba(107, 107, 107, 0.05), 0 845px 250px 0 rgba(107, 107, 107, 0.01), 0 1320px 250px 0 rgba(107, 107, 107, 0);
  box-shadow: 0 53px 116px 0 rgba(107, 107, 107, 0.1), 0 211px 211px 0 rgba(107, 107, 107, 0.09), 0 475px 250px 0 rgba(107, 107, 107, 0.05), 0 845px 250px 0 rgba(107, 107, 107, 0.01), 0 1320px 250px 0 rgba(107, 107, 107, 0);
}
.header.open {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__title {
  margin: 0;
  font-weight: 700;
}
.header__text {
  margin: 0;
  line-height: 1.5;
  color: var(--dark-gray);
}
.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__block {
  border-radius: var(--border-radius);
  padding: 8px 16px 9px;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__icon {
  width: 32px;
  height: 32px;
}
.header__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__rating {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__tel {
  font-weight: 700;
}
.header__p3 {
  position: relative;
  padding-left: 12px;
  color: var(--green);
}
.header__p3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: var(--green);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero__inner {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.hero__block {
  display: -ms-grid;
  display: grid;
  border-radius: var(--border-radius);
  background: linear-gradient(12.76deg, #f4511e 10.13%, #fb8c00 92.71%);
  row-gap: 16px;
}
.hero__h1 {
  color: var(--white);
}
.hero__ul {
  display: -ms-grid;
  display: grid;
  row-gap: 8px;
}
.hero__ul li {
  position: relative;
  padding-left: 26px;
  color: var(--white);
}
.hero__ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/cross.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__form {
  border-radius: var(--border-radius);
  background: rgba(255, 255, 255, 0.15);
}
.hero__images {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.hero__image {
  position: relative;
  background: var(--gray);
}
.hero__image:first-child .img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.hero__desc {
  position: absolute;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
}
.hero__list {
  display: -ms-grid;
  display: grid;
  border-radius: var(--border-radius);
  background: var(--gray);
}
.hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--border-radius);
  background: var(--white);
}
.hero__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--gray);
}
.hero__text {
  margin: 0;
  font-weight: 700;
}
.services__list {
  display: -ms-grid;
  display: grid;
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}
.services__img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  padding: 0 0 100%;
  background: var(--gray);
  aspect-ratio: 300/300;
}
@supports (aspect-ratio: 1) {
  .services__img {
    padding: 0;
  }
}
.services__text {
  font-weight: 700;
  color: var(--orange);
}

.cleaning__h2 {
  width: 100%;
  max-width: 750px;
}
.cleaning__list {
  display: -ms-grid;
  display: grid;
}
.cleaning__img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--gray);
}
.cleaning__h4 {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  color: var(--white);
}
.call__inner {
  display: -ms-grid;
  display: grid;
}
.call__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: var(--border-radius);
  text-align: center;
  color: var(--white);
  background: linear-gradient(12.76deg, #f4511e 10.13%, #fb8c00 92.71%);
}
.call__social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.call__img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--gray);
}

.benefits__list {
  display: -ms-grid;
  display: grid;
}
.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: var(--border-radius);
  padding: 24px;
  background: var(--gray);
  row-gap: 16px;
}
.benefits__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.benefits__icon {
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: var(--border-radius);
  width: 64px;
  height: 64px;
  background: var(--white);
}
.benefits__icon img {
  width: 48px;
  height: 48px;
}
.stages__list {
  counter-reset: my-counter;
  display: -ms-grid;
  display: grid;
}
.stages__btn {
  counter-increment: my-counter;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--border-radius);
  padding: 8px 16px 8px 8px;
  width: 100%;
  text-align: left;
  background: var(--gray);
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
  cursor: pointer;
}
.stages__btn.active {
  color: var(--white);
  background: var(--orange);
  cursor: default;
  pointer-events: none;
}
.stages__btn.active svg {
  stroke: var(--white);
}
.stages__btn svg {
  margin-left: auto;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--dark);
  stroke-width: 2px;
}
.stages__btn::before {
  content: "" counter(my-counter);
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: var(--border-radius);
  width: 40px;
  height: 40px;
  font-weight: 700;
  color: var(--orange);
  background: var(--white);
}
.stages__block {
  position: relative;
  display: none;
  -webkit-animation: opacity linear 0.3s forwards;
  animation: opacity linear 0.3s forwards;
}
.stages__img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--gray);
}

.gallery__img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--gray);
}
.gallery__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: var(--red);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.gallery__btn svg {
  width: 15px;
  height: 17px;
  fill: var(--white);
}

.consultation__banner {
  position: relative;
  border-radius: var(--border-radius);
  background: var(--orange) no-repeat left bottom;
  background-size: cover;
}
.consultation__block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.consultation__h2 {
  color: var(--white);
}
.consultation__p1 {
  color: var(--white);
}
.consultation__tel {
  color: var(--white);
}
.consultation__img {
  position: absolute;
  bottom: 0;
}

.reviews__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--border-radius);
  padding: 24px 12px;
  background: var(--gray);
  row-gap: 8px;
}
.reviews__icon {
  height: 64px;
}
.reviews__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__rating {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.reviews__stars {
  margin-bottom: 3px;
}
.reviews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: var(--border-radius);
  padding: 24px;
  background: var(--gray);
  row-gap: 12px;
}
.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__img {
  overflow: hidden;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background: var(--dark-gray);
}
.reviews__name {
  position: relative;
  margin: 0 0 2px;
  padding-right: 19px;
}
.reviews__name::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background-image: url("../images/icons/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reviews__pagination {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-gray);
}
.reviews__pagination span:first-child {
  color: var(--red);
}

.faq__inner {
  display: -ms-grid;
  display: grid;
}
.faq__list {
  display: -ms-grid;
  display: grid;
}
.faq__item {
  border-radius: var(--border-radius);
  background: var(--gray);
}
.faq__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  -webkit-transition: padding 0.15s ease;
  transition: padding 0.15s ease;
}
.faq__btn.active .faq__icon {
  background: var(--orange);
}
.faq__btn.active .faq__icon svg {
  stroke: var(--white);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq__h4 {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.faq__icon {
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: var(--border-radius);
  width: 40px;
  height: 40px;
  background: var(--white);
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.faq__icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--orange);
}
.faq__panel {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.center__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.center__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.center__item:nth-child(1) .center__img {
  padding: 0 0 100%;
  height: 100%;
}
.center__img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--gray);
}
.center__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.center__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}
.center__ul li {
  position: relative;
  color: var(--dark-gray);
}
.center__ul li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 9px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: var(--dark-gray);
}
.center__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.center__splide .splide__track {
  overflow: visible;
}
.center__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--gray);
}
.center__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}

.footer {
  color: var(--white);
  background: var(--dark);
}
.footer__wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__top {
  display: -ms-grid;
  display: grid;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__img {
  width: 56px;
  height: 64px;
}
.footer__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
}
.footer__desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.5;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu a.active {
  color: var(--orange);
  cursor: default;
  pointer-events: none;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}
.footer__tel {
  font-weight: 700;
}
.footer__bottom {
  display: -ms-grid;
  display: grid;
}
.footer__list {
  font-size: 14px;
}
.footer__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__block:nth-child(1) {
  row-gap: 16px;
}
.footer__form {
  width: 100%;
  max-width: 732px;
}
.footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
}
.footer__ul li:first-child {
  opacity: 0.5;
}
.footer__flex {
  display: -ms-grid;
  display: grid;
}
.footer__copy {
  margin: 0;
  opacity: 0.5;
}
.footer__text {
  margin: 0;
}
.footer__link {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (320px <= width < 1024px) {
  .cookie {
    padding: 12px 24px;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    margin: 0 auto;
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    background: var(--gray);
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
  }
  .menu > li > a {
    font-weight: 700;
  }
  .checkbox__input {
    top: 2px;
  }
  .checkbox__text {
    font-size: 12px;
    line-height: 1.5;
  }
  .spoller {
    row-gap: 10px;
  }
  .spoller__h3 {
    padding: 15px 44px 15px 15px;
    font-size: 14px;
  }
  .spoller__h3::before, .spoller__h3::after {
    right: 15px;
    width: 14px;
  }
  .spoller__h3::before {
    height: 14px;
  }
  .spoller__h3::after {
    height: 4px;
  }
  .spoller__text {
    padding: 0 15px 15px;
  }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__block {
    background: var(--white);
  }
  .header__bottom {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 24px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s;
    transition: opacity 0.15s ease, visibility 0.15s;
  }
  .header__bottom.open {
    opacity: 1;
    visibility: visible;
  }
  .hero__item {
    padding: 16px;
  }
  .benefits__p2 br {
    display: none;
  }
  .faq__h4 br {
    display: none;
  }
  .center__image {
    padding: 0 0 100%;
  }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__inner {
    padding: 24px 0;
  }
  .footer__flex {
    font-size: 12px;
    line-height: 1.5;
  }
  .footer__text {
    opacity: 0.5;
  }
}
@media (320px <= width < 768px) {
  .main {
    margin-top: 120px;
  }
  .container {
    max-width: var(--container-width-phone);
  }
  .section {
    padding-top: 64px;
  }
  .cookie__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 312px;
    text-align: center;
    row-gap: 12px;
  }
  .cookie__text {
    font-size: 12px;
    line-height: 1.5;
  }
  .cookie__text br {
    display: none;
  }
  body .glightbox-clean .gslide-title {
    font-size: 16px;
    line-height: 1.5;
  }
  body .splide__arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
  }
  .social--large img {
    width: 48px;
    height: 48px;
  }
  .burger {
    margin-left: auto;
    width: 40px;
    height: 40px;
  }
  .nav {
    padding: 16px 16px 24px;
    max-width: 366px;
    max-height: calc(100% - 88px);
    row-gap: 16px;
  }
  .nav__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 12px;
  }
  .nav__block .header__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0;
    background: none;
  }
  .menu > li > a {
    font-size: 16px;
    line-height: 1.5;
  }
  .sub-nav {
    padding: 8px 0 0;
  }
  .sub-menu img {
    display: none;
  }
  .sub-menu h5 br {
    display: none;
  }
  .sub-menu span {
    display: none;
  }
  .h1 {
    font-size: 24px;
    line-height: 1.25;
  }
  .h2 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.2;
  }
  .h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .h4 {
    font-size: 16px;
    line-height: 1.5;
  }
  .p1 {
    font-size: 14px;
    line-height: 1.3;
  }
  .p2 {
    font-size: 14px;
    line-height: 1.3;
  }
  .p3 {
    line-height: 1.3;
  }
  .btn--center {
    padding: 8px 32px 8px 8px;
  }
  .form__line {
    row-gap: 16px;
  }
  .popup__content {
    padding: 24px;
    max-width: 366px;
  }
  .popup__top {
    row-gap: 8px;
  }
  .popup__h2 {
    margin: 0 0 8px;
  }
  .popup__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .popup__form {
    margin-top: 16px;
    padding: 16px;
    row-gap: 12px;
  }
  .popup__form .form__input {
    font-size: 14px;
    line-height: 1.3;
  }
  .header__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .header__img {
    width: 35px;
    height: 40px;
  }
  .header__title {
    font-size: 16px;
  }
  .header__text {
    font-size: 10px;
  }
  .header__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 12px;
  }
  .header__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .header__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: var(--border-radius);
    padding: 8px;
    width: 100%;
    background: var(--gray);
  }
  .header__tel {
    font-size: 16px;
    line-height: 1.5;
  }
  .header__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__bottom {
    top: 72px;
  }
  .hero__block {
    padding: 16px;
  }
  .hero__ul li {
    font-size: 14px;
    line-height: 1.3;
  }
  .hero__form {
    padding: 16px;
  }
  .hero__images {
    height: 240px;
  }
  .hero__desc {
    left: 16px;
    top: 16px;
  }
  .hero__list {
    padding: 16px;
    row-gap: 16px;
  }
  .hero__img {
    width: 64px;
    height: 64px;
  }
  .hero__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .services {
    padding-top: 61px;
  }
  .services__top {
    margin-bottom: 16px;
  }
  .services__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .services__link br {
    display: none;
  }
  .services__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .cleaning__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .cleaning__item:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .cleaning__item:nth-child(5) .cleaning__img {
    padding: 0 0 47.4358974359%;
  }
  .cleaning__img {
    padding: 0 0 100%;
  }
  .cleaning__h4 {
    font-size: 14px;
    line-height: 1.3;
  }
  .call {
    padding-top: 56px;
  }
  .call__inner {
    row-gap: 16px;
  }
  .call__block {
    padding: 24px 20px;
  }
  .call__tel {
    margin-bottom: 16px;
  }
  .call__img {
    padding: 0 0 66.0256410256%;
  }
  .benefits__list {
    row-gap: 16px;
  }
  .stages__list {
    row-gap: 16px;
  }
  .stages__btn.active {
    margin-bottom: 16px;
  }
  .stages__btn::before {
    font-size: 16px;
    line-height: 1.5;
  }
  .stages__block.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
  }
  .stages__img {
    padding: 0 0 76.9230769231%;
  }
  .consultation__banner {
    padding: 24px;
    min-height: 540px;
  }
  .consultation__block {
    row-gap: 16px;
  }
  .consultation__img {
    right: 0;
    width: 312px;
    height: 312px;
  }
  .reviews__slide {
    row-gap: 8px;
  }
  .reviews__name {
    font-size: 16px;
    line-height: 1.5;
  }
  .faq__inner {
    row-gap: 16px;
  }
  .faq__list {
    row-gap: 16px;
  }
  .faq__btn.active {
    padding: 16px 16px 12px;
  }
  .faq__btn {
    padding: 16px;
  }
  .faq__p2 {
    padding: 0 16px 16px;
  }
  .center {
    padding-bottom: 64px;
  }
  .center__inner {
    row-gap: 16px;
  }
  .center__list {
    gap: 16px;
  }
  .center__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .center__item:nth-child(2) .center__img, .center__item:nth-child(3) .center__img {
    padding: 0 0 100%;
  }
  .center__block {
    row-gap: 8px;
  }
  .center__ul li {
    padding-left: 17px;
    font-size: 14px;
    line-height: 1.3;
  }
  .center__ul li::before {
    left: 6px;
    top: 7px;
  }
  .center__slider {
    row-gap: 16px;
  }
  .center__h4 {
    font-size: 14px;
    line-height: 1.3;
  }
  .footer__wrapper {
    padding: 24px 0;
  }
  .footer__top {
    margin-bottom: 24px;
  }
  .footer__menu {
    margin: 8px 0;
    row-gap: 16px;
  }
  .footer__menu a {
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__tel {
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__list {
    line-height: 1.3;
  }
  .footer__blocks {
    row-gap: 24px;
  }
  .footer__block:nth-child(2) {
    row-gap: 16px;
  }
  .footer__icons {
    gap: 8px;
  }
  .footer__ul {
    line-height: 1.3;
    row-gap: 8px;
  }
  .footer__flex {
    row-gap: 8px;
  }
  .footer__copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (768px <= width < 1024px) {
  .main {
    margin-top: 96px;
  }
  .container {
    max-width: var(--container-width-tablet);
  }
  .section {
    padding-top: 80px;
  }
  .cookie__inner {
    max-width: 634px;
  }
  .cookie__text {
    font-size: 14px;
    line-height: 1.7;
  }
  body .splide__arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  .social--large img {
    width: 56px;
    height: 56px;
  }
  .nav {
    padding: 24px;
    max-width: 704px;
    max-height: calc(100% - 112px);
    row-gap: 24px;
  }
  .sub-nav {
    padding: 8px 0 0;
  }
  .sub-menu {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sub-menu a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4px;
  }
  .sub-menu img {
    width: 56px;
    height: 56px;
  }
  .h1 {
    font-size: 32px;
    line-height: 1.25;
  }
  .h2 {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 1.25;
  }
  .h3 {
    font-size: 18px;
    line-height: 1.35;
  }
  .p1 {
    font-size: 16px;
    line-height: 1.5;
  }
  .checkbox__text--tablet {
    font-size: 14px;
    line-height: 1.7;
  }
  .form__line {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .popup__top {
    row-gap: 12px;
  }
  .popup__h2 {
    margin: 0 0 16px;
  }
  .popup__form .checkbox__text {
    font-size: 14px;
    line-height: 1.7;
  }
  .header__top {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .header__right {
    margin-left: auto;
  }
  .header__bottom {
    top: 96px;
  }
  .hero__block {
    padding: 24px;
  }
  .hero__h1 br {
    display: none;
  }
  .hero__images {
    height: 346px;
  }
  .hero__desc {
    left: 24px;
    top: 24px;
  }
  .hero__list {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 24px;
  }
  .services__top {
    margin-bottom: 24px;
  }
  .services__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .cleaning__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .cleaning__img {
    padding: 0 0 68.4931506849%;
  }
  .call__inner {
    row-gap: 24px;
  }
  .call__block {
    padding: 73px 20px;
  }
  .call__img {
    padding: 0 0 56.8181818182%;
  }
  .benefits__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .stages__img {
    padding: 0 0 128.8235294118%;
  }
  .consultation__banner {
    padding: 36px;
    min-height: 355px;
  }
  .consultation__h2 {
    margin: 0 0 16px;
  }
  .consultation__img {
    right: -5px;
    width: 400px;
    height: 400px;
  }
  .reviews__slide {
    row-gap: 16px;
  }
  .faq__inner {
    row-gap: 24px;
  }
  .center {
    padding-bottom: 80px;
  }
  .center__item:nth-child(2) .center__img, .center__item:nth-child(3) .center__img {
    padding: 0 0 46.4705882353%;
  }
  .center__ul li {
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.5;
  }
  .center__ul li::before {
    left: 9px;
    top: 8px;
  }
  .center__slider {
    margin-top: 8px;
  }
  .center__h4 {
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__wrapper {
    padding: 32px 0;
  }
  .footer__top {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 22px;
  }
  .footer__menu {
    margin-top: 14px;
    row-gap: 24px;
  }
  .footer__blocks {
    row-gap: 32px;
  }
}
@media (width >= 768px) {
  .cookie__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  body .glightbox-clean .gslide-title {
    font-size: 18px;
    line-height: 1.35;
  }
  .burger {
    width: 48px;
    height: 48px;
  }
  .nav__block {
    display: none;
  }
  .menu > li > a {
    font-size: 18px;
    line-height: 1.35;
  }
  .h4 {
    font-size: 18px;
    line-height: 1.35;
  }
  .p2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .p3 {
    line-height: 1.7;
  }
  .popup__content {
    padding: 48px;
    max-width: 505px;
  }
  .popup__text {
    font-size: 18px;
    line-height: 1.35;
  }
  .popup__form {
    margin-top: 24px;
    padding: 24px;
  }
  .header__img {
    width: 56px;
    height: 64px;
  }
  .header__title {
    font-size: 20px;
  }
  .header__text {
    font-size: 12px;
  }
  .header__center {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__tel {
    font-size: 18px;
  }
  .hero__ul li {
    font-size: 18px;
  }
  .hero__ul li br {
    display: none;
  }
  .hero__form {
    margin-top: 8px;
    padding: 24px;
  }
  .hero__img {
    width: 96px;
    height: 96px;
  }
  .hero__text {
    font-size: 18px;
    line-height: 135%;
  }
  .services__text {
    margin: 2px 0 0;
    font-size: 18px;
    line-height: 1.35;
  }
  .call__tel {
    margin-bottom: 24px;
  }
  .benefits__list {
    gap: 24px;
  }
  .stages__inner {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .stages__list {
    row-gap: 8px;
  }
  .stages__btn::before {
    font-size: 18px;
    line-height: 1.35;
  }
  .stages__block.active {
    display: block;
  }
  .stages__p2 {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border-radius: var(--border-radius);
    padding: 16px;
    background: var(--white);
  }
  .consultation__block {
    row-gap: 24px;
  }
  .reviews__name {
    font-size: 18px;
    line-height: 1.35;
  }
  .faq__list {
    row-gap: 24px;
  }
  .faq__btn.active {
    padding: 24px 24px 8px;
  }
  .faq__btn {
    padding: 24px;
  }
  .faq__p2 {
    padding: 0 24px 24px;
  }
  .center__inner {
    row-gap: 24px;
  }
  .center__list {
    gap: 24px;
  }
  .center__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .center__block {
    row-gap: 12px;
  }
  .center__slider {
    row-gap: 24px;
  }
  .footer__menu a {
    font-size: 18px;
    line-height: 1.35;
  }
  .footer__tel {
    font-size: 18px;
    line-height: 1.35;
  }
  .footer__list {
    line-height: 1.7;
  }
  .footer__block:nth-child(2) {
    row-gap: 12px;
  }
  .footer__icons {
    gap: 12px;
  }
  .footer__ul {
    line-height: 1.7;
  }
  .footer__flex {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer__text {
    text-align: center;
  }
  .footer__link {
    margin-left: auto;
  }
}
@media (width >= 1024px) {
  body::-webkit-scrollbar {
    width: 6px;
    background: none;
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--orange);
  }
  .main {
    margin-top: 176px;
  }
  .container {
    max-width: var(--container-width-desktop);
  }
  .section {
    padding-top: 96px;
  }
  .cookie {
    padding: 16px 24px;
  }
  .cookie__inner {
    max-width: 1160px;
  }
  .cookie__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .cookie__text br {
    display: none;
  }
  .cookie__text a:hover {
    color: var(--orange);
  }
  .cookie__btn:hover {
    color: var(--white);
    background: var(--red);
  }
  body .splide__arrows {
    position: absolute;
    right: 0;
    top: 8px;
  }
  body .splide__arrow:hover svg {
    stroke: var(--red);
  }
  .callback:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(147, 52, 11, 0.2), 0 7px 7px 0 rgba(147, 52, 11, 0.17), 0 16px 10px 0 rgba(147, 52, 11, 0.1), 0 28px 11px 0 rgba(147, 52, 11, 0.03), 0 44px 12px 0 rgba(147, 52, 11, 0);
    box-shadow: 0 2px 4px 0 rgba(147, 52, 11, 0.2), 0 7px 7px 0 rgba(147, 52, 11, 0.17), 0 16px 10px 0 rgba(147, 52, 11, 0.1), 0 28px 11px 0 rgba(147, 52, 11, 0.03), 0 44px 12px 0 rgba(147, 52, 11, 0);
    background: linear-gradient(23deg, #f4511e 0%, #fb8c00 100%);
  }
  .scrolltop:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(147, 52, 11, 0.2), 0 7px 7px 0 rgba(147, 52, 11, 0.17), 0 16px 10px 0 rgba(147, 52, 11, 0.1), 0 28px 11px 0 rgba(147, 52, 11, 0.03), 0 44px 12px 0 rgba(147, 52, 11, 0);
    box-shadow: 0 2px 4px 0 rgba(147, 52, 11, 0.2), 0 7px 7px 0 rgba(147, 52, 11, 0.17), 0 16px 10px 0 rgba(147, 52, 11, 0.1), 0 28px 11px 0 rgba(147, 52, 11, 0.03), 0 44px 12px 0 rgba(147, 52, 11, 0);
    background: linear-gradient(23deg, #f4511e 0%, #fb8c00 100%);
  }
  .social a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .social--large img {
    width: 64px;
    height: 64px;
  }
  .burger {
    display: none;
  }
  .menu {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .menu > li:first-child:hover > a {
    color: var(--white);
    background: var(--orange);
  }
  .menu > li:first-child:hover .sub-nav {
    opacity: 1;
    visibility: visible;
  }
  .menu > li > a:hover {
    color: var(--white);
    background: var(--orange);
  }
  .sub-nav {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    border-radius: var(--border-radius);
    padding: 8px;
    width: 100%;
    background: var(--gray);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
  .sub-nav::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 16px;
    background: transparent;
  }
  .sub-menu {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow-y: auto;
    max-height: calc(100vh - 192px);
    scrollbar-width: none;
  }
  .sub-menu::-webkit-scrollbar {
    display: none;
  }
  .sub-menu a {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub-menu a:hover {
    color: var(--white);
    background: var(--orange);
  }
  .sub-menu a:hover span {
    color: var(--white);
  }
  .sub-menu img {
    width: 74px;
    height: 74px;
  }
  .h1 {
    font-size: 48px;
    line-height: 1;
  }
  .h2 {
    margin: 0 0 48px;
    font-size: 32px;
    line-height: 1.25;
  }
  .h3 {
    font-size: 24px;
    line-height: 1.35;
  }
  .p1 {
    font-size: 18px;
    line-height: 1.35;
  }
  .btn:hover {
    color: var(--white);
    background: var(--red);
  }
  .btn:hover .btn__icon {
    background: var(--white);
  }
  .btn:hover .btn__icon svg {
    stroke: var(--red);
  }
  .checkbox__input {
    top: 3px;
    cursor: pointer;
  }
  .checkbox__text {
    font-size: 14px;
    line-height: 1.7;
    cursor: pointer;
  }
  .checkbox__text a:hover {
    opacity: 0.7;
  }
  .form__line {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .anim:hover::before, .anim:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .anim:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .anim:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .anim::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .anim::after {
    content: "Выбрать";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    place-items: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
    background: var(--red);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .zoom:hover::before, .zoom:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .zoom:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .zoom:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .zoom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .zoom::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    overflow: hidden;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    background-image: url("../images/icons/zoom.svg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .play:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .play::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .spoller {
    row-gap: 25px;
  }
  .spoller__h3 {
    padding: 18px 60px 18px 25px;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
    cursor: pointer;
  }
  .spoller__h3:hover {
    color: var(--orange);
  }
  .spoller__h3::before, .spoller__h3::after {
    right: 25px;
    width: 24px;
  }
  .spoller__h3::before {
    height: 24px;
  }
  .spoller__h3::after {
    height: 4px;
  }
  .spoller__text {
    padding: 0 25px 20px;
  }
  .popup__close:hover svg {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .popup__top {
    row-gap: 16px;
  }
  .popup__h2 {
    margin: 0 0 24px;
  }
  .header__top {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header__logo:hover {
    color: var(--orange);
  }
  .header__logo:hover .header__text {
    color: var(--orange);
  }
  .header__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__block {
    background: var(--gray);
  }
  .header__right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .header__tel:hover {
    color: var(--orange);
  }
  .header__bottom {
    position: relative;
    margin-top: 16px;
    border-radius: var(--border-radius);
    padding: 8px;
    background: var(--gray);
  }
  .header__bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 8px;
    background: transparent;
  }
  .hero__inner {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .hero__block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    padding: 32px;
  }
  .hero__images {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
  }
  .hero__desc {
    left: 8px;
    top: 8px;
  }
  .hero__list {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 32px;
  }
  .hero__item {
    padding: 8px;
  }
  .services__top {
    margin-bottom: 48px;
    width: 100%;
    max-width: 586px;
  }
  .services__h2 {
    margin: 0 0 24px;
  }
  .services__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  .services__link:hover {
    color: var(--orange);
  }
  .cleaning__list {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
  }
  .cleaning__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
  .cleaning__item:nth-child(2) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/9;
  }
  .cleaning__item:nth-child(3) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/13;
  }
  .cleaning__item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .cleaning__item:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
  }
  .cleaning__item:nth-child(6) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/10;
  }
  .cleaning__item:nth-child(7) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/13;
  }
  .cleaning__item:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .cleaning__item:nth-child(9) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
  .cleaning__item:nth-child(10) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
  }
  .cleaning__item:nth-child(11) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7/9;
  }
  .cleaning__item:nth-child(12) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9/11;
  }
  .cleaning__item:nth-child(13) {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11/13;
  }
  .cleaning__item:nth-child(1) .cleaning__img, .cleaning__item:nth-child(2) .cleaning__img, .cleaning__item:nth-child(3) .cleaning__img {
    padding: 0 0 68.6274509804%;
  }
  .cleaning__item:nth-child(4) .cleaning__img, .cleaning__item:nth-child(5) .cleaning__img, .cleaning__item:nth-child(6) .cleaning__img, .cleaning__item:nth-child(7) .cleaning__img {
    padding: 0 0 93.3333333333%;
  }
  .cleaning__item:nth-child(8) .cleaning__img, .cleaning__item:nth-child(9) .cleaning__img, .cleaning__item:nth-child(10) .cleaning__img, .cleaning__item:nth-child(11) .cleaning__img, .cleaning__item:nth-child(12) .cleaning__img, .cleaning__item:nth-child(13) .cleaning__img {
    padding: 0 0 100%;
  }
  .call__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .call__block {
    padding: 56px 19px;
  }
  .call__h2 {
    margin: 0 0 24px;
  }
  .call__tel:hover {
    color: var(--red);
  }
  .call__img {
    padding: 0 0 74.0384615385%;
  }
  .benefits__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .benefits__h4 br {
    display: none;
  }
  .stages__img {
    padding: 0 0 100%;
  }
  .gallery__img:hover .gallery__btn {
    background: linear-gradient(23deg, #f4511e 0%, #fb8c00 100%);
  }
  .consultation__banner {
    padding: 48px;
    min-height: 462px;
  }
  .consultation__h2 {
    margin: 0 0 16px;
  }
  .consultation__tel:hover {
    color: var(--red);
  }
  .consultation__img {
    right: 13px;
    width: 529px;
    height: 529px;
  }
  .reviews__slide {
    row-gap: 24px;
  }
  .faq__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .faq__btn {
    cursor: pointer;
  }
  .faq__btn:hover .faq__h4 {
    color: var(--orange);
  }
  .center {
    padding-bottom: 96px;
  }
  .center__item:nth-child(2) .center__img, .center__item:nth-child(3) .center__img {
    padding: 0 0 48.0769230769%;
  }
  .center__ul li {
    padding-left: 27px;
    font-size: 18px;
    line-height: 1.35;
  }
  .center__ul li::before {
    left: 12px;
    top: 9px;
  }
  .center__slider {
    margin-top: 24px;
  }
  .center__image {
    padding: 0 0 93.3333333333%;
  }
  .footer__wrapper {
    padding: 48px 0 22px;
  }
  .footer__top {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 300px auto 300px;
    grid-template-columns: 300px auto 300px;
    margin-bottom: 16px;
  }
  .footer__logo:hover {
    color: var(--orange);
  }
  .footer__logo:hover .footer__desc {
    color: var(--orange);
  }
  .footer__menu {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__menu a:hover {
    color: var(--orange);
  }
  .footer__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer__tel:hover {
    color: var(--orange);
  }
  .footer__bottom {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 187px auto 187px;
    grid-template-columns: 187px auto 187px;
  }
  .footer__blocks {
    row-gap: 24px;
  }
  .footer__ul {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer__inner {
    padding: 16px 0 24px;
  }
  .footer__flex {
    font-size: 14px;
    line-height: 1.7;
  }
  .footer__link:hover {
    text-decoration: none;
    color: var(--orange);
  }
}