* {
  box-sizing: border-box;
}

body,
p,
ul,
h1,
h2 {
  margin: 0;
}

body {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  line-height: 24px;
  color: #222629;
  text-align: center;
}

body._lock {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

.wrapper {
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.header {
  background: url(../img/header-bg.jpg) no-repeat center top;
  background-size: cover;
}

.header .wrapper {
  padding-bottom: 30px;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  padding-top: 17px;
  padding-bottom: 16px;
}

.header__logo img {
  max-width: 105px;
}

.header__menu {
  display: flex;
  justify-content: space-between;
}

.lang {
  position: relative;
  height: 15px;
  width: 40px;
  text-align: center;
  margin: 0 15px 0 0;
}

.lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lang-list li {
  position: relative;
  display: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding-right: 13px;
  cursor: pointer;
  color: #222629;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  -moz-transition: color .15s;
  transition: color .15s;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.lang-list li:not(.active) {
  margin-top: 10px;
}

.selection .lang-list li {
  display: block;
}

.lang-list li.active {
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.lang-list li.active:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  margin-top: -7px;
  border: 2px solid #222629;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color .15s;
  -o-transition: border-color .15s;
  -moz-transition: border-color .15s;
  transition: border-color .15s;
}

.selection .lang-list li.active:before {
  -webkit-transform: rotate(-45deg) scale(-1, -1);
  -moz-transform: rotate(-45deg) scale(-1, -1);
  -ms-transform: rotate(-45deg) scale(-1, -1);
  -o-transform: rotate(-45deg) scale(-1, -1);
  transform: rotate(-45deg) scale(-1, -1);
  margin-top: -3px;
}

.scroll1 .lang-list li {
  color: #000;
}

.scroll1 .lang-list li:before {
  border-color: #000;
}

.header__menu-icon {
  z-index: 5;
  position: relative;
  width: 22px;
  height: 14px;
  cursor: pointer;
}

.header__menu-icon span,
.header__menu-icon::before,
.header__menu-icon::after {
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  transition: all .3s ease 0s;
  background-color: #222629;
}

.header__menu-icon::before,
.header__menu-icon::after {
  content: '';
}

.header__menu-icon::before {
  top: 0;
}

.header__menu-icon::after {
  bottom: 0;
}

.header__menu-icon span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}

.header__menu-icon._active {
  z-index: 100;
}

.header__menu-icon._active span {
  transform: scale(0) translate(0px, -50%);
}

.header__menu-icon._active::before {
  background-color: #fff;
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
}

.header__menu-icon._active::after {
  background-color: #fff;
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
}

.header__menu-list {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 100px 30px 30px 30px;
  background-color: rgba(0, 0, 0, .9);
  transition: right .3s ease 0s;
  z-index: 10;
}

.header__menu-list._active {
  right: 0;
}

.header__menu-item {
  margin-bottom: 20px;
}

.header__menu-link {
  font-size: 24px;
  color: #fff;
  transition: opacity .8s ease-out;
}

.header__menu-link:hover {
  opacity: .6;
}

.top-section {
  position: relative;
  padding-top: 151px;
  padding-bottom: 62px;
}

.top-section__title {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  font-size: 33px;
  font-weight: 500;
  line-height: 39px;
  color: #fff;
  text-shadow: 3px 3px 0px rgba(34, 38, 41, .75);
}

.top-section__title {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all .8s ease 0s;
}

.top-section__title._animate {
  transform: translate(0px, 0px);
  opacity: 1;
}

.top-section .text {
  line-height: 36px;
  margin-bottom: 19px;
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all .8s ease .3s;
}

.top-section .text._animate {
  transform: translate(0px, 0px);
  opacity: 1;
}

.btn-wrapper {
  position: relative;
  display: inline-block;
}

.btn {
  display: inline-block;
  padding: 17px 40px 18px;
  color: #222629;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 0px rgba(34, 38, 41, 0.75);
}

.btn:hover {
  background-color: #fff2d6;
}

.top-section__btn {
  transform: translate(0px, 120%);
  opacity: 0;
  transition: all .8s ease .6s;
  transition-property: opacity, transform;
}

.top-section__btn._animate {
  transform: translate(0px, 0px);
  opacity: 1;
}

.top-section__down {
  margin-top: 84px;
}

.top-section__down img {
  max-width: 24px;
}

.decor__elem {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

.decor_desktop {
  display: none;
}

.decor__hero_1 {
  width: 104px;
  height: 140px;
  left: -6px;
  top: -142px;
  background-image: url(../img/hero1.png);
  opacity: 0;
  transform: translate(-120%, 0px);
  transition: all .9s ease .9s;
}

.decor__hero_2 {
  width: 152px;
  height: 106px;
  right: -47px;
  top: -127px;
  background-image: url(../img/hero2.png);
  opacity: 0;
  transform: translate(120%, 0px);
  transition: all .9s ease 1.2s;
}

.decor__hero_3 {
  width: 128px;
  height: 172px;
  left: -61px;
  bottom: -177px;
  background-image: url(../img/hero3.png);
  opacity: 0;
  transform: translate(-120%, 0px);
  transition: all .9s ease 1.5s;
}

.decor__hero_4 {
  width: 93px;
  height: 158px;
  right: -24px;
  bottom: -170px;
  background-image: url(../img/hero4.png);
  opacity: 0;
  transform: translate(120%, 0px);
  transition: all .9s ease 1.8s;
}

.decor__elem._animate {
  transform: translate(0px, 0px);
  opacity: 1;
}

.main {
  display: block;
}

.features {
  background-color: #222629;
}

section .wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}

.section__title {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 500;
  line-height: 35px;
}

.features__title {
  color: #fff;
  opacity: 0;
  transform: translate(0px, 120%);
  transition: all .3s ease .5s;
}

.features__title._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.features__item {
  position: relative;
  width: 210px;
  height: 272px;
  margin: 0 auto 20px;
  padding-top: 49px;
  padding-bottom: 28px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transform: translate(0px, 20%%);
  transition: all .5s ease .6s;
}

.features__item._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.features__item-icon img {
  width: 88px;
  filter: drop-shadow(3px 3px 0px rgba(34, 38, 41, 0.75));
}

.features__item-text {
  padding-left: 21px;
  padding-right: 21px;
  line-height: 25px;
  color: #fff;
  text-shadow: 3px 3px 0px rgba(34, 38, 41, .75);
}

.features__item_globe {
  background-image: url(../img/feature-bg1.png);
  z-index: 5;
}

.features__item_cpa {
  background-image: url(../img/feature-bg2.png);
}

.features__item_set {
  background-image: url(../img/feature-bg3.png);
}

.decor__hero_5 {
  width: 122px;
  height: 166px;
  left: -30%;
  bottom: -103px;
  background-image: url(../img/hero5.png);
  opacity: 0;
  transform: translate(-120%, 0px);
  transition: all .9s ease .8s;
}

.decor__hero_6 {
  width: 160px;
  height: 160px;
  right: -43%;
  top: -57px;
  background-image: url(../img/hero6.png);
  opacity: 0;
  transform: translate(120%, 0px);
  transition: all .9s ease 1.2s;
}

.desc .wrapper {
  padding-bottom: 38px;
}

.desc__title {
  opacity: 0;
  transform: translate(0px, 120%);
  transition: all .9s ease .3s;
}

.desc__title._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.desc__item {
  position: relative;
  max-width: 241px;
  margin: 0 auto 66px;
}

.desc__item .decor__arrow {
  display: none;
}

.decor__hero_7 {
  width: 99px;
  height: 146px;
  left: -14%;
  bottom: -22px;
  background-image: url(../img/hero7.png);
}

.decor__hero_8 {
  width: 115px;
  height: 155px;
  right: -13%;
  top: -29px;
  background-image: url(../img/hero8.png);
}

.desc__item_case,
.desc__item_push,
.desc__sum {
  opacity: 0;
  transform: translate(0px, 20%);
}

.desc__item_case {
  transition: all .9s ease .3s;
}

.desc__item_push {
  transition: all .9s ease 1.3s;
}

.desc__sum {
  transition: all .9s ease 2.3s;
}

.desc__item_case._animate,
.desc__item_push._animate,
.desc__sum._animate,
.desc__item-plus._animate,
.desc__item-equal._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.desc__item-plus,
.desc__item-equal {
  position: absolute;
  width: 19px;
  bottom: -46px;
  left: 50%;
  margin-left: -9px;
  font-size: 44px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

.desc__item-plus {
  transition: all .9s ease .9s;
}

.desc__item-equal {
  transition: all .9s ease 1.9s;
}

.desc__combo {
  display: none;
}

.desc__item_case .desc__item-text {
  line-height: 39px;
  transform: rotate(-4deg);
}

.desc__item_push .desc__item-text {
  line-height: 48px;
  transform: rotate(5deg);
}

.desc__sum {
  line-height: 26px;
  color: #e63e21;
  margin-bottom: 0;
}

.install {
  background-color: #222629;
}

.install .wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 165px;
}

.install__title {
  margin-bottom: 38px;
  color: #fff;
  opacity: 0;
  transform: transition(0px, 120%);
  transition: all .3s ease .3s;
}

.install__title._animate {
  opacity: 1;
  transform: transition(0px, 0px);
}

.install__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 37px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  transform: translate(0px, 20%);
}

.install__item._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.install__item img {
  display: block;
  margin-bottom: 18px;
}

.install__item_note {
  transition: all .6s ease .3s;
}

.install__item_open {
  transition: all .6s ease .6s;
}

.install__item_copy {
  transition: all .6s ease .9s;
}

.install__item_start {
  transition: all .6s ease 1.2s;
}

.install__item_note img {
  max-width: 104px;
}

.install__item_open img {
  max-width: 77px;
}

.install__item_copy img {
  max-width: 93px;
}

.install__item_start img {
  max-width: 85px;
}

.install__arrow {
  display: none;
}

.decor__hero_10 {
  width: 123px;
  height: 131px;
  left: 50%;
  margin-left: -65px;
  bottom: 40px;
  background-image: url(../img/hero10.png);
  opacity: 0;
  transform: translate(-120%, 0px);
  transition: all .9s ease 2s;
}

.decor__hero_10._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.extra .wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

.extra__title {
  position: relative;
  display: inline-block;
  margin-bottom: 183px;
  opacity: 0;
  transform: translate(0px, 120%);
  transition: all .6s ease .3s;
}

.extra__title._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.decor__hero_11 {
  width: 90px;
  height: 145px;
  left: 50%;
  margin-left: -111px;
  top: 113px;
  background-image: url(../img/hero11.png);
  opacity: 0;
  transform: translate(-120%, 0);
  transition: all .6s ease .9s;
}

.decor__hero_11._animate,
.decor__hero_12._animate {
  opacity: 1;
  transform: translate(0, 0);
}

.decor__hero_12 {
  width: 147px;
  height: 151px;
  right: 50%;
  margin-right: -112px;
  top: 110px;
  background-image: url(../img/hero12.png);
  opacity: 0;
  transform: translate(120%, 0);
  transition: all .6s ease 1.2s;
}

.extra__list-wrapper_right {
  margin-bottom: 39px;
}

.extra__item {
  margin-bottom: 40px;
  color: #e63e21;
  opacity: 0;
  transform: translate(0px, 20%);
}

.extra__item._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.extra__item_optim {
  transition: all .6s ease 1.5s;
}

.extra__item_stat {
  transition: all .6s ease 1.8s;
}

.extra__item_case {
  transition: all .6s ease 2.1s;
}

.extra__item_big {
  transition: all .6s ease 2.4s;
}

.extra__btn {
  padding: 12px 37px 16px;
  border: 3px solid #222629;
  opacity: 0;
  transform: translate(0px, 120%);
  transition: all .6s ease 2.8s;
  transition-property: transform, opacity;
}

.extra__btn._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.contact .wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}

.contact__title {
  opacity: 0;
  transform: translate(0px, 120%);
  transition: all .6s ease .3s;
}

.contact__title._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.contact p:last-child {
  position: relative;
}

.contact__title {
  position: relative;
  margin-bottom: 191px;
}

.contact__text-wrapper {
  position: relative;
}

.contact__text-wrapper .text {
  opacity: 0;
  transform: translate(0px, 120%);
  transition: all .6s ease .9s;
}

.contact__text-wrapper .text._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.decor__hero_13 {
  width: 121px;
  height: 154px;
  left: 50%;
  margin-left: -66px;
  top: -172px;
  background-image: url(../img/hero13.png);
  opacity: 0;
  transform: translate(-120%, 0px);
  transition: all .6s ease .6s;
}

.decor__hero_13._animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.footer {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Scada', sans-serif;
}

.footer__terms {
  display: block;
  margin-bottom: 20px;
  color: #222629;
  text-decoration: underline;
}

.footer__terms:hover {
  text-decoration: none;
}

.footer__copyright-date {
  display: block;
}

@media (min-width: 1200px) {
  body {
    font-size: 32px;
    line-height: 40px;
  }

  .scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .header__logo {
    padding-top: 24px;
    padding-bottom: 19px;
  }

  .header__logo img {
    max-width: 142px;
  }

  .header__menu-icon {
    display: none;
  }

  .header__menu-list {
    position: static;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: inherit;
  }

  .header__menu-item {
    line-height: 20px;
    margin-bottom: 0;
  }

  .header__menu-item:not(:first-child) {
    margin-left: 32px;
  }

  .header__menu-item:not(:last-child) {
    margin-bottom: 0;
  }

  .header__menu-link {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Scada', sans-serif;
    line-height: 20px;
    color: #222629;
  }

  .header__menu-link:hover {
    opacity: 1;
    text-decoration: underline;
  }

  .lang {
    margin: 0 0 0 15px;
    padding-top: 10px;
  }

  .top-section {
    padding-top: 250px;
    padding-bottom: 24px;
  }

  .top-section__title {
    width: 791px;
    margin-bottom: 33px;
    font-size: 90px;
    line-height: 110px;
    text-shadow: 6px 6px 0px rgba(34, 38, 41, .75);
  }

  .decor_desktop {
    display: block;
  }

  .decor__hero_1 {
    width: 253px;
    height: 302px;
    left: -270px;
    top: -217px;
  }

  .decor__hero_2 {
    width: 357px;
    height: 260px;
    right: -369px;
    top: -185px;
  }

  .decor_desktop .decor__elem {
    opacity: 0;
  }

  .decor_desktop .decor__elem._animate {
    opacity: 1;
  }

  .decor__light {
    width: 76px;
    height: 156px;
    left: 103px;
    top: -186px;
    background-image: url(../img/light.png);
    transition: all .9s ease .5s;
  }

  .decor__wow {
    width: 208px;
    height: 223px;
    left: 293px;
    top: -254px;
    background-image: url(../img/wow.png);
    transition: all .9s ease 1.1s;
  }

  .decor__exclaim {
    width: 62px;
    height: 152px;
    right: 108px;
    top: -180px;
    background-image: url(../img/exclaim.png);
    transition: all .9s ease .8s;
  }

  .decor__dollar {
    width: 85px;
    height: 121px;
    left: -417px;
    top: 78px;
    background-image: url(../img/dollar.png);
    transition: all .9s ease 1.4s;
  }

  .decor__swirl {
    width: 66px;
    height: 78px;
    right: -409px;
    top: 136px;
    background-image: url(../img/swirl.png);
    transition: all .9s ease 1.7s;
  }

  .top-section .text {
    margin-bottom: 36px;
  }

  .btn-wrapper {
    width: 941px;
  }

  .decor__hero_3 {
    width: 371px;
    height: 350px;
    left: -185px;
    bottom: -215px;
  }

  .decor__hero_4 {
    width: 262px;
    height: 379px;
    right: -110px;
    bottom: -265px;
  }

  .decor__round {
    width: 53px;
    height: 51px;
    left: -285px;
    bottom: -211px;
    background-image: url(../img/round.png);
    transition: all .9s ease 2s;
  }

  .decor__cash {
    width: 122px;
    height: 83px;
    left: 232px;
    bottom: -222px;
    background-image: url(../img/cash.png);
    transition: all .9s ease 2.3s;
  }

  .decor__loop {
    width: 101px;
    height: 95px;
    right: 208px;
    bottom: -250px;
    background-image: url(../img/loop.png);
    transition: all .9s ease 2.6s;
  }

  .decor__percent {
    width: 63px;
    height: 66px;
    right: -280px;
    bottom: -196px;
    background-image: url(../img/percent.png);
    transition: all .9s ease 2.9s;
  }

  .btn {
    padding: 18px 52px 20px;
    border-radius: 42px;
    box-shadow: 6px 6px 0px rgba(34, 38, 41, .75);
  }

  .top-section__down {
    margin-top: 217px;
  }

  .top-section__down img {
    max-width: 150px;
  }

  section .wrapper {
    padding-top: 149px;
  }

  .section__title {
    margin-bottom: 59px;
    font-size: 72px;
    line-height: 82px;
  }

  .features .wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 294px;
  }

  .features__title {
    position: relative;
    max-width: 751px;
    display: inline-block;
    margin-left: -63px;
  }

  .features__title .decor__exclaim {
    width: 39px;
    height: 95px;
    right: -65px;
    top: -12px;
    transition: all .9s ease .8s;
  }

  .features__items {
    max-width: 1167px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .features__item {
    display: block;
    width: 400px;
    height: 519px;
    padding-top: 127px;
    opacity: 0;
    transform: translate(0px, 20%);
  }

  .features__item._animate {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .features__item_globe {
    transition: all .8s ease .3s;
  }

  .features__item_cpa {
    width: 410px;
    margin-left: -19px;
    margin-right: -19px;
    transition: all .8s ease .9s;
  }

  .features__item_set {
    transition: all .8s ease 1.5s;
  }

  .features__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 176px;
    margin-bottom: 92px;
  }

  .features__item-text {
    padding-left: 90px;
    padding-right: 90px;
    line-height: 32px;
  }

  .features__item-icon img {
    width: auto;
    max-width: 300px;
    filter: drop-shadow(6px 6px 0px rgba(34, 38, 41, 0.75));
  }

  .decor__hero_5 {
    width: 369px;
    height: 437px;
    left: -30%;
    bottom: -230px;
  }

  .decor__hero_6 {
    width: 359px;
    height: 359px;
    right: -21%;
    top: -155px;
  }

  .decor__spring {
    width: 58px;
    height: 87px;
    left: -80px;
    top: -185px;
    background-image: url(../img/spring.png);
    transition: all .8s ease 1s;
  }

  .decor__bomb {
    width: 85px;
    height: 124px;
    left: -252px;
    top: 64px;
    background-image: url(../img/bomb.png);
    transition: all .8s ease 1.3s;
  }

  .decor_desktop .decor__splash {
    width: 410px;
    height: 136px;
    left: -1px;
    bottom: -684px;
    background-image: url(../img/splash.svg);
    opacity: 1;
  }

  .decor__light1 {
    width: 61px;
    height: 136px;
    right: -274px;
    top: 134px;
    background-image: url(../img/light1.png);
    transition: all .8s ease 2s;
  }

  .decor__wallet {
    width: 87px;
    height: 80px;
    right: -138px;
    bottom: -588px;
    background-image: url(../img/wallet.png);
    transition: all .8s ease 0s;
  }

  .desc .wrapper {
    padding-bottom: 97px;
  }

  .desc__title {
    position: relative;
    display: inline-block;
    width: 1056px;
    margin-bottom: 59px;
  }

  .decor__star1 {
    width: 75px;
    height: 84px;
    left: -252px;
    top: -40px;
    background-image: url(../img/star1.png);
    transition: all .6s ease .3s;
  }

  .decor__star2 {
    width: 47px;
    height: 51px;
    left: -149px;
    top: 0;
    background-image: url(../img/star2.png);
    transition: all .6s ease .6s;
  }

  .decor__star3 {
    width: 58px;
    height: 58px;
    left: -204px;
    top: 64px;
    background-image: url(../img/star3.png);
    transition: all .6s ease .9s;
  }

  .decor__star4 {
    width: 72px;
    height: 73px;
    right: -203px;
    top: -17px;
    background-image: url(../img/star4.png);
    transition: all .6s ease 1.2s;
  }

  .decor__star5 {
    width: 52px;
    height: 45px;
    right: -273px;
    top: 35px;
    background-image: url(../img/star5.png);
    transition: all .6s ease 1.5s;
  }

  .desc__items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }

  .decor__cash-b {
    width: 119px;
    height: 80px;
    left: -248px;
    top: 108px;
    background-image: url(../img/cash-b.png);
    transition: all .6s ease 2s;
  }

  .decor__dollar-b {
    width: 85px;
    height: 116px;
    right: -205px;
    top: 80px;
    background-image: url(../img/dollar-b.png);
    transition: all .6s ease 2.5s;
  }

  .desc__combo {
    display: block;
    position: absolute;
    width: 200px;
    height: 89px;
    top: 37px;
    left: 50%;
    margin-left: -100px;
    background: url(../img/arrow-d.svg) no-repeat center bottom;
  }

  .desc__item {
    width: 50%;
    max-width: none;
    margin-bottom: 0;
  }

  .desc__item_case .desc__item-text {
    padding-left: 26px;
    line-height: 36px;
    transform: rotate(-5deg);
  }

  .desc__item_push .desc__item-text {
    padding-right: 20px;
    line-height: 34px;
    transform: rotate(5deg);
  }

  .desc__item_case::after {
    content: '';
    width: 79px;
    height: 69px;
    bottom: -106px;
    left: 55%;
    background-image: url(../img/arrow.svg);
  }

  .desc__item_push::after {
    content: '';
    width: 79px;
    height: 69px;
    bottom: -102px;
    left: 37%;
    background-image: url(../img/arrow.svg);
    transform: scale(-1, 1);
  }

  .desc__item-plus,
  .desc__item-equal {
    display: none;
  }

  .desc__item .decor__arrow {
    display: block;
  }

  .desc__item_case .decor__arrow {
    width: 79px;
    height: 69px;
    bottom: -106px;
    left: 55%;
    background-image: url(../img/arrow.svg);
    opacity: 0;
    transition: all .6s ease 2.5s;
  }

  .desc__item_push .decor__arrow {
    width: 79px;
    height: 69px;
    bottom: -102px;
    left: 37%;
    background-image: url(../img/arrow.svg);
    transform: scale(-1, 1);
    opacity: 0;
    transition: all .6s ease 2.8s;
  }

  .desc__item_case .decor__arrow._animate,
  .desc__item_push .decor__arrow._animate {
    opacity: 1;
  }

  .desc__sum {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    width: 60%;
    padding: 9% 9% 9% 11%;
    line-height: 39px;
    transition: all .8s ease 3.2s;
    background: url(../img/cloud.svg) no-repeat center;
    background-size: 133% 98%;
  }

  .desc__sum span {
    width: 61%;
  }

  .decor__hero_7 {
    width: 288px;
    height: 402px;
    left: -18%;
    bottom: -299px;
  }

  .decor__hero_8 {
    width: 370px;
    height: 423px;
    right: -24%;
    top: 250px;
  }

  .install .wrapper {
    padding-top: 150px;
    padding-bottom: 168px;
  }

  .install__title {
    position: relative;
    max-width: 949px;
    margin: 0 auto 49px;
    line-height: 82px;
  }

  .install .decor__light {
    top: -48px;
    left: -246px;
    transition: all .3s ease .8s;
  }

  .decor__hero_9 {
    top: -175px;
    right: -256px;
    width: 232px;
    height: 331px;
    background-image: url(../img/hero9.png);
    opacity: 0;
    transform: translate(0px, -120%);
    transition: all .9s ease 3.3s;
  }

  .decor__hero_9._animate {
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .decor__hero_10 {
    width: 358px;
    height: 359px;
    left: 122px;
    bottom: -69px;
  }

  .install .decor__percent {
    right: auto;
    left: -222px;
    top: 35px;
    transition: all .3s ease 1.3s;
  }

  .install .decor__bomb {
    left: auto;
    right: -214px;
    top: 20px;
    transition: all .3s ease 2.2s;
  }

  .install .decor__loop {
    left: -154px;
    bottom: -453px;
    transition: all .3s ease 2.5s;
  }

  .install .decor__wallet {
    right: 75px;
    bottom: -466px;
    transition: all .3s ease 2.8s;
  }

  .install__steps {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
  }

  .install__item {
    position: relative;
    width: 33%;
    max-width: 350px;
    margin-bottom: 50px;
    line-height: 41px;
  }

  .install__text {
    max-width: 100%;
  }

  .install__arrow {
    display: block;
    position: absolute;
    width: 98px;
    height: 31px;
    background: url(../img/arrow-w.svg) no-repeat;
    opacity: 0;
  }

  .install__arrow._animate {
    opacity: 1;
  }

  .install__item_note {
    transition: all .6s ease .5s;
  }

  .install__item_open {
    transition: all .6s ease 1.5s;
  }

  .install__item_copy {
    transition: all .6s ease 2.5s;
  }

  .install__item_start {
    transition: all .6s ease 3.5s;
  }

  .install__item_note .install__arrow {
    top: 42px;
    right: -49px;
    transition: all .6s ease 1s;
  }

  .install__item_open .install__arrow {
    top: 54px;
    right: -44px;
    transform: scale(1, -1);
    transition: all .6s ease 2s;
  }

  .install__item_copy .install__arrow {
    bottom: -110px;
    left: -16px;
    transform: rotate(-204deg);
    transition: all .6s ease 3s;
  }

  .install__item-icon {
    min-height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
  }

  .install__item img {
    margin-bottom: 0;
  }

  .install__item_note img {
    max-width: 141px;
  }

  .install__item_open img {
    max-width: 104px;
  }

  .install__item_copy img {
    max-width: 124px;
  }

  .install__item_start img {
    max-width: 113px;
  }

  .extra .wrapper {
    padding-top: 150px;
    padding-bottom: 16px;
  }

  .extra__title {
    margin-bottom: 71px;
  }

  .extra .decor__star1 {
    left: -371px;
    top: -58px;
  }

  .extra .decor__star2 {
    left: -268px;
    top: -17px;
  }

  .extra .decor__star3 {
    left: -323px;
    top: 47px;
  }

  .decor__exclaim-b {
    width: 59px;
    height: 149px;
    right: -210px;
    top: -64px;
    background-image: url(../img/exclaim-b.png);
    transition: all .6s ease .9s;
  }

  .decor__hero_11 {
    width: 249px;
    height: 365px;
    left: -48px;
    top: auto;
    bottom: -367px;
    margin-left: 0;
  }

  .decor__hero_12 {
    width: 383px;
    height: 384px;
    right: -71px;
    top: auto;
    bottom: 31px;
    margin-right: 0;
  }

  .extra__list-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
  }

  .extra__list-wrapper_left {
    position: relative;
    justify-content: flex-start;
  }

  .extra .decor__dollar-b {
    top: -44px;
    left: -232px;
    transform: rotate(-26deg);
  }

  .decor__spark {
    width: 83px;
    height: 77px;
    bottom: -321px;
    left: -289px;
    background-image: url(../img/spark.png);
    transition: all .6s ease .9s;
  }

  .decor__swirl-b {
    width: 63px;
    height: 75px;
    top: -50px;
    right: -222px;
    background-image: url(../img/swirl-b.png);
    transition: all .6s ease 1.7s;
  }

  .extra .decor__cash-b {
    top: auto;
    bottom: -339px;
    left: auto;
    right: -298px;
  }

  .extra__list-wrapper_right {
    position: relative;
    margin-bottom: 43px;
    justify-content: flex-end;
  }

  .extra__list-wrapper_right .extra__list {
    justify-content: flex-end;
  }

  .decor__wallet-b {
    width: 87px;
    height: 80px;
    bottom: -282px;
    left: -218px;
    background-image: url(../img/wallet-b.png);
    transition: all .6s ease 1.9s;
  }

  .decor__spring-b {
    width: 76px;
    height: 72px;
    bottom: -285px;
    right: -195px;
    background-image: url(../img/spring-b.png);
    transition: all .6s ease 2.4s;
  }

  .extra__list-wrapper_left .extra__list {
    padding-right: 200px;
  }

  .extra__list {
    display: flex;
    flex-wrap: wrap;
  }

  .extra__list-wrapper_left {
    margin-bottom: 14px;
  }

  .extra__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    width: 44%;
    padding: 7% 0% 7% 0%;
  }

  .extra__item_optim._animate,
  .extra__item_big._animate {
    transform: translate(0px, 0px) rotate(-10deg);
  }

  .extra__item_stat._animate,
  .extra__item_case._animate {
    transform: translate(0px, 0px) rotate(10deg);
  }

  .extra__item_optim {
    margin-right: 20px;
    max-width: 800px;
    min-height: 224px;
    padding: 7% 0% 7% 0%;
    line-height: 39px;
    transition: all .8s ease 3.2s;
    background: url(../img/cloud1.svg) no-repeat center;
    background-size: 100% 100%;
  }

  .extra__item span {
    padding: 12% 16%;
  }

  .extra__item_stat {
    max-width: 800px;
    min-height: 310px;
    padding: 7% 0% 7% 0%;
    line-height: 39px;
    transition: all .8s ease 3.2s;
    background: url(../img/cloud2.svg) no-repeat center;
    background-size: 100% 100%;
  }

  .extra__item_case {
    margin-top: -22px;
    max-width: 800px;
    min-height: 185px;
    line-height: 39px;
    transition: all .8s ease 3.2s;
    background: url(../img/cloud3.svg) no-repeat center;
    background-size: 91% 80%;
  }

  .extra__item_big {
    margin-top: -20px;
    max-width: 800px;
    min-height: 321px;
    line-height: 39px;
    transition: all .8s ease 3.2s;
    background: url(../img/cloud4.svg) no-repeat center;
    background-size: 100% 100%;
  }

  .extra__item_big span {
    padding: 11% 13% 10% 20%;
  }

  .extra__btn {
    padding: 14px 48px 18px;
  }

  .contact .wrapper {
    padding-top: 135px;
    padding-bottom: 228px;
  }

  .contact__title {
    max-width: 1032px;
    margin: 0 auto 57px;
    line-height: 82px;
  }

  .contact__title span {
    display: block;
  }

  .contact__text-wrapper {
    max-width: 516px;
    margin: 0 auto;
  }

  .decor__hero_13 {
    width: 325px;
    height: 384px;
    left: auto;
    margin-left: 0;
    right: -318px;
    top: auto;
    bottom: -262px;
  }

  .contact .decor__star4 {
    top: -72px;
    left: -260px;
    right: auto;
    transition: all .6s ease .9s;
  }

  .contact .decor__star5 {
    top: -21px;
    left: -170px;
    right: auto;
    transition: all .6s ease 1.1s;
  }

  .decor__light1-b {
    width: 61px;
    height: 136px;
    top: -97px;
    right: -184px;
    background-image: url(../img/light1-b.png);
    transition: all .6s ease 1.5s;
  }

  .decor__exlcaim-b {
    width: 59px;
    height: 149px;
    top: 39px;
    left: -524px;
    background-image: url(../img/exclaim-b.png);
    transform: rotate(-30deg);
    transition: all .6s ease 1.8s;
  }

  .decor__wow-b {
    width: 205px;
    height: 220px;
    bottom: -244px;
    left: -256px;
    background-image: url(../img/wow-b.png);
    transition: all .6s ease 2.1s;
  }

  .decor__bomb-b {
    width: 85px;
    height: 124px;
    top: -25px;
    right: -567px;
    background-image: url(../img/bomb-b.png);
    transition: all .6s ease 2.4s;
  }

  .footer {
    position: relative;
    margin-top: -85px;
    padding-bottom: 60px;
    z-index: 100;
  }

  .footer__terms {
    margin-bottom: 3px;
  }

  .footer__copyright-date {
    display: inline;
  }
}