html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none
}

a {
  color: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: none;
}

button:focus-visible,
a:focus-visible {
  outline: none;
}

.container {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.main {
  flex-grow: 1;
}

.site-header {
  min-height: 370px;
  color: var(--color-white);
  background-color: var(--color-darkslategray-300);
  display: flex;
  flex-direction: column;
}

.site-header__bar {
  width: 100%;
  padding: 3px 40px 0;
}

.site-header__inner {
  width: 100%;
  max-width: var(--width-1440);
  min-height: 250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 295px) 250px minmax(0, 295px);
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.site-header__contact {
  margin: 105px 0 0;
  font-style: normal;
}

.site-header__logo-link {
  justify-self: center;
  border-radius: 50%;
}

.site-header__logo {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}

.site-header__button {
  width: 295px;
  min-height: 73px;
  padding: 17px 32px;
  border: var(--border-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-family: var(--font-josefin-sans);
  font-size: var(--fs-22);
  line-height: var(--lh-33);
  letter-spacing: var(--ls-0_2);
  text-align: center;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.site-header__button--phone {
  background-color: transparent;
}

.site-header__button--phone:hover {
  border-color: var(--color-peru-100);
  background-color: var(--color-peru-200);
}

.site-header__button--reservation {
  justify-self: end;
  margin-top: 105px;
  color: var(--color-darkslategray-400);
  background-color: var(--color-burlywood);
  letter-spacing: 0.44px;
}

.site-header__button--reservation:hover {
  border-color: var(--color-peru-100);
  background-color: var(--color-peru-100);
}

.site-header__button:focus-visible,
.site-header__logo-link:focus-visible {
  outline: 2px solid var(--color-white);
  outline-offset: 4px;
}

.site-header__divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-dimgray-100);
  flex: 0 0 auto;
}

.site-header__bar+.site-header__divider {
  margin-top: 34px;
}

@media (max-width: 992px) {
  .site-header {
    min-height: 320px;
  }

  .site-header__bar {
    padding: 16px 20px 0;
  }

  .site-header__inner {
    min-height: 160px;
    grid-template-columns: minmax(0, 1fr) 160px minmax(0, 1fr);
    gap: 35px;
  }

  .site-header__contact,
  .site-header__button--reservation {
    margin-top: 51px;
  }

  .site-header__logo {
    width: 160px;
    height: 160px;
  }

  .site-header__button {
    width: 100%;
    min-height: 58px;
    padding: 12px 16px;
    font-size: var(--fs-18);
    line-height: var(--lh-24);
  }

  .site-header__bar+.site-header__divider {
    margin-top: 24px;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 0;
  }

  .site-header__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .site-header__logo-link {
    order: -1;
  }

  .site-header__contact,
  .site-header__button--reservation {
    width: 100%;
    max-width: 295px;
    margin-top: 0;
  }

  .site-header__button--reservation {
    justify-self: center;
  }

  .site-header__button {
    width: 100%;
  }
}

.title-decoration {
  align-self: stretch;
  height: var(--height-1);
  position: relative;
  background-color: var(--color-burlywood);
  z-index: 1;
}

.rectangle53,
.uslugi {
  background-color: var(--color-darkslategray-300);
}

.uslugi {
  display: flex;
  flex-wrap: wrap;
  padding: 129px 0;
  box-sizing: border-box;
  gap: 100px;
  text-align: left;
  font-size: var(--fs-36);
  color: var(--color-white);
  font-family: var(--font-josefin-sans);
}

.rectangle53 {
  height: 515px;
  width: var(--width-1440);
  position: relative;
  display: none;
  flex-shrink: 0;
}

.services-intro-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-11);
  flex-shrink: 0;
  margin-bottom: 40px;
}

.service-header-decoration {
  display: flex;
  align-items: flex-start;
  padding: var(--padding-0) 2px;
  box-sizing: border-box;
  max-width: 100%;
}

.rectangle-icon {
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  z-index: 1;
}

.what-we-offer-parent {
  width: 245px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-2);
  max-width: 100%;
}

.what-we-offer {
  width: 172px;
  display: flex;
  align-items: flex-start;
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.co-oferujemy {
  margin: 0 !important;
  position: absolute;
  right: -152px;
  bottom: -1px;
  font-size: inherit;
  letter-spacing: var(--ls-3);
  line-height: var(--lh-22_5);
  text-transform: uppercase;
  font-weight: 400;
  font-family: inherit;
  z-index: 1;
  flex-shrink: 0;
}

.atmosfera-robi-wraenie,
.nasze-doskonae-usugi {
  position: relative;
  letter-spacing: var(--ls-0_2);
  z-index: 1;
}

.nasze-doskonae-usugi {
  margin: 0;
  font-size: var(--fs-40);
  line-height: var(--lh-56);
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--font-cormorant-infant);
  display: inline-block;
  max-width: 100%;
}

.atmosfera-robi-wraenie {
  font-size: var(--fs-20);
  line-height: var(--lh-30);
}

.service-features-grid {
  display: flex;
  gap: 30px;
  text-align: center;
  font-size: var(--fs-25);
  color: var(--color-white);
  font-family: var(--font-cormorant-infant);
}

.rectangle56,
.service-items-collection {
  border: var(--border-2);
  box-sizing: border-box;
}

.service-items-collection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-15);
  max-width: 360px;
  width: 100%;
  height: 225px;
  padding: 20px;
}

.rectangle56 {
  width: 254px;
  height: 235px;
  position: relative;
  display: none;
  flex-shrink: 0;
}

.image-icon11 {
  height: var(--height-60);
  width: var(--width-60);
  position: relative;
  object-fit: cover;
  z-index: 1;
}

.pon-niedz-1100-2200 {
  width: 129px;
  position: relative;
  letter-spacing: var(--ls-0_2);
  line-height: 35px;
  display: inline-block;
  z-index: 1;
  flex-shrink: 0;
}

.menu-specjalne {
  height: var(--height-70);
  position: relative;
  letter-spacing: var(--ls-0_2);
  line-height: 35px;
  display: inline-block;
  z-index: 1;
  flex-shrink: 0;
}

.na-wynos {
  margin: 0;
  width: 153px;
  position: relative;
  font-size: inherit;
  letter-spacing: var(--ls-0_2);
  line-height: 35px;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  z-index: 1;
  flex-shrink: 0;
}

.reservation-decoration {
  height: var(--height-27);
  flex: 1;
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 1275px) {
  .uslugi {
    flex-wrap: wrap;
  }

  .services-intro-header {
    flex: 1;
  }
}

@media(max-width: 992px) {
  .service-features-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .uslugi {
    gap: 50px;
    padding-top: 84px;
    padding-bottom: 91px;
    box-sizing: border-box;
  }

  .services-intro-header {
    min-width: 100%;
  }

  .nasze-doskonae-usugi {
    font-size: var(--fs-32);
    line-height: var(--lh-45);
  }
}

@media screen and (max-width: 450px) {
  .image-icon11 {
    width: 50px;
    height: 50px;
  }

  .service-items-collection {
    max-width: 300px;
    height: 200px;
  }

  .footer {
    gap: var(--gap-20);
    padding-top: var(--padding-20);
    padding-bottom: 53px;
    box-sizing: border-box;
  }

  .uslugi {
    gap: 25px;
    padding: 50px 0;
  }

  .co-oferujemy {
    font-size: var(--fs-22);
    line-height: var(--lh-13);
    bottom: 7px;
    right: -40px;
  }

  .nasze-doskonae-usugi {
    font-size: var(--fs-24);
    line-height: var(--lh-34);
  }

  .atmosfera-robi-wraenie {
    font-size: var(--fs-16);
    line-height: var(--lh-24);
  }

  .menu-specjalne,
  .pon-niedz-1100-2200 {
    font-size: var(--fs-20);
    line-height: var(--lh-28);
  }

  .na-wynos {
    font-size: var(--fs-20);
    line-height: var(--lh-28);
  }
}

@media screen and (max-width: 900px) {

  html,
  body {
    min-width: auto;
    overflow-x: hidden;
  }

  .uslugi {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 500px) {
  .image-icon11 {
    max-height: none;
  }
}

.short-menu {
  padding: clamp(50px, 7vw, 100px) 0px;
  background-color: var(--color-white);
}

.short-menu__inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.short-menu__content {
  max-width: 40%;
}

.short-menu__category {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 20px;
}

.short-menu__title {
  letter-spacing: var(--ls-3);
  line-height: var(--lh-22_5);
  text-transform: uppercase;
  font-size: var(--fs-36);
  color: var(--color-darkslategray-300);
  font-family: var(--font-josefin-sans);
  font-weight: 400;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  margin-bottom: 20px;
}

.short-menu__title::before,
.short-menu__title::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-burlywood);
}

.short-menu__title::before {
  top: -10px;
}

.short-menu__title::after {
  bottom: 0;
}

.short-menu__promo-title {
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-56);
  text-transform: capitalize;
  font-size: var(--fs-40);
  font-family: var(--font-cormorant-infant);
  font-weight: 400;
  color: var(--color-darkslategray-300);
  margin-bottom: 20px;
}

.short-menu__decr {
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-30);
  font-family: var(--font-josefin-sans);
  font-size: var(--fs-20);
  color: var(--color-dimgray-200);
  margin-bottom: 50px;
}

.short-menu__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.short-menu__block-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  margin: 20px auto 0 auto;
  gap: 10px;
}

.short-menu__link {
  border: var(--border-1);
  padding: var(--padding-17) var(--padding-5);
  max-width: 360px;
  text-align: center;
  font-size: var(--fs-22);
  color: var(--color-burlywood);
  font-family: var(--font-josefin-sans);
  font-weight: 400;
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-33);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 255px;
  width: 100%;
  padding: 20px 15px;
  transition: all .3s;
}

.short-menu__link:hover {
  background-color: var(--color-burlywood);
  color: var(--color-black);
}

.short-menu__link:active {
  opacity: 0.7;
}

.menu-category {
  margin-bottom: 30px;
}

.menu-category:last-child {
  margin-bottom: 0;
}

.menu-category__title {
  font-family: var(--font-cormorant-infant);
  font-weight: 400;
  font-size: var(--fs-36);
  letter-spacing: var(--ls-0_2);
  line-height: 50.4px;
  margin: 0 0 20px;
  color: var(--color-darkslategray-300);
  text-transform: uppercase;
}

.menu-category__item {
  margin-bottom: 28px;
  padding-left: 10px;
}

.menu-category__item:last-child {
  margin-bottom: 0;
}

.menu-category__item-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.menu-category__item-name {
  font-size: var(--fs-30);
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-42);
  color: var(--color-darkslategray-300);
  margin: 0;
  font-family: var(--font-cormorant-infant);
  font-weight: 400;
  flex: 0 0 auto;
  white-space: nowrap;
}

.menu-category__item-line {
  flex: 1 1 auto;
  min-width: 16px;
  border-bottom: 1px solid var(--color-slategray);
  transform: translateY(-6px);
}

.menu-category__item-price {
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-42);
  font-size: var(--fs-30);
  font-family: var(--font-cormorant-infant);
  font-weight: 400;
  color: var(--color-black);
  flex: 0 0 auto;
  white-space: nowrap;
}

.menu-category__item-decr {
  font-size: var(--fs-20);
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-30);
  margin: 6px 0 0;
  font-family: var(--font-josefin-sans);
  font-weight: 400;
  flex: 1 0;
  max-width: 100%;
  color: var(--color-dimgray-200);
}

.reviews {
  background: var(--color-darkslategray-300);
  padding: clamp(50px, 7vw, 90px) 0;
  margin: 0 auto;
}

.reviews__inner {
  margin-inline: auto;
}

.reviews__eyebrow {
  display: inline-block;
  color: var(--color-white);
  font-size: var(--fs-36);
  font-family: var(--font-josefin-sans);
  letter-spacing: var(--ls-3);
  line-height: var(--lh-22_5);
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 10px 0;
  position: relative;
}

.reviews__eyebrow::before,
.reviews__eyebrow::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-burlywood);
}

.reviews__eyebrow::before {
  top: -10px;
}

.reviews__eyebrow::after {
  bottom: 0px;
}

.reviews__heading {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: var(--lh-56);
  letter-spacing: var(--ls-0_2);
  color: var(--color-white);
  font-size: clamp(28px, 3.6vw, 40px);
  text-transform: capitalize;
  margin: 0 0 12px;
}

.reviews__lead {
  color: var(--color-white);
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: var(--lh-30);
  font-family: var(--font-josefin-sans);
  letter-spacing: var(--ls-0_2);
  margin-bottom: 40px;
  max-width: 796px;
  width: 100%;
}

.reviews__swiper {
  padding-bottom: 46px;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  height: auto;
}

.review__card {
  background: var(--color-darkslategray-100);
  padding: 32px;
  border-radius: 4px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 15px;
  position: relative;
}

.review__head::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-slategray);
}

.review__avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #555;
}

.review__name-block {
  min-width: 0;
}

.review__author {
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-body);
  line-height: var(--lh-42);
  letter-spacing: var(--ls-0_2);
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review__author a {
  color: inherit;
  text-decoration: none;
}

.review__author a:hover {
  text-decoration: underline;
}

.review__stars {
  color: var(--color-burlywood);
  font-size: 20px;
  letter-spacing: 2px;
}

.review__text {
  margin: 0;
  color: var(--color-gainsboro);
  font-family: var(--font-cormorant-infant);
  font-size: clamp(15px, 1.4vw, 24px);
  letter-spacing: var(--ls-0_25);
  line-height: var(--lh-37_5);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review__google-badge {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.review__google-badge svg {
  width: 14px;
  height: 14px;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--color-burlywood);
}

.reviews__empty {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.is-hidden {
  display: none !important;
}

.rezervaja {
  background-size: cover;
  background-position: center center;
  padding: clamp(50px, 7vw, 140px) 0px;
}

.reservation-container {
  background-color: var(--color-darkslategray-500);
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 56px) clamp(20px, 5vw, 64px);
}

.reservation-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: max-content;
  margin: 0 auto 34px auto;
}

.reservation-eyebrow {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--font-josefin-sans);
  font-size: 15px;
  letter-spacing: var(--ls-3);
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
}

.reservation-eyebrow::before,
.reservation-eyebrow::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-burlywood);
}

.reservation-eyebrow::before {
  top: -10px;
}

.reservation-eyebrow::after {
  bottom: 0;
}

.reservation-title {
  margin: 12px 0 0;
  font-family: var(--font-cormorant-infant);
  font-weight: 400;
  font-size: var(--fs-40);
  line-height: var(--lh-56);
  letter-spacing: var(--ls-0_2);
  color: var(--color-white);
  text-transform: capitalize;
}

.reservation-form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.reservation-row {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}

.reservation-field {
  flex: 1;
  min-width: 200px;
  border: var(--border-3);
  transition: all .3s;
}

.reservation-field:hover {
  border-color: var(--color-white);
}

.reservation-row--three .reservation-field {
  min-width: 129px;
}

.reservation-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: var(--padding-16) 23px var(--padding-17);
  font-family: var(--font-josefin-sans);
  font-size: var(--fs-22);
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-33);
  color: var(--color-white);
  transition: all 0.3s ease;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-text-fill-color: #fff;
  transition: background-color 9999s ease-in-out 0s;
}

.reservation-field input::placeholder {
  opacity: 0.8;
}

.reservation-field input:focus {
  opacity: 1;
  box-shadow: 0 0 5px rgba(var(--color-burlywood), 1);
  color: var(--color-white);
}

.reservation-field input:active {
  opacity: 1;
}

.reservation-submit {
  align-self: center;
  margin-top: 12px;
  background-color: var(--color-white);
  color: var(--color-black);
  border: 0;
  cursor: pointer;
  padding: 18px 60px;
  font-family: var(--font-cormorant-infant);
  font-size: var(--fs-22);
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-33);
  transition: background-color .2s ease;
}

.reservation-submit:hover {
  background-color: var(--color-burlywood);
}

.reservation-submit:active {
  background-color: var(--color-burlywood);
  opacity: .7;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.error-message,
.reservation-status {
  color: red;
  text-align: center;
}
.reservation-status--sending {
  color: #4caf50;
  /* зелёный */
}
.reservation-status--error {
  color: #ff6b6b;
  /* тот же красный, что и у .error-message */
}

.main {
  background-color: var(--color-snow);
}

.hero-section {
  background-color: var(--color-darkslategray-300);
}

.hero-section__intro {
  color: var(--color-white);
  background-color: var(--color-darkslategray-300);
}

.hero-section__intro-inner {
  width: 100%;
  max-width: var(--width-1440);
  min-height: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 660px;
  column-gap: 36px;
  align-items: end;
  box-sizing: border-box;
}

.hero-section__content {
  width: 100%;
  max-width: 636px;
  padding: 0 20px 153px 0;
  box-sizing: border-box;
}

.hero-section__text {
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.hero-section__title {
  max-width: 470px;
  margin: 0;
  color: inherit;
  font-family: var(--font-cormorant-infant);
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
  letter-spacing: var(--ls-0_2);
}

.hero-section__lead {
  max-width: 620px;
  margin: 0;
  color: inherit;
  font-family: var(--font-josefin-sans);
  font-size: var(--fs-20);
  line-height: var(--lh-30);
  letter-spacing: var(--ls-0_2);
}

.hero-section__actions {
  margin-top: 53px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-section__menu-link {
  width: 230px;
  min-height: 73px;
  padding: 17px 32px;
  border: var(--border-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-burlywood);
  font-family: var(--font-josefin-sans);
  font-size: var(--fs-22);
  line-height: var(--lh-33);
  letter-spacing: var(--ls-0_2);
  text-align: center;
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

.hero-section__menu-link:hover {
  border-color: var(--color-peru-100);
  background-color: var(--color-peru-200);
}

.hero-section__social-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-section__social-link {
  min-width: 24px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-section__social-link img {
  width: auto;
  max-width: none;
  height: auto;
}

.hero-section__menu-link:focus-visible,
.hero-section__social-link:focus-visible,
.restaurant-summary a:focus-visible {
  outline: 2px solid var(--color-burlywood);
  outline-offset: 4px;
}

.hero-section__showcase {
  --showcase-side: 30px;
  --showcase-top: 30px;
  --showcase-frame-height: 720px;
  --showcase-image-height: 692px;
  width: 100%;
  max-width: 660px;
  height: calc(var(--showcase-top) + var(--showcase-frame-height));
  margin: 0;
  display: grid;
  grid-template-columns: var(--showcase-side) minmax(0, 1fr) var(--showcase-side);
  align-items: end;
  justify-self: end;
}

.hero-section__showcase-side,
.hero-section__showcase-top {
  background-color: var(--color-gray-300);
}

.hero-section__showcase-side {
  height: var(--showcase-frame-height);
}

.hero-section__showcase-main {
  min-width: 0;
}

.hero-section__showcase-top {
  height: var(--showcase-top);
}

.hero-section__image-frame {
  height: var(--showcase-frame-height);
  position: relative;
  overflow: hidden;
}

.hero-section__image {
  width: 90.84%;
  max-width: none;
  height: var(--showcase-image-height);
  position: absolute;
  right: 4.58%;
  bottom: 0;
  left: 4.58%;
  border-radius: 626px 626px 0 0;
  object-fit: cover;
}

.restaurant-summary {
  background-color: var(--color-snow);
  padding: 50px 0;
}

.restaurant-summary__inner {
  width: 100%;
  max-width: var(--width-1440);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  box-sizing: border-box;
}

.restaurant-summary__item {
  width: 420px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: var(--color-darkslategray-300);
}

.restaurant-summary__item--hours {
  width: 420px;
  max-width: 100%;
  box-sizing: border-box;
}

.restaurant-summary__item--reservation {
  width: 420px;
  max-width: 100%;
  font-family: var(--font-josefin-sans);
}

.restaurant-summary__icon {
  width: 83px;
  height: 83px;
  border-radius: var(--br-100);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 83px;
  background-color: var(--color-darkslategray-300);
}

.restaurant-summary__item--hours .restaurant-summary__icon {
  background-color: transparent;
}

.restaurant-summary__icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.restaurant-summary__item--hours .restaurant-summary__icon img {
  width: 83px;
  height: 83px;
}

.restaurant-summary__item--reservation .restaurant-summary__icon img {
  width: 39px;
  height: 39px;
}

.restaurant-summary__content {
  min-width: 0;
  padding-top: 4px;
}

.restaurant-summary__title,
.restaurant-summary__text {
  margin: 0;
  font-weight: 400;
  letter-spacing: var(--ls-0_2);
}

.restaurant-summary__title {
  font-family: var(--font-cormorant-infant);
  font-size: var(--fs-30);
  line-height: 39px;
}

.restaurant-summary__title--reservation {
  font-family: var(--font-josefin-sans);
  font-size: var(--fs-22);
  line-height: var(--lh-33);
  letter-spacing: 0.44px;
}

.restaurant-summary__text {
  color: var(--color-dimgray-200);
  font-family: var(--font-josefin-sans);
  font-size: var(--fs-20);
  line-height: var(--lh-30);
}

.hero-philosophy {
  background-color: var(--color-snow);
}

.hero-philosophy__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 559px;
  gap: 45px;
  align-items: center;
  padding-bottom: 50px;
}

.hero-philosophy__image {
  width: 100%;
  height: 655px;
  object-fit: cover;
  object-position: center top;
}

.hero-philosophy__content {
  color: var(--color-darkslategray-300);
}

.hero-philosophy__title {
  max-width: 545px;
  margin: 0 0 38px;
  font-family: var(--font-cormorant-infant);
  font-size: var(--fs-40);
  font-weight: 400;
  line-height: var(--lh-56);
  letter-spacing: var(--ls-0_2);
}

.hero-philosophy__text {
  margin: 0;
  color: var(--color-dimgray-200);
  font-family: var(--font-josefin-sans);
  font-size: var(--fs-20);
  line-height: var(--lh-30);
  letter-spacing: var(--ls-0_2);
}

.hero-philosophy__text+.hero-philosophy__text {
  margin-top: 30px;
}

.dish__inner {
  padding: clamp(50px, 7vw, 100px) 0px;
}

.dish__title {
  letter-spacing: var(--ls-3);
  line-height: var(--lh-22_5);
  text-transform: uppercase;
  font-size: var(--fs-36);
  color: var(--color-darkslategray-300);
  font-family: var(--font-josefin-sans);
  font-weight: 400;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  margin: 0 auto 20px auto;
  display: flex;
  position: relative;
  justify-content: center;
  max-width: max-content;
  width: 100%;
}

.dish__title::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-burlywood);
}

.dish__title::after {
  bottom: 0;
}

.dish__sub-title {
  font-size: var(--fs-40);
  line-height: var(--lh-56);
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--font-cormorant-infant);
  letter-spacing: var(--ls-0_2);
  color: var(--color-darkslategray-300);
  text-align: center;
  margin-bottom: 10px;
}

.dish__promo-text,
.dish__decr {
  font-size: var(--fs-20);
  line-height: var(--lh-30);
  color: var(--color-dimgray-200);
  text-align: center;
  font-family: var(--font-josefin-sans);
  letter-spacing: var(--ls-0_2);
  margin-bottom: 25px;
}

.dish__template {
  position: relative;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 55px;
  justify-content: center;
}

.dish__template::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 1px;
  background-color: var(--color-burlywood);
}

.dish-card {
  display: flex;
  flex-direction: column;
  max-width: 375px;
  width: 100%;
}

.dish-card__img {
  width: 375px;
}

.dish-card__content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dish-card__price-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid var(--color-gainsboro);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.dish-card__name {
  font-size: var(--fs-30);
  line-height: var(--lh-42);
  letter-spacing: var(--ls-0_2);
  color: var(--color-darkslategray-300);
  font-family: var(--font-cormorant-infant);
  font-weight: 400;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.dish-card__price {
  font-family: var(--font-cormorant-infant);
  font-size: var(--fs-30);
  line-height: var(--lh-42);
  letter-spacing: var(--ls-0_2);
  color: var(--color-darkslategray-300);
  font-weight: 400;
  white-space: nowrap;
  flex: 0 0 auto;
}

.dish-card__decr {
  font-size: var(--fs-20);
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-30);
  font-family: var(--font-josefin-sans);
  color: var(--color-dimgray-200);
}

.dish__btn {
  border: var(--border-1);
  padding: var(--padding-17) var(--padding-5);
  text-align: center;
  font-size: var(--fs-22);
  color: var(--color-burlywood);
  font-family: var(--font-josefin-sans);
  font-weight: 400;
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-33);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 255px;
  width: 100%;
  padding: 20px 15px;
  transition: all .3s;
  margin: 0 auto;
}

.dish__btn:hover {
  background-color: var(--color-burlywood);
  color: var(--color-black);
}

.dish__btn:active {
  opacity: 0.7;
}

.footer {
  padding: clamp(50px, 7vw, 100px) 0px;
  background-color: var(--color-darkslategray-300);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}

.footer__contact-block {
  max-width: 330px;
  width: 100%;
}

.footer__contact-title {
  font-size: var(--fs-15);
  color: var(--color-white);
  font-family: var(--font-josefin-sans);
  letter-spacing: var(--ls-3);
  text-transform: uppercase;
  line-height: 1.6;
  position: relative;
  padding: 10px 0 5px;
  display: inline-block;
  margin-bottom: 30px;
}

.footer__contact-title::before,
.footer__contact-title::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-burlywood);
}

.footer__contact-title::before {
  top: 0;
}

.footer__contact-title::after {
  bottom: 0;
}

.footer__adress-block {
  margin-bottom: 10px;
}

.footer__address {
  font-size: var(--fs-20);
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-30);
  font-family: var(--font-josefin-sans);
  font-weight: 400;
  color: var(--color-white);
  margin-bottom: 5px;

}

.footer__phone {
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-30);
  font-size: var(--fs-19);
  color: var(--color-burlywood);
  font-family: var(--font-josefin-sans);
}

.footer__social-block {
  align-items: center;
  gap: 15px;
  display: inline-flex;
  justify-content: center;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.footer__logo {
  width: 250px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 250 / 250;
}

.footer__schedule-block {
  max-width: 214px;
  width: 100%;
}

.footer__schedule-title {
  width: max-content;
  margin: 0 auto 20px auto;
  font-size: var(--fs-15);
  color: var(--color-white);
  font-family: var(--font-josefin-sans);
  letter-spacing: var(--ls-3);
  text-transform: uppercase;
  line-height: 1.4;
  padding: 10px 0 5px;
  position: relative;
}

.footer__schedule-title::before,
.footer__schedule-title::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-burlywood);
}

.footer__schedule-title::before {
  top: 0;
}

.footer__schedule-title::after {
  bottom: 0;
}

.footer__schedule {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer__schedule-days {
  font-size: var(--fs-20);
  font-family: var(--font-josefin-sans);
  font-weight: 400;
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-30);
  color: var(--color-burlywood);
}

.footer__schedule-time {
  font-size: var(--fs-20);
  letter-spacing: var(--ls-0_2);
  line-height: var(--lh-30);
  font-family: var(--font-josefin-sans);
  font-weight: 400;
  color: var(--color-white);
}

.success {
  position: fixed;
  inset: 0;
  background: var(--color-darkslategray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  z-index: 999;
}

.success.active {
  opacity: 1;
  visibility: visible;
}

.success__inner {
  background: var(--color-darkslategray-300);
  border: 1px solid var(--color-burlywood);
  padding: clamp(30px, 5vw, 50px);
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

.success__title {
  font-family: var(--font-cormorant-infant);
  color: var(--color-white);
  font-size: var(--fs-32);
  margin: 0 0 16px;
}

.success__text,
.success__bottom {
  font-family: var(--font-josefin-sans);
  color: var(--color-white);
  line-height: var(--lh-28);
}

.success__btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: 0;
  cursor: pointer;
}

@media (max-width: 1275px) {
  .hero-section__intro-inner {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
    column-gap: 30px;
  }

  .hero-philosophy__inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 559px);
  }
}

@media (max-width: 1100px) {
  .hero-section__intro-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-section__content {
    max-width: 680px;
    padding: 0;
  }

  .hero-section__title {
    max-width: 560px;
    font-size: 72px;
    line-height: 82px;
  }

  .hero-section__showcase {
    max-width: 610px;
    justify-self: center;
  }

  .restaurant-summary__inner {
    flex-wrap: wrap;
  }

  .restaurant-summary__item,
  .restaurant-summary__item--hours,
  .restaurant-summary__item--reservation {
    width: calc(50% - 15px);
    padding-right: 0;
  }

  .hero-philosophy__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-philosophy__image {
    height: 520px;
  }

  .hero-section__title {
    max-width: 420px;
    font-size: 82px;
    line-height: 92px;
  }

  .hero-section__showcase {
    --showcase-side: 24px;
    --showcase-top: 24px;
    --showcase-frame-height: 636px;
    --showcase-image-height: 612px;
    max-width: 600px;
  }
}

@media (max-width: 992px) {
  .short-menu__inner {
    flex-direction: column-reverse;
  }

  .short-menu__category,
  .short-menu__content {
    max-width: 100%;
    width: 100%;
  }

  .short-menu__img {
    display: none;
  }

  .review__card {
    padding: 22px;
  }

  .review__avatar {
    width: 56px;
    height: 56px;
  }

  .review__author {
    font-size: 22px;
    line-height: 1.2;
  }

  .review__stars {
    font-size: 14px;
  }

  .review__text {
    line-height: 1.6;
  }

  .footer__inner {
    flex-wrap: wrap;
  }

  .footer__schedule-block {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .footer__logo {
    width: 180px;
    aspect-ratio: 180 / 180;
  }

  .footer__inner {
    gap: 80px 25px;
  }
}

@media (max-width: 700px) {
  .hero-section__intro-inner {
    padding-top: 56px;
    gap: 36px;
  }

  .hero-section__text {
    gap: 24px;
  }

  .hero-section__title {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-section__lead,
  .hero-philosophy__text {
    font-size: var(--fs-18);
    line-height: var(--lh-28);
  }

  .hero-section__actions {
    margin-top: 36px;
    flex-wrap: wrap;
  }

  .hero-section__showcase {
    --showcase-side: 18px;
    --showcase-top: 18px;
    --showcase-frame-height: 530px;
    --showcase-image-height: 510px;
    max-width: 560px;
  }

  .restaurant-summary__item,
  .restaurant-summary__item--hours,
  .restaurant-summary__item--reservation {
    width: 100%;
  }

  .restaurant-summary__title {
    font-size: var(--fs-24);
    line-height: 31px;
  }

  .restaurant-summary__title--reservation {
    font-size: var(--fs-22);
    line-height: var(--lh-33);
  }

  .restaurant-summary__text {
    font-size: var(--fs-18);
    line-height: var(--lh-28);
  }

  .hero-philosophy__image {
    height: 420px;
  }

  .hero-philosophy__title {
    margin-bottom: 24px;
    font-size: var(--fs-32);
    line-height: var(--lh-45);
  }
}

@media (max-width: 576px) {
  .menu-category__item {
    padding: 0;
  }

  .menu-category__item-row {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 6px;
  }

  .menu-category__item-price {
    order: -1;
  }

  .menu-category__item-line {
    display: none;
  }

  .menu-category__item-name {
    display: block;
    flex: auto;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--color-slategray);
    white-space: normal;
  }

  .review__card {
    padding: 12px;
  }

  .reservation-row--three {
    flex-direction: column;
  }

  .dish__template {
    gap: 50px;
  }

  .dish-card__name,
  .dish-card__price {
    font-size: 26px;
    line-height: 1.2;
  }

  .dish-card__decr {
    font-size: 18px;
    line-height: 1.2;
  }

  .footer__inner {
    flex-direction: column;
    gap: 45px;
  }

  .footer__contact-block,
  .footer__schedule-block,
  .footer__contact-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__logo {
    order: 1;
  }

  .footer__schedule-block {
    order: 2;
  }

  .footer__contact-block {
    order: 3;
  }

  .footer__social-block {
    margin-left: -25px;
  }
}

@media (max-width: 520px) {
  .hero-section__title {
    font-size: 42px;
    line-height: 52px;
  }

  .hero-section__menu-link {
    width: 100%;
  }

  .hero-section__social-list {
    width: 100%;
    justify-content: center;
  }

  .hero-section__showcase {
    --showcase-side: 14px;
    --showcase-top: 18px;
    --showcase-frame-height: 410px;
    --showcase-image-height: 392px;
  }

  .restaurant-summary__item {
    gap: 16px;
  }

  .restaurant-summary__icon {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }

  .restaurant-summary__icon img {
    width: 44px;
    height: 44px;
  }

  .restaurant-summary__item--hours .restaurant-summary__icon img {
    width: 72px;
    height: 72px;
  }

  .hero-philosophy__image {
    height: 340px;
  }
}

@media (max-width: 380px) {
  .hero-section__showcase {
    --showcase-frame-height: 345px;
    --showcase-image-height: 330px;
  }

  .menu-category__item-row {
    flex-direction: column;
  }
}