/*! 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 {
    -webkit-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    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
}

@font-face {
    font-family: helioscond;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/helioscond.eot);
    src: url(../fonts/helioscond.eot) format("embedded-opentype"), url(../fonts/helioscond.woff) format("woff"), url(../fonts/helioscond.ttf) format("truetype")
}

@font-face {
    font-family: helioscond;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/helioscond-bold.eot);
    src: url(../fonts/helioscond-bold.eot) format("embedded-opentype"), url(../fonts/helioscond-bold.woff) format("woff"), url(../fonts/helioscond-bold.ttf) format("truetype")
}

.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 {
    border-bottom: 40px solid #d3d7e3;
    border-top: 40px solid #d3d7e3;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

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

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

.hidden-text {
    display: none
}

.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 2s linear;
    transition: opacity 2s linear
}

.hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 2s, opacity 2s linear;
    transition: visibility 0s 2s, opacity 2s linear
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clear {
    clear: both;
    width: 100%
}

.title-bg {
    background: #7ab42a;
    border-radius: 10px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: 700 30px/50px "Open Sans", sans-serif;
    letter-spacing: 2px;
    margin: 0 0 14px;
    padding: 0 8px;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width:768px) {
    .title-bg {
        font: 700 60px/80px "Open Sans", sans-serif;
        padding: 0 12px
    }
}

@media (min-width:992px) {
    .title-bg {
        font: 700 90px/115px "Open Sans", sans-serif;
        margin: 0 0 22px;
        padding: 0 18px
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

body,
html {
    height: 100%
}

body {
    background-color: #fff;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px
}

::-moz-selection {
    background: #7ab42a;
    color: #fff
}

::selection {
    background: #7ab42a;
    color: #fff
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    background: 0 0;
    border: 1px solid #343434;
    border-radius: 2px;
    color: #909295;
    font: 19px helioscond, sans-serif;
    height: 45px;
    margin: 0 0 6px;
    padding: 0 7px 0 57px;
    position: relative;
    width: 100%;
    z-index: 2
}

input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    outline: 0
}

input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #909295 !important;
    opacity: 1 !important
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #909295 !important;
    opacity: 1 !important
}

input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #909295 !important;
    opacity: 1 !important
}

input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #909295 !important;
    opacity: 1 !important
}

input[type=email]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important
}

input[type=email]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important
}

input[type=email]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important
}

input[type=email]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}

input[type=email].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: red
}

input[type=email].name,
input[type=password].name,
input[type=tel].name,
input[type=text].name,
input[type=url].name,
textarea.name {
    background: url(../img/icon-name.png) no-repeat 16px center
}

input[type=email].phone,
input[type=password].phone,
input[type=tel].phone,
input[type=text].phone,
input[type=url].phone,
textarea.phone {
    background: url(../img/icon-phone.png) no-repeat 16px center
}

select {
    background: 0 0;
    border: 1px solid #343434;
    border-radius: 2px;
    color: #909295;
    font: 19px helioscond, sans-serif;
    height: 45px;
    margin: 0 0 6px;
    padding: 0 7px 0 57px;
    position: relative;
    width: 100%;
    z-index: 2
}

select:focus {
    outline: 0
}

select.country {
    background: url(../img/icon-country.png) no-repeat 16px center
}

input[type=submit]:focus {
    outline: 0
}

.textarea {
    width: 100%
}

textarea {
    border: none;
    height: 99px;
    margin: 0 0 21px;
    padding: 8px 0 0 11px;
    resize: none
}

textarea:-moz-placeholder {
    color: #7ab42a !important;
    opacity: 1 !important
}

textarea::-moz-placeholder {
    color: #7ab42a !important;
    opacity: 1 !important
}

textarea:-ms-input-placeholder {
    color: #7ab42a !important;
    opacity: 1 !important
}

textarea::-webkit-input-placeholder {
    color: #7ab42a !important;
    opacity: 1 !important
}

textarea:focus:-moz-placeholder {
    color: transparent !important
}

textarea:focus::-moz-placeholder {
    color: transparent !important
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}

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

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

h1 {
    margin: 0 0 19px
}

h2 {
    margin: 0 0 18px
}

h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 21px
}

@media (min-width:768px) {
    h3 {
        font-size: 20px;
        line-height: 28px;
        padding: 0
    }
}

p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 18px
}

p:last-child {
    margin-bottom: 0
}

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

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: anim-btn 1.5s linear infinite;
    animation: anim-btn 1.5s linear infinite;
    background: #d80000;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 12px 12px 8px rgba(2, 3, 6, .23);
    box-shadow: 12px 12px 8px rgba(2, 3, 6, .23);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 78px;
    letter-spacing: 2px;
    margin: 12px 0 0;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%
}

.btn:hover {
    -webkit-box-shadow: 6px 6px 8px rgba(2, 3, 6, .23);
    box-shadow: 6px 6px 8px rgba(2, 3, 6, .23)
}

.btn:focus {
    -webkit-box-shadow: 0 0 8px rgba(2, 3, 6, .23);
    box-shadow: 0 0 8px rgba(2, 3, 6, .23);
    outline: 0
}

@-webkit-keyframes anim-btn {
    0% {
        -webkit-box-shadow: 0 0 18px rgba(71, 140, 114, .35);
        box-shadow: 0 0 18px rgba(71, 140, 114, .35);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0 3px 8px rgba(71, 140, 114, .35);
        box-shadow: 0 3px 8px rgba(71, 140, 114, .35);
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-box-shadow: 0 0 18px rgba(71, 140, 114, .35);
        box-shadow: 0 0 18px rgba(71, 140, 114, .35);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes anim-btn {
    0% {
        -webkit-box-shadow: 0 0 18px rgba(71, 140, 114, .35);
        box-shadow: 0 0 18px rgba(71, 140, 114, .35);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-box-shadow: 0 3px 8px rgba(71, 140, 114, .35);
        box-shadow: 0 3px 8px rgba(71, 140, 114, .35);
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-box-shadow: 0 0 18px rgba(71, 140, 114, .35);
        box-shadow: 0 0 18px rgba(71, 140, 114, .35);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.hero {
    background: url(../img/bg-hero.jpg) no-repeat center 0;
    background-size: cover;
    padding: 42px 0 0
}

@media (min-width:992px) {
    .hero {
        height: 910px
    }
}

@media (min-width:992px) {
    .hero .container {
        padding-left: 275px
    }
}

@media (min-width:1200px) {
    .hero .container {
        padding-left: 475px
    }
}

.hero h2 {
    color: #000;
    font: 700 32px/44px "Open Sans", sans-serif;
    margin: 0 0 14px
}

@media (min-width:992px) {
    .hero h2 {
        font: 700 48px/58px "Open Sans", sans-serif;
        margin: 0 0 28px
    }
}

.hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 170px;
    position: relative
}

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

@media (min-width:992px) {
    .hero-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.hero-content::before {
    background: url(../img/product-main.png) no-repeat right bottom;
    background-size: contain;
    bottom: -60px;
    content: '';
    height: 424px;
    left: calc(50% - 170px);
    position: absolute;
    width: 300px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

@media (min-width:768px) {
    .hero-content::before {
        left: -70px;
        width: 480px
    }
}

@media (min-width:860px) {
    .hero-content::before {
        left: 2%
    }
}

@media (min-width:992px) {
    .hero-content::before {
        left: -340px;
        width: 400px
    }
}

@media (min-width:1200px) {
    .hero-content::before {
        height: 424px;
        left: -550px;
        width: 586px;
        padding-left: 475px
    }
}

.hero-list {
    padding: 42px 0 0
}

.hero-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 20px/26px "Open Sans", sans-serif;
    margin: 0 0 8px;
    min-height: 74px;
    padding: 0 0 0 98px;
    position: relative
}

.hero-list li::before {
    background: url(../img/icon-list.png) no-repeat 0 0;
    content: '';
    height: 74px;
    left: 0;
    position: absolute;
    top: 0;
    width: 74px;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:768px) {
    .hero-list li {
        font: 28px/34px "Open Sans", sans-serif
    }
}

@media (min-width:992px) {
    .hero-list li {
        margin: 0 0 33px
    }
}

.hero-form {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: #fff;
    margin: 11px auto 20px auto;
    max-width: 400px;
    min-width: 290px;
    padding: 23px
}

@media (min-width:768px) {
    .hero-form {
        margin: 11px 0 20px auto;
        min-width: 318px
    }
}

@media (min-width:992px) {
    .hero-form {
        margin: 11px 0 20px 35px
    }
}

.hero-form h3 {
    color: #6d6d6d;
    font: 16px/20px helioscond, sans-serif;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:768px) {
    .hero-form h3 {
        font: 20px/20px helioscond, sans-serif
    }
}

.hero-form-counter {
    background: #7ab42a;
    border-radius: 13px;
    color: #fff;
    padding: 5px;
    text-align: center
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 39px;
    text-align: center
}

@media (min-width:768px) {
    .price:last-child {
        padding: 0
    }
}

.price-new,
.price-old {
    color: #d80000;
    font: 700 40px/40px helioscond, sans-serif;
    padding: 14px 8px 0
}

@media (min-width:768px) {

    .price-new,
    .price-old {
        font: 700 50px/50px helioscond, sans-serif
    }
}

.price-old {
    color: #a1a3a5
}

.price-title {
    font: 17px/17px helioscond, sans-serif;
    padding: 5px 0 0
}

.about {
    display: none;
    padding: 90px 0 40px
}

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

@media (min-width:992px) {
    .about {
        padding: 96px 0 90px
    }
}

.about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-img {
    display: none;
    min-width: calc(100% - 650px)
}

@media (min-width:992px) {
    .about-img {
        display: block
    }
}

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

@media (min-width:992px) {
    .about-description {
        padding: 24px 0 0 75px
    }
}

.about-description h2 {
    color: #d80000;
    font: 700 24px/24px "Open Sans", sans-serif;
    margin: 0 0 30px
}

@media (min-width:768px) {
    .about-description h2 {
        font: 700 32px/32px "Open Sans", sans-serif;
        margin: 0 0 40px
    }
}

@media (min-width:1200px) {
    .about-description h2 {
        font: 700 48px/48px "Open Sans", sans-serif;
        margin: 0 0 67px
    }
}

.about-description p {
    color: #000;
    font: 16px/22px "Open Sans", sans-serif;
    margin: 0 0 22px
}

@media (min-width:768px) {
    .about-description p {
        font: 18px/24px "Open Sans", sans-serif;
        margin: 0 0 24px
    }
}

@media (min-width:1200px) {
    .about-description p {
        font: 24px/29px "Open Sans", sans-serif;
        margin: 0 0 29px
    }
}

.about-description h3 {
    color: #000;
    font: 600 18px/24px "Open Sans", sans-serif
}

@media (min-width:768px) {
    .about-description h3 {
        font: 600 22px/28px "Open Sans", sans-serif
    }
}

@media (min-width:992px) {
    .about-description h3 {
        font: 600 22px/28px "Open Sans", sans-serif
    }
}

@media (min-width:1200px) {
    .about-description h3 {
        font: 600 28px/34px "Open Sans", sans-serif
    }
}

.symptoms {
    padding: 90px 0 60px;
    position: relative
}

@media (min-width:768px) {
    .symptoms {
        padding: 0 0 60px
    }
}

.symptoms::after {
    background: url(../img/bg-symptoms.jpg) no-repeat 0 bottom;
    background-size: auto;
    bottom: 0;
    content: '';
    left: calc(50% - 0px);
    height: 519px;
    position: absolute;
    width: 862px
}

@media (min-width:992px) {
    .symptoms::after {
        background-size: 500px
    }
}

@media (min-width:1200px) {
    .symptoms::after {
        background-size: auto
    }
}

.symptoms .container {
    position: relative;
    z-index: 9
}

.symptoms h2 {
    color: #d80000;
    font: 700 24px/24px "Open Sans", sans-serif;
    margin: 0 0 30px
}

@media (min-width:768px) {
    .symptoms h2 {
        font: 700 32px/32px "Open Sans", sans-serif;
        margin: 0 0 40px
    }
}

@media (min-width:1200px) {
    .symptoms h2 {
        font: 700 48px/48px "Open Sans", sans-serif;
        margin: 0 0 67px
    }
}

.symptoms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .symptoms-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.symptoms-list ul {
    margin-right: 40px
}

@media (min-width:992px) {
    .symptoms-list ul {
        margin-right: 75px
    }
}

.symptoms-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 18px/22px "Open Sans", sans-serif;
    margin: 0 0 10px;
    min-height: 35px;
    padding: 0 0 0 50px;
    position: relative
}

.symptoms-list li::before {
    background: url(../img/symptoms-list.png) no-repeat 0 3px;
    content: '';
    height: 35px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 35px;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:768px) {
    .symptoms-list li {
        font: 22px/32px "Open Sans", sans-serif;
        padding: 0 0 0 50px
    }
}

@media (min-width:992px) {
    .symptoms-list li {
        background-position: 0 8px;
        background-size: 24px;
        font: 22px/42px "Open Sans", sans-serif;
        margin: 0
    }
}

@media (min-width:1200px) {
    .symptoms-list li {
        background-position: 0 5px;
        background-size: auto;
        font: 28px/48px "Open Sans", sans-serif;
        padding: 0 0 0 60px
    }
}

.treatment {
    background: #cbd7e4;
    background-size: cover;
    padding: 77px 0 30px
}

@media (min-width:992px) {
    .treatment {
        background: #cbd7e4 url(../img/bg-treatment.jpg) no-repeat right 0
    }
}

@media (min-width:992px) {
    .treatment-description {
        padding: 0 0 0 390px
    }
}

.treatment-description h2 {
    border: 2px solid #d80000;
    color: #d80000;
    font: 700 24px/24px "Open Sans", sans-serif;
    margin: 0 0 30px;
    padding: 15px 10px
}

@media (min-width:768px) {
    .treatment-description h2 {
        font: 700 32px/32px "Open Sans", sans-serif;
        margin: 0 0 40px
    }
}

@media (min-width:1200px) {
    .treatment-description h2 {
        font: 700 44px/44px "Open Sans", sans-serif;
        margin: 0 0 46px
    }
}

.treatment-description p {
    font: 16px/22px "Open Sans", sans-serif;
    margin: 0 0 22px
}

@media (min-width:768px) {
    .treatment-description p {
        font: 18px/24px "Open Sans", sans-serif;
        margin: 0 0 24px
    }
}

@media (min-width:992px) {
    .treatment-description p {
        font: 28px/34px "Open Sans", sans-serif;
        margin: 0 0 34px
    }
}

.about-product {
    background: url(../img/bg-about-product.jpg) no-repeat center 0;
    background-size: cover;
    padding: 62px 0 52px;
    position: relative
}

@media (min-width:992px) {
    .about-product {
        position: static
    }
}

.about-product h3 {
    font: 700 24px/32px "Open Sans", sans-serif;
    margin: 0 0 25px
}

@media (min-width:768px) {
    .about-product h3 {
        font: 700 32px/44px "Open Sans", sans-serif;
        margin: 0 0 25px
    }
}

@media (min-width:992px) {
    .about-product h3 {
        font: 700 48px/58px "Open Sans", sans-serif;
        margin: 0 0 55px
    }
}

.about-product-list {
    max-width: 600px;
    padding: 0 0 200px
}

@media (min-width:992px) {
    .about-product-list {
        padding: 0;
        position: relative
    }
}

@media (min-width:1200px) {
    .about-product-list {
        max-width: 700px
    }
}

.about-product-list::after {
    background: url(../img/product-1.png) no-repeat 0 bottom;
    background-size: contain;
    bottom: -90px;
    content: '';
    height: 405px;
    left: calc(50% - 230px);
    position: absolute;
    width: 500px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

@media (min-width:768px) {
    .about-product-list::after {
        height: 605px;
        left: calc(50% - 250px)
    }
}

@media (min-width:992px) {
    .about-product-list::after {
        bottom: -50px;
        height: 400px;
        left: calc(100% - 70px);
        width: 748px
    }
}

@media (min-width:1200px) {
    .about-product-list::after {
        height: 605px;
        left: calc(100% - 130px);
        width: 748px
    }
}

.about-product-list li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0 3px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 18px/24px "Open Sans", sans-serif;
    margin: 0 0 24px;
    min-height: 60px;
    padding: 0 0 0 78px;
    -webkit-animation: pulse-icon 1.5s infinite;
    animation: pulse-icon 1.5s infinite
}

@-webkit-keyframes pulse-icon {
    0% {
        background-size: auto 58px
    }

    50% {
        background-size: auto 53px
    }

    100% {
        background-size: auto 58px
    }
}

@keyframes pulse-icon {
    0% {
        background-size: auto 58px
    }

    50% {
        background-size: auto 53px
    }

    100% {
        background-size: auto 58px
    }
}

@media (min-width:992px) {
    .about-product-list li {
        font: 24px/30px "Open Sans", sans-serif;
        margin: 0 0 36px
    }
}

@media (min-width:1200px) {
    .about-product-list li {
        font: 28px/34px "Open Sans", sans-serif;
        margin: 0 0 42px
    }
}

.cta {
    background: url(../img/bg-cta.jpg) no-repeat center 0;
    background-size: cover;
    padding: 48px 0
}

@media (min-width:768px) {
    .cta-btn {
        display: none
    }
}

.cta-form {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 593px;
    padding: 9px 15px 21px
}

@media (min-width:768px) {
    .cta-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 28px 39px 21px 34px;
        min-width: 318px
    }
}

.cta-form-left,
.cta-form-right {
    display: none
}

@media (min-width:768px) {

    .cta-form-left,
    .cta-form-right {
        display: block;
        width: calc(50% - 15px)
    }
}

.cta-form h3 {
    color: #6d6d6d;
    font: 28px/35px helioscond, sans-serif;
    margin: 0 0 17px;
    text-align: center;
    text-transform: uppercase
}

.cta-form-counter {
    background: #7ab42a;
    border-radius: 13px;
    color: #fff;
    padding: 5px;
    text-align: center
}

.efficiency {
    padding: 40px 0 0;
    position: relative;
    overflow: hidden
}

.efficiency::before {
    background: url(../img/bg-efficiency-right.jpg) no-repeat right 0;
    content: '';
    height: 1355px;
    left: calc(50% + 307px);
    position: absolute;
    top: 0;
    width: 653px;
    z-index: 5
}

.efficiency::after {
    background: url(../img/bg-efficiency-left.jpg) no-repeat 0 0;
    content: '';
    height: 1359px;
    position: absolute;
    right: calc(50% + 84px);
    top: 0;
    width: 876px;
    z-index: 5
}

.efficiency .container {
    position: relative;
    z-index: 9
}

.efficiency h2 {
    font: 700 32px/44px "Open Sans", sans-serif;
    margin: 0 0 30px;
    text-align: center
}

@media (min-width:768px) {
    .efficiency h2 {
        font: 700 48px/93px "Open Sans", sans-serif
    }
}

.efficiency h2 span {
    background: #7ab42a;
    border-radius: 8px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: 700 32px/44px "Open Sans", sans-serif;
    letter-spacing: 2px;
    padding: 0 14px;
    vertical-align: bottom;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width:768px) {
    .efficiency h2 span {
        font: 700 70px/90px "Open Sans", sans-serif
    }
}

.efficiency-wrapper {
    margin: auto;
    max-width: 738px;
    position: relative
}

@media (min-width:768px) {
    .efficiency-wrapper {
        height: 1305px
    }
}

@media (min-width:992px) {
    .efficiency-wrapper {
        background: url(../img/bg-efficiency.jpg) no-repeat center 47%;
        height: 1120px;
        max-width: 1035px
    }
}

.efficiency-item {
    background: url(../img/border.png) no-repeat;
    background-size: 295px auto;
    height: 260px;
    margin: auto;
    padding: 30px 46px 0;
    text-align: center;
    width: 300px
}

@media (min-width:768px) {
    .efficiency-item {
        background-size: auto;
        height: 370px;
        padding: 50px 70px 0;
        position: absolute;
        width: 412px
    }
}

.efficiency-item:nth-child(1) {
    left: 0;
    top: 0
}

@media (min-width:992px) {
    .efficiency-item:nth-child(1) {
        left: calc(50% - 206px)
    }
}

.efficiency-item:nth-child(2) {
    left: 0;
    top: 370px
}

@media (min-width:992px) {
    .efficiency-item:nth-child(2) {
        left: -55px;
        top: 185px
    }
}

@media (min-width:1120px) {
    .efficiency-item:nth-child(2) {
        left: 0
    }
}

.efficiency-item:nth-child(3) {
    right: 0;
    top: 185px
}

@media (min-width:992px) {
    .efficiency-item:nth-child(3) {
        right: -55px
    }
}

@media (min-width:1120px) {
    .efficiency-item:nth-child(3) {
        right: 0
    }
}

.efficiency-item:nth-child(4) {
    left: 0;
    top: 739px
}

@media (min-width:992px) {
    .efficiency-item:nth-child(4) {
        left: -55px;
        top: 554px
    }
}

@media (min-width:1120px) {
    .efficiency-item:nth-child(4) {
        left: 0
    }
}

.efficiency-item:nth-child(5) {
    right: 0;
    top: 554px
}

@media (min-width:992px) {
    .efficiency-item:nth-child(5) {
        right: -55px
    }
}

@media (min-width:1120px) {
    .efficiency-item:nth-child(5) {
        right: 0
    }
}

.efficiency-item:nth-child(6) {
    bottom: 0;
    right: 0
}

@media (min-width:992px) {
    .efficiency-item:nth-child(6) {
        left: calc(50% - 206px);
        right: auto
    }
}

.efficiency-item h3 {
    color: #8ab61d;
    font: 700 14px/18px "Open Sans", sans-serif;
    margin: 0 13px 8px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .efficiency-item h3 {
        font: 700 20px/24px "Open Sans", sans-serif;
        margin: 0 0 21px
    }
}

.efficiency-item p {
    color: #000;
    font: 12px/16px "Open Sans", sans-serif
}

@media (min-width:768px) {
    .efficiency-item p {
        font: 16px/19px "Open Sans", sans-serif
    }
}

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

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

.research {
    display: none;
    padding: 0 0 60px
}

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

.research h2 {
    font: 700 32px/44px "Open Sans", sans-serif;
    margin: 0 0 30px;
    text-align: center
}

@media (min-width:768px) {
    .research h2 {
        font: 700 48px/93px "Open Sans", sans-serif
    }
}

.research h2 span {
    background: #7ab42a;
    border-radius: 8px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: 700 32px/44px "Open Sans", sans-serif;
    letter-spacing: 2px;
    padding: 0 14px;
    vertical-align: bottom;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width:768px) {
    .research h2 span {
        font: 700 70px/90px "Open Sans", sans-serif
    }
}

.research h2+p {
    font: 22px/28px "Open Sans", sans-serif;
    margin: 0 0 23px;
    text-align: center
}

@media (min-width:768px) {
    .research h2+p {
        font: 28px/33px "Open Sans", sans-serif
    }
}

.research-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media (min-width:992px) {
    .research-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 912px;
        margin: auto
    }
}

@media (min-width:1200px) {
    .research-wrapper {
        max-width: 100%
    }
}

.research-wrapper .svg-wrapper {
    height: 100%;
    position: absolute;
    overflow: hidden;
    -webkit-transition: all 1.5s ease .25s;
    transition: all 1.5s ease .25s
}

@media (min-width:992px) {
    .research-wrapper .svg-wrapper {
        display: block;
        left: calc(50% - 465px);
        height: 300px;
        width: 0
    }
}

@media (min-width:1200px) {
    .research-wrapper .svg-wrapper {
        left: -84px;
        height: 410px;
        width: 0
    }
}

.research-wrapper svg {
    display: none;
    left: calc(50% - 630px);
    height: 410px;
    position: absolute;
    top: 0;
    width: 1234px
}

@media (min-width:992px) {
    .research-wrapper svg {
        display: block;
        left: 0;
        height: 300px;
        width: auto
    }
}

@media (min-width:1200px) {
    .research-wrapper svg {
        left: 0;
        height: auto;
        width: 1234px
    }
}

.research-item {
    background: #d7f0c9;
    border-radius: 50%;
    height: 290px;
    margin: 0 auto 50px;
    padding: 0 20px 20px;
    position: relative;
    text-align: center;
    width: 290px;
    z-index: 9
}

@media (min-width:768px) {
    .research-item {
        background: 0 0;
        border-radius: 0;
        height: auto;
        margin: 0 auto 100px;
        padding: 20px 50px 38px 20px;
        width: 343px
    }
}

@media (min-width:992px) {
    .research-item {
        margin: 0;
        width: 252px
    }
}

@media (min-width:1200px) {
    .research-item {
        width: 343px
    }
}

.research-item:nth-child(2) {
    margin-top: 69px
}

@media (min-width:992px) {
    .research-item:nth-child(2) {
        margin: 58px 0 0 52px
    }
}

@media (min-width:1200px) {
    .research-item:nth-child(2) {
        margin: 69px 0 0
    }
}

@media (min-width:992px) {
    .research-item:nth-child(3) {
        left: calc(50% - 126px);
        position: absolute;
        top: 18px
    }
}

@media (min-width:1200px) {
    .research-item:nth-child(3) {
        left: calc(50% - 171px);
        top: 11px
    }
}

@media (min-width:992px) {
    .research-item:nth-child(4) {
        position: absolute;
        right: 50px;
        top: 58px
    }
}

@media (min-width:1200px) {
    .research-item:nth-child(4) {
        right: 0;
        top: 69px
    }
}

.research-item::before {
    background: url(../img/bg-circle.png) no-repeat;
    background-size: contain;
    content: '';
    display: none;
    height: 356px;
    left: 0;
    position: absolute;
    top: 0;
    width: 343px
}

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

@media (min-width:992px) {
    .research-item::before {
        height: 250px
    }
}

@media (min-width:1200px) {
    .research-item::before {
        height: 356px
    }
}

.research-item h3 {
    color: #73b72b;
    font: 900 50px/50px "Open Sans", sans-serif;
    margin: 54px 0 27px;
    position: relative;
    z-index: 3
}

@media (min-width:992px) {
    .research-item h3 {
        font: 900 40px/40px "Open Sans", sans-serif;
        margin: 45px 0 15px
    }
}

@media (min-width:1200px) {
    .research-item h3 {
        font: 900 60px/60px "Open Sans", sans-serif;
        margin: 54px 0 27px
    }
}

.research-item p {
    font: 18px/24px "Open Sans", sans-serif;
    position: relative;
    z-index: 3
}

@media (min-width:992px) {
    .research-item p {
        font: 16px/22px "Open Sans", sans-serif
    }
}

@media (min-width:1200px) {
    .research-item p {
        font: 24px/28px "Open Sans", sans-serif
    }
}

.doctor {
    background: #dee0e5;
    padding: 50px 0 0;
    position: relative
}

.doctor::after {
    background: url(../img/doctor.png) no-repeat;
    bottom: 0;
    content: '';
    display: none;
    left: calc(50% + 190px);
    height: 663px;
    position: absolute;
    width: 515px
}

@media (min-width:992px) {
    .doctor::after {
        display: block;
        left: calc(50% + 100px)
    }
}

@media (min-width:1200px) {
    .doctor::after {
        left: calc(50% + 190px)
    }
}

.doctor h2 {
    font: 700 32px/44px "Open Sans", sans-serif;
    margin: 0 0 50px
}

@media (min-width:768px) {
    .doctor h2 {
        font: 700 48px/86px "Open Sans", sans-serif
    }
}

@media (min-width:992px) {
    .doctor h2 {
        line-height: 66px
    }
}

@media (min-width:1200px) {
    .doctor h2 {
        line-height: 86px
    }
}

.doctor h2 span {
    background: #7ab42a;
    border-radius: 8px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: 700 32px/44px "Open Sans", sans-serif;
    letter-spacing: 2px;
    margin: 10px 0 0;
    padding: 0 14px;
    vertical-align: bottom;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width:768px) {
    .doctor h2 span {
        font: 700 70px/90px "Open Sans", sans-serif;
        margin: 0
    }
}

@media (min-width:992px) {
    .doctor h2 span {
        margin: 10px 0 0
    }
}

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

.doctor p {
    font: 18px/24px "Open Sans", sans-serif;
    margin: 0 0 25px
}

@media (min-width:768px) {
    .doctor p {
        font: 24px/28px "Open Sans", sans-serif
    }
}

.doctor h3 {
    font: 700 18px/24px "Open Sans", sans-serif;
    margin: 0
}

@media (min-width:768px) {
    .doctor h3 {
        font: 700 24px/28px "Open Sans", sans-serif
    }
}

.doctor-description {
    max-width: 780px;
    padding: 0 0 72px
}

@media (min-width:992px) {
    .doctor-description {
        max-width: 650px
    }
}

@media (min-width:1200px) {
    .doctor-description {
        max-width: 780px
    }
}

.reviews {
    padding: 50px 0 87px;
    position: relative;
    z-index: 9
}

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

.reviews h2 {
    font: 700 32px/44px "Open Sans", sans-serif;
    margin: 0 0 43px;
    text-align: center
}

@media (min-width:768px) {
    .reviews h2 {
        font: 700 48px/86px "Open Sans", sans-serif
    }
}

.reviews-wrapper {
    margin: auto;
    max-width: 808px;
    position: relative
}

.reviews .prev {
    background: url(../img/icon-slider.png) no-repeat;
    cursor: pointer;
    height: 44px;
    left: -70px;
    position: absolute;
    top: calc(50% - 22px);
    width: 23px
}

.reviews .next {
    background: url(../img/icon-slider.png) no-repeat;
    cursor: pointer;
    height: 44px;
    right: -70px;
    position: absolute;
    top: calc(50% - 22px);
    -webkit-transform: scale(-1);
    transform: scale(-1);
    width: 23px
}

.reviews .review {
    background: #dee0e5;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media (min-width:768px) {
    .reviews .review {
        border-radius: 200px 8px 8px 200px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 200px
    }
}

.reviews .review:focus {
    outline: 0
}

.reviews .review-img {
    border-radius: 200px;
    left: calc(50% - 100px);
    position: absolute;
    top: 15px
}

@media (min-width:768px) {
    .reviews .review-img {
        position: static
    }
}

.reviews .review-img img {
    border-radius: 200px;
    display: block;
    height: auto;
    max-width: 100%
}

.reviews .review-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 230px 15px 15px
}

@media (min-width:768px) {
    .reviews .review-description {
        padding: 16px 58px 16px 40px;
        width: calc(100% - 202px)
    }
}

.reviews .review-description p {
    font: 16px/20px "Open Sans", sans-serif;
    margin: 0 0 10px
}

@media (min-width:768px) {
    .reviews .review-description p {
        margin: 0
    }
}

.reviews .review-description h3 {
    font: 700 16px/20px "Open Sans", sans-serif;
    margin: 0;
    text-align: right
}

.how {
    padding: 0 0 50px
}

.how .container {
    position: relative
}

.how .container::before {
    background: url(../img/how-bg-left.jpg) no-repeat;
    content: '';
    left: -228px;
    height: 270px;
    position: absolute;
    top: -180px;
    width: 410px
}

.how .container::after {
    background: url(../img/how-bg-right.jpg) no-repeat;
    bottom: 0;
    content: '';
    height: 299px;
    position: absolute;
    right: -260px;
    width: 448px
}

.how-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -32px;
    position: relative;
    text-align: center;
    z-index: 9
}

@media (min-width:768px) {
    .how-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.how-item {
    margin: 0 32px;
    padding: 0 0 45px;
    width: calc(100% - 64px)
}

@media (min-width:768px) {
    .how-item {
        width: calc(100% / 3 - 64px)
    }
}

.how-item p {
    font: 24px/30px "Open Sans", sans-serif
}

.how-img {
    margin: 0 0 14px
}

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

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

.how p {
    font: 20px/30px "Open Sans", sans-serif;
    position: relative;
    text-align: center;
    z-index: 9
}

.how h2 {
    font: 700 32px/44px "Open Sans", sans-serif;
    margin: 0 0 48px;
    text-align: center;
    position: relative;
    z-index: 9
}

@media (min-width:768px) {
    .how h2 {
        font: 700 48px/86px "Open Sans", sans-serif
    }
}

.work {
    padding: 75px 0 70px
}

.work h2 {
    font: 700 32px/44px "Open Sans", sans-serif;
    margin: 0 0 48px;
    text-align: center
}

@media (min-width:768px) {
    .work h2 {
        font: 700 48px/86px "Open Sans", sans-serif
    }
}

.work p {
    font: 22px/29px "Open Sans", sans-serif;
    text-align: center
}

.work-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    .work-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.work-item {
    background: url(../img/border-work.png) no-repeat 0 0;
    margin: 0 auto 40px;
    padding: 16px 10px 0 10px;
    position: relative;
    max-width: 268px;
    min-width: 268px
}

@media (min-width:992px) {
    .work-item {
        margin: 0 32px
    }
}

@media (min-width:1200px) {
    .work-item {
        margin: 0 56px
    }
}

.work-item:last-child::after {
    display: none
}

.work-item::after {
    background: url(../img/arrow-next.png) no-repeat;
    content: '';
    display: none;
    height: 73px;
    position: absolute;
    right: -70px;
    top: 43px;
    width: 39px
}

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

.work-title {
    color: #7ab42a;
    font: 700 30px/30px "Open Sans", sans-serif;
    left: -4px;
    position: absolute;
    text-transform: uppercase;
    top: -20px
}

.work-img {
    padding: 0 0 38px
}

.work-img img {
    display: block;
    height: auto;
    margin: 0 0 0 auto;
    max-width: 100%
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 700 18px helioscond, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

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

.counter-title {
    color: #fff;
    font: 16px "Open Sans", sans-serif;
    text-align: center
}

@media (min-width:768px) {
    .counter-title {
        font: 19px "Open Sans", sans-serif
    }
}

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

.counter .minutesSH {
    padding: 0 3px
}

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

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

@media (min-width:992px) {
    .animation-on .svg-wrapper {
        width: 100%
    }
}

@media (min-width:1200px) {
    .animation-on .svg-wrapper {
        width: 1234px
    }
}

.animation-on .hero-content::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.animation-on .about-product-list::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.price_old {
    font-size: 40%;
    font-weight: 500;
    position: relative
}

.price_main {
    font-size: 80%;
    font-weight: 500;
    position: relative
}

.price_old::before {
    background: #d80000;
    content: '';
    height: 3px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: calc(50% - 1px);
    -webkit-transform: rotate(-13deg);
    transform: rotate(-13deg)
}

.ft-page {
    padding: 15px;
    text-align: center;
}