<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ever-popup-build{position: fixed; opacity: 0;z-index: -1; top: 0; left: -9999px;}&lt;/style&gt;&lt;style&gt;.ever-popup__body.ever-mobile{display:none}.ever-popup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);z-index: 111;display: none;overflow: auto;}.ever-popup__body{position: static;float: none;display: block;margin: 0 auto;width:auto}.ever-popup.show{display: block;align-items: center;}.ever-popup__inner{position: relative;margin: 0 auto;padding-top:35px}.ever-popup__close{width: 35px;height: 30px;position: absolute;cursor:pointer;top: 0;right: 0;z-index: 1;-webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s;}.ever-popup__close:after, .ever-popup__close:before {content: "";position: absolute;right: 0;top: 10px;width: 35px;height: 10px;background: #fff;transition: all 1s;}.ever-popup__close:after {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}.ever-popup__close:before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}@media screen and (min-width: 1000px){.ever-popup__body.ever-desktop{display:none}.ever-popup__body.ever-mobile{display:block}}




@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-black-webfont.woff2) format('woff2'), url(../fonts/roboto-black-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-bold-webfont.woff2) format('woff2'), url(../fonts/roboto-bold-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto-regular-webfont.woff2) format('woff2'), url(../fonts/roboto-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

a,
body,
dd,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
img,
label,
li,
menu,
object,
output,
p,
pre,
s,
section,
span,
strong,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

footer,
header,
menu,
section {
  display: block
}

body {
  font-family: Roboto, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.2
}

ul {
  list-style: none
}

br {
  line-height: 1;
  font-size: 0
}

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

button,
button:focus,
input,
input:focus {
  outline: 0
}

a {
  text-decoration: none
}

button {
  border: 0;
  display: block;
  padding: 0
}

* {
  -webkit-tap-highlight-color: transparent
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"]&gt;input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

img {
  display: block;
  max-width: 100%
}

svg {
  overflow: hidden
}

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

.title {
  font-size: 26px;
  color: #333;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px
}

.text-bold {
  font-weight: 700
}

.text-nowrap {
  white-space: nowrap
}

.button {
  width: 220px;
  height: 40px;
  border-radius: 10px;
  background: -webkit-gradient(linear,
      right top,
      left top,
      color-stop(0, #d00a1d),
      color-stop(50%, #cb2525),
      color-stop(51%, #e33f3f),
      to(#cb2525));
  background: linear-gradient(to left, #d00a1d 0, #cb2525 50%, #e33f3f 51%, #cb2525 100%);
  font-size: 30px;
  line-height: .7;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 12px 5px;
  background-size: 200% 100%;
  background-position: 100% 100%;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer
}

.btn:hover,
.button:hover {
  background-position: 0 0
}

.btn--small {
  font-size: 20px;
  font-weight: 400 !important
}

.btn {
  height: 70px;
  border-bottom: 5px solid #b11818;
  border-radius: 41px;
  background: -webkit-gradient(linear,
      right top,
      left top,
      color-stop(0, #d00a1d),
      color-stop(50%, #e52d36),
      color-stop(51%, #d40e22),
      to(#ff4200));
  background: linear-gradient(to left, #d00a1d 0, #e52d36 50%, #d40e22 51%, #ff4200 100%);
  width: 100%;
  font-size: 26px;
  line-height: .8;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 12px 5px;
  background-size: 200% 100%;
  background-position: 100% 100%;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer
}

.name,
.nameland {
  border-radius: 29px
}

.form__select,
.name,
.nameland {
  -webkit-transition: .3s;
  transition: .3s
}

.name:hover,
.nameland:hover .form__select:hover,
.form__select:hover {
  -webkit-box-shadow: inset 0 0 10px rgba(81, 84, 91, .3) !important;
  box-shadow: inset 0 0 10px rgba(81, 84, 91, .3) !important;
  background-color: #f8f8f8 !important
}

.menu-mob.open .menu-mob__bg {
  display: block
}

.block {
  padding-top: 25px;
  padding-bottom: 25px
}

.menu-mob__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0
}

.menu-mob__content {
  position: fixed;
  left: 0;
  top: 0;
  max-width: 320px;
  width: 100%;
  height: 100%;
  background-color: #252525;
  padding: 20px;
  overflow: auto;
  z-index: 100
}

.menu-mob__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu-list,
.menu-mob__header {
  margin-bottom: 25px
}

.menu-list__item:not(:last-child) {
  margin-bottom: 15px
}

.list-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, .8);
  font-size: 18px
}

.menu-list__text {
  border-bottom: 1px dashed #a9a9a9
}

.menu-list__text:hover {
  border-bottom: 1px dashed #252525
}

.list-item__img {
  margin-right: 12px
}

.mob-close {
  width: 25px;
  height: 25px;
  cursor: pointer
}

.btn-mob {
  width: 100%;
  font-size: 23px
}

.menu-mob,
.menu-mob.open {
  -webkit-transition: all .2s;
  transition: all .2s
}

.menu-mob__bg {
  display: none;
  z-index: 10
}

.menu-mob.open .menu-mob__content,
.menu-mob__content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .2s;
  transition: all .2s
}

.menu-mob.open .menu-mob__content {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.menu-mob .timer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px
}

.menu-mob .timer__text {
  width: 100%;
  margin-right: 0;
  text-align: center;
  margin-bottom: 5px
}

.menu-desc {
  display: none
}

.header {
  position: relative
}

.burger {
  cursor: pointer;
  position: absolute;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #009640;
  border-radius: 50%;
  text-align: center;
  z-index: 2
}

.burger img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none
}

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

.timer__text {
  font-size: 16px;
  color: #fff;
  width: 120px;
  margin-right: 22px
}

.timer .hours,
.timer .minutes,
.timer .seconds,
.timer__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.timer__num {
  color: #fff
}

.timer .hours,
.timer .minutes,
.timer .seconds {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 4px;
  width: 32px;
  height: 41px;
  padding: 10px 0;
  font-size: 22px;
  line-height: 1;
  border: 2px solid #e03c3c
}

.timer .dots {
  margin-right: 5px
}

.timer .seconds:last-child {
  margin-right: 0 !important
}

.promo {
  background-color: #f6f5f5
}

.promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.promo-couple {
  display: none
}

.promo__title {
  font-size: 28px !important;
  color: #222;
  margin-bottom: 10px !important
}

.promo__subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px
}

.promo-item,
.promo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.promo-list {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px
}

.promo-list::before {
  content: "";
  width: 60px;
  height: 7px;
  background-color: #009640;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.promo-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px
}

.promo-item:last-child {
  margin-bottom: 0
}

.promo-item__circle {
  width: 60px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid green;
  background-color: #f5faf7;
  position: relative;
  z-index: 4
}

.promo-item__circle::before {
  content: "";
  width: 45px;
  height: 44px;
  border-radius: 50%;
  background-color: #19a053;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

.promo-item__circle img {
  width: 24px;
  height: 24px
}

.promo-item__desc {
  font-size: 16px
}

.promo__product {
  max-width: 250px;
  margin: 0 auto 30px
}

.promo-partners {
  max-width: 300px;
  -webkit-box-shadow: 3px 3px 6px rgba(3, 3, 3, .1);
  box-shadow: 3px 3px 6px rgba(3, 3, 3, .1);
  border-radius: 35px;
  background-color: #fff;
  margin: 0 auto
}

.promo-partners img {
  margin: 0 auto;
  padding: 20px 30px
}

.promo-partners.mob {
  display: block
}

.promo-partners.desk {
  display: none
}

.promo-form {
  margin: 0 auto 20px
}

.promo-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.form {
  width: 270px;
  position: relative;
  -webkit-box-shadow: 0 0 35px rgba(134, 147, 162, .25);
  box-shadow: 0 0 35px rgba(134, 147, 162, .25);
  border: 2px solid #009640;
  background-color: #009640;
  border-radius: 5px;
  margin-bottom: 11px
}

.form__wrapper {
  padding: 23px 23px 20px;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  position: relative
}

.form::before {
  position: absolute;
  color: #fff;
  font-weight: 700
}

.form::before {
  content: "-50%";
  top: -12px;
  right: -17px;
  width: 60px;
  height: 55px;
  background: url(../images/sale-bg.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  z-index: 1
}

.form__subtitle {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
  color: #222
}

.form__subtitle--date {
  font-weight: 700;
  display: block;
  color: #f24841
}

.form__name,
.form__phone {
  margin-bottom: 15px;
  position: relative;
  display: block
}

.form__name img,
.form__phone img,
.form__select img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.form__left {
  font-size: 15px;
  line-height: 1;
  width: 100%
}

.form__left {
  color: #fff;
  background-color: #009640;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px 0
}

.form__left .lastpack {
  font-size: 20px;
  font-weight: 900
}

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

.form-protected__img {
  margin-right: 10px
}

.form-protected__text {
  font-size: 15px;
  color: #444
}

.form-btn {
  margin-top: 0
}

.input {
  -webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
  box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
  border-radius: 29px;
  border: 1px solid #dedddd;
  background-color: #fff;
  height: 60px;
  padding: 19px 10px 19px 50px;
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  font-family: Roboto, Arial
}

.input::-webkit-input-placeholder {
  opacity: 1
}

.input::-moz-placeholder {
  opacity: 1
}

.input:-ms-input-placeholder {
  opacity: 1
}

.input::placeholder {
  opacity: 1
}

.form__price {
  width: 100%;
  margin-top: 7px;
  position: relative;
  margin-bottom: 12px
}

.form__price-val {
  text-align: center
}

.form__price-title {
  font-size: 13px;
  color: #666
}

.form__price-title--new {
  color: #000;
  font-size: 14px;
  font-weight: 500
}

.form__price-before {
  font-size: 28px;
  color: #a2a1a1;
  margin-top: 5px;
  display: inline-block;
  position: relative
}

.form__price-before_line {
  position: relative
}

.form__price-before::after,
.form__price-before::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f23e2b;
  position: absolute;
  top: 50%;
  left: 0
}

.form__price-before::before {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg)
}

.form__price-before::after {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg)
}

.form__price-before_size {
  font-size: 16px
}

.form_before {
  display: block;
  width: 1px;
  margin-top: 3px;
  height: 6px
}

.form__price-after {
  font-size: 40px;
  color: #000;
  font-weight: 900;
  margin-top: -5px;
  position: relative;
  margin-right: -7px
}

.form__price-after_size {
  font-size: 16px;
  font-weight: 400
}

.form__price-after .x_currency {
  color: #000;
  font-weight: 500
}

.online-people {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.online-people img {
  -webkit-transition: .4s;
  transition: .4s
}

.online-people p {
  color: #626262;
  font-weight: 400;
  line-height: 1;
  margin-left: 8px;
  -webkit-transition: .2s;
  transition: .2s
}

.online-dynamic {
  color: #e45326;
  font-weight: 700
}

.online-wrapper {
  overflow: hidden;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.online-block {
  background-color: #fff;
  padding-bottom: 15px
}

.form__wrapper .online-block {
  padding-top: 15px;
  padding-bottom: 0
}

.online-people,
.form__visitors {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.online-people.active,
.form__visitors {
  max-height: 200px;
  opacity: 1;
  font-size: 12px
}

.form__visitors {
  margin-top: 15px
}

.form__visitors img {
  margin-right: 10px
}

.default-input:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 24px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 23px
}

.form__input_select,
.input--select {
  position: absolute;
  width: 218px !important;
  height: 60px;
  border-radius: 29px;
  z-index: 0;
  border: 0;
  padding-left: 50px;
  background: 0 0;
  top: 50%;
  color: #666;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.input--select {
  width: 268px !important;
  border-radius: 40px
}

.default-input {
  display: block;
  margin-bottom: 15px;
  position: relative
}

.form__select {
  border: 1px solid #dedddd;
  padding: 19px 20px 19px 10px;
  color: #666;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  -webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
  box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 29px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.hide {
  opacity: 0;
  display: none
}

.options {
  position: absolute;
  z-index: 10;
  display: none;
  -webkit-box-shadow: 2px 5px 10px rgba(208, 208, 208, .75);
  box-shadow: 2px 5px 10px rgba(208, 208, 208, .75);
  height: 195px;
  min-width: 60px;
  overflow-y: scroll;
  overflow-x: hidden;
  top: -9px;
  left: -11px;
  background-color: #fbfcfd
}

.options ::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0
}

.options::-webkit-scrollbar-track {
  background-color: #ecedee
}

.options::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #324697
}

.options::-webkit-scrollbar-thumb:hover {
  background-color: #2a3a7c
}

.options::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0
}

.options::-webkit-scrollbar {
  width: 5px
}

input::-ms-input-placeholder {
  color: #666
}

input::-moz-placeholder {
  color: #666
}

input:-ms-input-placeholder {
  color: #666
}

input::placeholder {
  color: #666
}

input::-webkit-input-placeholder {
  color: #666
}

.x_price_previous {
  font-size: 24px
}

.x_price_current {
  font-size: 34px
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important
}

.check__title {
  margin-bottom: 10px !important
}

.check__subtitle {
  font-size: 18px;
  text-align: center;
  color: #444;
  font-weight: 500;
  margin-bottom: 45px
}

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

.check-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px
}

.check-item {
  max-width: 300px;
  -webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, .1);
  box-shadow: 0 10px 30px rgba(75, 85, 86, .1);
  margin-bottom: 45px;
  position: relative
}

.check-item:last-child,
.doctor-item:last-child {
  margin-bottom: 0
}

.check-item__circle {
  width: 60px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #e02727;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4
}

.check-item__circle::before {
  content: "";
  width: 45px;
  height: 44px;
  border-radius: 50%;
  background-color: #e02727;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

.check-item__bg {
  position: absolute;
  bottom: 0;
  left: 0
}

.check-item__desc {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  z-index: 2;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.check-info {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative
}

.check-info__arrow {
  width: 100%;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.check-info__arrow img {
  margin: 0 auto
}

.check-info__desc {
  font-size: 20px;
  margin-bottom: 9px
}

.check-info__desc-accent {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 15px;
  width: 100%
}

.check-info-warning {
  border: 2px solid #ff5e5e;
  border-radius: 5px;
  font-weight: 500;
  color: #000;
  padding: 10px;
  font-size: 18px
}

.problem {
  position: relative;
  z-index: 5;
  background-color: #f6f5f5
}

.expert {
  margin-bottom: 42px
}

.expert-text {
  text-align: center;
  margin-bottom: 25px
}

.expert__title {
  margin-bottom: 0 !important
}

.expert__accent {
  font-size: 26px;
  color: #e02727
}

.expert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, .1);
  box-shadow: 0 10px 30px rgba(75, 85, 86, .1);
  background-color: #fff;
  padding: 10px;
  position: relative
}

.doctor-item br,
.expert__men {
  display: none
}

.expert-desc {
  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: 100%
}

.expert__response {
  color: #444;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px
}

.expert-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative
}

.expert-bio::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #b6b6b6;
  position: absolute;
  top: -10px;
  left: 0
}

.expert-bio-wrapper {
  text-align: left
}

.expert-bio__name {
  font-size: 20px
}

.expert-bio__prof {
  font-size: 16px;
  padding-right: 120px
}

.expert-bio-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -6px;
  bottom: 2px
}

.expert-bio__sign {
  width: 50px
}

.expert-bio__approved {
  width: 70px
}

.info {
  margin-bottom: 40px
}

.info-content,
.info-hormone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.info-hormone {
  margin-bottom: 20px
}

.info-text {
  margin-bottom: 40px;
  position: relative
}

.info-text::after,
.info-text::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cccbcb;
  position: absolute;
  left: 0
}

.info-text::before {
  top: -19px
}

.info-text::after {
  bottom: -19px
}

.info-text__title {
  text-align: center;
  color: #444;
  font-size: 18px;
  margin-bottom: 15px
}

.info-text__desc {
  font-size: 18px
}

.info-picture {
  max-width: 300px;
  margin: 0 auto
}

.info-box {
  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
}

.info-box__title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px
}

.info-item,
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.info-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 5px
}

.info-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

.info-item__check {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.info-item__desc {
  font-size: 16px
}

.info-prod {
  max-width: 250px;
  margin: 0 auto 15px
}

.info-partners {
  max-width: 370px;
  -webkit-box-shadow: 3px 3px 6px rgba(3, 3, 3, .1);
  box-shadow: 3px 3px 6px rgba(3, 3, 3, .1);
  border-radius: 35px;
  background-color: #fff;
  margin: 0 auto
}

.info-partners img {
  margin: 0 auto;
  padding: 20px 30px
}

.doctor {
  position: relative
}

.doctor::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cccbcb;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.doctor-content,
.doctor-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

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

.doctor-text {
  font-family: Roboto, Arial;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px
}

.doctor__title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2
}

.doctor__subtitle {
  font-size: 16px
}

.doctor-info {
  -webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, .1);
  box-shadow: 0 10px 30px rgba(75, 85, 86, .1);
  background-color: #fff;
  padding: 10px;
  position: relative
}

.doctor-info__men {
  max-width: 200px;
  margin: 0 auto
}

.doctor-info-desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.doctor-info-desc,
.doctor-item,
.doctor-item__circle,
.doctor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.doctor-list {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px
}

.doctor-item,
.doctor-item__circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.doctor-item {
  margin-bottom: 20px
}

.doctor-item__circle {
  width: 49px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid green;
  background-color: #f5faf7;
  position: relative;
  z-index: 4
}

.doctor-item__circle::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #19a053;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

.doctor-item__circle img {
  width: 15px;
  height: 15px
}

.doctor-item__desc {
  font-size: 16px
}

.doctor-item__desc-accent {
  color: #444
}

.doctor-bio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}

.doctor-bio,
.doctor-bio.mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.doctor-bio.desk {
  display: none
}

.doctor-bio__name {
  font-size: 20px
}

.doctor-bio__prof {
  font-size: 16px
}

.doctor-bio__sign {
  width: 55px;
  position: absolute;
  left: 172px;
  bottom: 0
}

picture {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

span[class^="date-"] {
  white-space: nowrap
}

.text-accent {
  color: #f24841
}

.changes-list {
  max-width: 250px;
  margin: 0 auto
}

.changes-list__img {
  margin-bottom: 10px;
  position: relative
}

.changes-list__img::before {
  display: none;
  width: 100%;
  height: 80px;
  content: "";
  position: absolute;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%
}

.changes-list__stage {
  width: 100%;
  padding: 10px 5px;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.changes__item-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center
}

.changes__item-text {
  font-size: 16px;
  line-height: 1.2;
  text-align: center
}

.changes__item:not(:last-of-type),
.composition__item:not(:last-child) {
  margin-bottom: 15px
}

.changes__item:nth-child(1) .changes-list__stage {
  background-color: #de2424
}

.changes__item:nth-child(2) .changes-list__stage {
  background-color: #deb525
}

.changes__item:nth-child(3) .changes-list__stage {
  background-color: #009640
}

.possibility {
  background-color: #f6f5f5
}

.full {
  position: relative
}

.full::before,
.full__title::before {
  content: "";
  position: absolute;
  display: none
}

.full::before {
  width: 400px;
  height: 300px;
  top: -40px;
  left: -20px;
  background-image: url(../images/bg-room.png);
  background-repeat: no-repeat;
  background-size: contain
}

.full__photo {
  width: 250px;
  margin: 0 auto 10px;
  padding: 10px 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 1px #103922;
  box-shadow: 0 0 8px 1px #103922;
  display: none
}

.full__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  position: relative;
  max-width: 100%
}

.full__title::before {
  width: 40px;
  height: 5px;
  top: 0;
  left: 0;
  background-color: #009640
}

.composition__title {
  margin-bottom: 15px !important;
  position: relative;
  padding-top: 56px
}

.composition__name::before,
.composition__title::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.composition__title::before {
  content: "";
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/gender.png) no-repeat center #009640;
  background-size: 25px;
  border-radius: 50%
}

.composition__subtitle {
  max-width: 94%;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px
}

.composition__list {
  margin-bottom: 15px;
  counter-reset: list1
}

.composition__img {
  margin-bottom: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: .5s;
  transition: .5s
}

.composition__name {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 15px;
  z-index: 0
}

.composition__name::before {
  counter-increment: list1;
  content: counter(list1);
  top: -5px;
  color: #e0dede;
  font-size: 60px;
  line-height: 50px;
  z-index: -1
}

.composition__name--small {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 400
}

.composition__btn {
  width: 300px;
  margin-left: auto;
  margin-right: auto
}

.composition__btn .btn--small {
  margin-top: 5px
}

.formland {
  max-width: 300px;
  margin: 0 auto
}

.formland__prod {
  margin-bottom: 15px
}

.formland__pack {
  max-width: 220px;
  margin: 0 auto
}

.formland__content {
  width: 100%;
  padding: 15px;
  background-color: #282826;
  position: relative
}

.formland__form,
.formland__title {
  position: relative
}

.formland__title {
  max-width: 200px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #fff
}

.formland__title::before {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "50%";
  font-weight: 700;
  position: absolute;
  right: -68px;
  background-image: url(../images/sale-bg.png);
  background-repeat: no-repeat;
  background-size: contain
}

.formland__timer {
  margin-bottom: 15px
}

.formland .timer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.formland .timer__text {
  width: 100%;
  margin: 0 0 5px;
  text-align: center
}

.formland :-ms-input-placeholder.input {
  opacity: 1
}

.formland .input {
  color: #000;
  background-color: #fff
}

.formland input:invalid,
.formland textarea:invalid {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.formland input::-webkit-input-placeholder {
  color: #666
}

.formland input::-moz-placeholder {
  color: #666;
  opacity: 1
}

.formland input:-moz-placeholder {
  color: #666
}

.formland input:-ms-input-placeholder {
  color: #666
}

.formland .options::-webkit-scrollbar-thumb {
  background-color: #009640
}

.formland .form__input_select {
  color: #000
}

.formland .form__select {
  background-color: #fff
}

.formland .options {
  border-top-left-radius: 29px
}

.formland .btn {
  width: 100%;
  margin: 0 auto;
  z-index: 1
}

.formland .btn--small {
  padding-top: 7px;
  display: block
}

.statistics {
  background-color: #f6f5f5;
  position: relative;
  z-index: 3
}

.statistics__title {
  margin-bottom: 15px !important
}

.statistics__subtitle {
  font-size: 18px;
  text-align: center;
  color: #444;
  margin-bottom: 35px;
  font-weight: 500
}

.statistics-item,
.statistics-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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.statistics-item {
  margin-bottom: 25px
}

.statistics-item:last-child {
  margin-bottom: 0
}

.statistics-item__circle {
  width: 132px;
  height: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  font-weight: 900;
  font-size: 32px;
  background-color: #fff;
  margin-bottom: 15px;
  position: relative
}

.statistics-item__circle.blue {
  -webkit-box-shadow: 0 0 40px 5px rgba(35, 165, 193, .6);
  box-shadow: 0 0 40px 5px rgba(35, 165, 193, .6);
  border: 20px solid #23a5c1
}

.statistics-item__circle.blue::after {
  background: url(../fonts/blue-arrow.svg) no-repeat;
  background-size: 100%
}

.statistics-item__circle.yellow {
  -webkit-box-shadow: 0 0 40px 5px rgba(222, 181, 37, .6);
  box-shadow: 0 0 40px 5px rgba(222, 181, 37, .6);
  border: 20px solid #deb525;
  position: relative
}

.statistics-item__circle.yellow::after {
  content: "";
  background: url(../fonts/yellow-arrow.svg) no-repeat;
  background-size: 100%
}

.statistics-item__circle.green {
  -webkit-box-shadow: 0 0 40px 5px rgba(0, 150, 64, .6);
  box-shadow: 0 0 40px 5px rgba(0, 150, 64, .6);
  border: 20px solid #009640;
  position: relative
}

.statistics-item__circle.green::after {
  content: "";
  background: url(../fonts/green-arrow.svg) no-repeat;
  background-size: 100%
}

.statistics-item__desc {
  color: #444;
  font-size: 16px;
  line-height: 1.2;
  text-align: center
}

.reviews .title {
  margin-bottom: 10px
}

.reviews-content {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #efefef;
  background-color: #f6f5f5;
  padding: 19px 10px 15px 15px;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto
}

.reviews__subtitle {
  font-weight: 500;
  color: #444;
  font-size: 18px;
  line-height: 1.4;
  text-align: center
}

.reviews__date {
  font-size: 15px;
  opacity: .7;
  color: #403737;
  line-height: 1;
  margin-left: auto
}

.reviews-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.reviews-amount {
  padding-top: 4px;
  font-size: 16px;
  line-height: 1;
  padding-left: 20px;
  position: relative
}

.reviews-btn {
  max-width: 220px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 10px 13px;
  border-width: 2px;
  height: auto;
  margin-bottom: 0;
  margin-top: 10px
}

.reviews-list {
  margin-top: 30px;
  overflow: -moz-scrollbars-vertical;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  scrollbar-color: #2b7339 #f3f3f3;
  scrollbar-width: thin;
  height: 330px;
  margin-right: 0;
  padding-right: 20px
}

.reviews-list-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.reviews-list-item:first-child {
  padding-top: 0
}

.reviews-list-item:last-child {
  border-width: 0;
  padding-bottom: 15px
}

.reviews-item-avatar,
.reviews-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.reviews-item-avatar {
  background-color: #fff;
  border-radius: 50%;
  background-color: rgba(180, 159, 145, .3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #444;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1
}

.reviews-item-avatar picture {
  width: 100%;
  height: 100%
}

.reviews-item-title {
  margin-left: 10px
}

.reviews-item__name {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px
}

.reviews-item__rating {
  width: 95px;
  height: 17px;
  background: url(../images/star.png) repeat-x left center;
  background-size: 19px 17px;
  position: relative
}

.reviews-item__rating:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/star-un.png) repeat-x left center;
  background-size: 19px 17px;
  width: 95px;
  height: 100%
}

.reviews-item__text {
  margin-top: 10px;
  overflow: hidden;
  max-height: 800px;
  font-size: 17px;
  line-height: 20px;
  color: #666;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative
}

.reviews--full .reviews-item__text:after,
.reviews-item__btn,
.reviews-list-item.active .reviews-item__text:after {
  display: none
}

.reviews-item__btn:hover {
  text-decoration: none
}

.reviews-item__btn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  background: no-repeat center;
  width: 14px;
  height: 8px;
  -webkit-transition: .2s;
  transition: .2s
}

.reviews-assessment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0
}

.dislike,
.like {
  padding-left: 27px;
  position: relative;
  cursor: pointer
}

.dislike:before,
.like:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  left: 0;
  background: url(../images/like.png) no-repeat center;
  width: 18px;
  height: 16px
}

.dislike,
.like,
.social__count {
  color: #666;
  font-size: 15px;
  font-weight: 300;
  line-height: 1
}

.like-active::before {
  background: url(../images/like-active.png) no-repeat center
}

.dislike-active::before {
  background: url(../images/dislike-active.png) no-repeat center
}

.dislike {
  margin-left: 30px
}

.dislike:before {
  -webkit-transform: translateY(-44%) scaleY(-1);
  transform: translateY(-44%) scaleY(-1)
}

.reviews-list-item.active .reviews-item__text {
  max-height: 800px;
  -webkit-line-clamp: inherit
}

.reviews-list-item.active .reviews-item__btn:before {
  -webkit-transform: translateY(-30%) rotate(180deg);
  transform: translateY(-30%) rotate(180deg)
}

.reviews--full .reviews-item__text {
  max-height: 100%
}

.feedback,
.reviews--full .reviews-item__btn {
  display: none
}

.feedback {
  margin-top: 15px;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.feedback-top {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.feedback-name {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%
}

.feedback-name:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  background: url(../images/feedback-user.png) no-repeat center;
  width: 15px;
  height: 19px
}

.feedback-name-input {
  max-width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #dfe2e3;
  background-color: #f8f8f8;
  padding-left: 52px;
  padding-right: 15px;
  color: #666;
  font-family: Roboto, Arial;
  font-size: 17px;
  font-weight: 300;
  width: 100%
}

.feedback-name-input::-webkit-input-placeholder {
  color: #666 !important;
  font-size: 17px;
  font-weight: 300 !important
}

.feedback-name-input::-moz-placeholder {
  color: #666 !important;
  font-size: 17px;
  font-weight: 300 !important
}

.feedback-name-input:-ms-input-placeholder {
  color: #666 !important;
  font-size: 17px;
  font-weight: 300 !important
}

.feedback-name-input::placeholder {
  color: #666 !important;
  font-size: 17px;
  font-weight: 300 !important
}

.feedback-age {
  position: relative;
  margin-top: 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%
}

.feedback-age:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  background: url(../images/feedback-age.png) no-repeat center;
  width: 18px;
  height: 18px;
  z-index: 1
}

.feedback-assessment {
  color: #666;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  margin-left: 0
}

.feedback-assessment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.feedback-form__internal-col {
  margin: 20px 0
}

.feedback-form__checkmark-icon,
.use__info br {
  display: none
}

.feedback-form__file,
.feedback-form__file-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.feedback-form__file-img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
  border: 1px solid #e1e1e1;
  background: #eef2f7 url(../images/file-icon.png) no-repeat center;
  cursor: pointer
}

.feedback-form__file-text {
  color: #666;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  margin-left: 15px;
  cursor: pointer
}

.feedback-text {
  margin-top: 15px;
  position: relative;
  z-index: 0
}

.feedback-text-input {
  padding-top: 9px;
  background: url(../images/feedback-message.png) 18px 15% no-repeat;
  border-radius: 5px;
  border: 1px solid #dfe2e3;
  background-color: #f8f8f8;
  width: 100%;
  height: 103px;
  max-width: 100%;
  padding-left: 52px;
  padding-right: 15px;
  color: #666;
  font-size: 17px;
  font-weight: 300;
  font-family: Roboto, Arial
}

.feedback-text-input::-webkit-input-placeholder {
  color: #666 !important;
  font-size: 17px;
  font-weight: 300
}

.feedback-text-input::-moz-placeholder {
  color: #666 !important;
  font-size: 17px;
  font-weight: 300
}

.feedback-text-input:-ms-input-placeholder {
  color: #666 !important;
  font-size: 17px;
  font-weight: 300
}

.feedback-text-input::placeholder {
  color: #666 !important;
  font-size: 17px;
  font-weight: 300
}

.feedback-btn {
  max-width: 100%;
  margin-top: 15px
}

.feedback-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 17px;
  background: url(../images/star-un.png) repeat-x center
}

.feedback-modal {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9)
}

.feedback-modal__inner {
  color: #222;
  text-align: center;
  position: absolute;
  z-index: 21;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 250px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  background-color: #fff;
  border-radius: 5px
}

.feedback-modal__text {
  font-size: 18px;
  font-weight: 300
}

.feedback-modal__title {
  position: relative;
  margin-bottom: 12px;
  padding-top: 40px;
  font-size: 22px;
  font-weight: 700
}

.feedback-modal__title:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #19a053;
  background-image: url(../images/gender.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50% 50%
}

.star1,
.star2,
.star3,
.star4,
.star5 {
  opacity: 0;
  cursor: pointer
}

.feedback-rating.active1 .star1,
.feedback-rating.active2 .star1,
.feedback-rating.active2 .star2,
.feedback-rating.active3 .star1,
.feedback-rating.active3 .star2,
.feedback-rating.active3 .star3,
.feedback-rating.active4 .star1,
.feedback-rating.active4 .star2,
.feedback-rating.active4 .star3,
.feedback-rating.active4 .star4,
.feedback-rating.active5 .star1,
.feedback-rating.active5 .star2,
.feedback-rating.active5 .star3,
.feedback-rating.active5 .star4,
.feedback-rating.active5 .star5 {
  opacity: 1
}

textarea {
  -ms-overflow-style: none;
  scrollbar-color: #009640 red;
  resize: none
}

.reviews-headStar {
  width: 120px;
  height: 23px;
  background: url(../images/star.png) repeat-x left center;
  background-size: 20px 18px;
  position: relative
}

.reviews-headStar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/star-un.png) repeat-x left center;
  background-size: 20px 18px;
  width: 100px;
  height: 100%
}

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

textarea::-webkit-scrollbar {
  width: 3px;
  height: 3px
}

textarea::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #009640;
  border-radius: 3px;
  background-image: url(../images/scroll.png);
  background-position: center;
  background-repeat: no-repeat
}

textarea::-webkit-resizer {
  background-color: #009640
}

.reviews-bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.reviews-list::-webkit-scrollbar {
  width: 8px
}

.reviews-list::-webkit-scrollbar-track {
  background: #fff;
  position: relative;
  border-radius: 1px
}

.reviews-list::-webkit-scrollbar-thumb {
  background-color: #009640;
  background-image: url(../images/scroll.png);
  background-size: 4px 7px;
  background-repeat: no-repeat;
  background-position: center center
}

.feedback-age.error:after,
.feedback-name.error:after,
.feedback-text.error:after {
  position: absolute;
  bottom: -16px;
  left: 0;
  color: red;
  font-size: 12px;
  line-height: 1
}

.feedback-name.error {
  margin-bottom: 10px
}

.feedback-name.error:after {
  content: "Ð˜ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐ¹Ñ‚Ðµ ÑÐ¸Ð¼Ð²Ð¾Ð»Ñ‹ Ð¾Ñ‚  a Ð´Ð¾ Ñ"
}

.feedback-age.error:after {
  content: "Ð’Ð²ÐµÐ´Ð¸Ñ‚Ðµ Ð²Ð¾Ð·Ñ€Ð°ÑÑ‚ Ð¾Ñ‚ 18 Ð´Ð¾ 120"
}

.feedback-text.error {
  margin-bottom: 25px
}

.feedback-text.error:after {
  content: "ÐžÑÑ‚Ð°Ð²ÑŒÑ‚Ðµ Ð’Ð°Ñˆ Ð¾Ñ‚Ð·Ñ‹Ð² "
}

.subtitle__accent {
  color: #fff;
  border-radius: 5px;
  background-color: #009640;
  padding: 2px 6px
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.feedback-form__file.rloaded .feedback-form__file-img {
  background-image: none
}

.use {
  background-color: #f6f5f5;
  position: relative;
  z-index: 0
}

.use__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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.use__item {
  display: flex;
  align-items: center;
  width: 100%
}

.use__title {
  margin-bottom: 20px !important
}

.use__list {
  margin-bottom: 30px
}

.use__item {
  max-width: 300px
}

.use__item:not(:last-child) {
  margin-bottom: 15px
}

.use__num {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(15, 113, 52, .3);
  background-color: #eef1ef;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.use__num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-color: #009640;
  border-radius: 50%;
  z-index: -1
}

.use__info {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3
}

.order__title {
  margin-bottom: 55px
}

.order-item,
.order-item-wrap,
.order-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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.order-item {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, .1);
  box-shadow: 0 10px 30px rgba(75, 85, 86, .1);
  position: relative
}

.order-item-wrap {
  width: 270px;
  margin-bottom: 45px
}

.order-item-wrap:last-child {
  margin-bottom: 0
}

.order-item::after {
  content: "";
  width: 100%;
  height: 100px;
  background: url(../images/order-item__bg.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2
}

.order-item__circle {
  width: 60px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #009640;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4
}

.order-item__circle::before {
  content: "";
  width: 45px;
  height: 44px;
  border-radius: 50%;
  background-color: #009640;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

.order-item__text {
  width: 90%;
  position: absolute;
  bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 10
}

.order-item__img {
  position: relative;
  z-index: 1
}

.order-item__desc {
  font-size: 16px;
  line-height: 20px;
  color: #444;
  text-align: center
}

.footer {
  padding: 0
}

.my-popup .promo__subtitle,
.my-popup .promo__title {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 900;
  text-shadow: 2px 2px 7px rgba(40, 40, 40, .25);
  font-size: 85px;
  line-height: 1
}

.my-popup .promo__subtitle {
  font-size: 21px;
  margin-bottom: 37px
}

.my-popup__wrap {
  width: 300px;
  margin: 0 auto;
  padding: 15px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff !important
}

.my-popup__wrap .form__input {
  width: 100%
}

.my-popup__wrap .reviews-amount {
  display: none
}

.my-popup__pack {
  max-width: 350px;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  margin-right: 0;
  z-index: 0
}

.my-popup__pack:before {
  width: 100px !important;
  height: 100px !important
}

.my-popup__left {
  text-align: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.my-popup__right {
  border-radius: 10px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  border: 3px solid #fff;
  margin-left: 0
}

.popup-form-wrap {
  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-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popup-form-wrap .form::before {
  right: -12px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .promo-couple {
    width: 1059px !important;
    height: 672px !important;
    z-index: 0 !important
  }

  .promo-advantage {
    width: 363px
  }

  .form__wrapper {
    border-bottom: 1px solid #fff
  }

  .expert-desc {
    width: 790px
  }

  .info-box {
    width: 600px;
    max-width: 100%
  }

  .doctor-item {
    width: 33.3% !important;
    max-width: 100% !important
  }

  .doctor-item:nth-child(1) {
    margin-right: -50px !important
  }

  .doctor-item__desc {
    width: 100%
  }

  .composition__list {
    width: 1160px !important
  }

  .composition__name {
    width: 311px
  }

  .composition__list.active .composition__img--skew {
    -webkit-box-shadow: 2px 0 0 0 #000;
    box-shadow: 2px 0 0 0 #000
  }

  .statistics-item__desc {
    width: 300px
  }

  .formland__prod {
    border-top: 1px solid #2a2a28
  }

  .formland__content {
    -webkit-box-shadow: -2px 0 0 0 #2a2a28;
    box-shadow: -2px 0 0 0 #2a2a28
  }

  .statistics-item {
    width: 165px;
    max-width: 165px !important
  }

  .order-item__text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .order-item__desc {
    width: 100%
  }
}

@media screen and (min-width:331px) {
  .expert-bio-picture {
    right: -2px
  }
}

@media screen and (min-width:480px) {
  .container {
    width: 480px
  }

  .title {
    font-size: 28px
  }

  .block {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .burger {
    top: 32px
  }

  .promo__title {
    font-size: 40px !important
  }

  .promo__subtitle {
    font-size: 22px
  }

  .check-list {
    margin-bottom: 65px
  }

  .check-item {
    max-width: 370px
  }

  .check-item__desc {
    font-size: 18px;
    bottom: 12px
  }

  .expert__accent {
    font-size: 28px
  }

  .expert__response {
    font-size: 18px
  }

  .expert-bio-picture {
    right: -2px;
    bottom: 0
  }

  .info-text__title {
    font-size: 20px
  }

  .info-text__desc {
    font-size: 18px
  }

  .info-picture {
    max-width: 400px
  }

  .info-box__title {
    font-size: 20px
  }

  .info-prod {
    max-width: 250px
  }

  .doctor__subtitle {
    font-size: 17px
  }

  .doctor-info__men {
    max-width: 250px
  }

  .doctor-bio__name {
    font-size: 22px
  }

  .doctor-bio__sign {
    left: 205px
  }

  .changes-list__img::before {
    display: block
  }

  .changes__item:nth-child(1) .changes-list__stage,
  .changes__item:nth-child(2) .changes-list__stage,
  .changes__item:nth-child(3) .changes-list__stage {
    background-color: inherit
  }

  .changes__item:nth-child(1) .changes-list__img::before {
    background-image: url(../images/stage1.png)
  }

  .changes__item:nth-child(2) .changes-list__img::before {
    background-image: url(../images/stage2.png)
  }

  .changes__item:nth-child(3) .changes-list__img::before {
    background-image: url(../images/stage3.png)
  }

  .full__title {
    font-size: 26px
  }

  .formland__content::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/form-bg.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0
  }

  .statistics__subtitle {
    font-size: 20px
  }

  .statistics-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .statistics-item {
    width: 48%
  }

  .reviews-content {
    padding: 20px;
    max-width: 100%
  }

  .reviews-list {
    height: 610px
  }

  .reviews-list-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 42px
  }

  .reviews-item-top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .reviews-item__name {
    font-size: 20px
  }

  .reviews-item__text {
    font-size: 17px;
    margin-top: 19px;
    line-height: normal
  }

  .feedback-btn {
    max-width: 273px;
    margin: 15px auto 0
  }

  .use__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .use__item {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .use__num {
    margin-bottom: 0;
    margin-right: 10px
  }

  .use__info {
    text-align: left
  }

  .feedback-assessment-wrap {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .feedback-rating {
    margin: 5px 0 0
  }

  .feedback-top {
    flex-direction: row;
    justify-content: space-between
  }
}

@media screen and (max-width:639px) {
  .feedback-age.error {
    margin-bottom: 10px
  }

  .banner {
    display: none !important
  }
}

@media screen and (min-width:640px) {
  .container {
    width: 640px
  }

  .title {
    font-size: 28px
  }

  .burger {
    top: 42px
  }

  .promo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  .webp .promo {
    background-image: url(../images/promo-bg.webp)
  }


  /* img[alt=couple] {
    height: 100%;
    max-width: none;
    width: auto;
    object-fit: contain;
  } */

  .no-webp .promo {
    background-image: url(../images/promo-bg.png)
  }

  .promo-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .promo-advantage {
    margin-top: 155px;
    margin-right: 20px
  }

  .promo-text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .promo__title {
    font-size: 58px !important
  }

  .promo__subtitle {
    font-size: 24px
  }

  .promo-list {
    max-width: 600px;
    margin-bottom: 20px
  }

  .promo-list::before {
    top: -35px;
    left: 92%
  }

  .promo__product {
    max-width: 280px;
    margin-bottom: 0
  }

  .promo-form-wrap {
    margin-top: 155px
  }

  .form::before {
    top: -27px;
    right: -6px
  }

  .check__subtitle {
    margin-bottom: 55px
  }

  .check-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .check-item {
    max-width: 49%
  }

  .check-item:nth-child(5) {
    margin-bottom: 0
  }

  .check-item__desc {
    font-size: 16px;
    bottom: 9px
  }

  .expert__accent {
    font-size: 28px
  }

  .expert-bio__name {
    font-size: 22px
  }

  .expert-bio-picture {
    right: 145px
  }

  .info-list {
    margin: 0 auto 5px
  }

  .info-prod {
    max-width: 280px
  }

  .doctor__title {
    font-size: 22px
  }

  .doctor__subtitle {
    font-size: 18px
  }

  .doctor-info {
    padding: 20px
  }

  .doctor-info__men {
    max-width: 300px
  }

  .doctor-item__desc {
    font-size: 16px
  }

  .changes-list {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .changes__item {
    max-width: 260px
  }

  .changes__item:not(:last-of-type) {
    margin-bottom: 20px
  }

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

  .full__photo {
    width: 310px;
    margin-right: 25px;
    margin-bottom: 0
  }

  .full__title {
    font-size: 30px
  }

  .possibility .formland__pack {
    max-width: 260px;
    margin: 0
  }

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

  .composition__item {
    max-width: 295px
  }

  .formland {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .formland__prod {
    width: 100%;
    max-width: 310px;
    margin-bottom: 0
  }

  .formland__pack {
    padding-top: 20px;
    max-width: 250px;
    margin: 0 auto 0 0
  }

  .formland__content {
    max-width: 310px
  }

  .statistics-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .statistics-item {
    margin-bottom: 0
  }

  .statistics-item {
    width: 33%
  }

  .reviews .title {
    margin-bottom: 15px
  }

  .reviews-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .reviews-btn {
    margin-top: 0
  }

  .reviews-list {
    height: 510px
  }

  .feedback-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .feedback-name {
    display: block;
    width: inherit;
    margin-right: 28px
  }

  .feedback-name-input {
    width: 270px
  }

  .feedback-age {
    display: block;
    width: 270px;
    margin-top: 0
  }

  .feedback-assessment-wrap {
    margin-bottom: 20px;
    flex-direction: row
  }

  .feedback-rating {
    margin: 0 0 0 10px
  }

  .feedback-form__internal-col {
    margin: 0 0 20px
  }

  .feedback-btn,
  .feedback-text {
    margin-top: 25px
  }

  .feedback-btn {
    max-width: 180px
  }

  .feedback-name.error,
  .feedback-text.error {
    margin-bottom: 0
  }

  .use__content {
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px
  }

  .use__list {
    max-width: 355px;
    margin-left: auto;
    margin-bottom: 0;
    position: relative
  }

  .use__list::before {
    content: "";
    position: absolute;
    left: -246px;
    width: 220px;
    height: 246px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -25px
  }

  .webp .use__list::before {
    background-image: url(../images/use-man.webp)
  }

  .no-webp .use__list::before {
    background-image: url(../images/use-man.png)
  }

  .order__title {
    margin-bottom: 65px !important
  }

  .order-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .order-item-wrap {
    width: 48%
  }

  .order-item-wrap:nth-child(3) {
    margin-bottom: 0
  }

  .banner {
    position: fixed;
    z-index: 95;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 10px 0;
    display: none
  }

  .webp .banner {
    background-image: url(../images/header__bg.webp)
  }

  .no-webp .banner {
    background-image: url(../images/header__bg.jpg)
  }

  .banner__title::after,
  .banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .banner__prod {
    background-color: #fff;
    border-radius: 50%;
    padding: 9px 15px 0;
    overflow: hidden
  }

  .banner__image {
    position: relative;
    bottom: 5px
  }

  .banner__red {
    color: #e02727
  }

  .banner__title {
    font-size: 20px;
    line-height: 22px;
    position: relative;
    padding-right: 70px;
    font-weight: 700
  }

  .banner__title::after {
    content: "-50%";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../images/sale-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700
  }

  .banner__btn {
    max-width: 180px;
    font-size: 20px;
    padding: 9px 10px;
    height: 37px
  }

  .banner .timer {
    display: none
  }

  .popup-form-wrap .form::before {
    width: 60px;
    height: 55px;
    top: -9px;
    font-size: 16px
  }
}

@media screen and (min-width:768px) {
  .container {
    width: 768px;
    padding-left: 25px;
    padding-right: 25px
  }

  .title {
    font-size: 32px;
    margin-bottom: 30px
  }

  .block {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .burger {
    top: 54px
  }

  .promo-advantage {
    margin-top: 170px
  }

  .promo__title {
    font-size: 62px !important
  }

  .promo__subtitle {
    font-size: 26px
  }

  .promo-list::before {
    top: -40px;
    left: 82%
  }

  .promo-item__desc {
    font-size: 18px
  }

  .promo-form-wrap {
    margin-top: 170px
  }

  .form::before {
    width: 95px;
    height: 70px;
    top: -37px;
    right: -27px;
    font-size: 22px
  }

  .check__subtitle {
    font-size: 20px
  }

  .check-item__desc {
    font-size: 18px;
    bottom: 12px
  }

  .check-info,
  .check-info-warning,
  .check-info__desc,
  .check-info__desc-accent {
    font-size: 22px
  }

  .expert-text {
    margin-bottom: 50px
  }

  .expert__accent {
    font-size: 32px
  }

  .expert-info {
    padding: 30px 10px
  }

  .expert__men {
    display: block;
    position: absolute;
    left: 35px;
    top: -38px;
    width: 175px
  }

  .expert-desc {
    max-width: 470px;
    margin-left: auto
  }

  .expert__response {
    font-size: 19px
  }

  .expert-bio__name {
    font-size: 24px
  }

  .expert-bio-picture {
    right: 20px
  }

  .info-box__title,
  .info-text__title {
    font-size: 22px
  }

  .info-item__desc {
    font-size: 18px
  }

  .info-prod {
    max-width: 300px
  }

  .doctor__title {
    font-size: 24px
  }

  .doctor__subtitle {
    font-size: 20px
  }

  .doctor-info__men {
    position: absolute;
    left: 0;
    top: 20px
  }

  .doctor-info-desc {
    max-width: 375px;
    margin-left: auto
  }

  .doctor-list {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 0
  }

  .doctor-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .doctor-item__circle {
    margin-right: 0;
    margin-bottom: 10px
  }

  .doctor-bio.mob {
    margin-top: -50px
  }

  .doctor-bio__name {
    font-size: 24px
  }

  .doctor-bio__prof {
    font-size: 18px
  }

  .doctor-bio__sign {
    width: 80px;
    left: 210px
  }

  .changes-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .changes-list__stage {
    font-size: 18px
  }

  .changes__item {
    max-width: 230px
  }

  .changes__item-title {
    font-size: 17px
  }

  .changes__item:not(:last-of-type) {
    margin-bottom: 0
  }

  .full {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .full__title {
    font-size: 30px
  }

  .composition__subtitle {
    font-size: 20px;
    margin-bottom: 30px
  }

  .composition__name {
    padding-top: 20px;
    font-size: 22px;
    max-width: 350px
  }

  .composition__name::before {
    font-size: 70px;
    top: 0
  }

  .composition__name--small {
    font-size: 18px
  }

  .composition__item {
    max-width: 350px
  }

  .formland {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .formland__pack {
    padding-top: 40px
  }

  .statistics__subtitle {
    font-size: 22px
  }

  .statistics-item__desc {
    font-size: 18px
  }

  .reviews-content {
    margin-top: 25px;
    padding: 25px
  }

  .reviews__subtitle {
    font-size: 22px
  }

  .reviews-panel {
    padding-bottom: 20px
  }

  .reviews-list {
    height: 535px
  }

  .reviews-item-avatar {
    width: 70px;
    height: 70px;
    font-size: 30px
  }

  .reviews-item-title {
    margin-left: 20px
  }

  .feedback {
    margin-top: 32px
  }

  .feedback-name {
    margin-right: 26px
  }

  .feedback-age,
  .feedback-name-input {
    width: 320px
  }

  .feedback-modal__inner {
    padding: 23px 50px 25px;
    width: inherit
  }

  .feedback-form__internal-col {
    margin-right: 40px
  }

  .use__content {
    margin-bottom: 30px;
    padding-bottom: 30px
  }

  .use__list {
    max-width: 408px
  }

  .use__list::before {
    left: -305px;
    width: 288px;
    height: 321px;
    bottom: -30px
  }

  .use__num {
    font-size: 35px;
    width: 80px;
    height: 80px
  }

  .use__info {
    font-size: 18px
  }

  .order-item-wrap {
    width: 47%
  }
}

@media screen and (min-width:1000px) {
  .my-popup__wrap {
    width: 770px;
    padding: 0 50px 0 0
  }

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

  .my-popup__right {
    padding: 35px 20px 15px;
    width: 276px
  }

  .popup-form-wrap .form::before {
    width: 78px;
    height: 78px;
    right: -35px;
    top: -35px;
    font-size: 22px
  }
}

@media screen and (min-width:1024px) {
  .container {
    width: 1024px
  }

  .title {
    font-size: 36px;
    margin-bottom: 40px
  }

  .promo {
    padding-top: 74px !important;
    padding-bottom: 0 !important;
    background-position: 54% 50%
  }

  .promo.last {
    padding-top: 40px !important
  }

  .promo,
  .promo-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .promo-couple {
    display: block;
    position: absolute;
    left: -525px;
    bottom: 1px;
    z-index: 0;
  }

  .promo-advantage {
    max-width: 363px;
    margin-top: 0;
    margin-right: 40px;
    z-index: 1;
  }

  .promo-list::before,
  .promo-text {
    -webkit-transform: inherit;
    transform: inherit
  }

  .promo-text {
    text-align: left;
    position: static;
    margin-bottom: 65px
  }

  .promo__title {
    font-size: 52px !important;
    text-align: left
  }

  .promo__subtitle {
    font-size: 28px;
    text-align: left;
    margin-bottom: 0
  }

  .promo-list {
    margin-bottom: 45px
  }

  .promo-list::before {
    left: 0
  }

  .promo__product {
    position: absolute;
    left: 0;
    bottom: -110px;
    z-index: 1
  }

  .promo-partners.mob {
    display: none
  }

  .promo-partners.desk {
    width: 370px;
    max-width: 100%;
    height: 70px;
    display: block;
    position: relative;
    left: 2px;
    bottom: -48px;
    z-index: 1
  }

  .promo-form {
    margin-top: 15px
  }

  .promo-form-wrap {
    margin-top: 0
  }

  .form::before {
    width: 70px;
    height: 70px;
    top: -42px;
    left: auto;
    right: -10px;
    font-size: 20px
  }

  .input--select {
    width: 200px !important
  }

  .check {
    padding-top: 118px !important
  }

  .check__subtitle {
    margin-bottom: 100px
  }

  .check-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 89px
  }

  .check-item {
    max-width: 32%
  }

  .check-item:nth-child(2),
  .check-item:nth-child(5) {
    margin-top: -40px;
    margin-bottom: 0
  }

  .check-item:nth-child(4) {
    margin-bottom: 0
  }

  .check-item__desc {
    bottom: 9px
  }

  .check-info {
    font-size: 24px
  }

  .check-info__arrow {
    top: -56px
  }

  .check-info__desc {
    font-size: 24px
  }

  .check-info__desc-accent {
    font-size: 24px;
    margin-bottom: 21px;
    line-height: 26px
  }

  .check-info-warning {
    font-size: 24px
  }

  .expert {
    margin-bottom: 60px
  }

  .expert__accent {
    font-size: 36px
  }

  .expert-info {
    padding: 40px 10px
  }

  .expert-desc {
    max-width: 655px
  }

  .expert__response {
    font-size: 20px
  }

  .expert-bio__name {
    font-size: 26px
  }

  .expert-bio__prof {
    font-size: 18px;
    line-height: 28px
  }

  .expert-bio-picture {
    position: absolute;
    right: 60px;
    bottom: -29px
  }

  .expert-bio__sign {
    width: 95px;
    position: relative;
    top: -22px;
    left: -3px
  }

  .expert-bio__approved {
    width: 138px
  }

  .info {
    margin-bottom: 200px
  }

  .info-hormone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
  }

  .info-text {
    max-width: 444px;
    margin-bottom: 0
  }

  .info-text::before {
    top: -48px
  }

  .info-text::after {
    bottom: -48px
  }

  .info-text__title {
    font-size: 23px;
    text-align: left
  }

  .info-picture {
    max-width: 480px;
    margin: 0
  }

  .info-box {
    max-width: 480px;
    margin-left: auto
  }

  .info-box__title {
    font-size: 21px;
    text-align: left;
    margin-bottom: 30px
  }

  .info-prod {
    max-width: 300px;
    position: absolute;
    left: -415px;
    top: 67%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0
  }

  .info-partners {
    position: absolute;
    bottom: -100px;
    left: 0
  }

  .doctor::before {
    top: -50px
  }

  .doctor-text {
    margin-bottom: 60px
  }

  .doctor__title {
    font-size: 26px
  }

  .doctor__subtitle {
    max-width: 82%;
    margin: 0 auto
  }

  .doctor-info {
    padding: 0 27px 45px 0;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
  }

  .doctor-info__men {
    max-width: 250px;
    left: 5px;
    top: -49px
  }

  .doctor-info-desc {
    max-width: 660px;
    margin-left: inherit
  }

  .doctor-list {
    max-width: 839px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px
  }

  .doctor-item br {
    display: block
  }

  .doctor-item {
    max-width: 32.3%;
    margin-bottom: 0
  }

  .doctor-item:nth-child(1) {
    margin-right: 10px
  }

  .doctor-item:nth-child(3) {
    margin-right: -20px
  }

  .doctor-item__circle {
    width: 65px;
    height: 64px;
    margin-bottom: 15px;
    margin-top: -26px
  }

  .doctor-item__circle::before {
    width: 45px;
    height: 44px
  }

  .doctor-item__circle img {
    width: 24px;
    height: 24px
  }

  .doctor-item__desc {
    font-size: 16px;
    line-height: 21px
  }

  .doctor-bio.mob {
    display: none
  }

  .doctor-bio.desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .doctor-bio__name {
    font-size: 26px;
    margin-bottom: 7px
  }

  .doctor-bio__sign {
    width: 65px;
    left: 290px;
    bottom: 0
  }

  .bg {
    background-color: inherit;
    background-image: url(../images/bg-grey.png);
    background-repeat: no-repeat;
    background-position: 50% 225%;
    background-size: inherit
  }

  .changes {
    padding-bottom: 50px !important
  }

  .changes-list {
    margin-bottom: 0
  }

  .changes-list__stage {
    padding-bottom: 15px;
    font-size: 20px
  }

  .changes__item {
    max-width: 300px
  }

  .changes__item-title {
    font-size: 18px
  }

  .possibility {
    background-color: transparent;
    padding-bottom: 109px
  }

  .full {
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .full::before,
  .full__photo,
  .full__title::before,
  .use__info br {
    display: block
  }

  .full__photo {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -65px;
    left: 110px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
    z-index: 5
  }

  .full__title {
    max-width: 500px;
    padding-top: 20px;
    font-size: 35px;
    text-align: left
  }

  .complex {
    background: url(../images/stat-bg.png) no-repeat center;
    background-position: 50% 109%;
    background-size: inherit
  }

  .composition {
    padding-top: 160px !important;
    padding-bottom: 80px
  }

  .composition__title {
    padding-top: 80px;
    line-height: 1.2 !important;
    margin-bottom: 18px !important
  }

  .composition__title::before {
    width: 70px;
    height: 70px;
    background-size: 36px
  }

  .composition__subtitle {
    font-size: 22px;
    margin-bottom: 33px
  }

  .composition__list.active .composition__img {
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    top: 0
  }

  .composition__list.active .composition__img--skew {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    top: 0
  }

  .composition__list {
    margin-bottom: 70px;
    position: relative
  }

  .composition__img {
    max-width: 500px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    margin-top: 70px;
    position: relative;
    top: -40px
  }

  .composition__img-2 {
    margin-top: 92px
  }

  .composition__img-3 {
    margin-top: 113px
  }

  .composition__name {
    margin-right: 20px;
    max-width: 311px;
    line-height: 26px
  }

  .composition__name--ant {
    margin-right: auto;
    margin-left: 20px
  }

  .composition__name--small {
    line-height: 1.2
  }

  .composition__item {
    max-width: 487px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .composition__item:not(:last-child) {
    margin-bottom: 30px
  }

  .formland {
    width: 100%;
    max-width: 920px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
  }

  .formland__prod {
    max-width: 200px;
    position: relative;
    background-color: #2a2a28;
    background-position: 41% 3%;
    border-radius: 50px 0 0 0
  }

  .formland__pack,
  .formland__title::before {
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .formland__pack {
    width: 180px;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 5px;
    z-index: 5
  }

  .formland__content {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-right: 15px;
    margin-right: 0
  }

  .formland__form {
    width: 100%
  }

  .formland__title {
    max-width: none;
    padding-right: 90px
  }

  .formland__title::before {
    right: 0
  }

  .formland__timer {
    margin-bottom: 30px;
    margin-right: -20px
  }

  .formland .input {
    border-radius: 100px
  }

  .formland .form__name {
    width: 100%
  }

  .formland .btn,
  .formland .form__name,
  .formland .form__select {
    max-width: 200px;
    margin: 0
  }

  .formland .btn {
    height: 60px;
    padding: 7px 5px
  }

  .formland .x_order_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .statistics__subtitle {
    margin-bottom: 90px
  }

  .statistics-item__circle {
    width: 174px;
    height: 174px;
    font-size: 50px
  }

  .statistics-item__circle.blue::after,
  .statistics-item__circle.green::after,
  .statistics-item__circle.yellow::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -77px;
    right: -71px;
    z-index: 1
  }

  .statistics-item__circle.blue::before,
  .statistics-item__circle.yellow::before {
    content: "";
    width: 1px;
    height: 140px;
    background-color: #d8d6d6;
    position: absolute;
    top: -30px;
    right: -120px
  }

  .wrapper {
    background-color: inherit;
    background-image: url(../images/use-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 134%;
    background-size: inherit
  }

  .reviews-content {
    margin-top: 30px
  }

  .reviews__subtitle {
    font-size: 26px;
    line-height: 30px
  }

  .reviews-list {
    height: 500px;
    padding-right: 40px
  }

  .reviews-list-item {
    padding-bottom: 35px
  }

  .reviews-item__btn {
    margin-top: 30px;
    color: #666;
    font-size: 15px;
    line-height: 1;
    text-decoration: underline;
    padding-right: 28px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
  }

  .feedback-name {
    margin-right: 0;
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit
  }

  .feedback-name-input {
    width: 195px
  }

  .feedback-age {
    -webkit-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit;
    width: 195px
  }

  .feedback-assessment-wrap,
  .feedback-form__internal-col {
    margin-bottom: 0;
    margin-right: 0
  }

  .use {
    background-color: transparent
  }

  .use::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
    width: 1068px;
    height: 519px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1
  }

  .webp .use::before {
    background-image: url(../images/use-img.webp)
  }

  .no-webp .use::before {
    background-image: url(../images/use-img.png)
  }

  .use .container {
    margin-bottom: 30px
  }

  .use__title {
    text-align: left !important
  }

  .use__content {
    max-width: 500px;
    margin-left: auto;
    margin-bottom: 0;
    border: 0
  }

  .use__list {
    max-width: 100%
  }

  .use__list::before {
    left: -394px;
    width: 373px;
    height: 412px;
    bottom: -30px
  }

  .use__item {
    width: 100%
  }

  .use__item:not(:last-child) {
    padding-bottom: 15px;
    position: relative
  }

  .use__item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80.5%;
    height: 1px;
    background-color: #e3e1e1
  }

  .order {
    padding-top: 130px !important
  }

  .order__title {
    margin-bottom: 100px !important
  }

  .order-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .order-item-wrap {
    width: 23%;
    margin-bottom: 0
  }

  .footer {
    padding-top: 65px
  }

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

  .banner .timer__text {
    margin-right: 10px
  }

  .my-popup__wrap {
    right: 0 !important
  }
}

@media (min-width:1024px) {

  .burger,
  .menu-mob {
    display: none
  }

  .header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 2
  }

  .webp .header {
    background-image: url(../images/header__bg.webp)
  }

  .no-webp .header {
    background-image: url(../images/header__bg.jpg)
  }

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

  .menu-desc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0
  }

  .menu-list {
    margin-bottom: 0;
    margin-right: 15px
  }

  .menu-list__item:not(:last-child) {
    margin-bottom: 0
  }

  .menu-list__item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: rgba(228, 228, 228, .25);
    right: 0;
    top: 0
  }

  .logo {
    width: 130px;
    margin-right: 15px
  }

  .header .timer {
    margin-right: 15px
  }

  .menu-desc .timer {
    margin-right: 20px
  }

  .menu-list__item:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px
  }

  .menu-list__text {
    font-size: 16px
  }

  .header__btn {
    width: 140px;
    border-radius: 18px;
    font-size: 18px
  }

  .menu-list__item {
    position: relative
  }
}

@media screen and (min-width:1220px) {
  .container {
    width: 1220px
  }

  .title {
    font-size: 48px
  }

  .menu-list__item {
    position: relative
  }

  .menu-list__item:not(:last-child)::before {
    right: 0
  }

  .menu-list__item:last-child {
    padding-right: 30px
  }

  .menu-list {
    margin-right: 29px
  }

  .logo {
    width: 133px;
    margin-right: 24px
  }

  .menu-list__item:not(:last-child) {
    margin-right: 30px;
    padding-right: 36px
  }

  .header .timer__text {
    width: 130px;
    margin-right: 34px
  }

  .menu-desc .timer {
    margin-right: 10px
  }

  .header__btn {
    width: 160px;
    font-size: 20px
  }

  .menu-list__text {
    font-size: 18px
  }

  .timer__num {
    margin-left: -22px
  }

  .promo {
    background-position: 51% 96%;
    background-size: inherit
  }

  .promo.last {
    padding-top: 70px !important
  }

  .promo-couple {
    max-width: 100%;
    left: -470px
  }

  .promo-advantage {
    margin-right: 37px
  }

  .promo-text {
    margin-bottom: 79px
  }

  .promo__title {
    font-size: 52px !important;
    margin-bottom: 3px !important
  }

  .promo__subtitle {
    font-size: 30px;
    line-height: 32px
  }

  .promo-list::before {
    top: -48px
  }

  .promo-item__circle {
    width: 65px;
    height: 64px;
    margin-right: 21px
  }

  .promo-item__desc {
    font-size: 20px;
    line-height: 26px
  }

  .promo__product {
    max-width: 350px;
    left: 109px;
    bottom: -115px
  }

  .input--select {
    height: 70px;
    width: 100% !important
  }

  .check {
    padding-top: 112px !important
  }

  .check__subtitle {
    font-size: 26px
  }

  .check-item {
    margin-bottom: 58px
  }

  .check-item__desc {
    bottom: 17px
  }

  .check-info {
    font-size: 26px
  }

  .check-info__desc {
    font-size: 26px;
    margin-bottom: 3px
  }

  .check-info__desc-accent {
    font-size: 26px
  }

  .check-info-warning {
    font-size: 26px;
    padding: 14px 44px
  }

  .problem {
    background-color: transparent;
    padding-top: 307px;
    margin-top: -186px;
    padding-bottom: 43px
  }

  .problem::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/problem-bg.png) no-repeat center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
  }

  .expert {
    margin-bottom: 82px
  }

  .expert-text {
    margin-bottom: 58px;
    line-height: 45px
  }

  .expert__accent,
  .expert__title {
    font-size: 48px
  }

  .expert-info {
    padding: 39px 10px 44px
  }

  .expert-desc {
    max-width: 790px
  }

  .expert__response {
    line-height: 28px;
    margin-bottom: 51px
  }

  .expert-bio::before {
    top: -28px
  }

  .expert-bio__name {
    font-size: 26px
  }

  .expert-bio-picture {
    right: 192px;
    bottom: -29px
  }

  .expert-bio__sign {
    position: relative;
    top: -22px;
    left: -3px
  }

  .info {
    margin-bottom: 275px
  }

  .info-hormone {
    margin-bottom: 88px
  }

  .info-text {
    max-width: 500px
  }

  .info-text__title {
    font-size: 26px;
    margin-bottom: 15px
  }

  .info-text__desc {
    font-size: 20px;
    line-height: 30px
  }

  .info-picture {
    max-width: 100%
  }

  .info-box {
    max-width: 600px
  }

  .info-box__title {
    font-size: 24px;
    margin-bottom: 37px
  }

  .info-list {
    margin-bottom: 0
  }

  .info-item {
    margin-bottom: 20px
  }

  .info-item__check {
    margin-right: 30px
  }

  .info-prod {
    max-width: 100%;
    left: -485px;
    top: 65%
  }

  .info-partners {
    bottom: -100px
  }

  .info-partners img {
    padding: 20px 42px
  }

  .info-item__desc {
    font-size: 20px
  }

  .doctor {
    margin-bottom: 50px
  }

  .doctor::before {
    top: -73px
  }

  .doctor-text {
    margin-bottom: 60px
  }

  .doctor__subtitle {
    font-size: 21px;
    max-width: 70%
  }

  .doctor-info {
    padding: 0 27px 12px 0
  }

  .doctor-info__men {
    max-width: 300px;
    left: -6px;
    top: -45px
  }

  .doctor-info-desc,
  .doctor-list {
    max-width: 839px;
    width: 100%;
    margin-bottom: 32px
  }

  .doctor-list {
    margin-bottom: 6px
  }

  .doctor-item {
    max-width: 33.3%;
    margin-bottom: 0
  }

  .doctor-item__circle {
    margin-bottom: 19px;
    margin-top: -26px
  }

  .doctor-item__desc {
    font-size: 18px;
    line-height: 28px
  }

  .doctor-bio {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .doctor-bio__name {
    font-size: 26px;
    margin-bottom: 7px
  }

  .doctor-bio__sign {
    width: 83px;
    left: 293px;
    bottom: -5px
  }

  .bg {
    background-position: 48% 115%;
    background-size: inherit
  }

  .changes {
    padding-top: 74px !important;
    padding-bottom: 149px !important
  }

  .changes__title {
    font-size: 48px
  }

  .changes-list__img {
    margin-bottom: 33px
  }

  .changes-list__img::before {
    height: 110px
  }

  .changes-list__stage {
    padding-bottom: 22px;
    font-size: 24px
  }

  .changes__item {
    max-width: 370px
  }

  .changes__item-title {
    margin-bottom: 20px;
    font-size: 20px
  }

  .changes__item-text {
    font-size: 18px
  }

  .full {
    margin-bottom: 27px
  }

  .full::before {
    width: 840px;
    height: 590px;
    top: -120px;
    left: -240px
  }

  .full__photo {
    width: auto;
    bottom: -68px;
    left: 75px
  }

  .full__title {
    max-width: 600px;
    padding-top: 50px;
    font-size: 48px
  }

  .full__title::before {
    width: 60px;
    height: 7px
  }

  .complex {
    background-position: 50% 100%
  }

  .composition {
    padding-top: 181px !important;
    padding-bottom: 110px
  }

  .composition__subtitle {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 49px
  }

  .composition__list {
    max-width: 1160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 49px
  }

  .composition__img {
    max-width: 580px;
    margin-top: 65px;
    height: 159px;
    overflow: hidden
  }

  .composition__img-2 {
    margin-top: 93px
  }

  .composition__img-3 {
    margin-top: 121px
  }

  .composition__name {
    font-size: 22px;
    line-height: 1;
    margin-right: 80px
  }

  .composition__name--ant {
    margin-left: 80px;
    margin-right: auto
  }

  .composition__name::before {
    font-size: 100px;
    top: -5px
  }

  .composition__name--small {
    line-height: 28px;
    margin-top: 11px
  }

  .composition__item {
    max-width: 580px
  }

  .composition__item:not(:last-child) {
    margin-bottom: 27px
  }

  .statistics-item__desc {
    font-size: 20px;
    line-height: 26px
  }

  .formland {
    max-width: 1170px
  }

  .formland__prod {
    background-color: #2a2a28;
    -webkit-box-shadow: 20px 0 0 0 #2a2a28;
    box-shadow: 20px 0 0 0 #2a2a28;
    background-position: 41% 3%
  }

  .formland__content {
    padding-top: 36px;
    padding-right: 25px;
    padding-bottom: 28px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .formland__title {
    margin: 0;
    padding-right: 100px;
    font-size: 35px
  }

  .feedback-top {
    flex-wrap: nowrap
  }

  .formland__title::before {
    width: 78px;
    height: 78px;
    font-size: 30px
  }

  .formland__timer {
    margin-bottom: 30px;
    margin-right: 0
  }

  .formland .timer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .formland .timer__num {
    margin: 0
  }

  .formland .timer__text {
    max-width: 130px;
    margin: 0 20px 0 0;
    text-align: left
  }

  .formland .input {
    height: 70px
  }

  .formland .form__name {
    max-width: 300px;
    margin-right: 10px
  }

  .formland .form__select {
    max-width: 230px;
    height: 70px;
    border-radius: 100px;
    margin-right: 10px
  }

  .formland .options {
    top: -14px;
    left: -8px
  }

  .formland .btn {
    max-width: 300px;
    height: 70px
  }

  .formland .x_order_form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .statistics {
    background-color: transparent;
    padding-bottom: 83px
  }

  .statistics__title {
    font-size: 47px !important
  }

  .statistics__subtitle {
    font-size: 26px;
    margin-bottom: 122px
  }

  .statistics-list {
    max-width: 1125px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto
  }

  .statistics-item {
    max-width: 278px;
    width: 100%
  }

  .statistics-item:first-child {
    margin-right: 10px
  }

  .statistics-item:last-child {
    margin-right: 19px
  }

  .statistics-item br {
    display: none
  }

  .statistics-item__circle {
    font-size: 60px;
    margin-bottom: 21px
  }

  .statistics-item__circle.blue::after,
  .statistics-item__circle.green::after,
  .statistics-item__circle.yellow::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: -77px;
    right: -77px;
    z-index: 1
  }

  .statistics-item__circle.blue::before {
    height: 180px;
    top: -56px;
    right: -163px
  }

  .statistics-item__circle.yellow::before {
    height: 180px;
    top: -56px;
    right: -141px
  }

  .wrapper {
    background-position: 50% 102%;
    background-size: inherit
  }

  .reviews {
    padding: 88px 0
  }

  .reviews-content {
    padding: 20px 30px 35px 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px
  }

  .reviews-list {
    height: 765px
  }

  .reviews-item__text {
    line-height: 26px
  }

  .feedback-name {
    margin-right: 23px
  }

  .feedback-name-input {
    width: 285px
  }

  .feedback-age {
    margin-right: 13px;
    width: 285px
  }

  .feedback-form__internal-col {
    margin: 0 auto
  }

  .feedback-text {
    margin-top: 30px
  }

  .feedback-rating {
    margin-left: 0;
    margin-right: 20px
  }

  .use {
    padding-top: 78px
  }

  .use::before {
    width: 1068px;
    height: 693px;
    -webkit-transform: translateX(-77%);
    transform: translateX(-77%)
  }

  .use .container {
    margin-bottom: 103px
  }

  .use__title {
    font-size: 48px;
    margin-bottom: 40px !important
  }

  .use__content {
    max-width: 600px;
    margin-bottom: 30px
  }

  .use__info {
    font-size: 24px
  }

  .use__list::before {
    width: 472px;
    height: 529px;
    left: -485px;
    bottom: -65px
  }

  .use__item:not(:last-child) {
    padding-bottom: 13px;
    margin-bottom: 13px
  }

  .use__item:not(:last-child)::before {
    width: 75.5%
  }

  .use__num {
    width: 100px;
    height: 100px;
    font-size: 40px;
    margin-right: 33px
  }

  .order {
    padding-top: 161px !important;
    padding-bottom: 86px
  }

  .order__title {
    font-size: 48px !important
  }

  .order-item-wrap:nth-child(even) {
    width: 270px
  }

  .order-item__desc {
    font-size: 18px
  }

  .order-item__desc-br,
  .order-item__desc-br--third {
    display: none
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .banner .timer__num {
    margin-left: 0
  }

  .banner .timer__text {
    width: auto;
    margin-right: 20px
  }
}

@media screen and (min-width:1300px) {
  .form::before {
    width: 78px;
    height: 78px;
    right: -35px;
    font-size: 22px
  }
}

@media screen and (min-width:768px) and (min-width:1024px) {
  .expert__men {
    width: 220px;
    top: -61px;
    left: 55px
  }
}

@media screen and (min-width:768px) and (min-width:1220px) {
  .expert__men {
    width: 353px;
    left: 69px;
    top: -50px
  }
}

@media screen and (min-width:1024px) and (max-width:1219px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media screen and (min-width:1024px) and (min-width:1220px) {
  .composition__title {
    font-size: 48px !important
  }
}

@media screen and (min-width:1220px) and (min-width:1220px) {
  .order-item__desc-br--third {
    display: block
  }
}

.inL_309894 {
  width: 89px
}

.inL_760205 {
  width: 85px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .formland__prod {
    max-width: 240px
  }
}

footer {
  text-align: center;
  margin: 20px 0
}

footer a {
  color: #000;
  font-size: 12px
}

.kma-lang-list img {
  display: inline-block
}

@media screen and (max-width:640px) {
  .composition__name--small br {
    display: none
  }
}

.ever-popup__close {
  display: none
}

.formland__title .form__price-before {
  margin-top: 0;
  font-size: 26px
}

.formland__title .form__price-after,
.formland__title .form__price-after .x_currency {
  color: #fff;
  font-weight: 900;
  font-size: 32px
}


.pulse {
  animation: pulse 2s infinite;
}

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

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

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

.delivery {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
	gap: 20px;
}
.delivery.white {
  color: #fff;
}
.delivery img {
	margin-top: 7px;
	flex: 0 0 auto;
	width: 60px;

}</pre></body></html>