@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative:regular,700,900);
@import url(https://fonts.googleapis.com/css?family=Anton:regular);
@import url(https://fonts.googleapis.com/css?family=Comic+Neue:300,300italic,regular,italic,700,700italic);
.scenes .scene, .big-rocks__row, .rock-cave__row, .scenes1-fade-up, .big-rocks-fade-up, .rock-cave-fade-up, .defend__paper, .defend__rock, .defend__title, .footer, .scenes2-fade-up, .defend-row-fade-up, .defend-row-fade-up .defend__paper, .defend-row-fade-up .defend__title, .defend-row-fade-up .defend__rock, .footer-mountains-backround-fade-up, .cut__title, .cut__body, .scenes-3-fade-up, .cut__title-fade-up, .cut__body-fade-up, .scene-4__pie-exploded, .scene-4__footer {
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.scenes-2, .scenes-3, .scenes-4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  min-width: 320px;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #FFECAE;
}

input, button, textarea {
  font-family: inherit;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  background-color: #FFECAE;
  font-family: "Cinzel Decorative";
  overflow-x: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.main-page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.scenes-1 {
  opacity: 0;
}
.scenes-1__title {
  color: #FFFFFF;
  font-size: 114px;
  letter-spacing: 40px;
  text-align: center;
  position: relative;
  left: 30px;
  z-index: 2;
}
.scenes-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  opacity: 0;
}
.scenes-3 {
  opacity: 0;
}
.scenes-4 {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.big-rocks {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.big-rocks__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.big-rock-1, .big-rock-2 {
  position: relative;
  bottom: 64px;
}

.big-rock-1 {
  right: 80px;
}

.big-rock-2 {
  left: 80px;
}

.rock-cave__row {
  top: 350px;
  position: relative;
}

.rock-cave {
  max-width: 965px;
  bottom: 160px;
  height: 624px;
  margin: 0px auto;
  position: relative;
}
.rock-cave__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
}
.rock-cave img {
  width: 100%;
  height: 100%;
}

.pebbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.pebbles-left, .pebbles-right {
  max-width: 676px;
  height: 279px;
}
.pebbles-left img, .pebbles-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pebbles-right {
  position: relative;
  top: 100px;
}

.pebbles-left {
  position: relative;
  top: 100px;
}

.scenes1-fade-up {
  opacity: 1;
}

.big-rocks-fade-up .big-rock-1 {
  -webkit-transform: translate(35px, 50px);
          transform: translate(35px, 50px);
}
.big-rocks-fade-up .big-rock-2 {
  -webkit-transform: translate(-35px 50px);
          transform: translate(-35px 50px);
}

.rock-cave-fade-up {
  top: 80px;
}

.defend__row {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.defend__paper {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(50%, 0px);
          transform: translate(50%, 0px);
}
.defend__rock {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.defend__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(0px, 250px);
          transform: translate(0px, 250px);
  font-size: 128px;
  letter-spacing: 30px;
  text-transform: lowercase;
  opacity: 0;
}

.footer {
  -webkit-transform: translate(0px, 275px);
          transform: translate(0px, 275px);
}
.footer__mountains-background {
  width: 1200px;
  height: 400px;
}
.footer__mountains-background img {
  width: 100%;
  height: 100%;
}

.mountains-background-1 {
  position: absolute;
  right: 482.9px;
  width: 100%;
}

.mountains-background-2 {
  position: relative;
  left: 659.4px;
}

.scenes2-fade-up {
  opacity: 1;
}

.defend-row-fade-up .defend__paper {
  -webkit-transform: translate3d(-60px, 0px, -25px);
          transform: translate3d(-60px, 0px, -25px);
}
.defend-row-fade-up .defend__title {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.defend-row-fade-up .defend__rock {
  -webkit-transform: translate3d(60px, 0px, -25px);
          transform: translate3d(60px, 0px, -25px);
}

.footer-mountains-backround-fade-up {
  -webkit-transform: translate(0px, 100px);
          transform: translate(0px, 100px);
}

.cut__row {
  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;
  min-height: 65%;
}
.cut__title {
  position: relative;
  top: 75px;
  left: 220px;
  -webkit-transform: translate(33%, 0px);
          transform: translate(33%, 0px);
  font-size: 150px;
  letter-spacing: 80px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.cut__body {
  position: relative;
  top: 100px;
  -webkit-transform: translate(-33%, 0px);
          transform: translate(-33%, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.scissors-2 {
  position: relative;
  top: 30px;
  left: 100px;
  max-width: 246.3px;
  height: 200.2px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.scissors-2 img {
  width: 100%;
  height: 100%;
}

.cut-paper {
  z-index: 2;
}

.scissors-1 {
  position: relative;
  bottom: 90px;
  right: 70px;
  max-width: 313.7px;
  height: 368.8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.scissors-1 img {
  width: 100%;
  height: 100%;
}

.scenes-3-fade-up {
  opacity: 1;
}

.cut__title-fade-up, .cut__body-fade-up {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.scene-4__pie-exploded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transform: translate(0px, 25px);
          transform: translate(0px, 25px);
  opacity: 0;
}
.scene-4__pie {
  position: absolute;
  top: 55px;
  width: 330.7px;
  height: 257.4px;
}
.scene-4__pie img {
  width: 100%;
  height: 100%;
}
.scene-4__explosion {
  z-index: 1;
  left: -80px;
  top: -50px;
  max-width: 484.2px;
  min-height: 271.1px;
}
.scene-4__title {
  position: absolute;
  top: 100px;
  z-index: 2;
  font-size: 54.8px;
  color: #FFFFFF;
  font-family: "Comic Neue";
  -webkit-text-stroke: 3px #e22a29;
  -webkit-text-fill-color: white;
  font-weight: 700;
}
.scene-4__footer {
  font-weight: 600;
  color: white;
  -webkit-transform: translate(0px, 400px);
          transform: translate(0px, 400px);
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__title {
  position: absolute;
  font-size: 175px;
  -webkit-text-stroke: 4px #9b9b9b;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1.4;
  letter-spacing: 30px;
}
.footer__explosion {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.footer__explosion img {
  width: 100%;
  height: 100%;
}

.scene-4__fade__up {
  opacity: 1;
}

.pie-exploded__fade__up {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.scene-4__footer__fade__up {
  -webkit-transform: translate(0px, 80px);
          transform: translate(0px, 80px);
}

.skip-arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  display: none;
}
.skip-arrows__suggestion {
  font-size: 30px;
  -webkit-animation: animateArrows 1s infinite;
          animation: animateArrows 1s infinite;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.row__arrows {
  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-keyframes animateArrows {
  0% {
    position: relative;
    bottom: 50px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  25% {
    position: relative;
    bottom: 37.5px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  50% {
    position: relative;
    bottom: 25px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  75% {
    position: relative;
    bottom: 12.5px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  100% {
    position: relative;
    bottom: 0px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
}

@keyframes animateArrows {
  0% {
    position: relative;
    bottom: 50px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  25% {
    position: relative;
    bottom: 37.5px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  50% {
    position: relative;
    bottom: 25px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  75% {
    position: relative;
    bottom: 12.5px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  100% {
    position: relative;
    bottom: 0px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
}
.skip-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  bottom: 50px;
  -webkit-animation: animateArrows 1s infinite;
          animation: animateArrows 1s infinite;
}

.skip-arrow-left, .skip-arrow-right {
  position: relative;
  width: 15px;
  height: 70px;
  border-radius: 25px;
  background-color: #000000;
}

.skip-arrow-left {
  right: 49%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.skip-arrow-right {
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-page {
  display: none;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.main-page-bird:first-child {
  position: relative;
}
.main-page-bird:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page-tree {
  position: relative;
}
.main-page-tree img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__main-page {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.header__container {
  max-width: 1293px;
  margin: 0 auto;
  padding: 0px 15px;
}
.header__navbar {
  margin: 29px 0px 0px 0px;
}
@media (min-width: 28.1875em) {
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 28.125em) {
  .header__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(auto, 300px);
    grid-template-columns: 1fr minmax(auto, 300px);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .header__row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header__row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header__row > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .header__row > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .header__row .how-much-pies__wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .header__row .how-much-pies__help {
    margin: 40px 0px 0px 0px;
  }
}
.header__shop-cart {
  width: 78px;
  height: 75px;
  -webkit-transition: fill 0.7s ease 0s;
  transition: fill 0.7s ease 0s;
  fill: #000000;
}
.header__shop-cart:hover {
  fill: #e22a29;
}
.header__shop-cart img {
  width: 100%;
  height: 100%;
}
.header__how-much-pies {
  height: 115px;
  overflow-x: auto;
  scrollbar-gutter: stable;
  position: relative;
}
@media (min-width: 28.1875em) {
  .header__how-much-pies {
    width: 230px;
  }
}
@media (max-width: 450px) {
  .header__how-much-pies {
    height: 115px;
  }
}
.header__how-much-pies__column {
  height: 100%;
}

.how-much-pies__wrapper {
  display: none;
  -ms-grid-columns: 1fr 35px;
  grid-template-columns: 1fr 35px;
  -ms-grid-rows: 1fr 35px;
  grid-template-rows: 1fr 35px;
  padding: 0px 25px 0px 0px;
}

.how-much-pies__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.how-much-pies__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.how-much-pies__wrapper > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.how-much-pies__wrapper > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.how-much-pies {
  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;
  background-color: #FFFFFF;
  border: 7px solid #000000;
  border-radius: 66px;
  padding: 0px 31px;
  margin: 0px 10px 0px 0px;
}
.how-much-pies__help {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 19px;
  border-radius: 50%;
  padding: 25px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  color: #FFFFFF;
}
.how-much-pies__help:hover {
  text-decoration: underline;
}

@media (min-width: 34.4375em) {
  .how-much-pies__help {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 34.375em) {
  .how-much-pies__help {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }

  .how-much-pies {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin: 0px 0px 10px 0px;
  }
}
.pie-currency {
  -ms-flex-preferred-size: 94px;
      flex-basis: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pie-currency img {
  width: 100%;
  height: 100%;
}

@media (max-width: 450px) {
  .how-much-pies {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.pies-amount {
  font-size: 50px;
  font-family: "Anton";
  color: #FFA300;
}
@media (min-width: 28.1875em) {
  .pies-amount {
    font-size: 39px;
  }
}
@media (max-width: 20em) {
  .pies-amount {
    font-size: 39px;
  }
}

.main-page {
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.main-page__container {
  max-width: 1189px;
  margin: 0 auto;
  padding: 0px 15px;
}
.main-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.main-page-button {
  width: 546px;
  height: 195px;
  margin: 36px 0px 0px 0px;
  border: 9px dashed #FFA300;
  background-color: #2B2828;
  color: #FFFFFF;
  stroke: #FFFFFF 31px;
  padding: 4px;
  font-size: 33px;
  letter-spacing: 2px;
  text-transform: lowercase;
  font-weight: 600;
  border-radius: 100px;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.main-page-button a {
  color: #FFFFFF;
}
.main-page-button:hover {
  border: 9px solid cyan;
  -webkit-box-shadow: 0 0 10px cyan;
          box-shadow: 0 0 10px cyan;
  text-decoration: underline;
}
.main-page-bird {
  position: absolute;
  top: 100px;
}
.main-page-bird:first-child {
  right: 100px;
}
.main-page-bird:last-child {
  left: 130px;
}

@media (max-width: 600px) {
  .main-page-bird {
    display: none;
  }
}
.scroll-disappear {
  overflow-y: unset;
}

.content__title {
  font-size: 3.3125rem;
  letter-spacing: 0.2264em;
  text-align: center;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media (min-width: 28.1875em) {
  .content__title {
    margin: 111px 0px 0px 0px;
  }
}
@media (max-width: 28.125em) {
  .content__title {
    font-size: 2.375rem;
  }
}

.decorations-and-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.decorated-brances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 270px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media (max-width: 26.25em) {
  .decorated-brances {
    display: none;
  }
}

.decorated-branch {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  top: 50px;
}
.decorated-branch img {
  width: 100%;
  height: 100%;
}
.decorated-branch:first-child {
  position: relative;
  right: 40px;
  top: -40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.decorated-branch:last-child {
  position: relative;
  left: 135px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.trees-with-brids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: -2;
  bottom: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  padding: 0px 15px;
}

.tree-and-bird:last-child {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.active-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.active-grid {
  display: -ms-grid;
  display: grid;
}

.active-visible {
  opacity: 1;
}

.active .main-page {
  opacity: 1;
}
.active .header__main-page {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.active .content__title {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.active .decorated-brances {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.active .trees-with-brids {
  opacity: 1;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

@media (max-width: 778px) {
  .header__container, .main-page__container {
    /*.decorated-branch{
        flex: 0 0 100%;
        transform: translate(-435px, -25px);
        &:first-child{
            transform: translate(-435px, -10px);
        }
    }*/
  }
  .header__container .shop-cart, .main-page__container .shop-cart {
    margin: 0px 0px 0px 15px;
  }
  .header__container .decorated-brances, .main-page__container .decorated-brances {
    display: none;
  }
  .header__container .decorated-branch, .main-page__container .decorated-branch {
    display: none;
  }
}

@media (max-width: 28.125em) {
  .main-page-button {
    font-size: 1.875rem;
  }
}

@media (max-width: 1500px) {
  .decorated-branch:last-child {
    right: 40px;
  }
}