/*! 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: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/ProximaNova-Semibold.eot) format("eot"), url(fonts/ProximaNova-Semibold.ttf) format("truetype"), url(fonts/ProximaNova-Semibold.woff2) format("woff2"), url(fonts/ProximaNova-Semibold.woff) format("woff");
}
@font-face {
  font-family: "Proxima Nova";
  font-style: bold;
  font-weight: 700;
  src: url(fonts/ProximaNova-Bold.eot) format("eot"), url(fonts/ProximaNova-Bold.ttf) format("truetype"), url(fonts/ProximaNova-Bold.woff2) format("woff2"), url(fonts/ProximaNova-Bold.woff) format("woff");
}
.section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 540px;
}

.section__text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.section__subtext {
  font-size: 16px;
  font-weight: 600;
  color: #979697;
  text-align: center;
}

.section__text-primary {
  font-size: 24px;
  font-weight: 600;
  color: #BE56FF;
  text-align: center;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

html {
  background: #000;
}

body {
  /* for preloader */
  display: none;
  overflow: auto;
  /* end */
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: #000;
}
@media screen and (min-width: 768px) {
  body {
    overflow: hidden;
  }
}

.desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
.desktop-img {
  margin: 30px 0 -15px;
  width: 200px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .desktop-img {
    margin: 155px 0 -30px;
    width: 333px;
    height: 95px;
  }
}
@media only screen and (min-device-height: 375px) and (max-device-height: 420px) and (min-device-width: 800px) and (max-device-width: 900px) and (orientation: landscape) {
  .desktop-img {
    margin: 30px 0 -15px;
    width: 200px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .desktop-qrCode.md {
    display: none;
  }
}
.desktop-qrCode.lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .desktop-qrCode.lg {
    display: block;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 25px 0;
  z-index: 2;
}

.lottie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-device-width: 320px) and (max-device-width: 950px) and (orientation: landscape) {
  .lottie.cup {
    top: 45%;
    width: 65%;
  }
}
.lottie--main {
  width: 450px;
}
@media screen and (min-width: 375px) {
  .lottie--main {
    width: 550px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .lottie--main {
      top: 45%;
    }
  }
}

.section--sausage .lottie {
  height: 150%;
}
.section--door .lottie {
  width: 70%;
  height: 70%;
  transform: translate(-35%, -75%);
}
.section--coffee .lottie {
  width: 40%;
  height: 40%;
  transform: translate(-25%, -80%);
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-out;
  z-index: 1000;
}
.preloader.loading {
  background-image: url(fonts/logo.svg);
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .preloader {
    display: none;
  }
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 5px 0 80px;
}
.footer .logo__img {
  width: 175px;
  height: 48px;
}

.section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 65px;
  height: 100%;
  background-color: #000;
}
.section.active .section__text, .section.active .section__text-primary, .section.active .section__subtext, .section.active .section__picture--map {
  opacity: 1;
  visibility: visible;
}
.section.active .section__line path {
  animation: draw 0.5s linear forwards;
}
.section.hide {
  display: none;
}
.section.hide + .section {
  padding-top: 70px;
}
.section--main {
  padding-top: 65px;
  height: 100vh;
  justify-content: flex-end;
}
@media screen and (min-device-width: 320px) and (max-device-width: 860px) and (orientation: landscape) {
  .section--main {
    padding-bottom: 15px;
  }
}
.section--info {
  height: 100%;
  min-height: 100vh;
}
.section--info .section__container {
  height: 100%;
}
.section--info .section__text {
  margin-bottom: 45px;
}
.section--info .section__subtext {
  margin-top: auto;
}
.section--info .section__text, .section--info .section__subtext {
  transition-delay: 0s;
}
.section--sausage .section__picture {
  margin-bottom: 70px;
  transform: translateX(25%);
}
.section--sausage .section__line {
  bottom: -75%;
  right: 55%;
}
@media screen and (min-device-width: 320px) and (max-device-width: 950px) and (orientation: landscape) {
  .section--sausage .section__line {
    bottom: -50%;
  }
}
.section--door .section__picture {
  height: 100vw;
  transform: translateX(-12%);
}
.section--door .section__line {
  bottom: 0;
  right: 0;
  /* 2778x1284 pixels at 458ppi Iphone 12Pro max */
  /* 2688x1242px at 458ppi Iphone 11Pro max */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 950px) and (orientation: landscape) {
  .section--door .section__line {
    right: -50px;
  }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 950px) and (orientation: landscape) {
  .section--door .section__line {
    bottom: 60px;
  }
}
@media only screen and (min-device-width: 846px) and (max-device-width: 864px) and (orientation: landscape) {
  .section--door .section__line {
    bottom: 50px;
  }
}
@media only screen and (min-device-height: 360px) and (max-device-height: 400px) and (min-device-width: 800px) and (max-device-width: 800px) and (orientation: landscape) {
  .section--door .section__line {
    bottom: 0;
  }
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .section--door .section__line {
    bottom: 60px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .section--door .section__line {
    bottom: 50px;
  }
}
.section--cup.active .section__line path {
  animation: reverse-draw 1s linear forwards;
}
.section--cup .section__picture {
  justify-content: center;
  transform: translateX(10%) rotate(-15deg);
  height: 365px;
}
.section--cup .section__line {
  bottom: 0;
  left: 0;
}
@media screen and (min-device-width: 320px) and (max-device-width: 950px) and (orientation: landscape) {
  .section--cup .section__line {
    left: 110px;
  }
}
.section--cup .section__line path {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
}
.section--coffee {
  padding-bottom: 0;
}
.section--coffee .section__picture {
  margin-bottom: 40px;
  transform: translateX(-15%);
}
.section--coffee .section__line {
  bottom: -5%;
  right: 0;
}
@media screen and (min-device-width: 320px) and (max-device-width: 860px) and (orientation: landscape) {
  .section--coffee .section__line {
    bottom: 0;
    right: 30px;
  }
}
.section--map {
  padding-bottom: 40px;
}
.section__container {
  z-index: 2;
}
.section__picture {
  position: relative;
  display: flex;
  margin-bottom: 55px;
  width: 100%;
  max-width: 540px;
  height: 100%;
}
.section__picture--map {
  margin-bottom: 0;
  padding: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s linear;
  -webkit-tap-highlight-color: transparent;
}
.section__img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section__img.cup {
  position: relative;
  width: 236px;
  height: 380px;
  background: url(img/section-4.png) no-repeat center;
}
.section__img .cup-text {
  position: absolute;
  bottom: 60px;
  right: 50px;
}
.section__text {
  margin-bottom: 60px;
}
.section__text-primary {
  margin-bottom: 40px;
  color: #00C000;
  opacity: 0;
  visibility: visible;
  transition: 0.25s linear;
}
.section__subtext {
  max-width: 80%;
}
.section__text, .section__subtext {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s linear 0.5s;
}
.section__cloud {
  position: absolute;
  top: 55%;
  right: 38px;
  width: 180px;
  height: 130px;
  opacity: 1;
  visibility: visible;
  transition: 0.25s ease-out;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .section__cloud {
      top: 50%;
    }
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .section__cloud {
    right: 20px;
  }
}
.section__cloud.hide {
  opacity: 0;
  visibility: hidden;
}
.section__cloud-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section__cloud-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  transform: translate(-50%, -20%);
  z-index: 2;
}
.section__line {
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 1;
}
.section__line path {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
}
.section__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #00C000;
  border-radius: 29px;
  border: 2px solid #00C000;
  background-color: transparent;
  transition: 0.25s ease-out;
  margin-top: 10vh;
  width: 100%;
  max-width: 220px;
  outline: none;
  opacity: 1;
  visibility: visible;
  transition: 0.25s ease-out;
  -webkit-tap-highlight-color: transparent;
}
.section__button:hover, .section__button:active, .section__button:focus {
  border-color: #0eff0e;
  color: #0eff0e;
}
.section__button.backToHomepage {
  margin: 0 auto 70px;
  padding: 10px 25px;
  width: auto;
  max-width: none;
  text-decoration: none;
}
.desktop .section__button {
  margin: 10px auto 0;
}
.section__button.hide {
  opacity: 0;
  visibility: hidden;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .section__button {
      margin: 5vh 0 10px;
    }
    @media screen and (min-width: 375px) {
      .section__button {
        margin: 5vh 0 50px;
      }
    }
    @media (min-height: 786px) and (max-height: 786px) and (min-width: 393px) and (max-width: 393px) {
      .section__button {
        margin: 5vh 0 30px;
      }
    }
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .section__button {
    max-width: 150px;
  }
}

@keyframes draw {
  from {
    stroke-dashoffset: 60;
  }
  to {
    stroke-dashoffset: 120;
  }
}
@keyframes reverse-draw {
  to {
    stroke-dashoffset: 0;
  }
}
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
}
