
strong {
  font-weight: 700
}

.text-accent {
  color: #aa2f6f;
}

.nowrap {
  white-space: nowrap
}

.promo-wrapper {
  background: #f4f0f2
}

.webp .bg-bottom-left,
.webp .bg-bottom-right {
  background-color: #f4f0f2
}

.timer__text {
  margin-right: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 18px
}

.timer__time span {
  display: inline-block;
  padding: 5px 4px;
  font-size: 22px;
  color: #fff;
  line-height: 30px
}

.timer__time span:nth-child(1),
.timer__time span:nth-child(4),
.timer__time span:nth-child(7) {
  margin-right: 5px
}

.btn,
.timer__time .tm {
  font-weight: 700;
  color: #fff;
  text-align: center
}

.timer__time .tm {
  width: 30px;
  position: relative;
  border-radius: 2px;
  background: #f90
}

.btn {
  border-radius: 10px;
  border-bottom: 3px solid #872113;
  background-color: #f12535;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  padding: 10px 0;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3331b), to(#c52a15));
  background: linear-gradient(180deg, #e3331b 0, #c52a15 100%)
}

.btn__small {
  display: block
}

.btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#e3331b), to(#c52a15));
  background: linear-gradient(90deg, #00acb6 0, #00acb6 100%)
}

.header {
  background-color: #972962
}

.header__wrapper {
  padding: 23px 0
}

.header .timer__text br,
.header__logo {
  display: none
}

.header__content {
  width: 320px;
  padding: 50px 0 20px;
  position: fixed;
  top: 0;
  right: -320px;
  background: #972962;
  -webkit-transition: right .3s;
  transition: right .3s;
  z-index: 90
}

.header__content.active {
  right: 0
}

.header__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}

.header__close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.header__close::after,
.header__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header .timer,
.header__nav {
  margin-bottom: 15px
}

.header .timer__text {
  margin: 0 0 5px;
  text-align: center
}

.header .timer__time {
  text-align: center
}

.header__button {
  width: 100%;
  max-width: 115px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  background: 0 0;
  cursor: pointer;
  -webkit-transition: background, color .3s, .3s;
  transition: background, color .3s, .3s
}

.header__button:hover {
  background: #f90;
  border: 1px solid #f90
}

.header-burger__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 3px;
  background: #fff
}

.header__burger {
  position: absolute;
  top: 60px;
  right: 10px;
  width: 36px;
  height: 26px;
  cursor: pointer;
  background: 0;
  z-index: 10
}

.header__burger::after,
.header__burger::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0
}

.header__burger::after {
  top: auto;
  bottom: 0
}

.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  line-height: 31px;
  text-decoration: underline
}

.nav__link--components {
  width: 55%;
}

.nav__link--reviwes {
  width: 45%;
}

.nav__link:hover {
  color: #f7c86a;
  text-decoration: none
}

.nav__link:first-child {
  border-right: 1px solid rgba(226, 226, 226, .25)
}

.nav__link a {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  color: inherit
}

.nav__link a:hover {
  border-bottom: 0
}

.nav__icon {
  margin-right: 10px
}

.form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  border-radius: 15px;
  width: 270px;
  text-align: center;
  padding: 15px;
  margin: 13px;
  position: relative;
  z-index: 0
}

.form__toptitle {
  margin-bottom: 5px;
  text-align: center;
  font-size: 28px;
  font-weight: 700
}

.form__time {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 15px
}

.form__time p:first-of-type {
  margin-bottom: 5px;
}

.form::after {
  content: '';
  width: calc(100% - 8px);
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f90;
  border-radius: 15px 15px 0 0
}

.form::before {
  content: '-50%';
  top: -30px;
  right: -20px;
  letter-spacing: -.5px;
  width: 81px;
  height: 59px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: url(discont-bg.png) no-repeat center/contain;
  z-index: 5
}

.form__input {
  width: 100%;
  height: 60px;
  padding-right: 15px;
  padding-left: 52px;
  background: #f3f3f3;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 2px 7px rgba(0, 0, 0, .04);
  box-shadow: inset 1px 2px 7px rgba(0, 0, 0, .04);
  -webkit-transition: .3s;
  transition: .3s;
  color: #444;
  font-size: 16px
}

.form::before {
  position: absolute;
  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__input:active,
.form__input:focus,
.form__input:hover {
  background-color: #fafafa
}

.label,
.price {
  margin-bottom: 15px;
  position: relative
}

.label {
  display: block
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center
}

.price .x_price_previous:before,
.price::before {
  content: "";
  width: 1px;
  height: 60px;
  opacity: .3;
  background-color: #c4c4c4;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.price .x_price_previous {
  position: relative;
  font-size: 40px;
  line-height: 1
}

.price .x_price_previous:before {
  content: '';
  opacity: .8;
  background-color: #e3331b;
  height: 2px;
  width: 107%
}

.price .x_currency {
  font-size: 14px;
  font-weight: 700
}

.price .x_price_current {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  color: #f54646
}

.price-old {
  width: 50%;
  color: #666
}

.price-old__title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #666
}

.price-new {
  width: 50%;
  position: relative
}

.price-new__item {
  color: #f54646
}

.price-new .x_currency {
  color: #f54646
}

.price-new__title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 8px
}

.form__note {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}

.form__online {
  font-size: 14px;
  line-height: 1.1;
  color: #31363e;
}

.last {
  text-align: center
}

.form__btn {
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: left;
  position: relative
}

.form__btn:hover .btn__arrow {
  -webkit-animation: arrow-pulse .9s ease infinite reverse;
  animation: arrow-pulse .9s ease infinite reverse
}

.form__btn:hover .btn__circle {
  -webkit-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%)
}

.btn__circle,
.label--name:before,
.label--phone:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.btn__circle {
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 30px;
  height: 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;
  border-radius: 30px;
  background-color: #fff;
  right: 20px
}

.label--name,
.label--phone {
  position: relative
}

.label--name:before,
.label--phone:before {
  content: '';
  left: 20px
}

.label--name:before {
  width: 16px;
  height: 18px;
  background: url(icon-name.png) no-repeat center/contain
}

.label--phone:before {
  width: 20px;
  height: 20px;
  background: url(icon-tel.png) no-repeat center/contain
}

.form-online__count {
  color: #f12535;
  font-weight: 700
}

.promo {
  position: relative
}

.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.promo__hero {
  display: none
}

.promo__description {
  max-width: 360px;
  width: 100%;
  margin: 0 auto
}

.promo__title {
  width: 250px;
  margin: 0 auto 20px
}

.promo__subtitle {
  color: #222;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative
}

.promo__subtitle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
  height: 3px;
  background: #575756
}

.promo__list {
  max-width: 290px;
  margin: 0 auto 20px
}

.promo-list__item {
  padding-left: 65px;
  position: relative
}

.promo-list__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-image: url(icon-check.png);
  background-color: #f90;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15)
}

.promo-list__item:not(:last-child) {
  margin-bottom: 20px
}

.promo-list__title {
  margin-bottom: 7px;
  font-weight: 500
}

.promo__pack {
  width: 250px;
  margin: 0 auto 30px
}

.promo__form {
  margin: 0 auto 15px;
}

.promo__quality {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto
}

.quality {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.quality picture {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.danger__title {
  margin-bottom: 15px
}

.danger__title .text-accent {
  display: block;
  font-size: 22px;
}

.danger__subtitle {
  max-width: 450px;
  margin: 0 auto 25px;
  font-weight: 500;
  font-size: 18px;
  text-align: center
}

.danger__list {
  width: 270px;
  margin: 0 auto 35px
}

.danger__item {
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  border-radius: 15px;
  overflow: hidden
}

.components__item:last-child,
.danger__item:last-child,
.helps__item:last-child,
.prevent__item:last-child,
.symptoms__item:last-child {
  margin-bottom: 0
}

.danger__effects {
  min-height: 53px;
  padding: 10px;
  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;
  color: #fff;
  font-weight: 700;
  background: #aa2f6f;
  text-align: center;
  line-height: 1
}

.danger__text {
  padding: 20px 35px;
  text-align: center
}

.prevent__title {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 23px
}

.prevent__list {
  max-width: 290px;
  margin: 0 auto
}

.prevent__item {
  min-height: 75px;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  border: 2px solid #c7c7c7;
  font-weight: 500;
  position: relative
}

.prevent__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 110px;
  background-color: #aa2f6f;
  background-image: url(icon-danger1.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 35px
}

.prevent__item:nth-child(2)::before {
  background-image: url(icon-danger2.png)
}

.prevent__item:last-child::before {
  background-image: url(icon-danger3.png)
}

.prevent__item:last-child::after {
  display: none
}

.symptoms__subtitle {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  text-align: center
}

.symptoms__list {
  max-width: 290px;
  margin: 0 auto
}

.symptoms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 10px 20px 70px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  border-radius: 15px;
  font-weight: 500;
  position: relative
}

.symptoms__item::before {
  content: "";
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(icon-symptoms1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}

.symptoms__item:nth-child(2)::before {
  background-image: url(icon-symptoms2.png)
}

.symptoms__item:nth-child(3)::before {
  background-image: url(icon-symptoms3.png)
}

.symptoms__item:nth-child(4)::before {
  background-image: url(icon-symptoms4.png)
}

.symptoms__item:nth-child(5)::before {
  background-image: url(icon-symptoms5.png)
}

.symptoms__item:nth-child(6)::before {
  background-image: url(icon-symptoms6.png)
}

.helps__content {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6
}

.helps__list {
  max-width: 290px;
  margin: 0 auto
}

.helps__item {
  margin-bottom: 20px;
  padding: 5px 0 5px 60px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
}

.helps__item-br {
  display: none;
}

.helps__item:last-child::after {
  display: none
}

.helps__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-image: url(icon-check.png);
  background-color: #f90;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15)
}

.helps__item::after {
  content: '';
  position: absolute;
  left: 60px;
  bottom: -10px;
  width: 123px;
  height: 1px;
  background: #d7d7d7
}

.action .timer__text br,
.helps__img {
  display: none
}

.helps__img::after,
.helps__img::before {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 300px;
  border: 1px solid #d7d7d7
}

.helps__img::after {
  width: 290px;
  height: 290px;
  z-index: -5
}

.helps__prod {
  margin: 0 auto;
  position: relative
}

.components__list {
  max-width: 270px;
  margin: 0 auto;
}

.components__item {
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  border-radius: 15px !important;
  position: relative
}

.components__img {
  margin: 0 auto 0;
  max-width: 229px;
  border-radius: 15px !important;
}

.action__prod::before,
.components__name {
  color: #fff;
  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
}

.components__name {
  height: 61px;
  margin: 0 -1px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background: #aa2f6f
}

.components__text {
  padding: 20px;
  text-align: center;
  line-height: 1.2;
}

.action {
  margin: 0 auto
}

.action__title {
  max-width: 290px;
  margin: 0 auto 15px;
  position: relative
}

.action .form__time {
  margin-bottom: 0;
}

.action .form__note {
  margin-bottom: 0;
}

.action .timer__text {
  margin: 0 0 10px;
  color: #666;
  text-align: center
}

.action .timer {
  margin-bottom: 30px
}

.action .timer__time {
  text-align: center
}

.action .timer__time span {
  color: #666
}

.action .timer__time .tm {
  color: #fff
}

.action .price {
  max-width: 290px;
  margin: 0 auto 15px
}

.action .price .x_currency {
  display: inline-block
}

.action__prod {
  width: 290px;
  margin: 0 auto;
  display: block;
  position: relative
}

.action__prod::before {
  content: '-50%';
  position: absolute;
  top: -20px;
  right: 0;
  letter-spacing: -.5px;
  width: 81px;
  height: 59px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background: url(discont-bg.png) no-repeat center/contain;
  z-index: 5
}

.action__img {
  width: 250px;
  margin: 0 auto 15px
}

.action__form {
  max-width: 270px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.action__form::after,
.action__form::before {
  display: none
}

.action .btn {
  margin: 0 auto 10px;
  padding-left: 30px
}

.action .btn__circle {
  right: 30px
}

.action .form__online {
  margin: 0
}

.stat__title {
  margin-bottom: 20px
}

.stat__subtitle {
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
  font-size: 18px
}

.stat__list {
  max-width: 290px;
  margin: 0 auto 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6
}

.stat__item {
  margin-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  border: 1px solid #fff;
  border-radius: 15px
}

.stat__item:last-child {
  margin-bottom: 0
}

.stat__data {
  width: 80px;
  height: 80px;
  margin: -20px auto 15px;
  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;
  color: #fff;
  border-radius: 140px;
  background: #aa2f6f;
  font-weight: 700
}

.stat__num {
  font-size: 35px
}

.stat__per {
  font-size: 20px
}

.stat__text {
  padding: 0 20px 20px;
  text-align: center;
  font-weight: 500
}

.doc__content {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6
}

.doc__descr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 0
}

.doc__descr::before {
  display: none;
  content: "";
  width: 50px;
  height: 3px;
  background: #aa2f6f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.doc__text {
  line-height: 1.3
}

.doc__text:not(:last-child) {
  margin-bottom: 15px
}

.doc__name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px
}

.doc__detail {
  font-style: italic;
  font-size: 15px;
  color: #777
}

.doc__hero {
  display: none
}

.form__stars {
  width: 105px;
  height: 20px;
  display: inline-block;
  background-image: url(star-unactive.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  position: relative
}

.form__stars::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(star.png);
  background-repeat: repeat-x;
  background-size: 21px;
  background-position: 0 1px
}

.star5::before {
  width: 105px
}

.modal__wraper {
  display: none;
  padding: 25px;
  text-align: center;
  background-color: #efe8e5;
  border-radius: 10px;
  position: relative
}

.modal__close,
.modal__close:before {
  position: absolute;
  width: 8px;
  height: 35px;
  border-radius: 3px;
  background-color: #efe8e5
}

.modal__close {
  top: -40px;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  cursor: pointer
}

.modal__close:before {
  content: "";
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.modal__close:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.feedback__modal,
.reviews__feedback {
  display: none
}

.modal--active {
  background-color: rgba(0, 0, 0, .7);
  z-index: 5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  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;
  padding: 0 15px
}

.reviews__title {
  margin-bottom: 20px
}

.reviews__block {
  padding: 20px 10px;
  background-color: #f2f2f2;

  border-radius: 15px
}

.reviews__header {
  margin-bottom: 10px;
   padding-bottom: 15px
}

.reviews__button {
  border-radius: 10px;
  width: 150px;
  margin: 0 auto 20px;
  padding: 9px;
  border: 1px solid #e3331b;
  background: #fff;
  color: #333
}

.reviews__button:hover {
  color: #fff
}

.reviews__button,
.reviews__rating {
  text-align: center
}

.reviews__stars {
  vertical-align: sub;
  position: relative
}

.reviews__stars::before {
  content: "";
  width: 95px;
  height: 100%;
  background-image: url(star.png);
  background-size: 21px;
  background-position: 0 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0
}

.reviews__count {
  display: inline-block;
  vertical-align: middle
}

.reviews__main {

  padding-right: 10px;
  overflow: auto;
  scrollbar-color: #aa2f6f #efefef !important;
  scrollbar-width: thin !important
}

.reviews__main::-webkit-scrollbar {
  width: 8px
}

.reviews__main::-webkit-scrollbar-track {
  background: #e6e9e9;
  position: relative;
  border: 1px solid #efefef
}

.reviews__main::-webkit-scrollbar-thumb {
  background-color: #aa2f6f;
  background-image: url(scrol.png);
  background-size: 4px 7px;
  background-repeat: no-repeat;
  background-position: center center
}

.comments__item {
  padding: 0 10px 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede
}

.comments__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

.comments__avatar,
.comments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.comments__header {
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.comments__avatar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #959595;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  font-weight: 500
}

.comments__name {
  font-size: 18px;
  margin-bottom: 5px;
  display: block
}

.comments__stars {
  display: block
}

.social__date {
  margin-left: auto
}

.comments__text {
  margin-bottom: 10px;
  line-height: 1.3;
  color: #606060;
  max-height: 85px;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  transition: max-height .5s
}

.show-hide-text {
  max-height: 500px
}

.comments__more {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  color: #444;
  cursor: pointer;
  position: relative;
  font-style: italic;
  border-bottom: 1px solid #707070;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

.comments__more:before {
  position: absolute;
  top: 2px;
  content: "";
  width: 10px;
  height: 10px;
  right: -25px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.arrow-top:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 7px
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.social__button {
  display: inline-block;
  font-size: 22px
}

.social__button:first-child {
  margin-right: 22px
}

.social__img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom
}

.like {
  background: url(like.png) no-repeat;
  cursor: pointer
}

.like-active {
  background: url(like-active.png) no-repeat
}

.dislike {
  background: url(dislike.png) no-repeat;
  cursor: pointer
}

.dislike-active {
  background: url(dislike-active.png) no-repeat
}

.reviews__feedback {
  padding: 20px 35px 15px;
  margin-bottom: 15px;

  position: relative
}

.feedback__icon {
  position: relative;
  width: 100%;
}

.feedback__icon::before {
  position: absolute;
  content: "";
  left: 10px;
}

.feedback__icon--name:before {
  width: 20px;
  height: 20px;
  background: url(name2.png) no-repeat;
  top: 9px;
}

.feedback__icon--age:before {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  background: url(age.png) no-repeat;
  top: 8px;
}

.feedback__input-wrap {
  display: flex;
  flex-wrap: wrap;
}

.feedback__input {
  width: 100%;
  font-size: 17px;
  height: 40px;
  padding-left: 35px;
  border-radius: 10px;
  border: 1px solid #e0e3e4;
  margin-bottom: 10px
}

.feedback__input--age {
  padding-left: 40px;
}

.feedback__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

.feedback__rating-text {
  font-size: 17px;
  color: #797979;
  margin-right: 20px
}

.feedback__star {
  cursor: pointer
}

.feedback__star:before {
  content: '';
  display: block;
  background-image: url(star-unactive.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 24px
}

.feedback__main {
  position: relative
}

.feedback__main:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 18px;
  left: 20px;
  top: 20px;
  background: url(message.png) no-repeat
}

.feedback__area {
  resize: none;
  height: 100px;
  padding: 10px 10px 10px 48px;
  -ms-overflow-style: none;
  font-family: sans-serif
}

.feedback__button {
  width: 180px;
  margin: 0 auto
}

.hover:before,
.selected:before {
  background: url(star.png);
  background-size: cover
}

.close-form,
.show-form {
  display: block
}

.close-form {
  position: absolute;
  top: -5px;
  right: 10px
}

.close-form,
.close-form:before {
  background-color: #7faa30
}

.feedback__modal .modal__wraper {
  top: 50%;
  max-width:400px;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block
}

.modal__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2
}

.modal__text span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.use {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6
}

.use__title {
  margin-bottom: 20px
}

.use__list {
  max-width: 290px;
  margin: 0 auto 30px;
  padding-top: 20px
}

.use__item {
  margin-bottom: 40px;
  padding: 80px 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  border: 1px solid #fff;
  border-radius: 15px;
  text-align: center;
  font-weight: 500;
  position: relative
}

.use__item::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #aa2f6f;
  background-image: url(icon-use1.png);
  background-position: 50%;
  background-repeat: no-repeat
}

.use__item:nth-child(2)::before {
  background-image: url(icon-use2.png)
}

.use__item:nth-child(2) br {
  display: none
}

.use__item:nth-child(3)::before {
  background-image: url(icon-use3.png);
  background-size: 50px
}

.order__item:last-child,
.use__item:last-child {
  margin-bottom: 0
}

.use__prod {
  width: 290px;
  display: block;
  position: relative
}

.use__img,
.use__prod {
  margin: 0 auto
}

.order__title {
  margin-bottom: 25px
}

.order__list {
  max-width: 290px;
  margin: 0 auto
}

.order__item {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  border-radius: 15px;
  overflow: hidden
}

.order__img {
  margin: 0 auto
}

.order__step {
  height: 53px;
  padding: 0 10px;
  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;
  background: #aa2f6f;
  font-weight: 700;
  color: #fff
}

.order__text {
  padding: 30px 20px;
  text-align: center
}

.webp .promo-last {
  background-color: #f4f0f2
}

.popup {
  background: #f4f0f2;
  border-radius: 20px
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px
}

.popup__left {
  display: none
}

.popup__logo {
  width: 240px;
  margin: 0 auto 15px
}

.popup__title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  border-bottom: 2px solid #474747
}

.popup__prod {
  width: 220px;
  margin: 0 auto
}

.popup__form {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #fff
}

.popup__form::before {
  top: -10px;
  left: -15px;
  right: auto
}

.popup .price {
  margin-bottom: 10px
}

.popup .form__title {
  margin-bottom: 8px
}

.popup .label {
  margin-bottom: 10px
}

.popup .form__input {
  height: 50px
}

.popup .form__btn,
.popup .form__online {
  margin-bottom: 10px
}

.footer {
  padding: 20px 0
}

.block {
  padding: 25px 0
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .reviews .modal__wraper {
    margin: 0 auto
  }
}
