*:not(img),
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  touch-action: manipulation;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
  overflow-x: hidden;
}
html,
body,
pre {
  padding: 0;
  margin: 0;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
pre {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 0;
}
[hidden],
#template,
template {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  font-size: 16px;
  overflow-x: hidden;
  font-family: 'Geologica', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #0d111f;
  scroll-behavior: smooth;
}
body {
  position: relative;
  display: flex;
  max-width: 100vw;
  flex-direction: column;
  overflow-x: hidden;
}
button {
  font-family: 'Geologica', sans-serif;
}
.container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1590px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.breadcrumbs a {
  font-size: 14px;
  line-height: 1.238;
  color: #fff;
}
.breadcrumbs a:active,
.breadcrumbs a:visited {
  color: #fff;
}
.breadcrumbs a:last-child {
  color: #b8c1d2;
}
.breadcrumbs a:last-child:active,
.breadcrumbs a:last-child:visited {
  color: #b8c1d2;
}
body {
  background-color: #0d0d10;
}
.gast-banner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  background: url('../img/new_site/gast-banner..png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
  height: 1058px !important;
  max-height: 1058px !important;
  text-align: center;
  padding-top: 194px;
  box-sizing: border-box;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  margin-bottom: 24px;
  margin-bottom: -20px;

  &::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(13, 13, 17, 1)),
      linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  }
}
@media screen and (max-width: 1370px) {
  .gast-banner {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }
}
@media screen and (max-width: 1025px) {
  .gast-banner {
    padding-top: 154px;
    min-height: 702px !important;
    max-height: 702px !important;
    margin-bottom: 0;
  }
}
.gast-banner .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.gast-banner .breadcrumbs {
  margin-bottom: 192px;
}
@media screen and (max-width: 1000px) {
  .gast-banner .breadcrumbs {
    margin-bottom: 63px;
  }
}
.gast-banner h1 {
  font-size: 145px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1370px) {
  .gast-banner h1 {
    font-size: 124px;
  }
}
@media screen and (max-width: 1275px) {
  .gast-banner h1 {
    font-size: 104px;
  }
}
@media screen and (max-width: 1025px) {
  .gast-banner h1 {
    font-size: 84px;
  }
}
@media screen and (max-width: 1000px) {
  .gast-banner h1 {
    font-size: 74px;
  }
}
@media screen and (max-width: 780px) {
  .gast-banner h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 560px) {
  .gast-banner h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 380px) {
  .gast-banner h1 {
    font-size: 36px;
  }
}
.gast-banner p {
  max-width: 779px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 380px) {
  .gast-banner p {
    font-size: 16px;
  }
}
.gast-stat {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  padding-top: 179px;
  padding-bottom: 111px;
}
@media screen and (max-width: 1370px) {
  .gast-stat {
    padding-top: 149px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .gast-stat {
    padding-top: 0;
    padding-bottom: 374px;
  }
}
.gast-stat__img {
  position: absolute;
  z-index: -1;
  transform-origin: center;
}
.gast-stat__img:nth-child(1) {
  top: 5%;
  right: 0%;
}
@media screen and (max-width: 1000px) {
  .gast-stat__img:nth-child(1) {
    top: -20%;
    right: 0%;
    width: 80%;
    z-index: 1;
  }
}
.gast-stat__img:nth-child(2) {
  top: -5%;
  left: 6%;
}
@media screen and (max-width: 1370px) {
  .gast-stat__img:nth-child(2) {
    top: -22%;
    right: 0%;
    width: 30%;
    z-index: 5;
  }
}
@media screen and (max-width: 1000px) {
  .gast-stat__img:nth-child(2) {
    top: -28%;
    right: 0%;
    width: 40%;
    z-index: 5;
  }
}
.gast-stat__img:nth-child(3) {
  top: 60%;
  left: 8%;
}
@media screen and (max-width: 1370px) {
  .gast-stat__img:nth-child(3) {
    top: 60%;
    left: 8%;
    width: 20%;
    z-index: 5;
  }
}
@media screen and (max-width: 1000px) {
  .gast-stat__img:nth-child(3) {
    top: 59%;
    width: 50%;
    z-index: 5;
    left: 50%;
  }
}
.gast-stat__img:nth-child(4) {
  top: 22%;
  right: 17%;
}
@media screen and (max-width: 1370px) {
  .gast-stat__img:nth-child(4) {
    top: -22%;
    right: 9%;
    width: 20%;
    z-index: 5;
  }
}
@media screen and (max-width: 1000px) {
  .gast-stat__img:nth-child(4) {
    top: -29%;
    right: -9%;
    width: 40%;
    z-index: 5;
  }
}
.gast-stat__img:nth-child(5) {
  top: 62%;
  right: 5%;
}
@media screen and (max-width: 1370px) {
  .gast-stat__img:nth-child(5) {
    top: 72%;
    right: 5%;
    width: 20%;
    z-index: 5;
  }
}
@media screen and (max-width: 1000px) {
  .gast-stat__img:nth-child(5) {
    top: 72%;
    right: 60%;
    width: 30%;
    z-index: 5;
  }
}
.gast-stat__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 76px;
  position: relative;
  z-index: 5;
}
.gast-stat__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 780px) {
  .gast-stat__item {
    gap: 30px;
  }
}
@media screen and (max-width: 780px) {
  .gast-stat__item img {
    width: 108px;
  }
}
@media screen and (max-width: 780px) {
  .gast-stat__item:nth-child(2) img {
    width: 100px;
  }
}
.gast-stat__top {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 1.25;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 380px) {
  .gast-stat__top {
    font-size: 20px;
  }
}
.gast-stat__count {
  font-size: 64px;
}
@media screen and (max-width: 1370px) {
  .gast-stat__count {
    font-size: 58px;
  }
}
@media screen and (max-width: 1275px) {
  .gast-stat__count {
    font-size: 54px;
  }
}
@media screen and (max-width: 1000px) {
  .gast-stat__count {
    font-size: 48px;
  }
}
@media screen and (max-width: 780px) {
  .gast-stat__count {
    font-size: 40px;
  }
}
@media screen and (max-width: 380px) {
  .gast-stat__count {
    font-size: 30px;
  }
}
.gast-stat__item-name {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.21;
  color: #acacac;
  font-family: 'Cormorant SC', serif;
}
@media screen and (max-width: 1370px) {
  .gast-stat__item-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 1275px) {
  .gast-stat__item-name {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  .gast-stat__item-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 780px) {
  .gast-stat__item-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  .gast-stat__item-name {
    font-size: 16px;
  }
}
.kitchen {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  background-image: url('../img/new_site/kitchen-bg..png');
  background-repeat: no-repeat;
  background-position: 0% 24%;
  padding-bottom: 140px;
}
@media screen and (max-width: 1370px) {
  .kitchen {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .kitchen {
    padding-bottom: 80px;
    background-image: none;
  }
}
.kitchen::before {
  content: '';
  position: absolute;
  top: 30%;
  left: -30%;
  width: 55%;
  aspect-ratio: 1;
  background: #10f;
  opacity: 0.3;
  filter: blur(500px);
}
.kitchen__title {
  margin: 0 0 90px;
  font-size: 100px;
  font-weight: 700;
  line-height: 0.8;
  color: #fff;
}
@media screen and (max-width: 1445px) {
  .kitchen__title {
    margin-bottom: 90px;
    font-size: 90px;
  }
}
@media screen and (max-width: 1370px) {
  .kitchen__title {
    margin-bottom: 80px;
    font-size: 80px;
  }
}
@media screen and (max-width: 1275px) {
  .kitchen__title {
    margin-bottom: 70px;
    font-size: 70px;
  }
}
@media screen and (max-width: 1025px) {
  .kitchen__title {
    margin-bottom: 60px;
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .kitchen__title {
    margin-bottom: 50px;
    font-size: 50px;
  }
}
@media screen and (max-width: 780px) {
  .kitchen__title {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.kitchen__head {
  margin-bottom: 90px;
}
@media screen and (max-width: 1370px) {
  .kitchen__head {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1275px) {
  .kitchen__head {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1025px) {
  .kitchen__head {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .kitchen__head {
    margin-bottom: 50px;
  }
}
.kitchen__head-in {
  display: flex;
  align-items: center;
  gap: 30px;
  overflow-x: scroll;
  flex-grow: 1;
}
.kitchen__head-in::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1025px) {
  .kitchen__head-in {
    gap: 10px;
  }
}
.kitchen__head-item {
  background: #2e2d48;
  color: #b4b5ca;
  border: none;
  cursor: pointer;
  padding: 18px 26px;
  font-size: 32px;
  font-weight: 100;
  line-height: 1;
  transition: 0.3s linear;
  border-radius: 90px;
  white-space: nowrap;
}
@media screen and (max-width: 1370px) {
  .kitchen__head-item {
    font-size: 28px;
  }
}
@media screen and (max-width: 1275px) {
  .kitchen__head-item {
    font-size: 26px;
  }
}
@media screen and (max-width: 1025px) {
  .kitchen__head-item {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .kitchen__head-item {
    font-size: 20px;
  }
}
.kitchen__head-item--active,
.kitchen__head-item:hover {
  background: #e56228;
  color: #fff;
}
.kitchen__dish {
  position: absolute;
  top: -15%;
  right: -7%;
  z-index: 10;
}
@media screen and (max-width: 1025px) {
  .kitchen__dish {
    display: none;
  }
}
.menu {
  width: 100%;
}
.menu__tags {
  margin-bottom: 70px;
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1025px) {
  .menu__tags {
    gap: 17px 20px;
  }
}
.menu__tag {
  color: #b4b5ca;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 1370px) {
  .menu__tag {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .menu__tag {
    font-size: 16px;
  }
}
.menu__desc {
  margin-bottom: 108px;
}
.menu__desc-in {
  position: relative;
  height: 484px;
}
@media screen and (max-width: 780px) {
  .menu__desc-in {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.menu__desc-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
@media screen and (max-width: 780px) {
  .menu__desc-item {
    order: 2;
    height: 253px;
    top: unset;
    bottom: 0;
  }
}
.menu__desc-item:nth-child(1) {
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  .menu__desc-item:nth-child(1) {
    position: relative;
  }
}
.menu__desc-item:nth-child(1) .menu__img {
  height: 100%;
  overflow: hidden;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
@media screen and (max-width: 1370px) {
  .menu__desc-item:nth-child(1) .menu__img {
    border-bottom-left-radius: 45px;
    border-top-left-radius: 45px;
  }
}
.menu__desc-item:nth-child(2) {
  z-index: 4;
  pointer-events: none;
}
.menu__desc-item:nth-child(2) .menu__img {
  transform: translateX(35%);
}
@media screen and (max-width: 1370px) {
  .menu__desc-item:nth-child(2) .menu__img {
    transform: translateX(20%);
  }
}
@media screen and (max-width: 780px) {
  .menu__desc-item:nth-child(2) .menu__img {
    transform: translateX(40%);
  }
}
.menu__desc-item:nth-child(3) {
  z-index: 3;
  pointer-events: none;
}
.menu__desc-item:nth-child(3) .menu__img {
  transform: translateX(70%);
}
@media screen and (max-width: 1370px) {
  .menu__desc-item:nth-child(3) .menu__img {
    transform: translateX(40%);
  }
}
@media screen and (max-width: 780px) {
  .menu__desc-item:nth-child(3) .menu__img {
    transform: translateX(60%);
  }
}
.menu__desc-item:nth-child(4) {
  z-index: 2;
  pointer-events: none;
}
.menu__desc-item:nth-child(4) .menu__img {
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
  transform: translateX(105%);
}
@media screen and (max-width: 1370px) {
  .menu__desc-item:nth-child(4) .menu__img {
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px;
    transform: translateX(60%);
  }
}
@media screen and (max-width: 780px) {
  .menu__desc-item:nth-child(4) .menu__img {
    transform: translateX(90%);
  }
}
.menu__desc-item:nth-child(5) {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .menu__desc-item:nth-child(5) {
    position: relative;
    order: 1;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 380px) {
  .menu__desc-item:nth-child(5) {
    height: unset;
  }
}
.menu__img {
  position: relative;
  overflow: hidden;
  width: 30.25%;
  height: 100%;
}
@media screen and (max-width: 1370px) {
  .menu__img {
    width: 25%;
  }
}
@media screen and (max-width: 780px) {
  .menu__img {
    width: 50%;
  }
}
.menu__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.menu__img::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(13, 13, 16, 0) 26%, rgba(13, 13, 16, 0.8) 92%);
}
.menu__content {
  position: absolute;
  align-items: center;
  max-width: 535px;
}
@media screen and (max-width: 1000px) {
  .menu__content {
    max-width: 450px;
  }
}
@media screen and (max-width: 780px) {
  .menu__content {
    position: relative;
    max-width: unset;
    padding-bottom: 15px;
    width: 100%;
  }
}
.menu__content h4 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1370px) {
  .menu__content h4 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1275px) {
  .menu__content h4 {
    font-size: 40px;
    word-break: break-word;
  }
}
@media screen and (max-width: 380px) {
  .menu__content h4 {
    font-size: 32px;
  }
}
.menu__content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  max-width: 487px;
}
@media screen and (max-width: 780px) {
  .menu__content p {
    max-width: unset;
  }
}
.menu .swiper {
  overflow: visible;
}
.menu .swiper-control {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}
.menu .swiper-control__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu .swiper-control__btn {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #e56228;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: 0.3s linear;
}
.menu .swiper-control__btn.swiper-button-disabled {
  background: #2e2d48;
}
.menu .swiper-control__btn svg {
  transform-origin: center;
  transform: rotateZ(45deg);
}
.menu .swiper-control__btn:first-child svg {
  transform: rotateZ(225deg);
}
.menu .swiper-control__count {
  font-size: 32px;
  font-weight: 100;
  line-height: 0.8;
  color: #fff;
}
.menu .swiper-control__count-total {
  font-size: 16px;
  color: #7e818d;
}
.rest {
  position: relative;
}
.rest::before {
  content: '';
  position: absolute;
  width: 88%;
  aspect-ratio: 1.49;
  box-sizing: border-box;
  top: -38px;
  right: -26px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 90px;
}
@media screen and (max-width: 560px) {
  .rest::before {
    aspect-ratio: 0.8;
  }
}
.rest__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.53;
  overflow: hidden;
  border-radius: 90px;
  background-clip: padding-box;
}
@media screen and (max-width: 1370px) {
  .rest__img {
    border-radius: 45px;
  }
}
@media screen and (max-width: 560px) {
  .rest__img {
    aspect-ratio: 0.8;
  }
}
.rest__img::after {
  content: '';
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 5;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 108%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37%, rgb(15, 15, 29) 100%);
}
.rest__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 90px;
}
@media screen and (max-width: 1370px) {
  .rest__img img {
    border-radius: 45px;
  }
}
.rest__link {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  background: #e56228;
}
@media screen and (max-width: 380px) {
  .rest__link {
    top: 30px;
    right: 30px;
  }
}
.rest__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 50px 50px 50px;
  word-break: break-all;
}
@media screen and (max-width: 380px) {
  .rest__content {
    padding: 0 20px 20px 20px;
  }
}
.rest__content h3 {
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Cormorant SC', serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1445px) {
  .rest__content h3 {
    font-size: 58px;
  }
}
@media screen and (max-width: 1370px) {
  .rest__content h3 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1275px) {
  .rest__content h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1025px) {
  .rest__content h3 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1000px) {
  .rest__content h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 380px) {
  .rest__content h3 {
    font-size: 32px;
  }
}
.rest__cost {
  margin-bottom: 10px;
}
.rest__cost span:first-child {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #cecfdf;
  margin-right: 5px;
}
.rest__cost span:last-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.rest__inst {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.rest__inst a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.rest__inst a:visited,
.rest__inst a:hover {
  color: #fff;
}
/*# sourceMappingURL=gastronomy.css.map*/
