@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*
    font-family: "Bebas Neue", sans-serif;
*/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: 0 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.alignleft {
    float: left;
    margin: 0 10px 5px 0
}

.alignright {
    float: right;
    margin: 0 0 5px 10px
}

.aligncenter {
    display: block;
    margin: 0 auto 5px
}

.page-wrapper {
    position: relative;
    overflow: hidden
}

.container {
    margin: auto;
    max-width: 1170px;
    padding: 0 15px;
    width: 100%
}

.hidden-text {
    display: none
}

.video-wrapper {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

* {
    box-sizing: border-box
}

* ::after,
* ::before {
    box-sizing: border-box
}

:not(iframe) {
    transition: .25s ease;
    transition-property: background, border, color, left, margin, padding, right, opacity
}

body,
html {
    height: 100%
}

body {
    color: #2b2b2b;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    transition: 0s
}

::-moz-selection {
    background: #0086ad;
    color: #fff
}

::selection {
    background: #0086ad;
    color: #fff
}

.form-field {
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 42px;
    color: #fff;
    font: 16px 'Roboto', sans-serif;
    height: 42px;
    margin: 0 0 32px;
    padding: 0 26px;
    width: 100%;
    outline: 0;
    transition: none;
}

.form-field.error {
    background-color: #ffc8c8;
    margin-bottom: 2px;
}

.hero-form-fields label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: left;
    margin: 0 auto 18px;
    padding: 0 5px;
    width: 100%;
}

.form-field::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-field::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form-field:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-field::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.form-field::placeholder {
    color: #fff;
    opacity: 1
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 42px;
    color: #fff;
    font: 16px "Roboto", sans-serif;
    height: 42px;
    margin: 0 0 32px;
    padding: 0 26px;
    width: 100%
}

select:focus::-ms-value {
    color: #12161e;
    background: #fff
}

select option {
    color: #000
}

select:focus {
    outline: 0
}

textarea {
    height: 180px;
    padding: 16px 0 0 16px;
    resize: none
}

a {
    text-decoration: none;
    cursor: pointer
}

a:not([href]) {
    cursor: initial
}

a:focus {
    outline: 0
}

h1 {
    font-size: 36px;
    margin: 0 0 32px
}

@media (min-width:992px) {
    h1 {
        font-size: 64px
    }
}

h2 {
    font-size: 36px;
    margin: 0 0 18px
}

h2.title {
    color: #e6453b;
    font: 36px/40px "Bebas Neue", sans-serif;
    margin: 0 0 17px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:1200px) {
    h2.title {
        font-size: 47px;
        line-height: 50px
    }
}

h3 {
    font: 700 36px/36px "Roboto", sans-serif;
    margin: 0
}

p {
    font-size: 16px;
    margin: 0 0 8px
}

p:last-child {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.btn {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    align-items: center;
    background: #ce4c42;
    border: none;
    border-radius: 55px;
    box-shadow: 0 13px 57px rgba(85, 18, 13, .29);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: 900 24px "Roboto", sans-serif;
    height: 55px;
    justify-content: center;
    margin: auto;
    padding: 0 20px;
    text-align: center;
    transition: all .25s ease;
    text-transform: uppercase
}

.btn:hover {
    box-shadow: 0 10px 37px rgba(85, 18, 13, .29)
}

.btn:active {
    box-shadow: 0 5px 17px rgba(85, 18, 13, .29)
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url() no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.hero {
    background: url(../images/bg-hero.jpg) no-repeat 0 0;
    background-size: auto 900px
}

@media (min-width:768px) {
    .hero {
        background-position: center 0;
        background-size: auto 600px
    }
}

@media (min-width:992px) {
    .hero {
        background-size: cover
    }
}

.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 746px
}

@media (min-width:992px) {
    .hero .container {
        flex-direction: row
    }
}

.hero .logo {
    margin: 0 0 27px
}

.hero .logo img {
    display: block;
    height: auto;
    max-width: 293px
}

.hero-description {
    padding: 50px 0 250px;
    position: relative;
    z-index: 999
}

@media (min-width:768px) {
    .hero-description {
        padding: 50px 0 0
    }
}

@media (min-width:992px) {
    .hero-description {
        width: calc(100% - 390px);
        z-index: 9
    }
}


.hero-description::after {
    pointer-events: none;
    background: url(../images/product.png) no-repeat center bottom;
    background-size: 300px auto;
    bottom: -25px;
    content: '';
    height: 476px;
    position: absolute;
    width: 100%;
    z-index: 99
}

@media (min-width:768px) {
    .hero-description::after {
        background-position: right bottom;
        background-size: 500px auto;
        right: -105px;
        width: 636px
    }
}

@media (min-width:992px) {
    .hero-description::after {
        background-size: cover;
        right: -205px
    }
}

.hero-description h1 {
    color: #000;
    font: 700 24px/30px "Roboto", sans-serif;
    margin: 0 0 40px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .hero-description h1 {
        font-size: 31px;
        line-height: 34px;
        margin: 0 0 70px
    }
}

@media (min-width:1200px) {
    .hero-description h1 {
        margin: 0 0 120px
    }
}

@media (min-width:768px) {
    .hero-description ul {
        max-width: 310px
    }
}

@media (min-width:1200px) {
    .hero-description ul {
        max-width: 400px
    }
}

.hero-description ul li {
    color: #101010;
    font: 600 20px/22px "Roboto", sans-serif;
    margin: 0 0 20px;
    padding: 0 0 0 68px;
    position: relative
}

@media (min-width:1200px) {
    .hero-description ul li {
        font-size: 26px;
        line-height: 24px;
        margin: 0 0 32px
    }
}

.hero-description ul li::before {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    background: url(../images/icon-heart.png) no-repeat;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 41px
}

.hero-form {
    padding: 0 0 50px;
    position: relative;
    z-index: 0;
}

@media (min-width:992px) {
    .hero-form {
        padding: 49px 0 0;
        width: 360px
    }
}

.hero-form::before {
    background: #6a97cd url(../images/bg-hero-form.jpg) no-repeat 0 0;
    background-size: cover;
    bottom: 0;
    content: '';
    left: -15px;
    position: absolute;
    top: 0;
    width: 1000px;
    z-index: -1;
}

@media (min-width:992px) {
    .hero-form::before {
        left: 0
    }
}

.hero-form-wrapper {
    position: relative;
    z-index: 99
}

.hero-form h3 {
    color: #fff;
    font: 60px/55px "Bebas Neue", sans-serif;
    margin: 0 0 26px;
    padding: 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.hero-form h3::before {
    background: #ce4c42;
    bottom: 0;
    content: '';
    left: -15px;
    position: absolute;
    top: 0;
    width: 1000px
}

@media (min-width:992px) {
    .hero-form h3::before {
        left: 0
    }
}

.hero-form h3 span {
    display: block;
    margin: auto;
    max-width: 268px;
    position: relative;
    z-index: 2
}

@media (min-width:992px) {
    .hero-form h3 span {
        margin: 0 0 0 auto
    }
}

.order-form-wrap {
    margin: auto;
    max-width: 348px;
    position: relative;
    z-index: 9999;
}

@media (min-width:992px) {
    .order-form-wrap {
        /* margin: 0 0 0 auto */
        margin-right: -40px;
    }
}

.page-form {
    background: none;
    padding: 0 40px 80px;
    height: auto;
}

.page-form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 268px;
    width: 100%;
}

.hero-form-fields {
    margin: auto;
    max-width: 268px;
    position: relative;
    z-index: 9999
}

@media (min-width:992px) {
    .hero-form-fields {
        margin: 0 0 0 auto
    }
}

.hero-form .btn {
    display: flex;
    margin: 0 auto;
    max-width: 268px;
    width: 100%
}

@media (min-width:992px) {
    .hero-form .btn {
        margin: 0 0 0 auto
    }
}

.hero-form-price {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 268px;
    padding: 0 0 25px;
    text-align: center
}

@media (min-width:992px) {
    .hero-form-price {
        margin: 0 0 0 auto
    }
}

.hero-form-price .new-price {
    color: #ce4c42;
    font: 30px "Bebas Neue", sans-serif;
    width: 50%
}

.hero-form-price .old-price {
    color: #fff;
    font: 16px/19px "Roboto", sans-serif;
    width: 50%
}

.hero-form-price .old-price .num {
    display: block;
    text-decoration: line-through
}

.attention {
    display: none;
    padding: 71px 0 0
}

@media (min-width:768px) {
    .attention {
        display: block
    }
}

.attention-wrapper {
    -webkit-animation: pulse-text 1s infinite;
    animation: pulse-text 1s infinite;
    align-items: center;
    border: 5px solid #ed3426;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    position: relative;
    text-align: center
}

@media (min-width:768px) {
    .attention-wrapper {
        margin: 0 80px
    }
}

@media (min-width:992px) {
    .attention-wrapper {
        flex-direction: row;
        padding: 10px 48px;
        text-align: left
    }
}

.attention-wrapper::before {
    background: url(../images/pulse-left.png) no-repeat 0 center;
    bottom: 0;
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 340px
}

.attention-wrapper::after {
    background: url(../images/pulse-right.png) no-repeat right center;
    bottom: 15px;
    content: '';
    left: 100%;
    position: absolute;
    top: 0;
    width: 340px
}

.attention-title {
    color: #e6453b;
    font: 80px/80px "Bebas Neue", sans-serif;
}

@media (min-width:768px) {
    .attention-title {
        font-size: 141px;
        line-height: 150px
    }
}

@media (min-width:992px) {
    .attention-title {
        padding: 0 120px 0 0
    }
}

.attention-description {
    font: 700 18px/22px "Roboto", sans-serif;
}

@media (min-width:768px) {
    .attention-description {
        font-size: 24px;
        line-height: 29px
    }
}

.attention-description p {
    font: inherit
}

.attention-description span {
    color: #ce4c42
}

.effects {
    padding: 40px 0 0;
    position: relative
}

@media (min-width:768px) {
    .effects {
        padding: 40px 0 180px
    }
}

@media (min-width:992px) {
    .effects {
        padding: 71px 0 0
    }
}

.effects::before {
    background: url(../images/circles.png) no-repeat;
    content: '';
    display: none;
    left: calc(50% - 380px);
    height: 760px;
    position: absolute;
    top: 70px;
    width: 855px
}

@media (min-width:992px) {
    .effects::before {
        display: block
    }
}

.effects::after {
    background: url(../images/effects-heart.png) no-repeat;
    background-size: cover;
    bottom: 0;
    content: '';
    display: none;
    left: calc(50% - 100px);
    height: 200px;
    position: absolute;
    width: 200px
}

@media (min-width:768px) {
    .effects::after {
        display: block
    }
}

@media (min-width:992px) {
    .effects::after {
        bottom: auto;
        height: 554px;
        left: calc(50% - 277px);
        top: 170px;
        width: 554px
    }
}

.effects h3 {
    margin: 0;
    text-align: center
}

@media (min-width:992px) {
    .effects h3 {
        margin: 0 0 76px
    }
}

@media (min-width:1200px) {
    .effects h3 {
        margin: 0 0 76px
    }
}

.effects-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    transform: scale(.9);
    z-index: 9
}

@media (min-width:1250px) {
    .effects-list {
        transform: scale(1)
    }
}

.effects-item {
    align-items: center;
    background: #ff877e;
    border-radius: 82px;
    box-shadow: 4px 7px 29px rgba(24, 24, 24, .29);
    color: #fff;
    display: flex;
    font: 700 20px/28px "Roboto", sans-serif;
    min-height: 60px;
    justify-content: center;
    margin: 0 0 26px;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .effects-item {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width:992px) {
    .effects-item {
        border-radius: 0 82px 82px 0;
        min-height: 82px;
        padding: 10px 70px 10px 15px;
        position: relative;
        width: 40%
    }
}

@media (min-width:1200px) {
    .effects-item {
        padding: 23px 80px 23px 35px;
        width: 512px
    }
}

.effects-item::after {
    background: url(../images/dot.png) no-repeat;
    content: '';
    display: none;
    height: 52px;
    position: absolute;
    right: 14px;
    top: calc(50% - 26px);
    width: 52px
}

@media (min-width:992px) {
    .effects-item::after {
        display: block
    }
}

.effects-item.hide-mobile {
    display: none
}

@media (min-width:768px) {
    .effects-item.hide-mobile {
        display: flex
    }
}

.effects-item:nth-child(2n) {
    border-radius: 82px
}

@media (min-width:992px) {
    .effects-item:nth-child(2n) {
        border-radius: 82px 0 0 82px;
        padding: 23px 35px 23px 80px
    }
}

.effects-item:nth-child(2n)::after {
    left: 14px;
    right: auto
}

@media (min-width:992px) {
    .effects-item:nth-child(3) {
        left: -37px;
        width: 430px
    }
}

@media (min-width:992px) {
    .effects-item:nth-child(4) {
        right: -37px;
        width: 430px
    }
}

@media (min-width:992px) {
    .effects-item:nth-child(5) {
        left: -78px;
        width: 458px
    }
}

@media (min-width:992px) {
    .effects-item:nth-child(6) {
        right: -78px;
        text-align: right;
        width: 458px
    }
}

@media (min-width:992px) {
    .effects-item:nth-child(7) {
        left: -37px;
        width: 430px
    }
}

@media (min-width:992px) {
    .effects-item:nth-child(8) {
        right: -37px;
        width: 430px
    }
}

@media (min-width:992px) {
    .effects-item.white {
        background: #fff;
        color: #000
    }
}

.effects-item p {
    font: inherit
}

.bg-gray {
    background: url(../images/bg-gray.png) no-repeat center bottom;
    background-size: contain;
    padding: 0 0 100px
}

@media (min-width:768px) {
    .bg-gray {
        padding: 0
    }
}

.risk {
    display: none;
    padding: 90px 0 88px;
    position: relative
}

@media (min-width:768px) {
    .risk {
        display: block
    }
}

.risk::before {
    background: url(../images/stethoscope.png) no-repeat;
    bottom: -100px;
    content: '';
    height: 785px;
    left: calc(50% - 598px);
    position: absolute;
    width: 1196px
}

.risk-list {
    align-items: flex-start;
    counter-reset: mcounter;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    padding: 64px 0 0
}

.risk-item {
    counter-increment: counter;
    background: #fff;
    box-shadow: 0 0 29px rgba(32, 33, 37, .22);
    margin: 0 auto 68px;
    max-width: 400px;
    padding: 50px 15px 50px;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .risk-item {
        margin: 0 13px 63px;
        max-width: 100%;
        width: calc(50% - 26px)
    }
}

@media (min-width:992px) {
    .risk-item {
        width: calc(25% - 26px)
    }
}

.risk-item::before {
    align-items: center;
    background: #ed3426;
    border-radius: 69px;
    box-shadow: 0 0 29px rgba(0, 0, 0, .25);
    color: #fff;
    content: counter(counter);
    display: flex;
    font: 36px "Bebas Neue", sans-serif;
    justify-content: center;
    height: 69px;
    left: calc(50% - 35px);
    position: absolute;
    top: -35px;
    width: 69px
}

.risk-item-open {
    background: url(../images/icon-arrow.png) no-repeat center;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .25s ease
}

.risk-item-open.active {
    transform: rotate(180deg)
}

.risk-item-text {
    display: none;
    padding: 15px 0;
    transition: all 0s ease
}

.risk-item h3 {
    color: #e6453b;
    font: 700 18px/22px "Roboto", sans-serif;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .risk-item h3 {
        font-size: 22px
    }
}

.cta {
    background: #499ad1 url(../images/pulse-cta.png) no-repeat 0 center;
    box-shadow: 7px 21px 49px rgba(22, 22, 94, .28);
    padding: 57px 0 31px;
    position: relative;
    z-index: 10
}

.cta .container {
    display: flex;
    flex-direction: column;
    position: relative
}

@media (min-width:768px) {
    .cta .container {
        flex-direction: row
    }
}

.cta-bottom .cta-description h2 {
    color: #fff;
    font: 40px/44px "Bebas Neue", sans-serif;
    margin: 0 0 19px
}

@media (min-width:768px) {
    .cta-bottom .cta-description h2 {
        font-size: 60px;
        line-height: 64px
    }
}

.cta-bottom .cta-description h2 span {
    color: #000
}

.cta-img {
    position: relative
}

@media (min-width:768px) {
    .cta-img {
        width: 356px
    }
}

.cta-img img {
    bottom: -45px;
    left: calc(50% - 125px);
    max-width: 200px;
    position: absolute
}

@media (min-width:768px) {
    .cta-img img {
        bottom: -15px;
        left: -110px;
        max-width: 100%
    }
}

.cta-description {
    padding: 80px 0 0;
    text-align: center
}

@media (min-width:768px) {
    .cta-description {
        padding: 0;
        text-align: left;
        width: calc(100% - 356px)
    }
}

.cta-description h2 {
    color: #000;
    font: 40px/36px "Bebas Neue", sans-serif;
    margin: 0 0 34px;
    text-transform: uppercase
}

.cta-description h2 span {
    color: #fff;
    display: block;
    padding: 6px 0 0
}

.cta-description .btn {
    padding: 0 33px
}

.steps {
    padding: 80px 0 20px
}

@media (min-width:768px) {
    .steps {
        padding: 80px 0 102px
    }
}

.steps h2 {
    align-items: center;
    color: #499ad1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width:768px) {
    .steps h2 {
        flex-direction: row
    }
}

.steps h2 img {
    display: inline-block;
    height: auto;
    max-width: 258px
}

@media (min-width:768px) {
    .steps h2 img {
        margin: 0 0 5px 25px
    }
}

.steps-list {
    display: flex;
    flex-direction: column;
    padding: 100px 0 0
}

@media (min-width:768px) {
    .steps-list {
        flex-direction: row;
        padding: 145px 0 0
    }
}

.steps .step {
    background: #fff;
    box-shadow: 0 0 29px rgba(32, 33, 37, .22);
    margin: 0 18px 90px;
    padding: 115px 15px 30px;
    position: relative;
    text-align: center;
    width: calc(100% - 36px)
}

@media (min-width:768px) {
    .steps .step {
        min-height: 310px;
        margin: 0 18px;
        padding: 115px 15px 15px;
        width: calc(100% / 3 - 36px)
    }
}

@media (min-width:1200px) {
    .steps .step {
        min-height: 410px
    }
}

.steps .step-icon {
    align-items: center;
    background: url(../images/circle-bg.png) no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 51px rgba(18, 46, 109, .63);
    display: flex;
    height: 155px;
    justify-content: center;
    left: calc(50% - 77px);
    position: absolute;
    top: -77px;
    width: 155px
}

.steps .step h3 {
    color: #499ad1;
    font: 900 20px/24px "Roboto", sans-serif;
    margin: 0 0 25px;
    text-decoration: underline;
    text-transform: uppercase
}

@media (min-width:1200px) {
    .steps .step h3 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 35px
    }
}

.steps .step p {
    color: #000;
    font: 18px/20px "Roboto", sans-serif;
    margin: 0 15px
}

@media (min-width:1200px) {
    .steps .step p {
        font-size: 28px;
        line-height: 30px
    }
}

.blue-bg {
    background: url(../images/bg-blue.jpg) no-repeat center 0
}

.gray-bg-inner {
    background: url(../images/bg-gray-inner.png) no-repeat center bottom
}

.composition h2 {
    color: #499ad1
}

.composition h2 img {
    display: block;
    height: auto;
    margin: 20px auto 0;
    max-width: 258px
}

.composition-list {
    margin: 68px 0 0;
    min-height: 700px;
    padding: 150px 0 40px;
    position: relative
}

@media (min-width:992px) {
    .composition-list {
        padding: 0 0 40px
    }
}

@media (min-width:1200px) {
    .composition-list {
        min-height: 763px
    }
}

.composition-list::before {
    background: url(../images/circles.png) no-repeat;
    content: '';
    left: calc(50% - 380px);
    height: 760px;
    position: absolute;
    top: -130px;
    width: 855px
}

.composition-list::after {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    background: url(../images/composition-heart.png) no-repeat center 25px;
    background-size: 200px auto;
    content: '';
    left: calc(50% - 235px);
    height: 562px;
    position: absolute;
    top: -100px;
    width: 470px
}

@media (min-width:992px) {
    .composition-list::after {
        background-position: center 25px;
        background-size: 340px auto;
        top: 10px
    }
}

@media (min-width:1200px) {
    .composition-list::after {
        background-position: center;
        background-size: cover
    }
}

.composition-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px;
    padding: 0 0 0 10px;
    z-index: 99;
    width: 280px
}

@media (min-width:768px) {
    .composition-item {
        padding: 0;
        width: 330px
    }
}

@media (min-width:992px) {
    .composition-item {
        margin: 0 0 50px;
        position: absolute;
        width: 330px
    }
}

.composition-item.hide-mobile {
    display: none
}

@media (min-width:768px) {
    .composition-item.hide-mobile {
        display: flex
    }
}

.composition-item::before {
    background: url(../images/icon-arrow-composition-1.png) no-repeat;
    content: '';
    display: none;
    height: 52px;
    position: absolute;
    width: 100px
}

@media (min-width:992px) {
    .composition-item::before {
        display: block
    }
}

.composition-item:nth-child(1) {
    left: 10px;
    top: 0
}

@media (min-width:1200px) {
    .composition-item:nth-child(1) {
        left: 65px
    }
}

.composition-item:nth-child(1)::before {
    left: 300px;
    top: 13px
}

.composition-item:nth-child(2) {
    left: 15px;
    top: 150px
}

@media (min-width:1200px) {
    .composition-item:nth-child(2) {
        top: 213px
    }
}

.composition-item:nth-child(2)::before {
    background: url(../images/icon-arrow-composition-2.png) no-repeat;
    left: 270px;
    height: 20px;
    top: -4px;
    width: 88px
}

@media (min-width:1200px) {
    .composition-item:nth-child(2)::before {
        left: 310px
    }
}

.composition-item:nth-child(3) {
    left: 15px;
    top: 330px
}

@media (min-width:992px) {
    .composition-item:nth-child(3) {
        width: 270px
    }
}

@media (min-width:1200px) {
    .composition-item:nth-child(3) {
        left: 62px;
        top: 448px
    }
}

.composition-item:nth-child(3)::before {
    background: url(../images/icon-arrow-composition-3.png) no-repeat;
    left: 210px;
    height: 43px;
    top: -23px;
    width: 125px
}

.composition-item:nth-child(4) {
    left: calc(50% - 175px);
    top: 470px
}

@media (min-width:992px) {
    .composition-item:nth-child(4) {
        width: 350px
    }
}

@media (min-width:1200px) {
    .composition-item:nth-child(4) {
        top: 565px
    }
}

.composition-item:nth-child(4)::before {
    background: url(../images/icon-arrow-composition-4.png) no-repeat;
    left: 120px;
    height: 79px;
    top: -88px;
    width: 22px
}

.composition-item:nth-child(5) {
    left: auto;
    right: 5px;
    top: 330px
}

@media (min-width:1200px) {
    .composition-item:nth-child(5) {
        right: 40px;
        top: 448px
    }
}

.composition-item:nth-child(5)::before {
    background: url(../images/icon-arrow-composition-5.png) no-repeat;
    left: -30px;
    height: 43px;
    top: -22px;
    width: 125px
}

@media (min-width:1200px) {
    .composition-item:nth-child(5)::before {
        left: -50px
    }
}

.composition-item:nth-child(6) {
    left: auto;
    right: 0;
    top: 160px
}

@media (min-width:992px) {
    .composition-item:nth-child(6) {
        width: 330px
    }
}

@media (min-width:1200px) {
    .composition-item:nth-child(6) {
        top: 213px
    }
}

.composition-item:nth-child(6)::before {
    background: url(../images/icon-arrow-composition-6.png) no-repeat;
    left: -35px;
    height: 28px;
    top: -5px;
    width: 125px
}

@media (min-width:1200px) {
    .composition-item:nth-child(6)::before {
        left: -70px
    }
}

.composition-item:nth-child(7) {
    left: auto;
    right: 15px;
    top: 0
}

@media (min-width:1200px) {
    .composition-item:nth-child(7) {
        right: 67px
    }
}

.composition-item:nth-child(7)::before {
    background: url(../images/icon-arrow-composition-7.png) no-repeat;
    left: -110px;
    height: 52px;
    top: 14px;
    width: 100px
}

.composition-item h3 {
    background: #007dc6;
    color: #fff;
    font: 700 18px/32px "Roboto", sans-serif;
    height: 32px;
    margin: 0 0 9px;
    padding: 0 20px
}

@media (min-width:1200px) {
    .composition-item h3 {
        font-size: 24px;
        line-height: 40px;
        height: 40px
    }
}

.composition-item ul li {
    color: #000;
    font: 18px/18px "Roboto", sans-serif;
    margin: 0 0 10px;
    position: relative
}

@media (min-width:1200px) {
    .composition-item ul li {
        font-size: 21px;
        line-height: 21px
    }
}

.composition-item ul li::before {
    background: #000;
    border-radius: 50%;
    content: '';
    height: 5px;
    left: -17px;
    position: absolute;
    top: 8px;
    width: 5px
}

.result {
    background: url(../images/bg-result.jpg) no-repeat center 0;
    background-size: cover;
    display: none;
    padding: 62px 0 0
}

@media (min-width:768px) {
    .result {
        display: block
    }
}

.result .container {
    padding-bottom: 78px;
    position: relative
}

.result h2 {
    color: #fff
}

.result h3 {
    color: #fff;
    font: 700 24px/30px "Roboto", sans-serif;
    margin: 0 0 40px
}

@media (min-width:768px) {
    .result h3 {
        margin: 0 0 80px
    }
}

.result-list {
    padding: 0 0 80px
}

@media (min-width:768px) {
    .result-list {
        padding: 0;
        width: calc(100% - 360px)
    }
}

@media (min-width:992px) {
    .result-list {
        width: calc(100% - 560px)
    }
}

.result-list .btn {
    display: flex;
    margin: auto;
    width: 250px
}

@media (min-width:768px) {
    .result-list .btn {
        margin: 0
    }
}

.result-list li {
    color: #000;
    font: 700 18px/24px "Roboto", sans-serif;
    margin: 0 0 30px;
    padding: 0 0 0 70px;
    position: relative
}

@media (min-width:768px) {
    .result-list li {
        padding: 0 0 0 90px
    }
}

@media (min-width:1200px) {
    .result-list li {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 40px
    }
}

.result-list li::before {
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    background: url(../images/icon-heart.png) no-repeat 0 0;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 41px
}

.result-list li span {
    color: #fff;
    text-transform: uppercase
}

.result-img {
    bottom: -45px;
    left: calc(50% - 120px);
    position: absolute
}

@media (min-width:768px) {
    .result-img {
        bottom: -10px;
        left: auto;
        right: -130px
    }
}

@media (min-width:992px) {
    .result-img {
        right: -170px
    }
}

.result-img img {
    display: block;
    height: auto;
    max-width: 240px
}

@media (min-width:768px) {
    .result-img img {
        max-width: 600px
    }
}

@media (min-width:992px) {
    .result-img img {
        max-width: 100%
    }
}

.doctor {
    padding: 60px 0 85px
}

.doctor .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 1370px
}

@media (min-width:992px) {
    .doctor .container {
        flex-direction: row
    }
}

.doctor h2 {
    color: #4580c3;
    margin: 0 0 35px
}

@media (min-width:768px) {
    .doctor h2 {
        margin: 0 0 72px
    }
}

@media (min-width:992px) {
    .doctor-photo {
        width: 350px
    }
}

@media (min-width:1200px) {
    .doctor-photo {
        width: 516px
    }
}

.doctor-photo img {
    box-shadow: 0 0 40px rgba(18, 48, 118, .17);
    display: block;
    height: auto;
    max-width: 100%
}

.doctor-description {
    background: #fff;
    box-shadow: 0 0 40px rgba(18, 48, 118, .17);
    padding: 40px 15px;
    position: relative;
    max-width: 516px
}

@media (min-width:768px) {
    .doctor-description {
        padding: 40px
    }
}

@media (min-width:992px) {
    .doctor-description {
        max-width: 100%;
        width: calc(100% - 350px)
    }
}

@media (min-width:1200px) {
    .doctor-description {
        padding: 85px 94px 48px 85px;
        width: calc(100% - 516px)
    }
}

@media (min-width:1200px) {
    .doctor-description::after {
        background-size: cover
    }
}

.doctor-description p {
    color: #101010;
    font: 18px/22px "Roboto", sans-serif;
    margin: 0 0 10px
}

@media (min-width:1200px) {
    .doctor-description p {
        font-size: 21px;
        line-height: 28px
    }
}

.doctor-description p:first-child {
    position: relative;
    text-indent: 40px
}

@media (min-width:1200px) {
    .doctor-description p:first-child {
        text-indent: 75px
    }
}

.doctor-description p:first-child::before {
    color: #749fd1;
    content: '„';
    font: 100px/100px "Roboto", sans-serif;
    left: -40px;
    position: absolute;
    top: -80px
}

@media (min-width:1200px) {
    .doctor-description p:first-child::before {
        font-size: 172px;
        left: -75px;
        line-height: 172px;
        top: -150px
    }
}

.doctor-name {
    color: #4580c3;
    display: block;
    font: 700 italic 16px/18px "Roboto", sans-serif;
    margin-left: auto;
    text-align: right
}

@media (min-width:768px) {
    .doctor-name {
        font-size: 18px
    }
}

.benefits {
    padding: 0 0 80px
}

.benefits h2 {
    color: #4580c3;
    margin: 0 0 57px
}

.benefits h2 img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 258px
}

.benefits-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 -13px
}

@media (min-width:992px) {
    .benefits-list {
        flex-direction: row
    }
}

.benefits .benefit {
    margin: 0 0 40px;
    position: relative;
    text-align: center
}

@media (min-width:992px) {
    .benefits .benefit {
        margin: 0 13px;
        width: calc(20% - 26px)
    }
}

.benefits .benefit::before {
    box-shadow: 0 0 70px #000;
    border-radius: 50%;
    content: '';
    left: calc(50% - 50px);
    height: 50px;
    position: absolute;
    top: 50px;
    width: 50px
}

@media (min-width:1200px) {
    .benefits .benefit::before {
        height: 100px;
        width: 100px
    }
}

.benefits .benefit-img {
    margin: 0 auto 15px;
    height: 193px;
    transform-origin: 50%;
    width: 207px
}

@media (min-width:992px) {
    .benefits .benefit-img {
        margin: 0 auto;
        transform: scale(.8)
    }
}

@media (min-width:1200px) {
    .benefits .benefit-img {
        margin: 0 auto 15px;
        transform: scale(1)
    }
}

.benefits .benefit-img img {
    display: block;
    height: auto;
    max-width: 100%
}

.benefits p {
    color: #4580c3;
    font: 700 25px/31px "Roboto", sans-serif;
    text-align: center
}

.bg-gray-bottom {
    background: url(../images/bg-gray-bottom.png) no-repeat center bottom
}

.reviews {
    padding: 56px 0
}

@media (min-width:768px) {
    .reviews {
        padding: 56px 50px 0
    }
}

@media (min-width:1200px) {
    .reviews {
        padding: 56px 0 0
    }
}

.reviews h2 {
    color: #007dc6;
    margin: 0 0 58px;
    position: relative;
    z-index: 99
}

.reviews-slider {
    box-shadow: 7px 21px 49px rgba(22, 22, 94, .28)
}

.reviews-slider::before {
    background: url(../images/bg-reviews.jpg) no-repeat;
    content: '';
    height: 350px;
    position: absolute;
    right: -380px;
    top: -110px;
    width: 666px;
    z-index: -10
}

.reviews .review {
    background: #4999d0;
    box-shadow: 7px 21px 49px rgba(22, 22, 94, .28);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px
}

@media (min-width:768px) {
    .reviews .review {
        padding: 40px
    }
}

@media (min-width:992px) {
    .reviews .review {
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .reviews .review {
        padding: 66px 90px 64px 93px
    }
}

.reviews .review-img {
    margin: 0 0 30px
}

@media (min-width:992px) {
    .reviews .review-img {
        margin: 0;
        width: 246px
    }
}

.reviews .review-img img {
    box-shadow: 0 0 35px rgba(69, 77, 146, .32);
    display: block;
    height: auto;
    margin: auto;
    max-width: 270px
}

@media (min-width:992px) {
    .reviews .review-img img {
        margin: 0
    }
}

@media (min-width:992px) {
    .reviews .review-text {
        width: calc(100% - 290px)
    }
}

.reviews .review p {
    color: #fff;
    font: 18px/22px "Roboto", sans-serif;
}

@media (min-width:768px) {
    .reviews .review p {
        font-size: 21px;
        line-height: 30px
    }
}

.reviews .review-name {
    color: #fff;
    display: block;
    font: 700 italic 21px/30px "Roboto", sans-serif;
    text-align: right
}

.reviews .owl-dots {
    bottom: -30px;
    display: flex;
    left: 0;
    justify-content: center;
    position: absolute;
    right: 0
}

.reviews .owl-dots .owl-dot {
    background: #4999d0;
    border: 1px solid #4999d0;
    height: 15px;
    border-radius: 50%;
    margin: 0 10px;
    width: 15px
}

.reviews .owl-dots .owl-dot.active {
    background: #fff
}

.reviews .owl-nav .owl-next,
.reviews .owl-nav .owl-prev {
    background: #fff url(../images/icon-arrow-nav.png) no-repeat center;
    border-radius: 50%;
    box-shadow: 0 0 35px rgba(69, 77, 146, .32);
    cursor: pointer;
    height: 76px;
    left: -38px;
    position: absolute;
    top: calc(50% - 38px);
    transition: all .25s ease;
    width: 76px
}

.reviews .owl-nav .owl-next span,
.reviews .owl-nav .owl-prev span {
    font-size: 0
}

.reviews .owl-nav .owl-next:focus,
.reviews .owl-nav .owl-prev:focus {
    outline: 0
}

.reviews .owl-nav .owl-next:hover,
.reviews .owl-nav .owl-prev:hover {
    box-shadow: 0 0 15px rgba(69, 77, 146, .32)
}

.reviews .owl-nav .owl-next {
    left: auto;
    right: -38px;
    transform: scale(-1)
}

.use {
    display: none;
    padding: 84px 0 89px
}

@media (min-width:768px) {
    .use {
        display: block
    }
}

.use h2 {
    color: #007dc6;
    margin: 0 0 58px
}

.use-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 -15px
}

@media (min-width:768px) {
    .use-wrapper {
        align-items: flex-start;
        flex-direction: row
    }
}

.use-day {
    background: #fdd18c;
    background: linear-gradient(to bottom, #fdd18c 0, #ff8b03 100%);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    padding: 33px 15px;
    position: relative;
    text-align: center;
    margin: 0 15px 30px;
    max-width: 166px;
    min-width: 166px
}

@media (min-width:768px) {
    .use-day {
        margin: 0 15px
    }
}

.use-day::before {
    background: url(../images/drug.png) no-repeat;
    content: '';
    height: 84px;
    left: calc(50% - 69px);
    position: absolute;
    top: -42px;
    width: 138px
}

.use-day-icon {
    -webkit-animation: rotate 20s infinite;
    animation: rotate 20s infinite;
    align-items: center;
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 0 0 19px
}

.use-day h3 {
    color: #fff;
    font: 17px/18px "Roboto", sans-serif;
    margin: 0 0 8px
}

.use-day p {
    color: #fff;
    font: 14px/13px "Roboto", sans-serif;
}

.use-night {
    background: #bdecf4;
    background: linear-gradient(to bottom, #bdecf4 0, #21a7e1 100%);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    padding: 33px 15px;
    position: relative;
    text-align: center;
    margin: 0 15px 30px;
    max-width: 166px;
    min-width: 166px
}

@media (min-width:768px) {
    .use-night {
        margin: 0 15px
    }
}

.use-night::before {
    background: url(../images/drug.png) no-repeat;
    content: '';
    height: 84px;
    left: calc(50% - 69px);
    position: absolute;
    top: -42px;
    width: 138px
}

.use-night-icon {
    -webkit-animation: rotate-half 10s infinite;
    animation: rotate-half 10s infinite;
    align-items: center;
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 0 0 19px
}

.use-night h3 {
    color: #fff;
    font: 17px/18px "Roboto", sans-serif;
    margin: 0 0 8px
}

.use-night p {
    color: #fff;
    font: 14px/13px "Roboto", sans-serif;
}

.use-img {
    margin: 0 15px;
    min-width: 154px
}

.use-img img {
    display: block;
    height: auto;
    max-width: 100%
}

.use-text {
    align-items: center;
    background: #499ad1;
    border-radius: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0 15px;
    max-width: 503px;
    padding: 10px;
    text-align: center
}

@media (min-width:768px) {
    .use-text {
        height: 238px
    }
}

.use-text p {
    font: 900 18px/24px "Roboto", sans-serif;
}

@media (min-width:992px) {
    .use-text p {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width:1200px) {
    .use-text p {
        font-size: 30px;
        line-height: 48px
    }
}

.gray-reviews-use {
    background: url(../images/bg-gray-reviews-use.png) no-repeat center bottom
}

.how-work {
    background: url(../images/bg-how-work.png) no-repeat center bottom;
    padding: 25px 0 0
}

@media (min-width:768px) {
    .how-work {
        padding: 96px 0 100px
    }
}

.how-work h2 {
    color: #007dc6;
    margin: 0 0 80px
}

@media (min-width:768px) {
    .how-work h2 {
        margin: 0 0 144px
    }
}

.how-work-list {
    display: flex;
    flex-direction: column;
    margin: 0 -16px
}

@media (min-width:768px) {
    .how-work-list {
        flex-direction: row
    }
}

.how-work-item {
    background: #fff;
    box-shadow: 0 0 29px rgba(32, 33, 37, .22);
    margin: 0 16px 100px;
    padding: 80px 25px 25px;
    position: relative;
    text-align: center;
    width: calc(100% - 32px)
}

@media (min-width:768px) {
    .how-work-item {
        margin: 0 16px;
        padding: 122px 25px 25px;
        width: calc(100% / 3 - 32px)
    }
}

.how-work-icon {
    align-items: center;
    background: url(../images/circle-bg.png) no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 51px rgba(18, 46, 109, .63);
    display: flex;
    height: 120px;
    justify-content: center;
    left: calc(50% - 60px);
    position: absolute;
    top: -60px;
    width: 120px
}

@media (min-width:768px) {
    .how-work-icon {
        height: 155px;
        left: calc(50% - 77px);
        top: -77px;
        width: 155px
    }
}

.how-work-icon img {
    display: block
}

.how-work h3 {
    color: #4580c3;
    font: 700 24px/36px "Roboto", sans-serif;
}

.footer {
    align-items: center;
    background: #b9cfdf;
    display: flex;
    justify-content: center;
    padding: 50px
}

@media (min-width:768px) {
    .footer {
        height: 214px
    }
}

.footer .logo img {
    display: block;
    height: auto;
    max-width: 260px
}

.counter {
    background: #fff;
    border-radius: 5px;
    color: #000;
    display: flex;
    font: 700 22px "Roboto", sans-serif;
    justify-content: center;
    margin: 0 auto 38px;
    padding: 10px 15px;
    text-align: center;
    width: 270px
}

@media (min-width:768px) {
    .counter {
        font-size: 30px
    }
}

@media (min-width:992px) {
    .counter {
        margin: 0 0 38px auto
    }
}

.counter span {
    display: block;
    font-size: 9px;
    font-weight: 700;
    text-align: center
}

.counter .hoursSH {
    padding: 0 0 0 10px
}

.counter .hoursSH::before {
    content: ':';
    margin: 0 3px 0 0
}

.counter .minutesSH {
    padding: 0 10px
}

.counter .minutesSH::before {
    content: ':';
    margin: 0 3px 0 0
}

.counter .secondsSH::before {
    content: ':';
    margin: 0 3px 0 0
}

@-webkit-keyframes pulse {
    10% {
        transform: scale(1.05)
    }
}

@keyframes pulse {
    10% {
        transform: scale(1.05)
    }
}

@-webkit-keyframes pulse-text {
    10% {
        transform: scale(1.02)
    }
}

@keyframes pulse-text {
    10% {
        transform: scale(1.02)
    }
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-half {
    50% {
        transform: rotate(60deg)
    }
}

@keyframes rotate-half {
    50% {
        transform: rotate(60deg)
    }
}

.cta-img img,
.hero-description::after,
.result-img img {
    transform: translateY(-50px);
    transition: all .5s ease;
    opacity: 0
}

.animation-on .cta-img img,
.animation-on .hero-description::after,
.animation-on .result-img img {
    transform: translateY(0);
    opacity: 1
}

.logo {
    color: #363636;
    font: 700 48px Arial, Helvetica, sans-serif;
}

.product-name {
    color: #000;
    padding: 0 10px;
}

.benefits .product-name {
    display: block;
}

@media (max-width:575px) {
    .logo {
        font-size: 42px;
    }
}