@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: 'BebasNeue';
   src: url(../fonts/BebasNeueBold.eot);
   src: url('../fonts/BebasNeueBold.eot?') format('embedded-opentype'), url('../fonts/BebasNeueBold.svg') format('svg'), url(../fonts/BebasNeueBold.ttf) format('truetype'), url(../fonts/BebasNeueBold.woff) format('woff'), url(../fonts/BebasNeueBold.woff2) format('woff2');
   font-weight: 700;
   font-style: normal
}

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

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

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

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

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

.hidden-text {
   display: none
}

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

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

* {
   -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 {
   color: #2b2b2b;
   font-family: Roboto, sans-serif;
   font-size: 16px;
   line-height: 1.5;
   -webkit-transition: 0s;
   transition: 0s
}

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

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

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
   background: 0 0;
   border: 1px solid #fff;
   border-radius: 42px;
   color: #fff;
   font: 16px Roboto, sans-serif;
   height: 42px;
   margin: 0 0 0;
   padding: 0 26px;
   width: 100%
}

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

input[type=email]:focus:required:invalid,
input[type=password]:focus:required:invalid,
input[type=tel]:focus:required:invalid,
input[type=text]:focus:required:invalid,
textarea:focus:required:invalid {
   color: red;
   opacity: 1
}

input[type=email]:required:valid,
input[type=password]:required:valid,
input[type=tel]:required:valid,
input[type=text]:required:valid,
textarea:required:valid {
   color: #fff;
   opacity: 1
}

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: #fff;
   opacity: 1
}

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

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: #fff;
   opacity: 1
}

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: #fff;
   opacity: 1
}

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: #fff;
   opacity: 1
}

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

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: #fff;
   opacity: 1
}

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: #fff;
   opacity: 1
}

input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
   color: #fff;
   opacity: 1
}

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

select {
   background: 0 0;
   border: 1px solid #fff;
   border-radius: 42px;
   color: #fff;
   font: 16px Roboto, sans-serif;
   height: 42px;
   margin: 0;
   padding: 0 26px;
   width: 100%
}

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

select option {
   color: #000
}

select:focus {
   outline: 0
}

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

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

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

a:focus {
   outline: 0
}

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

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

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

h2.title {
   color: #e6453b;
   font: 700 36px/40px BebasNeue, sans-serif;
   margin: 0 0 17px;
   text-align: center;
   position: relative;
   z-index: 1;
   text-transform: uppercase
}

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

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

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

p:last-child {
   margin: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

   100% {
      opacity: 0
   }
}

@keyframes fadeOut {
   0% {
      opacity: 1
   }

   100% {
      opacity: 0
   }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero .container {
   display: -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;
   min-height: 746px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.attention-title {
   color: #e6453b;
   font: 700 80px/80px BebasNeue, sans-serif
}

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

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

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

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

.attention-description p {
   font: inherit
}

.attention-description span {
   color: #ce4c42
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
   .effects-item.hide-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
   }
}

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

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

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

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

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

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

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

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

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

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

.effects-item p {
   font: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cta .container {
   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) {
   .cta .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
   }
}

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

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

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

.cta-img {
   position: relative
}

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

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

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

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

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

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

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

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

.steps {
   padding: 80px 0 20px
}

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

.steps h2 {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: #499ad1;
   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:768px) {
   .steps h2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
   }
}

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

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

.steps-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 100px 0 0
}

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

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

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

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

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

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

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

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

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

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

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

.composition h2 {
   color: #499ad1
}

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

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

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

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

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

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

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

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

.composition-item {
   -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 auto 50px;
   padding: 0 0 0 10px;
   z-index: 99;
   width: 280px
}

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

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

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

@media (min-width:768px) {
   .composition-item.hide-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
   }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.result h2 {
   color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.result-img img {
   display: block;
   height: 450px;
   max-width: 240px;
   margin-right: 340px;
   margin-bottom: 120px;
   /* height: auto; */
}

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

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

.doctor {
   padding: 60px 0 85px
}

.doctor .container {
   -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;
   max-width: 1370px
}

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

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

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

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

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

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

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

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

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

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

/* .background-size:auto 70px;
content:'';
height:95px;
position:absolute;
right:-19px;
top:-21px;
width:244px; */

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

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

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

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

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

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

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

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

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

.benefits {
   padding: 0 0 80px
}

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

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

.benefits-list {
   display: -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;
   margin: 0 -13px
}

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

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

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

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

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

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

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

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

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

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

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

.reviews {
   padding: 56px 0
}

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

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

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

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

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

.reviews .review {
   background: #4999d0;
   -webkit-box-shadow: 7px 21px 49px rgba(22, 22, 94, .28);
   box-shadow: 7px 21px 49px rgba(22, 22, 94, .28);
   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: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.use-wrapper {
   -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;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin: 0 -15px
}

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

.use-day {
   background: #fdd18c;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdd18c), to(#ff8b03));
   background: linear-gradient(to bottom, #fdd18c 0, #ff8b03 100%);
   border-radius: 26px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding: 33px 23px;
   position: relative;
   text-align: center;
   margin: 0 15px 30px;
   max-width: 166px;
   min-width: 166px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.how-work-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin: 0 -16px
}

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

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

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

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

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

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

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

.footer {
   background: #b9cfdf!important;
   color: #2b2b2b!important
}
.footer p {
   color: #2b2b2b!important
}

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

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

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

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

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

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

.counter .minutesSH {
   padding: 0 10px
}

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

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

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

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

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

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

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

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

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

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

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

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

form .input-wrapper label {
   display: none
}

form .input-wrapper {
   position: relative;
   margin-bottom: 20px
}

form .input-wrapper .error {
   border: 1px solid red !important;
   padding-top: 6px !important
}

form .input-wrapper .error+label {
   width: 100%;
   height: 100%;
   color: red;
   display: block !important;
   font-size: 11px;
   line-height: 17px;
   position: absolute;
   top: 0;
   left: 17px;
   text-align: left
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
   content: "";
   position: absolute;
   right: 39px;
   top: 50%;
   width: 3px;
   height: 21px;
   background-color: red
}

form .input-wrapper .error+label:before {
   -webkit-transform: translate(0, -50%) rotate(135deg);
   transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
   -webkit-transform: translate(0, -50%) rotate(45deg);
   transform: translate(0, -50%) rotate(45deg)
}
