:root {
  --content-width: 1220px;
  --container-offset: 30px;
  --gap: 30px;
  --offset: 100px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --blue-color: #0075FF;
  --text-color: #142332;
}
@media (max-width: 1024px) {
  :root {
    --offset: 60px;
  }
}
@media (min-width: 1280px) {
  :root {
    --offset: 120px;
  }
}
@media (min-width: 1368px) {
  :root {
    --offset: 160px;
  }
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Domaine";
  src: url("../fonts/DomaineDisp-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Domaine";
  src: url("../fonts/DomaineDisp-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: bold;
}
@font-face {
  font-family: "DomaineNar";
  src: url("../fonts/DomaineDispNar-BoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: bold;
}
@font-face {
  font-family: "Radar";
  src: url("../fonts/AERadar-Bold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
h1, h2, p, .graph, .tag {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "DomaineNar", sans-serif;
  font-weight: 600;
  font-size: 3.75vw;
  line-height: 100%;
}

h2 {
  font-family: "Domaine", sans-serif;
  font-weight: 600;
  font-size: 3.25vw;
  line-height: 100%;
}

p {
  font-family: "Domaine", sans-serif;
  font-weight: 400;
  font-size: 1.75vw;
  line-height: 110%;
  letter-spacing: 0.03em;
}

.tag {
  margin: 0;
  font-family: "Radar", sans-serif;
  font-size: 1.75vw;
  line-height: 90%;
}

.hero {
  color: var(--light-color);
}
.hero h1 {
  font-size: 10vw;
  line-height: 0.85em;
}
.hero p {
  line-height: 1.3em;
}

.meals h1 {
  color: var(--blue-color);
}
.meals .graph {
  font-family: "DomaineNar", sans-serif;
  font-weight: 600;
  line-height: 100%;
  font-size: 5vw;
  color: var(--blue-color);
}

.last h1 {
  color: var(--blue-color);
}
.last h2 {
  font-size: 1.875vw;
  line-height: 100%;
}
.last p {
  font-size: 2vw;
  line-height: 110%;
}
.last .tag {
  color: var(--blue-color);
  font-size: 1.5625vw;
  letter-spacing: 0;
}

.hot-drink h1 {
  font-size: 4vw;
  text-align: left;
  color: var(--light-color);
}

.footer h2 {
  font-size: 2.8vw;
  line-height: 100%;
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 100px;
  }
  .meals .graph {
    font-size: 50px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 33px;
  }
  p, .tag {
    font-size: 18px;
  }
  .last h2 {
    font-size: 19px;
  }
  .last p {
    font-size: 20px;
  }
  .last .tag {
    font-size: 16px;
  }
  .hot-drink h1 {
    font-size: 40px;
  }
  .footer h2 {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .hero h1 {
    font-size: 170px;
  }
  .meals .graph {
    font-size: 85px;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 55px;
  }
  p, .tag {
    font-size: 30px;
  }
  .last h2 {
    font-size: 32px;
  }
  .last p {
    font-size: 34px;
  }
  .last .tag {
    font-size: 26px;
  }
  .hot-drink h1 {
    font-size: 68px;
  }
  .footer h2 {
    font-size: 48px;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
  background-color: #f0f8ff;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container, .container {
  margin: 0 auto;
  min-width: 1024px;
  max-width: 1920px;
}

.site-container {
  overflow: hidden;
  background-color: var(--light-color);
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.offset {
  margin-top: var(--offset);
}

.hero {
  position: relative;
  background-image: url("../img/hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1279px) {
  .hero {
    aspect-ratio: 16/9.375;
  }
}
.hero__block {
  padding: calc(var(--gap) * 2);
  width: 50%;
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hero__block:last-of-type {
  padding-top: 14%;
  padding-left: 15px;
}
.hero__block .logo {
  width: 60%;
  height: auto;
}
.hero__block .description {
  width: 82%;
  max-width: 620px;
}
.hero__block .arrow {
  position: absolute;
  left: calc(50% - 25px);
  bottom: 10px;
  width: 50px;
  opacity: 0.5;
}
@media (min-width: 1700px) {
  .hero__block {
    padding-bottom: 4vw;
  }
}
@media (min-width: 1920px) {
  .hero__block {
    padding-bottom: 80px;
  }
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
header .container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: calc(var(--gap) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header__exit {
  border-radius: 2em;
  padding: 13px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  line-height: 0;
  background-color: #fff;
  cursor: pointer;
}

.meals {
  position: relative;
  padding: 20px var(--gap);
  width: 100%;
}
.meals__main-course {
  position: relative;
  margin-top: calc(var(--gap) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.meals__item {
  padding: 0 6.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.meals__description {
  margin-top: 20px;
  color: var(--text-color);
}
.meals__description .tag {
  color: var(--light-color);
}
.meals__description .tag--wrap {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2em;
  margin-bottom: 20px;
  background-color: var(--blue-color);
}
.meals__description p {
  margin-top: 15px;
  opacity: 0.6;
}
.meals__dessert {
  margin-top: var(--offset);
  padding: 20px 0;
}
.meals__dessert .meals__item {
  padding: 40px 60px;
  border-radius: 40px;
  width: 72%;
  min-width: 700px;
  max-width: 1180px;
  height: auto;
  margin: calc(var(--offset) - 20px) auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: calc(var(--gap) * 2 - 20px);
  text-align: left;
  background-color: rgba(0, 117, 255, 0.05);
}
.meals__dessert .meals__item .meals__description {
  margin: 0;
}
.meals__dessert .meals__item .meals__photo {
  margin-bottom: 0;
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.meals .graph {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 10%;
  left: 25%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.meals .graph .subtitle {
  padding: 5px 3px 0 0;
  position: absolute;
  z-index: 3;
}
.meals .graph svg {
  z-index: 2;
  height: 100%;
}
.meals .graph img {
  position: absolute;
  z-index: 0;
  height: 100%;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[data-aos] {
  pointer-events: none;
}

.aos-animate {
  pointer-events: auto;
}

.aos-init[data-aos][data-aos].aos-animate {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.last {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 117, 255, 0)), to(#0075FF));
  background: linear-gradient(180deg, rgba(0, 117, 255, 0) 0%, #0075FF 100%);
  padding: 20px 40px 0 40px;
}

.catalog {
  padding: 60px 30px 30px 30px;
  width: 100%;
  height: 45vw;
  min-height: 460px;
  max-height: 860px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(96, 139, 190, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(96, 139, 190, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--light-color);
}
.catalog__wrapper {
  width: 100%;
}
.catalog__wrapper .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  height: 100%;
}
.catalog__wrapper .simplebar-placeholder {
  display: none;
}
.catalog__wrapper .simplebar-track.simplebar-horizontal {
  height: 8px;
  border-radius: 4px;
  background-color: #F5F5F5;
}
.catalog__wrapper .simplebar-scrollbar {
  border-radius: 4px;
  height: 8px;
  background: var(--blue-color);
}
.catalog__wrapper .simplebar-content-wrapper {
  margin: 0;
  padding: 0;
  border-radius: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.catalog__wrapper .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}
.catalog__item {
  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-flex: 0;
  -ms-flex: 0 0 calc((100% - var(--gap) * 2) / 3);
  flex: 0 0 calc((100% - var(--gap) * 2) / 3);
  gap: 20px;
}
.catalog__item__cover {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
}
.catalog__item__desc {
  padding: 10px;
}
.catalog__item__desc .tag {
  margin-bottom: 15px;
}
.catalog__item--banner {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - var(--gap) * 2) / 3 * 2 + var(--gap));
  flex: 0 0 calc((100% - var(--gap) * 2) / 3 * 2 + var(--gap));
}
.catalog__item--banner img {
  border-radius: 20px;
  height: 100%;
}
.catalog__item--banner p {
  position: absolute;
  padding: 0 22%;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.simplebar-track.simplebar-horizontal {
  height: 8px;
  margin-top: 10px;
}

.simplebar-scrollbar::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.hot-drink {
  margin-top: var(--offset);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43vw;
  min-height: 440px;
  max-height: 700px;
  width: 100%;
}
.hot-drink__cell {
  position: relative;
  width: 50%;
  height: 100%;
}
.hot-drink__desc {
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hot-drink__photo > img {
  height: 100%;
  max-width: none;
  background-repeat: no-repeat;
  -webkit-transform: translateY(2vw);
  -ms-transform: translateY(2vw);
  transform: translateY(2vw);
}

footer > .container {
  position: relative;
  z-index: 10;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1%;
  color: var(--light-color);
  background: radial-gradient(72.3% 39.22% at 50% 100%, rgba(0, 255, 194, 0.2) 0%, rgba(0, 255, 194, 0.1) 23.5%, rgba(0, 255, 194, 0) 100%), #142332;
}
footer > .container svg {
  width: 3vw;
  min-width: 30px;
  max-width: 58px;
  height: auto;
}/*# sourceMappingURL=main.css.map */
