@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

@font-face {
  font-family: "aPresentum";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/aPresentum.ttf") format("truetype");
}
@font-face {
  font-family: "OldPresentum";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/oldpresentum.ttf") format("truetype");
}
:root {
  --red: #CC4700;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #F3F1EE;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.wrapper {
  max-width: 1616px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0 auto;
}

.page-title {
  font-size: 1.875rem;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .page-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.page-date {
  color: #434343;
}

.footer-svg {
  color: currentColor;
}

.link-page {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
}
.link-page:hover {
  top: 5px;
}
@media (max-width: 762px) {
  .link-page .text-sm {
    font-size: 0.75rem;
  }
  .link-page svg {
    width: 24px;
    height: 24px;
  }
}

.index-image {
  max-width: 516px;
}

.text-index {
  max-width: 1055px;
  font-size: 1.188rem;
  line-height: 1.6;
  color: #3A2A00;
}
@media (max-width: 1200px) {
  .text-index {
    font-size: 1rem;
  }
}
@media (max-width: 762px) {
  .text-index {
    font-size: 0.75rem;
  }
}

.btn-link {
  color: white;
  background-color: #3A2A00;
  height: 50px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #3A2A00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-link:hover {
  color: #3A2A00;
  background-color: #F3F1EE;
}

.loyalty-text {
  max-width: 1000px;
  line-height: 1.6;
}

.list-title {
  font-size: 1.5625rem;
}

.loyalty-list {
  line-height: 1.4;
  list-style: none;
  padding: 0;
}
.loyalty-list__item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.loyalty-list__item::before {
  content: "•";
  position: absolute;
  left: 20px;
  color: #CC4700;
}

.top-banner__title {
  color: #858585;
}

.number-link {
  font-size: 2.5rem;
  color: #CC4700;
}
@media (max-width: 991px) {
  .number-link {
    font-size: 1.5rem;
  }
}
.number-link:hover {
  color: #3A2A00;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.adress-link:hover {
  color: #CC4700;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer-svg {
  z-index: 1;
}

.title-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 0.875rem;
  margin-right: 30px;
  color: #858585;
  line-height: 22px;
  text-transform: uppercase;
}

.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 1596px;
  height: 650px;
  overflow: hidden;
}
.map-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.icon-nav-today {
  stroke: #CC4700;
}

@media (max-width: 1200px) {
  .reservation-btn {
    display: none;
  }
}
.image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.image-container img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrapper-slider {
  max-width: 1656px;
  margin: 0 auto;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

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

.custom-nav {
  position: absolute;
  z-index: 20;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  cursor: pointer;
}

.loyalty-block--first > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.loyalty-block--last > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.loyalty-block .wrapper-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.loyalty-block .wrapper-image img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}

.loyalty-block .loyalty-text {
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.title-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 1rem;
}
.title-news-wrapper .page-title {
  margin: 0;
}

.main-news-wrapper .img-wrapper {
  margin-bottom: 1rem;
}
.main-news-wrapper .img-wrapper img {
  width: 900px;
  margin: 0 auto;
}
.main-news-wrapper .img-wrapper {
  width: 100%;
}

.news-wrapper {
  max-width: 1200px;
  line-height: 1.5;
}

.text-news-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #333;
}
.text-news-wrapper .subtitle {
  margin: 0;
  font-size: 1.375rem;
}
.text-news-wrapper p {
  margin-bottom: 1rem;
}
.text-news-wrapper ul, .text-news-wrapper ol {
  padding-left: 22px;
}
.text-news-wrapper ul li, .text-news-wrapper ol li {
  position: relative;
}
.text-news-wrapper ul li::before, .text-news-wrapper ol li::before {
  content: "•";
  margin-right: 0.5rem;
  color: #CC4700;
}
.text-news-wrapper a {
  color: #3A2A00;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.text-news-wrapper a:hover {
  color: #CC4700;
}

.wrapper-menu {
  max-width: 1566px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 auto;
}

.pdf-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #858585;
  text-transform: unset;
  background: transparent;
  border: 2px solid #DDD8D2;
}
.pdf-btn:hover {
  color: black;
}

.descr-btn {
  font-weight: 600;
  color: #CC4700;
}

.navpag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navpag-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.navpag-list__link {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 5px solid transparent;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.navpag-list__link.is-active {
  border-bottom: 5px solid #DDD8D2;
}
.navpag-list__link.is-active span {
  color: black;
  font-weight: 500;
}

.menu-image-container {
  display: grid;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, auto);
}
.menu-image-container:has(img:only-child) {
  grid-template-columns: 1fr;
  justify-items: center;
}
.menu-image-container img {
  width: 100%;
  max-width: 675px;
  height: auto;
  min-width: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 762px) {
  .menu-image-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.grid-overlay {
  position: relative;
}
.grid-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 20;
  background-image: radial-gradient(circle at 80% 7%, transparent 75%, #F3F1EE 69%), -webkit-gradient(linear, left top, left bottom, from(#F3F1EE), to(#F3F1EE)), -webkit-gradient(linear, left top, right top, color-stop(31%, transparent), color-stop(31%, #F3F1EE), color-stop(33%, #F3F1EE), color-stop(33%, transparent), color-stop(66%, transparent), color-stop(66%, #F3F1EE), color-stop(68%, #F3F1EE), color-stop(67%, transparent));
  background-image: -webkit-radial-gradient(80% 7%, circle, transparent 75%, #F3F1EE 69%), -webkit-linear-gradient(#F3F1EE, #F3F1EE), -webkit-linear-gradient(left, transparent 31%, #F3F1EE 31%, #F3F1EE 33%, transparent 33%, transparent 66%, #F3F1EE 66%, #F3F1EE 68%, transparent 67%);
  background-image: radial-gradient(circle at 80% 7%, transparent 75%, #F3F1EE 69%), linear-gradient(#F3F1EE, #F3F1EE), linear-gradient(to right, transparent 31%, #F3F1EE 31%, #F3F1EE 33%, transparent 33%, transparent 66%, #F3F1EE 66%, #F3F1EE 68%, transparent 67%);
  background-repeat: no-repeat;
  background-size: 16% 30%, 36% 10%, 100% 100%;
  background-position: 80% 103%, 50% 0, 0 0;
}

.start-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
@media (max-width: 762px) {
  .start-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.start-link a {
  max-width: 400px;
  font-family: "aPresentum";
  font-size: 1.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #3A2A00;
}
.start-link a:hover {
  color: #CC4700;
}
@media (max-width: 1100px) {
  .start-link a {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .start-link a {
    font-size: 1rem;
  }
}
@media (max-width: 762px) {
  .start-link a {
    font-size: 0.875rem;
    max-width: none;
  }
}

.slide-container {
  width: 100%;
  max-height: 720px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-container .slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-type .text-sm {
  font-size: 1.25rem;
}
.page-type {
  font-family: "aPresentum";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-type:hover {
  color: #CC4700;
}

.loyalty-image {
  max-width: 300px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .loyalty-image {
    max-width: none;
  }
}
.loyalty-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card-wrapper {
  max-width: 381px;
  margin: 0 auto;
}
.card-wrapper .card-item__date {
  color: #858585;
  line-height: 1;
}
.card-wrapper .card-item__title {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-wrapper .card-item__text {
  color: #434343;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upload-btn {
  height: 50px;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #DDD8D2;
  color: #858585;
  cursor: pointer;
}
.upload-btn:hover {
  background-color: #3A2A00;
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagination__btn {
  height: 50px;
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #DDD8D2;
  color: #858585;
  cursor: pointer;
}
.pagination__btn.active, .pagination__btn:hover {
  background-color: #3A2A00;
  color: white;
}
.pagination__btn:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menuSwiper .swiper-wrapper {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.footer {
  font-size: 0.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 50px;
}
.footer .wrapper {
  border-top: 1px solid #DDD8D2;
  padding: 42px 0 50px 0;
}
.footer__text {
  color: #858585;
}
.footer__link {
  color: #3A2A00;
}
.footer__link:hover {
  color: #CC4700;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__bottom {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}
@media (max-width: 1200px) {
  .footer__bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .footer__bottom {
    grid-template-columns: 1fr;
  }
}
.footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  height: 250px;
  width: 221px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__bottom a:hover {
  background: #3A2A00;
}
.footer__bottom a:hover .icon-footer {
  -webkit-filter: brightness(0.5) invert(1);
          filter: brightness(0.5) invert(1);
}

.icon-footer {
  width: 100% !important;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.nav {
  height: 155px;
}
@media (max-width: 1400px) {
  .nav {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .nav__list {
    width: auto;
  }
}
.nav__list {
  font-size: 0.9375rem;
  text-align: end;
  white-space: nowrap;
}
@media (max-width: 1700px) {
  .nav__list {
    gap: 15px;
  }
}
@media (max-width: 1300px) {
  .nav__list {
    font-size: 0.875rem;
  }
}
.nav__item:hover {
  color: #CC4700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.icon-logo {
  width: 189px;
  height: auto;
}
@media (max-width: 1300px) {
  .icon-logo {
    width: 140px;
  }
}

.mobile-menu {
  display: none;
}

@media (max-width: 1200px) {
  .mobile-menu {
    display: block;
  }
  .nav__list {
    display: none;
  }
  .logo {
    margin: 0 auto;
  }
  .burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1001;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: #fff;
    padding: 40px 30px;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    z-index: 1000;
    -webkit-box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
  }
  .mobile-menu.is-open {
    right: 0;
  }
  .mobile-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-transform: uppercase;
  }
  .mobile-menu__list a {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
  }
  .mobile-menu__list a:hover {
    color: #CC4700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 999;
}

.overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.burger {
  display: none;
}
.burger svg {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.icon-burger {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

.icon-close {
  opacity: 0;
  -webkit-transform: rotate(-90deg) scale(0.8);
          transform: rotate(-90deg) scale(0.8);
  pointer-events: none;
  stroke: black;
}

.burger.is-active .icon-burger {
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(0.8);
          transform: rotate(90deg) scale(0.8);
}
.burger.is-active .icon-close {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  pointer-events: auto;
}

.menu-card {
  width: 100%;
  aspect-ratio: 786/520;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.menu-img {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.pdf-btn {
  width: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #858585;
  text-transform: unset;
  background: transparent;
  border: 2px solid #DDD8D2;
}
.pdf-btn:hover {
  color: black;
}

.descr-btn {
  font-weight: 600;
  color: #CC4700;
}

.title-menu {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  .title-menu {
    font-size: 1.125rem;
  }
}

.image-wrapper {
  width: 100%;
  aspect-ratio: 381/300;
  overflow: hidden;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.navpag-list {
  border-bottom: 1px solid #DDD8D2;
}
.navpag-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 5px solid transparent;
  padding-bottom: 30px;
}
.navpag-list__item span {
  color: #858585;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navpag-list__item.is-active {
  border-bottom: 5px solid #DDD8D2;
}
.navpag-list__item.is-active span {
  color: black;
  font-weight: 500;
}
.navpag-list__item:hover:not(.is-active) {
  opacity: 0.8;
  border-bottom-color: rgba(221, 216, 210, 0.3);
}

.navpag-btn {
  width: 100%;
  outline: none;
  background: transparent;
  border: none;
  padding: 0;
}