@font-face {
   font-family: Roboto;
   src:
      url(../img/) format("woff2"),
      url(../img/) format("woff");
   font-weight: 900;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: Roboto;
   src:
      url(../img/) format("woff2"),
      url(../img/) format("woff");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: Roboto;
   src:
      url(../img/) format("woff2"),
      url(../img/) format("woff");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}
a,
body,
dd,
div,
footer,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
li,
p,
s,
section,
span,
sub,
tr,
u,
ul {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
}
body {
   font:
      18px/1.2 Roboto,
      Arial,
      Helvetica,
      sans-serif;
   min-width: 320px;
   min-height: 100vh;
   color: #444;
}
footer,
header,
section {
   display: block;
}
ul {
   list-style: none;
}
br {
   font-size: 0;
   line-height: 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;
}
a:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
   outline: 0 !important;
}
img {
   display: block;
   max-width: 100%;
   height: auto;
}
svg {
   overflow: hidden;
}
.visually-hidden {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   border: 0;
   padding: 0;
   white-space: nowrap;
   -webkit-clip-path: inset(100%);
   clip-path: inset(100%);
   clip: rect(0 0 0 0);
   overflow: hidden;
}
.bg {
   background: #ecf2f4;
}
.container {
   width: 100%;
   padding: 30px 10px;
}
.title {
   font-size: 28px;
   font-weight: 900;
   line-height: 1.1;
   text-align: center;
   color: #222;
}
.bold {
   font-weight: 700;
}
.medium {
   color: #000;
}
.red {
   color: #eb2315;
}
.btn__small,
.button {
   background: linear-gradient(to left, #fd660f, #f5833d, #fd660f) #eb2315;
   font-family: Roboto, Arial, Helvetica, sans-serif;
   color: #fff;
   font-weight: 700;
   -webkit-transition: 0.2s;
   transition: 0.2s;
   cursor: pointer;
}
.button {
   width: 100%;
   min-width: 220px;
   max-width: 280px;
   padding: 6px;
   font-size: 27px;
   line-height: 23px;
   border-radius: 5px;
   border-bottom: 5px solid #d76622;
}
.button span {
   font-size: 20px;
}
.btn__small {
   width: 190px;
   padding: 9px 5px 8px;
   font-size: 18px;
   text-align: center;
   border-radius: 22px;
   border-bottom: 3px solid #d76622;
}
.btn__small:hover,
.button:hover {
   background: linear-gradient(to left, #f5833d, #fd660f, #f5833d);
   color: #fefefe;
   -webkit-transition: 0.6s;
   transition: 0.6s;
}
.five_stars,
.four_half {
   position: absolute;
   left: 0;
   top: 0;
   display: block;
   width: 135px;
   height: 23px;
}
.four_half {
   background:
      url(../img/icon_half_star.png),
      url(../img/icon_full_star.png) no-repeat right center;
}
.five_stars {
   background: url(../img/icon_full_star.png) left center;
}
.in_bl_green {
   background: #c1e5e6;
   display: inline-block;
   padding: 3px;
   color: #000;
   border-radius: 8px;
}
.header {
   background: #0e979c;
   display: block;
   color: #fff;
   -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
   box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.header .container {
   padding-top: 0;
   padding-bottom: 0;
}
.header__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 13px 0;
}
.header__logo {
   display: block;
   width: 138px;
   margin: 0 auto;
   color: #fff;
}
.header .timer,
.header__button,
.header__link,
.regeneration__item--text br {
   display: none;
}
.timer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.timer__text {
   margin-right: 15px;
   font-size: 16px;
   line-height: 18px;
}
.timer__time span {
   display: inline-block;
   padding: 3px 7px;
   font-size: 22px;
   line-height: 30px;
   color: #fff;
}
.timer__time span:nth-child(1),
.timer__time span:nth-child(4),
.timer__time span:nth-child(7) {
   margin-right: 4px;
}
.timer__time .tm {
   background: #fff;
   position: relative;
   padding: 6px 7px;
   font-weight: 700;
   color: #000;
   border: 2px solid #0e979c;
   border-radius: 4px;
}
.promo {
   background: #f0f4f7;
}
.promo__text,
.promo__wrapper {
   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;
}
.promo__text {
   -webkit-box-ordinal-group: 0;
   -ms-flex-order: -1;
   order: -1;
   margin-bottom: 20px;
}
.promo__header {
   position: relative;
   width: 100%;
   margin-bottom: 20px;
}
.promo__subtitle {
   width: 100%;
   margin-bottom: 20px;
   text-align: center;
}
.promo__item {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   min-height: 50px;
   padding-left: 65px;
   padding-right: 10px;
}
.promo__item:not(:last-child) {
   margin-bottom: 15px;
}
.promo__item::before {
   position: absolute;
   content: "";
   width: 46px;
   height: 46px;
   background: url(../img/icon_chek.svg) no-repeat center center #eaa235;
   background-size: 23px 19px;
   border-radius: 50%;
   left: 0;
   top: calc(50% - 23px);
   border: 4px solid #eedbbc;
}
.promo__image {
   position: relative;
   padding-top: 50px;
   margin-bottom: 40px;
}
.promo__product--plashka {
   position: absolute;
   top: 0;
   right: -10px;
}
.promo .mainform {
   margin-bottom: 20px;
}
.form,
.promo .bottom {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.promo .bottom {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 100% !important;
}
.form {
   -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;
}
.form .input {
   font: 14px/16px sans-serif;
   background: #fff;
   width: 100%;
   padding: 20px 10px 20px 75px;
   border-radius: 5px;
   border: 1px solid #dcd9d9;
   -webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, 0.09);
   box-shadow: inset 2px 3px 5px rgba(34, 35, 39, 0.09);
}
.form__name,
.form__phone,
select {
   position: relative;
   width: 100%;
   height: 68px;
}
.form__phone .input {
   padding-left: 75px;
}
.form__name::before {
   position: absolute;
   content: "";
   width: 19px;
   height: 24px;
   left: 20px;
   top: 22px;
   background: url(../img/icon_user.svg) no-repeat center center;
   background-size: 19px 24px;
}
.price,
.price__wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.price {
   position: relative;
}
.price__wrapper {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
}
.price__old {
   position: relative;
   width: 50%;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   color: #666;
   text-align: center;
}
.price__old::after {
   background: #dcd9d9;
   position: absolute;
   content: "";
   width: 1px;
   height: 100%;
   right: 0;
   top: 0;
}
.price__old--name {
   margin-bottom: 10px;
   font-size: 14px;
   line-height: 18px;
}
.price__old .x_currency {
   font-size: 16px;
   vertical-align: bottom;
}
.price .x_price_previous {
   position: relative;
   font-size: 28px;
   line-height: 0.9;
}
.price .x_price_previous::after {
   -webkit-transform: rotate(-25deg);
   transform: rotate(-25deg);
}
.price__new {
   width: 50%;
   padding-left: 10px;
   color: #000;
   text-align: center;
}
.price__new--name {
   font-size: 14px;
   line-height: 18px;
}
.price__new .x_currency {
   font-size: 17px;
   vertical-align: bottom;
}
.price .x_price_current {
   font-size: 34px;
   line-height: 0.85;
   font-weight: 700;
}
.price__new,
.price__old {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-around;
}
.price .x_currency,
.price .x_price_current,
.price .x_price_previous {
   display: inline-block;
}
.mainform__wrapper {
   background: #fff;
   position: relative;
   width: 270px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   padding: 25px 20px 0;
   margin: 0 0 20px;
   -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
   border: 3px solid #0e979c;
   border-radius: 10px;
}
.mainform__wrapper::before {
   position: absolute;
   content: "";
   z-index: 3;
   width: 74px;
   height: 51px;
   top: -25px;
   right: calc(50% - 37px);
   background: url(../img/mainform_plashka.png) no-repeat center center;
   background-size: contain;
}
.mainform__top-wrapper {
   background: #f5f8fa;
   position: relative;
   margin: -25px -20px 35px;
   padding: 40px 20px 5px;
   border-top-left-radius: 9px;
   border-top-right-radius: 9px;
}
.mainform__top-wrapper::after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   bottom: -30px;
   left: 0;
   border: 15px solid transparent;
   border-left-width: 132px;
   border-right-width: 132px;
   border-top-color: #f5f8fa;
}
.mainform .form {
   margin-bottom: 15px;
}
.mainform .form .form__name,
.mainform .form .form__phone {
   width: 100%;
   margin-bottom: 15px;
}
.mainform--visiters {
   background: #0e979c;
   position: relative;
   width: calc(100% + 42px);
   padding: 15px 0 15px 32px;
   margin: 0 -21px -1px;
   font-size: 15px;
   line-height: 1;
   text-align: center;
   color: #fff;
}
.mainform--visiters::before {
   position: absolute;
   content: "";
   width: 20px;
   height: 100%;
   left: 25px;
   top: 0;
   background: url(../img/icon_eye.png) no-repeat center center;
}
.mainform--lastpak {
   margin-bottom: 20px;
   font-size: 15px;
   line-height: 20px;
   text-align: center;
}
.mainform--lastpak .lastpack {
   font-size: 20px;
   color: #000;
}
.mainform--reviews {
   position: relative;
   width: 100%;
   padding-left: 160px;
   font-size: 16px;
   color: #444;
   line-height: 20px;
}
.mainform--reviews .four_half {
   top: auto;
   bottom: 1px;
   left: 20px;
}
.danger__header,
.danger__list,
.danger__subtitle {
   margin-bottom: 20px;
   text-align: center;
}
.danger__subtitle {
   font-weight: 500;
}
.danger__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;
}
.danger__item {
   border-radius: 6px;
   -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
   box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.danger__item:not(:last-child),
.technology__text:not(:last-child) {
   margin-bottom: 15px;
}
.danger__item--img {
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
}
.danger__item--text {
   padding: 10px;
}
.danger__text-bottom {
   background: #fccfcf;
   padding: 10px;
   text-align: center;
   border-radius: 5px;
}
.technology__header,
.technology__wrapper--left {
   margin-bottom: 20px;
}
.technology__text {
   text-align: left;
}
.technology__organization {
   background: #fff;
   position: relative;
   max-width: 400px;
   padding: 20px 10px 20px 90px;
   margin: 0 auto;
   font-size: 16px;
   line-height: 1.2;
   border-radius: 5px;
}
.technology__organization::before {
   position: absolute;
   content: "";
   width: 79px;
   height: 100%;
   left: 5px;
   top: 0;
   background: url(../img/technology_organization.jpg) no-repeat center center;
}
.regeneration .container {
   border-bottom: 1px solid #dcd9d9;
}
.regeneration__header,
.regeneration__list {
   margin-bottom: 20px;
}
.regeneration__item {
   position: relative;
   margin-left: 50px;
}
.regeneration__item::before {
   font: 900 60px/60px sans-serif;
   position: absolute;
   content: "";
   width: 40px;
   height: 60px;
   top: calc(50% - 30px);
   left: -50px;
   color: #0e979c;
   text-shadow: 3px 3px 0 #d4d4d4;
}
.regeneration__item--1::before {
   content: "1";
}
.regeneration__item--2::before {
   content: "2";
}
.regeneration__item--3::before {
   content: "3";
}
.regeneration__item:not(:last-child) {
   margin-bottom: 15px;
   padding-bottom: 15px;
}
.regeneration__item:not(:last-child)::after {
   background: #dcd9d9;
   position: absolute;
   content: "";
   width: 100%;
   height: 1px;
   left: 0;
   bottom: 0;
}
.regeneration__item--header {
   margin-bottom: 10px;
   font-size: 20px;
   font-weight: 700;
}
.regeneration__product--wrapper {
   position: relative;
}
.regeneration__product--plashka {
   position: absolute;
   width: 60px;
   top: -10px;
   right: -10px;
}
.action01__wrapper--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;
   margin-bottom: 20px;
}
.action01__header {
   font-weight: 700;
}
.action01__discount,
.action01__header {
   margin-bottom: 15px;
}
.action01 .timer__time span,
.action02 .timer__time span {
   color: #000;
}
.action01 .price {
   max-width: 250px;
   margin: 0 auto 20px;
}
.action01 .form {
   max-width: 224px;
   margin: 0 auto;
}
.action01 .form__name,
.action01 .form__phone {
   margin-bottom: 15px;
}
.action01 .form__name input,
.action01 .form__phone input,
.action02 .form__name input,
.action02 .form__phone input {
   padding-top: 25px;
   padding-bottom: 25px;
}
.health__header {
   margin-bottom: 30px;
}
.health__item {
   background: #fff;
   position: relative;
   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;
   max-width: 370px;
   margin: 0 auto;
   border-radius: 5px;
   text-align: center;
}
.health__item:not(:last-child) {
   margin-bottom: 40px;
}
.health__item::before {
   position: absolute;
   content: "";
   width: 46px;
   height: 46px;
   background: url(../img/icon_chek.svg) no-repeat center center #0e979c;
   background-size: 23px 19px;
   border-radius: 50%;
   top: -23px;
   left: calc(50% - 23px);
   border: 4px solid #a8d6d9;
}
.health__item--img {
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
.health__item--text {
   margin: auto;
   padding: 10px;
   color: #000;
}
.components .container {
   border-bottom: 1px solid #dcd9d9;
}
.components__header {
   margin-bottom: 35px;
}
.components__item {
   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;
   max-width: 270px;
   margin: 0 auto;
   text-align: center;
}
.components__item:not(:last-child) {
   margin-bottom: 30px;
}
.components__item--img {
   margin-bottom: 10px;
}
.components__item--header {
   margin-bottom: 15px;
   font-size: 20px;
   font-weight: 700;
}
.components__item--text {
   width: 100%;
}
.action02 .container {
   position: relative;
}
.action02__header {
   margin-bottom: 15px;
}
.action02__text {
   margin-bottom: 35px;
   text-align: center;
}
.action02__product--wrapper {
   position: relative;
   max-width: 260px;
   margin: 0 auto 20px;
}
.action02__product--plashka {
   position: absolute;
   width: 60px;
   top: -10px;
   right: -5px;
}
.action02__discount {
   position: absolute;
   left: calc(50% - 160px);
   top: 105px;
}
.action02 .form {
   max-width: 224px;
   margin: 0 auto;
}
.action02 .form__name,
.action02 .form__phone {
   margin-bottom: 15px;
}
.statistic {
   text-align: center;
}
.statistic__header,
.statistic__list,
.statistic__list--header,
.statistic__subtitle {
   margin-bottom: 20px;
}
.statistic__list--header {
   font-size: 20px;
}
.statistic__item:not(:last-child) {
   margin-bottom: 15px;
}
.statistic__item--percent {
   font-size: 100px;
   line-height: 74px;
   font-weight: 700;
   vertical-align: baseline;
}
.statistic__item--percent span {
   font-size: 70px;
}
.statistic__item--1 .statistic__item--percent {
   color: #eaa235;
}
.statistic__item--2 .statistic__item--percent {
   color: #fb6d17;
}
.statistic__item--3 .statistic__item--percent {
   color: #05af59;
}
.statistic__item--text {
   font-weight: 500;
}
.statistic__text {
   background: #c1e5e6;
   padding: 5px;
   border-radius: 5px;
}
.certificats__header {
   margin-bottom: 20px;
}
.certificats__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;
}
.certificats__item:not(:last-child) {
   margin-bottom: 15px;
}
.doctor {
   text-align: center;
}
.doctor__header {
   margin-bottom: 20px;
}
.doctor__wrapper--left,
.doctor__wrapper--right {
   background: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding: 5px;
   margin-bottom: 20px;
   border-radius: 5px;
}
.doctor__wrapper--left {
   position: relative;
}
.doctor__wrapper--right {
   -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;
}
.doctor__img-wrapper,
.doctor__text-wrapper {
   width: 50%;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}
.doctor__img-wrapper {
   margin-bottom: -5px;
}
.doctor__text-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: left;
}
.doctor__name {
   margin-bottom: 5px;
   font-size: 20px;
   font-weight: 700;
}
.doctor__audiogramm-name {
   font-weight: 900;
}
.doctor__text {
   margin-bottom: 15px;
   font-size: 19px;
   line-height: 1.2;
   text-align: left;
}
.doctor__text--header {
   margin-bottom: 15px;
   font-size: 22px;
   font-weight: 700;
}
.doctor__text--wrapper {
   position: relative;
   max-height: 80px;
   padding-bottom: 40px;
   margin-bottom: 20px;
   overflow: hidden;
   -webkit-transition: all 0.8s;
   transition: all 0.8s;
}
.doctor__text--wrapper::after {
   background: #dcd9d9;
   position: absolute;
   z-index: 2;
   content: "";
   width: 100%;
   height: 1px;
   left: 0;
   bottom: 18px;
}
.doctor__text--wrapper::before {
   position: absolute;
   content: "";
   width: 100%;
   height: 80px;
   left: 0;
   bottom: 0;
   background: -webkit-gradient(linear, left bottom, left top, from(#ecf2f4), color-stop(48%, #ecf2f4), to(rgba(236, 242, 244, 0.2)));
   background: linear-gradient(to top, #ecf2f4 0, #ecf2f4 48%, rgba(236, 242, 244, 0.2) 100%);
   -webkit-transition: all 0.8s;
   transition: all 0.8s;
}
.doctor__text--list {
   max-width: 275px;
   text-align: left;
   color: #000;
}
.doctor__text--toggle {
   background: #eaa235;
   position: absolute;
   z-index: 3;
   width: 36px;
   height: 36px;
   bottom: 0;
   left: calc(50% - 18px);
   border-radius: 50%;
   cursor: pointer;
}
.doctor__text--toggle::after,
.doctor__text--toggle::before {
   background: #fff;
   position: absolute;
   content: "";
   width: 14px;
   height: 2px;
   top: 17px;
   left: 11px;
}
.doctor__text--toggle::after {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
   -webkit-transition: all 0.8s;
   transition: all 0.8s;
}
.doctor__audiogramm-name {
   margin-bottom: 10px;
}
.doctor__message {
   font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
   font-style: italic;
}
.reviews .container {
   border-top: 1px solid #dcd9d9;
}
.reviews__header {
   margin-bottom: 20px;
}
.reviews-content {
   background: #ecf2f4;
   border-radius: 10px;
   border: 1px solid #dcd9d9;
   padding: 15px 10px;
   margin: 0 auto;
   max-width: 300px;
}
.reviews-panel {
   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;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   padding-bottom: 15px;
   border-bottom: 1px solid #dcd9d9;
}
.reviews-amount {
   padding: 7px 0 4px 5px;
   margin-bottom: 10px;
   font-size: 15px;
   line-height: 1;
   position: relative;
}
.reviews-btn {
   width: 220px;
   padding: 10px;
   font-size: 17px;
   line-height: 20px;
   border-radius: 10px;
}
.reviews-list {
   margin-top: 30px;
   padding-right: 15px;
   overflow-y: scroll;
   height: 695px;
}
.reviews-list::-webkit-scrollbar {
   width: 8px;
   height: 119px;
}
.reviews-list::-webkit-scrollbar-track {
   background: #fff;
   cursor: pointer;
}
.reviews-list::-webkit-scrollbar-track-piece {
   background: #fff;
}
.reviews-list::-webkit-scrollbar-thumb {
   background: #0e979c;
   cursor: pointer;
}
.reviews-list-item {
   padding: 30px 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews-list-item:first-child {
   padding-top: 0;
}
.reviews-list-item:last-child {
   padding-bottom: 0;
   border-bottom: none;
}
.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;
}
.reviews-item-top {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.reviews-item-avatar {
   background: rgba(17, 43, 60, 0.7);
   width: 50px;
   height: 50px;
   border-radius: 50%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   color: #fff;
   font-size: 24px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   line-height: 1;
}
.reviews-item-title {
   margin-left: 10px;
   max-width: 190px;
}
.reviews-item__name {
   color: #222;
   font-size: 20px;
   font-weight: 700;
   line-height: 1;
   margin-bottom: 5px;
}
.reviews-item__rating {
   position: relative;
   width: 135px;
   height: 23px;
}
.reviews-item__rating > * {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   left: -16px;
}
.reviews-item__date {
   margin-left: auto;
   opacity: 0.7;
   color: #403737;
   font-size: 15px;
   line-height: 1;
}
.reviews-item__text {
   margin-top: 19px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   font-size: 17px;
   line-height: 22px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
   position: relative;
}
.reviews-assessment,
.reviews-bottom {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 0;
}
.reviews-bottom {
   margin-top: 30px;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
@-moz-document url-prefix() {
   .reviews-list {
      scrollbar-color: #0e979c #fff;
      scrollbar-width: thin;
   }
}
.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(../img/like.png) no-repeat center;
   width: 18px;
   height: 16px;
}
.dislike,
.like,
.social__count {
   color: #666;
   font-size: 15px;
   font-weight: 300;
   line-height: 1;
}
.dislike {
   margin-left: 30px;
}
.dislike:before {
   -webkit-transform: translateY(-44%) scaleY(-1);
   transform: translateY(-44%) scaleY(-1);
}
.feedback {
   margin-top: 32px;
   position: relative;
   display: none;
}
.feedback-top {
   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-wrap: wrap;
   flex-wrap: wrap;
   margin-bottom: 10px;
}
.feedback-city,
.feedback-name {
   position: relative;
   margin-top: 10px;
   width: 100%;
}
.feedback-city {
   display: block;
   -webkit-box-ordinal-group: 3;
   -ms-flex-order: 2;
   order: 2;
   margin-left: 0;
}
.feedback-city:before,
.feedback-name:before {
   content: "";
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   height: 19px;
}
.feedback-city:before {
   left: 16px;
   background: url(../img/icon_city.svg) no-repeat center;
   background-size: 19px 19px;
   width: 19px;
}
.feedback-name {
   -webkit-box-ordinal-group: 2;
   -ms-flex-order: 1;
   order: 1;
}
.feedback-name:before {
   left: 20px;
   background: url(../img/icon_user.svg) no-repeat center;
   background-size: 15px 19px;
   width: 15px;
}
.feedback-name-input {
   font:
      300 17px Roboto,
      Arial,
      Helvetica,
      sans-serif;
   background: #f8f8f8;
   width: 100%;
   max-width: 100%;
   height: 40px;
   border-radius: 5px;
   border: 1px solid #dfe2e3;
   padding-left: 52px;
   padding-right: 15px;
   color: #666;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
}
.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,
.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-assessment {
   color: #666;
   font-size: 17px;
   font-weight: 300;
   line-height: 1;
}
.feedback-text {
   position: relative;
   z-index: 0;
}
.feedback-text-input {
   font:
      300 17px Roboto,
      Arial,
      Helvetica,
      sans-serif;
   background: #f8f8f8;
   padding-top: 9px;
   background: url(../img/icon_message.svg) 15px 15% no-repeat;
   border-radius: 5px;
   border: 1px solid #dfe2e3;
   width: 100%;
   height: 92px;
   max-width: 100%;
   padding-left: 52px;
   padding-right: 15px;
   color: #666;
}
.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,
.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-rating {
   margin-left: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   cursor: pointer;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 135px;
   height: 23px;
   background: url(../img/icon_empty_star.png) repeat-x center;
}
.feedback-modal {
   background: #ecf2f4;
   position: absolute;
   z-index: 20;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.feedback-modal__inner {
   background: #fff;
   color: #222;
   text-align: center;
   position: absolute;
   min-width: 200px;
   z-index: 21;
   top: 50%;
   left: 50%;
   padding: 23px 50px 41px;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   border-radius: 5px;
}
.feedback-modal__text {
   font-size: 15px;
   font-weight: 300;
}
.feedback-modal__title {
   position: relative;
   margin-bottom: 12px;
   padding-top: 36px;
   font-size: 22px;
   font-weight: 500;
}
.feedback-modal__title:before {
   background: #0e979c;
   position: absolute;
   content: "";
   width: 46px;
   height: 46px;
   background: url(../img/icon_chek.svg) no-repeat center center;
   border-radius: 50%;
   left: calc(50% - 23px);
   top: -10px;
}
.feedback-assessment {
   margin-left: 0;
}
.feedback-btn {
   max-width: 100%;
   margin: 10px auto 0;
}
.star1,
.star2,
.star3,
.star4,
.star5 {
   opacity: 0;
   cursor: pointer;
}
textarea {
   -ms-overflow-style: none;
   resize: none;
}
.star-box {
   position: relative;
   padding-left: 135px;
}
textarea::-webkit-scrollbar {
   width: 3px;
   height: 3px;
}
textarea::-webkit-scrollbar-thumb {
   background: url(../img/urn:scrapbook:download:error:https://rcktland-a.akamaihd.net/3634/img/thumb.png) no-repeat center #0e979c;
   height: 50px;
   border-radius: 3px;
}
textarea::-webkit-resizer {
   background: #a2a2a2;
}
@-moz-document url-prefix() {
   textarea {
      resize: none;
      scrollbar-width: thin;
      scrollbar-color: #0e979c #fff;
   }
}
.use__header {
   margin-bottom: 20px;
}
.use__product--wrapper {
   position: relative;
   max-width: 260px;
   margin: 0 auto 20px;
}
.use__product--plashka {
   position: absolute;
   width: 60px;
   top: -10px;
   right: -10px;
}
.use__item {
   position: relative;
   padding: 15px 20px 0 70px;
   font-size: 18px;
   line-height: 21px;
   color: #000;
   font-weight: 700;
}
.use__item:not(:last-child) {
   margin-bottom: 15px;
   padding-bottom: 15px;
}
.use__item::before {
   background: #0e979c;
   position: absolute;
   content: "";
   width: 60px;
   height: 60px;
   left: 0;
   top: calc(50% - 30px);
   border-radius: 50%;
}
.use__item--1::before {
   background: #0e979c url(../img/use_01.png) no-repeat center center;
   background-size: 30px;
}
.use__item--2::before {
   background: #0e979c url(../img/use_02.png) no-repeat center center;
   background-size: auto 30px;
}
.use__item--3::before {
   background: #0e979c url(../img/use_03.png) no-repeat center center;
   background-size: 30px;
}
.listdoctor .container {
   border-bottom: 1px solid #dcd9d9;
}
.listdoctor__list {
   margin-bottom: 30px;
}
.listdoctor__item {
   position: relative;
   padding-left: 60px;
}
.listdoctor__item:not(:last-child) {
   margin-bottom: 20px;
}
.listdoctor__item::before {
   position: absolute;
   content: "";
   width: 46px;
   height: 46px;
   left: 0;
   top: calc(50% - 23px);
   border-radius: 50%;
   border: 4px solid #f9e3c2;
   background: #eaa235 url(../img/icon_chek.svg) no-repeat center center;
   background-size: 23px 19px;
}
.listdoctor__sign {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   text-align: center;
}
.listdoctor__sign--text {
   min-width: 160px;
   margin-right: 10px;
   text-align: left;
}
.listdoctor__sign--img {
   -ms-flex-negative: 2;
   flex-shrink: 2;
   max-width: 190px;
}
.listdoctor__name {
   margin-bottom: 5px;
   font-size: 24px;
   line-height: 26px;
}
.order__header {
   margin-bottom: 40px;
}
.order__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.order__item {
   position: relative;
   width: 270px;
   max-width: 270px;
}
.order__item:not(:last-child) {
   margin-bottom: 40px;
}
.order__item--2 .order__item--img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.order__item--2 .order__item--img img {
   max-height: 220px;
}
.order__item--2 .order__item--img::after {
   content: "2";
}
.order__item--3 .order__item--img,
.order__item--4 .order__item--img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
}
.order__item--4 .order__item--img {
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.order__item--3 .order__item--img::after {
   content: "3";
}
.order__item--4 .order__item--img::after {
   content: "4";
}
.order__item--4 .order__item--img img {
   max-height: 225px;
}
.order__item--4 .order__item--header {
   padding: 0 40px;
}
.order__item--1 .order__item--img {
   position: relative;
}
.order__item--1 .order__item--img::after {
   content: "1";
}
.order__item--1 .order__item--img:before {
   content: "";
   width: 100%;
   height: 100%;
   z-index: 3;
   position: absolute;
   left: 0;
   top: 0;
}
.order__item--1 .form {
   -webkit-transform: translateY(25px) scale(0.7);
   transform: translateY(25px) scale(0.7);
}
.order__item--1 .form__name,
.order__item--1 .form__phone {
   width: 100%;
   margin-bottom: 15px;
}
.order__item--img {
   background: #fff;
   position: relative;
   width: 100%;
   height: 270px;
   margin-bottom: 10px;
   border-radius: 16px;
   -webkit-box-shadow: 0 3px 15px 1px rgba(200, 200, 200, 0.6);
   box-shadow: 0 3px 15px 1px rgba(200, 200, 200, 0.6);
}
.order__item--img::after {
   font: 900 70px/50px sans-serif;
   position: absolute;
   content: "";
   width: 46px;
   height: 52px;
   top: -26px;
   left: calc(50% - 23px);
   text-align: center;
   color: #0e979c;
   text-shadow: 3px 3px 0 #d4d4d4;
}
.order__item--header {
   margin-bottom: 10px;
   font-size: 22px;
   line-height: 26px;
   font-weight: 700;
   color: #000;
}
.order__item--text {
   font-size: 18px;
   line-height: 22px;
}
.order__item--header,
.order__item--text {
   padding: 0 10px;
   text-align: center;
}
.footer {
   font: 18px sans-serif;
   background: #0e979c;
   padding: 15px 0;
   color: #fff;
   -webkit-box-shadow: 0 4px 0 2px #0e979c;
   box-shadow: 0 4px 0 2px #0e979c;
}
.footer .container {
   padding-top: 0;
   padding-bottom: 0;
}
.nowrap {
   display: inline-block;
}

.promo__product,
.regeneration__product {
   max-width: 350px;
}
.footnotes {
   text-align: center;
   color: #444;
   font-size: 14px;
   width: calc(100% + 42px);
   margin: 0 -21px -1px;
   padding: 0 20px;
}
.attention {
   background: #f0f4f7;
}
.attention .container {
   padding: 30px 15px;
}
.mainform__date {
   font-size: 15px;
   text-align: center;
   margin-bottom: 5px;
}
.mainform__date--now {
   margin-bottom: 20px;
}
.form__button {
   margin-bottom: 15px;
}
footer .container {
   padding: 20px 15px;
}
.promo--last .container {
   padding-bottom: 0;
}
.rom-footer {
   font-size: 0;
}
.rom-footer * {
   margin: 0;
   padding: 0;
}
.rom_center {
   text-align: center;
   font-size: 16px;
   line-height: 26px;
}
@media screen and (min-width: 480px) {
   .container {
      width: 480px;
      margin: 0 auto;
   }
   .title {
      font-size: 30px;
   }
   .header__logo {
      margin: 0;
   }
   .header__button {
      display: block;
      margin-left: auto;
   }
   .mainform__wrapper::before {
      width: 94px;
      height: 71px;
      top: -32px;
      right: -35px;
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
   }
   .technology__organization {
      padding: 29px 30px 29px 150px;
      font-size: 18px;
      line-height: 22px;
   }
   .technology__organization::before {
      left: 30px;
   }
   .technology__organization::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 60%;
      left: 130px;
      top: 20%;
      background-color: #dcd9d9;
   }
   .regeneration__wrapper--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
   .regeneration__product--plashka {
      width: 90px;
   }
   .components__item picture,
   .components__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .components__list {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .components__item {
      width: 45%;
   }
   .components__item picture {
      height: 175px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
   .components__item:not(:last-child) {
      margin-bottom: 0;
   }
   .components__item--img {
      max-height: 175px;
      margin-bottom: 0;
   }
   .certificats__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
   }
   .reviews-content {
      width: 100%;
      max-width: none;
      padding: 15px;
   }
   .reviews-item-title {
      max-width: none;
      width: 300px;
   }
   .reviews-amount {
      padding-left: 20px;
      font-size: 16px;
   }
   .reviews-list {
      padding-right: 40px;
      height: 600px;
   }
   .use__header {
      margin-bottom: 40px;
   }
   .use__item {
      font-size: 22px;
      line-height: 26px;
   }
   .order__item {
      width: 48%;
   }
   .order__list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .order__item:nth-child(3) {
      margin-bottom: 0;
   }
}
@media screen and (min-width: 640px) {
   .container {
      width: 640px;
   }
   .title {
      font-size: 34px;
   }
   .header .timer__time {
      display: flex;
      justify-content: center;
   }
   .promo__wrapper {
      -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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .promo__text {
      width: 100%;
   }
   .promo__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
   }
   .promo__item {
      width: 33%;
      padding: 50px 5px 0;
   }
   .promo__item::before {
      top: 0;
      left: calc(50% - 23px);
   }
   .promo__item:nth-child(n) {
      margin-bottom: 0;
   }
   .promo__item--text {
      text-align: center;
   }
   .promo__item--text br {
      display: none;
   }
   .promo__image {
      margin-right: 20px;
   }
   .danger__subtitle {
      font-size: 24px;
   }
   .danger__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-pack: distribute;
      justify-content: space-around;
   }
   .danger__item:nth-last-child(2) {
      margin-bottom: 0;
   }
   .action01 .price,
   .action01 .timer,
   .action01__discount {
      position: absolute;
   }
   .action01__discount {
      left: 115px;
      bottom: -175px;
   }
   .action01 .timer {
      left: 35px;
      bottom: -258px;
   }
   .action01__wrapper--bottom,
   .action01__wrapper--top {
      position: relative;
   }
   .action01 .form {
      margin-right: 70px;
   }
   .action01 .price {
      width: 100%;
      left: 40px;
      top: 0;
   }
   .health__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .health__item {
      width: 48%;
      min-height: 210px;
   }
   .health__item:nth-last-child(2) {
      margin-bottom: 0;
   }
   .action02__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .action02__product--wrapper {
      position: absolute;
      top: 200px;
      left: 70px;
   }
   .action02__discount {
      top: 160px;
      left: 35px;
   }
   .action02 .form {
      margin: 0 50px 20px auto;
   }
   .action02 .timer {
      margin: 0 30px 20px auto;
   }
   .statistic__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .statistic__item {
      width: 33%;
   }
   .statistic__item:not(:last-child) {
      margin-bottom: 0;
   }
   .doctor__header {
      margin-bottom: 100px;
   }
   .doctor__wrapper--left,
   .doctor__wrapper--right {
      max-width: 600px;
      padding: 30px 18px;
      margin: 0 auto 20px;
   }
   .doctor__img {
      position: absolute;
      width: 329px;
      left: -30px;
      bottom: 0;
   }
   .doctor__text-wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 40px 0;
   }
   .doctor__name {
      position: relative;
      padding-top: 45px;
      margin-bottom: 15px;
      font-size: 26px;
      line-height: 1;
   }
   .doctor__name::before {
      position: absolute;
      content: "";
      width: 45px;
      height: 4px;
      left: 0;
      top: 0;
      background-color: #0e979c;
   }
   .doctor__specialty {
      margin-bottom: 10px;
      font-size: 17px;
   }
   .doctor__audiogramm-name {
      font-size: 24px;
      line-height: 1;
      margin-bottom: 30px;
   }
   .reviews-content {
      padding: 20px;
   }
   .reviews-panel {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding-bottom: 20px;
   }
   .reviews-list {
      height: 520px;
   }
   .use__product--wrapper {
      max-width: 362px;
      margin-bottom: 40px;
   }
   .use__product--wrapper::before {
      position: absolute;
      content: "";
      width: 114px;
      height: 87px;
      right: 0;
      bottom: -45px;
      background: url(../img/pills.png) no-repeat center center;
   }
   .use__product--plashka {
      position: absolute;
      width: 90px;
      top: -24px;
      right: -19px;
   }
   .use__item {
      padding: 19px 0 19px 130px;
   }
   .use__item::before {
      width: 90px;
      height: 90px;
      top: 0;
      left: 15px;
      border: 9px solid #a9d7d9;
      background-size: auto;
   }
   .listdoctor {
      position: relative;
   }
   .listdoctor .container {
      padding-bottom: 0;
   }
   .listdoctor__wrapper {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 270px;
   }
   .listdoctor__wrapper--left {
      padding-bottom: 20px;
   }
   .listdoctor__list {
      margin-bottom: 40px;
   }
   .listdoctor__sign {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
   }
   .listdoctor__sign::before {
      left: 0;
   }
   .listdoctor__sign--text {
      min-width: 160px;
      margin: 0 10px;
   }
   .listdoctor__sign--img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 2;
      flex-shrink: 2;
   }
   .listdoctor__speciality {
      text-align: left;
   }
   .listdoctor__doctor {
      position: absolute;
      bottom: 0;
      left: -30px;
      width: 280px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      background-image: url(../img/doctor.png);
   }
   .webp .listdoctor__doctor {
      background-image: url(../img/doctor.webp);
   }
   .order__list {
      -ms-flex-pack: distribute;
      justify-content: space-around;
   }
   .use__list {
      max-width: 390px;
      margin: 0 auto;
   }
}
@media screen and (min-width: 768px) {
   .webp .bg {
      background: #ecf2f4 url(../img/main_bg.webp) no-repeat center center;
      background-size: cover;
   }
   .container {
      width: 768px;
      padding: 40px 10px;
   }
   .title {
      font-size: 38px;
   }
   .promo .mainform {
      margin-bottom: 0;
   }
   .header .timer {
      display: flex;
      margin-left: auto;
   }
   .promo__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .promo__text {
      margin-bottom: 40px;
   }
   .promo__image {
      margin-right: 40px;
      margin-top: -60px;
      padding-top: 20px;
   }
   .promo__product-wrapper {
      position: relative;
      margin-top: 60px;
   }
   .promo__product--plashka {
      top: -40px;
      right: -10px;
   }
   .promo__product--cert {
      margin: 0 auto;
   }
   .promo .bottom,
   .promo__product-cert {
      display: none !important;
      width: 0 !important;
      height: 0 !important;
   }
   .danger__item:not(:last-child) {
      margin-bottom: 20px;
   }
   .danger__item:nth-last-child(2) {
      margin-bottom: 0;
   }
   .danger__text-bottom {
      max-width: 970px;
      padding: 24px;
      margin: 0 auto;
      font-size: 24px;
      line-height: 1;
   }
   .technology {
      overflow: hidden;
   }
   .technology__wrapper {
      max-width: 460px;
      margin: 0 auto;
   }
   .technology__organization {
      margin-top: -50px;
   }
   .regeneration__list {
      margin-bottom: 30px;
   }
   .regeneration__item {
      margin-left: 100px;
   }
   .regeneration__item:not(:last-child) {
      padding-bottom: 30px;
      margin-bottom: 30px;
   }
   .regeneration__item::before {
      height: 80px;
      font-size: 110px;
      line-height: 74px;
      left: -100px;
      top: 0;
      text-shadow: 5px 5px 0 #d4d4d4;
   }
   .regeneration__product--wrapper {
      margin-bottom: 45px;
   }
   .regeneration__product--wrapper::before {
      position: absolute;
      content: "";
      width: 114px;
      height: 87px;
      right: 0;
      bottom: -45px;
      background: url(../img/pills.png) no-repeat center center;
   }
   .action01 .form {
      margin-right: 125px;
   }
   .action01 .price {
      left: 120px;
   }
   .action01__discount {
      left: 200px;
   }
   .action01 .timer {
      left: 115px;
   }
   .action02 .form {
      margin-right: 110px;
   }
   .action02 .timer {
      margin-right: 95px;
   }
   .action02__product--wrapper {
      top: 230px;
      left: 100px;
   }
   .action02__discount {
      top: 190px;
      left: 65px;
   }
   .certificats__item:not(:last-child) {
      margin-bottom: 0;
   }
   .doctor__text--header {
      font-size: 24px;
   }
   .doctor__message {
      position: relative;
      max-width: 880px;
      padding: 0 120px;
      margin: 0 auto;
      font-size: 21px;
      line-height: 28px;
   }
   .doctor__message::after,
   .doctor__message::before {
      position: absolute;
      content: "“";
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 100px;
      font-style: italic;
      font-weight: 700;
      color: #333;
   }
   .doctor__message::before {
      bottom: 0;
      left: 0;
   }
   .doctor__message::after {
      top: 0;
      right: 0;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
   }
   .reviews-content {
      padding: 20px;
   }
   .reviews-item-avatar {
      width: 70px;
      height: 70px;
   }
   .reviews-item__name {
      font-size: 20px;
   }
   .feedback-city,
   .feedback-name {
      width: 190px;
      margin-right: auto;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
   }
   .feedback-btn {
      margin-left: 0;
   }
   .feedback-modal__text {
      font-size: 18px;
   }
   .use__wrapper {
      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;
   }
   .use__list {
      position: relative;
   }
   .use__list::before {
      position: absolute;
      content: "";
      left: -160px;
      top: 0;
      width: 260px;
      height: 412px;
      border-radius: 50%;
      border: 1px dashed transparent;
      border-right-color: #dcd9d9;
   }
   .use__item:not(:last-child) {
      margin-bottom: 75px;
   }
   .use__item--2 {
      padding-left: 170px;
   }
   .use__item--2::before {
      left: 55px;
   }
   .use__product {
      position: relative;
      z-index: 2;
   }
   .use__product--wrapper {
      padding-top: 75px;
      padding-left: 70px;
      padding-bottom: 45px;
      margin-bottom: 0;
   }
   .use__product--wrapper::after {
      position: absolute;
      content: "";
      width: 161px;
      height: 218px;
      left: 0;
      top: 0;
      background: url(../img/cert_03.jpg) no-repeat center center;
      background-size: contain;
   }
   .use__product--wrapper::before {
      z-index: 3;
      bottom: 0;
   }
   .use__product--plashka {
      z-index: 3;
      top: 50px;
   }
   .use__list {
      max-width: 415px;
   }
   .footer {
      padding: 20px 0;
   }
}
@media screen and (min-width: 1024px) {
   .container {
      width: 1024px;
      padding: 60px 15px;
   }
   .title {
      font-size: 40px;
   }
   .header__logo {
      margin-right: 48px;
   }
   .header__link,
   .header__link--wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .header__link {
      margin-right: 0;
   }
   .header__link--wrapper {
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 0 5px 50px;
   }
   .header__link--wrapper:first-child {
      padding-right: 20px;
      margin-right: 20px;
   }
   .header__link--wrapper:first-child::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 1px;
      right: 0;
      top: 0;
      background-color: rgba(255, 255, 255, 0.25);
   }
   .header__link--wrapper::before {
      position: absolute;
      content: "";
      width: 37px;
      height: 100%;
      left: 0;
      top: 2px;
   }
   .header__link--wrapper:first-child::before {
      background: url(../img/icon_howwork.png) no-repeat center center;
   }
   .header__link--wrapper:last-child::before {
      background: url(../img/icon_reviews.png) no-repeat center center;
   }
   .header__link--wrapper a {
      font-size: 16px;
      line-height: 18px;
      vertical-align: middle;
      color: inherit;
      border-bottom: 1px dotted #fff;
   }
   .header__link--wrapper a:hover {
      color: #eaa235;
      border-bottom: 1px dotted transparent;
   }
   .header .timer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0;
   }
   .header .timer__text {
      max-width: 100%;
      margin-right: 8px;
   }
   .header .timer__time {
      min-width: 240px;
   }
   .promo {
      background: url(../img/promo_bg.jpg) no-repeat center top;
      background-size: cover;
   }
   .promo .container {
      padding-top: 50px;
   }
   .promo__wrapper {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
   }
   .promo__header {
      margin-bottom: 35px;
      width: calc(100% + 340px);
      margin-left: -350px;
      text-align: center;
   }
   .promo__subtitle {
      position: relative;
      margin-bottom: 40px;
      font-size: 27px;
      line-height: 30px;
      text-align: left;
   }
   .promo__image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      padding: 0;
      margin: 0 20px 0 0;
   }
   .promo__product-wrapper {
      margin: 210px auto auto;
   }
   .promo__text {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 400px;
      margin-top: 50px;
      margin-bottom: 0;
   }
   .promo__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .promo__item {
      width: 100%;
      padding: 0 10px 0 65px;
      font-size: 20px;
   }
   .promo__item:not(:last-child) {
      margin-bottom: 30px;
   }
   .promo__item::before {
      left: 0;
      top: calc(50% - 23px);
   }
   .promo__item--text {
      text-align: left;
   }
   .promo__item--text br {
      display: inline-block;
   }
   .promo .mainform::before {
      right: -20px;
   }
   .mainform__wrapper::before {
      right: -18px;
      top: -40px;
   }
   .danger__subtitle {
      margin-bottom: 45px;
   }
   .danger__list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .danger__item {
      width: 24%;
      max-width: 270px;
   }
   .danger__item:nth-child(n) {
      margin-bottom: 0;
   }
   .technology__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: none;
   }
   .technology__wrapper--left {
      width: 500px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 20px 0 0;
   }
   .technology__wrapper--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
   }
   .technology__header {
      text-align: left;
      margin-bottom: 25px;
   }
   .technology__text {
      font-size: 19px;
      line-height: 30px;
   }
   .technology__text:not(:last-child) {
      margin-bottom: 40px;
   }
   .regeneration__header {
      margin-bottom: 55px;
   }
   .regeneration__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .regeneration__wrapper--left {
      width: 550px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 40px;
   }
   .regeneration__product--wrapper {
      padding-top: 80px;
      z-index: 2;
   }
   .regeneration__product--wrapper::after {
      position: absolute;
      content: "";
      z-index: -1;
      width: 161px;
      height: 218px;
      left: calc(50% - 80px);
      top: 0;
      background: url(../img/regeneration__cert.jpg) no-repeat center center;
   }
   .regeneration__wrapper--right {
      -ms-flex-item-align: start;
      align-self: start;
   }
   .regeneration__product--plashka {
      top: 60px;
   }
   .action01__wrapper--bottom,
   .action01__wrapper--top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .action01__discount,
   .action01__header {
      margin-bottom: 0;
   }
   .action01 .timer,
   .action01__discount {
      position: static;
   }
   .action01 .price {
      position: static;
      width: 250px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 10px 0 0;
   }
   .action01 .form {
      -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;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: none;
      margin: 0;
   }
   .action01 .form .button,
   .action01 .form__name,
   .action01 .form__phone {
      width: 32%;
      margin-bottom: 0;
   }
   .action01 .form .button {
      padding: 7px;
   }
   .health__header {
      margin-bottom: 55px;
   }
   .health__item {
      width: 32%;
      min-height: 256px;
   }
   .health__item:nth-last-child(3) {
      margin-bottom: 0;
   }
   .health__item--text {
      padding: 14px;
      font-size: 20px;
      line-height: 24px;
   }
   .components__list {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .components__item {
      position: relative;
      width: 22%;
      margin: 0;
   }
   .components__item:not(:last-child)::after {
      position: absolute;
      content: "";
      height: 100%;
      width: 1px;
      top: 0;
      right: -20px;
      background-color: #dcd9d9;
   }
   .components__item--header {
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 1;
   }
   .components__item--text {
      font-size: 19px;
      line-height: 26px;
   }
   .action02__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 295px;
   }
   .action02__wrapper > * {
      -ms-flex-negative: 0;
      flex-shrink: 0;
   }
   .action02__product--wrapper {
      top: 55px;
      left: 30px;
   }
   .action02__product--wrapper::after {
      position: absolute;
      content: "";
      width: 89px;
      height: 68px;
      right: 10px;
      bottom: -35px;
      background: url(../img/pills.png) no-repeat center center;
      background-size: contain;
   }
   .action02__header {
      width: 100%;
      text-align: left;
   }
   .action02 .timer,
   .action02__text {
      margin: 0;
   }
   .action02__discount {
      position: static;
   }
   .action02 .form {
      -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;
      max-width: 100%;
      margin: 20px 0 0;
   }
   .action02 .form .button,
   .action02 .form__name,
   .action02 .form__phone {
      width: 32%;
      margin: 0;
   }
   .statistic__header {
      margin-bottom: 15px;
   }
   .statistic__subtitle {
      margin-bottom: 40px;
      font-size: 24px;
      line-height: 1;
   }
   .statistic__list {
      margin-bottom: 35px;
   }
   .statistic__list--header {
      margin-bottom: 45px;
      font-size: 30px;
      line-height: 1;
   }
   .statistic__item {
      position: relative;
   }
   .statistic__item:not(:last-child)::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background-color: #dcd9d9;
   }
   .statistic__item--percent {
      padding: 10px;
      line-height: 80px;
   }
   .statistic__item--text {
      font-size: 20px;
      left: 1.2;
   }
   .statistic__text {
      padding: 19px 10px;
      font-size: 24px;
      line-height: 1;
   }
   .certificats__header {
      margin-bottom: 50px;
   }
   .certificats__list {
      position: relative;
      margin: 0 auto;
      max-width: 910px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .certificats__list::before {
      position: absolute;
      z-index: -1;
      content: "";
      width: 70%;
      height: 1px;
      left: 15%;
      top: 50%;
      background-color: #dcd9d9;
   }
   .certificats__item {
      padding: 0 25px;
      background-color: #fff;
   }
   .doctor__text {
      line-height: 32px;
      text-align: left;
   }
   .doctor__text--wrapper {
      min-height: 150px;
   }
   .doctor__text--wrapper::before {
      height: 150px;
   }
   .doctor__text--header {
      margin-bottom: 30px;
   }
   .doctor__text--list {
      margin: 0;
   }
   .doctor__text--item {
      line-height: 32px;
   }
   .reviews-content {
      padding: 20px 30px 30px;
   }
   .reviews__header {
      margin-bottom: 50px;
   }
   .reviews-list {
      height: 480px;
   }
   .reviews-item-top {
      margin-bottom: 30px;
   }
   .reviews-item__text {
      margin-top: 0;
   }
   .feedback-top {
      margin-bottom: 20px;
   }
   .feedback-city,
   .feedback-name {
      width: 278px;
   }
   .feedback-text {
      margin-bottom: 20px;
   }
   .feedback-btn {
      margin-top: 0;
   }
   .use__header {
      margin-bottom: 60px;
   }
   .use__list {
      margin: 0;
   }
   .use__product--wrapper {
      margin: 0 90px 0 0;
   }
   .listdoctor .container {
      position: relative;
      padding-top: 0;
   }
   .listdoctor__wrapper {
      padding-left: 260px;
   }
   .listdoctor__doctor {
      left: -60px;
      width: 329px;
      height: 354px;
   }
   .listdoctor__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .listdoctor__item {
      width: 30%;
      padding-left: 0;
      padding-top: 50px;
   }
   .listdoctor__item:not(:last-child) {
      margin-bottom: 0;
   }
   .listdoctor__item::before {
      top: -23px;
   }
   .listdoctor__sign--text {
      margin-left: 0;
   }
   .order__header {
      margin-bottom: 85px;
   }
   .order__item {
      width: 24%;
   }
   .order__item--img {
      margin-bottom: 25px;
   }
   .order__item:nth-child(1),
   .order__item:nth-child(2) {
      margin-bottom: 0;
   }
}
@media screen and (min-width: 1219px) {
   .promo .mainform {
      margin-bottom: 10px;
   }
   .attention .container {
      padding: 140px 15px 30px;
   }
}
@media screen and (min-width: 1220px) {
   .container {
      width: 1220px;
      padding: 90px 25px;
   }
   .title {
      font-size: 45px;
      line-height: 1;
   }
   .header__logo {
      margin-right: 70px;
   }
   .header__link {
      margin-right: 80px;
   }
   .header__link--wrapper a {
      font-size: 16px;
      line-height: 18px;
   }
   .header__link--wrapper:first-child {
      margin-right: 40px;
   }
   .header .timer__text br,
   .regeneration__item--text br {
      display: inline-block;
   }
   .header .timer__text {
      max-width: 120px;
   }
   .promo .container {
      padding-bottom: 0;
   }
   .promo__image {
      width: 470px;
      margin-right: 30px;
      margin-bottom: 0;
   }
   .promo__image > picture {
      position: absolute;
      width: 739px;
      right: 0;
      bottom: 0;
   }
   .promo__header {
      width: 100%;
      margin-left: 0;
      margin-bottom: 25px;
      text-align: left;
   }
   .promo__text {
      margin-top: 0;
      margin-bottom: 0;
   }
   .promo__item:not(:last-child) {
      margin-bottom: 15px;
   }
   .promo__product-wrapper {
      position: absolute;
      bottom: -105px;
      right: 40px;
   }
   .promo__product--plashka {
      top: -35px;
      right: -20px;
   }
   .promo__product--cert {
      position: absolute;
      margin: 0;
      bottom: 70px;
      right: -375px;
   }
   .mainform__wrapper::before {
      right: -25px;
   }
   .danger {
      margin-top: 110px;
   }
   .danger__list {
      margin-bottom: 45px;
   }
   .technology__wrapper--right picture {
      width: 809px;
      margin-left: -40px;
      margin-right: -99px;
   }
   .technology__organization {
      margin-left: 0;
   }
   .regeneration__header {
      padding: 0 200px;
   }
   .regeneration__wrapper--left {
      width: 670px;
      margin-right: auto;
   }
   .regeneration__wrapper--right {
      width: 470px;
   }
   .regeneration__list {
      margin-bottom: 0;
   }
   .regeneration__item:not(:last-child) {
      padding-bottom: 35px;
      margin-bottom: 35px;
   }
   .regeneration__item--header {
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 1;
   }
   .regeneration__item--text {
      font-size: 19px;
      line-height: 30px;
   }
   .regeneration__product--wrapper {
      padding-top: 116px;
   }
   .action01__header {
      font-size: 40px;
   }
   .action01 .timer__text {
      font-size: 20px;
   }
   .action01 .timer__text br {
      display: none;
   }
   .action01 .form .button,
   .action01 .form__name,
   .action01 .form__phone {
      width: 300px;
   }
   .action01 .form__name,
   .action01 .form__phone {
      margin-right: 20px;
   }
   .health__header {
      padding: 0 120px;
   }
   .components__item {
      width: 25%;
   }
   .action02__header {
      margin-bottom: 50px;
   }
   .action02__text {
      font-size: 22px;
      line-height: 26px;
   }
   .action02 .timer__text {
      font-size: 20px;
      line-height: 1;
   }
   .action02 .timer__time .tm {
      padding: 6px 9px;
   }
   .action02 .form {
      width: 100%;
   }
   .action02__product--wrapper {
      max-width: 280px;
      top: 100px;
      left: -10px;
   }
   .action02__product--plashka {
      width: 76px;
      top: -27px;
      right: -18px;
   }
   .statistic__item:not(:last-child)::after {
      right: -20px;
   }
   .statistic__item--text {
      padding: 0 30px;
   }
   .statistic__text {
      margin: 0 -10px;
   }
   .doctor .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .doctor__header {
      padding: 0 90px;
      margin-bottom: 90px;
   }
   .doctor__wrapper--right {
      margin: 0 0 60px;
   }
   .doctor__wrapper--left,
   .doctor__wrapper--right {
      -ms-flex-negative: 0;
      flex-shrink: 0;
   }
   .doctor__wrapper--right {
      width: 540px;
   }
   .doctor__wrapper--left {
      width: 600px;
      margin: 0 auto 60px 0;
   }
   .doctor__text--header {
      font-size: 26px;
   }
   .feedback-top {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   .feedback-city,
   .feedback-name {
      margin-right: 30px;
   }
   .use .container {
      padding-bottom: 130px;
   }
   .listdoctor__wrapper {
      padding-left: 300px;
   }
   .listdoctor__wrapper--left {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding-left: 30px;
   }
   .listdoctor__doctor {
      left: -30px;
      background-size: cover;
   }
   .listdoctor__list {
      max-width: 800px;
      margin-bottom: 20px;
   }
   .listdoctor__item {
      width: 230px;
   }
   .listdoctor__item:nth-child(2) {
      padding-right: 20px;
   }
   .listdoctor__sign--text {
      margin-right: 85px;
   }
   .footer {
      padding-top: 80px;
   }
}
@media screen and (min-width: 1300px) {
   .promo .mainform::before {
      right: -47px;
   }
}
@media screen and (max-width: 1219px) {
   .header .container {
      padding: 0 20px;
   }
   .header .timer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .header .timer__text {
      text-align: center;
      margin: 0 0 3px;
   }
   .action02 .timer__text br,
   .header .timer__text br {
      display: none;
   }
   .action02 .timer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 20px;
   }
   .action02 .timer__text {
      margin: 0 0 10px;
   }
   .action02 .timer__time {
      margin-bottom: 6px;
   }
}
@media screen and (max-width: 1023px) {
   .action01 .timer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .action01 .timer__text {
      margin: 0 0 10px;
   }
   .action01 .timer__text br {
      display: none;
   }
   .action01 .timer__time {
      margin-bottom: 6px;
   }
}
@media screen and (max-width: 768px) {
   .rom_center {
      width: 100%;
      text-align: center;
      display: block;
   }

   .promo__product,
   .regeneration__product {
      display: block;
      margin: 0 auto;
      max-width: 250px;
   }
   .promo__product-wrapper {
      display: block;
      margin: 15px auto;
   }
}
@media screen and (max-width: 639px) {
   .promo__product-wrapper {
      max-width: 260px;
   }
}
@media screen and (max-width: 479px) {
   .regeneration__product--wrapper {
      max-width: 260px;
      margin: 0 auto;
   }
   .timer__time .tm {
      padding: 6px;
   }
}
.doctor__text--wrapper.active {
   max-height: 1000px;
   -webkit-transition: all 0.8s;
   transition: all 0.8s;
}
.doctor__text--wrapper.active .doctor__text--toggle::after {
   -webkit-transform: none;
   transform: none;
   -webkit-transition: all 0.8s;
   transition: all 0.8s;
}
