/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}
@-ms-viewport {
  width: device-width;
}
figcaption,
figure,
footer,
header,
main,
section {
  display: block;
}
body {
  font-family: "Open Sans", sans-serif;
}
p {
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
html {
  scroll-behavior: smooth;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.figure {
  display: inline-block;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.col-md-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
.btn-primary {
  color: #fff;
  background-color: #000 !important;
  border-color: #000;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-lg {
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.media {
  display: flex;
  align-items: flex-start;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
}
@media all {
  .enjoy__item:before,
  .features__item:before {
    content: "";
  }
  html {
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    font-size: 93.75%;
  }
  button {
    cursor: pointer;
  }
  .change h2,
  .opinions__text,
  .quote {
    font-style: italic;
  }
  h1,
  h2,
  h3 {
    font-family: "Open Sans", sans-serif;
  }
  h2 {
    font-size: 1.75rem;
  }
  .btn {
    max-width: 100%;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    background: 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }
  .btn-lg {
    font-size: 1.25rem;
    padding: 13px 0;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .change h2,
  .change__wrapper,
  .specialist__wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .change {
    background-color: #f1f1f1;
  }
  .change__wrapper {
    padding: 20px 15px;
    width: 100%;
  }
  .change__image,
  .change__text {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    position: relative;
    min-height: 1px;
  }
  .change__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .change__text {
    font-weight: 400;
    line-height: 1.5;
  }
  .change h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .change img {
    margin-bottom: 30px;
  }
  .change .quote {
    margin-bottom: 50px;
  }
  .change .sign {
    font-size: 14px;
    margin-bottom: 0;
    text-align: right;
  }
  .confirmation h2,
  .features__items h2,
  .howit__item,
  .opinions__image,
  .opinions__intro,
  .specialist h2,
  .change .sign strong {
    font-size: medium;
  }
  .specialist {
    margin-bottom: 15px;
  }
  .specialist__wrapper {
    width: 100%;
    padding: 1.6rem 15px 0;
  }
  .specialist h2 {
    font-size: 1.75em;
    margin-bottom: 30px;
  }
  .specialist p {
    line-height: 1.5;
    color: #000;
    margin-bottom: 1.6rem;
  }
  .specialist__text {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
  }
  .specialist__more p {
    margin-bottom: 10px;
  }
  .specialist__image {
    display: table;
    padding: 0;
    margin: 0 auto;
  }
  .howit {
    background: #f9f9f9;
  }
  .howit__wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 15px;
  }
  .howit h2 {
    margin: 0 auto 20px;
    font-size: 1.75em;
  }
  .howit__item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .howit__image {
    margin: 10px 0 20px;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 1px 0 3px 0 gray;
  }
  .howit__text {
    padding: 0 15px;
  }
  .howit__heading,
  .howit__text {
    line-height: 1.5rem;
  }
  .howit__heading {
    -ms-grid-row-align: end;
    align-self: end;
  }
  .features {
    background: url(img/banner2723e5ffc5dc4dfe0b47e458cf0429b39.webp) 0 0
    no-repeat #ad2a32;
    background-size: cover;
    color: #fff;
  }
  .features__wrapper {
    padding: 1.5rem 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .features__items {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .features__items h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .features__items ul {
    padding: 0 0 0 15px;
    margin-bottom: 40px;
    list-style: none;
  }
  .features__item {
    position: relative;
    padding: 10px 0 10px 25px;
    font-weight: 400;
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .features__item:before {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
  }
  .features__button {
    display: block;
    margin: 0 auto;
  }
  .confirmation h2 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
  .confirmation__wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 15px;
  }
  .confirmation__intro {
    margin-bottom: 10px;
  }
  .confirmation__image {
    flex: none;
    margin: 0;
    text-align: center;
  }
  .confirmation__items {
    padding: 0;
    list-style: none;
  }
  .confirmation__item {
    margin-bottom: 30px;
  }
  .confirmation__item:last-child {
    margin-bottom: 0;
  }
  .confirmation__item h3 {
    font-size: 1.25em;
  }
  .opinions {
    background-color: #f9f9f9;
  }
  .opinions__wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 15px;
  }
  .opinions__intro p {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 0;
  }
  .opinions__intro h2 {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
  }
  .cta__save,
  .layers__caption,
  .opinions__item h3,
  .opinions__sign {
    font-weight: 700;
  }
  .opinions__item {
    align-items: center;
    margin-bottom: 15px;
    background-color: #fff;
    border: 2px solid #f9f9f9;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .opinions__item:last-child {
    margin-bottom: 0;
  }
  .opinions__person {
    border-radius: 50%;
    padding: 4px;
    box-shadow: 1px 0 3px 0 gray;
    margin: 10px 0 20px;
  }
  .opinions__text {
    font-size: 1em;
    padding: 10px 20px 0 15px;
  }
  .opinions__text h3 {
    font-size: 1.25em;
  }
  .opinions__text p {
    margin-bottom: 15px;
  }
  .opinions__image {
    display: table;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px;
  }
  .opinions__image img {
    margin: 0;
    border: 3px solid #f8f8f8;
  }
  .opinions__sign {
    text-align: right;
    margin: 0;
    max-width: calc(100% - 120px);
    float: right;
  }
  .layers {
    padding: 15px;
    background: url(img/bg_orange7f8e4b32a9a8adbbc03adac3078b9143.webp) 50%
    no-repeat #1b4679;
    background-size: cover;
  }
  .layers__wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 20px;
  }
  .layers__intro h2 {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
  .layers__intro p {
    margin-bottom: 30px;
  }
  .layers__intro p:last-of-type {
    margin-bottom: 10px;
  }
  .layers__image-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15px;
  }
  .layers__image {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .layers__caption {
    font-family: "Open Sans", sans-serif;
    text-align: center;
  }
  .enjoy {
    background-color: #f9f9f9;
  }
  .enjoy__wrapper {
    padding: 20px 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .enjoy__wrapper h2 {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 21px;
  }
  .enjoy__items {
    list-style: none;
    margin: 0;
    padding-left: 15px;
  }
  .enjoy__item {
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
  }
  .enjoy__item:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #000;
    background-size: cover;
    border-radius: 50%;
  }
  .enjoy__item h3 {
    font-size: 1.25rem;
  }
  .specialist2__wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 15px;
  }
  .specialist2 h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .specialist2__text {
    font-size: 1.063em;
    padding: 0 30px;
  }
  .specialist2__image {
    margin: 0 auto 30px;
    padding: 0 15px;
  }
  .specialist2__sign {
    text-align: right;
    font-size: 0.875em;
  }
  .test {
    padding: 15px;
    background: url(img/bg_orange7f8e4b32a9a8adbbc03adac3078b9143.webp) 50%
    no-repeat #8e2c2d;
    background-size: cover;
    color: #fff;
  }
  .test__intro {
    max-width: 100%;
    width: 862px;
    margin: 0 auto;
  }
  .test h2 {
    margin: 0;
    line-height: 1.3;
    text-align: center;
  }
  .warranty {
    padding: 15px 0 20px;
  }
  .warranty__wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .warranty__text {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .warranty__items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .warranty__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .warranty__heading {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.75em;
  }
  .warranty__item-heading {
    margin-bottom: 10px;
    font-size: 1.188em;
  }
  .cta {
    padding: 2rem 0 0;
  }
  .cta p {
    /* margin-bottom: 25px; */
  }
  .cta__save {
    color: #46484b;
  }
  .cta__price {
    font-size: 23px;
    color: #000;
  }
  p,
  ul {
    margin-bottom: 1rem;
  }
  .container {
    width: 100%;
  }
  .mobile-on {
    display: block;
  }
  .mobile-off {
    display: none;
  }
  *,
  :after,
  :before {
    box-sizing: border-box;
  }
  html {
    font-family: "Open Sans", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  figcaption,
  figure,
  header,
  section {
    display: block;
  }
  body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  h1,
  h2,
  h3 {
    margin-bottom: 0.5rem;
  }
  h1,
  h2,
  h3,
  p,
  ul {
    margin-top: 0;
  }
  strong {
    font-weight: bolder;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  button {
    border-radius: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
  }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .specialist2__image-box {
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 100%;
    line-height: 1.5;
  }
  .btn-lg {
    width: 320px;
    height: 55px;
  }
  .howit__wrapper {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .howit__item {
    padding: 0;
    text-align: left;
    display: -ms-grid;
    display: grid;
  }
  .confirmation__wrapper,
  .opinions__wrapper,
  .specialist2__wrapper {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .howit__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: -1;
    -ms-grid-row-span: 2;
    grid-row: span 2/1;
    margin: 0 30px 0 15px;
  }
  .howit__text {
    padding-left: 0;
  }
  .howit__heading,
  .howit__text {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .layers__image-wrapper {
    margin-top: 30px;
  }
  .layers__caption {
    font-size: 1.25em;
  }
  .warranty__text {
    padding: 0;
    text-align: left;
  }
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .change__wrapper {
    max-width: 720px;
    padding: 25px 0;
    text-align: left;
  }
  .change__image {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    display: inherit;
    margin-bottom: 0;
  }
  .change__text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 0;
  }
  .change h2 {
    margin-bottom: 15px;
  }
  .change img {
    margin-bottom: 0;
  }
  .specialist__wrapper {
    max-width: 720px;
  }
  .specialist__text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
  }
  .specialist__image {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    order: 1;
    margin-bottom: 0;
  }
  .howit {
    background: 0 0;
  }
  .features__wrapper,
  .howit__wrapper {
    max-width: 720px;
  }
  .features__wrapper {
    padding: 2.4rem 0 3rem;
  }
  .features__items {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }
  .confirmation__wrapper,
  .opinions__wrapper {
    max-width: 720px;
  }
  .features__item {
    font-size: 1.375em;
  }
  .confirmation__content {
    display: flex;
    align-items: flex-end;
  }
  .confirmation__image {
    display: block;
    padding-right: 40px;
  }
  .opinions__text p {
    margin: 0;
  }
  .opinions__text {
    flex: 1;
  }
  .opinions__sign {
    float: right;
    max-width: inherit;
  }
  .layers {
    padding: 50px 0 30px;
  }
  .enjoy__wrapper,
  .layers__wrapper {
    max-width: 720px;
  }
  .enjoy__items {
    padding-left: 40px;
  }
  .enjoy__item {
    max-width: 95%;
    padding-left: 30px;
  }
  .specialist2__wrapper,
  .warranty__wrapper {
    max-width: 720px;
  }
  .warranty__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container {
    max-width: 720px;
  }
  .cta {
    text-align: left;
  }
  .mobile-on {
    display: none;
  }
  .mobile-off {
    display: block;
  }
}
@media (min-width: 992px) {
  .change__wrapper,
  .features__wrapper,
  .howit__wrapper,
  .specialist__wrapper {
    max-width: 960px;
  }
  .features {
    max-height: 594px;
    background-position: top;
  }
  .features__item:last-child,
  .features__item:nth-last-child(2) {
    max-width: 80%;
  }
  .confirmation__wrapper,
  .enjoy__wrapper,
  .layers__wrapper,
  .opinions__wrapper,
  .specialist2__wrapper {
    max-width: 960px;
  }
  .opinions__item {
    display: flex;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .opinions__item:last-child {
    margin-bottom: 15px;
  }
  .opinions__person {
    float: left;
    margin: 0 25px 5px 0;
  }
  .opinions__text {
    padding-right: 55px;
  }
  .specialist2__text {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
    padding: 0;
  }
  .container,
  .warranty__wrapper {
    max-width: 960px;
  }
  .specialist2__image {
    margin-right: 30px;
    padding: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  .test {
    padding: 30px 0;
  }
  .test h2 {
    font-size: 2em;
  }
  .warranty__heading {
    margin-bottom: 10px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.enjoy__item:before,
.features__item:before {
  content: "";
}
html {
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  font-size: 93.75%;
}
button {
  cursor: pointer;
}
.change h2,
.opinions__text,
.quote {
  font-style: italic;
}
h1,
h2,
h3 {
  font-family: "Open Sans", sans-serif;
}
h2 {
  font-size: 1.75rem;
}
.btn {
  max-width: 100%;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  background: 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.btn-lg {
  font-size: 1.25rem;
  padding: 13px 0;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.header {
  background-image: url(img/banner1-mobile6f4a9ee72ae8ccdcdb8f27b5d53af2aa.webp);
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 10px;
}
@media (min-width: 767px) {
  .header {
    background-image: url(img/banner1-tablet285c5baa134059c8f379c230230c4416.webp);
    text-align: left;
    padding: 20px;
  }
}
@media (min-width: 1199px) {
  .header {
    padding: 30px;
    display: flex;
    justify-content: center;
    background-image: url(img/banner149488f023fea8f6a63317966b63ea577.webp);
  }
}
.change h2,
.change__wrapper,
.specialist__wrapper {
  margin-right: auto;
  margin-left: auto;
}
.change {
  background-color: #f1f1f1;
}
.change__wrapper {
  padding: 20px 15px;
  width: 100%;
}
.change__image,
.change__text {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative;
  min-height: 1px;
}
.change__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.change__text {
  font-weight: 400;
  line-height: 1.5;
}
.change h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.change img {
  margin-bottom: 30px;
}
.change .quote {
  margin-bottom: 50px;
}
.change .sign {
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
}
.confirmation h2,
.features__items h2,
.howit__item,
.opinions__image,
.opinions__intro,
.specialist h2,
.change .sign strong {
  font-size: medium;
}
.specialist {
  margin-bottom: 15px;
}
.specialist__wrapper {
  width: 100%;
  padding: 1.6rem 15px 0;
}
.specialist h2 {
  font-size: 1.75em;
  margin-bottom: 30px;
}
.specialist p {
  line-height: 1.5;
  color: #000;
  margin-bottom: 1.6rem;
}
.specialist__text {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}
.specialist__more p {
  margin-bottom: 10px;
}
.specialist__sign {
  margin-top: 20px;
}
.specialist__image {
  display: table;
  padding: 0;
  margin: 0 auto;
}
.howit {
  background: #f9f9f9;
}
.howit__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 15px;
}
.howit h2 {
  margin: 0 auto 20px;
  font-size: 1.75em;
}
.howit__item {
  padding: 0 15px;
  margin-bottom: 20px;
}
.howit__image {
  margin: 10px 0 20px;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 1px 0 3px 0 gray;
}
.howit__text {
  padding: 0 15px;
}
.howit__heading,
.howit__text {
  line-height: 1.5rem;
}
.howit__heading {
  -ms-grid-row-align: end;
  align-self: end;
  font-size: 1.4rem;
}
.features {
  background: url(img/banner2723e5ffc5dc4dfe0b47e458cf0429b39.webp) 0 0
  no-repeat #ad2a32;
  background-size: cover;
  color: #fff;
}
.features__wrapper {
  padding: 1.5rem 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.features__items {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.features__items h2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.features__items ul {
  padding: 0 0 0 15px;
  margin-bottom: 40px;
  list-style: none;
}
.features__item {
  position: relative;
  padding: 10px 0 10px 25px;
  font-weight: 400;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.features__item:before {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.features__button {
  display: block;
  margin: 0 auto;
}
.confirmation h2 {
  font-size: 1.75rem;
  margin-bottom: 15px;
}
.confirmation__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 15px;
}
.confirmation__intro {
  margin-bottom: 10px;
}
.confirmation__image {
  flex: none;
  margin: 0;
  text-align: center;
}
.confirmation__items {
  padding: 0;
  list-style: none;
}
.confirmation__item {
  margin-bottom: 30px;
}
.confirmation__item:last-child {
  margin-bottom: 0;
}
.confirmation__item h3 {
  font-size: 1.25em;
}
.opinions {
  background-color: #f9f9f9;
}
.opinions__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 15px;
}
.opinions__intro p {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 0;
}
.opinions__intro h2 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
}
.cta__save,
.layers__caption,
.opinions__item h3,
.opinions__sign {
  font-weight: 700;
}
.opinions__item {
  align-items: center;
  margin-bottom: 15px;
  background-color: #fff;
  border: 2px solid #f9f9f9;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.opinions__item:last-child {
  margin-bottom: 0;
}
.opinions__person {
  border-radius: 50%;
  padding: 4px;
  box-shadow: 1px 0 3px 0 gray;
  margin: 10px 0 20px;
}
.opinions__text {
  font-size: 1em;
  padding: 10px 20px 0 15px;
}
.opinions__text h3 {
  font-size: 1.25em;
}
.opinions__text p {
  margin-bottom: 15px;
}
.opinions__image {
  display: table;
  margin: 0 auto;
  max-width: 100%;
  padding: 15px;
}
.opinions__image img {
  margin: 0;
  border: 3px solid #f8f8f8;
}
.opinions__sign {
  text-align: right;
  margin: 0;
  max-width: calc(100% - 120px);
  float: right;
}
.layers {
  padding: 15px;
  background: url(img/bg_orange7f8e4b32a9a8adbbc03adac3078b9143.webp) 50%
  no-repeat #1b4679;
  background-size: cover;
}
.layers__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 20px;
}
.layers__intro h2 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 15px;
}
.layers__intro p {
  margin-bottom: 30px;
}
.layers__intro p:last-of-type {
  margin-bottom: 10px;
}
.layers__image-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 15px;
}
.layers__image {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  margin: 0 auto;
}
.layers__caption {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.enjoy {
  background-color: #f9f9f9;
}
.enjoy__wrapper {
  padding: 20px 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.enjoy__wrapper h2 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 21px;
}
.enjoy__items {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}
.enjoy__item {
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
}
.enjoy__item:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000;
  background-size: cover;
  border-radius: 50%;
}
.enjoy__item h3 {
  font-size: 1.25rem;
}
.specialist2__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 15px;
}
.specialist2 h2 {
  margin-bottom: 20px;
  text-align: center;
}
.specialist2__text {
  font-size: 1.063em;
  padding: 0 30px;
}
.specialist2__image {
  margin: 0 auto 30px;
  padding: 0 15px;
}
.specialist2__sign {
  text-align: right;
  font-size: 0.875em;
}
.test {
  padding: 15px;
  background: url(img/bg_orange7f8e4b32a9a8adbbc03adac3078b9143.webp) 50%
  no-repeat #8e2c2d;
  background-size: cover;
  color: #fff;
}
.test__intro {
  max-width: 100%;
  width: 862px;
  margin: 0 auto;
}
.test h2 {
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
.warranty {
  padding: 15px 0 20px;
}
.warranty__wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.warranty__text {
  margin-bottom: 30px;
  padding: 0 15px;
}
.warranty__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.warranty__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.warranty__heading {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.75em;
}
.warranty__item-heading {
  margin-bottom: 10px;
  font-size: 1.188em;
}
.cta {
  padding: 2rem 0 0;
}
.cta p {
  /* margin-bottom: 25px; */
}
.cta__save {
  color: #46484b;
}
.cta__price {
  font-size: 23px;
  color: #000;
}
p,
ul {
  margin-bottom: 1rem;
}
.container {
  width: 100%;
}
.mobile-on {
  display: block;
}
.mobile-off {
  display: none;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
figcaption,
figure,
header,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1,
h2,
h3 {
  margin-bottom: 0.5rem;
}
h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
button {
  border-radius: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.specialist2__image-box {
  margin: 0 auto;
}
@media (min-width: 576px) {
  html {
    font-size: 100%;
    line-height: 1.5;
  }
  .btn-lg {
    width: 320px;
    height: 55px;
  }
  .howit__wrapper {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .howit__item {
    padding: 0;
    text-align: left;
    display: -ms-grid;
    display: grid;
  }
  .confirmation__wrapper,
  .opinions__wrapper,
  .specialist2__wrapper {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .howit__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: -1;
    -ms-grid-row-span: 2;
    grid-row: span 2/1;
    margin: 0 30px 0 15px;
  }
  .howit__text {
    padding-left: 0;
  }
  .howit__heading,
  .howit__text {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .layers__image-wrapper {
    margin-top: 30px;
  }
  .layers__caption {
    font-size: 1.25em;
  }
  .warranty__text {
    padding: 0;
    text-align: left;
  }
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .change__wrapper {
    max-width: 720px;
    padding: 25px 0;
    text-align: left;
  }
  .change__image {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .change__text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 0;
  }
  .change h2 {
    margin-bottom: 15px;
  }
  .change img {
    margin-bottom: 0;
  }
  .specialist__wrapper {
    max-width: 720px;
  }
  .specialist__text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
  }
  .specialist__image {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    order: 1;
    margin-bottom: 0;
  }
  .howit {
    background: 0 0;
  }
  .features__wrapper,
  .howit__wrapper {
    max-width: 720px;
  }
  .features__wrapper {
    padding: 2.4rem 0 3rem;
  }
  .features__items {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }
  .confirmation__wrapper,
  .opinions__wrapper {
    max-width: 720px;
  }
  .features__item {
    font-size: 1.2em;
  }
  .confirmation__content {
    display: flex;
    align-items: flex-end;
  }
  .confirmation__image {
    display: block;
    padding-right: 40px;
  }
  .opinions__text p {
    margin: 0;
  }
  .opinions__text {
    flex: 1;
  }
  .opinions__sign {
    float: right;
    max-width: inherit;
  }
  .layers {
    padding: 50px 0 30px;
  }
  .enjoy__wrapper,
  .layers__wrapper {
    max-width: 720px;
  }
  .enjoy__items {
    padding-left: 40px;
  }
  .enjoy__item {
    max-width: 95%;
    padding-left: 30px;
  }
  .specialist2__wrapper,
  .warranty__wrapper {
    max-width: 720px;
  }
  .warranty__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container {
    max-width: 720px;
  }
  .cta {
    text-align: left;
  }
  .mobile-on {
    display: none;
  }
  .mobile-off {
    display: block;
  }
}
@media (min-width: 992px) {
  .change__wrapper,
  .features__wrapper,
  .howit__wrapper,
  .specialist__wrapper {
    max-width: 960px;
  }
  .features {
    max-height: 594px;
    background-position: top;
  }
  .features__item:last-child,
  .features__item:nth-last-child(2) {
    max-width: 80%;
  }
  .confirmation__wrapper,
  .enjoy__wrapper,
  .layers__wrapper,
  .opinions__wrapper,
  .specialist2__wrapper {
    max-width: 960px;
  }
  .opinions__item {
    display: flex;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .opinions__item:last-child {
    margin-bottom: 15px;
  }
  .opinions__person {
    float: left;
    margin: 0 25px 5px 0;
  }
  .opinions__text {
    padding-right: 55px;
  }
  .specialist2__text {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
    padding: 0;
  }
  .container,
  .warranty__wrapper {
    max-width: 960px;
  }
  .specialist2__image {
    margin-right: 30px;
    padding: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  }
  .test {
    padding: 30px 0;
  }
  .test h2 {
    font-size: 2em;
  }
  .warranty__heading {
    margin-bottom: 10px;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
} /*! CSS Used from: Embedded */
.cta {
  max-width: 720px;
  margin: 0 auto;
}
.cta__save--red {
  color: red;
}
.ebook-box-mobile {
  margin: 0 auto;
  border: 1px solid #c8c8c8;
  background: #fdf7eb4d;
  border-radius: 12px;
  width: 90%;
  text-align: center;
  padding: 10px 10px 30px;
}
.ebook-box-mobile .img__check {
  display: block;
  margin: 0 auto 0.5em;
}
.ebook-box-mobile p {
  margin: 0;
  padding: 0;
}
.ebook-box-mobile p.selected {
  font-weight: bold;
  color: #e68f01;
}
.renders.row {
  margin-bottom: 2.2em;
}
@media (min-width: 768px) {
  .col__product {
    text-align: left;
    /* padding-top: 4em; */
  }
}
.scroll a {
  color: inherit;
  text-decoration: none;
}
.product-box {
  text-align: center;
}
.col__product {
  margin-top: 20px;
}
.footer-links {
  margin-top: 25px;
}
.footer-links ul {
  display: flex;
  justify-content: center;
}
.footer-links ul li {
  padding: 10px;
  list-style-type: none;
  text-align: center;
}
.footer-links ul li a {
  color: inherit;
}
.howit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.howit__item .howit__heading {
  align-self: unset;
}
@media (min-width: 767px) {
  .howit__item {
    display: grid;
    text-align: left;
    padding: 0;
  }
  .col__product {
    margin-top: unset;
    /* padding-top: 120px; */
  }
}
.opinions__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.opinions__text h3,
.opinions__sign,
.opinions__text p {
  float: none;
  text-align: center;
  margin: 0 0 15px 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ebook-box-mobile {
    display: none;
  }
  .opinions__flex {
    flex-direction: row;
  }
  .opinions__text h3,
  .opinions__sign,
  .opinions__text p {
    text-align: left;
  }
  .opinions__person {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .opinions__flex {
    display: block;
  }
  .change h2 {
    text-align: left;
  }
}
.ebook-box-mobile {
  margin: 20px auto;
  border: 1px solid #c8c8c8;
  background: #fdf7eb4d;
  border-radius: 12px;
  width: 90%;
  text-align: center;
  padding: 10px 10px 30px;
}
.ebook-box-mobile .img__check {
  display: block;
  margin: 0 auto 0.5em;
}
.ebook-box-mobile p {
  margin: 0;
  padding: 0;
}
.ebook-box-mobile .ebook-render {
  margin: 20px auto;
}
.ebook-box-mobile p.selected {
  font-weight: 700;
  color: #e68f01;
}
.header-new {
  background: #d26038
  url(img/banner1-mobile6f4a9ee72ae8ccdcdb8f27b5d53af2aa.webp) center
  no-repeat;
  background-size: cover;
  min-height: 501px;
  padding: 25px 0;
  text-align: center;
}
.header-new .wrapper {
  margin: 0 auto;
  padding: 0 15px;
}
.header-new__title,
.header-new__subtitle {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.header-new__subtitle {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.header-new__cta {
  display: block;
  cursor: pointer;
  max-width: 340px;
  background-color: #000;
  border-radius: 20px;
  padding: 25px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px auto;
}
.header-new__cta:hover {
  color: #fff;
  text-decoration: none;
}
.header-new__img {
  margin: 20px 0 20px 0;
}
.header-new__img.desktop {
  display: none;
}
.header-new__txt {
  color: #fff;
  font-style: italic;
}
@media (min-width: 768px) {
  .header-new {
    background: #d26038
    url(img/banner1-tablet285c5baa134059c8f379c230230c4416.webp) center
    no-repeat;
    min-height: auto;
    text-align: left;
    padding: 100px 0 20px;
  }
  .header-new .wrapper {
    max-width: 760px;
    display: flex;
    align-items: end;
    justify-content: end;
  }
  .header-new__content {
    width: 50%;
  }
  .header-new__title {
    font-size: 42px;
  }
  .header-new__subtitle {
    font-size: 20px;
  }
  .header-new__cta {
    text-align: center;
    margin: 20px 0 40px;
  }
  .header-new__img.mobile {
    display: none;
  }
  .header-new__img.desktop {
    display: block;
    max-width: 150px;
    flex-shrink: 0;
  }
}
@media (min-width: 1199px) {
  .header-new {
    background: #d26038 url(img/banner149488f023fea8f6a63317966b63ea577.webp)
    center no-repeat;
    padding: 25px 0;
  }
  .header-new .wrapper {
    max-width: 960px;
  }
  .header-new__content {
    width: 55%;
  }
  .header-new__title {
    font-size: 60px;
  }
  .header-new__subtitle {
    font-size: 25px;
  }
  .header-new__cta {
    margin: 30px 0 50px;
  }
  .header-new__img.desktop {
    max-width: 400px;
    margin-bottom: -20px;
  }
  .header-new__txt {
    padding-right: 40px;
    text-align: right;
    margin-bottom: 0;
  }
}
