@charset "UTF-8";
:root {
  --font-family: "Inter Tight", sans-serif;
  --second-family: "Intro Demo", sans-serif;
  --third-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;
  --green: #2cb446;
  --dark: #3a3838;
  --gray: #757474;
  --silver: #f6f6f6;
  --white: #fff;
  --red: #eb0206;
  --accent: #4ad264;
  --border-radius: 12px;
  --backdrop-filter: blur(4px);
  --overlay: rgba(30, 30, 30, 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) .cookie,
html:not(.js-hidden) .header__social,
html:not(.js-hidden) .header__box,
html:not(.js-hidden) .header__row,
html:not(.js-hidden) .hero__bottom {
  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/InterTight-Bold.woff2") format("woff2");
  font-family: "Inter Tight";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/InterTight-Regular.woff2") format("woff2");
  font-family: "Inter Tight";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/IntroDemo-BlackCaps.woff2") format("woff2");
  font-family: "Intro Demo";
  font-weight: 900;
  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-scrollbar-handle {
  border-radius: 999px;
  background: var(--green);
  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;
  z-index: 10000;
  border-radius: var(--border-radius);
  width: 100%;
  -webkit-box-shadow: 0 13px 28px 0 rgba(130, 130, 130, 0.1), 0 51px 51px 0 rgba(130, 130, 130, 0.09), 0 115px 69px 0 rgba(130, 130, 130, 0.05), 0 204px 82px 0 rgba(130, 130, 130, 0.01), 0 319px 89px 0 rgba(130, 130, 130, 0);
  box-shadow: 0 13px 28px 0 rgba(130, 130, 130, 0.1), 0 51px 51px 0 rgba(130, 130, 130, 0.09), 0 115px 69px 0 rgba(130, 130, 130, 0.05), 0 204px 82px 0 rgba(130, 130, 130, 0.01), 0 319px 89px 0 rgba(130, 130, 130, 0);
  background: var(--white);
}
.cookie.cookie--hidden {
  display: none;
}
.cookie__inner {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cookie__close {
  position: absolute;
  right: 8px;
  top: 8px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
}
.cookie__close svg {
  width: 16px;
  height: 16px;
  fill: var(--gray);
}
.cookie__p1 a {
  display: inline-block;
  text-decoration: underline;
  color: var(--green);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

.form__input.just-validate-success-field,
.form__input.just-validate-success-field:focus {
  border-color: var(--green);
}

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

.checkbox__input.just-validate-success-field,
.checkbox__input.just-validate-success-field:focus {
  border-color: var(--green);
}
body .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -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: 1px solid var(--green);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: transparent;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
body .splide__arrow:disabled {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
body .splide__arrow:disabled svg {
  fill: var(--green);
}
body .splide__arrow svg {
  width: 24px;
  height: 24px;
  fill: var(--green);
  -webkit-transition: fill 0.15s ease;
  transition: fill 0.15s ease;
}
body .splide__arrow--prev {
  left: auto;
}
body .splide__arrow--next {
  right: auto;
}
body .splide .splide__pagination {
  bottom: 0;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
body .splide .splide__pagination__page {
  margin: 0;
  border: 1px solid var(--green);
  background: transparent;
  opacity: 1;
}
body .splide .splide__pagination__page.is-active {
  background: var(--green);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.callback {
  position: fixed;
  right: 24px;
  bottom: 12px;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
}
.callback svg {
  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: 12px;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  -webkit-transition: left 0.15s ease, background 0.15s ease;
  transition: left 0.15s ease, background 0.15s ease;
}
.scrolltop.active {
  left: 24px;
}
.scrolltop svg {
  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);
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo__img {
  width: 64px;
  height: 80px;
}
.logo__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: var(--gray);
}
.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__menu a.active {
  color: var(--accent);
  cursor: default;
  pointer-events: none;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.box__icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: var(--border-radius);
  width: 48px;
  height: 48px;
  background: var(--silver);
}
.box__p2 {
  width: 100%;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social a {
  width: 48px;
  height: 48px;
}

.desc {
  position: relative;
  margin: 0;
  padding-left: 13px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--gray);
}
.desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-image: url("../images/icons/decor.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tel {
  font-weight: 700;
  letter-spacing: -0.001em;
}

.burger {
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-radius: var(--border-radius);
  width: 48px;
  height: 48px;
  background: var(--green);
}
.burger.open::before {
  content: none;
}
.burger.open::after {
  content: "";
}
.burger::before, .burger::after {
  background-size: cover;
  background-repeat: no-repeat;
}
.burger::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/burger.svg");
}
.burger::after {
  content: none;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/burger-close.svg");
}

.h1 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 900;
}

.h2 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 900;
}

.h3 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 900;
}

.h4 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 900;
}

.p1 {
  margin: 0;
}

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

.p2 {
  margin: 0;
}

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

.p3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: var(--gray);
}

.form {
  display: -ms-grid;
  display: grid;
}
.form__group {
  position: relative;
}
.form__input {
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  height: 56px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--dark);
  background: var(--silver);
  -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(--gray);
}
.form__input::-moz-placeholder {
  color: var(--gray);
}
.form__input:-ms-input-placeholder {
  color: var(--gray);
}
.form__input::-ms-input-placeholder {
  color: var(--gray);
}
.form__input::placeholder {
  color: var(--gray);
}
.form__input:focus {
  outline: none;
}

.btn-green {
  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: 8px;
  padding: 16px 24px;
  height: 56px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  color: var(--white);
  background: var(--green);
  -webkit-transition: background 0.15s ease, opacity 0.15s ease;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.btn-green:active {
  opacity: 0.6;
}

.btn-white {
  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: 8px;
  padding: 16px 24px;
  height: 56px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  color: var(--green);
  background: var(--white);
  -webkit-transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}
.btn-white:active {
  opacity: 0.6;
}

.checkbox {
  position: relative;
  padding-left: 22px;
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  top: 1px;
  overflow: hidden;
  border: 1px solid var(--green);
  border-radius: 3px;
  width: 17px;
  height: 17px;
  background: transparent;
  -webkit-transition: border 0.15s ease;
  transition: border 0.15s ease;
  cursor: pointer;
}
.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: 17px;
  height: 17px;
  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__text {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--gray);
  cursor: pointer;
}
.checkbox__text a {
  display: inline;
  text-decoration: underline;
  color: var(--green);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.checkbox__text + .just-validate-error-label {
  display: none;
}

.top {
  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;
}

.picture {
  position: relative;
}

.video {
  position: relative;
}
.video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border-radius: 50%;
  background: var(--green);
  -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;
}
.video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background-image: url("../images/icons/play.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.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;
  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);
  width: 100%;
  background: var(--white);
  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__content--large {
  row-gap: 16px;
}
.popup__content--small {
  text-align: center;
}
.popup__close {
  position: absolute;
  right: 12px;
  top: 12px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
}
.popup__close svg {
  width: 16px;
  height: 16px;
  fill: var(--gray);
}
.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;
  row-gap: 12px;
}
.popup__form {
  row-gap: 16px;
}
.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;
  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: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.header__inner {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__left {
  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__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__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__top {
  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;
}
.hero__h1 span {
  position: relative;
  z-index: 1;
  color: var(--white);
}
.hero__h1 span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: -1;
  border-radius: 8px;
  background: var(--green);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero__item {
  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;
}
.hero__icon {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 1000px;
  background: var(--white);
}
.hero__icon::before {
  content: "";
  background-image: url("../images/icons/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__bottom {
  display: -ms-grid;
  display: grid;
}
.hero__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__h3 {
  text-align: center;
}
.hero__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__row {
  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;
}
.hero__social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: var(--border-radius);
  padding: 24px;
  background: var(--silver);
}
.benefits__wrap {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
}
.benefits__content {
  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;
}
.benefits__ul {
  display: -ms-grid;
  display: grid;
}
.benefits__li {
  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;
  text-align: center;
  background: var(--silver);
  row-gap: 16px;
}
.benefits__icon {
  width: auto;
  mix-blend-mode: darken;
}

.fines__inner {
  display: -ms-grid;
  display: grid;
}
.fines__block {
  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);
  background: var(--silver);
  row-gap: 16px;
}
.fines__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fines__h2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--white);
}
.fines__h2 span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: -1;
  border-radius: 8px;
  width: calc(100% + 11px);
  background: var(--green);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fines__list {
  display: -ms-grid;
  display: grid;
}
.fines__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--border-radius);
  background: var(--white);
}
.fines__desc {
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 700;
  color: var(--white);
  background: var(--green);
}
.fines__img {
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--silver);
}
.price__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.price__item {
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--silver);
}
.price__header {
  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 20px;
  background: var(--green);
}
.price__h3 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 900;
  text-align: center;
  color: var(--white);
}
.price__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price__li {
  padding: 12px;
  font-weight: 700;
  text-align: center;
}
.price__li:nth-child(even) {
  border-radius: var(--border-radius);
  background: var(--white);
}
.price__li span {
  display: block;
  color: var(--green);
}
.order__inner {
  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);
  text-align: center;
  background: var(--silver);
}
.order__block {
  position: relative;
  border-radius: var(--border-radius);
  text-align: center;
  background: var(--white);
}
.order__block::before, .order__block::after {
  content: "";
  position: absolute;
  background-image: url("../images/main/decor.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.order__block::before {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.order__block::after {
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  transform: rotate(-36deg);
}
.order__box {
  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;
}
.order__p1 {
  color: var(--gray);
}
.order__tel {
  font-weight: 700;
  color: var(--green);
}

.objects__top {
  width: 100%;
}
.objects__list {
  display: -ms-grid;
  display: grid;
}
.objects__item {
  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;
  text-align: center;
  background: var(--silver);
  row-gap: 16px;
}
.objects__img {
  width: 96px;
  height: 96px;
}

.call__inner {
  display: -ms-grid;
  display: grid;
}
.call__block {
  border-radius: var(--border-radius);
  background: var(--silver);
}
.call__btns > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.call__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.call__icon {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: var(--green);
}
.call__icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/attention.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.call__p3 {
  width: 100%;
}
.call__img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.call__box {
  position: absolute;
  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;
  text-align: center;
  background: var(--white);
}
.call__row {
  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;
}
.call__social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hogweed__list {
  display: -ms-grid;
  display: grid;
}
.hogweed__item {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: var(--border-radius);
  padding: 24px;
  background: var(--silver);
  row-gap: 24px;
}
.hogweed__wrap {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
}
.hogweed__content {
  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;
}
.works__img {
  overflow: hidden;
  border-radius: var(--border-radius);
}
.works__img img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.block__top {
  width: 100%;
}
.block__list {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.block__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: 12px;
}
.block__img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.block__content {
  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;
}

.stages__list {
  counter-reset: my-counter;
  display: -ms-grid;
  display: grid;
}
.stages__item {
  counter-increment: my-counter;
  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(--silver);
}
.stages__item::before {
  content: "" counter(my-counter);
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-family: var(--second-family);
  font-weight: 900;
  color: var(--white);
  background: var(--green);
}
.stages__img {
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--silver);
}

.result__inner {
  display: -ms-grid;
  display: grid;
}
.result__block {
  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);
  background: var(--silver);
  row-gap: 16px;
}
.result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: var(--border-radius);
  background: var(--white);
}
.result__icon {
  display: -ms-grid;
  display: grid;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  place-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: var(--green);
}
.result__icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/check-mark.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.result__img {
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--silver);
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faq__item {
  overflow: hidden;
  border-radius: var(--border-radius);
  background: var(--silver);
}
.faq__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: var(--border-radius);
  padding: 24px;
  width: 100%;
  text-align: left;
  background: var(--silver);
  -webkit-transition: color 0.15s ease, background 0.15s ease;
  transition: color 0.15s ease, background 0.15s ease;
}
.faq__btn.active {
  color: var(--white);
  background: var(--green);
}
.faq__btn.active .faq__icon {
  fill: var(--white);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__h4 {
  font-family: var(--font-family);
  font-weight: 700;
}
.faq__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: var(--dark);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.faq__panel {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.consultation__inner {
  display: -ms-grid;
  display: grid;
}
.consultation__left {
  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);
  background: var(--silver);
}
.consultation__tel {
  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 24px;
  height: 72px;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background: var(--green);
}
.consultation__right {
  position: relative;
  border-radius: var(--border-radius);
  background: var(--silver) no-repeat center center;
  background-size: cover;
}
.consultation__img {
  position: absolute;
  bottom: 0;
}

.info__inner {
  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: 24px;
}
.info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info__h2 {
  width: 100%;
}
.info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info__h3 {
  width: 100%;
}
.info__list li {
  position: relative;
}
.info__list li::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: var(--dark);
}

.contacts__inner {
  display: -ms-grid;
  display: grid;
}
.contacts__col {
  border-radius: var(--border-radius);
  background: var(--silver);
}
.contacts__wrap {
  position: relative;
}
.contacts__img {
  position: absolute;
  left: 0;
  top: 0;
}
.contacts__block {
  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);
  background: var(--white);
}
.contacts__row {
  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: 2px;
}
.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}
.contacts__form {
  row-gap: 16px;
}
.contacts__form .form__input {
  border-color: var(--white);
  background: var(--white);
}

.footer {
  padding-bottom: 24px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu a.active {
  color: var(--accent);
  cursor: default;
  pointer-events: none;
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__link {
  text-decoration: underline;
  color: var(--green);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.footer__copy {
  margin: 0;
  color: var(--gray);
}
@media (320px <= width < 1024px) {
  body .os-theme-light {
    --os-size: 7px;
  }
  .cookie {
    padding: 16px;
  }
  body .splide__track {
    overflow: visible;
  }
  .nav {
    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;
    overflow-y: auto;
    margin: 0 auto;
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    background: var(--silver);
  }
  .nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav__menu a {
    font-family: var(--second-family);
    font-weight: 900;
    color: var(--dark);
  }
  .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__block {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 24px;
    height: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: background 0.15s ease, opacity 0.15s ease, visibility 0.15s ease;
    transition: background 0.15s ease, opacity 0.15s ease, visibility 0.15s ease;
  }
  .header__block.open {
    background: var(--white);
    opacity: 1;
    visibility: visible;
  }
  .header__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .benefits__list {
    gap: 16px;
  }
  .benefits__item {
    row-gap: 24px;
  }
  .benefits__p2 br {
    display: none;
  }
  .benefits__ul {
    margin-top: 16px;
    gap: 16px;
  }
  .fines__inner {
    row-gap: 16px;
  }
  .fines__top {
    row-gap: 12px;
  }
  .price__list {
    gap: 16px;
  }
  .price__body {
    row-gap: 16px;
  }
  .price__ul {
    row-gap: 4px;
  }
  .order__block {
    padding: 24px;
  }
  .objects__list {
    gap: 16px;
  }
  .call__inner {
    row-gap: 16px;
  }
  .call__btns {
    display: -ms-grid;
    display: grid;
  }
  .call__p3 br {
    display: none;
  }
  .call__box {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hogweed__list {
    gap: 16px;
  }
  .block__h3 br {
    display: none;
  }
  .stages__list {
    gap: 16px;
  }
  .result__inner {
    row-gap: 16px;
  }
  .result__p2 br {
    display: none;
  }
  .faq__list {
    row-gap: 16px;
  }
  .consultation__h2 {
    text-align: center;
  }
  .consultation__img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .info__top {
    row-gap: 12px;
  }
  .contacts__inner {
    row-gap: 16px;
  }
  .contacts__top {
    row-gap: 12px;
  }
}
@media (320px <= width < 1024px) or (width >= 1280px) {
  .logo {
    width: 228px;
  }
}
@media (320px <= width < 768px) {
  .main {
    margin-top: 112px;
  }
  .container {
    max-width: var(--container-width-phone);
  }
  .section {
    padding-top: 48px;
  }
  .cookie {
    right: 16px;
    bottom: 16px;
    max-width: 328px;
  }
  .cookie__inner {
    row-gap: 12px;
  }
  .cookie__p1 br:nth-child(2) {
    display: none;
  }
  .callback {
    width: 64px;
    height: 64px;
  }
  .callback svg {
    width: 31px;
    height: 31px;
  }
  .scrolltop {
    width: 64px;
    height: 64px;
  }
  .scrolltop svg {
    width: 31px;
    height: 31px;
  }
  .nav {
    padding: 24px;
    max-width: 366px;
    max-height: calc(100% - 136px);
    row-gap: 55px;
  }
  .nav__block {
    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;
  }
  .nav__menu {
    row-gap: 16px;
  }
  .nav__menu a {
    font-size: 20px;
    line-height: 1.4;
  }
  .box__p3 {
    width: 100%;
    max-width: 208px;
    text-align: center;
  }
  .box__p3 br {
    display: none;
  }
  .box__p2 {
    max-width: 135px;
  }
  .social {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .tel {
    font-size: 16px;
    line-height: 1.5;
  }
  .h1 {
    font-size: 24px;
    line-height: 1.35;
  }
  .h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  .h3 {
    font-size: 18px;
  }
  .h4 {
    font-size: 16px;
    line-height: 1.5;
  }
  .p1 {
    font-size: 14px;
    line-height: 1.3;
  }
  .p1-gray {
    font-size: 14px;
    line-height: 1.3;
  }
  .p2 {
    font-size: 14px;
    line-height: 1.3;
  }
  .p2-gray {
    font-size: 14px;
    line-height: 1.3;
  }
  .btn-green {
    font-size: 16px;
    line-height: 1.5;
  }
  .btn-white {
    font-size: 16px;
    line-height: 1.5;
  }
  .checkbox__text br {
    display: none;
  }
  .top {
    margin-bottom: 16px;
  }
  .video::before {
    width: 48px;
    height: 48px;
  }
  .video::after {
    width: 18px;
    height: 18px;
  }
  .popup__content {
    padding: 24px;
    max-width: 366px;
  }
  .popup__content--large {
    max-width: 366px;
  }
  .popup__content--small {
    max-width: 366px;
    row-gap: 16px;
  }
  .popup__p2 br {
    display: none;
  }
  .popup__form .checkbox__text {
    width: 100%;
    max-width: 240px;
  }
  .header {
    padding: 16px 0;
  }
  .header__block {
    top: 112px;
  }
  .header__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__box .box__icon {
    background: var(--white);
  }
  .header__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 4px;
  }
  .hero__inner {
    margin: 0 -24px;
    padding: 32px 24px;
    background: var(--silver) no-repeat center right 37%;
    background-size: cover;
    row-gap: 16px;
  }
  .hero__h1 span::before {
    width: calc(100% + 14px);
    height: calc(100% + 5px);
  }
  .hero__p1 br {
    display: none;
  }
  .hero__list {
    row-gap: 8px;
  }
  .hero__icon {
    width: 32px;
    height: 32px;
  }
  .hero__icon::before {
    width: 18px;
    height: 18px;
  }
  .hero__left {
    padding: 24px 0;
    row-gap: 12px;
  }
  .hero__form {
    gap: 12px;
  }
  .hero__form .just-validate-error-label {
    line-height: 1;
  }
  .hero__right {
    row-gap: 12px;
  }
  .hero__row {
    row-gap: 4px;
  }
  .benefits__wrap {
    width: 64px;
    height: 64px;
  }
  .benefits__wrap img {
    width: 32px;
    height: 32px;
  }
  .benefits__icon {
    height: 64px;
  }
  .benefits__p1 {
    width: 100%;
    max-width: 264px;
  }
  .fines__block {
    padding: 24px;
  }
  .fines__h2 span::before {
    height: calc(100% + 2px);
  }
  .fines__p2 br {
    display: none;
  }
  .fines__list {
    row-gap: 12px;
  }
  .fines__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    row-gap: 8px;
  }
  .fines__desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .fines__img {
    height: 240px;
  }
  .price__h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .price__h3 br {
    display: none;
  }
  .price__body {
    padding: 4px 16px 16px;
  }
  .price__li {
    font-size: 16px;
    line-height: 1.5;
  }
  .order {
    padding-top: 16px;
  }
  .order__inner {
    padding: 24px;
    row-gap: 16px;
  }
  .order__block::before, .order__block::after {
    width: 56px;
    height: 56px;
  }
  .order__block::before {
    left: -8px;
    top: -27px;
  }
  .order__block::after {
    right: -7px;
    bottom: -10px;
  }
  .order__box {
    row-gap: 4px;
  }
  .order__tel {
    font-size: 20px;
    line-height: 1.4;
  }
  .call__block {
    padding: 24px;
  }
  .call__h2 {
    width: 100%;
    max-width: 220px;
  }
  .call__btns {
    row-gap: 12px;
  }
  .call__bottom {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px;
  }
  .call__p3 {
    max-width: 185px;
  }
  .call__box {
    width: 208px;
    row-gap: 12px;
  }
  .call__row {
    row-gap: 4px;
  }
  .hogweed__item:nth-child(4) {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .hogweed__wrap {
    width: 64px;
    height: 64px;
  }
  .hogweed__wrap img {
    width: 32px;
    height: 32px;
  }
  .works__splide {
    padding-bottom: 24px;
  }
  .block__img {
    height: 240px;
  }
  .stages__item {
    row-gap: 16px;
  }
  .stages__item::before {
    font-size: 16px;
    line-height: 1.5;
  }
  .stages__img {
    display: none;
  }
  .result__block {
    padding: 24px;
  }
  .result__list {
    row-gap: 12px;
  }
  .result__item {
    padding: 16px;
  }
  .result__img {
    height: 240px;
  }
  .faq__p2 {
    padding: 16px 24px;
  }
  .consultation__inner {
    padding-top: 16px;
    row-gap: 16px;
  }
  .consultation__left {
    padding: 24px;
    row-gap: 16px;
  }
  .consultation__h2 {
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
  }
  .consultation__tel {
    font-size: 20px;
    line-height: 1.4;
  }
  .consultation__right {
    height: 240px;
  }
  .consultation__img {
    width: 211px;
    height: 256px;
  }
  .info__h2 {
    max-width: 310px;
  }
  .info__block {
    row-gap: 12px;
  }
  .info__h3 {
    max-width: 270px;
  }
  .info__list {
    padding-left: 8px;
  }
  .info__list li {
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.3;
  }
  .info__list li::before {
    top: 7px;
    width: 4px;
    height: 4px;
  }
  .contacts__col {
    padding: 24px;
  }
  .contacts__wrap {
    padding-top: 59px;
  }
  .contacts__img {
    width: 165px;
    height: 80px;
  }
  .contacts__block {
    padding: 45px 24px 24px;
    row-gap: 12px;
  }
  .contacts__tel {
    font-size: 20px;
    line-height: 1.4;
  }
  .contacts__social a {
    width: 40px;
    height: 40px;
  }
  .contacts__p2 br {
    display: none;
  }
  .contacts__form .checkbox__text {
    width: 100%;
    max-width: 240px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
  }
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
  }
  .footer__menu a {
    font-size: 14px;
    line-height: 1.3;
  }
  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.3;
    row-gap: 16px;
  }
}
@media (768px <= width < 1024px) {
  .container {
    max-width: var(--container-width-tablet);
  }
  .section {
    padding-top: 64px;
  }
  .cookie {
    right: 24px;
    bottom: 24px;
    max-width: 428px;
  }
  body .splide__arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  .callback {
    width: 80px;
    height: 80px;
  }
  .callback svg {
    width: 39px;
    height: 39px;
  }
  .scrolltop {
    width: 80px;
    height: 80px;
  }
  .scrolltop svg {
    width: 39px;
    height: 39px;
  }
  .nav {
    padding: 32px;
    max-width: 706px;
    max-height: calc(100% - 160px);
    row-gap: 228px;
  }
  .nav__menu {
    row-gap: 24px;
  }
  .nav__menu a {
    font-size: 30px;
    line-height: 1.25;
  }
  .tel {
    font-size: 18px;
    line-height: 1.35;
  }
  .h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .h2 {
    font-size: 30px;
    line-height: 1.25;
  }
  .p1 {
    font-size: 16px;
    line-height: 1.5;
  }
  .p1-gray {
    font-size: 16px;
    line-height: 1.5;
  }
  .popup__content {
    padding: 32px;
    max-width: 704px;
  }
  .popup__content--large {
    max-width: 704px;
  }
  .popup__content--small {
    max-width: 544px;
    row-gap: 16px;
  }
  .popup__form .checkbox__text br {
    display: none;
  }
  .header__block {
    top: 128px;
  }
  .hero__inner {
    margin: 0 -32px;
    padding: 32px;
    background: var(--silver) no-repeat center right 40%;
    background-size: cover;
  }
  .hero__h1 span::before {
    width: calc(100% + 14px);
    height: calc(100% + 1px);
  }
  .hero__list {
    max-width: 541px;
  }
  .hero__bottom {
    -ms-grid-columns: 484px 218px;
    grid-template-columns: 484px 218px;
  }
  .benefits__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .benefits__p1 br {
    display: none;
  }
  .fines__block {
    padding: 32px;
  }
  .fines__img {
    height: 320px;
  }
  .price__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .price__h3 {
    font-size: 18px;
  }
  .price__body {
    padding: 4px 24px 24px;
  }
  .order__inner {
    padding: 32px;
  }
  .order__block::before, .order__block::after {
    width: 80px;
    height: 80px;
  }
  .order__block::before {
    left: -12px;
    top: -40px;
  }
  .order__block::after {
    right: -12px;
    bottom: -40px;
  }
  .order__tel {
    font-size: 30px;
    line-height: 1.25;
  }
  .objects__top {
    max-width: 630px;
  }
  .objects__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .call__block {
    padding: 32px;
  }
  .call__btns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .call__p3 {
    max-width: 570px;
  }
  .call__img {
    height: 320px;
  }
  .hogweed__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .hogweed__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .block__top {
    max-width: 620px;
  }
  .block__img {
    height: 400px;
  }
  .stages__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .stages__img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    height: 192px;
  }
  .result__block {
    padding: 32px;
  }
  .result__img {
    height: 320px;
  }
  .consultation__inner {
    row-gap: 20px;
  }
  .consultation__left {
    padding: 32px;
    row-gap: 24px;
  }
  .consultation__tel {
    font-size: 30px;
    line-height: 1.25;
  }
  .info__h2 {
    max-width: 670px;
  }
  .contacts__col {
    padding: 32px;
  }
  .contacts__wrap {
    padding-top: 123px;
  }
  .contacts__block {
    padding: 51px 24px 24px;
    row-gap: 16px;
  }
  .contacts__tel {
    font-size: 30px;
    line-height: 1.25;
  }
  .contacts__form .checkbox br {
    display: none;
  }
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__block {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
@media (width >= 768px) {
  .main {
    margin-top: 128px;
  }
  .cookie {
    padding: 24px;
  }
  .cookie__inner {
    row-gap: 16px;
  }
  .cookie__p1 br:nth-child(1) {
    display: none;
  }
  .box__p2 {
    max-width: 225px;
  }
  .social {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 18px;
    line-height: 1.35;
  }
  .p2 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.004em;
  }
  .p2-gray {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.004em;
  }
  .btn-green {
    font-size: 18px;
    line-height: 1.35;
  }
  .btn-white {
    font-size: 18px;
    line-height: 1.35;
  }
  .top {
    margin-bottom: 24px;
  }
  .video::before {
    width: 72px;
    height: 72px;
  }
  .video::after {
    width: 24px;
    height: 24px;
  }
  .header {
    padding: 24px 0;
  }
  .header__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header__row {
    row-gap: 2px;
  }
  .hero__inner {
    row-gap: 24px;
  }
  .hero__list {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1.03fr;
    grid-template-columns: 1fr 1.03fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 100%;
    gap: 12px 24px;
  }
  .hero__icon {
    width: 48px;
    height: 48px;
  }
  .hero__icon::before {
    width: 24px;
    height: 24px;
  }
  .hero__bottom {
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
  }
  .hero__left {
    border-radius: var(--border-radius);
    padding: 24px;
    background: var(--white);
    row-gap: 16px;
  }
  .hero__form {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .hero__form .checkbox {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .hero__right {
    border-radius: var(--border-radius);
    padding: 24px;
    background: var(--white);
    row-gap: 14px;
  }
  .hero__row {
    row-gap: 10px;
  }
  .benefits__wrap {
    width: 72px;
    height: 72px;
  }
  .benefits__wrap img {
    width: 40px;
    height: 40px;
  }
  .benefits__icon {
    height: 96px;
  }
  .fines__h2 span::before {
    height: calc(100% + 4px);
  }
  .fines__list {
    row-gap: 16px;
  }
  .fines__item {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 12px 12px 24px;
  }
  .fines__desc {
    font-size: 18px;
    line-height: 1.35;
  }
  .fines__p br {
    display: none;
  }
  .price__top {
    width: 100%;
    max-width: 468px;
  }
  .price__li {
    font-size: 18px;
    line-height: 1.35;
  }
  .order {
    padding-top: 32px;
  }
  .order__inner {
    row-gap: 24px;
  }
  .order__box {
    row-gap: 2px;
  }
  .call__text br {
    display: none;
  }
  .call__btns {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .call__bottom {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
  .call__box {
    width: 218px;
    row-gap: 14px;
  }
  .call__row {
    row-gap: 10px;
  }
  .hogweed__wrap {
    width: 72px;
    height: 72px;
  }
  .hogweed__wrap img {
    width: 40px;
    height: 40px;
  }
  .stages__item {
    row-gap: 24px;
  }
  .stages__item::before {
    font-size: 18px;
    line-height: 1.35;
  }
  .result__list {
    row-gap: 16px;
  }
  .result__item {
    padding: 24px;
  }
  .faq__p2 {
    padding: 24px;
  }
  .consultation__inner {
    padding-top: 20px;
  }
  .consultation__right {
    height: 392px;
  }
  .consultation__img {
    width: 339px;
    height: 412px;
  }
  .info__block {
    row-gap: 16px;
  }
  .info__h3 {
    max-width: 500px;
  }
  .info__list {
    padding-left: 10px;
  }
  .info__list li {
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.004em;
  }
  .info__list li::before {
    top: 9px;
    width: 5px;
    height: 5px;
  }
  .contacts__img {
    width: 310px;
    height: 150px;
  }
  .contacts__desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px 24px;
  }
  .footer__menu {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .footer__menu a {
    font-size: 16px;
    line-height: 1.5;
  }
  .footer__block {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (1024px <= width < 1280px) {
  .header__logo {
    width: 165px;
  }
}
@media (width >= 1024px) {
  body::-webkit-scrollbar {
    width: 6px;
    background: none;
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--green);
  }
  .container {
    max-width: var(--container-width-desktop);
  }
  .section {
    padding-top: 72px;
  }
  body .os-theme-light {
    --os-size: 10px;
  }
  .cookie {
    right: 48px;
    bottom: 48px;
    max-width: 475px;
  }
  .cookie__close:hover svg {
    fill: var(--green);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .cookie__p1 a:hover {
    text-decoration: none;
    color: var(--dark);
  }
  body .splide__arrows {
    position: absolute;
    right: 0;
    top: 8px;
  }
  body .splide__arrow:hover {
    background: var(--green);
  }
  body .splide__arrow:hover svg {
    fill: var(--white);
  }
  .callback {
    width: 100px;
    height: 100px;
  }
  .callback:hover {
    background: var(--accent);
  }
  .callback svg {
    width: 48px;
    height: 48px;
  }
  .scrolltop {
    width: 100px;
    height: 100px;
  }
  .scrolltop:hover {
    background: var(--accent);
  }
  .scrolltop svg {
    width: 48px;
    height: 48px;
  }
  .nav__menu {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav__menu a {
    font-size: 18px;
  }
  .nav__menu a:hover {
    color: var(--green);
  }
  .social a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .tel {
    font-size: 18px;
    line-height: 1.35;
  }
  .tel:hover {
    color: var(--green);
  }
  .burger {
    display: none;
  }
  .h1 {
    font-size: 48px;
    line-height: 1.2;
  }
  .h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  .p1 {
    font-size: 18px;
    line-height: 1.35;
  }
  .p1-gray {
    font-size: 18px;
    line-height: 1.35;
  }
  .btn-green:hover {
    background: var(--accent);
  }
  .btn-white:hover {
    color: var(--white);
    background: var(--green);
  }
  .checkbox__text a:hover {
    text-decoration: none;
    color: var(--dark);
  }
  .picture:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .picture::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    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;
  }
  .video:hover::before {
    background: var(--accent);
  }
  .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__content {
    padding: 48px;
    max-width: 624px;
  }
  .popup__content--large {
    max-width: 624px;
  }
  .popup__content--small {
    max-width: 485px;
    row-gap: 24px;
  }
  .popup__close:hover svg {
    fill: var(--green);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .hero__inner {
    overflow: hidden;
    border-radius: var(--border-radius);
    padding: 48px;
    background: var(--silver) no-repeat center center;
    background-size: cover;
  }
  .hero__h1 span::before {
    width: calc(100% + 24px);
    height: calc(100% - 4px);
  }
  .hero__list {
    max-width: 598px;
  }
  .hero__bottom {
    -ms-grid-columns: 464px 218px;
    grid-template-columns: 464px 218px;
  }
  .benefits__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  .benefits__item {
    row-gap: 40px;
  }
  .benefits__ul {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
    gap: 24px;
  }
  .fines__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fines__block {
    padding: 48px;
  }
  .fines__top {
    row-gap: 16px;
  }
  .price__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  .price__h3 {
    font-size: 24px;
  }
  .price__body {
    padding: 12px 24px 24px;
    row-gap: 24px;
  }
  .price__ul {
    row-gap: 12px;
  }
  .order__inner {
    padding: 48px;
  }
  .order__block {
    margin: 0 auto;
    padding: 24px 48px;
    width: 100%;
    max-width: 927px;
  }
  .order__block::before, .order__block::after {
    width: 96px;
    height: 96px;
  }
  .order__block::before {
    left: -50px;
    top: -55px;
  }
  .order__block::after {
    right: -39px;
    bottom: -24px;
  }
  .order__tel {
    font-size: 32px;
    line-height: 1.35;
  }
  .order__tel:hover {
    color: var(--dark);
  }
  .objects__top {
    max-width: 468px;
  }
  .objects__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
  }
  .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: 48px 40px 48px 48px;
  }
  .call__h2 br {
    display: none;
  }
  .call__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .call__box {
    right: 48px;
    bottom: 48px;
  }
  .hogweed__list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
  .hogweed__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .hogweed__item:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
  }
  .hogweed__item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .hogweed__item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
  .hogweed__item:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
  }
  .works__img:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .block__top {
    max-width: 500px;
  }
  .block__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .block__img {
    padding: 0 0 64.1025641026%;
  }
  .stages__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .stages__img {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
  .result__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .result__block {
    padding: 48px;
  }
  .faq__list {
    row-gap: 24px;
  }
  .faq__btn:hover {
    color: var(--white);
    background: var(--accent);
  }
  .faq__btn:hover .faq__icon {
    fill: var(--white);
  }
  .consultation__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .consultation__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 48px;
    row-gap: 36px;
  }
  .consultation__tel {
    font-size: 32px;
    line-height: 1.35;
  }
  .consultation__tel:hover {
    background: var(--accent);
  }
  .consultation__img {
    right: 48px;
  }
  .info__top {
    row-gap: 16px;
  }
  .info__h2 {
    max-width: 900px;
  }
  .contacts__inner {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .contacts__col {
    padding: 48px;
  }
  .contacts__wrap {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 123px;
  }
  .contacts__block {
    padding: 48px;
    row-gap: 24px;
  }
  .contacts__tel {
    font-size: 32px;
  }
  .contacts__top {
    row-gap: 16px;
  }
  .footer__menu a:hover {
    color: var(--green);
  }
  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 4px;
  }
  .footer__link:hover {
    text-decoration: none;
    color: var(--dark);
  }
}
@media (width >= 1024px) and (320px <= width < 768px) {
  .picture::before {
    width: 48px;
    height: 48px;
  }
}
@media (width >= 1024px) and (width >= 768px) {
  .picture::before {
    width: 72px;
    height: 72px;
  }
}