@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap");
html {
  background-color: #ffffff;
  color: #101010;
}

body {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 120px 0 0;
  font-size: 15px;
}
@media (min-width: 1280px) {
  body {
    font-size: 16px;
    padding-top: 130px;
  }
}
@media (min-width: 1280px) {
  body.logged-in .header {
    margin-top: 32px;
  }
}

ul, li, ol, dl, dt, dd, form, p, img, video a, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none;
  box-shadow: none;
}

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

button:focus, video:focus, input:focus, textarea:focus, select:focus, select:focus-visible {
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::selection {
  background-color: #ea1d24;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

* {
  box-sizing: border-box;
}

a, label, span, ul, input, textarea, button, div, li, ol, p {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

button {
  cursor: pointer;
  padding: 0;
  outline: none;
  border: none;
}

input, select, textarea, button {
  font-family: "Outfit", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

input, textarea {
  font-size: 16px;
}

textarea {
  resize: none;
}

svg, picture, img {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.grecaptcha-badge {
  right: -260px !important;
}

.hidden {
  display: none;
}

.reservation-info__pic__img, .innerIntro__pic__img, .announcements__pic__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.footer__main__container, .reservation-info__container, .header__mid__container, .header__top__container, .page404__container, .innerIntro__container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.innerIntro {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .innerIntro {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .innerIntro {
    margin-bottom: 100px;
  }
}

.reservation-info__left__btn a {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 999px;
  padding: 6px 6px 6px 24px;
  color: #ffffff;
  font-weight: 500;
  transition: background-color 0.5s;
}
.reservation-info__left__btn a span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservation-info__left__btn a span .icon {
  width: 10px;
  height: 10px;
  transition: fill 0.5s;
}

.reservation-info__left__btn a {
  background-color: #f39c12;
}
.reservation-info__left__btn a span .icon {
  fill: #f39c12;
}

@media (min-width: 1280px) {
  .reservation-info__left__btn a:hover {
    background-color: #2e483e;
  }
}
@media (min-width: 1280px) {
  .reservation-info__left__btn a:hover span .icon {
    fill: #2e483e;
  }
}

.stickyCookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  background-color: #f1efea;
  border-radius: 20px;
  width: calc(100% - 40px);
  padding: 20px;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s;
}
@media (min-width: 540px) {
  .stickyCookies {
    max-width: 520px;
  }
}
.stickyCookies.visible {
  opacity: 1;
  pointer-events: all;
}
.stickyCookies p {
  font-size: 15px;
  line-height: 1.5;
}
.stickyCookies__btns {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
.stickyCookies__btns__link {
  border-radius: 12px;
  padding: 8px 18px 9px 18px;
  background-color: #2f3542;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.5s, color 0.5s;
}
.stickyCookies__btns__link:nth-child(2) {
  background-color: #2e483e;
}
@media (min-width: 1280px) {
  .stickyCookies__btns__link:hover {
    background-color: #ea1d24;
  }
}

.announcements {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 40px 30px;
  pointer-events: none;
  overflow-y: auto;
  transition: opacity 0.5s;
}
@media (min-width: 768px) {
  .announcements {
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .announcements {
    padding: 60px;
  }
}
.announcements.visible {
  opacity: 1;
  pointer-events: all;
}
.announcements__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.announcements__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
@media (min-width: 1280px) {
  .announcements__container {
    padding: 20px 20px 25px;
  }
}
.announcements__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea1d24;
  cursor: pointer;
  transition: background-color 0.5s;
}
.announcements__close .icon {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  transition: transform 0.5s;
}
@media (min-width: 1280px) {
  .announcements__close:hover {
    background-color: #2f3542;
  }
}
@media (min-width: 1280px) {
  .announcements__close:hover .icon {
    transform: rotate(90deg);
  }
}
.announcements__pic {
  height: 280px;
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  .announcements__pic {
    height: 300px;
  }
}
@media (min-width: 540px) {
  .announcements__pic {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .announcements__pic {
    height: 400px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .announcements__pic {
    height: 450px;
    margin-bottom: 30px;
  }
}
.announcements__title {
  text-align: center;
  color: #ea1d24;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 768px) {
  .announcements__title {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .announcements__title {
    font-size: 32px;
  }
}
.announcements__text {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .announcements__text {
    margin-top: 12px;
  }
}
@media (min-width: 1280px) {
  .announcements__text {
    margin-top: 15px;
    line-height: 1.6;
  }
}
.announcements__btn {
  display: flex;
  justify-content: center;
  padding: 20px 0 5px;
}
.announcements__btn__link {
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 500;
  background-color: #ea1d24;
  color: #ffffff;
  transition: background-color 0.5s;
}
@media (min-width: 1280px) {
  .announcements__btn__link:hover {
    background-color: #2f3542;
  }
}

.innerIntro {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.innerIntro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.innerIntro__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.innerIntro__container {
  position: relative;
  z-index: 1;
  height: 280px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .innerIntro__container {
    height: 320px;
  }
}
@media (min-width: 1280px) {
  .innerIntro__container {
    height: 360px;
  }
}
.innerIntro__title {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .innerIntro__title {
    font-size: 60px;
  }
}
@media (min-width: 1280px) {
  .innerIntro__title {
    font-size: 72px;
  }
}
.innerIntro__breadcrumb {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  background-color: #2e483e;
  border-top-left-radius: 16px;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .innerIntro__breadcrumb {
    font-size: 15px;
    padding: 14px 20px;
  }
}
.innerIntro__breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1995px;
  width: 2000px;
  height: 100%;
  background-color: #2e483e;
}
.innerIntro__breadcrumb__link {
  color: #d0d1d3;
  transition: color 0.5s;
}
@media (min-width: 1280px) {
  .innerIntro__breadcrumb__link:hover {
    color: #f39c12;
  }
}

.sticky-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #128c7e;
  transition: background-color 0.5s;
}
@media (min-width: 1280px) {
  .sticky-whatsapp {
    width: 56px;
    height: 56px;
  }
}
.sticky-whatsapp .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (min-width: 1280px) {
  .sticky-whatsapp .icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1280px) {
  .sticky-whatsapp:hover {
    background-color: #25d366;
  }
}

.animate {
  opacity: 0;
}
.animate__leftToRight {
  transform: translateX(-150px);
}
.animate__leftToRight.animated {
  transform: translateX(0);
}
.animate__rightToLeft {
  transform: translateX(150px);
}
.animate__rightToLeft.animated {
  transform: translateX(0);
}
.animate__slideInDown {
  transform: translateY(-80px);
  animation-delay: 5s;
}
.animate__slideInDown.animated {
  transform: translateY(0);
}
.animate.animated {
  opacity: 1;
  transition: opacity 0.75s, transform 0.75s;
}

.page404 {
  padding: 100px 0 60px;
}
@media (min-width: 768px) {
  .page404 {
    padding: 125px 0 80px;
  }
}
@media (min-width: 1280px) {
  .page404 {
    padding: 150px 0 100px;
  }
}
.page404__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page404__title {
  font-size: 40vw;
  color: #2e483e;
}
@media (min-width: 768px) {
  .page404__title {
    font-size: 30vw;
  }
}
@media (min-width: 1280px) {
  .page404__title {
    font-size: 20vw;
  }
}
@media (min-width: 1440px) {
  .page404__title {
    font-size: 15vw;
  }
}
.page404__title span {
  color: #ea1d24;
}
.page404__text {
  font-size: 5vw;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page404__text {
    font-size: 4vw;
  }
}
@media (min-width: 1280px) {
  .page404__text {
    font-size: 3vw;
  }
}
@media (min-width: 1440px) {
  .page404__text {
    font-size: 2.5vw;
  }
}
.page404__btn {
  display: flex;
}
.page404__btn__link {
  background-color: #2e483e;
  color: #ffffff;
  padding: 14px 24px;
  border-radius: 6px;
  transition: background-color 0.5s;
}
@media (min-width: 1280px) {
  .page404__btn__link:hover {
    background-color: #ea1d24;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: top 0.5s;
}
.header__top {
  background-color: #4c7766;
}
.header__top__container {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: #ffffff;
}
.header__top__contact {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1280px) {
  .header__top__contact {
    font-size: 15px;
  }
}
.header__top__contact .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.header__top__contact a {
  color: #ffffff;
  text-decoration: none;
}
.header__top__contact--whatsapp {
  display: none;
}
@media (min-width: 540px) {
  .header__top__contact--whatsapp {
    display: flex;
  }
}
.header__top__contact--email {
  display: none;
}
@media (min-width: 768px) {
  .header__top__contact--email {
    display: flex;
  }
}
.header__top__contact--phone {
  display: none;
}
@media (min-width: 1024px) {
  .header__top__contact--phone {
    display: flex;
  }
}
.header__top__social {
  display: flex;
  gap: 5px;
}
.header__top__social__link {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
.header__top__social__link .icon {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
@media (min-width: 1280px) {
  .header__top__social__link:hover {
    background-color: #ea1d24;
  }
}
.header__mid {
  background-color: #ffffff;
}
.header__mid__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  min-height: 80px;
}
@media (min-width: 1280px) {
  .header__mid__container {
    min-height: 90px;
  }
}
.header__mid__logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  overflow: hidden;
  background-color: #2e483e;
}
@media (min-width: 1280px) {
  .header__mid__logo {
    left: 20px;
  }
}
.header__mid__logo img {
  position: relative;
  height: 80px;
  opacity: 0;
  animation-delay: 0.25s;
  animation-name: headerLogo;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: height 0.5s;
}
@media (min-width: 1280px) {
  .header__mid__logo img {
    height: 120px;
  }
}
.header__mid__right {
  opacity: 0;
  display: flex;
  align-items: center;
  animation-delay: 0.75s;
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.header__mid__right__order-online {
  align-items: center;
  gap: 16px;
  height: 46px;
  border-radius: 999px;
  margin-right: 10px;
  background-color: #ea1d24;
  padding: 0 6px 0 20px;
  color: #ffffff;
  font-weight: 500;
  display: none;
  transition: background-color 0.5s;
}
@media (min-width: 540px) {
  .header__mid__right__order-online {
    display: flex;
  }
}
@media (min-width: 768px) {
  .header__mid__right__order-online {
    margin-right: 15px;
  }
}
@media (min-width: 1280px) {
  .header__mid__right__order-online {
    margin-right: 0;
  }
}
.header__mid__right__order-online span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.header__mid__right__order-online span .icon {
  width: 12px;
  height: 12px;
  fill: #ea1d24;
  transition: fill 0.5s;
}
@media (min-width: 1280px) {
  .header__mid__right__order-online:hover {
    background-color: #f39c12;
  }
}
@media (min-width: 1280px) {
  .header__mid__right__order-online:hover span .icon {
    fill: #f39c12;
  }
}
.header__mid__right__link {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea1d24;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header__mid__right__link {
    margin-right: 15px;
  }
}
@media (min-width: 1280px) {
  .header__mid__right__link {
    display: none;
  }
}
.header__mid__right__link .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.header__navTrigger {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #c21218;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .header__navTrigger {
    display: none;
  }
}
.header__navTrigger__line {
  width: 20px;
  height: 2px;
  border-radius: 6px;
  background-color: #ffffff;
}
.header__navTrigger__line:nth-child(2) {
  margin: 4px 0;
}
.header__nav {
  display: none;
}
@media (min-width: 1280px) {
  .header__nav {
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    padding-right: 100px;
    animation-delay: 0.75s;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
}
.header__nav__item {
  margin-right: 32px;
}
.header__nav__item:last-child {
  margin-right: 0;
}
.header__nav__item--dropdown {
  position: relative;
}
.header__nav__item--dropdown:hover .header__nav__link {
  color: #ea1d24;
}
.header__nav__item--dropdown:hover .header__nav__link:before {
  width: 100%;
  background-color: #ea1d24;
}
.header__nav__item--dropdown:hover .header__nav__link.active-nav {
  color: #ea1d24;
}
.header__nav__item--dropdown .header__nav__subNav {
  position: absolute;
  top: 100px;
  left: 0;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  opacity: 0;
  overflow: hidden;
  padding: 7px 0;
  pointer-events: none;
  transition: top 0.5s, opacity 0.5s;
}
.header__nav__item--dropdown .header__nav__subNav__link {
  padding: 7px 15px;
  display: block;
  font-size: 15px;
  color: #2f3542;
  transition: background-color 0.5s, color 0.5s;
}
.header__nav__item--dropdown .header__nav__subNav__link:hover {
  background-color: #f1efea;
  color: #101010;
}
.header__nav__item--dropdown .header__nav__subNav__link.active-sub-nav {
  background-color: #2e483e;
  color: #ffffff;
}
.header__nav__item--dropdown:hover .header__nav__subNav {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.header__nav__link {
  position: relative;
  color: #101010;
  text-transform: uppercase;
  height: 80px;
  line-height: 80px;
  display: block;
  font-family: "Oswald", sans-serif;
  transition: color 0.5s;
}
@media (min-width: 1280px) {
  .header__nav__link {
    height: 90px;
    line-height: 90px;
  }
}
.header__nav__link:before {
  content: "";
  position: absolute;
  bottom: 28px;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #101010;
  transition: all 0.5s;
}
.header__nav__link:hover {
  color: #ea1d24;
}
.header__nav__link:hover:before {
  left: 0;
  right: auto;
  width: 100%;
  background-color: #ea1d24;
}
.header__nav__link.active-nav {
  color: #ea1d24;
}
.header__nav__link.active-nav:before {
  background-color: #ea1d24;
  width: 100%;
}
.header.smHeader {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.header.smHeader .header__mid__logo img {
  height: 60px;
}
.header.smHeader-top-hide {
  top: -40px;
}

.sideNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #2e483e;
  transform: scale(0);
  overflow-y: auto;
  transition: transform 0.5s, opacity 0.25s;
}
.sideNav.visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.sideNav__close {
  margin: 20px 20px 40px auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
}
.sideNav__close .icon {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.sideNav__list {
  width: 100%;
  max-width: 300px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  font-size: 16px;
}
.sideNav__list__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sideNav__list__link {
  color: #ffffff;
  text-align: center;
  padding: 6px 10px;
}
.sideNav__list__link.active-nav {
  color: #f39c12;
}
.sideNav__list__dropdown {
  display: flex;
  align-items: center;
}
.sideNav__list__dropdown__arrow {
  padding: 5px;
  margin-top: 2px;
}
.sideNav__list__dropdown__arrow.opened .icon {
  transform: rotateX(180deg);
}
.sideNav__list__dropdown__arrow .icon {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  transition: transform 0.5s;
}
.sideNav__list__subNav {
  display: none;
}
.sideNav__list__subNav__link {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
}
.sideNav__list__subNav__link.active-sub-nav {
  color: #f39c12;
}
.sideNav__order-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.sideNav__order-btn__link {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 52px;
  border-radius: 999px;
  background-color: #ea1d24;
  padding: 0 6px 0 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 540px) {
  .sideNav__order-btn__link {
    display: flex;
  }
}
@media (min-width: 768px) {
  .sideNav__order-btn__link {
    margin-right: 15px;
  }
}
@media (min-width: 1280px) {
  .sideNav__order-btn__link {
    margin-right: 0;
  }
}
.sideNav__order-btn__link span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.sideNav__order-btn__link span .icon {
  width: 12px;
  height: 12px;
  fill: #ea1d24;
}
.sideNav__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}
.sideNav__social__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sideNav__social__link .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.sideNav__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-bottom: 60px;
  color: #ffffff;
}
.sideNav__address__item a {
  color: #ffffff;
  text-decoration: none;
}

@keyframes headerLogo {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.reservation-info {
  background-color: #f1efea;
  padding: 60px 0 100px;
  margin-bottom: -40px;
}
@media (min-width: 768px) {
  .reservation-info {
    padding: 80px 0 120px;
  }
}
@media (min-width: 1280px) {
  .reservation-info {
    padding: 100px 0 140px;
  }
}
.reservation-info__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .reservation-info__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .reservation-info__container {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .reservation-info__container {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .reservation-info__left {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .reservation-info__left {
    padding: 20px 0;
  }
}
.reservation-info__left h2 {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  padding-bottom: 20px;
  color: #2e483e;
}
@media (min-width: 1024px) {
  .reservation-info__left h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .reservation-info__left h2 {
    font-size: 32px;
  }
}
.reservation-info__left p {
  line-height: 1.7;
  color: #363636;
}
.reservation-info__left .eventsList {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1280px) {
  .reservation-info__left .eventsList {
    flex-direction: row;
  }
}
.reservation-info__left .eventsList__item {
  background-color: #ffffff;
  padding: 18px 20px;
  border-radius: 12px;
}
.reservation-info__left .eventsList__item__title {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: #ea1d24;
  padding-bottom: 12px;
}
.reservation-info__left .eventsList__item__text {
  color: #505050;
  line-height: 1.5;
}
.reservation-info__left__btn {
  display: flex;
}
.reservation-info__left__btn--spacetop {
  padding-top: 25px;
}
.reservation-info__pic {
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
}
@media (min-width: 400px) {
  .reservation-info__pic {
    height: 350px;
  }
}
@media (min-width: 540px) {
  .reservation-info__pic {
    height: auto;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .reservation-info__pic {
    flex: 1;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .reservation-info__pic {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .reservation-info__pic__img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.footer__main {
  background-color: #2e483e;
  padding: 60px 0;
  border-radius: 40px 40px 0 0;
}
@media (min-width: 768px) {
  .footer__main {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .footer__main {
    padding: 100px 0;
  }
}
.footer__main .footerLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .footer__main .footerLinks {
    gap: 16px 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .footer__main .footerLinks {
    gap: 20px 35px;
    margin-bottom: 60px;
  }
}
.footer__main .footerLinks__item {
  color: #ffffff;
  transition: color 0.5s;
}
@media (min-width: 1280px) {
  .footer__main .footerLinks__item:hover {
    color: #f39c12;
  }
}
.footer__main .footerLinks__item.active-nav {
  color: #f39c12;
}
.footer__main__blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .footer__main__blocks {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .footer__main__blocks {
    justify-content: space-between;
  }
}
.footer__main__blocks .blockAbout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
}
@media (min-width: 768px) {
  .footer__main__blocks .blockAbout {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .footer__main__blocks .blockAbout {
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .footer__main__blocks .blockAbout {
    max-width: 500px;
  }
}
.footer__main__blocks .blockAbout__link {
  margin-bottom: 20px;
}
.footer__main__blocks .blockAbout__link__logo {
  height: 80px;
}
.footer__main__blocks .blockAbout__text {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 24px;
}
.footer__main__blocks .blockAbout__list {
  display: flex;
  gap: 8px;
}
.footer__main__blocks .blockAbout__list__link {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
@media (min-width: 1280px) {
  .footer__main__blocks .blockAbout__list__link:hover {
    background-color: #ea1d24;
  }
}
.footer__main__blocks .blockAbout__list__link .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.footer__main__blocks .blockContact {
  width: 100%;
  max-width: 450px;
}
@media (min-width: 768px) {
  .footer__main__blocks .blockContact {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .footer__main__blocks .blockContact {
    width: auto;
    max-width: none;
  }
}
.footer__main__blocks .blockContact__title {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__main__blocks .blockContact__title {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .footer__main__blocks .blockContact__title {
    font-size: 22px;
  }
}
.footer__main__blocks .blockContact__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__main__blocks .blockContact__list__item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
}
.footer__main__blocks .blockContact__list__item .icon {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.footer__main__blocks .blockContact__list__item span a {
  color: #ffffff;
  text-decoration: none;
}
.footer__main__blocks .blockTiming {
  width: 100%;
  max-width: 450px;
}
@media (min-width: 768px) {
  .footer__main__blocks .blockTiming {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .footer__main__blocks .blockTiming {
    width: auto;
    max-width: none;
  }
}
.footer__main__blocks .blockTiming__title {
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__main__blocks .blockTiming__title {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .footer__main__blocks .blockTiming__title {
    font-size: 22px;
  }
}
.footer__main__blocks .blockTiming__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 200px;
}
.footer__main__blocks .blockTiming__list__item {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 4px;
}
.footer__main__blocks .blockTiming__list__item.day-today {
  background-color: #f39c12;
}
.footer__last {
  background-color: #1a2923;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 20px 0;
  color: #d0d1d3;
}
.footer__last__text {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.footer__last__text a {
  color: #ffffff;
  transition: color 0.5s;
}
@media (min-width: 1280px) {
  .footer__last__text a:hover {
    color: #f39c12;
  }
}
.footer__last__top {
  width: 32px;
  height: 32px;
  background-color: #ea1d24;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.5s;
}
@media (min-width: 1280px) {
  .footer__last__top:hover {
    background-color: #f39c12;
  }
}
.footer__last__top .icon {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}

/*# sourceMappingURL=common.css.map */
