@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://use.typekit.net/qko3gna.css);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Jost", sans-serif;
}

.container {
  max-width: 1386px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.container-big {
  max-width: 1660px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1080px) {
  .container-big {
    padding: 0;
    max-width: 1600px;
  }
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
@media (max-width: 1360px) {
  html {
    font-size: 56%;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 46%;
  }
}

body {
  font-size: 1.8rem;
  color: #000000;
  font-weight: 400;
}

.full-container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.btn {
  border: 1px solid #38491C;
  background-color: #FFFFFF;
  padding: 17px 76px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  text-wrap: nowrap;
  text-transform: uppercase;
  font-size: 2.4rem;
  background: linear-gradient(to right, #38491C 50%, #FFFFFF 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (max-width: 600px) {
  .btn {
    padding: 10px 50px;
    font-size: 18px;
  }
}
.btn:hover {
  background-position: left bottom;
  color: #FFFFFF;
}
.btn--secondary {
  border: 1px solid #FFFFFF;
  padding: 23px 76px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
  text-wrap: nowrap;
  text-transform: uppercase;
  background: linear-gradient(to right, #FFFFFF 50%, #38491C 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
          appearance: none;
}
.btn--secondary:hover {
  color: #38491C;
}

h1 {
  font-size: clamp(1.8rem, 8vw, 5.5rem);
  color: #000000;
  font-weight: 400;
  font-family: "ivymode", sans-serif;
  font-style: normal;
}

h2 {
  font-size: clamp(1.8rem, 6vw, 4.2rem);
  color: #000000;
  font-weight: 400;
  font-family: "ivymode", sans-serif;
  font-style: normal;
}

p {
  font-size: clamp(1.8rem, 2vw, 1.8rem);
  color: #000000;
  font-family: "polymath-text", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header {
  background-color: #38491C;
}
.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1080px) {
  .header__mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #38491C;
    padding-top: 80px;
    z-index: 5;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s linear 0.5s;
  }
  .header__mobile-menu .mobile-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .header__mobile-menu .mobile-menu__main {
    flex: 1;
    padding: 87px 24px 0;
  }
  .header__mobile-menu .mobile-menu__main .menu {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header__mobile-menu .mobile-menu__main .menu:last-child {
    margin-bottom: 0;
  }
  .header__mobile-menu .mobile-menu__main .menu li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-bottom: 32px;
    text-align: center;
  }
  .header__mobile-menu .mobile-menu__main .menu li:last-child {
    margin-bottom: 0;
  }
  .header__mobile-menu .mobile-menu__main .menu li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 2.4rem;
    text-transform: uppercase;
    display: block;
  }
  .header__mobile-menu .mobile-menu__main #menu-header_right li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .header__mobile-menu .mobile-menu__main #menu-header_right li:nth-child(2) {
    transition-delay: 0.28s;
  }
  .header__mobile-menu .mobile-menu__main #menu-header_left li:nth-child(1) {
    transition-delay: 0.36s;
  }
  .header__mobile-menu .mobile-menu__main #menu-header_left li:nth-child(2) {
    transition-delay: 0.44s;
  }
  .header__mobile-menu .mobile-menu__main #menu-header_left li:nth-child(3) {
    transition-delay: 0.52s;
  }
  .header__mobile-menu .mobile-menu__bottom {
    position: relative;
    width: 100%;
    padding: 16px 0 24px 0;
    border-top: 1px solid #FFFFFF;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0.6s;
    width: calc(100% - 32px);
    margin: 0 16px;
  }
  .header__mobile-menu .mobile-menu__bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__mobile-menu .mobile-menu__bottom-socials {
    display: flex;
    gap: 24px;
  }
  .header__mobile-menu .mobile-menu__bottom-socials a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.6rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .header__mobile-menu .mobile-menu__bottom-socials a:first-child {
    transition-delay: 0.7s;
  }
  .header__mobile-menu .mobile-menu__bottom-socials a:last-child {
    transition-delay: 0.8s;
  }
  .header__mobile-menu .mobile-menu__bottom-privacy a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.6rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0.9s;
  }
}
@media (min-width: 1080px) {
  .header__mobile-menu {
    display: none;
  }
}
.header__left, .header__right {
  position: absolute;
  top: 0;
  height: 100%;
}
.header__left .current-menu-item, .header__right .current-menu-item {
  border: 1px solid #FFFFFF;
  border-radius: 65%;
  padding: 10px;
}
.header__left .current-menu-item:last-child, .header__right .current-menu-item:last-child {
  border: none;
}
@media (max-width: 1080px) {
  .header__left .current-menu-item, .header__right .current-menu-item {
    padding: 5px;
  }
}
@media (max-width: 1080px) {
  .header__left:not(.menu-wrapper *), .header__right:not(.menu-wrapper *) {
    display: none;
  }
}
.header__left > div, .header__right > div {
  height: 100%;
}
.header__left > div > ul, .header__right > div > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  height: 100%;
  list-style: none;
  color: #FFFFFF;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
}
.header__left > div > ul > li a, .header__right > div > ul > li a {
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.header__left > div > ul > li a:hover, .header__right > div > ul > li a:hover {
  color: #B6B78F;
  text-decoration: underline;
}
.header__left {
  left: 20px;
}
@media (max-width: 1080px) {
  .header__left {
    display: none;
  }
}
.header__right {
  right: 20px;
}
@media (max-width: 1080px) {
  .header__right {
    display: none;
  }
}
.header__logo {
  z-index: 10;
  padding: 19px 0 30px 0;
}
.header__logo svg {
  max-height: 80px;
  width: auto;
  transition: max-height 0.3s ease;
}
@media (max-width: 1080px) {
  .header__logo svg {
    height: 48px;
  }
}
@media (max-width: 1080px) {
  .header__logo {
    padding: 12px 0;
    position: relative;
  }
}
.header__hamburger {
  display: none;
}
@media (max-width: 1080px) {
  .header__hamburger {
    display: block;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
            appearance: none;
    cursor: pointer;
    z-index: 10;
  }
  .header__hamburger-box {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 14px;
  }
  .header__hamburger-inner {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    width: 24px;
    height: 1px;
    background-color: #FFFFFF;
    transition: background-color 0.2s ease-in-out;
  }
  .header__hamburger-inner::before, .header__hamburger-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #FFFFFF;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s ease-in-out, bottom 0.3s ease-in-out;
  }
  .header__hamburger-inner::before {
    top: -6px;
    transform-origin: center;
  }
  .header__hamburger-inner::after {
    bottom: -6px;
    transform-origin: center;
  }
  .header__hamburger.active .header__hamburger-inner {
    background-color: transparent;
  }
  .header__hamburger.active .header__hamburger-inner::before {
    top: 0;
    transform: rotate(45deg);
  }
  .header__hamburger.active .header__hamburger-inner::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .header__hamburger:focus {
    outline: none;
  }
}
.header.menu-open .header__mobile-menu {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s;
}
.header.menu-open .header__mobile-menu .mobile-menu__main ul.menu li {
  opacity: 1;
  transform: translateY(0);
}
.header.menu-open .header__mobile-menu .mobile-menu__bottom {
  opacity: 1;
  transform: translateY(0);
  font-size: 14px;
}
.header.menu-open .header__mobile-menu .mobile-menu__bottom-socials a {
  opacity: 1;
  text-transform: uppercase;
  transform: translateY(0);
}
.header.menu-open .header__mobile-menu .mobile-menu__bottom-privacy a {
  opacity: 1;
  text-transform: uppercase;
  transform: translateY(0);
}

body.menu-open {
  overflow: hidden;
}

.footer {
  background-color: #38491C;
  height: 117px;
}
@media (max-width: 1080px) {
  .footer {
    height: 164px;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0px auto;
  padding: 0 20px;
  height: 100%;
  position: relative;
}
@media (max-width: 1080px) {
  .footer__container {
    flex-direction: column;
    padding: 16px 20px;
    height: auto;
    justify-content: space-between;
  }
}
.footer__links-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 1080px) {
  .footer__links-wrapper {
    padding-top: 16px;
    border-top: 1px solid #FFFFFF;
  }
}
.footer__social a, .footer__privacy {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2.4rem;
  text-transform: uppercase;
  transition: all 0.3s;
}
.footer__social a:hover, .footer__privacy:hover {
  color: #B6B78F;
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .footer__social a, .footer__privacy {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .footer__social a, .footer__privacy {
    font-size: 11px;
  }
}
.footer__social {
  display: flex;
  gap: 96px;
}
@media (max-width: 1080px) {
  .footer__social {
    gap: 16px;
  }
}
.footer__logo {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 65px;
}
@media (max-width: 1080px) {
  .footer__logo {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    width: 100%;
    max-width: 60px;
    text-align: center;
    margin-bottom: 12px;
  }
}

.hero {
  min-height: 600px;
}
.hero__flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 800px) {
  .hero__flex {
    flex-direction: column;
    height: auto;
  }
}
.hero__left, .hero__right {
  flex: 50%;
}
@media (max-width: 800px) {
  .hero__left, .hero__right {
    flex: auto;
    width: 100%;
  }
}
.hero__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 40px;
  min-height: 0;
}
@media (max-width: 800px) {
  .hero__right {
    padding-bottom: 0;
  }
}
.hero__right-wrapper {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  align-items: flex-start;
}
.hero__right-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .hero__right-content {
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }
}
.hero__right-text h1 {
  margin-top: 0;
  margin-bottom: 36px;
}
@media (max-width: 800px) {
  .hero__right-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 800px) {
  .hero__right {
    padding: 40px 35px;
  }
}
.hero__left {
  position: relative;
  overflow: hidden;
  display: block;
  height: 600px;
}
@media (max-width: 800px) {
  .hero__left {
    height: auto;
    aspect-ratio: 3/4;
  }
}
.hero__left .hero-slider {
  width: 100%;
  height: 100%;
}
.hero__left .hero-slider .swiper-wrapper {
  height: 100%;
}
.hero__left .hero-slider .swiper-slide {
  height: 100%;
  outline: none;
  border: none;
  padding: 0;
}
.hero__left .hero-slider .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__left .hero-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  border: none;
}
@media (max-width: 800px) {
  .hero__left .hero-slider .swiper-slide img {
    position: static;
  }
}
.hero__left .hero-slider .swiper-button-next,
.hero__left .hero-slider .swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.hero__left .hero-slider .swiper-button-next:hover,
.hero__left .hero-slider .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.6);
}
.hero__left .hero-slider .swiper-button-next::after,
.hero__left .hero-slider .swiper-button-prev::after {
  font-size: 20px;
}
.hero__left .hero-slider .swiper-button-next {
  right: 20px;
}
.hero__left .hero-slider .swiper-button-prev {
  left: 20px;
}
.hero__left .hero-slider .swiper-pagination {
  bottom: 20px;
}
.hero__left .hero-slider .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: none;
  border: none;
}
.hero__left .hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
.hero__left picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  border: none;
}
@media (max-width: 800px) {
  .hero__left img {
    position: static;
  }
}

.about {
  padding-bottom: 223px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .about {
    padding-bottom: 89px;
  }
}
.about__svg img {
  max-width: 194px;
  height: auto;
}
.about__waiter img {
  max-width: 184px;
}
.about__wine img {
  max-width: 157px;
}
@media (max-width: 800px) {
  .about__wine img {
    margin-top: 12px !important;
  }
}
.about__text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.about__text--top {
  text-align: left;
}
@media (max-width: 800px) {
  .about__text--top {
    text-align: center;
    margin-top: 66px;
  }
}
.about__text p {
  font-size: clamp(1.8rem, 8vw, 5.5rem);
  color: #000000;
  font-weight: 400;
  font-family: "ivymode", sans-serif;
  font-style: normal;
}
.about__top {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .about__top {
    flex-direction: column;
    align-items: center;
    padding: 32px 0;
  }
}
.about__logo, .about__text {
  width: 50%;
}
.about__logo {
  display: flex;
  justify-content: flex-end;
  padding-right: 131px;
}
@media (max-width: 800px) {
  .about__logo {
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }
}
.about__flex {
  display: flex;
}
@media (max-width: 800px) {
  .about__flex {
    flex-wrap: wrap;
  }
  .about__flex:first-child .about__small {
    flex: 20%;
  }
  .about__flex:first-child .about__large:not(.about__large--column) {
    flex: 80%;
  }
  .about__flex:first-child .about__large--column {
    flex: 100%;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .about__flex:first-child .about__large--column {
    padding: 0 0 22px 0;
  }
}
@media (max-width: 800px) {
  .about__flex:last-child .about__large--column {
    order: 2;
  }
  .about__flex:last-child .about__large:not(.about__large--column) {
    order: 1;
  }
  .about__flex .about__large {
    flex: 100%;
  }
}
.about__small {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 11.12%;
  display: flex;
  flex-direction: column;
  text-align: right;
  padding-right: 32px;
}
@media (max-width: 800px) {
  .about__small {
    padding-right: 18px;
  }
}
.about__small a {
  margin-bottom: 7px;
  transition: all 0.3s;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
.about__small a:hover {
  color: #B6B78F;
  text-decoration: underline;
}
.about__large {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 38.88%;
}
.about__large--column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about__heading {
  margin-bottom: 59px;
}
.about__picture img {
  margin-top: 31px;
}
.about__wine img {
  margin-top: 57px;
}
.about__waiter img {
  margin-bottom: 31px;
}
.about__content {
  text-align: center;
  max-width: calc(100% - 128px);
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .about__content {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 800px) {
  .about__content {
    max-width: 100%;
  }
}
.about__content a {
  margin-top: 54px;
}
@media (max-width: 1080px) {
  .about__content a {
    padding: 17px 33px;
    margin-top: 20px;
  }
}
.about__image-wrapper {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 800px) {
  .about__image-wrapper {
    padding-bottom: 0;
  }
}
.about__image {
  width: 100%;
  aspect-ratio: 3/4;
}
.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__image-text {
  position: absolute;
  left: 140px;
  top: calc(100% - 117px);
  width: 100%;
}
@media (max-width: 800px) {
  .about__image-text {
    position: relative;
    top: auto;
    left: auto;
  }
}
.about__image-text img {
  width: 100%;
  height: auto;
}

.two-columns {
  padding-top: 48px;
}
@media (max-width: 800px) {
  .two-columns {
    padding-bottom: 89px;
  }
}
@media (max-width: 800px) {
  .two-columns .about__flex:first-child .about__small {
    display: none !important;
  }
  .two-columns .about__flex:first-child .about__large {
    order: 1;
  }
  .two-columns .about__flex:first-child .about__large--column {
    order: 2;
  }
  .two-columns .about__flex:last-child .about__large--column {
    order: 1;
  }
  .two-columns .about__flex:last-child .about__large:not(.about__large--column) {
    order: 2;
  }
}

.gallery {
  padding: 120px 0;
}
.gallery__wrapper {
  display: flex;
  gap: 16px;
  min-height: 600px;
}
@media (max-width: 1080px) {
  .gallery__wrapper {
    flex-direction: column;
    min-height: auto;
    gap: 12px;
  }
}
.gallery__left {
  flex: 50%;
  background-color: #38491C;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  color: #fff;
}
@media (max-width: 1080px) {
  .gallery__left {
    padding: 70px 40px;
    width: 100%;
  }
}
.gallery__content {
  max-width: 480px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1080px) {
  .gallery__content picture img img {
    max-width: 83px;
  }
}
.gallery__heading {
  margin: 0 0 30px;
  margin-top: 20px;
  color: #fff;
}
@media (max-width: 1080px) {
  .gallery__heading {
    margin-top: 31px;
    margin-bottom: 10px;
  }
}
.gallery__text {
  margin-bottom: 87px;
  font-size: 4rem;
  text-align: center;
}
@media (max-width: 1080px) {
  .gallery__text {
    margin-bottom: 68px;
  }
}
.gallery__svg img {
  max-width: 133px;
  height: auto;
}
.gallery__right {
  flex: 50%;
  display: flex;
}
@media (max-width: 1080px) {
  .gallery__right {
    width: 100%;
  }
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
@media (max-width: 1080px) {
  .gallery__grid {
    gap: 12px;
  }
}
.gallery__grid-item {
  position: relative;
  padding-bottom: 100%;
}
.gallery__grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery--flip .gallery__wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 1080px) {
  .gallery--flip .gallery__wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1080px) {
  .gallery {
    padding: 60px 0;
  }
}

.reserve__flex {
  display: flex;
  justify-content: center;
}
.reserve__wrapper {
  max-width: 650px;
  width: 100%;
  padding: 0 35px;
  text-align: center;
}
.reserve__wrapper h2 {
  margin: 33px 0;
}
.reserve__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  border: 1px solid #000000;
  margin: 63px 0 36px 0;
}
@media (max-width: 1080px) {
  .reserve__columns {
    grid-template-columns: 1fr;
    margin-bottom: 92px;
  }
}
.reserve__column {
  border-right: 1px solid #000000;
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 1080px) {
  .reserve__column {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.reserve__column a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}
.reserve__column:last-child {
  border-right: none;
}
@media (max-width: 1080px) {
  .reserve__column:last-child {
    border-bottom: none;
  }
}
.reserve__flex:last-child {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1px;
  width: 100%;
}
@media (max-width: 1080px) {
  .reserve__flex:last-child {
    grid-template-columns: 1fr;
  }
}
.reserve__left p {
  margin-top: 18px;
  font-size: 18px;
}
@media (max-width: 1080px) {
  .reserve__left {
    text-align: center;
    margin-bottom: 25px;
  }
}
.reserve__right {
  border-top: 1px solid #000000;
  padding-top: 36px;
}
@media (max-width: 1080px) {
  .reserve__right {
    text-align: center;
  }
}

.owners {
  padding: 138px 0;
}
.owners__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 60px;
}
.owners__col--middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 252px;
}
.owners__col--left {
  display: flex;
  flex-direction: column-reverse;
}
.owners__col--right {
  display: flex;
  flex-direction: column;
}
.owners__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.owners__image {
  position: relative;
  padding-bottom: 133.33%;
  width: 100%;
}
.owners__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.owners__text {
  font-size: clamp(1.8rem, 2vw, 1.8rem);
  color: #000000;
  font-family: "polymath-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 400px;
  margin: 0;
}
.owners__text--top {
  margin-left: auto;
  text-align: right;
}
.owners__text--bottom {
  margin-right: auto;
  text-align: left;
}
.owners__name {
  max-width: 300px;
  margin: 0;
}
.owners__name--top {
  margin-left: auto;
}
.owners__name--bottom {
  margin-right: auto;
}
.owners__name img {
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .owners {
    padding: 0;
  }
  .owners__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    display: flex;
    flex-direction: column;
  }
  .owners__col--middle {
    display: contents;
    max-width: 600px;
    margin: 0 auto;
  }
  .owners__col--middle .owners__group:first-child {
    order: 2;
    padding: 0 45px;
  }
  .owners__col--middle .owners__group:last-child {
    order: 4;
    padding: 0 45px;
  }
  .owners__col--left {
    order: 3;
    padding: 0 70px;
  }
  .owners__col--right {
    order: 1;
    padding: 0 70px;
  }
  .owners__text {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .owners__text--top, .owners__text--bottom {
    text-align: center;
    margin: 0 auto;
  }
  .owners__name {
    max-width: 240px;
    margin: 0 auto;
  }
  .owners__name--top, .owners__name--bottom {
    margin: 0 auto;
  }
  .owners__image {
    margin-bottom: 0;
  }
  .owners__group {
    width: 100%;
    margin-bottom: 0;
    align-items: center;
  }
}

.contact {
  padding-top: 138px;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .contact {
    padding-top: 24px;
  }
}
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.contact__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__content {
  padding: 20px;
}
.contact__content h2 {
  text-align: center;
  margin-bottom: 76px;
}
@media (max-width: 1080px) {
  .contact__content h2 {
    margin-bottom: 32px;
  }
}
.contact__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__form .wpcf7-form label {
  position: relative;
  display: block;
}
.contact__form .wpcf7-form label > span {
  display: block;
}
.contact__form .wpcf7-form input[type=text],
.contact__form .wpcf7-form input[type=email],
.contact__form .wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #38491C;
  font-size: 16px;
  transition: border-color 0.3s;
  margin-top: 8px;
}
.contact__form .wpcf7-form input[type=text]:focus,
.contact__form .wpcf7-form input[type=email]:focus,
.contact__form .wpcf7-form textarea:focus {
  outline: none;
  border-width: 2px;
}
.contact__form .wpcf7-form label {
  color: #000000;
  font-size: 16px;
  transition: all 0.3s ease;
}
.contact__form .wpcf7-form textarea {
  min-height: 150px;
}
.contact__form .wpcf7-form input[type=submit] {
  border: 1px solid #38491C;
  background-color: #FFFFFF;
  padding: 17px 76px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  text-wrap: nowrap;
  text-transform: uppercase;
  font-size: 2.4rem;
  background: linear-gradient(to right, #38491C 50%, #FFFFFF 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
          appearance: none;
  display: inline-block;
  cursor: pointer;
  max-width: 304px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .contact__form .wpcf7-form input[type=submit] {
    padding: 10px 50px;
    font-size: 18px;
  }
}
.contact__form .wpcf7-form input[type=submit]:hover {
  background-position: left bottom;
  color: #FFFFFF;
}

.map__iframe iframe {
  width: 100%;
  height: 668px;
  border: none;
  display: block;
  vertical-align: bottom;
}
@media (max-width: 1080px) {
  .map__iframe iframe {
    height: 426px;
  }
}

.menu_pricing__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 42px;
}
.menu_pricing__wrapper--topmargin {
  margin-top: 162px;
}
.menu_pricing__wrapper--smallmargin {
  margin-top: 67px;
}
@media (max-width: 1080px) {
  .menu_pricing__wrapper {
    padding: 0 16px;
  }
}
.menu_pricing__language-nav {
  display: flex;
  gap: 20px;
}
.menu_pricing__menu-info {
  color: #000000;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 1080px) {
  .menu_pricing__menu-info {
    font-size: 14px;
  }
}
.menu_pricing__heading-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 77px;
}
.menu_pricing__line {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.menu_pricing__ml {
  text-wrap: nowrap;
  font-size: 3.2rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .menu_pricing__ml {
    font-size: 14px;
  }
}
.menu_pricing__language-btn {
  background: none;
  border: none;
  margin-right: 30px;
  font-size: 2.4rem;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  color: #000000;
  transition: color 0.3s ease;
}
@media (max-width: 1080px) {
  .menu_pricing__language-btn {
    font-size: 14px;
    margin-right: 0;
  }
}
.menu_pricing__language-btn.active {
  color: #B6B78F;
}
.menu_pricing__language-btn:hover {
  color: #B6B78F;
}
.menu_pricing__heading {
  text-transform: uppercase;
}
.menu_pricing__heading--smaller {
  font-size: 3.5rem;
  text-wrap: nowrap;
}
@media (max-width: 1080px) {
  .menu_pricing__heading--smaller {
    text-wrap: wrap;
    font-size: 20px;
  }
}
.menu_pricing__heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1080px) {
  .menu_pricing__heading-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.menu_pricing__item-content {
  display: flex;
  gap: 6px;
}
.menu_pricing__item-content--column {
  flex-direction: column;
}
.menu_pricing__item-content--column .menu_pricing__item-name {
  text-transform: uppercase;
}
.menu_pricing__item-content--column .menu_pricing__item-description {
  font-weight: 300;
}
@media (max-width: 1080px) {
  .menu_pricing__item-content {
    flex-direction: column;
    margin-right: 15px;
  }
}
.menu_pricing__item-content--wine {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  width: 100%;
}
.menu_pricing__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.4rem;
}
.menu_pricing__item-year {
  color: #000000;
}
.menu_pricing__item-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.menu_pricing__item-info {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.menu_pricing__item-percent {
  color: #000000;
  font-weight: 300;
  text-align: right;
}
.menu_pricing__dietary-info {
  display: flex;
  gap: 120px;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .menu_pricing__dietary-info {
    margin-bottom: 22px;
    font-size: 14px;
    gap: 24px;
  }
}
.menu_pricing__vege, .menu_pricing__gluten {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 21px;
}
@media (max-width: 1080px) {
  .menu_pricing__vege, .menu_pricing__gluten {
    gap: 8px;
  }
}
.menu_pricing__item-allergens {
  display: flex;
  gap: 21px;
  align-items: center;
  margin-right: 20px;
}
.menu_pricing__item-allergen {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #000000;
}
.menu_pricing__icon {
  width: 47px;
  height: 47px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1080px) {
  .menu_pricing__icon {
    width: 24px;
    height: 24px;
  }
}
.menu_pricing__icon--small {
  width: 25px;
  height: 25px;
}
.menu_pricing__item-price, .menu_pricing__item-name {
  font-weight: 500;
}
.menu_pricing__item-price-wrapper {
  display: flex;
}
.menu_pricing__content {
  display: none;
}
.menu_pricing__content.active {
  display: block;
}
.menu_pricing__category {
  margin-bottom: 26px;
}
.menu_pricing__category:last-child {
  margin-bottom: 32px;
}
.menu_pricing__info {
  margin-top: 138px;
  margin-bottom: 153px;
}
.menu_pricing__info-columns {
  max-width: 1326px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.menu_pricing__info-column {
  display: none;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .menu_pricing__info-column {
    flex-direction: column;
  }
}
.menu_pricing__info-column.active {
  display: flex;
}
.menu_pricing__info-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.menu_pricing__info-item p {
  font-size: 2.4rem;
}
@media (max-width: 1080px) {
  .menu_pricing__info-item p {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.menu_pricing__wrap {
  border-bottom: 1px solid #000000;
}
.menu_pricing__wrap--bourbon {
  border: none !important;
}
.menu_pricing__info-number {
  text-align: center;
  margin-top: 40px;
  font-size: 1.8rem;
}
.menu_pricing__info-number--polish, .menu_pricing__info-number--english {
  display: none;
}
.menu_pricing__info-number--polish.active, .menu_pricing__info-number--english.active {
  display: block;
}
.menu_pricing__subtitle {
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: "ivymode", sans-serif;
  text-transform: uppercase;
}
.menu_pricing__subtitle--smaller {
  font-size: 2.5rem;
  margin-bottom: 14px;
  margin-top: 6px;
}
@media (max-width: 1080px) {
  .menu_pricing__subtitle {
    font-size: 18px;
  }
}
.menu_pricing__flex-line {
  display: flex;
  gap: 40px;
}

.wines .menu_pricing__category:last-child, .whisky .menu_pricing__category:last-child {
  margin-bottom: 71px;
}
.wines .menu_pricing__item-name, .whisky .menu_pricing__item-name {
  font-weight: 600;
}
.wines .menu_pricing__item-name span, .whisky .menu_pricing__item-name span {
  font-weight: 400;
}

.wines {
  margin-top: 146px !important;
}
.wines .menu_pricing {
  margin-top: 82px;
}
.wines .menu_pricing__item-content {
  margin-right: 0;
}
.wines .menu_pricing__item-content--wine {
  display: grid;
  grid-template-columns: 80px minmax(250px, 1fr) minmax(350px, 2fr) 80px 80px;
  gap: 25px;
  width: 100%;
  align-items: start;
}
@media (max-width: 1080px) {
  .wines .menu_pricing__item-content--wine {
    grid-template-columns: 60px 1fr 45px 45px;
    gap: 10px;
  }
}
.wines .menu_pricing__item-details {
  display: contents;
}
@media (max-width: 1080px) {
  .wines .menu_pricing__item-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}
.wines .menu_pricing__item-info {
  display: contents;
}
.wines .menu_pricing__item-price {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.wines .menu_pricing__item-percent {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.wines .menu_pricing__item-year, .wines .menu_pricing__item-description, .wines .menu_pricing__item-name {
  font-weight: 300;
}
.wines .menu_pricing__item-year {
  white-space: nowrap;
}
.wines .menu_pricing__item-name {
  white-space: normal;
  word-wrap: break-word;
}
.wines .menu_pricing__item-description {
  white-space: normal;
  word-wrap: break-word;
}
.wines .menu_pricing__category:first-child {
  margin-top: 59px;
}
.wines .menu_pricing__ml {
  margin-top: -0.5em;
}
.wines .menu_pricing__ml--other-font {
  font-family: "ivymode", sans-serif;
  text-transform: uppercase;
}

.whisky .menu_pricing__heading--smaller {
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .whisky .menu_pricing__heading--smaller {
    font-size: 14px;
  }
}
.whisky .menu_pricing__item-name {
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1080px) {
  .whisky .menu_pricing__item-name {
    font-size: 14px;
  }
}
.whisky .menu_pricing__heading-line {
  margin-bottom: 63px;
}

.bourbon {
  margin-top: 83px !important;
}
.bourbon .menu_pricing__wrap {
  margin-bottom: 67px !important;
}
.bourbon .menu_pricing__heading-line {
  margin-bottom: 26px;
}
.bourbon .menu_pricing__item-name {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .bourbon .menu_pricing__item-name {
    font-size: 14px;
  }
}
.bourbon .menu_pricing__item-price {
  font-size: 2.4rem;
}
.bourbon .menu_pricing:last-child {
  margin-bottom: 67px !important;
}

.images {
  padding: 60px 0;
}
@media (max-width: 1080px) {
  .images {
    padding: 42px 16px;
  }
}
.images__grid {
  display: grid;
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .images__grid {
    gap: 16px;
  }
}
.images__grid--1 {
  grid-template-columns: minmax(0, 1fr);
}
.images__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
  margin: 0 auto;
}
.images__grid--3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .images__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.images__grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .images__grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.images__svg {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 83px;
}
.images__grid-item {
  aspect-ratio: 0.744;
  overflow: hidden;
}
.images__grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.images__grid-item img:hover {
  transform: scale(1.05);
}

.text-and-image__flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 800px) {
  .text-and-image__flex {
    flex-direction: column;
    height: auto;
  }
}
.text-and-image__left, .text-and-image__right {
  flex: 50%;
}
@media (max-width: 800px) {
  .text-and-image__left, .text-and-image__right {
    flex: auto;
    width: 100%;
  }
}
.text-and-image__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 0;
  text-align: center;
}
.text-and-image__right-wrapper {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
}
.text-and-image__right-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}
.text-and-image__right-text {
  text-align: center;
  width: 100%;
}
.text-and-image__right h1 {
  margin-top: 0;
  margin-bottom: 36px;
  font-size: 48px;
}
@media (max-width: 800px) {
  .text-and-image__right h1 {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .text-and-image__right {
    padding: 30px;
  }
}
.text-and-image__left {
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 800px) {
  .text-and-image__left {
    height: auto;
    aspect-ratio: 412/376;
  }
}
.text-and-image__left picture {
  display: block;
  width: 100%;
  height: 100%;
}
.text-and-image__left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
@media (max-width: 800px) {
  .text-and-image__left img {
    position: static;
  }
}
.text-and-image__right-image {
  margin-bottom: 30px;
}
.text-and-image__right-image img {
  width: 100%;
  max-width: 157px;
  height: auto;
  border-radius: 12px;
}
.text-and-image__content {
  font-size: 18px;
  line-height: 1.6;
}
.text-and-image__content p {
  margin-bottom: 20px;
}
.text-and-image__content p:last-child {
  margin-bottom: 0;
}

.map-and-text {
  padding: 80px 0;
}
@media (max-width: 800px) {
  .map-and-text {
    padding: 0;
  }
}
.map-and-text__flex {
  display: flex;
  gap: 120px;
}
@media (max-width: 800px) {
  .map-and-text__flex {
    flex-direction: column;
    gap: 26px;
  }
}
.map-and-text__content {
  flex: 40%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.map-and-text__image-left {
  width: 100%;
  display: flex;
  justify-content: center;
}
.map-and-text__image-left img {
  max-width: 174px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-and-text__large-text {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 66px;
}
@media (max-width: 800px) {
  .map-and-text__large-text {
    margin-bottom: 44px;
  }
}
.map-and-text__large-text p {
  font-family: "ivymode", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.map-and-text__small-texts {
  display: flex;
  gap: 38px;
  text-align: center;
}
@media (max-width: 800px) {
  .map-and-text__small-texts {
    flex-direction: column;
    gap: 20px;
  }
}
.map-and-text__small-text {
  width: 50%;
  font-size: 14px;
}
@media (max-width: 800px) {
  .map-and-text__small-text {
    width: 100%;
  }
}
.map-and-text__map {
  flex: 60%;
}
@media (max-width: 991px) {
  .map-and-text__map {
    width: 100%;
  }
}
.map-and-text__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reserve__flex {
  display: flex;
  justify-content: center;
}
.reserve__wrapper {
  max-width: 650px;
  width: 100%;
  padding: 0 35px;
  text-align: center;
}
.reserve__wrapper h2 {
  margin: 33px 0;
}
.reserve__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  border: 1px solid #000000;
  margin: 63px 0 36px 0;
}
@media (max-width: 1080px) {
  .reserve__columns {
    grid-template-columns: 1fr;
    margin-bottom: 92px;
  }
}
.reserve__column {
  border-right: 1px solid #000000;
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 1080px) {
  .reserve__column {
    border-right: none;
    border-bottom: 1px solid #000000;
  }
}
.reserve__column a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
}
.reserve__column:last-child {
  border-right: none;
}
@media (max-width: 1080px) {
  .reserve__column:last-child {
    border-bottom: none;
  }
}
.reserve__flex:last-child {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1px;
  width: 100%;
}
@media (max-width: 1080px) {
  .reserve__flex:last-child {
    grid-template-columns: 1fr;
  }
}
.reserve__left p {
  margin-top: 18px;
  font-size: 18px;
}
@media (max-width: 1080px) {
  .reserve__left {
    text-align: center;
    margin-bottom: 25px;
  }
}
.reserve__right {
  border-top: 1px solid #000000;
  padding-top: 36px;
}
@media (max-width: 1080px) {
  .reserve__right {
    text-align: center;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: #B6B78F;
  display: flex;
  flex-direction: column;
  padding: 62px 36px 26px 64px;
  width: 420px;
  height: auto;
  box-sizing: border-box;
}

.opinions {
  overflow: hidden;
}
@media (max-width: 1080px) {
  .opinions {
    margin-top: 49px;
  }
}
.opinions__text {
  text-align: left;
  margin-top: 36px;
}
.opinions__text p {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}
.opinions__bottom {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 53px;
}
.opinions__name {
  font-size: 18px;
  color: #FFFFFF;
}

.cursor-follower {
  position: fixed;
  width: 76px;
  height: 42px;
  pointer-events: none;
  z-index: 9999;
}
.cursor-follower svg {
  width: 100%;
  height: 100%;
  display: block;
}