/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "ApercuMonoPro";
  font-display: swap;
  src: local("ApercuMonoPro-Medium"), url("../fonts/ApercuMonoPro-Medium.woff") format("woff"), url("../fonts/ApercuMonoPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "LabGrotesque";
  font-display: swap;
  src: local("LabGrotesque-Medium"), url("../fonts/LabGrotesque-Medium.woff") format("woff"), url("../fonts/LabGrotesque-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "LabGrotesque";
  font-display: swap;
  src: local("LabGrotesque-Regular"), url("../fonts/LabGrotesque-Regular.woff") format("woff"), url("../fonts/LabGrotesque-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.mobile-app__title::before,
.delivery__question::before,
.restcard__phone::before,
.info__condition-title::before,
.presentation__title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-image: url(../img/border.png);
  background-repeat: repeat-x;
  background-size: 12px 1px;
  background-position: left center;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  position: relative;
  font-family: ApercuMonoPro, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  background-color: #fafafa;
  overflow-x: hidden;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container {
  max-width: 1336px;
  width: 100%;
  margin: 0 auto;
}

.btn {
  padding: 20px 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 24px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.btn:not(:disabled) {
  cursor: pointer;
}

.btn:active {
  color: #fff;
  background-color: #000;
}

.btn_slick {
  position: absolute;
  padding: 13px;
}

.btn_slick svg {
  stroke: #000;
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.btn_slick:active svg {
  stroke: #fff;
}

.title {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.title_size-xl {
  font-size: 80px;
  line-height: 100%;
}

.title_size-l {
  font-size: 48px;
  line-height: 110%;
}

.title_size-m {
  font-size: 32px;
  line-height: 100%;
}

.title_size-s {
  font-size: 24px;
  line-height: 125%;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1079px;
  padding: 17px 16px 0;
}

.header__logo {
  margin-right: 8px;
}

.header__logo-desktop {
  display: block;
  width: 242px;
  height: 28px;
}

.header__logo-mobile {
  display: none;
}

.header__nav {
  margin-left: auto;
  margin-right: 36px;
}

.nav {
  -ms-flex-preferred-size: 455px;
      flex-basis: 455px;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__link {
  text-decoration: none;
  color: inherit;
  padding: 5px;
  font-family: "LabGrotesque", sans-serif;
  font-size: 14px;
  line-height: 125%;
  border-radius: 24px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.nav__link:focus,
.nav__link:hover {
  border-color: #000;
  outline: none;
}

.presentation {
  overflow-x: hidden;
}

.presentation__btn-prev,
.presentation__btn-next {
  background-color: transparent;
  border: none;
  position: absolute;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-64%);
      -ms-transform: translateY(-64%);
          transform: translateY(-64%);
  cursor: pointer;
}

.presentation__btn-prev:hover,
.presentation__btn-prev:active,
.presentation__btn-next:hover,
.presentation__btn-next:active {
  -webkit-animation: btnTransform 0.4s backwards;
          animation: btnTransform 0.4s backwards;
}

.presentation__btn-prev {
  left: -117px;
  width: 212px;
  height: 208px;
  z-index: 1;
}

.presentation__btn-next {
  right: -58px;
  width: 170px;
  height: 235px;
}

.presentation__block {
  position: relative;
  padding-top: 102px;
  padding-bottom: 106px;
  padding-left: 144px;
}

.presentation__text-content {
  max-width: 560px;
}

.presentation__title {
  padding-bottom: 24px;
  position: relative;
}

.presentation__subtitle {
  margin: 0;
  padding-top: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: #000;
}

.presentation__wrap-img {
  position: absolute;
  width: 615px;
  height: 470px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 9%;
  z-index: -1;
}

.presentation__img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes btnTransform {
  0% {
    -webkit-transform: scale(0.97) translateY(-64%);
            transform: scale(0.97) translateY(-64%);
  }

  50% {
    -webkit-transform: scale(1.1) translateY(-64%);
            transform: scale(1.1) translateY(-64%);
  }

  100% {
    -webkit-transform: scale(1) translateY(-64%);
            transform: scale(1) translateY(-64%);
  }
}

@keyframes btnTransform {
  0% {
    -webkit-transform: scale(0.97) translateY(-64%);
            transform: scale(0.97) translateY(-64%);
  }

  50% {
    -webkit-transform: scale(1.1) translateY(-64%);
            transform: scale(1.1) translateY(-64%);
  }

  100% {
    -webkit-transform: scale(1) translateY(-64%);
            transform: scale(1) translateY(-64%);
  }
}

.info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  padding: 44px 16px;
}

.info__card {
  width: 300px;
  margin-right: 16px;
}

.info__card:last-child {
  margin-right: 0;
}

.info__card_dark .info__card-top {
  background-color: grey;
}

.info__card_dark .info__title {
  color: #fff;
}

.info__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 300px;
  padding: 16px;
  overflow: hidden;
  border-radius: 24px;
  z-index: 1;
}

.info__title {
  padding: 8px;
  width: 100%;
}

.info__wrap-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

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

.info__btn {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: none;
  padding: 18px 20px 16px;
  font-size: 14px;
}

.info__condition {
  display: none;
  position: relative;
  padding: 24px 24px 32px;
  background-color: #fff;
}

.info__condition::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-image: url(../img/triangle-white.png);
  background-repeat: repeat-x;
  background-size: 29px 10px;
  background-position: -10px center;
}

.info__condition-title {
  display: block;
  font-size: 24px;
  line-height: 125%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
}

.info__condition-text {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: LabGrotesque, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.info__link {
  display: block;
  text-align: center;
}

.food-menu__container {
  padding: 40px 16px;
  max-width: 1080px;
  overflow: hidden;
}

.food-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 52px;
}

.food-menu__title-decor {
  display: block;
  margin-left: 20px;
  width: 177px;
  height: 64px;
  background-image: url(../img/svg/icons.svg#menu-breakfast);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 680px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 36px;
  padding-left: 0;
  list-style: none;
}

.tabs__item {
  margin-right: 10px;
  margin-bottom: 16px;
}

.tabs__btn {
  padding: 14px 24px 16px;
  background-color: #f0f0f0;
  color: #000;
  border: none;
  font-family: LabGrotesque, sans-serif;
  text-transform: none;
}

.tabs__btn.is-active {
  background-color: #000;
  color: #fff;
}

.tabs__btn:hover:not(:disabled),
.tabs__btn:focus:not(:disabled),
.tabs__btn:active:not(:disabled) {
  background-color: #e6e6e6;
  color: #000;
}

.tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -19px;
}

.tabs__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  min-height: 357px;
  overflow: hidden;
  text-align: center;
  margin: 0 19px;
}

.tabs__card_link {
  color: inherit;
  text-decoration: none;
  border-radius: 24px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.tabs__card_link:focus,
.tabs__card_link:active {
  border-color: #000;
  outline: none;
}

.tabs__wrap-img {
  padding-top: 1px;
  width: 210px;
  height: 210px;
  margin: 0 auto 8px;
}

.tabs__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.tabs__card-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: LabGrotesque, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.tabs__card-note {
  margin-top: auto;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #a7a7a7;
}

.tabs__card-price {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
}

.tabs__card-circle {
  width: 190px;
  height: 190px;
  margin: 10px;
  background-color: #b1e3f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.great__container {
  padding: 80px 16px;
  max-width: 1080px;
  overflow: hidden;
}

.great__title {
  margin-bottom: 78px;
  padding-left: 12px;
}

.great__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.great__card {
  position: relative;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  padding: 127px 46px 0;
}

.great__card:not(:last-child):before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-image: url(../img/border-vertical.png);
  background-repeat: repeat-y;
  background-size: 1px 12px;
}

.great__card:first-child {
  padding-left: 0;
  padding-right: 80px;
}

.great__card:last-child {
  padding-right: 0;
  padding-left: 80px;
  border-right: none;
}

.great__card-title {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 12px;
}

.great__card-text {
  font-family: LabGrotesque, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.great__decor {
  position: absolute;
  width: 256px;
  height: 213px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 5px;
  left: 0;
  z-index: -1;
}

.great__decor_img-veget {
  background-image: url(../img/svg/icons.svg#icon-broccoli);
}

.great__decor_img-fish {
  background-image: url(../img/svg/icons.svg#icon-fish);
  left: auto;
  right: 10%;
}

.great__decor_img-heart {
  background-image: url(../img/svg/icons.svg#icon-heart);
  left: auto;
}

.restaurant {
  padding-top: 50px;
  padding-bottom: 30px;
}

.restaurant__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1080px;
  margin: 0 auto 24px;
}

.restaurant__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.restaurant__slider.is-hidden {
  display: none;
}

.restaurant__title {
  margin-right: 16px;
}

.restaurant__change-btn {
  padding: 18px 16px 14px;
  font-size: 32px;
  line-height: 100%;
}

.restaurant__change-btn.is-active {
  color: #fff;
  background-color: #000;
  pointer-events: none;
}

.restaurant__btn-prev,
.restaurant__btn-next {
  right: 144px;
  top: -87px;
}

.restaurant__btn-prev {
  right: 258px;
}

.restcard {
  margin: 40px 18px;
}

.restcard.slick-center .restcard__btn {
  opacity: 1;
  pointer-events: auto;
}

.restcard.slick-center .restcard__inner {
  -webkit-transform: scaleX(1.125) scaleY(1.148);
      -ms-transform: scaleX(1.125) scaleY(1.148);
          transform: scaleX(1.125) scaleY(1.148);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.restcard .active {
  opacity: 1;
  pointer-events: auto;
}

.restcard__inner {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 320px;
  min-height: 540px;
  padding: 16px 16px 72px;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.restcard__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 61%;
  left: 0;
  bottom: 0;
  background: -o-linear-gradient(92.17deg, rgba(0, 0, 0, 0.414) 2.34%, rgba(0, 0, 0, 0.378) 78.93%, rgba(0, 0, 0, 0) 98.69%);
  background: linear-gradient(357.83deg, rgba(0, 0, 0, 0.414) 2.34%, rgba(0, 0, 0, 0.378) 78.93%, rgba(0, 0, 0, 0) 98.69%);
  z-index: -1;
}

.restcard__name {
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
  color: #fff;
}

.restcard__address {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
}

.restcard__btn {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  min-width: 270px;
}

.restcard__btn:active {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.restcard__gallery {
  display: none;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  height: 256px;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
}

.restcard__gallery-img {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}

.restcard__phone {
  display: none;
  position: relative;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #75A13F;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  padding-bottom: 16px;
}

.restcard__phone:hover,
.restcard__phone:active {
  color: #9bc468;
}

.restcard__note {
  display: none;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
}

.restcard__note-item {
  padding: 7px 15px;
  background-color: #fff;
  font-family: "LabGrotesque", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  margin-right: 8px;
  border-radius: 12px;
  overflow: hidden;
}

.restcard__note-item:last-child {
  margin-right: 0;
}

.restcard__map {
  display: none;
  height: 512px;
  max-width: 310px;
  width: 310px;
  border-radius: 40px;
  margin-left: 8px;
  overflow: hidden;
}

.restcard__map-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.restcard__btn-next,
.restcard__btn-prev {
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -o-linear-gradient(92.17deg, rgba(0, 0, 0, 0.414) 2.34%, rgba(0, 0, 0, 0.378) 78.93%, rgba(0, 0, 0, 0) 98.69%);
  background: linear-gradient(357.83deg, rgba(0, 0, 0, 0.414) 2.34%, rgba(0, 0, 0, 0.378) 78.93%, rgba(0, 0, 0, 0) 98.69%);
  border: none;
  border-radius: 0;
}

.restcard__btn-next svg,
.restcard__btn-prev svg {
  stroke: #fff;
}

.restcard__btn-next:active,
.restcard__btn-prev:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.restcard__btn-next {
  right: 0;
}

.delivery__container {
  padding: 30px 16px;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery__images {
  position: relative;
  min-height: 558px;
  max-width: 437px;
  width: 100%;
  margin-right: 90px;
}

.delivery__img,
.delivery__img-club,
.delivery__img-food {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.delivery__img {
  width: 384px;
  height: 406px;
  top: 72px;
}

.delivery__img-club {
  width: 180px;
  height: 160px;
  right: 30px;
  z-index: -1;
}

.delivery__img-food {
  width: 202px;
  height: 233px;
  bottom: 0;
  right: 0;
}

.delivery__text-block {
  max-width: 405px;
  width: 100%;
}

.delivery__question {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 23px;
}

.delivery__title {
  margin-bottom: 16px;
}

.delivery__note {
  display: block;
  font-family: LabGrotesque, sans-serif;
  margin-bottom: 24px;
}

.delivery__btn {
  display: inline-block;
  margin-right: 10px;
}

.delivery__btn:last-child {
  margin-right: 0;
}

.mobile-app {
  padding-top: 30px;
}

.mobile-app__container {
  position: relative;
  max-width: 1185px;
  width: 100%;
  padding: 72px 54px 120px 69px;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  z-index: 1;
}

.mobile-app__title {
  position: relative;
  max-width: 436px;
  padding-bottom: 23px;
}

.mobile-app__content .slick-list {
  overflow-x: clip;
  overflow-y: visible;
}

.mobile-app__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  bottom: 50px;
}

.mobile-app__btn {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 64px;
  overflow: hidden;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mobile-app__btn:hover,
.mobile-app__btn:focus {
  outline: 2px solid #a7a7a7;
}

.mobile-app__btn_app-store {
  width: 192px;
  margin-right: 17px;
  background-image: url(../img/svg/icons.svg#app-store-btn);
}

.mobile-app__btn_g-play {
  width: 216px;
  background-image: url(../img/svg/icons.svg#g-play-btn);
}

.mobile-app__info {
  position: relative;
}

.mobile-app__wrap-img {
  position: absolute;
  width: 510px;
  height: 443px;
  right: 80px;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.mobile-app__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-app__descr {
  padding-top: 24px;
  max-width: 516px;
  width: 100%;
  margin-bottom: 16px;
}

.mobile-app__note {
  display: inline-block;
  font-family: LabGrotesque, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  max-width: 429px;
  width: 100%;
  padding-bottom: 40px;
}

.mobile-app__btn-prev {
  top: -72px;
  right: 114px;
}

.mobile-app__btn-next {
  top: -72px;
  right: 0;
}

.footer {
  position: relative;
  padding-top: 103px;
  padding-bottom: 40px;
  background-color: #000;
  color: #fff;
  z-index: 1;
}

.footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 33px;
  background-image: url(../img/footer-triangle.png);
  background-repeat: repeat-x;
  background-size: 95px 33px;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 1;
}

.footer__container {
  max-width: 1080px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.footer__left-block {
  max-width: 450px;
  width: 100%;
  text-transform: uppercase;
}

.footer__title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #a7a7a7;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.footer__contact {
  display: block;
  font-size: 48px;
  line-height: 110%;
  margin-bottom: 38px;
}

.footer__tel,
.footer__mail {
  display: inline-block;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 21px;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

.footer__tel:hover,
.footer__tel:active,
.footer__mail:hover,
.footer__mail:active {
  text-decoration: underline;
}

.footer__mail {
  margin-bottom: 10px;
}

.footer__mail__wrapper {
  margin-bottom: 47px;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.footer__wrapper .footer__title {
  margin-bottom: 36px;
}

.footer__jobs {
  margin-right: 69px;
}

.footer__list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer__item {
  margin-bottom: 30px;
}

.footer__item:last-child {
  margin-bottom: 0;
}

.footer__link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.footer__link:hover,
.footer__link:active {
  text-decoration: underline;
}

.footer__right-block {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}

.footer__heart-decor {
  position: absolute;
  left: 62%;
  bottom: -24px;
  width: 267px;
  height: 246px;
  background-image: url(../img/svg/icons.svg#heart-footer);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 39px;
  border-top: 1px dashed #fff;
  z-index: 1;
}

.footer__logo {
  display: inline-block;
  width: 182px;
  height: 21px;
  margin-right: 57px;
}

.footer__privacy {
  font-family: LabGrotesque, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #444444;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__privacy:active {
  color: #fff;
}

.footer__privacy:not(last-child) {
  margin-right: 15px;
}

.footer__design-link {
  margin-left: auto;
  font-family: LabGrotesque, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.footer__design-link:active {
  border-color: #fff;
}

.form {
  font-family: LabGrotesque, sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.form__message,
.form__mail {
  display: block;
  background-color: #1B1B1B;
  color: #fff;
  border-radius: 24px;
  width: 100%;
  padding: 26px;
  border: none;
}

.form__message:focus,
.form__mail:focus {
  background-color: #2B2B2B;
  outline: 2px solid #3a3a3a;
}

.form__message::-webkit-input-placeholder, .form__mail::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.form__message::-moz-placeholder, .form__mail::-moz-placeholder {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.form__message:-ms-input-placeholder, .form__mail:-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.form__message::-ms-input-placeholder, .form__mail::-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.form__message::placeholder,
.form__mail::placeholder {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.form__message {
  margin-bottom: 19px;
}

.form__mail {
  padding-right: 170px;
}

.form__wrap {
  position: relative;
}

.form__btn {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 19px 24px;
}

.form__btn:hover,
.form__btn:focus {
  border-color: #000;
}

.modal-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.3s;
  -o-transition: opacity 0.4s ease-in-out, visibility 0.3s;
  transition: opacity 0.4s ease-in-out, visibility 0.3s;
  visibility: hidden;
}

.modal-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 72px;
}

.modal-box__btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  margin-left: 8px;
  padding: 0;
  border: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-transform: translateX(114%);
      -ms-transform: translateX(114%);
          transform: translateX(114%);
}

.modal-box__btn svg {
  stroke: #000;
}

.modal-box__btn:active svg {
  stroke: #fff;
}

.modal-box.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-box.is-active .modal-box__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-box .info__card {
  max-width: 375px;
  width: 100%;
}

.modal-box .info__card_bg-blue .info__wrap-img {
  padding-top: 0;
  bottom: -34px;
}

.modal-box .info__card_bg-orange .info__wrap-img {
  right: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.modal-box .info__card_bg-orange .info__title {
  max-width: 240px;
}

.modal-box .info__card_bg-yellow .info__wrap-img {
  width: 375px;
}

.modal-box .info__card_bg-yellow .info__title {
  max-width: 320px;
}

.modal-box .info__card_bg-purple .info__wrap-img {
  width: 375px;
}

.modal-box .info__card-top {
  min-height: 290px;
  padding: 22px 40px 22px 22px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal-box .info__title {
  font-size: 32px;
  line-height: 125%;
  max-width: 292px;
}

.modal-box .info__btn {
  display: none;
}

.modal-box .info__condition {
  display: block;
}

.modal-box .restcard__inner {
  max-width: 477px;
  width: 100%;
  min-height: 512px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: visible;
  color: #000;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal-box .restcard__inner::before {
  height: 10px;
  right: 0;
  bottom: -10px;
  background: none;
  background-image: url(../img/triangle-white.png);
  background-repeat: repeat-x;
  background-size: 36px 10px;
  background-position: -15px center;
  z-index: 1;
}

.modal-box .restcard__name {
  color: inherit;
  font-size: 32px;
  line-height: 100%;
}

.modal-box .restcard__address {
  color: inherit;
  padding-top: 0;
  margin-bottom: 8px;
}

.modal-box .restcard__gallery {
  display: block;
}

.modal-box .restcard__phone {
  display: block;
}

.modal-box .restcard__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-box .restcard__map {
  display: block;
}

@media (min-width: 769px) {
  .btn:hover {
    color: #fff;
    background-color: #000;
  }

  .btn:focus {
    outline: 2px solid #a7a7a7;
    outline-offset: 0px;
  }

  .btn_slick:hover svg {
    stroke: #fff;
  }

  .tabs__card_link:hover {
    border-color: #000;
  }

  .restcard__btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
  }

  .restcard__btn-next:focus,
  .restcard__btn-prev:focus {
    outline: none;
  }

  .restcard__btn-next:hover,
  .restcard__btn-prev:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .footer__privacy:hover,
  .footer__privacy:focus {
    color: #fff;
    outline: none;
  }

  .footer__design-link:hover,
  .footer__design-link:focus {
    border-color: #fff;
    outline: none;
  }

  .modal-box__btn:hover svg {
    stroke: #fff;
  }
}

@media (max-width: 1199px) {
  .title_size-xl {
    font-size: 70px;
  }

  .presentation__btn-prev {
    left: -134px;
  }

  .presentation__btn-next {
    right: -86px;
  }

  .presentation__block {
    padding: 80px 0 80px 120px;
  }

  .presentation__text-content {
    max-width: 450px;
  }

  .presentation__wrap-img {
    width: 550px;
    height: 420px;
    right: 5%;
  }

  .restaurant__btn-prev,
  .restaurant__btn-next {
    right: 68px;
  }

  .restaurant__btn-prev {
    right: 190px;
  }

  .mobile-app__container {
    padding-right: 34px;
  }

  .mobile-app__wrap-img {
    right: 28px;
    width: 460px;
  }

  .mobile-app__descr {
    max-width: 480px;
  }
}

@media (max-width: 1023px) {
  .title_size-xl {
    font-size: 60px;
  }

  .title_size-l {
    font-size: 40px;
  }

  .header__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header__nav {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .nav {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .nav__list {
    max-width: 455px;
  }

  .presentation__btn-prev {
    left: -146px;
  }

  .presentation__btn-next {
    right: -114px;
  }

  .presentation__block {
    padding: 40px 0 40px 70px;
  }

  .presentation__text-content {
    max-width: 51%;
  }

  .presentation__title {
    max-width: 400px;
  }

  .presentation__subtitle {
    font-size: 20px;
  }

  .presentation__wrap-img {
    width: 47%;
    height: 100%;
  }

  .info__container {
    overflow-x: hidden;
  }

  .info__card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .food-menu__title-decor {
    width: 157px;
    height: 57px;
  }

  .great__card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .great__card:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }

  .great__card:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .great__decor {
    width: 222px;
    height: 190px;
  }

  .great__decor_img-fish {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .restaurant__btn-prev,
  .restaurant__btn-next {
    right: 20px;
  }

  .restaurant__btn-prev {
    right: 142px;
  }

  .restcard__map {
    max-width: 276px;
    width: 276px;
  }

  .delivery__images {
    margin-right: 20px;
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
  }

  .delivery__img {
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .delivery__text-block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: auto;
  }

  .mobile-app__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-app__wrap-img {
    right: 0;
    width: 46%;
  }

  .mobile-app__descr {
    max-width: 56%;
  }

  .mobile-app__note {
    max-width: 50%;
  }

  .footer__left-block {
    padding-right: 16px;
  }

  .footer__tel,
  .footer__mail {
    font-size: 20px;
  }

  .modal-box .restcard__inner {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .title_size-l {
    font-size: 32px;
    line-height: 120%;
  }

  .title_size-m {
    font-size: 24px;
    line-height: 125%;
  }

  .title_size-s {
    font-size: 21px;
    line-height: 100%;
  }

  .nav {
    display: none;
  }

  .presentation__btn-prev,
  .presentation__btn-next {
    top: 25%;
  }

  .presentation__btn-prev {
    width: 22%;
    height: 22%;
    left: -12%;
  }

  .presentation__btn-next {
    width: 22%;
    height: 22%;
    right: -11%;
  }

  .presentation__block {
    padding: 25px 47px 16px 24px;
  }

  .presentation__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .presentation__block.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .presentation__text-content {
    max-width: 74%;
  }

  .presentation__wrap-img {
    position: static;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    width: 96%;
    height: 52vw;
    margin-bottom: 16px;
  }

  .info__container {
    padding-top: 16px;
    padding-bottom: 30px;
  }

  .food-menu__container {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .food-menu__title {
    padding-left: 8px;
    margin-bottom: 22px;
  }

  .tabs__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    padding-left: 12px;
    margin-bottom: 16px;
    scrollbar-width: none;
  }

  .tabs__list::-webkit-scrollbar {
    display: none;
  }

  .tabs__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .tabs__content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .tabs__card {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    max-width: 300px;
    margin-bottom: 15px;
  }

  .tabs__card-name {
    max-width: 230px;
    width: 100%;
  }

  .great__container {
    padding-bottom: 16px;
  }

  .great__content {
    display: block;
  }

  .great__card {
    max-width: 480px;
    margin: 0 auto 50px;
    padding-bottom: 29px;
  }

  .great__card:not(:last-child):before {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-image: url(../img/border.png);
    background-repeat: repeat-x;
    background-size: 12px 1px;
    background-position: left center;
  }

  .great__decor {
    left: auto;
    right: 0;
  }

  .restaurant {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .restaurant__change-btn {
    padding: 8px 16px;
    font-size: 24px;
    line-height: 125%;
  }

  .restaurant__btn-prev,
  .restaurant__btn-next {
    top: -136px;
  }

  .restcard__gallery {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .restcard__phone {
    padding: 0 24px 16px;
    margin-bottom: 16px;
  }

  .restcard__note {
    top: 16px;
    left: 16px;
  }

  .restcard__map {
    height: 240px;
    max-width: 400px;
    width: 400px;
    margin-left: 0;
    padding: 10px 24px 30px;
    border-radius: 0;
    background-color: #fff;
  }

  .restcard__map-img {
    border-radius: 12px;
    overflow: hidden;
  }

  .delivery__container {
    display: block;
  }

  .delivery__images {
    margin: 0 auto 40px;
    width: 74%;
    min-height: 450px;
  }

  .delivery__img-club {
    width: 160px;
    height: 143px;
  }

  .delivery__img-food {
    width: 170px;
    height: 192px;
  }

  .delivery__text-block {
    width: 100%;
    margin-right: auto;
    padding: 0 8px;
  }

  .mobile-app__container {
    padding-top: 48px;
    padding-bottom: 51px;
  }

  .mobile-app__title::before {
    content: none;
  }

  .mobile-app__buttons {
    position: static;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mobile-app__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85vw;
    margin-right: 24px;
  }

  .mobile-app__info.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-app__wrap-img {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: 62vw;
    border-radius: 24px;
    background-color: #e6e6e6;
  }

  .mobile-app__descr {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-app__note {
    max-width: 100%;
    padding: 0 24px 32px;
  }

  .mobile-app__btn-prev {
    top: -83px;
  }

  .mobile-app__btn-next {
    top: -83px;
  }

  .footer {
    padding-top: 32px;
  }

  .footer::before {
    background-size: 38px 13px;
    height: 13px;
    top: -12px;
  }

  .footer__container {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__left-block {
    padding-right: 0;
  }

  .footer__contact {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 30px;
  }

  .footer__tel,
  .footer__mail {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .footer__mail {
    margin-bottom: 40px;
  }

  .footer__wrapper {
    margin-bottom: 10px;
  }

  .footer__right-block {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 450px;
    margin-left: 0;
    margin-bottom: 43px;
  }

  .footer__heart-decor {
    width: 128px;
    height: 118px;
    left: 76%;
    bottom: -14%;
  }

  .footer__bottom {
    max-width: 450px;
    margin: 0 auto;
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__logo {
    margin-bottom: 24px;
  }

  .footer__privacy {
    margin-bottom: 28px;
  }

  .footer__design-link {
    margin-left: 0;
  }

  .form__btn {
    padding-left: 8px;
    padding-right: 8px;
  }

  .modal-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-box .restcard__inner::before {
    content: none;
  }

  .modal-box .restcard__inner {
    min-height: 470px;
    padding: 0;
  }

  .modal-box .restcard__name {
    padding: 0 24px;
    margin-bottom: 16px;
  }

  .modal-box .restcard__address {
    padding: 0 24px;
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .btn {
    padding: 14px 19px;
    font-size: 14px;
    border-radius: 12px;
  }

  .btn_slick {
    padding: 13px;
    border-radius: 18px;
  }

  .title_size-xl {
    font-size: 48px;
    line-height: 110%;
  }

  .header__logo-desktop {
    display: none;
  }

  .header__logo-mobile {
    display: block;
    width: 150px;
    height: 42px;
  }

  .presentation__btn-prev {
    top: 22%;
  }

  .presentation__text-content {
    max-width: 100%;
  }

  .presentation__title {
    max-width: 300px;
  }

  .presentation__subtitle {
    font-size: 16px;
    line-height: 125%;
  }

  .presentation__wrap-img {
    width: 100%;
    height: 58vw;
  }

  .food-menu__title {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .food-menu__title-decor {
    width: 100px;
    height: 38px;
    margin-left: 8px;
  }

  .tabs__btn {
    padding: 14px 24px 16px;
    border-radius: 47px;
  }

  .tabs__content {
    margin: 0;
  }

  .tabs__card {
    margin-left: 0;
    margin-right: 0;
    min-height: 298px;
  }

  .tabs__wrap-img {
    width: 160px;
    height: 160px;
  }

  .tabs__card-name {
    font-size: 16px;
    line-height: 120%;
    padding: 0 4px;
  }

  .tabs__card-note {
    padding: 0 4px;
    margin-bottom: 16px;
  }

  .tabs__card-price {
    font-size: 24px;
    line-height: 125%;
    padding-bottom: 0;
  }

  .tabs__card-circle {
    width: 148px;
    height: 148px;
    margin: 6px;
  }

  .great__title {
    margin-bottom: 38px;
  }

  .great__card {
    padding: 40px 8px 20px;
    margin-bottom: 32px;
  }

  .great__card:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .great__card:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }

  .great__decor {
    width: 96px;
    height: 80px;
    right: auto;
    left: 58%;
  }

  .restaurant__container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .restaurant__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .restaurant__change-btn {
    padding: 8px 16px;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 12px;
  }

  .restaurant__change-btn:last-child {
    margin-bottom: 0;
  }

  .restcard {
    margin-top: 0;
    margin-bottom: 53px;
  }

  .restcard__inner {
    padding: 16px;
    min-height: 358px;
    width: 212px;
    border-radius: 24px;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
  }

  .restcard__name {
    padding-bottom: 10px;
  }

  .restcard__address {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 60px;
  }

  .restcard__btn {
    bottom: 16px;
    left: 16px;
    right: 16px;
    min-width: 180px;
  }

  .restcard__gallery {
    height: 250px;
  }

  .restcard__gallery-img {
    height: 250px;
  }

  .restcard__map {
    height: 200px;
    width: 375px;
  }

  .restcard__btn-next,
  .restcard__btn-prev {
    border-radius: 0;
  }

  .delivery__images {
    min-height: 364px;
  }

  .delivery__img-club {
    width: 114px;
    height: 102px;
    right: 16px;
  }

  .delivery__img-food {
    width: 130px;
    height: 152px;
  }

  .delivery__title {
    margin-bottom: 28px;
  }

  .delivery__note {
    font-size: 14px;
    line-height: 125%;
  }

  .delivery__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-app__container {
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile-app__title {
    max-width: 160px;
    padding-left: 16px;
  }

  .mobile-app__btn {
    height: 48px;
  }

  .mobile-app__btn_app-store {
    width: 144px;
  }

  .mobile-app__btn_g-play {
    width: 162px;
  }

  .mobile-app__info {
    width: 88vw;
    margin-right: 13px;
  }

  .mobile-app__wrap-img {
    height: 65vw;
  }

  .mobile-app__descr {
    padding: 18px 18px 0;
  }

  .mobile-app__btn-prev {
    top: -77px;
    right: 104px;
  }

  .mobile-app__btn-prev svg {
    width: 22px;
    height: 22px;
  }

  .mobile-app__btn-next {
    right: 16px;
    top: -77px;
  }

  .mobile-app__btn-next svg {
    width: 51px;
    height: 22px;
  }

  .form__btn {
    padding-left: 8px;
    padding-right: 8px;
  }

  .modal-box {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .modal-box__inner {
    margin-right: 0;
  }

  .modal-box__btn {
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    right: 8px;
    top: 8px;
  }

  .modal-box .info__card_bg-yellow .info__title {
    max-width: 292px;
  }

  .modal-box .restcard__inner {
    min-height: auto;
    max-width: 375px;
  }
}

@media (max-width: 370px) {
  .title_size-xl {
    font-size: 40px;
    line-height: 110%;
  }

  .title_size-l {
    font-size: 28px;
  }

  .presentation__block {
    padding-right: 24px;
  }

  .info__card {
    width: 260px;
    margin-right: 10px;
  }

  .tabs__wrap-img {
    width: 144px;
    height: 144px;
  }

  .tabs__card-circle {
    width: 130px;
    height: 130px;
    margin: 6px;
  }

  .delivery__btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mobile-app__title {
    padding-left: 8px;
  }

  .mobile-app__descr {
    padding-right: 9px;
    padding-left: 9px;
  }

  .mobile-app__note {
    padding-right: 9px;
    padding-left: 9px;
  }

  .mobile-app__btn-prev {
    right: 88px;
  }

  .mobile-app__btn-next {
    right: 0;
  }

  .modal-box .info__card_bg-orange .info__title {
    max-width: 214px;
  }

  .modal-box .info__card_bg-yellow .info__title {
    max-width: 248px;
  }

  .modal-box .info__card-top {
    padding: 8px;
  }

  .modal-box .info__title {
    font-size: 26px;
    max-width: 248px;
  }

  .modal-box .restcard__inner {
    max-width: 320px;
  }
}

@media (max-width: 360px) {
  .restcard__map {
    width: 320px;
  }
}