#banket-hall {
  scroll-margin-bottom: 10vh !important;
  scroll-margin-top: 5vh !important;
}

#banket-arenda-restorana {
  scroll-margin-bottom: 10vh !important;
  scroll-margin-top: 5vh !important;
}

#banket-malii-zal {
  scroll-margin-bottom: 10vh !important;
  scroll-margin-top: 5vh !important;
}

#banket-menu {
  scroll-margin-bottom: 10vh !important;
  scroll-margin-top: 5vh !important;
}

#banket-gallery {
  scroll-margin-bottom: 10vh !important;
  scroll-margin-top: 5vh !important;
}

.banket__wrapper {
  align-items: center;
  margin-bottom: 100px;
}

.banket-rent {
  margin-bottom: 90px;
}

.banket-rent__title {
  margin-bottom: 60px;
}

.banket-rent__item {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
  /* margin-bottom: 40px; */
}

a.dinner-menu__item {
  width: 45%;
}

@media (max-width: 1200px) {
  .banket-rent__item {
    width: 80%;
  }
}

@media (max-width: 650px) {
  .banket-rent__item {
    width: 100%;
  }
}

.banket-rent__info {
  color: #5e6e5f;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.banket-rent__value {
  color: #39543b;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}

.banket-rent__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b8ab97;
  left: 0;
  top: 0;
}

.banket-rent__subtitle {
  color: #5e6e5f;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  /* 36px */
}

.banket-rent__text {
  color: #9b896e;
  max-width: 600px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.banket-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.banket-content li {
  position: relative;
  padding-left: 45px;
  color: #5e6e5f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.banket-content li::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: url("/local/templates/tea/img/banket-content.svg");
  width: 33px;
  height: 21px;
}

.banket-hall__programm {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banket-hall__text {
  max-width: 210px;
  color: #5e6e5f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.banket-hall__descr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #39543b;
  color: #39543b;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}

.banket-hall__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.footer__gis {
  margin-top: 30px;
}

@media (max-width: 1390px) {
  .banket-hall__info {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
  }
}

.banket-hall .banket__wrapper {
  /* align-items: flex-start; */
}

.banket__title {
  font-size: 60px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .banket__title {
    font-size: 40px;
  }

  @media (max-width: 576px) {
    .banket__title {
      font-size: 22px;
    }
  }
}

.banket__title-main {
  max-width: 460px;
  margin-bottom: 40px;
}

.banket-rent__descr {
  color: #9b896e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.banket-hall__rent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1300px) {
  .banket-rent__item .col-1 {
    display: none;
  }

  .banket-rent__value {
    width: 25%;
  }
}

@media (max-width: 800px) {
  .banket-hall__rent {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .banket__restoran .col-2 {
    width: 16.6666667%;
  }

  .banket__restoran .banket-rent__info {
    width: 50%;
  }

  .banket__restoran .banket-rent__info .col-1 {
    display: none;
  }
}

@media (max-width: 870px) {
  .banket-hall .banket-rent__item {
    flex-direction: column;
    gap: 15px;
  }

  .banket__restoran .banket-rent__item {
    flex-direction: column;
    gap: 15px;
  }

  .banket__small .banket-rent__item {
    flex-direction: column;
    gap: 15px;
  }

  .banket__restoran .col-3 {
    width: 100%;
  }

  .banket__restoran .col-4 {
    width: 100%;
  }

  .banket__restoran .col-3 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .banket-rent__info {
    font-size: 18px;
  }

  .banket-rent__subtitle {
    font-size: 18px;
  }

  .banket-rent__text {
    font-size: 16px;
  }

  .banket-rent__descr {
    font-size: 16px;
  }

  .banket-rent__value {
    font-size: 18px;
  }

  /* .banket-rent {
   margin-bottom: 30px;
  } */
  .banket-rent__title {
    margin-bottom: 30px;
  }

  .banket__wrapper {
    margin-bottom: 50px;
  }

  .banket-hall__info {
    flex-direction: row;
    justify-content: initial;
  }

  .banket-hall .col-5 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .banket-hall__info {
    flex-direction: column;
  }
}

.banket-hall .banket__wrapper {
  align-items: flex-start;
}

.banket .tabs a:first-child {
  margin-left: 10px;
}

/* MENU NEW */
.menu-kitchen__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 60px;
}

.menu-kitchen__image {
  position: relative;
  height: 80px;
  width: 80px;
  flex: 0 0 80px;
}

.menu-kitchen__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border: none;
}

.menu-kitchen__item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  cursor: pointer;
}

.menu-kitchen__value {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #5e6f5f;
  max-width: 312px;
}

.menu-kitchen__heading {
  margin-top: 32px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #39543b;
  padding-bottom: 15px;
  margin-bottom: 24px;
  text-wrap: nowrap;
  flex: 0 0 300px;
}

.menu-kitchen__massa {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #9b896e;
}

.menu-kitchen__price {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #39543b;
}

.menu-kitchen__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #9b896e;
  max-width: 312px;
}

.menu-kitchen__descr {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-kitchen__info {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 137px;
  justify-content: space-between;
}

.menu-kitchen__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.siberya .menu-kitchen__value,
.siberya .menu-kitchen__price,
.siberya .menu-kitchen__heading {
  color: #c35d3e;
}

.menu-kitchen__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.menu-kitchen__decor {
  width: 72%;
  background-color: #c35d3e;
  height: 1px;
}

.siberya {
  position: relative;
  padding-bottom: 40px;
}

.siberya::after {
  position: absolute;
  width: 1410px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #c35d3e;
  content: "";
}

@media (max-width: 1270px) {
  .menu-kitchen__info {
    flex-direction: column-reverse;
    gap: 8px;
    align-items: flex-end;
  }
}

@media (max-width: 1140px) {
  .menu-kitchen__list {
    gap: 40px;
  }
}

@media (max-width: 1100px) {
  .menu-kitchen__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .menu-kitchen__item {
    max-width: 503px;
  }
}

@media (max-width: 550px) {
  .menu-kitchen__wrapper {
    flex-direction: column;
    gap: 8px;
  }

  .menu-kitchen__info {
    flex-direction: row;
    align-items: baseline;
    width: auto;
  }

  .menu-kitchen__value {
    font-size: 16px;
  }

  .menu-kitchen__text {
    font-size: 14px;
    max-width: 250px;
  }

  .menu-kitchen__item {
    gap: 16px;
  }
}

.gallery-kitchen {
  display: none;
}

.event-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  place-content: center;
  flex: 1;
  column-gap: 20px;
  row-gap: 16px;
  color: #3b3b3b;
}

@media screen and (min-width: 1100px) {
  .event-features {
    grid-template-columns: repeat(auto-fit, minmax(17rem, 17rem));
  }
}

.event-features-item {
  background-color: #e8e1d6;
  border-radius: 20px;
  padding: 6px;
  text-align: left;
}

.event-features-item p {
  color: inherit;
}

.event-features-item p span {
  color: #457848;
}

.event-features-item__wrapper {
  display: flex;
  height: 100%;
  gap: 16px;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 20px;
}

.event-features-item__icon {
  margin-top: 10px;
  font-size: 24px;
  flex-shrink: 0;
}

.preview__inner {
  text-align: center;
}

.dinner-description > * + * {
  margin-top: 0.5rem;
}

.dinner-description p {
  font-size: 1rem;
  line-height: 1.3;
}

.dinner-price {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem 1rem;
}

.dinner-price__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: center;
}

.dinner-price__item p {
  font-size: clamp(1.125rem, calc(1.036rem + 0.223vw), 1.25rem);
  /* min: 18px, max: 20px */
  line-height: 1.2;
}

.dinner-price__item strong {
  font-size: clamp(1rem, calc(0.911rem + 0.223vw), 1.125rem);
  /* min: 16px, max: 18px */
  line-height: 1;
  color: #39543b;
}

.dinner-wrapper {
  max-width: 566px;
}

.dinner-section {
  position: relative;
}

.dinner-section .menu-kitchen__heading {
  margin-top: 1.125rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* .dinner-section::after {
  content: '';
  position: absolute;
  top: -190px;
  right: -80px;
  width: 455px;
  height: 644px;
  background-image: url('/local/templates/tea/img/dinner-illustration.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
} */

.dinner-section .samovar img {
  border: 0;
}

.dinner-section .samovar {
  top: -200px;
  right: 0;
  max-width: clamp(9.375rem, calc(-4.241rem + 34.04vw), 28.438rem);
  /* min: 150px, max: 455px */
}

@media screen and (max-width: 768px) {
  .dinner-section .samovar {
    top: -100px;
  }
}

.dinner-menu__title {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #39543b;
  margin-block: 2.625rem 1.125rem;
}

.dinner-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem;
}

.dinner-menu__img {
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
}

.dinner-menu__img svg {
  grid-area: stack;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.dinner-menu__img img {
  border: 0;
  grid-area: stack;
  transition: filter 300ms ease;
}

.dinner-menu__item span {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  color: #39543b;
}

@media screen and (hover: hover) {
  .dinner-menu__item:hover .dinner-menu__img svg {
    opacity: 1;
  }

  .dinner-menu__item:hover .dinner-menu__img img {
    filter: brightness(0.5);
  }
}

.tabs-section {
  position: relative;
  z-index: 2;
}

section {
  margin: 80px 0;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 !important;
}

.logo-kids {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 0px;
}

.letnik .container {
  margin-bottom: 110px;
}

@media (max-width: 996px) {
  .logo-kids svg {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 600px) {
  .logo-kids {
    bottom: -20px;
    left: -20px;
  }
  .logo-kids svg {
    width: 140px;
    height: 140px;
  }
}
