/* Cezar shift 5
Kncnsl fs ninty
 */
.left__columns .left__col {
  display: flex;
  flex: unset;
  width: 80%;
  flex-wrap: wrap;
}
.left__columns .left__col label {
  width: 33.333%;
  padding: 10px 0;
  margin: 0;
}
.left__columns form button {
  margin-left: auto;
}

.amenities {
  position: fixed;
  left: -200%;
  top: 0;
  width: 100%;
  z-index: 11;
  height: 100vh;
  overflow: auto;
  transition: all 0.4s ease;
}
.amenities.open {
  left: 0;
}
.amenities .amenities__head i {
  cursor: pointer;
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  opacity: 0;
  transition: all 0.39s ease;
}
.overlay.open {
  z-index: 10;
  opacity: 1;
}

.hoousen[data-target=popup_gallery] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease;
  opacity: 0;
}
.hoousen[data-target=popup_gallery].open {
  z-index: 11;
  opacity: 1;
}

.book {
  padding: 150px 0 100px;
}
.book input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
  font-family: "Jakarta";
}
.book input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
  font-family: "Jakarta";
}
.book input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
  font-family: "Jakarta";
}
.book input:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
  font-family: "Jakarta";
}
.book .wrapper {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding: 135px 160px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}
.book .book__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.18;
  margin-bottom: 72px;
  margin-top: 4px;
}
.book .book-form {
  width: calc(100% - 574px);
}
.book .book-form form {
  display: flex;
  justify-content: space-between;
}
.book .book-form form > div {
  width: calc(50% - 64px);
  display: flex;
  flex-direction: column;
}
.book .book-form form > div .book-form__block:first-child {
  flex-grow: 1;
}
.book .book-form form > div .book-form__block:last-child {
  margin-bottom: 0;
}
.book .book-form form > div:last-child .book-form__block:last-child {
  text-align: center;
}
.book .book-form__block {
  margin-bottom: 62px;
}
.book .book-form__block .book-form__title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.book .book-form__block .book-form__field {
  margin-bottom: 16px;
}
.book .book-form__block .book-form__field:last-of-type {
  margin-bottom: 0;
}
.book .book-form__block .book-form__field label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #181b30;
}
.book .book-form__block .book-form__field input {
  display: block;
  width: 100%;
  font-family: "Jakarta";
  font-size: 14px;
  line-height: 1.29;
  padding: 13px 17px;
  border: solid 2px #181b30;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-top: 8px;
  color: #181b30;
}
.book .book-form__block .book-form__field input.invalid {
  border-color: red;
}
.book .book-form__block .book-form__field.tel .iti, .book .book-form__block .book-form__field.country .country-select {
  display: block;
}
.book .book-form__block .book-form__field.tel .iti input, .book .book-form__block .book-form__field.country .country-select input {
  padding-left: 42px;
}
.book .book-form__block .book-form__field.tel .hide {
  display: none;
}
.book .book-form__block .book-form__field.tel #error-msg {
  color: red;
  margin-top: 3px;
}
.book .book-form__block .book-form__field.tel #valid-msg {
  color: green;
  margin-top: 3px;
}
.book .book-form__block .book-form__field .book-form__cvc {
  max-width: 129px;
}
.book .book-form__block .book-form__info {
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px;
}
.book .book-form__block .book-form__back {
  font-size: 14px;
  font-weight: bold;
  color: #181b30;
  line-height: 1.29;
}
.book .book-form__block button[type=submit] {
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 14px 30px;
  border-radius: 8px;
  border: solid 2px #ff8700;
  color: #ff8700;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
}
.book .book-info {
  width: 100%;
  max-width: 448px;
}
.book .book-info__img {
  width: 100%;
  height: 240px;
  border-radius: 16px;
  margin-bottom: 32px;
}
.book .book-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.book .book-info__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
}
.book .book-info__checks {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.book .book-info__checks_item {
  width: calc(50% - 15px);
}
.book .book-info__checks_item div {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
}
.book .book-info__checks_item p {
  font-size: 14px;
  line-height: 1.29;
}
.book .book-info__price-list {
  margin-bottom: 8px;
}
.book .book-info__price-list li {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.book .book-info__price-list li span {
  font-size: 14px;
  line-height: 1.29;
}
.book .book-info__price-list li span:last-child {
  font-weight: bold;
}
.book .book-info__price-list li:first-child span {
  font-size: 20px;
  line-height: 1.2;
}
.book .book-info__price-list li:first-child span:last-child {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.18;
}
.book .book-info__price-list li:last-child {
  margin-bottom: 0;
}
.book .book-info__price-list li:last-child span {
  font-weight: bold;
}
.book .book-info__price-list li:last-child span:last-child {
  font-size: 26px;
  line-height: 1.23;
}
.book .book-info__policy {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #ff8700;
  text-decoration: none;
}

@media (max-width: 1800px) {
  .book .wrapper {
    padding: 70px 80px;
  }

  .book .book-form form > div {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1440px) {
  .book .wrapper {
    padding: 70px 45px;
  }

  .book .book-form {
    width: calc(100% - 498px);
  }

  .book .book-form form > div {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1200px) {
  .book .wrapper {
    padding: 30px 15px;
  }

  .book .book-form {
    width: calc(100% - 478px);
  }
}
@media (max-width: 992px) {
  .book {
    padding: 80px 0 80px;
  }
  .book .book-form {
    width: calc(100% - 438px);
  }
  .book .book-form form {
    flex-direction: column;
  }
  .book .book-form form > div {
    width: 100%;
  }
  .book .book-info {
    max-width: 400px;
    position: relative;
  }
  .book .book-info .book-info-wrap {
    position: sticky;
    top: 30px;
  }
  .book .book-info .book-info__img {
    height: 215px;
  }

  .book .book-form__block,
.book .book-form form > div .book-form__block:last-child {
    margin-bottom: 30px;
  }

  .book .book-form form > div:last-child .book-form__block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .book .wrapper {
    flex-direction: column;
  }

  .book .book-form {
    width: 100%;
  }

  .book .book-info {
    max-width: unset;
    order: -1;
    margin-bottom: 30px;
  }

  .book .book__title {
    margin-bottom: 15px;
  }
}
.iti__flag {
  background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.contact-us {
  padding-top: 96px;
  padding-right: 100px;
}
.contact-us input::-webkit-input-placeholder,
.contact-us textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
  font-family: "Jakarta";
  font-size: 16px;
  font-weight: bold;
}
.contact-us input::-moz-placeholder,
.contact-us textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
  font-family: "Jakarta";
  font-size: 16px;
  font-weight: bold;
}
.contact-us input:-ms-input-placeholder,
.contact-us textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
  font-family: "Jakarta";
  font-size: 16px;
  font-weight: bold;
}
.contact-us input:-moz-placeholder,
.contact-us textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
  font-family: "Jakarta";
  font-size: 16px;
  font-weight: bold;
}
.contact-us .wrapper {
  display: flex;
}
@media (min-width: 1200px) {
  .contact-us .wrapper {
    max-width: 1920px;
  }
}
.contact-us__image {
  margin-right: 126px;
  width: 786px;
  position: relative;
}
.contact-us__image img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 16px 0;
}
.contact-us__content {
  max-width: 878px;
  padding-top: 65px;
  padding-bottom: 56px;
}
.contact-us__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.18;
  margin-bottom: 31px;
}
.contact-us__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 65px;
}
.contact-us__form > button {
  appearance: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #181b30;
  padding: 14px 30px;
  border-radius: 8px;
  border: solid 2px #181b30;
  background-color: #fff;
}
.contact-us__field {
  width: calc(50% - 16px);
  margin-bottom: 14px;
}
.contact-us__field:last-of-type {
  width: 100%;
  margin-bottom: 32px;
}
.contact-us__field label {
  font-size: 14px;
  line-height: 1.29;
  color: #181b30;
}
.contact-us__field input, .contact-us__field textarea {
  display: block;
  width: 100%;
  border: solid 2px #b8b8b8;
  padding: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  color: #181b30;
  margin-top: 8px;
  border-radius: 8px;
  appearance: none;
}
.contact-us__field input:focus, .contact-us__field textarea:focus {
  border: solid 2px #181b30;
}
.contact-us__field textarea {
  resize: none;
  height: 256px;
}
.contact-us__contact {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.contact-us__contact p {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 33px;
}
.contact-us__contact a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #181b30;
  text-decoration: none;
  margin-bottom: 16px;
}
.contact-us__contact a:last-child {
  margin-bottom: 0;
}
.contact-us__contact a span {
  color: #ff8700;
  margin-right: 5px;
}
.contact-us__contact a.contact-us__check {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #181b30;
  padding: 14px 30px;
  border-radius: 8px;
  border: solid 2px #181b30;
  margin-right: 128px;
}

.contact-loc {
  padding: 128px 0;
}
.contact-loc .wrapper {
  display: flex;
}
.contact-loc__info {
  margin: 0 125px;
}
.contact-loc__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.18;
  margin: 64px 0 63px;
}
.contact-loc__text {
  margin-bottom: 24px;
}
.contact-loc__text:last-child {
  margin-bottom: 0;
}
.contact-loc__text p {
  font-size: 18px;
  line-height: 1.33;
  margin: 0;
}
.contact-loc__map {
  width: 878px;
  height: 416px;
}
.contact-loc__map #map {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1800px) {
  .contact-loc__info {
    margin: 0 50px;
  }
}
@media (max-width: 1440px) {
  .contact-loc__info {
    margin: 0;
    margin-right: 15px;
  }

  .contact-us__contact a.contact-us__check {
    margin-right: 50px;
  }

  .contact-loc__map {
    width: 800px;
  }

  .contact-loc__info {
    width: calc(100% - 815px);
  }
}
@media (max-width: 1200px) {
  .contact-us .wrapper {
    display: block;
  }

  .contact-us {
    padding-right: 0;
  }

  .contact-us__image {
    display: none;
  }

  .contact-us__content {
    width: 100%;
    margin: 0 auto;
  }

  .contact-loc__map {
    width: 560px;
  }

  .contact-loc__info {
    width: calc(100% - 575px);
  }
}
@media (max-width: 992px) {
  .contact-us__content {
    padding-top: 0;
  }

  .contact-loc__map {
    width: 450px;
  }

  .contact-loc__info {
    width: calc(100% - 465px);
  }
}
@media (max-width: 768px) {
  .contact-us__content {
    padding-bottom: 0;
  }

  .contact-loc {
    padding: 80px 0;
  }

  .contact-loc .wrapper {
    flex-direction: column;
  }

  .contact-loc__title {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .contact-loc__info, .contact-loc__map {
    width: 100%;
    margin: 0;
  }

  .contact-loc__info {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .contact-us {
    padding-top: 70px;
  }

  .contact-loc__map {
    height: 100vw;
  }

  .contact-us__contact {
    flex-wrap: wrap;
  }

  .contact-us__info {
    width: 100%;
  }

  .contact-us__contact a.contact-us__check {
    margin-right: 0;
    margin-top: 15px;
  }
}
.faq {
  padding-bottom: 64px;
}
@media (min-width: 1200px) {
  .faq .wrapper {
    max-width: 792px;
  }
}
.faq .faq__title-wrap {
  padding: 160px 0px 95px;
  background-color: #181b30;
  text-align: center;
}
.faq__title {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 17px;
}
.faq__text {
  font-size: 26px;
  line-height: 1.23;
  color: #fff;
  text-transform: capitalize;
}
.faq .faq__search {
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border-radius: 16px;
  margin-bottom: 31px;
  transform: translateY(-50%);
}
.faq .faq__search input {
  border: none;
  background: transparent;
  font-size: 16px;
  line-height: 1.25;
  padding: 22px 24px;
  flex-grow: 1;
}
.faq .faq__search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b8b8b8;
  font-family: "Jakarta";
}
.faq .faq__search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8;
  font-family: "Jakarta";
}
.faq .faq__search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b8b8b8;
  font-family: "Jakarta";
}
.faq .faq__search input:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8;
  font-family: "Jakarta";
}
.faq .faq__search span {
  border: none;
  background: transparent;
  padding: 22px 25px;
  font-size: 16px;
  color: #b8b8b8;
}
.faq__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 67px;
}
.faq__list li {
  padding: 21px 35px 19px;
  border-radius: 16px;
  border: solid 2px #181b30;
  margin-bottom: 16px;
}
.faq__list li:last-child {
  margin-bottom: 0;
}
.faq__list li.includes {
  order: -1;
  border-color: var(--ru-styles-highlights-font-color);
}
.faq__list li.is-open {
  border: 3px solid var(--ru-styles-highlights-font-color);
}
.faq__list li .fa-chevron-down {
  transition: all 0.3s ease;
}
.faq__list li.is-open .fa-chevron-down {
  transform: rotate(180deg);
}
.faq__list li.is-open .faq__answer {
  margin-top: 16px;
  margin-bottom: 12px;
}
.faq__qwest {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  color: #181b30;
}
.faq__answer {
  font-size: 14px;
  line-height: 1.29;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.faq__answer a {
  color: #ff8700;
  text-decoration: none;
}
.faq__contact_text {
  font-size: 16px;
  font-weight: bold;
  color: #181b30;
  margin-bottom: 35px;
  text-align: center;
}
.faq__wrap {
  text-align: center;
}
.faq__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #030e5e;
  padding: 14px 30px;
  border-radius: 8px;
  border: solid 2px #181b30;
}

@media (max-width: 992px) {
  .faq .faq__title-wrap {
    padding: 95px 0;
  }
}
@media (max-width: 576px) {
  .faq__list li {
    padding: 21px 20px 19px;
  }
}
.about-us {
  padding-top: 96px;
  padding-bottom: 30px;
}
.about-us .about-us__img {
  height: 540px;
  margin-bottom: 64px;
}
.about-us .about-us__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}
.about-us__content {
  max-width: 1136px;
  margin: 0 auto;
}
.about-us__title {
  font-size: 60px;
  line-height: 1.2;
  color: #181b30;
  margin-bottom: 16px;
}
.about-us__descr * {
  margin: 32px 0;
}
.about-us__descr *:first-child {
  margin-top: 0;
}
.about-us__descr *:last-child {
  margin-bottom: 0;
}
.about-us__descr h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.18;
  color: #181b30;
}
.about-us__descr p {
  font-size: 20px;
  line-height: 1.4;
  text-align: justify;
  color: #181b30;
  margin: 60px 0;
}
.about-us__descr img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.about-us__descr img.w50 {
  width: calc(50% - 16px);
}
.about-us__descr img.w50:nth-child(2n) {
  margin-left: 28px;
}

.about-us-page.questions {
  padding: 32px 0;
  background-color: transparent;
}
.about-us-page.questions .wrapper h2 {
  color: #181b30;
  margin-bottom: 16px;
}

.about-us-page.items2 {
  padding: 32px 0 64px;
}
.about-us-page.items2 h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.18;
  color: #181b30;
  margin-bottom: 64px;
}

@media (max-width: 1440px) {
  .about-us .about-us__img {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .about-us .about-us__img {
    height: 415px;
  }
}
@media (max-width: 992px) {
  .about-us {
    padding-top: 0;
  }

  .about-us .about-us__img {
    height: 313px;
  }
}
@media (max-width: 768px) {
  .about-us .about-us__img {
    margin-bottom: 32px;
  }

  .about-us__title {
    font-size: 40px;
  }

  .about-us__descr h2 {
    font-size: 27px;
  }

  .about-us__descr * {
    margin: 16px 0;
  }

  .about-us__descr img.w50 {
    width: 100%;
  }

  .about-us__descr img.w50:nth-child(2n) {
    margin-left: 0;
  }

  .about-us__descr p {
    font-size: 16px;
  }

  .about-us-page.items2 h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .about-us .about-us__img {
    height: 40vw;
  }

  .about-us__title {
    font-size: 30px;
  }

  .about-us__descr h2 {
    font-size: 22px;
  }

  .about-us__descr p {
    font-size: 14px;
  }

  .about-us-page.questions .wrapper h2 {
    font-size: 26px;
  }
}

/*# sourceMappingURL=main.css.map */
