*,
:after,
:before {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::-moz-selection {
  background: #009738;
  color: #fff;
}

::selection {
  background: #009738;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #009738;
  background: #faf6f0;
}

img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#banner {
  width: 1920px;
  height: 1080px;
  position: absolute;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  overflow: hidden;
  opacity: 0;
}

#banner.visible {
  opacity: 1;
}

.main {
  width: 100%;
  height: 100%;
  background: #faf6f0;
}

/*** Background ***/
.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.background img {
  width: 100%;
}

.background .info,
.background .title,
.background .text,
.background .text>div {
  position: absolute;
}

.background .title {
  width: 100%;
  font-family: "Caveat", Arial, sans-serif;
  font-size: 170px;
  color: #0074b2;
  text-align: center;
  top: 40px;
}

.background .text {
  width: 100%;
  font-family: "Caveat", Arial, sans-serif;
  font-size: 92px;
  white-space: nowrap;
}

.background .text br {
  display: none;
}

.background .text-basket {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  left: 190px;
  top: 455px;
}

.background .text-forest {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  right: 220px;
  top: 415px;
}

.background .info {
  width: 100%;
  bottom: 50px;
  z-index: 3;
}

.background .info-text {
  width: 100%;
  padding: 0 30px 0 0;
  margin: 0 0 15px 0;
  font-size: 106px;
  letter-spacing: -0.025em;
  text-align: center;
}

.background .info-text>br {
  display: none;
}

.background .info-text>span {
  display: inline-block;
  color: #004f70;
}

.background .info-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.background .info-logo-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.background .info-logo-image>img {
  width: 100%;
}

.background .info-logo-image:nth-child(1) {
  width: 450px;
  margin: 0 50px 0 0;
}

.background .info-logo-image:nth-child(2) {
  width: 195px;
  bottom: -15px;
}

.label {
  width: 229px;
  height: 209px;
  padding: 20px 20px 40px 20px;
  position: absolute;
  background-image: url(../images/background-red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  bottom: 90px;
  right: 430px;
  z-index: 5;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.label>span {
  display: inline-block;
  font-size: 54px;
  line-height: 50px;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.next {
  width: 238px;
  height: 222px;
  padding: 20px 20px 30px 20px;
  position: absolute;
  background-image: url(../images/background-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  bottom: 330px;
  right: 610px;
  z-index: 10;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.next>span {
  display: inline-block;
  font-size: 54px;
  line-height: 54px;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: center;
}

.reset {
  width: 484px;
  height: 444px;
  padding: 20px;
  position: absolute;
  background-image: url(../images/background-green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  bottom: 230px;
  right: 150px;
  z-index: 10;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reset>span {
  display: inline-block;
  font-size: 116px;
  line-height: 106px;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 9;
  background-image: url(../images/mushrooms.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1800px;
}

/*** Block ***/
.block {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.block-0,
.block.visible {
  opacity: 1;
}

.block img {
  width: 100%;
}

.photo-0,
.photo-2,
.photo-4,
.photo-6 {
  --photo-rotate-deg: -10deg;
}

.photo-1,
.photo-3,
.photo-5,
.photo-7 {
  --photo-rotate-deg: 10deg;
}

.photo {
  width: 600px;
  height: 425px;
  border: 20px solid #fff;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 0px) rotate(var(--photo-rotate-deg));
  -ms-transform: translate(0px, 0px) rotate(var(--photo-rotate-deg));
  transform: translate(0px, 0px) rotate(var(--photo-rotate-deg));
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  top: 255px;
  left: 660px;
  z-index: 6;
  opacity: 1;
}

.photo-5,
.photo-6 {
  width: 500px;
  left: 710px;
}

.photo-image {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.photo-0 .photo-image {
  background-image: url(../images/photo-0.jpg);
}

.photo-1 .photo-image {
  background-image: url(../images/photo-1.jpg);
}

.photo-2 .photo-image {
  background-image: url(../images/photo-2.jpg);
}

.photo-3 .photo-image {
  background-image: url(../images/photo-3.jpg);
}

.photo-4 .photo-image {
  background-image: url(../images/photo-4.jpg);
}

.photo-5 .photo-image {
  background-image: url(../images/photo-5.jpg);
}

.photo-6 .photo-image {
  background-image: url(../images/photo-6.jpg);
}

.photo-7 .photo-image {
  background-image: url(../images/photo-7.jpg);
}

.photo.animation {
  -webkit-animation: animationPhoto 2s ease-in-out 0s infinite both;
  animation: animationPhoto 2s ease-in-out 0s infinite both;
}

.block .text {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 7;
}

.block .text-description {
  width: 552px;
  height: 438px;
  padding: 100px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background-image: url(../images/background-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 240px;
  right: 180px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*** Positions ***/
.positions {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.positions img {
  width: 100%;
}

.position {
  position: absolute;
  z-index: 5;
}

.position .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  pointer-events: none;
  opacity: 1;
  z-index: 5;
}

.position .image.visible {
  opacity: 0.7;
}

.banner.dropped .position .image {
  opacity: 1;
}

.position-1 {
  width: 375px;
  height: 440px;
  left: 190px;
  bottom: 50px;
}

.position-1 .image {
  background-image: url(../images/basket.png);
  background-size: 100%;
}

.position-2 {
  width: 560px;
  height: 500px;
  right: 50px;
  bottom: 50px;
}

.position-2 .image {
  background-image: url(../images/forest.png);
  background-size: 100%;
}

.positions .position-result {
  width: 484px;
  height: 442px;
  padding: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: absolute;
  bottom: 375px;
  left: 115px;
  z-index: 6;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.positions .position-result.green {
  background-image: url(../images/background-green.png);
}

.positions .position-result.red {
  padding-bottom: 60px;
  background-image: url(../images/background-red.png);
}

.positions .position-result>span {
  display: inline-block;
  color: #fff;
}

.positions .position-result.green>span {
  font-size: 116px;
  line-height: 106px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.positions .position-result.red>span {
  font-size: 84px;
  line-height: 84px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.positions .position-result.red>span>span {
  font-size: 142px;
  line-height: 132px;
}

/*** ***/
#banner,
.photo {
  cursor: url(../images/pointer.png), auto !important;
}

.background .title,
.background .text,
.background .info,
.block .text-description,
.positions .position-result,
.label,
.next,
.reset {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (orientation: portrait) {
  #banner {
    width: 1080px;
    height: 1920px;
  }

  /*** Background ***/
  .background .info {
    bottom: 100px;
  }

  .background .info-text {
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 114px;
    line-height: 104px;
  }

  .background .info-text>br {
    display: block;
  }

  .background .info-logo {
    padding: 0 0 0 150px;
  }

  .background .info-logo-image:nth-child(1) {
    margin: 0 80px 0 0;
  }

  .background .title {
    padding: 0 100px;
    font-size: 180px;
    line-height: 140px;
    top: 70px;
  }

  .background .text {
    font-size: 70px;
    line-height: 50px;
    white-space: normal;
  }

  .background .text br {
    display: block;
  }

  .label {
    bottom: 220px;
    right: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /*** Block ***/
  .block .text-description {
    width: 500px;
    height: 526px;
    padding: 90px 80px 80px 80px;
    font-size: 36px;
    background-image: url(../images/background-white-sm.png);
    top: 820px;
    right: 260px;
  }

  .background .text-basket {
    left: 80px;
    top: 930px;
  }

  .background .text-forest {
    right: 80px;
    top: 870px;
  }

  .photo {
    top: 450px;
    left: 230px;
  }

  .photo-5,
  .photo-6 {
    left: 275px;
  }

  /*** Positions ***/
  .position-1 {
    width: 250px;
    height: 295px;
    left: 180px;
    bottom: 570px;
  }

  .position-2 {
    width: 420px;
    height: 385px;
    right: 80px;
    bottom: 550px;
  }

  .positions .position-result {
    width: 340px;
    height: 340px;
    padding: 20px;
    bottom: 1020px;
    left: 50px;
  }

  .positions .position-result.red {
    padding-bottom: 40px;
  }

  .positions .position-result.green>span {
    font-size: 80px;
    line-height: 70px;
  }

  .positions .position-result.red>span {
    font-size: 60px;
    line-height: 60px;
  }

  .positions .position-result.red>span>span {
    font-size: 100px;
    line-height: 100px;
  }

  .next {
    bottom: 1085px;
    right: 100px;
  }

  .reset {
    width: 340px;
    height: 315px;
    bottom: 660px;
    left: 350px;
  }

  .reset>span {
    font-size: 80px;
    line-height: 70px;
  }

  .overlay {
    top: 410px;
    background-image: url(../images/mushrooms-sm.png);
    background-size: 680px;
  }
}

@media only screen and (max-width: 600px) {
  #banner,
  .photo {
    cursor: url(../images/pointer-sm.png), auto !important;
  }
}

@-webkit-keyframes animationPhoto {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(1);
    transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(1);
  }

  50% {
    -webkit-transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(0.9);
    transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(0.9);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(1);
    transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(1);
  }
}

@keyframes animationPhoto {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(1);
    transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(1);
  }

  50% {
    -webkit-transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(0.9);
    transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(0.9);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(1);
    transform: translate(0px, 0px) rotate(var(--photo-rotate-deg)) scale(1);
  }
}

.hidden {
  display: none !important;
}
