@charset "UTF-8";
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url(../fonts/Lora.woff2) format("woff2"), url(../fonts/Lora.woff) format("woff");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: #FAF0E6;
  background-color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Lora";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: "Lora";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 15px;
}

[class*=__title] {
  font-weight: 700;
  font-family: "Lora";
  font-size: clamp(1.563rem, 0.988rem + 2.87vw, 3.5rem);
}

section {
  padding-block: clamp(2.5rem, 1.759rem + 3.704vw, 5rem);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: color 0.3s ease 0s;
}

.z9wqzho9auw1dpq__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #2D2D2D;
  color: #FAF0E6;
  border-radius: 24px;
  padding: clamp(20px, 2vw + 10px, 40px);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}
.z9wqzho9auw1dpq__subtitle {
  text-align: center;
  font-weight: 700;
  font-family: "Lora";
  color: #D4AF37;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .z9wqzho9auw1dpq__subtitle {
    font-size: 25px;
  }
}
.z9wqzho9auw1dpq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.z9wqzho9auw1dpq__item {
  font-size: clamp(1rem, 0.963rem + 0.185vw, 1.125rem);
  line-height: 1.5;
  color: #FAF0E6;
}
.z9wqzho9auw1dpq__item ol {
  padding-left: 0;
}
.z9wqzho9auw1dpq__item ol li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.z9wqzho9auw1dpq__item ol li:before {
  content: "•";
  color: #B08D57;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}
.z9wqzho9auw1dpq__item ol li:not(:last-child) {
  margin-bottom: 10px;
}
.z9wqzho9auw1dpq__item ul {
  padding-left: 0;
}
.z9wqzho9auw1dpq__item ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.z9wqzho9auw1dpq__item ul li:before {
  content: "•";
  color: #B08D57;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}
.z9wqzho9auw1dpq__item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.anim.animate {
  opacity: 1;
}

.policy-section {
  padding-block: clamp(2.5rem, 2rem + 2.5vw, 4rem);
}

.z9wqzho9auw1dpq__subtitle {
  margin-bottom: 30px;
  color: #FAF0E6;
}

.policy-content {
  color: #BFBFBF;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.05rem);
  line-height: 1.7;
}

.policy-content h2 {
  font-family: "Lora", serif;
  font-size: clamp(1.3rem, 1.1rem + 1vw, 1.7rem);
  color: #FAF0E6;
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-weight: 600;
  border-bottom: 1px solid #404040;
  padding-bottom: 0.3em;
}

.policy-content h2:first-of-type {
  margin-top: 0;
}

.policy-content p {
  margin-bottom: 1.2em;
}

.policy-content ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1.2em;
}

.policy-content ul li {
  margin-bottom: 0.5em;
}

.policy-content strong {
  font-weight: 600;
  color: #FAF0E6;
}

.policy-link,
.policy-content a {
  color: #B08D57;
  text-decoration: underline;
}

.policy-link:hover,
.policy-content a:hover {
  color: #D4AF37;
  text-decoration: none;
}

#lastUpdatedDate {
  font-style: italic;
  color: #B08D57;
}

.wya50absxag3nzj__top {
  background-color: #800020;
  font-size: 12.8px;
  padding: 0.7em 3em;
}
.wya50absxag3nzj__container-top {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: #FAF0E6;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wya50absxag3nzj__container-top p {
  padding: 0 1em;
}
@media (min-width: 576px) {
  .wya50absxag3nzj__container-top {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wya50absxag3nzj__container-top {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wya50absxag3nzj__container-top {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wya50absxag3nzj__container-top {
    max-width: 1300px;
  }
}
.wya50absxag3nzj__link {
  padding: 0 1em;
  /* Цвет текста для ссылок в __top будет унаследован от __container-top (FAF0E6)
     Если эти ссылки должны иметь другой цвет, нужно будет добавить отдельное правило */
}
.wya50absxag3nzj__body {
  padding: 1.2em 3em;
  text-transform: uppercase;
}
.wya50absxag3nzj__container-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .wya50absxag3nzj__container-body {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wya50absxag3nzj__container-body {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wya50absxag3nzj__container-body {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wya50absxag3nzj__container-body {
    max-width: 1300px;
  }
}
.logo {
  font-weight: 900;
  color: #B08D57;
  font-size: 30px;
}
@media (max-width: 479px) {
  .logo {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: auto;
    background-color: #2D2D2D;
    padding: 100px 15px 30px 15px;
    transition: left 0.3s ease 0s;
    z-index: 40;
  }
  .menu-open .menu__body {
    left: 0;
  }
}
.menu__list {
  display: flex;
  gap: 15px;
}
@media (max-width: 1199px) {
  .menu__list {
    flex-direction: column;
    align-items: center;
  }
}
.menu__link {
  color: #FAF0E6;
  font-weight: 600;
  padding: 0.5rem 0;
  transition: color 0.3s ease 0s;
}
.menu__link:hover {
  color: #B08D57;
}
@media (max-width: 1199px) {
  .menu__link {
    font-size: 30px;
  }
}

.icon-menu {
  display: none;
}
@media (max-width: 1199px) {
  .icon-menu {
    display: block;
    position: relative;
    width: 40px;
    height: 25px;
    cursor: pointer;
    z-index: 45;
  }
  .menu-open .icon-menu {
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #B08D57;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}

/* Цветовая палитра для справки:
   Основной фон: #121212 (Очень темный графит)
   Основной текст: #FAF0E6 (Теплый белый / Слоновая кость)
   Вторичные фоны/Карточки: #2D2D2D (Темно-серый)
   Акцент Золото: #B08D57 (Приглушенное золото), #D4AF37 (Яркое золото)
   Акцент Бордовый: #800020 (Глубокий бордовый)
   Вторичный текст/Иконки: #BFBFBF (Светло-серый на темном фоне)
*/
.icpvgflche9h5cg__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.icpvgflche9h5cg__tops {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: center;
  text-align: center;
}
.icpvgflche9h5cg__title {
  color: #FAF0E6;
}
.icpvgflche9h5cg__text {
  color: #BFBFBF;
}
.icpvgflche9h5cg__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  place-content: center;
}
@media (max-width: 991px) {
  .icpvgflche9h5cg__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .icpvgflche9h5cg__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .icpvgflche9h5cg__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.icpvgflche9h5cg__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #2D2D2D;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.icpvgflche9h5cg__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.icpvgflche9h5cg__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}
.icpvgflche9h5cg__name {
  color: #FAF0E6;
  font-weight: 700;
  font-size: 18px;
}
.icpvgflche9h5cg__label {
  color: #BFBFBF;
  font-size: 14px;
  flex: 1 1 auto;
}
.icpvgflche9h5cg__price {
  color: #D4AF37;
  font-weight: 700;
  font-size: 18px;
  margin-top: auto;
  padding-top: 10px;
}

.bjd2pnzxetfnext__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .bjd2pnzxetfnext__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .bjd2pnzxetfnext__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 479px) {
  .bjd2pnzxetfnext__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bjd2pnzxetfnext__wrapper {
  background-color: #2D2D2D;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 50px 50px 30px;
}
@media screen and (max-width: 991px) {
  .bjd2pnzxetfnext__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 479px) {
  .bjd2pnzxetfnext__wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
.bjd2pnzxetfnext__grid {
  -moz-column-gap: 50px;
       column-gap: 50px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr 2fr;
  grid-template-rows: auto;
  row-gap: 50px;
}
@media screen and (max-width: 1260px) {
  .bjd2pnzxetfnext__grid {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 0.75fr 0.75fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bjd2pnzxetfnext__grid {
    grid-template-columns: 1.5fr;
  }
}
.bjd2pnzxetfnext__pages {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.bjd2pnzxetfnext__name {
  color: #B08D57;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.bjd2pnzxetfnext__link {
  background-color: transparent;
  color: #FAF0E6;
}
.bjd2pnzxetfnext__link:hover {
  text-decoration-line: underline;
  color: #D4AF37;
}
.bjd2pnzxetfnext__contacts {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .bjd2pnzxetfnext__contacts {
    padding-left: 0;
  }
}
.bjd2pnzxetfnext__link-adress {
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  .bjd2pnzxetfnext__link-adress {
    margin-bottom: 20px;
  }
}
.bjd2pnzxetfnext__link-email {
  color: #B08D57;
  font-size: 24px;
  margin-bottom: 10px;
  text-decoration: none;
}
.bjd2pnzxetfnext__link-email:hover {
  color: #D4AF37;
  text-decoration-line: underline;
}
@media (max-width: 479px) {
  .bjd2pnzxetfnext__link-email {
    font-size: 17px;
  }
}
.bjd2pnzxetfnext__link-phone {
  color: #B08D57;
  font-size: 40px;
  line-height: 1.3em;
  margin-bottom: 10px;
  text-decoration: none;
}
.bjd2pnzxetfnext__link-phone:hover {
  color: #D4AF37;
  text-decoration-line: underline;
}
@media screen and (max-width: 991px) {
  .bjd2pnzxetfnext__link-phone {
    font-size: 30px;
  }
}

.bjd2pnzxetfnext__social-media {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #404040;
}

.bjd2pnzxetfnext__social-media-title {
  margin-bottom: 15px;
  color: #BFBFBF;
  font-size: 1rem;
}

.bjd2pnzxetfnext__social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.bjd2pnzxetfnext__social-link {
  display: inline-block;
  color: #BFBFBF;
  transition: color 0.3s ease, transform 0.2s ease;
}

.bjd2pnzxetfnext__social-link:hover {
  color: #D4AF37;
  transform: scale(1.1);
}

.bjd2pnzxetfnext__social-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Если ваши SVG иконки имеют свой fill, то цвет будет браться из SVG.
   Чтобы CSS мог управлять цветом SVG, в самом SVG нужно убрать атрибут fill у path/shape
   и задать fill="currentColor" или не задавать fill вовсе, тогда он унаследуется. */
.bjd2pnzxetfnext__copyright {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #404040;
  font-size: 0.9em;
  color: #BFBFBF;
}

/* Цветовая палитра для справки:
   Основной фон: #121212 (Очень темный графит)
   Основной текст: #FAF0E6 (Теплый белый / Слоновая кость)
   Вторичные фоны/Карточки/Формы: #2D2D2D (Темно-серый)
   Акцент Золото: #B08D57 (Приглушенное золото), #D4AF37 (Яркое золото)
   Акцент Бордовый: #800020 (Глубокий бордовый)
   Вторичный текст/Иконки: #BFBFBF (Светло-серый на темном фоне), #707070 (Приглушенный серый)
   Поля ввода фон: #1E1E1E (Очень темно-серый, чуть темнее фона формы)
   Поля ввода граница: #4A4A4A (Средне-темный серый)
*/
.foz0hwd25t9ptph {
  background-color: #2D2D2D;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #FAF0E6;
  font-family: "YourFontFamily", sans-serif;
  padding: clamp(1rem, 0.5rem + 2vw, 2.5rem);
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.foz0hwd25t9ptph__contact {
  align-self: center;
  font-size: clamp(1.563rem, 1.285rem + 1.389vw, 2.5rem);
  color: #FAF0E6;
  font-weight: 600;
}
.foz0hwd25t9ptph__input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.foz0hwd25t9ptph__input input,
.foz0hwd25t9ptph__input textarea {
  background-color: #1E1E1E;
  border: 1px solid #4A4A4A;
  border-radius: 0.35rem;
  box-shadow: none;
  color: #FAF0E6;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-width: 100%;
  outline: none;
  padding: 20px 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.foz0hwd25t9ptph__input input:focus,
.foz0hwd25t9ptph__input textarea:focus {
  border-color: #B08D57;
  box-shadow: 0 0 0 0.2rem rgba(176, 141, 87, 0.25);
  color: #FAF0E6;
}
.foz0hwd25t9ptph__input input::-moz-placeholder, .foz0hwd25t9ptph__input textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.foz0hwd25t9ptph__input input::placeholder,
.foz0hwd25t9ptph__input textarea::placeholder {
  color: #707070;
  opacity: 1;
}
.foz0hwd25t9ptph__input input:disabled,
.foz0hwd25t9ptph__input textarea:disabled {
  background-color: #252525;
  border-color: #333333;
  opacity: 0.7;
  cursor: not-allowed;
}
.foz0hwd25t9ptph__input input {
  height: 60px;
}
.foz0hwd25t9ptph__input textarea {
  min-height: 180px;
  resize: vertical;
}
.foz0hwd25t9ptph__input label {
  color: #FAF0E6;
  font-size: 14px;
  margin-bottom: -10px;
}
.foz0hwd25t9ptph__button {
  align-self: flex-start;
  background-color: #B08D57;
  border: 1px solid #B08D57;
  border-radius: 5px;
  color: #121212;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0 0;
  outline: none;
  overflow: hidden;
  padding: 15px 45px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.foz0hwd25t9ptph__button:hover, .foz0hwd25t9ptph__button:focus {
  background-color: #D4AF37;
  border-color: #D4AF37;
  color: #0A0A0A;
}

.checkbox {
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #FAF0E6;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #1E1E1E;
  border: 1px solid #4A4A4A;
  border-radius: 3px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.checkbox__label:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #FAF0E6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox__input:checked ~ .checkbox__label:after {
  display: block;
}
.checkbox:hover .checkbox__input ~ .checkbox__label {
  border-color: #B08D57;
}
.checkbox__input:checked ~ .checkbox__label {
  background-color: #B08D57;
  border-color: #B08D57;
}
.checkbox__input:focus ~ .checkbox__label {
  box-shadow: 0 0 0 0.2rem rgba(176, 141, 87, 0.25);
}

.fajf13hh {
  display: flex;
  margin-left: 30px;
  gap: 10px;
}
.fajf13hh a {
  display: flex;
  width: 133px;
}

/* Цветовая палитра для справки:
   Основной фон: #121212 (Очень темный графит)
   Основной текст: #FAF0E6 (Теплый белый / Слоновая кость)
   Вторичные фоны/Карточки: #2D2D2D (Темно-серый)
   Акцент Золото: #B08D57 (Приглушенное золото), #D4AF37 (Яркое золото), #CD7F32 (Бронза)
   Акцент Бордовый: #800020 (Глубокий бордовый)
   Вторичный текст/Иконки: #707070 (Приглушенный серый), #BFBFBF (Светло-серый на темном фоне)
*/
.nbyx26x71206wdp {
  background-color: #121212;
  background-image: url("../img/main/01.jpg");
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.nbyx26x71206wdp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.nbyx26x71206wdp__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .nbyx26x71206wdp__container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .nbyx26x71206wdp__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .nbyx26x71206wdp__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nbyx26x71206wdp__title-wrap {
  margin: 0 auto;
  max-width: 1077px;
}
@media screen and (max-width: 991px) {
  .nbyx26x71206wdp__title-wrap {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .nbyx26x71206wdp__title-wrap {
    max-width: 100%;
  }
}
.nbyx26x71206wdp__label-wrap {
  background-color: rgba(18, 18, 18, 0.7);
  display: inline-block;
  padding: 5px 10px 5px 14px;
  position: relative;
}
.nbyx26x71206wdp__border {
  background-image: linear-gradient(to right, #B08D57, #D4AF37 50%, #B08D57);
  bottom: 0;
  left: 0;
  min-width: 4px;
  position: absolute;
  right: auto;
  top: 0;
}
.nbyx26x71206wdp__label {
  color: #FAF0E6;
  font-size: 14.46px;
  font-weight: 400;
  line-height: 1.5;
}
.nbyx26x71206wdp__title {
  color: #FAF0E6;
  font-size: 60.0664px;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}
@media screen and (max-width: 991px) {
  .nbyx26x71206wdp__title {
    font-size: 55.6651px;
  }
}
@media screen and (max-width: 767px) {
  .nbyx26x71206wdp__title {
    font-size: 46.4827px;
  }
}
@media screen and (max-width: 479px) {
  .nbyx26x71206wdp__title {
    font-size: 34.9024px;
  }
}
.nbyx26x71206wdp__text {
  color: #FAF0E6;
  font-size: 16.0354px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.nbyx26x71206wdp__link-wrap {
  margin-top: 30px;
}
.nbyx26x71206wdp__link {
  background-color: transparent;
  background-image: linear-gradient(135deg, #B08D57, #D4AF37 50%, #CD7F32);
  color: #121212;
  display: inline-block;
  font-size: 16.0354px;
  font-weight: 600;
  max-width: 100%;
  min-width: 180px;
  overflow: hidden;
  padding: 20px 35px 17px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .nbyx26x71206wdp__link {
    font-size: 15.5322px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.duio7u6p434xjgt__titles {
  margin: 0 0 60px;
}
.duio7u6p434xjgt__container {
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (min-width: 576px) {
  .duio7u6p434xjgt__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .duio7u6p434xjgt__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .duio7u6p434xjgt__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .duio7u6p434xjgt__container {
    max-width: 1200px;
  }
}
.duio7u6p434xjgt__left {
  padding: 0 15px;
  position: relative;
  width: 100%;
  padding: 0 0 0 30px;
  position: relative;
}
.duio7u6p434xjgt__left:before {
  background: #B08D57;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.duio7u6p434xjgt__left:after {
  color: #B08D57;
  content: "";
  font-size: 16.0354px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 17px;
}
@media (min-width: 992px) {
  .duio7u6p434xjgt__left {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
}
@media (max-width: 425px) {
  .duio7u6p434xjgt__left {
    margin-bottom: 30px;
  }
}
.duio7u6p434xjgt__label {
  color: #B08D57;
  display: inline-block;
  font-size: 18.1685px;
  font-weight: 600;
  margin: 0 0 15px;
  position: relative;
}
.duio7u6p434xjgt__label:before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 50px;
  background-color: #B08D57;
}
.duio7u6p434xjgt__title {
  color: #FAF0E6;
  font-size: 42.3775px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .duio7u6p434xjgt__title {
    font-size: 39.8696px;
  }
}
@media (max-width: 767px) {
  .duio7u6p434xjgt__title {
    font-size: 35.3082px;
  }
}
.duio7u6p434xjgt__right {
  padding: 0 15px;
  position: relative;
  width: 100%;
  color: #FAF0E6;
}
@media (min-width: 992px) {
  .duio7u6p434xjgt__right {
    flex: 0 0 50%;
    margin-left: 8.33333%;
    max-width: 50%;
  }
}
.duio7u6p434xjgt__text {
  line-height: 1.8em;
  margin: 0 0 20px;
  font-size: 16.0354px;
  color: #BFBFBF;
}
.duio7u6p434xjgt__item {
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .duio7u6p434xjgt__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .duio7u6p434xjgt__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.duio7u6p434xjgt__item-wrap {
  background-color: #2D2D2D;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 20px;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: all 300ms ease-out;
  height: 100%;
}
.duio7u6p434xjgt__item-wrap:hover {
  transform: translateY(-5px);
}
.duio7u6p434xjgt__item-wrap:before {
  background-color: rgba(18, 18, 18, 0.85);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 300ms ease-out;
  width: 100%;
  z-index: -1;
}
.duio7u6p434xjgt__item-wrap:after {
  background-position: center center;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 300ms ease-out;
  width: 100%;
  z-index: -1;
}
.duio7u6p434xjgt__item-wrap:hover:before, .duio7u6p434xjgt__item-wrap:hover:after {
  opacity: 1;
  z-index: 0;
}
.duio7u6p434xjgt__item-wrap:hover .duio7u6p434xjgt__number, .duio7u6p434xjgt__item-wrap:hover .duio7u6p434xjgt__name, .duio7u6p434xjgt__item-wrap:hover .duio7u6p434xjgt__item-text {
  position: relative;
  z-index: 1;
}
.duio7u6p434xjgt__item-wrap:hover .duio7u6p434xjgt__number {
  color: #D4AF37;
}
.duio7u6p434xjgt__item-wrap:hover .duio7u6p434xjgt__name {
  color: #FAF0E6;
}
.duio7u6p434xjgt__item-wrap:hover .duio7u6p434xjgt__item-text {
  color: #FAF0E6;
}
.duio7u6p434xjgt__number {
  color: #B08D57;
  font-size: 45.6378px;
  font-weight: 800;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.duio7u6p434xjgt__name {
  color: #FAF0E6;
  font-size: 20.2212px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}
.duio7u6p434xjgt__item-text {
  color: #BFBFBF;
  font-size: 13.4881px;
  font-weight: 300;
  line-height: 1.8em;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}

.eoxcwpnc315wezc {
  background-color: #121212;
}
.eoxcwpnc315wezc__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .eoxcwpnc315wezc__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .eoxcwpnc315wezc__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .eoxcwpnc315wezc__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .eoxcwpnc315wezc__container {
    max-width: 1200px;
  }
}
.eoxcwpnc315wezc__item {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .eoxcwpnc315wezc__item {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .eoxcwpnc315wezc__item {
    flex: 0 0 auto;
    width: 33.3333%;
  }
}
.eoxcwpnc315wezc__item-wrap {
  background-color: #2D2D2D;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 15px -3px;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  min-height: 100%;
  padding: 66px 15px 50px;
  text-align: center;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .eoxcwpnc315wezc__item-wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0 8px 20px 0;
  }
}
.eoxcwpnc315wezc__title {
  color: #FAF0E6;
  font-size: 20.2212px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-top: 16px;
  transition: all 0.3s ease-in-out;
}
.eoxcwpnc315wezc__title:hover {
  color: #B08D57;
}
@media (min-width: 768px) {
  .eoxcwpnc315wezc__title {
    font-size: 24.8979px;
  }
}
.eoxcwpnc315wezc__decor {
  height: 2px;
  margin: 20px auto 22px;
  max-width: 126px;
  position: relative;
  width: 100px;
}
.eoxcwpnc315wezc__decor:before {
  background-color: #707070;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  right: 15px;
  transition: all 0.3s;
}
.eoxcwpnc315wezc__decor:after {
  background-color: #B08D57;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  right: 50%;
  transition: all 0.3s;
}
.eoxcwpnc315wezc__text {
  color: #BFBFBF;
  margin: 0 auto;
  max-width: 320px;
}

.h3xwc75jv20viqw {
  background-color: #2D2D2D;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  .h3xwc75jv20viqw {
    padding: 50px 0;
  }
}
@media (min-width: 576px) {
  .h3xwc75jv20viqw {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .h3xwc75jv20viqw {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .h3xwc75jv20viqw {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .h3xwc75jv20viqw {
    display: block;
  }
}
.h3xwc75jv20viqw__container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  color: #FAF0E6;
  max-width: 100%;
}
@media (min-width: 576px) {
  .h3xwc75jv20viqw__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .h3xwc75jv20viqw__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .h3xwc75jv20viqw__container {
    max-width: 960px;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .h3xwc75jv20viqw__container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .h3xwc75jv20viqw__container {
    max-width: 1320px;
  }
}
.h3xwc75jv20viqw__left {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
}
.h3xwc75jv20viqw__left:after {
  background-color: #800020;
  content: "";
  position: absolute;
  width: 2px;
}
@media (min-width: 576px) {
  .h3xwc75jv20viqw__left {
    flex: 0 0 auto;
    width: 100%;
  }
  .h3xwc75jv20viqw__left:after {
    height: 81%;
    left: 3.9%;
    top: 83px;
  }
}
@media (min-width: 768px) {
  .h3xwc75jv20viqw__left {
    flex: 0 0 auto;
    width: 100%;
  }
  .h3xwc75jv20viqw__left:after {
    height: 80%;
    left: 2.8%;
    top: 98px;
  }
}
@media (min-width: 992px) {
  .h3xwc75jv20viqw__left {
    flex: 0 0 auto;
    width: 50%;
  }
  .h3xwc75jv20viqw__left:after {
    height: 375px;
    left: 4%;
    top: 26%;
  }
}
@media (min-width: 1200px) {
  .h3xwc75jv20viqw__left:after {
    height: 375px;
    left: 3.5%;
    top: 26%;
  }
}
@media (min-width: 1400px) {
  .h3xwc75jv20viqw__left:after {
    height: 370px;
    left: 3%;
    top: 24%;
  }
}
@media (max-width: 575px) {
  .h3xwc75jv20viqw__left:after {
    display: none;
  }
}
.h3xwc75jv20viqw__title {
  color: #FAF0E6;
  font-size: 34.2534px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .h3xwc75jv20viqw__title {
    font-weight: 700;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .h3xwc75jv20viqw__title {
    font-weight: 700;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .h3xwc75jv20viqw__title {
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .h3xwc75jv20viqw__title {
    font-weight: 700;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .h3xwc75jv20viqw__title {
    font-weight: 700;
    padding-bottom: 25px;
  }
}
.h3xwc75jv20viqw__item {
  display: flex;
}
.h3xwc75jv20viqw__item:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .h3xwc75jv20viqw__item {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .h3xwc75jv20viqw__item {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .h3xwc75jv20viqw__item {
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 50px;
  }
}
@media (max-width: 575px) {
  .h3xwc75jv20viqw__item {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}
.h3xwc75jv20viqw__icon {
  z-index: 1;
  position: relative;
  width: 40px;
  height: 40px;
}
.h3xwc75jv20viqw__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #B08D57;
  z-index: -1;
  border-radius: 50%;
}
.h3xwc75jv20viqw__icon::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #FAF0E6;
  z-index: -1;
  border-radius: 50%;
}
.h3xwc75jv20viqw__item-title {
  color: #FAF0E6;
  font-size: 26.2795px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .h3xwc75jv20viqw__item-title {
    font-size: 18.1685px;
  }
}
@media (min-width: 768px) {
  .h3xwc75jv20viqw__item-title {
    font-size: 24.8979px;
  }
}
@media (max-width: 575px) {
  .h3xwc75jv20viqw__item-title {
    font-size: 18.1685px;
  }
}
.h3xwc75jv20viqw__item-text {
  color: #BFBFBF;
  margin: 1rem 0 0;
}
@media (min-width: 576px) {
  .h3xwc75jv20viqw__item-text {
    font-size: 16.0354px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .h3xwc75jv20viqw__item-text {
    font-size: 18.1685px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .h3xwc75jv20viqw__item-text {
    font-size: 20.2212px;
    font-weight: 400;
  }
}
@media (max-width: 575px) {
  .h3xwc75jv20viqw__item-text {
    font-size: 16.0354px;
    font-weight: 400;
  }
}
.h3xwc75jv20viqw__right {
  flex: 0 0 auto;
  width: 91.6667%;
}
@media (min-width: 576px) {
  .h3xwc75jv20viqw__right {
    flex: 0 0 auto;
    padding-top: 50px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .h3xwc75jv20viqw__right {
    flex: 0 0 auto;
    margin: 0 auto;
    padding-top: 40px;
    width: 83.3333%;
  }
}
@media (min-width: 992px) {
  .h3xwc75jv20viqw__right {
    flex: 0 0 auto;
    margin: 0;
    padding-top: 0;
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .h3xwc75jv20viqw__right {
    padding-top: 0;
    width: 540px;
  }
}
@media (min-width: 1400px) {
  .h3xwc75jv20viqw__right {
    width: 630px;
  }
}
@media (max-width: 575px) {
  .h3xwc75jv20viqw__right {
    margin: 0 auto;
    padding-top: 50px;
  }
}

.fjkdlkfjj944444910941jaj {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #FAF0E6;
}
@media screen and (max-width: 767px) {
  .fjkdlkfjj944444910941jaj {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.fjkdlkfjj944444910941jaj__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}
.fjkdlkfjj944444910941jaj__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 3rem;
  max-width: 32rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .fjkdlkfjj944444910941jaj__title {
    margin: 0 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fjkdlkfjj944444910941jaj__title {
    margin: 0 0 1.5rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 479px) {
  .fjkdlkfjj944444910941jaj__title {
    margin-top: 0;
    font-size: 2rem;
  }
}
.fjkdlkfjj944444910941jaj__title span {
  background-color: rgba(45, 45, 45, 0.7);
  color: #D4AF37;
  border-radius: 0.5rem;
  display: inline-block;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 479px) {
  .fjkdlkfjj944444910941jaj__title span {
    margin-bottom: -0.25rem;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.fjkdlkfjj944444910941jaj__items {
  align-items: start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  justify-items: start;
  row-gap: 4rem;
}
@media screen and (max-width: 991px) {
  .fjkdlkfjj944444910941jaj__items {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .fjkdlkfjj944444910941jaj__items {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .fjkdlkfjj944444910941jaj__items {
    grid-template-columns: 1fr;
  }
}
.fjkdlkfjj944444910941jaj__item {
  align-items: center;
  background-color: #2D2D2D;
  border-radius: 1rem;
  flex-direction: column;
  padding: 3rem 2rem;
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 479px) {
  .fjkdlkfjj944444910941jaj__item {
    padding: 2rem 1.5rem;
  }
}
.fjkdlkfjj944444910941jaj__card-title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FAF0E6;
}
@media screen and (max-width: 991px) {
  .fjkdlkfjj944444910941jaj__card-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .fjkdlkfjj944444910941jaj__card-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .fjkdlkfjj944444910941jaj__card-title {
    font-size: 1.25rem;
  }
}
.fjkdlkfjj944444910941jaj__text {
  margin-bottom: 0;
  margin-top: 0;
  flex: 1 1 auto;
  color: #BFBFBF;
}
.fjkdlkfjj944444910941jaj__link {
  align-self: flex-start;
  margin: 2rem 0 0;
  align-items: center;
  background-color: transparent;
  color: #FAF0E6;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  display: grid;
  font-weight: 500;
  grid-auto-columns: 1fr;
  grid-template-columns: max-content max-content;
  grid-template-rows: auto;
  line-height: 1;
  max-width: 100%;
  row-gap: 0.25rem;
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fjkdlkfjj944444910941jaj__link:hover {
  color: #B08D57;
}
@media screen and (max-width: 991px) {
  .fjkdlkfjj944444910941jaj__link {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fjkdlkfjj944444910941jaj__link {
    margin-top: 1.25rem;
  }
}

.m3nb2aarv7bv9ba {
  overflow: hidden;
}
.m3nb2aarv7bv9ba__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 576px) {
  .m3nb2aarv7bv9ba__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .m3nb2aarv7bv9ba__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .m3nb2aarv7bv9ba__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .m3nb2aarv7bv9ba__container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .m3nb2aarv7bv9ba__container {
    max-width: 1320px;
  }
}
.m3nb2aarv7bv9ba__tops {
  margin: 0 auto 50px;
  max-width: 650px;
  text-align: center;
}
.m3nb2aarv7bv9ba__label {
  color: #B08D57;
  font-size: 20.2212px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.m3nb2aarv7bv9ba__title {
  color: #FAF0E6;
  font-size: 42.3775px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}
@media (max-width: 1199px) {
  .m3nb2aarv7bv9ba__title {
    font-size: 38.6085px;
  }
}
@media (max-width: 767px) {
  .m3nb2aarv7bv9ba__title {
    font-size: 36.1881px;
  }
}
@media (max-width: 575px) {
  .m3nb2aarv7bv9ba__title {
    font-size: 32.2534px;
  }
}
@media (max-width: 500px) {
  .m3nb2aarv7bv9ba__title {
    font-size: 28.5954px;
  }
}
@media (max-width: 470px) {
  .m3nb2aarv7bv9ba__title {
    font-size: 24.8979px;
  }
}
.m3nb2aarv7bv9ba__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -3rem;
}
.m3nb2aarv7bv9ba__left {
  flex-shrink: 0;
  margin-top: 48px;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .m3nb2aarv7bv9ba__left {
    flex: 0 0 auto;
    width: 50%;
  }
}
.m3nb2aarv7bv9ba__item {
  background-color: #2D2D2D;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  padding: 50px;
  row-gap: 30px;
}
.m3nb2aarv7bv9ba__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .m3nb2aarv7bv9ba__item {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .m3nb2aarv7bv9ba__item {
    padding: 22px;
  }
}
.m3nb2aarv7bv9ba__icon {
  max-width: 47px;
}
.m3nb2aarv7bv9ba__item-title {
  color: #B08D57;
  font-size: 20.2212px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}
.m3nb2aarv7bv9ba__item-text {
  color: #FAF0E6;
  font-size: 16.0354px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.m3nb2aarv7bv9ba__right {
  flex-shrink: 0;
  margin-top: 48px;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}
.m3nb2aarv7bv9ba__right img {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .m3nb2aarv7bv9ba__right {
    flex: 0 0 auto;
    width: 50%;
  }
}

.mgoyritgd92gs6r {
  padding: 110px 0 95px;
  background-color: #121212;
}
@media (max-width: 1024px) {
  .mgoyritgd92gs6r {
    padding-bottom: 90px;
  }
}
.mgoyritgd92gs6r__container {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .mgoyritgd92gs6r__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .mgoyritgd92gs6r__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .mgoyritgd92gs6r__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .mgoyritgd92gs6r__container {
    max-width: 1200px;
  }
}
.mgoyritgd92gs6r__items {
  border-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
  row-gap: 30px;
}
.mgoyritgd92gs6r__item {
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .mgoyritgd92gs6r__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .mgoyritgd92gs6r__item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.mgoyritgd92gs6r__item-wrapper {
  align-items: center;
  background-color: #2D2D2D;
  display: flex;
  margin: 0 0 30px;
  padding: 30px;
  height: 100%;
}
.mgoyritgd92gs6r__item-content {
  margin: 0 0 0 30px;
}
.mgoyritgd92gs6r__name {
  color: #FAF0E6;
  font-size: 18.1685px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}
.mgoyritgd92gs6r__link {
  line-height: 1.8em;
  color: #B08D57;
  text-decoration: none;
}
.mgoyritgd92gs6r__link:hover {
  text-decoration: underline;
  color: #D4AF37;
}
.mgoyritgd92gs6r__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.mgoyritgd92gs6r__left {
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .mgoyritgd92gs6r__left {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
}
.mgoyritgd92gs6r__label {
  border-style: none;
  color: #B08D57;
  display: inline-block;
  font-size: 18.1685px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 0 0 0 60px;
  position: relative;
}
.mgoyritgd92gs6r__label:before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 50px;
  background-color: #B08D57;
}
.mgoyritgd92gs6r__title {
  border-style: none;
  color: #FAF0E6;
  font-size: 64.0749px;
  font-weight: 800;
  line-height: 74px;
  margin: 0 0 30px;
}
@media (max-width: 425px) {
  .mgoyritgd92gs6r__title {
    font-size: 48.9486px;
    line-height: 62px;
  }
}
.mgoyritgd92gs6r__right {
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  color: #BFBFBF;
}
@media (min-width: 992px) {
  .mgoyritgd92gs6r__right {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
}

.o4dso046aki8r7v {
  display: block;
  overflow: hidden;
  position: relative;
}
.o4dso046aki8r7v__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1282px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 479px) {
  .o4dso046aki8r7v__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.o4dso046aki8r7v__tops {
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  max-width: 607px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__tops {
    max-width: 400px;
    margin-bottom: 48px;
  }
}
.o4dso046aki8r7v__label-wrap {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__label-wrap {
    margin-bottom: 16px;
  }
}
.o4dso046aki8r7v__label {
  background-color: #B08D57;
  height: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 138px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__label {
    max-width: 115px;
  }
}
@media screen and (max-width: 479px) {
  .o4dso046aki8r7v__label {
    max-width: 95px;
  }
}
.o4dso046aki8r7v__title {
  color: #FAF0E6;
  font-size: 52.7178px;
  font-weight: 500;
  line-height: 1.192em;
}
@media screen and (max-width: 991px) {
  .o4dso046aki8r7v__title {
    font-size: 42.3775px;
  }
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__title {
    font-size: 32.2534px;
  }
}
@media screen and (max-width: 479px) {
  .o4dso046aki8r7v__title {
    font-size: 28.5954px;
  }
}
.o4dso046aki8r7v__body {
  margin-bottom: 32px;
  color: #BFBFBF;
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__body {
    margin-bottom: 26px;
  }
}
.o4dso046aki8r7v__hid {
  opacity: 1;
  overflow: hidden;
}
.o4dso046aki8r7v__image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.o4dso046aki8r7v__image {
  display: inline-block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.o4dso046aki8r7v__counter {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .o4dso046aki8r7v__counter {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__counter {
    max-width: 100%;
  }
}
.o4dso046aki8r7v__grid {
  -moz-column-gap: 28px;
       column-gap: 28px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 28px;
}
@media screen and (max-width: 991px) {
  .o4dso046aki8r7v__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__grid {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 479px) {
  .o4dso046aki8r7v__grid {
    grid-template-columns: 1fr;
  }
}
.o4dso046aki8r7v__item {
  align-items: center;
  background-color: #2D2D2D;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 38px;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .o4dso046aki8r7v__item {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__item {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 479px) {
  .o4dso046aki8r7v__item {
    padding: 32px 24px;
  }
}
.o4dso046aki8r7v__number {
  color: #FAF0E6;
  font-size: 52.7178px;
  font-weight: 500;
  line-height: 1.192em;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .o4dso046aki8r7v__number {
    font-size: 42.3775px;
  }
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__number {
    font-size: 32.2534px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .o4dso046aki8r7v__number {
    font-size: 28.5954px;
    margin-bottom: 8px;
  }
}
.o4dso046aki8r7v__number span {
  color: #B08D57;
}
.o4dso046aki8r7v__card-text {
  color: #BFBFBF;
  font-size: 24.8979px;
  font-weight: 500;
  line-height: 1.083em;
}
@media screen and (max-width: 991px) {
  .o4dso046aki8r7v__card-text {
    font-size: 22.7317px;
  }
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__card-text {
    font-size: 20.2212px;
  }
}
.o4dso046aki8r7v__bg {
  background-color: #181818;
  bottom: 0;
  left: 0;
  min-height: 751px;
  position: absolute;
  right: 0;
  top: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__bg {
    min-height: 60%;
  }
}
@media screen and (max-width: 479px) {
  .o4dso046aki8r7v__bg {
    min-height: 70%;
  }
}
.o4dso046aki8r7v__bg-decor {
  border-right: 100vw solid transparent;
  border-top: 80px solid #121212;
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .o4dso046aki8r7v__bg-decor {
    border-top-width: 62px;
  }
}
@media screen and (max-width: 767px) {
  .o4dso046aki8r7v__bg-decor {
    border-top-width: 48px;
  }
}
@media screen and (max-width: 479px) {
  .o4dso046aki8r7v__bg-decor {
    border-top-width: 32px;
  }
}

.or22iss3bflufmd {
  padding: 80px 0 70px;
  background-color: #121212;
}
.or22iss3bflufmd__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .or22iss3bflufmd__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .or22iss3bflufmd__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .or22iss3bflufmd__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .or22iss3bflufmd__container {
    max-width: 1140px;
  }
}
.or22iss3bflufmd__tops {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.or22iss3bflufmd__tops-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  text-align: center;
}
.or22iss3bflufmd__title {
  color: #FAF0E6;
  font-size: 32.2534px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 10px;
  padding-bottom: 13px;
}
.or22iss3bflufmd__text {
  color: #BFBFBF;
  font-weight: 400;
  margin-bottom: 1rem;
  padding: 0 260px 20px;
}
@media (max-width: 991px) {
  .or22iss3bflufmd__text {
    padding: 0 125px 20px;
  }
}
@media (max-width: 479px) {
  .or22iss3bflufmd__text {
    padding: 0 15px 20px;
  }
}
.or22iss3bflufmd__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.or22iss3bflufmd__item {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .or22iss3bflufmd__item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.or22iss3bflufmd__item-wrap {
  background-color: #2D2D2D;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  height: 100%;
}
.or22iss3bflufmd__item-content {
  border: 2px solid #404040;
  border-radius: 5px;
  transition: all 0.5s;
  height: 100%;
  padding: 20px;
}
.or22iss3bflufmd__item-content:hover {
  border-color: #B08D57;
}
.or22iss3bflufmd__item-box {
  padding-bottom: 13px;
}
.or22iss3bflufmd__name {
  color: #FAF0E6;
  font-size: 22.7317px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 10px;
  padding-bottom: 8px;
}
.or22iss3bflufmd__link {
  color: #BFBFBF;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.or22iss3bflufmd__link:hover {
  color: #B08D57;
  text-decoration: underline;
}

/* ==========================================================================
   Kasyno Page Specific Styles (kasyno.html)
   ========================================================================== */
.wya50absxag3nzj__menu .menu__list .menu__item .menu__link.active {
  color: #D4AF37;
  border-bottom: 2px solid #D4AF37;
  padding-bottom: calc(0.5em - 2px);
}

.kasyno-section__title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 1.2rem + 3vw, 3rem);
  color: #D4AF37;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

.kasyno-hero {
  background-image: url("../img/main/10.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
}

.kasyno-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/*
.kasyno-gry-przeglad .duio7u6p434xjgt__item-wrap .duio7u6p434xjgt__icon img {
    max-width: 50px; // Пример размера
    margin-bottom: 15px;
}
*/
/* Существующие стили .h3xwc75jv20viqw__icon создают круги через ::before и ::after.
   Если внутри будет <img> для иконки: */
.h3xwc75jv20viqw__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h3xwc75jv20viqw__icon img {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  /* Возможно, понадобится удалить или изменить стили ::before/::after для .h3xwc75jv20viqw__icon,
     если <img> будет основной графикой иконки. */
}

.asdjfh138fhfahjkh__link {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background-image: linear-gradient(135deg, #B08D57, #D4AF37 50%, #CD7F32);
  color: #121212;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  font-size: 0.9rem;
}

.asdjfh138fhfahjkh__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
  color: #121212;
}

.kasyno-poker-room .m3nb2aarv7bv9ba__icon {
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kasyno-poker-room .m3nb2aarv7bv9ba__icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kasyno-vip {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
}

.kasyno-vip > .eoxcwpnc315wezc__container > .eoxcwpnc315wezc__item:first-child {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: clamp(2rem, 1rem + 2.5vw, 3.5rem);
}

.kasyno-vip > .eoxcwpnc315wezc__container > .eoxcwpnc315wezc__item:first-child .kasyno-section__title {
  margin-bottom: 15px;
}

.kasyno-vip > .eoxcwpnc315wezc__container > .eoxcwpnc315wezc__item:first-child p {
  color: #BFBFBF;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: clamp(0.9rem, 0.8rem + 0.5vw, 1.1rem);
}

.kasyno-odpowiedzialna-gra .or22iss3bflufmd__title {
  color: #D4AF37;
}

.kasyno-odpowiedzialna-gra .or22iss3bflufmd__text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #BFBFBF;
  line-height: 1.7;
}

.kasyno-zaproszenie .o4dso046aki8r7v__body p {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  line-height: 1.7;
  color: #BFBFBF;
}

.kasyno-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.nbyx26x71206wdp__link--burgundy {
  background-image: linear-gradient(135deg, #800020, #600018 50%, #800020);
  color: #FAF0E6 !important;
  border: none;
}

.nbyx26x71206wdp__link--burgundy:hover {
  background-image: linear-gradient(135deg, #70001c, #500014 50%, #70001c);
  color: #FAF0E6 !important;
  transform: translateY(-2px);
}

.nbyx26x71206wdp__link--bordered-gold {
  background-image: none;
  background-color: transparent;
  border: 2px solid #B08D57;
  color: #B08D57 !important;
}

.nbyx26x71206wdp__link--bordered-gold:hover {
  background-color: #B08D57;
  color: #121212 !important;
  border-color: #B08D57;
  transform: translateY(-2px);
}

/* ==========================================================================
   Restauracja Page Specific Styles (restauracja.html)
   ========================================================================== */
/* Если нужно, общий стиль для контейнеров на странице Ресторан, 
   если они отличаются от глобального [class*=__container] */
.page-restauracja [class*=__container] {
  max-width: 1280px;
}

.rest-hero {
  position: relative;
  height: 85vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FAF0E6;
  overflow: hidden;
}

.rest-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-image: url("../img/main/16.jpg");
}

.rest-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.95);
  z-index: 2;
}

.rest-hero__container {
  position: relative;
  z-index: 3;
  padding: 20px;
  max-width: 800px;
}

.rest-hero__subheading {
  display: block;
  font-size: clamp(0.9rem, 0.8rem + 0.5vw, 1.1rem);
  color: #B08D57;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.rest-hero__title {
  font-family: "Lora", serif;
  font-size: clamp(2.5rem, 1.5rem + 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FAF0E6;
}

.rest-hero__description {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  line-height: 1.6;
  margin-bottom: 30px;
  color: #BFBFBF;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.rest-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.rest-hero__cta-button {
  padding: 15px 35px;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.1rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  min-width: 180px;
}

.rest-hero__cta-button--primary {
  background-color: #B08D57;
  color: #121212;
  border: 2px solid #B08D57;
}

.rest-hero__cta-button--primary:hover {
  background-color: #D4AF37;
  border-color: #D4AF37;
  color: #121212;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.rest-hero__cta-button--secondary {
  background-color: transparent;
  color: #FAF0E6;
  border: 2px solid #FAF0E6;
}

.rest-hero__cta-button--secondary:hover {
  background-color: #FAF0E6;
  color: #121212;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(250, 240, 230, 0.2);
}

.chef-philosophy {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background-color: #181818;
}

.chef-philosophy__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.chef-philosophy__image-column {
  flex: 1 1 300px;
  max-width: 450px;
}

.chef-philosophy__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.chef-philosophy__text-column {
  flex: 2 1 400px;
  color: #FAF0E6;
}

.chef-philosophy__title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.8rem);
  color: #D4AF37;
  margin-bottom: 10px;
  font-weight: 700;
}

.chef-philosophy__chef-name {
  display: block;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.4rem);
  color: #B08D57;
  margin-bottom: 20px;
  font-style: italic;
}

.chef-philosophy__quote {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  line-height: 1.7;
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 3px solid #800020;
  font-style: italic;
  color: #BFBFBF;
}

.chef-philosophy__details {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.1rem);
  line-height: 1.6;
  color: #BFBFBF;
  margin-bottom: 25px;
}

.chef-philosophy__link-more {
  display: inline-block;
  color: #B08D57;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.chef-philosophy__link-more:hover {
  color: #D4AF37;
  border-bottom-color: #D4AF37;
}

.menu-highlights {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
}

.menu-highlights__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.menu-highlights__header {
  text-align: center;
  margin-bottom: 40px;
}

.menu-highlights__title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 700;
}

.menu-highlights__subtitle {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  color: #BFBFBF;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.menu-highlights__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.menu-card {
  background-color: #2D2D2D;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.menu-card__image-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.menu-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.menu-card:hover .menu-card__image {
  transform: scale(1.05);
}

.menu-card__content {
  padding: 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.menu-card__name {
  font-family: "Lora", serif;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 600;
}

.menu-card__description {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 1rem);
  color: #BFBFBF;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1;
}

.menu-card__category {
  font-size: 0.8rem;
  color: #B08D57;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
}

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

.menu-highlights__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background-color: #800020;
  color: #FAF0E6;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1rem;
}

.menu-highlights__cta-button:hover {
  background-color: #66001a;
  transform: translateY(-2px);
}

.restaurant-ambiance {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background-color: #121212;
}

.restaurant-ambiance__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.restaurant-ambiance__title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  margin-bottom: 15px;
  font-weight: 700;
}

.restaurant-ambiance__description {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  color: #BFBFBF;
  max-width: 750px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

.ambiance-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  gap: 15px;
}

.ambiance-gallery__item {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.ambiance-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.ambiance-gallery__item img:hover {
  transform: scale(1.05);
  opacity: 0.85;
}

@media (min-width: 768px) {
  .ambiance-gallery__item--large {
    grid-column: span 2;
    grid-row: span 1;
  }
  /* Для лучшего вида, можно сделать некоторые элементы span 2 по высоте
  .ambiance-gallery__item:nth-child(3) { grid-row: span 2; }
  */
}
.wine-selection {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background-color: #181818;
}

.wine-selection__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .wine-selection__container {
    flex-direction: column;
  }
}

.wine-selection__text-content {
  flex: 1 1 50%;
  color: #FAF0E6;
}

.wine-selection__title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.8rem);
  color: #D4AF37;
  margin-bottom: 20px;
  font-weight: 700;
}

.wine-selection__description {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.7;
  margin-bottom: 25px;
}

.wine-selection__features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.wine-selection__feature-item {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.05rem);
  color: #FAF0E6;
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.5;
}

.wine-selection__feature-item::before {
  content: "✓";
  color: #B08D57;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.wine-selection__cta-button {
  display: inline-block;
  padding: 12px 28px;
  background-color: transparent;
  color: #B08D57;
  border: 2px solid #B08D57;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 0.95rem;
}

.wine-selection__cta-button:hover {
  background-color: #B08D57;
  color: #121212;
}

.wine-selection__image-content {
  flex: 1 1 40%;
  max-width: 500px;
}

.wine-selection__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.private-events {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
}

.private-events__container {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .private-events__container {
    flex-wrap: wrap;
  }
}
.private-events__image-side {
  flex: 1 1 45%;
  min-width: 300px;
}

.private-events__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.private-events__info-side {
  flex: 1 1 50%;
  color: #FAF0E6;
}

.private-events__title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.8rem);
  color: #FAF0E6;
  margin-bottom: 20px;
  font-weight: 700;
}

.private-events__text {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.7;
  margin-bottom: 25px;
}

.private-events__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  color: #FAF0E6;
}

.private-events__list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
}

.private-events__list li::before {
  content: "•";
  color: #800020;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 2px;
}

.private-events__cta {
  display: inline-block;
  padding: 14px 30px;
  background-color: #B08D57;
  color: #121212;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1rem;
}

.private-events__cta:hover {
  background-color: #D4AF37;
  transform: translateY(-2px);
}

.guest-reviews {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background-color: #181818;
}

.guest-reviews__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.guest-reviews__main-title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  margin-bottom: 40px;
  font-weight: 700;
}

.guest-reviews__slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.review-card {
  background-color: #2D2D2D;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  flex: 1 1 300px;
  max-width: 400px;
  text-align: left;
  border-left: 5px solid #B08D57;
}

.review-card__text {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: italic;
}

.review-card__author {
  display: block;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  color: #FAF0E6;
  font-weight: 600;
  margin-bottom: 8px;
}

.review-card__rating {
  font-size: 1.1rem;
  color: #D4AF37;
}

.final-cta-reservation {
  padding-block: clamp(4rem, 2.5rem + 7.5vw, 8rem);
  background-color: #121212;
  background-image: linear-gradient(rgba(18, 18, 18, 0.85), rgba(18, 18, 18, 0.85)), url("../img/main/28.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FAF0E6;
}

.final-cta-reservation__container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 15px;
}

.final-cta-reservation__title {
  font-family: "Lora", serif;
  font-size: clamp(2.2rem, 1.6rem + 3vw, 3.5rem);
  color: #FAF0E6;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.final-cta-reservation__subtitle {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  color: #BFBFBF;
  line-height: 1.6;
  margin-bottom: 35px;
}

.final-cta-reservation__button {
  display: inline-block;
  padding: 18px 45px;
  background-color: #800020;
  color: #FAF0E6;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.final-cta-reservation__button:hover {
  background-color: #66001a;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(128, 0, 32, 0.4);
}

.final-cta-reservation__phone-info {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
}

.final-cta-reservation__phone-link {
  color: #B08D57;
  text-decoration: none;
  font-weight: 600;
}

.final-cta-reservation__phone-link:hover {
  text-decoration: underline;
  color: #D4AF37;
}

/* ==========================================================================
   Rezerwacja Page Specific Styles (rezerwacja.html)
   ========================================================================== */
.booking-intro {
  padding-block: clamp(3rem, 2rem + 5vw, 5rem);
  background-color: #181818;
}

.booking-intro__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.booking-intro__text-content {
  flex: 1 1 55%;
  min-width: 300px;
  color: #FAF0E6;
}

.booking-intro__title {
  font-family: "Lora", serif;
  font-size: clamp(2.2rem, 1.5rem + 3.5vw, 3.5rem);
  color: #FAF0E6;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.booking-intro__subtitle {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  color: #BFBFBF;
  line-height: 1.7;
  margin-bottom: 20px;
}

.booking-intro__note {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 1rem);
  color: #B08D57;
  font-style: italic;
  padding: 10px;
  background-color: rgba(45, 45, 45, 0.3);
  border-left: 3px solid #B08D57;
  border-radius: 0 4px 4px 0;
}

.booking-intro__image-content {
  flex: 1 1 40%;
  min-width: 280px;
  max-width: 500px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .booking-intro__image-content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.booking-intro__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.booking-form-section {
  padding-block: clamp(3rem, 2rem + 5vw, 5rem);
}

.booking-form-section__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.booking-form-section__title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.booking-form {
  background-color: #2D2D2D;
  padding: clamp(20px, 5vw, 40px);
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.booking-form__fieldset {
  border: 1px solid #404040;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 6px;
}

.booking-form__legend {
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.4rem);
  font-weight: 600;
  color: #B08D57;
  padding: 0 10px;
  margin-left: 10px;
}

.booking-form__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.booking-form__radio-item {
  display: flex;
  align-items: center;
}

.booking-form__radio-item input[type=radio] {
  margin-right: 8px;
  accent-color: #B08D57;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.booking-form__radio-item label {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  color: #FAF0E6;
  cursor: pointer;
}

.booking-form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.booking-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.booking-form__label {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  color: #BFBFBF;
  font-weight: 500;
}

.booking-form__required {
  color: #800020;
  font-weight: bold;
  margin-left: 2px;
}

.booking-form__input,
.booking-form__select,
.booking-form__textarea {
  width: 100%;
  padding: 12px 15px;
  background-color: #181818;
  border: 1px solid #404040;
  border-radius: 4px;
  color: #FAF0E6;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.booking-form__input:focus,
.booking-form__select:focus,
.booking-form__textarea:focus {
  outline: none;
  border-color: #B08D57;
  box-shadow: 0 0 0 2px rgba(176, 141, 87, 0.3);
}

.booking-form__input::-moz-placeholder, .booking-form__textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}

.booking-form__input::placeholder,
.booking-form__textarea::placeholder {
  color: #707070;
  opacity: 1;
}

.booking-form__input[type=date],
.booking-form__input[type=time] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

/*
.booking-form__input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0.7;
    cursor: pointer;
    filter: invert(0.8) sepia(0.2) saturate(5) hue-rotate(0deg); // Пример стилизации иконки
}
*/
.booking-form__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23BFBFBF'%3E%3Cpath d='M8 11.293l-4.646-4.647a.5.5 0 0 1 .708-.708L8 9.879l4.939-4.939a.5.5 0 0 1 .707.707L8 11.293z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 16px;
  padding-right: 40px;
}

.booking-form__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #FAF0E6;
}

.booking-form__field-note {
  font-size: 0.8rem;
  color: #707070;
  margin-top: 2px;
}

.booking-form__textarea {
  resize: vertical;
  min-height: 100px;
}

.booking-form__field--checkbox {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.booking-form__checkbox-input {
  width: 18px;
  height: 18px;
  accent-color: #B08D57;
  cursor: pointer;
  flex-shrink: 0;
}

.booking-form__checkbox-label {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  color: #BFBFBF;
  line-height: 1.4;
  cursor: pointer;
}

.booking-form__link {
  color: #B08D57;
  text-decoration: none;
}

.booking-form__link:hover {
  text-decoration: underline;
  color: #D4AF37;
}

.booking-form__actions {
  text-align: center;
  margin-top: 30px;
}

.booking-form__submit-button {
  padding: 15px 40px;
  background-color: #800020;
  color: #FAF0E6;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.booking-form__submit-button:hover {
  background-color: #66001a;
  transform: translateY(-2px);
}

.booking-form__submit-button:disabled {
  background-color: #404040;
  cursor: not-allowed;
}

.booking-form__response-message {
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
}

.booking-form__response-message--success {
  background-color: rgba(176, 141, 87, 0.2);
  color: #D4AF37;
  border: 1px solid #D4AF37;
}

.booking-form__response-message--error {
  background-color: rgba(128, 0, 32, 0.2);
  color: #ff8a8a;
  border: 1px solid #800020;
}

.booking-contact-info {
  padding-block: clamp(3rem, 2rem + 5vw, 5rem);
  background-color: #121212;
}

.booking-contact-info__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.booking-contact-info__details {
  flex: 1 1 45%;
  min-width: 300px;
  color: #FAF0E6;
}

.booking-contact-info__title {
  font-family: "Lora", serif;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2.2rem);
  color: #D4AF37;
  margin-bottom: 15px;
  font-weight: 600;
}

.booking-contact-info__text {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.6;
  margin-bottom: 25px;
}

.booking-contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.05rem);
}

.booking-contact-info__icon {
  font-size: 1.3em;
  color: #B08D57;
  line-height: 1.3;
  flex-shrink: 0;
}

.booking-contact-info__link,
.booking-contact-info__item p {
  color: #FAF0E6;
  text-decoration: none;
  line-height: 1.5;
}

.booking-contact-info__link:hover {
  color: #B08D57;
  text-decoration: underline;
}

.booking-contact-info__item p {
  margin: 0;
}

.booking-contact-info__hours {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #404040;
}

.booking-contact-info__hours h4 {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.15rem);
  color: #B08D57;
  margin-bottom: 8px;
  font-weight: 600;
}

.booking-contact-info__hours p {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  color: #BFBFBF;
  margin-bottom: 5px;
  line-height: 1.5;
}

.booking-contact-info__map {
  flex: 1 1 50%;
  min-width: 300px;
  min-height: 350px;
}

.booking-contact-info__map iframe {
  border-radius: 6px;
  filter: grayscale(80%) contrast(1.1) brightness(0.9);
  transition: filter 0.3s ease;
}

.booking-contact-info__map iframe:hover {
  filter: grayscale(0%) contrast(1) brightness(1);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  display: none;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
  display: flex;
}

.popup-content {
  background-color: #2D2D2D;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  text-align: center;
  max-width: 480px;
  width: 100%;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.popup-overlay.active .popup-content {
  transform: scale(1);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  color: #707070;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
}

.popup-close:hover {
  color: #FAF0E6;
}

.popup-icon {
  margin-bottom: 20px;
}

.popup-icon svg {
  width: 60px;
  height: 60px;
}

.popup-icon--success svg path:not([fill=none]) {
  fill: #B08D57;
}

.popup-title {
  font-family: "Lora", serif;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
  color: #FAF0E6;
  margin-bottom: 15px;
  font-weight: 600;
}

.popup-message {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.6;
  margin-bottom: 25px;
}

.popup-button {
  padding: 12px 30px;
  background-color: #B08D57;
  color: #121212;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.popup-button:hover {
  background-color: #D4AF37;
  transform: translateY(-1px);
}

.lock body {
  overflow: hidden;
}

/* ==========================================================================
   O Nas Page Specific Styles (o-nas.html)
   ========================================================================== */
.about-hero {
  position: relative;
  height: 65vh;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FAF0E6;
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-image: url("../img/main/49.jpg");
}

.about-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.5), rgba(18, 18, 18, 0.85));
  z-index: 1;
}

.about-hero__container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.about-hero__title {
  font-family: "Lora", serif;
  font-size: clamp(2.8rem, 2rem + 4vw, 4.8rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.about-hero__subtitle {
  font-size: clamp(1.1rem, 0.9rem + 1vw, 1.5rem);
  color: #BFBFBF;
  font-style: italic;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.our-story {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background-color: #181818;
}

.our-story__container {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .our-story__container {
    flex-wrap: wrap;
  }
}
.our-story__content-column {
  flex: 1 1 55%;
  min-width: 300px;
  color: #FAF0E6;
}

.our-story__eyebrow {
  display: block;
  font-size: clamp(0.9rem, 0.8rem + 0.5vw, 1.1rem);
  color: #B08D57;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 600;
}

.our-story__title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.our-story__paragraph {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.7;
  margin-bottom: 20px;
}

.our-story__timeline-link {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: transparent;
  color: #B08D57;
  border: 1px solid #B08D57;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.our-story__timeline-link:hover {
  background-color: #B08D57;
  color: #121212;
}

.our-story__image-column {
  flex: 1 1 40%;
  min-width: 280px;
}

.our-story__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
}

.mission-vision {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background-color: #121212;
}

.mission-vision__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.mission-vision__card {
  flex: 1 1 400px;
  max-width: 550px;
  background-color: #2D2D2D;
  padding: 30px 35px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mission-vision__icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #B08D57;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 15px;
}

.mission-vision__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mission-vision__icon path {
  fill: #121212;
}

.mission-vision__card-title {
  font-family: "Lora", serif;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
  color: #FAF0E6;
  margin-bottom: 15px;
  font-weight: 600;
}

.mission-vision__card-text {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.05rem);
  color: #BFBFBF;
  line-height: 1.6;
}

.majestic-experience {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
}

.majestic-experience__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.majestic-experience__header {
  text-align: center;
  margin-bottom: 40px;
}

.majestic-experience__title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 700;
}

.majestic-experience__subtitle {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  color: #BFBFBF;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.majestic-experience__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.experience-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 350px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.experience-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.experience-item:hover .experience-item__image {
  transform: scale(1.1);
}

.experience-item__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.9) 20%, rgba(18, 18, 18, 0));
  padding: 40px 20px 20px 20px;
  color: #FAF0E6;
  transition: opacity 0.3s ease;
}

.experience-item__title {
  font-family: "Lora", serif;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
  margin-bottom: 8px;
  font-weight: 600;
}

.experience-item__description {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 1rem);
  color: #BFBFBF;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.experience-item:hover .experience-item__description {
  opacity: 1;
  transform: translateY(0);
}

.core-values {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background-color: #181818;
}

.core-values__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.core-values__main-title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 700;
}

.core-values__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.value-card {
  background-color: #2D2D2D;
  padding: 25px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.value-card__icon-container {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.value-card__icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.value-card__icon path {
  fill: #B08D57;
}

.value-card__title {
  font-family: "Lora", serif;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 600;
}

.value-card__text {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 1rem);
  color: #BFBFBF;
  line-height: 1.6;
}

.meet-the-team {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
}

.meet-the-team__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}

.meet-the-team__title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.team-member-card {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #2D2D2D;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  align-items: flex-start;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.team-member-card--reverse {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .team-member-card,
  .team-member-card--reverse {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.team-member-card__photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #B08D57;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .team-member-card__photo {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
}
.team-member-card__info {
  flex: 1;
  color: #FAF0E6;
}

.team-member-card__name {
  font-family: "Lora", serif;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 1.8rem);
  color: #FAF0E6;
  margin-bottom: 5px;
  font-weight: 600;
}

.team-member-card__role {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.1rem);
  color: #B08D57;
  margin-bottom: 15px;
  font-style: italic;
}

.team-member-card__bio {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  color: #BFBFBF;
  line-height: 1.7;
  margin-bottom: 15px;
}

.team-member-card__more-link {
  color: #B08D57;
  text-decoration: none;
  font-weight: 500;
}

.team-member-card__more-link:hover {
  text-decoration: underline;
  color: #D4AF37;
}

.commitment-gallery {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background-color: #181818;
}

.commitment-gallery__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.commitment-gallery__text-block {
  flex: 1 1 50%;
  min-width: 300px;
  color: #FAF0E6;
}

.commitment-gallery__title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.8rem);
  color: #D4AF37;
  margin-bottom: 20px;
  font-weight: 600;
}

.commitment-gallery__paragraph {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.7;
  margin-bottom: 20px;
}

.commitment-gallery__list {
  list-style: none;
  padding-left: 0;
  color: #FAF0E6;
}

.commitment-gallery__list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  line-height: 1.5;
}

.commitment-gallery__list li::before {
  content: "✓";
  color: #B08D57;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.commitment-gallery__image-grid {
  flex: 1 1 45%;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.commitment-gallery__image-item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 180px;
}

.commitment-gallery__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.explore-more-cta {
  padding-block: clamp(3rem, 2.5rem + 2.5vw, 5rem);
  background-color: #121212;
  text-align: center;
}

.explore-more-cta__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.explore-more-cta__title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 700;
}

.explore-more-cta__subtitle {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  color: #BFBFBF;
  margin-bottom: 35px;
}

.explore-more-cta__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.explore-more-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  transition: transform 0.2s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  min-width: 220px;
  justify-content: center;
}

.explore-more-cta__link-icon {
  font-size: 1.2em;
}

.explore-more-cta__link--casino {
  background-color: #800020;
  color: #FAF0E6;
  border: 1px solid #800020;
}

.explore-more-cta__link--casino:hover {
  background-color: #66001a;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(128, 0, 32, 0.3);
}

.explore-more-cta__link--restaurant {
  background-color: #B08D57;
  color: #121212;
  border: 1px solid #B08D57;
}

.explore-more-cta__link--restaurant:hover {
  background-color: #D4AF37;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(176, 141, 87, 0.3);
}

.explore-more-cta__link--booking {
  background-color: transparent;
  color: #FAF0E6;
  border: 1px solid #FAF0E6;
}

.explore-more-cta__link--booking:hover {
  background-color: #FAF0E6;
  color: #121212;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(250, 240, 230, 0.2);
}

/* ==========================================================================
   Blog Page Specific Styles (blog.html)
   ========================================================================== */
.blog-hero {
  padding-block: clamp(3rem, 2.5rem + 2.5vw, 5rem);
  background-color: #181818;
  text-align: center;
  color: #FAF0E6;
}

.blog-hero__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.blog-hero__title {
  font-family: "Lora", serif;
  font-size: clamp(2.5rem, 1.8rem + 3.5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.blog-hero__subtitle {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
  color: #BFBFBF;
  line-height: 1.6;
}

.blog-posts {
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
}

.blog-posts__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.blog-posts__header {
  margin-bottom: 40px;
  text-align: center;
}

.blog-posts__section-title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  color: #FAF0E6;
  font-weight: 700;
}

.blog-posts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.blog-card {
  background-color: #2D2D2D;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.blog-card__image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__image {
  transform: scale(1.05);
}

.blog-card__content {
  padding: 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.85rem;
  color: #707070;
}

.blog-card__category {
  background-color: #B08D57;
  color: #121212;
  padding: 3px 8px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card__date {
  color: #BFBFBF;
}

.blog-card__title {
  font-family: "Lora", serif;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.3;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.blog-card__excerpt {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  color: #BFBFBF;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card__read-more {
  display: inline-block;
  align-self: flex-start;
  background: none;
  border: none;
  color: #B08D57;
  font-weight: 600;
  padding: 8px 0;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

.blog-card__read-more:hover {
  color: #D4AF37;
}

.blog-posts__pagination {
  text-align: center;
  margin-top: 40px;
  color: #BFBFBF;
}

/*
.pagination__button {
    padding: 8px 15px;
    margin: 0 5px;
    border: 1px solid #404040;
    color: #BFBFBF;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.pagination__button:hover {
    background-color: #B08D57;
    color: #121212;
    border-color: #B08D57;
}
.pagination__current {
    padding: 8px 15px;
    color: #FAF0E6;
    font-weight: 600;
}
*/
.blog-featured-cta {
  padding-block: clamp(3rem, 2.5rem + 2.5vw, 5rem);
  background-color: #181818;
}

.blog-featured-cta__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.blog-featured-cta__content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #FAF0E6;
}

.blog-featured-cta__title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.5rem);
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-featured-cta__text {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.6;
  margin-bottom: 25px;
}

.blog-featured-cta__newsletter-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 450px;
}

.blog-featured-cta__input {
  flex-grow: 1;
  padding: 12px 15px;
  background-color: #2D2D2D;
  border: 1px solid #404040;
  border-radius: 4px;
  color: #FAF0E6;
  font-size: 0.95rem;
  min-width: 200px;
}

.blog-featured-cta__input::-moz-placeholder {
  color: #707070;
}

.blog-featured-cta__input::placeholder {
  color: #707070;
}

.blog-featured-cta__input:focus {
  outline: none;
  border-color: #B08D57;
}

.blog-featured-cta__button {
  padding: 12px 25px;
  background-color: #800020;
  color: #FAF0E6;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 0.95rem;
}

.blog-featured-cta__button:hover {
  background-color: #66001a;
}

.blog-featured-cta__image-wrapper {
  flex: 1 1 40%;
  min-width: 280px;
  max-width: 450px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .blog-featured-cta__image-wrapper {
    margin-top: 30px;
    margin-left: 0;
  }
}
.blog-featured-cta__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/*
.popup-overlay.article-popup {
    ...
}
*/
.article-popup__content {
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  text-align: left;
  padding: 25px;
}

@media (min-width: 768px) {
  .article-popup__content {
    padding: 30px 40px;
  }
}
.article-popup__header {
  border-bottom: 1px solid #404040;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.article-popup__title {
  font-family: "Lora", serif;
  font-size: clamp(1.6rem, 1.3rem + 1.5vw, 2.2rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.article-popup__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.9rem;
  color: #707070;
}

.article-popup__category {
  background-color: #B08D57;
  color: #121212;
  padding: 2px 7px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.article-popup__date {
  color: #BFBFBF;
}

.article-popup__image-container {
  margin-bottom: 25px;
  max-height: 400px;
  overflow: hidden;
  border-radius: 6px;
}

.article-popup__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.article-popup__body {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.7;
}

.article-popup__body p {
  margin-bottom: 1.2em;
}

.article-popup__body h1,
.article-popup__body h2,
.article-popup__body h3,
.article-popup__body h4,
.article-popup__body h5,
.article-popup__body h6 {
  color: #FAF0E6;
  font-family: "Lora", serif;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
}

.article-popup__body h2 {
  font-size: 1.5em;
}

.article-popup__body h3 {
  font-size: 1.3em;
}

.article-popup__body a {
  color: #B08D57;
  text-decoration: underline;
}

.article-popup__body a:hover {
  color: #D4AF37;
}

.article-popup__body ul,
.article-popup__body ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.article-popup__body li {
  margin-bottom: 0.5em;
}

.article-popup__body blockquote {
  border-left: 3px solid #800020;
  padding-left: 1em;
  margin: 1.5em 0;
  font-style: italic;
  color: #FAF0E6;
}

.article-popup__share {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #404040;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #BFBFBF;
}

.article-popup__share span {
  font-weight: 500;
}

.social-share-link {
  color: #B08D57;
  text-decoration: none;
  padding: 5px 8px;
  border: 1px solid #B08D57;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}

.social-share-link:hover {
  background-color: #B08D57;
  color: #121212;
}

body.lock {
  overflow: hidden !important;
}

/* ==========================================================================
   Kontakt Page Specific Styles (contacts.html)
   ========================================================================== */
/* .contact-hero использует стили .nbyx26x71206wdp. 
   Фоновое изображение задано инлайн в HTML. Если оно будет статичным, лучше перенести в CSS:
   */
.contact-hero {
  background-image: url("../img/main/70.jpg");
}

.contact-hero .nbyx26x71206wdp__title {
  font-size: clamp(2.5rem, 1.8rem + 3.5vw, 4.2rem);
}

.contact-hero .nbyx26x71206wdp__text {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  max-width: 650px;
  margin: 0 auto 25px auto;
}

.contact-details__grid {
  /* Стили для .mgoyritgd92gs6r__items уже есть, 
     но можно переопределить, если нужно другое поведение для грида контактов */
  /*
  @media (min-width: 992px) {
      grid-template-columns: repeat(3, 1fr);
  }
  */
}

.contact-details__item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
}

.contact-details__icon-wrapper {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.contact-details__icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-details__icon path {
  fill: #B08D57;
}

.contact-details__name {
  color: #FAF0E6;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  margin-bottom: 8px;
}

.contact-details__link {
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1.05rem);
  line-height: 1.5;
}

.contact-details__subtext {
  font-size: 0.8rem;
  color: #707070;
  margin-top: 5px;
}

.contact-form-container {
  margin-top: 50px;
  border-top: 1px solid #404040;
  padding-top: 50px;
}

.contact-form__label {
  color: #B08D57;
  padding: 0;
}

.contact-form__label::before {
  display: none;
}

.contact-form__title {
  color: #FAF0E6;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.8rem);
}

.contact-form__description {
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  color: #BFBFBF;
  line-height: 1.6;
  margin-top: 15px;
}

/* Стили для формы .foz0hwd25t9ptph уже есть. 
   Дополним или переопределим при необходимости */
.foz0hwd25t9ptph {
  background-color: #2D2D2D;
  padding: clamp(25px, 4vw, 40px);
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.foz0hwd25t9ptph__label {
  display: block;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  color: #BFBFBF;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-form__required {
  color: #800020;
  font-weight: bold;
  margin-left: 2px;
}

.foz0hwd25t9ptph__input input,
.foz0hwd25t9ptph__input textarea {
  background-color: #181818;
  border: 1px solid #404040;
  color: #FAF0E6;
}

.foz0hwd25t9ptph__input input:focus,
.foz0hwd25t9ptph__input textarea:focus {
  border-color: #B08D57;
  box-shadow: 0 0 0 2px rgba(176, 141, 87, 0.3);
}

.foz0hwd25t9ptph__input input::-moz-placeholder, .foz0hwd25t9ptph__input textarea::-moz-placeholder {
  color: #707070;
}

.foz0hwd25t9ptph__input input::placeholder,
.foz0hwd25t9ptph__input textarea::placeholder {
  color: #707070;
}

.foz0hwd25t9ptph__checkbox-field {
  margin-top: 15px;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.foz0hwd25t9ptph__checkbox-field .checkbox__label {
  color: #BFBFBF;
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
}

.foz0hwd25t9ptph__checkbox-field .checkbox__input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.15em;
  /* Небольшой отступ сверху для лучшего визуального выравнивания с текстом. 
                         Подберите значение, которое выглядит лучше с вашим размером шрифта и line-height.
                         Можно использовать px, например, 2px или 3px. */
  cursor: pointer;
  accent-color: #B08D57;
}

.contact-form__link {
  color: #B08D57;
  text-decoration: underline;
}

.contact-form__link:hover {
  color: #D4AF37;
}

.foz0hwd25t9ptph__button {
  background-color: #800020;
  color: #FAF0E6;
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
}

.foz0hwd25t9ptph__button:hover {
  background-color: #66001a;
}

.contact-form__response-message {
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 0.95rem;
}

.checkbox__label {
  display: flex;
}

.contact-map-section {
  padding-block: clamp(2rem, 1.5rem + 2.5vw, 4rem);
  background-color: #121212;
}

.contact-map-section__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-map-section__title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.5rem);
  color: #FAF0E6;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-map-section__map-embed iframe {
  filter: grayscale(70%) contrast(1.2) brightness(0.85);
  transition: filter 0.3s ease;
}

.contact-map-section__map-embed iframe:hover {
  filter: grayscale(0%) contrast(1) brightness(1);
}

.contact-faq .or22iss3bflufmd__title {
  color: #D4AF37;
}

.faq-grid {
  /* Стили для .or22iss3bflufmd__items уже есть, 
     но можно изменить количество колонок, если нужно */
  /*
  @media (min-width: 992px) {
      grid-template-columns: 1fr; 
  }
  */
}

.faq-item__wrap {
  background-color: #232323;
  text-align: left;
}

.faq-item__content {
  border-color: #383838;
}

.faq-item__content:hover {
  border-color: #B08D57;
}

.faq-item__question {
  color: #FAF0E6;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  line-height: 1.4;
}

.faq-item__answer {
  color: #BFBFBF;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  line-height: 1.6;
  text-decoration: none;
}

.faq-item__answer:hover {
  color: #BFBFBF;
  text-decoration: none;
}

/* Стили для .popup-overlay, .popup-content и т.д. уже должны быть 
   из CSS для страницы бронирования. Если нет, их нужно будет добавить.
   Убедитесь, что ID попапа (`contactFormPopup`) уникален, если у вас
   несколько попапов на сайте с одинаковой структурой, но разными ID.
   Общие стили попапа:
.popup-overlay { ... }
.popup-content { ... }
.popup-close { ... }
.popup-icon svg { ... }
.popup-icon--success svg path:not([fill="none"]) { ... }
.popup-title { ... }
.popup-message { ... }
.popup-button { ... }
*/
.dsd1ds {
  margin-right: 15px;
}

.jr1389rjasj {
  background-image: none;
  background-color: #2d2d2d;
  border: 1px solid #b08d57;
  color: #b08d57;
}

/* ==========================================================================
   Full Menu Page Specific Styles (menu-pelne.html)
   ========================================================================== */
.full-menu-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FAF0E6;
  padding: 40px 20px;
  overflow: hidden;
  background-image: url("../img/main/29.jpg");
}

.full-menu-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}

.full-menu-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0.6), rgba(18, 18, 18, 0.9));
  z-index: 2;
}

.full-menu-hero__container {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.full-menu-hero__title {
  font-family: "Lora", serif;
  font-size: clamp(2.8rem, 2rem + 4vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.full-menu-hero__subtitle {
  font-size: clamp(1.1rem, 0.9rem + 1vw, 1.4rem);
  color: #BFBFBF;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.full-menu-hero__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.full-menu-hero__nav-link {
  padding: 8px 18px;
  color: #FAF0E6;
  background-color: rgba(45, 45, 45, 0.5);
  border: 1px solid #404040;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 1rem);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.full-menu-hero__nav-link:hover {
  background-color: #B08D57;
  color: #121212;
  border-color: #B08D57;
}

.menu-category {
  padding-block: clamp(3rem, 2rem + 5vw, 5rem);
}

.menu-category--alternate-bg {
  background-color: #181818;
}

.menu-category__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.menu-category__title {
  font-family: "Lora", serif;
  font-size: clamp(2rem, 1.6rem + 2vw, 3rem);
  color: #D4AF37;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.menu-category__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #B08D57;
  margin: 15px auto 0;
}

.menu-category__subtitle {
  font-family: "Lora", serif;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 1.8rem);
  color: #FAF0E6;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  border-bottom: 1px solid #404040;
  padding-bottom: 10px;
}

.menu-category__items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

@media (min-width: 992px) {
  .menu-category__items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-category__items-grid--drinks {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 768px) {
  .menu-category__items-grid--drinks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .menu-category__items-grid--drinks {
    grid-template-columns: repeat(3, 1fr);
  }
}
.menu-item {
  background-color: #2D2D2D;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
@media (max-width: 991px) {
  .menu-item {
    flex-direction: column;
  }
}

.menu-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.menu-item__image-wrapper {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}

.menu-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-item__details {
  flex-grow: 1;
}

.menu-item__name {
  font-family: "Lora", serif;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.35rem);
  color: #FAF0E6;
  margin-bottom: 8px;
  font-weight: 600;
}

.menu-item__description {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  color: #BFBFBF;
  line-height: 1.5;
  margin-bottom: 5px;
}

.menu-item__price-info {
  flex-shrink: 0;
  text-align: right;
  margin-left: auto;
  padding-left: 15px;
}

.menu-item__price {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
  color: #D4AF37;
  font-weight: 700;
  white-space: nowrap;
}

.menu-item--drink {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-item--drink .menu-item__image-wrapper {
  display: none;
}

.menu-item--drink .menu-item__name {
  margin-bottom: 0;
}

.menu-item--drink .menu-item__description {
  display: none;
}

.menu-category__wine-note {
  text-align: center;
  margin-top: 30px;
  font-size: clamp(0.9rem, 0.85rem + 0.25vw, 1rem);
  color: #BFBFBF;
}

.menu-category__wine-link {
  color: #B08D57;
  text-decoration: underline;
  font-weight: 500;
}

.menu-category__wine-link:hover {
  color: #D4AF37;
}

.menu-info-notes {
  padding-block: clamp(2.5rem, 1.5rem + 2.5vw, 4rem);
  background-color: #121212;
  border-top: 1px solid #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
}

.menu-info-notes__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.menu-info-notes__block {
  flex: 1 1 300px;
  color: #BFBFBF;
}

.menu-info-notes__block h4 {
  font-family: "Lora", serif;
  font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 600;
}

.menu-info-notes__block p {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  line-height: 1.6;
}

.menu-reservation-cta {
  padding-block: clamp(3rem, 2rem + 5vw, 5rem);
  background-color: #181818;
  text-align: center;
}

.menu-reservation-cta__container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}

.menu-reservation-cta__title {
  font-family: "Lora", serif;
  font-size: clamp(1.8rem, 1.4rem + 2vw, 2.5rem);
  color: #FAF0E6;
  margin-bottom: 10px;
  font-weight: 700;
}

.menu-reservation-cta__text {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.15rem);
  color: #BFBFBF;
  margin-bottom: 25px;
  line-height: 1.5;
}

.menu-reservation-cta__button {
  display: inline-block;
  padding: 14px 35px;
  background-color: #800020;
  color: #FAF0E6;
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.1rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.menu-reservation-cta__button:hover {
  background-color: #66001a;
  transform: translateY(-2px);
}

.sad12das {
  display: none;
}

.sad1d12d {
  background-color: #0a0a0a;
}

.asd1d21das {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.dsg42g42sd {
  font-size: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  color: #d4af37;
  margin-bottom: 20px;
}

.mn138ns {
  color: #bfbfbf;
  max-width: 700px;
  margin: 0 auto;
}

.asd12s {
  background-color: #1a1a1a;
}

.jk13h183hfha {
  color: #d4af37;
}

.kfj1309jjas {
  padding: 0 15px 20px;
}

.fk138hhh {
  text-align: center;
  margin-top: 30px;
}

.fkhf130hasn {
  background-image: linear-gradient(135deg, #800020, #4d0013 50%, #800020);
  color: #faf0e6;
}

.jh9182h {
  text-align: center;
  color: #bfbfbf;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.h35h35g {
  text-align: center;
}

.asd12ndnna {
  margin-top: 30px;
}

.asd21jda {
  margin-top: 10px;
}

.kf3j1j13j {
  display: none;
}

.fakjf139jjs {
  display: none;
}/*# sourceMappingURL=style.css.map */