@charset "UTF-8";
@-webkit-keyframes pulse-me {
   0% {
      -webkit-box-shadow:
         0 0 0 0 rgba(255, 1, 0, 0.5),
         0 0 0 0 rgba(255, 1, 0, 0.4);
      box-shadow:
         0 0 0 0 rgba(255, 1, 0, 0.5),
         0 0 0 0 rgba(255, 1, 0, 0.4);
   }
   70% {
      -webkit-box-shadow:
         0 0 0 15px transparent,
         0 0 0 25px transparent;
      box-shadow:
         0 0 0 15px transparent,
         0 0 0 25px transparent;
   }
   to {
      -webkit-box-shadow:
         0 0 0 0 transparent,
         0 0 0 0 transparent;
      box-shadow:
         0 0 0 0 transparent,
         0 0 0 0 transparent;
   }
}
@keyframes pulse-me {
   0% {
      -webkit-box-shadow:
         0 0 0 0 rgba(255, 1, 0, 0.5),
         0 0 0 0 rgba(255, 1, 0, 0.4);
      box-shadow:
         0 0 0 0 rgba(255, 1, 0, 0.5),
         0 0 0 0 rgba(255, 1, 0, 0.4);
   }
   70% {
      -webkit-box-shadow:
         0 0 0 15px transparent,
         0 0 0 25px transparent;
      box-shadow:
         0 0 0 15px transparent,
         0 0 0 25px transparent;
   }
   to {
      -webkit-box-shadow:
         0 0 0 0 transparent,
         0 0 0 0 transparent;
      box-shadow:
         0 0 0 0 transparent,
         0 0 0 0 transparent;
   }
}
@-webkit-keyframes anim-btn {
   60% {
      -webkit-transform: scale3d(0.95, 0.95, 1);
      transform: scale3d(0.95, 0.95, 1);
   }
   85% {
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1);
   }
   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}
@keyframes anim-btn {
   60% {
      -webkit-transform: scale3d(0.95, 0.95, 1);
      transform: scale3d(0.95, 0.95, 1);
   }
   85% {
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1);
   }
   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}
.owl-carousel .owl-item img,
footer {
   display: block;
}
[hidden] {
   display: none;
}
html {
   font-family: sans-serif;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
body {
   margin: 0;
}
a {
   background: 0 0;
   cursor: pointer;
}
a:focus {
   outline: thin dotted;
}
a:active,
a:hover {
   outline: 0;
}
b,
strong {
   font-weight: 700;
}
sub {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
   bottom: -0.25em;
}
img {
   border: 0;
}
button,
input {
   font: 100% inherit;
   margin: 0;
   line-height: normal;
}
button {
   text-transform: none;
}
button,
html input[type="button"],
input[type="submit"] {
   -webkit-appearance: button;
   cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}
.page-wrapper {
   overflow: hidden;
}
.container {
   margin: auto;
   max-width: 1170px;
   padding: 0 15px;
   width: 100%;
}
.text-center {
   text-align: center;
}
.hide-mobile {
   display: none;
}
*,
* ::after,
* ::before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
:not(iframe) {
   -webkit-transition: 0.25s ease;
   transition: 0.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: all 0s;
   transition: all 0s;
}
body {
   font:
      16px/1.2 "BebasNeueRegular",
      sans-serif;
   background: #fff;
   color: #313f75;
}
::selection {
   background: #0086ad;
   color: #fff;
}
input[type="tel"],
input[type="text"],
select {
   background: #fff;
   border: 0;
   border-radius: 38px;
   color: #313f75;
   font:
      18px "roboto",
      sans-serif;
   height: 38px;
   padding: 0 25px;
}
input[type="tel"]:focus,
input[type="text"]:focus,
select {
   outline: 0;
}
input[type="tel"]:focus:required:invalid,
input[type="text"]:focus:required:invalid {
   color: #313f75;
   opacity: 1;
}
input[type="tel"]:required:valid,
input[type="text"]:required:valid {
   color: #313f75;
   opacity: 1;
}
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder {
   color: #bcbcbc !important;
   opacity: 1 !important;
}
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
   color: #bcbcbc !important;
   opacity: 1 !important;
}
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
   color: #bcbcbc !important;
   opacity: 1 !important;
}
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
   color: #bcbcbc !important;
   opacity: 1 !important;
}
input[type="tel"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder {
   color: transparent !important;
}
input[type="tel"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder {
   color: transparent !important;
}
input[type="tel"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder {
   color: transparent !important;
}
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder {
   color: transparent !important;
}
input[type="submit"]:focus {
   outline: 0;
}
a:not([href]) {
   cursor: initial;
}
a:hover {
   text-decoration: none;
}
h3 {
   margin: 0 0 1em;
}
h1,
h2 {
   font-size: 36px;
   margin: 0 0 32px;
}
h2 {
   margin: 0 0 18px;
}
h2.title {
   font:
      40px/40px "BebasNeueRegular",
      sans-serif;
   margin: 0 0 44px;
   text-align: center;
   text-transform: uppercase;
}
p {
   font:
      500 20px/30px "roboto",
      sans-serif;
   margin: 0 0 20px;
}
p:last-child {
   margin: 0;
}
p a {
   color: #008aff;
}
ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.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 {
   -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);
   position: relative;
   min-height: 1px;
   float: left;
   -webkit-backface-visibility: hidden;
   -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: 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: 0;
   padding: 0 !important;
   font: inherit;
}
.owl-carousel.owl-loaded {
   display: block;
}
.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-height {
   -webkit-transition: height 500ms ease-in-out;
   transition: height 500ms ease-in-out;
}
.hero {
   background: url(../img/bg.jpg) no-repeat center 0;
   background-size: contain;
   padding: 47px 0 109px;
}
.hero .logo {
   margin: 0 0 20px;
   max-width: 237px;
   font-size: 55pt;
}
.hero .logo img {
   display: block;
   height: auto;
   max-width: 100%;
}
.hero h1 {
   font:
      40px/40px "BebasNeueRegular",
      sans-serif;
   margin: 0 0 30px;
   text-transform: uppercase;
}
.hero h1 span {
   color: #ef6a00;
   display: inline-block;
}
.hero-description {
   margin: 0 0 90px;
   max-width: 555px;
}
.hero-description li {
   color: #313f75;
   font:
      700 20px/24px "roboto",
      sans-serif;
   padding: 14px 0 14px 45px;
   position: relative;
}
.hero-description li::before {
   background: url(../img/tick.svg) no-repeat;
   content: "";
   height: 28px;
   left: 0;
   position: absolute;
   top: 16px;
   width: 31px;
}
.hero-form {
   background: rgba(69, 90, 157, 0.82);
   border-radius: 40px;
   -webkit-box-shadow: 0 7px 49px rgba(22, 22, 94, 0.28);
   box-shadow: 0 7px 49px rgba(22, 22, 94, 0.28);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 150px 20px 20px;
   position: relative;
}
.attention-header h3,
.hero-form h2 {
   margin: 0 0 10px;
   text-transform: uppercase;
}
.hero-form h2,
.hero-form-old-price {
   color: #fff;
   font:
      36px/36px "BebasNeueRegular",
      sans-serif;
   text-align: center;
}
.hero-form-old-price {
   font:
      24px/36px "roboto",
      sans-serif;
   text-decoration: line-through;
}
.hero-form-new-price {
   color: #fff;
   font:
      700 36px/36px "roboto",
      sans-serif;
   margin: 10px 0 15px;
   text-align: center;
}
.hero-form .btn,
.hero-form-fields {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
}
.hero-form-fields {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.hero-form-fields input,
.hero-form-fields select {
   margin: 0 0 14px;
   width: 100%;
}
.hero-form .btn {
   margin: auto;
}
.hero-form-img {
   bottom: calc(100% - 140px);
   display: block;
   height: auto;
   left: calc(50% - 110px);
   max-width: 220px;
   position: absolute;
}
.symptoms {
   padding: 0 0 45px;
}
.symptoms-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;
}
.symptoms-item {
   margin: 0 0 30px;
   text-align: center;
   width: 100%;
}
.symptoms-item img {
   border-radius: 50%;
   -webkit-box-shadow: 0 15px 18px rgba(0, 78, 255, 0.61);
   box-shadow: 0 15px 18px rgba(0, 78, 255, 0.61);
   margin: auto auto 28px;
}
.symptoms-item p {
   font:
      500 20px/22px "roboto",
      sans-serif;
   margin: 0 10px;
}
.attention {
   background: #f0f4ff url(../img/bg-attention.jpg) no-repeat center bottom;
   background-size: cover;
   display: none;
   padding: 50px 0 0;
}
.attention h2 {
   margin: 0;
}
.attention-header {
   border: 6px solid #f92e31;
   border-radius: 36px;
   -webkit-box-shadow: 0 0 18px rgba(83, 83, 83, 0.55);
   box-shadow: 0 0 18px rgba(83, 83, 83, 0.55);
   margin: 0 auto 50px;
   max-width: 756px;
   padding: 14px 40px;
   position: relative;
   text-align: center;
   width: 100%;
   -webkit-animation: pulse-me 1.5s linear infinite;
   animation: pulse-me 1.5s linear infinite;
}
.attention-header::after,
.attention-header::before {
   color: #f92e31;
   content: "!";
   font:
      100px/154px "roboto",
      sans-serif;
   position: absolute;
   top: calc(50% - 77px);
}
.attention-header::before {
   left: 10px;
}
.attention-header::after {
   right: 10px;
}
.attention-header h3 {
   color: #f92e31;
   font:
      28px/32px "BebasNeueRegular",
      sans-serif;
}
.attention-header p {
   color: #f92e31;
   font:
      700 16px/20px "roboto",
      sans-serif;
}
.attention-list {
   background: url(../img/bg-attention.png) no-repeat center bottom;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 110px 20px 107px 0;
}
.attention-list,
.attention-right {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.attention-item {
   font:
      22px/24px "roboto",
      sans-serif;
   margin: 0 0 30px;
   padding: 10px 0;
   position: relative;
}
.attention-item::after {
   background: #f92e31;
   bottom: 0;
   content: "";
   left: 0;
   height: 2px;
   position: absolute;
   width: 100%;
}
.attention-item:before {
   content: "";
   width: 30px;
   height: 30px;
   border-radius: 15px;
   position: absolute;
   top: 28px;
   right: -15px;
   margin: auto;
   -webkit-transform-origin: center center;
   transform-origin: center center;
   -webkit-animation: pulse-me 2s linear infinite;
   animation: pulse-me 2s linear infinite;
   -webkit-box-shadow:
      0 0 0 rgba(204, 169, 44, 0.4),
      0 0 0 rgba(204, 169, 44, 0.4);
   box-shadow:
      0 0 0 rgba(204, 169, 44, 0.4),
      0 0 0 rgba(204, 169, 44, 0.4);
   border: 8px solid #ff0100;
   background: #ff8d00;
}
.about-product {
   background: url(../img/bg-about-product.jpg) no-repeat 0 0;
   display: none;
   padding: 82px 0 30px;
}
.about-product-list {
   position: relative;
}
.about-product-list-wrapper,
.about-product-list::after,
.about-product-list::before {
   border-radius: 40px;
   -webkit-box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
}
.about-product-list::before {
   background: #455a9d;
   content: "";
   height: 320px;
   position: absolute;
   right: -78px;
   top: -68px;
   width: 320px;
}
.about-product-list-wrapper,
.about-product-list::after {
   background: #fff;
}
.about-product-list::after {
   bottom: -68px;
   content: "";
   left: -78px;
   height: 320px;
   position: absolute;
   width: 320px;
}
.about-product-list-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 120px 0 0;
   padding: 40px 15px 33px;
   position: relative;
   z-index: 9;
}
.about-product-list-wrapper::before {
   background: #313f75;
   content: "";
   display: none;
   height: 1px;
   left: 36px;
   position: absolute;
   right: 36px;
   top: 163px;
}
.about-product-list-wrapper::after {
   background: #313f75;
   bottom: 33px;
   content: "";
   display: none;
   left: 50%;
   position: absolute;
   top: 33px;
   width: 1px;
}
.about-product-right {
   -webkit-box-ordinal-group: 3;
   -ms-flex-order: 2;
   order: 2;
}
.about-product h3 {
   font:
      24px/32px "BebasNeueRegular",
      sans-serif;
   margin: 20px 0;
   text-align: center;
   width: 100%;
}
.about-product h3 span {
   color: #ef6a00;
}
.about-product-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   font:
      500 18px/24px "roboto",
      sans-serif;
}
.about-product-item.about-product-left::before,
.about-product-item.about-product-right::before {
   color: #313f75;
   content: "-";
   font:
      500 70px/92px "BebasNeueRegular",
      sans-serif;
   left: 15px;
   position: absolute;
   top: -10px;
}
.about-product-item.about-product-right::before {
   color: #ef6a00;
   content: "+";
}
.about-product-item.about-product-left {
   padding: 10px 5px 10px 50px;
   position: relative;
}
.about-product-item.about-product-right {
   position: relative;
   padding: 10px 5px 10px 60px;
}
.unique {
   padding: 111px 0 94px;
}
.unique h2 span {
   font-size: 52px;
}
.unique h2 strong {
   border-bottom: 4px solid #313f75;
   display: inline-block;
   font-weight: 900;
   line-height: 50px;
   margin: 0 0 5px;
}
.unique-description {
   background: rgba(76, 99, 172, 0.87);
   border-radius: 40px;
   max-width: 977px;
   padding: 25px;
   width: 100%;
}
.unique-description p {
   color: #fff;
   font:
      500 18px/24px "roboto",
      sans-serif;
   margin: 0 0 35px;
}
.unique-description p a {
   color: #f89b00;
   font-weight: 900;
   text-transform: uppercase;
}
.unique-description .btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin: auto;
   width: 100%;
}
.product-info {
   background: #455a9d;
   -webkit-box-shadow: 0 7px 49px rgba(22, 22, 94, 0.28);
   box-shadow: 0 7px 49px rgba(22, 22, 94, 0.28);
}
.product-info .container {
   padding-top: 150px;
   position: relative;
}
.product-info-img {
   left: 50%;
   position: absolute;
   top: -50px;
}
.product-info-img img,
.symptoms-item img {
   display: block;
   height: auto;
   max-width: 200px;
}
.product-info-list {
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   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;
   min-height: 247px;
   padding: 73px 0 20px;
   position: relative;
}
.product-info-list::before {
   color: #313f75;
   content: "Osteo Pro";
   display: none;
   font:
      180px/242px "BebasNeueRegular",
      sans-serif;
   left: 0;
   letter-spacing: 17px;
   position: absolute;
   opacity: 0.29;
   right: 0;
   text-align: center;
   top: calc(50% - 121px);
}
.product-info-item {
   padding: 0 10px 30px;
   position: relative;
   width: 100%;
   z-index: 9;
}
.product-info-item h3 {
   color: #fff;
   font:
      700 17px/24px "roboto",
      sans-serif;
   margin: 0 0 8px;
   text-transform: uppercase;
}
.product-info-item p {
   color: #fff;
   font:
      18px/24px "roboto",
      sans-serif;
}
.composition {
   background: url(../img/bg-composition.jpg) no-repeat center 0;
   margin: 0 0 73px;
   padding: 82px 0 0;
}
.composition-list {
   background: rgba(255, 255, 255, 0.67);
   border-radius: 40px;
   -webkit-box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   padding: 30px 30px 180px;
   position: relative;
}
.composition-list::after {
   background: url(../img/product.png) no-repeat center bottom;
   background-size: contain;
   bottom: -50px;
   content: "";
   height: 360px;
   position: absolute;
   right: calc(50% - 100px);
   width: 200px;
}
.composition-item {
   padding: 0 0 25px;
}
.composition-item h3 {
   color: #ef6a00;
   font:
      700 20px/22px "roboto",
      sans-serif;
   margin: 0 0 12px;
}
.composition-item p {
   font:
      500 18px/22px "roboto",
      sans-serif;
}
.result {
   padding: 0 0 94px;
   overflow: hidden;
}
.result p {
   font:
      500 21px/24px "roboto",
      sans-serif;
}
.result-list h3 {
   font:
      500 36px/36px "roboto",
      sans-serif;
   margin: 0 0 10px;
}
.result-list ul {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.result li,
.result-like .btn,
.result-list ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.result li,
.result li span {
   font:
      500 21px/28px "roboto",
      sans-serif;
}
.result li {
   width: 50%;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 15px 0 30px;
}
.result li span {
   color: #ef6a00;
   padding: 15px 0 0;
   text-align: center;
   white-space: nowrap;
   width: 100%;
}
.result li span strong {
   font:
      700 36px/28px "roboto",
      sans-serif;
}
.result-like {
   max-width: 770px;
   position: relative;
   width: 100%;
}
.result-like::after,
.result-like::before {
   content: "";
   display: none;
   position: absolute;
   z-index: -1;
}
.result-like::after {
   background: #fff;
   border-radius: 40px;
   -webkit-box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   left: -38px;
   height: 160px;
   top: -38px;
   width: 160px;
}
.result-like::before {
   background: url(../img/result-like.jpg) no-repeat 0 center;
   background-size: contain;
   height: 300px;
   left: calc(100% - 40px);
   top: -80px;
   width: 522px;
}
.result-like p {
   color: #fff;
   font:
      700 18px/24px "roboto",
      sans-serif;
}
.result-like-sub {
   color: #fff;
   display: none;
   font:
      18px "roboto",
      sans-serif;
}
.result-like .btn {
   -webkit-box-shadow: 0 10px 18px rgba(28, 0, 38, 0.35);
   box-shadow: 0 10px 18px rgba(28, 0, 38, 0.35);
   font-size: 24px;
   height: 49px;
   margin: 15px auto;
   width: 223px;
}
.expert {
   background: url(../img/expert-photo.jpg) no-repeat center 0;
   background-size: auto 250px;
   padding: 250px 0 0;
   position: relative;
}
.expert-description {
   background: #fff;
   -webkit-box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   padding: 50px 25px;
}
.expert-description p {
   color: #313f75;
   font:
      18px/24px "roboto",
      sans-serif;
   margin: 0 0 10px;
   position: relative;
   text-align: justify;
   text-indent: 60px;
}
.expert-description p:nth-child(2)::before {
   color: #313f75;
   content: "„";
   font:
      172px/172px "roboto",
      sans-serif;
   left: -60px;
   opacity: 0.76;
   position: absolute;
   top: -150px;
}
.expert-bottom {
   max-width: 708px;
   padding: 30px 90px 0 0;
   position: relative;
   text-align: right;
}
.expert-bottom::after {
   background: url(../img/signature.png) no-repeat center;
   background-size: contain;
   content: "";
   height: 104px;
   position: absolute;
   right: 0;
   top: calc(50% - 52px);
   width: 70px;
}
.expert-bottom .name {
   display: block;
   font:
      italic 700 18px/28px "roboto",
      sans-serif;
}
.expert-bottom .position {
   font:
      italic 18px/28px "roboto",
      sans-serif;
}
.reviews {
   background: url(../img/bg-reviews.jpg) no-repeat center 0;
   background-size: cover;
   padding: 86px 0 110px;
}
.reviews h2 {
   color: #fff;
}
.reviews-slider .owl-prev {
   background: url(../img/arrow-slider.png) no-repeat;
   background-size: cover;
   border-radius: 50%;
   cursor: pointer;
   height: 30px;
   left: 0;
   position: absolute;
   top: 85px;
   -webkit-transform: scale(-1);
   transform: scale(-1);
   width: 30px;
}
.reviews-slider .owl-next span,
.reviews-slider .owl-prev span {
   font-size: 0;
}
.reviews-slider .owl-next:focus,
.reviews-slider .owl-prev:focus {
   outline: 0;
}
.reviews-slider .owl-next {
   background: url(../img/arrow-slider.png) no-repeat;
   background-size: cover;
   border-radius: 50%;
   cursor: pointer;
   height: 30px;
   right: 0;
   position: absolute;
   top: 85px;
   width: 30px;
}
.reviews .review {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.reviews .review-img {
   margin: 0 auto 20px;
   max-width: 200px;
}
.reviews .review-img img {
   border-radius: 50%;
}
.reviews .review-description {
   padding: 19px 0 0;
}
.reviews .review-description p {
   color: #fff;
   font:
      500 21px/30px "roboto",
      sans-serif;
   margin: 0 0 30px;
}
.reviews .review-description .name {
   color: #ef6a00;
   display: block;
   font:
      500 21px/30px "roboto",
      sans-serif;
   text-align: right;
}
.advantages {
   background: url(../img/bg-advantages.jpg) no-repeat center bottom;
   background-size: cover;
   padding: 45px 0 152px;
}
.advantages h2 {
   color: #313f75;
   margin: 0 0 55px;
}
.advantages-list {
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.advantages .advantage,
.advantages .advantage span {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.advantages .advantage,
.advantages-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.advantages .advantage {
   background: rgba(255, 255, 255, 0.65);
   border-radius: 40px;
   -webkit-box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
   margin: 0 0 40px;
   padding: 15px;
   width: 100%;
}
.advantages .advantage span {
   border: 3px solid #ef6a00;
   border-radius: 50%;
   color: #ef6a00;
   font:
      700 24px "roboto",
      sans-serif;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   height: 50px;
   margin: 0 19px 0 0;
   min-width: 50px;
}
.advantages .advantage p {
   font:
      700 20px/24px "roboto",
      sans-serif;
}
.how {
   background: #455a9d;
   margin: 100px 0 0;
   padding: 130px 0 51px;
}
.how .container {
   position: relative;
}
.how .container::before {
   background: url(../img/product.png) no-repeat center;
   background-size: contain;
   bottom: calc(100%);
   content: "";
   height: 296px;
   position: absolute;
   right: calc(50% - 100px);
   width: 200px;
}
.how h2,
.how p {
   color: #fff;
}
.how p {
   font:
      500 18px/22px "roboto",
      sans-serif;
   margin: 10px 0 0;
}
.advantages .advantage span,
.how-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.how-list {
   -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;
   text-align: center;
}
.how-item {
   padding: 0 0 30px;
}
.how-work {
   background: url(../img/bg-how-work.jpg) no-repeat 70px bottom;
   background-size: 600px auto;
   padding: 0 0 48px;
}
.how-work h2 {
   margin: 0 0 45px;
}
.how-work-icon,
.how-work-item,
.how-work-list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.how-work-list {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.how-work-icon,
.how-work-item {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.how-work-item {
   background: rgba(69, 90, 157, 0.91);
   border-radius: 40px;
   -webkit-box-shadow: 7px 21px 49px rgba(22, 22, 94, 0.28);
   box-shadow: 7px 21px 49px rgba(22, 22, 94, 0.28);
   -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 17px;
   padding: 30px;
   text-align: center;
}
.how-work-item p {
   color: #fff;
   font:
      700 20px/28px "roboto",
      sans-serif;
}
.how-work-icon {
   margin: 5px 0 15px;
   min-height: 72px;
}
.footer .logo img,
.how-work-icon img,
.reviews .review-img img {
   display: block;
   height: auto;
   max-width: 100%;
}
.footer {
   border-top: 4px solid #d4deff;
   padding: 55px 0;
}
.footer .logo {
   margin: auto;
   max-width: 800px;
   font-size: 102pt;
}
.btn {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border: 0;
   border-radius: 42px;
   color: #fff;
   cursor: pointer;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   font:
      700 20px "roboto",
      sans-serif;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   height: 42px;
   text-decoration: none;
   width: 274px;
   -webkit-animation: anim-btn 1.5s linear infinite;
   animation: anim-btn 1.5s linear infinite;
   background: #cba739;
   background: linear-gradient(to bottom, #cba739 0, #f37d00 50%, #be6039 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cba739', endColorstr='#be6039',GradientType=0 );
}
.btn-large {
   font-size: 24px;
   height: 50px;
   margin: auto;
   width: 323px;
   background: #c6bb33;
   background: linear-gradient(to bottom, #c6bb33 0, #ea6205 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6bb33', endColorstr='#ea6205',GradientType=0 );
}
.hero-form-img,
.product-info-img {
   opacity: 0;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.hero-form-img {
   -webkit-transform: translateY(-100px);
   transform: translateY(-100px);
}
.animation-on .composition-list::after,
.animation-on .hero-form-img,
.animation-on.how .container::before {
   -webkit-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}
.product-info-img {
   -webkit-transform: translateY(-100px) translateX(-50%);
   transform: translateY(-100px) translateX(-50%);
}
.animation-on .product-info-img {
   -webkit-transform: translateY(0) translateX(-50%);
   transform: translateY(0) translateX(-50%);
   opacity: 1;
}
.composition-list::after,
.how .container::before {
   -webkit-transform: translateY(-100px);
   transform: translateY(-100px);
   opacity: 0;
   -webkit-transition: all 0.5s ease 0.5s;
   transition: all 0.5s ease 0.5s;
}
@media (min-width: 576px) {
   .symptoms-item {
      width: calc(50% - 20px);
   }
   .product-info-item {
      width: 50%;
   }
   .expert {
      background-size: auto 400px;
      padding: 400px 0 0;
   }
   .expert-bottom {
      padding: 30px 190px 0 0;
   }
   .expert-bottom::after {
      height: 104px;
      width: 160px;
   }
}
@media (min-width: 768px) {
   .hide-mobile {
      display: block;
   }
   h2.title {
      margin: 0 0 54px;
   }
   .hero h1,
   h2.title {
      font-size: 50px;
      line-height: 50px;
   }
   .hero-description {
      margin: 0 0 64px;
   }
   .hero-description li {
      font-size: 30px;
      line-height: 30px;
      padding: 14px 0 14px 55px;
   }
   .hero-description li::before {
      top: 9px;
   }
   .hero-form {
      margin: 0 0 0 25px;
      padding: 32px;
   }
   .hero-form-fields {
      margin: 0 0 23px;
   }
   .hero-form-fields input,
   .hero-form-fields select {
      margin: 0 7px;
      width: calc(100% / 3 - 14px);
   }
   .hero-form .btn {
      width: 274px;
   }
   .hero-form-img {
      bottom: 150px;
      left: calc(100% - 210px);
   }
   .attention {
      display: block;
   }
   .attention-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 110px 0 107px;
   }
   .attention-left .attention-item:nth-child(1) {
      width: 326px;
   }
   .attention-left .attention-item:nth-child(2) {
      width: 227px;
   }
   .attention-left .attention-item:nth-child(3),
   .attention-right .attention-item:nth-child(1) {
      width: 326px;
   }
   .attention-right {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: right;
   }
   .attention-right .attention-item::before {
      left: -15px;
      right: auto;
   }
   .attention-right .attention-item:nth-child(2) {
      width: 227px;
   }
   .attention-right .attention-item:nth-child(3) {
      width: 326px;
   }
   .attention-item {
      margin: 0 0 90px;
   }
   .about-product,
   .about-product-list-wrapper::after,
   .about-product-list-wrapper::before,
   .product-info-list::before {
      display: block;
   }
   .about-product-list-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
   }
   .about-product-left {
      width: 50%;
   }
   .about-product-right {
      -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
      order: inherit;
      width: 50%;
   }
   .about-product h3 {
      font-size: 42px;
      line-height: 47px;
      margin: 0 0 1em;
      width: 50%;
   }
   .about-product-item {
      font-size: 28px;
      line-height: 30px;
   }
   .about-product-item.about-product-left {
      padding: 15px 15px 15px 50px;
   }
   .about-product-item.about-product-right {
      padding: 15px 15px 15px 60px;
   }
   .unique {
      background: url(../img/bg-unique.jpg) no-repeat right -20px bottom;
   }
   .unique h2 span {
      font-size: 62px;
   }
   .unique-description {
      padding: 47px 53px;
   }
   .unique-description p {
      font-size: 30px;
      line-height: 36px;
      margin: 0 0 55px;
   }
   .unique-description .btn {
      width: 323px;
   }
   .product-info-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
   }
   .product-info-item {
      max-width: 185px;
      padding: 0 10px;
      width: auto;
   }
   .composition-list {
      padding: 50px 175px 50px 56px;
   }
   .composition-list::after {
      bottom: -30px;
      height: 360px;
      right: -5px;
      width: 321px;
      background-size: auto 300px;
   }
   .composition-item:nth-last-child(1),
   .composition-item:nth-last-child(2),
   .composition-item:nth-last-child(3) {
      margin-right: 200px;
   }
   .composition-item h3 {
      font-size: 24px;
      line-height: 24px;
   }
   .composition-item p {
      font-size: 21px;
      line-height: 24px;
   }
   .result li {
      padding: 7px 0;
   }
   .result li span {
      margin-left: auto;
      padding: 0;
      text-align: right;
      width: auto;
   }
   .result-like {
      background: #455a9d;
      border-radius: 40px;
      -webkit-box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
      box-shadow: 0 0 35px rgba(69, 77, 146, 0.32);
      margin: 85px 0 0;
      padding: 30px 40px;
   }
   .result-like::after,
   .result-like::before {
      display: block;
   }
   .result-like p {
      font-size: 28px;
      line-height: 36px;
   }
   .result-like-sub {
      display: inline;
   }
   .result-like .btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      float: right;
      margin: -15px 0 15px;
   }
   .expert-description {
      border-radius: 40px 0 0 40px;
      padding: 70px 55px 40px;
   }
   .expert-description p {
      font-size: 21px;
      line-height: 28px;
   }
   .expert-description p:nth-child(2)::before {
      display: none;
   }
   .expert-description p:first-child::before {
      color: #313f75;
      content: "„";
      font:
         172px/172px "roboto",
         sans-serif;
      left: -60px;
      opacity: 0.76;
      position: absolute;
      top: -150px;
   }
   .reviews-slider .owl-next,
   .reviews-slider .owl-prev {
      height: 76px;
      top: calc(50% - 38px);
      width: 76px;
   }
   .reviews .review {
      margin: 0 115px;
   }
   .reviews .review-img {
      max-width: 100%;
      min-width: 262px;
   }
   .advantages .advantage {
      max-width: 48%;
      padding: 15px 30px;
   }
   .how {
      margin: 0;
      padding: 42px 0 51px;
   }
   .how .container::before {
      bottom: 100%;
      right: 20px;
   }
   .how h2 {
      text-align: left;
   }
   .how-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
   }
   .how-item {
      padding: 0 15px;
   }
   .how-work-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 -17px;
   }
   .how-work-item {
      margin: 0 17px;
      width: calc(100% / 3 - 34px);
   }
   .btn-large {
      font-size: 36px;
      height: 69px;
   }
}
@media (min-width: 992px) {
   h1 {
      font-size: 64px;
   }
   .hero h1,
   h2.title {
      font-size: 60px;
      line-height: 60px;
      margin: 0 0 64px;
   }
   p {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 30px;
   }
   .hero h1 {
      margin: 0 0 50px;
   }
   .hero-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      max-width: 736px;
      padding: 32px 108px 41px 32px;
   }
   .hero-form h2 {
      margin: 0 0 30px;
      text-align: left;
   }
   .hero-form-old-price {
      margin: 0 34px 0 auto;
      text-align: left;
   }
   .hero-form-new-price {
      margin: 0;
      text-align: left;
   }
   .hero-form .btn {
      margin: 0;
   }
   .hero-form-img {
      bottom: -20px;
      left: calc(100% - 100px);
      max-width: 270px;
   }
   .symptoms {
      padding: 0 0 93px;
   }
   .symptoms-list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
   }
   .symptoms-item {
      margin: 0;
      width: 25%;
   }
   .attention {
      padding: 105px 0 0;
   }
   .attention-header {
      margin: 0 auto 108px;
      padding: 14px 80px;
   }
   .attention-header::after,
   .attention-header::before {
      font-size: 153px;
   }
   .attention-header h3 {
      font-size: 40px;
      line-height: 38px;
      margin: 0 0 18px;
   }
   .attention-header p {
      font-size: 20px;
      line-height: 20px;
   }
   .attention-left .attention-item:nth-child(1) {
      width: 426px;
   }
   .attention-left .attention-item:nth-child(2) {
      width: 327px;
   }
   .attention-left .attention-item:nth-child(3),
   .attention-right .attention-item:nth-child(1) {
      width: 426px;
   }
   .attention-right .attention-item:nth-child(2) {
      width: 327px;
   }
   .attention-right .attention-item:nth-child(3) {
      width: 426px;
   }
   .attention-item {
      font-size: 30px;
      line-height: 30px;
      padding: 15px 0;
   }
   .attention-item:before {
      top: 44px;
   }
   .about-product-list-wrapper {
      padding: 43px 36px 33px;
   }
   .about-product-item.about-product-left::before {
      font-size: 92px;
      left: 29px;
   }
   .about-product-item.about-product-right::before {
      font-size: 92px;
      left: 41px;
   }
   .about-product-item.about-product-left {
      padding: 15px 50px 15px 87px;
   }
   .about-product-item.about-product-right {
      padding: 15px 56px 15px 98px;
   }
   .unique h2 span {
      font-size: 72px;
   }
   .product-info .container {
      padding-top: 0;
   }
   .product-info-img {
      left: 15px;
      top: -41px;
   }
   .product-info-img img {
      max-width: 100%;
   }
   .product-info-list {
      padding: 73px 0 20px 250px;
   }
   .product-info-list::before {
      left: 255px;
      right: auto;
   }
   .reviews .review {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
   }
   .reviews .review-img {
      margin: 0 30px 0 0;
   }
   .advantages {
      padding: 95px 0 152px;
   }
   .advantages .advantage:nth-child(1) {
      margin: 0 0 90px 18px;
      max-width: 430px;
   }
   .advantages .advantage:nth-child(2) {
      margin: 40px 0 79px;
      max-width: 430px;
   }
   .advantages .advantage:nth-child(3) {
      margin: 0 0 79px;
      max-width: 430px;
   }
   .advantages .advantage:nth-child(4) {
      margin: 28px 6px 62px 0;
      max-width: 430px;
   }
   .advantages .advantage:nth-child(5) {
      max-width: 430px;
   }
   .advantages .advantage span {
      border: 5px solid #ef6a00;
      font-size: 36px;
      height: 72px;
      min-width: 72px;
   }
   .how .container::before {
      height: 396px;
      width: 270px;
   }
   .how p {
      font-size: 21px;
      line-height: 31px;
   }
   .how-work {
      padding: 58px 0 48px;
   }
   .how-work h2 {
      margin: 0 0 94px;
   }
   .product-info-img {
      -webkit-transform: translateY(-100px) translateX(0);
      transform: translateY(-100px) translateX(0);
   }
   .animation-on .product-info-img {
      -webkit-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
   }
}
@media (min-width: 1200px) {
   .hero-form-img {
      left: calc(100% - 57px);
      max-width: 300px;
   }
   .symptoms-item img {
      max-width: 100%;
   }
   .symptoms-item p {
      font-size: 24px;
      line-height: 24px;
      margin: 0 20px;
   }
   .product-info-img {
      left: 0;
   }
   .product-info-item h3 {
      font-size: 18px;
   }
   .result-like {
      padding: 58px 80px;
   }
   .result-like::after {
      height: 320px;
      left: -78px;
      top: -68px;
      width: 320px;
   }
   .result-like::before {
      height: 509px;
      left: calc(100% - 30px);
      top: -80px;
   }
   .result-like p {
      font-size: 48px;
      line-height: 48px;
   }
   .expert {
      background-size: 50% auto;
      background-position: 0 center;
      padding: 55px 0;
   }
   .expert-description {
      margin-left: calc(50% - 200px);
   }
   .expert-description p {
      max-width: 708px;
   }
   .advantages .advantage {
      margin: 0 0 90px;
      padding: 26px 50px;
   }
   .advantages .advantage p {
      font-size: 24px;
      line-height: 24px;
   }
   .how .container::before {
      width: 300px;
   }
   .how-work {
      background-size: auto;
   }
   .how-work-item {
      padding: 40px;
   }
   .how-work-item p {
      font-size: 24px;
      line-height: 36px;
   }
   .how-work-icon {
      margin: 25px 0 35px;
   }
}
@media (min-width: 1300px) {
   .hero-form-img {
      max-width: 500px;
   }
   .product-info-list::before {
      font-size: 242px;
   }
   .composition-list::after {
      height: 460px;
      right: -80px;
      width: 421px;
   }
   .advantages .advantage:nth-child(2) {
      margin: 40px -50px 79px 0;
      max-width: 545px;
   }
   .advantages .advantage:nth-child(3) {
      margin: 0 0 79px -63px;
      max-width: 558px;
   }
   .advantages .advantage:nth-child(4) {
      max-width: 550px;
   }
   .advantages .advantage:nth-child(5) {
      margin: 0 0 0 30px;
      max-width: 470px;
   }
   .how .container::before {
      width: 361px;
   }
}
@media (max-width: 992px) {
   .result li {
      width: 100%;
   }
}
@media (max-width: 768px) {
   .composition-list::after {
      background: url(../img/product.png) no-repeat 40px 48px;
      background-size: auto 260px;
      bottom: -50px;
      content: "";
      height: 309px;
      position: absolute;
      right: calc(50% - 125px);
      width: 250px;
   }
   .result li span {
      white-space: pre-wrap;
   }
}

.modal p {
   font-size: 12px !important;
   line-height: 1.2 !important;
   margin-bottom: 10px !important;
}
