@charset "UTF-8";
@font-face {
  font-family: "TTFirsNeue-Light";
  src: url("../fonts/TTFirsNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Regular";
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-ExtraLight";
  src: url("../fonts/TTFirsNeue-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-DemiBold";
  src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Bold";
  src: url("../fonts/TTFirsNeue-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-ExtraBold";
  src: url("../fonts/TTFirsNeue-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Medium";
  src: url("../fonts/TTFirsNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Thin";
  src: url("../fonts/TTFirsNeue-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "TTFirsNeue-Black";
  src: url("../fonts/TTFirsNeue-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1320px) {
  .container {
    padding: 0 15px;
  }
}

.section {
  margin-top: 122px;
}
@media screen and (max-width: 1024px) {
  .section {
    margin-top: 102px;
  }
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Inter";
  color: #fff;
  background: #4B5669;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

.logged-in .header {
  top: 32px;
}
.logged-in .mobile__menu {
  top: 32px;
}

.header {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__row {
  background: #01204A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__menu .menu .menu-item {
  margin-right: 50px;
}
.top__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.top__menu .menu .menu-item a {
  font-family: "TTFirsNeue-Medium";
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.top__menu .menu .menu-item a:hover {
  color: #D4AA4F;
}

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

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TTFirsNeue-Medium";
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-right: 50px;
}
@media screen and (max-width: 1320px) {
  .header__link {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .header__link span {
    display: none;
  }
}
.header__link img {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .header__link img {
    margin-right: 0;
  }
}
.header__link:hover {
  color: #D4AA4F;
}

.button {
  font-family: "TTFirsNeue-Medium";
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  padding: 16px 24px;
}
.button:hover {
  background: #D4AA4F;
  border: 1px solid #D4AA4F;
}

.lang {
  margin-right: 50px !important;
}
@media screen and (max-width: 1320px) {
  .lang {
    margin-right: 25px !important;
  }
}

.lang__arrow {
  margin-left: 6px;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
}

.current__lang {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.lang__hover {
  background: #e5f3ff;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
}
.lang__hover li a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  font-weight: bold;
}

.opened {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .logo img {
    width: 120px;
  }
}

.burger__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger__name {
  font-size: 17px;
  color: #fff;
  line-height: 100%;
  margin-right: 11px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .burger__name {
    font-size: 14px;
  }
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 22px;
  height: 22px;
  position: relative;
}
.burger span {
  width: 22px;
  height: 2px;
  margin-bottom: 4px;
  background: #fff;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.burger span:nth-last-child(1) {
  margin-bottom: 0;
}
.burger span:nth-child(1) {
  width: 15px;
}
.burger__opened span {
  position: absolute;
  margin-bottom: 0;
}
.burger__opened span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 22px;
}
.burger__opened span:nth-child(2) {
  opacity: 0;
}
.burger__opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.body__opened {
  overflow: hidden;
}

.mobile__menu {
  position: fixed;
  top: 90px;
  right: 0;
  width: 50%;
  height: 100vh;
  z-index: 99;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.mobile__menu .burger__button {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .mobile__menu {
    width: 100%;
    overflow-y: scroll;
  }
}

.mobile__row {
  background: #01204A;
  padding: 15px;
}
.mobile__row .top__menu .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile__row .top__menu .menu .menu-item {
  margin-right: 0;
  margin-bottom: 15px;
}

.mobile__menu__opened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.back {
  background: rgba(18, 18, 18, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.body__opened .back {
  opacity: 1;
  visibility: visible;
}

.section1 {
  margin-bottom: 54px;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section1 {
    height: auto;
  }
}

.section1__block {
  position: relative;
  overflow: hidden;
}
.section1__block video {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section1__block video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section1__img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section1__img {
    margin-bottom: 20px;
  }
}

.section1__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 20px;
  padding-top: 50px;
  background: rgba(1, 32, 74, 0.46);
  -webkit-backdrop-filter: blur(13.9px);
          backdrop-filter: blur(13.9px);
  max-width: 465px;
}
@media screen and (max-width: 1024px) {
  .section1__content {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }
}

.section1__txt1 {
  font-size: 14.5px;
  font-family: "Inter";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section1__txt2 {
  font-size: 36.4px;
  line-height: 40.3px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .section1__txt2 {
    font-size: 24.4px;
    line-height: 30.3px;
  }
}

.button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #D4AA4F;
  color: #fff;
  text-decoration: none;
  font-family: "TTFirsNeue-Medium";
  font-size: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 37px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  border: 1px solid #D4AA4F;
}
.button2:hover {
  border: 1px solid #D4AA4F;
  background: transparent;
}
.button2::after {
  content: "";
  width: 11px;
  height: 14px;
  display: block;
  background: url("../img/button__right.svg");
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .button2 {
    width: 100%;
    padding: 15px 20px;
  }
}

.section2 {
  padding: 84px 0;
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section2 {
    padding: 30px 0;
    height: 100%;
  }
}

.video__section2 {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .video__section2 {
    height: auto;
  }
}

.section2__block {
  background: rgba(1, 32, 74, 0.46);
  -webkit-backdrop-filter: blur(13.9px);
          backdrop-filter: blur(13.9px);
  padding: 45px 90px;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section2__block {
    padding: 20px 15px;
  }
}

.section2__title {
  font-size: 36.4px;
  line-height: 40.3px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section2__title {
    font-size: 24.4px;
    line-height: 30.3px;
  }
}

.section2__txt {
  font-size: 14.5px;
  font-family: "Inter";
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.section2__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section3 {
  height: 120px;
}

.section3 {
  background: #fff;
  color: #000;
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .section3 {
    padding: 30px 0;
  }
}

.section3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .section3__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section3__left {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .section3__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.section3__right {
  width: 40%;
}
.section3__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section3__right {
    width: 100%;
  }
}

.section3__txt1 {
  font-family: "Inter";
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #D4AA4F;
  margin-bottom: 20px;
}

.section3__txt2 {
  font-size: 36px;
  font-family: "TTFirsNeue-Medium";
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .section3__txt2 {
    font-size: 24.4px;
  }
}

.section3__txt3 {
  font-family: "Inter";
  font-size: 17px;
  line-height: 27px;
  color: #1D1A1A;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .section3__txt3 {
    margin-bottom: 30px;
  }
}

.adv__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 600px) {
  .adv__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}

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

.adv__item__ico {
  margin-right: 16px;
}
.adv__item__ico img {
  min-width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

.adv__item__title {
  font-family: "TTFirsNeue-DemiBold";
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #222;
  margin-bottom: 14px;
}

.adv__item__txt {
  font-family: "Inter";
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
  color: rgba(29, 26, 26, 0.79);
}

#details {
  height: 110px;
}

.section__objects {
  background: #424F65;
  padding: 120px 0;
  padding-bottom: 260px;
}
@media screen and (max-width: 1024px) {
  .section__objects {
    padding: 30px 0;
  }
}
.section__objects .section3__txt3 {
  color: #fff;
}

.objects__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 200px;
}
@media screen and (max-width: 1024px) {
  .objects__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}

.object {
  position: relative;
}

.object__stiker {
  background: #01204A;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 45px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .object__stiker {
    top: 20px;
    left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .object__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.object__block {
  background: rgba(1, 32, 74, 0.46);
  -webkit-backdrop-filter: blur(13.9px);
          backdrop-filter: blur(13.9px);
  padding: 30px 45px;
  position: absolute;
  bottom: -135px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .object__block {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    padding: 20px 15px;
  }
}

.object__title {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "TTFirsNeue-DemiBold";
}

.object__adress {
  margin-bottom: 20px;
}

.object__opis {
  margin-bottom: 30px;
}

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

.object__price {
  font-size: 25px;
}

.single__section1 {
  padding-bottom: 60px;
}

.arrow__back {
  margin-bottom: 30px;
}

.single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .single__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single__left {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .single__left {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single__right {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .single__right {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.block__title {
  font-size: 36.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .block__title {
    font-size: 24.4px;
  }
}

.block__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter";
  font-size: 15px;
}
.block__adress img {
  margin-right: 9px;
}

.block__opis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .block__opis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.opis__item {
  font-family: "Jost";
  font-size: 17px;
  margin-right: 30px;
  letter-spacing: 0.01em;
}
.opis__item:nth-last-child(1) {
  margin-right: 0;
}

.block__line {
  width: 1px;
  height: 30px;
  background: rgba(250, 250, 250, 0.14);
  margin: 0 40px;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 1024px) {
  .block__line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    top: 0;
  }
}

.button3 {
  height: 60px;
}
.button3::after {
  display: none;
}

.swiper-button-prev {
  left: -13.5px;
  z-index: 100;
  top: calc(50% - 48px + 27px);
}

.swiper-button-next {
  right: -13.5px;
  top: calc(50% - 48px + 27px);
}

.slider {
  position: relative;
}

.swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0 !important;
  left: 0;
  right: 0;
  margin-top: 24px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #CED7DA;
}

.swiper-pagination-bullet-active {
  background: #D4AA4F;
}

.section__description {
  background: #424F65;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .section__description {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.d__title {
  font-family: "TTFirsNeue-Medium";
  font-size: 36.4px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .d__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.add__option {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .add__option {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.option {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.option__name {
  font-family: "Jost";
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.01em;
  margin-right: 20px;
}

.option__txt {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 200;
}

.desc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .desc__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.desc__left {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .desc__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.desc__right {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .desc__right {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.d__desc {
  font-family: "Jost";
  font-weight: 300;
  font-size: 17px;
  color: #fff;
}
.d__desc p {
  margin-bottom: 30px;
}
.d__desc p:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .map iframe {
    width: 100%;
    height: 300px;
  }
}

.view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.page-template-page-object .section1 {
  margin-bottom: 0;
}

.obj__plan {
  margin-bottom: 50px;
}

.obg__map {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .obg__map iframe {
    height: 300px;
  }
}

.obj__photos {
  margin-bottom: 80px;
}

.obj__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

.obj__item img {
  height: 430px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .obj__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.objects__content {
  margin-bottom: 100px;
}
.objects__content .section3__txt3 {
  margin-bottom: 50px;
  color: #fff;
}

.section3__txt4 {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 300;
  color: rgba(250, 250, 250, 0.79);
}
.section3__txt4 p {
  margin-bottom: 30px;
}
.section3__txt4 p:nth-last-child(1) {
  margin-bottom: 0;
}

.objects__content2 {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .objects__content2 {
    margin-top: 0px;
  }
}

.page__content h1 {
  margin-bottom: 30px;
}
.page__content h2 {
  margin-bottom: 30px;
}
.page__content h3 {
  margin-bottom: 30px;
}
.page__content h4 {
  margin-bottom: 30px;
}
.page__content p {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  color: rgba(250, 250, 250, 0.79);
}

.section__contacts {
  background: #4B5669;
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .section__contacts {
    padding-bottom: 50px;
  }
}

#contacts {
  height: 108px;
  background: #4B5669;
}
@media screen and (max-width: 1024px) {
  #contacts {
    height: 88px;
  }
}
@media screen and (max-width: 600px) {
  #contacts {
    height: 88px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.left {
  width: 25%;
}
@media screen and (max-width: 1400px) {
  .left {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .left {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .left {
    width: 100%;
  }
}

.right {
  width: 70%;
}
@media screen and (max-width: 1400px) {
  .right {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .right {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .right {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .contacts__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 1024px) {
  .contacts__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}

.contacts__left__title {
  color: #D4AA4F;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .contacts__left__title {
    margin-bottom: 30px;
  }
}

.contacts__block {
  padding: 30px 20px;
  background: #01204A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 15px;
}
.contacts__block:nth-last-child(1) {
  margin-bottom: 0;
}

.left__contacts .block__img {
  margin-right: 27px;
  margin-bottom: 0;
}
.left__contacts .block__img img {
  min-width: 50px;
  min-height: 50px;
}

.footer__contacts .block__img {
  margin-right: 27px;
  margin-bottom: 0;
}
.footer__contacts .block__img img {
  min-width: 50px;
  min-height: 50px;
}

.form__title {
  margin-bottom: 80px;
  font-family: "TTFirsNeue-Medium";
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .form__title {
    font-size: 24.4px;
  }
}

.title {
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
  color: #1D1A1A;
  text-transform: uppercase;
}
.title span {
  font-weight: 900;
}
@media screen and (max-width: 1400px) {
  .title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media screen and (max-width: 600px) {
  .title {
    font-size: 25px;
    line-height: 32px;
  }
}

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

.form__input {
  width: 45%;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .form__input {
    width: 100%;
  }
}
.form__input input {
  border: none;
  outline: none;
  border-radius: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.66);
  padding-bottom: 18px;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input input::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input input::-moz-placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input input:-ms-input-placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input input::-ms-input-placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input input::placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input textarea {
  width: 100%;
  border: 1px solid rgba(250, 250, 250, 0.66);
  padding: 24px 44px;
  background: transparent;
  border-radius: none;
  outline: none;
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input textarea::-moz-placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input textarea:-ms-input-placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input textarea::-ms-input-placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input textarea::placeholder {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.66);
}
.form__input:nth-child(5) {
  width: 100%;
}

.form__button {
  width: 100%;
}
.form__button .button2 {
  cursor: pointer;
}

.footer {
  background: #01204A;
  padding: 15px 0;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .footer__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer__right {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer__right {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__link {
  font-family: "TTFirsNeue-Light";
  color: #fff;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}