: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, main, section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

p {
    margin-top: 0
}

address, p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

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
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=time] {
    -webkit-appearance: listbox
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

html {
    scroll-behavior: smooth
}

[hidden] {
    display: none !important
}

.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, .col-md-2, .col-md-3, .col-md-4, .col-md-7, .col-sm-10, .col-sm-12, .col-sm-2, .col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.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
}

fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-lg {
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.media {
    display: flex;
    align-items: flex-start
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-self-center {
    align-self: center !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.position-relative {
    position: relative !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mx-0 {
    margin-left: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-white {
    color: #fff !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !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
    }
}

.bottom-links {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    clear: both
}

.bottom-links__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.bottom-links__item {
    margin: 0
}

.bottom-links__item:before {
    display: none
}

.bottom-links__item:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    color: #6d6d6d
}

.bottom-links__item a {
    color: #6d6d6d;
    font-size: 12px
}

.bottom-links__item a:hover {
    text-decoration: none
}

@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-primary {
        background-image: linear-gradient(180deg, #3ea7e6, #0054be)
    }

    .btn-primary:hover {
        background-image: linear-gradient(180deg, #47b7ff, #0062e5)
    }

    .btn-lg {
        font-size: 1.25rem;
        padding: 13px 0;
        width: 100%
    }

    img {
        max-width: 100%;
        height: auto
    }

    .header {
        background-image: url(img/banner-mobile82cf8b0ec11e3b6f08a414bcb4fc51e0.png);
        background-position: -1000px bottom;
        background-color: #1b4679;
        background-repeat: no-repeat;
        padding-bottom: 20px;
        text-align: center;
        color: #fff;
        overflow: hidden
    }

    .header__wrapper {
        max-width: 100%;
        padding: 0 30px
    }

    .header__product {
        display: flex;
        align-items: center;
        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: 25px 0 0;
        font-weight: 400;
        margin-bottom: 10px
    }

    .header__heading .l1, .header__heading .l2 {
        display: block
    }

    .header__heading .l1 {
        font-size: 4rem;
        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;
        width: 100%
    }

    .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 h2.mobile-on {
        width: calc(100% - 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 {
        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__text {
        line-height: 1.5rem
    }

    .howit__heading {
        -ms-grid-row-align: end;
        align-self: end;
        line-height: 1.2
    }

    .features {
        background: url(img/banner216d0978a67db7068579aa3bc9ddcfe4c.png) 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 0 20px;
        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_blue833333e28389b9d760ae4a9d1b6a5153.jpg) 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
    }

    .specialist2__sign p {
        margin-bottom: 0
    }

    .test {
        padding: 15px;
        background: #7d2728;
        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: 40px;
        color: green
    }

    .cta__price .bold-biger s {
        font-size: 25px;
        color: red
    }

    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;
    }

    .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 {
        max-width: 350px;
        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-position: -573px bottom;
        padding-bottom: 0;
        text-align: right
    }

    .header__product {
        flex: 0 0 30%;
        max-width: 50%;
        order: 1;
        margin: 0;
        padding: 0;
        align-items: center;
        transform: translateX(0)
    }

    .header__product-description {
        flex: 0 0 70%;
        max-width: 58%;
        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: center
    }

    .confirmation__image {
        display: block;
        padding-right: 40px;
        margin: 0
    }

    .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: 60%;
        margin: 0 0 0 190px
    }

    .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: 5.4rem
    }

    .header__heading .l2 {
        font-size: 1.3rem
    }

    .header__heading {
        margin-bottom: 30px
    }

    .header__text {
        padding-top: 20px
    }

    .features {
        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, .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
    }
}

@media (max-width: 991px) {
    .header__product {
        flex: 0 0 30%;
        margin: 0;
        transform: translateX(0);
        align-items: center
    }
}

.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-image: linear-gradient(180deg, #3ea7e6, #0054be)
}

.btn-primary:hover {
    background-image: linear-gradient(180deg, #47b7ff, #0062e5)
}

.btn-lg {
    font-size: 1.25rem;
    padding: 13px 0;
    width: 100%
}

img {
    max-width: 100%;
    height: auto
}

.header {
    background-image: url(img/banner-mobile82cf8b0ec11e3b6f08a414bcb4fc51e0.png);
    background-position: -1000px bottom;
    background-color: #1b4679;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
    overflow: hidden
}

.header__wrapper {
    max-width: 100%;
    padding: 0 30px
}

.header__product {
    display: flex;
    align-items: center;
    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: 25px 0 0;
    font-weight: 400;
    margin-bottom: 10px
}

.header__heading .l1, .header__heading .l2 {
    display: block
}

.header__heading .l1 {
    font-size: 4rem;
    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;
    width: 100%
}

.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 {
    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__text {
    line-height: 1.5rem
}

.howit__heading {
    -ms-grid-row-align: end;
    align-self: end;
    line-height: 1.2
}

.features {
    background: url(img/banner216d0978a67db7068579aa3bc9ddcfe4c.png) 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 0 20px;
    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_blue833333e28389b9d760ae4a9d1b6a5153.jpg) 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
}

.specialist2__sign p {
    margin-bottom: 0
}

.test {
    padding: 15px;
    background: #5a2238;
    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: 40px;
    color: green
}

.cta__price .bold-biger s {
    font-size: 25px;
    color: red
}

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;
    overflow-x: hidden;
}

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;
}

.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 {
        max-width: 350px;
        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-position: center;
        padding-bottom: 0;
        background-image: url(img/banner1253cbc5545a9fbbbcb297998e797b230.png);
        text-align: right
    }

    .header__text {
        max-width: 420px
    }

    .header__product {
        flex: 0 0 30%;
        max-width: 50%;
        order: 1;
        margin: 0;
        padding: 0;
        align-items: center;
        transform: translateX(0)
    }

    .header__product-description {
        flex: 0 0 70%;
        max-width: 58%;
        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: center
    }

    .confirmation__image {
        display: block;
        padding-right: 40px;
        margin: 0
    }

    .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: 60%;
        margin: 0 0 0 190px
    }

    .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: 5.4rem
    }

    .header__heading .l2 {
        font-size: 1.4rem
    }

    .header__heading {
        margin-bottom: 30px
    }

    .header__text {
        padding-top: 20px
    }

    .features {
        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, .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
    }
}

.cta {
    max-width: 720px;
    margin: 0 auto
}

.cta__save--red {
    color: red
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none
    }
}

.ebook-box-mobile {
    margin: 40px auto;
    border: 1px solid #c8c8c8;
    background: rgba(253, 247, 235, .30196);
    border-radius: 12px;
    width: 90%;
    text-align: center;
    padding: 10px 10px 30px
}

.ebook-box-mobile img {
    width: auto;
    max-width: 60%;
    height: auto
}

.ebook-box-mobile .img__check {
    display: block;
    margin: 0 auto .7em
}

.ebook-box-mobile p {
    margin: 0;
    padding: 0;
    line-height: 1.3
}

.ebook-box-mobile p.selected {
    font-weight: bold;
    color: #e68f01;
    margin-bottom: 8px
}

.ebook-box-mobile .ebook-render {
    margin: 40px 0
}

.renders.row {
    margin-bottom: 2.2em;
    align-items: center
}

@media (min-width: 768px) {
    .col__product {
        text-align: center;
        padding-top: 4em
    }

    .col__ebook {
        margin-top: 4em;
        float: left;
        font-weight: bold
    }
}

@media (max-width: 768px) {
    .renders.row {
        margin-top: 1rem;
        margin-bottom: 1rem;
        display: block
    }

    .renders.row .col__product {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 0
    }
}

.scroll a {
    color: inherit;
    text-decoration: none
}

.product-box {
    text-align: center
}

.tablet-show {
    display: none
}

@media (min-width: 768px) {
    .tablet-show {
        display: block !important
    }
}

@media (max-width: 629px) {
    .header__product {
        transform: translateX(0);
        flex: 0 0 100%;
        margin: 10px auto 0
    }

    .header__product-description {
        flex: 0 0 100%;
        text-align: center
    }

    .header__product-description .header__text {
        max-width: 100%
    }
}

.product-box-img {
    margin: 20px 0
}

.header-row {
    justify-content: end
}
