/*!
 * 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;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@-ms-viewport {
    width: device-width
}

figcaption, figure, footer, header, section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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: inherit;
    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: .5rem;
    font-family: inherit;
    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-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary {
    color: #fff
}

.btn-primary:hover {
    color: #fff
}

.btn-lg {
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .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
    }
}

.pt-5 {
    padding-top: 3rem !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, .header__text, .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: linear-gradient(90deg, #363b98 0%, #9093c2 100%);
        text-align: right;
        color: #fff;
        overflow: hidden
    }

    .header__wrapper {
        max-width: 100%;
        padding: 0 30px
    }

    .header__product {
        display: flex;
        align-items: flex-end;
        margin: 40px auto 0;
        order: 2;
        transform: translateX(30px)
    }

    .header__product img {
        margin: 0 auto
    }

    .change h2, .change__wrapper, .specialist__wrapper {
        margin-right: auto;
        margin-left: auto
    }

    .header__product-description {
        display: flex;
        flex-direction: column;
        order: 1
    }

    .header__heading {
        display: block;
        padding: 50px 0 0;
        font-weight: 400;
        margin-bottom: 10px
    }

    .header__heading .l1, .header__heading .l2 {
        display: block
    }

    .header__heading .l1 {
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 20px;
        font-family: Dosis, sans-serif
    }

    .header__heading .l2 {
        font-size: 1.2rem;
        text-transform: uppercase;
        font-family: Lato, sans-serif
    }

    .header__text {
        font-size: 1.25rem;
        align-self: flex-end;
        padding-top: 10px;
        border-top: 2px solid #8da4be;
        font-family: Open Sans, sans-serif
    }

    .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: Lato, 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, .specialist__sign {
        text-align: center
    }

    .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 {
        display: table-caption;
        caption-side: bottom;
        padding: 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-image: url("../img/banner24941cc690e63925512a29123b59e1bcd.webp"), linear-gradient(90deg, #363b98 0%, #9093c2 100%);
        background-repeat: no-repeat, no-repeat;
        background-position: right -1000px bottom, center;
        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;
        font-family: Lato, 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, .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__image-caption {
        display: flex;
        caption-side: bottom;
        padding-top: 10px
    }

    .opinions__caption {
        width: 50%;
        display: inline-block;
        font-weight: 700;
        font-family: Open Sans, sans-serif;
        font-size: 14px
    }

    .opinions__sign {
        text-align: right;
        margin: 0;
        max-width: calc(100% - 120px);
        float: right
    }

    .layers {
        padding: 15px;
        background: url("../img/bg_blue2da7e0a4cdc7e8c039ce7ecc32e25377.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: .875em
    }

    .test {
        padding: 15px;
        background: url("../img/bg_red7d684358cd16b48657f9d36c25dd1560.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: 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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto 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: .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: inherit;
        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: 280px;
        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) {
    .header {
        background-image: linear-gradient(90deg, #363b98 0%, #9093c2 100%);
        padding-bottom: 0
    }

    .header__product {
        flex: 0 0 50%;
        max-width: 50%;
        order: 1;
        margin: 15px 0 0;
        padding: 0
    }

    .header__product img {
        margin: 0 auto
    }

    .header__product-description {
        flex: 0 0 50%;
        max-width: 50%;
        order: 2;
        padding: 0
    }

    .header__heading .l1 {
        font-size: 4rem
    }

    .header__heading {
        margin-bottom: 15px
    }

    .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
    }

    .header {
        height: auto;
        background-size: cover
    }
}

@media (min-width: 992px) {
    .header {
        background-image: url("../img/banner17a16a1ec16dadcac6c751c7643953259.webp");
        background-repeat: no-repeat;
        background-position: center, -573px bottom;
        padding-bottom: 0;
        background-position: 50%;
        height: auto
    }

    .header__wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }

    .header__product {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin: 177px 0 0
    }

    .header__product img {
        max-width: 100%
    }

    .header__product-description {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .change__wrapper, .features__wrapper, .howit__wrapper, .specialist__wrapper {
        max-width: 960px
    }

    .header__heading .l1 {
        font-size: 4.2rem
    }

    .header__heading .l2 {
        font-size: 1.7rem
    }

    .header__heading {
        margin-bottom: 30px
    }

    .header__text {
        padding-top: 20px
    }

    .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, .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: 992px)and (min-width: 768px) {
    .header__wrapper {
        max-width: 720px
    }
}

@media (min-width: 992px)and (min-width: 992px) {
    .header__wrapper {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }

    .header {
        height: auto
    }
}

.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, .header__text, .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-primary {
    background: #ffb41d;
    background: linear-gradient(180deg, #ffb41d 0%, #ff621d 100%);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .16)
}

.btn-primary:hover {
    background: #ffb41d;
    background: linear-gradient(180deg, #ffb41d 0%, #ff621d 100%)
}

.btn-lg {
    font-size: 1.25rem;
    padding: 13px 0;
    width: 100%
}

img {
    max-width: 100%;
    height: auto
}

.header__wrapper {
    max-width: 100%;
    padding: 0 30px
}

.header__product {
    display: flex;
    align-items: flex-end;
    margin: 40px auto 0;
    order: 2;
    transform: translateX(30px)
}

.header__product img {
    margin: 0 auto
}

.change h2, .change__wrapper, .specialist__wrapper {
    margin-right: auto;
    margin-left: auto
}

.header__product-description {
    display: flex;
    flex-direction: column;
    order: 1
}

.header__heading .l1, .header__heading .l2 {
    display: block
}

.header__heading .l1 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
    font-family: Dosis, sans-serif
}

.header__heading .l2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: Lato, sans-serif
}

.header__text {
    font-size: 1.25rem;
    align-self: flex-end;
    padding-top: 10px;
    border-top: 2px solid #8da4be;
    font-family: Open Sans, sans-serif
}

.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: Lato, 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, .specialist__sign {
    text-align: center
}

.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 {
    display: flex;
    flex-direction: column;
    caption-side: bottom;
    padding: 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__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;
    font-family: Lato, 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, .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__image-caption {
    display: flex;
    caption-side: bottom;
    padding-top: 10px
}

.opinions__caption {
    width: 50%;
    display: inline-block;
    font-weight: 700;
    font-family: Open Sans, sans-serif;
    font-size: 14px
}

.opinions__sign {
    text-align: right;
    margin: 0;
    max-width: calc(100% - 120px);
    float: right
}

.layers {
    padding: 15px;
    background: url("../img/bg_blue2da7e0a4cdc7e8c039ce7ecc32e25377.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: .875em
}

.test {
    padding: 15px;
    background: url("../img/bg_red7d684358cd16b48657f9d36c25dd1560.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: 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: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto 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: .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: inherit;
    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: 280px;
        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) {
    .header__product {
        flex: 0 0 50%;
        max-width: 50%;
        order: 1;
        margin: 15px 0 0;
        padding: 0
    }

    .header__product img {
        margin: 0 auto
    }

    .header__product-description {
        flex: 0 0 50%;
        max-width: 50%;
        order: 2;
        padding: 0
    }

    .header__heading .l1 {
        font-size: 4rem
    }

    .header__heading {
        margin-bottom: 15px
    }

    .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
    }

    .header {
        height: auto;
        background-size: cover
    }
}

@media (min-width: 992px) {
    .header {
        background-position: 50%;
        height: auto
    }

    .header__wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }

    .header__product {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        margin: 177px 0 0
    }

    .header__product img {
        max-width: 100%
    }

    .header__product-description {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .change__wrapper, .features__wrapper, .howit__wrapper, .specialist__wrapper {
        max-width: 960px
    }

    .header__heading .l1 {
        font-size: 4.2rem
    }

    .header__heading .l2 {
        font-size: 1.7rem
    }

    .header__heading {
        margin-bottom: 30px
    }

    .header__text {
        padding-top: 20px
    }

    .features {
        background-position: right -1000px bottom, center
    }

    .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, .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: 992px)and (min-width: 768px) {
    .header__wrapper {
        max-width: 720px
    }
}

@media (min-width: 992px)and (min-width: 992px) {
    .header__wrapper {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }

    .header {
        height: auto
    }
}

/*! CSS Used from: Embedded */
.cta {
    max-width: 720px;
    margin: 0 auto
}

.cta__save--red {
    color: red
}

.ebook-box-mobile {
    margin: 30px 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 .5em
}

.ebook-box-mobile p {
    margin: 0;
    padding: 0
}

.ebook-box-mobile .ebook-render {
    margin: 2em 1em
}

.ebook-box-mobile p.selected {
    font-weight: bold;
    color: #e68f01
}

.renders.row {
    margin-bottom: 2.2em
}

@media (min-width: 768px) {
    .ebook-box-mobile {
        display: none
    }

    .col__product {
        text-align: left
    }
}

.scroll a {
    color: inherit;
    text-decoration: none
}

.product-box {
    text-align: center
}

@media (min-width: 1724px) {
    .features {
        background-position: right -100px bottom, center
    }
}
