@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
*,
*:after,
*:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "sans-serif";
  font-style: normal;
  width: inherit;
  overflow-x: hidden;
  height: 100%;
  left: 100%;
  top: 100%;
  padding: 8px;
  color: black;
  font-size: 24px;
  padding: 0;
}

body a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body h1 {
  text-align: left;
  font-weight: bold;
  font-size: 45px;
  line-height: 125%;
}

body h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
}

body .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body #button-submit {
  font-weight: bold;
  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;
  color: white;
  background: #ff5349;
  font-size: 18px;
  border-radius: 20px;
  width: 363px;
  height: 60px;
}

@media screen and (max-width: 710px) {
  body #button-submit {
    padding: 10px;
    margin-top: 20px;
    width: 300px;
  }
}

body #button-submit:hover {
  color: white;
  background: #ff8078;
  border: solid 1px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body #button-submit:active {
  color: white;
  background: #d3160b;
  border: solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .form-success {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  margin: 0 10px 10px 10px;
  border: 1px solid #20c712;
  width: inherit;
}

body .form-success:hover, body .form-success:focus {
  border: 2px solid #20c712;
}

body .form-error {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  height: 45px;
  margin: 0 10px 10px 10px;
  border: 1px solid #ff5349;
  width: inherit;
}

body .form-error:hover, body .form-error:focus {
  border: 2px solid #ff5349;
}

@media screen and (min-width: 320px) {
  header {
    padding-top: 20px;
    min-height: 60px;
    background-color: #ffffff;
    font-weight: bold;
  }
  header .header-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  header .header-wraper .lk {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 492px) {
  header .header-wraper .contacts {
    display: contents;
  }
}

@media screen and (min-width: 320px) and (max-width: 796px) {
  header .header-wraper .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 320px) and (max-width: 475px) {
  header .header-wraper .contacts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 320px) {
  header .header-wraper .contacts .phone {
    padding-right: 20px;
    font-size: 24px;
    line-height: 29px;
  }
  header .header-wraper a {
    color: #4991ff;
  }
  #sale {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: inherit;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-32.67%, #0acffe), color-stop(78.82%, #497cff));
    background: linear-gradient(0deg, #0acffe -32.67%, #497cff 78.82%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 320px) and (max-width: 1054px) {
  #sale {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 320px) {
  #sale #sale-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sale .sale-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-position: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
  }
  #sale .sale-area .sale-area-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 320px) and (max-width: 1176px) {
  #sale .sale-area .sale-area-wraper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper #sale-area-title {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #ffffff;
  }
}

@media screen and (min-width: 320px) and (max-width: 1176px) {
  #sale .sale-area .sale-area-wraper #sale-area-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
  }
  #sale .sale-area .sale-area-wraper #sale-area-title h1 {
    text-align: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 629px) {
  #sale .sale-area .sale-area-wraper #sale-area-title {
    white-space: normal;
  }
  #sale .sale-area .sale-area-wraper #sale-area-title h1 {
    font-size: 23px;
    width: 100%;
    height: 62px;
  }
}

@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper #sale-area-title h3 {
    padding: 10px 0;
  }
  #sale .sale-area .sale-area-wraper #sale-area-title p {
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
  }
  #sale .sale-area .sale-area-wraper .sale-area-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 42px;
    margin-bottom: 90px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 1176px) {
  #sale .sale-area .sale-area-wraper .sale-area-links {
    margin: 10px;
  }
}

@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-area-links a {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
  }
  #sale .sale-area .sale-area-wraper .sale-area-links #watch-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 73px 0 35px;
  }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
  #sale .sale-area .sale-area-wraper .sale-area-links #watch-video {
    margin: 0;
  }
}

@media screen and (min-width: 320px) {
  #sale .sale-area .sale-area-wraper .sale-area-links #watch-video a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: white;
  }
  #sale .sale-area .sale-area-wraper .sale-area-links #button-submit {
    width: 314px;
  }
  #sale #sale-img {
    margin-right: 161px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1370px) {
  #sale #sale-img {
    margin: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 694px) {
  #sale #sale-img {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  #how-it-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #how-it-works h1 {
    text-align: center;
    padding-top: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  #how-it-works h1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 320px) {
  #how-it-works .how-it-works-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  #how-it-works .how-it-works-wraper {
    font-size: 25px;
  }
}

@media screen and (min-width: 320px) {
  #how-it-works .how-it-works-wraper #big-icon {
    padding-right: 114px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1136px) {
  #how-it-works .how-it-works-wraper #big-icon {
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  #how-it-works .how-it-works-wraper .how-it-works-column {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  #how-it-works .how-it-works-wraper .how-it-works-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  #how-it-works .how-it-works-wraper .how-it-works-column #small-icon {
    padding-right: 21px;
  }
  #how-it-works .how-it-works-wraper .how-it-works-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 29px;
  }
}

@media screen and (min-width: 320px) and (max-width: 550px) {
  #how-it-works .how-it-works-wraper .how-it-works-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 320px) {
  #bonuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ecf4ff;
  }
  #bonuses h1 {
    text-align: center;
    padding-top: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
  #bonuses h1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 320px) {
  #bonuses .bonuses-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 549px) {
  #bonuses .bonuses-wraper {
    font-size: 25px;
  }
}

@media screen and (min-width: 320px) {
  #bonuses .bonuses-wraper .bonuses-column {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
  }
}

@media screen and (min-width: 320px) and (max-width: 548px) {
  #bonuses .bonuses-wraper .bonuses-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  #bonuses .bonuses-wraper .bonuses-column #small-icon {
    padding-right: 21px;
  }
  #bonuses .bonuses-wraper #big-icon {
    padding-left: 75px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1136px) {
  #bonuses .bonuses-wraper #big-icon {
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  #bonuses .bonuses-wraper .bonuses-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 17px;
  }
}

@media screen and (min-width: 320px) and (max-width: 548px) {
  #bonuses .bonuses-wraper .bonuses-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 320px) {
  #detail {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-32.67%, #0acffe), color-stop(78.82%, #497cff));
    background: linear-gradient(0deg, #0acffe -32.67%, #497cff 78.82%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 800px) {
  #detail {
    -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;
    width: inherit;
  }
}

@media screen and (min-width: 320px) {
  #detail .detail-wraper {
    text-align: center;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 262px;
    border-radius: 20px;
    width: 50%;
  }
}

@media screen and (min-width: 320px) and (max-width: 525px) {
  #detail .detail-wraper {
    width: 60%;
  }
}

@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-title {
    text-align: center;
    font-size: 42px;
    line-height: 138%;
    margin: 10px 30px 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 765px) {
  #detail .detail-wraper .detail-title {
    font-size: 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 451px) {
  #detail .detail-wraper .detail-title {
    font-size: 17px;
  }
}

@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-about {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    color: #6e6f71;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 765px) {
  #detail .detail-wraper .detail-about {
    width: 75%;
    display: inline;
  }
}

@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 20px 20px 20px;
    overflow: hidden;
  }
  #detail .detail-wraper .detail-body .apps {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 25px 0 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1660px) {
  #detail .detail-wraper .detail-body .apps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .apps .play-market-badge {
    padding: 5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 525px) {
  #detail .detail-wraper .detail-body .apps .play-market-badge {
    padding: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .apps .app-gallery-badge {
    padding: 5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 525px) {
  #detail .detail-wraper .detail-body .apps .app-gallery-badge {
    padding: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .apps .apple-badge {
    padding: 5px;
  }
}

@media screen and (min-width: 320px) and (max-width: 525px) {
  #detail .detail-wraper .detail-body .apps .apple-badge {
    padding: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 320px) {
  #detail .detail-wraper .detail-body .apps img {
    width: 170px;
    height: 47px;
  }
}

@media screen and (min-width: 320px) and (min-width: 525px) {
  #detail .detail-wraper .detail-body .apps img {
    width: 239px;
    height: 69px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #detail .detail-wraper .detail-body .apps img:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media screen and (min-width: 320px) {
  footer {
    padding: 0 165px 0;
    height: 105px;
    background: #4991ff;
    vertical-align: middle;
    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;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 940px) {
  footer {
    padding: 0 20px 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 650px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 320px) {
  footer .contacts #footer-logo {
    vertical-align: middle;
  }
}

@media screen and (min-width: 320px) and (max-width: 492px) {
  footer .contacts {
    display: contents;
  }
}

@media screen and (min-width: 320px) {
  footer .contacts .phone {
    padding-right: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
  }
  footer .contacts a {
    color: white;
  }
}
/*# sourceMappingURL=style.css.map */