@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
}

* body._hiden {
  overflow: hidden;
}

* .container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1440px;
}

* a {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

* span {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

* h1 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 51px;
  line-height: 62px;
}

* h2 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 44px;
  line-height: 54px;
}

* h3 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  color: #FFFFFF;
}

* h4 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

* h5 {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}

* input::-webkit-input-placeholder {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

* input::-moz-placeholder {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

* input:-ms-input-placeholder {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

* input::-ms-input-placeholder {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

* input::placeholder {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.btn {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #429380;
  border-radius: 37px;
  padding: 22px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 1;
  border-radius: inherit;
  background: #456650;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.btn p {
  position: relative;
  z-index: 2;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: unset;
}

.btn svg {
  position: relative;
  z-index: 2;
}

.btn svg path {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.btn__stroke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 21px 22px;
  background: transparent;
  border: 1px solid #429380;
  color: #429380;
}

.btn__stroke p {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.btn__stroke svg path {
  fill: #429380;
}

.btn__stroke::after {
  background: #429380;
  bottom: -1px;
  top: -1px;
  left: unset;
  right: 0;
}

.btn__page {
  overflow: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 46px;
  padding-right: 46px;
  margin: 0 auto;
}

.sozial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.sozial__link {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
  background: transparent;
  padding: 0;
}

.sozial__link::after {
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  background: #429380;
}
.sozial__link-vk::after {
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  background: #4C75A3 !important;
}
.sozial__link-tg::after {
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  background: #0088cc !important;
}
.sozial__link-wa::after {
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  background: #25d366 !important;
}

.input,
.area {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 23px 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.input.err,
.area.err {
  border: 1px solid #F40000;
  color: #f40000;
}

.input:focus,
.area:focus {
  border: 1px solid rgba(0, 87, 255, 0.5);
}

.area {
  resize: none;
  min-height: 165px;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.politic {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.politic a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: rgba(0, 87, 255, 0.5);
}

.video {
  cursor: pointer;
}

.video iframe,
.video img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video img {
  z-index: 1;
}

.video-play {
  overflow: unset;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #FFFFFF;
}

.video-play::after {
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #429380;
}

.video-play svg {
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
}

.main-link {
  position: relative;
}

.main-link::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: rgba(0, 87, 255, 0.5);
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

.slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  padding: 0 5px;
}

.slider-btn svg,
.slider-btn path {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.btn-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bread-crumbs {
  padding-top: 20px;
  padding-bottom: 24px;
}

.bread-crumbs ul {
  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;
}

.bread-crumbs ul li {
  position: relative;
}

.bread-crumbs ul li:not(:last-child) {
  padding-right: 67px;
}

.bread-crumbs ul li:last-child {
  pointer-events: none;
}

.bread-crumbs ul li:last-child::after {
  display: none;
}

.bread-crumbs ul li::after {
  content: "";
  position: absolute;
  top: 51%;
  width: 12px;
  height: 1.5px;
  background: rgba(0, 0, 0, 0.5);
  right: 28px;
}

.bread-crumbs ul li a {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5);
}

.form-err {
  font-size: 14px;
  line-height: 20px;
  color: #F40000;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.form-err.err {
  margin-bottom: 20px;
  max-height: 200px;
}

.header {
  position: relative;
  z-index: 3;
  background: url(../img/other/header-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header__wrapper {
  display: none;
}

.header__wrapper._active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.header__container {
  position: relative;
  z-index: 2;
}

.header__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background: #ffffff;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 0;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__logo {
  overflow: hidden;
  max-width: 152px;
  margin-right: 66px;
}

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

.header__call {
  will-change: transform, fill;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-right: 40px;
  text-align: left;
}

.header__call span {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  padding: 0;
  background: transparent;
}

.header__call span::after {
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  background: #429380;
}

.header__call p {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #429380;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  padding-bottom: 1px;
}

.header__call-mobile {
  display: none;
}

.header__phone {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.header__phone a {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #000000;
}

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

.header__sozial {
  margin-right: 30px;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.header__button {
  padding: 15px 22px;
  border-radius: 23px;
  font-size: 12px;
}

.header__button:first-child {
  padding-right: 31px;
}

.header__button:last-child {
  overflow: unset;
  padding: 14px 22px;
}

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

.header__push {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #429380;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.header__push svg {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.header__push svg rect,
.header__push svg line {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.header__push.active svg rect {
  fill: #456650;
}

.header__push.active svg:first-child {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.header__push.active .header__push-last {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.header__push p {
  font-size: inherit;
  font-weight: inherit;
}

.header__push-last {
  will-change: transform;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.header__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 83%;
          flex: 0 1 83%;
}

.header__menu {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 103px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #FFFFFF;
  -webkit-transition: 0.8s all ease-in-out;
  -o-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.header__menu.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__menu .menu-header__grid {
  gap: 10px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fill, 24.4%);
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 47px;
  -webkit-box-shadow: 0px 11px 33px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 11px 33px rgba(0, 0, 0, 0.11);
}

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

.nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  height: fit-content;
}

.nav__item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 0;
  height: 2.5px;
  border-radius: 3px;
  background: #429380;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.nav__item.active::after {
  width: 100%;
}

.nav__item.active .nav__links {
  color: #429380;
}

.nav__item.active .nav__links svg path {
  stroke: #429380;
}

.nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.nav__links svg {
  margin-left: 5px;
}

.nav__links svg path {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.header-drop svg {
  margin-top: 1px;
}

.header-drop__dropdown {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  padding: 20px;
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header-drop__dropdown li:not(:last-child) {
  margin-bottom: 10px;
}

.header-drop__dropdown a {
  display: block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
}

.header-drop__dropdown a img {
  margin-right: 3px;
  margin-top: 5px;
}

.header-drop.active .header-drop__dropdown {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-header__grid {
  display: grid;
}

.menu-header__item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  min-height: 304px;
}

.menu-header__item picture,
.menu-header__item img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s -webkit-transform ease-in-out;
  transition: 0.5s -webkit-transform ease-in-out;
  -o-transition: 0.5s transform ease-in-out;
  transition: 0.5s transform ease-in-out;
  transition: 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
}

.menu-header__link {
  position: absolute;
  inset: 0;
}

.menu-header__name {
  -webkit-transition: 0.5s color ease-in-out;
  -o-transition: 0.5s color ease-in-out;
  transition: 0.5s color ease-in-out;
}

.menu-header__name span {
  display: block;
}

.menu-header__button {
  padding: 10px;
  padding-left: 16px;
  max-width: 148px;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  background: #ffffff;
}

.menu-header__button::after {
  background: #429380;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.row__min {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8.8%;
          flex: 0 1 8.8%;
}

.row__big {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 91.2%;
          flex: 0 1 91.2%;
}

.row__text {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(72, 72, 72, 0.2);
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page__big {
  position: relative;
}

.page__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 39%;
          flex: 0 1 39%;
  max-width: 480px;
  padding-bottom: 80px;
}

.page__title {
  margin-bottom: 50px;
  color: #000000;
}

.page__title span {
  display: block;
  color: #429380;
}

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

.page__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.page__button {
  padding: 22px 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  gap: 36px;
}

.page__button svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page__button svg path {
  stroke: #ffffff;
}

.projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
}

.projects__images {
  will-change: transform;
  overflow: hidden;
  margin-bottom: 22px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

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

.projects__name {
  margin-bottom: 22px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.projects__descr {
  display: none;
  margin-bottom: 30px;
}

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

.projects__square {
  position: relative;
  padding-left: 22px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}

.projects__square::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../img/svg/cub.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.projects__room {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 21px;
}

.projects__room::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 13px;
  background: url(../img/svg/room.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.projects__price {
  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;
  gap: 15px;
  min-height: 46px;
  background: #EEF0F1;
  border-radius: 23px;
  padding-left: 10px;
  padding-right: 20px;
}

.projects__price--long {
  gap: 5px;
}

.projects__price--long .projects__amount {
  margin-left: 10px;
}

.projects__null {
  padding: 0 20px;
}

.projects__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  border-radius: 20px;
  padding: 8px 12px;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.projects__new {
  background: #22D13E;
  color: #FFFFFF;
}

.projects__amount {
  font-weight: 700;
  font-size: 22px;
  line-height: 15px;
  color: #456650;
}

.projects__blue {
  background: #429380;
  color: #FFFFFF;
}

.projects__hit {
  background: #FFD600;
  color: #000000;
}

.projects__stock {
  background: #FF3D00;
  color: #FFFFFF;
}

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

.blog-cards__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.8%;
          flex: 0 1 46.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog-cards__item a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-cards__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 242px;
  margin-bottom: 20px;
  padding: 11px 18px;
}

.blog-cards__images,
.blog-cards__video {
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.blog-cards .blog-cards__video {
  z-index: 2;
}

.blog-cards__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-cards__tag {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 18px;
  padding: 7px 16px;
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 18px;
  line-height: 100%;
}

.blog-cards__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 5px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.blog-cards__date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.blog-cards__play {
  width: 68px;
  height: 68px;
}

.blog-cards__play svg {
  width: 20px;
  height: 23px;
}

.footer__top {
  background: rgba(69, 80, 102, 0.1);
  padding-top: 40px;
  padding-bottom: 63px;
}

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

.footer__logo {
  display: block;
  margin-bottom: 31px;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-bottom: 8px;
}

.footer__phone {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.footer__btn {
  padding: 11px 27px;
  font-size: 13px;
}

.footer__addres {
  margin-bottom: 69px;
}

.footer__addres span {
  display: block;
}

.footer__sozial {
  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;
  gap: 10px;
}

.footer__sozial .footer__name {
  width: 100%;
  margin-bottom: 6px;
}

.footer__name {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}

.footer__bottom {
  background: #FFFFFF;
  padding-top: 13px;
  padding-bottom: 19px;
}

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

.footer__copy span {
  display: block;
}

.footer__politick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 370px;
  gap: 1px;
}

.footer__politick a {
  color: #429380;
}

.footer__creator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.footer__text span {
  display: block;
}

.footer__text a {
  color: #429380;
}

.nav-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-footer__button {
  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;
  margin-bottom: 23px;
}

.nav-footer__button svg {
  display: none;
}

.nav-footer__item:not(:last-child) {
  margin-bottom: 10px;
}

.nav-footer__link {
  color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-footer__link::before {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  height: 1px;
}

.nav-footer__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 17px;
  margin-top: 20px;
}

.nav-footer__submenu a {
  color: #429380;
}

.nav-footer__submenu a::before {
  height: 1.5px;
}

.modal {
  --transition-time: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--transition-time), visibility var(--transition-time);
  -o-transition: opacity var(--transition-time), visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal__container {
  position: relative;
  margin: 0 auto;
  display: none;
  vertical-align: middle;
  background-color: #fff;
  cursor: default;
  white-space: initial;
}

.modal.is-open {
  text-align: center;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity var(--transition-time), visibility var(--transition-time);
  -o-transition: opacity var(--transition-time), visibility var(--transition-time);
  transition: opacity var(--transition-time), visibility var(--transition-time);
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000000;
}

.modal.is-open::before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}

.modal__container.modal-open {
  display: inline-block;
}

.modal__container.modal-open.active {
  display: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity var(--transition-time);
  -o-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}

.fade.animate-open {
  opacity: 1;
  -webkit-transition: opacity var(--transition-time);
  -o-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  -o-transition: opacity var(--transition-time), transform var(--transition-time);
  transition: opacity var(--transition-time), transform var(--transition-time);
  transition: opacity var(--transition-time), transform var(--transition-time), -webkit-transform var(--transition-time);
}

.fadeInUp.animate-open {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  transition: opacity var(--transition-time), -webkit-transform var(--transition-time);
  -o-transition: opacity var(--transition-time), transform var(--transition-time);
  transition: opacity var(--transition-time), transform var(--transition-time);
  transition: opacity var(--transition-time), transform var(--transition-time), -webkit-transform var(--transition-time);
}

.content {
  min-height: 200vh;
}

.disable-scroll {
  overflow: hidden;
}

.modal-body .form__politic a {
  color: rgba(0, 87, 255, 0.5);
}

.modal-body__close {
  will-change: transform;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 10px;
  right: 10px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.call-back {
  max-width: 469px;
}

.call-back__wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 50px 44px;
  padding-right: 57px;
  text-align: left;
}

.call-back__title {
  text-align: left;
  max-width: 270px;
  margin-bottom: 20px;
  color: #000;
}

.call-back__title span {
  display: block;
}

.call-back__input {
  margin-bottom: 17px;
}

.call-back__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 17px;
  padding: 28px;
}

.call-back__image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.call-back__descr {
  text-align: left;
  margin-bottom: 47px;
  max-width: 230px;
}

.complite .call-back__wrapper {
  min-width: 469px;
  padding-bottom: 30px;
}

.complite .call-back__title {
  margin-bottom: 5px;
}

.complite .call-back__btn {
  max-width: 368px;
}

.webinar {
  min-width: 1266px;
  background-color: #ffffff;
  text-align: left;
  padding: 68px 0px 59px 68px;
  position: relative;
  overflow: hidden;
}

.webinar__form {
  max-width: 996px;
}

.webinar .form__wrapper {
  max-width: 934px;
  margin-bottom: 40px;
}

.webinar .form__title,
.webinar .form__subtitle {
  color: #000;
}

.webinar .form__politic {
  color: rgba(0, 0, 0, 0.5);
}

.webinar .main-form__images {
  right: 0;
  -webkit-transform: translateX(61%);
      -ms-transform: translateX(61%);
          transform: translateX(61%);
  bottom: -93px;
}

.done {
  min-width: 743px;
}

.done .call-back__wrapper {
  padding: 68px;
}

.done .call-back__title {
  max-width: 100%;
  margin-bottom: 40px;
}

.done .call-back__descr {
  max-width: 100%;
  margin-bottom: 40px;
}

.done .call-back__descr span {
  display: block;
}

.done .call-back__btn {
  max-width: 202px;
  padding: 22px;
  margin-bottom: 0;
}

.excursion {
  padding: 60px;
}

.excursion .form {
  max-width: 814px;
}

.excursion .form__wrapper {
  -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: start;
  gap: 21px;
}

.excursion .form__text {
  max-width: 100%;
}

.excursion .form__descr {
  max-width: 663px;
}

.excursion .form__bottom {
  max-width: 695px;
  gap: 20px;
}

.excursion .main-form__images {
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  top: 0;
  bottom: 0;
}

.modal-question__wrapper {
  position: relative;
  max-width: 867px;
  text-align: left;
  padding: 50px 63px 60px 44px;
}

.modal-question .form__title {
  color: #000000;
  margin-bottom: 11px;
}

.modal-question .form__descr {
  margin-bottom: 30px;
}

.modal-question .form__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.modal-question .form__box {
  margin-bottom: 15px;
}

.modal-question .form__area {
  margin-bottom: 15px;
}

.modal-question .form__politic {
  color: rgba(0, 0, 0, 0.5);
}

.modal-question__qvize {
  margin-bottom: 27px;
}

.modal-question__image {
  position: absolute;
  top: 0;
  right: 0;
}

.qvize-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F0F0F0;
  border: 2px dashed #a7a7a7;
  padding: 20px 22px 28px 40px;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  min-height: 139px;
}

.qvize-modal.active {
  border: 2px dashed rgba(0, 87, 255, 0.8);
}

.qvize-modal__icon {
  margin-right: 50px;
}

.qvize-modal__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qvize-modal__staps-1.hidden {
  display: none;
}

.qvize-modal__text {
  max-width: 303px;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 10px;
}

.qvize-modal__descr {
  font-size: 14px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.5);
}

.qvize-modal__staps-2 {
  display: none;
  max-width: 560px;
  overflow: hidden;
}

.qvize-modal__staps-2.visible {
  display: block;
}

.qvize-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-x: auto;
  padding-bottom: 8px;
}

.qvize-modal__wrapper::-webkit-scrollbar {
  height: 12px;
  border-radius: 6px;
}

.qvize-modal__wrapper::-webkit-scrollbar-track {
  background: white;
  border-radius: 6px;
}

.qvize-modal__wrapper::-webkit-scrollbar-thumb {
  background: #429380;
  border: 3.5px solid #eef0f1;
  border-radius: 6px;
}

.qvize-modal__file {
  position: relative;
  padding: 22px 17px;
  text-align: center;
  background: #ffffff;
}

.qvize-modal__name {
  font-size: 18px;
  line-height: 23px;
}

.qvize-modal__close {
  will-change: transform;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 6px;
  right: 6px;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  -o-transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.qvize-modal__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.done-small.done {
  min-width: 563px;
}

.done-small .call-back__title {
  margin-bottom: 22px;
}

.done-small .call-back__descr {
  max-width: 220px;
  margin-bottom: 32px;
}

.done-small .call-back__image {
  max-width: 217px;
  right: 40px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  bottom: 62px;
  top: unset;
}

.done-small .call-back__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-modal {
  max-width: 542px;
}

.product-modal__body {
  padding: 64px 68px 32px 68px;
  text-align: left;
}

.product-modal__title {
  color: #000000;
  margin-bottom: 24px;
}

.product-modal__wrapper {
  margin-bottom: 23px;
}

.product-modal__item {
  padding: 22px 40px 30px 26px;
  background: #F3E7D8;
  margin-bottom: 23px;
}

.product-modal__second {
  margin-bottom: 17px;
}

.product-modal__second span {
  display: block;
}

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

.product-modal__param {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
}

.product-modal__shell {
  margin-top: 26px;
}

.product-modal__name {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.product-modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.product-modal__box:not(:last-child) {
  margin-bottom: 24px;
}

.product-modal__named {
  font-weight: 700;
}

.product-modal__price {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}

.product-modal__price small {
  font-weight: 400;
  line-height: inherit;
  font-size: 14px;
  margin-right: 8px;
}

.product-modal .form__descr {
  margin-bottom: 20px;
}

.product-modal .form__box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-modal .form__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.product-modal .form__btn {
  width: 100%;
}

.product-modal .form__btn::after {
  background: #456650;
}

.complect-modal {
  min-width: 908px;
}

.complect-modal .product-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.complect-modal .product-modal__body {
  padding: 70px 35px 70px 68px;
}

.complect-modal .product-modal__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51%;
          flex: 0 1 51%;
  margin-bottom: 0;
}

.complect-modal .product-modal__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.modal-serf__image {
  overflow: hidden;
  max-width: 500px;
}

.modal-serf__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropdown {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.dropdown:not(:last-child) .dropdown__button {
  border-right-width: 0;
}

.dropdown:not(:last-child) .dropdown__button.dropdown__button--active {
  border-right-width: 1px;
}

.dropdown.active {
  z-index: 3;
}

.dropdown__button {
  position: relative;
  z-index: 1;
  padding: 16px;
  font-weight: 400;
  font-size: 17px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  -webkit-transition: 0.8s all ease-in-out;
  -o-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.dropdown__button::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(../img/svg/arrow-down.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.dropdown__button.dropdown__button--active {
  color: #429380;
  border-color: #429380;
  border-bottom: 1px solid rgba(0, 87, 255, 0);
}

.dropdown__name {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 15px;
}

.dropdown__button--active::after {
  opacity: 1;
}

.dropdown__button--active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown__list {
  position: absolute;
  z-index: 12;
  left: 0;
  min-width: 100%;
  background: #ffffff;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  max-height: 0;
  overflow: hidden;
}

.dropdown__list::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  border: 1px solid #429380;
  -webkit-transition: 0.8s all ease-in-out;
  -o-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

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

.dropdown__list--visible {
  max-height: 1000px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  padding: 16px 0;
}

.dropdown__list-item {
  position: relative;
  white-space: nowrap;
  z-index: 2;
  padding: 10px 16px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.dropdown__input-hidden {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.dropdown-big {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.dropdown-big .dropdown__button::before {
  background-image: none;
  content: "...";
  font-size: 23px;
  text-align: center;
  top: 10px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.dropdown-big .dropdown__button.dropdown__button--active::before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.dropdown-big .dropdown__box {
  padding: 20px;
}

.dropdown-big .dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: unset;
  right: 0;
  gap: 10px;
}

.dropdown-big .dropdown__list.dropdown__list--visible {
  padding: 0;
}

.dropdown-big .dropdown__list .dropdown__list-item {
  padding: 10px;
  padding-left: 0;
  padding-top: 0;
}

.smoll-form.main-form {
  padding-top: 76px;
  padding-bottom: 76px;
}

.smoll-form .form {
  max-width: 783px;
}

.smoll-form .form__title {
  margin-bottom: 3px;
}

.smoll-form .form__registration {
  margin-bottom: 30px;
}

.smoll-form .form__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.smoll-form .form__box {
  margin-bottom: 22px;
}

.smoll-form .main-form__images {
  top: 50%;
  right: 76px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  bottom: unset;
}

.header__burger {
  display: none;
}

.main-blog {
  padding-top: 105px;
  padding-bottom: 88px;
}

.main-blog .row__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-blog__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.main-blog__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.main-blog__links a {
  display: block;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}

.main-blog__links a.active {
  font-weight: 800;
  color: #429380;
}

.main-blog__links a:not(:last-child) {
  margin-bottom: 25px;
}

.main-blog__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
}

.main-blog__cards {
  -webkit-column-gap: 52px;
     -moz-column-gap: 52px;
          column-gap: 52px;
  row-gap: 59px;
}

.main-blog__bottom {
  bottom: 27%;
}

.main-blog__more {
  margin: 0 auto;
  margin-top: 48px;
  min-width: 190px;
}

.main-form {
  overflow: hidden;
  padding-top: 58px;
  padding-bottom: 70px;
  background: #456650;
  color: #ffffff;
}

.main-form .row__text {
  color: rgba(255, 255, 255, 0.2);
}

.main-form__container {
  position: relative;
}

.main-form__images {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  right: -40px;
  -webkit-transform: translateX(70%);
      -ms-transform: translateX(70%);
          transform: translateX(70%);
}

.main-form__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-form .form-err {
  color: #FFAAA0;
}

.form {
  position: relative;
  z-index: 2;
}

.form__title {
  margin-bottom: 33px;
}

.form__wrapper {
  max-width: 970px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 51px;
}

.form__text {
  max-width: 270px;
}

.form__registration {
  display: inline-block;
  font-size: 17px;
  margin-bottom: 20px;
}

.form__descr {
  max-width: 633px;
}

.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}

.form__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.form__bottom {
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}

.form__btn {
  min-width: 326px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__btn::after {
  background: #F3E7D8;
}

.form__politic {
  color: rgba(255, 255, 255, 0.5);
}

.form__politic a {
  color: rgba(161, 193, 255, 0.5);
}

.text {
  padding-bottom: 82px;
}

.text__title {
  margin-bottom: 40px;
}

.text__box {
  overflow: hidden;
  -webkit-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  max-height: 220px;
}

.text__box.active {
  max-height: 2000px;
}

.text__description:not(:last-child) {
  margin-bottom: 24px;
}

.text__list {
  margin-bottom: 24px;
}

.text__list p {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.text__list li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

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

.text__list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #429380;
}

.text__button {
  margin-top: 25px;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #429380;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.blog__title {
  margin-bottom: 88px;
}

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

.blog__content {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

.blog__subtitle {
  color: #000000;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-bottom: 50px;
}

.blog__text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  min-width: 672px;
  padding: 34px 46px;
  background: #F3E7D8;
}

.blog__second {
  max-width: 390px;
  margin-bottom: 20px;
}

.blog__descr {
  max-width: 515px;
  margin-bottom: 20px;
}

.blog__date {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.blog__image {
  will-change: transform;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

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

.blog__image a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.blog__tag {
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: center;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 20px;
  background: #FFFFFF;
  border-radius: 18px;
}

@media (max-width: 1440px) {
  * h2 {
    font-size: 41px;
    line-height: 120%;
  }

  .product-modal__body {
    padding: 40px;
  }
}

@media (max-width: 1439px) {
  .modal-question__wrapper {
    padding: 30px;
  }

  .modal-question .form__area {
    min-height: 130px;
  }

  .modal-question__image {
    max-width: 270px;
  }

  .modal-question__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .qvize-modal {
    padding: 20px 30px;
    min-height: 131px;
  }

  .qvize-modal__staps-2 {
    max-width: 609px;
  }
}

@media (max-width: 1410px) {
  .smoll-form .main-form__images {
    right: 40px;
  }

  .main-blog__cards {
    gap: 50px;
  }
}

@media (max-width: 1390px) {
  .webinar {
    min-width: unset;
    width: 90%;
  }
}

@media (max-width: 1366px) {
  * h1 {
    font-size: 48px;
    line-height: 120%;
  }

  * h3 {
    font-size: 26px;
    line-height: 120%;
  }

  * h4 {
    font-size: 22px;
    line-height: 120%;
  }

  * h5 {
    font-size: 19px;
    line-height: 120%;
  }

  .header__logo {
    margin-right: 30px;
  }

  .header__call {
    margin-right: 20px;
  }

  .header__sozial {
    margin-right: 30px;
  }

  .header__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 84%;
            flex: 0 1 84%;
  }

  .header__menu .menu-header__grid {
    grid-template-columns: repeat(auto-fill, 24.3%);
  }

  .menu-header__item {
    min-height: 260px;
  }

  .footer__wrapper {
    padding-right: 40px;
  }

  .footer__addres {
    margin-bottom: 50px;
  }

  .excursion {
    padding: 50px 30px;
  }

  .excursion .form {
    max-width: 750px;
  }

  .modal-question__wrapper {
    padding: 20px;
  }

  .modal-question .form__descr {
    margin-bottom: 20px;
  }

  .modal-question__image {
    max-width: 220px;
  }

  .qvize-modal {
    min-height: 125px;
  }

  .qvize-modal__icon {
    max-width: 70px;
  }

  .qvize-modal__text {
    font-size: 17px;
    line-height: 120%;
  }

  .qvize-modal__staps-2 {
    max-width: 640px;
  }

  .qvize-modal__file {
    padding: 20px 15px;
  }

  .qvize-modal__name {
    font-size: 17px;
    line-height: 120%;
  }

  .product-modal__body {
    padding: 30px;
  }

  .complect-modal .product-modal__body {
    padding: 60px 30px;
    padding-left: 50px;
  }

  .smoll-form.main-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .smoll-form .main-form__images {
    right: 20px;
    max-width: 280px;
  }

  .main-blog {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .main-blog__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }

  .main-blog__links {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }

  .main-blog__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 62%;
            flex: 0 1 62%;
  }

  .main-blog__cards {
    gap: 39px;
  }

  .text {
    padding-bottom: 70px;
  }

  .blog__title {
    margin-bottom: 70px;
  }

  .blog__content {
    min-height: 400px;
  }
}

@media (max-width: 1250px) {
  * h2 {
    font-size: 37px;
  }

  * h3 {
    font-size: 23px;
  }

  * h5 {
    font-size: 17px;
  }

  .btn__page {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sozial__link {
    width: 40px;
    height: 40px;
  }

  .video-play svg {
    max-width: 55%;
  }

  .video-play {
    width: 80px;
    height: 80px;
  }

  .bread-crumbs ul li:not(:last-child) {
    padding-right: 40px;
  }

  .bread-crumbs ul li::after {
    top: 52%;
    right: 14px;
  }

  .bread-crumbs ul li a {
    font-size: 16px;
    line-height: 120%;
  }

  .header__top {
    padding: 10px 0;
  }

  .header__logo {
    margin-right: 20px;
    max-width: 130px;
  }

  .header__call span {
    width: 40px;
    height: 40px;
  }

  .header__call p {
    font-size: 12px;
    line-height: 120%;
  }

  .header__phone a {
    font-size: 17px;
    line-height: 120%;
  }

  .header__sozial {
    margin-right: 20px;
  }

  .header__buttons {
    gap: 5px;
  }

  .header__button {
    padding: 15px 17px;
  }

  .header__button:first-child {
    padding-right: 17px;
  }

  .header__button:last-child {
    padding: 14px 17px;
  }

  .header__push {
    font-size: 15px;
  }

  .header__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 85%;
            flex: 0 1 85%;
  }

  .header__menu {
    top: 75px;
  }

  .header__menu .menu-header__grid {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .nav__item {
    min-height: 55px;
  }

  .nav__links {
    font-size: 15px;
    line-height: 120%;
  }

  .header-drop__dropdown a {
    font-size: 16px;
    line-height: 120%;
  }

  .header-drop__dropdown {
    padding: 15px;
  }

  .menu-header__item {
    min-height: 240px;
  }

  .page__text {
    font-size: 16px;
    line-height: 120%;
  }

  .page__title {
    margin-bottom: 30px;
  }

  .page__descr:not(:last-child) {
    margin-bottom: 20px;
  }

  .projects__descr {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .projects__room::before {
    top: 3px;
  }

  .projects__room {
    font-size: 15px;
    line-height: 120%;
  }

  .projects__price {
    gap: 10px;
    padding-right: 15px;
  }

  .projects__price--long .projects__amount {
    margin-left: 5px;
  }

  .projects__null {
    padding: 0 15px;
  }

  .projects__label {
    gap: 5px;
    font-size: 11px;
    line-height: 120%;
  }

  .projects__amount {
    font-size: 19px;
    line-height: 120%;
  }

  .blog-cards__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.3%;
            flex: 0 1 48.3%;
  }

  .blog-cards__play svg {
    min-width: 16px;
    height: 17px;
  }

  .blog-cards__play {
    width: 60px;
    height: 60px;
  }

  .footer__top {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer__left {
    max-width: 313px;
  }

  .footer__logo {
    max-width: 150px;
  }

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

  .footer__box {
    gap: 10px;
  }

  .footer__phone {
    font-size: 15px;
    line-height: 100%;
  }

  .footer__btn {
    padding: 10px 20px;
  }

  .footer__addres {
    font-size: 16px;
    line-height: 120%;
  }

  .footer__name {
    font-size: 16px;
    line-height: 120%;
  }

  .footer__copy {
    font-size: 16px;
    line-height: 120%;
  }

  .footer__politick a {
    font-size: 16px;
    line-height: 120%;
  }

  .footer__creator {
    gap: 15px;
  }

  .footer__media {
    max-width: 80px;
  }

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

  .footer__text {
    font-size: 16px;
    line-height: 120%;
  }

  .footer__text a {
    font-size: 16px;
    line-height: 120%;
  }

  .nav-footer {
    gap: 10px;
  }

  .nav-footer__button {
    margin-bottom: 15px;
  }

  .nav-footer__item:not(:last-child) {
    margin-bottom: 5px;
  }

  .nav-footer__link {
    font-size: 16px;
    line-height: 100%;
  }

  .nav-footer__submenu {
    font-size: 16px;
    gap: 10px;
  }

  .nav-footer__submenu li {
    line-height: 100%;
  }

  .call-back__btn {
    padding: 23px;
  }

  .call-back__descr {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .complite .call-back__wrapper {
    padding: 30px;
    min-width: 400px;
  }

  .complite .call-back__image {
    max-width: 221px;
  }

  .complite .call-back__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .webinar {
    padding: 50px 30px;
  }

  .webinar .main-form__images {
    max-width: 650px;
  }

  .done {
    min-width: 600px;
  }

  .done .call-back__wrapper {
    padding: 50px 30px;
  }

  .done .call-back__title {
    margin-bottom: 30px;
  }

  .done .call-back__descr {
    margin-bottom: 30px;
  }

  .done .call-back__descr span {
    display: inline;
  }

  .excursion {
    padding: 30px 20px;
  }

  .excursion .form {
    max-width: 620px;
  }

  .excursion .form__wrapper {
    gap: 10px;
  }

  .excursion .form__title {
    margin-bottom: 20px;
  }

  .excursion .main-form__images {
    max-width: unset;
    width: 30%;
  }

  .modal-question .form__descr {
    margin-bottom: 15px;
  }

  .modal-question__image {
    max-width: 200px;
  }

  .done-small.done {
    min-width: 500px;
  }

  .done-small .call-back__image {
    bottom: 20px;
  }

  .product-modal {
    max-width: 500px;
  }

  .product-modal__title {
    margin-bottom: 20px;
  }

  .product-modal__shell {
    margin-top: 20px;
  }

  .product-modal__box:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-modal__named {
    font-size: 16px;
  }

  .product-modal__price {
    font-size: 18px;
  }

  .complect-modal .product-modal__wrapper {
    margin-bottom: 20px;
  }

  .complect-modal .product-modal__body {
    padding: 50px 25px;
    padding-left: 40px;
  }

  .dropdown__button::before {
    top: 16px;
  }

  .dropdown__button {
    font-size: 16px;
    line-height: 120%;
  }

  .dropdown__name {
    font-size: 16px;
    line-height: 120%;
  }

  .smoll-form.main-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .smoll-form .form {
    max-width: 70%;
  }

  .smoll-form .main-form__images {
    max-width: 260px;
  }

  .main-blog {
    padding: 70px 0;
  }

  .main-blog__links a {
    font-size: 26px;
    line-height: 120%;
  }

  .main-blog__links a:not(:last-child) {
    margin-bottom: 20px;
  }

  .main-blog__cards {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }

  .main-blog__bottom {
    bottom: 25%;
  }

  .main-blog__more {
    margin-top: 30px;
    min-width: 170px;
  }

  .main-form {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .form__registration {
    font-size: 16px;
    line-height: 140%;
  }

  .form__descr {
    max-width: 600px;
    font-size: 16px;
    line-height: 140%;
  }

  .text {
    padding-bottom: 60px;
  }

  .text__title {
    margin-bottom: 30px;
  }

  .text__description:not(:last-child) {
    margin-bottom: 20px;
  }

  .text__list {
    margin-bottom: 20px;
  }

  .text__button {
    margin-top: 20px;
  }

  .blog__title {
    margin-bottom: 60px;
  }

  .blog__content {
    min-height: 330px;
  }

  .blog__subtitle {
    margin-bottom: 40px;
  }

  .blog__text {
    padding: 20px 30px;
    min-width: 530px;
  }

  .blog__descr {
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 1150px) {
  * .container {
    padding: 0 20px;
  }

  * h1 {
    font-size: 45px;
  }

  * h4 {
    font-size: 20px;
  }

  .header__container::after {
    left: 20px;
    right: 20px;
  }

  .header__menu .menu-header__grid {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 30px;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, 24.2%);
  }

  .menu-header__item {
    min-height: 220px;
    padding: 20px;
  }

  .menu-header__button svg {
    max-width: 20px;
  }

  .row__min {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 6%;
            flex: 0 1 6%;
  }

  .row__big {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 94%;
            flex: 0 1 94%;
  }

  .row__text {
    font-size: 18px;
    line-height: 120%;
  }
}

@media (max-width: 1100px) {
  .header__logo {
    margin-right: 30px;
  }

  .header__call {
    margin-right: 30px;
  }

  .header__phone {
    display: none;
  }

  .header__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
  }

  .header__sozial {
    margin-right: 0;
  }

  .header__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__button {
    font-size: 11px;
  }

  .header__push {
    gap: 15px;
    font-size: 14px;
  }

  .header__nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 86%;
            flex: 0 1 86%;
  }

  .header__menu .menu-header__grid {
    grid-template-columns: repeat(auto-fill, 24.1%);
  }

  .nav__links {
    font-size: 14px;
  }

  .header-drop__dropdown a {
    font-size: 14px;
  }

  .menu-header__item {
    min-height: 200px;
  }

  .menu-header__button {
    font-size: 11px;
    line-height: 120%;
    padding-right: 10px;
    gap: 10px;
    max-width: 130px;
  }
}

@media (max-width: 1070px) {
  .footer__top {
    padding: 30px 0;
  }

  .footer__left {
    max-width: 210px;
  }

  .footer__box {
    -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: start;
    margin-bottom: 20px;
  }

  .footer__addres {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer__sozial .footer__name {
    margin-bottom: 0;
  }

  .footer__name {
    font-size: 15px;
  }

  .footer__link svg {
    max-width: 35px;
  }

  .footer__creator {
    gap: 10px;
  }

  .nav-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 77%;
            flex: 0 1 77%;
  }

  .nav-footer__link {
    font-size: 15px;
  }
}

@media (max-width: 1050px) {
  * h3 {
    font-size: 21px;
  }

  * h4 {
    font-size: 19px;
  }

  * h5 {
    font-size: 16px;
  }

  .btn__page {
    padding-left: 30px;
    padding-right: 30px;
    gap: 20px;
    font-size: 14px;
  }

  .input,
  .area {
    padding: 20px;
    font-size: 16px;
    line-height: 120%;
  }

  .bread-crumbs ul li a {
    font-size: 15px;
  }

  .row__text {
    font-size: 16px;
  }

  .page__title {
    margin-bottom: 20px;
  }

  .page__descr {
    font-size: 17px;
    line-height: 130%;
  }

  .page__button {
    gap: 25px;
    padding: 20px 30px;
  }

  .projects__images {
    margin-bottom: 15px;
  }

  .projects__name {
    margin-bottom: 15px;
  }

  .projects__descr {
    font-size: 15px;
  }

  .projects__box {
    -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: start;
  }

  .projects__specification {
    margin-bottom: 15px;
  }

  .projects__amount {
    font-size: 17px;
  }

  .blog-cards__wrapper {
    min-height: 200px;
    margin-bottom: 15px;
  }

  .footer__phone {
    font-size: 16px;
  }

  .footer__copy {
    font-size: 14px;
  }

  .footer__politick a {
    font-size: 14px;
  }

  .footer__media {
    max-width: 70px;
  }

  .footer__text {
    font-size: 14px;
  }

  .complite .call-back__wrapper {
    padding-right: 10px;
    min-width: 380px;
  }

  .complite .call-back__btn {
    max-width: 300px;
  }

  .webinar {
    padding: 30px 20px;
  }

  .webinar .main-form__images {
    max-width: 550px;
  }

  .done .call-back__wrapper {
    padding: 40px 20px;
  }

  .done .call-back__btn {
    max-width: 200px;
  }

  .excursion .form {
    max-width: 555px;
  }

  .modal-question__wrapper {
    padding-right: 30px;
  }

  .modal-question .form__descr {
    margin-bottom: 10px;
  }

  .modal-question .form__box {
    margin-bottom: 10px;
  }

  .modal-question .form__area {
    min-height: 100px;
    margin-bottom: 10px;
  }

  .modal-question__qvize {
    margin-bottom: 20px;
  }

  .modal-question__image {
    max-width: 180px;
  }

  .qvize-modal {
    min-height: 108px;
    padding: 17px 15px;
    padding-left: 30px;
  }

  .qvize-modal__icon {
    max-width: 60px;
    margin-right: 40px;
  }

  .qvize-modal__file {
    padding: 17px 15px;
  }

  .qvize-modal__name {
    font-size: 16px;
  }

  .product-modal {
    max-width: 450px;
  }

  .product-modal__body {
    padding: 30px 20px;
  }

  .product-modal__wrapper {
    margin-bottom: 20px;
  }

  .product-modal__item {
    margin-bottom: 20px;
    padding: 15px 20px;
  }

  .product-modal__second {
    margin-bottom: 15px;
  }

  .product-modal__param {
    font-size: 16px;
    line-height: 120%;
  }

  .product-modal .form__box {
    margin-bottom: 15px;
  }

  .complect-modal {
    min-width: 750px;
  }

  .complect-modal .product-modal__body {
    padding: 40px 20px;
  }

  .dropdown__button::before {
    top: 18px;
    width: 16px;
    height: 16px;
  }

  .dropdown__button {
    font-size: 15px;
  }

  .dropdown__list-item {
    padding: 7px 14px;
  }

  .dropdown-big .dropdown__button::before {
    font-size: 20px;
    top: 11px;
  }

  .smoll-form.main-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .smoll-form .main-form__images {
    max-width: 240px;
  }

  .main-blog {
    padding: 60px 0;
  }

  .main-blog__links a {
    font-size: 24px;
  }

  .main-blog__links a:not(:last-child) {
    margin-bottom: 15px;
  }

  .main-blog__cards {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }

  .main-blog__bottom {
    bottom: 16%;
  }

  .form__wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .form__btn {
    min-width: 300px;
  }

  .blog__title {
    margin-bottom: 50px;
  }

  .blog__content {
    min-height: 290px;
  }

  .blog__text {
    padding: 20px;
  }

  .blog__second {
    margin-bottom: 15px;
  }

  .blog__descr {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .blog__tag {
    top: 15px;
    left: 15px;
    font-size: 13px;
    line-height: 100%;
  }
}

@media (max-width: 950px) {
  * h1 {
    font-size: 40px;
  }

  * h2 {
    font-size: 34px;
  }

  * h3 {
    font-size: 19px;
  }

  * h4 {
    font-size: 18px;
  }

  .slider-btn {
    font-size: 12px;
    gap: 15px;
  }

  .slider-btn svg {
    max-width: 35px;
  }

  .bread-crumbs {
    padding-top: 100px;
    padding-bottom: 15px;
  }

  .bread-crumbs ul li::after {
    top: 55%;
    height: 1px;
  }

  .bread-crumbs ul li a {
    font-size: 14px;
  }

  .header {
    background: url(../img/other/header-mobile.webp);
    background-size: cover;
  }

  .header {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100vh;
    padding: 20px;
    background: -o-linear-gradient(351.5deg, rgba(255, 255, 255, 0.92) 51%, rgba(255, 255, 255, 0) 140%);
    background: linear-gradient(98.5deg, rgba(255, 255, 255, 0.92) 51%, rgba(255, 255, 255, 0) 140%);
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    padding-top: 100px;
  }

  .header__wrapper .header__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .header__wrapper .header__call .btn {
    width: 45px;
    height: 45px;
    border: 1px solid #456650;
  }

  .header__wrapper .header__call .btn svg {
    max-width: 19px;
  }

  .header__wrapper .header__call p {
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
  }

  .header__wrapper-box {
    overflow: auto;
  }

  .header__container {
    z-index: 10;
  }

  .header__left {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__call span {
    width: 50px;
    height: 50px;
  }

  .header__call p {
    display: none;
  }

  .header__call {
    display: none;
    margin: 0;
  }

  .header__call-mobile {
    display: block;
  }

  .header__right {
    display: none;
  }

  .header__sozial {
    margin-bottom: 10px;
  }

  .header__sozial .sozial__link {
    width: 45px;
    height: 45px;
    border: 1px solid #456650;
  }

  .header__buttons {
    -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: start;
  }

  .header__button {
    min-width: 223px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__button:first-child {
    padding: 16px 25px;
    margin-bottom: 10px;
  }

  .header__button:last-child {
    padding: 15px 25px;
  }

  .header__bottom {
    display: none;
  }

  .header__menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .header__menu {
    display: none;
  }

  .header__menu .menu-header__grid {
    padding: 20px;
    gap: 8px;
  }

  .nav__list {
    display: block;
    margin-bottom: 10px;
  }

  .nav__item::after {
    display: none;
  }


  .page__title span {
    display: inline-block;
  }

  .page__descr {
    font-size: 16px;
  }

  .page__button {
    gap: 20px;
    font-size: 14px;
  }

  .page__button svg {
    max-width: 35px;
  }

  .projects__images {
    margin-bottom: 10px;
  }

  .projects__name {
    margin-bottom: 10px;
  }

  .projects__descr {
    font-size: 14px;
  }

  .projects__square {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px;
  }

  .projects__room {
    font-size: 14px;
  }

  .projects__price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .projects__price--long .projects__amount {
    margin-left: 0;
  }

  .projects__price--long {
    gap: 4px;
  }

  .projects__amount {
    font-size: 16px;
  }

  .footer__left {
    max-width: 200px;
  }

  .footer__logo {
    max-width: 130px;
  }

  .footer__btn {
    font-size: 12px;
  }

  .footer__name {
    font-size: 14px;
  }

  .footer__link svg {
    max-width: 30px;
  }

  .nav-footer__item {
    line-height: 120%;
  }

  .nav-footer__link {
    font-size: 14px;
    line-height: 120%;
  }

  .call-back__wrapper {
    padding: 30px;
  }

  .call-back__image {
    max-width: 221px;
  }

  .call-back__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .call-back__descr {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .complite .call-back__image {
    max-width: 200px;
  }

  .done {
    min-width: 550px;
  }

  .done .call-back__wrapper {
    padding: 30px 20px;
  }

  .done .call-back__title {
    margin-bottom: 20px;
  }

  .done .call-back__descr {
    margin-bottom: 20px;
  }

  .done .call-back__btn {
    padding: 20px;
  }

  .excursion .form {
    max-width: 100%;
  }

  .excursion .form__wrapper {
    margin-bottom: 20px;
    gap: 0;
  }

  .excursion .form__descr {
    max-width: 100%;
  }

  .excursion .form__bottom {
    max-width: 100%;
  }

  .excursion .form__btn {
    min-width: 300px;
  }

  .excursion .main-form__images {
    opacity: 0.3;
  }

  .modal-question {
    max-width: 80%;
  }

  .modal-question .form__descr {
    font-size: 14px;
  }

  .qvize-modal {
    padding-left: 20px;
  }

  .qvize-modal__icon {
    margin-right: 20px;
  }

  .qvize-modal__staps-2 {
    max-width: 86%;
  }

  .qvize-modal__file {
    padding: 15px 10px;
  }

  .qvize-modal__name {
    font-size: 14px;
  }

  .qvize-modal__close {
    top: 0;
    right: 0;
  }

  .done-small.done {
    min-width: 430px;
  }

  .done-small .call-back__image {
    max-width: 170px;
    right: 20px;
  }

  .product-modal__shell {
    margin-top: 15px;
  }

  .product-modal__name {
    margin-bottom: 3px;
  }

  .product-modal__box {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product-modal__box:not(:last-child) {
    margin-bottom: 15px;
  }

  .product-modal__named {
    font-size: 14px;
  }

  .product-modal__price {
    font-size: 17px;
  }

  .complect-modal {
    min-width: 650px;
  }

  .complect-modal .product-modal__body {
    padding: 30px 20px;
  }

  .dropdown-big .dropdown__button::before {
    top: 12px;
  }

  .smoll-form .form {
    max-width: 85%;
  }

  .smoll-form .main-form__images {
    opacity: 0.3;
    right: -2%;
  }

  .header__burger {
    z-index: 10000;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  .header__burger._active :nth-child(1) {
    -webkit-transform: translateY(0.5px) rotate(45deg);
        -ms-transform: translateY(0.5px) rotate(45deg);
            transform: translateY(0.5px) rotate(45deg);
  }

  .header__burger._active :nth-child(2) {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .header__burger._active :nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__burger :nth-child(1) {
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
  }

  .header__burger :nth-child(2) {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }

  .header__burger :nth-child(3) {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .header__burger span {
    position: absolute;
    margin-top: -2px;
    width: 19px;
    height: 2px;
    border-radius: 5px;
    background: #429380;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  .header__burger span:last-child {
    margin-bottom: 0;
  }

  .main-blog .row__big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-blog__text {
    padding-bottom: 30px;
    max-width: 100%;
  }

  .main-blog__links a {
    font-size: 22px;
  }

  .main-blog__links a:not(:last-child) {
    margin-bottom: 0;
  }

  .main-blog__links {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .main-blog__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .main-blog__bottom {
    position: static;
    margin: 0 auto;
    margin-top: 35px;
    min-width: 300px;
  }

  .main-form {
    padding: 40px 0;
  }

  .form__title {
    margin-bottom: 15px;
  }

  .form__wrapper {
    -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: start;
  }

  .form__text {
    max-width: 500px;
    margin-bottom: 15px;
  }

  .form__registration {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .form__descr {
    max-width: 100%;
    font-size: 15px;
  }

  .form__btn {
    min-width: 280px;
  }

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

  .text__description {
    font-size: 16px;
    line-height: 140%;
  }

  .text__list {
    margin-bottom: 15px;
  }

  .text__list p {
    font-size: 17px;
  }

  .text__list li {
    font-size: 15px;
    padding-left: 20px;
  }

  .text__button {
    margin-top: 15px;
  }

  .blog__title {
    margin-bottom: 40px;
  }

  .blog__content {
    min-height: 260px;
  }

  .blog__subtitle {
    margin-bottom: 30px;
  }

  .blog__text {
    padding: 20px 10px;
    min-width: 440px;
  }

  .blog__second {
    margin-bottom: 10px;
  }

  .blog__descr {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 850px) {
  .footer__wrapper {
    gap: 20px;
  }

  .footer__copy {
    font-size: 13px;
  }

  .footer__politick a {
    font-size: 13px;
  }

  .footer__media {
    max-width: 60px;
  }

  .footer__text {
    font-size: 13px;
  }

  .footer__text a {
    font-size: 15px;
  }

  .nav-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 74%;
            flex: 0 1 74%;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .nav-footer__submenu {
    margin-top: 10px;
  }

  .dropdown:nth-child(4) .dropdown__button,
  .dropdown:nth-child(5) .dropdown__button {
    border-top-width: 0;
  }

  .dropdown:nth-child(4) .dropdown__button.dropdown__button--active,
  .dropdown:nth-child(5) .dropdown__button.dropdown__button--active {
    border-top-width: 1px;
  }

  .dropdown:nth-child(1) .dropdown__button,
  .dropdown:nth-child(2) .dropdown__button {
    border-right-width: 0;
  }

  .dropdown:nth-child(3) .dropdown__button {
    border-right-width: 1px;
  }

  .dropdown:nth-child(1),
  .dropdown:nth-child(2),
  .dropdown:nth-child(3) {
    z-index: 3;
  }

  .dropdown-big .dropdown__list {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media (max-width: 750px) {
  * .container {
    padding: 0 15px;
  }

  * h1 {
    font-size: 35px;
  }

  * h2 {
    font-size: 29px;
  }

  .btn__page {
    padding: 18px 25px;
    gap: 15px;
    font-size: 13px;
  }

  .header__menu .menu-header__grid {
    grid-template-columns: repeat(auto-fill, 48%);
  }

  .menu-header__item {
    min-height: 150px;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .row__min {
    width: 100%;
  }

  .row__big {
    width: 100%;
  }

  .row__text {
    font-size: 15px;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 15px;
  }

  .page__text {
    padding-bottom: 25px;
    max-width: 100%;
  }

  .page__title {
    margin-bottom: 15px;
  }

  .page__descr {
    font-size: 15px;
  }

  .page__bottom {
    position: static;
    margin: 0 auto;
    margin-top: 35px;
    min-width: 300px;
  }

  .projects__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .projects__price {
    min-height: 40px;
  }

  .footer__bottom .container {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -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;
    gap: 15px;
  }

  .footer__copy span {
    display: inline-block;
  }

  .footer__copy {
    font-size: 14px;
  }

  .footer__politick {
    gap: 5px;
  }

  .footer__politick a {
    font-size: 14px;
  }

  .footer__text {
    font-size: 14px;
  }

  .footer__text span {
    display: inline-block;
    margin-right: 5px;
  }

  .footer__text a {
    font-size: 16px;
  }

  .webinar {
    padding: 15px;
  }

  .webinar .form__wrapper {
    margin-bottom: 20px;
  }

  .webinar .form__text {
    margin-bottom: 0;
  }

  .webinar .form__subtitle {
    font-size: 15px;
  }

  .excursion {
    padding: 30px 15px;
  }

  .excursion .form__wrapper {
    gap: 10px;
  }

  .excursion .form__title {
    margin-bottom: 10px;
    padding-right: 50px;
  }

  .excursion .main-form__images {
    width: 53%;
  }

  .modal-question .form__btn {
    padding: 18px;
    font-size: 14px;
  }

  .modal-question__image {
    max-width: 140px;
  }

  .qvize-modal__staps-2 {
    max-width: 79%;
  }

  .done-small.done {
    min-width: 430px;
  }

  .product-modal {
    max-width: 400px;
  }

  .product-modal__body {
    padding: 20px 15px;
  }

  .complect-modal {
    min-width: unset;
    max-width: 70%;
  }

  .complect-modal .product-modal__wrapper {
    -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;
    margin-bottom: 10px;
  }

  .complect-modal .product-modal__body {
    padding: 20px;
  }

  .complect-modal .product-modal__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    margin-bottom: 10px;
  }

  .complect-modal .form__descr {
    margin-bottom: 10px;
  }

  .modal-serf__image {
    max-width: 410px;
  }

  .dropdown__name {
    font-size: 15px;
  }

  .dropdown-big .dropdown__box {
    padding: 10px;
  }

  .dropdown-big .dropdown__list {
    gap: 5px;
  }

  .smoll-form .form {
    max-width: 90%;
  }

  .smoll-form .form__registration {
    margin-bottom: 22px;
  }

  .main-blog {
    padding: 40px 0;
  }

  .main-blog__links a {
    font-size: 20px;
  }

  .main-blog__links {
    gap: 30px;
  }

  .main-blog__cards {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }

  .main-form__images {
    right: 0;
    bottom: -80px;
  }

  .form__title {
    margin-bottom: 10px;
  }

  .form__wrapper {
    margin-bottom: 30px;
  }

  .form__text {
    margin-bottom: 10px;
  }

  .form__registration {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .form__descr {
    font-size: 14px;
  }

  .form__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .form__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
  }

  .form__bottom {
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .text {
    padding-bottom: 40px;
  }

  .text__title {
    margin-bottom: 20px;
  }

  .text__box {
    max-height: 214px;
  }

  .text__description {
    font-size: 15px;
  }

  .blog__title {
    margin-bottom: 20px;
  }

  .blog__header {
    -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: start;
  }

  .blog__content {
    min-height: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
  }

  .blog__subtitle {
    margin-bottom: 20px;
    width: 100%;
  }

  .blog__text {
    position: static;
    min-width: 100%;
  }

  .blog__descr {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .nav-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}

@media (max-width: 650px) {
  .header__wrapper {
    width: 65%;
  }

  .done {
    min-width: 90%;
  }
}

@media (max-width: 600px) {
  .footer__left {
    max-width: 150px;
  }
}

@media (max-width: 550px) {
  * h1 {
    font-size: 28px;
  }

  * h2 {
    font-size: 23px;
  }

  * h4 {
    font-size: 17px;
  }

  .btn__page {
    gap: 10px;
    font-size: 11px;
    padding: 17px 26px;
  }

  .input,
  .area {
    display: block;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none !important;
  }

  .main-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }

  .main-wrapper::-webkit-scrollbar {
    height: 12px;
    border-radius: 6px;
  }

  .main-wrapper::-webkit-scrollbar-track {
    background: rgba(238, 240, 241, 0.5);
    border-radius: 6px;
  }

  .main-wrapper::-webkit-scrollbar-thumb {
    background: #429380;
    border: 3.5px solid #eef0f1;
    border-radius: 6px;
  }

  .video-play svg {
    max-width: unset;
    min-width: 15px;
    height: 16px;
  }

  .video-play {
    width: 55px;
    height: 55px;
  }

  .bread-crumbs {
    padding-top: 95px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 87, 255, 0.1);
  }

  .bread-crumbs ul li {
    line-height: 17px;
  }

  .bread-crumbs ul li:not(:last-child) {
    padding-right: 25px;
  }

  .bread-crumbs ul li::after {
    top: 56%;
    width: 10px;
    right: 8px;
  }

  .bread-crumbs ul li a {
    font-size: 12px;
    line-height: 17px;
  }

  .row__text {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .page__descr {
    font-size: 13px;
  }

  .page__bottom {
    margin-top: 30px;
    min-width: unset;
  }

  .page__button {
    padding: 20px 40px;
  }

  .projects__name {
    margin-bottom: 20px;
  }

  .projects__descr {
    margin-bottom: 14px;
  }

  .projects__price {
    min-height: 30px;
  }

  .projects__label svg {
    display: none;
  }

  .blog-cards {
    padding-bottom: 16px;
  }

  .blog-cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .blog-cards__tag {
    top: 10px;
    left: 10px;
  }

  .blog-cards__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .footer__wrapper {
    -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: start;
  }

  .footer__left {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }

  .footer__logo {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 26px;
  }

  .footer__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 13px;
  }

  .footer__phone {
    font-size: 18px;
  }

  .footer__btn {
    padding: 12px 28px;
    font-size: 13px;
  }

  .footer__addres {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .footer__sozial {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .footer__sozial .footer__name {
    width: unset;
    margin-right: 13px;
    font-size: 13px;
    line-height: 100%;
  }

  .footer__name {
    font-size: 16px;
  }

  .footer__media {
    max-width: 50px;
  }

  .modal-body__close {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
  }

  .call-back {
    max-width: 90%;
  }

  .call-back__wrapper {
    padding: 30px 15px;
  }

  .call-back__btn {
    padding: 20px;
  }

  .call-back__descr {
    font-size: 14px;
  }

  .webinar .form__wrapper {
    gap: 7px;
    margin-bottom: 10px;
  }

  .webinar .form__title {
    margin-bottom: 5px;
    padding-right: 20px;
  }

  .webinar .form__subtitle {
    font-size: 13px;
  }

  .webinar .form__box {
    margin-bottom: 14px;
  }

  .webinar .form__btn {
    font-size: 13px;
    padding: 18px 25px;
    min-width: unset;
  }

  .excursion {
    padding: 20px 10px;
  }

  .excursion .main-form__images {
    width: 66%;
  }

  .modal-question {
    max-width: 90%;
  }

  .modal-question__wrapper {
    padding: 20px 10px;
  }

  .modal-question .form__descr {
    font-size: 13px;
  }

  .modal-question .form__box {
    -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;
  }

  .modal-question .form__btn {
    padding: 18px 10px;
  }

  .modal-question__image {
    max-width: 120px;
  }

  .qvize-modal {
    padding-left: 10px;
  }

  .qvize-modal__icon {
    max-width: 50px;
  }

  .qvize-modal__name {
    font-size: 13px;
  }

  .modal-home {
    width: 100%;
    height: 100%;
  }

  .modal-home__body {
    position: relative;
    height: 100%;
    width: 102%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: left;
    margin: 0 -10px;
  }

  .modal-home__body::after {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(43.6%, rgba(25, 35, 50, 0.62)), to(rgba(25, 35, 50, 0)));
    background: -o-linear-gradient(bottom, rgba(25, 35, 50, 0.62) 43.6%, rgba(25, 35, 50, 0) 100%);
    background: linear-gradient(0deg, rgba(25, 35, 50, 0.62) 43.6%, rgba(25, 35, 50, 0) 100%);
  }

  .modal-home__wrapper {
    width: 100%;
  }

  .modal-home__content {
    position: relative;
    z-index: 2;
    padding: 28px;
    padding-bottom: 38px;
  }

  .modal-home__content::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background: rgba(30, 37, 51, 0.2);
  }

  .modal-home__content::before {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0.8;
  }

  .modal-home__close.modal-body__close {
    overflow: hidden;
    left: 50%;
    right: unset;
    top: 5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: transparent;
    border-radius: 0;
    width: 90px;
    height: 90px;
  }

  .modal-home__close.modal-body__close img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .modal-home__title {
    margin-bottom: 23px;
    color: #ffffff;
  }

  .modal-home__descr {
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
  }

  .modal-home__list {
    margin-bottom: 34px;
  }

  .modal-home__list li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
  }

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

  .modal-home__list li::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(../img/svg/star-mini.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .modal-home__btn {
    display: block;
    background: #429380;
    border: 1px solid #429380;
    border-radius: 23px;
    padding: 16px;
    text-align: center;
    line-height: 100%;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .modal-home__image {
    position: absolute;
    z-index: 1;
    inset: 0;
  }

  .modal-home__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .done-small.done {
    min-width: unset;
  }

  .done-small .call-back__image {
    max-width: 130px;
    right: 10px;
  }

  .product-modal {
    max-width: 300px;
  }

  .product-modal__title {
    margin-bottom: 10px;
  }

  .product-modal__item {
    padding: 10px;
    margin-bottom: 10px;
  }

  .product-modal__second {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-modal__param {
    font-size: 14px;
  }

  .product-modal__shell {
    margin-top: 10px;
  }

  .product-modal__box:not(:last-child) {
    margin-bottom: 10px;
  }

  .product-modal__price small {
    right: 5px;
    font-size: 13px;
  }

  .product-modal__price {
    font-size: 16px;
  }

  .product-modal .form__descr {
    margin-bottom: 10px;
  }

  .product-modal .form__box {
    margin-bottom: 10px;
  }

  .complect-modal .product-modal__body {
    padding: 15px 10px;
  }

  .modal-serf__image {
    max-width: 280px;
  }

  .dropdown:nth-child(4) .dropdown__button,
  .dropdown:nth-child(5) .dropdown__button {
    border-width: 1px;
  }

  .dropdown:nth-child(1) .dropdown__button,
  .dropdown:nth-child(2) .dropdown__button {
    border-right-width: 1px;
  }

  .dropdown:not(:last-child) .dropdown__button {
    border-bottom-width: 0;
  }

  .dropdown__name {
    margin-bottom: 10px;
  }

  .dropdown__list {
    position: relative;
  }

  .dropdown-big .dropdown__button::before {
    top: 11px;
  }

  .dropdown-big .dropdown__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    padding: 0;
  }

  .dropdown-big .dropdown__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 10px;
  }

  .dropdown-big .dropdown__list .dropdown__box {
    padding: 10px;
    padding-left: 15px;
  }

  .smoll-form.main-form {
    padding-bottom: 30px;
  }

  .smoll-form .form {
    max-width: 100%;
  }

  .main-blog .row__big {
    overflow: hidden;
  }

  .main-blog__links a {
    font-size: 17px;
  }

  .main-blog__links {
    margin-bottom: 20px;
  }

  .main-blog__wrapper {
    width: 100%;
  }

  .main-blog__cards {
    gap: 15px;
  }

  .main-blog__bottom {
    margin-top: 38px;
    min-width: unset;
  }

  .main-blog__more {
    margin-top: 10px;
  }

  .main-form {
    padding: 30px 0;
  }

  .main-form__images {
    max-width: 500px;
    -webkit-transform: translateX(58%);
        -ms-transform: translateX(58%);
            transform: translateX(58%);
    opacity: 0.2;
    right: -50px;
  }

  .form__title {
    margin-bottom: 12px;
  }

  .form__wrapper {
    margin-bottom: 20px;
  }

  .form__text {
    margin-bottom: 12px;
  }

  .form__descr {
    font-size: 13px;
    line-height: 130%;
  }

  .form__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .form__bottom {
    gap: 13px;
  }

  .text__description {
    font-size: 14px;
  }

  .text__list p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .text__list li {
    font-size: 14px;
  }

  .text__list li::before {
    width: 6px;
    height: 6px;
  }

  .text__button {
    font-weight: 400;
  }

  .blog-main .main-blog__cards {
    gap: 40px;
  }

  .blog__title {
    margin: 15px 0;
  }

  .blog__subtitle {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .blog__text {
    padding: 20px 18px;
    padding-left: 15px;
    padding-right: 0;
  }

  .blog__descr {
    margin-bottom: 12px;
  }

  .blog__tag {
    display: none;
  }
}

@media (max-width: 550px) and (max-width: 550px) {
  .modal-home__btn {
    width: 50%;
  }
}

@media (max-width: 550px) and (max-width: 375px) {
  .modal-home__btn {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .text__box {
    max-height: 251px;
  }

  .text__list li:not(:last-child) {
    margin-bottom: 3px;
  }
}

@media (max-width: 450px) {
  * h3 {
    font-size: 16px;
  }

  .bread-crumbs {
    padding-top: 90px;
  }

  .header__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 90px;
    width: 100%;
  }

  .header__logo {
    max-width: 120px;
  }

  .header__call span {
    width: 45px;
    height: 45px;
  }

  .projects__name {
    font-size: 16px;
  }

  .complite .call-back__wrapper {
    min-width: 290px;
    padding: 25px 15px;
  }

  .done .call-back__wrapper {
    padding: 30px 15px;
  }

  .done .call-back__btn {
    font-size: 14px;
  }

  .excursion .main-form__images {
    width: 100%;
  }

  .done-small .call-back__image {
    display: none;
  }

  .smoll-form .form__input {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .smoll-form .main-form__images {
    max-width: 280px;
    margin: 0 auto;
    margin-top: 30px;
    position: static;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    opacity: 1;
  }

  .header__burger {
    width: 45px;
    height: 45px;
  }

  .main-blog__links a {
    font-family: "IBM Plex Sans",sans-serif;
    font-weight: 400;
    font-size: 17px;
  }

  .main-blog__links a.active {
    font-weight: 400;
    color: #000000;
  }

  .main-blog__links a:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 40px;
  }

  .main-blog__links {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 21px;
    border: 1px solid #E0E0E0;
    max-height: 66px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  .main-blog__links::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 23px;
    right: 21px;
    width: 20px;
    height: 20px;
    background: url(../img/svg/arrow-down.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  .main-blog__links.active {
    max-height: 1000px;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }

  .main-blog__links.active::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@media (max-width: 400px) {
  .page__bottom {
    width: 100%;
  }

  .projects__images {
    min-height: 180px;
  }

  .projects__name span {
    display: block;
  }

  .projects__label {
    font-size: 8px;
    padding: 6px 9px;
  }

  .blog-cards__wrapper {
    min-height: 210px;
  }

  .footer__top {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .footer__wrapper {
    gap: 5px;
  }

  .footer__bottom {
    padding-top: 20px;
  }

  .nav-footer {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }

  .nav-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .nav-footer__column:last-child .nav-footer__menu {
    border: none;
  }

  .nav-footer__menu {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    max-height: 49px;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
  }

  .nav-footer__menu.active {
    max-height: 1000px;
  }

  .nav-footer__menu.active .nav-footer__button {
    color: #429380;
  }

  .nav-footer__menu.active .nav-footer__button svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .nav-footer__button {
    margin-bottom: 0;
    padding: 14px 0;
  }

  .nav-footer__button svg {
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .nav-footer__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .nav-footer__link {
    font-size: 16px;
  }

  .nav-footer__submenu a {
    color: #000000;
  }

  .nav-footer__submenu li {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .nav-footer__submenu {
    margin: 0;
    gap: 0;
  }

  .done .call-back__title {
    margin-bottom: 15px;
  }

  .done .call-back__descr {
    margin-bottom: 20px;
  }

  .done .call-back__btn {
    max-width: 100%;
  }

  .modal-question .form__btn {
    min-width: unset;
  }

  .qvize-modal__staps-2 {
    max-width: 70%;
  }

  .main-blog__bottom {
    width: 100%;
  }

  .form__btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .footer__media {
    max-width: 55px;
  }

  .footer__text a {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .projects__price {
    width: 100%;
    gap: 13px;
  }

  .projects__price--long {
    gap: 6px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer__sozial .footer__name {
    margin-right: 0;
  }

  .dropdown-big .dropdown__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (any-hover: hover) {
  .btn:hover::after {
    width: 100%;
  }

  .btn__stroke:hover {
    color: #FFFFFF;
  }

  .btn__stroke:hover svg path {
    fill: #FFFFFF;
  }

  .sozial__link:hover::after {
    -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }

  .sozial__link:hover svg path {
    fill: #FFFFFF;
  }

  .politic a:hover {
    text-decoration: underline;
  }

  .video-play:hover::after {
    width: 102%;
    height: 102%;
  }

  .video-play:hover svg path {
    fill: #ffffff;
  }

  .main-link:hover::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #429380;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
  }

  .slider-btn:hover {
    color: #429380;
  }

  .slider-btn:hover svg path {
    fill: #429380;
  }

  .btn-prev:hover svg {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }

  .btn-next:hover svg {
    -webkit-transform: rotate(180deg) translateX(-5px);
        -ms-transform: rotate(180deg) translateX(-5px);
            transform: rotate(180deg) translateX(-5px);
  }

  .header__call:hover span::after {
    -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }

  .header__call:hover span svg path {
    fill: #FFFFFF;
  }

  .header__call:hover p {
    text-decoration: underline;
  }

  .header__push:hover {
    color: #456650;
  }

  .header__push:hover svg rect {
    fill: #456650;
  }

  .header .header__push.active .header__push-last:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .header .header__push.active .header__push-last:hover line {
    stroke: #456650;
  }

  .nav__item:hover::after {
    width: 100%;
  }

  .nav__item:hover .nav__links {
    color: #429380;
  }

  .nav__item:hover .nav__links svg path {
    stroke: #429380;
  }

  .header-drop__dropdown a:hover {
    color: #429380;
  }

  .header-drop:hover .header-drop__dropdown {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu-header__item:hover picture {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
  }

  .menu-header__item:hover .menu-header__button {
    color: #ffffff;
    -webkit-box-shadow: 0px 9px 19px rgba(0, 87, 255, 0.36);
            box-shadow: 0px 9px 19px rgba(0, 87, 255, 0.36);
  }

  .menu-header__item:hover .menu-header__button::after {
    width: 100%;
  }

  .menu-header__item:hover .menu-header__button svg path {
    fill: #ffffff;
  }

  .menu-header__item:hover .menu-header__name {
    color: #429380;
  }

  .projects__item:hover .projects__name {
    color: #429380;
  }

  .projects__item:hover .projects__label {
    padding: 8px 15px;
  }

  .projects__item:hover .projects__images {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }

  .blog__image:hover {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  .blog-cards__item:hover .blog-cards__name {
    color: #429380;
  }

  .blog-cards__item:hover .blog-cards__images,
  .blog-cards__item:hover .blog-cards__video {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }

  .footer__phone:hover {
    color: #429380;
  }

  .footer__link:hover {
    opacity: 0.5;
  }

  .nav-footer__link:hover {
    color: #429380;
  }

  .modal-body__close:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .qvize-modal__close:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }

  .product-modal .form__btn:hover {
    color: #ffffff;
  }

  .dropdown__button:hover {
    color: #429380;
  }

  .dropdown__list-item:hover {
    color: #429380;
  }

  .main-blog__links a:hover {
    color: #429380;
  }

  .form__btn:hover {
    color: #456650;
  }

  .text__button:hover {
    color: #456650;
  }
}
@media (max-width: 950px) {
.nav__item {
    display: block;
    min-height: 30px;
  }

  .nav__item:not(:last-child) {
    margin-bottom: 5px;
  }

  .nav__links svg {
    margin-left: 15px;
    width: 17px;
    height: 17px;
  }

  .nav__links {
    font-size: 16px;
  }

  .header-drop {
    overflow: hidden;
  }

  .header-drop::after {
    display: block;
    z-index: 2;
    background: transparent;
    width: 100%;
    height: 30px;
    right: 0;
    top: -19px;
    bottom: unset;
    left: unset;
    -webkit-transform: translate(0%, 50%);
        -ms-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }

  .header-drop__dropdown {
    position: static;
    min-width: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
    overflow: hidden;
    max-height: 0px;
    padding: 0;
	padding-left: 10px;
  }

  .header-drop__dropdown li:first-child {
    margin-top: 10px;
  }

  .header-drop__dropdown li:last-child {
    margin-bottom: 10px;
  }

  .header-drop__dropdown a {
    font-size: 17px;
  }

  .header-drop.active .header-drop__dropdown {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    max-height: 1000px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }

}

@media (max-width: 450px) {
	.nav__item {
		height: fit-content;
	}

}
