@charset "UTF-8";

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

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

*,
*: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;
}

.capital-order {
  padding-bottom: 200px;
}

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

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

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

html.glightbox-open {
  overflow: unset;
}

.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 {
  margin-top: 24px;
  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__specification {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 99px;
}

.projects__specification p {
  /* flex: 0 0 48%; */
  position: relative;
  padding-left: 26px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.projects__specification p:nth-of-type(odd) {
  flex: 0 0 180px;
}

.projects__specification p span {
  font-size: 20px;
  font-weight: 700;
}
.projects__square::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../img/svg/cub.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.projects__size::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/svg/size.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: 0px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../img/svg/square.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.projects__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  flex-direction: column;
  /* min-height: 46px; */
  /* background: #EEF0F1; */
  /* border-radius: 23px; */
  /* padding-left: 10px; */
  /* padding-right: 20px;*/
}

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

.projects__price--long .projects__amount {
  /* margin-left: 10px; */
}
.projects__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.projects__link .layout_link a {
  color: #FFF;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  padding: 17px;
  border-radius: 100px;
  background: #429380;
  box-sizing: border-box;
  display: block;
}

.projects__link .price_link a {
  color: #429380;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  border: 0;
}

.projects__link .price_link a:hover {
  border-bottom: 2px dotted #429380;
}

.projects__link .layout_link {
  float: none;
}

.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;
  position: absolute;
  z-index: 99;
  border-radius: 0px 100px 100px 0px;
}

.projects__wrapper {
  border: 1px solid #E8E8E8;
  padding: 20px 28px 32px 28px;
}
.projects__new {
  background: #22D13E;
  color: #FFFFFF;
}

.projects__amount {
  color: #456650;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
}
.projects__amount.up {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.projects__amount.up s {
  color: rgba(69, 80, 102, 0.50);
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  text-decoration-line: strikethrough;
}

.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(255, 255, 255, 0.75);
}

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

.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__list-item:first-child {
  padding-top: 16px;
}

.dropdown__list-item:last-child {
  padding-bottom: 16px;
}

.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: 5px;
}

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

.build {
  padding-bottom: 70px;
}

.build__wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
}

.build__title {
  margin-bottom: 48px;
}

.build__projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  row-gap: 72px;
}

.build__slids {
  width: 47.7%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.build__bottom {
  text-align: center;
}

.portfolio {
  padding-bottom: 120px;
}

.portfolio__slider {
  width: calc(100% - 480px - 129px);
  overflow: hidden;
}

.portfolio .row {
  padding-left: calc((100% - 1360px) / 2);
}

.portfolio .row__min {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.portfolio .row__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 129px;
  width: calc(100% - 8.8%);
  max-width: 91.2%;
}

.portfolio-swiper__wrapper {
  margin-bottom: 38px;
}

.portfolio-swiper__slide {
  max-width: 595px;
  -webkit-transition: 1.5s all ease-in-out;
  -o-transition: 1.5s all ease-in-out;
  transition: 1.5s all ease-in-out;
}

.portfolio-swiper__slide.swiper-slide {
  opacity: 0.2;
  -webkit-transition: 1.5s all ease-in-out;
  -o-transition: 1.5s all ease-in-out;
  transition: 1.5s all ease-in-out;
}

.portfolio-swiper__slide.swiper-slide-active {
  opacity: 1;
}

.portfolio-swiper__item {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 395px;
  padding: 25px;
}

.portfolio-swiper__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-swiper__video::before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.84)), color-stop(47.59%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 47.59%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 47.59%);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.portfolio-swiper__map {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 6px 18px;
  background: #FFFFFF;
  border-radius: 18px;
  font-size: 14px;
}

.portfolio-swiper__map img {
  margin-top: 7px;
}

.portfolio-swiper__name {
  display: block;
  max-width: 281px;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 6px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.portfolio-swiper__descr {
  position: relative;
  z-index: 2;
}

.portfolio-swiper__date {
  font-size: 14px;
  color: #ffffff;
}

.portfolio-swiper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}

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

.detail-form.smoll-form {
  padding: 0;
}

.detail-form .main-form__container {
  position: relative;
  padding-top: 76px;
  padding-bottom: 76px;
  padding-left: 80px;
}

.detail-form__images {
  position: absolute;
  right: 0;
  top: 0;
  bottom: unset;
  width: 65%;
  -webkit-transform: translateX(46%);
      -ms-transform: translateX(46%);
          transform: translateX(46%);
}

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

.detail-form .form__bottom {
  max-width: 760px;
}

.detail-form .form {
  max-width: 833px;
}

.detail-form .politic a {
  color: inherit;
}

.order {
  overflow: hidden;
  padding-bottom: 125px;
}

.order__title {
  margin-bottom: 50px;
}

.order__subtitle {
  max-width: 710px;
  display: inline-block;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 34px;
}

.order__row {
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.order__descr {
  display: inline-block;
}

.order__descr strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.order__content {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.order__content::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 64px;
  width: 569px;
  height: 569px;
  background: url(../img/other/include-decor.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.order__box:first-child {
  margin-bottom: 38px;
}

.order__box .order__descr {
  max-width: 254px;
}

.order__second {
  margin-bottom: 3px;
}

.order__image {
  position: absolute;
  z-index: 2;
}

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

.order__image-1 {
  top: -30px;
  right: 0;
  width: 970px;
  -webkit-transform: translateX(74%);
      -ms-transform: translateX(74%);
          transform: translateX(74%);
}

.order__image-2 {
  width: 465px;
  bottom: -86px;
  -webkit-transform: translateX(58%);
      -ms-transform: translateX(58%);
          transform: translateX(58%);
}

.order__image-3 {
  width: 540px;
  top: -131px;
  -webkit-transform: translateX(53.5%);
      -ms-transform: translateX(53.5%);
          transform: translateX(53.5%);
}

.order-pd {
  padding-bottom: 250px;
}

.order-choice {
  padding-bottom: 75px;
}

.order-choice__mt {
  margin-top: -100px;
}

.order-choice__title {
  margin-bottom: 50px;
}

.order-choice__title span {
  display: block;
}

.cards-choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.cards-choice__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: flex-start;
  padding: 40px;
  padding-right: 0;
  background: #F3E7D8;
}

.cards-choice__title {
  margin-bottom: 24px;
}

.cards-choice__title span {
  display: block;
}

.cards-choice__descr {
  max-width: 370px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 24px;
}

.cards-choice__bottom {
  padding: 10px 25px;
  background: #FFFFFF;
  border-radius: 23px;
}

.cards-choice__link {
  display: inline-block;
  padding-bottom: 1px;
  color: #429380;
  font-size: inherit;
  line-height: inherit;
}

.mortage-form {
  position: relative;
}

.mortage-form .container {
  position: static;
}

.mortage-form .main-form__images {
  right: 0;
}

.mortage-staps {
  padding-bottom: 75px;
}

.mortage-staps__title {
  max-width: 1080px;
  margin-bottom: 30px;
}

.mortage-staps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.mortage-staps__item {
  position: relative;
  padding: 45px;
  padding-bottom: 50px;
  background: #F4F5F6;
}

.mortage-staps__second {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}

.mortage-staps__second span {
  display: block;
}

.mortage-staps__descr {
  max-width: 365px;
}

.mortage-staps__descr a {
  display: inline-block;
}

.mortage-staps__number {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 13px;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 51px;
  line-height: 62px;
  color: #FFFFFF;
}

.documents {
  padding-bottom: 75px;
}

.documents__title {
  margin-bottom: 30px;
}

.documents__subtitle {
  max-width: 620px;
  display: inline-block;
  margin-bottom: 30px;
}

.documents__subtitle strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.documents__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.documents__shell {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  padding: 30px;
  padding-right: 40px;
  background: #F3E7D8;
}

.documents__item {
  text-align: center;
}

.documents__image {
  overflow: hidden;
  margin-bottom: 20px;
}

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

.documents__name {
  font-size: 14px;
  line-height: 20px;
}

.documents__name span {
  display: block;
}

.documents__list {
  max-width: 633px;
}

.list-documents__item {
  position: relative;
  padding-left: 35px;
  display: block;
}

.list-documents__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/svg/star-blue.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.capital-choice {
  overflow: hidden;
}

.capital-choice .order-choice__cards {
  position: relative;
}

.capital-choice .cards-choice__descr {
  max-width: 365px;
}

.capital-choice .cards-choice__bottom {
  border-radius: 36px;
}

.capital-choice .cards-choice__bottom a {
  max-width: 240px;
  font-size: 14px;
  line-height: 20px;
}

.capital-choice .cards-choice__bottom a::before {
  display: none;
}

.capital {
  padding-top: 20px;
  padding-bottom: 90px;
}

.capital__title {
  margin-bottom: 44px;
}

.capital__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.capital__item-first {
  position: relative;
  background: #F4F5F6;
  padding: 60px 55px;
}

.capital__item-first h4 {
  position: relative;
  z-index: 2;
  max-width: 330px;
}

.capital__item-first p {
  position: relative;
  z-index: 2;
  max-width: 290px;
}

.capital__second {
  margin-bottom: 20px;
}

.capital__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

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

.capital__list {
  margin-top: 11px;
  margin-bottom: 40px;
}

.capital__list a {
  font-size: inherit;
  line-height: inherit;
}

.capital__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.capital__partners {
  overflow: hidden;
}

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

@media (min-width: 1441px) {
  .portfolio-swiper__nav {
    padding-left: 167px;
  }
}

@media (min-width: 1570px) {
  .detail-form .main-form__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 2660px) {
  .portfolio-swiper__slide.swiper-slide-next {
    opacity: 1;
  }
}

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

  .product-modal__body {
    padding: 40px;
  }

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

  .portfolio__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 57%;
            flex: 0 1 57%;
    width: unset;
  }

  .portfolio .row {
    padding-left: none;
  }

  .portfolio .row__big {
    width: unset;
  }

  .portfolio-swiper__slide {
    max-width: 100%;
  }

  .portfolio-swiper__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    width: 76%;
    gap: 25px;
  }

  .order__image-3 {
    top: -137px;
  }

  .mortage-staps__title {
    max-width: 1000px;
  }
}

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

  .detail-form__images {
    -webkit-transform: translateX(55%);
        -ms-transform: translateX(55%);
            transform: translateX(55%);
  }

  .mortage-form .main-form__images {
    right: 0;
  }
}

@media (max-width: 1391px) {
  .build__projects {
    -webkit-column-gap: 53px;
       -moz-column-gap: 53px;
            column-gap: 53px;
  }
}

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

  .build {
    padding-bottom: 60px;
  }

  .build__projects {
    gap: 49px;
  }

  .portfolio {
    padding-bottom: 100px;
  }

  .portfolio__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .portfolio__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .portfolio .row__big {
    gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .detail-form.smoll-form {
    position: relative;
  }

  .detail-form .main-form__container {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .order__title {
    margin-bottom: 40px;
  }

  .order__subtitle {
    max-width: 650px;
    font-size: 18px;
    line-height: 130%;
  }

  .order__image-2 {
    -webkit-transform: translateX(54%);
        -ms-transform: translateX(54%);
            transform: translateX(54%);
  }

  .order-choice {
    padding-bottom: 60px;
  }

  .cards-choice__item {
    padding: 35px 18px;
    padding-right: 0;
  }

  .cards-choice__descr {
    max-width: 340px;
  }

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

  .mortage-form .main-form__images {
    right: 0;
    max-width: 360px;
  }

  .capital-form .main-form__images {
    max-width: 500px;
    -webkit-transform: translate(10%, -50%);
        -ms-transform: translate(10%, -50%);
            transform: translate(10%, -50%);
  }

  .capital {
    padding-bottom: 70px;
  }

  .capital__item-first {
    padding: 50px 40px;
  }
}

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

  .build {
    padding-bottom: 50px;
  }

  .build__wrapper {
    margin-bottom: 50px;
  }

  .build__title {
    margin-bottom: 40px;
  }

  .build__projects {
    gap: 43px;
  }

  .portfolio {
    padding-bottom: 60px;
  }

  .portfolio__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 41%;
            flex: 0 1 41%;
  }

  .portfolio__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
  }

  .portfolio-swiper__item {
    padding: 20px;
  }

  .portfolio-swiper__map img {
    margin-top: 8px;
  }

  .portfolio-swiper__map {
    padding: 5px 15px;
  }

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

  .portfolio-swiper__date {
    font-size: 13px;
  }

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

  .order {
    padding-bottom: 100px;
  }

  .order__title {
    margin-bottom: 30px;
  }

  .order__subtitle {
    max-width: 500px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .order__row {
    max-width: 800px;
  }

  .order__descr {
    font-size: 16px;
    line-height: 130%;
  }

  .order__content::after {
    width: 450px;
    height: 450px;
  }

  .order__image-1 {
    top: 0;
    width: 750px;
  }

  .order__image-2 {
    width: 400px;
  }

  .order__image-3 {
    width: 449px;
    top: -107px;
    -webkit-transform: translateX(51.5%);
        -ms-transform: translateX(51.5%);
            transform: translateX(51.5%);
  }

  .order-pd {
    padding-bottom: 200px;
  }

  .cards-choice__title {
    font-size: 19px;
  }

  .cards-choice__descr {
    max-width: 280px;
    font-size: 16px;
    line-height: 130%;
  }

  .cards-choice__bottom {
    font-size: 15px;
    padding: 10px 12px;
  }

  .mortage-form .main-form__images {
    max-width: 300px;
  }

  .mortage-staps__title {
    max-width: 900px;
  }

  .mortage-staps__item {
    padding: 30px;
    padding-bottom: 40px;
  }

  .mortage-staps__descr a {
    font-size: inherit;
    line-height: inherit;
  }

  .mortage-staps__descr {
    font-size: 16px;
    line-height: 120%;
    max-width: 330px;
  }

  .mortage-staps__number {
    font-size: 45px;
    line-height: 120%;
  }

  .documents__subtitle {
    font-size: 16px;
    line-height: 130%;
  }

  .documents__box {
    gap: 10px;
  }

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

  .list-documents__item::before {
    top: 2px;
  }

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

  .capital-order {
    padding-bottom: 150px;
  }

  .capital-form .main-form__images {
    max-width: 400px;
    -webkit-transform: translate(10%, -40%);
        -ms-transform: translate(10%, -40%);
            transform: translate(10%, -40%);
  }

  .capital-choice .cards-choice__descr {
    max-width: 340px;
  }

  .capital-choice .cards-choice__item {
    padding-right: 20px;
  }

  .capital-choice .cards-choice__bottom {
    padding: 10px 25px;
  }

  .capital__item-first {
    padding: 40px 25px;
  }

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

  .capital__descr a {
    font-size: inherit;
    line-height: inherit;
  }

  .capital__image {
    opacity: 0.5;
  }

  .capital__list {
    margin-bottom: 30px;
  }

  .capital__box {
    gap: 50px;
  }

  .capital__partners {
    max-width: 80px;
  }
}

@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%;
  }

  .portfolio__container {
    padding: 0 20px;
  }

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

  .portfolio-swiper__nav {
    width: 66%;
  }

  .detail-form .main-form__container {
    padding-left: 20px;
  }
}

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

  .build {
    padding-bottom: 40px;
  }

  .build__projects {
    gap: 39px;
  }

  .portfolio__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42%;
            flex: 0 1 42%;
  }

  .portfolio-swiper__wrapper {
    margin-bottom: 25px;
  }

  .portfolio-swiper__nav {
    width: 91%;
  }

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

  .form__btn {
    min-width: 300px;
  }

  .order__row {
    max-width: 700px;
  }

  .order__descr {
    font-size: 15px;
  }

  .order__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
  }

  .order__content::after {
    width: 430px;
    height: 430px;
  }

  .order__box .order__descr {
    max-width: 230px;
  }

  .order__image-3 {
    width: 431px;
    top: -91px;
  }

  .cards-choice {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .mortage-form .main-form__images {
    max-width: 270px;
  }

  .mortage-staps {
    padding-bottom: 60px;
  }

  .mortage-staps__item {
    padding: 25px 20px;
    padding-bottom: 30px;
  }

  .mortage-staps__second {
    margin-bottom: 15px;
  }

  .mortage-staps__descr {
    font-size: 15px;
  }

  .mortage-staps__number {
    font-size: 40px;
  }

  .documents {
    padding-bottom: 60px;
  }

  .documents__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .documents__name {
    font-size: 15px;
  }

  .documents__list {
    max-width: 100%;
  }

  .capital-form .main-form__images {
    max-width: 350px;
  }

  .capital {
    padding-bottom: 60px;
  }

  .capital__partners {
    max-width: 70px;
  }
}

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

  .build__title {
    margin-bottom: 30px;
  }

  .build__projects {
    gap: 30px;
  }

  .portfolio__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 49%;
            flex: 0 49%;
  }

  .portfolio__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }

  .portfolio-swiper__map {
    gap: 5px;
    font-size: 13px;
    padding: 4px 12px;
  }

  .portfolio-swiper__name {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .portfolio-swiper__nav {
    width: 100%;
  }

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

  .detail-form__images {
    width: 700px;
    -webkit-transform: translateX(70%);
        -ms-transform: translateX(70%);
            transform: translateX(70%);
    opacity: 0.3;
  }

  .order__row {
    max-width: 650px;
  }

  .order__content::after {
    width: 350px;
    height: 350px;
    left: 80px;
  }

  .order__image-1 {
    width: 600px;
    top: 40px;
  }

  .order__image-2 {
    width: 350px;
  }

  .order__image-3 {
    width: 360px;
    top: -60px;
    -webkit-transform: translateX(57.5%);
        -ms-transform: translateX(57.5%);
            transform: translateX(57.5%);
  }

  .order-choice__mt {
    margin-top: -120px;
  }

  .order-choice__title {
    margin-bottom: 40px;
  }

  .cards-choice__descr {
    font-size: 15px;
  }

  .mortage-staps__title {
    max-width: 800px;
  }

  .mortage-staps__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mortage-staps__descr {
    font-size: 14px;
  }

  .capital-order {
    padding-bottom: 110px;
  }

  .capital__title {
    margin-bottom: 30px;
  }

  .capital__grid {
    gap: 30px;
  }

  .capital__item-first {
    padding: 30px 20px;
  }

  .capital__second {
    margin-bottom: 15px;
  }

  .capital__descr {
    font-size: 15px;
  }

  .capital__image {
    max-width: 250px;
  }

  .capital__list {
    margin-bottom: 20px;
  }

  .capital__list .list-documents__item {
    font-size: 15px;
  }

  .capital__box {
    gap: 30px;
  }

  .capital__partners {
    max-width: 60px;
  }
}

@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: 800px) {
  .capital__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .capital__item-first {
    padding: 50px 20px;
  }

  .capital__item-first h4 {
    max-width: 60%;
  }

  .capital__item-first p {
    max-width: 60%;
  }

  .capital__image {
    opacity: 1;
  }
}

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

  .build__wrapper {
    margin-bottom: 30px;
  }

  .build__projects {
    gap: 20px;
  }

  .portfolio {
    padding-bottom: 40px;
  }

  .portfolio__slider {
    width: 100%;
  }

  .portfolio .row__big {
    max-width: 100%;
    width: 100%;
    -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;
  }

  .portfolio-swiper__wrapper {
    margin-bottom: 35px;
  }

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

  .detail-form .main-form__container {
    padding-left: 15px;
  }

  .order__row {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }

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

  .order__descr {
    font-size: 14px;
  }

  .order__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 300px;
  }

  .order__content::after {
    width: 270px;
    height: 270px;
    left: auto;
    right: -200px;
  }

  .order__image-1 {
    top: 30px;
    -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
            transform: translateX(80%);
  }

  .order__image-2 {
    width: 320px;
    -webkit-transform: translateX(91%);
        -ms-transform: translateX(91%);
            transform: translateX(91%);
  }

  .order__image-3 {
    width: 306px;
    top: -42px;
    -webkit-transform: translateX(81.5%);
        -ms-transform: translateX(81.5%);
            transform: translateX(81.5%);
  }

  .order-pd {
    padding-bottom: 230px;
  }

  .order-choice {
    padding-bottom: 45px;
  }

  .order-choice__mt {
    margin-top: -60px;
  }

  .cards-choice {
    gap: 5px;
  }

  .cards-choice__item {
    padding: 25px 10px;
    padding-right: 0;
  }

  .cards-choice__title {
    font-size: 18px;
  }

  .cards-choice__descr {
    font-size: 14px;
  }

  .cards-choice__bottom {
    font-size: 14px;
  }

  .mortage-staps {
    padding-bottom: 40px;
  }

  .documents {
    padding-bottom: 40px;
  }

  .documents__subtitle {
    font-size: 15px;
  }

  .documents__shell {
    padding: 25px;
    padding-right: 30px;
  }

  .documents__name {
    font-size: 13px;
  }

  .list-documents__item {
    font-size: 15px;
  }

  .capital-order {
    padding-bottom: 150px;
  }

  .capital {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

@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%;
  }

  .cards-choice {
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
  }

  .cards-choice__descr {
    max-width: 500px;
  }
}

@media (max-width: 620px) {
  .mortage-staps__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .mortage-staps__descr {
    max-width: 80%;
  }
}

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

  .capital__item-first {
    padding: 30px 20px;
  }

  .capital__image {
    opacity: 0.5;
    max-width: 230px;
  }
}

@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%;
  }

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

  .build__wrapper {
    padding-bottom: 25px;
    margin-bottom: 0;
  }

  .build__title {
    margin-bottom: 20px;
  }

  .build__projects {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 15px;
    padding-bottom: 20px;
  }

  .build__slids {
    width: 100%;
    height: auto;
  }

  .portfolio-swiper.swiper {
    overflow-x: auto;
  }

  .portfolio-swiper.swiper::-webkit-scrollbar {
    height: 12px;
    border-radius: 6px;
  }

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

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

  .portfolio-swiper__wrapper {
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .portfolio-swiper__item {
    padding: 0;
    min-height: unset;
  }

  .portfolio-swiper__video::before {
    display: none;
  }

  .portfolio-swiper__video {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 40% 50%;
  }

  .portfolio-swiper__map {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 2px 10px;
    font-size: 12px;
  }

  .portfolio-swiper__name {
    max-width: 80%;
    color: #000000;
    margin-bottom: 10px;
  }

  .portfolio-swiper__date {
    font-size: 14px;
    color: #000000;
  }

  .portfolio-swiper__nav {
    display: none;
  }

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

  .order {
    padding-bottom: 95px;
  }

  .order__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .order__subtitle {
    margin-bottom: 10px;
  }

  .order__row {
    gap: 60px;
  }

  .order__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }

  .order__content::after {
    width: 250px;
    height: 250px;
    right: -125px;
  }

  .order__box:first-child {
    margin-bottom: 20px;
  }

  .order__image-1 {
    width: 500px;
    top: 15px;
    -webkit-transform: translateX(75%);
        -ms-transform: translateX(75%);
            transform: translateX(75%);
  }

  .order__image-2 {
    width: 250px;
    bottom: -69px;
  }

  .order__image-3 {
    width: 243px;
    top: -44px;
    -webkit-transform: translateX(77.5%);
        -ms-transform: translateX(77.5%);
            transform: translateX(77.5%);
  }

  .order-pd {
    padding-bottom: 140px;
  }

  .order-form {
    margin-bottom: 0;
  }

  .order-choice__mt {
    margin-top: 0;
  }

  .order-choice__title {
    margin-bottom: 20px;
  }

  .cards-choice__item {
    padding: 25px 20px;
  }

  .cards-choice__title {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .cards-choice__descr {
    margin-bottom: 20px;
  }

  .cards-choice__bottom {
    padding: 10px 20px;
  }

  .cards-choice__link {
    display: inline;
  }

  .mortage-staps__descr {
    max-width: 90%;
  }

  .documents__title {
    margin-bottom: 20px;
  }

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

  .documents__box {
    grid-template-columns: repeat(3, 1fr);
  }

  .documents__shell {
    padding: 22px;
  }

  .documents__image {
    margin-bottom: 10px;
  }

  .documents__descr {
    font-size: 15px;
  }

  .list-documents__item::before {
    top: 0;
  }

  .list-documents__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .list-documents__item {
    font-size: 14px;
    line-height: 130%;
  }

  .capital-order {
    padding-bottom: 110px;
  }

  .capital-choice .cards-choice__item {
    padding-right: 10px;
  }

  .capital-choice .cards-choice__bottom {
    max-width: 290px;
    padding: 10px 20px;
  }

  .capital__title {
    margin-bottom: 20px;
  }

  .capital__descr {
    font-size: 14px;
  }

  .capital__list {
    margin-bottom: 30px;
  }

  .capital__list .list-documents__item {
    font-size: 14px;
  }
}

@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: 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;
  }

  .order__box-last {
    max-width: 150px;
  }

  .order__image-2 {
    -webkit-transform: translateX(60%);
        -ms-transform: translateX(60%);
            transform: translateX(60%);
  }

  .order__image-3 {
    width: 233px;
    top: -23px;
    -webkit-transform: translateX(68.5%);
        -ms-transform: translateX(68.5%);
            transform: translateX(68.5%);
  }

  .mortage-form .main-form__images {
    margin: unset;
    margin-top: 30px;
    margin-left: auto;
    margin-right: -15px;
  }

  .capital-order {
    padding-bottom: 70px;
  }

  .capital-form.smoll-form.main-form {
    padding-bottom: 0;
  }

  .capital-form .main-form__images {
    max-width: 310px;
  }

  .capital__item-first h4 {
    max-width: 100%;
  }

  .capital__item-first p {
    max-width: 147px;
  }

  .capital__image {
    max-width: 170px;
    opacity: 1;
  }
}

@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%;
  }

  .build__btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .portfolio-swiper__name {
    max-width: 100%;
  }

  .form__btn {
    width: 100%;
  }

  .documents__box {
    gap: 5px;
  }

  .capital__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@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%;
  }

  .capital__image {
    max-width: 140px;
  }
}

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

  .portfolio-swiper__name:hover {
    color: #F3E7D8;
  }

  .form__btn:hover {
    color: #456650;
  }

  .capital-choice .cards-choice__bottom a:hover {
    color: #456650;
  }

  .capital__partners:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1250px) {
  .projects__link .layout_link a {
    padding: 17px;
    text-align: center;
  }
  .projects__link .price_link a {
    text-align: center;
    display: block;
  }
  .projects__specification {
    gap: 12px;
  }
}

@media (max-width: 1070px) {
  .projects__specification {
    flex-direction: column;
  }
  .projects__specification p:nth-of-type(odd) {
    flex: 0 0 auto;
  }
  .projects__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 1050px) {
  .build__slids .projects__images {
    margin-bottom: 0px;
  }
}

@media (max-width: 550px) {
  .projects__label svg {
    display: block;
  }
  .projects__wrapper {
    border: 0;
    padding: 0;
  }
  .projects__amount.up, .projects__amount.up s {
    font-size: 14px;
  }

  .projects__amount {
    font-size: 18px;
  }

  .projects__box {
    margin-top: 16px;
  }

  .projects__specification {
    flex-direction: row;
    gap: 8px 24px;
  }

  .projects__specification p, .projects__specification p:nth-of-type(odd) {
    flex: 0 0 45%;
    font-size: 14px;
  }
  .projects__specification p span {
    font-size: 15px;
    font-weight: 700;
  }
  .projects__link {
    margin-top: 16px;
  }

  .projects__link .layout_link a {
    padding: 12px 24px;
    font-size: 14px;
  }

  .projects__link .price_link a {
    font-size: 14px;
  }
  .build__slids .projects__images {
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .projects__specification {
    gap: 8px 8px;
  }
  .projects__specification p, .projects__specification p:nth-of-type(odd) {
    flex: 0 0 48%;
  }

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

}
