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

@media (min-width:576px) {
	.container {
		max-width: 536px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 728px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 800px
	}
}

@font-face {
	font-family: tahoma;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/tahoma-400.woff2) format("woff2")
}

@font-face {
	font-family: tahoma;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/tahoma-700.woff2) format("woff2")
}

@font-face {
	font-family: inter;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/inter-400.woff2) format("woff2")
}

@font-face {
	font-family: inter;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/inter-700.woff2) format("woff2")
}

@font-face {
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/open-sans-400.woff2) format("woff2")
}

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: .875em
}

mark {
	padding: .2em;
	background-color: #fcf8e3
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::-webkit-file-upload-button {
	font: inherit
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

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

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

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

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

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #c71414;
	color: #fff
}

::selection {
	background-color: #c71414;
	color: #fff
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: inter, sans-serif;
	overflow-x: hidden;
	color: #545454;
	font-weight: 400
}

body input,
body textarea {
	border: #666 1px solid;
	outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border-color: red
}

body input:required:valid,
body textarea:required:valid {
	border-color: green
}

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

.img-responsive.img-width {
	width: 100%
}

.text-center {
	text-align: center
}

b,
strong {
	font-weight: 700
}

a:hover {
	color: inherit
}

img {
	max-width: 100%
}

.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index: 99
}

.head__logo {
	position: absolute;
	top: 0;
	left: 0
}

.head__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 73px
}

.head__seach {
	height: 41px;
	line-height: 41px;
	width: 342px;
	background: #262626;
	border-radius: 20px;
	display: inline-block;
	padding-left: 24px;
	text-decoration: none;
	font-family: tahoma, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.head__seach img {
	margin-right: 4px;
	margin-top: -4px
}

.head__seach:hover {
	color: #fff;
	background-color: #4e4e4e
}

.head__wrap-link ul {
	padding: 0;
	margin: 0
}

.head__wrap-link ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 16px
}

.head__wrap-link ul li:last-child {
	margin-right: 0
}

.head__burger {
	display: none
}

.fixed-box {
	position: -webkit-sticky;
	position: sticky;
	top: 112px;
	margin-left: 32px
}

.fixed-box ul {
	padding: 0;
	margin: 0
}

.fixed-box ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle
}

.fixed-box ul li:last-child {
	margin-bottom: 0
}

.fixed-box ul li a {
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: #2e3136;
	text-decoration: none
}

.fixed-box ul li a img {
	border-radius: 10px;
	margin-right: 16px;
	max-width: 25px;
}

.top__mnu {
	margin-top: 73px;
	padding-top: 24px;
	padding-left: 20px;
	padding-right: 20px
}

.top__mnu-wrap {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto
}

.top__mnu-wrap ul {
	padding: 0;
	margin: 0;
	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
}

.top__mnu-wrap ul li {
	list-style-type: none;
	display: inline-block
}

.top__mnu-wrap ul li.active {
	padding: 0 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0061), to(#ff0003));
	background: -o-linear-gradient(top, #ff0061 0, #ff0003 100%);
	background: linear-gradient(180deg, #ff0061 0, #ff0003 100%);
	border-radius: 10px;
	height: 39px;
	line-height: 39px
}

.top__mnu-wrap ul li.active a {
	color: #fff
}

.top__mnu-wrap ul li:last-child {
	margin-right: 0
}

.top__mnu-wrap ul li a {
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
	color: #2e3136;
	text-decoration: none
}

.news-feed {
	position: absolute;
	left: 100%;
	margin-left: 48px;
	width: 243px
}

.news-feed__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
	color: #2e3136;
	text-decoration: none
}

.news-feed__title img {
	margin-top: -4px;
	margin-left: 7px
}

.news-feed__wrap {
	margin-top: 35px
}

.news-feed__item {
	text-decoration: none;
	margin-bottom: 36px;
	display: block
}

.news-feed__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.news-feed__item-time {
	font-weight: 700;
	font-size: 11px;
	line-height: 120%;
	text-transform: uppercase;
	color: #b8c2cc
}

.news-feed__item-title {
	margin-top: 7px;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: #000
}

.news-feed__item-video {
	font-weight: 700;
	font-size: 11px;
	line-height: 120%;
	text-transform: uppercase;
	color: #b8c2cc
}

.state {
	margin-top: 40px
}

.state .container {
	position: relative;
	margin-top: -422px
}

.state p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #545454;
	margin: 0;
	padding: 0;
	margin-top: 24px
}

.state__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	color: #2e3136
}

.state__statistics {
	margin-top: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.state__statistics-autor {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #545454
}

.state__statistics-autor img {
	margin-top: -2px;
	margin-right: 4px
}

.state__statistics-rait {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: rgba(241, 30, 30, .99)
}

.state__statistics-rait img {
	margin-top: -4px;
	margin-right: 4px
}

.state__statistics-reading-time {
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #545454
}

.state__statistics-reading-time img {
	margin-top: -2px;
	margin-right: 4px
}

.state__subtitle {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: #2e3136;
	margin-top: 24px
}

.state__title-2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #2e3136;
	margin-top: 24px
}

.state__image {
	margin-top: 32px;
	margin-bottom: 32px
}

.state__image-description {
	margin-top: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #545454
}

.state__subtitle-2 {
	margin-top: 32px;
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: #545454
}

.line {
	border-bottom: 1px solid #d9d9d9;
	padding-top: 32px;
	margin-bottom: 32px
}

.state__doctor {
	background-color: #f6f6f6;
	padding: 32px
}

.state__doctor-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #2e3136
}

.state__doctor-wrap {
	margin-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start
}

.state__doctor-image {
	width: 240px
}

.state__doctor-image-mob {
	display: none
}

.state__doctor-specialization {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #545454;
	margin-top: 16px
}

.state__doctor-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #545454
}

.state__doctor-text {
	margin-left: 32px;
	max-width: 424px
}

.state__doctor-text p {
	margin-top: 0;
	margin-bottom: 24px
}

.state__doctor-text p:last-child {
	margin-bottom: 0
}

.state__list {
	margin-top: 32px
}

.state__list ul li {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #2e3136
}

.state__gray {
	padding: 32px;
	background-color: #f7f7f7;
	margin-bottom: 24px;
	margin-top: 24px;
	padding-top: 24px
}

.state__gray p:first-child {
	margin-top: 0
}

.state__gray ul {
	margin-top: 32px
}

.state__gray-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #2e3136
}

.order_block h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
	color: #2e3136;
	margin-bottom: 0
}

.form__prise {
	margin-top: 32px;
	text-align: center;
	margin-bottom: 32px
}

.prise-old {
	font-weight: 400;
	font-size: 28px;
	line-height: 130%;
	text-decoration-line: line-through
}

.prise-new {
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	color: red
}

.input-roulette {
	border: 1px solid #000;
	border-radius: 2px;
	width: 400px;
	max-width: 100%;
	height: 54px;
	line-height: 54px;
	margin-bottom: 16px;
	display: block;
	color: #232323;
	font-weight: 400;
	font-size: 16px;
	padding: 0 16px
}

.submit-roulette {
	width: 400px;
	max-width: 100%;
	height: 54px;
	line-height: 54px;
	background: red;
	-webkit-box-shadow: 0 4px 4px #151515;
	box-shadow: 0 4px 4px #151515;
	border-radius: 2px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	border: 0
}

.footnote {
	margin-top: 32px;
	color: #232323;
	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	display: block
}

.state__comments {
	margin-top: 32px
}

.state__comments-title {
	font-family: tahoma, sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 130%;
	color: #545454
}

.state__comments-wrap {
	margin-top: 28px
}

.state__comments-item {
	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;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	padding-left: 72px
}

.state__comments-item-avatar {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	top: 0
}

.state__comments-item-name {
	font-family: tahoma, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	color: #545454
}

.state__comments-item-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #545454;
	margin-top: 16px;
	display: block;
	width: 100%;
	max-width: 649px
}

.state__comments-item-text a {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #545454
}

.state__comments-item-bottom {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

.state__comments-item-answer {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #5081ff;
	text-decoration: none
}

.state__comments-item-rait-like {
	margin-right: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #5bbd4b;
	text-decoration: none
}

.state__comments-item-rait-like img {
	margin-right: 4px
}

.state__comments-item-rait-dislike {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #bd4b4b;
	text-decoration: none
}

.state__comments-item-rait-dislike img {
	margin-right: 4px
}

.state__btn {
	background: #318823;
	-webkit-box-shadow: 0 4px 4px #151515;
	box-shadow: 0 4px 4px #151515;
	border-radius: 2px;
	height: 54px;
	line-height: 54px;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #eee;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.state__btn:hover {
	color: #eee;
	background: #399e2a
}

.foot {
	margin-top: 77px;
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #000
}

.foot__wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 70px
}

.foot__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}

.foot__logo span {
	display: inline-block;
	max-width: 134px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #ca0000;
	text-decoration: none;
	margin-left: 24px
}

.foot__copy {
	margin-top: 24px;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #fff
}

.foot__copy-mob {
	margin-top: 24px;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #fff;
	display: none
}

.foot__links ul {
	padding: 0;
	margin: 0
}

.foot__links ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 90px
}

.foot__links ul li:last-child {
	margin-right: 0
}

.foot__links ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #c71414;
	text-decoration: none
}

.foot__inf {
	margin-top: 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #fff
}

.foot__inf a {
	text-decoration-line: underline;
	color: #ca0000
}

.matreshka__wrapper {
	max-height: 442px;
	overflow: hidden
}

.bdn {
	border-bottom: 0 !important;
	padding-bottom: 0;
	margin-bottom: 24px
}

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

@media (min-width:576px) {
	.container {
		max-width: 536px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 728px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 800px
	}
}

@media (max-width:1580px) {
	.head__wrap {
		margin-left: 200px;
		padding-left: 20px;
		padding-right: 20px
	}

	.news-feed {
		margin-left: 28px;
		padding-right: 20px
	}
}

@media (max-width:1400px) {
	.top__mnu {
		display: none
	}

	.news-feed {
		display: none
	}

	.fixed-box {
		top: 110px
	}

	.state {
		margin-top: 112px
	}

	.head__burger {
		display: block
	}

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

@media (max-width:1200px) {
	.fixed-box {
		display: none
	}

	.state .container {
		margin-top: 0
	}
}

@media (max-width:992px) {
	.foot__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		gap: 32px
	}

	.foot__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start
	}

	.foot__links {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: block;
		width: 100%
	}

	.foot__inf {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: block;
		width: 100%;
		margin-top: 0
	}

	.foot__copy {
		display: none
	}

	.foot__copy-mob {
		display: block;
		margin-top: 0
	}

	.foot__links {
		margin-top: 32px
	}

	.foot__links ul li {
		display: block;
		margin-bottom: 24px
	}

	.foot__links ul li:last-child {
		margin-bottom: 0
	}
}

@media (max-width:768px) {
	.head__wrap {
		height: 62px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		gap: 30px
	}

	.head__logo {
		height: 62px
	}

	.head__logo img {
		height: 62px
	}

	.head__wrap-seach {
		display: none
	}

	.state {
		margin-top: 94px
	}

	.state__title {
		font-size: 24px;
		line-height: 120%
	}

	.state__statistics {
		margin-top: 16px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 16px 32px
	}

	.state__subtitle {
		margin-top: 16px;
		font-size: 20px;
		line-height: 120%
	}

	.state p {
		margin-top: 16px;
		font-size: 16px;
		line-height: 150%
	}

	.state__title-2 {
		font-size: 26px;
		line-height: 120%;
		margin-top: 16px
	}

	.state__subtitle-2 {
		font-size: 20px;
		line-height: 150%;
		margin-top: 16px
	}

	.state__image-description {
		font-size: 16px;
		line-height: 150%
	}

	.state__doctor-image-mob {
		display: block
	}

	.state__doctor-image {
		display: none
	}

	.state__doctor {
		padding: 24px
	}

	.state__doctor-title {
		font-size: 26px;
		line-height: 120%
	}

	.state__doctor-wrap {
		margin-top: 16px
	}

	.state__doctor-text {
		margin-left: 0;
		max-width: 100%
	}

	.state__doctor p {
		margin-top: 0;
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 20px
	}

	.state__doctor-image-mob {
		padding-top: 8px
	}

	.state__list ul li {
		font-size: 16px;
		line-height: 150%
	}

	.state__gray {
		padding: 20px
	}

	.state__gray p {
		font-size: 16px;
		line-height: 150%
	}

	.state__gray-title {
		font-size: 26px;
		line-height: 120%
	}

	.state__gray ul {
		margin-top: 16px
	}

	.state__gray ul li {
		font-size: 16px;
		line-height: 150%
	}

	.matreshka__title {
		font-size: 20px;
		line-height: 120%;
		margin-bottom: 8px
	}

	.order_block h3 {
		font-size: 26px;
		line-height: 120%
	}

	.prise-old {
		font-size: 24px;
		line-height: 130%
	}

	.prise-new {
		font-size: 24px;
		line-height: 130%
	}

	.footnote {
		margin-top: 24px;
		font-size: 14px;
		line-height: 130%
	}

	.state__comments-title {
		font-size: 22px;
		line-height: 120%
	}

	.state__comments-wrap {
		margin-top: 32px
	}

	.state__comments-item-avatar {
		position: relative
	}

	.state__comments-item {
		padding-left: 0
	}

	.state__comments-item-name {
		margin-left: 16px
	}

	.state__comments-item-bottom {
		margin-top: 16px
	}

	.bdn {
		margin-bottom: 32px
	}

	.foot__copy-mob {
		text-align: center;
		width: 100%
	}

	.head__wrap {
		margin-left: 150px
	}
}

.user-img {
	border-radius: 100%;
}