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

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

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

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

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

a,
b,
body,
caption,
code,
dd,
del,
div,
dt,
embed,
fieldset,
footer,
form,
h2,
h3,
h4,
h5,
header,
html,
i,
iframe,
img,
label,
legend,
li,
object,
output,
p,
q,
s,
section,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

footer,
header,
section {
	display: block
}

body {
	min-width: 320px;
	min-height: 100vh;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.3;
	background: #fff;
	font-weight: 400
}

ul {
	list-style: none
}

q {
	quotes: none
}

q:after,
q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

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

*,
:after,
:before {
	box-sizing: border-box
}

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

a {
	text-decoration: none
}

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

::-moz-focus-inner,
::-moz-focus-outer {
	border: 0;
	padding: 0
}

::-ms-clear {
	display: none
}

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

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

::-moz-focus-inner {
	border: 0;
	outline: 0
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
	border: 0
}

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

body,
html {
	overflow-x: hidden
}

body,
svg {
	overflow: hidden
}

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

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

.title {
	font-size: 26px;
	line-height: 1.18;
	color: #222;
	text-align: center;
	margin-bottom: 20px
}

.title,
b {
	font-weight: 700
}

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

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

.btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff3131), to(#e30000));
	background: linear-gradient(180deg, #ff3131 0, #e30000 100%);
	border-radius: 100px;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	text-align: center;
	padding: 12px 15px;
	transition: .5s;
	cursor: pointer;
	position: relative;
	letter-spacing: .05em
}

.btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#d00000), to(#f23131));
	background: linear-gradient(180deg, #d00000 0, #f23131 100%)
}

.btn__small {
	display: block
}

.accent-text {
	color: #ff3131;
	font-weight: 700
}

.bg {
	background: #fefdf2
}

.timer__text {
	font-size: 16px;
	line-height: 18px;
	color: #3e3e3e
}

.timer__block {
	justify-content: center;
	align-items: center;
	font-size: 27px;
	font-weight: 700
}

.hours,
.minutes,
.seconds,
.timer__block,
.timer__block div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.hours,
.minutes,
.seconds {
	width: 30px;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	z-index: 0;
	color: #fff;
	background: #f90;
	border-radius: 2px;
	position: relative
}

.hours:nth-child(2n-1),
.minutes:nth-child(2n-1),
.seconds:nth-child(2n-1) {
	margin-right: 5px
}

.timer__dots {
	margin: 0 4px 1px;
	color: #333;
	font-size: 18px;
	font-weight: 700
}

.header__link::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0
}

.header {
	padding: 10px 0;
	background: #b6d6ad;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.header__content,
.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

.header__content {
	justify-content: space-between
}

.header__logo {
	font-weight: 700;
	font-size: 17px;
	color: #000;
	line-height: normal;
	margin-right: auto;
	max-width: 152px
}

.header__main {
	position: fixed;
	top: 0;
	right: -320px;
	width: 320px;
	padding: 30px 30px 20px;
	text-align: center;
	transition: .5s;
	z-index: 5;
	opacity: 0;
	background: #eef3f6
}

.header__link {
	color: #3e3e3e;
	font-size: 16px;
	line-height: 1;
	padding-left: 40px;
	position: relative;
	padding-right: 35px;
	text-align: left;
	width: 140px;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline
}

.header__link:hover {
	text-decoration: none
}

.header__link--composition::before {
	width: 33px;
	height: 31px;
	background: url(../img/icon_composition.png) no-repeat center/contain
}

.header__link--reviews::before {
	width: 31px;
	height: 30px;
	background: url(../img/icon_reviews.png) no-repeat center/contain
}

.header__timer {
	margin-bottom: 15px
}

.header__timer .timer__text {
	margin-bottom: 8px
}

.header__btn {
	max-width: 225px;
	font-size: 18px;
	padding: 11px 0;
	margin: 0 auto;
	border: 0;
	text-align: center;
	border-radius: 5px
}

.composition-top__name br,
.header__btn::before {
	display: none
}

.header__burger {
	width: 34px;
	height: 23px;
	position: relative;
	top: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	background: 0 0;
	cursor: pointer;
	transition: .5s
}

.header__burger:hover .header-burger__line,
.header__burger:hover .header-burger__line:after,
.header__burger:hover .header-burger__line:before {
	background-color: #000
}

.header-burger__line,
.header-burger__line:after,
.header-burger__line:before {
	width: 100%;
	height: 3px;
	background-color: #000;
	transition: .5s
}

.header-burger__line:after,
.header-burger__line:before {
	content: "";
	position: absolute;
	left: 0
}

.header-burger__line:before {
	top: 1px
}

.header-burger__line::after {
	bottom: 0
}

.header__content.active .header__main {
	right: 0;
	opacity: 1
}

.header__content.active .header-burger__line {
	background-color: transparent
}

.header__content.active .header-burger__line::before {
	transform: rotate(-45deg);
	top: 50%
}

.header__content.active .header-burger__line::after {
	transform: rotate(45deg);
	top: 50%
}

.form {
	box-shadow: 0 24px 32px 0 rgba(75, 85, 86, .15);
	border-radius: 15px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	margin-bottom: 0
}

.form:before,
.form__title {
	font-weight: 700;
	line-height: 1
}

.form__title {
	text-align: center;
	font-size: 28px;
	color: #4b3e30;
	position: relative;
	margin-bottom: 9px
}

.form__subtitle {
	color: #4b3e30;
	font-size: 16px;
	margin-bottom: 24px
}

.form__top {
	background-color: #fff;
	padding: 26px 25px 7px;
	border-radius: 15px 15px 0 0
}

.form__bottom {
	background-color: #fff;
	background: #6f6f6f;
	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
	border-radius: 0 0 15px 15px
}

.form:before {
	content: "-50%";
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: -47px;
	left: -9px;
	width: 70px;
	height: 70px;
	font-size: 23px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/action_icon.png) no-repeat center/contain;
	z-index: 2
}

.form:after {
	position: absolute;
	width: 266px;
	height: 5px;
	right: 0;
	top: 0;
	content: "";
	background: #6f6f6f;
	border-radius: 15px 15px 0 0;
	z-index: 1
}

.form__input {
	background: #f8f8f8;
	border: 1px solid rgba(19, 24, 101, .2);
	border-radius: 100px;
	height: 58px;
	padding-right: 15px;
	width: 100%;
	padding-left: 50px;
	transition: .3s;
	color: #444;
	font-size: 16px
}

.form__input:active,
.form__input:focus,
.form__input:hover {
	background-color: #fafafa
}

.form__input--wrap {
	margin-bottom: 15px;
	position: relative;
	display: block
}

.price-old__item {
	position: relative
}

.price-old__item:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: .8;
	transform: translate(-50%, -50%);
	background-color: #f72929;
	height: 1px;
	width: 107%
}

.form-online__count {
	color: #e01d47
}

.price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 31px
}

.price .x_price_previous {
	position: relative;
	font-size: 32px;
	line-height: 1;
	color: rgba(34, 34, 34, .6)
}

.price .price-old__item .x_currency {
	font-size: 14px;
	line-height: 16px;
	color: rgba(34, 34, 34, .6);
	font-weight: 400
}

.price .x_currency {
	font-size: 16px;
	font-weight: 700
}

.price .x_price_current {
	font-size: 45px;
	color: #222;
	line-height: 35px;
	font-weight: 700;
	position: relative;
	top: 2px
}

.price__new {
	position: relative;
	margin-right: -5px
}

.form__online {
	font-size: 15px;
	line-height: 1;
	color: #777;
	font-weight: 500;
	margin-left: -9px;
	margin-right: -9px;
	border-radius: 0 0 5px 5px;
	padding: 17px 0;
	position: relative
}

.last {
	font-size: 20px;
	color: #fff;
	padding: 10px 0
}

.last .lastpack {
	font-weight: 700;
	border-radius: 2px;
	background-color: #f90;
	color: #fff;
	padding: 1px 5px
}

.last {
	text-align: center
}

.form__btn {
	margin-bottom: 5px
}

.form__input--name,
.form__input--phone {
	position: relative
}

.form__input--name:before,
.form__input--phone:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.form__input--name:before {
	width: 16px;
	height: 18px;
	background: url(../img/name.svg) no-repeat center/contain
}

.form__input--phone:before {
	width: 21px;
	height: 20px;
	background: url(../img/phone.png) no-repeat center/contain
}

.promo {
	background: #fefdf2
}

.promo__title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 93px;
	font-weight: 700;
	color: #72623b;
}

.promo__text {
	font-size: 22px;
	line-height: normal;
	position: relative;
	text-align: center;
	font-weight: 700;
	color: #72623b;
	z-index: 0;
	max-width: 330px;
	width: 100%;
	margin: 0 auto 30px
}

.promo__text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/promo-text-bg.png) no-repeat center/contain;
	transform: translate(-50%, -50%);
	width: 120%;
	height: 145%;
	z-index: -1
}

.promo__list {
	max-width: 430px;
	margin: 0 auto 30px
}

.promo__item {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	padding-left: 35px;
	position: relative
}

.promo__item:not(:last-child) {
	margin-bottom: 10px
}

.promo__item::before {
	content: "";
	position: absolute;
	left: 0;
	border-radius: 50%
}

.promo__item::before {
	width: 26px;
	height: 22px;
	top: 0;
	background: url(../img/triangle.png) no-repeat center / contain
}

.promo__pack {
	position: relative;
	max-width: 180px;
	margin: 0 auto 30px
}

.promo__form {
	margin-bottom: 20px
}

.pain__list {
	margin-bottom: 35px
}

.pain__item {
	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
	border-radius: 15px;
	max-width: 270px;
	margin: 0 auto;
	padding-bottom: 20px
}

.pain__item:not(:last-child) {
	margin-bottom: 20px
}

.pain__img {
	border-radius: 15px 15px 0 0;
	overflow: hidden
}

.pain-item__subtitle {
	margin-bottom: 20px;
	color: #666;
	line-height: 1.375;
	text-align: center
}

.pain-item__subtitle:last-of-type {
	margin-bottom: 70px
}

.pain__days {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 10px 5px;
	background: #e01d47;
	color: #fff
}

.pain-item__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.15;
	text-align: center;
	padding: 15px 15px 0
}

.measures {
	border: 2px solid #ff3131;
	border-radius: 15px;
	padding: 20px
}

.measures__title {
	font-weight: 700;
	line-height: 1.2;
	font-size: 26px;
	text-align: center;
	position: relative;
	margin-top: -68px;
	margin-bottom: 25px;
	background-color: #fff
}

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

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

.measures__item:not(:last-child) {
	margin-bottom: 12px
}

.measures__icon {
	width: 71px;
	height: 71px;
	padding: 15px;
	background: #e01d47;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px
}

.measures__text {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #222
}

.need__list {
	margin-bottom: 30px;
}

.need__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	max-width: 320px;
	margin: 0 auto
}

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

.need__item:not(:last-child)::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 80px;
	width: 100%;
	max-width: 245px;
	height: 1px;
	background-color: #ccc
}

.need__icon {
	flex-shrink: 0;
	max-width: 64px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-right: 15px
}

.need__text {
	font-weight: 500;
	line-height: 1.3
}

.need-doctor__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px
}

.need__content {
	margin-bottom: 20px
}

.need-doctor__avatar {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	flex-shrink: 0;
}

.need-doctor__name {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	display: block;
	color: #333
}

.need-img {
	width: 250px;
	display: none
}

.need-doctor__prof {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-top: 15px;
	color: #333
}

.need-doctor__text {
	text-align: center
}

.composition__box:not(:last-of-type) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc
}

.composition__box:nth-child(4) {
	border: 0 !important;
	padding-bottom: 0 !important
}

.composition-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	position: relative
}

.composition-top__image {
	margin-right: 15px;
	flex-shrink: 0;
	max-width: 100px;
	width: 100%
}

.composition-top__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.15
}

.composition-top__icon {
	display: none
}

.composition__text {
	text-align: center;
	color: #666
}

.composition__pack {
	width: 220px;
	margin: 0 auto;
	display: none
}

.action {
	padding-top: 0 !important
}

.action__content {
	background: url(../img/bg--repeat.png) #b6d6ad;
	border-radius: 10px;
	padding: 20px;
	max-width: 300px;
	width: 100%;
	margin: 0 auto
}

.action__title {
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
	text-align: center;
	margin-bottom: 5px
}

.action__subtitle {
	text-align: center;
	font-size: 20px;
	line-height: 1.18;
	margin-bottom: 10px
}

.action__discount {
	font-family: Arial, Helvetica, sans-serif;
	width: 81px;
	height: 59px;
	font-size: 23px;
	margin: 0 auto 10px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	background: url(../img/action_icon.png) no-repeat center/contain
}

.action__price {
	justify-content: space-evenly
}

.action__price,
.action__timer {
	margin-bottom: 15px
}

.action__timer .timer__text {
	text-align: center;
	margin-bottom: 5px
}

.action__timer .timer__dots {
	color: #fff
}

.action__pack {
	width: 180px;
	margin: 0 auto 20px
}

.stat__image {
	display: none
}

.stat-list {
	margin-bottom: 25px
}

.stat-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center
}

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

.stat-list__item:not(:last-child):before {
	content: '';
	opacity: .5;
	background: #bcbcbc;
	width: calc(100% - 55px);
	height: 2px;
	bottom: 0;
	right: 0;
	position: absolute
}

.stat-list__icon {
	background: #a4e900;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 15px
}

.stat-list__icon--color-2 {
	background: #638b9d
}

.stat-list__icon--color-3 {
	background: #5fd8e7
}

.stat-list__icon--color-4 {
	background: #e4093c
}

.stat-list__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.35;
	color: #333
}

.stat__attention {
	font-weight: 300;
	font-size: 16px
}

.doctor__info {
	position: relative;
	margin-bottom: 20px
}

.doctor__text {
	font-size: 16px;
	line-height: 24px;
	color: #444
}

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

.doctor__biography,
.doctor__name {
	margin-bottom: 10px
}

.doctor__name {
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #4b3e30
}

.doctor__prof {
	font-size: 18px;
	line-height: 1.3
}

.doctor__biography {
	position: relative;
	padding-left: 40px
}

.doctor__biography::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 42px;
	background: url(../img/triangle.png) no-repeat center
}

.reviews-content {
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid #efefef;
	background-color: #fff;
	padding: 19px 10px 15px 15px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .12)
}

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

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

.reviews-btn {
	max-width: 240px;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	padding: 11px 10px;
	height: auto;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	color: #333;
	border: 1px solid #ff3131;
	border-radius: 10px;
	letter-spacing: normal
}

.reviews-btn:before {
	display: none
}

.reviews-btn:hover {
	color: #fff
}

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

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

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

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

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

.reviews-item-top {
	flex-wrap: wrap;
	flex-direction: column
}

.reviews-item-avatar {
	border-radius: 50%;
	background-color: #ebfaff;
	justify-content: center;
	color: #444;
	width: 50px;
	height: 50px;
	font-size: 24px;
	font-weight: 700;
	flex-shrink: 0;
	line-height: 1
}

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

.reviews-item__name {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 5px
}

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

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

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

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

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

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

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

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

.dislike::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -16px;
	background: #c4c4c4;
	width: 1px;
	height: 20px
}

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

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

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

.dislike {
	margin-left: 30px
}

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

.reviews-list-item.active .reviews-item__text {
	max-height: 800px;
}

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

.feedback,
.order-item__text br,
.order-item__title br {
	display: none
}

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

.feedback-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}

.feedback-name {
	position: relative;
	margin-top: 10px;
	order: 1;
	width: 100%
}

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

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

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

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

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

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

.feedback-age {
	position: relative;
	margin-top: 10px;
	order: 1;
	width: 100%
}

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

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

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

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

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

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

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

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

.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 {
	text-align: center;
	max-width: 100%;
	margin-top: 15px
}

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

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

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

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

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

.feedback-modal__title:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	background-image: url(//s2.crstnst.com/content/iKqfog3WWfRiTfg/img/tick.png);
	background-repeat: no-repeat;
	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 {
	scrollbar-color: #a2a2a2 red;
	resize: none
}

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

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

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

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

textarea::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #e01d47;
	border-radius: 3px;
	background-image: url(//s2.crstnst.com/content/iKqfog3WWfRiTfg/img/thumb.png);
	background-position: center;
	background-repeat: no-repeat
}

textarea::-webkit-resizer {
	background-color: #219ed4
}

::-webkit-scrollbar-track {
	background-color: #edecd5;
	border: 1px solid #edecd5
}

.reviews-bottom {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	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: #e01d47;
	background-image: url(//s2.crstnst.com/content/iKqfog3WWfRiTfg/img/scroll.png);
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-position: center center
}

.feedback-age.error:after,
.feedback-city.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-text.error:after {
	bottom: -10px
}

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

.feedback-name.error:after {
	content: "Utilice símbolos de la A a la Z"
}

.feedback-age.error:after {
	content: "Introduzca una edad entre 18 y 120"
}

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

.feedback-text.error:after {
	content: "Añadir comentario"
}

.use,
.use-box {
	position: relative
}

.use::after {
	content: '';
	height: 1px;
	background-color: #ccc;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	max-width: 1170px;
	width: 100%;
	position: absolute
}

.use-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 290px;
	width: 100%;
	margin: 0 auto 20px
}

.use__content {
	margin-bottom: 40px;
}

.use-box:nth-child(1),
.use-box:nth-child(2) {
	padding-bottom: 30px;
	margin-bottom: 30px
}

.use-box:nth-child(1)::before,
.use-box:nth-child(2)::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 150px;
	height: 2px;
	opacity: .5;
	background-color: #bcbcbc
}

.use-box__icon {
	width: 101px;
	height: 101px;
	background: #f90;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px
}

.use-box__text {
	width: 100%;
	text-align: center;
	line-height: 1.3;
	font-weight: 600
}

.use__pack {
	display: none;
	margin: 0 auto 25px;
	width: 220px
}

.order {
	position: relative;
	z-index: 10;
	background-color: #fff
}

.order__title {
	margin-bottom: 25px
}

.order__item {
	max-width: 270px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding-bottom: 20px
}

.order__item:not(:last-child) {
	margin-bottom: 20px
}

.order__pack {
	align-items: center !important
}

.order__pack img {
	width: 92px
}

.order-item__icon {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	max-width: 270px;
	height: 216px;
	width: 100%;
	margin-bottom: 0;
	position: relative;
	border-radius: 15px 15px 0 0;
	background: url(../img/order-bg.jpg) no-repeat center/cover
}

.order-item__text,
.order-item__title {
	font-size: 18px;
	text-align: center;
	width: 100%
}

.order-item__title {
	background: url(../img/bg--repeat.png) #b6d6ad;
	font-weight: 700;
	line-height: 19px;
	margin-bottom: 15px;
	padding: 11px 5px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center
}

.order-item__text {
	color: #555;
	font-weight: 400;
	line-height: 20px;
	padding: 0 15px
}

.footer {
	padding: 20px 0
}

.popup__content {
	width: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	border-radius: 15px
}

.popup__left {
	display: none
}

.popup .form__title {
	margin-bottom: 8px
}

.popup .form__btn,
.popup .form__online,
.popup .label {
	margin-bottom: 10px
}

.popup .lastpack {
	font-size: 20px
}

.popup .form:before {
	left: -10px;
	transform: none
}



@media screen and (min-width:480px) {
	.container {
		.reviews-item__text {
			margin-top: 19px
		}

		width: 480px
	}

	.title {
		font-size: 30px
	}

	.promo__title {
		font-size: 70px;
	}

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

	.header__burger.active {
		position: absolute;
		right: 15px;
		top: 17px;
		transition: .5s
	}

	.pain__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

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

	.pain__item:last-child {
		margin: 0 auto
	}

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

	.reviews-list {
		height: 405px
	}

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

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

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

	.reviews-item__text {
		font-size: 17px;
		line-height: 25px
	}
}

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

	.promo__title {
		font-size: 70px;
	}
}

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

	.title {
		font-size: 34px;
		margin-bottom: 25px
	}

	.promo__title {
		font-size: 93px;
	}

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

	.form:before {
		top: -53px;
		right: -9px;
		height: 82px;
		left: auto
	}

	.promo__list {
		margin-bottom: 50px
	}

	.promo__pack {
		margin-left: 0;
		margin-right: 20px;
		left: 0;
		margin-bottom: 0;
		max-width: 200px
	}

	.promo__form {
		margin-bottom: 0
	}

	.pain__list {
		max-width: 565px;
		margin: 0 auto 40px
	}

	.measures__item:not(:last-child) {
		margin-bottom: 20px
	}

	.pain-item__subtitle:last-of-type {
		margin-bottom: 80px
	}

	.pain__item {
		max-width: 270px
	}

	.measures__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 100%
	}

	.measures__item {
		width: 48%
	}

	.measures__item:last-child {
		margin: 0 auto
	}

	.need__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.need-img {
		display: block;
		margin-right: 20px
	}

	.need__list {
		margin-bottom: 0;
	}

	.composition__content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}

	.composition__box {
		width: 48%
	}

	.composition__box:nth-child(1) {
		margin-right: 23px;
	}

	.composition__box:nth-child(3) {
		border: 0 !important;
		padding-bottom: 0 !important
	}

	.composition-top__image {
		min-height: 85px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.action__content {
		margin: 0
	}

	.action__pack {
		margin: 0 20px 0 0;
		max-width: 200px;
		width: 100%;
	}

	.action__container {
		justify-content: center
	}

	.action__container,
	.doctor__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center
	}

	.doctor__biography {
		margin-bottom: 0;
		max-width: 260px
	}

	.doctor__name {
		margin-bottom: 10px
	}

	.doctor__name,
	.doctor__prof {
		text-align: left
	}

	.reviews-panel {
		flex-direction: row
	}

	.reviews-btn {
		margin-top: 0;
		padding: 16px 10px
	}

	.reviews-list {
		height: 335px
	}

	.feedback-top {
		justify-content: inherit
	}

	.feedback-name {
		width: 49%
	}

	.feedback-name-input {
		width: 100%
	}

	.feedback-age {
		width: 49%;
		margin-left: auto
	}

	.feedback-age-input {
		width: 100%
	}

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

	.feedback-btn {
		margin-top: 22px;
		max-width: 180px
	}

	.feedback-rating {
		margin-right: 300px
	}

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

	.use__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}

	.use-box {
		width: 48%;
		margin: 0 0 20px;
		max-width: 100%
	}

	.order__title {
		margin-bottom: 30px
	}

	.order__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around
	}

	.order__item {
		margin: 0;
		width: 49%
	}

	.order__item:nth-child(3) {
		margin-bottom: 0
	}
}

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



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

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

	.header__logo {
		flex-shrink: 0;
		margin-right: 15px
	}

	.header__main {
		position: static;
		background-color: transparent;
		width: 65%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0;
		opacity: 1
	}

	.header__link {
		margin-bottom: 0;
		width: auto;
		margin-left: 0;
		margin-right: 0
	}

	/* 
    .header__link::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
      
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #fff
    } */
	.header__timer,
	.header__timer .timer__text {
		margin-bottom: 5px
	}

	.header__timer {
		display: none
	}

	.header__btn {
		max-width: 150px;
		margin-right: 0;
		margin-left: 0
	}

	.header__burger {
		display: none
	}

	.promo__content {
		max-width: 650px;
		margin: 0 auto
	}

	.promo__title {
		font-size: 93px;
	}

	.promo__list {
		max-width: 500px
	}

	.promo__item {
		font-size: 19px
	}

	.promo__item:not(:last-child) {
		margin-bottom: 20px
	}

	.promo__item::before {
		top: 0
	}

	.promo__pack {
		margin-right: 15px;
		max-width: 220px
	}

	.action__pack {
		max-width: 220px;
		width: 100%;
	}

	.pain__list {
		max-width: 100%;
		margin-bottom: 45px
	}

	.pain-item__subtitle:last-of-type {
		margin-bottom: 85px
	}

	.pain__item {
		width: 32%;
		background-color: #fff
	}

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

	.measures__item:last-child,
	.pain__item:last-child {
		margin: 0
	}

	.measures__title {
		max-width: 540px;
		margin: -55px auto 30px;
		padding-left: 20px;
		padding-right: 20px
	}

	.measures__item {
		width: 32%;
		flex-direction: column
	}

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

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

	.measures__text {
		text-align: center
	}

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

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

	.reviews-item-top {
		flex-direction: row
	}

	.reviews-item__rating {
		margin-right: 0
	}

	.reviews-list {
		height: 290px
	}

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

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

	.feedback {
		margin-top: 32px
	}

	.feedback-name {
		order: inherit;
		display: block;
		width: inherit;
		margin-top: 0
	}

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

	.feedback-age {
		order: inherit;
		display: block;
		width: inherit;
		margin-top: 0;
		margin-left: 15px
	}

	.feedback-age-input {
		width: 190px
	}

	.feedback-assessment {
		margin-left: 23px
	}

	.feedback-rating {
		margin-right: 0
	}

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

	.order__title {
		margin-bottom: 35px
	}
}

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

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

	.header {
		background: url(../img/bg--repeat.png) #b6d6ad;
	}

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

	.promo__item::before {
		height: 42px;
	}

	.bg {
		background: url(../img/bg.jpg) no-repeat center/cover
	}

	.header {
		position: relative;
		z-index: 3
	}

	.header__logo {
		margin-right: 30px;
		max-width: 150px
	}

	.header__main {
		width: 100%
	}

	.header__link {
		padding-right: 21px
	}

	.header__link--composition {
		padding-right: 0
	}

	.header__link--composition::after {
		display: none
	}

	.action__subtitle span,
	.composition-top__name br,
	.order-item__text br,
	.order-item__title br {
		display: block
	}

	.header__timer .timer__text {
		margin-right: 17px;
		max-width: 104px;
		font-size: 14px;
		text-align: left;
		margin-bottom: 0;
		width: 100%;
		flex-shrink: 0;
	}

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

	.promo {
		padding-bottom: 0 !important;
		padding-top: 65px !important;
		position: relative;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: cover;
		z-index: 0;
	}

	.no-webp .promo {
		background-image: url(../img/bg--promo.jpg);
	}

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

	.promo.show::before {
		left: 50%;
		opacity: 1
	}

	.promo__info {
		max-width: 340px;
		width: 100%;
		margin-right: 25px
	}

	.promo__content {
		margin-right: 0;
		position: relative;
		flex-wrap: nowrap;
		padding-bottom: 60px;
		justify-content: flex-end
	}

	.promo__content::before {
		content: "";
		position: absolute;
		left: -762px;
		bottom: 0;
		width: 768px;
		height: 573px;
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-size: contain;
	}

	.no-webp .promo__content::before {
		background-image: url(../img/promo_people.png);
	}

	.webp .promo__content::before {
		background-image: url(../img/promo_people.webp);
	}

	.promo__title {
		margin: 0 0 45px;
		font-size: 80px;
		text-align: left;
	}

	.promo__text {
		text-align: left;
		margin-bottom: 50px;
		font-size: 21px;
		padding-left: 45px;
		padding-right: 45px
	}

	.promo__list {
		margin-bottom: 0
	}

	.promo__item {
		font-size: 19px
	}

	.promo__item:not(:last-child) {
		margin-bottom: 22px
	}

	.promo__pack {
		position: absolute;
		bottom: -93px;
		left: -228px;
		max-width: 230px;
		margin-top: 0
	}


	.no-webp .promo::before {
		background: url(//s2.crstnst.com/content/iKqfog3WWfRiTfg/img/promo-bg.png) no-repeat center/cover
	}

	.no-webp .promo__pack::before {
		background: url(//s2.crstnst.com/content/iKqfog3WWfRiTfg/img/pack_decor.png) no-repeat center/contain
	}

	.form,
	.header__timer {
		margin-bottom: 0
	}

	.form:before {
		right: 50%;
		transform: translateX(50%)
	}

	.pain {
		padding-top: 140px !important
	}

	.pain__list {
		position: relative
	}

	.pain__title {
		position: relative;
		z-index: 2
	}

	.pain__list {
		max-width: 900px;
		padding-bottom: 50px;
		z-index: 0;
		margin-bottom: 50px
	}

	.pain-item__subtitle:last-of-type {
		margin-bottom: 90px
	}

	.pain__list::before {
		content: "";
		position: absolute;
		top: -170px;
		left: 50%;
		transform: translateX(-50%);
		width: 110%;
		height: 415px;
		z-index: -1;
		transition: 1s;
		opacity: 0;
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: cover;
	}

	.no-webp .pain__list::before {
		background-image: url(../img/pain-arrow.png);
	}

	.webp .pain__list::before {
		background-image: url(../img/pain-arrow.webp);
	}

	.pain__list.show::before {
		top: -40px;
		opacity: 1
	}

	.pain__item:nth-child(2n+2) {
		transform: translateY(53px)
	}

	.pain-item__title {
		font-size: 19px;
		padding-left: 23px;
		background-color: #fff
	}

	.measures {
		padding-left: 30px;
		padding-bottom: 40px
	}

	.measures__title {
		font-size: 30px;
		margin-top: -60px;
		max-width: 600px
	}

	.measures__item {
		flex-direction: row;
		max-width: 260px
	}

	.measures__item:not(:last-child) {
		position: relative
	}

	.measures__item:not(:last-child)::before {
		content: "";
		position: absolute;
		top: 0;
		right: -30px;
		width: 1px;
		height: 75px;
		background: #bcbcbc
	}

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

	.measures__text {
		text-align: left
	}

	.need-doctor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, .12);
		border-radius: 15px;
		padding: 20px
	}

	.need-doctor__box {
		flex-shrink: 0;
		max-width: 280px;
		width: 100%;
		margin-right: 25px;
		padding-right: 25px;
		border-right: 2px solid #ccc
	}

	.need-doctor__text {
		text-align: left
	}

	.need__content {
		margin-bottom: 0
	}

	.need__box {
		width: 100%;
		padding-top: 60px;
		padding-left: 40px;
	}

	.need__item {
		margin-left: 0;
		margin-right: 0;
		width: 44%
	}

	.need__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.need__title {
		text-align: left !important
	}

	.need__item:last-child {
		width: 100%;
		max-width: 340px;
		margin-top: 20px;
		margin-left: 200px;
	}

	.need {
		padding-top: 10px !important
	}

	.need-img {
		margin-right: 50px
	}

	.need__item:not(:last-child) {
		margin-bottom: 25px;
		padding-bottom: 25px
	}

	.need__item:not(:last-child)::before {
		max-width: 217px
	}

	.composition__content {
		display: block;
		position: relative
	}

	.composition__box:nth-child(3),
	.composition__box:nth-child(4) {
		margin-bottom: 0 !important
	}

	.composition__box:nth-child(4) .composition-top__icon::before {
		transform: scaleY(-1) scaleX(-1);
		top: -30px;
		right: 35px;
		left: auto
	}

	.composition__box {
		width: 60%;
		margin-right: 0;
		margin-left: auto;
	}

	.composition__box:nth-child(1) {
		margin-right: 0;
	}

	.composition__box:nth-child(3) .composition-top__icon::before {
		transform: scale(-1);
		top: -30px
	}

	.composition__box:nth-child(2) .composition-top__icon::before {
		transform: scaleX(-1);
		right: 35px;
		left: auto;
		height: 5px;
		background: url(../img/icon-arrow-land.png) no-repeat center/contain;
	}

	.composition__box--left-box .composition__text {
		text-align: left
	}

	.composition__box--left-box .composition-top {
		padding-left: 30px;
		justify-content: flex-start
	}

	.composition-top__icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -10px;
		right: auto;
		width: 26px;
		height: 42px;
		background: url(../img/triangle.png) no-repeat center/contain;
		display: block
	}

	.composition-top__icon::before {
		content: '';
		position: absolute;
		width: 81px;
		height: 51px;
		background: url(../img/icon-arrow.png) no-repeat center/contain;
		top: 19px;
		left: -95px;
		transform: scaleX(-1);
	}

	.composition__pack {
		margin: 0;
		position: absolute;
		top: 50px;
		left: 40px;
		display: block;
	}

	.action__box,
	.action__content,
	.action__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center
	}

	.action__content {
		border-radius: 20px;
		max-width: 100%
	}

	.action__box,
	.action__form {
		justify-content: space-between
	}

	.action__box {
		flex-wrap: wrap
	}

	.action__form {
		width: 100%;
		margin-top: 10px
	}

	.action__form .form__input--wrap {
		margin-bottom: 0;
	}

	.action__form .form__btn {
		margin-bottom: 0;
		padding: 9px;
	}

	.action__form>* {
		width: 32%;
	}

	.action__attention {
		margin-right: 20px
	}

	.action__title {
		margin-bottom: 20px
	}

	.action__subtitle,
	.action__title {
		text-align: left
	}

	.action__discount {
		margin: 0
	}

	.action__price,
	.action__timer {
		margin-bottom: 0
	}

	.action__price .price__old {
		margin-right: 15px
	}

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

	.action__timer .timer__text {
		margin-bottom: 0;
		margin-right: 10px;
		max-width: 140px;
		text-align: left
	}

	.action__pack {
		display: none
	}

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

	.stat__image {
		display: block;
		position: relative;
		margin-right: -100px;
		margin-bottom: -80px
	}

	.stat__title {
		text-align: left !important
	}

	.stat__box {
		margin-right: 50px;
		max-width: 500px
	}

	.stat-list {
		margin-bottom: 35px
	}

	.stat-list__text {
		font-size: 20px
	}

	.doctor__title {
		text-align: left !important;
		margin-bottom: 30px;
		position: relative
	}

	.doctor__title:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: -130px;
		background: url(../img/qu.png) no-repeat center/contain;
		width: 88px;
		height: 71px
	}

	.doctor__content {
		max-width: 545px;
		margin-left: auto;
		position: relative
	}

	.doctor__content::before {
		content: "";
		position: absolute;
		left: -528px;
		bottom: -60px;
		height: 600px;
		width: 493px;
		background: url(../img/doctor.webp) no-repeat center/contain
	}

	.doctor__box {
		margin-left: 0
	}

	.no-webp .doctor__content::before {
		background: url(../img/doctor.png) no-repeat center/contain
	}

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

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

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

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

	.use__content {
		justify-content: center;
		position: relative;
	}

	.use-box {
		width: 250px;
	}

	.use-box--left {
		margin-right: 470px
	}

	.use-box__text {
		font-size: 20px
	}

	.use__pack {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.use__pack img {
		margin: 0 auto;
		display: block;
	}

	.use__pack::after,
	.use__pack::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: url(../img/use-arrow.png) no-repeat center/contain;
		height: 221px;
		width: 74px
	}

	.use__pack::before {
		left: -100px
	}

	.use__pack::after {
		right: -100px;
		transform: translateY(-50%) scaleX(-1)
	}

	.use-doctor {
		margin-top: 60px
	}

	.order__list {
		justify-content: space-between;
		margin-bottom: 35px
	}

	.order__item {
		width: 24%
	}

	.order__item:not(:last-child) {
		margin-bottom: 0;
		position: relative
	}

	.order__item:nth-child(2n+2) {
		transform: translateY(35px)
	}

	.order-item__icon--last::before {
		display: none
	}

	.order-item__title {
		width: 100%
	}

	.order-item__text {
		line-height: 21px;
		width: 100%;
		padding: 0 26px
	}

	.footer {
		padding-top: 60px;
		padding-bottom: 30px
	}

	.popup__content {
		width: 705px;
		padding: 65px 60px 60px;
		border-radius: 20px;
		position: relative;
		background: url(../img/popup-bg.jpg) no-repeat center/cover;
		z-index: 0;
		align-items: center
	}

	.popup__left {
		max-width: 260px;
		margin-right: 54px;
		display: block;
		position: relative
	}

	.popup .form:before {
		left: auto;
		right: -29px;
		transform: none
	}
}

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

	.title {
		font-size: 50px
	}

	.header {
		padding: 11px 0;
		position: relative
	}

	.header__timer .timer__text {
		max-width: 130px;
	}

	.header__logo {
		margin-right: 50px;
		font-size: 18px;
		line-height: 1.1
	}

	.header__link {
		font-size: 18px;
		padding-left: 50px;
		margin-right: 30px
	}

	.header__link,
	.header__link--composition {
		padding-right: 35px
	}

	.header__link--composition::after {
		display: block
	}

	.header__timer {
		flex-direction: row
	}

	.header__btn {
		max-width: 167px;
		margin-left: 17px;
		font-size: 18px;
		padding-bottom: 11px;
		padding-top: 11px
	}

	.promo {
		padding-top: 75px !important
	}

	.last {
		font-size: 18px
	}

	.promo__info {
		max-width: 402px;
		margin-right: 0;
		margin-top: 21px
	}

	.promo__form {
		margin-top: 10px
	}

	.promo__content {
		padding-bottom: 113px;
		max-width: 750px
	}

	.form:before {
		width: 78px;
		height: 78px;
		top: -64px
	}

	.promo__content::before {
		width: 900px;
		height: 663px;
		left: -862px
	}

	.promo__title {
		margin-bottom: 44px;
		font-size: 99px;
	}

	.promo__text {
		margin-bottom: 47px;
		max-width: 330px;
		padding-left: 45px;
		padding-right: 40px;
		margin-left: 0
	}

	.promo__text:before {
		width: 100%;
		height: 81px
	}

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

	.promo__item {
		padding-left: 52px;
		font-size: 20px
	}

	.promo__item:not(:last-child) {
		margin-bottom: 37px
	}

	.promo__pack {
		max-width: 250px;
		bottom: 0px;
		left: -256px
	}

	.pain {
		padding-top: 175px !important;
		padding-bottom: 80px
	}

	.pain__title {
		margin-bottom: 66px
	}

	.pain__list {
		max-width: 970px;
		margin-bottom: 71px
	}

	.pain__list::before {
		width: 1322px
	}

	.pain__item {
		padding-bottom: 25px
	}

	.pain__days {
		font-size: 18px;
		position: relative;
		margin-top: -22px
	}

	.pain-item__subtitle {
		margin-bottom: 29px
	}

	.pain-item__subtitle:last-of-type {
		margin-bottom: 113px
	}

	.pain-item__title {
		padding-top: 23px;
		font-size: 20px
	}

	.measures {
		padding-left: 69px;
		padding-bottom: 60px
	}

	.measures__title {
		font-size: 34px;
		line-height: 40px;
		max-width: 850px;
		padding-left: 22px;
		padding-right: 22px;
		margin-top: -84px;
		margin-bottom: 59px
	}

	.measures__item {
		max-width: 289px
	}

	.measures__item:not(:last-child)::before {
		top: 9px;
		right: -42px
	}

	.measures__icon {
		width: 100px;
		height: 100px;
		padding: 0;
		margin-right: 24px
	}

	.measures__text {
		line-height: 23px
	}

	.need-img {
		width: 337px;
		margin-left: 39px
	}

	.need__content {
		margin-bottom: 30px;
		justify-content: flex-start
	}

	.need__box {
		padding-top: 96px;
		padding-left: 120px;
	}

	.need-img {
		margin-right: 53px
	}

	.need__title {
		margin-bottom: 66px
	}

	.need__icon {
		margin-right: 31px
	}

	.need__text {
		font-size: 20px;
		line-height: 27px
	}

	.need__item {
		align-items: flex-start
	}

	.need__item:not(:last-child) {
		margin-bottom: 33px;
		padding-bottom: 36px
	}

	.need__item:last-child {
		max-width: 410px;
		margin-top: 27px;
		margin-left: 155px;
	}

	.need-doctor {
		max-width: 1024px;
		width: 100%;
		margin: 0 auto;
		padding-top: 50px
	}

	.need-doctor__avatar {
		width: 86px;
		height: 86px;
		margin-right: 25px
	}

	.need-doctor__box {
		max-width: 316px;
		margin-right: 61px
	}

	.need-doctor__text {
		font-size: 18px;
		line-height: 27px
	}

	.need-doctor {
		padding-bottom: 53px
	}

	.need {
		padding-bottom: 90px
	}

	.need-doctor__box {
		margin-bottom: 0
	}

	.composition {
		padding-top: 80px;
		padding-bottom: 81px
	}

	.composition__title {
		margin-bottom: 67px
	}

	.composition__box--left-box .composition-top {
		padding-left: 40px;
	}

	.composition__box:not(:last-of-type) {
		margin-bottom: 37px;
		padding-bottom: 61px
	}

	.composition-top {
		width: 100%
	}

	.composition-top__image {
		max-width: 133px;
		margin-right: 20px
	}

	.composition-top__image--correct {
		position: relative;
	}

	.composition-top__name {
		font-size: 20px
	}

	.composition__text {
		line-height: 1.375
	}

	.composition__pack {
		width: 250px;
	}

	.action {
		padding-bottom: 80px
	}

	.action__content {
		padding: 36px 29px 42px 38px
	}

	.action__attention {
		margin-right: 44px
	}

	.action__title {
		margin-bottom: 30px
	}

	.action__subtitle {
		font-size: 22px
	}

	.action__timer .timer__text {
		max-width: 100%;
		margin-right: 20px
	}

	.action__timer .hours,
	.action__timer .minutes,
	.action__timer .seconds {
		width: 38px;
		height: 48px
	}

	.stat {
		padding-top: 80px;
		padding-bottom: 70px
	}

	.stat__title {
		margin-bottom: 59px
	}

	.stat__box {
		max-width: 570px;
		width: 100%;
		margin-right: 60px
	}

	.stat-list {
		margin-bottom: 43px
	}

	.stat-list__item:not(:last-child) {
		margin-bottom: 23px;
		padding-bottom: 34px
	}

	.stat-list__icon {
		width: 48px;
		height: 48px;
		margin-right: 45px
	}

	.doctor {
		padding-top: 188px;
		padding-bottom: 120px
	}

	.doctor__title {
		margin-bottom: 48px
	}

	.doctor__content {
		max-width: 600px
	}

	.doctor__content::before {
		height: 778px;
		width: 600px;
		bottom: -120px;
		left: -685px
	}

	.doctor__info {
		margin-bottom: 31px
	}

	.doctor__text {
		font-size: 18px;
		line-height: 27px;
		padding-right: 55px
	}

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

	.doctor__box {
		margin-left: 0;
		justify-content: flex-start
	}

	.doctor__biography {
		margin-right: 40px;
		max-width: 350px
	}

	.doctor__name {
		font-size: 20px
	}

	.doctor__biography {
		padding-left: 52px
	}

	.doctor__prof {
		font-size: 16px
	}

	.doctor__name {
		margin-bottom: 24px
	}

	.doctor__title:before {
		bottom: 123px;
		left: -132px
	}

	.reviews {
		padding: 80px 0
	}

	.reviews-content {
		padding: 25px 50px 35px 49px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 63px
	}

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

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

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

	.reviews-list {
		margin-top: 32px
	}

	.use {
		padding-top: 80px;
		padding-bottom: 120px
	}

	.use__content {
		max-width: 1070px;
		width: 100%;
		margin: 0 auto
	}

	.use__title {
		margin-bottom: 84px
	}

	.use-box:nth-child(1),
	.use-box:nth-child(2) {
		padding-bottom: 48px;
		margin-bottom: 48px
	}

	.use-box__icon {
		margin-bottom: 31px
	}

	.use__pack {
		width: 250px;
		transform: translate(-48%, -55%)
	}

	.use__pack::after,
	.use__pack::before {
		transform: translateY(-61%)
	}

	.use__pack::before {
		left: -131px
	}

	.use__pack::after {
		right: -122px;
		transform: translateY(-61%) scaleX(-1)
	}

	.use-doctor {
		margin-top: 39px;
		max-width: 100%;
		padding: 37px 36px 39px 35px
	}

	.order {
		padding: 101px 0 96px
	}

	.order__title {
		margin-bottom: 56px
	}

	.order__item {
		align-items: flex-start;
		max-width: 270px;
		padding-bottom: 36px
	}

	.order-item__icon::before {
		top: 11px;
		right: -69px
	}

	.order-item__title {
		font-size: 18px;
		margin-bottom: 33px
	}

	.order-item__text {
		font-size: 18px
	}

	.footer {
		padding-top: 90px;
		padding-bottom: 40px
	}

	.use-box--left {
		margin-right: 570px;
	}
}

@media screen and (min-width:1250px) {
	.form:before {
		top: -45px;
		right: -29px;
		transform: none
	}
}

.ac_footer {
	position: relative;
	top: 10px;
	height: 0;
	text-align: center;
	margin-bottom: 70px;
	color: #A12000;
}

.ac_footer a {
	color: #A12000;
}

.ac_footer p {
	text-align: center;
}

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