* {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Pragmatica";
  src: url("../fonts/Pragmatica-Book.woff2") format("woff2"), url("../fonts/Pragmatica-Book.woff") format("woff"), url("../fonts/Pragmatica-Book.svg#Pragmatica-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pragmatica Oblique";
  src: url("../fonts/Pragmatica-BookOblique.woff2") format("woff2"), url("../fonts/Pragmatica-BookOblique.woff") format("woff"), url("../fonts/Pragmatica-BookOblique.svg#Pragmatica-BookOblique") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Marianna";
  src: url("../fonts/Marianna.woff2") format("woff2"), url("../fonts/Marianna.woff") format("woff"), url("../fonts/Marianna.svg#Marianna") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
ul,
li {
  list-style: none;
}

select,
option {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:focus {
  outline: none;
}

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

a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: #000000;
  -webkit-appearance: none;
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

body {
  font-size: 1rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1220px;
  width: 100%;
  padding: 50px 0 15px 0;
  margin: 0 auto;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-weight: 500;
}
.header__left {
  max-width: 30rem;
  width: 100%;
  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__left-logo {
  width: 150px;
}
.header__left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.header__right {
  max-width: 26.875rem;
  width: 100%;
  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;
  gap: 20px;
}
.header__right-tel {
  padding: 2.5px 10px;
  border-radius: 30px;
  background-color: rgb(205, 206, 192);
  white-space: nowrap;
}

.mobile-nav {
  display: none;
  margin: 15px 30px;
  gap: 20px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 25px;
  max-width: 1220px;
  width: 100%;
  margin: 15px auto 0 auto;
}
.socials a {
  width: 28px;
  height: 28px;
}
.socials a img {
  width: 28px;
  height: 28px;
}

.text {
  max-width: 1220px;
  width: 100%;
  margin: 120px auto 65px auto;
}
.text__text {
  max-width: 500px;
  text-align: justify;
  font-family: "Pragmatica";
}
.text__adress {
  display: none;
}

.first {
  background-color: rgb(40, 40, 40);
}
.first__wrap {
  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;
  max-width: 1220px;
  width: 100%;
  height: 1150px;
  padding: 0 0 100px 0;
  margin: 0 auto;
  color: #fff;
}
.first__wrap-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first__wrap-top-wrap {
  position: relative;
  z-index: 2;
  margin-top: 105px;
}
.first__wrap-top-wrap h1 {
  position: relative;
  z-index: 2;
  font-family: "Pragmatica";
  font-size: 6.5rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.first__wrap-top-wrap p {
  font-family: "Marianna";
  font-size: 4.1875rem;
  font-weight: 400;
  margin-top: -10px;
  padding: 0 15px 0 10px;
  white-space: nowrap;
}
.first__wrap-top-img {
  position: absolute;
  z-index: 1;
  right: -70px;
  top: -155px;
}
.first__wrap-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 90px;
  margin-left: -85px;
}
.first__wrap-bottom-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 65px;
}
.first__wrap-bottom-description-wrap {
  max-width: 635px;
}
.first__wrap-bottom-description-wrap p {
  font-size: 1.25rem;
  text-align: justify;
}
.first__wrap-bottom-description-wrap p:first-child {
  margin-bottom: 30px;
}
.first__wrap-bottom-description h3 {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 55px;
}
.first__wrap-line {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  position: absolute;
  height: 830px;
  z-index: 0;
  bottom: 0;
  right: -20px;
}

.list {
  background-color: rgb(154, 155, 126);
}
.list__wrap {
  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;
  max-width: 1370px;
  width: 100%;
  padding: 70px 0 90px 0;
  margin: 0 auto;
  color: #fff;
}
.list__wrap h3 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0 0 55px 80px;
  text-transform: uppercase;
}
.list__wrap-logo {
  display: none;
  position: absolute;
  right: 25px;
  top: 35px;
  width: 60px;
  height: 60px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.list__wrap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list__wrap-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 185px;
  border-top: 2px solid rgb(255, 255, 255);
  padding: 0 0 10px 105px;
}
.list__wrap-list-item span {
  width: 65px;
  font-size: 7.625rem;
  font-weight: 400;
  text-align: center;
  margin-right: 60px;
}
.list__wrap-list-item-pros {
  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;
  width: 900px;
  height: 105px;
}
.list__wrap-list-item-pros p {
  font-size: 1.5rem;
  font-weight: 400;
}
.list__wrap-list-item img {
  position: absolute;
  right: 60px;
  bottom: 0;
}
.list__wrap-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 56px;
  margin-top: 65px;
  border-radius: 30px;
  background-color: rgb(244, 240, 231);
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.list__wrap-btn:hover {
  background-color: rgb(244, 236, 219);
}

.location {
  background-color: rgb(40, 40, 40);
}
.location__wrap {
  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;
  width: 100%;
  padding-bottom: 60px;
  color: #fff;
}
.location__wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 830px;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
}
.location__wrap-top-header {
  display: none;
  text-align: end;
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 50px 0 30px 0;
}
.location__wrap-top-map {
  width: 490px;
  height: 770px;
  margin-left: 30px;
}
.location__wrap-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 115px 0 50px 0;
  text-align: end;
}
.location__wrap-top-wrap h5 {
  font-size: 2.625rem;
  font-weight: 400;
  text-transform: uppercase;
}
.location__wrap-top-wrap-adress p:nth-child(1) {
  font-style: italic;
  font-size: 2.125rem;
}
.location__wrap-top-wrap-adress p:nth-child(2) {
  font-style: italic;
  font-size: 1.625rem;
  color: #dddddd;
}
.location__wrap-top-wrap-adress p:nth-child(3) {
  font-family: "Marianna";
  font-size: 5rem;
  margin-top: 30px;
  color: #9d9d9d;
}
.location__wrap-middle {
  margin: 0 0 110px 0;
}
.location__wrap-middle-video {
  width: 100%;
}
.location__wrap-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
}
.location__wrap-bottom-header {
  display: none;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.location__wrap-bottom-text {
  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;
}
.location__wrap-bottom-text-wrap {
  position: absolute;
  bottom: 50px;
  width: 100%;
  max-width: 800px;
}
.location__wrap-bottom-text-wrap p:first-child {
  font-family: "Marianna";
  font-size: 5rem;
  color: #9d9d9d;
  margin-bottom: -15px;
}
.location__wrap-bottom-text-wrap p {
  font-size: 1.25rem;
}
.location__wrap-bottom-text h3 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 55px;
}
.location__wrap-bottom-parking {
  margin-right: -75px;
  width: 870px;
  height: 580px;
}
.location__wrap-bottom-logo {
  position: absolute;
  right: 0;
  top: -55px;
}

.history {
  overflow: hidden;
  width: 100%;
  height: 760px;
  background-color: #9a9a7e;
}
.history__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto 60px auto;
}
.history__wrap-left {
  margin-left: 30px;
  position: relative;
}
.history__wrap-left-content {
  position: absolute;
  top: 80px;
  left: 50px;
}
.history__wrap-left-content-header {
  display: none;
  text-transform: uppercase;
  font-size: 1.625rem;
}
.history__wrap-left-content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.history__wrap-left-content p {
  max-width: 400px;
  margin-top: 70px;
  font-size: 1.25rem;
  line-height: 30px;
}
.history__wrap-right {
  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;
  margin-top: 90px;
  color: #fff;
}
.history__wrap-right h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: end;
  line-height: 55px;
}
.history__wrap-right-content p {
  max-width: 540px;
  font-size: 1.25rem;
  line-height: 30px;
}
.history__wrap-right-content img {
  margin-top: 40px;
}

.spirit {
  overflow: hidden;
  background-color: rgb(249, 247, 240);
}
.spirit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1485px;
  margin: 0 auto;
  height: 770px;
  padding-left: 6.5rem;
}
.spirit__wrap-left {
  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;
  height: 100%;
  width: 100%;
  padding: 55px 94px 55px 0;
}
.spirit__wrap-left p {
  font-size: 1rem;
  max-width: 287px;
}
.spirit__wrap-left-wrap h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
.spirit__wrap-left-wrap p {
  font-family: "Marianna";
  font-size: 4.4375rem;
  color: #9d9d9d;
  white-space: nowrap;
}
.spirit__wrap-right {
  width: 1110px;
}
.spirit__wrap-right-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.spirit__wrap-right-slider-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spirit__wrap-right-slider-wrap-slide {
  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: 55px 30px 40px 30px;
  border-left: 1px solid rgb(0, 0, 0);
}
.spirit__wrap-right-slider-wrap-slide h6 {
  font-size: 1rem;
}
.spirit__wrap-right-slider-wrap-slide-wrap img {
  width: 310px;
  height: 430px;
}
.spirit__wrap-right-slider-wrap-slide-wrap p {
  margin-top: 15px;
  font-size: 1.25rem;
  font-weight: 400;
}
.spirit__wrap-right-slider-wrap-slide-wrap p span {
  font-weight: 600;
}
.spirit__wrap-right-slider-next {
  position: absolute;
  z-index: 10;
  top: 120px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  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;
  background-color: #fff;
  border: 1px solid #9a9a7e;
  border-radius: 50%;
}
.spirit__wrap-right-slider-next img {
  margin-left: 2px;
}

.planing-types {
  height: 785px;
  background-color: rgb(249, 247, 240);
}
.planing-types__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 80px 0 75px 0;
}
.planing-types__wrap-left {
  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;
  width: 100%;
  max-width: 580px;
}
.planing-types__wrap-left h2 {
  font-size: 3rem;
  line-height: 55px;
  text-transform: uppercase;
  margin-left: 70px;
}
.planing-types__wrap-left-list-item {
  width: 100%;
  border-bottom: 1px solid rgb(0, 0, 0);
  font-size: 2rem;
  line-height: 39px;
  padding: 10px 0 10px 45px;
  margin-top: 43px;
}
.planing-types__wrap-left-list-item p {
  width: 250px;
  padding: 2.5px 0 2.5px 25px;
  border-radius: 30px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.planing-types__wrap-left-list-item p.active-plan {
  background-color: rgb(205, 206, 192);
}
.planing-types__wrap-right {
  width: 100%;
  max-width: 500px;
}
.planing-types__wrap-right-mobile {
  display: none;
  position: absolute;
  left: 50px;
  text-transform: uppercase;
  font-size: 2rem;
}
.planing-types__wrap-right-info {
  margin: 0 0 20px 35px;
  font-size: 1.5rem;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.7);
}
.planing-types__wrap-right img {
  margin-top: 40px;
  height: 500px;
}

.commercial-permises {
  height: 825px;
  background-color: rgb(249, 247, 240);
}
.commercial-permises__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1370px;
  margin: 0 auto;
  height: 100%;
  padding: 0 0 0 80px;
}
.commercial-permises__wrap-left {
  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-bottom: 75px;
}
.commercial-permises__wrap-left-header {
  margin-top: 60px;
}
.commercial-permises__wrap-left-header h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 55px;
  text-transform: uppercase;
}
.commercial-permises__wrap-left-header p {
  font-family: "Marianna";
  font-size: 3rem;
  color: #9d9d9d;
}
.commercial-permises__wrap-left-descr {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
  max-width: 580px;
  text-align: justify;
}

.planning {
  background-color: rgb(80, 66, 59);
  color: #fff;
  height: 860px;
}
.planning__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 60px 0 65px 0;
}
.planning__wrap-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.planning__wrap-main-mobile {
  display: none;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.planning__wrap-main-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
}
.planning__wrap-main-left-small {
  width: 220px;
  height: 370px;
}
.planning__wrap-main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 55px 0 35px 0;
}
.planning__wrap-main-right h3 {
  font-size: 2.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: end;
}
.planning__wrap-main-right-descr {
  max-width: 480px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
}
.planning__wrap-main-right-descr p:first-child {
  max-width: 420px;
  margin-bottom: 30px;
}
.planning__wrap-btn {
  margin: 0 auto;
  padding: 15px 49px;
  border-radius: 30px;
  background-color: rgb(244, 240, 231);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 29px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.planning__wrap-btn:hover {
  background-color: rgb(204, 196, 177);
}

.construction-progress {
  height: auto;
}
.construction-progress__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 90px 0 50px 0;
}
.construction-progress__wrap-left {
  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;
  max-width: 568px;
}
.construction-progress__wrap-left-top h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 59px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.construction-progress__wrap-left p {
  font-size: 1.25rem;
  line-height: 28px;
  text-align: justify;
}
.construction-progress__wrap-right {
  padding: 60px 40px 40px 40px;
  border: 1px solid rgb(0, 0, 0);
}
.construction-progress__wrap-right-img {
  width: 500px;
  height: 420px;
}
.construction-progress__wrap-right-actions {
  margin-top: 52px;
  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;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 28px;
}
.construction-progress__wrap-right-actions img {
  cursor: pointer;
}
.construction-progress__wrap-mobile {
  display: none;
  line-height: 28px;
  text-align: justify;
}

.documents {
  background-color: rgb(154, 154, 126);
}
.documents__wrap {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 100px 0 150px 0;
}
.documents__wrap h2 {
  margin-bottom: 70px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
}
.documents__wrap-slider {
  position: relative;
  margin: 0 90px;
}
.documents__wrap-slider-wrap-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.documents__wrap-slider-wrap-slide img {
  width: 330px;
  height: 470px;
}
.documents__wrap-prev, .documents__wrap-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  cursor: pointer;
}
.documents__wrap-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.documents__wrap-next {
  right: 0;
}
.documents__wrap-img-left {
  position: absolute;
  top: 90px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.documents__wrap-img-right {
  position: absolute;
  right: 0;
}

.objects {
  margin: 0 auto;
  padding: 65px 0;
  height: 770px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  max-width: 1300px;
}
.objects__header {
  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;
  width: 100%;
  margin-bottom: 60px;
  max-width: 1215px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.objects__header h6 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
  white-space: nowrap;
}
.objects__header-line {
  max-width: 870px;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.objects__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-height: 550px;
  overflow: hidden;
}
.objects__wrap-left {
  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-bottom: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.objects__wrap-left p {
  font-family: "Open Sauce One", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-align: justify;
  max-width: 540px;
}
.objects__wrap-left h1 {
  font-size: 4.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 500px;
}
.objects__wrap-right {
  position: relative;
}
.objects__wrap-right-slider {
  height: 100%;
  width: 670px;
}
.objects__wrap-right-slider .swiper-wrapper {
  height: auto !important;
}
.objects__wrap-right-slider-wrap {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.objects__wrap-right-slider-wrap-slide {
  position: relative;
  width: 310px !important;
  height: 450px;
  color: #fff;
}
.objects__wrap-right-slider-wrap-slide-header {
  position: relative;
  bottom: 49px;
  left: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.objects__wrap-right-slider-wrap-slide-dark {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6950981076)), color-stop(60%, rgba(31, 31, 31, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6950981076) 0%, rgba(31, 31, 31, 0) 60%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.objects__wrap-right-slider-wrap-slide-dark-adress {
  position: absolute;
  bottom: 60px;
  left: 15px;
  font-size: 1rem;
  font-style: italic;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
.objects__wrap-right-slider-wrap-slide-dark h5 {
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.objects__wrap-right-slider-toolbar {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.objects__wrap-right-slider-toolbar-prev, .objects__wrap-right-slider-toolbar-next {
  width: 40px;
  height: 50px;
  cursor: pointer;
}
.objects__wrap-right-slider-toolbar-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 0 45px 0 175px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 30px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  cursor: pointer;
  background-color: #fff;
}
.objects__wrap-right-slider-toolbar-btn:hover {
  background-color: #9d9d9d;
}
.objects__wrap-right-slider-toolbar-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none;
}
.objects__wrap-right-2 {
  display: none;
}

.objects--expanded {
  max-width: 1300px;
}

.objects--collapsed {
  max-width: 1370px;
}

.objects__wrap-right-slider-wrap--collapsed {
  -webkit-transform: translateX(-700px);
          transform: translateX(-700px);
  gap: 40px;
}

.objects__wrap-left--collapsed {
  -webkit-transform: translateX(-625px);
          transform: translateX(-625px);
}

.objects__header--collapsed {
  margin-left: 75px;
}

.banner {
  background: url("../images/banner.webp") center/cover no-repeat;
  position: relative;
  width: 100%;
  height: 750px;
  color: #fff;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
  height: 100%;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.banner__wrap h2 {
  font-family: "Marianna";
  font-size: 4.6875rem;
}
.banner__wrap-mobile {
  display: none;
  line-height: 50px;
  margin-left: 10px;
}
.banner__wrap-text {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  text-transform: uppercase;
}
.banner__wrap-text-bold {
  font-weight: 700;
}
.banner__wrap-text p:first-child {
  white-space: nowrap;
}
.banner__wrap-text p:last-child {
  margin-top: 30px;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 275px 0 350px;
}
.contacts__info {
  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;
  width: 100%;
  padding: 100px 0 40px 0;
}
.contacts__info-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts__info-header-wrap h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contacts__info-header-wrap-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 25px;
}
.contacts__info-header-wrap-socials a {
  width: 28px;
  height: 28px;
}
.contacts__info-header-wrap-socials a img {
  width: 28px;
  height: 28px;
}
.contacts__info-header p {
  width: 475px;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 400;
}
.contacts__info-wrap button {
  margin-bottom: 90px;
  padding: 15px 64px;
  border-radius: 30px;
  background-color: rgb(205, 206, 192);
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer;
}
.contacts__info-wrap button:hover {
  background-color: rgb(167, 168, 156);
}
.contacts__info-wrap-contacts {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px auto;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
}
.contacts__info-wrap-contacts-sales, .contacts__info-wrap-contacts-email, .contacts__info-wrap-contacts-phone {
  max-width: 270px;
}
.contacts__info-wrap-contacts-sales h6, .contacts__info-wrap-contacts-email h6, .contacts__info-wrap-contacts-phone h6 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.contacts__info-wrap-contacts-sales a, .contacts__info-wrap-contacts-email a, .contacts__info-wrap-contacts-phone a {
  font-size: 1rem;
}
.contacts__info-wrap-contacts-email {
  white-space: nowrap;
}
.contacts__info-wrap-contacts-phone-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.contacts__info-wrap-contacts-phone-list .phone,
.contacts__info-wrap-contacts-phone-list .phone-link {
  padding: 5px 20px;
  border-radius: 20px;
  background-color: rgb(205, 206, 192);
  white-space: nowrap;
}
.contacts__info-wrap-contacts-phone-list .phone {
  cursor: pointer;
}
.contacts__info-wrap-prod {
  margin-top: 35px;
  font-size: 0.875rem;
  font-weight: 700;
}
.contacts__image {
  margin-left: 50px;
}

.modal-background {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: fixed;
  z-index: 103;
  width: 740px;
  height: 550px;
  left: 50vw;
  top: 50vh;
  margin: -275px 0 0 -370px;
  padding: 60px 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__header {
  font-size: 1.875rem;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  width: 614px;
}
.modal__descr {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  width: 625px;
  color: rgba(0, 0, 0, 0.8);
}
.modal__form {
  width: 100%;
  margin-top: 40px;
}
.modal__form input {
  display: block;
  width: 100%;
  padding: 16px 30px;
  margin-bottom: 30px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 30px;
  font-weight: 300;
  font-size: 1.5rem;
}
.modal__form input::-webkit-input-placeholder {
  font-size: 1.5rem;
}
.modal__form input::-moz-placeholder {
  font-size: 1.5rem;
}
.modal__form input:-ms-input-placeholder {
  font-size: 1.5rem;
}
.modal__form input::-ms-input-placeholder {
  font-size: 1.5rem;
}
.modal__form input::placeholder {
  font-size: 1.5rem;
}
.modal__form input:last-child {
  padding: 16px 30px 16px 95px;
}
.modal__form input:focus:invalid {
  border-color: #ff1a1a;
}
.modal__form input:focus:valid {
  border-color: #1aff29;
}
.modal__form-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.modal__form-input-wrap::before {
  content: "+380";
  position: absolute;
  top: 16px;
  left: 30px;
  pointer-events: none;
  font-weight: 700;
  font-size: 1.55rem;
}
.modal__form-send-btn {
  display: block;
  padding: 16px 80px;
  margin: 20px auto 0 auto;
  border-radius: 30px;
  background-color: rgb(205, 206, 192);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 29px;
  cursor: pointer;
}
.modal__form-send-btn:hover {
  background-color: rgb(167, 168, 156);
}
.modal__status {
  display: none;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.gallery-background {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: fixed;
  z-index: 103;
  left: 50vw;
  top: 50vh;
  margin: -275px 0 0 -485px;
  width: 970px;
}
.gallery__slider-wrap-slide-1, .gallery__slider-wrap-slide-2 {
  width: 970px;
  height: 550px;
  padding: 30px 58px 75px 58px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
}
.gallery__slider-wrap-slide-1 img, .gallery__slider-wrap-slide-2 img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.gallery__slider-wrap-slide-1 p:nth-child(2) {
  margin: 50px 0 30px 0;
}
.gallery__slider-wrap-slide-1 p:nth-child(3) {
  margin-bottom: 30px;
}
.gallery__slider-wrap-slide-1 ul {
  margin: 15px 0;
  padding-left: 40px;
}
.gallery__slider-wrap-slide-1 ul li {
  list-style: disc;
}
.gallery__slider-wrap-slide-2 {
  text-align: center;
}
.gallery__slider-wrap-slide-2 p:nth-child(2) {
  margin: 40px 0 55px 0;
}
.gallery__slider-wrap-slide-2 h6 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.gallery__slider-wrap-slide-2 p:nth-child(4) {
  margin-bottom: 85px;
}
.gallery__slider-wrap-slide-2 p:nth-child(4) span {
  font-weight: 600;
}
.gallery__slider-prev, .gallery__slider-next {
  position: absolute;
  z-index: 1;
  top: 45%;
  width: 40px;
  cursor: pointer;
}
.gallery__slider-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -40px;
}
.gallery__slider-next {
  right: -40px;
}
.gallery__slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.gallery__slider-pagination span {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: #9a9a7e;
}
.gallery__slider-swap {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 40px;
  z-index: 1;
  margin-left: -20px;
  opacity: 0.3;
}
.gallery .swiper-button-disabled {
  opacity: 0.3;
}

.callback {
  position: fixed;
  bottom: 0;
  right: 80px;
  z-index: 101;
  width: 300px;
  background-color: #fff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  color: #fff;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.callback__header {
  padding: 18px 15px 18px 20px;
  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;
  background-color: rgb(154, 154, 126);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  border-top: 1px solid darkkhaki;
}
.callback__header-close {
  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;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.callback__form {
  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: 20px;
  gap: 15px;
}
.callback__form-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.callback__form-wrap::before {
  content: "+380";
  position: absolute;
  top: 10px;
  left: 0;
  pointer-events: none;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}
.callback__form-wrap input {
  width: 100%;
  outline: none;
  border: none;
  padding: 10px 0 10px 45px;
  border-bottom: 1px solid #000;
  font-size: 1rem;
  font-weight: 300;
}
.callback__form-wrap input::-webkit-input-placeholder {
  font-size: 1rem;
  font-weight: 300;
}
.callback__form-wrap input::-moz-placeholder {
  font-size: 1rem;
  font-weight: 300;
}
.callback__form-wrap input:-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 300;
}
.callback__form-wrap input::-ms-input-placeholder {
  font-size: 1rem;
  font-weight: 300;
}
.callback__form-wrap input::placeholder {
  font-size: 1rem;
  font-weight: 300;
}
.callback__form-wrap input:focus:invalid {
  border-bottom: 1px solid #ff1a1a;
}
.callback__form-wrap input:focus:valid {
  border-bottom: 1px solid #1aff29;
}
.callback__form-submit {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background-color: rgb(154, 154, 126);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}
.callback__form-submit:hover {
  background-color: rgb(113, 113, 92);
}
.callback__form-submit:active {
  background-color: rgb(40, 40, 40);
}
.callback__status {
  display: none;
  padding: 0 20px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  color: #000;
  font-size: 1rem;
}

.to-top {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 100;
  right: 80px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #9a9a7e;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform ease-in 0.1s;
  transition: -webkit-transform ease-in 0.1s;
  transition: transform ease-in 0.1s;
  transition: transform ease-in 0.1s, -webkit-transform ease-in 0.1s;
}
.to-top:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 15px, rgba(0, 0, 0, 0.12) 0px -12px 20px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 14px 15px, rgba(0, 0, 0, 0.12) 0px -12px 20px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.to-top img {
  width: 36px;
  height: 36px;
}

.doc-background {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
}

.doc {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  position: fixed;
  z-index: 103;
  top: 0;
  left: 0;
  padding: 1.5rem 3rem;
  height: 100%;
  width: 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;
}
.doc img {
  max-height: 90vh;
  max-width: 660px;
}

.open {
  opacity: 1 !important;
  pointer-events: all !important;
}

@media (max-width: 1711px) {
  .spirit {
    position: relative;
  }
  .spirit__wrap {
    max-width: 1485px;
    padding-left: 5.625rem;
  }
  .spirit__wrap-right-slider {
    position: static;
  }
  .spirit__wrap-right-slider-next {
    right: 140px;
  }
  .contacts {
    padding: 0 0 0 110px;
  }
}
@media (max-width: 1601px) {
  .spirit__wrap-right-slider-next {
    right: 50px;
  }
}
@media (max-width: 1441px) {
  .text {
    margin: 60px auto 65px auto;
  }
  .first__wrap {
    height: 1000px;
  }
  .first__wrap-top-img {
    right: -25px;
    width: 600px;
  }
  .first__wrap-top-wrap {
    margin: 60px 0 0 0;
  }
  .first__wrap-top-wrap h1 {
    font-size: 5.5rem;
  }
  .first__wrap-top-wrap p {
    font-size: 3.5rem;
    margin-top: -25px;
    padding-left: 10px;
  }
  .first__wrap-bottom {
    gap: 50px;
    margin-left: 0;
  }
  .first__wrap-bottom-description {
    gap: 65px;
  }
  .first__wrap-bottom-description-wrap {
    max-width: 500px;
  }
  .first__wrap-bottom-description h3 {
    font-size: 2.5rem;
  }
  .first__wrap-line {
    right: 30px;
  }
  .list__wrap {
    width: auto;
    margin: 0 30px;
  }
  .location__wrap-bottom-parking {
    margin-right: 0;
    width: 640px;
    height: 460px;
  }
  .location__wrap-bottom-logo {
    right: 45px;
  }
  .planing-types__wrap-left h2 {
    margin-left: 50px;
  }
  .documents__wrap-prev {
    left: 20px;
  }
  .documents__wrap-next {
    right: 20px;
  }
  .objects__wrap-right-slider {
    width: 550px;
  }
  .objects__wrap-right-slider-wrap {
    gap: 30px;
  }
  .objects__wrap-right-slider-wrap-slide {
    width: 255px !important;
    height: 400px;
  }
  .objects__wrap-right-slider-wrap--collapsed {
    -webkit-transform: translateX(-640px);
            transform: translateX(-640px);
  }
}
@media (max-width: 1301px) {
  .history__wrap,
  .spirit__wrap,
  .planning__wrap,
  .construction-progress__wrap,
  .documents__wrap,
  .banner__wrap {
    width: auto;
    margin: 0 30px;
  }
  .location__wrap-top, .location__wrap-bottom {
    width: auto;
    margin: 0 30px;
  }
  .spirit__wrap {
    padding-left: 0;
  }
  .objects {
    margin: 0 30px;
  }
  .objects__wrap {
    gap: 20px;
  }
  .objects__wrap-right-slider-wrap--collapsed {
    -webkit-transform: translateX(-580px);
            transform: translateX(-580px);
  }
  .contacts {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1241px) {
  .header {
    width: auto;
    margin: 0 30px;
  }
  .socials {
    width: auto;
    margin: 15px 30px 0 30px;
  }
  .text {
    margin: 60px auto 25px 30px;
  }
  .text p {
    max-width: 400px;
  }
  .first__wrap {
    padding: 0 0 50px 0;
    margin: 0 auto 0 0;
  }
  .first__wrap-top-wrap {
    margin: 60px 0 0 30px;
  }
  .first__wrap-top-img {
    top: -140px;
    right: 0;
    margin-right: 30px;
  }
  .first__wrap-bottom {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .first__wrap-bottom-img {
    width: 440px;
  }
  .first__wrap-bottom-description-wrap {
    max-width: 570px;
    margin-right: 95px;
  }
  .first__wrap-line {
    right: 70px;
  }
  .list__wrap {
    padding: 50px 0 40px 0;
  }
  .list__wrap h3 {
    margin: 0 0 35px 0;
  }
  .list__wrap-list-item {
    padding: 0 0 15px 20px;
  }
  .list__wrap-list-item img {
    right: 15px;
  }
  .list__wrap-list-item span {
    margin-right: 30px;
  }
  .list__wrap-btn {
    margin-top: 30px;
  }
  .location__wrap {
    padding-bottom: 40px;
  }
  .location__wrap-top {
    height: 630px;
  }
  .location__wrap-top-map {
    width: 450px;
    height: 650px;
    margin-left: 0;
  }
  .location__wrap-top-wrap {
    padding: 70px 0 100px 0;
  }
  .location__wrap-top-wrap-adress p:nth-child(3) {
    margin-top: 0;
  }
  .location__wrap-bottom-logo {
    width: 100px;
    height: 100px;
    top: -35px;
  }
  .history {
    height: 610px;
  }
  .history__wrap {
    gap: 30px;
  }
  .history__wrap-left {
    margin-left: 0;
  }
  .history__wrap-left-ribbon {
    width: 440px;
    height: 570px;
  }
  .history__wrap-left-content img {
    width: 240px;
    height: 280px;
  }
  .history__wrap-left-content p {
    margin-top: 40px;
    max-width: 360px;
  }
  .history__wrap-right {
    margin-top: 70px;
  }
  .history__wrap-right-content img {
    width: 100%;
    height: auto;
  }
  .history__wrap-right-content p {
    line-height: 26px;
  }
  .planing-types__wrap {
    gap: 45px;
  }
  .planing-types__wrap-left {
    max-width: 480px;
  }
  .planing-types__wrap-left h2 {
    font-size: 2.5rem;
  }
  .commercial-permises {
    height: 690px;
  }
  .commercial-permises__wrap {
    padding: 0 0 0 30px;
  }
  .commercial-permises__wrap-img {
    width: 500px;
    height: 690px;
    margin-left: 48px;
  }
  .planning {
    height: 740px;
  }
  .planning__wrap {
    padding: 60px 0 0 0;
  }
  .planning__wrap-main {
    gap: 20px;
  }
  .planning__wrap-main-left {
    gap: 30px;
  }
  .planning__wrap-main-left-big {
    height: 540px;
    width: 340px;
  }
  .planning__wrap-main-left-small {
    height: 330px;
    width: 195px;
  }
  .planning__wrap-main-right {
    padding: 35px 0 20px 0;
  }
  .construction-progress__wrap {
    gap: 30px;
  }
  .construction-progress__wrap-left-top h3 {
    font-size: 2.5rem;
  }
  .construction-progress__wrap-right-img {
    width: 460px;
    height: 385px;
  }
  .documents__wrap-img-left, .documents__wrap-img-right {
    width: 80px;
    height: 80px;
  }
  .objects__header {
    gap: 130px;
  }
  .objects__wrap {
    gap: 30px;
  }
  .objects__wrap-left h1 {
    font-size: 4rem;
  }
  .objects__wrap-right {
    display: none;
  }
  .objects__wrap-right-slider-wrap {
    gap: 0;
  }
  .objects__wrap-right-2 {
    display: block;
  }
  .banner__wrap h2 {
    font-size: 4.2rem;
  }
  .banner__wrap-text {
    font-size: 2rem;
    max-width: 900px;
  }
  .contacts__info-header {
    margin-bottom: 30px;
  }
  .contacts__info-header h2 {
    font-size: 3rem;
  }
  .contacts__info-header p {
    font-size: 1.25rem;
  }
  .contacts__info-wrap button {
    margin-bottom: 60px;
    padding: 12px 45px;
    font-size: 1.25rem;
  }
  .contacts__image {
    width: 300px;
    margin-left: 30px;
  }
  .gallery {
    margin: -260px 0 0 -425px;
    width: 850px;
  }
  .gallery__slider-wrap-slide-1, .gallery__slider-wrap-slide-2 {
    width: 850px;
    height: 520px;
    font-size: 1.25rem;
  }
  .gallery__slider-wrap-slide-2 h6 {
    font-size: 1.25rem;
  }
  .gallery__slider-wrap-slide-2 p:nth-child(4) {
    margin-bottom: 55px;
  }
}
@media (max-width: 1081px) {
  .text p {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  .header__right {
    max-width: 21.875rem;
  }
  .first__wrap {
    margin: 125px 0 0 0;
  }
  .first__wrap-top-wrap {
    margin: 100px 0 0 30px;
  }
  .first__wrap-top-wrap h1 {
    font-size: 5rem;
  }
  .first__wrap-top-wrap p {
    font-size: 3rem;
  }
  .first__wrap-top-img {
    top: -200px;
    width: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
    margin-right: 0;
  }
  .first__wrap-bottom {
    gap: 20px;
  }
  .first__wrap-bottom-description-wrap {
    margin-right: 50px;
  }
  .first__wrap-bottom-img {
    z-index: 1;
    width: 345px;
    height: 450px;
    margin-top: -20px;
  }
  .first__wrap-line {
    right: 30px;
    height: 840px;
  }
  .list__wrap h3 {
    font-size: 2.25rem;
  }
  .list__wrap-list-item {
    padding: 0 0 15px 0;
    height: 160px;
  }
  .list__wrap-list-item span {
    font-size: 5rem;
  }
  .list__wrap-list-item-pros {
    height: 80px;
  }
  .list__wrap-list-item-pros p {
    font-size: 1.15rem;
  }
  .list__wrap-list-item:last-child img {
    width: 85px;
    height: 85px;
    bottom: 20px;
  }
  .list__wrap-btn {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .location__wrap-top {
    height: 600px;
  }
  .location__wrap-top-map {
    width: 400px;
    height: 600px;
  }
  .location__wrap-top-wrap {
    padding: 70px 0;
  }
  .location__wrap-top-wrap h5 {
    font-size: 2.25rem;
  }
  .location__wrap-top-wrap-adress p:nth-child(1) {
    font-size: 1.625rem;
  }
  .location__wrap-top-wrap-adress p:nth-child(2) {
    font-size: 1.25rem;
  }
  .location__wrap-top-wrap-adress p:nth-child(3) {
    font-size: 4rem;
  }
  .location__wrap-bottom-text h3 {
    font-size: 2rem;
    line-height: 45px;
  }
  .location__wrap-bottom-text-wrap {
    bottom: 30px;
    max-width: 650px;
  }
  .location__wrap-bottom-text-wrap p {
    font-size: 1rem;
  }
  .location__wrap-bottom-text-wrap p:first-child {
    font-size: 4rem;
  }
  .location__wrap-bottom-parking {
    width: 480px;
    height: 345px;
  }
  .location__wrap-bottom-logo {
    width: 80px;
    height: 80px;
    right: 20px;
  }
  .history {
    height: auto;
    padding-bottom: 40px;
  }
  .history__wrap-left-ribbon {
    width: 360px;
  }
  .history__wrap-left-content {
    top: 40px;
    left: 30px;
  }
  .history__wrap-left-content p {
    margin-top: 30px;
    max-width: 290px;
    font-size: 1rem;
  }
  .history__wrap-right {
    margin: 40px 0 17px 0;
  }
  .history__wrap-right h3 {
    font-size: 2.25rem;
  }
  .history__wrap-right-content p {
    font-size: 1rem;
  }
  .spirit__wrap {
    height: 740px;
  }
  .spirit__wrap-left {
    padding: 40px 50px 40px 0;
  }
  .spirit__wrap-left-wrap h2 {
    font-size: 2rem;
  }
  .spirit__wrap-left-wrap p {
    font-size: 3.438rem;
    max-width: 230px;
  }
  .spirit__wrap-right {
    width: 900px;
  }
  .spirit__wrap-right-slider-wrap-slide {
    width: 300px !important;
    padding: 40px 20px 35px 20px;
  }
  .spirit__wrap-right-slider-wrap-slide-wrap img {
    width: 260px;
    height: 360px;
  }
  .spirit__wrap-right-slider-wrap-slide-wrap p {
    font-size: 1rem;
  }
  .planing-types {
    height: 765px;
  }
  .planing-types__wrap-left h2 {
    font-size: 2rem;
  }
  .planing-types__wrap-left-list-item {
    font-size: 1.5rem;
  }
  .planing-types__wrap-right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 30px;
    padding-right: 25px;
  }
  .planing-types__wrap-right-info {
    font-size: 1.25rem;
  }
  .planing-types__wrap-right img {
    height: 475px;
    max-width: 400px;
  }
  .commercial-permises__wrap-left {
    width: 100%;
    padding-bottom: 55px;
  }
  .commercial-permises__wrap-left-header {
    margin-top: 30px;
  }
  .commercial-permises__wrap-left-header h3 {
    font-size: 2.5rem;
  }
  .commercial-permises__wrap-left-header p {
    font-size: 2.5rem;
  }
  .commercial-permises__wrap-left-descr {
    font-size: 1.25rem;
  }
  .commercial-permises__wrap-img {
    width: 100%;
    height: auto;
    max-width: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .planning {
    height: auto;
  }
  .planning__wrap {
    margin: 0 30px 0 20px;
    padding: 60px 0 50px 0;
  }
  .planning__wrap-main {
    height: 65%;
    gap: 30px;
  }
  .planning__wrap-main-left {
    gap: 20px;
  }
  .planning__wrap-main-left-big {
    height: 420px;
    width: 250px;
  }
  .planning__wrap-main-left-small {
    height: 240px;
    width: 150px;
  }
  .planning__wrap-main-right h3 {
    font-size: 2.25rem;
  }
  .planning__wrap-main-right-descr {
    font-size: 1rem;
  }
  .planning__wrap-main-right-descr p:first-child {
    margin-bottom: 15px;
  }
  .planning__wrap-btn {
    padding: 10px 49px;
    font-size: 1.25rem;
  }
  .construction-progress__wrap-left-top h3 {
    font-size: 2rem;
  }
  .construction-progress__wrap-left p {
    font-size: 1rem;
  }
  .construction-progress__wrap-right {
    padding: 50px 30px 40px 30px;
  }
  .construction-progress__wrap-right-img {
    width: 350px;
    height: 300px;
  }
  .documents__wrap {
    padding: 70px 0 130px 0;
  }
  .documents__wrap h2 {
    font-size: 2.5rem;
  }
  .documents__wrap-img-left {
    top: 60px;
  }
  .documents__wrap-slider-wrap-slide img {
    width: 260px;
    height: 375px;
  }
  .objects {
    height: 100%;
  }
  .objects__header {
    margin-bottom: 40px;
  }
  .objects__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: auto;
    max-height: none;
  }
  .objects__wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto;
  }
  .objects__wrap-left h1 {
    font-size: 4.4rem;
    max-width: none;
  }
  .objects__wrap-left p {
    letter-spacing: normal;
    max-width: 740px;
  }
  .objects__wrap-right-slider {
    max-width: 742px;
    width: 100%;
    height: 440px;
  }
  .objects__wrap-right-slider-wrap-slide {
    width: 227px !important;
    height: 350px;
  }
  .objects__wrap-right-slider-wrap-slide-header {
    font-size: 1.25rem;
  }
  .objects__wrap-right-slider-toolbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .objects__wrap-right-slider-toolbar-prev {
    display: block;
  }
  .objects__wrap-right-slider-toolbar-btn {
    margin: 0 45px;
  }
  .banner {
    height: 700px;
  }
  .banner__wrap {
    padding: 60px 0;
  }
  .banner__wrap h2 {
    font-size: 4rem;
  }
  .banner__wrap-text {
    font-size: 1.8rem;
  }
  .contacts__info {
    padding: 70px 0 40px 0;
  }
  .contacts__info-wrap-contacts {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .contacts__info-wrap-contacts-phone-list .phone-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contacts__image {
    width: 250px;
    margin-left: 20px;
  }
  .gallery {
    margin: -220px 0 0 -300px;
    width: 600px;
  }
  .gallery__slider-wrap-slide-1, .gallery__slider-wrap-slide-2 {
    padding: 30px 25px 75px 25px;
    width: 600px;
    height: 440px;
    font-size: 1rem;
  }
  .gallery__slider-wrap-slide-1 p:nth-child(2) {
    margin: 30px 0;
  }
  .gallery__slider-wrap-slide-2 h6 {
    font-size: 1rem;
  }
  .gallery__slider-wrap-slide-2 p:nth-child(2) {
    margin: 40px 0 25px 0;
  }
  .gallery__slider-wrap-slide-2 p:nth-child(4) {
    margin-bottom: 55px;
  }
  .callback {
    right: 30px;
    width: 250px;
    max-height: 150px;
    height: auto;
  }
  .callback__header {
    padding: 10px 12px 10px 14px;
    font-size: 1rem;
  }
  .callback__header-close {
    width: 24px;
    height: 24px;
  }
  .callback__header-close img {
    width: 13px;
    height: 13px;
  }
  .callback__form {
    padding: 10px;
    height: 100px;
  }
  .callback__form-wrap input {
    padding: 7px 0 7px 45px;
    font-size: 1rem;
    font-weight: 300;
  }
  .callback__form-wrap input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .callback__form-wrap input::-moz-placeholder {
    font-size: 1rem;
  }
  .callback__form-wrap input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .callback__form-wrap input::-ms-input-placeholder {
    font-size: 1rem;
  }
  .callback__form-wrap input::placeholder {
    font-size: 1rem;
  }
  .callback__form-wrap::before {
    top: 7px;
  }
  .callback__form-submit {
    height: 30px;
    font-size: 1rem;
  }
  .modal {
    width: 680px;
    height: 500px;
    margin: -250px 0 0 -340px;
    padding: 40px 60px;
  }
}
@media (max-width: 920px) {
  .header__right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__right-adress {
    display: none;
  }
  .text__adress {
    display: block;
    margin-top: 10px;
  }
  .construction-progress__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 0 50px 0;
  }
  .construction-progress__wrap-left {
    max-width: none;
  }
  .construction-progress__wrap-left-descr {
    display: none;
  }
  .construction-progress__wrap-right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .construction-progress__wrap-right-img {
    width: 500px;
    height: 385px;
  }
  .construction-progress__wrap-mobile {
    display: inline;
  }
}
@media (max-width: 900px) {
  .first__wrap-top-img {
    width: 400px;
  }
  .first__wrap-line {
    height: 900px;
  }
  .first__wrap-bottom-img {
    margin-top: 0;
  }
  .planing-types__wrap-left-list-item {
    max-width: 300px;
  }
  .planing-types__wrap-left-list-item p {
    width: 225px;
  }
}
@media (max-width: 800px) {
  .header {
    padding: 20px 0 10px 0;
  }
  .header__left-wrap {
    display: none;
  }
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .text {
    width: auto;
    margin: 30px 30px 25px 30px;
  }
  .text p {
    max-width: none;
  }
  .first__wrap {
    height: auto;
    gap: 100px;
  }
  .first__wrap-top-wrap {
    margin: 225px 0 0 30px;
  }
  .first__wrap-top-wrap h1 {
    font-size: 4rem;
  }
  .first__wrap-top-wrap p {
    font-size: 2.5rem;
    margin-top: -10px;
  }
  .first__wrap-top-img {
    top: -100px;
    width: 500px;
  }
  .first__wrap-bottom-img {
    margin-top: 0;
    width: 325px;
    height: 430px;
    margin-left: -40px;
  }
  .first__wrap-bottom-description {
    gap: 30px;
  }
  .first__wrap-bottom-description h3 {
    font-size: 2rem;
  }
  .first__wrap-bottom-description-wrap p {
    font-size: 1rem;
  }
  .first__wrap-line {
    right: 30px;
    height: 725px;
  }
  .list__wrap {
    position: relative;
    margin: 0;
  }
  .list__wrap h3 {
    font-size: 1.75rem;
    padding: 0 15px;
    margin: 0 70px 35px 0;
  }
  .list__wrap-logo {
    display: block;
  }
  .list__wrap-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0 15px 15px 15px;
  }
  .list__wrap-list-item-pros {
    height: auto;
    width: 100%;
    gap: 5px;
  }
  .list__wrap-list-item-pros p {
    font-size: 1rem;
  }
  .list__wrap-list-item:last-child img {
    display: none;
  }
  .list__wrap-btn {
    font-size: 1rem;
    margin-top: 20px;
  }
  .location__wrap {
    padding-bottom: 70px;
  }
  .location__wrap-top {
    margin: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .location__wrap-top-header {
    display: block;
  }
  .location__wrap-top-map {
    width: auto;
    height: 500px;
  }
  .location__wrap-top-wrap h5 {
    display: none;
  }
  .location__wrap-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .location__wrap-bottom-header {
    display: block;
    margin: 0 30px 65px 30px;
  }
  .location__wrap-bottom-text {
    margin: 0 30px;
  }
  .location__wrap-bottom-text h3 {
    display: none;
  }
  .location__wrap-bottom-text-wrap {
    position: relative;
    max-width: none;
    text-align: justify;
    bottom: 0;
  }
  .location__wrap-bottom-text-wrap p:last-child {
    line-height: 25px;
  }
  .location__wrap-bottom-parking {
    width: auto;
    height: 375px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .location__wrap-bottom-logo {
    top: 60px;
    right: 10px;
  }
  .history__wrap-left-ribbon {
    width: 330px;
  }
  .spirit__wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .spirit__wrap-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 50px 60px 0;
  }
  .spirit__wrap-left-wrap {
    margin-bottom: 10px;
  }
  .spirit__wrap-left-wrap p {
    margin-top: -35px;
  }
  .spirit__wrap-right-slider-wrap-slide {
    gap: 70px;
  }
  .spirit__wrap-right-slider-next {
    top: 165px;
  }
  .planing-types {
    height: auto;
  }
  .planing-types__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .planing-types__wrap-left h2 {
    display: none;
  }
  .planing-types__wrap-left-list-item {
    margin-top: 10px;
    max-width: 400px;
  }
  .planing-types__wrap-left-list-item p {
    font-size: 1.25rem;
  }
  .planing-types__wrap-right {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    padding-right: 0;
  }
  .planing-types__wrap-right-mobile {
    display: block;
  }
  .planing-types__wrap-right-info {
    margin: 65px 0 0 35px;
    font-size: 1rem;
  }
  .planing-types__wrap-right img {
    height: 380px;
    max-width: none;
    margin-top: 10px;
  }
  .commercial-permises__wrap-left-header h3 {
    font-size: 1.75rem;
    line-height: 45px;
  }
  .commercial-permises__wrap-left-header p {
    font-size: 2.5rem;
    line-height: 45px;
    margin-top: 10px;
  }
  .commercial-permises__wrap-left-descr {
    font-size: 1rem;
  }
  .commercial-permises__wrap-img {
    width: 65%;
    margin-left: 30px;
  }
  .planning__wrap {
    margin: 0 30px;
    gap: 10px;
  }
  .planning__wrap-main {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .planning__wrap-main-mobile {
    display: block;
  }
  .planning__wrap-main-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 70px;
  }
  .planning__wrap-main-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .planning__wrap-main-right h3 {
    display: none;
  }
  .planning__wrap-main-right-descr {
    max-width: none;
  }
  .documents__wrap h2 {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  .documents__wrap-img-left {
    top: 50px;
    left: -10px;
  }
  .documents__wrap-img-right {
    right: -10px;
  }
  .documents__wrap-slider {
    margin: 0 40px;
  }
  .documents__wrap-slider-wrap-slide img {
    width: 240px;
    height: 340px;
  }
  .documents__wrap-prev {
    display: none;
  }
  .documents__wrap-next {
    display: none;
  }
  .objects {
    margin: 0 0 0 30px;
  }
  .objects__header {
    gap: 40px;
  }
  .objects__header h6 {
    font-size: 1.25rem;
  }
  .objects__wrap {
    margin: 0 30px 0 0;
  }
  .objects__wrap-left h1 {
    font-size: 2.5rem;
  }
  .objects__wrap-left p {
    margin: 10px 0;
    font-size: 1rem;
  }
  .objects__wrap-right-slider {
    max-width: 484px;
    height: 400px;
  }
  .objects__wrap-right-slider-wrap-slide {
    height: 320px;
  }
  .objects__wrap-right-slider-toolbar-btn {
    font-size: 1.25rem;
    max-width: 280px;
  }
  .banner {
    height: 560px;
  }
  .banner__wrap {
    padding: 40px 0;
  }
  .banner__wrap h2 {
    font-size: 3rem;
  }
  .banner__wrap-text {
    font-size: 1.5rem;
  }
  .banner__wrap-text p:last-child {
    margin-top: 10px;
  }
  .contacts {
    padding: 0;
  }
  .contacts__info {
    margin: 0 30px;
  }
  .contacts__info-header h2 {
    font-size: 2.5rem;
  }
  .contacts__info-header p {
    width: 100%;
    max-width: 400px;
  }
  .contacts__info-wrap-contacts h6 {
    font-size: 1.25rem;
  }
  .contacts__image {
    display: none;
  }
  .modal {
    width: 550px;
    height: auto;
    margin: -250px 0 0 -275px;
    padding: 60px 30px;
  }
  .modal__header {
    width: auto;
  }
  .modal__descr {
    width: auto;
    font-size: 1.125rem;
  }
  .to-top {
    right: 30px;
    bottom: 40px;
  }
  .doc {
    padding: 1.5rem 1rem;
  }
  .doc img {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .first__wrap {
    padding: 0;
    gap: 80px;
  }
  .first__wrap-top-wrap {
    margin: 200px 0 0 30px;
  }
  .first__wrap-top-img {
    height: 340px;
    width: 480px;
  }
  .first__wrap-bottom {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .first__wrap-bottom-img {
    position: relative;
    margin-left: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
  .first__wrap-bottom-description {
    margin: 0 70px 0 30px;
  }
  .first__wrap-bottom-description-wrap {
    max-width: none;
    margin-right: 0;
  }
  .first__wrap-line {
    top: 225px;
    height: 800px;
  }
  .history__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history__wrap-left {
    margin: 0 auto;
  }
  .history__wrap-left-ribbon {
    width: auto;
  }
  .history__wrap-left-content {
    top: 30px;
  }
  .history__wrap-left-content-header {
    display: block;
  }
  .history__wrap-left-content img {
    margin: 30px 0;
  }
  .history__wrap-left-content p {
    margin-top: 0;
    max-width: 398px;
  }
  .history__wrap-right {
    margin: 0;
  }
  .history__wrap-right h3 {
    display: none;
  }
  .gallery {
    margin: -240px 0 0 -240px;
    width: 480px;
  }
  .gallery__slider-wrap-slide-1, .gallery__slider-wrap-slide-2 {
    width: 480px;
    height: 460px;
    font-size: 0.875rem;
  }
  .gallery__slider-wrap-slide-1 {
    padding: 20px;
  }
  .gallery__slider-wrap-slide-1 p:nth-child(2) {
    margin: 20px 0;
  }
  .gallery__slider-wrap-slide-1 p:nth-child(3) {
    margin-bottom: 20px;
  }
  .gallery__slider-wrap-slide-2 {
    padding: 20px;
  }
  .gallery__slider-wrap-slide-2 h6 {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .gallery__slider-wrap-slide-2 p:nth-child(2) {
    margin: 30px 0 25px 0;
  }
  .gallery__slider-prev, .gallery__slider-next {
    display: none;
  }
  .gallery__slider-pagination {
    display: none;
  }
  .gallery__slider-swap {
    display: block;
  }
  .location__wrap-middle {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .documents__wrap {
    margin: 0;
    padding: 70px 0 170px 0;
  }
  .documents__wrap h2 {
    max-width: 300px;
    text-align: center;
    margin: 60px auto;
  }
  .documents__wrap-img-left {
    left: 0;
  }
  .documents__wrap-img-right {
    right: 0;
    bottom: 50px;
  }
  .documents__wrap-slider {
    margin: 0;
  }
  .documents__wrap-slider-wrap-slide img {
    width: 220px;
    height: 320px;
  }
}
@media (max-width: 625px) {
  .construction-progress__wrap {
    padding: 50px 0;
  }
  .construction-progress__wrap-right-img {
    width: 100%;
    height: auto;
  }
  .construction-progress__wrap-right-actions {
    font-size: 1.125rem;
    margin-top: 30px;
  }
  .modal {
    width: auto;
    left: auto;
    height: auto;
    margin: -250px 30px 0 30px;
  }
}
@media (max-width: 600px) {
  .banner__wrap-mobile {
    display: block !important;
  }
  .banner__wrap h2 {
    display: none;
  }
}
@media (max-width: 500px) {
  .header {
    margin: 0 15px;
  }
  .header__left-logo {
    width: 105px;
  }
  .mobile-nav {
    margin: 15px;
  }
  .socials {
    margin: 0 15px;
    gap: 20px;
  }
  .socials a {
    width: 25px;
    height: 25px;
  }
  .socials a img {
    width: 25px;
    height: 25px;
  }
  .text {
    margin: 25px 15px 25px 15px;
  }
  .first__wrap {
    margin: 0;
    gap: 50px;
  }
  .first__wrap-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .first__wrap-top-wrap {
    margin: -35px 0 0 15px;
  }
  .first__wrap-top-wrap h1 {
    font-size: 3rem;
  }
  .first__wrap-top-wrap p {
    font-size: 2rem;
    padding-left: 5px;
  }
  .first__wrap-top-img {
    position: relative;
    top: 0;
    width: 100%;
    height: 290px;
  }
  .first__wrap-bottom-description {
    margin: 0 40px 0 15px;
  }
  .first__wrap-bottom-description h3 {
    line-height: 45px;
  }
  .first__wrap-line {
    right: 15px;
    top: 215px;
  }
  .list__wrap h3 {
    font-size: 1.5rem;
    padding: 0 15px;
    margin: 0 60px 35px 0;
  }
  .list__wrap-logo {
    right: 15px;
  }
  .list__wrap-btn {
    font-size: 0.875rem;
    padding: 8px 35px;
    margin: 20px 15px 0 15px;
  }
  .location__wrap-top {
    margin: 0 15px;
  }
  .location__wrap-top-map {
    height: 430px;
  }
  .location__wrap-top-wrap-adress p:nth-child(1) {
    font-size: 1.5rem;
  }
  .location__wrap-top-wrap-adress p:nth-child(2) {
    font-size: 1.125rem;
  }
  .location__wrap-top-wrap-adress p:nth-child(3) {
    font-size: 3.3rem;
  }
  .location__wrap-bottom {
    margin: 0;
  }
  .location__wrap-bottom-header {
    margin: 0 15px 35px 15px;
    font-size: 1.65rem;
  }
  .location__wrap-bottom-text {
    margin: 0 15px;
  }
  .location__wrap-bottom-text-wrap p:first-child {
    margin: 0 0 10px 5px;
    font-size: 3.5rem;
  }
  .location__wrap-bottom-parking {
    height: 285px;
  }
  .location__wrap-bottom-logo {
    width: 70px;
    height: 70px;
    top: 45px;
    right: 20px;
  }
  .history__wrap {
    margin: 0 15px;
  }
  .history__wrap-left-ribbon {
    width: 100%;
  }
  .history__wrap-left-content {
    top: 20px;
    left: 20px;
  }
  .history__wrap-left-content-header {
    font-size: 1.5rem;
    margin-right: 20px;
  }
  .history__wrap-left-content img {
    margin: 20px 0;
  }
  .history__wrap-left-content p {
    margin-right: 20px;
  }
  .spirit__wrap {
    margin: 0 15px;
  }
  .spirit__wrap-left {
    padding: 50px 0 40px 0;
  }
  .spirit__wrap-left-wrap h2 {
    font-size: 1.5rem;
  }
  .spirit__wrap-left-wrap p {
    font-size: 3rem;
    margin-top: -10px;
  }
  .spirit__wrap-right {
    width: 720px;
  }
  .spirit__wrap-right-slider-wrap-slide {
    width: 240px !important;
  }
  .spirit__wrap-right-slider-wrap-slide-wrap img {
    width: 200px;
    height: 280px;
  }
  .spirit__wrap-right-slider-wrap-slide-wrap p {
    font-size: 0.875rem;
  }
  .spirit__wrap-right-slider-next {
    top: 155px;
    width: 45px;
    height: 45px;
  }
  .spirit__wrap-right-slider-next img {
    width: 13px;
  }
  .planing-types__wrap-left {
    max-width: none;
  }
  .planing-types__wrap-left-list-item {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  .planing-types__wrap-left-list-item p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.5px 25px 2.5px 25px;
  }
  .planing-types__wrap-right {
    margin-right: 15px;
  }
  .planing-types__wrap-right-mobile {
    left: 15px;
  }
  .planing-types__wrap-right-info {
    text-align: end;
  }
  .commercial-permises__wrap {
    padding: 0 0 0 15px;
  }
  .commercial-permises__wrap-left {
    padding-bottom: 25px;
  }
  .commercial-permises__wrap-img {
    width: 50%;
    margin-left: 10px;
  }
  .planning__wrap {
    margin: 0 15px;
  }
  .planning__wrap-main-mobile {
    font-size: 1.5rem;
  }
  .planning__wrap-main-left {
    gap: 10px;
  }
  .planning__wrap-main-left-big {
    height: 360px;
    width: 210px;
  }
  .planning__wrap-main-left-small {
    height: 210px;
    width: 130px;
  }
  .planning__wrap-btn {
    font-size: 1rem;
  }
  .construction-progress__wrap {
    margin: 0 15px;
  }
  .construction-progress__wrap-right {
    padding: 20px;
  }
  .construction-progress__wrap-right-actions {
    font-size: 1rem;
    margin-top: 20px;
  }
  .objects {
    margin: 0 0 0 15px;
    padding: 70px 0 30px 0;
  }
  .objects__wrap {
    margin: 0;
  }
  .objects__wrap-left {
    margin: 0 15px 0 0;
  }
  .objects__wrap-left h1 {
    font-size: 2rem;
  }
  .objects__wrap-right-slider {
    height: 350px;
  }
  .objects__wrap-right-slider-wrap-slide {
    width: 210px !important;
    height: 275px;
  }
  .objects__wrap-right-slider-wrap-slide-header {
    font-size: 1.15rem;
    bottom: 45px;
  }
  .objects__wrap-right-slider-wrap-slide-dark h5 {
    font-size: 1.15rem;
    bottom: 22px;
  }
  .objects__wrap-right-slider-toolbar {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .objects__wrap-right-slider-toolbar-prev {
    display: none;
  }
  .objects__wrap-right-slider-toolbar-btn {
    margin: 0 auto 0 0;
    max-width: 250px;
    font-size: 1rem;
  }
  .objects__wrap-right-slider-toolbar-next {
    margin-right: 15px;
    width: 26px;
    height: 35px;
  }
  .banner {
    height: 560px;
  }
  .banner__wrap {
    margin: 0 15px;
    padding: 30px 0;
  }
  .banner__wrap-text {
    font-size: 1.25rem;
  }
  .contacts {
    padding: 0;
  }
  .contacts__info {
    margin: 0 15px;
  }
  .contacts__info-header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .contacts__info-header h2 {
    font-size: 2rem;
  }
  .contacts__info-header p {
    width: 100%;
    max-width: 400px;
  }
  .contacts__info-wrap-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contacts__info-wrap-contacts h6 {
    margin-bottom: 10px;
  }
  .contacts__info-wrap button {
    margin-bottom: 50px;
    padding: 12px 0;
    width: 100%;
    max-width: 330px;
  }
  .gallery {
    margin: -230px 0 0 -180px;
    width: 360px;
  }
  .gallery__slider-wrap-slide-1, .gallery__slider-wrap-slide-2 {
    width: 360px;
    height: 460px;
  }
  .gallery__slider-wrap-slide-1 {
    padding: 10px;
  }
  .gallery__slider-wrap-slide-2 {
    padding: 10px;
  }
  .gallery__slider-swap {
    width: 30px;
    bottom: 10px;
    margin-left: -15px;
  }
  .modal {
    margin: -270px 15px 0 15px;
    padding: 60px 10px;
  }
  .modal__header {
    font-size: 1.25rem;
  }
  .modal__descr {
    font-size: 1rem;
  }
  .modal__form input {
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding: 11px 20px 12px 20px;
  }
  .modal__form input:last-child {
    padding: 11px 20px 12px 80px;
  }
  .modal__form input::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  .modal__form input::-moz-placeholder {
    font-size: 1.25rem;
  }
  .modal__form input:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .modal__form input::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  .modal__form input::placeholder {
    font-size: 1.25rem;
  }
  .modal__form-input-wrap::before {
    left: 20px;
    top: 10px;
    font-size: 1.35rem;
  }
  .modal__form-send-btn {
    margin-top: 50px;
    font-size: 1.25rem;
  }
  .callback {
    right: 20px;
  }
  .to-top {
    right: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .to-top img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 360px) {
  .mobile-nav {
    gap: 10px;
  }
  .first__wrap-top-wrap {
    margin: -30px 0 0 15px;
  }
  .first__wrap-top-wrap h1 {
    font-size: 2.6rem;
  }
  .first__wrap-top-wrap p {
    font-size: 1.6rem;
  }
  .first__wrap-top-img {
    height: 260px;
  }
  .first__wrap-bottom-descr {
    margin: 0 45px 0 15px;
  }
  .first__wrap-line {
    top: 130px;
    height: 850px;
  }
  .location__wrap-bottom-header {
    margin: 0 15px 25px 15px;
    font-size: 1.25rem;
  }
  .location__wrap-bottom-logo {
    top: 30px;
  }
  .history__wrap-left-ribbon {
    height: 600px;
  }
  .spirit__wrap-right-slider-next {
    right: 20px;
  }
  .planing-types__wrap-right-mobile {
    font-size: 1.5rem;
  }
  .planing-types__wrap-right img {
    height: 280px;
  }
  .commercial-permises__wrap-left-header h3 {
    font-size: 1.5rem;
    line-height: 35px;
  }
  .commercial-permises__wrap-left-header p {
    font-size: 2rem;
  }
  .planning__wrap {
    margin: 0 15px;
  }
  .planning__wrap-main-left-big {
    height: 300px;
    width: 180px;
  }
  .planning__wrap-main-left-small {
    height: 180px;
    width: 110px;
  }
  .planning__wrap-btn {
    padding: 7px 40px;
    font-size: 0.875rem;
  }
  .construction-progress__wrap-left-top h3 {
    font-size: 1.5rem;
  }
  .banner__wrap-mobile {
    font-size: 2.5rem !important;
  }
  .banner__wrap-text {
    font-size: 1rem;
  }
  .gallery {
    margin: -235px 0 0 -160px;
    width: 320px;
  }
  .gallery__slider-wrap-slide-1, .gallery__slider-wrap-slide-2 {
    width: 320px;
    height: 470px;
  }
  .gallery__slider-wrap-slide-1 p:nth-child(2) {
    margin: 20px 0;
  }
  .gallery__slider-wrap-slide-2 p:nth-child(2) {
    margin: 30px 0 25px 0;
  }
  .gallery__slider-prev, .gallery__slider-next {
    width: 15px;
  }
  .modal__form-send-btn {
    padding: 12px 0;
    width: 100%;
  }
  .modal__header {
    line-height: 25px;
  }
}
@media (max-width: 310px) {
  .history__wrap-left-content img {
    width: 210px;
    height: 250px;
  }
}
@media (max-width: 300px) {
  .first__wrap-line {
    top: 140px;
    right: 10px;
    height: 750px;
  }
  .first__wrap-bottom-description {
    margin: 0 30px 0 15px;
  }
}
@media (max-width: 280px) {
  .callback {
    right: 10px;
    width: 90vw;
  }
}
@media (max-height: 800px) and (min-width: 500px) {
  .doc img {
    width: auto;
  }
}
#map {
  outline: none;
  border: none;
}

.gm-style div {
  border: none !important;
}