a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
b {
  font-weight: 700;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
button,
input[type='button'],
input[type='email'],
input[type='password'],
input[type='reset'],
input[type='submit'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a[href],
input[type='checkbox'],
input[type='radio'],
label[for],
select {
  cursor: pointer;
}
button,
input[type='button'],
input[type='image'],
input[type='reset'],
input[type='submit'] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='image']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0;
}
.hide {
  position: absolute;
  left: -9999em;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
td,
th {
  vertical-align: top;
}
th {
  font-weight: 400;
  text-align: left;
}
address,
cite,
dfn {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: get-vw(1px) dotted #999;
  cursor: help;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
textarea {
  overflow: auto;
}
html {
  height: 100%;
}
article,
aside,
figure,
header,
main,
nav,
section {
  display: block;
}
html {
  font-size: 8px;
}
body {
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  min-height: 100%;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.body {
  -webkit-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  position: relative;
  overflow: visible;
}
button {
  background: 0 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
.container {
  padding: 0 2rem;
  max-width: 100%;
  width: 120rem;
  margin: 0 auto;
}
.container.big {
  width: 136rem;
}
.logo img {
  width: 190px;
  margin: auto;
}
.top-availability {
  background: #fff;
  box-shadow: 0 0 3.1rem rgba(0, 0, 0, 0.9);
  padding: 1rem 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.top-availability strong {
  color: #fe346e;
}
.btn {
  font-size: 2.6rem;
  padding: 2rem 7rem;
  vertical-align: top;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background: #6fdc1e;
  border-radius: 1rem;
  box-shadow: 0 3px 0 #0aa80d;
}
.btn small {
  font-size: 2rem;
  font-weight: lighter;
  display: block;
}
.btn.big {
  padding: 2rem 16rem;
  margin-bottom: 2rem;
}
.btn:hover {
  box-shadow: 0 0.7rem 0.7rem rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.section-hero {
  background: url(../img/bg-hero.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.section-hero .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-hero .image:not(.ignore) {
  pointer-events: none;
  width: 58%;
  margin-top: 6.5rem;
  margin-left: -14%;
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.circles {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 170px;
}
.circles.right {
  width: 300px;
  top: -3rem;
  left: -20rem;
  z-index: -1;
  opacity: 0.3;
}
.top-badge {
  background-color: #ff7200;
  width: 150px;
  clip-path: polygon(100% 0, 100% 100%, 100% 100%, 50% 85%, 0 100%, 0 0);
  position: absolute;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  top: 0;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 0 20px;
  padding-bottom: 60px;
  padding-top: 40px;
  line-height: 1.4;
  margin-left: 4rem;
  z-index: 99;
}
.payment-cards {
  width: 240px;
}
.section-hero .desc {
  font-size: 3rem;
  font-weight: lighter;
  padding: 1.1rem 0 1.5rem;
  color: #000;
  line-height: 1.3;
}
.section-hero .desc p {
  font-weight: lighter;
}
.section-hero .main .price-small {
  color: #000;
  text-decoration: line-through;
  font-size: 3.7rem;
}
.section-hero .main .price-big {
  font-size: 10rem;
  color: #68c43b;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  flex-wrap: wrap;
}
.section-hero .discount .btn small {
  font-size: 2rem;
  font-weight: lighter;
}
.section-hero .discount .btn {
  background-color: #6fdc1e;
  line-height: 1.2;
  border-radius: 1rem;
}
.section-hero .discount .btn:hover {
  box-shadow: 2px 3px 13px #0aa80d;
}
.no-thanks {
  color: #5b5b5c;
line-height:20px;
  font-size: 1.9rem;
  text-decoration: underline;
}
.no-thanks-btn {
  padding: 24px !important;
}
.section-hero .meta {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  padding: 1.9rem 0 0;
}
.section-hero .discount {
  position: relative;
  width: 56%;
  padding-bottom: 1.5rem;
  margin-left: auto;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-hero {
  overflow: hidden;
}
.section-hero .discount .btn {
  padding: 2rem 3rem;
}
.section-hero .discount .main {
  line-height: 1;
  font-size: 4rem;
  font-weight: 700;
}
.section-hero .discount .main strong {
  display: block;
  margin-bottom: -0.5rem;
  font-size: 15rem;
}
.section-hero .discount .main .last {
  font-size: 4.5rem;
}
.section-hero .discount:before {
  content: '';
  background: url(../img/bg-hero.png) no-repeat 50% 50%;
  background-size: contain;
  margin: -10rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.badge {
  background: #0097fe;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.45);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  right: 50px;
  bottom: 130px;
}
.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.gallery img {
  width: 25%;
}
.testimonials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial-item {
  border: 0.1rem solid #a2a2a2;
  background: #f6f6f6;
  margin: 0 0.7rem 1.5rem;
  padding: 2rem;
  border-radius: 2.5rem;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 2.7rem 3rem 4rem;
  width: 29rem;
  cursor: pointer;
}
.testimonial-item .photo {
  margin-top: 2.4rem;
}
.testimonial-item .rate {
  display: block;
  width: 100%;
  clear: both;
  padding: 2.5rem 0 1rem;
}
.testimonial-item .icon {
  position: absolute;
  top: 0;
  padding: 1.5rem;
  right: 0;
}
.testimonial-item .image {
  margin: -1.5rem;
  float: left;
  margin-right: 1.5rem;
  max-width: 75px;
}
.testimonial-item .image img {
  border-radius: 50%;
}
.testimonial-item cite {
  display: block;
  color: #2e3034;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: normal;
  margin-right: 3rem;
  padding-left: 6rem;
}
.testimonial-item cite .date {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}
.technology-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.technology-section .image {
  width: 50% !important;
}
.technology-section .text {
  width: 90% !important;
}
.technology-section .image {
  margin-left: -15%;
  margin-bottom: -6.5%;
  width: 600px;
}
.section-cta {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
}
.bg-cover {
  background: url(../img/bg-cover.jpg) no-repeat 50% 50%;
  background-position: top;
  padding: 10% 0;
  text-align: left;
  background-size: cover;
  position: relative;
  margin-bottom: 4rem;
}
.bg-cover-pc p{
  margin-bottom: 0!important;
}
.bg-cover-pc div{
    font-weight: 200;
    padding-left: 10%;
    line-height: 1.2;
    font-size: 24px!important;
}
.bg-cover-pid p{
  margin-bottom: 0!important;
}
.bg-cover-pid div{
  font-weight: 200;
  padding-left: 10%;
  line-height: 1.2;
  font-size: 24px!important;
}
.bg-cover-m p{
  margin-bottom: 0!important;
}
.bg-cover-m div{
  width: 70%;
  line-height: 1.6;
  font-weight: 200;
  padding-left: 10%;
  font-size: 20px!important;
}

.bg-cover img {
  position: absolute;
  left: 0;
  width: 13%;
  top: -10rem;
}
.bg-cover p {
  display: flex;
  align-items: center;
  font-weight: 200;
  font-size: 3.8rem;
  padding-left: 10%;
  line-height: 1.2;
}
.section-cta .btn {
  margin: auto;
}
.section-cta h2 {
  font-weight: 700;
  padding: 5rem 0;
}
.section-reviews {
  background: #f1f4f8;
  padding: 4rem 0;
}
.section-reviews .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-reviews .col-left {
  width: 52%;
}
.section-reviews .col-right {
  padding: 0.8rem 0;
  width: 48%;
  text-align: center;
  margin-left: auto;
}
.section-reviews .col-right .image {
  margin-bottom: 3.5rem;
}
.section-reviews h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #353535;
  padding: 0 0 0.5rem;
}
.section-reviews .safe {
  margin-bottom: 3.5rem;
}
.section-text {
  background: #f1f4f8 url(../img/bg-v.jpg) no-repeat 100% 50%;
  background-size: auto 100%;
  position: relative;
  padding: 10rem 0;
}
.section-text .bg {
  position: absolute;
  left: 45%;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 6rem;
  padding-right: 5%;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-text .bg img {
  max-height: 350px;
}
.section-text .cta {
  position: relative;
  z-index: 1;
}
.section-text .container {
  position: relative;
  z-index: 1;
}
.section-text .entry {
  max-width: 75%;
  position: relative;
  padding-bottom: 6rem;
  z-index: 1;
}
.section-text h2 {
  color: #000;
  padding: 0 0 3rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.section-text p {
  width: 90%;
  margin: auto;
  font-weight: lighter;
  font-size: 2.8rem;
}
.section-text .text {
  width: auto;
}
.section-how {
  padding-bottom: 4.5rem;
}
.section-how h2 {
  color: #116dff;
  padding: 3.7rem 0 6rem;
  font-size: 3.6rem;
  font-weight: 700;
}
.section-how h2:after {
  content: '';
  width: 7.8rem;
  height: 0.5rem;
  margin-top: 1.5rem;
  background: #116dff;
  display: block;
}
.section-how .steps {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.7rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-how .image {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: top;
}
.section-how .image img {
  border-radius: 50%;
}
.section-how .image .num {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.7rem;
  height: 5.7rem;
  margin: 1.5rem -3rem;
  background: #116dff;
  border-radius: 50%;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  line-height: 5.7rem;
  font-weight: 700;
}
.section-how .step {
  width: 25%;
  padding: 0 2rem 2rem;
  font-size: 2.1rem;
  text-align: center;
  line-height: 2.4rem;
}
.section-how .step strong {
  font-weight: 600;
}
.section-review {
  background-image: linear-gradient(-90deg, #0095fe 0, #007dfd 99%);
  font-size: 2.6rem;
  font-weight: 300;
  position: sticky;
  top: 0;
  z-index: 10;
}
.section-review .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.2rem 0;
  width: 96rem;
  color: #fff;
}
.section-review .stars {
  text-align: center;
  width: 60%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-review .stars img {
  margin-right: 1.5rem;
}
.section-review .logo {
  width: 27rem;
  display: block;
}
.cta {
  text-align: center;
}
.cta .small {
  font-size: 1.8rem;
  padding: 0.4rem 0 1.4rem;
}
.section-desc {
  background-color: #efefef;
  padding: 4rem 0;
  position: relative;
  z-index: 5;
  text-align: center;
}
.section-desc h2 {
  font-size: 2.4rem;
  width: 55%;
  margin: auto;
  font-weight: lighter;
  margin-bottom: 3rem;
}
.section-desc ul {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
  font-weight: lighter;
  width: 85%;
  margin: auto;
}
.section-desc ul li {
  padding: 1rem 0 0;
  padding-left: 4rem;
  margin-bottom: 1rem;
  background: url(../img/ico-check.png) no-repeat 0 1.9rem;
  background-size: auto 2rem;
  font-size: 2.3rem;
  text-align: left;
  margin-bottom: 2rem;
}
.section-desc h1 {
  font-size: 3.8rem;
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
}
.ico-item {
  display: flex;
  padding: 5px 0;
}
.ico-item .image {
  width: 10%;
  margin-right: 20px;
}
.footer {
  padding: 4rem 0 !important;
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media screen and (min-width: 1500px) {
  .gallery {
    height: 11vw;
  }
}
@media screen and (max-width: 991px) {
  .section-desc {
    padding: 3rem 0;
  }
  .btn {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1210px) {
  .section-reviews .col-left {
    width: 100%;
  }
  .section-reviews .col-right {
    width: 100%;
    padding-top: 4rem;
  }
  .section-reviews .col-right .image {
    margin-bottom: 0;
  }
  .section-reviews .col-right .btn {
    display: none;
  }
  .testimonials {
    width: 91.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .testimonials {
    width: 61.2rem;
  }
  .section-how .step {
    width: 50%;
    padding-bottom: 4rem;
  }
  .section-text .entry {
    max-width: none;
  }
  .section-text .bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .body {
    overflow: hidden;
  }
  .section-hero .desc p {
    font-size: 1.9rem;
    margin-top: 3rem;
  }
  .section-hero .desc br {
    display: none;
  }
  .section-hero .desc span:first-child {
    display: block;
  }
  .section-hero .desc span:nth-child(2) {
    display: block;
  }
  .section-cta h2 {
    padding: 2rem 0;
  }
  .technology-section {
    flex-direction: column-reverse;
  }
  .technology-section .image,
  .technology-section .text {
    width: 100%;
  }
  .technology-section .image {
    margin: auto;
    min-width: 400px;
    margin-left: -3.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    margin-bottom: -6rem;
    margin-top: 3rem;
  }
  .btn small {
    font-size: 1.3rem;
  }
  .section-hero .container {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .section-reviews .big {
    padding: 0;
  }
  .section-text p {
    font-size: 1.8rem;
    width: 100%;
  }
  .bg-cover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/bg-cover.jpg) no-repeat 45% 50%;
    background-size: cover;
  }
  .gallery {
    height: auto;
  }
  html {
    font-size: 10px;
  }
  .secure {
    display: none;
  }
  .section-cta {
    background: #fff;
  }
  .section-cta h2 {
    font-size: 2.8rem;
    line-height: normal;
    width: 80%;
    margin: auto;
  }
  .bg-cover p {
    font-size: 2.6rem;
    width: 70%;
    line-height: 1.6;
  }
  .section-desc ul {
    width: 100%;
  }
  .testimonials .testimonial-item {
    width: 47%;
    margin: 0 1% 1.5rem;
    padding: 0.7rem 1rem 1rem;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: 25rem;
    height: fit-content;
  }
  .testimonials .testimonial-item .image {
    width: 5rem;
    margin: 0 -0.5rem;
  }
  .testimonials .testimonial-item .date {
    margin-top: -0.4rem;
    font-size: 1.2rem;
  }
  .testimonials .testimonial-item p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .testimonials .testimonial-item .photo {
    margin-top: 2rem;
  }
  .testimonials .testimonial-item cite {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .testimonials .testimonial-item .rate {
    margin: 0 -0.5rem;
    padding: 1.7rem 0 0.5rem;
  }
  .testimonials .testimonial-item .icon {
    display: none;
  }
  .testimonials .testimonial-item .rate img {
    height: 2.4rem;
  }
  .btn {
    font-size: 1.7rem;
    padding: 1.4rem 1rem;
    border-radius: 1.5rem;
    display: block;
    max-width: 300px;
    margin: auto;
  }
  .section-hero .discount {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .section-hero .discount .btn {
    padding: 1rem 1rem;
    font-size: 2rem;
    line-height: 1.4;
    margin: auto;
  }
  .section-hero .discount .btn small {
    font-size: 1.3rem;
  }
  .section-hero .main .price-big {
    font-size: 5.3rem;
  }
  .section-hero .main .price-small {
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 1rem;
  }
  .section-hero .discount .meta {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 1rem;
  }
  .section-hero .discount .main {
    font-size: 2.6rem;
    line-height: normal;
  }
  .section-hero .discount .main strong {
    font-size: 9.6rem;
    line-height: 9.6rem;
  }
  .section-hero .discount .main .last {
    font-size: 2.9rem;
    padding: 0;
    margin: -0.8rem 0;
    display: block;
  }
  .section-hero .discount .desc {
    font-size: 2rem;
    font-weight: 700;
    padding: 1.4rem 0 1rem;
  }
  .section-hero .discount:before {
    margin: -8rem;
  }
  .badge {
    width: 90px;
    height: 90px;
    right: 5px;
    bottom: 80px;
  }
  .mobile-none {
    display: none;
  }
  .top-badge {
    position: relative;
    font-size: 1.8rem;
    padding: 0 10px;
    padding-bottom: 60px;
    padding-top: 40px;
    line-height: 1.4;
    margin: 0;
    z-index: 99;
    left: 50%;
    margin-top: -4.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-how h2,
  .section-text h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    padding: 2rem 0;
  }
  .section-how h2:after,
  .section-text h2:after {
    content: '';
    margin-top: 1rem;
    width: 5rem;
    height: 0.3rem;
  }
  .section-how .steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .section-how .steps .step {
    width: 50%;
    padding: 0 0 2rem;
  }
  .section-how .steps .step .tt {
    font-size: 1.6rem;
    line-height: 1;
  }
  .section-how .steps .step .image {
    width: 11rem;
  }
  .section-how .steps .step .image .num {
    width: 3.6rem;
    height: 3.6rem;
    margin: -1rem;
    line-height: 3.6rem;
    font-size: 1.8rem;
  }
  .section-reviews .col-right {
    padding: 0 0 4rem;
  }
  .section-reviews .col-right .btn {
    display: block;
  }
  .section-reviews .col-right h2 {
    font-size: 2.2rem;
  }
  .section-reviews .col-right .image {
    margin: 0 -2rem;
  }
  .section-reviews {
    padding: 0;
  }
  .section-how {
    padding-bottom: 3.5rem;
  }
  .section-how h2 {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
  .safe {
    display: none;
  }
  .section-reviews .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-text {
    padding: 3rem 0;
    background: #f1f4f8 url(../img/bg-v.jpg) no-repeat 70% 50%;
    background-size: cover;
  }
  .section-text .entry {
    max-width: none;
    width: auto;
    padding-bottom: 2.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section-text .bg {
    display: none;
  }
  .gallery {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery img {
    width: 50%;
  }
  .section-review {
    padding: 0;
  }
  .section-review .container {
    display: block;
    padding: 0.7rem 0;
  }
  .section-review .container .stars {
    padding: 0.6rem 0 0;
    margin: auto;
    font-size: 1.5rem;
  }
  .section-review .container .stars img {
    height: 1.9rem;
    margin-right: 1rem;
  }
  .section-review .container .logo {
    width: 18rem;
    display: block;
    margin: 0 auto;
  }
  .cta .small {
    font-size: 1.5rem;
    padding: 1rem 0 0.5rem;
  }
  .section-desc {
    background: #fafafa;
    padding: 4.4rem 0 2rem;
  }
  .section-desc ul li {
    padding-left: 0rem;
    background-position: 0.2rem 0.9rem;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section-desc h2 {
    font-size: 1.3rem;
    line-height: 1.2;
    width: 100%;
  }
  .section-desc h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    width: 100%;
  }
  .btn.big {
    padding: 2.6rem 5.5rem;
    margin-top: -3rem;
    margin-bottom: -1.5rem;
    margin: auto;
  }
  .section-hero .container {
    display: block;
  }
  .section-hero .image:not(.ignore) {
    padding: 0;
    width: auto;
    max-width: none;
    margin: 0 auto;
    left: -3rem;
    bottom: -1.5rem;
  }
  .section-hero .image:not(.ignore) img {
    max-width: 120%;
    width: 37rem;
    margin: auto;
    margin-left: -2rem;
    display: block;
  }
  .section-how .steps .step .tt {
    line-height: 1.2;
  }
}
@media screen and (max-width: 430px) {
  .bg-cover img {
    width: 65px;
    top: -6rem;
  }
}
