/*! 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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #E1D4C9;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.header {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 40px;
  padding: 0;
}

.header-nav__link {
  text-decoration: none;
  color: #403F3D;
  font-size: 16px;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 24px;
}

.header-nav__link::after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #403F3D;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.header-menu {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}

.header-menu__link {
  display: block;
  width: 72px;
  position: relative;
  text-decoration: none;
  color: #403F3D;
  font-size: 16px;
  font-weight: 600;
}

.header-menu__link::before {
  content: url(../img/coffee-cup.svg);
  position: absolute;
  left: 51px;
  top: -4px;
}

.header-menu__link::after {
  position: absolute;
  content: "";
  display: block;
  top: 21px;
  left: 35px;
  width: 0px;
  height: 2px;
  background-color: #403F3D;
  -webkit-transition: width 0.3s linear, left 0.3s linear, opacity 2s linear;
  transition: width 0.3s linear, left 0.3s linear, opacity 2s linear;
  opacity: 0;
}

.header-logo {
  height: 60px;
  position: relative;
  z-index: 5;
}

.section-title {
  position: relative;
  background-image: url(../img/img-hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 100px;
  border-radius: 40px;
  overflow: hidden;
}

.title-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 530px;
  gap: 41px;
}

.section-title__h1 {
  font-size: 72px;
  color: #E1D4C9;
  line-height: 75.6px;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}

.h1-span {
  color: #B0907A;
  font-style: italic;
}

.section-title__info {
  color: #E1D4C9;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.section-title__btn {
  text-decoration: none;
  color: #403F3D;
  background-color: #E1D4C9;
  border: none;
  border-radius: 100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 23px 78px;
  cursor: pointer;
  width: 199px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: padding-left 0.3s linear;
  transition: padding-left 0.3s linear;
}

.section-title__btn::after {
  content: url(../img/coffee-cup.svg);
  position: absolute;
  top: 34%;
  left: 59%;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.video-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-favorite {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.coffee-title {
  font-size: 60px;
  text-align: center;
  font-weight: 600;
  line-height: 75px;
  color: #403F3D;
}

.coffee-span {
  color: #B0907A;
  font-style: italic;
}

.coffee-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.favorite-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -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;
  gap: 16px;
  max-width: 480px;
}

.favorite-description__name {
  font-size: 24px;
  line-height: 30px;
  color: #403F3D;
}

.favorite-description__paragraph {
  margin: 0;
  color: #403F3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #403F3D;
  text-align: center;
}

.favorite-description__price {
  color: #403F3D;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}

.slider-wrapper {
  max-width: 480px;
  margin: 0 auto;
  overflow-x: hidden;
}

.slider-common-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.7s linear;
  transition: -webkit-transform 0.7s linear;
  transition: transform 0.7s linear;
  transition: transform 0.7s linear, -webkit-transform 0.7s linear;
}

.coffee-slider-wrapper {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.slider-span-wrapper {
  position: relative;
  width: 40px;
  height: 4px;
  border: none;
  border-radius: 100px;
  background-color: #C1B6AD;
}

.slider-span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 4px;
  background-color: #665F55;
  border: none;
  border-radius: 100px;
}

.slider-button {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #665F55;
  background-color: transparent;
  cursor: pointer;
  top: 50.7%;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.slider-button-left {
  left: 0.4%;
}

.slider-button-right {
  right: 0.4%;
}

.slider-button svg path {
  -webkit-transition: stroke 0.3s linear;
  transition: stroke 0.3s linear;
}

.coffee-slider-wrapper {
  -webkit-transition: -webkit-transform 0.7s linear;
  transition: -webkit-transform 0.7s linear;
  transition: transform 0.7s linear;
  transition: transform 0.7s linear, -webkit-transform 0.7s linear;
}

.section-about {
  overflow: hidden;
}

.about-title {
  margin: 0;
  padding: 0;
  font-size: 59.9px;
  font-weight: 600;
  line-height: 125%;
  color: #403F3D;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  margin-bottom: 40px;
}

.about-span {
  font-style: italic;
  color: #B0907A;
}

.about-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.about-photos__item {
  border-radius: 20px;
}
.about-photos__item.item1, .about-photos__item.item4 {
  aspect-ratio: 660/590;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-photos__item.item2, .about-photos__item.item3 {
  aspect-ratio: 660/430;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about-photos__item.item1, .about-photos__item.item3 {
  margin-bottom: 40px;
}

.about-img1 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.about-img2 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.about-img3 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.about-img4 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.section-mobile {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin-bottom: 95px;
}

.mobile-app-title {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
}

.mobile-title {
  padding: 0;
  margin: 0;
  color: #403F3D;
  font-size: 60px;
  font-weight: 600;
  line-height: 125%;
}

.mobile-span {
  font-style: italic;
  color: #B0907A;
}

.mobile-description {
  padding: 0;
  margin: 0;
  color: #403F3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.mobile-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.apple-wrapper-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 8px;
  border: 1px solid #665F55;
  border-radius: 100px;
  padding: 12px 59px 12px 20px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.apple-available {
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  color: #403F3D;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.apple-store {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: #403F3D;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.google-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 8px;
  border: 1px solid #665F55;
  border-radius: 100px;
  padding: 12px 44px 12px 20px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.google-available {
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  color: #403F3D;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.google-play {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: #403F3D;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

svg path {
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.footer-wrapper {
  padding: 100px;
  background-color: #665F55;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  margin-bottom: 40px;
}

.footer-title {
  padding: 0;
  margin: 0;
  color: #E1D4C9;
  font-size: 60px;
  font-weight: 600;
  line-height: 125%;
  max-width: 530px;
}

.footer-span {
  color: #B0907A;
  font-style: italic;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.footer-contacts {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}

.contacts-title {
  padding: 0;
  margin: 0;
  color: #E1D4C9;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.socials-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.socials-icons__item {
  text-decoration: none;
  border: 1px solid #C1B6AD;
  border-radius: 100px;
  padding: 18px 18px 12px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.socials-icons__item svg path {
  -webkit-transition: stroke 0.3s linear;
  transition: stroke 0.3s linear;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}

.contacts-info__link {
  text-decoration: none;
  color: #E1D4C9;
  font-size: 16px;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.contacts-info__link svg {
  margin-right: 4px;
}

.contacts-info__link:not(.schedule-link)::after {
  display: block;
  content: "";
  height: 2px;
  margin: 0 auto;
  width: 0px;
  background-color: #E1D4C9;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.section-menu-title {
  margin-bottom: 38px;
}

.menu-title {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 125%;
  color: #403F3D;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.menu-span {
  font-style: italic;
  color: #B0907A;
}

.menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.tabs-btn {
  cursor: pointer;
  border-radius: 100px;
  padding: 11px 16px 11px 46px;
  background-color: transparent;
  border: 1px solid #C1B6AD;
  position: relative;
  color: #403F3D;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
}

.btn-coffee {
  padding: 11px 16px 11px 46px;
  background-color: transparent;
  border: 1px solid #C1B6AD;
  position: relative;
  color: #403F3D;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
}

.coffee-icon {
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #C1B6AD;
  padding: 7px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.tea-icon {
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #C1B6AD;
  padding: 7px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.dessert-icon {
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #C1B6AD;
  padding: 7px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.menu-page__link {
  pointer-events: none;
}

.menu-page__link {
  position: relative;
}

.header-menu__link.menu-page__link::after {
  position: absolute;
  content: "";
  display: block;
  top: 21px;
  left: 0px;
  width: 70px;
  height: 2px;
  background-color: #403F3D;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

.tabs-btn--active {
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
  background-color: #665F55;
  color: #E1D4C9;
  pointer-events: none;
}

.tabs-btn--active .coffee-icon, .tabs-btn--active .tea-icon, .tabs-btn--active .dessert-icon {
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: #E1D4C9;
}

.section-menu-gallery {
  margin-bottom: 98px;
}

.menu-gallery-wrapper {
  width: 310px;
  height: 310px;
  overflow: hidden;
  border-radius: 40px;
}

.menu-item_img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.menu-item-description {
  max-width: 310px;
  height: 196px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-title-h3 {
  padding: 0;
  margin: 0;
  color: #403F3D;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 12px;
}

.product-description {
  margin: 0;
  padding: 0;
  color: #403F3D;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: auto;
}

.product-price {
  font-size: 24px;
  color: #403F3D;
  font-weight: 600;
  line-height: 125%;
}

.menu-gallery__item {
  border: 1px solid #C1B6AD;
  border-radius: 40px;
}

.menu-gallery {
  display: grid;
  grid-template-columns: repeat(4, 310px);
  gap: 38px 40px;
}

.tabs-btn.btn-coffee-active {
  pointer-events: none;
}

.menu-button {
  height: 44px;
  width: 44px;
  border-radius: 100px;
  border: 1px solid #665F55;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  display: none;
  position: relative;
  z-index: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.menu-button__item {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #403F3D;
  border-radius: 1.5px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.menu-button__item:first-child {
  top: calc(50% - 5px);
  left: 12px;
}

.menu-button__item:nth-child(2) {
  top: calc(50% + 3px);
  left: 12px;
}

.menu-show-button {
  display: none;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #665F55;
  margin: 0 auto;
  position: relative;
}
.menu-show-button object {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .menu-show-button {
    cursor: pointer;
  }
}

.wrapper-svg {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 5;
}

.modal-window {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E1D4C9;
  border-radius: 40px;
  padding: 16px;
  gap: 21px;
  height: 100%;
}

.modal-photo-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 310px;
  height: 310px;
  overflow: hidden;
  border-radius: 40px;
}

.modal-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-info {
  max-width: 438px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-title {
  font-family: Inter;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #403F3D;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 12px;
}

.modal-description {
  font-family: Inter;
  padding: 0;
  margin: 0;
  color: #403F3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

.span-size {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #403F3D;
  margin-bottom: 10px;
}

.choose-size, .choose-addivites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 23px;
}

.span-addivites {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 150%;
  color: #403F3D;
  margin-bottom: 8px;
}

.button-size, .button-addivites {
  position: relative;
  border-radius: 100px;
  border: 1px solid #C1B6AD;
  background-color: transparent;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #403F3D;
  padding: 8px 16px 8px 46px;
}
@media (hover: hover) {
  .button-size, .button-addivites {
    cursor: pointer;
  }
}
.button-size::before, .button-addivites::before {
  content: "S";
  width: 30px;
  height: 30px;
  line-height: 200%;
  position: absolute;
  top: 6px;
  left: 8px;
  bottom: 8px;
  border-radius: 50%;
  background-color: #C1B6AD;
}

.button-size-m::before {
  content: "M";
}

.button-size-l::before {
  content: "L";
}

.button-size--active, .button-addivites--active {
  background-color: #665F55;
  color: #E1D4C9;
  cursor: default;
}
.button-size--active::before, .button-addivites--active::before {
  color: #403F3D;
  background-color: #E1D4C9;
}

.button-addivites--active {
  cursor: pointer;
}

.button-addivites-1::before {
  content: "1";
}

.button-addivites-2::before {
  content: "2";
}

.button-addivites-3::before {
  content: "3";
}

.total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.span-total, .span-price-modal {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  color: #403F3D;
}

.alert-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 11px 0;
  border-top: 1px solid #C1B6AD;
  margin-bottom: 20px;
}

.alert-description {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 140%;
  font-weight: 600;
  font-family: Inter;
  color: #403F3D;
}

.button-close-modal {
  font-size: 16px;
  color: #403F3D;
  font-weight: 600;
  line-height: 150%;
  font-family: Inter;
  border-radius: 100px;
  border: 1px solid #665F55;
  background-color: #E1D4C9;
  padding: 10px 0;
}
@media (hover: hover) {
  .button-close-modal {
    cursor: pointer;
  }
}

.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 20;
}

@media (hover: hover) {
  .header-nav__link:hover::after {
    width: 100%;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
  }

  .header-menu__link:hover::after {
    width: 70px;
    opacity: 1;
    left: 0;
    -webkit-transition: width 0.3s linear, left 0.3s linear, opacity 0.1s linear;
    transition: width 0.3s linear, left 0.3s linear, opacity 0.1s linear;
  }

  .section-title__btn:hover::after {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }

  .section-title__btn:hover {
    width: 199px;
    padding-left: 60px;
    -webkit-transition: padding-left 0.3s linear;
    transition: padding-left 0.3s linear;
  }

  .slider-button:hover {
    background-color: #665F55;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }

  .slider-button:hover svg path {
    stroke: #E1D4C9;
    -webkit-transition: stroke 0.3s linear;
    transition: stroke 0.3s linear;
  }

  .about-img1:hover, .about-img2:hover, .about-img3:hover, .about-img4:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }

  .google-link:hover, .apple-wrapper-link:hover {
    background-color: #665F55;
  }

  .google-link:hover .google-available, .google-link:hover .google-play {
    color: #E1D4C9;
  }

  .apple-wrapper-link:hover .apple-available, .apple-wrapper-link:hover .apple-store {
    color: #E1D4C9;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }

  .google-link:hover svg path {
    fill: #E1D4C9;
    -webkit-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
  }

  .apple-wrapper-link:hover svg path {
    fill: #E1D4C9;
    -webkit-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
  }

  .socials-icons__item:hover {
    background-color: #E1D4C9;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }

  .socials-icons__item:hover svg path {
    stroke: #403F3D;
    -webkit-transition: stroke 0.3s linear;
    transition: stroke 0.3s linear;
  }

  .contacts-info__link:hover::after {
    display: block;
    width: 100%;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
  }

  .btn-coffee:hover, .btn-tea:hover, .btn-dessert:hover {
    -webkit-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;
    background-color: #665F55;
    color: #E1D4C9;
  }

  .btn-coffee:hover .coffee-icon, .btn-tea:hover .tea-icon, .btn-dessert:hover .dessert-icon {
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    background-color: #E1D4C9;
  }

  .menu-gallery__item:hover .menu-item_img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }

  .schedule-link:hover {
    cursor: default;
  }
}
@media (max-width: 1439px) {
  .menu-gallery {
    grid-template-columns: repeat(3, 310px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1300px) {
  .mobile-img {
    width: 100%;
  }
}
@media (max-width: 1090px) {
  .menu-gallery {
    grid-template-columns: repeat(2, 310px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 990px) {
  .section-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mobile-img {
    max-width: 630px;
    max-height: 630px;
    display: block;
    margin: 0 auto;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 60px 105px;
  }

  .footer-contacts {
    gap: 40px;
  }
}
@media (max-width: 880px) {
  .modal-window {
    width: 688px;
  }

  .modal-photo-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .modal__item {
    height: 100%;
  }

  .modal-info {
    max-width: 326px;
  }

  .choose-size, .choose-addivites {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .choose-size {
    row-gap: 13px;
  }

  .choose-addivites {
    row-gap: 12px;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .section-title__btn::after {
    opacity: 1;
  }

  .section-title__btn {
    width: 199px;
    padding-left: 62px;
  }

  .header-menu-wrapper {
    position: absolute;
    left: 150%;
    top: 601px;
    z-index: 2;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }

  .header-menu {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
  }
  .header-menu .header-menu__link {
    display: block;
    width: 136px;
    font-size: 32px;
    color: #403F3D;
    line-height: 125%;
    font-weight: 600;
    font-family: Inter;
  }
  .header-menu .header-menu__link::before {
    content: "";
    background-image: url(../img/coffee-cup.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    left: 74%;
  }
  .header-menu .header-menu__link::after {
    top: 37px;
    left: 59px;
  }
  .header-menu .menu-page__link::after {
    top: 40px;
    left: 0;
    width: 139px;
  }
}
@media (max-width: 768px) and (hover: hover) {
  .header-menu .header-menu__link:hover::after {
    width: 150px;
    left: 0;
  }
}

@media (max-width: 768px) {
  .header-menu--burger {
    left: calc(50% - 70px);
  }

  .header-nav {
    position: absolute;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
  }

  .nav-list {
    position: absolute;
    -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;
    gap: 60px;
    margin: 0;
    padding-top: 159px;
    top: 0;
    left: 150%;
    right: 0;
    bottom: 0;
    background-color: #E1D4C9;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
    z-index: 2;
  }
  .nav-list .nav-list__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .nav-list .nav-list__item .header-nav__link {
    font-size: 32px;
    font-weight: 600;
    line-height: 125%;
    color: #403F3D;
  }

  .nav-list-open {
    left: 0;
  }

  .disable-scroll {
    overflow: hidden;
  }

  .menu-button {
    position: relative;
    display: block;
  }
}
@media (max-width: 768px) and (hover: hover) {
  .menu-button {
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .menu-button--open .menu-button__item:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
            transform: rotate(45deg) translate(3px, 3px);
  }
  .menu-button--open .menu-button__item:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
            transform: rotate(-45deg) translate(3px, -3px);
  }

  .header-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-title {
    padding: 100px 60px;
  }

  .about-photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-photos .item2, .about-photos .item3 {
    display: none;
  }

  .slider-button {
    top: 55%;
  }

  .slider-button-left {
    left: 0%;
  }

  .slider-button-right {
    right: 0%;
  }

  .about-photos__item.item1, .about-photos__item.item4 {
    aspect-ratio: 690/590;
    margin-bottom: 0;
  }
  .about-photos__item.item1 img, .about-photos__item.item4 img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  .mobile-app-title {
    gap: 42px;
  }

  .section-mobile {
    margin-bottom: 41px;
  }

  .menu-gallery {
    margin-bottom: 40px;
  }
  .menu-gallery .menu-gallery__item:nth-child(n + 5) {
    display: none;
  }

  .menu-show-button {
    display: block;
  }
}
@media (max-width: 720px) {
  .container {
    padding: 0 16px;
  }

  .section-title {
    padding: 60px 16px;
  }

  .menu-title {
    font-size: 32px;
    line-height: 125%;
  }

  .menu-gallery {
    gap: 20px 20px;
  }
}
@media (max-width: 705px) {
  .modal-window {
    width: 342px;
  }

  .modal-photo-wrapper {
    display: none;
  }

  .modal-info {
    max-width: 326px;
  }

  .choose-size, .choose-addivites {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .menu-gallery {
    grid-template-columns: 310px;
    gap: 38px;
  }

  .menu-tabs {
    gap: 6px;
  }
}
@media (max-width: 630px) {
  .section-title__h1 {
    font-size: 42px;
    line-height: 115%;
  }

  .title-wrapper {
    gap: 40px;
  }

  .section-title__info {
    font-size: 16px;
  }

  .coffee-title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 39px;
  }

  .slider-button {
    display: none;
  }

  .slider-wrapper {
    max-width: 380px;
  }

  .favorite-description {
    margin-top: 21px;
  }

  .about-title {
    font-size: 32px;
    line-height: 125%;
  }

  .about-photos__item.item1, .about-photos__item.item4 {
    min-width: 348px;
    min-height: 590px;
  }
  .about-photos__item.item1 .about-photos__img, .about-photos__item.item4 .about-photos__img {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
  }

  .mobile-title {
    font-size: 32px;
    line-height: 125%;
  }

  .mobile-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-links-wrapper .mobile-link {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .mobile-app-title {
    gap: 40px;
  }

  .section-mobile {
    gap: 40px;
    margin-bottom: 100px;
  }

  .mobile-photo {
    aspect-ratio: 630/630;
    width: 100%;
    height: auto;
  }

  .mobile-img {
    width: 100%;
  }

  .footer-wrapper {
    padding: 60px 16px 65px;
    gap: 40px;
  }

  .footer-title {
    font-size: 32px;
    line-height: 125%;
  }
}
