@charset "UTF-8";

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

@font-face {
  font-family: AllegrettoScriptOne;
  font-display: swap;
  src: url("../fonts/AllegrettoScriptOne.woff2") format("woff2"), url("../fonts/AllegrettoScriptOne.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PlayfairDisplay;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: PlayfairDisplay;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-MediumItalic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: PlayfairDisplay;
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: ProximaNova;
  font-display: swap;
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #ffffff;
  line-height: 1.2;
  font-family: "PlayfairDisplay", sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "PlayfairDisplay", sans-serif;
  font-size: inherit;
  outline: none;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
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-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 103.75rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label .checkbox__icon:before {
  opacity: 1;
}

.checkbox__input._form-error + .checkbox__label .checkbox__icon {
  border: 2px solid red;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox__icon {
  position: relative;
  border: 2px solid #d9d9d9;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  margin: 0px 16px 0px 0px;
}

.checkbox__icon::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #c19a5b;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.checkbox__text {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

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

.ibg--top {
  -o-object-position: top;
     object-position: top;
}

.ibg--bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.ibg--left {
  -o-object-position: left;
     object-position: left;
}

.ibg--right {
  -o-object-position: right;
     object-position: right;
}

.ibg--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
  z-index: 100;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  padding: 52px 0px;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.menu-open .header::before {
  opacity: 1;
}

.header._header-scroll {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 0px;
}

.header._header-scroll .header__logo-text::before {
  content: "";
}

.menu-open .header {
  background-color: transparent;
  padding: 30px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}

.menu-open .header::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px 0px 0px 0px;
}

.menu-open .header .header__logo-text::before {
  content: "";
}

.header__bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.menu-open .header__bg {
  opacity: 1;
}

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

.header__content {
  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__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 30px 0px 0px;
}

.header__logo {
  margin: 0px 20px 0px 0px;
}

.header__logo img {
  width: 302px;
  height: auto;
}

.header__logo-text {
  white-space: nowrap;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo-text::before {
  content: "";
  margin: 4px 22px 4px 0px;
  width: 4px;
  background: #ffffff;
  display: block;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px -34px 0px 0px;
}

.menu__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu__phone {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 26px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.menu__phone svg {
  margin: 0px 15px 0px 0px;
}

.menu__phone svg * {
  -webkit-transition: fill 0.3s ease 0s;
  -o-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}

.menu__phone:hover {
  color: #c19a5b;
}

.menu__phone:hover svg * {
  fill: #c19a5b;
}

.menu__email {
  padding: 10px;
  padding-bottom: 12px;
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.menu__email:hover {
  color: #c19a5b;
}

.icon-menu {
  display: none;
}

.footer {
  position: relative;
  background: #070402;
}

.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__bg-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__container {
  position: relative;
  z-index: 10;
}

.footer__top {
  max-width: 1430px;
  margin: 0 auto;
  padding: 142px 0px 100px 0px;
}

.footer__bottom {
  padding: 77px 0px 100px 0px;
}

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

.top-footer__forms {
  max-width: 675px;
  margin: 0px 0px 120px 0px;
}

.top-footer__text {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 54px 0px;
}

.top-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 79px;
  line-height: 99%;
  text-align: center;
}

.top-footer__title span {
  display: block;
  margin: 0px 0px 5px 0px;
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 150px;
  color: #c19a5b;
}

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

.bottom-footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 440px;
          flex: 0 1 440px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 30px;
  padding: 0px 20px;
}

.bottom-footer__column.footer-center-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
}

.bottom-footer__column p {
  margin: 0px 0px 20px 0px;
}

.bottom-footer__column p:last-child {
  margin: 0px 0px 0px 0px;
}

.bottom-footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 0px 27px 0px;
}

.bottom-footer__contacts a {
  margin: 0px 0px 20px 0px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.bottom-footer__contacts a:last-child {
  margin: 0px 0px 0px 0px;
}

.bottom-footer__contacts a:hover {
  color: #c19a5b;
}

.bottom-footer__center-work {
  display: none;
}

.bottom-footer__first-text {
  display: none;
}

.banner {
  position: relative;
  min-height: 1071px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.banner__container {
  width: 100%;
}

.banner__content {
  position: relative;
  z-index: 10;
  padding: 138px 0px 110px 0px;
}

.banner__content .h1 {
  font-weight: 600;
  font-size: 85px;
  text-transform: uppercase;
}

.banner__content .h2 {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 86%;
}

.banner__top {
  margin: 0px 0px 167px 0px;
}

.banner__center {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0px 34px 13px 0px;
}

.banner__center .h1 {
  text-align: right;
}

.banner__center .h2 {
  text-align: right;
}

.banner__bottom p {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.hero {
  position: relative;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 107px 0px 133px 0px;
  position: relative;
}

.hero__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #370100;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero__body {
  max-width: 800px;
  position: relative;
  z-index: 10;
  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;
  text-align: center;
  margin: 0px 30px 0px 0px;
}

.hero__body p {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  max-width: 420px;
}

.hero__title {
  font-weight: 400;
  font-size: 56px;
  line-height: 109%;
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.hero__title span {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 100px;
  color: #c19a5b;
}

.hero__image {
  width: 450px;
  height: 442px;
  position: relative;
  margin: 0px 0px 55px 0px;
}

.hero__frame {
  width: 450px;
  height: 442px;
  position: relative;
  z-index: 2;
}

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__right {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

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

.about {
  position: relative;
  background: #070402;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__container {
  position: relative;
  z-index: 10;
}

.about__content {
  padding: 150px 0px 110px 0px;
}

.about__content p {
  font-weight: 400;
  font-size: 40px;
  line-height: 125%;
}

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

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

.top-about__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 820px;
          flex: 0 1 820px;
  margin: 52px 100px 0px -60px;
}

.top-about__left p {
  max-width: 690px;
}

.top-about__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 893px;
          flex: 0 1 893px;
}

.top-about__right img {
  height: 525px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 0px 100px 0px;
}

.bottom-about__left {
  margin: -90px 100px 40px -20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 670px;
          flex: 0 1 670px;
}

.bottom-about__left img {
  width: 613px;
  height: 889px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 0px 118px 0px;
}

.bottom-about__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 893px;
          flex: 0 1 893px;
}

.bottom-about__right img {
  height: 1141px;
  max-width: 100%;
}

.main-section {
  position: relative;
  background: #070402;
  padding: 162px 0px 113px 0px;
}

.main-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-section__bg-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-section__container {
  position: relative;
  z-index: 10;
}

.project-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 124px 0px;
}

.project-leader__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 648px;
          flex: 0 1 648px;
  margin: 0px 70px 0px 70px;
}

.project-leader__left img {
  width: 456px;
  height: 593px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 0px 58px 0px;
}

.project-leader__left svg {
  margin: 0px 0px 24px 0px;
}

.project-leader__name {
  font-weight: 400;
  font-size: 32px;
}

.project-leader__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1050px;
          flex: 0 1 1050px;
}

.project-leader__text {
  margin: 0px 0px 90px 0px;
}

.project-leader__text:last-child {
  margin: 0px 0px 0px 0px;
}

.project-leader__text p {
  font-weight: 400;
  font-size: 36px;
  margin: 0px 0px 35px 0px;
}

.project-leader__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.project-leader__text p span {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 68px;
  line-height: 68%;
  color: #c19a5b;
}

.center-main-section {
  margin: 0px 0px 164px 0px;
}

.center-main-section__content {
  position: relative;
}

.center-main-section__image-1 {
  position: absolute;
  top: 0;
  right: -207px;
  width: 867px;
  height: 518px;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-main-section__image-2 {
  position: absolute;
  top: 373px;
  left: -57px;
  width: 362px;
  height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-main-section__image-3 {
  width: 539px;
  height: 374px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 0px 0px 40%;
}

.center-main-section__body {
  position: relative;
  z-index: 10;
}

.center-main-section__titles {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 92px 0px 70px 396px;
}

.center-main-section__title {
  font-weight: 400;
  font-size: 100px;
}

.center-main-section__title span {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 210px;
  color: #c19a5b;
  line-height: 0;
}

.center-main-section__title .other-title {
  margin: 0px 0px 0px -20%;
}

.forms-main-section__titles {
  margin: 0px 0px 100px 30%;
}

.forms-main-section__title {
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
}

.forms-main-section__title .gold-title {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 210px;
  line-height: 28%;
  color: #c19a5b;
}

.forms-main-section__title .other-title {
  margin: 0px 0px 0px -30%;
}

.forms-main-section__form {
  margin: 0 auto;
  max-width: 1430px;
}

.forms-main-section__bottom {
  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;
  margin: 90px 0px 0px 0px;
}

.forms-main-section__bottom p {
  max-width: 625px;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.form__input input {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  border-bottom: 2px solid #7d7d7d;
  border-left: 2px solid #7d7d7d;
  border-top: 2px solid #7d7d7d;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  padding: 27px 30px;
}

.form__input input::-webkit-input-placeholder {
  color: #ffffff;
}

.form__input input::-moz-placeholder {
  color: #ffffff;
}

.form__input input:-ms-input-placeholder {
  color: #ffffff;
}

.form__input input::-ms-input-placeholder {
  color: #ffffff;
}

.form__input input::placeholder {
  color: #ffffff;
}

.form__input input._form-error {
  border-bottom: 2px solid red;
  border-left: 2px solid red;
  border-top: 2px solid red;
}

.form__input input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5.1999998093px);
          backdrop-filter: blur(5.1999998093px);
}

.form__button {
  width: 100%;
  height: 100%;
  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;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  background: #c19a5b;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 27px;
}

.form__button:hover {
  background: #947542;
}

.form__checkbox {
  margin: 40px 0px 0px 0px;
}

.section {
  position: relative;
  background: #070402;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.section__bg-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-section {
  position: relative;
  padding: 140px 0px 233px 0px;
}

.top-section__title {
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-size: 65px;
  line-height: 109%;
  margin: 0px 0px 94px -60px;
  max-width: 900px;
}

.top-section__title span {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 110px;
  color: #c19a5b;
}

.top-section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 130px 40px;
}

.top-section__text {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  margin: 0px 80px 0px 0px;
}

.top-section__text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  margin: 0px 0px 24px 0px;
}

.top-section__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.top-section__image-1 {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 100%;
  height: 477px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-section__image-2 {
  position: absolute;
  top: 125px;
  right: -60px;
  width: 498px;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-section-desc-1 {
  position: relative;
  z-index: 12;
  margin: 0px 0px 88px 0px;
}

.top-section-desc-1 img {
  position: absolute;
  right: -68px;
  top: -217px;
  max-width: auto;
  height: 558px;
}

.top-section-desc-1__title {
  position: relative;
  z-index: 10;
  max-width: 1340px;
  font-weight: 400;
  font-size: 65px;
  line-height: 108%;
  margin: 0px 270px 0px -64px;
}

.top-section-desc-1__text {
  display: none;
}

.top-section-desc-2 {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-section-desc-2 img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  height: 604px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px -67px 0px 0px;
}

.top-section-desc-2__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  margin: 0px 93px 0px 43px;
}

.top-section-desc-2__text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  margin: 0px 0px 55px 0px;
}

.top-section-desc-2__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.center-section__desc-1 {
  margin: 0px 0px 185px 0px;
}

.center-section-desc-1 {
  position: relative;
  z-index: 10;
}

.center-section-desc-1__body {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center-section-desc-1__image-1 {
  width: 499px;
  height: 644px;
  margin: 0px 20px 0px -60px;
}

.center-section-desc-1__image-1-mob {
  display: none;
}

.center-section-desc-1__titles {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1000px;
          flex: 0 1 1000px;
}

.center-section-desc-1__title-mob {
  display: none;
}

.center-section-desc-1__title {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 120px;
  line-height: 75%;
  margin: 0px 0px 60px 0px;
}

.center-section-desc-1__text {
  max-width: 515px;
}

.center-section-desc-1__text img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 436px;
  margin: 25px 0px;
  display: none;
}

.center-section-desc-1__text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  margin: 0px 0px 30px 0px;
}

.center-section-desc-1__image {
  position: absolute;
  bottom: 40px;
  right: -80px;
}

.center-section-desc-1__image img {
  width: 498px;
  height: 407px;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-section-desc-2 {
  position: relative;
  z-index: 10;
}

.center-section-desc-2__title {
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-size: 65px;
  line-height: 109%;
  margin: 0px 0px 94px -60px;
  max-width: 1130px;
}

.center-section-desc-2__title span {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 110px;
  color: #c19a5b;
}

.center-section-desc-2__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 186px 46px;
}

.center-section-desc-2__text {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  margin: 0px 90px 0px 0px;
}

.center-section-desc-2__text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  margin: 0px 0px 24px 0px;
}

.center-section-desc-2__text p:last-child {
  margin: 0px 0px 0px 0px;
}

.center-section-desc-2__image-1 {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  width: 100%;
  height: 477px;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-section-desc-2__img-1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-section-desc-2__img-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-section-desc-2__frame {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  z-index: 3;
}

.center-section-desc-2__image-2 {
  position: absolute;
  top: 125px;
  right: -60px;
  width: 498px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-section-desc-3 {
  position: relative;
  z-index: 10;
  padding: 0px 0px 250px 0px;
}

.center-section-desc-3__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center-section-desc-3__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1090px;
          flex: 0 1 1090px;
  position: relative;
  margin: 0px 140px 0px -44px;
}

.center-section-desc-3__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-section-desc-3__frame {
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  z-index: 3;
}

.center-section-desc-3__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 490px;
          flex: 0 1 490px;
}

.center-section-desc-3__text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
}

.bottom-section {
  position: relative;
  z-index: 10;
}

.bottom-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 250px 0px;
}

.bottom-section__body:last-child {
  margin: 0px 0px 0px 0px;
}

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

.bottom-section__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
}

.bottom-section__title span {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 63%;
}

.bottom-section__desc-1-image {
  max-width: 606px;
  height: 446px;
  margin: 140px 0px 0px 78px;
}

.bottom-section__desc-1-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-section__desc-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0px 0px 0px 44px;
}

.bottom-section__desc-2-image {
  max-width: 526px;
  height: 350px;
  margin: 0px 0px 95px 120px;
}

.bottom-section__desc-2-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-section__text {
  margin: 0px 0px 15px 0px;
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 70px;
  color: #c19a5b;
}

.bottom-section__desc-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.bottom-section__desc-3 .bottom-section__title {
  max-width: 667px;
}

.bottom-section__desc-3 .bottom-section__title span {
  color: #c19a5b;
}

.bottom-section__desc-3-image {
  max-width: 663px;
  height: 867px;
  margin: 132px 0px 0px 0px;
}

.bottom-section__desc-3-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-section__desc-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin: 0px 0px 0px 20px;
}

.bottom-section__desc-4 .bottom-section__titles {
  max-width: 780px;
}

.bottom-section__desc-4-image {
  width: calc(100% + 35px);
  height: 608px;
  margin: 0px -35px 52px 0px;
}

.bottom-section__desc-4-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.description {
  position: relative;
  background: #070402;
  overflow: hidden;
}

.description__top {
  margin: 0px 0px 183px 0px;
}

.description__center {
  padding: 0px 0px 250px 0px;
}

.description__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.description__bg-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-description__content {
  position: relative;
}

.top-description__image-1 {
  position: absolute;
  top: 0;
  right: -65px;
  width: 795px;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-description__image-2 {
  position: absolute;
  top: 373px;
  left: -125px;
  width: 353px;
  height: 441px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-description__image-3 {
  position: relative;
  z-index: 2;
  width: 540px;
  height: 372px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 0px 0px 40%;
}

.top-description__body {
  position: relative;
  z-index: 10;
}

.top-description__titles {
  width: 100%;
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 304px 0px 100px 326px;
}

.top-description__title {
  font-weight: 400;
  font-size: 86px;
  line-height: 100%;
}

.top-description__title span {
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 180px;
  color: #c19a5b;
}

.center-description {
  position: relative;
  z-index: 10;
}

.center-description__content {
  max-width: 1272px;
  margin: 0 auto;
}

.center-description__titles {
  padding: 40px 0px 60px 0px;
}

.center-description__title {
  font-family: "Cormorant", sans-serif;
  font-weight: 600;
  font-size: 62px;
  text-align: center;
  margin: 0px 0px 16px 0px;
}

.center-description__subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 113%;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.center-description__column {
  border-bottom: 2px solid #d9d9d9;
}

.center-description__column:first-child {
  border-top: 2px solid #d9d9d9;
}

.center-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 70px 60px 70px;
}

.center-description__item p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  font-weight: 400;
  font-size: 32px;
  line-height: 112%;
  margin: 0px 0px 0px 20px;
}

.center-description__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  font-weight: 400;
  font-size: 34px;
  line-height: 118%;
}

.portfolio-description__content {
  position: relative;
  z-index: 10;
}

.portfolio-description__titles {
  margin: 0px 0px 36px 100px;
}

.portfolio-description__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 78px;
  text-transform: uppercase;
}

.portfolio-description__title span {
  margin: 0px 0px 0px 22%;
}

.portfolio-description__body img {
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-description__images-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 28px 0px;
  margin: 0 auto;
  max-width: 945px;
}

.portfolio-description__images-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 35px 0px;
  margin: 0 auto;
  max-width: 945px;
}

.portfolio-description__images-3 {
  position: relative;
  max-width: 945px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.portfolio-description__image-1 {
  width: 100%;
  height: 597px;
}

.portfolio-description__image-2 {
  position: absolute;
  top: 40px;
  right: -486px;
  width: 456px;
  height: 584px;
}

.portfolio-description__image-3 {
  position: absolute;
  top: 0px;
  left: -486px;
  width: 456px;
  height: 562px;
}

.portfolio-description__image-4 {
  width: 100%;
  height: 564px;
}

.portfolio-description__image-5 {
  width: 456px;
  height: 562px;
}

.portfolio-description__image-6 {
  position: absolute;
  right: -500px;
  top: 0;
  width: 960px;
  height: 961px;
}

.portfolio-description__image-7 {
  max-width: 445px;
  height: 568px;
  position: relative;
  z-index: 2;
}

.premium-room-block {
  position: relative;
}

.premium-room-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.premium-room-block__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 160px 0px 100px 0px;
  position: relative;
}

.premium-room-block__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #370100;
}

.premium-room-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.premium-room-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.premium-room-block__body {
  max-width: 800px;
  position: relative;
  z-index: 10;
  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;
  text-align: center;
}

.premium-room-block__title {
  font-weight: 400;
  font-size: 46px;
  text-align: center;
}

.premium-room-block__title span {
  margin: 0px 0px 10px 0px;
  display: block;
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 80%;
}

.premium-room-block__image {
  width: 450px;
  height: 442px;
  position: relative;
  margin: 0px 0px 70px 0px;
}

.premium-room-block__frame {
  width: 450px;
  height: 442px;
  position: relative;
  z-index: 2;
}

.premium-room-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.premium-room-block__right {
  position: relative;
  width: 50%;
  right: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
}

.premium-room-block__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.premium-room-block__right p {
  max-width: 800px;
  position: relative;
  z-index: 10;
  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;
  margin: 0px 0px 0px 155px;
  font-weight: 400;
  font-size: 69px;
  line-height: 138%;
  text-align: center;
}

.feature-block {
  position: relative;
}

.feature-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-block__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 160px 0px 100px 0px;
  position: relative;
}

.feature-block__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #370100;
}

.feature-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.feature-block__body {
  max-width: 800px;
  position: relative;
  z-index: 10;
  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;
  text-align: center;
  margin: 0px 150px 0px 0px;
}

.feature-block__title {
  font-weight: 400;
  font-size: 46px;
  text-align: center;
}

.feature-block__title span {
  margin: 0px 0px 10px 0px;
  font-family: "AllegrettoScriptOne", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 80%;
  color: #c19a5b;
}

.feature-block__image {
  width: 450px;
  height: 442px;
  position: relative;
  margin: 0px 0px 70px 0px;
}

.feature-block__frame {
  width: 450px;
  height: 442px;
  position: relative;
  z-index: 2;
}

.feature-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-block__right {
  position: relative;
  width: 50%;
  right: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px;
}

.feature-block__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-block__right p {
  max-width: 800px;
  position: relative;
  z-index: 10;
  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;
  margin: 0px 0px 0px 155px;
  font-weight: 400;
  font-size: 69px;
  line-height: 138%;
  text-align: center;
}

@media (min-width: 1280px) {
  [class*=__container] {
    padding: 0px 120px;
  }
}

@media (max-width: 1700px) {
  .bottom-footer__column {
    font-size: 21px;
    line-height: 129%;
    letter-spacing: 0.03em;
  }

  .banner__container {
    width: calc(100% - 240px);
  }

  .top-about__left {
    margin: 52px 100px 0px 0px;
  }

  .bottom-about__left {
    margin: -90px 100px 40px 0px;
  }

  .project-leader__left {
    margin: 0px 96px 0px 0px;
  }

  .project-leader__right {
    margin: 0px 60px 0px 0px;
  }

  .form__input input {
    font-size: 18px;
  }

  .form__button {
    font-size: 18px;
  }

  .top-section__title {
    margin: 0px 0px 70px -70px;
  }

  .top-section__images {
    margin: 0px 0px 140px 0px;
  }

  .top-section__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    margin: 0px 50px 0px 0px;
  }

  .top-section__image-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    height: 357px;
  }

  .top-section__image-2 {
    right: -70px;
    width: 373px;
    height: 480px;
    top: 95px;
  }

  .top-section-desc-1 {
    margin: 0px 0px 66px 0px;
  }

  .top-section-desc-1 img {
    height: 418px;
    top: -160px;
  }

  .top-section-desc-1__title {
    font-size: 48px;
    line-height: 112%;
    margin: 0px 270px 0px -74px;
  }

  .top-section-desc-2 img {
    height: 453px;
  }

  .top-section-desc-2__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    margin: 0px 46px 0px 0px;
  }

  .top-section-desc-2__text p {
    margin: 0px 0px 50px 0px;
    font-size: 22px;
    line-height: 127%;
  }

  .center-section-desc-1__image-1 {
    width: 374px;
    height: 483px;
    margin: 0px 30px 0px -70px;
  }

  .center-section-desc-1__titles {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 730px;
            flex: 0 1 730px;
  }

  .center-section-desc-1__title {
    font-size: 90px;
    margin: 0px 0px 45px 0px;
  }

  .center-section-desc-1__text {
    max-width: 400px;
  }

  .center-section-desc-1__text p {
    font-size: 22px;
    line-height: 127%;
    margin: 0px 0px 24px 0px;
  }

  .center-section-desc-1__image {
    bottom: 100px;
    right: -70px;
  }

  .center-section-desc-1__image img {
    width: 373px;
    height: 305px;
  }

  .center-section-desc-2__title {
    margin: 0px 0px 70px -70px;
  }

  .center-section-desc-2__images {
    margin: 0px 0px 140px 0px;
  }

  .center-section-desc-2__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    margin: 0px 50px 0px 0px;
  }

  .center-section-desc-2__image-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    height: 357px;
  }

  .center-section-desc-2__image-2 {
    right: -70px;
    width: 373px;
    height: 480px;
    top: 95px;
  }

  .portfolio-description__images-1 {
    max-width: 708px;
  }

  .portfolio-description__images-2 {
    max-width: 708px;
    padding: 0px 0px 30px 0px;
  }

  .portfolio-description__images-3 {
    max-width: 708px;
  }

  .portfolio-description__image-6 {
    width: 720px;
    height: 720px;
    right: -490px;
  }

  .premium-room-block__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .premium-room-block__right p {
    margin: 0px 0px 0px 0px;
    font-size: 52px;
    line-height: 115%;
  }

  .feature-block__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .feature-block__body {
    margin: 0px 0px 0px 0px;
  }

  .feature-block__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .feature-block__right p {
    margin: 0px 0px 0px 0px;
    font-size: 52px;
    line-height: 115%;
  }
}

@media (max-width: 1440px) {
  .checkbox__icon {
    border: 1.5px solid #d9d9d9;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .checkbox__icon::before {
    width: 15px;
    height: 15px;
  }

  .checkbox__text {
    font-size: 15px;
  }

  .header {
    padding: 47px 0px;
  }

  .header__logo {
    margin: 0px 13px 0px 0px;
  }

  .header__logo img {
    width: 274px;
  }

  .header__menu {
    margin: 0px -60px 0px 0px;
  }

  .footer__top {
    max-width: 1072px;
    padding: 105px 0px 76px 0px;
  }

  .footer__bottom {
    padding: 40px 0px 50px 0px;
  }

  .top-footer__forms {
    margin: 0px 0px 100px 0px;
    max-width: 600px;
  }

  .top-footer__text {
    font-size: 18px;
    margin: 0px 0px 40px 0px;
  }

  .top-footer__title {
    font-size: 59px;
  }

  .top-footer__title span {
    font-size: 112px;
  }

  .bottom-footer__column p {
    margin: 0px 0px 18px 0px;
  }

  .bottom-footer__contacts {
    margin: 0px 0px 18px 0px;
  }

  .bottom-footer__contacts a {
    margin: 0px 0px 14px 0px;
  }

  .banner {
    min-height: 876px;
  }

  .banner::before {
    display: block;
  }

  .banner__content {
    padding: 46px 0px 160px 0px;
  }

  .banner__content .h1 {
    font-size: 70px;
  }

  .banner__content .h2 {
    font-size: 57px;
    line-height: 88%;
  }

  .banner__top {
    margin: 0px 0px 80px 0px;
  }

  .banner__center {
    margin: 0px 0px 60px 0px;
  }

  .banner__bottom p {
    font-size: 20px;
    line-height: 130%;
  }

  .hero__left {
    padding: 70px 0px 60px 0px;
  }

  .hero__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero__body {
    max-width: 500px;
  }

  .hero__body p {
    font-size: 18px;
    max-width: 400px;
  }

  .hero__title {
    font-size: 42px;
    margin: 0px 0px 70px 0px;
  }

  .hero__title span {
    font-size: 75px;
  }

  .hero__image {
    width: 338px;
    height: 331px;
    margin: 0px 0px 70px 0px;
  }

  .hero__frame {
    width: 338px;
    height: 331px;
  }

  .about__content {
    padding: 112px 0px;
  }

  .about__content p {
    font-size: 28px;
    line-height: 121%;
  }

  .top-about__left {
    margin: 37px 100px 0px 0px;
  }

  .top-about__left p {
    max-width: 450px;
  }

  .top-about__right img {
    height: 382px;
    margin: 0px 0px 75px 0px;
  }

  .top-about__right p {
    max-width: 522px;
  }

  .bottom-about__left {
    margin: -43px 100px 100px 0px;
  }

  .bottom-about__left img {
    width: 100%;
    height: 647px;
    margin: 0px 0px 85px 0px;
  }

  .bottom-about__right img {
    height: 831px;
  }

  .main-section {
    padding: 130px 0px 90px 0px;
  }

  .project-leader {
    margin: 0px 0px 230px 0px;
  }

  .project-leader__left {
    margin: 26px 96px 0px 0px;
  }

  .project-leader__left img {
    width: 379px;
    height: 493px;
    margin: 0px 0px 48px 0px;
  }

  .project-leader__left svg {
    width: 447px;
    height: 110px;
    margin: 0px 0px 20px 0px;
  }

  .project-leader__name {
    font-size: 26px;
  }

  .project-leader__text {
    margin: 0px 0px 50px 0px;
  }

  .project-leader__text p {
    font-size: 28px;
    margin: 0px 0px 24px 0px;
  }

  .project-leader__text p span {
    font-size: 56px;
  }

  .center-main-section {
    margin: 0px 0px 140px 0px;
  }

  .center-main-section__image-1 {
    width: 650px;
    height: 388px;
    right: -173px;
  }

  .center-main-section__image-2 {
    width: 271px;
    height: 310px;
    top: 280px;
    left: -70px;
  }

  .center-main-section__image-3 {
    width: 404px;
    height: 280px;
  }

  .center-main-section__titles {
    padding: 70px 0px 60px 270px;
  }

  .center-main-section__title {
    font-size: 74px;
  }

  .center-main-section__title span {
    font-size: 156px;
  }

  .forms-main-section__titles {
    margin: 0px 0px 70px 30%;
  }

  .forms-main-section__title {
    font-size: 74px;
    line-height: 101%;
  }

  .forms-main-section__title .gold-title {
    font-size: 156px;
  }

  .forms-main-section__form {
    max-width: 1072px;
  }

  .forms-main-section__bottom {
    margin: 66px 0px 0px 0px;
  }

  .forms-main-section__bottom p {
    max-width: 470px;
    font-size: 24px;
    margin: 0px 0px 15px 0px;
  }

  .forms-main-section__bottom svg {
    width: 122px;
    height: 40px;
  }

  .form__input input {
    padding: 20px 25px;
    border-bottom: 1.5px solid #7d7d7d;
    border-left: 1.5px solid #7d7d7d;
    border-top: 1.5px solid #7d7d7d;
  }

  .form__input input._form-error {
    border-bottom: 1.5px solid red;
    border-left: 1.5px solid red;
    border-top: 1.5px solid red;
  }

  .form__button {
    padding: 20px;
  }

  .form__checkbox {
    margin: 30px 0px 0px 0px;
  }

  .top-section {
    padding: 105px 0px 140px 0px;
  }

  .top-section__title {
    font-size: 48px;
    line-height: 112%;
    max-width: 700px;
  }

  .top-section__title span {
    font-size: 82px;
  }

  .top-section__text p {
    font-size: 22px;
    line-height: 127%;
  }

  .center-section__desc-1 {
    margin: 0px 0px 100px 0px;
  }

  .center-section-desc-2__title {
    font-size: 48px;
    line-height: 112%;
    max-width: 700px;
  }

  .center-section-desc-2__title span {
    font-size: 82px;
  }

  .center-section-desc-2__text p {
    font-size: 22px;
    line-height: 127%;
  }

  .center-section-desc-3 {
    padding: 0px 0px 190px 0px;
  }

  .center-section-desc-3__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 820px;
            flex: 0 1 820px;
    margin: 0px 100px 0px -60px;
  }

  .center-section-desc-3__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 366px;
            flex: 0 1 366px;
    margin: 0px -30px 0px 0px;
  }

  .center-section-desc-3__text p {
    font-size: 22px;
    line-height: 127%;
  }

  .bottom-section__body {
    margin: 0px 0px 190px 0px;
  }

  .bottom-section__desc-1 .bottom-section__title {
    margin: 0px 0px -30px 0px;
  }

  .bottom-section__title {
    font-size: 30px;
    line-height: 120%;
  }

  .bottom-section__title span {
    font-size: 52px;
  }

  .bottom-section__desc-1-image {
    max-width: 454px;
    height: 334px;
    margin: 88px 0px 0px 30px;
  }

  .bottom-section__desc-2 {
    padding: 0px 0px 0px 15px;
  }

  .bottom-section__desc-2-image {
    max-width: 394px;
    height: 263px;
    margin: 0px 0px 70px 75px;
  }

  .bottom-section__text {
    font-size: 52px;
    line-height: 69%;
    margin: 0px 0px 40px 0px;
  }

  .bottom-section__desc-3 .bottom-section__title {
    max-width: 100%;
    margin: 0px 0px 0px -30px;
  }

  .bottom-section__desc-3-image {
    max-width: 497px;
    height: 650px;
    margin: 90px 30px 0px -30px;
  }

  .bottom-section__desc-4 .bottom-section__titles {
    margin: 0px 30px 0px 0px;
    max-width: 100%;
  }

  .bottom-section__desc-4 {
    margin: 0px 0px 0px 0px;
  }

  .bottom-section__desc-4-image {
    margin: 0px -45px 40px 0px;
    width: calc(100% + 45px);
    height: 456px;
  }

  .description__top {
    margin: 0px 0px 152px 0px;
  }

  .description__center {
    padding: 0px 0px 225px 0px;
  }

  .top-description__image-1 {
    width: 596px;
    height: 397px;
  }

  .top-description__image-2 {
    width: 264px;
    height: 330px;
    top: 245px;
    left: -120px;
  }

  .top-description__image-3 {
    width: 405px;
    height: 279px;
  }

  .top-description__titles {
    padding: 228px 0px 40px 220px;
  }

  .top-description__title {
    font-size: 74px;
  }

  .top-description__title span {
    font-size: 156px;
  }

  .center-description__content {
    max-width: 1060px;
  }

  .center-description__titles {
    padding: 30px 0px 50px 0px;
  }

  .center-description__title {
    font-size: 51px;
    margin: 0px 0px 13px 0px;
  }

  .center-description__subtitle {
    font-size: 25px;
    max-width: 900px;
  }

  .center-description__item {
    padding: 33px 58px 50px 58px;
  }

  .center-description__item p {
    font-size: 26px;
    line-height: 115%;
  }

  .center-description__name {
    font-size: 28px;
    line-height: 121%;
  }

  .portfolio-description__titles {
    margin: 0px 0px 25px 45px;
  }

  .portfolio-description__title {
    font-size: 60px;
  }

  .portfolio-description__image-1 {
    height: 447px;
  }

  .portfolio-description__image-2 {
    width: 342px;
    height: 438px;
    right: -362px;
    top: 30px;
  }

  .portfolio-description__image-3 {
    width: 342px;
    height: 422px;
    left: -370px;
  }

  .portfolio-description__image-4 {
    height: 423px;
  }

  .portfolio-description__image-5 {
    width: 342px;
    height: 422px;
  }

  .portfolio-description__image-6 {
    right: -372px;
  }

  .portfolio-description__image-7 {
    width: 334px;
    height: 426px;
    left: -45px;
  }

  .premium-room-block__left {
    padding: 135px 0px 90px 0px;
  }

  .premium-room-block__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .premium-room-block__body {
    max-width: 500px;
  }

  .premium-room-block__title {
    font-size: 34px;
  }

  .premium-room-block__title span {
    font-size: 60px;
  }

  .premium-room-block__image {
    width: 338px;
    height: 331px;
    margin: 0px 0px 50px 0px;
  }

  .premium-room-block__frame {
    width: 338px;
    height: 331px;
  }

  .feature-block__left {
    padding: 135px 0px 90px 0px;
  }

  .feature-block__body {
    max-width: 500px;
  }

  .feature-block__title {
    font-size: 34px;
  }

  .feature-block__title span {
    font-size: 60px;
  }

  .feature-block__image {
    width: 338px;
    height: 331px;
    margin: 0px 0px 50px 0px;
  }

  .feature-block__frame {
    width: 338px;
    height: 331px;
  }
}

@media (max-width: 1300px) {
  .top-section__title {
    font-size: 42px;
    line-height: 114%;
    margin: 0px 0px 60px -50px;
    max-width: 600px;
  }

  .top-section__title span {
    font-size: 72px;
  }

  .top-section__images {
    margin: 0px 0px 100px 15px;
  }

  .top-section__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    margin: 0px 60px 0px 0px;
  }

  .top-section__text p {
    font-size: 20px;
    line-height: 130%;
  }

  .top-section__image-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 266px;
            flex: 0 0 266px;
    height: 317px;
  }

  .top-section__image-2 {
    top: 85px;
    right: -60px;
    width: 332px;
    height: 426px;
  }

  .center-section-desc-2__title {
    font-size: 42px;
    line-height: 114%;
    margin: 0px 0px 60px -50px;
    max-width: 600px;
  }

  .center-section-desc-2__title span {
    font-size: 72px;
  }

  .center-section-desc-2__images {
    margin: 0px 0px 100px 15px;
  }

  .center-section-desc-2__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    margin: 0px 60px 0px 0px;
  }

  .center-section-desc-2__text p {
    font-size: 20px;
    line-height: 130%;
  }

  .center-section-desc-2__image-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 266px;
            flex: 0 0 266px;
    height: 317px;
  }

  .center-section-desc-2__image-2 {
    top: 85px;
    right: -60px;
    width: 332px;
    height: 426px;
  }
}

@media (max-width: 1280px) {
  [class*=__container] {
    padding: 0px 100px;
  }

  .checkbox__text {
    font-size: 16px;
  }

  .header__logo img {
    width: 251px;
  }

  .header__menu {
    margin: 0px 0px 0px 0px;
  }

  .menu__contacts {
    margin: -8px;
  }

  .menu__phone {
    font-size: 26px;
    padding: 8px;
  }

  .menu__phone svg {
    width: 33px;
    height: 38px;
  }

  .menu__email {
    font-size: 27px;
    padding: 8px;
  }

  .footer__top {
    max-width: 100%;
  }

  .footer__bottom {
    padding: 60px 0px 66px 0px;
  }

  .top-footer__title {
    font-size: 60px;
  }

  .banner {
    min-height: 800px;
  }

  .banner__container {
    width: calc(100% - 200px);
  }

  .banner__content {
    padding: 38px 0px 150px 0px;
  }

  .banner__content .h1 {
    font-size: 64px;
  }

  .banner__content .h2 {
    font-size: 52px;
  }

  .banner__top {
    margin: 0px 0px 62px 0px;
  }

  .banner__center {
    margin: 0px 0px 77px 0px;
  }

  .banner__bottom p {
    max-width: 400px;
  }

  .banner__bottom p br {
    display: none;
  }

  .hero__left {
    padding: 104px 0px 128px 0px;
  }

  .hero__body p {
    font-size: 16px;
    max-width: 350px;
  }

  .hero__title {
    font-size: 32px;
    margin: 0px 0px 55px 0px;
  }

  .hero__title span {
    font-size: 57px;
  }

  .hero__image {
    width: 300px;
    height: 294px;
    margin: 0px 0px 55px 0px;
  }

  .hero__frame {
    width: 300px;
    height: 294px;
  }

  .about__content {
    padding: 103px 0px;
  }

  .about__content p {
    font-size: 26px;
    line-height: 123%;
  }

  .top-about__left {
    margin: 33px 70px 0px 0px;
  }

  .top-about__right img {
    height: 342px;
    margin: 0px 0px 66px 0px;
  }

  .bottom-about__left {
    margin: -60px 90px 32px 0px;
  }

  .bottom-about__left img {
    height: 579px;
    margin: 0px 0px 76px 0px;
  }

  .bottom-about__right img {
    height: 743px;
  }

  .main-section {
    padding: 70px 0px 90px 0px;
  }

  .project-leader {
    margin: 0px 0px 80px 0px;
  }

  .project-leader__left {
    margin: 20px 96px 0px 0px;
  }

  .project-leader__left svg {
    width: 395px;
    height: 98px;
  }

  .project-leader__right {
    margin: 0px 35px 0px 0px;
  }

  .project-leader__text {
    margin: 0px 0px 140px 0px;
  }

  .project-leader__text p {
    font-size: 26px;
  }

  .project-leader__text p span {
    font-size: 46px;
  }

  .center-main-section {
    margin: 0px 0px 120px 0px;
  }

  .center-main-section__image-1 {
    width: 578px;
    height: 345px;
    right: -153px;
  }

  .center-main-section__image-2 {
    width: 241px;
    height: 276px;
    top: 250px;
    left: -50px;
  }

  .center-main-section__image-3 {
    width: 359px;
    height: 249px;
  }

  .center-main-section__titles {
    padding: 63px 0px 50px 250px;
  }

  .center-main-section__title {
    font-size: 64px;
  }

  .center-main-section__title span {
    font-size: 140px;
  }

  .forms-main-section__titles {
    margin: 0px 0px 60px 30%;
  }

  .forms-main-section__title {
    font-size: 64px;
  }

  .forms-main-section__title .gold-title {
    font-size: 140px;
  }

  .forms-main-section__form {
    max-width: 100%;
  }

  .forms-main-section__bottom p {
    font-size: 22px;
    margin: 0px 0px 20px 0px;
    max-width: 430px;
  }

  .top-section {
    padding: 85px 0px 95px 0px;
  }

  .top-section-desc-1 {
    margin: 0px 0px 60px 0px;
  }

  .top-section-desc-1 img {
    height: 372px;
    top: -115px;
    right: -60px;
  }

  .top-section-desc-1__title {
    font-size: 42px;
    line-height: 114%;
    margin: 0px 240px 0px -57px;
  }

  .top-section-desc-2 img {
    margin: 0px -60px 0px 0px;
    height: 402px;
  }

  .top-section-desc-2__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
    margin: 0px 62px 0px 15px;
  }

  .top-section-desc-2__text p {
    font-size: 20px;
    line-height: 130%;
    margin: 0px 0px 16px 0px;
  }

  .center-section__desc-1 {
    margin: 0px 0px 60px 0px;
  }

  .center-section-desc-1__image-1 {
    width: 332px;
    height: 429px;
    margin: 0px 30px 0px -55px;
  }

  .center-section-desc-1__titles {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 680px;
            flex: 0 1 680px;
  }

  .center-section-desc-1__title {
    font-size: 80px;
    margin: 0px 0px 40px 0px;
  }

  .center-section-desc-1__text {
    max-width: 350px;
  }

  .center-section-desc-1__text p {
    font-size: 20px;
    line-height: 130%;
    margin: 0px 0px 15px 0px;
  }

  .center-section-desc-1__image {
    right: -60px;
    bottom: 144px;
  }

  .center-section-desc-1__image img {
    width: 332px;
    height: 271px;
  }

  .center-section-desc-3 {
    padding: 0px 0px 170px 0px;
  }

  .center-section-desc-3__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .center-section-desc-3__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 726px;
            flex: 0 1 726px;
    margin: 0px 90px 0px -44px;
  }

  .center-section-desc-3__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 326px;
            flex: 0 1 326px;
    margin: 0px -25px 0px 0px;
  }

  .center-section-desc-3__text p {
    font-size: 20px;
    line-height: 130%;
  }

  .bottom-section__body {
    margin: 0px 0px 170px 0px;
  }

  .bottom-section__desc-1 {
    margin: 0px 20px 0px 0px;
  }

  .bottom-section__desc-1 .bottom-section__title {
    margin: 0px 0px 0px -15px;
    max-width: 490px;
  }

  .bottom-section__title {
    font-size: 26px;
    line-height: 123%;
  }

  .bottom-section__title span {
    font-size: 46px;
  }

  .bottom-section__desc-1-image {
    max-width: 404px;
    height: 297px;
    margin: 80px 0px 0px 35px;
  }

  .bottom-section__desc-2-image {
    max-width: 350px;
    height: 233px;
    margin: 0px 0px 63px 80px;
  }

  .bottom-section__text {
    font-size: 46px;
    line-height: 70%;
    margin: 0px 0px 30px 0px;
  }

  .bottom-section__desc-3 .bottom-section__title {
    max-width: 480px;
    margin: 0px 0px 0px -15px;
  }

  .bottom-section__desc-3-image {
    height: 578px;
    max-width: 442px;
    margin: 80px 30px 0px -15px;
  }

  .bottom-section__desc-4-image {
    margin: 0px -40px 35px 0px;
    width: calc(100% + 40px);
    height: 405px;
  }

  .description__top {
    margin: 0px 0px 110px 0px;
  }

  .description__center {
    padding: 0px 0px 110px 0px;
  }

  .description__portfolio {
    margin: 0px 0px -85px 0px;
  }

  .top-description__image-1 {
    width: 530px;
    height: 353px;
    right: -60px;
  }

  .top-description__image-2 {
    width: 235px;
    height: 294px;
    top: 218px;
    left: -100px;
  }

  .top-description__image-3 {
    width: 360px;
    height: 248px;
  }

  .top-description__titles {
    padding: 200px 0px 60px 200px;
  }

  .top-description__title {
    font-size: 64px;
  }

  .top-description__title span {
    font-size: 140px;
  }

  .center-description__content {
    max-width: 100%;
  }

  .center-description__title {
    font-size: 52px;
  }

  .center-description__subtitle {
    font-size: 26px;
    line-height: 123%;
  }

  .center-description__name {
    font-size: 30px;
    line-height: 120%;
  }

  .portfolio-description__titles {
    margin: 0px 0px 20px 55px;
  }

  .portfolio-description__title {
    font-size: 56px;
  }

  .portfolio-description__images-1 {
    max-width: 630px;
  }

  .portfolio-description__images-2 {
    max-width: 630px;
  }

  .portfolio-description__images-3 {
    max-width: 630px;
  }

  .portfolio-description__image-1 {
    height: 445px;
  }

  .portfolio-description__image-2 {
    width: 304px;
    height: 437px;
    right: -324px;
  }

  .portfolio-description__image-3 {
    width: 305px;
    height: 420px;
    left: -325px;
  }

  .portfolio-description__image-4 {
    height: 421px;
  }

  .portfolio-description__image-5 {
    width: 304px;
    height: 420px;
  }

  .portfolio-description__image-6 {
    width: 640px;
    height: 717px;
    right: -325px;
  }

  .portfolio-description__image-7 {
    width: 297px;
    height: 378px;
    left: -100px;
    bottom: 85px;
  }

  .premium-room-block__left {
    padding: 143px 0px 152px 0px;
  }

  .premium-room-block__title {
    font-size: 30px;
  }

  .premium-room-block__title span {
    font-size: 53px;
  }

  .premium-room-block__image {
    width: 300px;
    height: 294px;
    margin: 0px 0px 46px 0px;
  }

  .premium-room-block__frame {
    width: 300px;
    height: 294px;
  }

  .premium-room-block__right p {
    font-size: 46px;
    line-height: 113%;
  }

  .feature-block__left {
    padding: 143px 0px 152px 0px;
  }

  .feature-block__title {
    font-size: 30px;
  }

  .feature-block__title span {
    font-size: 53px;
  }

  .feature-block__image {
    width: 300px;
    height: 294px;
    margin: 0px 0px 46px 0px;
  }

  .feature-block__frame {
    width: 300px;
    height: 294px;
  }

  .feature-block__right p {
    font-size: 46px;
    line-height: 113%;
  }
}

@media (max-width: 1200px) {
  .top-section__title {
    max-width: 500px;
    font-size: 34px;
    line-height: 115%;
    margin: 0px 0px 60px -40px;
  }

  .top-section__title span {
    font-size: 59px;
  }

  .top-section__images {
    margin: 0px 0px 85px 15px;
  }

  .top-section__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
            flex: 0 0 272px;
    margin: 0px 40px 0px 0px;
  }

  .top-section__text p {
    font-size: 18px;
    line-height: 97%;
  }

  .top-section__image-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 218px;
            flex: 0 0 218px;
    height: 260px;
  }

  .top-section__image-2 {
    width: 271px;
    height: 348px;
    top: 60px;
    right: -16px;
  }

  .center-section__desc-1 {
    margin: 0px 0px 40px 0px;
  }

  .center-section-desc-1__image-1 {
    width: 272px;
    height: 351px;
    margin: 0px 20px 0px -40px;
  }

  .center-section-desc-1__titles {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 530px;
            flex: 0 1 530px;
    margin: 0px 40px 0px 0px;
  }

  .center-section-desc-1__title {
    font-size: 65px;
    margin: 0px 0px 30px 0px;
  }

  .center-section-desc-1__text {
    max-width: 280px;
  }

  .center-section-desc-1__text p {
    font-size: 18px;
    line-height: 111%;
    margin: 0px 0px 25px 0px;
  }

  .center-section-desc-1__image {
    right: -20px;
    bottom: 154px;
  }

  .center-section-desc-1__image img {
    width: 271px;
    height: 221px;
  }

  .center-section-desc-2__title {
    max-width: 500px;
    font-size: 34px;
    line-height: 115%;
    margin: 0px 0px 60px -40px;
  }

  .center-section-desc-2__title span {
    font-size: 59px;
  }

  .center-section-desc-2__images {
    margin: 0px 0px 85px 15px;
  }

  .center-section-desc-2__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
            flex: 0 0 272px;
    margin: 0px 40px 0px 0px;
  }

  .center-section-desc-2__text p {
    font-size: 18px;
    line-height: 97%;
  }

  .center-section-desc-2__image-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 218px;
            flex: 0 0 218px;
    height: 260px;
  }

  .center-section-desc-2__image-2 {
    width: 271px;
    height: 348px;
    top: 60px;
    right: -16px;
  }

  .center-description__item p {
    font-size: 24px;
    line-height: 125%;
  }

  .center-description__name {
    font-size: 28px;
    line-height: 121%;
  }
}

@media (max-width: 1150px) {
  .bottom-footer__body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0px -35px;
  }

  .bottom-footer__column.footer-center-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .bottom-footer__column.footer-last-column {
    display: none;
  }

  .bottom-footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 340px;
            flex: 0 1 340px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 113%;
    padding: 0px 35px;
  }

  .bottom-footer__column p {
    margin: 0px 0px 15px 0px;
  }

  .bottom-footer__contacts {
    margin: 0px 0px 16px 0px;
  }

  .bottom-footer__text {
    display: none;
  }

  .bottom-footer__first-text {
    display: block;
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 1024px) {
  [class*=__container] {
    padding: 0px 62px;
  }

  .checkbox__icon {
    border: 1.36px solid #d9d9d9;
    width: 21px;
    height: 21px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21px;
            flex: 0 0 21px;
  }

  .checkbox__icon::before {
    width: 12px;
    height: 12px;
  }

  .header {
    padding: 50px 0px;
  }

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

  .header__logos {
    margin: 0px 0px 20px 0px;
  }

  .menu__contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -9px;
  }

  .menu__phone {
    padding: 9px;
  }

  .menu__email {
    padding: 9px;
  }

  .footer__top {
    padding: 55px 0px 47px 0px;
  }

  .footer__bottom {
    padding: 53px 0px 66px 0px;
  }

  .banner {
    min-height: 730px;
    height: 100%;
  }

  .banner__container {
    width: calc(100% - 124px);
  }

  .banner__content {
    padding: 53px 0px;
  }

  .banner__content .h1 {
    font-size: 62px;
  }

  .hero__left {
    padding: 76px 0px;
  }

  .hero__body p {
    font-size: 14px;
  }

  .about__content {
    padding: 103px 0px 63px 0px;
  }

  .about__content p {
    font-size: 24px;
    line-height: 125%;
  }

  .top-about__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 272px;
            flex: 0 1 272px;
  }

  .top-about__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 543px;
            flex: 0 1 543px;
  }

  .top-about__right img {
    height: 319px;
    margin: 0px 0px 62px 0px;
  }

  .top-about__right p {
    margin: 0px 0px 0px 80px;
  }

  .bottom-about__left {
    margin: -85px 0px 0px 0px;
  }

  .bottom-about__left img {
    height: 541px;
    margin: 0px 0px 70px 0px;
  }

  .bottom-about__right img {
    height: 593px;
  }

  .main-section {
    padding: 70px 0px 82px 0px;
  }

  .project-leader {
    margin: 0px 0px 160px 0px;
  }

  .project-leader__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 373px;
            flex: 0 1 373px;
    margin: 20px 65px 0px 0px;
  }

  .project-leader__left img {
    width: 359px;
    height: 467px;
    margin: 0px 0px 45px 0px;
  }

  .project-leader__left svg {
    width: 375px;
    height: 93px;
    margin: 0px 0px 15px 0px;
  }

  .project-leader__name {
    font-size: 24px;
  }

  .project-leader__right {
    margin: 0px 30px 0px 0px;
  }

  .project-leader__text {
    margin: 0px 0px 24px 0px;
  }

  .project-leader__text p {
    font-size: 24px;
  }

  .center-main-section {
    margin: 0px 0px 100px 0px;
  }

  .center-main-section__image-1 {
    width: 462px;
    height: 276px;
    right: -110px;
  }

  .center-main-section__image-2 {
    width: 193px;
    height: 220px;
    left: -30px;
    top: 200px;
  }

  .center-main-section__image-3 {
    width: 287px;
    height: 199px;
  }

  .center-main-section__titles {
    padding: 50px 0px 40px 210px;
  }

  .center-main-section__title {
    font-size: 50px;
  }

  .center-main-section__title span {
    font-size: 110px;
  }

  .forms-main-section__titles {
    margin: 0px 0px 70px 30%;
  }

  .forms-main-section__title {
    font-size: 50px;
    line-height: 117%;
  }

  .forms-main-section__title .gold-title {
    font-size: 110px;
  }

  .forms-main-section__bottom {
    margin: 50px 0px 0px 0px;
  }

  .forms-main-section__bottom p {
    font-size: 21px;
    margin: 0px 0px 15px 0px;
  }

  .forms-main-section__bottom svg {
    width: 111px;
    height: 36px;
  }

  .form__input input {
    font-size: 16px;
    padding: 18px 23px;
    border-bottom: 1.36px solid #7d7d7d;
    border-left: 1.36px solid #7d7d7d;
    border-top: 1.36px solid #7d7d7d;
  }

  .form__input input._form-error {
    border-bottom: 1.36px solid red;
    border-left: 1.36px solid red;
    border-top: 1.36px solid red;
  }

  .form__button {
    font-size: 16px;
    padding: 18px;
  }

  .top-section {
    padding: 52px 0px 90px 0px;
  }

  .top-section-desc-1 {
    margin: 0px 0px 50px 0px;
  }

  .top-section-desc-1 img {
    height: 304px;
    top: -118px;
    right: -50px;
  }

  .top-section-desc-1__title {
    font-size: 34px;
    line-height: 112%;
    margin: 0px 200px 0px -40px;
  }

  .top-section-desc-2 img {
    margin: 0px -17px 0px 0px;
    height: 330px;
  }

  .top-section-desc-2__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
            flex: 0 0 272px;
    margin: 0px 37px 0px 0px;
  }

  .top-section-desc-2__text p {
    font-size: 18px;
    line-height: 97%;
    margin: 0px 0px 40px 0px;
  }

  .center-section-desc-3 {
    padding: 0px 0px 80px 0px;
  }

  .center-section-desc-3__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
    margin: 0px 70px 0px -30px;
  }

  .center-section-desc-3__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
    margin: 0px -15px 0px 0px;
  }

  .center-section-desc-3__text p {
    font-size: 18px;
    line-height: 111%;
  }

  .bottom-section__body {
    margin: 0px 0px 140px 0px;
  }

  .bottom-section__title {
    font-size: 21px;
    line-height: 100%;
  }

  .bottom-section__title span {
    font-size: 38px;
  }

  .bottom-section__desc-1-image {
    max-width: 330px;
    height: 243px;
    margin: 75px 0px 0px 15px;
  }

  .bottom-section__desc-2 {
    padding: 0px 0px 0px 5px;
  }

  .bottom-section__desc-2-image {
    max-width: 286px;
    height: 191px;
    margin: 0px 0px 50px 40px;
  }

  .bottom-section__text {
    font-size: 38px;
    margin: 0px 0px 20px 0px;
  }

  .bottom-section__desc-3 .bottom-section__title {
    margin: 0px 0px 0px -26px;
    max-width: 400px;
  }

  .bottom-section__desc-3-image {
    max-width: 361px;
    height: 472px;
    margin: 70px 30px 0px -26px;
  }

  .bottom-section__desc-4-image {
    margin: 0px -17px 30px 0px;
    width: calc(100% + 17px);
    height: 331px;
  }

  .description__top {
    margin: 0px 0px 47px 0px;
  }

  .description__center {
    padding: 0px 0px 105px 0px;
  }

  .description__portfolio {
    margin: 0px 0px -55px 0px;
  }

  .top-description__image-1 {
    width: 424px;
    height: 282px;
    right: -35px;
  }

  .top-description__image-2 {
    width: 188px;
    height: 235px;
    left: -66px;
    top: 174px;
  }

  .top-description__image-3 {
    width: 288px;
    height: 198px;
  }

  .top-description__titles {
    padding: 148px 0px 50px 175px;
  }

  .top-description__title {
    font-size: 52px;
  }

  .top-description__title span {
    font-size: 110px;
  }

  .center-description__title {
    font-size: 50px;
  }

  .center-description__subtitle {
    font-size: 24px;
    line-height: 125%;
  }

  .portfolio-description__titles {
    margin: 0px 0px 15px 55px;
  }

  .portfolio-description__title {
    font-size: 44px;
  }

  .portfolio-description__images-1 {
    max-width: 502px;
  }

  .portfolio-description__images-2 {
    max-width: 502px;
  }

  .portfolio-description__images-3 {
    max-width: 502px;
  }

  .portfolio-description__image-1 {
    height: 382px;
  }

  .portfolio-description__image-2 {
    width: 242px;
    height: 375px;
    right: -260px;
    top: 25px;
  }

  .portfolio-description__image-3 {
    width: 243px;
    height: 361px;
    left: -263px;
  }

  .portfolio-description__image-4 {
    height: 362px;
  }

  .portfolio-description__image-5 {
    width: 243px;
    height: 361px;
  }

  .portfolio-description__image-6 {
    width: 511px;
    height: 616px;
    right: -260px;
  }

  .portfolio-description__image-7 {
    width: 241px;
    height: 307px;
    left: -66px;
    bottom: 55px;
  }

  .premium-room-block__left {
    padding: 70px 0px 85px 0px;
  }

  .premium-room-block__right p {
    max-width: 400px;
  }

  .feature-block__left {
    padding: 70px 0px 85px 0px;
  }

  .feature-block__right p {
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  [class*=__container] {
    padding: 0px 35px;
  }

  .checkbox__icon {
    margin: 0px 5px 0px 0px;
  }

  .checkbox__text {
    font-size: 14px;
  }

  .header {
    padding: 58px 0px;
  }

  .header__logos {
    margin: 0px 0px 12px 0px;
  }

  .footer__top {
    padding: 55px 0px 65px 0px;
  }

  .top-footer__forms {
    margin: 0px 0px 77px 0px;
  }

  .bottom-footer__contacts {
    margin: 0px 0px 0px 0px;
  }

  .bottom-footer__work {
    display: none;
  }

  .bottom-footer__center-work {
    margin: 0px 0px 45px 0px;
    display: block;
  }

  .bottom-footer__first-text {
    margin: 35px 0px 0px 0px;
  }

  .banner {
    min-height: 764px;
  }

  .banner__container {
    width: calc(100% - 70px);
  }

  .banner__content .h1 {
    font-size: 50px;
  }

  .banner__center {
    margin: 0px 0px 106px 0px;
  }

  .banner__bottom p {
    font-size: 18px;
  }

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

  .hero__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 76px 0px 116px 0px;
  }

  .hero__body {
    margin: 0px 0px 0px 0px;
    max-width: 500px;
  }

  .hero__body p {
    font-size: 20px;
    max-width: 500px;
  }

  .hero__title {
    font-size: 36px;
    line-height: 114%;
    margin: 0px 0px 50px 0px;
  }

  .hero__title span {
    font-size: 66px;
  }

  .hero__image {
    width: 344px;
    height: 338px;
    margin: 0px 0px 50px 0px;
  }

  .hero__frame {
    width: 344px;
    height: 338px;
  }

  .hero__right {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .about__content {
    padding: 48px 0px 63px 0px;
  }

  .about__content p {
    font-size: 22px;
    line-height: 127%;
  }

  .about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0px 0px 43px 0px;
  }

  .about__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .top-about__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 43px 0px;
  }

  .top-about__left p {
    max-width: 435px;
  }

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

  .top-about__right img {
    height: 396px;
    margin: 0px 0px 78px 0px;
  }

  .top-about__right p {
    max-width: 556px;
    margin: 0px 0px 0px 0px;
  }

  .bottom-about__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0px 0px 0px;
  }

  .bottom-about__left img {
    width: 373px;
    height: 100%;
    margin: 0px 62px 0px 0px;
  }

  .bottom-about__right {
    display: none;
  }

  .main-section {
    padding: 47px 0px 43px 0px;
  }

  .project-leader {
    margin: 0px 0px 80px 0px;
  }

  .project-leader__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 275px;
            flex: 0 1 275px;
    margin: 15px 50px 0px 0px;
  }

  .project-leader__left img {
    width: 264px;
    height: 344px;
    margin: 0px 0px 33px 0px;
  }

  .project-leader__left svg {
    width: 277px;
    height: 68px;
    margin: 0px 0px 20px 0px;
  }

  .project-leader__name {
    font-size: 20px;
  }

  .project-leader__right {
    margin: 0px 0px 0px 0px;
  }

  .project-leader__text {
    margin: 0px 0px 35px 0px;
  }

  .project-leader__text p {
    font-size: 22px;
  }

  .project-leader__text p span {
    font-size: 40px;
  }

  .center-main-section {
    margin: 0px 0px 75px 0px;
  }

  .center-main-section__image-1 {
    width: 426px;
    height: 254px;
    top: 237px;
    left: -70px;
    right: auto;
  }

  .center-main-section__image-2 {
    width: 203px;
    height: 233px;
    top: 93px;
    left: auto;
    right: 0;
  }

  .center-main-section__image-3 {
    width: 265px;
    height: 184px;
    margin: 0px 0px 0px 60%;
  }

  .center-main-section__titles {
    padding: 0px 0px 210px 0px;
  }

  .center-main-section__title {
    font-size: 44px;
    max-width: 500px;
  }

  .center-main-section__title br {
    display: none;
  }

  .center-main-section__title span {
    font-size: 94px;
  }

  .center-main-section__title .other-title {
    margin: 0px 0px 0px 0px;
  }

  .forms-main-section__titles {
    margin: 0px 0px 50px 30%;
  }

  .forms-main-section__title {
    font-size: 44px;
    line-height: 107%;
  }

  .forms-main-section__title .gold-title {
    font-size: 94px;
  }

  .forms-main-section__bottom {
    margin: 65px 0px 0px 0px;
  }

  .forms-main-section__bottom p {
    font-size: 18px;
    margin: 0px 0px 22px 0px;
  }

  .form__inputs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

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

  .form__input:first-child {
    border-left: 1.36px solid #7d7d7d;
  }

  .form__input:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 28px 0px 0px 0px;
  }

  .form__input input {
    border-left: none;
    border-right: 1.36px solid #7d7d7d;
  }

  .form__input input._form-error {
    border-right: 1.36px solid red;
  }

  .form__checkbox {
    margin: 25px 0px 0px 0px;
  }

  .section__bg {
    top: 5%;
  }

  .top-section {
    padding: 60px 0px 50px 0px;
  }

  .top-section__title {
    font-size: 28px;
    line-height: 121%;
    margin: 0px 0px 55px 0px;
    max-width: 410px;
  }

  .top-section__title span {
    font-size: 50px;
  }

  .top-section__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0px 0px 40px 0px;
  }

  .top-section__text {
    display: none;
  }

  .top-section__text p {
    font-size: 18px;
    line-height: 133%;
  }

  .top-section__image-1 {
    width: 236px;
    height: 281px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .top-section__image-2 {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 292px;
    height: 375px;
    margin: 0px 47px 0px 0px;
  }

  .top-section-desc-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 35px 0px;
  }

  .top-section-desc-1 img {
    display: none;
  }

  .top-section-desc-1__title {
    font-size: 28px;
    line-height: 121%;
    margin: 0px 34px 0px 0px;
    width: 305px;
  }

  .top-section-desc-1__text {
    display: block;
    width: 300px;
    margin: 135px 0px 0px 0px;
  }

  .top-section-desc-1__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    margin: 0px 0px 30px 0px;
  }

  .top-section-desc-1__text p:last-child {
    margin: 0px 0px 0px 0px;
  }

  .top-section-desc-2 img {
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    min-height: 223px;
  }

  .top-section-desc-2__text {
    display: none;
  }

  .center-section__desc-1 {
    margin: 0px 0px 45px 0px;
  }

  .center-section-desc-1__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .center-section-desc-1__image-1 {
    display: none;
  }

  .center-section-desc-1__image-1-mob {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    width: 100%;
    height: 386px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0px 0px 0px 22px;
  }

  .center-section-desc-1__titles {
    margin: 0px 0px 40px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .center-section-desc-1__title-mob {
    display: block;
    max-width: 410px;
    font-family: "AllegrettoScriptOne", sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 84%;
    margin: 0px 0px 30px 0px;
  }

  .center-section-desc-1__title {
    display: none;
  }

  .center-section-desc-1__text {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .center-section-desc-1__text p {
    line-height: 133%;
  }

  .center-section-desc-1__image {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-height: 230px;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
  }

  .center-section-desc-1__image img {
    width: 100%;
    height: 100%;
  }

  .center-section-desc-2__title {
    font-size: 28px;
    line-height: 121%;
    margin: 0px 0px 35px 0px;
    max-width: 512px;
  }

  .center-section-desc-2__title span {
    font-size: 50px;
  }

  .center-section-desc-2__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 40px 0px;
  }

  .center-section-desc-2__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 300px;
    margin: 0px 0px 60px 0px;
  }

  .center-section-desc-2__text p {
    line-height: 133%;
  }

  .center-section-desc-2__image-1 {
    width: 238px;
    height: 281px;
    margin: 0px 0px 0px 83px;
  }

  .center-section-desc-2__frame {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }

  .center-section-desc-2__image-2 {
    width: 293px;
    height: 356px;
    right: 0;
    top: 241px;
  }

  .center-section-desc-3 {
    padding: 0px 0px 50px 0px;
  }

  .center-section-desc-3__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .center-section-desc-3__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 47px 0px;
  }

  .center-section-desc-3__frame {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }

  .center-section-desc-3__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 400px;
    margin: 0px 0px 45px 0px;
  }

  .center-section-desc-3__text p {
    line-height: 133%;
  }

  .bottom-section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 62px 0px;
  }

  .bottom-section__desc-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 45px 0px;
  }

  .bottom-section__desc-1 .bottom-section__title {
    max-width: 512px;
    margin: 0px 0px 0px 0px;
  }

  .bottom-section__title {
    font-size: 28px;
    line-height: 121%;
  }

  .bottom-section__title span {
    font-size: 50px;
  }

  .bottom-section__desc-1-image {
    max-width: 100%;
    height: 100%;
    margin: 25px 0px 0px 0px;
    min-height: 246px;
  }

  .bottom-section__desc-1-image img {
    min-height: 246px;
  }

  .bottom-section__desc-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
    margin: 0px 0px 0px 0px;
  }

  .bottom-section__desc-2 .bottom-section__title {
    max-width: 545px;
  }

  .bottom-section__desc-2-image {
    max-width: 100%;
    height: 100%;
    margin: 30px 0px 0px 0px;
    min-height: 225px;
  }

  .bottom-section__desc-2-image img {
    min-height: 225px;
  }

  .bottom-section__text {
    font-size: 50px;
    line-height: 68%;
  }

  .bottom-section__desc-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 63px 0px;
  }

  .bottom-section__desc-3 .bottom-section__title {
    max-width: 670px;
    margin: 0px 0px 0px 0px;
  }

  .bottom-section__desc-3-image {
    max-width: 100%;
    height: 100%;
    margin: 47px 0px 0px 0px;
    min-height: 442px;
  }

  .bottom-section__desc-3-image img {
    min-height: 442px;
  }

  .bottom-section__desc-4 .bottom-section__titles {
    margin: 0px 0px 0px 0px;
    max-width: 670px;
  }

  .bottom-section__desc-4 {
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .bottom-section__desc-4-image {
    margin: 47px 0px 0px 0px;
    width: 100%;
    height: 100%;
    min-height: 239px;
  }

  .bottom-section__desc-4-image img {
    min-height: 239px;
  }

  .description__top {
    margin: 0px 0px 135px 0px;
    padding: 30px 0px 0px 0px;
  }

  .description__center {
    padding: 0px 0px 35px 0px;
  }

  .description__portfolio {
    padding: 34px 0px 32px 0px;
    margin: 0px 0px 0px 0px;
  }

  .top-description__image-1 {
    width: 52%;
    height: 55%;
    top: 285px;
    right: 0;
  }

  .top-description__image-2 {
    position: relative;
    width: 30%;
    height: 30%;
    top: 0;
    left: 0;
  }

  .top-description__image-3 {
    position: absolute;
    width: 281px;
    height: 193px;
    margin: 0px 0px 0px 0px;
    right: 0;
    top: 0;
  }

  .top-description__titles {
    padding: 13px 0px 53px 0px;
  }

  .top-description__title {
    font-size: 44px;
    line-height: 111%;
    max-width: 500px;
  }

  .top-description__title span {
    font-size: 94px;
  }

  .center-description__title {
    font-size: 44px;
  }

  .center-description__subtitle {
    font-size: 22px;
    line-height: 127%;
  }

  .center-description__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 33px 24px 50px 24px;
  }

  .center-description__item p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 22px;
    line-height: 127%;
    margin: 0px 0px 0px 0px;
  }

  .center-description__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 28px;
    line-height: 121%;
    margin: 0px 0px 16px 0px;
  }

  .center-description__name br {
    display: none;
  }

  .portfolio-description__titles {
    margin: 0px 0px 40px 0px;
  }

  .portfolio-description__images-1 {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
  }

  .portfolio-description__images-2 {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }

  .portfolio-description__images-3 {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .portfolio-description__image-1 {
    height: 100%;
    margin: 0px 0px 30px 0px;
  }

  .portfolio-description__image-2 {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    width: 52%;
    height: 456px;
  }

  .portfolio-description__image-3 {
    position: relative;
    left: auto;
    right: 0;
    top: 0;
    width: 52%;
    height: 456px;
    margin: 0px 0px 30px 0px;
  }

  .portfolio-description__image-4 {
    height: 100%;
    margin: 0px 0px 30px 0px;
  }

  .portfolio-description__image-5 {
    margin: 0px 0px 30px 0px;
    width: 52%;
    min-height: 455px;
    height: 100%;
  }

  .portfolio-description__image-6 {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 688px;
  }

  .portfolio-description__image-7 {
    display: none;
  }

  .premium-room-block__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .premium-room-block__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 90px 0px 100px 0px;
  }

  .premium-room-block__body {
    margin: 0px 0px 0px 0px;
    max-width: 500px;
  }

  .premium-room-block__title {
    font-size: 34px;
  }

  .premium-room-block__title span {
    font-size: 60px;
    line-height: 77%;
  }

  .premium-room-block__image {
    width: 344px;
    height: 338px;
    margin: 0px 0px 50px 0px;
  }

  .premium-room-block__frame {
    width: 344px;
    height: 338px;
  }

  .premium-room-block__right {
    position: relative;
    width: 100%;
    min-height: 768px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .premium-room-block__right p {
    margin: 0px 0px 0px 0px;
    max-width: 500px;
  }

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

  .feature-block__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 90px 0px 100px 0px;
  }

  .feature-block__body {
    margin: 0px 0px 0px 0px;
    max-width: 500px;
  }

  .feature-block__title {
    font-size: 34px;
  }

  .feature-block__title span {
    font-size: 60px;
    line-height: 77%;
  }

  .feature-block__image {
    width: 344px;
    height: 338px;
    margin: 0px 0px 50px 0px;
  }

  .feature-block__frame {
    width: 344px;
    height: 338px;
  }

  .feature-block__right {
    position: relative;
    width: 100%;
    min-height: 768px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .feature-block__right p {
    margin: 0px 0px 0px 0px;
    max-width: 500px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .top-section-desc-1__text p {
    font-size: 17px;
    line-height: 124%;
    margin: 0px 0px 25px 0px;
  }
}

@media (max-width: 767px) {
  [class*=__container] {
    padding: 0px 20px;
  }

  .checkbox__icon {
    margin: 0px 12px 0px 0px;
  }

  .checkbox__text {
    font-size: 13px;
  }

  .header {
    padding: 30px 0px 30px 0px;
  }

  .header._header-scroll {
    padding: 20px 0px;
  }

  .header._header-scroll .header__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header._header-scroll .header__menu {
    margin: 0px 0px 0px 10px;
  }

  .header._header-scroll .header__logo {
    margin: 0px 8px 0px 0px;
  }

  .header._header-scroll .header__logo img {
    width: 170px;
  }

  .header._header-scroll .header__container {
    padding: 0px 15px;
  }

  .header._header-scroll .header__logo-text::before {
    width: 2.5px;
    margin: 2px 15px 2px 0px;
  }

  .header._header-scroll .header__logo-text {
    font-size: 12px;
  }

  .menu-open .header {
    padding: 20px 0px;
  }

  .menu-open .header .header__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .menu-open .header .header__menu {
    margin: 0px 0px 0px 10px;
  }

  .menu-open .header .header__logo {
    margin: 0px 8px 0px 0px;
  }

  .menu-open .header .header__logo img {
    width: 170px;
  }

  .menu-open .header .header__container {
    padding: 0px 15px;
  }

  .menu-open .header .header__logo-text::before {
    width: 2.5px;
    margin: 2px 15px 2px 0px;
  }

  .menu-open .header .header__logo-text {
    font-size: 12px;
  }

  .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .header__logos {
    margin: 0px 0px 0px 0px;
  }

  .header__logo {
    margin: 0px 10px 0px 0px;
  }

  .header__logo img {
    width: 200px;
  }

  .header__logo-text::before {
    width: 2.5px;
    margin: 2px 15px 2px 0px;
  }

  .header__logo-text {
    font-size: 12px;
  }

  .header__menu {
    margin: 0px 6px 35px 0px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .menu__body {
    position: fixed;
    top: 75px;
    width: 100%;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    left: -100%;
    z-index: 50;
    padding: 28px 15px;
  }

  .menu-open .menu__body {
    left: 0;
  }

  .menu__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: -5px 0px;
  }

  .menu__phone {
    font-size: 22px;
    padding: 5px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__phone svg {
    width: 25px;
    height: 29px;
    margin: 0px 10px 0px 0px;
  }

  .menu__email {
    font-size: 25px;
    padding: 5px 0px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
  }

  .icon-menu::before {
    top: 1px;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 2px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .footer__bg {
    top: 10%;
  }

  .footer__bg-2 {
    display: block;
    top: 50%;
  }

  .footer__top {
    padding: 35px 0px 20px 0px;
  }

  .footer__bottom {
    padding: 20px 0px 45px 0px;
  }

  .top-footer__forms {
    margin: 0px 0px 50px 0px;
    max-width: 400px;
  }

  .top-footer__text {
    font-size: 14px;
    margin: 0px 0px 30px 0px;
  }

  .top-footer__title {
    font-size: 39px;
  }

  .top-footer__title span {
    font-size: 74px;
  }

  .bottom-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 0px 0px;
  }

  .bottom-footer__column.footer-center-column p {
    margin: 0px 0px 16px 0px;
  }

  .bottom-footer__column.footer-last-column {
    display: block;
  }

  .bottom-footer__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 0px 0px;
  }

  .bottom-footer__column:last-child {
    margin: 0px 0px 0px 0px;
  }

  .bottom-footer__column p {
    margin: 0px 0px 6px 0px;
  }

  .bottom-footer__contacts {
    margin: 0px 0px 13px 0px;
  }

  .bottom-footer__work {
    display: block;
  }

  .bottom-footer__center-work {
    display: none;
  }

  .bottom-footer__text {
    display: block;
  }

  .bottom-footer__first-text {
    display: none;
  }

  .banner {
    min-height: 650px;
  }

  .banner__container {
    width: calc(100% - 40px);
  }

  .banner__content {
    padding: 0px 0px 87px 0px;
  }

  .banner__content .h1 {
    font-size: 36px;
  }

  .banner__content .h2 {
    font-size: 42px;
  }

  .banner__top {
    text-align: center;
    margin: 0px 0px 90px 0px;
  }

  .banner__center {
    margin: 0px 0px 70px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .banner__center .h1 {
    text-align: center;
  }

  .banner__center .h2 {
    text-align: center;
  }

  .banner__bottom p {
    text-align: center;
    max-width: 100%;
    font-size: 16px;
  }

  .hero__left {
    padding: 52px 0px 66px 0px;
  }

  .hero__body p {
    font-size: 14px;
    max-width: 310px;
  }

  .hero__title {
    font-size: 28px;
    line-height: 100%;
    margin: 0px 0px 40px 0px;
  }

  .hero__title span {
    font-size: 50px;
  }

  .hero__image {
    width: 300px;
    height: 294px;
  }

  .hero__frame {
    width: 300px;
    height: 294px;
  }

  .about__content {
    padding: 32px 0px 40px 0px;
  }

  .about__content p {
    font-size: 18px;
    line-height: 133%;
  }

  .about__top {
    margin: 0px 0px 26px 0px;
  }

  .top-about__left {
    margin: 0px 0px 30px 0px;
  }

  .top-about__right img {
    height: 192px;
    margin: 0px 0px 32px 0px;
  }

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

  .bottom-about__left img {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }

  .main-section {
    padding: 20px 0px 46px 0px;
  }

  .main-section__bg {
    top: 20%;
  }

  .main-section__bg-2 {
    display: block;
    top: 40%;
  }

  .project-leader {
    margin: 0px 0px 60px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .project-leader__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 20px 0px;
  }

  .project-leader__left img {
    width: 100%;
    height: 100%;
    margin: 0px 0px 22px 0px;
  }

  .project-leader__left svg {
    width: 243px;
    height: 60px;
    margin: 0px 0px 10px 0px;
  }

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

  .project-leader__text {
    margin: 0px 0px 30px 0px;
  }

  .project-leader__text p {
    font-size: 18px;
  }

  .project-leader__text p span {
    font-size: 36px;
  }

  .center-main-section {
    margin: 0px 0px 50px 0px;
  }

  .center-main-section__content {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .center-main-section__image-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px 0px 26px 0px;
  }

  .center-main-section__image-2 {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    width: 60%;
    height: 227px;
    margin: 0px 0px -10px 0px;
  }

  .center-main-section__image-3 {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
  }

  .center-main-section__titles {
    padding: 0px 0px 30px 0px;
  }

  .center-main-section__title {
    font-size: 34px;
  }

  .center-main-section__title span {
    font-size: 75px;
  }

  .forms-main-section__titles {
    margin: 0px 0px 40px 0%;
  }

  .forms-main-section__title {
    font-size: 34px;
    line-height: 109%;
  }

  .forms-main-section__title .gold-title {
    font-size: 82px;
    line-height: 50%;
  }

  .forms-main-section__title .gold-title span {
    text-align: center;
    width: 60%;
    display: block;
  }

  .forms-main-section__title .gold-title span:last-child {
    text-align: right;
  }

  .forms-main-section__title .other-title {
    margin: 0px 0px 0px 0px;
  }

  .forms-main-section__bottom {
    margin: 26px 0px 0px 0px;
  }

  .forms-main-section__bottom p {
    max-width: 313px;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
  }

  .forms-main-section__bottom svg {
    width: 94px;
    height: 32px;
  }

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

  .form__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0px 0px 24px 0px;
  }

  .form__input:first-child {
    border-left: none;
  }

  .form__input:last-child {
    margin: -8px 0px 0px 0px;
  }

  .form__input input {
    border: 1.36px solid #7d7d7d;
  }

  .form__input input._form-error {
    border: 1.36px solid red;
  }

  .section__bg {
    top: 20%;
  }

  .section__bg-2 {
    display: block;
    top: 40%;
  }

  .top-section {
    padding: 20px 0px 40px 0px;
  }

  .top-section__title {
    font-size: 24px;
    line-height: 117%;
    margin: 0px 0px 26px 0px;
    max-width: 282px;
  }

  .top-section__title span {
    font-size: 40px;
  }

  .top-section__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 0px 0px 25px 0px;
  }

  .top-section__image-1 {
    width: 100%;
    height: 100%;
  }

  .top-section__image-2 {
    height: 100%;
    width: 100%;
    margin: 0px 0px 15px 0px;
  }

  .top-section-desc-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 0px 20px 0px;
  }

  .top-section-desc-1__title {
    font-size: 24px;
    line-height: 117%;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .top-section-desc-1__text {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }

  .center-section__desc-1 {
    margin: 0px 0px 25px 0px;
  }

  .center-section-desc-1__image-1-mob {
    display: none;
  }

  .center-section-desc-1__titles {
    margin: 0px 0px 25px 0px;
  }

  .center-section-desc-1__title-mob {
    font-size: 46px;
    line-height: 70%;
    margin: 0px 0px 25px 0px;
  }

  .center-section-desc-1__text img {
    display: block;
  }

  .center-section-desc-1__text p {
    font-size: 17px;
    line-height: 124%;
    margin: 0px 0px 0px 0px;
  }

  .center-section-desc-2__title {
    font-size: 24px;
    line-height: 117%;
    margin: 0px 0px 50px 0px;
    max-width: 100%;
  }

  .center-section-desc-2__title span {
    font-size: 40px;
  }

  .center-section-desc-2__images {
    margin: 0px 0px 46px 0px;
  }

  .center-section-desc-2__text {
    margin: 0px 0px 48px 0px;
    width: 100%;
  }

  .center-section-desc-2__text p {
    font-size: 17px;
    line-height: 124%;
  }

  .center-section-desc-2__image-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 85%;
    height: 100%;
    min-height: 290px;
    margin: 0px 84px 0px 0px;
  }

  .center-section-desc-2__image-2 {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 85%;
    height: 100%;
    min-height: 290px;
    margin: 0px 84px 40px 0px;
  }

  .center-section-desc-3 {
    padding: 0px 0px 40px 0px;
  }

  .center-section-desc-3__image {
    min-height: 195px;
    margin: 0px 0px 0px 0px;
  }

  .center-section-desc-3__img {
    min-height: 195px;
  }

  .center-section-desc-3__frame {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }

  .center-section-desc-3__text p {
    font-size: 17px;
    line-height: 124%;
  }

  .bottom-section__body {
    margin: 0px 0px 23px 0px;
  }

  .bottom-section__desc-1 {
    margin: 0px 0px 20px 0px;
  }

  .bottom-section__title {
    font-size: 20px;
    line-height: 120%;
  }

  .bottom-section__title span {
    font-size: 29px;
  }

  .bottom-section__text {
    margin: 0px 0px 0px 0px;
    font-size: 35px;
  }

  .bottom-section__desc-3 {
    margin: 0px 0px 17px 0px;
  }

  .bottom-section__desc-3-image {
    margin: 23px 0px 0px 0px;
  }

  .bottom-section__desc-4-image {
    margin: 30px 0px 0px 0px;
  }

  .description__top {
    margin: 0px 0px 30px 0px;
    padding: 16px 0px 0px 0px;
  }

  .description__bg {
    top: 20%;
  }

  .description__bg-2 {
    display: block;
    top: 40%;
  }

  .description__portfolio {
    padding: 16px 0px 10px 0px;
  }

  .top-description__content {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .top-description__image-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .top-description__image-2 {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    width: 60%;
    height: 100%;
    margin: 0px 0px 28px 0px;
  }

  .top-description__image-3 {
    position: relative;
    margin: 0px 58px 35px 0px;
    width: calc(100% - 58px);
    height: 100%;
    right: auto;
    left: 0;
  }

  .top-description__body {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .top-description__titles {
    padding: 0px 0px 30px 0px;
  }

  .top-description__title {
    font-size: 32px;
  }

  .top-description__title span {
    font-size: 68px;
  }

  .center-description__titles {
    padding: 20px 0px 35px 0px;
  }

  .center-description__title {
    font-size: 28px;
    line-height: 114%;
    margin: 0px 0px 10px 0px;
  }

  .center-description__subtitle {
    font-size: 17px;
    line-height: 124%;
  }

  .center-description__item {
    padding: 23px 0px 35px 0px;
  }

  .center-description__item p {
    font-size: 17px;
    line-height: 124%;
  }

  .center-description__name {
    font-size: 19px;
    line-height: 118%;
    margin: 0px 0px 10px 0px;
  }

  .portfolio-description__titles {
    margin: 0px 0px 20px 0px;
  }

  .portfolio-description__title {
    font-size: 32px;
    line-height: 119%;
  }

  .portfolio-description__title span {
    margin: 0px 0px 0px 0px;
  }

  .portfolio-description__images-1 {
    margin: 0px 0px 16px 0px;
  }

  .portfolio-description__image-1 {
    margin: 0px 0px 16px 0px;
    min-height: 211px;
  }

  .portfolio-description__image-2 {
    height: 100%;
    min-height: 427px;
    width: 100%;
  }

  .portfolio-description__image-3 {
    height: 100%;
    min-height: 412px;
    width: 100%;
    margin: 0px 0px 16px 0px;
  }

  .portfolio-description__image-4 {
    margin: 0px 0px 16px 0px;
    min-height: 200px;
  }

  .portfolio-description__image-5 {
    width: 100%;
    min-height: 412px;
    margin: 0px 0px 16px 0px;
  }

  .portfolio-description__image-6 {
    min-height: 334px;
    height: 100%;
  }

  .premium-room-block__left {
    padding: 60px 0px;
  }

  .premium-room-block__title {
    font-size: 31px;
  }

  .premium-room-block__title span {
    font-size: 53px;
    line-height: 80%;
  }

  .premium-room-block__image {
    width: 300px;
    height: 294px;
  }

  .premium-room-block__frame {
    width: 300px;
    height: 294px;
  }

  .premium-room-block__right {
    min-height: 450px;
  }

  .premium-room-block__right p {
    font-size: 34px;
    line-height: 118%;
  }

  .feature-block__left {
    padding: 60px 0px;
  }

  .feature-block__title {
    font-size: 31px;
  }

  .feature-block__title span {
    font-size: 53px;
    line-height: 80%;
  }

  .feature-block__image {
    width: 300px;
    height: 294px;
  }

  .feature-block__frame {
    width: 300px;
    height: 294px;
  }

  .feature-block__right {
    min-height: 450px;
  }

  .feature-block__right p {
    font-size: 34px;
    line-height: 118%;
  }
}

@media (max-width: 767px) and (max-width: 600px) {
  .forms-main-section__title .gold-title span {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .bottom-footer__column {
    font-size: 16px;
    line-height: 137%;
  }

  .top-section__image-1 {
    height: 400px;
  }

  .top-section__image-2 {
    height: 433px;
  }
}

@media (max-width: 375px) {
  .header._header-scroll .header__logo img {
    width: 150px;
  }

  .header._header-scroll .header__logo-text::before {
    margin: 2px 10px 2px 0px;
  }

  .header._header-scroll .header__logo-text {
    font-size: 10px;
  }

  .menu-open .header .header__logo img {
    width: 150px;
  }

  .menu-open .header .header__logo-text::before {
    margin: 2px 10px 2px 0px;
  }

  .menu-open .header .header__logo-text {
    font-size: 10px;
  }

  .header__logo img {
    width: 150px;
  }

  .header__logo-text {
    font-size: 10px;
  }

  .menu__body {
    top: 71px;
  }

  .banner__content .h1 {
    font-size: 30px;
  }

  .banner__content .h2 {
    font-size: 36px;
  }

  .hero__image {
    width: 250px;
    height: 250px;
  }

  .hero__frame {
    width: 250px;
    height: 250px;
  }

  .top-description__title br {
    display: none;
  }

  .premium-room-block__title {
    font-size: 25px;
  }

  .premium-room-block__title span {
    font-size: 45px;
  }

  .premium-room-block__image {
    width: 250px;
    height: 250px;
  }

  .premium-room-block__frame {
    width: 250px;
    height: 250px;
  }

  .feature-block__title {
    font-size: 25px;
  }

  .feature-block__title span {
    font-size: 45px;
  }

  .feature-block__image {
    width: 250px;
    height: 250px;
  }

  .feature-block__frame {
    width: 250px;
    height: 250px;
  }
}