﻿@font-face {
  font-family: Gilroy;
  src:
    url(../fonts/Gilroy-Regular.woff) format("woff"),
    url(../fonts/Gilroy-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src:
    url(../fonts/Gilroy-SemiBold.woff) format("woff"),
    url(../fonts/Gilroy-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src:
    url(../fonts/Gilroy-Bold.woff) format("woff"),
    url(../fonts/Gilroy-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src:
    url(../fonts/Gilroy-Thin.woff) format("woff"),
    url(../fonts/Gilroy-Thin.woff2) format("woff2");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src:
    url(../fonts/Gilroy-Medium.woff) format("woff"),
    url(../fonts/Gilroy-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0 270px 0 0;
  height: 100%;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 1199px) {
  html {
    padding-right: 0;
  }
}
body,
html.overflow-hidden {
  overflow: hidden;
  position: relative;
}
html.overflow-hidden {
  height: 100vh;
}
body,
body * {
  scrollbar-width: 10px;
  scrollbar-color: #90b574 #c4c4c4;
}
body {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  color: #3d3d3d;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 164%;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 70px;
  }
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 10px;
}
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px #c4c4c4;
}
body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #c4c4c4;
}
body ::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #90b574;
  outline: 0;
}
body .block__title.left,
body h1.left,
body h2.left,
body h3.left,
body h4.left,
body h5.left {
  text-align: left;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  text-align: center;
  line-height: 118%;
  color: #212121;
  padding: 0;
  margin: 0 0 45px;
}
body h1.white,
body h2.white,
body h3.white,
body h4.white,
body h5.white {
  color: #fff;
}
body h1,
body h2 {
  font-size: 45px;
}
@media screen and (max-width: 991px) {
  body h1 {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px) {
  body h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  body h2 {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px) {
  body h2 {
    font-size: 35px;
  }
}
body.preload * {
  -webkit-transition: all 0s linear !important;
  transition: all 0s linear !important;
}
body.loaded .index__advantages__image,
body.loaded .index__banner,
body.loaded header {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
body.loaded section.index__banner::after {
  -webkit-transform: none;
  transform: none;
}
body.loaded section.index__advantages .numbers__slider__item {
  opacity: 1;
}
body p,
button {
  padding: 0;
  margin: 20px 0;
}
.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
button {
  margin: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
a {
  color: #90b574;
}
.icon__wrap svg,
a,
svg,
svg circle,
svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sprite,
.swiper-button-next::after,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-prev::before {
  display: none;
}
.icon__wrap {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.icon__wrap svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 119%;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  width: 100%;
  max-width: 358px;
  min-height: 50px;
  padding: 15px 5px;
  border: 0;
  border-radius: 50px;
  outline: 0;
  color: #000;
  background-color: transparent;
  position: relative;
  -webkit-transition:
    color ease 0.3s,
    background-color ease 0.3s,
    border-color ease 0.3s,
    -webkit-box-shadow ease 0.3s;
  transition:
    color ease 0.3s,
    background-color ease 0.3s,
    border-color ease 0.3s,
    box-shadow ease 0.3s;
  transition:
    color ease 0.3s,
    background-color ease 0.3s,
    border-color ease 0.3s,
    box-shadow ease 0.3s,
    -webkit-box-shadow ease 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
}
.btn:hover {
  background-color: #000;
}
.btn.white {
  color: #343434;
  background-color: #fff;
}
.btn.grey {
  color: #212121;
  background-color: #f2f2f2;
}
.btn.green {
  font-size: 16px;
  color: #fff;
  background-color: #90b574;
}
.btn.big {
  min-height: 60px;
}
.btn.w-shadow {
  -webkit-box-shadow: 0 16px 35px rgba(144, 181, 116, 0.35);
  box-shadow: 0 16px 35px rgba(144, 181, 116, 0.35);
}
.btn.w-shadow:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"] {
  width: 100%;
  padding: 0 33px;
  border-radius: 50px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  display: block;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 119%;
  font-weight: 400;
  text-align: left;
  color: #212121;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 358px;
  height: 52px;
  border: 1px solid #c4c4c4;
  outline: 0;
  -webkit-appearance: none;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #676565;
}
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #676565;
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #676565;
}
input[type="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #676565;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
textarea {
  width: 100%;
  min-height: 150px;
  padding: 15px 33px;
  resize: none;
  border-radius: 50px;
}
.input-error {
  border-color: red !important;
}
.slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider__navigation .swiper-button-next,
.slider__navigation .swiper-button-prev {
  position: static;
  -webkit-transform: none;
  transform: none;
}
.slider__navigation .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-next,
.swiper-button-prev {
  width: 55px;
  height: 55px;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  outline: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}
.swiper-button-next.square,
.swiper-button-prev.square {
  background-color: #90b574;
  background-image: url(../img/arrow-micro-white.svg);
}
.swiper-button-next.square.swiper-button-disabled,
.swiper-button-prev.square.swiper-button-disabled {
  background-color: #fff;
  background-image: url(../img/arrow-micro-black.svg);
  opacity: 1;
}
.swiper-button-next.round,
.swiper-button-prev.round {
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  background-image: url(../img/arrow-micro-black.svg);
}
.swiper-button-next.round:hover,
.swiper-button-prev.round:hover {
  background-color: #ececec;
}
.swiper-button-prev.square {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-pagination {
  position: static;
  -webkit-transform: none;
  transform: none;
  z-index: 2;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  outline: 0;
  margin-right: 15px;
}
@media screen and (max-width: 1499px) {
  .swiper-pagination-bullet {
    margin-right: 10px;
  }
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #212121;
}
.swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.swiper-pagination-bullet-active {
  border-color: #90b574;
}
.swiper-pagination-bullet-active::before {
  width: 6px;
  height: 6px;
}
.title__w__lines span {
  display: inline-block;
  position: relative;
}
.title__w__lines span::after,
.title__w__lines span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1500px;
  height: 1px;
  background-color: #ececec;
  z-index: -1;
}
.title__w__lines span::before {
  right: 100%;
}
.title__w__lines span::after {
  left: 100%;
}
.block__w__decoration {
  position: relative;
}
.block__w__decoration::after,
.block__w__decoration::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.form__reminder {
  display: none;
}
.form__content.hidden,
.form__reminder.hidden {
  display: none !important;
}
.form__content.visible,
.form__reminder.visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item-zoom {
  position: relative;
  cursor: pointer;
}
.item-zoom:hover::after,
.item-zoom:hover::before {
  opacity: 1;
  visibility: visible;
}
.item-zoom::after,
.item-zoom::before {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity ease 0.4s,
    visibility ease 0.4s;
  transition:
    opacity ease 0.4s,
    visibility ease 0.4s;
}
.item-zoom::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 254, 254, 0.88);
}
.item-zoom::after,
.item__counter__btn {
  background-color: #fff;
  border-radius: 50%;
}
.item-zoom::after {
  content: "Подробнее";
  font-size: 20px;
  line-height: 56px;
  padding: 5px 20px;
  width: fit-content;
  height: 56px;
  border-radius: 50px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  width: fit-content;
  height: 56px;
}
.works__item.item-zoom:after {
  content: " ";
  border-radius: 50%;
  width: 56px;
  padding: 0;
  background-image: url(../img/icon-zoom.svg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/icon-zoom.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  height: 56px;
}
.item__counter,
.item__counter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item__counter__btn {
  font-size: 14px;
  line-height: 175%;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
input[type="number"].item__counter__input {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 0;
  border-radius: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  background-color: transparent;
}
.inner__heading {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .inner__heading .container {
    text-align: center;
  }
}
.breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.breadcrumbs::after,
.breadcrumbs::before {
  content: "";
  position: absolute;
  top: 13px;
  width: 1500px;
  height: 1px;
  background-color: #ececec;
  z-index: -1;
}
.breadcrumbs::before {
  right: calc(100% + 30px);
}
.breadcrumbs::after {
  left: calc(100% + 30px);
}
.breadcrumbs > .container,
section.approach .block__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 16px;
  line-height: 164.2%;
  letter-spacing: 0.07em;
  color: #3d3d3d;
}
.breadcrumbs span,
.link-w-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs span {
  margin-bottom: 5px;
}
.breadcrumbs span a {
  position: relative;
  margin-right: 22px;
}
.breadcrumbs span a::after {
  content: "-";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: -11px;
  color: #3d3d3d;
  text-decoration: none;
}
.breadcrumbs a,
.link-w-arrow {
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #90b574;
}
ul.list-w-arrow {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-w-arrow li {
  position: relative;
  padding-left: 20px;
}
ul.list-w-arrow li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow-micro-grey.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.link-w-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
}
.link-w-arrow .btn__title {
  color: #212121;
  margin-right: 15px;
}
.link-w-arrow .btn__arrow {
  width: 25px;
  height: 8px;
}
.link-w-arrow .btn__arrow svg {
  fill: #709f4d;
}
.tabs__wrap .tab:not(.active) {
  display: none;
}
@media screen and (max-width: 767px) {
  .inner__title,
  .inner__title.left {
    text-align: center;
  }
}
.spoiler.cut {
  max-height: 1000px;
  overflow: hidden;
  position: relative;
}
.spoiler.cut::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(90%, rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #fff 100%);
}
.spoiler .btn-read-more,
.spoiler + .btn-read-more {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 170px;
}
.spoiler .btn-read-more::after,
.spoiler + .btn-read-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 8px;
  height: 8px;
  background-image: url(../img/arrow-micro-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.spoiler .btn-read-more.active::after,
.spoiler + .btn-read-more.active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.fslightbox-source {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto !important;
  max-width: 100%;
  height: 530px !important;
}
@media screen and (max-height: 767px) {
  .fslightbox-source {
    height: 400px !important;
  }
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 270px;
  height: 100%;
  max-height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 75px rgba(0, 0, 0, 0.08);
  z-index: 6;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition:
    transform ease 1s,
    -webkit-transform ease 1s;
}
@media screen and (max-width: 1199px) {
  .header {
    left: 0;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 4px 23px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 23px rgba(0, 0, 0, 0.15);
  }
}
.header .btn-consult {
  color: #fff;
  background-color: #90b574;
  font-size: 14px;
  max-width: 220px;
  margin-bottom: 25px;
}
.header .social__items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 20px;
}
.header .social__item {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.header .social__item:last-of-type {
  margin-right: 0;
}
.header .social__item svg {
  width: 23px;
  height: 23px;
  fill: #212121;
}
.header__logo.desktop {
  width: 199px;
  height: 100px;
}
@media screen and (max-width: 1199px) {
  .header__logo.desktop {
    display: none;
  }
}
.header__logo.mob {
  width: 105px;
  height: 51px;
  margin: 0 auto;
}
.header__menu__wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1919px) {
  .header__menu__wrap {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .header__menu__wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.header__menu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__menu .arrow {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0;
  background-image: url(../img/arrow-micro-lightgrey.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header__menu .arrow:hover {
  background-image: url(../img/arrow-micro-black.svg);
}
.header__menu__item {
  position: relative;
  margin-bottom: 10px;
  width: min-content;
}
@media screen and (max-width: 1399px) {
  .header__menu__item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .header__menu__item {
    margin-bottom: 20px;
  }
}
.header__menu__item:last-of-type {
  margin-bottom: 0;
}
.header__menu__item.open > .header__menu__link {
  color: #212121;
}
.header__menu__item.open > .header__submenu {
  display: block;
}
.header__menu__item.open > .arrow {
  right: -30px;
  background-image: url(../img/arrow-micro-black.svg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header__menu__item > .arrow {
  right: -30px;
}
.header__menu__link {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #c1c1c1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu__link.active,
.header__menu__link:active,
.header__menu__link:hover {
  color: #212121;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.header__submenu {
  display: none;
  list-style: none;
  padding: 15px 0 10px;
  margin: 0;
}
.header__submenu .header__submenu .header__submenu__link {
  font-size: 14px;
}
.header__submenu__item {
  text-align: center;
  position: relative;
}
.header__submenu__item:not(:last-child) {
  margin-bottom: 10px;
}
.header__submenu__item.open > .header__submenu {
  display: block;
}
.header__submenu__item.open > .header__submenu__link {
  color: #212121;
}
.header__submenu__item.open > .arrow {
  background-image: url(../img/arrow-micro-black.svg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header__submenu__item > .arrow {
  right: -20px;
}
.header__submenu__link {
  font-size: 16px;
  color: #3d3d3d;
  text-decoration: none;
}
.header__submenu__link:hover {
  color: #000;
}
.header__phones__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1599px) {
  .header__phones__wrap {
    margin-bottom: 25px;
  }
}
.header__mail,
.header__phone {
  color: #242424;
  text-decoration: none;
}
.header__phone {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header__phone:last-of-type {
  margin-bottom: 0;
}
.header__mail {
  font-size: 18px;
  text-align: center;
}
.header__desktop,
.header__mob {
  background-color: #fff;
}
.header__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  overflow: auto;
  padding: 45px 25px;
  z-index: 1;
}
@media screen and (max-width: 1919px) {
  .header__desktop {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1599px) {
  .header__desktop {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header__desktop {
    position: fixed;
    top: 70px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 70px);
    overflow: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transform: translateY(calc(-100% - 70px));
    transform: translateY(calc(-100% - 70px));
    -webkit-transition: -webkit-transform ease 0.45s;
    transition: transform ease 0.45s;
    transition:
      transform ease 0.45s,
      -webkit-transform ease 0.45s;
  }
  .header__desktop.active {
    -webkit-transform: none;
    transform: none;
  }
}
.header__mob {
  display: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .header__mob {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.btn-mob-menu,
.index__banner__slider__item {
  background-repeat: no-repeat;
  background-position: center;
}
.btn-mob-menu {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 18px;
  cursor: pointer;
  background-image: url(../img/icon-menu.svg);
}
.btn-mob-menu.active {
  background-image: url(../img/icon-close-grey.svg);
}
section.index__banner,
section.index__banner::after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
section.index__banner {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition:
    transform ease 1s,
    -webkit-transform ease 1s;
}
section.index__banner::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  bottom: -335px;
  left: 0;
  width: 459px;
  height: 787px;
  background-image: url(../img/index__banner-leaf.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform ease 0.8s;
  transition: transform ease 0.8s;
  transition:
    transform ease 0.8s,
    -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
@media screen and (max-width: 1839px) {
  section.index__banner::after {
    left: -150px;
  }
}
@media screen and (max-width: 1599px) {
  section.index__banner::after {
    left: -200px;
  }
}
@media screen and (max-width: 991px) {
  section.index__banner::after {
    display: none;
    width: 137px;
    height: 483px;
    left: auto;
    right: -20px;
    bottom: -180px;
    background-image: url(../img/index__banner-leaf-mob.png);
  }
}
.index__banner__slider .slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 365px;
}
@media screen and (max-width: 1599px) {
  .index__banner__slider .slider__navigation {
    right: 250px;
  }
}
@media screen and (max-width: 991px) {
  .index__banner__slider .slider__navigation {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .index__banner__slider .swiper-button-next,
  .index__banner__slider .swiper-button-prev {
    width: 39px;
    height: 39px;
  }
}
.index__banner__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  min-height: 675px;
  padding-bottom: 110px;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  .index__banner__slider__item {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .index__banner__slider__item {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .index__banner__slider__item {
    min-height: 400px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.index__banner__slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.index__banner__slider__item > .container,
section.index__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.index__banner__slider__item > .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
}
.index__banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index__banner__title,
.index__banner__title__under {
  color: #fff;
}
.index__banner__title {
  font-size: 61px;
  line-height: 121.2%;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
  max-width: 740px;
  padding-top: 55px;
  margin: auto auto 30px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .index__banner__title {
    font-size: 52px;
  }
}
@media screen and (max-width: 991px) {
  .index__banner__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .index__banner__title {
    font-size: 28px;
    padding-top: 0;
  }
}
.index__banner__title::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 500px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .index__banner__title::before {
    display: none;
  }
}
.index__banner__title__under {
  font-size: 25px;
  line-height: 129.2%;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 4px 48px rgba(0, 0, 0, 0.87);
  max-width: 330px;
  padding-bottom: 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .index__banner__title__under {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index__banner__title__under {
    font-size: 16px;
    padding-bottom: 0;
    max-width: 200px;
  }
}
.index__banner__title__under::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 500px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .index__banner__title__under::after {
    display: none;
  }
}
section.index__advantages {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  section.index__advantages {
    padding-top: 40px;
  }
}
section.index__advantages .container {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  section.index__advantages .container {
    padding-right: 250px;
  }
}
@media screen and (min-width: 992px) {
  section.index__advantages .container {
    padding-right: 300px;
  }
}
@media screen and (min-width: 1600px) {
  section.index__advantages .container {
    padding-right: 300px;
  }
}
@media screen and (min-width: 1680px) {
  section.index__advantages .container {
    padding-right: 220px;
  }
}
@media screen and (min-width: 1840px) {
  section.index__advantages .container {
    padding-right: 150px;
  }
}
section.index__advantages .numbers__slider__item {
  opacity: 0;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
@media screen and (max-width: 767px) {
  section.index__advantages .numbers__slider__item {
    padding-right: 90px;
  }
}
section.index__advantages .numbers__slider__item:nth-child(2) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
section.index__advantages .numbers__slider__item:nth-child(3) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
section.index__advantages .numbers__slider__item:nth-child(4) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
section.index__advantages .numbers__slider__item:nth-child(5) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.index__advantages__image {
  display: block;
  position: absolute;
  top: -55px;
  right: 0;
  width: 365px;
  height: 503px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition:
    opacity ease 1s,
    -webkit-transform ease 1s;
  transition:
    transform ease 1s,
    opacity ease 1s;
  transition:
    transform ease 1s,
    opacity ease 1s,
    -webkit-transform ease 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 1599px) {
  .index__advantages__image {
    width: 250px;
    height: 344px;
  }
}
@media screen and (max-width: 767px) {
  .index__advantages__image {
    top: 0;
    width: 78px;
    height: 230px;
  }
}
.numbers__slider {
  counter-reset: bigNumsList;
}
@media screen and (max-width: 767px) {
  .numbers__slider {
    margin: 0;
  }
}
.numbers__slider.thirds .numbers__slider__item {
  width: calc(100% / 3 - 40px);
}
@media screen and (max-width: 1399px) {
  .numbers__slider.thirds .numbers__slider__item {
    width: calc(100% / 2 - 40px);
  }
}
@media screen and (max-width: 767px) {
  .numbers__slider.thirds .numbers__slider__item {
    padding-right: 20px;
  }
}
.numbers__slider.fourths .numbers__slider__item {
  width: calc(100% / 4 - 40px);
}
@media screen and (max-width: 1399px) {
  .numbers__slider.fourths .numbers__slider__item {
    width: calc(100% / 2 - 40px);
  }
}
.numbers__slider > .swiper-wrapper {
  padding: 0;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .numbers__slider > .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -20px;
  }
}
.numbers__slider .slider__navigation,
section.index__about .title__w__lines span::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .numbers__slider .slider__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.numbers__slider .swiper-button-prev {
  margin-right: 7px;
}
.numbers__slider .swiper-button-next {
  margin-right: 25px;
}
.numbers__slider__item {
  letter-spacing: 0.02em;
  list-style: none;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  position: relative;
}
.numbers__slider__item::before {
  content: counter(bigNumsList, decimal-leading-zero) "";
  counter-increment: bigNumsList;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 120px;
  line-height: 1;
  font-weight: 250;
  letter-spacing: 0.2em;
  color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .numbers__slider__item {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.numbers__slider__item__icon {
  width: 120px;
  height: 90px;
  margin-bottom: 60px;
}
.numbers__slider__item__icon svg {
  margin-top: 30px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.index__about {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  section.index__about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.index__about > .container {
  position: relative;
}
section.index__about > .container::before {
  content: "";
  position: absolute;
  top: -210px;
  left: -150px;
  width: 103px;
  height: 482px;
  background-image: url(../img/logo-side.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.06;
}
@media screen and (max-width: 1759px) {
  section.index__about > .container::before {
    left: -100px;
  }
}
@media screen and (max-width: 1639px) {
  section.index__about > .container::before {
    display: none;
  }
}
section.index__about .title__w__lines {
  text-align: left;
}
@media screen and (max-width: 991px) {
  section.index__about .title__w__lines {
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
  }
}
section.index__about .title__w__lines span {
  padding-right: 140px;
}
@media screen and (max-width: 991px) {
  section.index__about .title__w__lines span {
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  section.index__about .title__w__lines span::before {
    display: block;
  }
}
section.index__about .block__title__under {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.index__about .block__title__under {
    font-size: 22px;
    padding-right: 10px;
  }
}
section.index__about .quote {
  display: inline-block;
  padding: 35px 45px;
  font-size: 25px;
  line-height: 156.2%;
  font-weight: 700;
  color: #212121;
  border: 1px solid #e6e6e6;
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.index__about .quote {
    font-size: 23px;
    padding: 80px 25px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  section.index__about .quote {
    padding-right: 90px;
  }
}
@media screen and (max-width: 460px) {
  section.index__about .quote {
    padding-right: 60px;
  }
}
@media screen and (max-width: 400px) {
  section.index__about .quote {
    padding-right: 20px;
  }
}
section.index__about .quote::after {
  content: "";
  position: absolute;
  top: -270px;
  left: 150px;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  height: 683px;
  background-image: url(../img/quote-decoration-mob.png);
  background-repeat: no-repeat;
  background-position: right;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 991px) {
  section.index__about .quote::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.index__about .quote::after {
    left: 100px;
  }
}
@media screen and (max-width: 575px) {
  section.index__about .quote::after {
    left: 150px;
  }
}
@media screen and (max-width: 460px) {
  section.index__about .quote::after {
    left: auto;
    right: -320px;
  }
}
@media screen and (max-width: 400px) {
  section.index__about .quote::after {
    right: -340px;
  }
}
.index__about__content {
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 991px) {
  .index__about__content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.index__about__content > p:nth-child(1) {
  margin-top: 0;
}
section.incut__banner,
section.incut__banner.index::after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section.incut__banner.index {
  padding-top: 35px;
  min-height: 345px;
}
@media screen and (max-width: 991px) {
  section.incut__banner.index {
    padding-top: 0;
    padding-bottom: 15px;
    min-height: auto;
  }
}
section.incut__banner.index::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 464px;
  height: 1036px;
  background-image: url(../img/incut__banner-decoration-right.png);
  background-size: contain;
}
@media screen and (max-width: 1839px) {
  section.incut__banner.index::after {
    width: 200px;
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  section.incut__banner.index::after {
    display: none;
  }
}
section.incut__banner.index .incut__banner__images__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  section.incut__banner.index .incut__banner__images__wrap {
    display: none;
  }
}
section.incut__banner.index .incut__banner__image {
  display: block;
  margin: 0;
  position: absolute;
  top: auto;
  opacity: 0;
  -webkit-transition:
    opacity ease 0.8s,
    -webkit-transform ease 0.8s;
  transition:
    transform ease 0.8s,
    opacity ease 0.8s;
  transition:
    transform ease 0.8s,
    opacity ease 0.8s,
    -webkit-transform ease 0.8s;
}
section.incut__banner.index .incut__banner__image.animated {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1;
}
section.incut__banner.index .incut__banner__image:nth-child(1) {
  right: 1550px;
  bottom: 0;
}
@media screen and (max-width: 1399px) {
  section.incut__banner.index .incut__banner__image:nth-child(1) {
    right: 1280px;
  }
}
@media screen and (max-width: 1199px) {
  section.incut__banner.index .incut__banner__image:nth-child(1) {
    right: 1310px;
  }
}
section.incut__banner.index .incut__banner__image:nth-child(2) {
  right: 1517px;
  bottom: -45px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1399px) {
  section.incut__banner.index .incut__banner__image:nth-child(2) {
    right: 1247px;
  }
}
@media screen and (max-width: 1199px) {
  section.incut__banner.index .incut__banner__image:nth-child(2) {
    right: 1277px;
  }
}
section.incut__banner.index .incut__banner__image:nth-child(3) {
  right: 1443px;
  bottom: 158px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 1399px) {
  section.incut__banner.index .incut__banner__image:nth-child(3) {
    right: 1173px;
  }
}
@media screen and (max-width: 1199px) {
  section.incut__banner.index .incut__banner__image:nth-child(3) {
    right: 1203px;
  }
}
section.incut__banner.index .incut__banner__image:nth-child(4) {
  right: 1145px;
  bottom: 79px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1399px) {
  section.incut__banner.index .incut__banner__image:nth-child(4) {
    right: 875px;
  }
}
@media screen and (max-width: 1199px) {
  section.incut__banner.index .incut__banner__image:nth-child(4) {
    right: 905px;
  }
}
section.incut__banner.index .incut__banner__image:nth-child(5) {
  right: 965px;
  bottom: 130px;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
@media screen and (max-width: 1399px) {
  section.incut__banner.index .incut__banner__image:nth-child(5) {
    right: 695px;
  }
}
@media screen and (max-width: 1199px) {
  section.incut__banner.index .incut__banner__image:nth-child(5) {
    right: 725px;
  }
}
section.incut__banner.index .incut__banner__image:nth-child(6) {
  right: 787px;
  bottom: -142px;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
@media screen and (max-width: 1399px) {
  section.incut__banner.index .incut__banner__image:nth-child(6) {
    right: 517px;
  }
}
@media screen and (max-width: 1199px) {
  section.incut__banner.index .incut__banner__image:nth-child(6) {
    right: 487px;
  }
}
section.incut__banner.index .incut__banner__text {
  font-size: 25px;
  line-height: 156.2%;
  font-weight: 700;
  color: #212121;
  width: calc(50% - 25px);
  padding-right: 50px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1599px) {
  section.incut__banner.index .incut__banner__text {
    padding-right: 150px;
  }
}
@media screen and (max-width: 1399px) {
  section.incut__banner.index .incut__banner__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  section.incut__banner.index .incut__banner__text {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding-top: 45px;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  section.incut__banner.index .incut__banner__text {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
section.incut__banner .block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top 0 right -100px;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  section.incut__banner .block__bg {
    background-position: top 0 right -370px;
  }
}
@media screen and (max-width: 1199px) {
  section.incut__banner .block__bg {
    background-position: top 0 right -340px;
  }
}
@media screen and (max-width: 991px) {
  section.incut__banner .block__bg {
    background-image: url(../img/incut__banner-bg-mob.jpg) !important;
    background-position: left;
    position: static;
    padding-bottom: 61%;
  }
}
section.incut__banner .block__bg,
section.services {
  background-repeat: no-repeat;
  background-size: cover;
}
section.services.services-index {
  padding-top: 115px;
  padding-bottom: 15px;
  background-position: 0 180px;
}
@media screen and (max-width: 1199px) {
  section.services.services-index {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  section.services.services-index {
    background-position: top 220px right -300px;
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  section.services.services-index {
    padding-top: 30px;
  }
}
section.services.services-index .services__items__wrap {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  section.services.services-index .services__items__wrap {
    padding-top: 0;
  }
}
section.services.services-landscaping {
  padding-top: 45px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  section.services.services-landscaping {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.services.services-landscaping {
    padding-top: 10px;
    padding-bottom: 45px;
  }
}
section.services.services-landscaping .services__items__wrap {
  position: relative;
}
section.services.services-landscaping .services__items__wrap::after {
  content: "";
  width: 498px;
  height: 506px;
  position: absolute;
  top: -200px;
  right: -420px;
  background-image: url(../img/offer-design-decoration-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  section.services.services-landscaping .services__items__wrap::after {
    right: -380px;
  }
}
@media screen and (max-width: 767px) {
  section.services.services-landscaping .services__items__wrap::after {
    top: -50px;
    right: -80px;
    width: 151px;
    height: 308px;
    background-size: contain;
  }
}
section.services.services-landscaping .services__items__wrap .services__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  section.services.services-landscaping .services__items__wrap .services__item {
    margin-bottom: 20px;
  }
  section.services.services-landscaping
    .services__items__wrap
    .services__item:last-child {
    margin-bottom: 0;
  }
}
section.services.block__w__decoration::after,
section.services.block__w__decoration::before {
  top: 0;
}
section.services.block__w__decoration::before {
  background-image: url(../img/services-decoration-left.png);
  left: 0;
  width: 327px;
  height: 600px;
}
@media screen and (max-width: 1599px) {
  section.services.block__w__decoration::before {
    left: -80px;
  }
}
@media screen and (max-width: 1399px) {
  section.services.block__w__decoration::before {
    left: -180px;
  }
}
@media screen and (max-width: 991px) {
  section.services.block__w__decoration::before {
    top: -50px;
    left: 0;
    width: 105px;
    height: 293px;
    background-image: url(../img/services-decoration-left-mob.png);
  }
}
@media screen and (max-width: 480px) {
  section.services.block__w__decoration::before {
    top: -150px;
  }
}
section.services.block__w__decoration::after {
  background-image: url(../img/services-decoration-right.png);
  right: 0;
  width: 361px;
  height: 612px;
}
@media screen and (max-width: 1599px) {
  section.services.block__w__decoration::after {
    right: -80px;
  }
}
@media screen and (max-width: 1399px) {
  section.services.block__w__decoration::after {
    right: -180px;
  }
}
@media screen and (max-width: 991px) {
  section.services.block__w__decoration::after {
    top: -60px;
    right: 0;
    width: 179px;
    height: 438px;
    background-image: url(../img/services-decoration-right-mob.png);
  }
}
@media screen and (max-width: 767px) {
  section.services.block__w__decoration::after {
    right: -45px;
  }
}
@media screen and (min-width: 1200px) {
  section.services > .container {
    max-width: 1260px;
  }
}
section.services .block__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.services .block__title {
    margin-bottom: 30px;
  }
}
section.services .block__text {
  line-height: 195.7%;
  text-align: center;
  letter-spacing: 0.07em;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  section.services .block__text {
    font-size: 14px;
    text-align: left;
    margin-bottom: 45px;
  }
}
.services__items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
@media screen and (max-width: 1399px) {
  .services__items__wrap {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 991px) {
  .services__items__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.services__items__wrap .services__item {
  width: calc(100% / 3 - 60px);
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1399px) {
  .services__items__wrap .services__item {
    width: calc(100% / 3 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .services__items__wrap .services__item {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .services__items__wrap .services__item:last-child {
    margin-bottom: 0;
  }
}
.services__item,
.services__item__image__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.02);
  -webkit-transition:
    -webkit-box-shadow ease 0.3s,
    -webkit-transform ease 0.3s;
  transition:
    box-shadow ease 0.3s,
    transform ease 0.3s;
  transition:
    box-shadow ease 0.3s,
    transform ease 0.3s,
    -webkit-box-shadow ease 0.3s,
    -webkit-transform ease 0.3s;
  height: 100%;
}
.services__item:hover {
  -webkit-box-shadow: 0 4px 43px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 43px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 2;
}
@media screen and (max-width: 1299px) {
  .services__item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.services__item .btn-more {
  margin-top: auto;
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  .services__item .btn-more {
    background-color: #f7f7f7;
    margin-left: auto;
    margin-right: auto;
  }
}
.services__item .btn-more:hover {
  background-color: #f7f7f7;
}
.services__item .btn-more:hover .btn__arrow svg {
  fill: #636363;
}
.services__item .btn-more .btn__title {
  margin-right: 20px;
}
.services__item .btn-more .btn__arrow {
  width: 25px;
  height: 8px;
}
.services__item .btn-more .btn__arrow svg {
  width: 25px;
  height: 8px;
  fill: #9dbe85;
}
@media screen and (max-width: 1199px) {
  .services__item .btn-more .btn__arrow svg {
    fill: #636363;
  }
}
.services__item__image__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.5%;
  position: relative;
}
.services__item__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.services__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 30px 35px 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 1399px) {
  .services__item__content {
    padding-left: 20px;
  }
}
.services__item__title {
  font-size: 30px;
  line-height: 118.2%;
  font-weight: 700;
  color: #212121;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .services__item__title {
    font-size: 23px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.services__item__text {
  font-size: 14px;
  line-height: 164.2%;
  letter-spacing: 0.07em;
  padding-left: 20px;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .services__item__text {
    text-align: center;
    padding-left: 0;
  }
}
.services__item__text::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 11px;
  background-image: url(../img/arrow-micro-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .services__item__text::before {
    display: none;
  }
}
.solutions {
  padding-top: 140px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .solutions {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.solutions.block__w__decoration::before {
  top: -120px;
  left: 0;
  width: 496px;
  height: 783px;
  background-image: url(../img/solutions-decoration-left.png);
  z-index: -1;
}
@media screen and (max-width: 1599px) {
  .solutions.block__w__decoration::before {
    left: -150px;
  }
}
@media screen and (max-width: 1399px) {
  .solutions.block__w__decoration::before {
    left: -250px;
  }
}
@media screen and (max-width: 991px) {
  .solutions.block__w__decoration::before {
    display: none;
  }
}
.solutions .block__title {
  text-align: center;
}
.solutions .block__title.title__w__lines span {
  padding-left: 125px;
  padding-right: 125px;
}
@media screen and (max-width: 767px) {
  .solutions .block__title.title__w__lines span {
    padding-left: 30px;
    padding-right: 30px;
  }
  .solutions .title__w__lines {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.solutions .block__title__under {
  font-size: 14px;
  line-height: 174.7%;
  letter-spacing: 0.27em;
  text-align: center;
  text-transform: uppercase;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}
@media screen and (max-width: 991px) {
  .solutions .block__title__under {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .solutions .solutions__item.tab {
    display: block;
  }
}
.solutions .btn-go-to-solutions {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.solutions__tabs__switches__wrap {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .solutions__tabs__switches__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.solutions__tabs__switches__wrap .tabs__switch {
  font-size: 14px;
  line-height: 174%;
  font-weight: 700;
  color: #bdbdbd;
  text-align: center;
  border-radius: 50px;
  padding: 9px 19px;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.solutions__tabs__switches__wrap .tabs__switch:last-child {
  margin-right: 0;
}
.solutions__tabs__switches__wrap .tabs__switch.active {
  color: #222;
  background-color: #f7f7f7;
}
.solutions__items__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .solutions__items__wrap {
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.solutions__item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 4px 74px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 74px rgba(0, 0, 0, 0.07);
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .solutions__item {
    height: auto;
    border: 0;
    margin-bottom: 30px;
  }
}
.solutions__item:nth-child(odd) .solutions__item__slider {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 991px) {
  .solutions__item:nth-child(even) .solutions__item__slider {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.solutions__item:last-of-type {
  margin-bottom: 0;
}
.solutions__item .color__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .solutions__item .color__choices {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.solutions__item .color__choices__title {
  line-height: 175%;
  font-weight: 600;
  color: #353535;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .solutions__item .color__choices__title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.solutions__item .color__choices__items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solutions__item .color__choices__item {
  margin-right: 16px;
  cursor: pointer;
}
.solutions__item .color__choices__item:last-of-type {
  margin-right: 0;
}
.solutions__item .color__choices__item input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.solutions__item .color__choices__item input:checked + .color__check::before {
  visibility: visible;
  opacity: 1;
}
.solutions__item .color__choices__item .color__check {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.solutions__item .color__choices__item .color__check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    visibility ease 0.3s,
    opacity ease 0.3s;
  transition:
    visibility ease 0.3s,
    opacity ease 0.3s;
}
.solutions__item .btn-order {
  max-width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .solutions__item .btn-order {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .solutions__item .btn-order {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.solutions__item .btn-kit {
  line-height: 175%;
  font-weight: 600;
  border-bottom: 2px dashed green;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .solutions__item .btn-kit {
    margin-right: 7px;
  }
}
.solutions__item .btn-kit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 20px;
  background-image: url(../img/arrow-micro-black.svg);
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .solutions__item .btn-kit::after {
    display: none;
  }
}
.solutions__item .btn-kit.active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}
.solutions__item .kit__content__wrap {
  width: 100%;
  max-height: 0;
  padding: 0 40px;
  overflow: hidden;
  z-index: 2;
}
.solutions__item .kit__content__wrap.active {
  max-height: 3000px;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .solutions__item .kit__content__wrap,
  .solutions__item .kit__content__wrap.active {
    padding: 0;
  }
}
.solutions__item .kit__content {
  background-color: #f7f7f7;
  padding: 30px 35px 25px 25px;
}
@media screen and (max-width: 767px) {
  .solutions__item .kit__content {
    background-color: #fff;
    padding-bottom: 0;
  }
}
.kit__list {
  counter-reset: numsList;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .kit__list {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .kit__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.kit__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .kit__list::after {
    display: none;
  }
}
.kit__list__item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1399px) {
  .kit__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kit__list__item::before {
  content: attr(data-num) "-" counter(numsList, decimal-leading-zero);
  counter-increment: numsList;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.27em;
  color: #90b574;
}
.kit__list__item__preview {
  position: absolute;
  top: 30px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #90b574;
  background-image: url(../img/icon-eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .kit__list__item__preview {
    -webkit-transform: none;
    transform: none;
  }
}
.kit__list__item__preview.active .kit__list__item__preview__image {
  display: block;
}
.kit__list__item__preview__image {
  display: none;
  position: absolute;
}
.kit__list__item__info {
  margin-right: 20px;
}
@media screen and (max-width: 1399px) {
  .kit__list__item__info {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.kit__list__item__price__w__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1399px) {
  .kit__list__item__price__w__counter {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .kit__list__item__price__w__counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.kit__list__item__price,
.kit__list__item__title {
  font-weight: 600;
}
.kit__list__item__title {
  line-height: 130%;
  margin-bottom: 5px;
}
.kit__list__item__price {
  line-height: 130%;
  text-align: left;
  width: 175px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1399px) {
  .kit__list__item__price {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .kit__list__item__price {
    margin-bottom: 10px;
  }
}
.kit__list__item__text {
  font-size: 14px;
}
.kit__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 50px);
  margin-left: calc(50% + 50px);
}
@media screen and (max-width: 1399px) {
  .kit__discount {
    width: calc(50% - 25px);
    margin-left: calc(50% + 25px);
  }
}
@media screen and (max-width: 767px) {
  .kit__discount {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 35px 40px;
    margin-left: 50%;
    background-color: #f7f7f7;
  }
}
.kit__discount__title {
  font-weight: 600;
  line-height: 144%;
  text-align: right;
  padding-right: 38px;
  border-right: 1px solid #90b574;
}
@media screen and (max-width: 991px) {
  .kit__discount__title {
    font-size: 14px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kit__discount__title {
    max-width: 145px;
  }
}
.kit__discount__amount {
  font-weight: 600;
  font-size: 20px;
  line-height: 175%;
  color: #90b574;
  padding-left: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .kit__discount__amount {
    padding-left: 15px;
  }
}
.solutions__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .solutions__item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.solutions__item__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 40px 40px 35px;
}
@media screen and (max-width: 991px) {
  .solutions__item__content {
    padding: 20px 20px 40px;
  }
}
.solutions__item__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 174.7%;
  color: #212121;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .solutions__item__title {
    display: none;
  }
}
.solutions__item__text {
  line-height: 154.2%;
  letter-spacing: 0.07em;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .solutions__item__text {
    font-size: 14px;
  }
}
.solutions__item__slider {
  width: 545px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .solutions__item__slider {
    width: 450px;
  }
}
@media screen and (max-width: 991px) {
  .solutions__item__slider {
    width: 100%;
  }
}
.solutions__item__slider > .swiper-wrapper,
.solutions__item__slider__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutions__item__slider .slider__navigation {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
@media screen and (max-width: 991px) {
  .solutions__item__slider .slider__navigation {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .solutions__item__slider .swiper-button-next,
  .solutions__item__slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: top 50% left 10px;
  }
}
.solutions__item__slider .swiper-button-prev {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .solutions__item__slider .swiper-button-prev {
    left: -27px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .solutions__item__slider .swiper-button-next {
    right: -27px;
  }
}
.solutions__item__slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  max-height: 400px;
}
@media screen and (max-width: 991px) {
  .solutions__item__slider__item {
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .solutions__item__slider__item {
    max-height: 300px;
  }
}
.solutions__item__slider__item__image {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .solutions__item__slider__item__image {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .solutions__item__slider__item__image {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .solutions__item__slider__item__image {
    height: 166px;
  }
}
.solutions__item__content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1399px) {
  .solutions__item__content__bottom {
    -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;
  }
}
.solutions__item__price__w__button__wrap,
section.callback__form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .solutions__item__price__w__button__wrap {
    width: 100%;
    margin-top: 14px;
  }
}
.solutions__item__bottom .item__counter,
.solutions__item__bottom .kit__list__item__preview {
  display: none;
}
.solutions__item__price {
  font-size: 30px;
  line-height: 175%;
  font-weight: 700;
  color: #212121;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .solutions__item__price {
    font-size: 20px;
  }
}
section.callback__form__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9f9f9;
  min-height: 500px;
}
@media screen and (max-width: 991px) {
  section.callback__form__wrap {
    min-height: 400px;
  }
}
section.callback__form__wrap.block__w__decoration::before {
  background-image: url(../img/callback__form__wrap-decoration-left.png);
  top: -370px;
  left: 0;
  width: 369px;
  height: 1238px;
}
@media screen and (max-width: 1459px) {
  section.callback__form__wrap.block__w__decoration::before {
    left: -120px;
  }
}
@media screen and (max-width: 991px) {
  section.callback__form__wrap.block__w__decoration::before {
    width: 161px;
    height: 219px;
    top: 0;
    left: 0;
    background-image: url(../img/callback__form__wrap-decoration-left-mob.png);
  }
}
section.callback__form__wrap.block__w__decoration::after {
  background-image: url(../img/callback__form__wrap-decoration-right.png);
  bottom: 0;
  right: 0;
  width: 475px;
  height: 563px;
}
@media screen and (max-width: 1859px) {
  section.callback__form__wrap.block__w__decoration::after {
    right: -250px;
  }
}
@media screen and (max-width: 1459px) {
  section.callback__form__wrap.block__w__decoration::after {
    right: -340px;
  }
}
@media screen and (max-width: 991px) {
  section.callback__form__wrap.block__w__decoration::after {
    display: none;
  }
}
section.callback__form__wrap > .container {
  margin: 0;
}
section.callback__form__wrap .form__content {
  padding-top: 40px;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  section.callback__form__wrap .form__content {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
section.callback__form__wrap .form__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 111.2%;
  text-align: center;
  color: #212121;
  max-width: 700px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  section.callback__form__wrap .form__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.callback__form__wrap .form__title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
section.callback__form__wrap .form__title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 27px;
  background-color: #c1c1c1;
}
@media screen and (max-width: 767px) {
  section.callback__form__wrap .form__title::after {
    display: none;
  }
}
section.callback__form__wrap .form__title__under {
  line-height: 164.2%;
  letter-spacing: 0.07em;
  text-align: center;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  section.callback__form__wrap .form__title__under {
    margin-bottom: 40px;
  }
}
section.callback__form__wrap .input__area {
  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;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  section.callback__form__wrap .input__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}
section.callback__form__wrap .input__area button,
section.callback__form__wrap .input__area input {
  margin-left: 6px;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  section.callback__form__wrap .input__area button,
  section.callback__form__wrap .input__area input {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  section.callback__form__wrap .input__area button:last-child,
  section.callback__form__wrap .input__area input:last-child {
    margin-bottom: 0;
  }
}
section.callback__form__wrap .conf__policy {
  font-size: 13px;
  line-height: 141.62%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #c6c6c6;
}
@media screen and (max-width: 991px) {
  section.callback__form__wrap .conf__policy {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.callback__form__wrap .form__reminder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 46px;
}
section.callback__form__wrap .form__reminder__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 111.2%;
  text-align: center;
  color: #212121;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  section.callback__form__wrap .form__reminder__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.callback__form__wrap .form__reminder__title {
    font-size: 24px;
  }
}
section.team {
  padding-top: 80px;
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 300px;
}
@media screen and (max-width: 1199px) {
  section.team {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  section.team {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.team {
    padding-top: 50px;
  }
}
section.team .block__title {
  margin-bottom: 65px;
}
section.team .block__title span {
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 767px) {
  section.team .block__title span {
    padding-left: 25px;
    padding-right: 25px;
  }
}
section.team .block__title__under {
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.27em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  section.team .block__title__under {
    display: none;
  }
}
.team__slider {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .team__slider {
    overflow: hidden;
  }
}
.team__slider .swiper-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.team__slider .slider__navigation {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .team__slider .swiper-pagination {
    display: none;
  }
}
.team__slider .swiper-button-prev {
  margin-right: 7px;
}
.team__slider .swiper-button-next {
  margin-right: 45px;
}
.team__slider__item {
  width: auto;
}
.team__slider__item__image {
  display: block;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  height: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .team__slider__item__image {
    max-width: 100%;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
section.clients {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section.clients {
    padding-bottom: 120px;
  }
}
section.clients .container {
  max-width: 100% !important;
}
section.clients .title__w__lines {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section.clients .title__w__lines {
    margin-bottom: 70px;
  }
}
section.clients .title__w__lines span {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  section.clients .title__w__lines span {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.clients__slider {
  position: relative;
}
.clients__slider::after,
.clients__slider::before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, rgba(250, 250, 250, 0)),
    color-stop(75.47%, #fff)
  );
  background: linear-gradient(270deg, rgba(250, 250, 250, 0) 0, #fff 75.47%);
  z-index: 2;
  display: none;
}
@media screen and (max-width: 767px) {
  .clients__slider::after,
  .clients__slider::before {
    display: block;
  }
}
.clients__slider::before {
  left: 0;
}
.clients__slider::after {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .clients__slider {
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 50%;
    overflow: visible;
  }
}
.clients__slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .clients__slider .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.clients__slider .slider__navigation {
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.clients__slider .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .clients__slider .swiper-pagination {
    display: none;
  }
}
.clients__slider .swiper-button-prev {
  margin-left: auto;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .clients__slider .swiper-button-prev {
    margin-left: 0;
  }
}
.clients__slider__item {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .clients__slider__item {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.clients__slider__item__image {
  display: block;
  max-width: 100%;
  cursor: pointer;
  margin: 0 auto;
  filter: grayscale(1);
  transition: 0.5s;
  opacity: 0.5;
}
.clients__slider__item__image:hover {
  filter: grayscale(0);
  opacity: 1;
}
section.instagram {
  background-color: #f6f6f6;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.instagram {
    display: none;
  }
}
section.instagram .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.instagram .instagram__content {
  width: 100%;
  max-width: 375px;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-right: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.instagram .block__title {
  font-size: 30px;
  line-height: 118.2%;
  text-align: left;
  max-width: 320px;
  margin-bottom: 20px;
}
section.instagram .block__title__under {
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.27em;
  font-weight: 600;
  text-transform: uppercase;
  color: #acacac;
  margin-bottom: 25px;
}
section.instagram .instagram__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.instagram .btn-subscribe {
  margin-right: 35px;
}
section.instagram .instagram__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
section.instagram .instagram__link__icon {
  width: 23px;
  height: 23px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
section.instagram .instagram__link__icon svg {
  fill: #90b574;
}
section.instagram .instagram__link__title {
  font-size: 18px;
  color: #212121;
}
section.instagram .instagram__slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 61%;
  margin-left: 39%;
}
@media screen and (max-width: 1199px) {
  section.instagram .instagram__slider {
    width: 55%;
    margin-left: 45%;
  }
}
@media screen and (max-width: 991px) {
  section.instagram .instagram__slider {
    width: 45%;
    margin-left: 55%;
  }
}
section.instagram .instagram__slider .swiper-button-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
section.instagram .instagram__slider .swiper-button-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.instagram .instagram__slider__item {
  width: 100% !important;
  max-width: 255px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 255px;
}
section.instagram .instagram__slider__item__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.works__container {
  position: relative;
}
.works__container::before {
  pointer-events: none;
}
.works__container::after,
.works__container::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.works__container::after {
  pointer-events: none;
}
.works__container::before {
  width: 642px;
  height: 464px;
  top: -175px;
  right: -70px;
  background-image: url(../img/projectspage-decoration-right.png);
}
@media screen and (max-width: 991px) {
  .works__container::before {
    top: -60px;
    left: -45px;
    width: 109px;
    height: 110px;
    background-image: url(../img/projectspage-decoration-left-mob.png);
  }
}
.works__container::after {
  display: block;
}
@media screen and (max-width: 991px) {
  .works__container::after {
    top: 0;
    right: -45px;
    width: 113px;
    height: 114px;
    background-image: url(../img/projectspage-decoration-right-mob.png);
  }
}
.works__items__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works__items__wrap {
    margin-bottom: 3.5vw;
  }
}
.works__items__wrap:nth-child(odd) {
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  .works__items__wrap:nth-child(odd) {
    margin-top: 3.5vw;
  }
}
.works__items__wrap:nth-child(odd) .works__item:nth-child(1) {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .works__items__wrap:nth-child(odd) .works__item:nth-child(1) {
    width: 56.25%;
    height: 55vw;
    margin-top: 80vw;
  }
}
.works__items__wrap:nth-child(odd) .works__item:nth-child(2) {
  width: 30%;
  margin-left: 1%;
}
@media screen and (max-width: 767px) {
  .works__items__wrap:nth-child(odd) .works__item:nth-child(2) {
    width: 56.25%;
    height: 39.5vw;
    margin-top: -135vw;
    margin-left: 0;
  }
}
.works__items__wrap:nth-child(odd) .works__item:nth-child(3) {
  width: 30%;
  margin-left: -30%;
  margin-top: 18.5vw;
}
@media screen and (max-width: 767px) {
  .works__items__wrap:nth-child(odd) .works__item:nth-child(3) {
    width: 56.25%;
    height: 34vw;
    margin-top: -92vw;
    margin-left: 0;
  }
}
.works__items__wrap:nth-child(odd) .works__item:nth-child(4) {
  width: 21%;
  height: 36vw;
  margin-left: 1%;
}
@media screen and (max-width: 767px) {
  .works__items__wrap:nth-child(odd) .works__item:nth-child(4) {
    width: 40.2%;
    height: 77vw;
    margin-top: -135vw;
    margin-left: 60%;
  }
}
.works__items__wrap:nth-child(odd) .works__item:nth-child(5) {
  width: 16.5%;
  margin-left: 1%;
}
@media screen and (max-width: 767px) {
  .works__items__wrap:nth-child(odd) .works__item:nth-child(5) {
    width: 40.6%;
    height: 105.4vw;
    margin-top: -55vw;
    margin-left: 60%;
  }
}
.works__items__wrap:nth-child(odd) .works__item:nth-child(6) {
  width: 32%;
  margin-top: 1vw;
  margin-left: 1%;
}
@media screen and (max-width: 767px) {
  .works__items__wrap:nth-child(odd) .works__item:nth-child(6) {
    width: 56.25%;
    height: 47.9vw;
    margin-top: -47.9vw;
    margin-left: 0;
  }
}
.works__items__wrap:nth-child(even) .works__item:nth-child(1) {
  width: 55.3%;
}
.works__items__wrap:nth-child(even) .works__item:nth-child(2) {
  width: 28.5%;
  margin-left: 1%;
}
.works__items__wrap:nth-child(even) .works__item:nth-child(3) {
  width: 21.2%;
  margin-top: 1vw;
  margin-left: 15%;
}
.works__items__wrap:nth-child(even) .works__item:nth-child(4) {
  width: 62.8%;
  margin-top: 1vw;
  margin-left: 1%;
}
.works__items__wrap:last-child {
  margin-bottom: 0;
}
.works__items__wrap .works__item {
  position: relative;
  width: auto;
  height: 17.5vw;
  float: left;
  z-index: 1;
}
.works__items__wrap .works__item.to-animate {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform ease 0.45s;
  transition: transform ease 0.45s;
  transition:
    transform ease 0.45s,
    -webkit-transform ease 0.45s;
}
.works__items__wrap .works__item.to-animate.animated {
  -webkit-transform: none;
  transform: none;
}
.works__items__wrap .works__item .hidden__content {
  display: block;
}
.works__items__wrap .works__item .hidden__content .title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(255 255 255 / 70%);
  padding: 5px;
  font-size: 19px;
  font-weight: 600;
}
.works__items__wrap .works__item .hidden__content .text {
  display: none;
}
.works__items__wrap .works__item .hidden__content .slides {
  display: none;
}
.works {
  position: relative;
}
.works.index {
  padding-top: 85px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .works.index {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works.index.block__w__decoration::after,
  .works.index.block__w__decoration::before {
    display: none;
  }
}
.works.index.block__w__decoration::before {
  background-image: url(../img/works-decoration-left.png);
  width: 331px;
  height: 480px;
  bottom: 0;
  left: 0;
}
.works.index.block__w__decoration::after {
  background-image: url(../img/works-decoration-right.png);
  width: 440px;
  height: 539px;
  top: 70px;
  right: 0;
}
@media screen and (max-width: 1599px) {
  .works.index.block__w__decoration::after {
    right: -100px;
  }
}
@media screen and (max-width: 1399px) {
  .works.index.block__w__decoration::after {
    right: -200px;
  }
}
@media screen and (max-width: 991px) {
  .works.index.block__w__decoration::after {
    right: -250px;
  }
}
.works.index .works__items__blocks__wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .works.index .works__items__blocks__wrap {
    margin-bottom: 40px;
  }
}
.works.projects {
  padding-bottom: 115px;
}
.works.projects::after,
.works.projects::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.works.projects::before {
  top: 400px;
  left: -280px;
  width: 629px;
  height: 589px;
  background-image: url(../img/works-projects-decoration-left.svg);
}
@media screen and (max-width: 767px) {
  .works.projects::before {
    top: 700px;
    left: -130px;
    width: 316px;
    height: 301px;
    background-image: url(../img/works-projects-decoration-left-mob.svg);
  }
}
.works.projects::after {
  top: 70px;
  right: -180px;
  width: 554px;
  height: 435px;
  background-image: url(../img/works-projects-decoration-right.svg);
}
@media screen and (max-width: 767px) {
  .works.projects::after {
    top: 150px;
    right: -55px;
    width: 281px;
    height: 234px;
    background-image: url(../img/works-projects-decoration-right-mob.svg);
  }
}
.works.projects .works__items__blocks__wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .works.projects .works__items__blocks__wrap {
    margin-bottom: 30px;
  }
  .works.projects .works__items__wrap:nth-child(odd) .works__item {
    height: 51.7vw;
  }
  .works.projects .works__items__wrap:nth-child(odd) .works__item:nth-child(1) {
    width: 62%;
    margin-top: 0;
  }
  .works.projects .works__items__wrap:nth-child(odd) .works__item:nth-child(2) {
    width: 34.5%;
    height: 64.6vw;
    margin-top: 35vw;
    margin-left: 3.5%;
  }
  .works.projects .works__items__wrap:nth-child(odd) .works__item:nth-child(3) {
    width: 62%;
    height: 44.5vw;
    margin-top: -44.5vw;
    margin-left: 0;
  }
  .works.projects .works__items__wrap:nth-child(odd) .works__item:nth-child(4) {
    width: 100%;
    height: 44.5vw;
    margin-top: 3.5vw;
    margin-left: 0;
  }
  .works.projects .works__items__wrap:nth-child(odd) .works__item:nth-child(5) {
    width: 55%;
    height: 34.5vw;
    margin-top: 3.5vw;
    margin-left: 45%;
  }
  .works.projects .works__items__wrap:nth-child(odd) .works__item:nth-child(6) {
    width: 41.5%;
    height: 34.5vw;
    margin-top: -34.5vw;
    margin-left: 0;
  }
  .works.projects
    .works__items__wrap:nth-child(even)
    .works__item:nth-child(1) {
    width: 43.3%;
    height: 28.8vw;
    margin-left: 58.5%;
  }
  .works.projects
    .works__items__wrap:nth-child(even)
    .works__item:nth-child(2) {
    width: 55%;
    height: 28.8vw;
    margin-top: -29vw;
    margin-left: 0;
  }
  .works.projects
    .works__items__wrap:nth-child(even)
    .works__item:nth-child(3) {
    width: 43.3%;
    height: 28.8vw;
    margin-top: 3.5vw;
    margin-left: 0;
  }
  .works.projects
    .works__items__wrap:nth-child(even)
    .works__item:nth-child(4) {
    width: 53.2%;
    height: 28.8vw;
    margin-top: 3.5vw;
    margin-left: 3.5%;
  }
}
.works.projects .works__items__wrap:last-child {
  margin-bottom: 0;
}
.works.ny {
  padding-bottom: 140px;
}
.works.ny.block__w__decoration::after,
.works.ny.block__w__decoration::before {
  width: 531px;
  height: 588px;
  background-image: url(../img/works-ny-decoration.svg);
}
@media screen and (max-width: 767px) {
  .works.ny.block__w__decoration::after,
  .works.ny.block__w__decoration::before {
    display: none;
  }
}
.works.ny.block__w__decoration::before {
  bottom: -115px;
  left: -180px;
}
.works.ny.block__w__decoration::after {
  top: -50px;
  right: -220px;
}
@media screen and (max-width: 1199px) {
  .works.ny {
    padding-bottom: 60px;
  }
}
.works.ny .works__items__blocks__wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .works.ny .works__items__blocks__wrap {
    margin-bottom: 60px;
  }
}
.works.landscaping {
  margin-bottom: 135px;
}
@media screen and (max-width: 1199px) {
  .works.landscaping {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .works.landscaping {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .works.landscaping {
    margin-bottom: 60px;
  }
}
.works.landscaping .works__items__blocks__wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .works.landscaping .works__items__blocks__wrap {
    margin-bottom: 40px;
  }
}
.works .block__title {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .works .block__title {
    margin-bottom: 45px;
  }
}
.works .title__w__lines span {
  padding-left: 85px;
  padding-right: 85px;
}
@media screen and (max-width: 767px) {
  .works .title__w__lines span {
    padding-left: 0;
    padding-right: 0;
  }
}
.works .btns__wrap {
  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;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .works .btns__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.works .btn-go-to-projects,
.works .btn-more-projects,
.works .btn-show-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.works .btn-go-to-projects,
.works .btn-more-projects {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.works .btn-go-to-projects .btn__title,
.works .btn-more-projects .btn__title {
  color: #212121;
}
.works .btn-show-projects {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.works .btn-show-projects .btn__title {
  font-size: 16px;
  line-height: 175%;
  font-weight: 600;
  text-align: center;
  color: #353535;
  margin-bottom: 20px;
}
.works .btn-show-projects .btn__arrow {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .works .btn-show-projects .btn__arrow {
    width: 30px;
    height: 30px;
  }
}
.works .btn-show-projects .btn__arrow svg {
  width: 20px;
  height: 20px;
  fill: #90b574;
}
@media screen and (max-width: 767px) {
  .works .btn-show-projects .btn__arrow svg {
    width: 12px;
    height: 12px;
  }
}
.works .btn-more-projects {
  border: 1px solid #e9e9e9;
  border-radius: 50px;
  min-height: 60px;
  padding: 20px 30px 20px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1299px) {
  .works .btn-more-projects {
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 30px;
  }
}
.works .btn-more-projects .btn__title {
  margin-right: 30px;
}
.works .btn-more-projects .btn__arrow {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.works .btn-go-to-projects .btn__arrow svg,
.works .btn-more-projects .btn__arrow svg {
  fill: #709f4d;
}
.works .btn-go-to-projects .btn__title {
  margin-right: 15px;
}
.works .btn-go-to-projects .btn__arrow {
  width: 25px;
  height: 8px;
}
.works .btn-get-catalog {
  font-weight: 600;
  line-height: 174%;
  text-align: center;
  margin-left: auto;
}
@media screen and (max-width: 1299px) {
  .works .btn-get-catalog {
    margin-left: auto;
    margin-right: auto;
  }
}
.works .btn-get-catalog span {
  border-bottom: 1px dashed #90b574;
}
.works__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .works__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px;
  }
}
.works__text {
  line-height: 164%;
  letter-spacing: 0.07em;
  max-width: 565px;
}
@media screen and (max-width: 767px) {
  .works__text {
    text-align: center;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.works__item__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.contacts__container {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contacts__container {
    padding-bottom: 0;
  }
}
.contacts__container.block__w__decoration::before {
  z-index: -1;
  top: 200px;
  left: 0;
  width: 318px;
  height: 547px;
  background-image: url(../img/contacts-decoration-left.svg);
}
@media screen and (max-width: 1599px) {
  .contacts__container.block__w__decoration::before {
    left: -170px;
  }
}
@media screen and (max-width: 991px) {
  .contacts__container.block__w__decoration::before {
    display: none;
  }
}
.contacts__container.block__w__decoration::after {
  width: 435px;
  height: 750px;
  bottom: 0;
  right: 0;
  background-image: url(../img/contacts-decoration-right.png);
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1919px) {
  .contacts__container.block__w__decoration::after {
    right: -180px;
  }
}
@media screen and (max-width: 1599px) {
  .contacts__container.block__w__decoration::after {
    right: -250px;
  }
}
@media screen and (max-width: 1499px) {
  .contacts__container.block__w__decoration::after {
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .contacts__container.block__w__decoration::after {
    top: 150px;
    right: -80px;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .contacts__container.block__w__decoration::after {
    top: 300px;
    right: -15px;
    width: 166px;
    height: 250px;
  }
}
.contacts__top {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .contacts__top {
    margin-bottom: 50px;
  }
}
.contacts__items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .contacts__items__wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .contacts__items__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__item {
    margin-bottom: 30px;
  }
}
.become__client__contacts__content a:last-child,
.contacts__item .contacts__link:last-child,
.contacts__item:last-child,
section.approach .block__content ul li:last-child {
  margin-bottom: 0;
}
.contacts__item .contacts__link {
  color: #3d3d3d;
  text-decoration: none;
  margin-bottom: 5px;
}
.contacts__item__title {
  font-size: 18px;
  line-height: 174%;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 20px;
}
.contacts__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts__social__item {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #90b574;
}
.contacts__social__item svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.ask__question {
  position: relative;
}
.ask__question .form__content,
.ask__question::before {
  background-repeat: no-repeat;
  background-position: center;
}
.ask__question::before {
  content: "";
  width: 200px;
  height: 244px;
  top: -30px;
  left: 0;
  background-image: url(../img/ask__question-decoration-left-mob.png);
  pointer-events: none;
  z-index: 0;
  display: none;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .ask__question::before {
    display: block;
  }
  .ask__question {
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
.ask__question .form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-size: cover;
  padding: 55px 75px 45px 45px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .ask__question .form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .ask__question .form__content {
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    padding: 75px 20px 100px;
  }
}
.ask__question .form__reminder {
  position: relative;
}
.ask__question .form__reminder__title {
  font-size: 30px;
  line-height: 118%;
  font-weight: 700;
  color: #212121;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ask__question__content {
  width: 100%;
  max-width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 60px;
}
@media screen and (max-width: 1399px) {
  .ask__question__content {
    max-width: 250px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .ask__question__content {
    max-width: 250px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ask__question__content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.ask__question__title {
  font-size: 30px;
  line-height: 118%;
  font-weight: 700;
  color: #212121;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .ask__question__text,
  .ask__question__title {
    text-align: center;
  }
}
.ask__question__form {
  width: 100%;
}
.ask__question__form .input__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ask__question__form .input__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.ask__question__form .input__area input {
  max-width: 235px;
}
@media screen and (max-width: 767px) {
  .ask__question__form .input__area input {
    max-width: 230px;
  }
}
.ask__question__form .input__area input,
.ask__question__form .input__area textarea {
  border-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .ask__question__form .input__area input,
  .ask__question__form .input__area textarea {
    margin-left: auto;
    margin-right: auto;
  }
}
.ask__question__form .input__area textarea {
  max-width: 100%;
  min-height: 165px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .ask__question__form .input__area textarea {
    max-width: 230px;
  }
}
.ask__question__form .inputs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ask__question__form .inputs__wrap {
    margin-bottom: 10px;
  }
}
.ask__question__form .inputs__wrap input:nth-child(1) {
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .ask__question__form .inputs__wrap input:nth-child(1) {
    margin-bottom: 10px;
  }
}
.ask__question__form .form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ask__question__form .form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ask__question__form .conf__policy {
  font-size: 13px;
  line-height: 140%;
  color: #adadad;
}
@media screen and (max-width: 767px) {
  .ask__question__form .conf__policy {
    text-align: center;
    max-width: 250px;
  }
}
.ask__question__form .btn-submit {
  max-width: 235px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .ask__question__form .btn-submit {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.ask__question__form .btn-submit .btn__title {
  margin-right: 20px;
}
.ask__question__form .btn-submit .btn__arrow {
  width: 23px;
  height: 8px;
}
.ask__question__form .btn-submit .btn__arrow svg,
.popup[data-popup="solution"]
  .solution__order__form
  .btn-submit
  .btn__arrow
  svg {
  fill: #fff;
}
.services__container,
section.approach {
  position: relative;
}
.services__container::after,
section.approach::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.services__container::after {
  top: -220px;
  right: -180px;
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: darken;
  width: 619px;
  height: 769px;
  background-image: url(../img/servicespage-decoration-right.png);
}
@media screen and (max-width: 767px) {
  .services__container::after {
    display: none;
  }
}
.services__main {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .services__main > .container {
    max-width: 1260px;
  }
}
.services__main__heading {
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .services__main__heading {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .services__main__heading {
    margin-bottom: 50px;
  }
}
.services__main__heading .block__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 164%;
  max-width: 900px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1299px) {
  .services__main__heading .block__title {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .services__main__heading .block__title {
    font-size: 22px;
    line-height: 156%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .services__main__heading .block__title {
    font-size: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.services__main__heading .block__title__under {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 991px) {
  .services__main__heading .block__title__under {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .services__main__heading .block__title__under {
    text-align: center;
  }
}
section.approach {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1199px) {
  section.approach {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  section.approach {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
section.approach::before {
  width: 308px;
  height: 533px;
  bottom: 0;
  left: 0;
  background-image: url(../img/approach-decoration-left.png);
}
@media screen and (max-width: 1799px) {
  section.approach::before {
    left: -150px;
  }
}
@media screen and (max-width: 1599px) {
  section.approach::before {
    bottom: 0;
    left: -200px;
  }
}
@media screen and (max-width: 991px) {
  section.approach::before {
    display: none;
  }
}
section.approach::after {
  content: "";
  width: 640px;
  height: 1324px;
  position: absolute;
  bottom: -230px;
  right: 0;
  background-image: url(../img/approach-decoration-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1799px) {
  section.approach::after {
    right: -150px;
  }
}
@media screen and (max-width: 1599px) {
  section.approach::after {
    right: -250px;
  }
}
@media screen and (max-width: 1399px) {
  section.approach::after {
    right: -350px;
  }
}
@media screen and (max-width: 1199px) {
  section.approach::after {
    top: 250px;
    bottom: auto;
    right: -40px;
    width: 161px;
    height: 242px;
    background-image: url(../img/approach-decoration-right-mob.png);
  }
}
section.approach .block__title {
  max-width: 305px;
  margin-right: 95px;
}
@media screen and (max-width: 991px) {
  section.approach .block__title {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 25px;
  }
}
section.approach .block__title__under {
  font-size: 25px;
  line-height: 156%;
  font-weight: 600;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  section.approach .block__title__under {
    font-size: 22px;
    text-align: center;
  }
}
section.approach .block__text {
  width: calc(100% - 100% / 4 - 40px);
  margin-left: calc(100% / 4 + 40px);
  font-size: 25px;
  line-height: 156%;
  font-weight: 600;
  background-color: #fff;
  padding: 60px 100px 50px 80px;
  margin-top: -70px;
}
@media screen and (max-width: 991px) {
  section.approach .block__text {
    display: none;
  }
}
section.approach .block__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1399px) {
  section.approach .block__heading {
    padding-right: 120px;
  }
}
@media screen and (max-width: 991px) {
  section.approach .block__heading {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  section.approach .block__content ul {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  section.approach .block__content ul {
    padding-right: 55px;
  }
}
section.approach .block__content ul li {
  font-weight: 500;
  line-height: 164.2%;
  letter-spacing: 0.07em;
  width: calc(100% / 4);
  margin-bottom: 35px;
}
@media screen and (max-width: 1399px) {
  section.approach .block__content ul li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  section.approach .block__content ul li {
    width: 100%;
  }
}
section.become__client {
  padding-top: 95px;
  padding-bottom: 95px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  section.become__client {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.become__client::before {
  content: "";
  width: 163px;
  height: 171px;
  position: absolute;
  top: 220px;
  left: -95px;
  background-image: url(../img/become__client-decoration-left-mob.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 991px) {
  section.become__client::before {
    display: block;
  }
}
section.become__client .block__title {
  margin-bottom: 30px;
  max-width: 650px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.become__client .block__title {
    font-size: 20px;
    text-align: left;
  }
}
section.become__client .block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 164%;
  letter-spacing: 0.07em;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.become__client .block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.become__client .block__text {
  width: 100%;
  max-width: 480px;
}
.become__client__inner {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 55px 95px 65px 65px;
  position: relative;
  overflow: hidden;
}
.become__client__inner::before,
section.feedback::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.become__client__inner::before {
  z-index: 0;
  top: 0;
  right: 0;
  width: 422px;
  height: 260px;
  background-image: url(../img/become__client__inner-decoration-right.svg);
}
@media screen and (max-width: 991px) {
  .become__client__inner::before {
    top: -78px;
    right: -60px;
    width: 233px;
    height: 212px;
    background-image: url(../img/become__client__inner-decoration-right-mob.svg);
  }
  .become__client__inner {
    padding: 60px 20px 45px 30px;
  }
}
.become__client__inner .block__title {
  text-align: left;
}
.become__client__contacts {
  width: 100%;
  max-width: 310px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .become__client__contacts {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.become__client__contacts__title {
  margin-bottom: 15px;
}
.become__client__contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.become__client__contacts__content a {
  font-size: 25px;
  line-height: 118%;
  font-weight: 700;
  color: #90b574;
  text-decoration: none;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .become__client__contacts__content a {
    font-size: 20px;
    line-height: 118%;
  }
}
section.feedback {
  background: #fff;
  background-repeat: no-repeat;
  background-position: bottom 0 right 15px;
  border: 1px solid #d9d9d9;
  padding: 70px 30px 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  section.feedback {
    padding: 50px 20px 65px;
  }
}
@media screen and (max-width: 767px) {
  section.feedback {
    background-image: none !important;
  }
}
section.feedback::after {
  top: -120px;
  right: -120px;
  width: 225px;
  height: 225px;
  background-image: url(../img/feedback-decoration-right.png);
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 767px) {
  section.feedback::after {
    display: block;
  }
}
section.feedback .feedback__form .form__title {
  font-size: 50px;
  line-height: 111%;
  font-weight: 700;
  color: #212121;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  section.feedback .feedback__form .form__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
section.feedback .feedback__form .form__title__under {
  letter-spacing: 0.07em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 490px;
}
@media screen and (max-width: 991px) {
  section.feedback .feedback__form .form__title__under {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
section.feedback .feedback__form .form__bottom,
section.feedback .feedback__form .input__area {
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
}
section.feedback .feedback__form .input__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section.feedback .feedback__form .input__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.feedback .feedback__form .input__area button,
section.feedback .feedback__form .input__area input {
  width: 100%;
  max-width: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  section.feedback .feedback__form .input__area button,
  section.feedback .feedback__form .input__area input {
    margin-left: auto;
    margin-right: auto;
  }
  section.feedback .feedback__form .input__area input {
    margin-bottom: 10px;
  }
  section.feedback .feedback__form .input__area input:last-of-type {
    margin-bottom: 0;
  }
}
section.feedback .feedback__form .conf__policy {
  font-size: 13px;
  line-height: 141%;
  letter-spacing: 0.02em;
  color: #c6c6c6;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  section.feedback .feedback__form .conf__policy {
    text-align: center;
  }
  section.feedback .feedback__form .btn-submit {
    max-width: 230px;
    margin-top: 15px;
  }
}
section.feedback .form__reminder__title {
  font-size: 50px;
  line-height: 111%;
  font-weight: 700;
  color: #212121;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  section.feedback .form__reminder__title {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.pagination__content,
.pagination__item {
  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;
}
.pagination__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pagination__item {
    margin-right: 5px;
  }
}
.footer .social__items__wrap.desktop .social__item:last-of-type,
.footer .social__items__wrap.mob .social__item:last-of-type,
.pagination__item:last-of-type {
  margin-right: 0;
}
.pagination__item.active {
  color: #fff;
  background-color: #212121;
}
.pagination__item:not(.dots).active .pagination__link,
.pagination__item:not(.dots):hover .pagination__link {
  color: #fff;
  background-color: #212121;
  opacity: 1;
}
.pagination__arrow,
.pagination__link {
  font-size: 14px;
  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;
}
.pagination__link {
  color: #212121;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-decoration: none;
  line-height: 174%;
  font-weight: 600;
}
a.pagination__link:hover {
  text-decoration: none;
  opacity: 1;
}
.pagination__arrow {
  line-height: 119%;
  font-weight: 500;
  cursor: pointer;
}
.pagination__arrow.disabled {
  pointer-events: none;
}
.pagination__arrow.prev a,
.pagination__arrow.prev span {
  padding-left: 15px;
  margin-right: 30px;
}
.pagination__arrow.prev a::before,
.pagination__arrow.prev span::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.pagination__arrow.next a,
.pagination__arrow.next span {
  padding-right: 15px;
  margin-left: 30px;
}
.pagination__arrow.next a::before,
.pagination__arrow.next span::before {
  right: 0;
}
.pagination__arrow,
.pagination__arrow a,
.pagination__arrow span {
  color: #cecece;
  text-decoration: none;
  position: relative;
}
.pagination__arrow a::before,
.pagination__arrow span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
  background-image: url(../img/quotation-marks.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image ease 0.3s;
  transition: background-image ease 0.3s;
}
.pagination__arrow a:hover {
  color: #90b574;
}
.pagination__arrow a:hover::before {
  background-image: url(../img/quotation-marks-green.svg);
}
@media screen and (max-width: 767px) {
  .pagination__arrow {
    display: none;
  }
}
.decor__container section.offer,
.landscaping__inner__container section.offer {
  padding-bottom: 110px;
}
.decor__container section.offer > .container,
.landscaping__inner__container section.offer > .container {
  position: relative;
}
.decor__container section.offer .block__title,
.landscaping__inner__container section.offer .block__title {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .decor__container section.offer .block__title,
  .landscaping__inner__container section.offer .block__title {
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.decor__container section.offer .block__title::after,
.landscaping__inner__container section.offer .block__title::after {
  content: "";
  width: 498px;
  height: 506px;
  position: absolute;
  top: -250px;
  right: -500px;
  background-image: url(../img/offer-design-decoration-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .decor__container section.offer .block__title::after,
  .landscaping__inner__container section.offer .block__title::after {
    right: -450px;
  }
}
@media screen and (max-width: 767px) {
  .decor__container section.offer .block__title::after,
  .landscaping__inner__container section.offer .block__title::after {
    top: -50px;
    right: -210px;
    width: 151px;
    height: 308px;
    background-size: contain;
  }
}
@media screen and (max-width: 575px) {
  .decor__container section.offer .block__title::after,
  .landscaping__inner__container section.offer .block__title::after {
    right: -100px;
  }
}
.decor__container section.offer > .container::after {
  content: "";
  width: 338px;
  height: 639px;
  position: absolute;
  top: -320px;
  right: -270px;
  background-image: url(../img/decor__offer-decoration-right.png);
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1499px) {
  .decor__container section.offer > .container::after {
    right: -150px;
  }
}
@media screen and (max-width: 991px) {
  .decor__container section.offer > .container::after {
    width: 170px;
    height: 250px;
    background-image: url(../img/decor__offer-decoration-right-mob.png);
    background-size: contain;
    background-position: center;
    top: 0;
    right: -140px;
  }
}
@media screen and (max-width: 767px) {
  .decor__container section.offer > .container::after {
    top: 20px;
    right: -160px;
  }
}
@media screen and (max-width: 575px) {
  .decor__container section.offer > .container::after {
    right: -70px;
  }
}
.landscaping__inner__container {
  padding-bottom: 85px;
}
@media screen and (min-width: 1200px) {
  section.decor__banner .container,
  section.landscaping__inner__banner .container {
    max-width: 1270px;
  }
}
section.decor__banner .block__title {
  max-width: 500px;
}
section.decor__banner .block__title,
section.landscaping__inner__banner .block__title {
  font-weight: 600;
  line-height: 138%;
  letter-spacing: 0.055em;
  width: 100%;
  padding-bottom: 50px;
  margin-right: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../img/arrow-small-green.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 1299px) {
  section.decor__banner .block__title,
  section.landscaping__inner__banner .block__title {
    max-width: 380px;
  }
}
@media screen and (max-width: 991px) {
  section.decor__banner .block__title,
  section.landscaping__inner__banner .block__title {
    color: #fff;
    position: static;
    padding: 0;
    background-image: none;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  section.decor__banner .block__title,
  section.landscaping__inner__banner .block__title {
    padding-left: 25px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
section.decor__banner .block__text,
section.landscaping__inner__banner .block__text {
  width: 100%;
  max-width: 450px;
  font-size: 18px;
  font-weight: 600;
  line-height: 164%;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #90b574;
  padding: 45px 30px 30px 45px;
  margin-left: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.decor__banner .block__text,
  section.landscaping__inner__banner .block__text {
    font-size: 14px;
    max-width: 230px;
    padding: 20px 7px 20px 20px;
    margin-top: -180px;
  }
}
.process__list,
section.decor__banner .block__bottom,
section.decor__banner .block__bottom > .container,
section.decor__banner .block__top,
section.decor__banner .block__top > .container,
section.landscaping__inner__banner .block__bottom,
section.landscaping__inner__banner .block__bottom > .container,
section.landscaping__inner__banner .block__top,
section.landscaping__inner__banner .block__top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.decor__banner .block__bottom > .container,
  section.decor__banner .block__top > .container,
  section.landscaping__inner__banner .block__bottom > .container,
  section.landscaping__inner__banner .block__top > .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
section.decor__banner .block__top,
section.landscaping__inner__banner .block__top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 575px;
}
@media screen and (max-width: 991px) {
  section.decor__banner .block__top,
  section.landscaping__inner__banner .block__top {
    padding-top: 65px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.decor__banner .block__top,
  section.landscaping__inner__banner .block__top {
    padding-bottom: 240px;
  }
}
section.decor__banner .block__top > .container,
section.landscaping__inner__banner .block__top > .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  section.decor__banner .block__top > .container,
  section.landscaping__inner__banner .block__top > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
}
section.decor__banner {
  margin-bottom: 130px;
}
section.decor__banner .block__title {
  font-size: 35px;
  padding-top: 55px;
  margin-left: 230px;
  top: 600px;
}
@media screen and (max-width: 1499px) {
  section.decor__banner .block__title {
    margin-left: 0;
  }
}
@media screen and (max-width: 1299px) {
  section.decor__banner .block__title {
    font-size: 29px;
    max-width: 380px;
  }
}
@media screen and (max-width: 991px) {
  section.decor__banner .block__title {
    font-size: 20px;
  }
}
section.decor__banner .block__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.2);
}
section.decor__banner .block__bottom > .container.block__w__decoration::before {
  content: "";
  position: absolute;
  left: -500px;
  bottom: -270px;
  width: 811px;
  height: 865px;
  background-image: url(../img/decor__banner-decoration-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
}
@media screen and (max-width: 1499px) {
  section.decor__banner
    .block__bottom
    > .container.block__w__decoration::before {
    bottom: 130px;
  }
}
@media screen and (max-width: 991px) {
  section.decor__banner
    .block__bottom
    > .container.block__w__decoration::before {
    background-image: url(../img/decor__banner-decoration-left-mob.png);
    width: 478px;
    height: 499px;
    bottom: -130px;
    left: -300px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  section.decor__banner
    .block__bottom
    > .container.block__w__decoration::before {
    left: -210px;
    bottom: -300px;
  }
}
section.decor__banner .block__image {
  top: 0;
  left: calc(100% - 450px);
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  section.decor__banner .block__image {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  section.decor__banner .block__image {
    display: none;
    max-width: 230px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
section.landscaping__inner__banner {
  margin-bottom: 60px;
}
section.landscaping__inner__banner .block__title {
  padding-top: 40px;
  margin-left: 60px;
  max-width: 500px;
  top: 575px;
}
@media screen and (max-width: 1499px) {
  section.landscaping__inner__banner .block__title {
    margin-left: 0;
  }
}
@media screen and (max-width: 1299px) {
  section.landscaping__inner__banner .block__title {
    font-size: 35px;
    max-width: 450px;
  }
}
@media screen and (max-width: 1199px) {
  section.landscaping__inner__banner .block__title {
    font-size: 29px;
    max-width: 380px;
  }
}
@media screen and (max-width: 991px) {
  section.landscaping__inner__banner .block__title {
    font-size: 20px;
  }
  section.landscaping__inner__banner .block__top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.51);
  }
}
section.process {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  section.process {
    padding-bottom: 40px;
  }
}
section.process > .container.block__w__decoration::before {
  top: -250px;
  left: -450px;
  width: 583px;
  height: 496px;
  background-image: url(../img/process-decoration-left.png);
  background-size: contain;
}
@media screen and (max-width: 991px) {
  section.process > .container.block__w__decoration::before {
    width: 270px;
    height: 230px;
    top: -90px;
    left: -180px;
  }
}
section.process > .container.block__w__decoration::after {
  bottom: -370px;
  right: -250px;
  width: 426px;
  height: 902px;
  background-image: url(../img/process-decoration-right.png);
}
@media screen and (max-width: 1399px) {
  section.process > .container.block__w__decoration::after {
    bottom: -300px;
    width: 300px;
    height: 750px;
    right: 0;
    background-size: contain;
  }
}
@media screen and (max-width: 1199px) {
  section.process > .container.block__w__decoration::after {
    right: -120px;
  }
}
@media screen and (max-width: 991px) {
  section.process > .container.block__w__decoration::after {
    top: -150px;
    right: -90px;
    bottom: auto;
    width: 154px;
    height: 165px;
    background-image: url(../img/process-decoration-right-mob.svg);
  }
}
section.process .block__title {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1199px) {
  section.process .block__title {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  section.process .block__title {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  section.process .block__title {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.process__slider .slider__navigation {
  display: none;
}
@media screen and (max-width: 991px) {
  .process__slider .slider__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.process__slider .swiper-button-prev {
  margin-right: 7px;
}
.process__slider .swiper-button-next {
  margin-right: 25px;
}
.process__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: processList;
}
@media screen and (max-width: 991px) {
  .process__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.process__list__item {
  width: calc(100% / 4);
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .process__list__item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 991px) {
  .process__list__item {
    width: auto;
    margin-bottom: 50px;
  }
}
.process__list__item::before {
  content: counter(processList, decimal-leading-zero) "";
  counter-increment: processList;
  position: absolute;
  top: 45px;
  left: 0;
  font-size: 14px;
  line-height: 118%;
  font-weight: 700;
  color: #212121;
}
.process__list__item:nth-last-child(2) .process__list__item__icon::after,
.process__list__item:nth-last-child(3) .process__list__item__icon::after {
  background-image: url(../img/arrow-huge-grey-dashed.svg);
}
.process__list__item:last-of-type .process__list__item__icon::after {
  display: none;
}
.process__list__item__icon {
  width: 60px;
  height: 60px;
  margin-left: 45px;
  margin-bottom: 30px;
  position: relative;
}
.process__list__item__icon::after {
  content: "";
  width: 146px;
  height: 8px;
  position: absolute;
  bottom: 5px;
  left: calc(100% + 15px);
  background-image: url(../img/arrow-huge-green.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.process__list__item__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 126%;
  color: #212121;
  padding-right: 15px;
}
.process__list__item__text .need {
  font-weight: 400;
}
section.landscaping__decoration,
section.ny__decoration {
  position: relative;
  z-index: 1;
}
section.ny__decoration {
  margin-bottom: 60px;
}
section.ny__decoration .list__container.block__w__decoration::after,
section.ny__decoration .list__container.block__w__decoration::before {
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  section.ny__decoration .list__container.block__w__decoration::after,
  section.ny__decoration .list__container.block__w__decoration::before {
    display: none;
  }
}
section.ny__decoration .list__container.block__w__decoration::before {
  bottom: -100px;
  left: -400px;
  width: 652px;
  height: 488px;
  background-image: url(../img/ny__decoration-decoration-left.png);
}
@media screen and (max-width: 1399px) {
  section.ny__decoration .list__container.block__w__decoration::before {
    bottom: -300px;
  }
}
section.ny__decoration .list__container.block__w__decoration::after {
  bottom: -350px;
  right: -400px;
  width: 718px;
  height: 1172px;
  background-image: url(../img/ny__decoration-decoration-right.png);
}
section.landscaping__decoration {
  margin-bottom: 140px;
}
@media screen and (max-width: 1199px) {
  section.landscaping__decoration {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  section.landscaping__decoration {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  section.landscaping__decoration {
    margin-bottom: 60px;
  }
}
.landscaping__decoration__banner,
.ny__decoration__banner {
  padding-top: 190px;
  padding-bottom: 165px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .landscaping__decoration__banner,
  .ny__decoration__banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .landscaping__decoration__banner > .container,
  .ny__decoration__banner > .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .ny__decoration__banner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ny__decoration__banner::after,
.ny__decoration__banner::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .ny__decoration__banner::after,
  .ny__decoration__banner::before {
    display: block;
    position: static;
  }
}
.ny__decoration__banner::before {
  left: 0;
  width: 67%;
  background-image: url(../img/ny__decoration___banner-bg-1.jpg);
  background-position: center;
}
@media screen and (max-width: 991px) {
  .ny__decoration__banner::before {
    width: 100%;
    height: 380px;
  }
}
.ny__decoration__banner::after {
  left: 67%;
  width: 33%;
  background-image: url(../img/ny__decoration___banner-bg-2.jpg);
  background-position: right;
}
@media screen and (max-width: 991px) {
  .ny__decoration__banner::after {
    width: 100%;
    height: 185px;
    background-position: center;
  }
}
.landscaping__decoration__banner__content,
.ny__decoration__banner__content {
  background: #fff;
  -webkit-box-shadow: 0 4px 51px rgba(0, 0, 0, 0.27);
  box-shadow: 0 4px 51px rgba(0, 0, 0, 0.27);
  padding: 55px 125px 65px;
}
@media screen and (max-width: 767px) {
  .landscaping__decoration__banner__content,
  .ny__decoration__banner__content {
    padding: 35px 25px;
  }
}
.landscaping__decoration__banner__title,
.ny__decoration__banner__title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .landscaping__decoration__banner__title,
  .ny__decoration__banner__title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.landscaping__decoration__banner__title::after,
.ny__decoration__banner__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #cfcfcf;
}
@media screen and (max-width: 767px) {
  .landscaping__decoration__banner__title::after,
  .ny__decoration__banner__title::after {
    width: 19px;
  }
  .landscaping__decoration__banner__title,
  .ny__decoration__banner__title {
    font-size: 30px;
  }
}
.landscaping__decoration__banner__text,
.ny__decoration__banner__text {
  line-height: 182%;
  text-align: center;
  letter-spacing: 0.07em;
}
.ny__decoration__text {
  font-size: 14px;
  line-height: 174%;
  text-align: center;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  max-width: 680px;
  padding-top: 75px;
  padding-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .ny__decoration__text {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .ny__decoration__text {
    font-size: 12px;
  }
}
.ny__decoration__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  counter-reset: nyDecorationList;
}
@media screen and (max-width: 767px) {
  .ny__decoration__list {
    width: calc(100vw + 14px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    margin-right: 0;
  }
}
.ny__decoration__list__item {
  width: calc(100% / 3 - 20px);
  min-height: 240px;
  margin: 0 10px 15px;
  position: relative;
  border: 1px solid #e6e6e6;
}
.ny__decoration__list__item:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -140px;
  width: 254px;
  height: 230px;
  background-image: url(../img/ny__decoration-decoration-left-mob.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 1299px) {
  .ny__decoration__list__item:nth-child(1)::after {
    display: block;
  }
}
.ny__decoration__list__item:nth-last-child(3)::after {
  content: "";
  width: 317px;
  height: 495px;
  position: absolute;
  top: calc(100% - 130px);
  right: -60px;
  background-image: url(../img/ny__decoration-decoration-right-mob.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 1299px) {
  .ny__decoration__list__item:nth-last-child(3)::after {
    display: block;
  }
}
.ny__decoration__list__item:not(:last-child) {
  padding: 35px 55px 50px 40px;
}
.ny__decoration__list__item:not(:last-child)::before {
  content: counter(nyDecorationList, decimal-leading-zero) "";
  counter-increment: nyDecorationList;
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 59px;
  line-height: 1;
  font-weight: 250;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ny__decoration__list__item:not(:last-child)::before {
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 1299px) {
  .ny__decoration__list__item:not(:last-child) {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .ny__decoration__list__item:not(:last-child) {
    width: calc(100% / 2 - 14px);
    padding: 25px 10px 25px 15px;
    margin-left: 7px;
    margin-right: 7px;
  }
}
.ny__decoration__list__item:last-child {
  border-bottom: none !important;
}
@media screen and (max-width: 1299px) {
  .ny__decoration__list__item:last-child {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .ny__decoration__list__item:nth-child(1),
  .ny__decoration__list__item:nth-child(4n),
  .ny__decoration__list__item:nth-child(4n + 1) {
    background-color: #90b574 !important;
    border-color: #90b574 !important;
  }
  .ny__decoration__list__item:nth-child(1)::before,
  .ny__decoration__list__item:nth-child(4n)::before,
  .ny__decoration__list__item:nth-child(4n + 1)::before {
    color: #7da361 !important;
  }
  .ny__decoration__list__item:nth-child(1) .ny__decoration__list__item__text,
  .ny__decoration__list__item:nth-child(4n) .ny__decoration__list__item__text,
  .ny__decoration__list__item:nth-child(4n + 1)
    .ny__decoration__list__item__text {
    color: #fff !important;
    border-color: #e6e6e6 !important;
  }
  .ny__decoration__list__item:nth-child(2),
  .ny__decoration__list__item:nth-child(3),
  .ny__decoration__list__item:nth-child(4n + 2),
  .ny__decoration__list__item:nth-child(4n + 3) {
    background-color: #fff !important;
    border-color: #e6e6e6 !important;
  }
  .ny__decoration__list__item:nth-child(2)::before,
  .ny__decoration__list__item:nth-child(3)::before,
  .ny__decoration__list__item:nth-child(4n + 2)::before,
  .ny__decoration__list__item:nth-child(4n + 3)::before {
    color: #e3e3e3 !important;
  }
  .ny__decoration__list__item:nth-child(2) .ny__decoration__list__item__text,
  .ny__decoration__list__item:nth-child(3) .ny__decoration__list__item__text,
  .ny__decoration__list__item:nth-child(4n + 2)
    .ny__decoration__list__item__text,
  .ny__decoration__list__item:nth-child(4n + 3)
    .ny__decoration__list__item__text {
    color: #212121 !important;
    border-color: #90b574 !important;
  }
}
.ny__decoration__list__item:nth-child(odd) {
  background-color: #90b574;
  border-color: #90b574;
}
.ny__decoration__list__item:nth-child(odd)::before {
  color: #7da361;
}
.ny__decoration__list__item:nth-child(odd) .ny__decoration__list__item__text {
  color: #fff;
}
.ny__decoration__list__item:nth-child(even) {
  background-color: #fff;
}
.ny__decoration__list__item:nth-child(even)::before {
  color: #e3e3e3;
}
.ny__decoration__list__item:nth-child(even) .ny__decoration__list__item__text {
  color: #212121;
  border-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .ny__decoration__list__item {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.ny__decoration__list__item__text {
  font-size: 20px;
  line-height: 155%;
  font-weight: 600;
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.44);
  position: relative;
}
@media screen and (max-width: 1299px) {
  .ny__decoration__list__item__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ny__decoration__list__item__text {
    font-size: 14px;
    padding-left: 10px;
  }
}
.ny__decoration__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 60px 32px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ny__decoration__promo {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.ny__decoration__promo__logo {
  width: 219px;
  height: 85px;
  margin-bottom: 60px;
}
.ny__decoration__promo__logo svg {
  width: 219px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .ny__decoration__promo__logo {
    margin-bottom: 25px;
  }
}
.ny__decoration__promo__text {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 190%;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .ny__decoration__promo__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ny__decoration__promo__text {
    font-size: 19px;
    padding-left: 0;
    padding-right: 0;
  }
}
.solutions__container {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .solutions__container {
    padding-bottom: 40px;
  }
}
.solutions__container .solutions__items__wrap {
  position: relative;
}
.solutions__banner::before,
.solutions__container .solutions__items__wrap.block__w__decoration::after,
.solutions__container .solutions__items__wrap.block__w__decoration::before {
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .solutions__container .solutions__items__wrap.block__w__decoration::after,
  .solutions__container .solutions__items__wrap.block__w__decoration::before {
    display: none;
  }
}
.solutions__container .solutions__items__wrap.block__w__decoration::before {
  width: 660px;
  height: 753px;
  top: -280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/solutions__items-decoration-top.svg);
}
.solutions__container .solutions__items__wrap.block__w__decoration::after {
  width: 751px;
  height: 603px;
  bottom: 250px;
  right: -300px;
  background-image: url(../img/solutions__items-decoration-bottom.svg);
}
.solutions__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.solutions__banner::before {
  content: "";
  width: 359px;
  height: 368px;
  bottom: -170px;
  left: -60px;
  background-image: url(../img/solutions__banner__slider-decoration-left.png);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1699px) {
  .solutions__banner::before {
    left: -200px;
  }
}
@media screen and (max-width: 1499px) {
  .solutions__banner::before {
    left: -250px;
  }
}
@media screen and (max-width: 1399px) {
  .solutions__banner::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .solutions__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.solutions__banner .block__title {
  font-size: 40px;
  line-height: 138%;
  letter-spacing: 0.055em;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .solutions__banner .block__title {
    font-size: 23px;
    text-align: center !important;
    margin-bottom: 15px;
  }
}
.solutions__banner .btn-scrolldown {
  width: 20px;
  height: 34px;
  position: absolute;
  left: calc(19% + 480px);
  bottom: 35px;
  cursor: pointer;
}
.solutions__banner .btn-scrolldown::before,
.solutions__inner__text p::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.solutions__banner .btn-scrolldown::before {
  top: -70px;
  width: 1px;
  height: 45px;
  background-color: #fff;
}
.solutions__banner .btn-scrolldown svg {
  width: 20px;
  height: 34px;
}
.solutions__banner .block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 60px 35px;
  width: 100%;
  max-width: 375px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .solutions__banner .block__content {
    max-width: 100%;
    padding: 20px 30px;
  }
}
.solutions__banner .block__text {
  line-height: 164%;
  letter-spacing: 0.07em;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .solutions__banner .block__text {
    font-size: 14px;
    text-align: center;
  }
}
.solutions__banner .block__image__wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .solutions__banner .block__image__wrap {
    height: 0;
  }
}
.solutions__banner .block__image__wrap.left {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .solutions__banner .block__image__wrap.left {
    display: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.solutions__banner .block__image__wrap.right {
  width: calc(100% - (19% + 375px));
}
@media screen and (max-width: 767px) {
  .solutions__banner .block__image__wrap.right {
    padding-bottom: 60%;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.solutions__banner .block__image {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .solutions__banner .block__image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .solutions__banner .block__image.desktop {
    display: none;
  }
}
.solutions__banner .block__image.mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .solutions__banner .block__image.mob {
    display: block;
  }
}
.solutions__inner > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.solutions__inner .solutions__items__Wrap {
  margin-bottom: 45px;
}
.solutions__inner .annotation {
  line-height: 189%;
  text-align: center;
  letter-spacing: 0.07em;
  color: #5c5c5c;
  max-width: 990px;
  margin: 45px auto 100px;
}
@media screen and (max-width: 767px) {
  .solutions__inner .annotation {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.solutions__inner .pagination {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .solutions__inner .pagination {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.solutions__inner__text {
  font-size: 20px;
  line-height: 161%;
  letter-spacing: 0.07em;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
.solutions__inner__text.spoiler.cut {
  max-height: 180px;
}
@media screen and (max-width: 767px) {
  .solutions__inner__text {
    font-size: 14px;
    line-height: 180%;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.solutions__inner__text p {
  position: relative;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.solutions__inner__text p::after {
  bottom: 0;
  width: 92px;
  height: 1px;
  background-color: #e6e6e6;
}
.solutions__inner__text p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.solutions__inner__text p:last-child::after {
  display: none;
}
.solutions__inner__text + .btn-read-more {
  margin-bottom: 40px;
}
.design__container {
  padding-bottom: 70px;
}
.design__container section.offer {
  padding-bottom: 40px;
}
.design__container section.offer .container.block__w__decoration::after,
.design__container section.offer .container.block__w__decoration::before {
  background-image: url(../img/offer-design-decoration-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.design__container section.offer .container.block__w__decoration::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .design__container section.offer .container.block__w__decoration::before {
    width: 224px;
    height: 216px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    top: -170px;
    left: -100px;
    display: block;
  }
}
.design__container section.offer .container.block__w__decoration::after {
  content: "";
  width: 498px;
  height: 506px;
  position: absolute;
  top: -150px;
  right: -500px;
}
@media screen and (max-width: 1399px) {
  .design__container section.offer .container.block__w__decoration::after {
    right: -400px;
  }
}
@media screen and (max-width: 767px) {
  .design__container section.offer .container.block__w__decoration::after {
    top: -50px;
    right: -80px;
    width: 151px;
    height: 308px;
    background-size: contain;
  }
}
section.design__banner .block__top {
  color: #fff;
  min-height: 905px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  section.design__banner .block__top {
    min-height: 700px;
  }
}
@media screen and (max-width: 991px) {
  section.design__banner .block__top {
    min-height: 600px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.design__banner .block__top {
    min-height: 500px;
  }
}
section.design__banner .block__top,
section.design__banner .block__top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  section.design__banner .block__top > .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
section.design__banner .block__top .block__title {
  font-size: 40px;
  line-height: 138%;
  font-weight: 600;
  letter-spacing: 0.055em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  section.design__banner .block__top .block__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.design__banner .block__top .block__title {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
section.design__banner .block__top .block__title__aside {
  font-size: 22px;
  line-height: 118%;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  -webkit-transform: rotate(-90deg) translateX(-185px);
  transform: rotate(-90deg) translateX(-185px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (max-width: 767px) {
  section.design__banner .block__top .block__title__aside {
    top: -20px;
    left: 15px;
  }
}
section.design__banner .block__top .block__title__aside::before {
  content: "";
  position: absolute;
  top: -40px;
  right: calc(100% + 90px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1px;
  height: 108px;
  background-color: #fff;
}
section.design__banner .block__content {
  background-color: #90b574;
  max-width: 564px;
  padding: 45px 75px 80px 120px;
  margin-top: auto;
  margin-bottom: -55px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.design__banner .block__content {
    max-width: calc(100% - 20px);
    padding: 30px 10px 30px 55px;
    margin-left: auto;
    margin-bottom: -50px;
  }
}
section.design__banner .block__text,
section.design__banner .design__text {
  font-size: 16px;
  line-height: 164%;
  letter-spacing: 0.07em;
}
section.design__banner .design__text {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  max-width: 1010px;
  padding-top: 120px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  section.design__banner .design__text {
    display: none;
  }
}
section.stages {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  section.stages {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  section.stages > .container {
    max-width: 1260px;
  }
}
section.stages .block__title {
  margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
  section.stages .block__title {
    margin-bottom: 40px;
  }
}
section.stages .block__title span {
  padding-left: 135px;
  padding-right: 135px;
}
@media screen and (max-width: 767px) {
  section.stages .block__title span {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stages__items__wrap {
  margin-bottom: 35px;
}
.stages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  border: 1px solid #ece1e1;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .stages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.stages__item:not(:last-child) .stages__item__num::before {
  content: "";
  width: 142px;
  height: 8px;
  position: absolute;
  top: 3px;
  right: calc(100% + 30px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../img/arrow-huge-green.svg);
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 991px) {
  .stages__item:not(:last-child) .stages__item__num::before {
    right: calc(100% + 12px);
  }
}
.stages__item:nth-child(1) .stages__item__list li {
  width: calc(100% / 2 - 50px);
}
@media screen and (max-width: 1399px) {
  .stages__item:nth-child(1) .stages__item__list li {
    width: calc(100% / 2 - 30px);
  }
}
@media screen and (max-width: 767px) {
  .stages__item:nth-child(1) .stages__item__list li {
    width: 100%;
  }
}
.stages__item:last-child {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  margin-bottom: 0;
}
.stages__item__image__wrap {
  width: 426px;
  height: 285px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.09);
  margin-right: 25px;
  -webkit-transform: translate(-60px, -20px);
  transform: translate(-60px, -20px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .stages__item__image__wrap {
    width: 100vw;
    height: 0;
    padding-bottom: 80%;
    margin-right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .stages__item__image__wrap {
    padding-bottom: 75%;
  }
}
.stages__item__image {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .stages__item__content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.stages__item__num {
  font-size: 14px;
  line-height: 118%;
  font-weight: 700;
  color: #212121;
  position: absolute;
  top: 0;
  left: 390px;
  -webkit-transform: rotate(-90deg) translateX(-55px);
  transform: rotate(-90deg) translateX(-55px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media screen and (max-width: 991px) {
  .stages__item__num {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 15px;
  }
}
.stages__item__content {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 10px;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .stages__item__content {
    padding: 25px 20px 20px 15px;
  }
}
.stages__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .stages__item__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .stages__item__heading {
    margin-bottom: 30px;
  }
}
.stages__item__icon {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .stages__item__icon {
    width: 40px;
    height: 40px;
  }
}
.stages__item__title {
  font-size: 30px;
  line-height: 118%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .stages__item__title {
    font-size: 18px;
  }
}
.stages__info__content,
ul.stages__item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.stages__item__list {
  font-size: 18px;
  line-height: 140%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1399px) {
  ul.stages__item__list {
    font-size: 16px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  ul.stages__item__list {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
  }
}
ul.stages__item__list li {
  width: calc(100% / 3 - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1399px) {
  ul.stages__item__list li {
    width: calc(100% / 2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.stages__item__list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  ul.stages__item__list li:last-child {
    margin-bottom: 0;
  }
}
.stages__info {
  padding: 18px;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}
.stages__info::after,
.stages__info::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.stages__info::before {
  bottom: 0;
  left: 0;
  width: 475px;
  height: 382px;
  background-image: url(../img/stages__info-decoration-left.png);
  background-position: bottom left -100px;
}
.stages__info::after {
  top: 0;
  right: 0;
  width: 807px;
  height: 385px;
  background-image: url(../img/stages__info-decoration-right.png);
  background-position: top right -100px;
}
.stages__info__content {
  background-color: #fff;
  padding: 50px 55px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .stages__info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .stages__info__content {
    padding: 45px 15px;
  }
}
@media screen and (max-width: 991px) {
  .stages__info__text {
    text-align: center;
  }
}
.stages__info__text:nth-child(1) {
  font-size: 23px;
  line-height: 156%;
  font-weight: 600;
  color: #212121;
  width: 100%;
  max-width: 505px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 60px;
}
@media screen and (max-width: 1399px) {
  .stages__info__text:nth-child(1) {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .stages__info__text:nth-child(1) {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .stages__info__text:nth-child(1) {
    font-size: 16px;
  }
}
.stages__info__text:nth-child(2) {
  line-height: 164%;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .stages__info__text:nth-child(2) {
    font-size: 14px;
  }
}
section.visuals {
  margin-bottom: 75px;
}
@media screen and (max-width: 991px) {
  section.visuals {
    margin-bottom: 50px;
  }
}
section.visuals .block__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  section.visuals .block__title {
    margin-bottom: 40px;
  }
}
.visuals__top {
  padding-bottom: 50px;
}
@media screen and (min-width: 1200px) {
  .visuals__top > .container {
    max-width: 1495px;
  }
}
.visuals__top .btn-go-to-projects {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
@media screen and (max-width: 991px) {
  .visuals__top .btn-go-to-projects {
    -webkit-transform: none;
    transform: none;
  }
  .visuals__top .btn-go-to-projects .btn__title {
    font-size: 14px;
  }
}
.visuals__images__wrap {
  position: relative;
}
@media screen and (max-width: 991px) {
  .visuals__images__wrap {
    margin-bottom: 25px;
  }
}
.visuals__images__wrap::after,
.visuals__images__wrap::before {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  z-index: -1;
}
.visuals__images__wrap::before {
  top: 0;
  left: -350px;
  width: 579px;
  height: 342px;
}
@media screen and (max-width: 991px) {
  .visuals__images__wrap::before {
    left: -550px;
  }
}
.visuals__images__wrap::after {
  bottom: 0;
  right: -150px;
  width: 652px;
  height: 213px;
}
@media screen and (max-width: 1199px) {
  .visuals__images__wrap::after {
    right: -400px;
  }
}
@media screen and (max-width: 991px) {
  .visuals__images__wrap::after {
    right: -550px;
  }
}
.visuals__image {
  width: 100%;
  height: auto;
  margin: 0;
}
.visuals__image.desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .visuals__image.desktop {
    display: none;
  }
}
.visuals__image.mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .visuals__image.mob {
    display: block;
  }
}
.visuals__bottom {
  padding-top: 80px;
  position: relative;
}
.visuals__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 637px;
  background-image: url(../img/bg-wood-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .visuals__bottom::before {
    height: 100%;
    background-size: cover;
  }
}
.visuals__bottom::after {
  content: "";
  width: 436px;
  height: 480px;
  background-color: #f5f5f5;
  position: absolute;
  top: 120px;
  right: -240px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .visuals__bottom::after {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .visuals__bottom::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .visuals__bottom {
    padding-top: 0;
  }
}
.visuals__info {
  position: relative;
  z-index: 1;
}
.visuals__info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .visuals__info__block {
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.visuals__info__block:nth-child(odd) .visuals__info__block__text {
  font-size: 25px;
  line-height: 156%;
  font-weight: 600;
  color: #212121;
  width: 55%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .visuals__info__block:nth-child(odd) .visuals__info__block__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .visuals__info__block:nth-child(odd) .visuals__info__block__text {
    text-align: center;
    width: 100%;
    padding: 25px 20px 95px;
    margin-left: 0;
  }
}
.visuals__info__block:nth-child(odd) .visuals__info__block__text::after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d9d9d9;
}
.visuals__info__block:nth-child(odd) .visuals__info__block__image__wrap {
  right: 62%;
  width: 42vw;
  height: calc(100% + 155px);
}
.visuals__info__block:nth-child(odd)
  .visuals__info__block__image__wrap.to-animate {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
@media screen and (max-width: 767px) {
  .visuals__info__block:nth-child(odd) .visuals__info__block__image__wrap {
    width: 100%;
  }
}
.visuals__info__block:nth-child(even) {
  padding-top: 200px;
}
@media screen and (max-width: 991px) {
  .visuals__info__block:nth-child(even) {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .visuals__info__block:nth-child(even) {
    padding-top: 0;
  }
}
.visuals__info__block:nth-child(even) .visuals__info__block__text {
  font-size: 18px;
  line-height: 190%;
  color: #5c5c5c;
  width: 69.6%;
  padding-left: 55px;
  border-left: 1px solid #d9d9d9;
}
@media screen and (max-width: 991px) {
  .visuals__info__block:nth-child(even) .visuals__info__block__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .visuals__info__block:nth-child(even) .visuals__info__block__text {
    text-align: center;
    width: 100%;
    padding: 25px 20px 20px;
  }
}
.visuals__info__block:nth-child(even) .visuals__info__block__image__wrap {
  width: 30vw;
  left: 73%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: -200px;
}
.visuals__info__block:nth-child(even)
  .visuals__info__block__image__wrap.to-animate {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
@media screen and (max-width: 1199px) {
  .visuals__info__block:nth-child(even) .visuals__info__block__image__wrap {
    width: 34vw;
  }
}
@media screen and (max-width: 991px) {
  .visuals__info__block:nth-child(even) .visuals__info__block__image__wrap {
    margin-top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .visuals__info__block:nth-child(even) .visuals__info__block__image__wrap {
    width: 100%;
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.visuals__info__block__image__wrap {
  position: absolute;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .visuals__info__block__image__wrap {
    position: static;
  }
}
.visuals__info__block__image__wrap.to-animate {
  -webkit-transition: -webkit-transform ease 0.7s;
  transition: transform ease 0.7s;
  transition:
    transform ease 0.7s,
    -webkit-transform ease 0.7s;
}
.visuals__info__block__image__wrap.to-animate.animated {
  -webkit-transform: none !important;
  transform: none !important;
}
.visuals__info__block__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.care__container section.offer {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .care__container section.offer {
    padding-bottom: 80px;
  }
}
.care__container section.offer::after,
section.care__banner .block__title::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.care__container section.offer::after {
  top: 30px;
  right: -150px;
  pointer-events: none;
  display: none;
  width: 235px;
  height: 202px;
  background-image: url(../img/care-offer-decoration-right.svg);
}
@media screen and (max-width: 991px) {
  .care__container section.offer::after {
    display: block;
  }
}
section.care__banner .block__title {
  font-size: 40px;
  line-height: 138%;
  font-weight: 600;
  letter-spacing: 0.055em;
  padding-bottom: 120px;
  position: relative;
}
section.care__banner .block__title::after {
  bottom: 0;
  left: 0;
  width: 8px;
  height: 88px;
  background-image: url(../img/arrow-big-green.svg);
}
@media screen and (max-width: 767px) {
  section.care__banner .block__title::after {
    height: 45px;
    background-position: bottom;
  }
}
@media screen and (max-width: 991px) {
  section.care__banner .block__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  section.care__banner .block__title {
    font-size: 18px;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
}
section.care__banner .block__text {
  line-height: 164%;
  letter-spacing: 0.07em;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  section.care__banner .block__text {
    font-size: 14px;
    padding-right: 30px;
  }
}
section.care__banner .block__image {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  margin: 0;
}
section.care__banner .block__image.left {
  width: calc(100% - (29% + 650px));
}
@media screen and (max-width: 1399px) {
  section.care__banner .block__image.left {
    width: calc(100% - (29% + 500px));
  }
}
@media screen and (max-width: 767px) {
  section.care__banner .block__image.left {
    width: 100%;
    height: 230px;
  }
}
section.care__banner .block__image.right {
  width: 29%;
  height: 100%;
  max-height: calc(100% - 120px);
}
@media screen and (max-width: 1499px) {
  section.care__banner .block__image.right {
    max-height: calc(100% - 60px);
  }
}
@media screen and (max-width: 1299px) {
  section.care__banner .block__image.right {
    height: auto;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.care__banner .block__image.right {
    display: none;
  }
}
section.care__banner .block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.care__banner .block__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.care__banner .block__top::after {
  content: "";
  width: 156px;
  height: 222px;
  position: absolute;
  bottom: 40px;
  right: -30px;
  background-image: url(../img/care__banner__block__top-decoration-right-mob.png);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media screen and (max-width: 767px) {
  section.care__banner .block__top::after {
    display: block;
  }
}
section.care__banner .block__bottom {
  font-size: 20px;
  line-height: 164%;
  letter-spacing: 0.07em;
  font-weight: 600;
  text-align: center;
  max-width: 1030px;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  section.care__banner .block__bottom {
    font-size: 14px;
    line-height: 178%;
    letter-spacing: 0.07em;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 90px;
  }
}
section.care__banner .block__bottom > .container.block__w__decoration::after {
  width: 550px;
  height: 749px;
  bottom: -300px;
  right: -400px;
  background-image: url(../img/care__banner-decoration-right.png);
}
@media screen and (max-width: 1919px) {
  section.care__banner .block__bottom > .container.block__w__decoration::after {
    bottom: -400px;
  }
}
@media screen and (max-width: 991px) {
  section.care__banner .block__bottom > .container.block__w__decoration::after {
    width: 156px;
    height: 222px;
    background-size: contain;
    top: 150px;
    bottom: auto;
    left: -170px;
    right: auto;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 340px) {
  section.care__banner .block__bottom > .container.block__w__decoration::after {
    top: 230px;
    left: -30px;
  }
}
section.care__banner .block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
  padding: 65px 120px 65px 65px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  section.care__banner .block__content {
    max-width: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.care__banner .block__content {
    max-width: 400px;
    padding: 70px 40px 20px 25px;
  }
}
section.care__banner .annotation {
  max-width: 470px;
  position: absolute;
  bottom: 0;
  right: -250px;
  padding: 40px 60px 45px 50px;
  color: #fff;
  background-color: #90b574;
}
@media screen and (max-width: 1399px) {
  section.care__banner .annotation {
    max-width: 400px;
    right: -270px;
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  section.care__banner .annotation {
    max-width: 400px;
    right: -300px;
  }
}
@media screen and (max-width: 991px) {
  section.care__banner .annotation {
    max-width: 350px;
    right: -230px;
  }
}
@media screen and (max-width: 767px) {
  section.care__banner .annotation {
    max-width: 250px;
    top: -30px;
    bottom: auto;
    right: -200px;
    padding: 20px 15px 25px 25px;
  }
}
@media screen and (max-width: 575px) {
  section.care__banner .annotation {
    max-width: 230px;
    right: 0;
    top: auto;
    bottom: calc(100% - 45px);
  }
}
section.care__banner .annotation__title {
  font-size: 20px;
  line-height: 138%;
  font-weight: 600;
  letter-spacing: 0.055em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.care__banner .annotation__title {
    font-size: 12px;
  }
}
section.care__banner .annotation__text {
  font-size: 31px;
  line-height: 138%;
  font-weight: 600;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 1399px) {
  section.care__banner .annotation__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.care__banner .annotation__text {
    font-size: 16px;
  }
}
section.care__work {
  padding-bottom: 120px;
  position: relative;
}
section.care__work::after,
section.care__work::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 857px;
  background-image: url(../img/bg-wood-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  section.care__work::after,
  section.care__work::before {
    height: 600px;
  }
}
section.care__work::before {
  top: -250px;
}
@media screen and (max-width: 991px) {
  section.care__work::before {
    top: -100px;
  }
}
section.care__work::after {
  display: none;
  bottom: -100px;
}
@media screen and (max-width: 991px) {
  section.care__work::after {
    display: block;
    bottom: -170px;
  }
}
@media screen and (max-width: 767px) {
  section.care__work {
    padding-bottom: 35px;
  }
}
section.care__work .block__title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  section.care__work .block__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.care__work .block__title {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.care__work__items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .care__work__items__wrap {
    width: calc(100vw + 10px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    margin-right: 0;
  }
}
.care__work__item {
  width: calc(100% / 4 - 20px);
  padding: 35px 30px 30px 40px;
  margin: 0 10px 15px;
  background-color: #f6f6f6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1499px) {
  .care__work__item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .care__work__item {
    width: calc(100% / 3 - 20px);
  }
}
@media screen and (max-width: 991px) {
  .care__work__item {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 767px) {
  .care__work__item {
    width: calc(100% / 2 - 10px);
    padding: 20px 10px 15px 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.care__work__item.to-animate:nth-child(even),
.care__work__item.to-animate:nth-child(odd) {
  -webkit-transition: -webkit-transform ease 0.45s;
  transition: transform ease 0.45s;
  transition:
    transform ease 0.45s,
    -webkit-transform ease 0.45s;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.care__work__item.to-animate:nth-child(even) {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.care__work__item.to-animate.animated {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.care__work__item.w-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.care__work__item.w-bg .care__work__item__num,
.care__work__item.w-bg .care__work__item__text {
  color: #fff;
}
.care__work__item__icon,
.care__work__item__text,
.price__banner .container {
  position: relative;
}
.care__work__item__num {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 14px;
  line-height: 118%;
  font-weight: 700;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .care__work__item__num {
    top: 21px;
    right: 18px;
  }
}
.care__work__item__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #90b574;
  background-image: url(../img/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 5px 35px rgba(144, 181, 116, 0.93);
  box-shadow: 0 5px 35px rgba(144, 181, 116, 0.93);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .care__work__item__icon {
    width: 22px;
    height: 22px;
    background-size: 6px;
  }
}
.care__work__item__text {
  font-size: 18px;
  line-height: 156%;
  font-weight: 600;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .care__work__item__text {
    font-size: 14px;
    word-break: break-word;
  }
}
section.price .block__title span {
  padding-left: 75px;
  padding-right: 75px;
}
@media screen and (max-width: 767px) {
  section.price .block__title span {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.price .annotation {
  font-size: 18px;
  line-height: 164%;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-align: center;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 80px;
}
.price__banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .price__banner {
    max-height: 310px;
    margin-bottom: 430px;
  }
}
@media screen and (max-width: 575px) {
  .price__banner {
    background-position: top 0 right -100px;
  }
}
.price__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .price__banner::before {
    background: rgba(0, 0, 0, 0.45);
  }
}
@media screen and (min-width: 1200px) {
  .price__banner .container {
    max-width: 1270px;
  }
}
.price__banner__title {
  font-weight: 700;
  font-size: 41px;
  line-height: 145%;
  letter-spacing: 0.055em;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .price__banner__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .price__banner__title {
    font-size: 19px;
    margin-bottom: 40px;
  }
}
.price__text {
  font-size: 18px;
  letter-spacing: 0.07em;
  line-height: 189%;
  font-weight: 600;
  text-align: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.price__items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -80px;
  margin-left: -34px;
  margin-right: -34px;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
@media screen and (max-width: 1499px) {
  .price__items__wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 991px) {
  .price__items__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3 - 68px);
  min-height: 365px;
  padding: 45px 50px 42px 45px;
  margin-left: 34px;
  margin-right: 34px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.02);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.02);
}
.price__item.to-animate {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition:
    transform ease 0.4s,
    -webkit-transform ease 0.4s;
}
.price__item.to-animate:nth-child(1) {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.price__item.to-animate:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.price__item.to-animate:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.price__item.to-animate.animated {
  -webkit-transform: none;
  transform: none;
}
.price__item:nth-child(1) {
  background-position: top -50% right -55px;
}
@media screen and (max-width: 1399px) {
  .price__item:nth-child(1) {
    background-position: top -50% right -135px;
  }
}
@media screen and (max-width: 991px) {
  .price__item:nth-child(1) {
    background-position: top 0 right -55px;
  }
}
@media screen and (max-width: 1499px) {
  .price__item {
    width: calc(100% / 3 - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .price__item {
    background-position: top 0 right -80px;
  }
}
@media screen and (max-width: 1299px) {
  .price__item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .price__item {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    background-position: top 0 right 0;
  }
}
@media screen and (max-width: 767px) {
  .price__item {
    padding: 30px 30px 25px 40px;
  }
}
@media screen and (max-width: 991px) {
  .price__item:last-child {
    margin-bottom: 0;
  }
}
.price__item__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  line-height: 118%;
  margin-bottom: 25px;
}
.price__item__amount__title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .price__item__amount__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.price__item__amount__value {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .price__item__amount__value {
    font-size: 20px;
  }
}
.price__item__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  line-height: 175%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  color: #fff;
  background-color: #90b574;
  padding: 10px 20px;
  margin-top: auto;
  min-height: 68px;
}
@media screen and (max-width: 1499px) {
  .price__item__value {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1299px) {
  .price__item__value {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .price__item__value {
    min-height: 45px;
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .price__item__value {
    font-size: 14px;
    max-width: 185px;
  }
}
section.care__ground {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.care__ground {
    padding-bottom: 80px;
  }
}
section.care__ground .block__title {
  margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
  section.care__ground .block__title {
    margin-bottom: 45px;
  }
}
section.care__ground .block__title span {
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  section.care__ground .block__title span {
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.care__ground .btn-invite {
  display: block;
  font-size: 20px;
  line-height: 210%;
  text-align: center;
  color: #212121;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  cursor: pointer;
}
section.care__ground .btn-invite span {
  display: inline;
  border-bottom: 1px dashed #90b574;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  section.care__ground .btn-invite {
    font-size: 16px;
  }
}
.care__ground__blocks__wrap {
  margin-bottom: 40px;
}
.care__ground__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
.care__ground__block:nth-child(odd) .care__ground__block__text {
  width: 45%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .care__ground__block:nth-child(odd) .care__ground__block__text {
    line-height: 164%;
    text-align: center;
    width: 100%;
    padding: 35px 20px 50px;
    margin-left: 0;
  }
}
.care__ground__block:nth-child(odd) .care__ground__block__image__wrap {
  right: 50%;
  width: 43vw;
  height: calc(100% + 155px);
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.care__ground__block:nth-child(odd)
  .care__ground__block__image__wrap.to-animate {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
@media screen and (max-width: 1199px) {
  .care__ground__block:nth-child(odd) .care__ground__block__image__wrap {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .care__ground__block:nth-child(odd) .care__ground__block__image__wrap {
    width: 100%;
  }
}
.care__ground__block:nth-child(even) {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .care__ground__block:nth-child(even) {
    padding-top: 0;
  }
}
.care__ground__block:nth-child(even) .care__ground__block__quote {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .care__ground__block:nth-child(even) .care__ground__block__quote {
    width: 100%;
  }
}
.care__ground__block:nth-child(even) .care__ground__block__image__wrap {
  width: 36vw;
  left: 62%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: -80px;
}
.care__ground__block:nth-child(even)
  .care__ground__block__image__wrap.to-animate {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
@media screen and (max-width: 1199px) {
  .care__ground__block:nth-child(even) .care__ground__block__image__wrap {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .care__ground__block:nth-child(even) .care__ground__block__image__wrap {
    width: 100%;
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.care__ground__block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .care__ground__block {
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.care__ground__block__image__wrap {
  position: absolute;
  height: 100%;
  z-index: 1;
}
.care__ground__block__image__wrap.to-animate {
  -webkit-transition: -webkit-transform ease 0.7s;
  transition: transform ease 0.7s;
  transition:
    transform ease 0.7s,
    -webkit-transform ease 0.7s;
}
.care__ground__block__image__wrap.to-animate.animated {
  -webkit-transform: none !important;
  transform: none !important;
}
@media screen and (max-width: 767px) {
  .care__ground__block__image__wrap {
    position: static;
  }
}
.care__ground__block__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.care__ground__block__text {
  font-size: 25px;
  line-height: 156%;
  font-weight: 600;
  color: #212121;
}
.care__ground__block__text.spoiler.cut {
  max-height: 280px;
}
.care__ground__block__text.spoiler.cut::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #fff 100%);
}
.care__ground__block__text + .btn-read-more {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .care__ground__block__text {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .care__ground__block__text {
    font-size: 18px;
  }
}
.care__ground__block__quote {
  font-size: 18px;
  line-height: 189%;
  letter-spacing: 0.07em;
  background-color: #f5f5f5;
  padding: 115px 40px 75px 75px;
  position: relative;
}
.care__ground__block__quote::after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 65px;
  width: 70px;
  height: 8px;
  background-image: url(../img/arrow-medium-green.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .care__ground__block__quote::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .care__ground__block__quote {
    padding: 90px 40px 75px;
  }
}
@media screen and (max-width: 767px) {
  .care__ground__block__quote {
    font-size: 16px;
    text-align: center;
    padding: 30px 20px 100px;
  }
}
.footer.block__w__decoration::after,
.footer.block__w__decoration::before {
  z-index: 1;
}
.footer.block__w__decoration::before {
  width: 195px;
  height: 305px;
  bottom: 0;
  left: 0;
  background-image: url(../img/footer-leaf-left.png);
}
@media screen and (max-width: 1599px) {
  .footer.block__w__decoration::before {
    display: none;
  }
}
.footer.block__w__decoration::after {
  width: 307px;
  height: 948px;
  bottom: 0;
  right: 0;
  background-image: url(../img/footer-leaf-right.png);
}
@media screen and (max-width: 1599px) {
  .footer.block__w__decoration::after {
    top: -390px;
    bottom: auto;
    width: 192px;
    height: 549px;
    background-image: url(../img/footer-leaf-right-mob.png);
  }
}
.footer .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer .social__items__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .social__items__wrap.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 20px;
  flex-wrap: wrap;
}
.footer .social__items__wrap.desktop div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer .social__items__wrap.desktop {
    display: none;
  }
}
.footer .social__items__wrap.desktop .social__item {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.footer .social__items__wrap.mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .social__items__wrap.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .social__items__wrap.mob div {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.footer .social__items__wrap.mob .social__item {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.footer .social__item {
  border-radius: 50%;
  border: 1px solid #d0c9c1;
}
.footer .social__item svg {
  width: 23px;
  height: 23px;
  fill: #212121;
}
.footer__top {
  position: relative;
  padding-top: 45px;
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .footer__top {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.footer__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.28;
}
.footer__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer__top .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__logo__w__social__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo__w__social__wrap {
    margin-bottom: 35px;
  }
}
.footer__logo {
  display: block;
  width: 160px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-right: auto;
  }
}
.footer__address {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-right: auto;
}
.footer__menu {
  list-style: none;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    margin-bottom: 35px;
  }
}
.footer__menu__item {
  max-width: 165px;
  margin-bottom: 15px;
}
.footer__menu__item:last-of-type {
  margin-bottom: 0;
}
.footer__menu__link {
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer__menu__link:hover {
  text-decoration: underline;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__contacts {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.footer__phones__wrap {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer__phones__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__phone {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #212121;
  white-space: nowrap;
  margin-bottom: 5px;
}
.footer__phone:last-of-type {
  margin-bottom: 0;
}
.footer__top__left,
.popup[data-popup="callback"] form,
.popup[data-popup="catalog"] form,
.popup[data-popup="order-call"] form,
.popup[data-popup="portfolio"] form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 140px;
}
@media screen and (max-width: 1399px) {
  .footer__top__left {
    margin-right: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__top__left {
    margin-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer__top__left {
    width: 100%;
    margin-right: 0;
  }
  .footer__top__left .footer__address {
    display: none;
  }
}
.footer__top__middle .footer__address {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__top__middle .footer__address {
    display: block;
  }
}
.footer__top__block__title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.465em;
  text-transform: uppercase;
  color: #212121;
  border-bottom: 1px solid #d1c3b4;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .footer__top__block__title {
    margin-bottom: 20px;
  }
}
.footer__top__right {
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .footer__top__right {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__top__right {
    margin-top: 25px;
  }
  .footer__top__right .footer__top__block__title {
    display: none;
  }
}
.footer__top__right .footer__top__block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__top__right .btn-callback {
  min-width: 225px;
}
@media screen and (max-width: 1399px) {
  .footer__top__right .btn-callback {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .footer__top__right .btn-callback {
    max-width: 100%;
  }
}
.footer__bottom {
  color: #a8a8a8;
  background-color: #f6f6f6;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer__bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__conf__policy {
  font-size: 18px;
  color: #a8a8a8;
}
@media screen and (max-width: 991px) {
  .footer__conf__policy {
    margin-bottom: 10px;
  }
  .footer__copyright {
    margin-bottom: 5px;
  }
}
.copyright__texterra,
.popup[data-popup="solution"] .solution__order__form .input__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .copyright__texterra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.copyright__texterra__text {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .copyright__texterra__text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.copyright__texterra__link {
  display: block;
  /* width: 86px; */
  height: 20px;
  margin-top: -8px;
}
.overlay,
.popup {
  display: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  -webkit-transition:
    opacity ease 0.4s,
    visibility ease 0.4s;
  transition:
    opacity ease 0.4s,
    visibility ease 0.4s;
}
.overlay {
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(5, 7, 8, 0.7);
  pointer-events: none;
  z-index: 19;
}
.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay.active,
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup {
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateY(50%) translateX(50%);
  transform: translateY(50%) translateX(50%);
  z-index: 20;
  background: #fff;
  overflow: hidden;
}
.popup__content {
  max-height: 100vh;
  overflow: auto;
  background-color: #fff;
  position: relative;
}
.popup[data-popup="solution"] {
  max-width: 1356px;
}
.popup[data-popup="solution"] .popup__content {
  padding: 70px 65px 45px 70px;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="solution"] .popup__content {
    padding: 60px 0 0;
  }
}
.popup[data-popup="solution"] .popup__inner__content__top {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="solution"] .popup__inner__content__top {
    padding: 0 30px 0 20px;
    margin-bottom: 0;
  }
}
.popup[data-popup="solution"] .popup__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 111%;
  text-align: center;
  color: #212121;
  margin-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="solution"] .popup__title {
    font-size: 30px;
    line-height: 118%;
    margin-bottom: 50px;
  }
}
.popup[data-popup="solution"] .kit__list {
  -webkit-column-gap: 46px;
  -moz-column-gap: 46px;
  column-gap: 46px;
}
.popup[data-popup="solution"] .solution__kit__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 700;
  color: #353535;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="solution"] .solution__kit__total {
    width: calc(100vw + 10px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 25px;
    margin-left: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
  }
}
.popup[data-popup="solution"] .solution__kit__total__title {
  font-size: 20px;
  line-height: 111%;
  margin-right: 20px;
}
.popup[data-popup="solution"] .solution__kit__total__value {
  font-size: 40px;
  line-height: 111%;
}
.popup[data-popup="solution"] .solution__order__form {
  padding: 35px 85px 40px 75px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="solution"] .solution__order__form {
    padding: 25px 40px 50px 30px;
  }
}
.popup[data-popup="solution"] .solution__order__form .input__area {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="solution"] .solution__order__form .input__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.popup[data-popup="solution"] .solution__order__form .input__area button,
.popup[data-popup="solution"] .solution__order__form .input__area input {
  margin: 0 10px;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="solution"] .solution__order__form .input__area button,
  .popup[data-popup="solution"] .solution__order__form .input__area input {
    margin: 0 0 10px;
  }
}
.popup[data-popup="solution"] .solution__order__form .input__area input {
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="solution"] .solution__order__form .input__area input {
    text-align: center;
  }
}
.popup[data-popup="solution"] .solution__order__form .conf__policy {
  font-size: 13px;
  line-height: 142%;
  letter-spacing: 0.02em;
  color: #c6c6c6;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="solution"] .solution__order__form .conf__policy {
    text-align: center;
  }
}
.popup[data-popup="solution"] .solution__order__form .btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 245px;
}
.popup[data-popup="solution"] .solution__order__form .btn-submit .btn__title {
  margin-right: 15px;
}
.popup[data-popup="solution"] .solution__order__form .btn-submit .btn__arrow {
  width: 21px;
  height: 8px;
}
.popup[data-popup="callback"],
.popup[data-popup="catalog"],
.popup[data-popup="order-call"],
.popup[data-popup="portfolio"] {
  padding: 30px;
  background-color: #f0f0f0;
  max-width: 766px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="callback"],
  .popup[data-popup="catalog"],
  .popup[data-popup="order-call"],
  .popup[data-popup="portfolio"] {
    padding: 20px;
  }
}
.popup[data-popup="callback"]::after,
.popup[data-popup="callback"]::before,
.popup[data-popup="catalog"]::after,
.popup[data-popup="catalog"]::before,
.popup[data-popup="order-call"]::after,
.popup[data-popup="order-call"]::before,
.popup[data-popup="portfolio"]::after,
.popup[data-popup="portfolio"]::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.popup[data-popup="callback"] .popup__content,
.popup[data-popup="catalog"] .popup__content,
.popup[data-popup="order-call"] .popup__content,
.popup[data-popup="portfolio"] .popup__content {
  padding: 65px 40px 55px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="callback"] .popup__content,
  .popup[data-popup="catalog"] .popup__content,
  .popup[data-popup="order-call"] .popup__content,
  .popup[data-popup="portfolio"] .popup__content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    max-height: calc(100vh - 40px);
  }
}
.popup[data-popup="callback"] .popup__title,
.popup[data-popup="callback"] .popup__title__under,
.popup[data-popup="catalog"] .popup__title,
.popup[data-popup="catalog"] .popup__title__under,
.popup[data-popup="order-call"] .popup__title,
.popup[data-popup="order-call"] .popup__title__under,
.popup[data-popup="portfolio"] .popup__title,
.popup[data-popup="portfolio"] .popup__title__under {
  text-align: center;
  letter-spacing: 0.07em;
}
.popup[data-popup="callback"] .popup__title,
.popup[data-popup="catalog"] .popup__title,
.popup[data-popup="order-call"] .popup__title,
.popup[data-popup="portfolio"] .popup__title {
  font-size: 44px;
  line-height: 111%;
  font-weight: 700;
  color: #212121;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="callback"] .popup__title,
  .popup[data-popup="catalog"] .popup__title,
  .popup[data-popup="order-call"] .popup__title,
  .popup[data-popup="portfolio"] .popup__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.popup[data-popup="callback"] .popup__title__under,
.popup[data-popup="catalog"] .popup__title__under,
.popup[data-popup="order-call"] .popup__title__under,
.popup[data-popup="portfolio"] .popup__title__under {
  font-size: 16px;
  line-height: 164%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="callback"] .popup__title__under,
  .popup[data-popup="catalog"] .popup__title__under,
  .popup[data-popup="order-call"] .popup__title__under,
  .popup[data-popup="portfolio"] .popup__title__under {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.popup[data-popup="callback"] form,
.popup[data-popup="catalog"] form,
.popup[data-popup="order-call"] form,
.popup[data-popup="portfolio"] form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.popup[data-popup="callback"] .input__area,
.popup[data-popup="catalog"] .input__area,
.popup[data-popup="order-call"] .input__area,
.popup[data-popup="portfolio"] .input__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="callback"] .input__area,
  .popup[data-popup="catalog"] .input__area,
  .popup[data-popup="order-call"] .input__area,
  .popup[data-popup="portfolio"] .input__area {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.popup[data-popup="callback"] .input__area input,
.popup[data-popup="catalog"] .input__area input,
.popup[data-popup="order-call"] .input__area input,
.popup[data-popup="portfolio"] .input__area input {
  text-align: center;
  width: calc(100% / 2 - 14px);
  margin-left: 7px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="callback"] .input__area input,
  .popup[data-popup="catalog"] .input__area input,
  .popup[data-popup="order-call"] .input__area input,
  .popup[data-popup="portfolio"] .input__area input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .popup[data-popup="callback"] .input__area input:last-child,
  .popup[data-popup="catalog"] .input__area input:last-child,
  .popup[data-popup="order-call"] .input__area input:last-child,
  .popup[data-popup="portfolio"] .input__area input:last-child {
    margin-bottom: 0;
  }
}
.popup[data-popup="callback"] .conf__policy,
.popup[data-popup="catalog"] .conf__policy,
.popup[data-popup="order-call"] .conf__policy,
.popup[data-popup="portfolio"] .conf__policy {
  width: 100%;
  font-size: 13px;
  line-height: 141%;
  letter-spacing: 0.02em;
  color: #c6c6c6;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="callback"] .conf__policy,
  .popup[data-popup="catalog"] .conf__policy,
  .popup[data-popup="order-call"] .conf__policy,
  .popup[data-popup="portfolio"] .conf__policy {
    margin-bottom: 30px;
  }
}
.popup[data-popup="callback"] .popup__close,
.popup[data-popup="catalog"] .popup__close,
.popup[data-popup="order-call"] .popup__close,
.popup[data-popup="portfolio"] .popup__close {
  top: 50px;
  right: 60px;
}
.popup[data-popup="callback"]::after,
.popup[data-popup="callback"]::before,
.popup[data-popup="order-call"]::after,
.popup[data-popup="order-call"]::before {
  width: 928px;
  height: 933px;
  background-image: url(../img/popup-decoration-leaf.png);
}
.popup[data-popup="callback"]::before,
.popup[data-popup="order-call"]::before {
  top: -310px;
  right: -340px;
}
.popup[data-popup="callback"]::after,
.popup[data-popup="order-call"]::after {
  left: -450px;
  bottom: -350px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup[data-popup="catalog"]::before {
  bottom: 0;
  left: 0;
  width: 766px;
  height: 606px;
  background-image: url(../img/popup-decoration-pine-left.png);
}
@media screen and (max-width: 767px) {
  .popup[data-popup="catalog"]::before,
  .popup[data-popup="portfolio"]::before {
    width: 297px;
    height: 359px;
    background-image: url(../img/popup-decoration-pine-left-mob.png);
  }
}
.popup[data-popup="catalog"]::after {
  top: 0;
  right: 0;
  width: 538px;
  height: 546px;
  background-image: url(../img/popup-decoration-pine-right.png);
}
@media screen and (max-width: 767px) {
  .popup[data-popup="catalog"]::after,
  .popup[data-popup="portfolio"]::after {
    width: 297px;
    height: 315px;
    background-image: url(../img/popup-decoration-pine-right-mob.png);
  }
}
.popup[data-popup="catalog"] .popup__title,
.popup[data-popup="portfolio"] .popup__title {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="catalog"] .popup__title,
  .popup[data-popup="portfolio"] .popup__title {
    max-width: 200px;
  }
}
.popup[data-popup="portfolio"]::after,
.popup[data-popup="portfolio"]::before {
  width: 928px;
  height: 933px;
  background-image: url(../img/popup-decoration-leaf.png);
}
.popup[data-popup="portfolio"]::before {
  top: -310px;
  right: -340px;
}
.popup[data-popup="portfolio"]::after {
  left: -450px;
  bottom: -350px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.popup[data-popup="project"] .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="project"] .popup__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.popup[data-popup="project"] .popup__main__slider {
  width: 57%;
  height: 670px;
}
@media screen and (max-width: 1199px) {
  .popup[data-popup="project"] .popup__main__slider {
    width: 40%;
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .popup[data-popup="project"] .popup__main__slider {
    width: 100%;
    display: none;
  }
}
.popup[data-popup="project"] .popup__main__slider .swiper-button-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.popup[data-popup="project"] .btn-switch-project::before,
.popup[data-popup="project"] .popup__main__slider .swiper-button-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup[data-popup="project"] .popup__nav__slider {
  margin: 0 0 30px;
  min-height: 170px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="project"] .popup__nav__slider {
    margin-bottom: 35px;
  }
}
.popup[data-popup="project"] .popup__nav__slider .swiper-wrapper {
  height: auto;
}
.popup[data-popup="project"] .popup__nav__slider .popup__slider__item,
.popup__close {
  width: 166px;
  height: 166px;
  position: relative;
  cursor: pointer;
}
.popup[data-popup="project"] .popup__nav__slider .popup__slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.popup[data-popup="project"]
  .popup__nav__slider
  .popup__slider__item.swiper-slide-active::before {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .popup[data-popup="project"]
    .popup__nav__slider
    .popup__slider__item.swiper-slide-active::before {
    opacity: 0.5;
  }
  .popup[data-popup="project"]
    .popup__nav__slider
    .popup__slider__item.swiper-slide-visible::before {
    opacity: 0;
  }
}
.popup[data-popup="project"] .popup__slider__item__image {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.popup[data-popup="project"] .popup__inner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 43%;
  max-height: 670px;
  padding: 55px 0 45px 65px;
  margin-left: 0;
  margin-right: auto;
  overflow: auto;
}
@media screen and (max-width: 1199px) {
  .popup[data-popup="project"] .popup__inner__content {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .popup[data-popup="project"] .popup__inner__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popup[data-popup="project"] .popup__inner__content {
    padding: 45px 0 30px 30px;
  }
}
.popup[data-popup="project"] .popup__title {
  font-size: 30px;
  line-height: 139%;
  font-weight: 700;
  color: #212121;
  max-width: 450px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="project"] .popup__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.popup[data-popup="project"] .popup__text {
  line-height: 164%;
  letter-spacing: 0.07em;
  max-width: 570px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="project"] .popup__text {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.popup[data-popup="project"] .switches__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="project"] .switches__wrap {
    padding-right: 25px;
  }
}
.popup[data-popup="project"] .btn-switch-project {
  font-size: 16px;
  line-height: 174%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="project"] .btn-switch-project {
    font-size: 14px;
  }
}
.popup[data-popup="project"] .btn-switch-project:hover {
  color: #90b574;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.popup[data-popup="project"] .btn-switch-project:hover::before {
  background-image: url(../img/quotation-marks-green.svg);
}
@media screen and (max-width: 767px) {
  .popup[data-popup="project"] .btn-switch-project span {
    display: none;
  }
}
.popup[data-popup="project"] .btn-switch-project::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: 1px;
  background-image: url(../img/quotation-marks.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image ease 0.3s;
  transition: background-image ease 0.3s;
}
.popup[data-popup="project"] .btn-switch-project.prev {
  padding-left: 25px;
  margin-right: auto;
}
.popup[data-popup="project"] .btn-switch-project.prev::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.popup[data-popup="project"] .btn-switch-project.next {
  padding-right: 25px;
  margin-left: auto;
}
.popup[data-popup="project"] .btn-switch-project.next::before {
  right: 0;
}
.popup[data-popup="reminder"] {
  padding: 30px;
  background-color: #f0f0f0;
  max-width: 766px;
}
.popup[data-popup="reminder"] .popup__content {
  padding: 60px 20px;
}
.popup[data-popup="reminder"] .popup__title {
  font-size: 44px;
  line-height: 111%;
  font-weight: 700;
  text-align: center;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .popup[data-popup="reminder"] .popup__title {
    font-size: 20px;
  }
}
.popup[data-popup="reminder"] .popup__close {
  top: 40px;
  right: 50px;
}
.popup__close {
  position: absolute;
  top: 30px;
  right: 60px;
  width: 25px;
  height: 25px;
}
.popup__close svg {
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 991px) {
  .popup__close {
    top: 30px;
    right: 25px;
  }
}
