/*==========================================================================
****************************************************************************
                                                                           *
    Title: AdBlock                                                         *
    Author: Future Mind                                                    *
    File: main.less                                                        *
                                                                           *
****************************************************************************
============================================================================

    1. IMPORTS

    2. PAGE
        2.1 Misc
        2.2 Header
        2.3 Main page
        2.4 FAQ
        2.5 Footer

    4. RWD
        4.1 Breakpoints
        4.2 High pixel ratio screens

****************************************************************************
==========================================================================*/
/* 1. IMPORTS
----------------------------------------------------------------------------
==========================================================================*/
/*==========================================================================
****************************************************************************
                                                                           *
    Title: AdBlock                                                         *
    Author: Future Mind                                                    *
    File: mixins.less                                                      *
                                                                           *
****************************************************************************
============================================================================

    Mixins

****************************************************************************
==========================================================================*/
/*==========================================================================
****************************************************************************
                                                                           *
    Title: AdBlock                                                         *
    Author: Future Mind                                                    *
    File: variables.less                                                   *
                                                                           *
****************************************************************************
============================================================================

    Variables

****************************************************************************
==========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
/*==========================================================================
****************************************************************************
                                                                           *
    Title: AdBlock                                                         *
    Author: Future Mind                                                    *
    File: reset.less                                                       *
                                                                           *
****************************************************************************
============================================================================

    1. Reset
    2. Normalize

****************************************************************************
==========================================================================*/
/* 1. Reset
--------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
sup {
  vertical-align: super;
  font-size: 80%;
}
sub {
  vertical-align: sub;
  font-size: 80%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-text-size-adjust: none;
}
input[type=text],
input[type=password],
input[type=submit],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text],
input[type=password],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  background: #fff;
}
/* 2. Normalize
------------------------------------------------------------------------------*/
body,
html {
  height: 100%;
}
body {
  font: 600 75%/1.25 'Open Sans', Arial, Helvetica, sans-serif;
  color: #1d2d3b;
  background: #4bac48;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}
hr {
  display: none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
th,
td {
  vertical-align: top;
}
th {
  font-weight: normal;
  text-align: left;
}
address,
cite,
dfn {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
input,
textarea,
select {
  font: 400 12px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #000;
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
  color: #299ece;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQObYZgAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=);
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img {
  -ms-interpolation-mode: bicubic;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQObYZgAAAApJREFUeF5jYAAAAAIAAd6ej78AAAAASUVORK5CYII=);
}
*::-webkit-input-placeholder {
  opacity: 1;
}
*:-moz-placeholder {
  opacity: 1;
}
*::-moz-placeholder {
  opacity: 1;
}
*:-ms-input-placeholder {
  opacity: 1;
}
/* 2. PAGE
----------------------------------------------------------------------------
==========================================================================*/
/* 2.1 Misc
--------------------------------------------------------------------------*/
body:before {
  content: '';
  width: 100%;
  height: 200%;
  display: block;
}
body.static:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}
body.main-hidden:before {
  display: none;
  position: absolute;
  top: -999999px;
}
body.faq-body:before {
  display: none;
}
/* 2.2 Header
--------------------------------------------------------------------------*/
.faq-body .header {
  position: relative;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.static .header {
  position: relative;
}
.header.static {
  position: absolute;
}
.header .middle {
  width: 1110px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.header .logo {
  width: 56px;
  height: 38px;
  background: url(../images/logo.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50px;
  text-indent: -999999px;
  font-size: 0;
  z-index: 5;
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .navigation {
  position: absolute;
  right: 0;
  top: 60px;
  font: 700 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  z-index: 5;
}
.header .navigation li {
  float: left;
  margin-left: 60px;
}
.header .navigation a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.header .navigation a:hover {
  border-bottom: solid 1px #fff;
}
/* 2.3 Main page
--------------------------------------------------------------------------*/
.policy .middle {
  width: 1110px;
  padding: 30px;
  padding-top: 30px !important;
  margin: auto;
}
.policy-body .policy .middle h3 {
  margin-top: 20px;
  font: 700 18px/24px 'Open Sans', Arial, Helvetica, sans-serif;
}
.policy-body .policy .middle p,
.policy-body .policy .middle ol,
.policy-body .policy .middle ul {
  font: 400 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #33353b;
}
.policy-body .policy .middle p.info,
.policy-body .policy .middle ol.info,
.policy-body .policy .middle ul.info {
  font: 700 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.policy-body .policy .middle li {
  margin-bottom: 10px;
}
.policy-body .policy .middle ul {
  list-style: decimal;
  margin-top: 10px;
  padding-left: 20px;
}
.policy-body .policy .middle ul ul {
  list-style: lower-alpha;
}
.policy-body .policy .middle ul ul ul {
  list-style: disc;
}
.policy-body .footer {
  padding: 40px 0 50px;
}
.main {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  position: fixed;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.main:after,
.main:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg-1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.main:before {
  background: url(../images/bg-2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main.active:after {
  opacity: 0;
}
.static .main {
  position: relative;
}
.main .middle {
  width: 1110px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.main .headline {
  position: absolute;
  bottom: 609px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main .headline h1 {
  font: 700 65px/100% 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-left: -8px;
}
.main .headline h1 span {
  text-transform: none;
  font-weight: 300;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
.main .headline h1 span:after {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  top: -7px;
  bottom: -10px;
  border: solid 2px rgba(255, 255, 255, 0.4);
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.main .headline h2 {
  display: inline-block;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  font: 300 25px/120% 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  margin-top: 25px;
}
.main .headline h2 strong {
  font-weight: 400;
}
.main .phone {
  width: 412px;
  height: 706px;
  background: url(../images/phone.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  bottom: -145px;
  left: 50%;
  margin-left: -202px;
}
.main .phone img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.main .phone .wrap {
  position: absolute;
  left: 16.7%;
  top: 11.2%;
  bottom: 20.1%;
  right: 16.7%;
}
.main .left {
  position: absolute;
  left: 0;
  bottom: 195px;
}
.main .left h3 {
  font: 300 33px/136% 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.main .left p {
  font: 400 20px/145% 'Open Sans', Arial, Helvetica, sans-serif;
  padding-top: 20px;
}
.main .left .store {
  clear: both;
  overflow: hidden;
  padding-top: 30px;
}
.main .left .app-store {
  width: 221px;
  height: 64px;
  background: url(../images/app-store-btn.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  float: left;
  font-size: 0;
  text-indent: -999999px;
}
.main .left .price {
  float: left;
  font: 700 26px/100% 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 18px 0 0 27px;
}
.main .right {
  position: absolute;
  bottom: 210px;
  width: 330px;
  right: 0;
}
.main .right .before,
.main .right .after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.main .right .after li {
  padding-left: 145px;
}
.main .right .after {
  opacity: 0;
  left: -15px;
  right: -10px;
}
.main .right li {
  padding: 10px 0 0 80px;
  min-height: 53px;
  position: relative;
  font: 600 16px/106.25% 'Open Sans', Arial, Helvetica, sans-serif;
  margin-top: 40px;
}
.main .right .ico-1,
.main .right .ico-2,
.main .right .ico-3,
.main .right .ico-4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 53px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.main .right .ico-1 {
  background-image: url(../images/icons/1.png);
}
.main .right .ico-2 {
  width: 113px;
  height: 75px;
  background-image: url(../images/icons/2.png);
}
.main .right .ico-3 {
  width: 113px;
  height: 75px;
  background-image: url(../images/icons/3.png);
}
.main .right .ico-4 {
  width: 113px;
  height: 75px;
  background-image: url(../images/icons/4.png);
}
.main .scroll {
  width: 100px;
  position: absolute;
  right: 165px;
  bottom: 0;
}
.main .scroll .down {
  width: 100%;
  height: 140px;
  font: 700 11px/118.1818% 'Open Sans', Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.main .scroll .down:after {
  content: '';
  width: 29px;
  height: 87px;
  bottom: 15px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  background: url(../images/scroll.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.main .scroll .up {
  width: 100%;
  height: 42px;
  font: 700 11px/118.1818% 'Open Sans', Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.main .scroll .up:after {
  content: '';
  width: 29px;
  height: 87px;
  bottom: 49px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  background: url(../images/scroll.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main.active .phone img:last-child {
  opacity: 0;
}
.main.active .right .before {
  opacity: 0;
}
.main.active .right .after {
  opacity: 1;
}
.main.active .scroll .down {
  opacity: 0;
}
.main.active .scroll .up {
  opacity: 1;
}
/* 2.4 FAQ
--------------------------------------------------------------------------*/
.faq {
  clear: both;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.faq .head {
  background: #3a9427;
  position: relative;
}
.faq .head img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.faq .head .txt {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  font: 700 15px/22px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  margin-top: -50px;
}
.faq .head .txt strong {
  font-size: 65px;
  line-height: 120%;
  display: block;
}
.faq > ul {
  max-width: 1110px;
  margin: 0 auto;
  padding: 50px 30px 0;
}
.faq .question {
  border: solid 1px #46c540;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 20px 45px;
  font: 600 21px/136% 'Open Sans', Arial, Helvetica, sans-serif;
  color: #46c540;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
.faq .question:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 46px;
  border-style: solid;
  border-width: 28px 38px 28px 0;
  border-color: #46c540 transparent transparent transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq .question.open {
  background: #46c540;
  color: #fff;
}
.faq .question.open:before {
  opacity: 1;
}
.faq .question:hover {
  background: #46c540;
  color: #fff;
}
.faq .answer {
  font: 400 21px/136% 'Open Sans', Arial, Helvetica, sans-serif;
  color: #666;
  display: none;
  padding: 50px 45px 30px;
}
/* 2.5 Footer
--------------------------------------------------------------------------*/
.footer {
  background: #fff;
  padding: 140px 0 50px;
  text-align: center;
}
.footer .footer-list {
  padding: 30px 0px;
  margin-top: 30px;
  font-size: 16px !important;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.footer .footer-list p {
  font-weight: 700;
}
.footer .footer-list ul {
  margin-right: -15px;
  margin-left: -15px;
}
.footer .footer-list ul:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footer-list ul li {
  box-sizing: border-box;
  margin: 10px 0px;
  width: 33.33333333%;
  text-align: justify;
  padding: 15px;
  float: left;
}
.footer .footer-list ul li:before {
  content: "";
  margin: 0px auto 15px;
  display: block;
  width: 53px;
  height: 13px;
  background-image: url('../images/stars.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .footer-list ul li:nth-child(3n+4) {
  clear: both;
}
@media (max-width: 800px) {
  .footer .footer-list ul li {
    width: 50%;
  }
  .footer .footer-list ul li:nth-child(3n+4) {
    clear: none;
  }
  .footer .footer-list ul li:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 500px) {
  .footer .footer-list ul li {
    width: 100%;
  }
}
.footer .footer-list:after {
  content: "";
  display: block;
  clear: both;
}
.footer .middle {
  width: 1110px;
  margin: 0 auto;
}
.footer .info {
  font: 400 20px/27px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #33353b;
}
.footer .info a {
  color: #33353b;
  border-bottom: solid 1px #33353b;
  display: inline-block;
  line-height: 20px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.footer .info a:hover {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.footer .foot-logo {
  width: 56px;
  height: 38px;
  background: url(../images/logo-black.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  margin: 45px auto 0;
  font-size: 0;
  text-indent: -999999px;
}
.footer .foot-nav {
  font: 700 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
  margin-top: 30px;
}
.footer .foot-nav li {
  display: inline;
  padding: 0 17px;
}
.footer .foot-nav a {
  color: #000;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.footer .foot-nav a:hover {
  border-bottom: solid 1px #000;
}
.footer .social {
  padding-top: 20px;
}
.footer .social a {
  margin: 0 9px;
}
.footer .social img {
  width: 25px;
  height: 25px;
}
.footer .copy {
  font: 400 12px/15px 'Open Sans', Arial, Helvetica, sans-serif;
  padding-top: 15px;
}
/* 4. RWD
----------------------------------------------------------------------------
==========================================================================*/
/* 4.1 Breakpoints
--------------------------------------------------------------------------*/
@media only screen and (max-height: 850px) {
  .main .phone {
    width: 370.8px;
    height: 635.4px;
    margin-left: -181.8px;
    bottom: -130.5px;
  }
  .main .headline {
    bottom: 548.1px;
  }
  .main .headline h1 {
    font-size: 58.5px;
    margin-left: -7.2px;
  }
  .main .headline h1 span {
    margin-left: 13.5px;
  }
  .main .headline h1 span:after {
    left: -13.5px;
    right: -13.5px;
    top: -6.3px;
    bottom: -9px;
  }
  .main .headline h2 {
    font-size: 22.5px;
    padding: 10px 18px;
    margin-top: 22.5px;
  }
  .main .left {
    bottom: 175.5px;
  }
  .main .left h3 {
    font-size: 29.7px;
  }
  .main .left p {
    font-size: 18px;
    padding-top: 18px;
  }
  .main .left .store {
    padding-top: 27px;
  }
  .main .left .app-store {
    width: 198.9px;
    height: 57.6px;
  }
  .main .left .price {
    font-size: 23.4px;
    padding: 16.2px 0 0 24.3px;
  }
  .main .right {
    bottom: 189px;
    width: 297px;
  }
  .main .right .after li {
    padding-left: 130.5px;
  }
  .main .right .after {
    left: -13.5px;
    right: -9px;
  }
  .main .right li {
    padding: 9px 0 0 72px;
    min-height: 47.7px;
    font-size: 14.4px;
    margin-top: 36px;
  }
  .main .right .ico-1 {
    width: 47.7px;
    height: 47.7px;
  }
  .main .right .ico-2,
  .main .right .ico-3,
  .main .right .ico-4 {
    width: 101.7px;
    height: 67.5px;
  }
  .main .scroll {
    width: 90px;
    right: 148.5px;
  }
  .main .scroll .down {
    height: 126px;
    font-size: 9.9px;
  }
  .main .scroll .down:after {
    width: 26.1px;
    height: 78.3px;
    bottom: 13.5px;
    margin-left: -13.5px;
  }
  .main .scroll .up {
    height: 37.8px;
    font-size: 9.9px;
  }
  .main .scroll .up:after {
    width: 26.1px;
    height: 78.3px;
    bottom: 44.1px;
    margin-left: -13.5px;
  }
}
@media only screen and (max-height: 800px), only screen and (max-width: 1200px) {
  .main .phone {
    width: 329.6px;
    height: 564.8px;
    margin-left: -161.6px;
    bottom: -116px;
  }
  .main .headline {
    bottom: 487.2px;
  }
  .main .headline h1 {
    font-size: 52px;
    margin-left: -6.4px;
  }
  .main .headline h1 span {
    margin-left: 12px;
  }
  .main .headline h1 span:after {
    left: -12px;
    right: -12px;
    top: -5.6px;
    bottom: -8px;
  }
  .main .headline h2 {
    font-size: 20px;
    padding: 10px 16px;
    margin-top: 20px;
  }
  .main .left {
    bottom: 156px;
  }
  .main .left h3 {
    font-size: 26.4px;
  }
  .main .left p {
    font-size: 16px;
    padding-top: 16px;
  }
  .main .left .store {
    padding-top: 24px;
  }
  .main .left .app-store {
    width: 176.8px;
    height: 51.2px;
  }
  .main .left .price {
    font-size: 20.8px;
    padding: 14.4px 0 0 21.6px;
  }
  .main .right {
    bottom: 168px;
    width: 264px;
  }
  .main .right .after li {
    padding-left: 116px;
  }
  .main .right .after {
    left: -12px;
    right: -8px;
  }
  .main .right li {
    padding: 8px 0 0 64px;
    min-height: 42.4px;
    font-size: 12.8px;
    margin-top: 32px;
  }
  .main .right .ico-1 {
    width: 42.4px;
    height: 42.4px;
  }
  .main .right .ico-2,
  .main .right .ico-3,
  .main .right .ico-4 {
    width: 90.4px;
    height: 60px;
  }
  .main .scroll {
    width: 80px;
    right: 132px;
  }
  .main .scroll .down {
    height: 112px;
    font-size: 8.8px;
  }
  .main .scroll .down:after {
    width: 23.2px;
    height: 69.6px;
    bottom: 12px;
    margin-left: -12px;
  }
  .main .scroll .up {
    height: 33.6px;
    font-size: 8.8px;
  }
  .main .scroll .up:after {
    width: 23.2px;
    height: 69.6px;
    bottom: 39.2px;
    margin-left: -12px;
  }
  .main .middle,
  .footer .middle,
  .header .middle,
  .policy .middle,
  .faq ul {
    width: 900px;
  }
}
@media only screen and (max-height: 700px), only screen and (max-width: 970px) {
  .main .phone {
    width: 288.4px;
    height: 494.2px;
    margin-left: -141.4px;
    bottom: -101.5px;
  }
  .main .headline {
    bottom: 426.3px;
  }
  .main .headline h1 {
    font-size: 45.5px;
    margin-left: -5.6px;
  }
  .main .headline h1 span {
    margin-left: 10.5px;
  }
  .main .headline h1 span:after {
    left: -10.5px;
    right: -10.5px;
    top: -4.9px;
    bottom: -7px;
  }
  .main .headline h2 {
    font-size: 17.5px;
    padding: 10px 14px;
    margin-top: 17.5px;
  }
  .main .left {
    bottom: 136.5px;
  }
  .main .left h3 {
    font-size: 23.1px;
  }
  .main .left p {
    font-size: 14px;
    padding-top: 14px;
  }
  .main .left .store {
    padding-top: 21px;
  }
  .main .left .app-store {
    width: 154.7px;
    height: 44.8px;
  }
  .main .left .price {
    font-size: 18.2px;
    padding: 12.6px 0 0 18.9px;
  }
  .main .right {
    bottom: 147px;
    width: 231px;
  }
  .main .right .after li {
    padding-left: 101.5px;
  }
  .main .right .after {
    left: -10.5px;
    right: -7px;
  }
  .main .right li {
    padding: 7px 0 0 56px;
    min-height: 37.1px;
    font-size: 11.2px;
    margin-top: 28px;
  }
  .main .right .ico-1 {
    width: 37.1px;
    height: 37.1px;
  }
  .main .right .ico-2,
  .main .right .ico-3,
  .main .right .ico-4 {
    width: 79.1px;
    height: 52.5px;
  }
  .main .scroll {
    width: 70px;
    right: 115.5px;
  }
  .main .scroll .down {
    height: 98px;
    font-size: 7.7px;
  }
  .main .scroll .down:after {
    width: 20.3px;
    height: 60.9px;
    bottom: 10.5px;
    margin-left: -10.5px;
  }
  .main .scroll .up {
    height: 29.4px;
    font-size: 7.7px;
  }
  .main .scroll .up:after {
    width: 20.3px;
    height: 60.9px;
    bottom: 34.3px;
    margin-left: -10.5px;
  }
  .main .middle,
  .footer .middle,
  .policy .middle,
  .header .middle,
  .faq ul {
    width: 800px;
  }
}
@media only screen and (max-width: 970px) {
  .faq .head .txt {
    font-size: 13px;
    margin-top: -29px;
  }
  .faq .head .txt strong {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .faq .head {
    overflow: hidden;
    height: 224px;
  }
  .faq .head img {
    width: 768px;
    height: 224px;
    position: absolute;
    left: 50%;
    margin-left: -384px;
  }
}
@media only screen and (max-width: 860px) {
  .main .phone {
    width: 247.2px;
    height: 423.6px;
    margin-left: -121.2px;
    bottom: -87px;
  }
  .main .headline {
    bottom: 365.4px;
  }
  .main .headline h1 {
    font-size: 39px;
    margin-left: -4.8px;
  }
  .main .headline h1 span {
    margin-left: 9px;
  }
  .main .headline h1 span:after {
    left: -9px;
    right: -9px;
    top: -4.2px;
    bottom: -6px;
  }
  .main .headline h2 {
    font-size: 15px;
    padding: 10px 12px;
    margin-top: 15px;
  }
  .main .left {
    bottom: 117px;
  }
  .main .left h3 {
    font-size: 19.8px;
  }
  .main .left p {
    font-size: 12px;
    padding-top: 12px;
  }
  .main .left .store {
    padding-top: 18px;
  }
  .main .left .app-store {
    width: 132.6px;
    height: 38.4px;
  }
  .main .left .price {
    font-size: 15.6px;
    padding: 10.8px 0 0 16.2px;
  }
  .main .right {
    bottom: 126px;
    width: 198px;
  }
  .main .right .after li {
    padding-left: 87px;
  }
  .main .right .after {
    left: -9px;
    right: -6px;
  }
  .main .right li {
    padding: 6px 0 0 48px;
    min-height: 31.8px;
    font-size: 9.6px;
    margin-top: 24px;
  }
  .main .right .ico-1 {
    width: 31.8px;
    height: 31.8px;
  }
  .main .right .ico-2,
  .main .right .ico-3,
  .main .right .ico-4 {
    width: 67.8px;
    height: 45px;
  }
  .main .scroll {
    width: 60px;
    right: 99px;
  }
  .main .scroll .down {
    height: 84px;
    font-size: 6.6px;
  }
  .main .scroll .down:after {
    width: 17.4px;
    height: 52.2px;
    bottom: 9px;
    margin-left: -9px;
  }
  .main .scroll .up {
    height: 25.2px;
    font-size: 6.6px;
  }
  .main .scroll .up:after {
    width: 17.4px;
    height: 52.2px;
    bottom: 29.4px;
    margin-left: -9px;
  }
  .main .middle,
  .footer .middle,
  .policy .middle,
  .header .middle,
  .faq ul {
    width: 700px;
  }
  .footer .copy br {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .footer .info br {
    display: none;
  }
}
@media only screen and (min-height: 800px), only screen and (max-width: 1200px) {
  .main .headline {
    bottom: 67%;
  }
}
@media only screen and (max-height: 620px), only screen and (max-width: 768px) {
  .main .phone {
    width: 329.6px;
    height: 564.8px;
    margin-left: -161.6px;
    bottom: -116px;
  }
  .main .headline {
    bottom: 487.2px;
  }
  .main .headline h1 {
    font-size: 52px;
    margin-left: -6.4px;
  }
  .main .headline h1 span {
    margin-left: 12px;
  }
  .main .headline h1 span:after {
    left: -12px;
    right: -12px;
    top: -5.6px;
    bottom: -8px;
  }
  .main .headline h2 {
    font-size: 20px;
    padding: 10px 16px;
    margin-top: 20px;
  }
  .main .left {
    bottom: 156px;
  }
  .main .left h3 {
    font-size: 26.4px;
  }
  .main .left p {
    font-size: 16px;
    padding-top: 16px;
  }
  .main .left .store {
    padding-top: 24px;
  }
  .main .left .app-store {
    width: 176.8px;
    height: 51.2px;
  }
  .main .left .price {
    font-size: 20.8px;
    padding: 14.4px 0 0 21.6px;
  }
  .main .right {
    bottom: 168px;
    width: 264px;
  }
  .main .right .after li {
    padding-left: 116px;
  }
  .main .right .after {
    left: -12px;
    right: -8px;
  }
  .main .right li {
    padding: 8px 0 0 64px;
    min-height: 42.4px;
    font-size: 12.8px;
    margin-top: 32px;
  }
  .main .right .ico-1 {
    width: 42.4px;
    height: 42.4px;
  }
  .main .right .ico-2,
  .main .right .ico-3,
  .main .right .ico-4 {
    width: 90.4px;
    height: 60px;
  }
  .main .scroll {
    width: 80px;
    right: 132px;
  }
  .main .scroll .down {
    height: 112px;
    font-size: 8.8px;
  }
  .main .scroll .down:after {
    width: 23.2px;
    height: 69.6px;
    bottom: 12px;
    margin-left: -12px;
  }
  .main .scroll .up {
    height: 33.6px;
    font-size: 8.8px;
  }
  .main .scroll .up:after {
    width: 23.2px;
    height: 69.6px;
    bottom: 39.2px;
    margin-left: -12px;
  }
  body:before,
  body.static:before {
    display: none;
  }
  .main .middle,
  .policy .middle,
  .footer .middle {
    width: auto;
    max-width: 700px;
    padding: 0 30px;
  }
  .faq ul {
    width: 500px;
  }
  .header {
    position: absolute;
  }
  .header .middle {
    width: 500px;
  }
  .header .logo {
    top: 30px;
  }
  .header .navigation {
    top: 40px;
  }
  .main {
    position: relative;
    height: auto;
  }
  .main .middle {
    height: auto;
  }
  .main .logo {
    left: 40px;
    top: 40px;
  }
  .main .navigation {
    right: 40px;
    top: 40px;
  }
  .main:after {
    opacity: 0;
  }
  .main .phone img:last-child {
    opacity: 0;
  }
  .main .right .before {
    opacity: 0;
  }
  .main .right .after {
    opacity: 1;
  }
  .main .scroll {
    display: none;
  }
  .main .headline {
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .main .left {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: center;
    padding-top: 50px;
  }
  .main .left .store {
    padding-top: 10px;
  }
  .main .left .store .app-store {
    display: inline-block;
    float: none;
  }
  .main .left .store .price {
    display: inline-block;
    float: none;
    padding: 0 0 0 15px;
    position: relative;
    top: 32px;
  }
  .main .right {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -30px auto 0;
    padding-bottom: 60px;
  }
  .main .right .after {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .main .phone {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 50px auto 0;
  }
  .footer {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 570px) {
  .header .logo {
    position: relative;
    display: block;
    top: auto;
    margin: 20px auto;
  }
  .header .navigation {
    position: relative;
    margin: auto;
    margin-bottom: 40px;
    top: auto;
  }
  .header .navigation ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .info {
    font-size: 16px;
    line-height: 22px;
  }
  .footer .foot-nav {
    font-size: 12px;
  }
  .footer .foot-nav li {
    padding: 0 5px;
  }
  .header .middle {
    width: 260px;
  }
  .header .middle .navigation li {
    margin-left: 30px;
  }
  .main .middle {
    width: 260px;
  }
  .main .headline {
    padding-top: 140px;
    padding-bottom: 0;
  }
  .main .headline h1 {
    font-size: 26px;
    margin-left: -3.2px;
    white-space: nowrap;
  }
  .main .headline h1 span {
    margin-left: 6px;
  }
  .main .headline h1 span:after {
    left: -6px;
    right: -6px;
    top: -2.8px;
    bottom: -4px;
  }
  .main .headline h2 {
    font-size: 10px;
    padding: 10px 8px;
    margin-top: 10px;
  }
  .main .left h3 {
    font-size: 23.1px;
  }
  .main .right {
    width: 231px;
    margin: -20px auto 0;
    padding-bottom: 50px;
  }
  .main .right .after li {
    padding-left: 101.5px;
  }
  .main .right .after {
    left: 0;
    right: 0;
  }
  .main .right li {
    padding: 7px 0 0 56px;
    min-height: 37.1px;
    font-size: 11.2px;
    margin-top: 28px;
  }
  .main .right .ico-1 {
    width: 37.1px;
    height: 37.1px;
  }
  .main .right .ico-2,
  .main .right .ico-3,
  .main .right .ico-4 {
    width: 79.1px;
    height: 52.5px;
  }
  .main .phone {
    width: 247.2px;
    height: 423.6px;
    position: relative;
    left: 50%;
    margin-left: -123.6px;
  }
  .faq .head .txt {
    margin-top: 0;
  }
  .faq ul {
    width: 90%;
    padding: 10px 20px 0;
  }
  .faq .question {
    font-size: 16px;
    padding: 15px 20px;
  }
  .faq .answer {
    padding: 10px 0;
    font-size: 16px;
    position: relative;
    z-index: 2;
  }
  .faq .answer p {
    padding: 35px 20px 5px;
  }
}
/* 4.2 High pixel ratio screens
--------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5/1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main .right .ico-1 {
    background-image: url(../images/icons/1@x2.png);
  }
  .main .right .ico-2 {
    background-image: url(../images/icons/2@x2.png);
  }
  .main .right .ico-3 {
    background-image: url(../images/icons/3@x2.png);
  }
  .main .right .ico-4 {
    background-image: url(../images/icons/4@x2.png);
  }
  .header .logo {
    background-image: url(../images/logo@x2.png);
  }
  .main .left .app-store {
    background-image: url(../images/app-store-btn@x2.png);
  }
  .main .scroll .up:after,
  .main .scroll .down:after {
    background-image: url(../images/scroll@x2.png);
  }
  .footer .foot-logo {
    background-image: url(../images/logo-black@x2.png);
  }
  .footer .footer-list ul li:before {
    background-image: url('../images/stars@2x.png');
  }
}
