html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #E1D4C9;
}

a {
  text-decoration: none;
}

.container {
  width: 136rem;
  margin: 0 auto;
}

.creamy {
  color: #B0907A;
}

.underline {
  opacity: 0;
  width: 2%;
  border: 0.1rem solid black;
}

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

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
.header__coffee-menu {
  display: flex;
  align-items: center;
  padding: 0;
}
.header__container {
  position: relative;
  height: 6rem;
  margin-bottom: 2rem;
  padding: 2rem 0 0 0;
  display: flex;
  align-items: center;
  width: 136rem;
  z-index: 10;
}
.header__logo {
  position: relative;
  z-index: 10;
  width: 10rem;
  height: 6rem;
}
.header__text {
  margin: 0;
}

.menu-link__nav {
  display: none;
}

.navbar {
  margin-right: 1.3rem;
  width: 80.8rem;
  height: 6rem;
  display: flex;
  padding-left: 36.6rem;
  flex-direction: row;
  align-items: center;
}
.navbar__menu-item {
  height: 2.8rem;
  letter-spacing: 0.03rem;
  color: black;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-right: 4rem;
}
.navbar__menu-item:last-child {
  margin-right: 0rem;
}

.coffee-menu {
  margin-top: 0.2rem;
  width: 7.2rem;
  transition: ease all 2s;
  height: 2.8rem;
}
.coffee-menu__text {
  font-family: "Inter";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-right: 0.8rem;
  color: black;
}
.coffee-menu_underline {
  width: 7.2rem;
  border-bottom: 0.2rem solid black;
}
.coffee-menu_link {
  width: 7.2rem;
  height: 3.6rem;
}
.coffee-menu__coffee-cup {
  position: relative;
  top: -0.2rem;
  right: -0.2rem;
  width: 2rem;
  height: 2rem;
}

.burger-menu {
  display: none;
  position: relative;
  z-index: 10;
}

.menu-link {
  display: inline;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
#enjoyVideo {
  width: 1360px;
}

.hero__img {
  overflow: hidden;
  width: 136rem;
  height: 64.4rem;
  border-radius: 4rem;
  margin: 0 auto;
}
.hero__container {
  margin-bottom: 10rem;
  position: relative;
  display: flex;
  justify-content: center;
}
.hero__offer {
  left: 10rem;
  top: 10rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 53rem;
  height: 44.4rem;
}
.hero__title {
  color: #E1D4C9;
  margin: 0 0 4rem 0;
  font-family: Inter;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
}
.hero__text {
  color: #E1D4C9;
  align-self: stretch;
  font-family: Inter;
  margin: 0 0 4rem 0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hero__button {
  display: flex;
  align-items: center;
  height: 6.4rem;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border: none;
  border-radius: 10rem;
  width: 20rem;
  background-color: #E1D4C9;
}

.hero-button {
  transition: ease all 2s;
}
.hero-button__text {
  padding: 0 0 0 7.8rem;
  color: black;
  margin-right: 0.8rem;
}

.hero-img {
  opacity: 0;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
.favorite-coffee__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.favorite-coffee__title {
  margin-top: 0rem;
  font-family: Inter;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.arrows-wh {
  width: 2.4rem;
  height: 2.4rem;
}

.slider {
  width: 136rem;
  height: 64rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider__arrow-left {
  position: relative;
  top: -0.8rem;
  left: 0.3rem;
  cursor: pointer;
  border: solid 0.1rem;
  border-radius: 10rem;
  width: 6rem;
  height: 6rem;
  background: none;
}
.slider__arrow-right {
  position: relative;
  top: -0.8rem;
  left: -0.5rem;
  cursor: pointer;
  border: solid 0.1rem;
  border-radius: 10rem;
  width: 6rem;
  height: 6rem;
  background: none;
}
.slider__slide {
  display: flex;
  width: 48rem;
  overflow: hidden;
}

.slide {
  left: 0rem;
  transition: ease all 1s;
  position: relative;
}

.slide__img {
  width: 48rem;
  height: 48rem;
  margin-bottom: 2rem;
}
.slide__description {
  width: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.description__title {
  margin: 0 0 1.6rem 0;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
}
.description__text {
  text-align: center;
  margin: 0 0 1.6rem 0;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.description__price {
  margin: 0 0 1.6rem 0;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.controls {
  position: relative;
  top: -0.9rem;
  display: flex;
}

.control {
  margin-right: 1.2rem;
  width: 4rem;
  height: 0.4rem;
}
.control_black {
  margin-right: 1.2rem;
  width: 0rem;
  height: 0.4rem;
  background-color: #665F55;
}

.control-back {
  display: block;
  margin-right: 1.2rem;
  width: 4rem;
  height: 0.4rem;
  background-color: #C1B6AD;
}
.control-back:last-child {
  margin-right: 0rem;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10rem;
}
.about__title {
  margin: 0;
  margin-bottom: 4rem;
  width: 136rem;
  font-family: Inter;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
  word-spacing: 0.25rem;
}

.images {
  width: 136rem;
  display: grid;
  gap: 4rem;
  grid-template-rows: 43rem 59rem;
  grid-template-columns: 66rem 66rem;
}
.images__border {
  border-radius: 2rem;
  overflow: hidden;
  object-fit: cover;
  cursor: pointer;
}
.images__img {
  object-fit: cover;
  transform: scale(1.1);
}
.images__img_top {
  position: relative;
  top: 15.8rem;
}

.big-img {
  transform: scale(1.1);
  object-fit: cover;
  width: 66rem;
  height: 59rem;
}

.small-img {
  transform: scale(1.1);
  object-fit: cover;
  width: 66rem;
  height: 43rem;
}

.big-border {
  width: 66rem;
  height: 59rem;
}

.small-border {
  width: 66rem;
  height: 43rem;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
.mobile-app__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.mobile-screens {
  width: 63rem;
  height: 63rem;
}

.apple-btn-svg {
  width: 3.6rem;
  height: 3.6rem;
}

.google-btn-svg {
  width: 3.1rem;
  height: 3.4rem;
}

.offer {
  width: 63rem;
  height: 34.2rem;
}
.offer_text-pos-start {
  text-align: start;
}
.offer__btn-img {
  padding-left: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 0.8rem;
}
.offer__title {
  letter-spacing: 0.11rem;
  font-family: Inter;
  margin: 0 0 4rem 0;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.offer__text {
  margin: 0 0 4rem 0;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.offer__btn {
  cursor: pointer;
  margin-right: 2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  background: none;
  border-radius: 0.1rem solid black;
  width: 20rem;
  height: 6.4rem;
  border-radius: 10rem;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.offer__btn_mr-0 {
  margin-right: 0;
}
.offer__btn-text {
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.button-container {
  display: flex;
}

.offer__btn {
  transition: all ease 2s;
}
@media screen and (hover: hover) {
  .offer__btn:hover {
    border: none;
    background-color: #665F55;
  }
  .offer__btn:hover .button__svg-icon {
    transition: all ease 2s;
    fill: #E1D4C9;
  }
  .offer__btn:hover .offer_text-pos-start {
    transition: all ease 2s;
    color: #E1D4C9;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
.footer__container {
  background-color: #665F55;
  height: 45rem;
  margin-bottom: 4rem;
  border-radius: 4rem;
  display: flex;
  align-items: center;
}
.footer__svg-border {
  cursor: pointer;
}
.footer__svg-icon {
  cursor: pointer;
}
.footer__img {
  width: 6rem;
  height: 6rem;
  margin-right: 0.8rem;
  transition: ease all 2s;
}
.footer__title {
  margin: 0 0 4rem 0;
  font-family: Inter;
  letter-spacing: 0.05rem;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #E1D4C9;
}

.contacts__link {
  width: 26.2rem;
  height: 11.6rem;
}
.contacts__title {
  margin: 0 0 4rem 0;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: #E1D4C9;
}

.contact-item {
  letter-spacing: 0.03rem;
  font-family: Inter;
  margin: 0 0 1.6rem 0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  height: 2.4rem;
  line-height: 150%;
  color: #E1D4C9;
}
.contact-item_link {
  margin-bottom: 1.6rem;
  width: 18.2rem;
  height: 2.8rem;
}

.links {
  padding-left: 10rem;
  width: 53rem;
  margin-right: 10rem;
}

.contacts {
  width: 53rem;
  height: 18.6rem;
}

.footer-svg-wh {
  width: 6rem;
  height: 6rem;
}

.footer-svg-icon-mini {
  width: 2rem;
  height: 2rem;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
.menu {
  margin: 0;
  padding: 0;
}
.menu__container {
  margin-bottom: 9.3rem;
}

.menu-offer {
  display: flex;
  margin-bottom: 4rem;
  flex-direction: column;
}
.menu-offer__title {
  padding-left: 28rem;
  letter-spacing: 0.05rem;
  margin: 0 0 4rem 0;
  font-family: Inter;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  width: 80rem;
  text-align: center;
}

.tabs {
  padding-left: 49.95rem;
  display: flex;
  gap: 0.8rem;
}

.tab-item {
  padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  cursor: pointer;
  display: flex;
  transition: ease all 2s;
  align-items: center;
  border: 0.1rem solid #C1B6AD;
  border-radius: 10rem;
}
.tab-item__img {
  width: 1.6rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  padding: 0.3rem 0.7rem 0.3rem 0.7rem;
  border-radius: 10rem;
  background-color: #C1B6AD;
}
.tab-item__text {
  margin: 0;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.preview {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 31rem;
  height: 50.6rem;
  border-radius: 4rem;
  border: 0.1rem solid #C1B6AD;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.preview__border {
  margin-bottom: 2rem;
  border-radius: 4rem;
  width: 31rem;
  height: 31rem;
  overflow: hidden;
}
.preview__img {
  transform: scale(1.1);
  width: 31rem;
  height: 31rem;
  border-radius: 4rem;
  object-fit: none;
  margin-bottom: 2rem;
}
.preview__title {
  margin: 0 0 1.2rem 0;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.preview__text {
  margin: 0 0 0 0;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.preview__price {
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.desctription {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 15.6rem;
}

.menu-description {
  display: flex;
  flex-direction: column;
  grid-template-rows: 1fr, 1fr, 2fr;
  width: 27rem;
}

.load-icon-svg {
  display: none;
}

.coffee-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 4rem;
}

.tab-item_active {
  border: none;
  background-color: #665F55;
}
.tab-item_active .tab-item__img {
  background-color: #E1D4C9;
}
.tab-item_active .tab-item__text {
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  color: #E1D4C9;
  line-height: 150%;
}

/**tablet**/
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
@media (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
  html .coffee-grid {
    height: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 2fr);
    display: grid;
    gap: 4rem;
  }
  html .menu-offer__title {
    padding-left: 0rem;
  }
  html .menu-offer {
    align-items: center;
  }
  html .tabs {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  html .header__container {
    justify-content: space-between;
  }
  html .images {
    grid-template-rows: 32rem 48rem;
    grid-template-columns: 55rem 55rem;
  }
  html .big-img {
    width: 55rem;
    height: 48rem;
  }
  html .big-border {
    width: 55rem;
    height: 48rem;
  }
  html .small-img {
    width: 55rem;
    height: 32rem;
  }
  html .small-border {
    width: 55rem;
    height: 32rem;
  }
  html .hero__img {
    object-fit: cover;
    width: 114rem;
  }
  html .slider {
    width: 114rem;
  }
  html .about__title {
    width: 114rem;
  }
  html .images {
    width: 114rem;
  }
  html .container {
    width: 114rem;
  }
  html .navbar {
    padding-left: 0;
    width: 90rem;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 1.1764705882vw;
  }
  html .burger-menu__vector_click {
    transform: translateY(0.5rem) rotate(-45deg);
  }
  html .burger-menu__vector_click-last {
    transform: translateY(-0.5rem) rotate(45deg);
  }
  html .preview__img {
    width: 33rem;
    height: 33rem;
    border-radius: 0rem;
    object-fit: cover;
  }
  html .coffee-grid {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 2fr);
    display: grid;
    gap: 4rem;
    padding-left: 1.1rem;
  }
  html .header__container {
    justify-content: space-between;
  }
  html .images {
    grid-template-rows: 32rem 48rem;
    grid-template-columns: 55rem 55rem;
  }
  html .big-img {
    width: 68.8rem;
    height: 59rem;
  }
  html .big-border {
    width: 68.8rem;
    height: 59rem;
  }
  html .small-img {
    width: 68.8rem;
    height: 43rem;
  }
  html .small-border {
    width: 68.8rem;
    height: 43rem;
  }
  html .hero__img {
    object-fit: cover;
    width: 72rem;
    height: 60rem;
  }
  html .slider {
    width: 72rem;
  }
  html .about__title {
    width: 72rem;
  }
  html .images {
    width: 72rem;
  }
  html .container {
    width: 72rem;
  }
  html .navbar {
    padding-left: 0;
    width: 70rem;
  }
  html .images {
    grid-template-rows: 59rem 43rem 43rem 59rem;
    grid-template-columns: 68.8rem;
  }
  html .favorite-coffee__title {
    text-align: center;
  }
  html .images__img_top {
    top: 0;
  }
  html .mobile-app__container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 9.4rem;
  }
  html .footer__container {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  html .links {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  html .contacts {
    margin-bottom: 10rem;
  }
  html .offer {
    margin-bottom: 10rem;
  }
  html .navbar {
    width: 50rem;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  html {
    font-size: 1.3020833333vw;
  }
  html .hero-video {
    position: relative;
    left: -30rem;
  }
  html .coffee-menu__text {
    margin-right: 1.7rem;
  }
  html .header__coffee-menu {
    width: 14.2rem;
  }
  html .menu-link__nav {
    padding-top: 4.8rem;
  }
  html .back {
    top: 7rem;
    transition: all ease 1s;
    z-index: 9;
    position: absolute;
    background-color: #E1D4C9;
    width: 100%;
    right: -100rem;
    display: none;
    min-height: 100vh;
  }
  html .navbar {
    padding: 29px 0 0 13px;
    transition: all ease 1s;
    width: 100%;
    min-height: 59rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: -100rem;
    background-color: #E1D4C9;
    z-index: 9;
  }
  html .navbar__click {
    transition: all ease 1s;
    display: flex;
    padding-top: 0.8rem;
  }
  html .navbar__right {
    transition: all ease 1s;
    right: 0rem;
  }
  html .navbar__menu-item {
    margin-right: 0;
    color: var(--text-dark, #403F3D);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Inter;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7.2rem;
  }
  html .tabs {
    padding-left: 16.4rem;
  }
  html .small-img {
    display: none;
  }
  html .load-icon-svg {
    cursor: pointer;
    display: block;
    width: 6rem;
    height: 6rem;
    position: relative;
    left: 30.3rem;
    top: -0.5rem;
  }
  html .preview_hide {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
  html .menu-link {
    display: none;
  }
  html .coffee-menu__text {
    color: var(--text-dark, #403F3D);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Inter;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
  }
  html .coffee-menu__coffee-cup {
    width: 4rem;
    height: 4rem;
  }
  html .menu-link__nav {
    display: block;
  }
  html .small-img {
    display: none;
  }
  html .small-border {
    display: none;
  }
  html .images {
    grid-template-rows: 48rem 48rem;
    grid-template-columns: 55rem;
  }
  html .coffee-menu_link {
    display: none;
  }
  html .menu-offer__title {
    text-align: center;
    width: 68.8rem;
  }
  html .menu-offer {
    align-items: flex-start;
  }
  html .header__container {
    justify-content: space-between;
  }
  html .images {
    grid-template-rows: 32rem 48rem;
    grid-template-columns: 55rem 55rem;
  }
  html .big-img {
    width: 68.8rem;
    height: 59rem;
  }
  html .big-border {
    width: 68.8rem;
    height: 59rem;
    position: relative;
    top: -0.6rem;
    left: 1.5rem;
  }
  html .hero__img {
    object-fit: cover;
    width: 68.8rem;
  }
  html .slider {
    width: 72rem;
  }
  html .about__title {
    width: 68.8rem;
  }
  html .images {
    width: 72rem;
  }
  html .container {
    width: 68.9rem;
  }
  html .hero__offer {
    left: 6rem;
  }
  html .slider__arrow-left {
    top: -0.9rem;
    left: 1.6rem;
  }
  html .slider__arrow-right {
    top: -1rem;
    left: -1.7rem;
  }
  html .about__title {
    position: relative;
    top: -0.8rem;
  }
  html .about__title {
    line-height: 124%;
    letter-spacing: 0.1rem;
    word-spacing: -0.2rem;
  }
  html .favorite-coffee__title {
    letter-spacing: 0.07rem;
  }
  html .hero__title {
    letter-spacing: 0.1rem;
  }
  html .hero-button__text {
    padding: 0.3rem 0 0 6.5rem;
  }
  html .images {
    grid-template-rows: 59rem 59rem;
    grid-template-columns: 68.8rem;
  }
  html .favorite-coffee__title {
    text-align: center;
  }
  html .offer__title {
    letter-spacing: 0;
    word-spacing: 0.26rem;
    width: 68.8rem;
    line-height: 119%;
  }
  html .offer__text {
    width: 68.8rem;
  }
  html .images__img_top {
    top: 0;
  }
  html .mobile-app__container {
    flex-direction: column;
    align-items: flex-start;
  }
  html .mobile-screens {
    position: relative;
    top: -0.6rem;
    left: 3rem;
  }
  html .footer__container {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  html .links {
    margin-bottom: 10rem;
    padding-left: 6rem;
  }
  html .contacts {
    margin-bottom: 10rem;
  }
  html .offer {
    margin-bottom: 10rem;
  }
  html .footer__container {
    align-items: flex-start;
  }
  html .contacts {
    margin-left: 6rem;
  }
  html .hero-img {
    opacity: 1;
  }
  html .burger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 4.4rem;
    height: 4.4rem;
    border: 0.1rem solid black;
    border-radius: 10rem;
  }
  html .burger-menu__vector {
    transition: ease all 1s;
    margin-bottom: 0.8rem;
    display: block;
    height: 0;
    width: 1.6rem;
    border-radius: 20%;
    border: 0.1rem solid black;
  }
  html .burger-menu__vector:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 1.7391304348vw;
  }
  html .container {
    width: 34.9rem;
  }
  html .hero-video {
    position: relative;
    left: -50rem;
  }
  html .coffee-menu__text {
    margin-right: 1.7rem;
  }
  html .header__coffee-menu {
    width: 14.2rem;
  }
  html .menu-link__nav {
    padding-top: 4.8rem;
  }
  html .menu-link {
    display: none;
  }
  html .coffee-menu__text {
    color: var(--text-dark, #403F3D);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Inter;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
  }
  html .coffee-menu__coffee-cup {
    width: 4rem;
    height: 4rem;
  }
  html .menu-link__nav {
    display: block;
  }
  html .back {
    top: 7rem;
    transition: all ease 1s;
    z-index: 9;
    position: absolute;
    background-color: #E1D4C9;
    width: 100%;
    min-height: 100vh;
    right: -100rem;
    display: none;
  }
  html .navbar {
    padding: 2.9rem 0 0 1.3rem;
    transition: all ease 1s;
    width: 100%;
    min-height: 60.4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: -100rem;
    background-color: #E1D4C9;
    z-index: 9;
  }
  html .navbar__click {
    transition: all ease 1s;
    display: flex;
  }
  html .navbar__right {
    transition: all ease 1s;
    right: 0rem;
  }
  html .navbar__menu-item {
    margin-right: 0;
    color: var(--text-dark, #403F3D);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Inter;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 7.2rem;
  }
  html .navbar__menu-item:last-of-type {
    border-bottom: 100px;
  }
  html .burger-menu__vector_click {
    transition: ease all 1s;
    transform: translateY(0.5rem) rotate(-45deg);
  }
  html .burger-menu__vector_click-last {
    transition: ease all 1s;
    transform: translateY(-0.4rem) rotate(45deg);
  }
  html .load-icon-svg {
    position: relative;
    display: block;
    left: 13rem;
    top: -1.1rem;
    height: 6rem;
    width: 6rem;
  }
  html .slider__arrow-left {
    display: none;
  }
  html .slider__arrow-right {
    display: none;
  }
  html .offer {
    width: 34.8rem;
  }
  html .tabs {
    padding-left: 16.4rem;
  }
  html .small-img {
    display: none;
  }
  html .preview_hide {
    display: none;
  }
  html .small-border {
    display: none;
  }
  html .images {
    grid-template-rows: 48rem 48rem;
    grid-template-columns: 55rem;
  }
  html .coffee-menu_link {
    display: none;
  }
  html .menu-offer__title {
    text-align: center;
    width: 34.8rem;
  }
  html .menu-offer {
    align-items: flex-start;
  }
  html .header__container {
    justify-content: space-between;
  }
  html .images {
    grid-template-rows: 32rem 48rem;
    grid-template-columns: 55rem;
  }
  html .big-img {
    width: 34.8rem;
    height: 59rem;
  }
  html .big-border {
    width: 34.8rem;
    height: 59rem;
    position: relative;
    top: -0.6rem;
    left: 1.5rem;
  }
  html .hero__img {
    object-fit: cover;
    width: 34.8rem;
    height: 51rem;
  }
  html .slider {
    width: 34.8rem;
  }
  html .about__title {
    font-size: 3.2rem;
    width: 34.8rem;
  }
  html .about__container {
    align-items: normal;
  }
  html .images {
    width: 34.8rem;
    position: relative;
    right: 2rem;
  }
  html .container {
    width: 34.9rem;
  }
  html .hero__offer {
    top: 7rem;
    width: 31.6rem;
    left: 2rem;
  }
  html .slider__arrow-left {
    top: -0.9rem;
    left: 1.6rem;
  }
  html .slide__description {
    width: 34.8rem;
  }
  html .slide__img {
    width: 34.8rem;
    height: 34.8rem;
  }
  html .slider__arrow-right {
    top: -1rem;
    left: -1.7rem;
  }
  html .about__title {
    position: relative;
    top: -0.8rem;
  }
  html .about__title {
    line-height: 124%;
    letter-spacing: 0.1rem;
    word-spacing: -0.2rem;
  }
  html .favorite-coffee__title {
    letter-spacing: 0.07rem;
  }
  html .hero__title {
    width: 31.6rem;
    font-size: 4.2rem;
    letter-spacing: 0.1rem;
  }
  html .hero-button__text {
    padding: 0.3rem 0 0 6.5rem;
  }
  html .button-container {
    width: 34.8rem;
    display: flex;
    flex-direction: column;
  }
  html .images {
    grid-template-rows: 59rem 59rem;
    grid-template-columns: 34.8rem;
  }
  html .favorite-coffee__title {
    font-size: 3.2rem;
    text-align: center;
  }
  html .offer__btn {
    margin-bottom: 2rem;
  }
  html .offer__title {
    font-size: 3.2rem;
    letter-spacing: 0;
    word-spacing: 0.26rem;
    width: 34.8rem;
    line-height: 119%;
  }
  html .offer__text {
    width: 34.8rem;
  }
  html .images__img_top {
    top: 0;
  }
  html .mobile-app__container {
    flex-direction: column;
    align-items: flex-start;
  }
  html .mobile-screens {
    width: 34.8rem;
    height: 34.8rem;
  }
  html .footer__container {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  html .footer__title {
    font-size: 3.2rem;
  }
  html .links {
    margin-bottom: 4rem;
    padding-left: 1.6rem;
  }
  html .contacts {
    margin-bottom: 6rem;
  }
  html .offer {
    margin-bottom: 10rem;
  }
  html .footer__container {
    align-items: flex-start;
  }
  html .contacts {
    margin-left: 1.6rem;
  }
  html .hero-img {
    opacity: 1;
  }
  html .burger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 4.4rem;
    height: 4.4rem;
    border: 0.1rem solid black;
    border-radius: 10rem;
  }
  html .burger-menu__vector {
    transition: ease all 1s;
    margin-bottom: 0.8rem;
    display: block;
    height: 0;
    width: 1.6rem;
    border-radius: 20%;
    border: 0.1rem solid black;
  }
  html .burger-menu__vector:last-child {
    margin-bottom: 0;
  }
  html .coffee-grid {
    height: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 2fr);
    display: grid;
    gap: 4rem;
    padding-left: 1.1rem;
  }
  html .tabs {
    padding-left: 0;
  }
  html .menu-offer__title {
    font-size: 3.2rem;
  }
  html .links {
    margin-top: 6rem;
    width: 31.6rem;
  }
  html .contacts {
    width: 31.6rem;
  }
}

@media (max-width: 380px) {
  html {
    font-size: 2.6315789474vw;
  }
  html .hero__offer {
    top: 6rem;
    width: 31.6rem;
    left: 1.6rem;
  }
  html .hero__title {
    letter-spacing: 0.05rem;
    line-height: 115%;
  }
  html .hero__img {
    object-fit: cover;
    height: 55.2rem;
  }
  html .slide__img {
    width: 34.8rem;
    height: 34.8rem;
  }
  html .slider__arrow-left {
    display: none;
  }
  html .slider__arrow-right {
    display: none;
  }
  html .slider {
    width: 34.8rem;
  }
  html .slider__slide {
    width: 34.8rem;
  }
  html .favorite-coffee__title {
    margin-bottom: 4rem;
  }
  html .slide__description {
    width: 34.8rem;
  }
  html .favorite-coffee__container {
    height: 71.4rem;
    margin-bottom: 9rem;
  }
  html .controls {
    position: relative;
    top: -1.8rem;
  }
  html .images {
    right: 1.5rem;
  }
  html .offer {
    margin-bottom: 4rem;
  }
  html .mobile-screens {
    top: 3.2rem;
    position: relative;
  }
  html .mobile-app__container {
    margin-bottom: 13.4rem;
  }
  html .links {
    margin-top: 6rem;
  }
  html .footer__title {
    width: 31.6rem;
    height: 8rem;
    word-spacing: -0.2rem;
  }
  html .nowrap {
    display: none;
  }
  html .tab-item {
    margin-right: 0.8rem;
  }
  html .tab-item:last-child {
    margin-right: 0;
  }
  html .preview {
    left: 1rem;
  }
  html .load-icon-svg {
    position: relative;
    display: block;
    left: 13.3rem;
    top: -1.1rem;
  }
  html .contacts__link {
    position: relative;
    bottom: 0.4rem;
    left: 0.3rem;
  }
  html .menu__container {
    margin-bottom: 9rem;
  }
  html .offer {
    width: 34.8rem;
  }
  html .images {
    width: 34.8rem;
  }
}

@media (hover: hover) {
  .preview:hover .preview__img {
    transition: ease all 1s;
    transform: scale(1);
  }
  .tab-item:hover {
    border: none;
    background-color: #665F55;
  }
  .tab-item:hover .tab-item__img {
    background-color: #E1D4C9;
  }
  .tab-item:hover .tab-item__text {
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    color: #E1D4C9;
    line-height: 150%;
  }
  .tab-item:active {
    border: none;
    background-color: #665F55;
  }
  .tab-item:active .tab-item__img {
    background-color: #E1D4C9;
  }
  .tab-item:active .tab-item__text {
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    color: #E1D4C9;
    line-height: 150%;
  }
  .footer__img {
    width: 6rem;
    height: 6rem;
    margin-right: 0.8rem;
    transition: ease all 2s;
  }
  .footer__img:hover .footer__svg-border {
    transition: all ease 2s;
    stroke: none;
    fill: #E1D4C9;
  }
  .footer__img:hover .footer__svg-icon {
    transition: ease all 2s;
    stroke: #403F3D;
  }
  .contact-item_link {
    margin-bottom: 1.6rem;
    width: 18.2rem;
    height: 2.8rem;
  }
  .contact-item_link:hover .underline {
    transition: ease all 1s;
    opacity: 1;
    width: 100%;
    border: 0.1rem solid #E1D4C9;
  }
  .navbar__menu-item:hover .underline {
    transition: ease all 2s;
    width: 100%;
    opacity: 1;
  }
  .coffee-menu:hover + .underline {
    transition: ease all 2s;
    width: 7.2rem;
    opacity: 1;
  }
  .slider__arrow-left:hover {
    transition: ease all 2s;
    background: #665F55;
    border: none;
  }
  .slider__arrow-left:hover .arrows {
    transition: ease all 2s;
    stroke: #E1D4C9;
  }
  .slider__arrow-right:hover {
    transition: ease all 2s;
    background: #665F55;
    border: none;
  }
  .slider__arrow-right:hover .arrows {
    transition: ease all 2s;
    stroke: #E1D4C9;
  }
  .images__border:hover .big-img {
    transition: ease all 2s;
    transform: scale(1);
  }
  .images__border:hover .small-img {
    transition: ease all 2s;
    transform: scale(1);
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .hero__img {
    width: 136rem;
    height: 64.4rem;
    border-radius: 4rem;
    margin: 0 auto;
  }
  .hero__container {
    margin-bottom: 10rem;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .hero__offer {
    left: 10rem;
    top: 10rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 53rem;
    height: 44.4rem;
  }
  .hero__title {
    color: #E1D4C9;
    margin: 0 0 4rem 0;
    font-family: Inter;
    font-size: 7.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
  }
  .hero__text {
    color: #E1D4C9;
    align-self: stretch;
    font-family: Inter;
    margin: 0 0 4rem 0;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .hero__button:hover .hero-img {
    width: 2rem;
    height: 2rem;
    transition: ease all 2s;
    opacity: 1;
  }
}
@media (hover: hover) and (width <= 768px) {
  .underline {
    margin-top: 0.3rem;
    animation-fill-mode: forwards;
  }
  .coffee-menu:hover + .underline {
    transition: ease all 2s;
    width: 13.2rem;
    opacity: 1;
  }
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Black.ttf") format("truetype"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-Thin.ttf") format("truetype");
}
.modal {
  max-width: 768px;
  background-color: #E1D4C9;
  position: fixed;
  z-index: 12;
  padding: 16px;
  border-radius: 40px;
}
.modal__back {
  background-color: black;
  opacity: 0.5;
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 1000%;
}
.modal__preview {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.modal__description {
  max-width: 43.8rem;
  display: inline-flex;
  padding-left: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.9rem;
  flex: 1 0 0;
}
.modal__title {
  margin: 0 0 8px 0;
  color: var(--text-dark, #403F3D);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal__section {
  display: inline-flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.modal__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  color: var(--text-dark, #403F3D);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.modal__price_right {
  text-align: right;
}
.modal__alert {
  display: flex;
  padding: 1.2rem 0;
  border-top: 1px solid var(--border-light, #C1B6AD);
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.modal__button {
  cursor: pointer;
  color: var(--text-dark, #403F3D);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background-color: transparent;
  display: flex;
  padding: 1rem 7.8rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  height: 4.4rem;
  border-radius: 10rem;
  border: 1px solid var(--border-dark, #665F55);
}
.modal__button:hover {
  border: none;
  color: #E1D4C9;
  background-color: #665F55;
}

.alert__text {
  max-width: 41.4rem;
  margin: 0;
  letter-spacing: 0.1px;
  color: var(--text-dark, #403F3D);
  font-feature-settings: "clig" off, "liga" off;
  /* Desktop/Body/caption */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.alert__svg {
  width: 1.6rem;
  height: 1.6rem;
}

.modal__border {
  margin-bottom: 2rem;
  border-radius: 4rem;
  width: 31rem;
  height: 31rem;
  overflow: hidden;
}
.modal__img {
  transform: scale(1.1);
  width: 31rem;
  height: 31rem;
  border-radius: 4rem;
  object-fit: none;
  margin-bottom: 2rem;
}

.tab-item__char {
  color: var(--text-dark, #403F3D);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

@media (max-width: 768px) {
  .modal {
    max-width: 65.6rem;
  }
}
@media (max-width: 575px) {
  .modal {
    max-width: 656px;
  }
  .modal {
    background-color: #E1D4C9;
    position: fixed;
    z-index: 12;
    padding: 16px;
    display: flex;
    border-radius: 40px;
  }
  .modal__back {
    background-color: black;
    opacity: 0.5;
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 1000%;
  }
  .modal__preview {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-direction: column;
  }
  .modal__description {
    max-width: 43.8rem;
    display: inline-flex;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.9rem;
    flex: 1 0 0;
  }
  .modal__title {
    margin: 0 0 8px 0;
    color: var(--text-dark, #403F3D);
    font-feature-settings: "clig" off, "liga" off;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .modal__section {
    display: inline-flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .modal__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    color: var(--text-dark, #403F3D);
    font-feature-settings: "clig" off, "liga" off;
    font-family: Inter;
    font-size: 244p;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
  }
  .modal__price_right {
    text-align: right;
  }
  .modal__alert {
    display: flex;
    padding: 1.2rem 0;
    border-top: 1px solid var(--border-light, #C1B6AD);
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }
  .modal__button {
    cursor: pointer;
    color: var(--text-dark, #403F3D);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    background-color: transparent;
    display: flex;
    padding: 0.1rem 0.78rem;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    height: 4.4rem;
    border-radius: 10rem;
    border: 1px solid var(--border-dark, #665F55);
  }
  .modal__button:hover {
    border: none;
    color: #E1D4C9;
    background-color: #665F55;
  }
  .modal__border {
    border-radius: 40px;
    width: 20rem;
    height: 20rem;
    overflow: hidden;
  }
  .modal__img {
    transform: scale(1.1);
    width: 20rem;
    height: 20rem;
    border-radius: 40px;
    object-fit: fill;
  }
}
@media (max-width: 380px) {
  .modal {
    overflow: hidden;
    position: fixed;
    width: 31rem;
    border-radius: 4rem;
    border: 0.1rem solid #C1B6AD;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modal__description {
    padding-left: 0;
  }
  .modal__border {
    display: none;
    border-radius: 40px;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
  }
  .modal__img {
    transform: scale(1.1);
    width: 10rem;
    height: 10rem;
    border-radius: 40px;
    object-fit: fill;
  }
}/*# sourceMappingURL=style.css.map */