@charset "UTF-8";

/*! 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: BebasNeueBold;
    font-style: normal;
    font-weight: 400;
    src: url(//viposidn.com/content/3NJNMNtE3JAcl3q/fonts/BebasNeueBold.eot);
    src: url(//viposidn.com/content/3NJNMNtE3JAcl3q/fonts/BebasNeueBold.eot#iefix) format("embedded-opentype"), url(../fonts/BebasNeueBold.woff) format("woff"), url(//viposidn.com/content/3NJNMNtE3JAcl3q/fonts/BebasNeueBold.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 {
    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
}

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

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

@media (min-width:992px) {
    .show-mobile {
        display: none
    }
}

* {
    -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%;
    -webkit-transition: 0s;
    transition: 0s
}

body {
    background-color: #fff;
    color: #333;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    background: #fff;
    border: none;
    border-radius: 26px;
    color: #333;
    font: 16px Rubik, sans-serif;
    height: 39px;
    margin: 0 0 13px;
    padding: 0 26px;
    width: 100%;
    z-index: 2
}

input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]: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,
textarea:-moz-placeholder {
    color: #bcbcbc !important;
    opacity: 1 !important
}

input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bcbcbc !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,
textarea:-ms-input-placeholder {
    color: #bcbcbc !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,
textarea::-webkit-input-placeholder {
    color: #bcbcbc !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,
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,
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,
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,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}

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

select {
    -webkit-appearance: none;
    background: #fff;
    border: none;
    border-radius: 26px;
    color: #333;
    font: 16px Rubik, sans-serif;
    height: 39px;
    margin: 0 0 13px;
    padding: 0 26px;
    width: 100%;
    z-index: 2
}

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

select:focus {
    outline: 0
}

textarea {
    height: 112px;
    margin: 0 0 22px;
    padding: 16px 0 0 16px;
    resize: none
}

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

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

h1 {
    color: #333;
    font: 24px/32px Roboto, sans-serif;
    margin: 0 0 19px
}

@media (min-width:992px) {
    h1 {
        font-size: 34px;
        line-break: 48px
    }
}

h2 {
    color: #333;
    font: 700 36px/48px Rubik, sans-serif;
    margin: 0 0 16px;
    padding: 0 0 2px
}

h2.title {
    color: #29a29d;
    font: 900 28px/32px Rubik, sans-serif;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase
}

@media (min-width:768px) {
    h2.title {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 40px;
        padding: 0 0 30px
    }
}

@media (min-width:992px) {
    h2.title {
        font-size: 48px;
        line-height: 48px;
        margin: 0 0 57px;
        padding: 0 0 38px
    }
}

h2.title::after {
    background: #ffde00;
    bottom: 0;
    content: '';
    left: 0;
    height: 5px;
    position: absolute;
    width: 73px
}

h2.title span {
    color: #424242;
    display: block;
    font: 500 30px/30px Rubik, sans-serif;
    padding: 15px 0 0;
    text-transform: none
}

h2.title-center {
    text-align: center
}

h2.title-center::after {
    left: calc(50% - 36px)
}

h2.title-right {
    text-align: right
}

h2.title-right::after {
    left: auto;
    right: 0
}

h3 {
    color: #333;
    font: 600 20px/30px Roboto, sans-serif;
    margin: 0 0 13px
}

p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px
}

p:last-child {
    margin: 0
}

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

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff0;
    background: -webkit-gradient(linear, left top, left bottom, from(yellow), to(#ff7002));
    background: linear-gradient(to bottom, #ff0 0, #ff7002 100%);
    border: none;
    border-radius: 55px;
    -webkit-box-shadow: 0 16px 29px rgba(232, 132, 3, .35);
    box-shadow: 0 16px 29px rgba(232, 132, 3, .35);
    color: #333;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: 700 18px Rubik, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    padding: 0 73px;
    position: relative;
    top: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-animation: anim-btn 1.5s linear infinite;
    animation: anim-btn 1.5s linear infinite;
    text-transform: uppercase;
    text-align: center
}

.btn:hover {
    top: -3px
}

.btn:focus {
    outline: 0
}

.btn-red {
    background: #fb3749;
    -webkit-box-shadow: 12px 10px 29px rgba(242, 46, 64, .35);
    box-shadow: 12px 10px 29px rgba(242, 46, 64, .35);
    color: #fff;
    font: 700 18px Roboto, sans-serif;
    height: 55px;
    padding: 0 45px
}

@-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-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

.slick-slide:focus {
    outline: 0
}

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

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%
}

.slick-dots li {
    margin: 0 11px
}

.slick-dots li button {
    background: rgba(41, 162, 157, .6);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    height: 8px;
    margin: 0 auto;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 8px
}

.slick-dots li button::before {
    display: none
}

.slick-dots li button:focus {
    outline: 0
}

.slick-dots li.slick-active button {
    background: #29a29d;
    width: 20px
}

.header {
    background: rgba(255, 255, 255, .79);
    display: none;
    left: 0;
    padding: 24px 0;
    position: absolute;
    right: 0;
    top: 0
}

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

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-list span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #02736d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 500 18px Roboto, sans-serif;
    height: 49px;
    padding: 0 20px 0 20px;
    position: relative
}

@media (min-width:992px) {
    .header-list span {
        padding: 0 46px 0 44px
    }
}

.header-list span::after {
    background: #58c3bf;
    content: '';
    height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.header-list span:first-child {
    padding-left: 0
}

.header-list span:last-child::after {
    display: none
}

.hero {
    background: url(../images/bg-hero.jpg) no-repeat center 0;
    padding: 30px 0 37px
}

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

.hero h2 {
    color: #333;
    font: 700 24px/28px Rubik, sans-serif;
    margin: 0 0 24px;
    text-align: center
}

@media (min-width:768px) {
    .hero h2 {
        font-size: 36px;
        line-height: 38px;
        text-align: left
    }
}

@media (min-width:992px) {
    .hero h2 {
        font-size: 44px;
        line-height: 48px;
        margin: 0 0 32px
    }
}

.hero h2 span {
    color: #58c3bf
}

.hero h1 {
    color: #333;
    font: 30px/36px BebasNeueBold, sans-serif;
    margin: 0 0 45px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:768px) {
    .hero h1 {
        font-size: 72px;
        line-height: 76px;
        text-align: left
    }
}

.hero h1 .bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #02736d;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    margin: 0 0 0 0;
    padding: 5px 6px 0
}

@media (min-width:768px) {
    .hero h1 .bg {
        height: 76px;
        margin: 0 16px 0 0;
        padding: 5px 16px 0
    }
}

.hero h1 .bg .color {
    color: #fffe00;
    margin: 0 0 0 0;
}

.hero-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.hero-wrapper ul {
    padding: 0 0 30px
}

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

.hero-wrapper ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 500 18px/24px Rubik, sans-serif
}

@media (min-width:576px) {
    .hero-wrapper ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:768px) {
    .hero-wrapper ul li {
        font-size: 27px;
        line-height: 38px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.hero-wrapper ul li .icon {
    width: 58px;
    -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)
    }
}

.hero-form {
    background: rgba(255, 254, 68, .87);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 70px rgba(2, 53, 50, .18);
    box-shadow: 0 0 70px rgba(2, 53, 50, .18);
    margin: 380px auto 30px;
    max-width: 309px;
    position: relative
}

@media (min-width:768px) {
    .hero-form {
        margin: 0 50px 70px 0
    }
}

@media (min-width:1200px) {
    .hero-form {
        margin: 0 194px 70px 0
    }
}

.hero-form::before {
    background: url(../images/product.png) no-repeat center bottom;
    background-size: 100% auto;
    bottom: calc(100% + 15px);
    content: '';
    left: -50px;
    height: 523px;
    position: absolute;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100px) translateX(0);
    transform: translateY(-100px) translateX(0)
}

@media (min-width:768px) {
    .hero-form::before {
        background-size: 100% auto;
        bottom: -102px;
        left: auto;
        right: calc(100% + 50px);
        width: 350px
    }
}

@media (min-width:992px) {
    .hero-form::before {
        background-size: 100%;
        right: calc(100% + 30px)
    }
}

.hero-form-header {
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 83px;
    overflow: hidden
}

.hero-form-header h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 500 22px/26px Rubik, sans-serif;
    height: 83px;
    margin: 0;
    padding: 0 5px 0 24px;
    text-transform: uppercase;
    width: 50%
}

@media (min-width:768px) {
    .hero-form-header h4 {
        font-size: 24px
    }
}

.hero-form-sale {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #02736d;
    color: #fffe00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font: 700 18px/18px Rubik, sans-serif;
    height: 83px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 50%
}

.hero-form-sale span {
    display: block;
    font: 700 48px/48px Rubik, sans-serif
}

.hero-form .counter {
    margin: 0 0 17px
}

.hero-form-content {
    padding: 26px 26px
}

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

.hero-form-content input,
.hero-form-content select {
    margin: 0 0 13px
}

.hero-form-content .btn {
    width: 100%
}

.hero-form-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 18px 24px;
    text-align: center
}

.hero-form-price .new-price {
    color: #009a93;
    font: 700 30px Rubik, sans-serif;
    text-transform: lowercase
}

.hero-form-price .old-price {
    color: #333;
    font: 15px/19px Rubik, sans-serif;
    text-transform: lowercase
}

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

.hero-form-price .old-price span span {
    display: inline-block
}

.what {
    background: url(../images/bg-free.jpg) no-repeat center 0;
    background-size: cover;
    padding: 0 0 30px
}

@media (min-width:768px) {
    .what {
        padding: 0 0 93px
    }
}

.what h2 span {
    display: none
}

@media (min-width:768px) {
    .what h2 span {
        display: block
    }
}

.what-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -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;
    margin: 0 0 40px
}

@media (min-width:768px) {
    .what-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

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

.what-title img {
    margin-bottom: 30px;
    max-width: 300px
}

@media (min-width:768px) {
    .what-title img {
        max-width: inherit
    }
}

@media (min-width:992px) {
    .what-title img {
        margin-bottom: 0;
        margin-right: 50px
    }
}

.what-title p {
    color: #424242;
    font: 48px/50px BebasNeueBold, sans-serif;
    text-transform: uppercase
}

.what-title p span {
    color: #29a29d
}

.what-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.what-list-left {
    display: none;
    position: relative
}

@media (min-width:992px) {
    .what-list-left {
        display: block
    }
}

.what-list-right {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(-100px) translateX(0);
    transform: translateY(-100px) translateX(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media (min-width:768px) {
    .what-list-right {
        display: block
    }
}

.what-list-right img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    max-width: 500px;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    100% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

    100% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
}

.what-list-item {
    color: #29a29d;
    font: 32px/42px Gochi, cursive;
    position: absolute;
    right: 50px;
    top: 47px
}

.what-list-item:nth-child(2) {
    top: 276px
}

.what-list-item:nth-child(3) {
    top: 472px
}

.what-free {
    display: none
}

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

.what-free h3 {
    color: #333;
    font: 700 36px/50px Rubik, sans-serif;
    margin: 0 0 27px
}

.what-free-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px
}

.what-free-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px
}

.what-free-item p {
    color: #333;
    font: 500 26px Rubik, sans-serif;
    position: relative
}

.what-free-item p::before {
    background: red;
    content: '';
    height: 4px;
    left: calc(50% - 50px);
    position: absolute;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 50%;
    width: 100px
}

.what-free-icon {
    min-width: 77px
}

.what-free-icon img {
    display: block;
    height: auto;
    max-width: 100%
}

.cta {
    background: #29a29d;
    display: none
}

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

.cta .container {
    padding-bottom: 40px;
    padding-top: 27px;
    position: relative
}

.cta .container::before {
    background: url(../images/cta-bg.png) no-repeat right 0;
    background-size: cover;
    bottom: 0;
    content: '';
    display: none;
    left: -250px;
    position: absolute;
    top: 0;
    width: 630px
}

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

.cta-description {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

@media (min-width:768px) {
    .cta-description {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0 0 0 320px
    }
}

.cta h2 {
    font: 40px/50px BebasNeueBold, sans-serif;
    margin: 0 0 32px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:768px) {
    .cta h2 {
        font-size: 60px;
        line-height: 70px;
        text-align: right
    }
}

.cta h2 .yellow {
    color: #ffd802;
    display: block
}

.cta h2 img {
    display: inline-block;
    height: 60px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    width: auto
}

.how {
    background: url(../images/bg-how.jpg) no-repeat 0 0;
    padding: 40px 0 150px
}

@media (min-width:768px) {
    .how {
        background-position: center 0
    }
}

@media (min-width:992px) {
    .how {
        padding: 87px 0 0
    }
}

.how h2 {
    text-align: center;
    text-transform: none
}

@media (min-width:768px) {
    .how h2 {
        line-height: 50px;
        text-align: left
    }
}

.how h2 img {
    display: inline-block;
    height: 50px;
    max-width: 100%;
    vertical-align: middle
}

@media (min-width:768px) {
    .how h2 img {
        height: 82px
    }
}

.how-description {
    margin: 0 0 105px
}

@media (min-width:768px) {
    .how-description {
        max-width: 650px
    }
}

.how-description p {
    color: #333;
    font: 500 24px/30px Rubik, sans-serif
}

@media (min-width:768px) {
    .how-description p {
        max-width: 500px
    }
}

@media (min-width:992px) {
    .how-description p {
        max-width: 570px
    }
}

.how-description p span {
    color: #29a29d;
    font-weight: 700
}

.how-description-bottom {
    background: #fff;
    border-radius: 55px;
    -webkit-box-shadow: 0 0 0 14px rgba(251, 54, 74, .12), 0 0 21px rgba(251, 14, 109, .22);
    box-shadow: 0 0 0 14px rgba(251, 54, 74, .12), 0 0 21px rgba(251, 14, 109, .22);
    margin: 0 15px;
    max-width: 625px;
    padding: 70px 20px 20px;
    position: relative;
    text-align: center
}

@media (min-width:768px) {
    .how-description-bottom {
        -webkit-box-shadow: 0 0 0 28px rgba(251, 54, 74, .12), 0 0 21px rgba(251, 14, 109, .22);
        box-shadow: 0 0 0 28px rgba(251, 54, 74, .12), 0 0 21px rgba(251, 14, 109, .22);
        margin: auto;
        padding: 70px 40px 42px
    }
}

@media (min-width:992px) {
    .how-description-bottom {
        margin: 0
    }
}

.how-description-bottom::before {
    background: #fb3749;
    border-radius: 4px;
    content: '';
    height: 8px;
    left: calc(50% - 36px);
    position: absolute;
    top: 34px;
    width: 73px
}

.how-description-bottom p {
    font: 500 20px/26px Rubik, sans-serif
}

@media (min-width:768px) {
    .how-description-bottom p {
        font-size: 30px;
        line-height: 36px
    }
}

.how-description-bottom p strong {
    color: #fb3749;
    font-weight: 900;
    text-transform: uppercase
}

.about-keto {
    background: url(../images/bg-about-keto.jpg) no-repeat center bottom;
    display: none;
    padding: 61px 0 151px
}

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

.about-keto h2 {
    line-height: 54px;
    margin: 0 0 73px;
    text-transform: none
}

.about-keto h2 span {
    color: #02736d;
    font: 900 48px/54px Rubik, sans-serif;
    text-transform: uppercase
}

.about-keto h2 img {
    display: inline-block;
    height: 82px;
    margin: 0 5px;
    vertical-align: bottom;
    width: auto
}

.about-keto-description {
    margin-left: auto;
    max-width: 555px
}

.about-keto-description p {
    font: 500 24px/30px Rubik, sans-serif
}

.about-keto-description p strong {
    color: #02736d;
    font-weight: 900
}

.about-keto-description p span {
    font-weight: 900
}

.benefits {
    background: #29a29d;
    padding: 40px 0 40px;
    position: relative
}

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

.benefits::after {
    background: url(../images/list.png) no-repeat;
    content: '';
    height: 313px;
    position: absolute;
    right: calc(50% - 700px);
    top: calc(100% - 110px);
    width: 247px
}

.benefits-top {
    background: #fff;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 14px rgba(251, 14, 109, .22), 0 0 0 17px rgba(251, 14, 109, .12);
    box-shadow: 0 0 14px rgba(251, 14, 109, .22), 0 0 0 17px rgba(251, 14, 109, .12);
    display: none;
    left: 15px;
    padding: 46px 20px 23px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -67px
}

@media (min-width:768px) {
    .benefits-top {
        -webkit-box-shadow: 0 0 21px rgba(251, 14, 109, .22), 0 0 0 17px rgba(251, 14, 109, .12);
        box-shadow: 0 0 21px rgba(251, 14, 109, .22), 0 0 0 17px rgba(251, 14, 109, .12);
        display: block;
        left: 30px;
        padding: 46px 108px 23px;
        right: 30px
    }
}

@media (min-width:1200px) {
    .benefits-top {
        left: calc(50% - 518px);
        max-width: 1036px;
        right: auto
    }
}

.benefits-top::before {
    background: #fb3749;
    border-radius: 4px;
    content: '';
    height: 8px;
    left: calc(50% - 36px);
    position: absolute;
    top: 25px;
    width: 73px
}

.benefits h2 {
    color: #fff;
    font: 44px/44px BebasNeueBold, sans-serif;
    margin: 0 0 35px;
    text-align: center;
    text-transform: uppercase
}

.benefits h2 img {
    display: inline-block;
    height: 58px;
    vertical-align: bottom;
    width: auto
}

.benefits p {
    color: #333;
    font: 900 24px/30px Rubik, sans-serif
}

.benefits-wrapper {
    display: none;
    -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 -15px;
    padding: 0 0 25px
}

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

.benefits-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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 15px 25px;
    text-align: center
}

@media (min-width:768px) {
    .benefits-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

.benefits-item p {
    color: #fff;
    font: 500 24px/36px Rubik, sans-serif;
    position: relative
}

.benefits-item p::before {
    background: red;
    content: '';
    height: 4px;
    left: calc(50% - 50px);
    position: absolute;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 50%;
    width: 100px
}

@media (min-width:768px) {
    .benefits-icon {
        margin-right: 15px
    }
}

.benefits .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 237px
}

.composition {
    background: url(../images/bg-composition.jpg) no-repeat center bottom;
    padding: 80px 0 0
}

.composition-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.composition-item {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 42px;
    padding: 0 15px;
    width: 100%
}

@media (min-width:768px) {
    .composition-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .composition-item {
        width: 50%
    }
}

.composition-item:nth-child(-n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.composition-item h3 {
    color: #02736d;
    font: 900 30px/30px Rubik, sans-serif;
    margin: 0 0 12px;
    text-align: center
}

@media (min-width:768px) {
    .composition-item h3 {
        text-align: left
    }
}

.composition-item p {
    color: #333;
    font: 500 21px/24px Rubik, sans-serif
}

.composition-img {
    background: url(../images/composition-circle.png) no-repeat;
    height: 162px;
    margin: 0 auto 20px;
    position: relative;
    max-width: 162px;
    min-width: 162px
}

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

.composition-img img {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 120px;
}

@media (min-width:768px) {
    .composition-text {
        width: calc(100% - 200px)
    }
}

.expert {
    padding: 70px 0 0;
    position: relative
}

.expert::before {
    background: url(../images/list-2.png) no-repeat;
    content: '';
    height: 181px;
    left: calc(50% - 800px);
    position: absolute;
    top: -150px;
    width: 202px
}

.expert::after {
    background: url(../images/list-3.png) no-repeat;
    content: '';
    height: 136px;
    right: calc(50% - 730px);
    position: absolute;
    top: calc(100% - 60px);
    width: 139px
}

.expert h2 {
    color: #29a29d;
    font: 900 36px Rubik, sans-serif;
    margin: 0 0 45px;
    text-align: center
}

@media (min-width:768px) {
    .expert h2 {
        font-size: 48px;
        text-align: left
    }
}

.expert h2 img {
    display: block;
    height: auto;
    width: 260px
}

.expert h2 span {
    display: inline-block;
    margin: 10px 0 0;
    position: relative
}

.expert h2 span::after {
    background: #ffde00;
    content: '';
    display: none;
    left: calc(100% + 35px);
    height: 5px;
    position: absolute;
    top: calc(50% - 3px);
    width: 73px
}

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

.expert .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.expert-description {
    padding: 0 0 45px;
    width: 100%
}

@media (min-width:768px) {
    .expert-description {
        max-width: 500px
    }
}

@media (min-width:1200px) {
    .expert-description {
        max-width: 600px
    }
}

.expert-description p {
    font: 500 21px/30px Rubik, sans-serif;
    margin: 0 0 10px
}

@media (min-width:768px) {
    .expert-description p {
        max-width: 570px
    }
}

.expert-description strong {
    font-weight: 900
}

.expert-name {
    color: #29a29d;
    font: 700 italic 21px/24px Rubik, sans-serif;
    padding: 20px 0 0
}

.expert-img {
    display: none;
    position: relative;
    width: 50%
}

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

.expert-img img {
    bottom: 0;
    display: block;
    left: 0;
    max-width: 100%;
    position: absolute
}

@media (min-width:1200px) {
    .expert-img img {
        max-width: inherit
    }
}

.cta-short {
    background: #29a29d;
    padding: 41px 0 30px
}

.cta-short h2 {
    color: #fff;
    font: 48px/58px BebasNeueBold, sans-serif;
    text-align: center;
    text-transform: uppercase
}

.cta-short h2 img {
    display: inline-block;
    height: 53px;
    vertical-align: middle;
    width: auto
}

.research {
    background: url(../images/bg-research.jpg) no-repeat center 0;
    padding: 60px 0 30px;
    position: relative
}

@media (min-width:992px) {
    .research {
        padding: 60px 0 0
    }
}

.research::before {
    background: url(../images/list-4.png) no-repeat;
    content: '';
    height: 233px;
    left: calc(50% - 630px);
    position: absolute;
    top: calc(100% - 80px);
    width: 161px
}

.research h2 {
    text-align: center;
    text-transform: none
}

.research h2::after {
    right: calc(50% - 36px)
}

@media (min-width:992px) {
    .research h2 {
        text-align: right
    }

    .research h2::after {
        right: 0
    }
}

.research-description {
    margin-left: auto;
    padding: 350px 0 0;
    position: relative
}

@media (min-width:992px) {
    .research-description {
        max-width: 650px;
        padding: 0
    }
}

.research-description::before {
    background: url(../images/product-research.png) no-repeat center 0;
    background-size: 100%;
    content: '';
    height: 422px;
    left: calc(50% - 183px);
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100px) translateX(0);
    transform: translateY(-100px) translateX(0);
    width: 380px
}

@media (min-width:992px) {
    .research-description::before {
        background-size: 100%;
        left: calc(50% - 720px);
        top: 165px
    }
}

.research-description p {
    font: 500 21px/24px Rubik, sans-serif
}

.research-description p strong {
    font-weight: 900
}

.research .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0 10px;
    width: 100%
}

@media (min-width:576px) {
    .research .btn {
        width: 366px
    }
}

@media (min-width:992px) {
    .research .btn {
        margin: 0 0 20px auto;
    }
}

.research-list {
    padding: 28px 0
}

@media (min-width:768px) {
    .research-list {
        padding: 28px 0 36px
    }
}

.research-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px
}

@media (min-width:768px) {
    .research-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 0 13px
    }
}

.research-title {
    color: #010101;
    font: 500 21px/19px Rubik, sans-serif;
    padding: 0 0 10px;
    text-align: center
}

@media (min-width:768px) {
    .research-title {
        padding: 0;
        text-align: left;
        width: calc(100% - 390px)
    }
}

.research-percent {
    background: #aee2e0;
    border-radius: 5px;
    height: 39px;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .research-percent {
        width: 354px
    }
}

.research-percent-line {
    background: #29a29d;
    border-radius: 5px;
    height: 39px;
    position: absolute;
    left: 0
}

.research-percent-number {
    color: #ffe400;
    font: 700 30px/39px Rubik, sans-serif;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

@media (min-width:768px) {
    .research-percent-number {
        left: 97px;
        right: auto;
        text-align: left
    }
}

.warranty {
    background: url(../images/bg-reviews.jpg) no-repeat center bottom;
    padding: 70px 0 0;
    position: relative
}

.warranty::before {
    color: #ffd802;
    content: 'KETO';
    font: 700 250px Rubik, sans-serif;
    display: none;
    left: 0;
    letter-spacing: 30px;
    opacity: .17;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 150px
}

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

@media (min-width:992px) {
    .warranty::before {
        font-size: 452px;
        opacity: .27;
        top: 80px
    }
}

.warranty+.cta-short {
    position: relative
}

.warranty+.cta-short::before {
    background: url(../images/list-8.png) no-repeat;
    content: '';
    height: 141px;
    left: calc(50% - 750px);
    position: absolute;
    top: 188px;
    width: 130px;
    z-index: 11
}

.warranty h2 {
    text-transform: none
}

.warranty h2 img {
    display: block;
    height: 82px;
    margin: 0 auto;
    vertical-align: middle;
    width: auto
}

@media (min-width:992px) {
    .warranty h2 img {
        display: inline-block;
        margin: 0 15px 0 0
    }
}

.warranty-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 200px 0 0;
    position: relative
}

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

@media (min-width:992px) {
    .warranty-wrapper {
        padding-top: 50px
    }
}

.warranty-wrapper::before {
    background: url(../images/list-5.png) no-repeat;
    content: '';
    display: none;
    height: 849px;
    left: calc(50% - 950px);
    position: absolute;
    top: -250px;
    width: 1814px;
    z-index: 11
}

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

.warranty-wrapper::after {
    background: url(../images/warranty-girl.png) no-repeat center 0;
    background-size: 180px;
    content: '';
    height: 590px;
    left: calc(50% - 295px);
    position: absolute;
    top: 0;
    width: 590px;
    z-index: 10
}

@media (min-width:768px) {
    .warranty-wrapper::after {
        background-size: 300px
    }
}

@media (min-width:992px) {
    .warranty-wrapper::after {
        background-size: auto
    }
}

@media (min-width:992px) {
    .warranty-left .warranty-item:nth-child(1)::after {
        background: url(../images/line-1.png) no-repeat;
        height: 51px;
        width: 402px
    }

    .warranty-left .warranty-item:nth-child(2)::after {
        background: url(../images/line-2.png) no-repeat;
        height: 51px;
        width: 402px
    }

    .warranty-left .warranty-item:nth-child(3)::after {
        background: url(../images/line-3.png) no-repeat;
        height: 51px;
        top: calc(100% - 40px);
        width: 402px
    }

    .warranty-left .warranty-item:nth-child(4)::after {
        background: url(../images/line-3.png) no-repeat;
        height: 51px;
        top: calc(100% - 40px);
        width: 402px
    }
}

.warranty-right {
    display: none
}

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

    .warranty-right .warranty-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right
    }

    .warranty-right .warranty-item span {
        margin: 0 0 0 19px
    }
}

@media (min-width:992px) {
    .warranty-right .warranty-item:nth-child(1)::after {
        background: url(../images/line-5.png) no-repeat;
        left: auto;
        height: 51px;
        right: 65px;
        width: 402px
    }

    .warranty-right .warranty-item:nth-child(2)::after {
        background: url(../images/line-5.png) no-repeat;
        left: auto;
        height: 51px;
        right: 65px;
        width: 402px
    }

    .warranty-right .warranty-item:nth-child(3)::after {
        background: url(../images/line-7.png) no-repeat;
        left: auto;
        height: 51px;
        right: 65px;
        top: calc(100% - 40px);
        width: 402px
    }

    .warranty-right .warranty-item:nth-child(4)::after {
        background: url(../images/line-7.png) no-repeat;
        left: auto;
        height: 51px;
        right: 65px;
        top: calc(100% - 40px);
        width: 402px
    }
}

.warranty-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 500 18px/24px Rubik, sans-serif;
    margin: 0 0 20px;
    position: relative;
    z-index: 9
}

@media (min-width:768px) {
    .warranty-item {
        max-width: 270px
    }
}

@media (min-width:992px) {
    .warranty-item {
        font-size: 20px;
        margin: 0 0 80px
    }
}

@media (min-width:1200px) {
    .warranty-item {
        font-size: 24px;
        margin: 0 0 91px;
        max-width: 400px
    }
}

.warranty-item::after {
    content: '';
    left: 55px;
    position: absolute;
    top: 100%
}

.warranty-item span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/bg-number.png) no-repeat;
    border-radius: 50%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 900 24px Rubik, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    margin: 0 19px 0 0;
    text-align: center;
    max-width: 45px;
    min-width: 45px
}

.reviews {
    padding: 50px 0 100px;
    position: relative
}

.reviews::before {
    background: url(../images/list-6.png) no-repeat;
    content: '';
    height: 257px;
    position: absolute;
    right: calc(50% - 660px);
    top: 30px;
    width: 194px;
    z-index: 9
}

.reviews::after {
    background: url(../images/list-7.png) no-repeat;
    bottom: 0;
    content: '';
    height: 108px;
    position: absolute;
    right: calc(50% - 520px);
    width: 114px;
    z-index: 9
}

.reviews h2 {
    display: inline-block;
    padding: 0 30px 0 0
}

.reviews h2::after {
    left: 100%;
    top: calc(50% - 2px)
}

@media (min-width:768px) {
    .reviews-slider {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .reviews-slider {
        left: -65px;
        margin-right: 0;
        width: calc(100% + 65px)
    }
}

.reviews .review {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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) {
    .reviews .review {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.reviews .review::before {
    border: 10px solid rgba(41, 162, 157, .26);
    content: '';
    height: 466px;
    position: absolute;
    width: calc(100% - 210px)
}

.reviews .review-img {
    width: 100%;
    position: relative;
    z-index: 9
}

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

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

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

.reviews .review-description {
    background: #fff;
    padding: 20px 30px 20px 15px;
    position: relative;
    z-index: 9
}

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

@media (min-width:992px) {
    .reviews .review-description {
        padding: 36px 65px 26px 50px;
        width: calc(100% - 506px)
    }
}

.reviews .review-description h3 {
    color: #29a29d;
    font: 900 21px/24px Rubik, sans-serif;
    margin: 0 0 22px
}

.reviews .review-description p {
    font: 18px/20px Rubik, sans-serif
}

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

.reviews .slick-prev {
    display: none
}

.reviews .slick-next {
    background: url(../images/icon-arrow.png) no-repeat center;
    background-size: 32px;
    font-size: 0;
    height: 64px;
    position: absolute;
    right: -150px;
    top: calc(50% - 32px);
    -webkit-transform: inherit;
    transform: inherit;
    width: 64px
}

@media (min-width:768px) {
    .reviews .slick-next {
        background-size: auto;
        display: block;
        right: -32px
    }
}

.reviews .slick-next::before {
    display: none
}

.how-work {
    background: url(../images/bg-how-work.jpg) no-repeat center bottom;
    display: none;
    padding: 0 0 74px
}

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

.how-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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

.how-work h2 {
    text-transform: none
}

.how-work-icon {
    margin: 0 0 26px
}

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

.how-work-item {
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%
}

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

.how-work-item:first-child::after {
    display: none
}

.how-work-item:last-child::before {
    display: none
}

.how-work-item::before {
    background: url(../images/line-dotted.png) repeat-x 0 0;
    content: '';
    display: none;
    left: 80%;
    height: 5px;
    position: absolute;
    right: 0;
    top: 83px
}

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

.how-work-item::after {
    background: url(../images/line-dotted.png) repeat-x right 0;
    content: '';
    display: none;
    left: 0;
    height: 5px;
    position: absolute;
    right: 80%;
    top: 83px
}

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

.how-work-item p {
    color: #000;
    font: 700 24px/30px Rubik, sans-serif;
    margin: auto;
    max-width: 280px
}

.counter {
    background: #fff;
    border-radius: 5px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 700 18px Rubik, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto auto 20px;
    padding: 10px 15px;
    text-align: center;
    width: 100%
}

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

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

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

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

.animation-on .research-description::before {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1
}

.animation-on .what-list-right {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1
}

.animation-on .cta-product-img img {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1
}

.animation-on .component-icon {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.animation-on .component h3 {
    margin-left: 0;
    opacity: 1
}


.nw {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    justify-content: center;
    margin-top: 24px;
}

.pulse {
    animation: pulse 2s infinite;
}

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

    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
select#country_code_selector {
    appearance: none;
    background-image: url(../images/arr.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 5px center !important;
    padding-right: 35px !important;
}