@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-BoldItalic.eot');
  src: local('Gotham Pro Bold Italic'), local('GothamPro-BoldItalic'),
  url('GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-BoldItalic.woff') format('woff'),
  url('GothamPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-Italic.eot');
  src: local('Gotham Pro Italic'), local('GothamPro-Italic'),
  url('GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-Italic.woff') format('woff'),
  url('GothamPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-Medium.eot');
  src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
  url('GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-Medium.woff') format('woff'),
  url('GothamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-BlackItalic.eot');
  src: local('Gotham Pro Black Italic'), local('GothamPro-BlackItalic'),
  url('GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-BlackItalic.woff') format('woff'),
  url('GothamPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-Bold.eot');
  src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
  url('GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-Bold.woff') format('woff'),
  url('GothamPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url('GothamProNarrow-Bold.eot');
  src: local('Gotham Pro Narrow Bold'), local('GothamProNarrow-Bold'),
  url('GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'),
  url('GothamProNarrow-Bold.woff') format('woff'),
  url('GothamProNarrow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url('GothamProNarrow-Medium.eot');
  src: local('Gotham Pro Narrow Medium'), local('GothamProNarrow-Medium'),
  url('GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'),
  url('GothamProNarrow-Medium.woff') format('woff'),
  url('GothamProNarrow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-LightItalic.eot');
  src: local('Gotham Pro Light Italic'), local('GothamPro-LightItalic'),
  url('GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-LightItalic.woff') format('woff'),
  url('GothamPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-Light.eot');
  src: local('Gotham Pro Light'), local('GothamPro-Light'),
  url('GothamPro-Light.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-Light.woff') format('woff'),
  url('GothamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-Black.eot');
  src: local('Gotham Pro Black'), local('GothamPro-Black'),
  url('GothamPro-Black.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-Black.woff') format('woff'),
  url('GothamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro.eot');
  src: local('Gotham Pro'), local('GothamPro'),
  url('GothamPro.eot?#iefix') format('embedded-opentype'),
  url('GothamPro.woff') format('woff'),
  url('GothamPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('GothamPro-MediumItalic.eot');
  src: local('Gotham Pro Medium Italic'), local('GothamPro-MediumItalic'),
  url('GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
  url('GothamPro-MediumItalic.woff') format('woff'),
  url('GothamPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

a {
  transition: 0.5s all ease-out;
  cursor: pointer;
}

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

select, input, textarea {
  vertical-align: middle;
}

textarea {
  vertical-align: top;
}

:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea {
  padding: 0;
  margin: 0;
  line-height: 1em;
  outline: none;
  list-style: none;
}

section, footer {
  text-align: center;
}

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

.container {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  background-color: #841004;
  background-image: url(../../images/bg.png);
  background-size: cover;
  font-family: 'Gotham Pro';
  font-weight: 200;
  font-style: normal;
}

section.bonus header {
  text-align: left;
  padding: 85px 0 0 70px;
}
.logo {
  display: inline-block;
}

section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

section.bonus {
  text-align: left;
}

section.bonus .crasava {
  position: absolute;
  width:auto;
  max-height: 98vh;
  max-width: 75%;
  right: 0;
  bottom: -6vh;
}

.crasava_mob,
.crasava_tab {
  display: none;
}

h1 {
  color: #fff;
  font-size: 51px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 70px;
  margin-top: 15vh;
}

.bonus h2{
  color: #fff;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 70px;
  margin-top: 3vh;
}

span.subscription {
  font-family: 'Gotham Pro';
  font-weight: 200;
  color: #fff;
  text-align: left;
  padding-left: 70px;
  margin-top: 30px;
  font-size: 21px;
  display: inline-block;
}

.target {
  padding-left: 70px;
  margin-top: 12vh;
}

.button {
  background-color: #ece810;
  color: #910802;
  font-size: 56px;
  font-weight: 600;
  padding: 25px 60px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
}

@keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.8; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
  0% { opacity: 1.0; }
  50% { opacity: 0.8; }
  100% { opacity: 1.0; }
}

.button:hover {
  opacity: 0.8;
}

section.steps header {
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}


section.steps ul  {
  overflow: hidden;
  margin: -60px auto 0;
  width: 1280px;
}

section.steps ul li {
  width: 426px;
  height: 446px;
  background-image: url("../../images/step_bg.png");
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  float: left;
}

section.steps ul li:nth-child(4) {
  margin-left: 213px;
}
section.steps ul li:nth-child(4),
section.steps ul li:nth-child(5) {
  margin-top: -70px;
}

section.steps ul li .number {
  width: 65px;
  height: 65px;
  background-color: #ecbd06;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  line-height: 65px;
  color: #910802;
  font-weight: 800;
  position: absolute;
  left: 17px;
  top: 225px;
}

section.steps ul li .icon {
  width: 236px;
  height: 236px;
  text-align: center;
  margin-left: 95px;
  margin-top: 50px;
}

section.steps ul li .heading {
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 20px;
}

section.steps ul li .sub {
  color: #fff;
  font-size: 21px;
  margin-top: 15px;
  font-weight: 100;
}

section.steps ul li .icon.i1 {
  padding-top: 82px;
}

section.steps ul li .icon.i2 {
  padding-top: 77px;
}

section.steps ul li .icon.i3 {
  padding-top: 82px;
}

section.steps ul li .icon.i4 {
  padding-top: 70px;
}

section.steps ul li .icon.i5 {
  padding-top: 82px;
}

footer {
  background-color: #500700;
  height: 115px;
  line-height: 115px;
  text-align: left;
  position: relative;
}

footer  a.link {
  color: #fff;
  margin-left: 70px;
}

footer .apps {
  position: absolute;
  height: 32px;
  top: 42px;
  left: 50%;
  margin-left: -118px;
}

footer .apps a {
  display: inline-block;
  float: left;
}

footer .apps a img {
  height: 32px;
}

footer .apps a+a {
  margin-left: 20px;
}

@media only screen and (max-height: 950px) and (orientation: landscape) {
  section.bonus header {
    text-align: left;
    padding: 45px 0 0 50px;
  }

  h1 {
    font-size: 50px;
    padding-left: 50px;
  }

  span.subscription {
    font-size: 20px;
    padding-left: 50px;
  }

  .button {
    font-size: 45px;
  }

  footer  a.link {
    margin-left: 50px;
  }

  .target {
    padding-left: 50px;
  }
}

@media only screen and (max-height: 900px) and (orientation: landscape) {

  h1 {
    font-size: 43px
  }

  span.subscription {
    font-size: 16px;
  }


  section.steps ul  {
    overflow: hidden;
    margin: -60px auto 0;
    width: 1050px;
  }

  section.steps ul li {
    width: 350px;
    height: 446px;
    background-size: 100%;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 175px;
  }
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -120px;
  }

  section.steps ul li .number {
    left: 10px;
    top: 178px;
  }

  section.steps ul li .icon {
    margin-left: 57px;
    margin-top: 15px;
  }

  section.steps ul li .icon img {
    max-width: 40%;
  }

  section.steps ul li .heading {
    font-size: 24px;
    margin-top: 0;
  }

  section.steps ul li .sub {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 100;
  }

  section.steps ul li .icon.i1 {
    padding-top: 96px;
  }

  section.steps ul li .icon.i2 {
    padding-top: 92px;
  }

  section.steps ul li .icon.i3 {
    padding-top: 98px;
  }

  section.steps ul li .icon.i4 {
    padding-top: 103px;
  }

  section.steps ul li .icon.i5 {
    padding-top: 82px;
  }
}


@media only screen and (max-height: 800px) and (orientation: landscape) {
  h1 {
    font-size: 37px
  }

  span.subscription {
    font-size: 14px;
  }


  section.steps header {
    font-size: 68px;
    margin-top: 30px;
  }

  section.steps ul  {
    overflow: hidden;
    margin: -60px auto 0;
    width: 900px;
  }

  section.steps ul li {
    width: 300px;
    height: 420px;
    background-size: 100%;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 150px;
  }
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -120px;
  }

  section.steps ul li .number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    left: 15px;
    top: 165px;
  }

  section.steps ul li .icon {
    margin-left: 34px;
    margin-top: 15px;
    height: 220px;
  }

  section.steps ul li .icon img {
    max-width: 35%;
  }

  section.steps ul li .heading {
    font-size: 20px;
    margin-top: 0;
  }

  section.steps ul li .sub {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 100;
  }

  section.steps ul li .icon.i1 {
    padding-top: 90px;
  }

  section.steps ul li .icon.i2 {
    padding-top: 90px;
  }

  section.steps ul li .icon.i3 {
    padding-top: 94px;
  }

  section.steps ul li .icon.i4 {
    padding-top: 95px;
  }

  section.steps ul li .icon.i5 {
    padding-top: 80px;
  }
}



@media only screen and (max-height: 700px) and (orientation: landscape)  {
  body {
    background-size: cover;
  }

  section.steps header {
    font-size: 46px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  section.steps ul  {
    overflow: hidden;
    margin: -60px auto 0;
    width: 780px;
  }

  section.steps ul li {
    width: 260px;
    height: 300px;
    background-size: 100%;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 130px;
  }
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -50px;
  }

  section.steps ul li .number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    left: 10px;
    top: 130px;
  }

  section.steps ul li .icon {
    margin-left: 15px;
    margin-top: 0;
    height: 220px;
  }

  section.steps ul li .icon img {
    max-width: 30%;
  }

  section.steps ul li .heading {
    font-size: 17px;
    margin-top: 0;
  }

  section.steps ul li .sub {
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 100;
  }

  footer {
    height: 80px;
    line-height: 80px;
  }

  footer .apps {
    top: 25px;
  }

  section.bonus header {
    text-align: left;
    padding: 25px 0 0 20px;
  }

  .logo img {
    width: 180px;
  }

  h1 {
    font-size: 37px;
    padding-left: 20px;
  }

  span.subscription {
    font-size: 14px;
    padding-left: 20px;
  }

  .button {
    padding: 15px 40px;
    font-size: 35px;
    border-radius: 5px;
  }

  footer  a.link {
    margin-left: 20px;
  }

  .target {
    padding-left: 20px;
  }


  section.steps ul li .icon.i1 {
    padding-top: 80px;
  }

  section.steps ul li .icon.i2 {
    padding-top: 80px;
  }

  section.steps ul li .icon.i3 {
    padding-top: 84px;
  }

  section.steps ul li .icon.i4 {
    padding-top: 85px;
  }

  section.steps ul li .icon.i5 {
    padding-top: 70px;
  }
}



@media only screen and (max-width: 1200px) and (orientation: landscape)  {
  section.steps header {
    font-size: 68px;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  section.steps ul  {
    overflow: hidden;
    margin: -60px auto 0;
    width: 900px;
  }

  section.steps ul li {
    width: 300px;
    height: 420px;
    background-size: 100%;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 150px;
  }
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -120px;
  }

  section.steps ul li .number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    left: 15px;
    top: 165px;
  }

  section.steps ul li .icon {
    margin-left: 34px;
    margin-top: 15px;
    height: 220px;
  }

  section.steps ul li .icon img {
    max-width: 35%;
  }

  section.steps ul li .heading {
    font-size: 20px;
    margin-top: 0;
  }

  section.steps ul li .sub {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 100;
  }
}




@media only screen and (max-height: 600px) and (orientation: landscape) {
  body{
    background-image: none;
  }

  section.steps ul li .icon {
    width: 225px;
  }


  section.steps header {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  section.steps ul  {
    overflow: hidden;
    margin: -60px auto 0;
    width: 660px;
  }

  section.steps ul li {
    width: 220px;
    height: 265px;
    background-size: 100%;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 110px;
  }
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -50px;
  }

  section.steps ul li .number {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 25px;
    left: 10px;
    top: 110px;
  }

  section.steps ul li .icon {
    margin-left: 0;
    margin-top: 0;
    height: 160px;
  }

  section.steps ul li .icon img {
    max-width: 30%;
  }

  section.steps ul li .heading {
    font-size: 14px;
    margin-top: 0;
  }

  section.steps ul li .sub {
    color: #fff;
    font-size: 11px;
    margin-top: 15px;
    font-weight: 100;
  }

  span.subscription {
    font-size: 14px;
    padding-left: 20px;
  }

  .button {
    padding: 15px 40px;
    font-size: 30px;
    border-radius: 5px;
  }

  section.bonus .crasava {
    max-height: 86vh;
    bottom: 0;
  }

  h1 {
    font-size: 27px;
    padding-left: 20px;
  }

  span.subscription {
    font-size: 11px;
    padding-left: 20px;
    margin-top: 20px;
  }

  footer {
    height: 50px;
    line-height: 50px;
  }

  footer .apps {
    top: 13px;
    margin-left: -30px;
  }

  section.steps ul li .icon.i1 {
    padding-top: 60px;
  }

  section.steps ul li .icon.i2 {
    padding-top: 60px;
  }

  section.steps ul li .icon.i3 {
    padding-top: 64px;
  }

  section.steps ul li .icon.i4 {
    padding-top: 65px;
  }

  section.steps ul li .icon.i5 {
    padding-top: 52px;
  }
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
  section.steps ul li .icon {
    width: 182px;
  }


  section.steps header {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  section.steps ul  {
    overflow: hidden;
    margin: -35px auto 0;
    width: 540px;
  }

  section.steps ul li {
    width: 180px;
    height: 190px;
    background-size: 100%;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 90px;
  }
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -50px;
  }

  section.steps ul li .number {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    left: 5px;
    top: 85px;
  }

  section.steps ul li .icon {
    margin-left: 0;
    margin-top: 0;
    height: 125px;
  }

  section.steps ul li .icon img {
    max-width: 30%;
  }

  section.steps ul li .heading {
    font-size: 12px;
    margin-top: 0;
  }

  section.steps ul li .sub {
    color: #fff;
    font-size: 9аpx;
    margin-top: 10px;
    font-weight: 100;
  }

  footer a.link {
    margin-left: 20px;
    font-size: 9px;
  }

  footer .apps a img {
    height: 25px;
  }

  footer .apps a+a {
    margin-left: 5px;
  }

  footer .apps {
    margin-left: -30px;
  }

  section.steps ul li .icon.i1 {
    padding-top: 48px;
  }

  section.steps ul li .icon.i2 {
    padding-top: 48px;
  }

  section.steps ul li .icon.i3 {
    padding-top: 52px;
  }

  section.steps ul li .icon.i4 {
    padding-top: 53px;
  }

  section.steps ul li .icon.i5 {
    padding-top: 40px;
  }
}


@media only screen and (max-height: 400px) and (orientation: landscape) {
  h1 {
    font-size: 25px;
  }

  .next .text {
    display: none;
  }

  .next {
    bottom: -30px!important;
  }
}

@media only screen and (max-height: 374px) and (orientation: landscape) {
  section.steps header {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  section.steps ul li {
    width: 130px;
    height: 180px;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 65px;
  }

  section.steps ul  {
    margin: -35px auto 0;
    width: 390px;
  }

  section.steps ul li .number {
    top: 65px;
  }

  section.steps ul li .heading {
    font-size: 8px;
  }

  section.steps ul li .icon {
    width: 130px;
    height: 113px;
  }

  section.steps ul li .sub {
    font-size: 6px;
  }

  section.steps ul li .icon.i1 {
    padding-top: 42px;
  }

  section.steps ul li .icon.i2 {
    padding-top: 42px;
  }

  section.steps ul li .icon.i3 {
    padding-top: 44px;
  }

  section.steps ul li .icon.i4 {
    padding-top: 44px;
  }

  section.steps ul li .icon.i5 {
    padding-top: 36px;
  }
}


@media only screen and (max-height: 350px) and (max-width: 600px) and (orientation: landscape) {
  h1 {
    font-size: 20px;
    padding-left: 10px;
  }

  span.subscription {
    font-size: 8px;
    padding-left: 10px;
  }

  .target {
    padding-left: 10px;
  }

  section.steps ul li .sub {
    margin-top: 5px;
  }

  section.bonus .crasava {
    max-height: 69vh;
    bottom: 10vh;
  }

  section.bonus header {
    padding: 25px 0 0 10px;
  }

  footer .apps {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  body {
    background-image: none;
  }

  section {
    height: auto;
  }

  section.bonus header {
    text-align: center;
    padding: 30px 0;
  }

  h1,
  span.subscription {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  h1 {
    margin-top: -5vh;
  }

  .crasava {
    display: none;
  }

  .crasava_tab {
    display: inline-block;
    max-width: 100%;
  }

  .target {
    padding: 0;
    text-align: center;
    margin-top: 6vh;
  }

  section.bonus {
    text-align: center;
  }

  section.steps header {
      margin-top: 6vh;
  }

  section.steps ul {
    width: 855px;
  }

  section.steps ul li:nth-child(3),
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -80px;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 0;
  }

  section.steps ul li:nth-child(5) {
    margin-left: 213px;
  }

  section.steps {
    padding-bottom: 0px;
  }

  footer {
    text-align: center;
    line-height: 155px;
    overflow: hidden;
  }

  footer a.link {
    margin-left: 0;
  }

  footer .apps {
    top:20px;
  }

  section.steps header {
    font-size: 64px;
  }

  .next {
    display: none;
  }
}

@media only screen and (max-width: 950px) and (orientation: portrait) {
  section.steps ul  {
    overflow: hidden;
    margin: -60px auto 0;
    width: 700px;
  }

  section.steps ul li {
    width: 350px;
    height: 446px;
    background-size: 100%;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 0;
  }

  section.steps ul li:nth-child(5) {
    margin-left: 175px;
  }
  section.steps ul li:nth-child(3),
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -120px;
  }

  section.steps ul li .number {
    left: 10px;
    top: 178px;
  }

  section.steps ul li .icon {
    margin-left: 57px;
    margin-top: 15px;
  }

  section.steps ul li .icon img {
    max-width: 40%;
  }

  section.steps ul li .heading {
    font-size: 25px;
    margin-top: 0;
  }

  section.steps ul li .sub {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 100;
  }

  section.steps ul li .icon.i1 {
    padding-top: 95px;
  }

  section.steps ul li .icon.i2 {
    padding-top: 90px;
  }

  section.steps ul li .icon.i3 {
    padding-top: 85px;
  }

  section.steps ul li .icon.i4 {
    padding-top: 75px;
  }

  section.steps ul li .icon.i5 {
    padding-top: 70px;
  }
}

.mobile {
  display: none;
  text-align: center;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .bonus h2{
      text-align: center;
        padding-left: 0;
        font-size: 30px;
    }

  section.bonus header {
    padding: 10px 0 40px;
  }

  .mobile {
    display:block;
    margin-bottom: 40px;
  }

  .mobile .button {
    font-size: 20px;
    padding: 15px 25px;
    display: inline-block;
  }

  section.bonus header {
    z-index: 9;
    position: relative;
  }

  .crasava,
  .crasava_tab{
    display: none;
  }

  .crasava_mob {
    display: inline-block;
    width: 80%;
    margin-left: -10%;
    margin-top: -10%;
  }

  h1 {
    font-size: 30px;
  }

  span.subscription {
    font-size: 22px;
      margin-top: 15px;
  }

  .button {
    font-size: 28px;
    padding: 15px 40px;
  }

  section.steps header {
    font-size: 33px;
  }

  section.steps ul {
    width: 350px;
  }

  section.steps ul li:nth-child(4) {
    margin-left: 0;
  }

  section.steps ul li:nth-child(5) {
    margin-left: 0;
  }
  section.steps ul li:nth-child(2),
  section.steps ul li:nth-child(3),
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -120px;
  }

  .next {
    display: none!important;
  }

  footer {
    font-size: 10px!important;
  }
}

@media only screen and (max-width: 374px) and (orientation: portrait) {

  .logo img {
    width: 200px;
  }

  h1 {
    margin-top: -25px;
    font-size: 29px;
  }

  .target {
    margin-top: 0;
  }

  section.steps header {
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  section.steps ul  {
    overflow: hidden;
    margin: -60px auto 0;
    width: 260px;
  }

  section.steps ul li {
    width: 260px;
    height: 320px;
    background-size: 100%;
    float: none;
  }

  section.steps ul li:nth-child(4)
  section.steps ul li:nth-child(5) {
    margin-left: 0;
  }
  section.steps ul li:nth-child(2),
  section.steps ul li:nth-child(3),
  section.steps ul li:nth-child(4),
  section.steps ul li:nth-child(5) {
    margin-top: -50px;
  }

  section.steps ul li .number {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    left: 10px;
    top: 130px;
  }

  section.steps ul li .icon {
    margin-left: 15px;
    margin-top: 0;
    height: 200px;
  }

  section.steps ul li .icon img {
    max-width: 30%;
  }

  section.steps ul li .heading {
    font-size: 17px;
    margin-top: 0;
  }

  section.steps ul li .sub {
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 100;
  }

  section.steps ul li .icon.i1 {
    padding-top: 84px;
  }

  section.steps ul li .icon.i2 {
    padding-top: 83px;
  }

  section.steps ul li .icon.i3 {
    padding-top: 85px;
  }

  section.steps ul li .icon.i4 {
    padding-top: 81px;
  }

  section.steps ul li .icon.i5 {
    padding-top: 74px;
  }

  span.subscription {
    font-size: 19px;
  }

  span.subscription {
    margin-top: 10px;
    margin-bottom: 10px;
  }


}

@media only screen and (max-width: 1024px) and (min-height: 700px) and (orientation: landscape) {
  section.bonus .crasava {
    bottom: -8vh;
  }

  h1 {
    font-size: 40px;
  }

  span.subscription {
    font-size: 15px;
  }

  .button {
    padding: 15px 40px;
    font-size: 35px;
  }

  footer .apps {
    margin-left: -50px;
  }
}

@media only screen and (max-width: 1400px) and (min-height: 1000px) and (orientation: landscape) {
  span.subscription {
    font-size: 20px;
  }
}

.container {
  position: relative;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.next {
  position: absolute;
  bottom: -25px;
  left: 50%;
  cursor: pointer;
  margin-left: -25px;
  width: 50px;
  height: 100px;
}
