@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
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,
sup,
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; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #cccccc; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body,
button,
input,
select,
textarea {
  font-family: sans-serif; }

a:focus {
  outline: none; }

a:hover,
a:active {
  outline: 0; }

h1 {
  font-size: 2em; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
fieldset,
table,
ul {
  margin: 0; }

del {
  text-decoration: line-through; }

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

input,
select {
  vertical-align: middle; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px; }

:focus {
  outline: none;
  -webkit-appearance: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

@font-face {
  font-family: "yeseva_oneregular";
  src: url("../fonts/yesevaone.woff2") format("woff2"), url("../fonts/yesevaone.woff") format("woff"), url("../fonts/yesevaone.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

html,
body {
  height: 100%; }

html.overflow {
  height: 100%;
  overflow: hidden; }
  html.overflow:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.54);
    z-index: 98; }

.page-wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 79px; }
  @media (min-width: 1024px) {
    .page-wrapper {
      padding-top: 125px; } }

.page-content {
  flex: 1 0 auto; }

*:focus {
  outline: none !important;
  box-shadow: none; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
  z-index: 9; }
  @media (min-width: 768px) {
    .container {
      padding: 0 40px; } }
  @media (min-width: 1280px) {
    .container {
      padding: 0 85px; } }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fade-up,
.fade-item {
  opacity: 0;
  transform: translate(0px, 120px); }

[data-scroll-container] {
  perspective: 1px; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625;
  color: #000; }

h1,
.h1 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
  font-family: "yeseva_oneregular"; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 60px;
      line-height: 0.9555; } }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 65px;
      line-height: 0.96; } }

h2,
.h2,
.page-banner .overlay .title {
  font-size: 30px;
  line-height: 1.1;
  margin: 0;
  font-family: "yeseva_oneregular"; }
  @media (min-width: 768px) {
    h2,
    .h2,
    .page-banner .overlay .title {
      font-size: 45px;
      line-height: 0.9555; } }
  @media (min-width: 1024px) {
    h2,
    .h2,
    .page-banner .overlay .title {
      font-size: 50px;
      line-height: 0.96; } }

h3,
.h3 {
  font-size: 14px;
  line-height: 1.214;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #8d5f33; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 16px;
      line-height: 23px;
      letter-spacing: 1.6px; } }
  @media (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 18px;
      letter-spacing: 1.8px; } }

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }
  .c-scrollbar:hover {
    transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
      transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing; }
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  background-image: url(../img/bgi/fancybox_sprite.png); }

.fancybox-close {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289Z' fill='%230D0D0D'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%230D0D0D'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat; }

.fancybox-prev span,
.fancybox-next span {
  background-image: url("data:image/svg+xml,%3csvg width='10' height='9' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 10 9'%3e%3cg transform='rotate%28-180 5 4.5%29'%3e%3cpath d='M5,0v0l5,9v0h-10v0z' fill='%238d5f33' fill-opacity='1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/bgi/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../img/bgi/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 0;
  transform: rotate(90deg); }

.fancybox-next span {
  right: 0;
  transform: rotate(-90deg); }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../img/bgi/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-image: url(../img/bgi/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

a,
button {
  transition: all 0.5s;
  -webkit-appearance: none;
  text-decoration: none; }
  a:hover,
  button:hover {
    text-decoration: none; }
  a:focus,
  button:focus {
    outline: none !important;
    box-shadow: none; }

.btn, .wpcf7-form-control.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8d5f33;
  height: 31px;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s;
  background-color: #8d5f33;
  color: #fff;
  border-radius: 27px;
  padding: 0 26px; }
  .btn:focus, .wpcf7-form-control.wpcf7-submit:focus, .btn:active, .wpcf7-form-control.wpcf7-submit:active {
    box-shadow: none !important; }
  .btn:visited, .wpcf7-form-control.wpcf7-submit:visited {
    background-color: #8d5f33;
    color: #fff; }
  .btn:hover, .wpcf7-form-control.wpcf7-submit:hover, .btn:focus, .wpcf7-form-control.wpcf7-submit:focus, .btn:active, .wpcf7-form-control.wpcf7-submit:active {
    background-color: #fff;
    color: #8d5f33; }
  .btn.btn-white, .btn-white.wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    color: #8d5f33; }
    .btn.btn-white:visited, .btn-white.wpcf7-form-control.wpcf7-submit:visited {
      background-color: #fff;
      color: #8d5f33; }
    .btn.btn-white:hover, .btn-white.wpcf7-form-control.wpcf7-submit:hover, .btn.btn-white:focus, .btn-white.wpcf7-form-control.wpcf7-submit:focus, .btn.btn-white:active, .btn-white.wpcf7-form-control.wpcf7-submit:active {
      color: #fff;
      background-color: #8d5f33; }
  @media (min-width: 1024px) {
    .btn, .wpcf7-form-control.wpcf7-submit {
      height: 32px; } }

.page-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  transition: all 0.6s; }
  .page-header.fixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .page-header.header-hidden {
    transform: translateY(-110%); }
  .page-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    padding-bottom: 16px;
    position: static;
    transition: all 0.5s; }
  .page-header .logo {
    display: block;
    position: relative;
    z-index: 99;
    transition: all 0.5s; }
    .page-header .logo img {
      display: block; }
  .page-header .menu-trigger {
    width: 18px;
    padding: 0;
    height: 12px;
    position: relative;
    z-index: 99;
    border: none;
    background: none; }
    .page-header .menu-trigger .menu-trigger-icon {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      transform: translateX(-50%) translateY(-50%);
      width: 18px;
      height: 2px;
      background-color: #000;
      transition: background-color 0.3s; }
      .page-header .menu-trigger .menu-trigger-icon:before, .page-header .menu-trigger .menu-trigger-icon:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #000;
        right: 0;
        transition: transform 0.3s, top 0.3s, background-color 0s; }
      .page-header .menu-trigger .menu-trigger-icon:before {
        top: -5px; }
      .page-header .menu-trigger .menu-trigger-icon:after {
        top: 5px; }
    .page-header .menu-trigger.active .menu-trigger-icon {
      background-color: transparent; }
      .page-header .menu-trigger.active .menu-trigger-icon:before {
        top: 0;
        transform: rotate(135deg); }
      .page-header .menu-trigger.active .menu-trigger-icon:after {
        top: 0;
        transform: rotate(225deg); }
  @media (min-width: 768px) {
    .page-header .container {
      padding-top: 25px;
      padding-bottom: 26px; }
    .page-header .menu-trigger {
      width: 28px;
      height: 19px; }
      .page-header .menu-trigger .menu-trigger-icon {
        width: 28px;
        height: 3px; }
        .page-header .menu-trigger .menu-trigger-icon:before {
          top: -7px; }
        .page-header .menu-trigger .menu-trigger-icon:after {
          top: 7px; } }
  @media (min-width: 1024px) {
    .page-header .menu-trigger {
      display: none; } }
  @media (min-width: 1280px) {
    .page-header .logo {
      flex: 0 0 auto; } }

.navbar {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 98;
  padding: 100px 15px 25px; }
  .navbar .menu-wrapper {
    display: flex;
    flex-direction: column; }
  .navbar .header-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px; }
    .navbar .header-buttons .btn, .navbar .header-buttons .wpcf7-form-control.wpcf7-submit {
      margin: 20px 0 0; }
  .navbar .lang {
    display: flex;
    justify-content: center; }
    .navbar .lang .lang-trigger {
      display: none; }
    .navbar .lang ul {
      display: flex;
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 600; }
      .navbar .lang ul li {
        margin: 0 15px; }
        .navbar .lang ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          text-transform: uppercase;
          text-decoration: none;
          color: #000;
          border: 1px solid #000;
          border-radius: 100%; }
        .navbar .lang ul li.active a {
          background-color: #8d5f33;
          border-color: #8d5f33;
          color: #fff; }
  .navbar .main-menu {
    text-align: center;
    margin: 0;
    width: 100%; }
    .navbar .main-menu a {
      display: block;
      padding: 0.8rem 0;
      color: #000;
      text-transform: uppercase;
      font-weight: 400; }
      .navbar .main-menu a:hover, .navbar .main-menu a:focus, .navbar .main-menu a:active, .navbar .main-menu a:visited {
        color: #8d5f33; }
  @media (min-width: 1024px) {
    .navbar {
      display: flex;
      justify-content: space-between;
      position: static;
      width: 100%;
      height: auto;
      background-color: transparent;
      padding: 0; }
      .navbar .menu-wrapper {
        flex-direction: row;
        align-items: center; }
      .navbar .header-buttons {
        flex-direction: row;
        margin: 0; }
        .navbar .header-buttons .btn, .navbar .header-buttons .wpcf7-form-control.wpcf7-submit {
          margin: 0 1rem 0 0; }
      .navbar .lang {
        display: block;
        width: 31px;
        height: 31px;
        position: relative; }
        .navbar .lang ul {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 31px;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          border: 1px solid #8d5f33;
          padding: 0;
          transition: all 0.2s;
          background-color: #fff; }
          .navbar .lang ul li {
            margin: 0;
            text-align: center;
            line-height: 30px;
            height: 31px; }
            .navbar .lang ul li a {
              text-transform: uppercase;
              text-decoration: none;
              color: #8d5f33;
              border: none;
              border-radius: 0;
              width: auto;
              height: auto; }
            .navbar .lang ul li.active {
              display: block;
              order: -1; }
              .navbar .lang ul li.active a {
                background-color: transparent;
                color: #8d5f33; }
          .navbar .lang ul:hover {
            height: 93px; }
      .navbar .main-menu {
        display: flex;
        text-align: left;
        margin: 0;
        width: auto;
        padding-left: 2rem;
        font-size: 15px; }
        .navbar .main-menu a {
          display: block;
          padding: 0 1rem;
          color: #000;
          text-transform: none; }
          .navbar .main-menu a:hover, .navbar .main-menu a:focus, .navbar .main-menu a:active, .navbar .main-menu a:visited {
            color: #8d5f33; } }
  @media (min-width: 1280px) {
    .navbar .main-menu {
      padding: 0 1.2rem 0 1.2rem; }
      .navbar .main-menu a {
        padding: 0 1.25rem; }
    .navbar .header-buttons .btn, .navbar .header-buttons .wpcf7-form-control.wpcf7-submit {
      margin: 0 2.4rem 0 0; } }

.page-footer {
  background-color: #8d5f33;
  color: #fff;
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 9; }
  .page-footer .f-logo {
    margin: 0 0 28px; }
  .page-footer .f-info {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 30px; }
    .page-footer .f-info ul li {
      display: flex;
      margin: 0 0 14px; }
      .page-footer .f-info ul li:last-child {
        margin: 0; }
      .page-footer .f-info ul li a {
        display: flex;
        color: #fff; }
      .page-footer .f-info ul li .icon {
        flex: 0 0 auto;
        width: 24px;
        height: 28px;
        margin: 0 13px 0 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-footer .f-info ul li .icon img {
          display: block; }
      .page-footer .f-info ul li div {
        line-height: 19px; }
        .page-footer .f-info ul li div strong {
          display: block; }
        .page-footer .f-info ul li div p {
          margin: 0 0 14px; }
  .page-footer .f-socials .title {
    margin: 0 0 16px; }
    .page-footer .f-socials .title p {
      font-size: 14px;
      font-weight: 700;
      line-height: 25px; }
      .page-footer .f-socials .title p.title-d {
        display: none; }
  .page-footer .f-socials .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px; }
    .page-footer .f-socials .socials a {
      margin: 0 11px; }
  .page-footer .f-socials .copyright {
    display: flex;
    justify-content: center; }
    .page-footer .f-socials .copyright p {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
      .page-footer .f-socials .copyright p + p:before {
        content: "|";
        margin: 0 5px; }
      .page-footer .f-socials .copyright p a {
        color: #fff; }
        .page-footer .f-socials .copyright p a:hover, .page-footer .f-socials .copyright p a:focus, .page-footer .f-socials .copyright p a:active {
          opacity: 0.7;
          color: #fff; }
        .page-footer .f-socials .copyright p a:visited {
          color: #fff; }
  @media (min-width: 768px) {
    .page-footer {
      text-align: left;
      padding: 66px 0; }
      .page-footer .container:after {
        content: "";
        clear: both;
        display: block; }
      .page-footer .f-logo {
        float: left;
        width: 50%;
        margin: 0 0 42px;
        padding: 4px 0 0; }
      .page-footer .f-info {
        float: right;
        width: 50%;
        font-size: 16px;
        margin: 0 0 30px;
        padding: 0 0 0 15px; }
        .page-footer .f-info ul li {
          margin: 0 0 23px; }
          .page-footer .f-info ul li:last-child {
            margin: 0; }
          .page-footer .f-info ul li div {
            line-height: 24px; }
            .page-footer .f-info ul li div p {
              margin: 0 0 14px; }
      .page-footer .f-socials {
        float: left;
        width: 50%; }
        .page-footer .f-socials .title {
          margin: 0 0 16px; }
          .page-footer .f-socials .title p {
            font-size: 16px; }
            .page-footer .f-socials .title p.title-m {
              display: none; }
            .page-footer .f-socials .title p.title-d {
              display: block; }
        .page-footer .f-socials .socials {
          justify-content: flex-start;
          margin: 0 0 66px; }
          .page-footer .f-socials .socials a {
            margin: 0 22px 0 0; }
        .page-footer .f-socials .copyright {
          justify-content: flex-start; }
          .page-footer .f-socials .copyright p {
            font-size: 16px; } }
  @media (min-width: 1024px) {
    .page-footer {
      padding: 60px 0 50px; }
      .page-footer .container {
        display: flex; }
      .page-footer .f-logo {
        float: none;
        width: 25.9%;
        flex: 0 0 auto;
        margin: 0; }
      .page-footer .f-info {
        float: none;
        width: 42.5%;
        flex: 0 0 auto;
        margin: 0;
        padding: 0; }
        .page-footer .f-info ul li div p {
          margin: 0 0 10px; }
      .page-footer .f-socials {
        float: none;
        width: 100%; }
        .page-footer .f-socials .socials {
          margin: 0 0 32px; }
        .page-footer .f-socials .copyright {
          flex-direction: column; }
          .page-footer .f-socials .copyright p + p:before {
            display: none; } }

.swiper-pagination {
  display: none; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    background-color: #fff; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #8d5f33; }
  @media (min-width: 1024px) {
    .swiper-pagination {
      display: flex;
      align-items: center;
      justify-content: center; } }

.swiper-slide {
  transition-property: all; }

.wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 10px; }

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-textarea {
  display: block;
  width: 100%;
  padding: 0.4375rem 0.5625rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #8d5f33;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  box-shadow: none; }

.wpcf7-form-control.wpcf7-number {
  -moz-appearance: textfield; }

.wpcf7-form-control.wpcf7-text {
  height: calc($input-border-width * 2 + $input-padding-y * 2 + $input-line-height * 1em); }

.wpcf7-form-control.wpcf7-textarea {
  height: 150px;
  resize: none; }

.wpcf7-form-control.wpcf7-select {
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3csvg width='10' height='9' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 10 9'%3e%3cg transform='rotate%28-180 5 4.5%29'%3e%3cpath d='M5,0v0l5,9v0h-10v0z' fill='%238d5f33' fill-opacity='1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 10px 9px; }

.wpcf7-not-valid-tip {
  font-size: 0.75em !important; }

.home-teaser {
  position: relative;
  margin: 0 0 40px; }
  .home-teaser .swiper-slide {
    height: 487px; }
    .home-teaser .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .home-teaser .teaser-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px; }
    .home-teaser .teaser-overlay .teaser-text h1 {
      color: #fff;
      margin: 0 0 19px;
      text-align: center; }
    .home-teaser .teaser-overlay .teaser-buttons {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .home-teaser .teaser-overlay .teaser-buttons .btn, .home-teaser .teaser-overlay .teaser-buttons .wpcf7-form-control.wpcf7-submit {
        margin: 20px 0 0; }
  .home-teaser .scroll-icon {
    display: none; }
  @media (min-width: 768px) {
    .home-teaser {
      margin: 0;
      position: relative;
      z-index: 9; }
      .home-teaser .swiper-slide {
        height: 603px; }
      .home-teaser .teaser-overlay {
        background-color: rgba(0, 0, 0, 0.4);
        align-items: flex-end; }
        .home-teaser .teaser-overlay .teaser-text {
          width: 48%; }
          .home-teaser .teaser-overlay .teaser-text h1 {
            margin: 5px 0 32px;
            text-align: left; }
        .home-teaser .teaser-overlay .teaser-buttons {
          width: 48%;
          flex-direction: row;
          justify-content: flex-start; }
          .home-teaser .teaser-overlay .teaser-buttons .btn, .home-teaser .teaser-overlay .teaser-buttons .wpcf7-form-control.wpcf7-submit {
            margin: 0 20px 0 0; } }
  @media (min-width: 1024px) {
    .home-teaser .swiper-pagination {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 82px;
      z-index: 10; }
    .home-teaser .scroll-icon {
      display: block;
      position: absolute;
      left: 50%;
      bottom: 29px;
      z-index: 10;
      transform: translateX(-50%); }
      .home-teaser .scroll-icon img {
        display: block; }
    .home-teaser .swiper-slide {
      height: calc(100vh - 117px); }
    .home-teaser .teaser-overlay .teaser-text {
      width: 380px;
      margin: 0 10.5vw 22px 0; }
      .home-teaser .teaser-overlay .teaser-text h1 {
        margin: 0;
        text-align: left; }
    .home-teaser .teaser-overlay .teaser-buttons {
      display: none; } }
  @media (min-width: 1280px) {
    .home-teaser .teaser-overlay .teaser-text {
      width: 395px;
      margin: 0 10.5vw 10px 0; }
      .home-teaser .teaser-overlay .teaser-text h1 {
        font-size: 70px;
        line-height: 1; } }

.image-with-text:not(:last-child) {
  margin-bottom: 40px; }

.image-with-text .text {
  text-align: center; }
  .image-with-text .text h2 {
    margin: 0 0 14px; }
  .image-with-text .text h3 {
    position: relative;
    padding: 16px 0 0;
    margin: 0 0 13px; }
    .image-with-text .text h3:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      width: 44px;
      height: 1px;
      margin: 0 0 0 -22px;
      background-color: #8d5f33; }
  .image-with-text .text p {
    font-weight: 500;
    margin: 0; }
  .image-with-text .text .btn, .image-with-text .text .wpcf7-form-control.wpcf7-submit {
    margin: 26px 0 0; }

.image-with-text .col-text {
  margin: 0 0 37px; }

.image-with-text .col-image img {
  display: block;
  width: 100%; }

.image-with-text.row-02 .col-image {
  text-align: center; }
  .image-with-text.row-02 .col-image figure {
    display: flex;
    justify-content: center;
    margin: 0 -53px; }
    .image-with-text.row-02 .col-image figure img {
      margin: 0 15px;
      max-width: calc(50% - 30px); }

@media (max-width: 767.98px) {
  .image-with-text.row-02 .text h3 {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 23px;
    padding: 13px 0 0;
    margin: 0 0 10px; } }

.image-with-text.row-04 .text .btn, .image-with-text.row-04 .text .wpcf7-form-control.wpcf7-submit {
  margin: 10px 0 0; }

.image-with-text.row-04 .col-text {
  margin: 0 0 30px; }

.image-with-text.row-05 .col-text {
  margin: 0 0 30px; }

.image-with-text.row-05 .col-image {
  position: relative;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  display: flex; }
  .image-with-text.row-05 .col-image figure {
    width: 50%; }
    .image-with-text.row-05 .col-image figure img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

@media (min-width: 768px) {
  .image-with-text {
    display: flex;
    position: relative; }
    .image-with-text .col-text {
      margin: 0;
      position: relative;
      z-index: 3;
      flex: 0 0 auto; }
    .image-with-text .col-image {
      position: relative;
      z-index: 2;
      width: 100%; }
    .image-with-text .text {
      background-color: #fff;
      text-align: left; }
      .image-with-text .text h2 {
        margin: 0 0 21px; }
      .image-with-text .text h3 {
        padding: 18px 0 0;
        margin: 0 0 17px; }
        .image-with-text .text h3:before {
          left: 0;
          margin: 0; }
      .image-with-text .text .btn, .image-with-text .text .wpcf7-form-control.wpcf7-submit {
        margin: 37px 0 0; }
    .image-with-text.row-01 {
      padding: 90px 0 40px;
      margin: 0 0 0 -16px; }
      .image-with-text.row-01 .col-text {
        width: 39%;
        padding: 126px 0 0; }
      .image-with-text.row-01 .col-image img {
        max-width: 127%; }
      .image-with-text.row-01 .text {
        padding: 22px 15px 17px;
        margin: 0 -100px 0 0; }
    .image-with-text.row-02 {
      padding: 90px 0 67px;
      margin: 0 -16px 0 0;
      flex-direction: row-reverse; }
      .image-with-text.row-02 .col-text {
        width: 19%;
        padding: 97px 0 0; }
      .image-with-text.row-02 .col-image figure {
        margin: 0 -15px; }
      .image-with-text.row-02 .text {
        padding: 18px 15px 11px;
        margin: 0 0 0 -123px; }
    .image-with-text.row-03 {
      padding: 210px 0 89px;
      flex-direction: row-reverse;
      justify-content: space-between; }
      .image-with-text.row-03 .col-text {
        width: 48%;
        padding: 67px 0 0; }
      .image-with-text.row-03 .col-image {
        width: 48%; }
    .image-with-text.row-04 {
      margin: 0 -16px 0 0;
      flex-direction: row-reverse; }
      .image-with-text.row-04 .col-text {
        margin: 0;
        width: 53.7%;
        padding: 40px 0 0; }
      .image-with-text.row-04 .text {
        padding: 6px 15px 17px;
        margin: 0 0 0 -29px; }
        .image-with-text.row-04 .text .btn, .image-with-text.row-04 .text .wpcf7-form-control.wpcf7-submit {
          margin: 37px 0 0; }
    .image-with-text.row-05 {
      margin: 0 0 0 -16px; }
      .image-with-text.row-05 .col-text {
        margin: 0;
        width: 42.7%; }
      .image-with-text.row-05 .col-image {
        padding: 78px 0 0;
        width: 100%;
        position: static;
        transform: none; }
        .image-with-text.row-05 .col-image figure {
          width: auto;
          padding: 81px 15px 0 0; }
          .image-with-text.row-05 .col-image figure + figure {
            padding: 0 0 0 15px; }
          .image-with-text.row-05 .col-image figure img {
            height: auto; }
      .image-with-text.row-05 .text {
        padding: 6px 15px 17px;
        margin: 0 -14px 0 0; }
        .image-with-text.row-05 .text h2 {
          margin: 0 -40px 19px 0; }
        .image-with-text.row-05 .text .btn, .image-with-text.row-05 .text .wpcf7-form-control.wpcf7-submit {
          margin: 17px 0 0; } }

@media (min-width: 1024px) {
  .image-with-text.row-01, .image-with-text.row-02 {
    align-items: center; }
    .image-with-text.row-01 .col-text, .image-with-text.row-02 .col-text {
      padding: 0; }
  .image-with-text.row-02 .col-image figure {
    margin: 0;
    justify-content: space-between; }
    .image-with-text.row-02 .col-image figure img {
      width: calc(50% - 15px);
      max-width: none;
      margin: 0; }
  .image-with-text.row-04 {
    align-items: center; }
    .image-with-text.row-04 .col-text {
      width: 43.6%;
      padding: 0; }
    .image-with-text.row-04 .text {
      margin: 0 0 0 -80px;
      padding-top: 8px; }
  .image-with-text.row-05 {
    margin: 0 0 0 -16px;
    align-items: center; }
    .image-with-text.row-05 .col-text {
      width: 49.3%;
      padding: 24px 0 0; }
    .image-with-text.row-05 .col-image {
      padding: 0; }
      .image-with-text.row-05 .col-image figure {
        width: auto;
        padding: 0 15px 0 0; }
        .image-with-text.row-05 .col-image figure + figure {
          padding: 0 0 0 15px; }
          .image-with-text.row-05 .col-image figure + figure img {
            transform: translateY(-116px); }
    .image-with-text.row-05 .text {
      margin: 0 -95px 0 0; }
      .image-with-text.row-05 .text h2 {
        margin: 0 0 22px; }
      .image-with-text.row-05 .text .btn, .image-with-text.row-05 .text .wpcf7-form-control.wpcf7-submit {
        margin: 37px 0 0; } }

@media (min-width: 1280px) {
  .image-with-text .text h3 {
    padding: 19px 0 0;
    margin: 0 0 17px; }
    .image-with-text .text h3:before {
      top: 0;
      width: 65px; }
  .image-with-text.row-01 {
    padding: 121px 0 40px; }
    .image-with-text.row-01 .col-text {
      width: 35.2%; }
    .image-with-text.row-01 .col-image img {
      max-width: 100%; }
    .image-with-text.row-01 .text {
      padding: 22px 15px 13px;
      margin: 0 -175px 0 0; }
  .image-with-text.row-02 {
    padding: 40px 0 120px;
    margin: 0; }
    .image-with-text.row-02 .col-text {
      width: 34.2%; }
    .image-with-text.row-02 .text {
      padding: 23px 30px 16px 15px;
      margin: 0 0 0 -96px; }
    .image-with-text.row-02 .col-image {
      position: relative; }
      .image-with-text.row-02 .col-image img {
        position: relative;
        z-index: 2; }
  .image-with-text.row-03 {
    padding: 114px 0 120px;
    align-items: center;
    justify-content: flex-end; }
    .image-with-text.row-03 .col-text {
      width: 43%;
      padding: 0 0 0 26px; }
    .image-with-text.row-03 .col-image {
      width: 49%;
      position: relative; }
      .image-with-text.row-03 .col-image figure img {
        margin: auto;
        position: relative;
        z-index: 2; } }

.image-fw {
  margin: 0 0 40px; }
  .image-fw figure {
    height: 230px; }
  .image-fw img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none; }
  @media (min-width: 768px) {
    .image-fw {
      position: relative;
      margin: 0; }
      .image-fw figure {
        height: 316px;
        position: relative;
        z-index: 10; } }
  @media (min-width: 1024px) {
    .image-fw figure {
      height: 400px; } }

.block-menu {
  text-align: center; }
  .block-menu h2 {
    margin: 0 0 16px; }
  .block-menu p {
    margin: 27px 0 0;
    font-weight: 500; }
  .block-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .block-menu ul li {
      margin: 39px 0 0; }
      .block-menu ul li a {
        display: block;
        margin: auto;
        width: 208px;
        height: 208px;
        position: relative;
        color: #fff; }
        .block-menu ul li a figure {
          width: 100%;
          height: 100%;
          position: relative; }
          .block-menu ul li a figure:after {
            content: '';
            position: absolute;
            left: 16px;
            top: 16px;
            right: 16px;
            bottom: 16px;
            border: 1px solid #8d5f33;
            border-radius: 100%; }
          .block-menu ul li a figure img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 100%; }
        .block-menu ul li a span {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate3d(-50%, -50%, 0);
          font-family: "yeseva_oneregular";
          font-size: 31px;
          font-weight: 400;
          line-height: 30px; }
  @media (min-width: 768px) {
    .block-menu h2 {
      margin: 0 0 11px; }
    .block-menu p {
      margin: 37px auto 0;
      max-width: 534px; }
    .block-menu ul {
      flex-direction: row;
      justify-content: center; }
      .block-menu ul li {
        margin: 39px 17.5px 0; }
        .block-menu ul li a {
          width: 205px;
          height: 205px; } }
  @media (min-width: 1280px) {
    .block-menu h2 {
      margin: 0 0 24px; }
    .block-menu p {
      margin: 37px auto 0;
      max-width: 534px; }
    .block-menu ul {
      flex-direction: row;
      justify-content: center; }
      .block-menu ul li {
        margin: 61px 47.5px 0; }
        .block-menu ul li a {
          width: 220px;
          height: 220px; } }

.page-banner {
  display: block !important;
  margin: 0 0 40px;
  padding: 208% 0 0;
  position: relative; }
  .page-banner figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .page-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 41px 0;
    text-align: center;
    color: #fff; }
    .page-banner .overlay .title {
      margin: 0 0 13px; }
    .page-banner .overlay p {
      margin: 0 0 27px; }
  @media (min-width: 768px) {
    .page-banner {
      margin: 0;
      padding: 114.5% 0 0; }
      .page-banner .overlay {
        padding: 96px 0; }
        .page-banner .overlay .title {
          max-width: 450px;
          margin: 0 auto 40px; }
        .page-banner .overlay p {
          max-width: 350px;
          margin: 0 auto 52px; } }
  @media (min-width: 1024px) {
    .page-banner {
      padding: 60.9% 0 0; }
      .page-banner .overlay {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left; }
        .page-banner .overlay .title {
          max-width: 425px;
          margin: 0 0 22px; }
        .page-banner .overlay p {
          max-width: 420px;
          margin: 0 0 43px; } }
  @media (min-width: 1600px) {
    .page-banner {
      padding: 45% 0 0; } }

.gallery-small {
  padding: 0 15px;
  margin: 0 0 40px; }
  .gallery-small .wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .gallery-small .wrapper img {
      display: none;
      width: 50%; }
      .gallery-small .wrapper img:first-child, .gallery-small .wrapper img:nth-child(2), .gallery-small .wrapper img:nth-child(3), .gallery-small .wrapper img:nth-child(4) {
        display: block; }
  @media (min-width: 768px) {
    .gallery-small {
      position: relative;
      padding: 0;
      margin: 0 0 90px; }
      .gallery-small .wrapper {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 -80px;
        position: relative;
        z-index: 2; }
        .gallery-small .wrapper img {
          display: block;
          width: 215px; }
      .gallery-small .gallery-small-bg {
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        max-width: 1280px;
        transform: translateX(-50%); }
        .gallery-small .gallery-small-bg .deco-01 {
          width: 363px;
          height: 363px;
          border: 2px solid #8d5f33;
          border-radius: 100%;
          position: absolute;
          top: -89px;
          right: -109px; }
        .gallery-small .gallery-small-bg .deco-02 {
          width: 30px;
          height: 30px;
          background-color: #8d5f33;
          border-radius: 100%;
          position: absolute;
          top: -41px;
          right: 250px; } }
  @media (min-width: 1024px) {
    .gallery-small .wrapper img {
      width: 340px; } }
  @media (min-width: 1280px) {
    .gallery-small {
      margin: 0 0 121px; }
      .gallery-small .wrapper {
        margin: 0 -40px; }
      .gallery-small .gallery-small-bg .deco-01 {
        width: 570px;
        height: 570px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: -137px;
        right: -147px; }
      .gallery-small .gallery-small-bg .deco-02 {
        width: 47px;
        height: 47px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: -64px;
        right: 418px; } }

.section-01 {
  margin: 0 0 40px; }
  .section-01 .bg-copper {
    display: none; }
  @media (min-width: 768px) {
    .section-01 {
      position: relative;
      max-width: 1280px;
      margin: auto; }
      .section-01 .bg-copper {
        display: block; }
      .section-01 .deco-01 {
        position: absolute;
        left: -220px;
        top: -115px;
        width: 467px; }
        .section-01 .deco-01:before {
          content: '';
          width: 445px;
          height: 446px;
          border: 2px solid #8d5f33;
          border-radius: 100%;
          position: absolute;
          left: 0;
          top: -63px; }
        .section-01 .deco-01 img {
          position: relative;
          z-index: 1; }
      .section-01 .deco-02 {
        width: 323px;
        height: 323px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: -90px;
        right: -162px; }
      .section-01 .deco-03 {
        width: 62px;
        height: 62px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: -18px;
        right: 67px; }
      .section-01 .deco-04 {
        width: 207px;
        height: 207px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        bottom: -32px;
        right: -93px; }
      .section-01 .deco-05 {
        width: 201px;
        height: 201px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        bottom: -144px;
        left: -63px; }
      .section-01 .deco-06 {
        width: 273px;
        height: 273px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        bottom: -83px;
        right: 126px; }
      .section-01 .deco-07 {
        width: 39px;
        height: 39px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        bottom: -48px;
        right: 429px; }
      .section-01 .deco-08 {
        width: 367px;
        height: 367px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        bottom: 33px;
        left: 82px; }
      .section-01 .deco-09 {
        width: 73px;
        height: 73px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: 135px;
        left: 539px; } }
  @media (min-width: 1280px) {
    .section-01 .deco-01 {
      left: -214px;
      top: -126px;
      width: auto; }
      .section-01 .deco-01:before {
        width: 583px;
        height: 583px;
        top: -12.6%; }
    .section-01 .deco-02 {
      width: 422px;
      height: 422px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      right: -95px; }
    .section-01 .deco-03 {
      width: 81px;
      height: 81px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      top: 15px;
      right: 203px; }
    .section-01 .deco-04 {
      width: 314px;
      height: 314px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      bottom: -136px;
      right: -134px; }
    .section-01 .deco-05 {
      bottom: -137px; }
    .section-01 .deco-06 {
      bottom: -14px;
      right: auto;
      left: 260px; }
    .section-01 .deco-07 {
      bottom: 21px;
      right: auto;
      left: 191px; }
    .section-01 .deco-08 {
      width: 487px;
      height: 487px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      bottom: -14px;
      left: 112px; }
    .section-01 .deco-09 {
      width: 133px;
      height: 133px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      top: auto;
      right: 122px;
      bottom: 58px;
      left: auto; }
    .section-01 .deco-10 {
      width: 103px;
      height: 103px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      top: 33px;
      right: -67px; } }

.section-02 {
  margin: 0 0 37px; }
  @media (min-width: 768px) {
    .section-02 {
      position: relative;
      max-width: 1280px;
      margin: auto;
      padding: 96px 0 0; }
      .section-02 .deco-01 {
        width: 250px;
        height: 250px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: -172px;
        left: 50%;
        margin: 0 0 0 60px; }
      .section-02 .deco-02 {
        width: 298px;
        height: 298px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: 115px;
        left: -187px; }
      .section-02 .deco-03 {
        width: 51px;
        height: 51px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: 437px;
        left: 7px; } }
  @media (min-width: 1280px) {
    .section-02 {
      padding: 121px 0 37px; }
      .section-02 .deco-01 {
        width: 386px;
        height: 386px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: -257px;
        margin: 0 0 0 144px; }
      .section-02 .deco-02 {
        width: 386px;
        height: 386px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: 129px;
        left: -87px; }
      .section-02 .deco-03 {
        width: 65px;
        height: 65px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        top: 548px;
        left: 165px; } }

.section-03 {
  display: none; }
  @media (min-width: 768px) {
    .section-03 {
      display: block;
      position: relative;
      max-width: 1280px;
      margin: auto;
      padding: 83px 0 92px; }
      .section-03 .deco-01 {
        position: absolute;
        right: -260px;
        top: -135px;
        width: 417px; }
        .section-03 .deco-01:before {
          content: '';
          width: 370px;
          height: 370px;
          border: 2px solid #8d5f33;
          border-radius: 100%;
          position: absolute;
          left: 7%;
          top: -1.5%; }
        .section-03 .deco-01 img {
          display: block;
          position: relative;
          z-index: 2; }
      .section-03 .deco-02 {
        width: 296px;
        height: 296px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        left: -119px;
        bottom: -162px; }
      .section-03 .deco-03 {
        width: 15px;
        height: 15px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        left: 54px;
        bottom: 155px; }
      .section-03 .deco-04 {
        width: 35px;
        height: 35px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        right: 51px;
        top: 107px; } }
  @media (min-width: 1280px) {
    .section-03 {
      padding-bottom: 130px; }
      .section-03 .deco-01 {
        right: -332px;
        top: -405px;
        width: 634px;
        height: 634px; }
        .section-03 .deco-01:before {
          width: 563px;
          height: 563px;
          border: 2px solid #8d5f33;
          border-radius: 100%;
          position: absolute;
          top: -4%; }
      .section-03 .deco-02 {
        width: 697px;
        height: 697px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        left: -328px;
        bottom: auto;
        top: 70%; }
      .section-03 .deco-03 {
        width: 34px;
        height: 34px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        left: 36px;
        bottom: auto;
        top: 33%; }
      .section-03 .deco-04 {
        width: 52px;
        height: 52px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        right: 140px;
        top: -45px; }
      .section-03 .deco-05 {
        width: 697px;
        height: 697px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        right: -323px;
        top: 60.5%; } }

.section-04 {
  margin: 0 0 43px; }
  .section-04 .bg-copper {
    display: none; }
  @media (min-width: 768px) {
    .section-04 {
      position: relative;
      max-width: 1280px;
      margin: 0 auto; }
      .section-04 .bg-copper {
        display: block; }
      .section-04 .deco-01 {
        position: absolute;
        left: -113px;
        width: 370px;
        top: 102px; }
        .section-04 .deco-01:before {
          content: '';
          width: 309px;
          height: 309px;
          border: 2px solid #8d5f33;
          border-radius: 100%;
          position: absolute;
          left: 8.5%;
          top: 3.5%; } }
  @media (min-width: 1280px) {
    .section-04 .deco-01 {
      width: 387px;
      height: 387px;
      left: 22px;
      top: 0px; }
      .section-04 .deco-01:before {
        content: '';
        width: 327px;
        height: 327px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        left: 8.5%;
        top: 3.5%; }
    .section-04 .deco-02 {
      width: 47px;
      height: 47px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      left: 55px;
      top: 290px; }
    .section-04 .deco-03 {
      width: 128px;
      height: 128px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      right: 9.5%;
      bottom: 16.5%; }
    .section-04 .deco-04 {
      width: 47px;
      height: 47px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      right: 7%;
      bottom: 47.5%; } }

.section-05 {
  margin: 0 0 37px; }
  .section-05 .section-05-bg {
    display: none; }
  @media (min-width: 768px) {
    .section-05 {
      position: relative;
      max-width: 1280px;
      margin: auto;
      padding: 30px 0 202px; }
      .section-05 .section-05-bg {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; }
        .section-05 .section-05-bg .deco-01 {
          width: 365px;
          height: 365px;
          border: 2px solid #8d5f33;
          border-radius: 100%;
          position: absolute;
          bottom: -256px;
          right: -86px; }
        .section-05 .section-05-bg .deco-02 {
          width: 33px;
          height: 33px;
          background-color: #8d5f33;
          border-radius: 100%;
          position: absolute;
          bottom: 158px;
          right: 129px; }
        .section-05 .section-05-bg .deco-03 {
          width: 15px;
          height: 15px;
          background-color: #8d5f33;
          border-radius: 100%;
          position: absolute;
          right: 264px;
          bottom: 66px; }
        .section-05 .section-05-bg .deco-05 {
          display: block;
          position: absolute;
          left: -243px;
          bottom: -204px;
          width: 467px; }
          .section-05 .section-05-bg .deco-05:before {
            content: '';
            width: 446px;
            height: 446px;
            border: 2px solid #8d5f33;
            border-radius: 100%;
            position: absolute;
            left: 16px;
            top: 0; }
          .section-05 .section-05-bg .deco-05 img {
            display: block;
            position: relative;
            z-index: 2; } }
  @media (min-width: 1280px) {
    .section-05 {
      padding: 60px 0 107px; }
      .section-05 .section-05-bg {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; }
        .section-05 .section-05-bg .deco-01 {
          width: 386px;
          height: 386px;
          border: 2px solid #8d5f33;
          border-radius: 100%;
          position: absolute;
          bottom: -305px;
          right: -127px; }
        .section-05 .section-05-bg .deco-02 {
          width: 31px;
          height: 31px;
          background-color: #8d5f33;
          border-radius: 100%;
          position: absolute;
          bottom: 148px;
          right: 119px; }
        .section-05 .section-05-bg .deco-03 {
          width: 15px;
          height: 15px;
          background-color: #8d5f33;
          border-radius: 100%;
          position: absolute;
          right: 260px;
          bottom: 50px; }
        .section-05 .section-05-bg .deco-04 {
          width: 46px;
          height: 46px;
          background-color: #8d5f33;
          border-radius: 100%;
          position: absolute;
          left: 119px;
          bottom: 271px; }
        .section-05 .section-05-bg .deco-05 {
          left: -353px;
          bottom: -385px;
          width: 674px;
          height: 674px; }
          .section-05 .section-05-bg .deco-05:before {
            width: 579px;
            height: 579px;
            border: 2px solid #8d5f33;
            border-radius: 100%;
            position: absolute;
            left: 40px;
            top: 15px; } }

@media (min-width: 768px) {
  .section-06 {
    position: relative;
    max-width: 1280px;
    margin: auto; }
    .section-06 .deco-01 {
      width: 77px;
      height: 77px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      top: 28px;
      right: 52px; }
    .section-06 .deco-02 {
      width: 81px;
      height: 81px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      top: 197px;
      left: 108px; }
    .section-06 .deco-03 {
      width: 35px;
      height: 35px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      left: 63px;
      bottom: 105px; }
    .section-06 .deco-04 {
      width: 408px;
      height: 408px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      left: -219px;
      bottom: -194px; } }

@media (min-width: 1280px) {
  .section-06 .deco-01 {
    width: 111px;
    height: 111px;
    background-color: #8d5f33;
    border-radius: 100%;
    position: absolute;
    top: 35px;
    right: 245px; }
  .section-06 .deco-02 {
    width: 111px;
    height: 111px;
    background-color: #8d5f33;
    border-radius: 100%;
    position: absolute;
    top: 287px;
    left: 229px; }
  .section-06 .deco-03 {
    width: 47px;
    height: 47px;
    background-color: #8d5f33;
    border-radius: 100%;
    position: absolute;
    left: 180px;
    bottom: 24px; }
  .section-06 .deco-04 {
    width: 570px;
    height: 570px;
    border: 2px solid #8d5f33;
    border-radius: 100%;
    position: absolute;
    left: -215px;
    bottom: -394px; } }

.section-07 {
  padding: 2px 0 28px;
  max-width: none; }
  @media (min-width: 768px) {
    .section-07 {
      padding: 45px 0 80px;
      position: relative;
      max-width: 1280px;
      margin: auto; }
      .section-07 .deco-01 {
        width: 15px;
        height: 15px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        bottom: 184px;
        left: 63px; }
      .section-07 .deco-02 {
        width: 296px;
        height: 296px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        bottom: -148px;
        left: -122px; }
      .section-07 .deco-03 {
        width: 387px;
        height: 387px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        right: 0px;
        bottom: -301px; }
      .section-07 .reservation .form {
        padding: 30px 0 0; } }
  @media (min-width: 1024px) {
    .section-07 {
      padding: 60px 0 105px; }
      .section-07 .reservation .text {
        padding-left: 20px; }
      .section-07 .reservation .form {
        padding: 5px 0 0 30px; } }
  @media (min-width: 1280px) {
    .section-07 .deco-01 {
      width: 32px;
      height: 32px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      bottom: 342px;
      left: 36px; }
    .section-07 .deco-02 {
      width: 697px;
      height: 697px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      bottom: -539px;
      left: -422px; }
    .section-07 .deco-03 {
      width: 645px;
      height: 645px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      right: 165px;
      bottom: -586px; }
    .section-07 .deco-04 {
      width: 70px;
      height: 70px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      bottom: 151px;
      right: 48px; } }

.section-08 {
  padding: 2px 0 30px; }
  @media (min-width: 768px) {
    .section-08 {
      padding: 22px 0 93px;
      position: relative;
      max-width: 1280px;
      margin: auto; }
      .section-08 .deco-01 {
        width: 215px;
        height: 215px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        left: 66px;
        bottom: -1px; }
      .section-08 .deco-02 {
        width: 8px;
        height: 8px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        left: 255px;
        bottom: 85px; }
      .section-08 .deco-03 {
        width: 20px;
        height: 20px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        left: 294px;
        bottom: 68px; } }
  @media (min-width: 1024px) {
    .section-08 {
      padding: 55px 0 236px; } }
  @media (min-width: 1280px) {
    .section-08 .deco-01 {
      width: 421px;
      height: 421px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      left: 128px;
      bottom: 0; }
    .section-08 .deco-02 {
      width: 15px;
      height: 15px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      left: 499px;
      bottom: 171px; }
    .section-08 .deco-03 {
      width: 39px;
      height: 39px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      left: 574px;
      bottom: 138px; } }

.section-09 {
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .section-09 {
      padding: 100px 0 80px;
      position: relative;
      max-width: 1280px;
      margin: auto; }
      .section-09 .deco-01 {
        width: 398px;
        height: 398px;
        border: 2px solid #8d5f33;
        border-radius: 100%;
        position: absolute;
        right: -120px;
        top: 99px; }
      .section-09 .deco-02 {
        width: 33px;
        height: 33px;
        background-color: #8d5f33;
        border-radius: 100%;
        position: absolute;
        right: 257px;
        top: 128px; } }
  @media (min-width: 1024px) {
    .section-09 {
      padding: 0 0 120px; } }
  @media (min-width: 1280px) {
    .section-09 .deco-01 {
      width: 570px;
      height: 570px;
      border: 2px solid #8d5f33;
      border-radius: 100%;
      position: absolute;
      right: -152px;
      top: -228px; }
    .section-09 .deco-02 {
      width: 47px;
      height: 47px;
      background-color: #8d5f33;
      border-radius: 100%;
      position: absolute;
      right: 388px;
      top: -186px; } }

.reservation .text {
  text-align: center; }
  .reservation .text h2 {
    margin: 0 0 15px; }
  .reservation .text h3 {
    margin: 0 0 13px; }
  .reservation .text p {
    margin: 0 0 9px; }

.reservation .form {
  padding: 3px 0 0; }

.reservation .form-success {
  text-align: center;
  max-width: 390px;
  margin: auto; }
  .reservation .form-success h2 {
    line-height: 1.4;
    margin: 0 0 26px; }
  .reservation .form-success .btn, .reservation .form-success .wpcf7-form-control.wpcf7-submit {
    min-width: 116px; }

@media (min-width: 768px) {
  .reservation {
    max-width: 83%;
    margin: auto; }
    .reservation .text {
      text-align: center; }
      .reservation .text h2 {
        margin: 0 0 42px; }
      .reservation .text h3 {
        margin: 0 0 17px; }
      .reservation .text p {
        margin: 0 0 14px; }
    .reservation .form {
      padding: 10px 0 0; }
      .reservation .form img {
        width: 100%;
        display: block; }
    .reservation .form-success {
      padding: 60px 0 0; }
      .reservation .form-success h2 {
        font-size: 30px;
        line-height: 43px;
        margin: 0 0 15px; } }

@media (min-width: 1024px) {
  .reservation {
    display: flex;
    max-width: none; }
    .reservation .text {
      text-align: right;
      flex: 0 0 40%;
      padding: 0 0 0 40px; }
      .reservation .text h2 {
        margin: 0 0 45px; }
      .reservation .text p {
        margin: 0 0 33px; }
    .reservation .form {
      width: 51.4%;
      padding: 5px 0 0 30px; }
    .reservation .form-success {
      padding: 6px 0 0 30px;
      align-self: center;
      max-width: none; }
      .reservation .form-success h2 {
        font-size: 50px;
        line-height: 48px;
        margin: 0 0 42px; } }

.gallery {
  text-align: center;
  padding: 0 0 10px; }
  .gallery h2 {
    margin: 0 0 12px; }
  .gallery p {
    margin: 0 0 27px; }
  .gallery .gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .gallery .gallery-list figure {
      padding: 0 15px;
      width: 50%;
      margin: 0 0 20.5px; }
      .gallery .gallery-list figure a {
        display: block;
        position: relative;
        padding: 100% 0 0; }
      .gallery .gallery-list figure img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  @media (min-width: 768px) {
    .gallery {
      padding: 45px 0 67px; }
      .gallery h2 {
        margin: 0 0 11px; }
      .gallery p {
        margin: 0 0 22px; }
      .gallery .gallery-list figure {
        width: 25%;
        margin: 0 0 25px;
        transform: translate(0px, 50px); } }
  @media (min-width: 1280px) {
    .gallery {
      padding: 60px 0 100px; }
      .gallery .gallery-header {
        width: 50%;
        margin: auto; }
      .gallery p {
        margin: 0 0 38px; }
      .gallery .gallery-list figure {
        margin: 0 0 20px; } }

.block-contact {
  text-align: center;
  padding: 2px 0 26px; }
  .block-contact h2 {
    margin: 0 0 12px; }
  .block-contact h3 {
    margin: 0 0 17px; }
    .block-contact h3 a {
      color: #8d5f33; }
      .block-contact h3 a:hover, .block-contact h3 a:focus, .block-contact h3 a:active {
        opacity: 0.7;
        color: #8d5f33; }
      .block-contact h3 a:visited {
        color: #8d5f33; }
  .block-contact p {
    margin: -3px 0 0; }
    .block-contact p a {
      color: inherit;
      font-weight: 700; }
      .block-contact p a:hover, .block-contact p a:focus, .block-contact p a:active, .block-contact p a:visited {
        color: #8d5f33; }
  @media (min-width: 768px) {
    .block-contact {
      padding: 40px 0 77px; }
      .block-contact h2 {
        margin: 0 0 21px; }
      .block-contact h3 {
        margin: 0 0 23px; }
      .block-contact p {
        margin: -8px 0 0; } }
  @media (min-width: 1280px) {
    .block-contact {
      padding: 60px 0 117px; }
      .block-contact h2 {
        margin: 0 0 24px; }
      .block-contact p {
        margin: 35px 0 0; } }

.map {
  width: 100%;
  height: 164px;
  margin: 0 0 30px;
  opacity: 1; }
  @media (min-width: 768px) {
    .map {
      height: 283px;
      margin: 0 0 80px; } }
  @media (min-width: 1280px) {
    .map {
      height: 400px;
      margin: 0 0 120px; } }
