@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200px;
    padding: 0 35px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

/* Указываем 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;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #956D49;
  background: #121315;
}

/* Удаляем стандартную стилизацию для всех 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;
}

.header {
  padding: 8.5px 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #121315;
}

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

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 360px) {
  .logo {
    margin-right: 15px;
  }
}
.logo img {
  max-width: 284px;
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 150px;
  }
}

.top__menu {
  margin-right: 49px;
}
.top__menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__menu .menu .menu-item {
  margin-right: 29px;
}
.top__menu .menu .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.top__menu .menu .menu-item a {
  text-decoration: none;
  letter-spacing: 0.04em;
  color: #BD8F5F;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.top__menu .menu .menu-item a:hover {
  opacity: 0.6;
}

.lang {
  margin-right: 44px !important;
  display: block;
}
@media screen and (max-width: 1024px) {
  .lang {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
}

.whatsup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  margin-right: 44px;
}
.whatsup:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .whatsup {
    margin-right: 0;
  }
}

.telephone {
  margin-right: 44px;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
@media screen and (max-width: 1024px) {
  .telephone {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.telephone:hover {
  opacity: 0.6;
}

.button1 {
  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 #EEB765;
  border-radius: 6px;
  padding: 15px 35px;
  text-transform: uppercase;
  color: #BD8F5F;
  letter-spacing: 0.04em;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.button1:hover {
  opacity: 0.6;
}
.button1::before {
  content: "";
  min-width: 22px;
  min-height: 22px;
  background: url("../img/calendar.svg") no-repeat;
  display: block;
  margin-right: 11.5px;
}

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

.current__lang {
  font-weight: 400;
  font-size: 14px;
  color: #BD8F5F;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.current__lang img {
  margin-left: 8px;
}

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

.lang__hover {
  border: 1px solid #BD8F5F;
  border-radius: 4px;
  background: #121315;
  -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: #BD8F5F;
  padding: 5px 10px;
  font-weight: 400;
}

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

.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;
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .burger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .burger__button {
    margin-left: 15px;
  }
}

.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: 30px;
  height: 30px;
  position: relative;
}
.burger span {
  width: 30px;
  height: 1px;
  margin-bottom: 4px;
  background: #BD8F5F;
  display: block;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.burger span:nth-last-child(1) {
  margin-bottom: 0;
}
.burger__opened span {
  position: absolute;
  margin-bottom: 0;
}
.burger__opened span:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 30px;
  position: relative;
  right: 4px;
  color: #BD8F5F;
  background: #BD8F5F;
  opacity: 1;
}
.burger__opened span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.burger__opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.body__opened {
  overflow: hidden;
}

.back {
  background: rgba(0, 0, 0, 0.7);
  /* backdrop-filter: blur(16.7px); */
  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;
}

.back__opened {
  opacity: 1;
  visibility: visible;
}

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

.mobile {
  position: fixed;
  top: 82.48px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.mobile .top__menu .menu {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mobile .top__menu .menu .menu-item {
  margin-right: 0;
  margin-bottom: 10px;
}
.mobile .top__menu .menu .menu-item a {
  font-size: 20px;
  display: block;
}
.mobile .top__menu .menu .menu-item-has-children a::after {
  display: none;
}
.mobile .top__menu .menu .menu-item-has-children .sub-menu {
  display: block;
  position: relative;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .mobile {
    width: 100%;
    overflow-y: scroll;
  }
}

.mob {
  background: #161616;
  padding: 15px;
  border-radius: 12px;
}

.mobile__menu .top__menu {
  margin-right: 0;
}
.mobile__menu .menu {
  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;
  text-align: center;
}
.mobile__menu .menu .menu-item {
  width: 100%;
}

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

.section1 {
  margin-top: 120px;
}

.swiper1 {
  border-radius: 0px;
}

.swiper__main {
  position: relative;
}

.swiper-button-prev1 {
  width: 54px;
  height: 54px;
  background: #121315;
  border-radius: 100px;
  border: 1px solid #A98055;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -27px;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.swiper-button-prev1:hover {
  opacity: 0.6;
}
.swiper-button-prev1::before {
  content: "";
  min-width: 11px;
  min-height: 18px;
  background: url("../img/arrow__left.svg") no-repeat;
  display: block;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev1 {
    left: 10px;
    width: 35px;
    height: 35px;
  }
}

.swiper-button-next1 {
  width: 54px;
  height: 54px;
  background: #121315;
  border-radius: 100px;
  border: 1px solid #A98055;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -27px;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.swiper-button-next1:hover {
  opacity: 0.6;
}
.swiper-button-next1::before {
  content: "";
  min-width: 11px;
  min-height: 18px;
  background: url("../img/arrow__right.svg") no-repeat;
  display: block;
}
@media screen and (max-width: 1200px) {
  .swiper-button-next1 {
    right: 10px;
    width: 35px;
    height: 35px;
  }
}

.section2 {
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .section2 {
    margin-top: 35px;
  }
}

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

.section__title {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section__title {
    width: 100%;
    text-align: center;
  }
}

.section__text {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .section__text {
    width: 100%;
    text-align: center !important;
  }
}

.section__title {
  font-size: 54px;
  font-family: "Cinzel";
  font-weight: 400;
  color: #A98055;
  text-transform: uppercase;
  text-shadow: 0px 4px 21.3px #000000;
}
@media screen and (max-width: 1024px) {
  .section__title {
    font-size: 34px;
  }
}

.section__text {
  font-size: 18px;
  line-height: 22px;
  color: rgba(169, 128, 85, 0.6980392157);
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .section__text {
    text-align: left;
    font-size: 16px;
  }
}

.services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 22px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}

.service__item {
  position: relative;
}
.service__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 19, 21, 0)), to(rgba(18, 19, 21, 0.66)));
  background: linear-gradient(180deg, rgba(18, 19, 21, 0) 0%, rgba(18, 19, 21, 0.66) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

.service__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .service__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.service__ico {
  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;
  min-width: 69px;
  min-height: 69px;
  width: 69px;
  height: 69px;
  border: 1px solid #A98055;
  background: rgba(18, 19, 21, 0.5490196078);
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .service__ico {
    min-width: 49px;
    min-height: 49px;
    width: 49px;
    height: 49px;
    margin-bottom: 10px;
  }
  .service__ico img {
    width: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.service__title {
  margin-bottom: 8px;
  font-family: "Cinzel";
  font-size: 20px;
  font-weight: 700;
  color: #CD9A65;
}

.service__txt {
  font-size: 15px;
  color: #CD9A65;
}
.o__line1 {
  margin-bottom: 70px;
}

.o__line2 {
  margin-top: 70px;
}

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

.options__item {
  padding: 0 40px;
  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;
  border-right: 1px solid rgba(255, 255, 255, 0.1098039216);
}
.options__item:nth-last-child(1) {
  border-right: none;
}
@media screen and (max-width: 1024px) {
  .options__item {
    padding: 0 15px;
    border: none;
  }
}

.option__ico {
  margin-bottom: 24px;
}

.option__title {
  font-size: 18px;
  font-family: "Cinzel";
  font-weight: 700;
  color: #A98055;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
}

.option__line {
  margin-bottom: 17px;
}

.option__txt {
  text-align: center;
  font-size: 15px;
  color: rgba(169, 128, 85, 0.6);
}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dest .section2__header {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dest .section__title {
  text-align: center;
}
.dest .section__text {
  text-align: center;
}
.dest .section__text p {
  margin-bottom: 20px;
}
.dest .section__text p:nth-last-child(1) {
  margin-bottom: 0;
}

.section3 {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .section3 {
    margin-top: 40px;
  }
}

.section3__title {
  font-family: "Cinzel";
  font-size: 54px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #A98055;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .section3__title {
    font-size: 34px;
  }
}

.section3__text {
  font-size: 18px;
  text-align: center;
  color: rgba(169, 128, 85, 0.6980392157);
}
@media screen and (max-width: 1024px) {
  .section3__text {
    font-size: 16px;
  }
}

.seo__text {
  margin-top: 44px;
  color: #A98055;
}
.seo__text p {
  margin-bottom: 30px;
  text-align: center;
}
.seo__text p:nth-last-child(1) {
  margin-bottom: 0;
  text-decoration: underline;
  color: rgba(169, 128, 85, 0.6980392157);
}
@media screen and (max-width: 1024px) {
  .seo__text {
    margin-top: 30px;
  }
}

.form__block {
  margin-top: 50px;
  border: 1px solid #EEB765;
  background: #0D0E10;
  padding: 80px 95px;
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .form__block {
    padding: 30px 15px;
    max-width: 100%;
  }
}

.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;
}
@media screen and (max-width: 1024px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.left {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .left {
    width: 100%;
  }
}

.right {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .right {
    width: 100%;
  }
}

.form__input {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden !important;
}
.form__input label {
  display: block;
  font-family: "Inter";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #A98055;
  margin-bottom: 5px;
}
.form__input input {
  border-radius: 4px;
  border: 1px solid rgba(223, 223, 223, 0.1490196078);
  outline: none;
  background: transparent;
  padding: 13px 18px;
  width: 100% !important;
  max-width: 100% !important;
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #A98055;
  padding-left: 44px;
  max-height: 47px !important;
  height: 47px !important;
  text-align: left !important;
}
.form__input input::-webkit-input-placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #A98055;
}
.form__input input::-moz-placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #A98055;
}
.form__input input:-ms-input-placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #A98055;
}
.form__input input::-ms-input-placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #A98055;
}
.form__input input::placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #A98055;
}
.form__input select {
  border-radius: 4px;
  border: 1px solid rgba(223, 223, 223, 0.1490196078);
  outline: none;
  background: transparent;
  padding: 13px 18px;
  width: 100%;
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #A98055;
  padding-left: 44px;
  min-height: 47px;
  text-align: left !important;
}
.form__input select option {
  background: #121315;
}
.form__input select::-webkit-input-placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.form__input select::-moz-placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.form__input select:-ms-input-placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.form__input select::-ms-input-placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.form__input select::placeholder {
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.form__input select {
  appearance: none; /* сучасні браузери */
  -webkit-appearance: none; /* Safari / Chrome */
  -moz-appearance: none; /* Firefox */
  background: none; /* прибрати фон зі стрілкою */
}
.form__input {
  /* для IE (якщо раптом треба) */
}
.form__input select::-ms-expand {
  display: none;
}

.f1 {
  background: url("../img/f1.svg") no-repeat 19px center !important;
}

.f2 {
  background: url("../img/f2.svg") no-repeat 19px center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 47px !important;
  max-height: 47px !important;
}

.f3 {
  background: url("../img/f3.svg") no-repeat 19px center !important;
}

.f4 {
  background: url("../img/f4.svg") no-repeat 19px center !important;
}

.f5 {
  background: url("../img/f5.svg") no-repeat 19px center !important;
}

.f6 {
  background: url("../img/f6.svg") no-repeat 19px center !important;
}

.f7 {
  background: url("../img/f7.svg") no-repeat 19px center !important;
}

.f8 {
  background: url("../img/f8.svg") no-repeat 19px center !important;
}

.f10 {
  background: url("../img/f10.svg") no-repeat 19px center !important;
}

.button3 {
  border-radius: 6px;
  background: #956D49;
  border: 1px solid #EEB765;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 20px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.button3:hover {
  opacity: 0.6;
}
.button3::before {
  content: "";
  min-width: 22px;
  min-height: 22px;
  background: url("../img/form__button.svg") no-repeat;
  margin-right: 11.5px;
}

.hidden {
  display: none;
}

.vis {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12.5px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12.5px;
}
.vis img {
  max-width: 124px;
}

.v1 {
  border-radius: 4px;
  border: 1px solid rgba(223, 223, 223, 0.1490196078);
  height: 109px;
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.v1 img {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.v1 .v__content {
  position: absolute;
  right: 10px;
  top: 10px;
}

.v2 {
  border-radius: 4px;
  border: 1px solid rgba(223, 223, 223, 0.1490196078);
  height: 109px;
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
.v2 img {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.v2 .v__content {
  position: absolute;
  right: 10px;
  top: 10px;
}

.v__txt1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  color: #A98055;
  text-align: right;
}

.v__txt2 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  color: #A98055;
}

.v__active {
  border: 1px solid #A98055;
}

.f__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .f__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.f__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f__icon {
  min-width: 60px;
  min-height: 60px;
  border: 1px solid #A98055;
  background: #0D0E10;
  border-radius: 100px;
  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;
  margin-right: 10px;
}

.f__title {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
  text-transform: uppercase;
  color: #A98055;
}

.f__text {
  font-size: 14px;
  font-family: "Inter";
  color: #A98055;
}

.flatpickr-input {
  width: 100% !important;
  max-width: 100% !important;
  height: 47px !important;
  max-height: 47px !important;
}

.form-control {
  width: 100% !important;
  max-width: 100% !important;
  height: 47px !important;
  max-height: 47px !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.section4 {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .section4 {
    margin-top: 60px;
  }
}

.s4__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 24px 2.5fr;
  grid-template-columns: 1.5fr 2.5fr;
  grid-column-gap: 24px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .s4__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.ques__title {
  text-align: left;
}

.ques__txt {
  text-align: left;
  margin-bottom: 30px;
}

.question__item {
  border: 1px solid #343434;
  padding: 30px;
  padding-left: 50px;
  margin-bottom: 12px;
  cursor: pointer;
}
.question__item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .question__item {
    padding-left: 15px;
    padding: 15px;
  }
}

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

.question__title {
  font-family: "Cinzel";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #A98055;
}

.question__arrow {
  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;
}
.question__arrow::before {
  content: "+";
  display: block;
  font-weight: 300;
  font-size: 44px;
  color: rgba(255, 255, 255, 0.368627451);
  line-height: 100%;
}

.question__hidden {
  font-size: 15px;
  color: rgba(169, 128, 85, 0.4901960784);
}

.active2 {
  border: 1px solid #EEB765;
}
.active2 .question__arrow::before {
  content: "-";
  display: block;
  font-weight: 300;
  font-size: 44px;
  color: rgba(255, 255, 255, 0.368627451);
  line-height: 100%;
}

.s4__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.room1 {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  .room1__img {
    display: none;
  }
}
.room2__img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .room2__img {
    display: block;
  }
}

.room2 {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .room2 {
    margin-top: 40px;
  }
}

.room__title {
  font-size: 54px;
  font-family: "Cinzel";
  text-transform: uppercase;
  color: #A98055;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .room__title {
    font-size: 34px;
  }
}

.room__text {
  font-size: 18px;
  text-align: center;
  color: rgba(169, 128, 85, 0.6980392157);
  margin-bottom: 40px;
}

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

.item {
  border: 1px solid #A98055;
  padding: 6px;
}

.item__img {
  position: relative;
}

.main__img__item {
  height: 368px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .main__img__item {
    height: auto;
  }
}

.item__gallery {
  display: none;
}

.lupa {
  width: 45px;
  height: 45px;
  background: #956D49;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  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;
  cursor: pointer;
}

.item__content {
  padding: 20px;
}

.item__title {
  margin-bottom: 20px;
  font-family: "Cinzel";
  font-size: 41px;
  color: #A98055;
  text-transform: uppercase;
}
.item__title span {
  color: #A98055;
}

.item__text {
  font-size: 15px;
  margin-bottom: 30px;
  color: #956D49;
}

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

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

.item__ico {
  margin-right: 10px;
}
.item__ico img {
  min-width: 26px;
  min-height: 26px;
}

.item__option__text {
  font-size: 14px;
  color: #956D49;
  font-weight: 600;
}

.wpcf7-response-output {
  color: #956D49;
}

.item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .item__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: flex-start;
  }
}

.item__price {
  font-family: "Cinzel";
  font-weight: 700;
  font-size: 37px;
  color: #A98055;
}
.item__price span {
  font-size: 25px;
  font-weight: 400;
}

.bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__pdf {
  margin-right: 20px;
}

.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;
  border-radius: 6px;
  border: 1px solid #956D49;
  background: #956D49;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  padding: 19px 30px;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.button2:hover {
  opacity: 0.6;
}

.footer {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 60px;
  }
}

.email__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.email__block::before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: url("../img/mail.svg") no-repeat;
  display: block;
  margin-right: 18px;
}

.contact {
  display: block;
  text-decoration: none;
  color: rgba(169, 128, 85, 0.6705882353);
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
  width: 100%;
}
.contact:hover {
  color: #A98055;
}

.telephone__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.telephone__block::before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: url("../img/tel.svg") no-repeat;
  display: block;
  margin-right: 18px;
}

.adress__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.adress__block a {
  text-decoration: none;
  color: rgba(169, 128, 85, 0.6705882353);
}
.adress__block::before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: url("../img/adress.svg") no-repeat;
  display: block;
  margin-right: 18px;
}

.adress {
  color: rgba(169, 128, 85, 0.6705882353);
}

.footer__bottom {
  margin-top: 80px;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    margin-top: 40px;
  }
}

.footer__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) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.footer__block {
  font-size: 12px;
  color: #A98055;
  margin-right: 40px;
}
.footer__block a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4509803922);
}
.footer__block:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .footer__block {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.link {
  font-size: 14px;
  color: #A98055;
  text-decoration: none;
  -webkit-transition: 0.6s ease 0s;
  transition: 0.6s ease 0s;
}
.link:hover {
  color: #A98055;
}

#dialog-content {
  background: #0D0E10;
}

.content {
  margin-top: 120px;
}
.content p {
  margin-bottom: 30px;
}
.content p:nth-last-child(1) {
  margin-bottom: 0;
}
.content h1, .content h2, .content h3, .content h4 {
  margin-bottom: 30px;
}

@-webkit-keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 21px #ffffff;
            box-shadow: 0px 0px 21px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

@keyframes pulseShadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-box-shadow: 0px 0px 21px #ffffff;
            box-shadow: 0px 0px 21px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
            box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  }
}