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

.tab-item, .button-app, .button-icon, .button-secondary, .button-primary__icon {
  transition: all 300ms ease-in-out;
}

.button-app, .button-secondary, .button-primary {
  display: flex;
  width: 200px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  cursor: pointer;
  border: none;
}

.mobile-app__content, .enjoy-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  background-color: #E1D4C9;
  margin: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
}

h1 {
  font-size: 7.2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 105%;
  color: #403F3D;
}
@media (max-width: 500px) {
  h1 {
    font-size: 4.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 115%;
    color: #403F3D;
  }
}

h2 {
  font-size: 6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  color: #403F3D;
}
@media (max-width: 500px) {
  h2 {
    font-size: 3.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 125%;
    color: #403F3D;
  }
}

h3 {
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  color: #403F3D;
}

a {
  text-decoration: none;
  color: #403F3D;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  color: #403F3D;
}

button {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #403F3D;
}

i {
  color: #B0907A;
}

.text-caption {
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #403F3D;
}

.text-action {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #403F3D;
}

.text-link {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #403F3D;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

dialog::backdrop {
  background-color: rgba(64, 63, 61, 0.8);
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
  background-color: #E1D4C9;
  overflow: hidden;
}
@media (max-width: 500px) {
  .wrapper {
    padding: 20px 16px 40px 16px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.header__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.footer {
  background-color: #665F55;
  padding: 100px;
  border-radius: 40px;
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  gap: 100px;
}
.footer h2, .footer h3 {
  color: #E1D4C9;
}
@media (max-width: 768px) {
  .footer {
    padding: 100px 60px;
    flex-direction: column;
  }
}
@media (max-width: 1440px) {
  .footer {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .footer {
    padding: 60px 16px;
    gap: 40px;
  }
}

.footer__description {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 530px;
}

.footer__contactus {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.social {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.link {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.link__item {
  display: flex;
}
.link__item a {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.link__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #C1B6AD;
  opacity: 0;
  transform: scaleX(0);
  transition: all 500ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .link__item a:hover::after {
    transform: scaleX(1);
    opacity: 1;
  }
}
.item-content {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}
.item-content span {
  color: #E1D4C9;
}

.nav {
  display: flex;
  gap: 40px;
  padding: 0;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav__item {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  padding-bottom: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #403F3D;
}
@media (hover: hover) and (pointer: fine) {
  .nav__item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .nav__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #665F55;
    opacity: 0;
    transform: scaleX(0);
    transition: all 500ms ease;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .nav__item:hover::after {
    transform: scaleX(1);
    opacity: 1;
  }
}

.menu-link {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  color: #403F3D;
}
@media (max-width: 768px) {
  .menu-link {
    display: none;
  }
}
.menu-link--disabled {
  user-select: none;
  pointer-events: none;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.menu-link--disabled::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #665F55;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .menu-link--active {
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .menu-link--active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #665F55;
    opacity: 0;
    transform: scaleX(0);
    transition: all 500ms ease;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .menu-link--active:hover::after {
    transform: scaleX(1);
    opacity: 1;
  }
}
.menu-link__item {
  display: flex;
  gap: 8px;
  padding-bottom: 4px;
}

.logo__image {
  width: 100px;
  height: 60px;
}

.button-primary {
  padding: 20px 78px;
  background-color: #E1D4C9;
}
.button-primary__icon {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 10px;
  background-image: url("../img/icons/coffee-cup.svg");
  background-repeat: no-repeat;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .button-primary:hover .button-primary__icon {
    opacity: 1;
  }
}

.button-secondary {
  display: flex;
  padding: 10px 78px;
  justify-content: center;
  align-items: center;
  background-color: #E1D4C9;
  border: 1px solid #665F55;
}
@media (hover: hover) and (pointer: fine) {
  .button-secondary:hover {
    background: #665F55;
    color: #E1D4C9;
  }
}

.button-icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  background-color: inherit;
}
.button-icon--dark {
  border: 1px solid #665F55;
}
@media (hover: hover) and (pointer: fine) {
  .button-icon--dark:hover {
    background: #665F55;
  }
  .button-icon--dark:hover .icon path {
    stroke: #C1B6AD;
  }
}
.button-icon--light {
  border: 1px solid #C1B6AD;
}
@media (hover: hover) and (pointer: fine) {
  .button-icon--light:hover {
    background: #E1D4C9;
  }
  .button-icon--light:hover .icon path {
    stroke: #403F3D;
  }
}

.button-app {
  padding: 12px 20px;
  border: 1px solid #665F55;
}
.button-app__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (hover: hover) and (pointer: fine) {
  .button-app:hover {
    background-color: #665F55;
  }
  .button-app:hover .text {
    color: #E1D4C9;
  }
  .button-app:hover .apple-path {
    fill: #EA4335;
  }
}

.tab-item {
  display: inline-flex;
  padding: 8px 16px 8px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #C1B6AD;
  background-color: inherit;
  color: #403F3D;
  cursor: pointer;
}
.tab-item:focus-visible {
  outline: none;
}
.tab-item--active {
  background-color: #665F55;
  color: #E1D4C9;
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .tab-item:hover {
    background-color: #665F55;
    color: #E1D4C9;
  }
}
.tab-item__icon {
  width: 30px;
  height: 30px;
}

.enjoy {
  display: flex;
  padding: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.enjoy__bg-video {
  align-self: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .enjoy {
    padding: 100px 60px;
  }
}
@media (max-width: 500px) {
  .enjoy {
    padding: 60px 16px;
  }
}
.enjoy h1, .enjoy p {
  color: #E1D4C9;
  margin: 0;
}

.enjoy-content {
  width: 530px;
  z-index: 10;
}

.favourites-coffee {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .favourites-coffee {
    text-align: center;
  }
}

.slider-wrapper {
  max-width: 480px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .slider-wrapper {
    max-width: 348px;
  }
}

.slider-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: transform 500ms ease-in-out;
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.item__image {
  max-width: 480px;
  max-height: 480px;
}
@media (max-width: 500px) {
  .item__image {
    max-width: 348px;
    max-height: 348px;
  }
}

.item__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  word-wrap: break-word;
  max-width: 480px;
  text-align: center;
}
@media (max-width: 500px) {
  .item__description {
    width: 100%;
  }
}

.slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 760px) {
  .slider {
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .slider button {
    display: none;
  }
}
@media (max-width: 760px) {
  .slider button {
    display: none;
  }
}

.slider-control {
  display: flex;
  gap: 12px;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider-control__item {
  width: 40px;
  height: 4px;
  border-radius: 100px;
  background: #C1B6AD;
}
.slider-control__item--active .slider-control__item-progress {
  height: 100%;
  width: 0;
  background: #665F55;
  border-radius: 100px;
}

.about {
  display: flex;
  flex-direction: column;
  gap: 40px;
  word-spacing: -0.5px;
  text-align: justify-all;
}

.image-gallery {
  display: flex;
  gap: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 1440px) {
  .image-gallery {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .image-gallery {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .image-gallery {
    flex-direction: column;
  }
}

.image-gallery__item {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.gallery-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .gallery-col .image-small {
    display: none;
  }
}

.image-small {
  max-width: 660px;
  max-height: 430px;
}
@media (max-width: 768px) {
  .image-small {
    max-width: 688px;
  }
}
@media (max-width: 500px) {
  .image-small {
    max-width: 348px;
  }
}

.image-large {
  max-width: 660px;
  height: 590px;
}
@media (max-width: 768px) {
  .image-large {
    max-width: 688px;
  }
}
@media (max-width: 500px) {
  .image-large {
    width: 348px;
  }
}

.image-gallery__item img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 700ms ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery__item img:hover {
    transform: scale(1);
  }
}

.mobile-app {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
@media (max-width: 1440px) {
  .mobile-app {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .mobile-app {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .mobile-app {
    gap: 40px;
  }
}
.mobile-app__content {
  align-self: center;
}
@media (max-width: 1440px) {
  .mobile-app__content {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .mobile-app__content {
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .mobile-app__content {
    align-items: flex-start;
  }
}

.mobile-app__image {
  display: flex;
  max-width: 630px;
}
@media (max-width: 500px) {
  .mobile-app__image {
    max-width: 348px;
  }
}

.mobile-app__image img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.mobile-app__buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 500px) {
  .mobile-app__buttons {
    flex-direction: column;
  }
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.menu-title {
  display: flex;
  margin-bottom: -5px;
  max-width: 800px;
  text-align: center;
}
.menu-title h1 {
  font-size: 6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 125%;
  color: #403F3D;
}
@media (max-width: 500px) {
  .menu-title h1 {
    font-size: 3.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 125%;
    color: #403F3D;
  }
}
@media (max-width: 768px) {
  .menu-title {
    word-wrap: break-word;
  }
}

.menu-tab {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 500px) {
  .menu-tab {
    gap: 8px;
  }
}

.menu-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  cursor: pointer;
}
@media (max-width: 500px) {
  .menu-content {
    justify-content: center;
  }
}

.preview__description {
  display: flex;
  padding: 20px;
}

.menu .button-icon {
  display: none;
}
@media (max-width: 768px) {
  .menu .button-icon {
    display: flex;
  }
}

.preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #C1B6AD;
  border-radius: 40px;
  max-width: 310px;
  height: 506px;
}
@media (hover: hover) and (pointer: fine) {
  .preview:hover .preview__image img {
    transform: scale(1);
  }
}

.preview__image {
  border-radius: 40px;
  overflow: hidden;
  width: 310px;
  height: 310px;
}

.preview__image img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 700ms ease-in-out;
}

.preview__description {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  min-width: 310px;
}

.preview__description-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.preview__description-info p, .preview__description-info h3 {
  margin: 0;
  padding: 0;
}

.button-burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-color: #E1D4C9;
  border: 1px solid #665F55;
}
@media (max-width: 768px) {
  .button-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}

.button-burger__line {
  display: block;
  width: 16px;
  height: 1.2px;
  background-color: #403F3D;
  transition: all 300ms ease-in-out;
}

.button-burger--active .button-burger__line:nth-child(1) {
  transform: translateY(4.5px) rotate(45deg);
}

.button-burger--active .button-burger__line:nth-child(2) {
  transform: translateY(-4.5px) rotate(-45deg);
}

@media (max-width: 768px) {
  .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: fixed;
    right: -200%;
    top: 85px;
    padding: 60px 0 60px 0;
    background-color: #E1D4C9;
    width: 100%;
    height: 100%;
    transition: 700ms;
    z-index: 9999;
  }
  .nav__item {
    font-size: 3.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 125%;
    color: #403F3D;
    margin: 0;
    padding: 0;
  }
  .nav .menu-link__item {
    margin-top: 40px;
    font-size: 3.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 125%;
    color: #403F3D;
  }
  .nav .menu-link__item img {
    width: 40px;
    height: 40px;
  }
  .burger--active {
    right: 0;
  }
}
dialog {
  padding: 0;
  border: none;
  border-radius: 40px;
}

.modal {
  display: flex;
  max-width: 800px;
  padding: 16px;
  border-radius: 40px;
  border: none;
  background-color: #E1D4C9;
}
.modal:focus-visible {
  outline: none;
}

.modal__image {
  border-radius: 40px;
  overflow: hidden;
  width: 310px;
  height: 310px;
  flex-shrink: 0;
}
.modal__image img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 700ms ease-in-out;
}
@media (max-width: 500px) {
  .modal__image {
    display: none;
  }
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  gap: 20px;
}
@media (max-width: 500px) {
  .modal__content {
    padding-left: 0;
  }
}

.modal__content-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.modal__content-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.modal-tab {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

.modal__content-price {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
}

.modal__content-alert {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 10px 0 12px 0;
  border-top: 1px solid #C1B6AD;
}

.modal-close {
  width: 100%;
}

dialog[open] {
  -webkit-animation: animate-show 1s ease normal;
}

@-webkit-keyframes animate-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
dialog.hide {
  -webkit-animation: animate-hide 1s ease normal;
}

@-webkit-keyframes animate-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
