/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  box-sizing: border-box;
}

body {
  color: #222222;
}

.container {
  width: 1360px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.container-1400 {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container-1400 {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 1360px) {
  h1 br, .h1 br {
    display: none;
  }
}

@media (max-width: 1360px) {
  h2 br, .h2 br {
    display: none;
  }
}

@media (max-width: 1360px) {
  h3 br, .h3 br {
    display: none;
  }
}

@media (max-width: 1360px) {
  h4 br, .h4 br {
    display: none;
  }
}

@media (max-width: 1360px) {
  h5 br, .h5 br {
    display: none;
  }
}

p:last-child {
  margin-bottom: 0;
}
.flex {
  display: flex;
  align-items: center;
}
.flex .fa {
  margin-right: 0.5rem;
}

.mlmr {
  margin-left: -15px;
  margin-right: -15px;
}

.wr {
  flex-wrap: wrap;
}

.jc {
  justify-content: space-between;
}

a {
  color: #222222;
}

.color-blue {
  color: #0091EA;
}

.color-white {
  color: #fff;
}

.color-text {
  color: #222222;
}

.text-center {
  text-align: center;
}

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

.text-block ul {
  padding-left: 25px;
  margin-bottom: 1.25rem;
}
.text-block ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}

.p-100 {
  padding: 100px 0;
}
@media (max-width: 900px) {
  .p-100 {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .p-100 {
    padding: 15px 0;
  }
}

img {
  max-width: 100%;
}

.h1em {
  height: 1rem;
}

.h2em {
  height: 2rem;
}

.h3em {
  height: 3rem;
}

.h4em {
  height: 4rem;
}

.h5em {
  height: 5rem;
}

.h6em {
  height: 6rem;
}

.h7em {
  height: 7rem;
}

.h8em {
  height: 8rem;
}

.h9em {
  height: 9rem;
}

.h10em {
  height: 10rem;
}

.flex-2 {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-2 .column {
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .flex-2 .column {
    width: calc(100% / 1 - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
  }
}

.btn-brown {
  height: 64px;
}

span.btn, a.btn {
  display: inline-block;
}
span.btn:hover, a.btn:hover {
  opacity: 0.8;
}

div.btn {
  display: block;
}
div.btn:hover {
  opacity: 0.8;
}

.btn {
  text-decoration: none;
}

.btn-black {
  background: #222222;
  color: #fff;
  line-height: 64px;
  border-radius: 12px;
  padding-left: 32px;
  padding-right: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 562px) {
  .btn-black {
    line-height: 56px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}

.btn-white {
  background: #fff;
  color: #222222;
  line-height: 64px;
  border-radius: 12px;
  padding-left: 32px;
  padding-right: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 562px) {
  .btn-white {
    line-height: 56px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}

.btn-brown {
  background: #B78035;
  color: #fff;
  line-height: 64px;
  border-radius: 12px;
  padding-left: 32px;
  padding-right: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 562px) {
  .btn-brown {
    line-height: 56px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
}
.modal .darkness, .modal .h-darkness {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.6s;
}
.modal .darkness:hover, .modal .h-darkness:hover {
  background: rgba(0, 0, 0, 0.333);
}
.modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.open .area {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 100%;
  max-width: 560px;
  padding: 30px;
}
@media (max-width: 700px) {
  .modal.open .area {
    width: calc(100% - 32px);
    padding: 40px 15px 15px;
  }
}
.modal .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-image: url("../images/other/x-close.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.modal h2 {
  text-align: center;
}
.modal .form-body {
  width: 100%;
}
.modal .form-body .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.modal .form-body .wpcf7-form-control-wrap input[type=tel] {
  width: 100%;
}
.modal input[type=tel], .modal input[type=text] {
  height: 60px;
  border: 0;
  border-bottom: 1px solid #222222;
  width: 100%;
}
.modal input[type=submit] {
  width: 100%;
  background: #0091EA;
  height: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 30px;
}
@media (max-width: 550px) {
  .modal input[type=submit] {
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
  }
}
.modal input[type=submit]:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0) !important;
}
.modal .wpcf7-spinner {
  position: absolute;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 550px) {
  .modal .wpcf7-list-item-label {
    font-size: 12px;
  }
}

.popup_1 h3 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
.popup_1 p {
  text-align: center;
}
.popup_1 .wpcf7-form-control-wrap.tel {
  width: 100%;
}
.popup_1 .wpcf7-list-item {
  margin: 15px 0;
}

.modal.popup_hotel.open .area {
  max-width: 960px;
  width: 100%;
  position: relative;
  border-radius: 40px;
  max-height: calc(100% - 100px);
  overflow-y: auto;
}
@media (max-width: 1000px) {
  .modal.popup_hotel.open .area {
    border-radius: 20px 20px 0 0;
    margin-bottom: -100px;
  }
}
.modal.popup_hotel.open .area .x-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.modal.popup_hotel.open .area h3 {
  margin-bottom: 15px;
  text-align: left;
  padding-right: 40px;
}
.modal.popup_hotel.open .area .info {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.modal.popup_hotel.open .area .info .i {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #888888;
  margin-right: 16px;
}
.modal.popup_hotel.open .area .info .i img {
  margin-right: 8px;
}
.modal.popup_hotel.open .area .price-and-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .modal.popup_hotel.open .area .price-and-button {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .modal.popup_hotel.open .area .price-and-button .button {
    display: block;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .modal.popup_hotel.open .area .price-and-button .button .btn {
    display: block;
    width: 100%;
  }
}
.modal.popup_hotel.open .area .price-and-button .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
}
@media (max-width: 1000px) {
  .modal.popup_hotel.open .area .price-and-button .price {
    margin-bottom: 30px;
  }
}
.modal.popup_hotel.open .area .hotel-text-area .flex {
  padding: 50px 0;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .modal.popup_hotel.open .area .hotel-text-area .flex {
    flex-wrap: wrap;
    padding: 0;
    margin-top: 20px;
  }
}
.modal.popup_hotel.open .area .hotel-text-area .flex .row {
  width: 50%;
}
@media (max-width: 600px) {
  .modal.popup_hotel.open .area .hotel-text-area .flex .row {
    width: 100%;
  }
}
.modal.popup_hotel.open .area .hotel-text-area ul {
  padding-left: 40px;
}
.modal.popup_hotel.open .area .hotel-text-area ul li {
  list-style: disc;
  color: #7D7E7F;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #888888;
  margin-bottom: 1rem;
}
.modal.popup_hotel.open .area .hotel-text-area ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .modal.popup_hotel.open .area .hotel-text-area ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.city_popup .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.city_popup .buttons {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 700px) {
  .city_popup .buttons {
    padding-bottom: 30px;
  }
}
.city_popup .buttons .btn {
  width: calc(100% / 2 - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .city_popup .buttons .btn {
    width: calc(100% / 1 - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    margin-bottom: 15px;
  }
}

.modal.video .area {
  padding: 48px;
  max-width: 910px;
  height: 600px;
}
@media (max-width: 1000px) {
  .modal.video .area {
    height: 70vh;
  }
}
@media (max-width: 600px) {
  .modal.video .area {
    height: 50vh;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
}
.modal.video .area .content {
  width: 100%;
  height: 100%;
}
.modal.video .area .video {
  height: 100%;
  width: 100%;
}
.modal.video .area .video iframe {
  width: 100% !important;
  height: 100% !important;
}

nav.header {
  position: relative;
  z-index: 4;
  padding: 24px 0;
}
nav.header .flex {
  justify-content: space-between;
}
nav.header .flex .logo {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1024px) {
  nav.header .flex .info {
    display: none;
  }
}
nav.header .flex .info .a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}
nav.header .flex .info .b {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7D7E7F;
}
nav.header .flex .info.i1 {
  margin-left: auto;
}
nav.header .flex .info.i2 {
  margin-left: 104px;
  margin-right: 132px;
}
@media (max-width: 1200px) {
  nav.header .flex .info.i2 {
    margin-right: 32px;
    margin-left: 30px;
  }
}
nav.header .flex .button {
  margin-right: 0;
}
nav.header .flex .btn-brown-header {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 24px;
  background: #b78035;
  border-radius: 12px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}

body.page-index nav.header {
  background: #fff;
}
body.page-inner nav.header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
}
body.page-inner nav.header .flex .info .a, body.page-inner nav.header .flex .info .b {
  color: #fff;
}

footer {
  position: relative;
  z-index: 4;
  background: #fff;
  padding: 24px 0;
}
footer .flex {
  justify-content: space-between;
}
@media (max-width: 562px) {
  footer .flex {
    flex-wrap: wrap;
  }
}
footer .flex .logo {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 562px) {
  footer .flex .logo {
    margin-bottom: 28px;
    width: 100%;
  }
}
@media (max-width: 532px) {
  footer .flex .info {
    width: 100%;
  }
}
footer .flex .info .a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
  white-space: nowrap;
}
footer .flex .info .b {
  font-style: normal;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7D7E7F;
}
footer .flex .info.i1 {
  margin-left: auto;
}
@media (max-width: 562px) {
  footer .flex .info.i1 {
    margin-left: 0;
  }
}
footer .flex .info.i2 {
  margin-left: 32px;
  margin-right: 60px;
}
@media (max-width: 562px) {
  footer .flex .info.i2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 28px;
  }
}

body {
  font-family: "Apercu Pro";
  font-weight: 400;
}

h2, .h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media (max-width: 562px) {
  h2, .h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

h3, .h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 40px;
}
@media (max-width: 562px) {
  h3, .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

.subtitile {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
  color: #7D7E7F;
}
@media (max-width: 562px) {
  .subtitile {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
}

section {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  section {
    margin-bottom: 40px;
  }
}

ul li {
  list-style: disc;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 562px) {
  ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.main-slider {
  margin-top: 0;
}
.main-slider .area {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 552px;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .main-slider .area {
    height: 1200px;
    background: #000;
  }
}
@media (max-width: 600px) {
  .main-slider .area {
    height: 720px;
  }
}
.main-slider .area .slide {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  top: 0;
  border-radius: 20px;
  transition: 0.6s;
}
.main-slider .area .slide:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.28);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.main-slider .area .slide .label {
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -46%;
  cursor: pointer;
  transform-origin: center;
  top: 0%;
  right: 0;
  justify-content: center;
}
@media (max-width: 1200px) {
  .main-slider .area .slide .label {
    transform: none;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .main-slider .area .slide .label {
    padding-left: 20px;
  }
}
.main-slider .area .slide .label .title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .main-slider .area .slide .label .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.main-slider .area .slide .label .count {
  background: rgba(34, 34, 34, 0.3);
  border-radius: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 8px 16px;
  margin-left: 8px;
  margin-top: 16px;
}
@media (max-width: 600px) {
  .main-slider .area .slide .label .count {
    margin-top: 0;
    margin-left: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}
.main-slider .area .slide .place {
  display: none;
  padding: 80px 56px;
  color: #fff;
  max-width: 572px;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .main-slider .area .slide .place {
    padding: 80px 40px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .main-slider .area .slide .place {
    padding: 40px 20px;
  }
}
.main-slider .area .slide .place h3 {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .main-slider .area .slide .place h3 {
    margin-bottom: 20px;
  }
}
.main-slider .area .slide .place h3 span {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 96px;
  color: #fff;
}
@media (max-width: 600px) {
  .main-slider .area .slide .place h3 span {
    font-size: 40px;
    line-height: 48px;
  }
}
.main-slider .area .slide .place h3 .count {
  background: rgba(34, 34, 34, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 8px 16px;
  margin-left: 16px;
  margin-top: -28px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .main-slider .area .slide .place h3 .count {
    margin-top: 8px;
  }
}
.main-slider .area .slide .place .description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 0 0 40px 0;
}
@media (max-width: 600px) {
  .main-slider .area .slide .place .description {
    font-size: 14px;
    line-height: 20px;
  }
}
.main-slider .area .slide .place .button .btn {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 600px) {
  .main-slider .area .slide .place .button .btn {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
  }
}
.main-slider .area .slide.slide-1 {
  z-index: 1;
  transform: translate(Infinity%, 0px);
}
@media (max-width: 1200px) {
  .main-slider .area .slide.slide-1 {
    transform: translate(0, 0);
  }
}
.main-slider .area .slide.slide-2 {
  z-index: 2;
  transform: translate(50%, 0px);
  filter: drop-shadow(-8px 0px 40px rgba(0, 0, 0, 0.3));
  border-radius: 20px 0px 0px 20px;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.slide-2 {
    transform: translate(0, 44%);
  }
}
.main-slider .area .slide.slide-3 {
  z-index: 3;
  transform: translate(50%, 0px);
  filter: drop-shadow(-8px 0px 40px rgba(0, 0, 0, 0.3));
  border-radius: 20px 0px 0px 20px;
  margin-left: 8.3333333333%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.slide-3 {
    transform: translate(0, 53.33%);
    margin-left: auto;
  }
}
.main-slider .area .slide.slide-4 {
  z-index: 4;
  transform: translate(50%, 0px);
  filter: drop-shadow(-8px 0px 40px rgba(0, 0, 0, 0.3));
  border-radius: 20px 0px 0px 20px;
  margin-left: 16.6666666667%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.slide-4 {
    transform: translate(0, 62.66%);
    margin-left: auto;
  }
}
.main-slider .area .slide.slide-5 {
  z-index: 5;
  transform: translate(50%, 0px);
  filter: drop-shadow(-8px 0px 40px rgba(0, 0, 0, 0.3));
  border-radius: 20px 0px 0px 20px;
  margin-left: 25%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.slide-5 {
    transform: translate(0, 71.99%);
    margin-left: auto;
  }
}
.main-slider .area .slide.slide-6 {
  z-index: 6;
  transform: translate(50%, 0px);
  filter: drop-shadow(-8px 0px 40px rgba(0, 0, 0, 0.3));
  border-radius: 20px 0px 0px 20px;
  margin-left: 33.3333333333%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.slide-6 {
    transform: translate(0, 81.32%);
    margin-left: auto;
  }
}
.main-slider .area .slide.slide-7 {
  z-index: 7;
  transform: translate(50%, 0px);
  filter: drop-shadow(-8px 0px 40px rgba(0, 0, 0, 0.3));
  border-radius: 20px 0px 0px 20px;
  margin-left: 41.6666666667%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.slide-7 {
    transform: translate(0, 90.65%);
    margin-left: auto;
  }
}
.main-slider .area .slide:hover {
  opacity: 0.75;
}
.main-slider .area .slide.move {
  transform: translate(0, 0);
}
.main-slider .area .slide.move.slide-2 {
  margin-left: 8.3333333333%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.move.slide-2 {
    margin-left: auto;
    transform: translate(0, 9.33%);
  }
}
.main-slider .area .slide.move.slide-3 {
  margin-left: 16.6666666667%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.move.slide-3 {
    margin-left: auto;
    transform: translate(0, 18.66%);
  }
}
.main-slider .area .slide.move.slide-4 {
  margin-left: 25%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.move.slide-4 {
    margin-left: auto;
    transform: translate(0, 27.99%);
  }
}
.main-slider .area .slide.move.slide-5 {
  margin-left: 33.3333333333%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.move.slide-5 {
    margin-left: auto;
    transform: translate(0, 37.32%);
  }
}
.main-slider .area .slide.move.slide-6 {
  margin-left: 41.6666666667%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.move.slide-6 {
    margin-left: auto;
    transform: translate(0, 46.65%);
  }
}
.main-slider .area .slide.move.slide-7 {
  margin-left: 50%;
}
@media (max-width: 1200px) {
  .main-slider .area .slide.move.slide-7 {
    margin-left: auto;
    transform: translate(0, 55.98%);
  }
}
.main-slider .area .slide.active {
  opacity: 1;
}
.main-slider .area .slide.active .label {
  display: none;
}
.main-slider .area .slide.active .place {
  display: block;
}

.organize-block .area {
  padding: 56px;
  position: relative;
  background: #DBDEC8;
  border-radius: 20px;
}
@media (max-width: 562px) {
  .organize-block .area {
    padding: 20px;
  }
}
.organize-block .area h2 {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 426px);
}
@media (max-width: 900px) {
  .organize-block .area h2 {
    max-width: 100%;
  }
}
.organize-block .i-block {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #7D7E7F;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .organize-block .i-block {
    padding-left: 42px;
  }
}
.organize-block .i-block img {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .organize-block .i-block img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
  }
}
.organize-block .button {
  margin-top: 42px;
  position: relative;
  z-index: 3;
}
.organize-block .img {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 40px;
  pointer-events: none;
}
@media (max-width: 900px) {
  .organize-block .img {
    display: none;
  }
}

.professional-block .list {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 562px) {
  .professional-block .list {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.professional-block .list .item {
  width: calc(100% / 2 - 32px);
  margin: 0 16px;
  margin-bottom: 32px;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .professional-block .list .item {
    width: calc(100% / 1 - 32px);
    margin: 0 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 562px) {
  .professional-block .list .item {
    width: calc(100% / 1 - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    height: 320px;
  }
}
.professional-block .list .item .area {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px;
}
@media (max-width: 562px) {
  .professional-block .list .item .area {
    padding: 20px;
  }
}
.professional-block .list .item .area:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #222222;
  opacity: 0.3;
  pointer-events: none;
}
.professional-block .list .item .area h3 {
  color: #fff;
  position: relative;
  z-index: 2;
}
.professional-block .list .item .area .info-open {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 562px) {
  .professional-block .list .item .area .info-open {
    right: 20px;
    bottom: 20px;
  }
}
.professional-block .list .item .dropdown-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: #EFEFEF;
  border-radius: 20px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.professional-block .list .item .dropdown-area.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 562px) {
  .professional-block .list .item .dropdown-area {
    padding: 20px;
  }
}
.professional-block .list .item .dropdown-area ul {
  padding-left: 20px;
}
@media (max-width: 562px) {
  .professional-block .list .item .dropdown-area ul {
    padding-left: 16px;
  }
}
.professional-block .list .item .dropdown-area ul li {
  color: #7D7E7F;
  margin-bottom: 4px;
}
@media (max-width: 562px) {
  .professional-block .list .item .dropdown-area ul li {
    margin-bottom: 2px;
  }
}
.professional-block .list .item .dropdown-area .info-close {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 562px) {
  .professional-block .list .item .dropdown-area .info-close {
    right: 20px;
    bottom: 20px;
  }
}

.page-country {
  padding-top: 176px;
  min-height: 720px;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 600px) {
  .page-country {
    padding-top: 136px;
  }
}

.country-headline {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .country-headline {
    margin-bottom: 75px;
  }
}
.country-headline .area {
  max-width: 664px;
  width: 100%;
}
.country-headline .area h1 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 96px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .country-headline .area h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
.country-headline .area .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .country-headline .area .subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.country-headline .area .button {
  display: flex;
}

.country-sub-headline {
  margin-top: 25px;
}
.country-sub-headline .area {
  background: #222222;
  box-shadow: 0px 8px 64px rgba(34, 34, 34, 0.2);
  border-radius: 40px;
  padding: 40px;
}
.country-sub-headline .area .list {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.country-sub-headline .area .list .item {
  width: calc(100% / 4 - 40px);
  margin: 0 20px;
  margin-bottom: 0px;
}
@media (max-width: 1000px) {
  .country-sub-headline .area .list .item {
    width: calc(100% / 1 - 40px);
    margin: 0 20px;
    margin-bottom: 40px;
  }
}
.country-sub-headline .area .list .item img {
  margin-bottom: 16px;
}
.country-sub-headline .area .list .item h4 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.country-sub-headline .area .list .item p {
  color: #888888;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.personal-rest .i-block {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #7D7E7F;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.personal-rest .i-block:last-child {
  margin-bottom: 0;
}
.personal-rest .i-block img {
  display: inline-block;
  margin-right: 10px;
}
.personal-rest .area {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 8px 64px rgba(34, 34, 34, 0.2);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1100px) {
  .personal-rest .area {
    flex-direction: column;
  }
}
.personal-rest .area .text {
  padding: 40px;
  width: 50%;
  height: auto;
}
@media (max-width: 1100px) {
  .personal-rest .area .text {
    width: 100%;
    order: 2;
  }
}
.personal-rest .area .text h2 {
  margin-bottom: 16px;
}
.personal-rest .area .image {
  background-repeat: no-repeat;
  width: 50%;
  position: relative;
}
@media (max-width: 1100px) {
  .personal-rest .area .image {
    order: 1;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: top center;
  }
}

.hotels-list {
  overflow: hidden;
}
.hotels-list h2 {
  margin-bottom: 16px;
}
.hotels-list .subtitle {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #888888;
}
.hotels-list .list {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.hotels-list .list .h-item {
  width: calc(100% / 4 - 32px);
  margin: 0 16px;
  margin-bottom: 32px;
  filter: drop-shadow(0px 8px 64px rgba(34, 34, 34, 0.2));
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .hotels-list .list .h-item {
    width: calc(100% / 2 - 32px);
    margin: 0 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .hotels-list .list .h-item {
    width: calc(100% / 1 - 32px);
    margin: 0 16px;
    margin-bottom: 32px;
  }
}
.hotels-list .list .h-item .area {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.hotels-list .list .h-item .area h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  margin-bottom: 20px;
}
.hotels-list .list .h-item .area .price {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #888888;
}
.hotels-list .list .h-item .area .info {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.hotels-list .list .h-item .area .info .i {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #888888;
  margin-right: 16px;
}
.hotels-list .list .h-item .area .info .i img {
  margin-right: 8px;
}
.hotels-list .list .h-item .area .button {
  margin-bottom: 16px;
}
.hotels-list .list .h-item .area .button .btn {
  background: #b78035;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.hotels-list .list .h-item .area .get-info {
  text-align: center;
}
.hotels-list .list .h-item .area .get-info a {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #B78035;
  text-align: center;
  padding: 8px;
}
.hotels-list .list .h-item .area .get-info a:hover {
  text-decoration: none;
}

.trust-tour .area {
  background-image: url("../images/content/trust.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 480px;
  border-radius: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 600px) {
  .trust-tour .area {
    height: 320px;
    border-radius: 40px;
    padding: 0 20px;
  }
}
.trust-tour .area h2 {
  color: #fff;
  text-align: center;
}

.rest-blocks {
  margin-bottom: 60px;
}
.rest-blocks h2 {
  margin-bottom: 16px;
}
.rest-blocks .subtitle {
  margin-bottom: 40px;
  color: #888;
}
.rest-blocks .list {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 600px) {
  .rest-blocks .list {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.rest-blocks .list .item.size-3 {
  width: calc(100% / 3 - 32px);
  margin: 0 16px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .rest-blocks .list .item.size-3 {
    width: calc(100% / 1 - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
.rest-blocks .list .item.size-2 {
  width: calc(100% / 2 - 32px);
  margin: 0 16px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .rest-blocks .list .item.size-2 {
    width: calc(100% / 1 - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
.rest-blocks .list .item .img {
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 280px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .rest-blocks .list .item .img {
    height: 200px;
  }
}
.rest-blocks .list .item .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 12px;
}
.rest-blocks .list .item .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
}

.rec-block .area {
  background-image: url("../images/content/rec.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 40px;
}
.rec-block .area h2 {
  color: #fff;
  margin-bottom: 16px;
}
.rec-block .area .subtitle {
  color: #888;
  margin-bottom: 40px;
}
.rec-block .area .i-blocks {
  margin-bottom: 40px;
}
.rec-block .area .i-block {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.rec-block .area .i-block:last-child {
  margin-bottom: 0;
}
.rec-block .area .i-block img {
  display: inline-block;
  margin-right: 10px;
}
.rec-block .area .button {
  display: flex;
}

.page-article h2 {
  margin-bottom: 24px;
}
.page-article h3 {
  margin-bottom: 24px;
}
.page-article p {
  color: #7D7E7F;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 1.5em;
}
.page-article p:last-child {
  margin-bottom: 0;
}
.page-article .show-more {
  display: flex;
}
.page-article .show-more .btn {
  background: rgba(180, 138, 82, 0.1);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 64px;
  color: #B78035;
  padding-left: 32px;
  padding-right: 32px;
  cursor: pointer;
  border-radius: 20px;
}
.page-article .show-more .btn:hover {
  opacity: 0.9;
}
.page-article .article-hidden {
  display: none;
}

.form-callback .area {
  background: #DBDEC8;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 600px) {
  .form-callback .area {
    padding: 20px;
  }
}
.form-callback.bg-white .area {
  background: #fff;
  box-shadow: 0px 8px 64px rgba(34, 34, 34, 0.2);
}
.form-callback .flex {
  justify-content: space-between;
}
@media (max-width: 600px) {
  .form-callback .flex {
    flex-direction: column;
  }
}
.form-callback .form--wr {
  justify-content: center;
  display: flex;
  padding: 50px 0;
}
.form-callback .subtxt {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 30px;
}
.form-callback .agree {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #888888;
}
.form-callback .agree a {
  color: #222;
}
@media (max-width: 600px) {
  .form-callback .agree {
    text-align: center;
  }
}
.form-callback .form_body {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.form-callback .form_body .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .form-callback .form_body .wpcf7-form-control-wrap {
    width: calc(100% / 1 - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    margin-bottom: 15px;
  }
}
.form-callback .form_body .wpcf7-form-control-wrap input {
  width: 100%;
}
.form-callback input[type=submit] {
  background: #222222;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  color: #fff;
  border-radius: 20px;
  border: 0;
  padding: 20px 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .form-callback input[type=submit] {
    width: 100%;
  }
}
.form-callback .wpcf7-response-output {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 760px;
  margin: 0 auto !important;
  display: block;
  padding: 4px !important;
}
.form-callback .wpcf7-not-valid-tip {
  font-size: 12px;
  position: relative;
  padding-bottom: 20px;
  margin-top: -10px;
}

.wpcf7 {
  position: relative;
}
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea {
  height: 64px;
  background: #FFFFFF;
  border-radius: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  border: 0;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  color: #888888;
}
.wpcf7 input[type=text]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 textarea::placeholder {
  color: #888888;
}
.wpcf7 input[type=text].error, .wpcf7 input[type=tel].error, .wpcf7 input[type=email].error, .wpcf7 textarea.error {
  border: 1px solid #FF0000;
}
.wpcf7 input[type=text].error::placeholder, .wpcf7 input[type=tel].error::placeholder, .wpcf7 input[type=email].error::placeholder, .wpcf7 textarea.error::placeholder {
  color: #FF0000;
}
.wpcf7 input[type=submit] {
  background: #b78035;
}
.wpcf7 .wpcf7-not-valid {
  color: red !important;
  border-color: red !important;
}
.wpcf7 .wpcf7-not-valid::placeholder {
  color: #FF0000;
}
.wpcf7 .wpcf7-response-output {
  border: 1px solid yellow;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
.wpcf7 .ajax-loader {
  position: absolute;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  font-size: 12px;
}
.wpcf7 .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-list-item label input {
  margin-right: 20px;
  height: 24px;
  width: 24px;
  border: 1px solid #67C4C8;
}

.form-callback.bg-white input[type=text], .form-callback.bg-white input[type=tel], .form-callback.bg-white input[type=email], .form-callback.bg-white textarea {
  background: #efefef;
}

.question-form {
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .question-form {
    width: 100%;
  }
}
.question-form h2 {
  text-align: center;
}
.question-form h2.text-left {
  text-align: left;
}
.question-form label {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .question-form label {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
}
.question-form label.mbn {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .question-form label.mbn label {
    flex-direction: row;
  }
}
.question-form label span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 900px) {
  .question-form label span {
    font-size: 14px;
    line-height: 1.5;
  }
  .question-form label span:first-child {
    margin-bottom: 0.5rem;
  }
}
.question-form label span.wpcf7-form-control-wrap input[type=text], .question-form label span.wpcf7-form-control-wrap input[type=tel] {
  width: 100%;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  color: #6C7C7C;
  margin-left: 21px;
  width: 380px;
  padding-left: 16px;
}
@media (max-width: 900px) {
  .question-form label span.wpcf7-form-control-wrap input[type=text], .question-form label span.wpcf7-form-control-wrap input[type=tel] {
    width: 100%;
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 900px) {
  .question-form label span.wpcf7-form-control-wrap input[type=text], .question-form label span.wpcf7-form-control-wrap input[type=tel] {
    margin-left: 0;
  }
}
.question-form label span.sogal {
  width: 100%;
}
.question-form label span.wpcf7-checkbox {
  justify-content: right;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .question-form label span.wpcf7-checkbox {
    flex-direction: row;
  }
}
.question-form label span.wpcf7-checkbox .wpcf7-list-item {
  width: 380px;
}
@media (max-width: 900px) {
  .question-form label span.wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.question-form label span.wpcf7-checkbox .wpcf7-list-item label {
  justify-content: left;
}
.question-form label span.wpcf7-list-item-label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}
.question-form .submit {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  padding-top: 30px;
}
@media (max-width: 900px) {
  .question-form .submit {
    padding-top: 0;
  }
}
.question-form .submit input[type=submit] {
  border: 0;
}
.question-form .wpcf7-spinner {
  display: none;
}
.question-form .text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #6C7C7C;
  text-align: center;
}
@media (max-width: 600px) {
  .question-form .text {
    font-size: 9px;
    line-height: 1.3;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #b78035;
  border-radius: 20px;
}

.owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  left: 0px;
  right: 0px;
  justify-content: space-between;
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  z-index: 66;
}
.owl-carousel .owl-nav span {
  display: none;
}
@media (max-width: 900px) {
  .owl-carousel .owl-nav {
    zoom: 0.75;
  }
}
.owl-carousel .owl-nav .owl-prev {
  pointer-events: all;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "";
  display: block;
  background-image: url("../images/svg/slider-button-left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 48px;
  height: 48px;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background: none;
  opacity: 0.75;
}
.owl-carousel .owl-nav .owl-next {
  pointer-events: all;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  display: block;
  background-image: url("../images/svg/slider-button-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 48px;
  height: 48px;
}
.owl-carousel .owl-nav .owl-next:hover {
  background: none;
  opacity: 0.75;
}
.owl-carousel .owl-dots {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  bottom: 20px;
  margin: 0 auto;
  justify-content: center;
}
.owl-carousel .owl-dots > .owl-dot {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  height: 11px;
  width: 62px;
  position: relative;
  margin: 0 10px;
}
.owl-carousel .owl-dots > .owl-dot:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.owl-carousel .owl-dots > .owl-dot.active:after {
  width: 100%;
  transition: 6s width;
}
.owl-carousel .owl-dots > .owl-dot span {
  display: none;
}
.owl-carousel.hotels-slider {
  margin-bottom: 0px;
}
.owl-carousel.hotels-slider .owl-stage-outer {
  z-index: 9;
}
.owl-carousel.hotels-slider .owl-nav {
  top: 45%;
}
.owl-carousel.hotels-slider .owl-item .item {
  border-radius: 20px 20px 0 0;
  height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.owl-carousel.hotel-popup-slider {
  margin-bottom: 0px;
}
.owl-carousel.hotel-popup-slider .owl-stage-outer {
  z-index: 9;
}
.owl-carousel.hotel-popup-slider .owl-nav {
  top: 45%;
  width: calc(100% - 30px);
}
.owl-carousel.hotel-popup-slider .owl-item .item {
  border-radius: 20px;
  height: 440px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 1000px) {
  .owl-carousel.hotel-popup-slider .owl-item .item {
    height: 200px;
  }
}
.owl-carousel.expert-list-slider {
  margin-bottom: 0px;
}
.owl-carousel.expert-list-slider .owl-stage-outer {
  z-index: 9;
}
.owl-carousel.expert-list-slider .owl-nav {
  top: 35%;
  width: calc(100% - 30px);
}
.owl-carousel.expert-list-slider .owl-item .item .img {
  height: 360px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .owl-carousel.expert-list-slider .owl-item .item .img {
    background-size: cover;
    background-position: top center;
    height: 400px;
  }
}
.owl-carousel.expert-list-slider .owl-item .item .name {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  margin-bottom: 12px;
}
.owl-carousel.expert-list-slider .owl-item .item .descr {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  margin-bottom: 20px;
  padding-bottom: 30px;
}