img {
  height: auto
}

.b-button,
.b-nav-button {
  transition: .3s
}

.b-button,
.b-header-sliders .b-btnbox .b-active .b-btn-item,
.b-online::before {
  background: #00c27c
}

.b-button,
.b-changes-left,
.b-header-middle,
.b-header-top,
.form__footnote {
  text-align: center
}

.b-buy,
.b-composition,
.b-composition-img,
.b-doctor,
.b-effect-img,
.b-header,
.b-header-sliders,
.b-reviews,
.b-reviews-item__ava,
.slide__desc {
  overflow: hidden
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fade-in2 {

  0%,
  to {
    opacity: 0
  }

  70%,
  85% {
    opacity: 1
  }
}

@keyframes fade-in2 {

  0%,
  to {
    opacity: 0
  }

  70%,
  85% {
    opacity: 1
  }
}

@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes swing-in-top-bck {
  0% {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0
  }

  to {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1
  }
}

@keyframes swing-in-top-bck {
  0% {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0
  }

  to {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1
  }
}

@-webkit-keyframes swing-in-right-fwd {
  0% {
    -webkit-transform: rotateY(-100deg);
    transform: rotateY(-100deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0
  }

  to {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1
  }
}

@keyframes swing-in-right-fwd {
  0% {
    -webkit-transform: rotateY(-100deg);
    transform: rotateY(-100deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 0
  }

  to {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1
  }
}

@-webkit-keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
  }

  to {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1
  }
}

@keyframes swing-in-bottom-fwd {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
  }

  to {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1
  }
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
  }
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  30% {
    -webkit-transform: scale(.91, .95);
    transform: scale(.91, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  35% {
    -webkit-transform: scale(.98, .9);
    transform: scale(.98, .9);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: scale(.87, .3);
    transform: scale(.87, .3);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  45% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  30% {
    -webkit-transform: scale(.91, .95);
    transform: scale(.91, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  35% {
    -webkit-transform: scale(.98, .9);
    transform: scale(.98, .9);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: scale(.87, .3);
    transform: scale(.87, .3);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  45% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}

@-webkit-keyframes rustle-left {

  0%,
  50%,
  to {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  20% {
    -webkit-transform: translate(-1%, -1%) rotate(2deg);
    transform: translate(-1%, -1%) rotate(2deg)
  }

  80% {
    -webkit-transform: translate(1%, 1%) rotate(-2deg);
    transform: translate(1%, 1%) rotate(-2deg)
  }
}

@keyframes rustle-left {

  0%,
  50%,
  to {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  20% {
    -webkit-transform: translate(-1%, -1%) rotate(2deg);
    transform: translate(-1%, -1%) rotate(2deg)
  }

  80% {
    -webkit-transform: translate(1%, 1%) rotate(-2deg);
    transform: translate(1%, 1%) rotate(-2deg)
  }
}

@-webkit-keyframes rustle-x-right {

  0%,
  50%,
  to {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  20% {
    -webkit-transform: translate(4px, -4px) rotate(-3deg);
    transform: translate(4px, -4px) rotate(-3deg)
  }

  80% {
    -webkit-transform: translate(4px, 4px) rotate(3deg);
    transform: translate(4px, 4px) rotate(3deg)
  }
}

@keyframes rustle-x-right {

  0%,
  50%,
  to {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  20% {
    -webkit-transform: translate(4px, -4px) rotate(-3deg);
    transform: translate(4px, -4px) rotate(-3deg)
  }

  80% {
    -webkit-transform: translate(4px, 4px) rotate(3deg);
    transform: translate(4px, 4px) rotate(3deg)
  }
}

@-webkit-keyframes rustle-x-left {

  0%,
  50%,
  to {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  20% {
    -webkit-transform: translate(4px, 4px) rotate(-3deg);
    transform: translate(4px, 4px) rotate(-3deg)
  }

  80% {
    -webkit-transform: translate(4px, -4px) rotate(3deg);
    transform: translate(4px, -4px) rotate(3deg)
  }
}

@keyframes rustle-x-left {

  0%,
  50%,
  to {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  20% {
    -webkit-transform: translate(4px, 4px) rotate(-3deg);
    transform: translate(4px, 4px) rotate(-3deg)
  }

  80% {
    -webkit-transform: translate(4px, -4px) rotate(3deg);
    transform: translate(4px, -4px) rotate(3deg)
  }
}

@-webkit-keyframes rustle-x-left2 {

  0%,
  50%,
  to {
    -webkit-transform: translate(0, 0) rotate(112deg);
    transform: translate(0, 0) rotate(112deg)
  }

  20% {
    -webkit-transform: translate(-4px, 4px) rotate(108deg);
    transform: translate(-4px, 4px) rotate(108deg)
  }

  80% {
    -webkit-transform: translate(-4px, -4px) rotate(116deg);
    transform: translate(-4px, -4px) rotate(116deg)
  }
}

@keyframes rustle-x-left2 {

  0%,
  50%,
  to {
    -webkit-transform: translate(0, 0) rotate(112deg);
    transform: translate(0, 0) rotate(112deg)
  }

  20% {
    -webkit-transform: translate(-4px, 4px) rotate(108deg);
    transform: translate(-4px, 4px) rotate(108deg)
  }

  80% {
    -webkit-transform: translate(-4px, -4px) rotate(116deg);
    transform: translate(-4px, -4px) rotate(116deg)
  }
}

@-webkit-keyframes flicker {

  0%,
  35%,
  85%,
  to {
    opacity: .16
  }

  15%,
  55% {
    opacity: .26
  }
}

@keyframes flicker {

  0%,
  35%,
  85%,
  to {
    opacity: .16
  }

  15%,
  55% {
    opacity: .26
  }
}

@-webkit-keyframes flicker2 {

  0%,
  35%,
  85%,
  to {
    opacity: 1
  }

  15%,
  55% {
    opacity: .6
  }
}

@keyframes flicker2 {

  0%,
  35%,
  85%,
  to {
    opacity: 1
  }

  15%,
  55% {
    opacity: .6
  }
}

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

body {
  font-family: sans-serif;
  background-color: #fff
}

a {
  text-decoration: none
}

.b-h1,
.b-h2,
.b-p {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #303778
}

.b-h2,
.b-p {
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 8px
}

.b-p {
  font-weight: 400;
  font-size: 16px;
  color: #717a90;
  margin-bottom: 16px
}

.b-blod,
.b-button,
.b-logo,
.b-online {
  font-weight: 700
}

.b-blod {
  color: #303778
}

.b-green {
  color: #fff;
  background-color: #00c27c
}

.b-logo {
  font-size: 32px;
  line-height: 150%;
  color: #303778;
  display: block;
  text-align: left
}

.b-button,
.b-header-p,
.b-nav-button,
.b-online {
  font-size: 16px;
  line-height: 150%
}

.b-nav {
  width: 320px;
  text-align: center;
  background: #fff;
  position: fixed;
  top: 80px;
  bottom: 0;
  right: -100%;
  transition: all .4s ease
}

.b-nav.active {
  right: 0
}

.b-nav-button {
  display: block;
  color: #717a90;
  margin-bottom: 10px;
  transition: .3s;
  cursor: pointer;
}

.b-nav-button--last {
  margin-right: 0 !important
}

.b-nav-button:active,
.b-nav-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.b-nav.active+.b-nav__overlay {
  background: rgba(0, 0, 0, .75);
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
  z-index: -1
}

.b-online {
  display: none;
  color: #303778
}

.b-online::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 194, 124, .24);
  box-shadow: 0 4px 4px rgba(0, 194, 124, .24)
}

.b-table {
  display: table;
  width: 100%
}

.b-table-cell {
  display: table-cell;
  vertical-align: middle
}

.b-table-cell:last-of-type {
  text-align: right
}

.b-buy,
.b-buy-h3,
.b-buy-input,
.b-changes-btnbox__text,
.b-composition .b-h2,
.b-effect,
.new_price,
.old_price {
  text-align: center
}

.b-container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative
}

.b-button {
  width: 100%;
  outline: 0;
  border: none;
  max-width: 192px;
  cursor: pointer;
  display: block;
  -webkit-box-shadow: 0 8px 16px rgba(0, 194, 124, .24);
  box-shadow: 0 8px 16px rgba(0, 194, 124, .24);
  border-radius: 40px;
  color: #fff;
  padding: 16px;
  margin: 0 auto;
  transition: .3s
}

.b-button:active,
.b-button:hover {
  background: #00af70;
  -webkit-box-shadow: 0 4px 8px rgba(0, 194, 124, .24);
  box-shadow: 0 4px 8px rgba(0, 194, 124, .24)
}

.b-header {
  position: relative;
  padding-bottom: 30px
}

.b-header-p {
  font-weight: 400;
  color: #717a90;
  margin-top: 8px
}

.b-header-img {
  max-width: 100%
}

.b-header-background1 {
  width: 304px;
  height: 304px;
  left: calc(50% - 152px);
  top: 12px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  position: absolute;
  background: -o-linear-gradient(135deg, #accbee 0, #e7f0fd 100%);
  background: linear-gradient(315deg, #accbee 0, #e7f0fd 100%)
}

.b-header-background1 .b-img-1 {
  width: 207px;
  position: absolute;
  z-index: 0;
  top: 60px;
  left: 60px;
  opacity: .16
}

.b-header-background1 .b-img-2 {
  width: 131px;
  position: absolute;
  z-index: 1;
  top: 86px;
  left: 86px
}

.b-header-background2 {
  display: none;
  width: 300px;
  height: 300px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0
}

.b-header-background2 .b-img-1 {
  position: absolute;
  z-index: 0;
  top: -90px;
  right: 13px
}

.b-header-background2 .b-img-2 {
  position: absolute;
  z-index: 1;
  top: -59px;
  right: -153px
}

.b-header-button {
  margin-top: 40px
}

.b-header-top {
  background-color: #fff;
  padding: 16px 0;
  -webkit-box-shadow: 0 24px 80px rgba(48, 55, 120, .08);
  box-shadow: 0 24px 80px rgba(48, 55, 120, .08);
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 20
}

.b-header-middle__content {
  margin-top: 20px;
}

.b-header-middle {
  margin-top: 210px;
  position: relative;
  z-index: 10
}

.b-header-bottom {
  position: relative;
  z-index: 10;
  margin-top: 30px
}

.b-header-sliders {
  width: 100%;
  height: 120px;
  background: #fff;
  border-radius: 16px;
  margin-left: 0;
  -webkit-box-shadow: 24px 40px 80px rgba(48, 55, 120, .08);
  box-shadow: 24px 40px 80px rgba(48, 55, 120, .08);
  position: relative
}

.b-header-sliders .b-slider,
.inL_731886,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img {
  display: none
}

.b-header-sliders .b-visible,
.slick-initialized .slick-slide,
.slick-slide img {
  display: block
}

.b-header-sliders__img,
.b-header-sliders__text {
  display: inline-block;
  vertical-align: top
}

.b-header-sliders__text {
  width: 120px;
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #303778
}

.b-header-sliders__img {
  width: 120px;
  margin-right: 11px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px
}

.b-header-sliders .b-btnbox {
  position: absolute;
  bottom: 5px;
  left: 140px
}

.b-header-sliders .b-btnbox .b-btn {
  padding: 5px 0;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  width: 16px
}

.b-header-sliders .b-btnbox .b-btn-item {
  width: 100%;
  height: 4px;
  background: #f1f4fa;
  border-radius: 2px
}

.b-changes,
.b-doctor-textbox,
.b-effect-item {
  opacity: 0
}

.b-changes-right__img {
  max-width: 100%;
  margin-top: 10.5%
}

.b-changes-right .b-slider {
  position: relative;
  display: none
}

.b-changes-right .b-slider-img1 {
  width: 21%;
  top: 0;
  left: 15.5%
}

.b-changes-right .b-slider-img1,
.b-changes-right .b-slider-img2,
.b-changes-right .b-slider-img3,
.b-changes-right .b-slider-img4 {
  position: absolute;
  -webkit-box-shadow: 24px 40px 40px rgba(48, 55, 120, .16);
  box-shadow: 24px 40px 40px rgba(48, 55, 120, .16);
  border-radius: 50%
}

.b-changes-right .b-slider-img2 {
  width: 41.5%;
  top: 0;
  right: 0
}

.b-changes-right .b-slider-img3,
.b-changes-right .b-slider-img4 {
  bottom: 20%
}

.b-changes-right .b-slider-img3 {
  width: 52.5%;
  left: 0
}

.b-changes-right .b-slider-img4 {
  width: 30.5%;
  right: 0
}

.b-changes-right .b-visible {
  display: block;
  cursor: pointer
}

.b-changes-btnbox__rangebox {
  max-width: 640px;
  margin: 0 auto
}

.b-changes-btnbox .b-range-input {
  position: relative;
  z-index: 10
}

.b-changes-btnbox .b-range-box {
  height: 0;
  padding: 0 22% 0 3%;
  position: relative;
  z-index: 1
}

.b-changes-btnbox .b-range-boxslider {
  position: relative;
  width: 25%;
  top: -60px
}

.b-changes-btnbox .b-range-boxslider__slider {
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 32px
}

.b-changes-btnbox__range {
  background: -o-linear-gradient(top, rgba(47, 47, 47, 0) 0, rgba(227, 230, 235, 0) 36px, #f1f4fa 36px, #f1f4fa 40px);
  background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0, rgba(227, 230, 235, 0) 36px, #f1f4fa 36px, #f1f4fa 40px);
  height: 40px;
  border-radius: 2px;
  width: 100%;
  outline: 0;
  border: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0
}

.b-changes-btnbox__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 40px;
  background: url(../img/range_web.png) bottom center no-repeat;
  cursor: pointer;
  width: 25%
}

.b-changes-btnbox__range::-moz-range-track {
  border-radius: 2px
}

.b-changes-btnbox__range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  border-radius: 2px;
  background: url(../img/range_web.png) bottom center no-repeat;
  cursor: pointer;
  border: 0;
  width: 25%
}

.b-changes-btnbox__range::-ms-fill-lower,
.b-changes-btnbox__range::-ms-fill-upper {
  background: 0 0
}

.b-changes-btnbox__range::-ms-track {
  border-radius: 2px
}

.b-changes-btnbox__range::-ms-thumb {
  position: relative;
  bottom: 18px;
  height: 40px;
  background: url(../img/range_web.png) bottom center no-repeat;
  cursor: pointer;
  width: 80px
}

.b-changes-btnbox__text {
  display: inline-block;
  cursor: pointer;
  width: 23%;
  font-size: 12px;
  vertical-align: middle
}

.b-buy-h3,
.b-buy-input {
  font-size: 16px;
  line-height: 150%
}

.b-changes-btnbox .b-view {
  display: inline-block;
  color: #303778;
  font-weight: 700
}

.b-effect {
  padding: 30px 0 64px;
  background: #f1f4fa
}

.b-effect-img {
  -webkit-box-shadow: 24px 40px 40px rgba(48, 55, 120, .16);
  box-shadow: 24px 40px 40px rgba(48, 55, 120, .16);
  border-radius: 50%;
  width: 144px;
  margin-bottom: 16px;
  margin-top: 24px
}

.b-effect-background1,
.b-effect-background2 {
  opacity: 0;
  position: absolute;
  width: 64px;
  height: 64px
}

.b-effect-background1 {
  top: -100px;
  left: 3%
}

.b-effect-background1 .b-img-1,
.b-effect-background2 .b-img-1 {
  width: 64px;
  position: relative;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 24px 40px 80px rgba(48, 55, 120, .16);
  box-shadow: 24px 40px 80px rgba(48, 55, 120, .16)
}

.b-buy-boximg .b-img-2,
.b-buy-form,
.b-composition-img {
  box-shadow: 24px 40px 80px rgba(48, 55, 120, .16)
}

.b-effect-background1 .b-img-2 {
  position: absolute;
  z-index: 5;
  width: 66px;
  left: 24px;
  bottom: 23px
}

.b-effect-background2 {
  bottom: -122px;
  right: 3%
}

.b-effect-background2 .b-img-2 {
  position: absolute;
  z-index: 5;
  width: 65px;
  right: 49px;
  bottom: 22px
}

.b-composition {
  padding: 60px 0 80px
}

.b-composition .b-h2 {
  position: relative;
  z-index: 10
}

.b-composition .b-p {
  max-width: 528px;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.b-composition-item {
  clear: both;
  position: relative;
  z-index: 10
}

.b-composition-img {
  max-width: 100%;
  border-radius: 24px;
  box-shadow: 24px 40px 80px rgba(48, 55, 120, .16);
  margin: 40px auto 24px;
  display: block;
  opacity: 0
}

.b-composition-background1 {
  position: absolute;
  width: 304px;
  height: 304px;
  bottom: -234px;
  right: -97px;
  background-color: #e7f0fd;
  border-radius: 50%
}

.b-composition-background1 .b-img-1 {
  width: 125px;
  position: absolute;
  z-index: 4;
  top: 90px;
  left: 90px
}

.b-composition-background1 .b-img-2 {
  position: absolute;
  z-index: 2;
  width: 190px;
  left: -17px;
  top: 56px;
  -webkit-transform: rotate(112deg);
  -ms-transform: rotate(112deg);
  transform: rotate(112deg)
}

.b-composition-background2 {
  position: absolute;
  width: 368px;
  height: 368px;
  top: 69px;
  left: -134px
}

.b-composition-background2 .b-img-1,
.b-composition-background3 .b-img-1 {
  width: 368px;
  position: absolute;
  z-index: 1
}

.b-composition-background3 {
  position: absolute;
  width: 368px;
  height: 368px;
  left: -135px;
  bottom: 20%
}

.b-doctor {
  padding: 30px 0 0;
  background: #f1f4fa
}

.b-doctor-img {
  max-width: 290px;
  margin-left: calc(50% - 145px);
  margin-bottom: -3px;
  margin-top: -7px;
  z-index: 8;
  opacity: 0
}

.b-doctor .b-h2,
.b-reviews .b-h2 {
  text-align: center;
  margin-bottom: 16px
}

.b-reviews {
  padding: 30px 0 40px
}

.b-reviews .b-h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 10
}

.b-reviews-item {
  opacity: 0;
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px !important;
  -webkit-box-shadow: 5px 5px 5px rgba(48, 55, 120, .16);
  box-shadow: 5px 5px 5px rgba(48, 55, 120, .16)
}

.slide__desc {
  -webkit-transition: .8s;
  transition: .8s;
  position: relative;
  max-height: 200px
}

.slide__desc::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-box-shadow: inset 0 -75px 20px -30px #fff;
  box-shadow: inset 0 -75px 20px -30px #fff;
  -webkit-transition: 1s;
  transition: 1s
}

.slide__desc.show::after {
  -webkit-box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: 1s;
  transition: 1s
}

.b-reviews-item__ava {
  border-radius: 24px 24px 0 0;
  max-width: 100%;
  position: relative;
  z-index: 7;
  margin: 0 auto
}

.b-reviews-item__textbox {
  margin-top: -24px;
  border-radius: 24px;
  background-color: #fff;
  padding: 16px;
  position: relative;
  z-index: 10
}

.b-reviews-background1 {
  position: absolute;
  width: 368px;
  height: 368px;
  top: 73px;
  left: -134px
}

.b-reviews-background1 .b-img-1,
.b-reviews-background2 .b-img-1 {
  width: 368px;
  position: absolute;
  z-index: -1
}

.b-reviews-background2 {
  position: absolute;
  width: 368px;
  height: 368px;
  bottom: -103px;
  right: -96px
}

.b-buy {
  background: #f1f4fa;
  padding: 40px 0
}

.b-buy-h3 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #00c27c
}

.action__date {
  margin-bottom: 5px
}

.action__date--last,
.rom_contact.rom_p {
  margin-bottom: 0
}

.b-buy-boximg {
  width: 304px;
  height: 304px;
  position: relative;
  margin-left: calc(50% - 152px)
}

.b-buy-boximg .b-img-1 {
  position: absolute;
  z-index: 1;
  width: 304px;
  top: 0;
  left: 0
}

.b-buy-boximg .b-img-2,
.b-buy-form {
  box-shadow: 24px 40px 80px rgba(48, 55, 120, .16)
}

.b-buy-boximg .b-img-2 {
  position: absolute;
  z-index: 2;
  width: 121px;
  top: 38px;
  left: 95px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  border-radius: 50%;
  opacity: 0
}

.b-buy-boximg .b-img-3 {
  position: relative;
  z-index: 1;
  width: 140px;
  margin: 0 auto
}

.b-buy-form {
  background: #fff;
  border-radius: 24px;
  padding: 16px 16px 24px;
  position: relative;
  z-index: 10
}

.b-buy-listbox {
  opacity: 0;
  position: absolute;
  z-index: 5;
  right: 0
}

.b-buy-boxform {
  position: relative;
  z-index: 10;
  max-width: 385px;
  margin: 0 auto;
  opacity: 0
}

.b-buy-boxform__bg1 {
  position: absolute;
  z-index: 15;
  width: 48px;
  bottom: -32px;
  left: 0;
  -webkit-box-shadow: 24px 40px 80px rgba(48, 55, 120, .16);
  box-shadow: 24px 40px 80px rgba(48, 55, 120, .16);
  border-radius: 50%;
  opacity: 0
}

.b-buy-boxform__bg2,
.b-buy-boxform__bg3 {
  position: absolute;
  z-index: 5;
  width: 33px;
  top: -24px;
  right: 44px
}

.b-buy-boxform__bg3 {
  width: 48px;
  top: -32px;
  right: -2px
}

.b-buy-button,
.b-buy-input {
  width: 100%;
  margin-top: 16px
}

.b-buy-input {
  border: 1px solid #303778;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
  outline: 0;
  padding: 16px 30px;
  color: #717a90;
  -moz-text-align-last: center;
  text-align-last: center
}

.b-buy-button,
.b-buy-button:active,
.b-buy-button:focus,
.b-buy-button:hover {
  outline: 0;
  border: 0
}

.b-buy-input:focus,
.slick-list:focus {
  outline: 0
}

.b-buy-button {
  max-width: 100%;
  margin-bottom: 7px;
  cursor: pointer
}

.old_price {
  font-size: 20px;
  text-decoration: line-through;
  margin-top: 10px
}

.new_price {
  font-size: 40px;
  color: #303778;
  font-weight: 700
}

.ac_footer,
.ac_footer a {
  color: #a12000
}

.b-range-border {
  position: absolute;
  width: 2px;
  height: 45%;
  top: 20%;
  border-right: 2px dashed #e0eaff;
  z-index: -2
}

.b-range-border:first-child {
  left: calc(25% - 2px)
}

.b-range-border:nth-child(2) {
  left: calc(50% - 2px)
}

.b-range-border:nth-child(3) {
  left: calc(75% - 2px)
}

#b-buy {
  position: absolute;
  top: -80px
}

.fade-in-03 {
  -webkit-animation: .8s linear .3s both fade-in;
  animation: .8s linear .3s both fade-in
}

.fade-in-06 {
  -webkit-animation: .8s linear .7s both fade-in;
  animation: .8s linear .7s both fade-in
}

.fade-in-09 {
  -webkit-animation: .8s linear 1.1s both fade-in;
  animation: .8s linear 1.1s both fade-in
}

.fade-in2 {
  -webkit-animation: 1s linear both fade-in;
  animation: 1s linear both fade-in
}

.slide-in-fwd-center0 {
  -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) both slide-in-fwd-center;
  animation: 1s cubic-bezier(.25, .46, .45, .94) both slide-in-fwd-center
}

.slide-in-fwd-center03 {
  -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) .3s both slide-in-fwd-center;
  animation: 1s cubic-bezier(.25, .46, .45, .94) .3s both slide-in-fwd-center
}

.slide-in-fwd-center08 {
  -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) .8s both slide-in-fwd-center;
  animation: 1s cubic-bezier(.25, .46, .45, .94) .8s both slide-in-fwd-center
}

.slide-in-fwd-center-btn {
  -webkit-animation: .6s cubic-bezier(.25, .46, .45, .94) .6s both slide-in-fwd-center;
  animation: .6s cubic-bezier(.25, .46, .45, .94) .6s both slide-in-fwd-center
}

.fade-in-top {
  -webkit-animation: 1s cubic-bezier(.39, .575, .565, 1) both fade-in-top;
  animation: 1s cubic-bezier(.39, .575, .565, 1) both fade-in-top
}

.swing-in-top-bck {
  -webkit-animation: 1.3s cubic-bezier(.175, .885, .32, 1.275) both swing-in-top-bck;
  animation: 1.3s cubic-bezier(.175, .885, .32, 1.275) both swing-in-top-bck
}

.swing-in-right-fwd {
  -webkit-animation: 1.3s cubic-bezier(.175, .885, .32, 1.275) both swing-in-right-fwd;
  animation: 1.3s cubic-bezier(.175, .885, .32, 1.275) both swing-in-right-fwd
}

.swing-in-bottom-fwd {
  -webkit-animation: 1.3s cubic-bezier(.175, .885, .32, 1.275) both swing-in-bottom-fwd;
  animation: 1.3s cubic-bezier(.175, .885, .32, 1.275) both swing-in-bottom-fwd
}

.puff-in-center {
  -webkit-animation: .7s cubic-bezier(.47, 0, .745, .715) 1s both puff-in-center;
  animation: .7s cubic-bezier(.47, 0, .745, .715) 1s both puff-in-center
}

.heartbeat {
  -webkit-animation: 2s ease-in-out infinite both heartbeat;
  animation: 2s ease-in-out infinite both heartbeat
}

.rustle-left {
  -webkit-animation: 7s ease-in-out infinite both rustle-left;
  animation: 7s ease-in-out infinite both rustle-left
}

.rustle-x-right {
  -webkit-animation: 8s ease-in-out infinite both rustle-x-right;
  animation: 8s ease-in-out infinite both rustle-x-right
}

.rustle-x-left {
  -webkit-animation: 8s ease-in-out infinite both rustle-x-left;
  animation: 8s ease-in-out infinite both rustle-x-left
}

.rustle-x-left2 {
  -webkit-animation: 8s ease-in-out infinite both rustle-x-left2;
  animation: 8s ease-in-out infinite both rustle-x-left2
}

.flicker {
  -webkit-animation: 5s ease-in-out infinite both flicker;
  animation: 5s ease-in-out infinite both flicker
}

.flicker2 {
  -webkit-animation: 5s ease-in-out infinite both flicker2;
  animation: 5s ease-in-out infinite both flicker2
}

@media screen and (min-width:400px) {
  .b-changes-right {
    width: 304px;
    margin-left: calc(50% - 152px)
  }

  .b-header-sliders__text {
    font-size: 20px;
    width: 40%
  }

  .b-header-sliders .b-btnbox {
    left: 225px
  }

  .b-header-sliders {
    height: 200px
  }

  .b-header-sliders__img {
    width: 200px;
    height: 200px;
    margin-right: 15px
  }

  .b-changes-btnbox__text {
    font-size: 14px
  }
}

@media screen and (min-width:576px) {
  .b-header-sliders .b-btnbox {
    left: 350px
  }

  .b-header-sliders__img {
    width: 200px;
    height: 200px;
    margin-right: 51px
  }

  .b-container {
    padding: 0 30px
  }

  .b-header-background1 {
    width: 428px;
    height: 428px;
    left: calc(50% - 214px);
    top: -6px
  }

  .b-header-background1 .b-img-1 {
    width: 292px;
    top: 68px;
    left: 68px
  }

  .b-header-background1 .b-img-2 {
    width: 186px;
    top: 121px;
    left: 121px
  }

  .b-header-middle {
    margin-top: 275px
  }

  .b-header-img {
    max-width: 450px
  }

  .b-doctor-img {
    max-width: 420px;
    margin-left: calc(50% - 210px)
  }

  .b-buy-boximg {
    width: 426px;
    height: 426px;
    margin-left: calc(50% - 213px)
  }

  .b-buy-boximg .b-img-1 {
    width: 426px
  }

  .b-buy-boximg .b-img-2 {
    width: 170px;
    top: 53px;
    left: 133px
  }

  .b-buy-boximg .b-img-3 {
    width: 195px;
    top: 30px
  }

  .b-changes-btnbox__text {
    font-size: 16px
  }
}

.b-table {
  position: relative
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #303778
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger-box.active .hamburger-inner {
  transform: translate3d(0, 3px, 0) rotate(45deg)
}

.hamburger-box.active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0
}

.hamburger-box.active .hamburger-inner:after {
  transform: translate3d(0, -11px, 0) rotate(-90deg)
}

@media screen and (min-width:768px) {
  .b-nav__overlay {
    display: none
  }

  .hamburger-box {
    display: none
  }

  .b-nav {
    position: static;
    width: auto;
    text-align: right;
    margin-right: 4%
  }

  .b-nav-button {
    display: inline-block;
    margin: 0 23px 0 0
  }

  .b-reviews-boxitem {
    display: flex
  }

  .b-reviews-item {
    -webkit-box-shadow: 5px 5px 5px rgba(48, 55, 120, .16);
    box-shadow: 5px 5px 5px rgba(48, 55, 120, .16);
    margin-bottom: 5px
  }

  .b-header-background1 {
    width: 513px;
    height: 513px;
    left: -125px;
    top: -26px
  }

  .b-header-background1 .b-img-1 {
    width: 349px;
    top: 82px;
    left: 82px
  }

  .b-header-background1 .b-img-2 {
    width: 222px;
    top: 146px;
    left: 146px
  }

  .b-header-background2 {
    display: block;
    width: 180px;
    height: 180px;
    top: 21px;
    right: -27px
  }

  .b-header-background2 .b-img-1 {
    width: 280px;
    top: -44px;
    right: 37px
  }

  .b-header-background2 .b-img-2 {
    width: 276px;
    top: -25px;
    right: -63px
  }

  .b-header-sliders {
    width: 700px;
    height: 280px;
    margin-left: calc(50% - 350px)
  }

  .b-header-sliders__img {
    width: 280px;
    height: 280px;
    margin-right: 51px
  }

  .b-effect-item,
  .b-effect-item:first-of-type {
    margin-right: 32px
  }

  .b-header-sliders__text {
    width: 304px;
    margin-top: 80px;
    font-size: 24px
  }

  .b-header-sliders .b-btnbox {
    bottom: 56px;
    left: 336px
  }

  .b-header-sliders .b-btnbox .b-btn {
    width: 40px;
    margin-right: 12px
  }

  .b-effect {
    padding: 120px 0 104px
  }

  .b-effect-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 36px)
  }

  .b-effect-item .b-p:first-of-type {
    margin-bottom: 0;
    height: 48px;
    display: table-cell
  }

  .b-effect-head {
    display: table;
    margin-bottom: 16px;
    width: 100%;
    text-align: center
  }

  .b-effect-background1 {
    top: -143px
  }

  .b-effect-background2 {
    bottom: -145px
  }

  .b-doctor {
    overflow: visible;
    padding-bottom: 60px;
    background: url(../img/bg_doctar.png) center top no-repeat
  }

  .b-doctor .b-h2 {
    text-align: left
  }

  .b-doctor-textbox {
    max-width: 50%;
    margin-left: 50%
  }

  .b-doctor-img {
    position: absolute;
    max-width: 100%;
    width: 355px;
    right: 53%;
    bottom: -76px;
    margin: 0
  }
}

@media screen and (min-width:992px) {
  .b-buy-boximg .b-img-3 {
    /* width: 210px; */
    top: 30px
  }

  .b-h1 {
    font-size: 64px;
    line-height: 1.2
  }

  .b-h2 {
    font-size: 32px
  }

  .b-nav,
  .b-online {
    display: inline-block
  }

  .b-header {
    padding-bottom: 100px
  }

  .b-header-p {
    font-size: 24px;
    margin-top: 24px
  }

  .b-header-button {
    margin: 56px 0 0
  }

  .b-header-background1 {
    width: 686px;
    height: 686px;
    left: -180px;
    top: -79px
  }

  .b-header-background1 .b-img-1 {
    width: 466px;
    top: 110px;
    left: 110px
  }

  .b-header-background1 .b-img-2 {
    width: 210px;
    top: 170px;
    left: 195px
  }

  .b-header-background2 {
    display: block;
    width: 240px;
    height: 240px;
    top: 0;
    right: 0
  }

  .b-header-background2 .b-img-1 {
    width: 374px;
    top: -59px;
    right: 21px
  }

  .b-header-background2 .b-img-2 {
    width: 368px;
    top: -34px;
    right: -111px
  }

  .b-header-top {
    text-align: initial
  }

  .b-header-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 31px
  }

  .b-header-middle {
    margin-top: 260px
  }

  .b-header-middle__content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 500px);
    max-width: 640px;
    margin-top: 0;
    text-align: left
  }

  .b-header-bottom {
    margin-top: 120px
  }

  .b-changes,
  .b-reviews {
    padding-bottom: 80px
  }

  .b-buy-boxform,
  .b-buy-boximg,
  .b-changes-left,
  .b-changes-right {
    display: inline-block;
    vertical-align: top
  }

  .b-changes-left {
    text-align: left;
    width: 50%
  }

  .b-changes-left .b-h2 {
    max-width: 500px
  }

  .b-changes-right {
    width: calc(49% - 90px);
    max-width: 576px;
    margin-left: 90px
  }

  .b-changes-right__img {
    max-width: 100%;
    margin-top: 0
  }

  .b-changes-right .b-slider {
    position: relative
  }

  .b-changes-right .b-slider-img1 {
    position: absolute;
    width: 21%;
    top: 9%;
    left: 15.5%
  }

  .b-changes-right .b-slider-img2 {
    position: absolute;
    width: 41.5%;
    top: 9%;
    right: 0
  }

  .b-changes-right .b-slider-img3 {
    position: absolute;
    width: 52.5%;
    bottom: 11.5%;
    left: 0
  }

  .b-changes-right .b-slider-img4 {
    position: absolute;
    width: 30.5%;
    bottom: 11.5%;
    right: 0
  }

  .b-changes-btnbox {
    max-width: 640px
  }

  .b-changes-btnbox__range {
    margin-top: 24px;
    max-width: 640px
  }

  .b-changes-btnbox__range::-ms-thumb {
    width: 150px
  }

  .b-changes-btnbox__text {
    display: inline-block;
    vertical-align: middle;
    width: 24.3%;
    padding: 0 5px;
    text-align: center
  }

  .b-changes-btnbox .b-view {
    display: inline-block;
    color: #303778;
    font-weight: 700
  }

  .b-composition,
  .b-effect {
    padding: 80px 0
  }

  .b-effect-item {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 36px)
  }

  .b-effect-item:last-of-type,
  .b-reviews-item:last-of-type {
    margin-right: 0
  }

  .b-effect-img {
    width: 192px;
    margin-bottom: 24px;
    margin-top: 64px
  }

  .b-effect-background1 {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -175px;
    left: 3%
  }

  .b-effect-background1 .b-img-1,
  .b-effect-background2 .b-img-1 {
    width: 80px;
    position: relative;
    z-index: 10
  }

  .b-effect-background1 .b-img-2 {
    position: absolute;
    z-index: 5;
    width: 66px;
    left: 57px;
    bottom: 32px
  }

  .b-effect-background2 {
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: -143px;
    right: 3%
  }

  .b-effect-background2 .b-img-2 {
    position: absolute;
    z-index: 5;
    width: 65px;
    right: 69px;
    bottom: 32px
  }

  .b-composition-item {
    clear: both;
    margin: 80px 0 0;
    height: 416px
  }

  .b-composition-item .b-p {
    max-width: 515px;
    margin-left: 500px
  }

  .b-composition .b-item-2 img {
    float: right
  }

  .b-composition .b-item-2 .b-p {
    margin-left: 0;
    margin-right: 560px
  }

  .b-composition-img {
    margin: 0 auto;
    float: left
  }

  .b-composition-background1 {
    width: 758px;
    height: 664px;
    bottom: -438px;
    right: -500px
  }

  .b-composition-background1 .b-img-1 {
    width: 315px;
    top: 227px;
    left: 190px
  }

  .b-composition-background1 .b-img-2 {
    width: 468px;
    left: -33px;
    top: 116px
  }

  .b-composition-background2 {
    width: 582px;
    height: 582px;
    top: 40px;
    left: -134px
  }

  .b-composition-background2 .b-img-1,
  .b-composition-background3 .b-img-1,
  .b-reviews-background1 .b-img-1,
  .b-reviews-background2 .b-img-1 {
    width: 582px
  }

  .b-composition-background3 {
    width: 582px;
    height: 582px;
    bottom: -331px;
    left: -80px
  }

  .b-buy .b-h2,
  .b-reviews .b-h2 {
    margin-bottom: 80px
  }

  .b-reviews-boxitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .b-reviews-item {
    max-width: 31.6%
  }

  .b-reviews-item__textbox {
    padding: 20px
  }

  .b-reviews-background1 {
    width: 582px;
    height: 582px;
    top: 327px;
    left: -200px
  }

  .b-reviews-background2 {
    width: 582px;
    height: 582px;
    bottom: 318px;
    right: -195px
  }

  .b-buy {
    padding: 84px 0 80px
  }

  .b-buy-boximg {
    margin-left: 0;
    margin-right: calc(49% - 426px)
  }

  .b-buy-boxform {
    margin-right: calc(50% - 385px)
  }
}

@media screen and (min-width:1024px) {
  .slide__desc {
    overflow: visible;
    max-height: 100%
  }

  .slide__desc::after {
    box-shadow: none
  }

  .slide__btn {
    display: none
  }

  .b-reviews-item {
    margin: 0;
    -webkit-box-shadow: 24px 40px 80px rgba(48, 55, 120, .16);
    box-shadow: 24px 40px 80px rgba(48, 55, 120, .16)
  }
}

@media screen and (min-width:1200px) {
  .b-header-sliders {
    width: 752px;
    height: 280px;
    margin-left: calc(50% - 376px)
  }

  .b-composition-background1 {
    width: 768px;
    height: 768px;
    bottom: -436px;
    right: -546px
  }

  .b-composition .b-container {
    padding: 0 90px
  }

  .b-doctor-textbox {
    max-width: 57%;
    margin-left: 43%
  }

  .b-doctor-img {
    width: 500px;
    right: 59%
  }

  .b-buy,
  .b-reviews {
    padding: 80px 0
  }

  .b-reviews-item__textbox {
    padding: 32px
  }

  .b-buy-boximg {
    width: 528px;
    height: 528px;
    margin-right: calc(49% - 528px)
  }

  .b-buy-boximg .b-img-1 {
    width: 528px
  }

  .b-buy-boximg .b-img-2 {
    width: 145px;
    top: 65px;
    left: 285px
  }

  .b-buy-boximg .b-img-3 {
    /* width: 235px; */
    top: 44px
  }

  .b-buy-form {
    padding: 63px
  }

  .b-buy-boxform {
    margin-right: calc(50% - 480px);
    max-width: 480px
  }

  .b-buy-boxform__bg1 {
    width: 80px;
    bottom: -40px;
    left: -40px
  }

  .b-buy-boxform__bg2 {
    width: 59px;
    top: -48px;
    right: 32px
  }

  .b-buy-boxform__bg3 {
    width: 77px;
    top: -59px;
    right: -41px
  }

  .b-doctor .b-container {
    max-width: 1200px;
  }

  .b-doctor {
    padding-top: 90px !important;
  }
}

@media screen and (min-width:1372px) {
  .b-nav {
    margin-right: 7.5%
  }

  .b-container {
    padding: 0
  }

  .b-header-background1 {
    width: 856px;
    height: 856px;
    left: -81px;
    top: -96px
  }

  .b-header-background1 .b-img-1 {
    width: 582px;
    top: 137px;
    left: 137px
  }

  .b-header-background1 .b-img-2 {
    width: 305px;
    top: 180px;
    left: 90px
  }

  .b-header-background2 {
    width: 300px;
    height: 300px;
    top: 0;
    right: 0
  }

  .b-header-background2 .b-img-1 {
    width: 468px;
    top: -90px;
    right: 13px
  }

  .b-header-background2 .b-img-2 {
    width: 460px;
    top: -59px;
    right: -153px
  }

  .b-header-img {
    max-width: 100%;
    width: 190px
  }

  .b-header-middle {
    margin-top: 320px
  }

  .b-header-sliders {
    margin-left: 620px
  }

  .b-composition .b-container {
    padding: 0 125px
  }

  .b-composition-item .b-p {
    margin-left: 560px
  }

  .b-composition-item:nth-of-type(2) .b-p {
    margin-left: 0;
    margin-right: 560px
  }

  .b-doctor {
    padding: 80px 0
  }

  .b-doctor-img {
    bottom: -95px
  }
}

.ac_footer {
  text-align: center;
  padding: 25px 15px
}

.ac_footer p {
  text-align: center;
  margin-bottom: 7px
}

img[width="1"] {
  display: none !important
}

.inL_16804 {
  top: 10px
}

.create_rom_footer {
  padding: 0
}

.my-popup__wrapper .inL_16804 {
  margin-right: 30px
}

.my-popup__wrapper .b-buy-form {
  width: 350px;
  padding: 20px;
  flex-shrink: 0;
}

.my-popup__wrapper {
  width: 615px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f3f9
}

@media screen and (max-width:639px) {
  .my-popup__wrapper .inL_16804 {
    display: none
  }

  .my-popup__wrapper {
    background: 0 0;
    padding: 0;
    max-width: 290px
  }

  .my-popup__wrapper .b-buy-form {
    width: 290px;
  }
}

.slide__text {
  font-size: 17px;
  line-height: 1.4;
  color: #444
}

.slide__btn,
.slide__btn::after,
.slide__btn::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slide__btn {
  width: 36px;
  height: 36px;
  background-color: #00c27c;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  z-index: 10
}

.slide__btn::after,
.slide__btn::before {
  height: 2px;
  width: 16px;
  content: '';
  display: block;
  bottom: 50%;
  background: #fff
}

.slide__btn::after {
  height: 16px;
  width: 2px
}

.slide__btn.active::after {
  -webkit-transform: translate(-50%, 50%) rotate(90deg);
  transform: translate(-50%, 50%) rotate(90deg)
}

.slide__desc.show {
  max-height: 900px;
  transition: .8s
}

.js-slider .arrow-left {
  left: 30px
}

.js-slider .arrow-right {
  right: 30px
}

.js-slider .arrow-left,
.js-slider .arrow-right {
  position: absolute;
  fill: #00c27c;
  cursor: pointer;
  z-index: 1;
  bottom: 0
}

.slick-slider {
  padding-bottom: 35px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list.dragging {
  cursor: pointer
}

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

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}

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

.slick-track:after {
  clear: both
}

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

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

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

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

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