.use__list::before {
    content: "";
    display: block;
    background: url("../images/stakan.jpg") no-repeat center center / contain;
}

.btn,
.button {
    padding: 12px 5px;
    cursor: pointer;
    text-align: center;
}
*,
.slick-slider {
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
svg {
    overflow: hidden;
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.btn--small,
.menu-mob.open .menu-mob__bg,
.option,
.options.opened,
.promo-partners.mob,
.slick-initialized .slick-slide,
.slick-slide img,
.slick-track,
button,
footer,
header,
menu,
section {
    display: block;
}
.slick-dots,
ul {
    list-style: none;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.burger img,
.slick-slide.dragging img {
    pointer-events: none;
}
.btn,
.burger,
.button,
.form__left,
.form__subtitle,
.menu-mob .timer__text,
.promo__subtitle,
.title {
    text-align: center;
}
.check-info,
.info-content,
.info-hormone,
.menu-mob .timer,
.online-wrapper,
.promo-form-wrap,
.promo-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.reviews-item__btn:hover,
a {
    text-decoration: none;
}
.feedback-age,
.feedback-name {
    -webkit-box-ordinal-group: 2;
    order: 1;
}
a,
body,
dd,
del,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
img,
label,
li,
menu,
object,
output,
p,
s,
section,
span,
strong,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
.input,
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
body {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    margin: 0;
}
br {
    line-height: 1;
    font-size: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
a:active,
a:hover,
button,
button:focus,
input,
input:focus {
    outline: 0;
}
a,
a:active,
a:focus,
a:hover,
a:visited,
select,
select:focus {
    outline: 0 !important;
}
a {
    background-color: transparent;
}
button {
    border: 0;
    padding: 0;
}
* {
    font-family: Roboto, sans-serif;
}
html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
select,
select:hover {
    background-size: 10px 10px;
}
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(https://179523selcdn.ru/public/layout-images/select-triangle.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
}
select:hover {
    background-position: right 10px center;
}
select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: 0 !important;
    outline: 0 !important;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
}
a:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.container {
    margin: 0 auto;
    width: 100%;
}
.title {
    font-size: 26px;
    color: #333;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}
.button,
.text-bold {
    font-weight: 700;
}
.text-nowrap,
span[class^="date-"] {
    white-space: nowrap;
}
.button {
    width: 220px;
    height: 40px;
    border-radius: 10px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(0, #d00a1d),
        color-stop(50%, #cb2525),
        color-stop(51%, #e33f3f),
        to(#cb2525)
    );
    background: linear-gradient(to left, #d00a1d 0, #cb2525 50%, #e33f3f 51%, #cb2525 100%);
    font-size: 30px;
    line-height: 0.7;
    color: #fff;
    background-size: 200% 100%;
    background-position: 100% 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn:hover,
.button:hover {
    background-position: 0 0;
}
.btn--small {
    font-size: 20px;
    font-weight: 400 !important;
}
.btn,
.form::before,
.form__subtitle,
.mob-logo {
    font-weight: 700;
}
.btn {
    height: 62px;
    border-bottom: 5px solid #b11818;
    border-radius: 41px;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(0, #d00a1d),
        color-stop(50%, #e52d36),
        color-stop(51%, #d40e22),
        to(#ff4200)
    );
    background: linear-gradient(to left, #d00a1d 0, #e52d36 50%, #d40e22 51%, #ff4200 100%);
    width: 100%;
    font-size: 22px;
    line-height: 0.9 !important;
    color: #fff;
    background-size: 200% 100%;
    background-position: 100% 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.name,
.nameland,
.phone,
.phoneland,
.select {
    border-radius: 29px;
}
.slick-dots li button,
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    background: 0 0;
    width: 20px;
    cursor: pointer;
    outline: 0;
}
.name,
.nameland,
.phone,
.select {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.name:hover,
.phone:hover,
.select:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(81, 84, 91, 0.3) !important;
    box-shadow: inset 0 0 10px rgba(81, 84, 91, 0.3) !important;
    background-color: #f8f8f8 !important;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.slick-list {
    margin: 0;
    padding: 0;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.doctor-bio.desk,
.menu-desc,
.option__text,
.promo-couple,
.promo-partners.desk,
.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
    display: none;
}
.container:after,
.slick-track:after {
    clear: both;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-loading .slick-list {
    background: #fff;
}
.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
}
.slick-dots,
.slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center;
}
.header,
.header .container,
.slick-dots li {
    position: relative;
}
.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    height: 20px;
    padding: 5px;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: 0.25;
    color: #000;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
.block {
    padding-top: 25px;
    padding-bottom: 25px;
}
.menu-mob__bg {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
}
.menu-mob__content {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 320px;
    width: 100%;
    height: 100%;
    background-color: #252525;
    padding: 20px;
    overflow: auto;
    z-index: 100;
}
.menu-mob__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feedback-text.error,
.menu-list,
.menu-mob__header,
.statistics-item {
    margin-bottom: 25px;
}
.changes__item:not(:last-of-type),
.composition__item:not(:last-child),
.formland__timer,
.info-text__mob-img,
.menu-list__item:not(:last-child) {
    margin-bottom: 15px;
}
.list-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}
.menu-list__text {
    border-bottom: 1px dashed #a9a9a9;
}
.menu-list__text:hover {
    border-bottom: 1px dashed #252525;
}
.list-item__img {
    margin-right: 12px;
}
.mob-close {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.btn-mob {
    width: 100%;
    font-size: 23px;
}
.menu-mob,
.menu-mob.open {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.menu-mob__bg {
    display: none;
    z-index: 10;
}
.menu-mob.open .menu-mob__content,
.menu-mob__content {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.menu-mob.open .menu-mob__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu-mob .timer {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
}
.menu-mob .timer__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
}
.burger {
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: #009640;
    border-radius: 50%;
    z-index: 2;
}
.burger img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.feedback-form__file,
.feedback-form__file-img,
.timer,
.timer .hourss,
.timer .minutess,
.timer .secondss,
.timer__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.timer__text {
    font-size: 16px;
    color: #fff;
    width: 120px;
    margin-right: 22px;
}
.timer__num {
    color: #fff;
}
.timer .hourss,
.timer .minutess,
.timer .secondss {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 4px;
    width: 32px;
    height: 41px;
    padding: 20px 30px;
    font-size: 22px;
    line-height: 1;
    border: 2px solid #e03c3c;
}
.timer .dots {
    margin-right: 5px;
}
.timer .secondss:last-child {
    margin-right: 0 !important;
}
.possibility,
.promo {
    background-color: #f6f5f5;
}
.promo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.promo-item,
.promo-item__circle,
.promo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
}
.promo__title {
    position: relative;
    font-size: 28px !important;
    color: #222;
    margin-bottom: 10px !important;
}
.promo__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
}
.form::before,
.promo-item__desc {
    font-size: 16px;
}
.promo-item,
.promo-list {
    display: flex;
}
.promo-list {
    max-width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.promo-list::before {
    content: "";
    width: 60px;
    height: 7px;
    background-color: #009640;
    position: absolute;
    top: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.promo-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}
.check-item:last-child,
.doctor-item:last-child,
.order-item-wrap:last-child,
.promo-item:last-child,
.statistics-item:last-child {
    margin-bottom: 0;
}
.promo-item__circle {
    width: 60px;
    height: 59px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid green;
    background-color: #f5faf7;
    z-index: 4;
}
.form-protected,
.form::before,
.star-box {
    display: -webkit-box;
    display: -ms-flexbox;
}
.promo-item__circle::before {
    content: "";
    width: 45px;
    height: 44px;
    border-radius: 50%;
    background-color: #19a053;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.promo-item__circle img {
    width: 24px;
    height: 24px;
}
.promo__product {
    max-width: 224px;
    margin: 0 auto 30px;
}
.promo-partners {
    max-width: 300px;
    -webkit-box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.1);
    box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.1);
    border-radius: 35px;
    background-color: #fff;
    margin: 0 auto;
}
.info-partners img,
.promo-partners img {
    margin: 0 auto;
    padding: 20px 30px;
}
.promo-form {
    margin: 0 auto 20px;
}
.info-content,
.info-hormone,
.promo-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form {
    width: 270px;
    position: relative;
    -webkit-box-shadow: 0 0 35px rgba(134, 147, 162, 0.25);
    box-shadow: 0 0 35px rgba(134, 147, 162, 0.25);
    border: 2px solid #009640;
    background-color: #009640;
    border-radius: 5px;
    margin-bottom: 11px;
}
.form__wrapper {
    padding: 23px 23px 20px;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    position: relative;
}
.form::before {
    position: absolute;
    color: #fff;
    content: "-50%";
    top: -12px;
    right: -17px;
    width: 60px;
    height: 55px;
    background: url(../images/sale-bg.png) center/contain no-repeat;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    z-index: 1;
}
.form__subtitle {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 26px;
    color: #222;
}
.mob-logo {
    font-size: 25px;
    color: #fff;
}
.form__subtitle--date {
    font-weight: 700;
    display: block;
    color: #f24841;
}
.form__name,
.form__phone {
    margin-bottom: 15px;
    position: relative;
    display: block;
}
.form__name img,
.form__phone img {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form__left {
    font-size: 15px;
    line-height: 1;
    width: 100%;
    color: #fff;
    background-color: #009640;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 7px 0;
}
.form__left .lastpack {
    font-size: 20px;
    font-weight: 900;
}
.form-protected,
.star-box {
    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__price,
.online-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
}
.form-protected__img {
    margin-right: 10px;
}
.form-protected__text {
    font-size: 15px;
    color: #444;
    margin-bottom: 0;
}
.form-btn {
    line-height: 1;
    margin-top: 0;
}
.input {
    -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);
    border-radius: 29px;
    border: 1px solid #dedddd;
    background-color: #fff;
    height: 60px;
    padding: 19px 10px 19px 50px;
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 18px;
}
.input::-webkit-input-placeholder {
    opacity: 1;
}
.input::-moz-placeholder {
    opacity: 1;
}
.input:-ms-input-placeholder {
    opacity: 1;
}
.input::placeholder {
    opacity: 1;
}
.form__price {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 7px;
    position: relative;
    margin-bottom: 12px;
}
.expert-bio-wrapper,
.form__price-val {
    text-align: left;
}
.check-info,
.check-item__desc,
.check__subtitle,
.expert-bio,
.expert-text {
    text-align: center;
}
.form__price-title {
    font-size: 13px;
    color: #666;
}
.form__price-title--new {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.form__price-before {
    font-size: 28px;
    color: #a2a1a1;
    margin-top: 5px;
}
.doctor,
.form__price-before_line,
.formland__form,
.formland__title,
.full {
    position: relative;
}
.form__price-before_line::after,
.form__price-before_line::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f23e2b;
    position: absolute;
    top: 50%;
    left: 0;
}
.form__price-before_line::before {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.form__price-before_line::after {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.doctor-bio__prof,
.doctor-item__desc,
.doctor__subtitle,
.form__price-before_size,
.info-item__desc {
    font-size: 16px;
}
.form_before {
    display: block;
    width: 1px;
    margin-top: 3px;
    height: 50px;
    background-color: #d1d0d0;
}
.form__price-after {
    font-size: 40px;
    color: #000;
    font-weight: 900;
    margin-top: -5px;
    position: relative;
    margin-right: -7px;
}
.form__price-after_size {
    font-size: 16px;
    font-weight: 400;
}
.form__price-after .x_currency {
    color: #000;
    font-weight: 500;
}
.online-people {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.online-people img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.online-people p {
    color: #626262;
    font-weight: 400;
    line-height: 1;
    margin-left: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 0;
}
.online-dynamic {
    color: #e45326;
    font-weight: 700;
}
.online-wrapper {
    overflow: hidden;
    height: 40px;
    padding: 7px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.online-block {
    background-color: #fff;
    padding-bottom: 15px;
}
.online-people {
    max-height: 0;
    opacity: 0;
    font-size: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.online-people.active {
    max-height: 200px;
    opacity: 4;
    font-size: 14px;
}
.custom-select {
    margin-right: 11px !important;
    display: inline-block !important;
    position: relative !important;
    border: 0 !important;
    border-right: 1px solid #d0d0d0 !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    cursor: pointer !important;
    background: url(../images/form-down.png) 30px 16px/14px no-repeat !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.custom-select,
.selected {
    width: 50px;
    height: 40px;
    z-index: 1;
}
.option,
.selected {
    background-size: 25px !important;
}
.hide {
    opacity: 0;
    display: none;
}
.options {
    position: absolute;
    z-index: 10;
    display: none;
    -webkit-box-shadow: 2px 5px 10px rgba(208, 208, 208, 0.75);
    box-shadow: 2px 5px 10px rgba(208, 208, 208, 0.75);
    height: 195px;
    min-width: 60px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: -9px;
    left: -11px;
    background-color: #fbfcfd;
}
.check-item__circle,
.check-list {
    display: -webkit-box;
    display: -ms-flexbox;
}
.option {
    width: 50px;
    height: 37px;
    margin: 10px 0;
}
.options ::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0;
}
.options::-webkit-scrollbar-track {
    background-color: #ecedee;
}
.options::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #324697;
}
.options::-webkit-scrollbar-thumb:hover {
    background-color: #2a3a7c;
}
.options::-webkit-resizer {
    background-repeat: no-repeat;
    width: 4px;
    height: 0;
}
.options::-webkit-scrollbar {
    width: 5px;
}
.x_price_previous {
    font-size: 24px;
    margin-right: 3px;
}
.x_price_current {
    font-size: 34px;
    margin-right: 0;
}
.check__title {
    margin-bottom: 10px !important;
}
.check__subtitle {
    font-size: 18px;
    color: #444;
    font-weight: 500;
    margin-bottom: 45px;
}
.check-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}
.check-item {
    max-width: 300px;
    -webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
    box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
    margin-bottom: 45px;
    position: relative;
}
.check-item__circle {
    width: 60px;
    height: 59px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #e02727;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
}
.check-info,
.expert-info {
    display: -webkit-box;
    display: -ms-flexbox;
}
.check-item__circle::before {
    content: "";
    width: 45px;
    height: 44px;
    border-radius: 50%;
    background-color: #e02727;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.check-item__bg {
    position: absolute;
    bottom: 0;
    left: 0;
}
.check-info__arrow,
.check-item__desc {
    left: 50%;
    -webkit-transform: translateX(-50%);
}
.check-item__desc {
    font-size: 14px;
    line-height: 20px;
    z-index: 2;
    position: absolute;
    bottom: 7px;
    transform: translateX(-50%);
}
.check-info {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.check-info__arrow {
    width: 100%;
    position: absolute;
    top: -35px;
    transform: translateX(-50%);
}
.expert-bio,
.expert-info,
.expert__response,
.problem {
    position: relative;
}
.check-info__arrow img {
    margin: 0 auto;
}
.check-info__desc {
    font-size: 20px;
    margin-bottom: 9px;
}
.check-info__desc-accent {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 15px;
    width: 100%;
}
.check-info-warning {
    border: 2px solid #ff5e5e;
    border-radius: 5px;
    font-weight: 500;
    color: #000;
    padding: 10px;
    font-size: 18px;
}
.problem {
    z-index: 5;
    background-color: #f6f5f5;
}
.doctor-info,
.expert-info,
.info-partners {
    background-color: #fff;
}
.expert {
    margin-bottom: 42px;
}
.expert-text {
    margin-bottom: 25px;
}
.expert__title {
    margin-bottom: 0 !important;
}
.expert__accent {
    font-size: 26px;
    color: #e02727;
}
.expert-info {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
    box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
    padding: 10px;
}
.expert-bio,
.expert-desc {
    display: -webkit-box;
    display: -ms-flexbox;
}
.expert-desc,
.info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
.expert-desc {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.expert__response {
    color: #444;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
    padding-top: 20px;
}
.expert__response::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #b6b6b6;
}
.expert-bio {
    display: flex;
}
.expert-bio-picture,
.info-box {
    display: -webkit-box;
    display: -ms-flexbox;
}
.expert-bio::before {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #b6b6b6;
    position: absolute;
    top: -10px;
    left: 0;
}
.doctor::before,
.info-text::after,
.info-text::before {
    height: 1px;
    background-color: #cccbcb;
    content: "";
    position: absolute;
}
.doctor-bio__name,
.expert-bio__name {
    font-size: 20px;
}
.expert-bio__prof {
    font-size: 16px;
    padding-right: 120px;
}
.info-box__title,
.info-text__desc,
.info-text__title {
    font-size: 18px;
    text-align: center;
}
.expert-bio-picture {
    display: flex;
    position: absolute;
    right: -6px;
    bottom: 2px;
}
.doctor-bio,
.doctor-info,
.info-box,
.info-text {
    position: relative;
}
.expert-bio__sign {
    width: 50px;
}
.expert-bio__approved {
    width: 70px;
}
.info {
    margin-bottom: 40px;
}
.info-hormone {
    margin-bottom: 20px;
}
.info-text {
    padding-bottom: 20px;
}
.info-text::after,
.info-text::before {
    width: 100%;
    left: 0;
}
.info-text::before {
    top: -19px;
}
.info-text::after {
    bottom: 0;
}
.info-text__title {
    color: #444;
    margin-bottom: 15px;
}
.formland,
.info-picture {
    max-width: 300px;
    margin: 0 auto;
}
.info-box {
    display: flex;
    flex-direction: column;
}
.doctor-content,
.doctor-info-desc,
.doctor-text,
.formland .timer,
.info-list {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.info-box__title {
    margin-bottom: 20px;
}
.doctor-bio,
.doctor-bio.mob,
.doctor-content,
.doctor-info-desc,
.doctor-item,
.doctor-item__circle,
.doctor-list,
.feedback-assessment-wrap,
.info-item,
.info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info-list {
    flex-direction: column;
    margin-bottom: 5px;
}
.info-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.info-item__check {
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.info-prod {
    max-width: 250px;
    margin: 0 auto 15px;
}
.info-partners {
    max-width: 370px;
    -webkit-box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.1);
    box-shadow: 3px 3px 6px rgba(3, 3, 3, 0.1);
    border-radius: 35px;
    margin: 0 auto;
}
.doctor::before {
    width: 100%;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.doctor-content,
.doctor-info-desc,
.doctor-text,
.formland .timer {
    flex-direction: column;
}
.doctor-text {
    font-family: "Opens Sans";
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}
.doctor__title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.doctor-info {
    -webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
    box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
    padding: 10px;
}
.doctor-info__men,
.formland__pack {
    max-width: 200px;
    margin: 0 auto;
}
.doctor-info__photo {
    width: 100%;
}
.doctor-list {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
    padding-top: 15px;
    border-top: 1px solid #b6b6b6;
}
.doctor-item,
.doctor-item__circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.doctor-item {
    margin-bottom: 20px;
}
.doctor-item__circle {
    width: 49px;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid green;
    background-color: #f5faf7;
    position: relative;
    z-index: 4;
}
.doctor-item__circle::before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #19a053;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.doctor-item__circle img {
    width: 15px;
    height: 15px;
}
.doctor-item__desc-accent {
    color: #444;
}
.doctor-bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.doctor-bio__sign {
    width: 55px;
    position: absolute;
    left: 160px;
    bottom: 0;
}
picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.text-accent {
    color: #f24841;
}
.changes-list {
    max-width: 250px;
    margin: 0 auto;
}
.changes-list__img {
    margin-bottom: 10px;
    position: relative;
}
.changes-list__img::before {
    display: none;
    width: 100%;
    height: 100px;
    content: "";
    position: absolute;
    bottom: 0;
    background-size: 130%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.changes-list__stage {
    width: 100%;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 0;
}
.changes__item-text,
.changes__item-title,
.composition__name,
.composition__subtitle,
.full__title,
.reviews__subtitle,
.statistics-item__desc {
    line-height: 1.2;
    text-align: center;
}
.changes__item-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
.changes__item-text {
    font-size: 16px;
}
.changes__item:first-child .changes-list__stage {
    background-color: #de2424;
}
.changes__item:nth-child(2) .changes-list__stage {
    background-color: #deb525;
}
.changes__item:nth-child(3) .changes-list__stage,
.full__title::before {
    background-color: #009640;
}
.full::before,
.full__title::before {
    content: "";
    position: absolute;
    display: none;
}
.full::before {
    width: 400px;
    height: 300px;
    top: -40px;
    left: -20px;
    background-image: url(../images/bg-room.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.full__photo {
    width: 250px;
    margin: 0 auto 10px;
    padding: 10px 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px #103922;
    box-shadow: 0 0 8px 1px #103922;
    display: none;
}
.composition__btn,
.composition__img,
.composition__name,
.reviews-content {
    margin-right: auto;
    margin-left: auto;
}
.full__title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    max-width: 100%;
}
.full__title::before {
    width: 40px;
    height: 5px;
    top: 0;
    left: 0;
}
.composition__title {
    margin-bottom: 15px !important;
    position: relative;
    padding-top: 56px;
}
.composition__name::before,
.composition__title::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.composition__title::before {
    content: "";
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../images/gender.png) center/25px no-repeat #009640;
    border-radius: 50%;
}
.composition__subtitle {
    max-width: 100%;
    color: #444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.composition__list {
    margin-bottom: 15px;
    counter-reset: list1;
}
.composition__img {
    margin-bottom: 10px;
    max-width: 400px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.composition__name {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    max-width: 300px;
    position: relative;
    padding-top: 15px;
    z-index: 0;
}
.composition__name::before {
    counter-increment: list1;
    content: counter(list1);
    top: -5px;
    color: #e0dede;
    font-size: 60px;
    line-height: 50px;
    z-index: -1;
}
.composition__name--small {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.composition__btn {
    width: 300px;
}
.composition__btn .btn--small {
    margin-top: 5px;
}
.formland__prod {
    margin-bottom: 30px;
}
.formland__content {
    width: 100%;
    padding: 15px;
    background-color: #282826;
    position: relative;
}
.formland__title {
    max-width: 200px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.formland__title::before {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "50%";
    font-weight: 700;
    position: absolute;
    right: -68px;
    top: -30px;
    background-image: url(../images/sale-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.formland .timer__text {
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
}
.formland :-ms-input-placeholder.input {
    opacity: 1;
}
.formland .input {
    color: #000;
    background-color: #fff;
}
.formland input:invalid,
.formland textarea:invalid {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.formland input::-webkit-input-placeholder {
    color: #666;
}
.formland input::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.formland input:-moz-placeholder {
    color: #666;
}
.formland input:-ms-input-placeholder {
    color: #666;
}
.formland .options::-webkit-scrollbar-thumb {
    background-color: #009640;
}
.formland .options {
    border-top-left-radius: 29px;
}
.formland .btn {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.feedback-name.error,
.reviews .title,
h3 {
    margin-bottom: 10px;
}
.formland .btn--small {
    padding-top: 7px;
    display: block;
}
.statistics {
    background-color: #f6f5f5;
    position: relative;
    z-index: 3;
}
.statistics__title {
    margin-bottom: 15px !important;
}
.statistics__subtitle {
    font-size: 18px;
    text-align: center;
    color: #444;
    margin-bottom: 35px;
    font-weight: 500;
}
.order-item,
.order-item-wrap,
.order-list,
.popup-form-wrap,
.statistics-item,
.statistics-list,
.use__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews-panel,
.statistics-item__circle {
    display: -webkit-box;
    display: -ms-flexbox;
}
.statistics-item__circle {
    width: 132px;
    height: 132px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    font-weight: 900;
    font-size: 32px;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.statistics-item__circle.blue {
    -webkit-box-shadow: 0 0 40px 5px rgba(35, 165, 193, 0.6);
    box-shadow: 0 0 40px 5px rgba(35, 165, 193, 0.6);
    border: 20px solid #23a5c1;
}
.statistics-item__circle.blue::after {
    background: url(../images/blue-arrow.svg) 0 0/100% no-repeat;
}
.statistics-item__circle.yellow {
    -webkit-box-shadow: 0 0 40px 5px rgba(222, 181, 37, 0.6);
    box-shadow: 0 0 40px 5px rgba(222, 181, 37, 0.6);
    border: 20px solid #deb525;
    position: relative;
}
.statistics-item__circle.yellow::after {
    content: "";
    background: url(../images/yellow-arrow.svg) 0 0/100% no-repeat;
}
.statistics-item__circle.green {
    -webkit-box-shadow: 0 0 40px 5px rgba(0, 150, 64, 0.6);
    box-shadow: 0 0 40px 5px rgba(0, 150, 64, 0.6);
    border: 20px solid #009640;
    position: relative;
}
.statistics-item__circle.green::after {
    content: "";
    background: url(../images/green-arrow.svg) 0 0/100% no-repeat;
}
.statistics-item__desc {
    color: #444;
    font-size: 16px;
    padding: 0 5px;
}
.reviews-content {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background-color: #f6f5f5;
    padding: 19px 10px 15px 15px;
    max-width: 290px;
}
.reviews__subtitle {
    font-weight: 500;
    color: #444;
    font-size: 18px;
}
.reviews__date {
    font-size: 15px;
    opacity: 0.7;
    color: #403737;
    line-height: 1;
    margin-left: auto;
}
.reviews-panel {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews-amount {
    padding-top: 4px;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px;
    position: relative;
}
.reviews-btn {
    max-width: 220px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 10px 13px;
    border-width: 2px;
    height: auto;
    margin-bottom: 0;
    margin-top: 10px;
}
.reviews-list {
    margin-top: 30px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    scrollbar-color: #2b7339 #f3f3f3;
    scrollbar-width: thin;
    height: 350px;
    margin-right: 0;
    padding-right: 20px;
}
.reviews-list-item {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews-list-item:first-child {
    padding-top: 0;
}
.reviews-list-item:last-child {
    border-width: 0;
    padding-bottom: 15px;
}
.reviews-item-avatar,
.reviews-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.reviews-item-avatar {
    border-radius: 50%;
    background-color: rgba(180, 159, 145, 0.3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #444;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
}
.reviews-item-avatar picture {
    width: 100%;
    height: 100%;
}
.reviews-item-title {
    margin-left: 10px;
}
.reviews-item__name {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}
.reviews-item__rating {
    width: 95px;
    height: 17px;
    background: url(../images/star.png) left center/19px 17px repeat-x;
    position: relative;
}
.reviews-item__rating:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/star-un.png) left center/19px 17px repeat-x;
    width: 95px;
    height: 100%;
}
.reviews-item__text {
    margin-top: 10px;
    overflow: hidden;
    max-height: 800px;
    font-size: 17px;
    line-height: 20px;
    color: #666;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}
.feedback,
.feedback-form__checkmark-icon,
.reviews--full .reviews-item__btn,
.reviews--full .reviews-item__text:after,
.reviews-item__btn,
.reviews-list-item.active .reviews-item__text:after,
.use__info br {
    display: none;
}
.reviews-item__btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 14px;
    height: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.reviews-assessment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}
.feedback-rating,
.feedback-top {
    display: -webkit-box;
    display: -ms-flexbox;
}
.dislike,
.like {
    padding-left: 27px;
    position: relative;
    cursor: pointer;
}
.feedback-name-input,
.feedback-text-input {
    border-radius: 5px;
    padding-left: 52px;
    padding-right: 15px;
    color: #666;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    max-width: 100%;
}
.dislike:before,
.like:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    left: 0;
    background: url(../images/like.png) center no-repeat;
    width: 18px;
    height: 16px;
}
.feedback-age:before,
.feedback-name:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
}
.dislike,
.like,
.social__count {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
}
.like-active::before {
    background: url(../images/like-active.png) center no-repeat;
}
.dislike-active::before {
    background: url(../images/dislike-active.png) center no-repeat;
}
.dislike {
    margin-left: 30px;
}
.dislike:before {
    -webkit-transform: translateY(-44%) scaleY(-1);
    transform: translateY(-44%) scaleY(-1);
}
.reviews-list-item.active .reviews-item__text {
    max-height: 800px;
    -webkit-line-clamp: inherit;
}
.reviews-list-item.active .reviews-item__btn:before {
    -webkit-transform: translateY(-30%) rotate(180deg);
    transform: translateY(-30%) rotate(180deg);
}
.reviews--full .reviews-item__text {
    max-height: 100%;
}
.feedback {
    margin-top: 15px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.feedback-top {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.feedback-name {
    position: relative;
    -ms-flex-order: 1;
    width: 100%;
    margin-bottom: 20px;
}
.feedback-name:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/feedback-user.png) center no-repeat;
    width: 15px;
    height: 19px;
}
.feedback-name-input {
    height: 40px;
    border: 1px solid #dfe2e3;
    background-color: #f8f8f8;
    font-size: 17px;
    font-weight: 300;
    width: 100%;
}
.feedback-name-input::-webkit-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important;
}
.feedback-name-input::-moz-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important;
}
.feedback-name-input:-ms-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important;
}
.feedback-name-input::placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important;
}
.feedback-age {
    position: relative;
    -ms-flex-order: 1;
    width: 100%;
}
.feedback-age:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/feedback-age.svg) center no-repeat;
    width: 18px;
    height: 18px;
    z-index: 1;
}
.feedback-assessment {
    color: #666;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    margin-left: 0;
}
.feedback-form__internal-col {
    margin: 20px 0;
}
.feedback-form__file-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
    border: 1px solid #e1e1e1;
    background: url(../images/file-icon.png) center no-repeat #eef2f7;
    cursor: pointer;
}
.feedback-form__file-text {
    color: #666;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    margin-left: 15px;
    cursor: pointer;
}
.feedback-text {
    margin-top: 15px;
    position: relative;
    z-index: 0;
}
.feedback-text-input {
    padding-top: 9px;
    background: url(../images/feedback-message.png) 18px 15% no-repeat #f8f8f8;
    border: 1px solid #dfe2e3;
    width: 100%;
    height: 103px;
    font-size: 17px;
    font-weight: 300;
}
.feedback-text-input::-webkit-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300;
}
.feedback-text-input::-moz-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300;
}
.feedback-text-input:-ms-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300;
}
.feedback-text-input::placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300;
}
.feedback-btn {
    max-width: 100%;
    margin-top: 15px;
}
.feedback-rating {
    display: flex;
    margin-left: 10px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 17px;
    background: url(../images/star-un.png) center repeat-x;
}
.feedback-modal {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}
.feedback-modal__inner {
    color: #222;
    text-align: center;
    position: absolute;
    z-index: 21;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 250px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 5px;
}
.feedback-modal__text {
    font-size: 18px;
    font-weight: 300;
}
.feedback-modal__title {
    position: relative;
    margin-bottom: 12px;
    padding-top: 40px;
    font-size: 22px;
    font-weight: 700;
}
.feedback-modal__title:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #19a053;
    background-image: url(../images/gender.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 50% 50%;
}
.star1,
.star2,
.star3,
.star4,
.star5 {
    opacity: 0;
    cursor: pointer;
}
.feedback-rating.active1 .star1,
.feedback-rating.active2 .star1,
.feedback-rating.active2 .star2,
.feedback-rating.active3 .star1,
.feedback-rating.active3 .star2,
.feedback-rating.active3 .star3,
.feedback-rating.active4 .star1,
.feedback-rating.active4 .star2,
.feedback-rating.active4 .star3,
.feedback-rating.active4 .star4,
.feedback-rating.active5 .star1,
.feedback-rating.active5 .star2,
.feedback-rating.active5 .star3,
.feedback-rating.active5 .star4,
.feedback-rating.active5 .star5 {
    opacity: 1;
}
textarea {
    -ms-overflow-style: none;
    scrollbar-color: #009640 red;
    resize: none;
}
.reviews-headStar {
    width: 120px;
    height: 23px;
    background: url(../images/star.png) left center/20px 18px repeat-x;
    position: relative;
}
.reviews-headStar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/star-un.png) left center/20px 18px repeat-x;
    width: 100px;
    height: 100%;
}
textarea::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
textarea::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #009640;
    border-radius: 3px;
    background-image: url(../images/scroll.png);
    background-position: center;
    background-repeat: no-repeat;
}
textarea::-webkit-resizer {
    background-color: #009640;
}
.reviews-bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reviews-list::-webkit-scrollbar {
    width: 8px;
}
.reviews-list::-webkit-scrollbar-track {
    background: #fff;
    position: relative;
    border-radius: 1px;
}
.reviews-list::-webkit-scrollbar-thumb {
    background-color: #009640;
    background-image: url(../images/scroll.png);
    background-size: 4px 7px;
    background-repeat: no-repeat;
    background-position: center center;
}
.feedback-age.error:after,
.feedback-name.error:after,
.feedback-text.error:after {
    position: absolute;
    bottom: -16px;
    left: 0;
    color: red;
    font-size: 12px;
    line-height: 1;
}
.feedback-name.error:after {
    content: "Use caracteres de la A a la Z";
}
.feedback-age.error:after {
    content: "Introduzca un valor entre 18 y 90";
}
.feedback-text.error:after {
    content: "Deje su comentario";
}
.subtitle__accent {
    color: #fff;
    border-radius: 5px;
    background-color: #009640;
    padding: 0 6px;
}
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.order-item,
.use,
.use__num {
    position: relative;
}
.feedback-form__file.rloaded .feedback-form__file-img {
    background-image: none;
}
.use {
    background-color: #f6f5f5;
    z-index: 0;
}
.use__item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
}
.order-item__circle,
.use__num {
    display: -webkit-box;
    display: -ms-flexbox;
}
.use__title {
    margin-bottom: 20px !important;
}
.use__list {
    margin-bottom: 30px;
}
.use__item:not(:last-child) {
    margin-bottom: 15px;
}
.use__num {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(15, 113, 52, 0.3);
    background-color: #eef1ef;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    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;
    z-index: 0;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.use__num::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background-color: #009640;
    border-radius: 50%;
    z-index: -1;
}
.use__info {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.order__title {
    margin-bottom: 55px;
}
.order-item {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
    box-shadow: 0 10px 30px rgba(75, 85, 86, 0.1);
}
.order-item-wrap {
    width: 270px;
    margin-bottom: 45px;
}
.order-item::after {
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/order-item__bg.svg) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.order-item__circle {
    width: 60px;
    height: 59px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #009640;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
}
.components__list-1,
.my-popup__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
}
.order-item__circle::before {
    content: "";
    width: 45px;
    height: 44px;
    border-radius: 50%;
    background-color: #009640;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.order-item__text {
    width: 80%;
    position: absolute;
    bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    z-index: 10;
}
.order-item__img {
    position: relative;
    z-index: 1;
}
.order-item__desc {
    font-size: 16px;
    line-height: 20px;
    color: #444;
    text-align: center;
}
.footer {
    padding: 0;
}
.my-popup .promo__subtitle,
.my-popup .promo__title {
    margin-bottom: 5px;
    text-align: center;
    font-weight: 900;
    font-size: 85px;
    line-height: 1;
}
.my-popup .promo__subtitle {
    font-size: 21px;
    margin-bottom: 37px;
}
.my-popup__wrap {
    width: 300px;
    margin: 0 auto;
    padding: 15px 0 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff !important;
}
.my-popup__wrap .reviews-amount {
    display: none;
}
.my-popup__pack {
    max-width: 224px;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    margin-right: 0;
    z-index: 0;
}
.my-popup__pack:before {
    width: 100px !important;
    height: 100px !important;
}
.my-popup__left {
    text-align: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.my-popup__right {
    border-radius: 10px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    border: 3px solid #fff;
    margin-left: 0;
}
.popup-form-wrap .form::before {
    right: -12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .promo-couple {
        width: 1059px !important;
        height: 672px !important;
        z-index: 0 !important;
    }
    .promo-advantage {
        width: 363px;
    }
    .form__wrapper {
        border-bottom: 1px solid #fff;
    }
    .expert-desc {
        width: 790px;
    }
    .info-box {
        width: 600px;
        max-width: 100%;
    }
    .doctor-item__desc,
    .order-item__desc {
        width: 100%;
    }
    .composition__list {
        width: 1160px !important;
    }
    .composition__name {
        width: 311px;
    }
    .composition__list.active .composition__img--skew {
        -webkit-box-shadow: 2px 0 0 0 #000;
        box-shadow: 2px 0 0 0 #000;
    }
    .statistics-item__desc {
        width: 300px;
    }
    .formland__prod {
        border-top: 1px solid #2a2a28;
    }
    .formland__content {
        -webkit-box-shadow: -2px 0 0 0 #2a2a28;
        box-shadow: -2px 0 0 0 #2a2a28;
    }
    .statistics-item {
        width: 165px;
        max-width: 165px !important;
    }
    .order-item__text {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 331px) {
    .expert-bio-picture {
        right: -2px;
    }
}
@media screen and (min-width: 480px) {
    .statistics-list,
    .use__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .container {
        width: 480px;
    }
    .expert__accent,
    .title {
        font-size: 28px;
    }
    .block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .burger {
        top: 32px;
    }
    .promo__title {
        font-size: 40px !important;
    }
    .doctor-bio__name,
    .promo__subtitle {
        font-size: 22px;
    }
    .check-list {
        margin-bottom: 65px;
    }
    .check-item {
        max-width: 370px;
    }
    .check-item__desc {
        font-size: 18px;
        bottom: 12px;
    }
    .expert__response,
    .info-text__desc {
        font-size: 18px;
    }
    .expert-bio-picture {
        right: 85px;
        bottom: 0;
    }
    .info-box__title,
    .info-text__title,
    .reviews-item__name,
    .statistics__subtitle {
        font-size: 20px;
    }
    .info-picture {
        max-width: 400px;
    }
    .info-prod {
        max-width: 300px;
    }
    .doctor__subtitle {
        font-size: 17px;
    }
    .doctor-bio__sign {
        left: 170px;
    }
    .changes-list__img::before {
        display: block;
    }
    .changes__item:first-child .changes-list__stage,
    .changes__item:nth-child(2) .changes-list__stage,
    .changes__item:nth-child(3) .changes-list__stage {
        background-color: inherit;
    }
    .changes__item:first-child .changes-list__img::before {
        background-image: url(../images/stage1.png);
    }
    .changes__item:nth-child(2) .changes-list__img::before {
        background-image: url(../images/stage2.png);
    }
    .changes__item:nth-child(3) .changes-list__img::before {
        background-image: url(../images/stage3.png);
    }
    .full__title {
        font-size: 26px;
    }
    .formland__content::before {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/form-bg.png) no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .statistics-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .statistics-item {
        width: 48%;
    }
    .reviews-content {
        padding: 20px;
        max-width: 100%;
    }
    .reviews-list {
        height: 610px;
    }
    .reviews-list-item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 42px;
    }
    .reviews-item-top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .reviews-item__text {
        font-size: 17px;
        margin-top: 19px;
        line-height: normal;
    }
    .feedback-btn {
        max-width: 273px;
        margin: 15px auto 0;
    }
    .use__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .use__item {
        max-width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .use__num {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .use__info {
        text-align: left;
    }
    .feedback-assessment-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .feedback-rating {
        margin: 5px 0 0;
    }
    .feedback-top {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media screen and (max-width: 639px) {
    .feedback-age.error {
        margin-bottom: 10px;
    }
    .banner {
        display: none !important;
    }
}
@media screen and (min-width: 640px) {
    .promo-advantage,
    .promo-form-wrap {
        margin-top: 155px;
    }
    .feedback-top,
    .order-list,
    .reviews-panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .banner,
    .promo {
        background-size: cover;
    }
    .banner__title::after,
    .use__list::before {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .container {
        width: 640px;
    }
    .check-item:nth-child(5),
    .feedback-name,
    .feedback-name.error,
    .feedback-text.error,
    .order-item-wrap:nth-child(3) {
        margin-bottom: 0;
    }
    .changes__item:not(:last-of-type),
    .promo-list {
        margin-bottom: 20px;
    }
    .changes__item-title {
        line-height: 1.3;
    }
    .banner .timer,
    .expert__response::before {
        display: none;
    }
    .expert__response {
        padding-top: 0;
    }
    .expert-desc {
        max-width: 400px;
        margin-left: auto;
    }
    .expert__men {
        display: block;
        position: absolute;
        left: 10px;
        bottom: 0;
        width: 175px;
    }
    .expert-info {
        flex-direction: row;
        padding: 30px 10px;
    }
    .expert__accent,
    .title {
        font-size: 28px;
    }
    .burger {
        top: 42px;
    }
    .promo {
        background-repeat: no-repeat;
        background-position: center;
    }
    .webp .promo {
        background-image: url(../images/promo-bg.webp);
    }
    .promo-content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .promo-advantage {
        margin-right: 20px;
    }
    .promo-text {
        width: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .promo__title {
        font-size: 58px !important;
    }
    .promo__subtitle {
        font-size: 24px;
    }
    .promo-list {
        max-width: 600px;
    }
    .promo-list::before {
        top: -35px;
        left: 92%;
    }
    .promo__product {
        max-width: 280px;
        margin-bottom: 0;
    }
    .form::before {
        top: -27px;
        right: -6px;
    }
    .check__subtitle {
        margin-bottom: 55px;
    }
    .check-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .check-item {
        max-width: 49%;
    }
    .check-item__desc {
        font-size: 16px;
        bottom: 9px;
    }
    .doctor__title,
    .expert-bio__name {
        font-size: 22px;
    }
    .expert-bio-picture {
        right: 30px;
    }
    .info-list {
        margin: 0 auto 5px;
    }
    .doctor__subtitle {
        font-size: 18px;
    }
    .doctor-info {
        padding: 20px;
    }
    .doctor-item__desc {
        font-size: 16px;
    }
    .changes-list {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .composition__list,
    .full {
        display: -webkit-box;
        display: -ms-flexbox;
    }
    .changes__item {
        max-width: 260px;
    }
    .full {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .full__photo {
        width: 310px;
        margin-right: 25px;
        margin-bottom: 0;
    }
    .full__title {
        font-size: 30px;
    }
    .possibility .formland__pack {
        display: block;
        max-width: 260px;
        width: 100%;
        padding: 0;
        margin: 0 10px 0 0;
    }
    .composition__list {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .composition__item {
        max-width: 295px;
    }
    .formland {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .formland__prod {
        width: 100%;
        max-width: 224px;
        margin-bottom: 0;
    }
    .formland__pack {
        padding-top: 20px;
        max-width: 250px;
        margin: 0 auto 0 0;
    }
    .formland__content {
        max-width: 310px;
        margin-right: 10px;
    }
    .statistics-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .statistics-item {
        margin-bottom: 0;
        width: 33%;
    }
    .reviews .title {
        margin-bottom: 15px;
    }
    .reviews-panel {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .reviews-btn {
        margin-top: 0;
    }
    .reviews-list {
        height: 510px;
    }
    .feedback-top {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .feedback-name {
        display: block;
        width: inherit;
        margin-right: 28px;
    }
    .feedback-name-input {
        width: 270px;
    }
    .feedback-age {
        display: block;
        width: 270px;
        margin-top: 0;
    }
    .feedback-assessment-wrap {
        margin-bottom: 20px;
        flex-direction: row;
    }
    .feedback-rating {
        margin: 0 0 0 10px;
    }
    .feedback-form__internal-col {
        margin: 0 0 20px;
    }
    .feedback-btn,
    .feedback-text {
        margin-top: 25px;
    }
    .feedback-btn {
        max-width: 180px;
    }
    .use__content {
        margin-bottom: 25px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }
    .use__list {
        max-width: 355px;
        margin-left: auto;
        margin-bottom: 0;
        position: relative;
    }
    .use__list::before {
        content: "";
        left: -246px;
        width: 220px;
        height: 246px;
        bottom: -25px;
    }
    .webp .use__list::before {
        background-image: url(../images/use-man.webp);
    }
    .order__title {
        margin-bottom: 65px !important;
    }
    .order-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .order-item-wrap {
        width: 48%;
    }
    .banner {
        position: fixed;
        z-index: 95;
        bottom: 0;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        color: #ffffff;
        background: #000000;
        padding: 10px 0;
        display: none;
    }
    .webp .banner {
        background-image: url(../images/header__bg.webp);
    }
    .banner__title::after,
    .banner__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .banner__prod {
        background-color: #fff;
        border-radius: 50%;
        padding: 9px 15px 0;
        overflow: hidden;
    }
    .banner__image {
        position: relative;
        bottom: 5px;
        width: 37px;
    }
    .banner__red {
        color: #e02727;
    }
    .banner__title {
        font-size: 20px;
        line-height: 22px;
        position: relative;
        padding-right: 70px;
        font-weight: 700;
    }
    .banner__title::after {
        content: "-50%";
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../images/sale-bg.png);
        width: 60px;
        height: 55px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
    }
    .banner__btn {
        max-width: 180px;
        font-size: 20px;
        padding: 9px 10px;
        height: 37px;
    }
    .popup-form-wrap .form::before {
        width: 60px;
        height: 55px;
        top: -9px;
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {
    .container {
        width: 768px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .burger {
        left: 45px;
        top: 54px;
    }
    .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .promo-advantage,
    .promo-form-wrap {
        margin-top: 170px;
    }
    .promo__title {
        font-size: 62px !important;
    }
    .promo__subtitle {
        font-size: 26px;
    }
    .promo-list {
        margin-bottom: 40px;
    }
    .promo-list::before {
        top: -40px;
        left: 82%;
    }
    .changes-list__stage,
    .doctor-bio__prof,
    .info-item__desc,
    .promo-item__desc {
        font-size: 18px;
    }
    .form::before {
        width: 95px;
        height: 70px;
        top: -37px;
        right: -27px;
        font-size: 22px;
    }
    .check__subtitle,
    .doctor__subtitle {
        font-size: 20px;
    }
    .check-item__desc {
        font-size: 15px;
        bottom: 12px;
    }
    .check-info,
    .check-info-warning,
    .check-info__desc,
    .check-info__desc-accent,
    .info-box__title,
    .info-text__title,
    .reviews__subtitle,
    .statistics__subtitle {
        font-size: 22px;
    }
    .expert-text {
        margin-bottom: 50px;
    }
    .changes__item:not(:last-of-type),
    .doctor-list {
        margin-bottom: 0;
    }
    .expert__accent {
        font-size: 32px;
    }
    .expert-info {
        padding: 30px 10px;
    }
    .expert-desc {
        max-width: 470px;
        margin-left: auto;
    }
    .expert__response {
        font-size: 19px;
    }
    .doctor-bio__name,
    .doctor__title,
    .expert-bio__name {
        font-size: 24px;
    }
    .expert-bio-picture {
        right: 20px;
    }
    .doctor-info {
        padding: 80px 20px 30px;
    }
    .doctor-info__men {
        max-width: 190px;
        position: absolute;
        left: 20px;
        top: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #b6b6b6;
    }
    .doctor-info-desc {
        max-width: 375px;
        margin-left: auto;
    }
    .doctor-list {
        -ms-flex-item-align: end;
        align-self: flex-end;
        border: none;
        padding-top: 0;
    }
    .doctor-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .doctor-item__circle {
        margin-bottom: 10px;
    }
    .doctor-bio__sign {
        width: 80px;
        left: 190px;
    }
    .changes-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .changes__item {
        max-width: 230px;
    }
    .changes__item-title {
        font-size: 17px;
    }
    .full {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .full__title {
        font-size: 30px;
    }
    .composition__subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .composition__name {
        padding-top: 20px;
        font-size: 22px;
        max-width: 350px;
    }
    .composition__name::before {
        font-size: 70px;
        top: 0;
    }
    .composition__name--small,
    .statistics-item__desc,
    .use__info {
        font-size: 18px;
    }
    .composition__item {
        max-width: 350px;
    }
    .formland {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }
    .formland__pack {
        padding-top: 40px;
    }
    .reviews-content {
        margin-top: 25px;
        padding: 25px;
    }
    .reviews-panel {
        padding-bottom: 20px;
    }
    .reviews-list {
        height: 535px;
    }
    .reviews-item-avatar {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    .reviews-item-title {
        margin-left: 20px;
    }
    .feedback {
        margin-top: 32px;
    }
    .feedback-name {
        margin-right: 26px;
    }
    .feedback-age,
    .feedback-name-input {
        width: 320px;
    }
    .feedback-modal__inner {
        padding: 23px 50px 25px;
        width: inherit;
    }
    .feedback-form__internal-col {
        margin-right: 40px;
    }
    .use__content {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .use__list {
        max-width: 408px;
    }
    .use__list::before {
        left: -305px;
        width: 288px;
        height: 321px;
        bottom: -30px;
    }
    .use__num {
        font-size: 35px;
        width: 80px;
        height: 80px;
    }
    .order-item-wrap {
        width: 47%;
    }
}
@media screen and (min-width: 1000px) {
    .my-popup__wrap {
        width: 770px;
        padding: 0 50px 0 0;
    }
    .my-popup__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .my-popup__right {
        padding: 35px 20px 15px;
        width: 276px;
    }
    .popup-form-wrap .form::before {
        width: 78px;
        height: 78px;
        right: -35px;
        top: -35px;
        font-size: 22px;
    }
}
@media screen and (min-width: 1024px) {
    .composition__item,
    .doctor-info,
    .doctor-list,
    .info-hormone {
        -webkit-box-direction: normal;
    }
    .container {
        width: 1024px;
    }
    .title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .promo {
        padding-top: 80px !important;
        padding-bottom: 0 !important;
        background-position: 54% 50%;
    }
    .promo.last {
        padding-top: 40px !important;
    }
    .promo,
    .promo-content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .promo-couple {
        display: block;
        position: absolute;
        left: -354px;
        bottom: 1px;
        max-width: 750px;
        z-index: 1;
    }
    .promo-advantage {
        max-width: 363px;
        margin-top: 0;
        margin-right: 40px;
    }
    .promo-list::before,
    .promo-text {
        -webkit-transform: inherit;
        transform: inherit;
    }
    .promo-text {
        text-align: left;
        position: static;
        margin-bottom: 65px;
    }
    .promo__title {
        font-size: 52px !important;
        text-align: left;
    }
    .promo__subtitle {
        font-size: 28px;
        text-align: left;
        margin-bottom: 0;
    }
    .promo-list {
        margin-bottom: 45px;
    }
    .promo-list::before {
        left: 0;
    }
    .promo-item {
        padding-left: 0;
        z-index: 1;
    }
    .promo__product {
        position: absolute;
        left: 0;
        bottom: -110px;
        z-index: 1;
    }
    .doctor-bio.mob,
    .promo-partners.mob {
        display: none;
    }
    .promo-partners.desk {
        width: 370px;
        max-width: 100%;
        height: 70px;
        display: block;
        position: relative;
        left: 2px;
        bottom: -48px;
        z-index: 1;
    }
    .promo-form {
        margin-top: 15px;
    }
    .promo-form-wrap {
        margin-top: 0;
    }
    .form::before {
        width: 70px;
        height: 70px;
        top: -42px;
        left: auto;
        right: -10px;
        font-size: 20px;
    }
    .check {
        padding-top: 118px !important;
    }
    .check__subtitle {
        margin-bottom: 100px;
    }
    .check-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 89px;
    }
    .check-item {
        max-width: 32%;
    }
    .check-item:nth-child(2),
    .check-item:nth-child(5) {
        margin-top: -40px;
        margin-bottom: 0;
    }
    .changes-list,
    .check-item:nth-child(4) {
        margin-bottom: 0;
    }
    .check-item__desc {
        bottom: 9px;
    }
    .check-info,
    .check-info-warning,
    .check-info__desc {
        font-size: 24px;
    }
    .check-info__arrow {
        top: -56px;
    }
    .check-info__desc-accent {
        font-size: 24px;
        margin-bottom: 21px;
        line-height: 26px;
    }
    .doctor-text,
    .expert {
        margin-bottom: 60px;
    }
    .expert__accent {
        font-size: 36px;
    }
    .expert-info {
        padding: 40px 10px;
    }
    .expert-desc {
        max-width: 655px;
    }
    .changes-list__stage,
    .expert__response {
        font-size: 20px;
    }
    .doctor__title,
    .expert-bio__name {
        font-size: 26px;
    }
    .expert-bio__prof {
        font-size: 18px;
        line-height: 28px;
    }
    .expert-bio-picture {
        position: absolute;
        right: 60px;
        bottom: -29px;
    }
    .expert-bio__sign {
        width: 95px;
        position: relative;
        top: -22px;
        left: -3px;
    }
    .expert-bio__approved {
        width: 138px;
    }
    .info {
        margin-bottom: 200px;
    }
    .info-hormone {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .info-text {
        max-width: 444px;
        padding-bottom: 0;
    }
    .info-text::before {
        top: -48px;
    }
    .info-text::after {
        bottom: -48px;
    }
    .info-text__title {
        font-size: 23px;
        text-align: left;
    }
    .info-picture {
        max-width: 480px;
        margin: 0;
    }
    .info-text__mob-img {
        display: none;
        margin-bottom: 0;
    }
    .composition__item:not(:last-child),
    .info-box__title,
    .use .container {
        margin-bottom: 30px;
    }
    .info-box {
        max-width: 480px;
        margin-left: auto;
    }
    .info-box__title {
        font-size: 21px;
        text-align: left;
    }
    .info-prod {
        max-width: 320px;
        position: absolute;
        left: -420px;
        top: 70%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-bottom: 0;
    }
    .info-partners {
        position: absolute;
        bottom: -100px;
        left: 0;
    }
    .doctor::before {
        top: -45px;
    }
    .doctor__subtitle {
        max-width: 82%;
        margin: 0 auto;
    }
    .doctor-info {
        padding: 0 27px 45px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
    }
    .doctor-info__men {
        max-width: 250px;
        left: 5px;
        top: -49px;
        border: none;
    }
    .doctor-info-desc {
        max-width: 660px;
        margin-left: inherit;
    }
    .doctor-list {
        max-width: 839px;
        width: 100%;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 14px;
    }
    .doctor-item br,
    .full::before,
    .full__photo,
    .full__title::before,
    .use__info br {
        display: block;
    }
    .doctor-item {
        flex-direction: column;
        max-width: 33.3%;
        width: 100%;
        margin-bottom: 0;
    }
    .doctor-item:first-child {
        margin-right: 0;
    }
    .doctor-item__circle {
        width: 65px;
        height: 64px;
        margin-bottom: 15px;
        margin-top: -26px;
    }
    .doctor-item__circle::before {
        width: 45px;
        height: 44px;
    }
    .doctor-item__circle img {
        width: 24px;
        height: 24px;
    }
    .doctor-item__desc {
        font-size: 16px;
        line-height: 21px;
    }
    .banner .timer,
    .doctor-bio.desk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .doctor-bio__name {
        font-size: 26px;
        margin-bottom: 7px;
    }
    .doctor-bio__sign {
        width: 65px;
        left: 200px;
        bottom: 0;
    }
    .bg {
        background-color: inherit;
        background-image: url(../images/bg-grey.png);
        background-repeat: no-repeat;
        background-position: 50% 225%;
        background-size: inherit;
    }
    .changes {
        padding-bottom: 50px !important;
    }
    .changes__item {
        max-width: 300px;
    }
    .changes__item-title {
        font-size: 18px;
    }
    .possibility {
        background-color: transparent;
        padding-bottom: 109px;
    }
    .full {
        margin-bottom: 40px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .full__photo {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: -65px;
        left: 110px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: inherit;
        z-index: 5;
    }
    .full__title {
        max-width: 500px;
        padding-top: 20px;
        font-size: 35px;
        text-align: left;
    }
    .complex {
        background: url(../images/stat-bg.png) 50% 109% no-repeat;
        background-size: inherit;
        padding-top: 100px !important;
    }
    .use::before,
    .wrapper {
        background-repeat: no-repeat;
    }
    .composition {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .composition__title {
        padding-top: 80px;
        line-height: 1.2 !important;
        margin-bottom: 18px !important;
    }
    .composition__title::before {
        width: 70px;
        height: 70px;
        background-size: 36px;
    }
    .composition__subtitle {
        font-size: 22px;
        margin-bottom: 33px;
        max-width: 94%;
    }
    .composition__list.active .composition__img {
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
        top: 0;
    }
    .composition__list.active .composition__img--skew {
        -webkit-transform: skewY(10deg);
        transform: skewY(10deg);
        top: 0;
    }
    .composition__list {
        margin-bottom: 70px;
        position: relative;
    }
    .composition__list::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 47px;
        width: 261px;
        height: 422px;
        z-index: 5;
    }
    .composition__img {
        max-width: 500px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-top: 70px;
        position: relative;
        top: -40px;
    }
    .feedback-age,
    .feedback-name {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
    }
    .composition__img-3 {
        margin-top: 92px;
    }
    .composition__name {
        margin-right: 20px;
        max-width: 311px;
        line-height: 26px;
        min-height: 115px;
    }
    .composition__name--ant {
        margin-right: auto;
        margin-left: 20px;
    }
    .composition__name--small {
        line-height: 1.2;
    }
    .composition__item {
        max-width: 487px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .formland {
        width: 100%;
        max-width: 920px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
    }
    .formland__prod {
        max-width: 200px;
        position: relative;
        background-color: #2a2a28;
        background-position: 41% 3%;
        border-radius: 50px 0 0;
    }
    .formland__pack,
    .formland__title::before {
        top: 47%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .formland__pack {
        max-width: 160px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        left: 25px;
    }
    .order__title,
    .reviews-content {
        margin-top: 30px;
    }
    .possibility .formland__pack {
        max-width: 100%;
        width: 160px;
        padding: 0;
        position: absolute;
        left: 20px;
        margin: 0;
    }
    .formland__content {
        max-width: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-right: 20px;
        margin-right: 0;
    }
    .formland .form__name,
    .formland .form__phone,
    .formland__form,
    .use__item {
        width: 100%;
    }
    .formland__title {
        max-width: none;
        padding-right: 90px;
    }
    .formland__title::before {
        right: 0;
    }
    .formland__timer {
        margin-bottom: 30px;
        margin-right: -20px;
    }
    .formland .input {
        border-radius: 100px;
    }
    .formland .btn,
    .formland .form__name,
    .formland .form__phone {
        max-width: 200px;
        margin: 0;
    }
    .formland .btn {
        height: 60px;
        padding: 7px 5px;
    }
    .formland .x_order_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-right: 25px;
    }
    .statistics__subtitle {
        margin-bottom: 90px;
    }
    .statistics-item__circle {
        width: 174px;
        height: 174px;
        font-size: 50px;
    }
    .statistics-item__circle.blue::after,
    .statistics-item__circle.green::after,
    .statistics-item__circle.yellow::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: -77px;
        right: -71px;
        z-index: 1;
    }
    .statistics-item__circle.blue::before,
    .statistics-item__circle.yellow::before {
        content: "";
        width: 1px;
        height: 140px;
        background-color: #d8d6d6;
        position: absolute;
        top: -30px;
        right: -120px;
    }
    .wrapper {
        background-color: inherit;
        background-image: url(../images/use-bg.png);
        background-position: 50% 134%;
        background-size: inherit;
    }
    .reviews__subtitle {
        font-size: 26px;
        line-height: 30px;
    }
    .reviews-list {
        height: 500px;
        padding-right: 40px;
    }
    .reviews-list-item {
        padding-bottom: 35px;
    }
    .reviews-item__btn {
        margin-top: 30px;
        color: #666;
        font-size: 15px;
        line-height: 1;
        text-decoration: underline;
        padding-right: 28px;
        position: relative;
        background: 0 0;
        cursor: pointer;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .feedback-name {
        margin-right: 0;
        -ms-flex-order: inherit;
    }
    .feedback-name-input {
        width: 195px;
    }
    .feedback-age {
        -ms-flex-order: inherit;
        width: 195px;
    }
    .feedback-assessment-wrap,
    .feedback-form__internal-col {
        margin-bottom: 0;
        margin-right: 0;
    }
    .use {
        background-color: transparent;
    }
    .use::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
        width: 1068px;
        height: 519px;
        background-position: center;
        background-size: contain;
        z-index: -1;
    }
    .webp .use::before {
        background-image: url(../images/use-img.webp);
    }
    .use__title {
        text-align: left !important;
    }
    .use__content {
        max-width: 500px;
        margin-left: auto;
        margin-bottom: 0;
        border: 0;
    }
    .use__list {
        max-width: 100%;
    }
    .use__list::before {
        left: -394px;
        width: 373px;
        height: 412px;
        bottom: -30px;
    }
    .use__item:not(:last-child) {
        padding-bottom: 15px;
        position: relative;
    }
    .use__item:not(:last-child)::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80.5%;
        height: 1px;
        background-color: #e3e1e1;
    }
    .order {
        padding-top: 130px !important;
    }
    .order__title {
        margin-bottom: 100px !important;
    }
    .order-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .order-item-wrap {
        width: 23%;
        margin-bottom: 0;
    }
    .order-item-wrap:nth-child(2n) {
        margin-top: -30px;
    }
    .footer {
        padding-top: 65px;
    }
    .banner .timer__text {
        width: 135px;
        margin-right: 10px;
    }
    .header .timer__text {
        width: 125px;
        margin-right: 10px;
        font-size: 15px;
    }
    .my-popup__wrap {
        right: 0 !important;
    }
}
.components__list-1 .components__item:nth-of-type(2)::after,
.components__list-1 .components__item:nth-of-type(2)::before,
.components__list-2::before {
    background-image: -webkit-repeating-linear-gradient(
        left,
        #9ebbc6 0,
        #9ebbc6 4px,
        rgba(255, 255, 255, 0) 4px,
        rgba(255, 255, 255, 0) 10px
    );
    background-image: -o-repeating-linear-gradient(
        left,
        #9ebbc6 0,
        #9ebbc6 4px,
        rgba(255, 255, 255, 0) 4px,
        rgba(255, 255, 255, 0) 10px
    );
}
@media (min-width: 1024px) {
    .header .timer,
    .menu-list {
        margin-right: 15px;
    }
    .info-text__desc {
        text-align: left;
    }
    .changes-list__img::before {
        height: 80px;
        background-size: 110%;
    }
    .expert__men {
        width: 220px;
        left: 55px;
    }
    .burger,
    .menu-mob {
        display: none;
    }
    .header {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        z-index: 2;
        background-color: #000;
    }
    .webp .header {
        background-image: url(../images/header__bg.webp);
    }
    .menu-desc,
    .menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu-desc {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 20px 0;
    }
    .menu-list {
        margin-bottom: 0;
    }
    .menu-list__item:not(:last-child)::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 40px;
        background-color: rgba(228, 228, 228, 0.25);
        right: 0;
        top: 0;
    }
    .logo {
        width: 150px;
        margin-right: 10px;
    }
    .menu-desc .timer {
        margin-right: 10px;
    }
    .menu-list__item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 15px;
        padding-right: 15px;
    }
    .menu-list__text {
        font-size: 15px;
    }
    .header__btn {
        width: 140px;
        border-radius: 18px;
        font-size: 18px;
    }
    .menu-list__item {
        position: relative;
    }
}
@media screen and (min-width: 1220px) {
    .expert-bio__sign,
    .menu-list__item {
        position: relative;
    }
    .bg,
    .wrapper {
        background-size: inherit;
    }
    .order-item__desc-br,
    .order-item__desc-br--third,
    .statistics-item br {
        display: none;
    }
    .container {
        width: 1220px;
    }
    .expert__men {
        width: 353px;
        left: 69px;
    }
    .changes__title,
    .expert__accent,
    .expert__title,
    .title {
        font-size: 48px;
    }
    .menu-list__item:not(:last-child)::before {
        right: 0;
    }
    .menu-list__item:last-child {
        padding-right: 30px;
    }
    .menu-list {
        margin-right: 29px;
    }
    .logo {
        width: 133px;
        margin-right: 24px;
    }
    .menu-list__item:not(:last-child) {
        margin-right: 30px;
        padding-right: 36px;
    }
    .header .timer__text {
        width: 130px;
        margin-right: 34px;
    }
    .menu-desc .timer,
    .statistics-item:first-child {
        margin-right: 10px;
    }
    .header__btn {
        width: 160px;
        font-size: 20px;
    }
    .menu-list__text {
        font-size: 18px;
    }
    .timer__num {
        margin-left: -22px;
    }
    .promo {
        background-position: 51% 96%;
    }
    .promo.last {
        padding-top: 70px !important;
    }
    .promo-couple {
        max-width: 100%;
        left: -360px;
    }
    .promo-advantage {
        margin-right: 37px;
    }
    .promo-text {
        margin-bottom: 79px;
    }
    .promo__title {
        font-size: 52px !important;
        margin-bottom: 3px !important;
    }
    .promo__subtitle {
        font-size: 30px;
        line-height: 32px;
    }
    .promo-list::before {
        top: -48px;
    }
    .promo-item__circle {
        width: 65px;
        height: 64px;
        margin-right: 21px;
    }
    .promo-item__desc,
    .statistics-item__desc {
        font-size: 20px;
        line-height: 26px;
    }
    .check-info,
    .check-info-warning,
    .check-info__desc-accent,
    .check__subtitle,
    .expert-bio__name,
    .info-text__title {
        font-size: 26px;
    }
    .promo__product {
        max-width: 330px;
        left: 90px;
        bottom: -86px;
    }
    .check {
        padding-top: 112px !important;
    }
    .check-item {
        margin-bottom: 58px;
    }
    .check-item__desc {
        bottom: 17px;
    }
    .check-info__desc,
    .doctor-bio__name {
        font-size: 26px;
        margin-bottom: 3px;
    }
    .check-info-warning {
        padding: 14px 44px;
    }
    .problem {
        background-color: transparent;
        padding-top: 307px;
        margin-top: -186px;
        padding-bottom: 43px;
    }
    .problem::before {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/problem-bg.png) center no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .expert {
        margin-bottom: 82px;
    }
    .expert-text {
        margin-bottom: 58px;
        line-height: 45px;
    }
    .expert-info {
        padding: 39px 10px 44px;
    }
    .expert-desc {
        max-width: 790px;
    }
    .expert__response {
        line-height: 28px;
        margin-bottom: 51px;
    }
    .expert-bio::before {
        top: -28px;
    }
    .expert-bio-picture {
        right: 192px;
        bottom: -29px;
    }
    .expert-bio__sign {
        top: -22px;
        left: -3px;
    }
    .info {
        margin-bottom: 275px;
    }
    .info-hormone {
        margin-bottom: 88px;
    }
    .info-text {
        max-width: 500px;
    }
    .info-text__title {
        margin-bottom: 15px;
    }
    .info-text__desc {
        font-size: 20px;
        line-height: 30px;
    }
    .info-picture {
        max-width: 100%;
    }
    .info-box {
        max-width: 600px;
    }
    .info-box__title {
        font-size: 24px;
        margin-bottom: 37px;
    }
    .info-list {
        margin-bottom: 0;
    }
    .doctor-list,
    .info-item {
        margin-bottom: 20px;
    }
    .info-item__check {
        margin-right: 30px;
    }
    .info-prod {
        left: -460px;
        top: 67%;
    }
    .info-partners {
        bottom: -100px;
    }
    .info-partners img {
        padding: 20px 42px;
    }
    .info-item__desc {
        font-size: 20px;
    }
    .doctor {
        margin-bottom: 50px;
    }
    .doctor::before {
        top: -73px;
    }
    .doctor-text {
        margin-bottom: 60px;
    }
    .doctor__subtitle {
        font-size: 21px;
        max-width: 70%;
    }
    .doctor-info {
        padding: 0 27px 12px 0;
    }
    .doctor-info__men {
        max-width: 280px;
        left: -6px;
        top: -45px;
    }
    .doctor-info-desc,
    .doctor-list {
        max-width: 839px;
        width: 100%;
        margin-bottom: 32px;
    }
    .doctor-item {
        max-width: 30%;
        margin-bottom: 0;
    }
    .doctor-item__circle {
        margin-bottom: 19px;
        margin-top: -26px;
    }
    .doctor-item__desc {
        font-size: 18px;
        line-height: 28px;
    }
    .doctor-bio {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .doctor-bio__sign {
        width: 83px;
        bottom: -11px;
    }
    .bg {
        background-position: 48% 115%;
    }
    .changes {
        padding-top: 74px !important;
        padding-bottom: 149px !important;
    }
    .changes-list__img {
        margin-bottom: 33px;
    }
    .changes-list__img::before {
        height: 110px;
    }
    .changes-list__stage {
        padding-bottom: 12px;
        font-size: 24px;
    }
    .changes__item {
        max-width: 370px;
    }
    .changes__item-title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .composition__item:not(:last-child),
    .full {
        margin-bottom: 27px;
    }
    .changes__item-text,
    .order-item__desc {
        font-size: 18px;
    }
    .full::before {
        width: 840px;
        height: 590px;
        top: -120px;
        left: -240px;
    }
    .full__photo {
        width: auto;
        bottom: -68px;
        left: 75px;
    }
    .full__title {
        max-width: 600px;
        padding-top: 50px;
        font-size: 48px;
    }
    .full__title::before {
        width: 60px;
        height: 7px;
    }
    .complex {
        padding-top: 120px !important;
        background-position: 50% 100%;
    }
    .composition {
        padding-top: 60px !important;
        padding-bottom: 110px;
    }
    .composition__subtitle {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 49px;
    }
    .composition__list {
        max-width: 1160px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 49px;
    }
    .composition__list::before {
        width: 301px;
        height: 447px;
        top: 38px;
    }
    .composition__img {
        max-width: 580px;
        margin-top: 65px;
        height: 159px;
        overflow: hidden;
    }
    .composition__img-1 {
        margin-top: 88px;
    }
    .composition__img-3 {
        margin-top: 92px;
    }
    .composition__name {
        font-size: 24px;
        line-height: 1;
        margin-right: 80px;
        min-height: 140px;
    }
    .composition__name--ant {
        margin-left: 80px;
        margin-right: auto;
    }
    .composition__name::before {
        font-size: 100px;
        top: -5px;
    }
    .composition__name--small {
        line-height: 28px;
        margin-top: 11px;
    }
    .composition__item {
        max-width: 580px;
    }
    .formland {
        max-width: 1170px;
    }
    .formland__prod {
        background-color: #2a2a28;
        -webkit-box-shadow: 20px 0 0 0 #2a2a28;
        box-shadow: 20px 0 0 0 #2a2a28;
        background-position: 41% 3%;
    }
    .formland__content {
        padding-top: 36px;
        padding-right: 25px;
        padding-bottom: 28px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .formland__title {
        margin: 0;
        padding-right: 100px;
        font-size: 35px;
    }
    .formland__title::before {
        width: 78px;
        height: 78px;
        font-size: 30px;
    }
    .formland .btn,
    .formland .input {
        height: 70px;
    }
    .formland__timer {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .formland .timer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .formland .timer__num {
        margin: 0;
    }
    .formland .timer__text {
        max-width: 135px;
        margin: 0 20px 0 0;
        text-align: left;
    }
    .formland .btn,
    .formland .form__name,
    .formland .form__phone {
        max-width: 300px;
    }
    .formland .options {
        top: -14px;
        left: -8px;
    }
    .formland .x_order_form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 0;
    }
    .statistics {
        background-color: transparent;
        padding-bottom: 83px;
    }
    .statistics__title {
        font-size: 47px !important;
    }
    .statistics__subtitle {
        font-size: 26px;
        margin-bottom: 122px;
    }
    .statistics-list {
        max-width: 1125px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
    .statistics-item {
        max-width: 278px;
        width: 100%;
    }
    .statistics-item:last-child {
        margin-right: 19px;
    }
    .statistics-item__circle {
        font-size: 46px;
        margin-bottom: 21px;
    }
    .statistics-item__circle.blue::after,
    .statistics-item__circle.green::after,
    .statistics-item__circle.yellow::after {
        content: "";
        width: 150px;
        height: 150px;
        position: absolute;
        top: -77px;
        right: -77px;
        z-index: 1;
    }
    .statistics-item__circle.blue::before {
        height: 180px;
        top: -56px;
        right: -163px;
    }
    .statistics-item__circle.yellow::before {
        height: 180px;
        top: -56px;
        right: -141px;
    }
    .wrapper {
        background-position: 50% 102%;
    }
    .reviews {
        padding: 88px 0;
    }
    .reviews-content {
        padding: 20px 30px 35px 35px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
    }
    .reviews-list {
        height: 765px;
    }
    .reviews-item__text {
        line-height: 26px;
    }
    .feedback-name {
        margin-right: 23px;
    }
    .feedback-name-input {
        width: 285px;
    }
    .feedback-age {
        margin-right: 13px;
        width: 285px;
    }
    .feedback-form__internal-col {
        margin: 0 auto;
    }
    .feedback-text {
        margin-top: 30px;
    }
    .feedback-rating {
        margin-left: 20px;
        margin-right: 20px;
    }
    .use {
        padding-top: 78px;
    }
    .use::before {
        width: 1068px;
        height: 693px;
        -webkit-transform: translateX(-77%);
        transform: translateX(-77%);
    }
    .use .container {
        margin-bottom: 103px;
    }
    .use__title {
        font-size: 48px;
        margin-bottom: 40px !important;
    }
    .use__content {
        max-width: 600px;
        margin-bottom: 30px;
    }
    .use__info {
        font-size: 24px;
    }
    .use__list::before {
        width: 472px;
        height: 529px;
        left: -485px;
        bottom: -65px;
    }
    .use__item:not(:last-child) {
        padding-bottom: 13px;
        margin-bottom: 13px;
    }
    .use__item:not(:last-child)::before {
        width: 75.5%;
    }
    .use__num {
        width: 100px;
        height: 100px;
        font-size: 40px;
        margin-right: 33px;
    }
    .order {
        padding-top: 161px !important;
        padding-bottom: 86px;
    }
    .order__title {
        font-size: 48px !important;
    }
    .order-item-wrap:nth-child(2n) {
        width: 270px;
    }
    .footer {
        padding-top: 100px;
    }
    .banner .timer__num {
        margin-left: 0;
    }
    .banner .timer__text {
        width: auto;
        margin-right: 20px;
    }
}
.components__list-2::after,
.components__list-2::before {
    top: 70px;
    width: 272px;
    height: 2px;
    display: block;
    content: "";
}
.components,
.components__list-1,
.components__list-1 .components__item:nth-of-type(2),
.components__list-2 {
    position: relative;
}
.components__img-block,
.container {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1300px) {
    .form::before {
        width: 78px;
        height: 78px;
        right: -35px;
        font-size: 22px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1219px) {
    .block {
        padding-top: 72px;
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 1024px) and (min-width: 1220px) {
    .composition__title {
        font-size: 48px !important;
    }
}
@media screen and (min-width: 1220px) and (min-width: 1220px) {
    .order-item__desc-br--third {
        display: block;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .formland__prod {
        max-width: 240px;
        right: -1px;
    }
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h3 {
        page-break-after: avoid;
    }
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    font-size: 24px;
}
p {
    margin: 0 0 10px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .doctor-info {
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container:after,
.container:before {
    display: table;
    content: " ";
}
.title-sost {
    line-height: 50px;
    color: #232323;
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 48px;
}
.button-down {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: background-position, 0.2s;
    box-shadow: 0 0 3px 0 #dedede;
}
.button-down:hover {
    animation: 0.3s linear muveSt;
}
.button-down a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@keyframes muveSt {
    0%,
    100% {
        background-position: center;
    }
    50% {
        background-position: center 5px;
    }
}
@media (max-width: 991px) {
    .title-sost {
        margin-top: 35px;
    }
}
@media (max-width: 479px) {
    .title-sost {
        margin-top: 40px;
        font-size: 30px;
        line-height: 1.2;
    }
}
.components {
    padding-top: 110px;
    padding-bottom: 60px;
    background-color: #fff;
    background-size: cover;
    text-align: center;
    color: #202020;
}
.components__list-1 {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 62px;
}
.components__list-1 .components__item:nth-of-type(2)::after,
.components__list-1 .components__item:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    width: 78px;
    height: 2px;
    background-image: repeating-linear-gradient(
        to right,
        #9ebbc6 0,
        #9ebbc6 4px,
        rgba(255, 255, 255, 0) 4px,
        rgba(255, 255, 255, 0) 10px
    );
    top: 126px;
}
.components__list-1 .components__item:nth-of-type(2)::before {
    left: -109px;
}
.components__list-1 .components__item:nth-of-type(2)::after {
    right: -109px;
}
@media (max-width: 1190px) {
    .components__list-1 .components__item:nth-of-type(2)::before {
        left: -75px;
    }
    .components__list-1 .components__item:nth-of-type(2)::after {
        right: -78px;
    }
    .title-sost {
        margin-top: 30px;
    }
}
.components__img-block {
    width: 198px;
    height: 198px;
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0 5px 21px rgba(181, 205, 223, 0.77);
    box-shadow: 0 5px 21px rgba(181, 205, 223, 0.77);
}
.components__img-block img {
    position: absolute;
    max-width: 185px;
    border-radius: 50%;
}
.components__img-1 {
    left: 9px;
    bottom: 11px;
}
.components__img-3 {
   
}
.components__caption {
    margin-top: 32px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}
.components__title-list {
    font-size: 23px;
    font-weight: 500;
    margin-top: 44px;
}
.components__list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.components__list-2::before {
    position: absolute;
    background-image: repeating-linear-gradient(
        to right,
        #9ebbc6 0,
        #9ebbc6 4px,
        rgba(255, 255, 255, 0) 4px,
        rgba(255, 255, 255, 0) 10px
    );
    left: 244px;
}
.components__list-2::after {
    position: absolute;
    background-image: -webkit-repeating-linear-gradient(
        left,
        #9ebbc6 0,
        #9ebbc6 4px,
        rgba(255, 255, 255, 0) 4px,
        rgba(255, 255, 255, 0) 10px
    );
    background-image: -o-repeating-linear-gradient(
        left,
        #9ebbc6 0,
        #9ebbc6 4px,
        rgba(255, 255, 255, 0) 4px,
        rgba(255, 255, 255, 0) 10px
    );
    background-image: repeating-linear-gradient(
        to right,
        #9ebbc6 0,
        #9ebbc6 4px,
        rgba(255, 255, 255, 0) 4px,
        rgba(255, 255, 255, 0) 10px
    );
    right: 244px;
}
@media (max-width: 1199px) {
    .components__list-1 .components__item:nth-of-type(2)::before {
        left: -75px;
    }
    .components__list-1 .components__item:nth-of-type(2)::after {
        right: -78px;
    }
    .components__list-2::before {
        width: 200px;
        left: 215px;
    }
    .components__list-2::after {
        width: 200px;
        right: 215px;
    }
}
.components__list-2 .components__item {
    max-width: 370px;
    width: 100%;
    padding-top: 50px;
    position: relative;
}
.components__list-2 .components__item::after,
.components__list-2 .components__item::before,
.components__what-do::after,
.components__what-do::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
}
.components__list-2 .components__item::before {
    background-color: #aac6d0;
    height: 40px;
    width: 2px;
    top: 1px;
}
.components__list-2 .components__item::after {
    height: 14px;
    width: 14px;
    border: 2px solid #aac6d0;
    border-left: none;
    border-top: none;
    top: 21px;
}
.components__item-1::before {
    -webkit-transform: translateX(28px) rotate(40deg);
    -ms-transform: translateX(28px) rotate(40deg);
    transform: translateX(28px) rotate(40deg);
}
.components__item-1::after {
    -webkit-transform: translateX(14px) rotate(84deg);
    -ms-transform: translateX(14px) rotate(84deg);
    transform: translateX(14px) rotate(84deg);
}
.components__item-2::before {
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    transform: translateX(-1px);
}
.components__item-2::after {
    -webkit-transform: translateX(-8px) translateY(5px) rotate(45deg);
    -ms-transform: translateX(-8px) translateY(5px) rotate(45deg);
    transform: translateX(-8px) translateY(5px) rotate(45deg);
}
.components__item-3::before {
    -webkit-transform: translateX(-32px) rotate(-40deg);
    -ms-transform: translateX(-32px) rotate(-40deg);
    transform: translateX(-32px) rotate(-40deg);
}
.components__item-3::after {
    -webkit-transform: translateX(-30px) translateY(2px) rotate(3deg);
    -ms-transform: translateX(-30px) translateY(2px) rotate(3deg);
    transform: translateX(-30px) translateY(2px) rotate(3deg);
}
.components__what-do {
    font-size: 18px;
    line-height: 1.56;
    color: #444;
    padding-top: 55px;
    position: relative;
}
.components__what-do::before {
    height: 42px;
    width: 42px;
    background-color: #82aa34;
    border-radius: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 3px 7px rgba(176, 186, 104, 0.15);
    box-shadow: 0 3px 7px rgba(176, 186, 104, 0.15);
}
.components__what-do::after {
    width: 19px;
    height: 10px;
    border: 4px solid #fff;
    border-right: none;
    border-top: none;
    top: 11px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
}
.components__conclusion {
    margin-top: 38px;
    padding: 9px 30px 12px;
    background-color: transparent;
    border-radius: 85px;
    border: 3px solid #c3dce6;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 500;
}
@media screen and (max-width: 1190px) {
    .components {
        padding-top: 64px;
        padding-bottom: 80px;
    }
    .components__list-1 {
        margin-top: 22px;
        padding-top: 36px;
    }
    .components__list-1 .components__item:nth-of-type(2)::after,
    .components__list-1 .components__item:nth-of-type(2)::before {
        width: 50px;
        top: 107px;
    }
    .components__list-1 .components__item:nth-of-type(2)::before {
        left: -60px;
    }
    .components__list-1 .components__item:nth-of-type(2)::after {
        right: -66px;
    }
    .components__title-list {
        margin-top: 35px;
        font-size: 22px;
    }
    .components__list-2 {
        margin-top: 8px;
    }
    .components__list-2::before {
        width: 150px;
        left: 229px;
    }
    .components__list-2::after {
        width: 150px;
        right: 229px;
    }
    .components__list-2 .components__item {
        max-width: 410px;
        width: 100%;
        padding: 50px 10px 0;
    }
    .components__what-do {
        font-size: 17px;
        padding-top: 48px;
    }
    .components__conclusion {
        font-size: 22px;
        margin-top: 32px;
    }
}
@media (max-width: 1023px) {
    .components::after,
    .components::before,
    .components__list-2::after,
    .components__list-2::before {
        display: none;
    }
    .components {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .components__list-1 {
        padding-left: 0;
        padding-right: 0;
    }
    .components__list-1 .components__item:nth-of-type(2)::after,
    .components__list-1 .components__item:nth-of-type(2)::before {
        width: 70px;
        top: 94px;
    }
    .components__list-1 .components__item:nth-of-type(2)::before {
        left: -110px;
    }
    .components__list-1 .components__item:nth-of-type(2)::after {
        right: -114px;
    }
    .components__img-block {
        width: 160px;
        height: 160px;
    }
    .components__img-block img {
        width: 130px;
    }
    .components__caption {
        margin-top: 18px;
        font-size: 19px;
    }
    .components__title-list {
        margin-top: 20px;
        font-size: 20px;
    }
    .components__list-2 {
        margin-top: 4px;
    }
    .components__list-2 .components__item {
        padding-top: 32px;
    }
    .components__list-2 .components__item::before {
        height: 26px;
    }
    .components__list-2 .components__item::after {
        height: 10px;
        width: 10px;
        top: 12px;
    }
    .components__item-1::after {
        transform: translateX(20px) translateY(2px) rotate(90deg);
    }
    .components__item-2::before {
        -webkit-transform: translateX(-1px);
        -ms-transform: translateX(-1px);
        transform: translateX(-1px);
    }
    .components__item-2::after {
        transform: translateX(-5px) translateY(4px) rotate(45deg);
    }
    .components__item-3::before {
        -webkit-transform: translateX(-28px) rotate(-40deg);
        -ms-transform: translateX(-28px) rotate(-40deg);
        transform: translateX(-28px) rotate(-40deg);
    }
    .components__item-3::after {
        transform: translateX(-27px) translateY(3px) rotate(3deg);
    }
    .components__what-do {
        padding-top: 35px;
        font-size: 16px;
    }
    .components__what-do::before {
        width: 34px;
        height: 34px;
    }
    .components__what-do::after {
        width: 17px;
        height: 8px;
        top: 10px;
    }
    .components__conclusion {
        font-size: 19px;
        border-radius: 25px;
        padding: 6px 20px;
    }
}
@media (max-width: 992px) {
    .components__list-1 .components__item:nth-of-type(2)::before {
        left: -75px;
    }
    .components__list-1 .components__item:nth-of-type(2)::after {
        right: -78px;
    }
}
@media (min-width: 1024px) {
    .doctor-info {
        max-width: none;
    }
    .doctor-info__men {
        max-width: 200px;
        left: 20px;
        bottom: 0;
        top: auto;
    }
}
@media (min-width: 1220px) {
    .doctor-info__men {
        max-width: 220px;
    }
}
@media (max-width: 767px) {
    .container {
        overflow: hidden;
    }
    .components__list-1 .components__item:nth-of-type(2)::after,
    .components__list-1 .components__item:nth-of-type(2)::before,
    .components__list-2 .components__item::after,
    .components__list-2 .components__item::before {
        display: none;
    }
    .components {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .components__list-1 {
        margin-top: 18px;
        padding-top: 32px;
    }
    .components__title-list {
        font-size: 19px;
    }
    .components__list-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .components__list-2 .components__item {
        padding-top: 0;
        margin-top: 10px;
        max-width: 296px;
    }
    .components__list-2 .components__item-3 {
        margin: 10px auto auto;
        max-width: none;
    }
    .components__conclusion {
        margin-top: 18px;
    }
}
@media screen and (max-width: 639px) {
    .components {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .components__list-1 {
        padding-top: 28px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .components__list-1 .components__item {
        padding: 0 5px;
        margin-bottom: 12px;
    }
    .components__caption,
    .components__title-list {
        font-size: 18px;
    }
    .components__list-2 .components__item {
        max-width: none;
        width: 100%;
    }
    .components__what-do {
        line-height: 1.2;
        padding-top: 32px;
    }
    .components__what-do::before {
        height: 28px;
        width: 28px;
    }
    .components__what-do::after {
        width: 15px;
        height: 7px;
        top: 7px;
    }
    .components__conclusion {
        font-size: 17px;
        padding: 6px 10px;
    }
}
.x_country_select {
    display: none !important;
}
