@keyframes showDialog {
	0% {
		transform: translateY(-110%);
	}
	to {
		transform: translateY(0);
	}
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
::after,
::before {
	box-sizing: border-box;
}
a,
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
aside,
footer,
header,
legend,
main,
nav,
section {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight: inherit;
}
ul,
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
img,
svg {
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
input,
select,
textarea {
	background-color: transparent;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
input::-ms-clear {
	display: none;
}
button,
input[type="submit"] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: 0 0;
	cursor: pointer;
}
button:active,
button:focus,
input:active,
input:focus {
	outline: 0;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
}
@font-face {
	font-family: "Helvetica";
	src: url(./../fonts/helvetica_regular.otf);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url(./../fonts/Gilroy-SemiBold.ttf);
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url(./../fonts/Gilroy-Medium.ttf);
	font-weight: 500;
	font-style: normal;
}
:root {
	--container-width: 1350px;
	--container-padding: 20px;
	--font-family: "Helvetica", sans-serif;
	--second-family: "Gilroy", sans-serif;
	--red: #ff5a54;
	--green: #7db928;
	--blue: #0092d4;
	--pale-blue: #f4f7fc;
	--light-blue: #d4e4ff;
	--white: #fff;
	--dividers: #dde5f2;
	--grey: #afafaf;
	--grey-blue: #92a1ba;
	--black: #2e2e2e;
	--tr-dur: 0.2s;
	--tr-style: ease-in-out;
	--slider-face-width: 320px;
	--slider-teeth-width: 618px;
	--slider-handle-width: 40px;
}
@media (max-width: 1340px) {
	:root {
		--slider-teeth-width: 503px;
	}
}
@media (max-width: 1200px) {
	:root {
		--slider-teeth-width: 440px;
	}
}
@media (max-width: 1150px) {
	:root {
		--slider-teeth-width: 400px;
	}
}
@media (max-width: 1100px) {
	:root {
		--slider-face-width: 442px;
		--slider-teeth-width: 442px;
	}
}
@media (max-width: 800px) {
	:root {
		--slider-face-width: 380px;
		--slider-teeth-width: 380px;
	}
}
@media (max-width: 750px) {
	:root {
		--slider-face-width: 340px;
		--slider-teeth-width: 340px;
	}
}
@media (max-width: 680px) {
	:root {
		--slider-face-width: 288px;
		--slider-teeth-width: 288px;
	}
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: var(--white);
	color: var(--black);
	font-family: var(--font-family);
}
img {
	display: block;
}
a {
	color: inherit;
}
summary::-webkit-details-marker {
	display: none;
}
summary::marker {
	display: none;
	content: "";
}
.none,
.priem-form__item-date .air-datepicker-nav--action svg {
	display: none !important;
}
.no-scroll {
	overflow-y: hidden;
}
.btn {
	border-radius: 100px;
	padding: 0 23px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	min-height: 48px;
	border: 2px solid var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color var(--tr-dur) var(--tr-style),
		background-color var(--tr-dur) var(--tr-style);
}
.btn:hover {
	background-color: transparent;
	color: var(--blue);
}
.btn-classic,
.btn-outline:hover {
	background: var(--blue);
	color: var(--white);
}
.btn-outline {
	background: 0 0;
	color: var(--blue);
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
.bg-black::before {
	content: "";
	position: absolute;
	background: rgba(45, 45, 45, 0.5);
	inset: 0;
	z-index: 101;
}
.form-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgba(49, 57, 62, 0.5);
}
.error {
	border: 1px solid var(--red) !important;
}
.error-label {
	color: var(--red) !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.section {
	padding: 100px 0 0;
}
@media (max-width: 1040px) {
	.section {
		padding: 60px 0 0;
	}
	.discover__inner {
		grid-template-columns: 1fr;
	}
}
.title-1 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 36px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.title-1 {
		font-size: 30px;
	}
}
.title-2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.title-2 {
		font-size: 18px;
	}
}
.line-icon {
	display: block;
	margin-left: 28px;
}
.attention::after,
.line-icon::before {
	--size: 24px;
	content: "";
	position: absolute;
	background-repeat: no-repeat;
}
.line-icon::before {
	left: -28px;
	top: 0;
	background-image: url(./../img/icons/line-icon.svg);
	background-position: center center;
	background-size: cover;
	width: var(--size);
	height: var(--size);
}
.attention,
.line-icon {
	position: relative;
}
.attention::after {
	right: 0;
	top: -2px;
	transform: translate(50%, -50%);
	width: calc(var(--size) + 24px);
	height: calc(var(--size) + 24px);
	background-image: url(./../img/icons/attention.svg);
	background-position: center;
	background-size: var(--size);
	background-color: #fff;
	border-radius: 50%;
}
@media (max-width: 1040px) {
	.frst-section {
		margin-top: 76px;
	}
}
@media (max-width: 680px) {
	.frst-section {
		margin-top: 63px;
	}
}
.green {
	color: var(--green);
}
.container {
	padding: 0 var(--container-padding);
	max-width: var(--container-width);
	margin: 0 auto;
}
.container-right {
	padding-left: calc(
		(100% - var(--container-width)) / 2 + var(--container-padding)
	);
}
.container-left {
	padding-right: calc(
		(100% - var(--container-width)) / 2 + var(--container-padding)
	);
}
.out-container {
	width: calc(100% - 40px);
	max-width: 1746px;
	margin: 0 auto;
}
@media (max-width: 1350px) {
	.out-container {
		width: calc(100% - var(--container-padding) * 2);
		max-width: var(--container-width);
	}
}
@media (max-width: 1040px) {
	.out-container {
		margin: 0 auto;
	}
}
@media (max-width: 870px) {
	.out-container {
		width: 100%;
	}
}
.wrapper,
body,
html {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
}
.footer {
	margin-top: auto;
}
@media (max-width: 1040px) {
	.brand-2.brand {
		margin-top: 56px;
	}
}
@media (max-width: 680px) {
	.brand-2.brand {
		margin-top: -4px;
	}
}
.brands {
	overflow: hidden;
	margin-top: -30px;
	padding-bottom: 30px;
}
.brands__title {
	max-width: 400px;
}
.brands__text {
	border-radius: 8px;
	padding: 16px;
	background: var(--pale-blue);
	margin-top: 30px;
	display: grid;
	grid-template-columns: 6fr 6fr;
	gap: 10px;
}
@media (max-width: 680px) {
	.brands__text {
		grid-template-columns: 1fr;
	}
}
.brands__desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	margin-right: 100px;
}
@media (max-width: 1040px) {
	.brands__desc:first-child {
		margin-right: 35px;
	}
	.brands__desc:last-child {
		margin-right: 20px;
	}
}
@media (max-width: 680px) {
	.brands__desc:first-child {
		margin-right: 0;
	}
	.brands__desc:last-child {
		margin-right: 0;
	}
}
.brands__brand {
	margin-top: 40px;
}
@media (max-width: 1040px) {
	.brands__brand {
		margin-top: 26px;
	}
}
@media (max-width: 680px) {
	.brands__brand {
		margin-top: 30px;
	}
}
.brand__title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.brand__title {
		font-size: 24px;
	}
}
.brand__logo {
	margin-top: 23px;
}
@media (max-width: 1040px) {
	.brand__logo {
		margin-top: 30px;
	}
}
.brand__text {
	margin-top: 35px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (max-width: 680px) {
	.brand__text {
		grid-template-columns: repeat(1, 1fr);
	}
}
.brand__desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.brand__desc:first-child {
	max-width: 580px;
}
@media (max-width: 1040px) {
	.brand__desc:first-child {
		margin-right: 30px;
	}
}
@media (max-width: 680px) {
	.brand__desc:first-child {
		margin-right: 0;
	}
}
.brand__desc p + p {
	margin-top: 15px;
}
.brand__benefits {
	margin-top: 30px;
}
.brand__benefits-cards {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media (max-width: 680px) {
	.brand__benefits-cards {
		grid-template-columns: repeat(1, 1fr);
	}
}
.brand__benefits-card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.brand__benefits-card {
		display: grid;
		grid-template-columns: 40px 1fr;
		row-gap: 10px;
		column-gap: 16px;
		align-items: center;
	}
}
.brand__benefits-card-icon {
	border-radius: 4px;
	padding: 10px;
	background: var(--pale-blue);
	display: inline-block;
}
@media (max-width: 680px) {
	.brand__benefits-card-icon {
		padding: 4px;
	}
}
.brand__benefits-card-title {
	margin-top: 10px;
}
@media (max-width: 680px) {
	.brand__benefits-card-title {
		margin-top: 0;
	}
}
.brand__benefits-card-desc {
	margin-top: 12px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.brand__benefits-card-desc {
		grid-column: 1/3;
		margin-top: 0;
	}
}
.brand__disadvantages {
	margin-top: 30px;
}
.brand__disadvantages-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 25px;
}
@media (max-width: 680px) {
	.brand__disadvantages-cards {
		grid-template-columns: repeat(1, 1fr);
	}
}
.brand__disadvantages-card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.brand__disadvantages-card {
		display: grid;
		grid-template-columns: 40px 1fr;
		row-gap: 10px;
		column-gap: 16px;
		align-items: center;
	}
}
.brand__disadvantages-card-icon {
	border-radius: 4px;
	padding: 10px;
	background: var(--pale-blue);
	display: inline-block;
}
@media (max-width: 680px) {
	.brand__disadvantages-card-icon {
		padding: 4px;
	}
}
.brand__disadvantages-card-title,
.choosing__card-text p + p {
	margin-top: 10px;
}
@media (max-width: 680px) {
	.brand__disadvantages-card-title {
		margin-top: 0;
	}
}
.brand__disadvantages-card-desc {
	margin-top: 13px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.brand__disadvantages-card-desc {
		grid-column: 1/3;
		margin-top: 0;
	}
}
.bread-crumbs {
	margin-top: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
}
@media (max-width: 1040px) {
	.bread-crumbs {
		margin-top: 90px;
	}
}
.bread-crumbs__list {
	flex-wrap: wrap;
}
.bread-crumbs__item,
.bread-crumbs__list {
	display: flex;
	gap: 10px;
}
.bread-crumbs__item-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--grey);
}
.bread-crumbs__item-text--main {
	color: var(--blue);
}
.choosing {
	overflow-x: hidden;
}
.choosing__title {
	max-width: 430px;
}
@media (max-width: 1040px) {
	.choosing__title {
		max-width: 600px;
	}
}
.choosing__content {
	margin-top: 29px;
}
.choosing__text {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 16px;
	background-color: var(--pale-blue);
	margin-bottom: 24px;
}
@media (max-width: 870px) {
	.choosing__text {
		grid-template-columns: 1fr;
	}
}
.choosing__text-desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.choosing__text-desc:first-child {
	max-width: 496px;
}
@media (max-width: 1040px) {
	.choosing__text-desc:first-child {
		max-width: 420px;
	}
}
.choosing__text-desc:last-child {
	max-width: 540px;
}
.choosing__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (max-width: 870px) {
	.choosing__cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
.choosing__card:last-child .choosing__card-desc {
	max-width: 560px;
}
.choosing__card img {
	border-radius: 8px;
}
@media (max-width: 1040px) {
	.choosing__card img {
		height: 316px;
		object-fit: cover;
	}
}
@media (max-width: 870px) {
	.choosing__card img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 680px) {
	.choosing__card img {
		height: 220px;
	}
}
.choosing__card-text {
	margin-top: 20px;
}
@media (max-width: 1040px) {
	.choosing__card-text p + p {
		margin-top: 12px;
	}
}
.choosing__card-desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	margin-top: 20px;
	align-items: start;
}
@media (max-width: 680px) {
	.consultation .container {
		padding: 0;
	}
}
.consultation__inner {
	background-color: var(--pale-blue);
	border-radius: 16px;
	padding: 32px;
	background-image: url(./../img/consultation/consultation-bg.png);
	background-position: 106% center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 1350px) {
	.consultation__inner {
		background-position-x: calc(
			100% - clamp(-8.125rem, -91.406rem + 108.33vw, 0rem) * 1
		);
	}
}
@media (max-width: 1250px) {
	.consultation__inner {
		background-position-y: bottom;
		background-size: 500px;
	}
}
@media (max-width: 1040px) {
	.consultation__inner {
		background-image: url(./../img/consultation/consultation-bg-tablet.png);
		background-position: right bottom;
		background-size: 23%;
	}
}
@media (max-width: 750px) {
	.consultation__inner {
		background-size: 27%;
	}
}
@media (max-width: 730px) {
	.consultation__inner {
		background-size: 30%;
	}
}
@media (max-width: 680px) {
	.consultation__inner {
		padding: 32px 20px 340px;
		background-size: 285px;
	}
}
.consultation__title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
	max-width: 480px;
}
@media (max-width: 1040px) {
	.consultation__title {
		font-size: 24px;
	}
}
.consultation__text {
	margin-top: 20px;
	display: flex;
	gap: 56px;
}
@media (max-width: 1040px) {
	.consultation__text {
		gap: 40px;
	}
}
.consultation__desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 1250px) {
	.consultation__desc--desk {
		flex-shrink: 0;
		margin-right: 280px;
	}
	.consultation__desc:first-child {
		min-width: 340px;
	}
}
.consultation__desc--mobile {
	display: none;
}
.consultation__desc:first-child {
	max-width: 432px;
}
.consultation__desc:last-child {
	max-width: 330px;
}
@media (max-width: 1040px) {
	.consultation__desc {
		min-width: 265px;
		margin-right: -2%;
	}
}
@media (max-width: 940px) {
	.consultation__desc {
		margin-right: 0;
	}
}
@media (max-width: 840px) {
	.consultation__desc:first-child {
		min-width: 275px;
	}
}
@media (max-width: 770px) {
	.consultation__desc--desk {
		flex-shrink: 1;
	}
}
@media (max-width: 730px) {
	.consultation__desc {
		margin-right: 0;
	}
}
@media (max-width: 870px) {
	.consultation__desc:last-child {
		min-width: 265px;
	}
}
@media (max-width: 680px) {
	.consultation__desc:first-child {
		max-width: none;
	}
	.consultation__desc:last-child {
		display: none;
	}
	.consultation__desc--mobile {
		margin-top: 21px;
		margin-right: 30% !important;
		display: block !important;
		max-width: none !important;
	}
}
@media (max-width: 500px) {
	.consultation__desc--mobile {
		margin-right: 0 !important;
	}
}
.consultation__tel {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	text-align: right;
	color: var(--black);
	display: inline-block;
	margin-top: 20px;
	transition: color var(--tr-dur) var(--tr-style);
}
@media (max-width: 1040px) {
	.consultation__tel {
		font-size: 18px;
	}
}
.consultation__tel:hover,
.cookie__text a {
	color: var(--blue);
}
.consultation__socials {
	display: flex;
	gap: 12px;
	margin-top: 14px;
}
.contraindications {
	overflow: hidden;
	padding-bottom: 30px;
}
.contraindications__title {
	max-width: 600px;
}
.contraindications__subtitle {
	margin-top: 33px;
	max-width: 600px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.contraindications__subtitle {
		font-size: 24px;
	}
}
.contraindications__content {
	display: grid;
	grid-template-columns: 7fr 5fr;
	gap: 10px;
	margin-top: 25px;
}
@media (max-width: 1040px) {
	.contraindications__content {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}
.contraindications__cards {
	display: grid;
	grid-template-columns: 3fr 2fr 2fr;
	gap: 10px;
	position: relative;
	z-index: 1;
}
@media (max-width: 1040px) {
	.contraindications__cards {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 680px) {
	.contraindications__cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
.contraindications__card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.contraindications__card {
		display: flex;
		gap: 16px;
		align-items: center;
	}
}
.contraindications__card-icon {
	border-radius: 4px;
	padding: 10px;
	background: var(--pale-blue);
	display: inline-block;
}
@media (max-width: 680px) {
	.contraindications__card-icon {
		height: 40px;
		padding: 4px;
	}
	.contraindications__card-icon img {
		min-width: 32px;
		height: 32px;
	}
}
.contraindications__card-title {
	margin-top: 10px;
}
@media (max-width: 680px) {
	.contraindications__card-title {
		margin-top: 0;
	}
}
.contraindications__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	padding: 16px;
	background: var(--pale-blue);
	border-radius: 4px;
}
.contraindications__text p {
	max-width: 500px;
}
@media (max-width: 1040px) {
	.contraindications__text p {
		max-width: none;
	}
}
.cookie {
	display: none;
	position: fixed;
	left: 20px;
	bottom: 70px;
	z-index: 2000;
}
.cookie.is-show,
.doctors__btn a {
	display: block;
}
@media (max-width: 680px) {
	.cookie {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
}
.cookie__inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	background: var(--white);
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
  width: 296px;
}
@media (max-width: 680px) {
	.cookie__inner {
		width: 100%;
		max-width: 320px;
	}
}
@media (max-width: 440px) {
	.cookie__inner {
		display: inline-flex;
    width: 227px;
	}
}
.cookie__btn,
.cookie__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
}
.cookie__text {
	line-height: 156%;
	color: var(--black);
}
.cookie__btn {
	background: var(--blue);
	border: 2px solid var(--blue);
	border-radius: 100px;
	padding: 6px 24px 12px;
	width: 130px;
	height: 48px;
	line-height: 150%;
	color: var(--white);
	transform: all var(--tr-dur) var(--tr-style);
}
.cookie__btn:hover {
	background: 0 0;
	color: var(--blue);
}
@media (max-width: 440px) {
	.cookie__btn {
		width: 100%;
	}
}
.cta-appointment {
	margin-top: 182px;
}
@media (max-width: 1040px) {
	.cta-appointment {
		margin: 157px 0 0 40px;
	}
}
@media (max-width: 820px) {
	.cta-appointment {
		background: var(--pale-blue);
		margin: 0;
		padding: 40px 20px 24px;
		width: 100%;
	}
	.cta-appointment__inner {
		max-width: none;
		margin: 0;
	}
}
.cta-appointment__desc {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--black);
	margin-top: 18px;
	max-width: 480px;
}
@media (max-width: 1350px) {
	.cta-appointment__desc {
		padding-right: 10px;
	}
}
@media (max-width: 1040px) {
	.cta-appointment__desc {
		margin-top: 15px;
		font-size: 18px;
		width: fit-content;
		max-width: 350px;
	}
}
@media (max-width: 820px) {
	.cta-appointment__desc {
		max-width: none;
	}
}
.cta-appointment__socials {
	margin-top: 16px;
	display: flex;
	gap: 12px;
}
@media (max-width: 1040px) {
	.cta-appointment__socials {
		margin-top: 20px;
	}
}
.cta-appointment__btn {
	margin-top: 13px;
	max-width: 211px;
}
.cta-appointment__tel {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--black);
	display: block;
	margin-top: 22px;
	transition: color var(--tr-dur) var(--tr-style);
}
@media (max-width: 1040px) {
	.cta-appointment__tel {
		font-size: 18px;
	}
}
.cta-appointment__tel:hover,
a.footer__col-title:hover,
a.footer__desc:hover {
	color: var(--blue);
}
.cta-appointment__vk {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
	transition: opacity var(--tr-dur) var(--tr-style);
}
.cta-appointment__vk:hover {
	opacity: 0.8;
}
.cta-appointment__vk-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--blue);
}
.cta-question {
	margin-top: 48px;
	margin-left: 113px;
}
@media (max-width: 1040px) {
	.cta-question {
		margin-top: 40px;
		margin-left: 83px;
	}
}
@media (max-width: 960px) {
	.cta-question {
		display: flex;
		margin: 40px auto;
		max-width: 350px;
	}
}
@media (max-width: 820px) {
	.cta-question {
		background: var(--light-blue);
		margin: 0;
		padding: 22px 20px;
		max-width: none;
		width: 100%;
	}
	.cta-question__inner {
		max-width: none;
		margin: 0 auto 0 0;
	}
}
@media (max-width: 1040px) {
	.cta-question__title {
		padding-right: 20px;
	}
	.cta-question__title br {
		display: none;
	}
}
@media (max-width: 680px) {
	.cta-question__title {
		padding-right: 0;
	}
}
.cta-question__form {
	margin-top: 20px;
  max-width: 320px;
}
.cta-question__form-row {
	display: flex;
	flex-direction: column;
}
.cta-question__form-row + .cta-question__form-row {
	margin-top: 14px;
}
.cta-question__form-row textarea {
	resize: none;
	height: auto;
	min-height: 100px;
	border-radius: 16px;
}
.cta-question__form-row textarea:focus-visible {
	outline: 0;
}
.cta-question__form-label {
  margin-bottom: 6px;
}
.cta-question__form-input,
.cta-question__form-label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.cta-question__form-input {
	margin-top: 1px;
	border: 1px solid var(--white);
	border-radius: 100px;
	padding: 9px 16px;
	width: 320px;
	height: 48px;
}
.cta-question__form-input::placeholder {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--grey-blue);
}
@media (max-width: 820px) {
	.cta-question__form-input {
		width: 100%;
	}
}
.cta-question__form-btn {
	margin-top: 10px;
	height: 52px;
	width: 320px;
}
@media (max-width: 1040px) {
	.cta-question__form-btn {
		height: 50px;
	}
}
@media (max-width: 680px) {
	.cta-question__form-btn {
		max-width: 320px;
		width: 100%;
	}
}
.cta-question__form-text {
	margin-top: 15px;
	max-width: 350px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: #92a9cf;
}
@media (max-width: 820px) {
	.cta-question__form-text {
		max-width: 500px;
	}
}
.cta-question__form-link {
	color: var(--blue);
	transition: opacity var(--tr-dur) var(--tr-style);
}
.cta-question__form-link:hover {
	opacity: 0.8;
}
.cta {
	height: 800px;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
@media (max-width: 680px) {
	.cta.cta--last {
		border-radius: 16px 16px 0 0;
	}
}
.cta .container {
	height: inherit;
}
@media (max-width: 1040px) {
	.cta {
		height: 780px;
	}
	.cta .container,
	.cta.out-container {
		padding: 0;
	}
}
@media (max-width: 820px) {
	.cta {
		height: auto;
	}
	.cta.out-container {
		width: calc(100% - var(--container-padding) * 2);
	}
}
@media (max-width: 680px) {
	.cta.out-container {
		width: 100%;
	}
}
.cta__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 820px) {
	.cta__inner {
		grid-template-columns: 1fr;
	}
}
.cta__col {
	display: flex;
	height: 100%;
	position: relative;
	z-index: 1;
}
.cta__bg-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
	background-color: var(--pale-blue);
}
@media (max-width: 820px) {
	.cta__bg-1 {
		display: none;
	}
}
.cta__bg-2 {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background-color: var(--light-blue);
}
@media (max-width: 820px) {
	.cta__bg-2 {
		display: none;
	}
}
.discover {
	margin-top: 11px;
	border-radius: 16px;
	overflow: hidden;
}
@media (max-width: 680px) {
	.discover {
		margin-top: 0;
		border-radius: 0;
	}
	.discover .container {
		padding: 0;
	}
}
.discover__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	position: relative;
}
@media (max-width: 1040px) {
	.discover__inner {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 870px) {
	.discover__inner {
		grid-template-columns: 1fr;
	}
}
.discover__text {
	border-radius: 16px;
	padding: 40px;
	background-color: #f4f7fc;
}
@media (max-width: 1040px) {
	.discover__text {
		padding: 40px auto 40px 40px;
	}
}
@media (max-width: 870px) {
	.discover__text {
		padding: 20px;
		flex-direction: column;
	}
}
.discover__title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 48px;
	line-height: 125%;
	color: var(--black);
	max-width: 700px;
	margin-bottom: 30px;
}
@media (max-width: 1040px) {
	.discover__title {
		font-size: 36px;
		margin-bottom: 32px;
	}
}
.discover__benefits-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.discover__benefits-title {
		font-size: 24px;
	}
}
.discover__benefits-list {
	margin-top: 25px;
	display: flex;
	gap: 20px;
}
.discover__benefits-list li {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 680px) {
	.discover__benefits-list {
		display: grid;
		grid-template-columns: 100px auto;
		gap: 15px;
		margin-top: 22px;
	}
}
.discover__benefits-up {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--green);
}
.discover__benefits-bottom {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	text-wrap: nowrap;
}
.discover__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 25px;
	margin-left: 3px;
}
.discover__list-item,
.faq__content summary {
	display: flex;
	align-items: center;
	position: relative;
}
.discover__list-item {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	gap: 10px;
}
@media (max-width: 680px) {
	.discover__list-item {
		align-items: flex-start;
	}
	.discover__list-item::before {
		margin-top: 1px;
	}
}
.discover__media {
	overflow: hidden;
}
.vk-video {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}
.vk-video[poster] {
	background: #000;
}

.discover__media iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 1040px) {
	.discover__media {
		aspect-ratio: 16/9;
	}
}
.doctors {
	padding-top: 60px;
	overflow: hidden;
}
.doctors__cards {
	display: grid;
	grid-template-columns: 3fr 3fr 6fr;
	gap: 10px;
	margin-top: 28px;
}
@media (max-width: 1325px) {
	.doctors__cards {
		grid-template-columns: 3fr 3fr 5fr;
	}
}
@media (max-width: 1220px) {
	.doctors__cards {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 1040px) {
	.doctors__cards {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 870px) {
	.doctors__cards {
		grid-template-columns: 1fr;
		margin-top: 25px;
	}
}
.doctors__item {
	border-radius: 8px;
	padding: 16px;
	background: var(--pale-blue);
	display: flex;
	flex-direction: column;
	position: relative;
}
@media (max-width: 1325px) {
	.doctors__item {
		height: fit-content;
	}
}
@media (max-width: 1220px) {
	.doctors__item:nth-child(3) {
		grid-column: 1/-1;
	}
	.doctors__item:nth-child(3) .doctors__item-text {
		max-width: clamp(18.75rem, -12.321rem + 57.14vw, 31.25rem);
	}
	.doctors__item:nth-child(3) .doctors__btn {
		max-width: 288px;
	}
}
@media (max-width: 1220px) and (max-width: 680px) {
	.doctors__item:nth-child(3) .doctors__btn {
		max-width: none;
	}
}
@media (max-width: 1040px) {
	.doctors__item:nth-child(3) .doctors__item-text {
		max-width: clamp(18.75rem, -2.04rem + 38.24vw, 22.813rem);
	}
}
@media (max-width: 1040px) and (max-width: 870px) {
	.doctors__item:nth-child(3) .doctors__item-text {
		max-width: none;
	}
}
@media (max-width: 1040px) {
	.doctors__item:nth-child(3) .doctors__btn {
		max-width: 288px;
	}
}
@media (max-width: 500px) {
	.doctors__item:nth-child(3) .doctors__btn {
		max-width: none;
	}
}
@media (max-width: 680px) {
	.doctors__item {
		padding: 0;
	}
}
.doctors__item-info {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 16px;
}
@media (max-width: 680px) {
	.doctors__item-info {
		padding: 16px 16px 0;
	}
}
.doctors__item-img {
	max-width: 100px;
	height: 160px;
	border-radius: 4px;
	overflow: hidden;
}
.doctors__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.doctors__item-desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.doctors__item-specialization,
.faq__content details + details {
	margin-top: 10px;
}
.doctors__item-exp,
.header__nav-list ul li + li,
.license-list__item-text p + p {
	margin-top: 12px;
}
.doctors__item-text {
	margin-top: 17px;
}
@media (max-width: 680px) {
	.doctors__item-text {
		padding: 0 16px;
	}
}
.doctors__item-parag {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.doctors__item-div {
	margin-top: 15px;
}
.doctors__btn {
	margin-top: auto;
	max-width: 288px;
	width: 100%;
}
@media (max-width: 1325px) {
	.doctors__btn {
		margin-top: 0;
		max-width: none;
	}
}
@media (max-width: 870px) {
	.doctors__btn {
		max-width: 288px;
		width: 100%;
	}
}
@media (max-width: 680px) {
	.doctors__btn {
		margin-right: 16px;
		margin-left: 16px;
		margin-bottom: 16px;
		width: auto;
	}
}
@media (max-width: 500px) {
	.doctors__btn {
		max-width: none;
	}
}
.doctors__item-banner,
.faq__content .content {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.doctors__item-banner {
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
	transform: rotate(3deg);
	position: absolute;
	bottom: 80px;
	right: -35px;
	width: 650px;
}
.doctors__item-banner::before {
	content: "";
	--size: 44px;
	position: absolute;
	right: 12px;
	top: 2px;
	width: var(--size);
	height: var(--size);
	background-image: url(./../img/icons/quotes.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 1325px) {
	.doctors__item-banner {
		position: relative;
		right: auto;
		transform: none;
		width: 100%;
		margin-top: 10px;
		bottom: 0;
	}
	.doctors__item-banner::before {
		right: 22px;
		top: -17px;
	}
}
@media (max-width: 1220px) {
	.doctors__item-banner {
		transform: rotate(3deg);
		position: absolute;
		bottom: 47px;
		right: 17px;
		width: clamp(28.75rem, -0.996rem + 54.71vw, 34.563rem);
	}
	.doctors__item-banner::before {
		right: 9px;
		top: 7px;
	}
}
@media (max-width: 870px) {
	.doctors__item-banner {
		position: relative;
		right: auto;
		transform: none;
		width: 100%;
		margin-top: 10px;
		bottom: 0;
	}
	.doctors__item-banner::before {
		right: 22px;
		top: -17px;
	}
}
.faq {
	margin-top: 20px;
	padding-top: 50px;
}
@media (max-width: 1040px) {
	.faq {
		padding-top: 75px;
		margin-top: -12px;
	}
}
.faq__content {
	margin-top: 27px;
}
.faq__content details {
	border-radius: 8px;
	background-color: var(--pale-blue);
	transition: background-color 0.5s var(--tr-style);
}
@media (hover: hover) {
	.faq__content details:hover {
		background-color: var(--light-blue);
	}
	.faq__content details[open]:hover {
		background-color: var(--pale-blue);
	}
}
@media (hover: none) {
	.faq__content details:active {
		background-color: var(--light-blue);
	}
}
.faq__content summary {
	padding: 20px;
	cursor: pointer;
	justify-content: space-between;
}
.faq__content summary::after,
.faq__content summary::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	border-radius: 10px;
	background-color: var(--blue);
}
.faq__content summary::before {
	width: 18px;
	height: 2px;
	transform: translateY(-50%);
}
.faq__content summary::after {
	width: 2px;
	height: 18px;
	transform: translateY(-50%) translateX(-400%);
	transition: transform var(--tr-dur) var(--tr-style);
}
.faq__content summary.active::after {
	transform: translateY(-50%) translateX(-370%) rotate(90deg);
}
@media (max-width: 680px) {
	.faq__content summary span {
		width: clamp(15.563rem, -5.602rem + 94.06vw, 34.375rem);
		padding-right: 20px;
	}
	.faq__content summary::after,
	.faq__content summary::before {
		top: 30px;
		right: 25px;
	}
}
.faq__content .content {
	margin-top: -8px;
	padding: 0 20px 20px;
	max-width: 810px;
}
@media (max-width: 680px) {
	.faq__content .content {
		padding: 0 60px 20px 20px;
	}
}
.features__title {
	max-width: 500px;
}
@media (max-width: 1040px) {
	.features__title {
		max-width: 400px;
	}
}
.features__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 27px;
}
@media (max-width: 870px) {
	.features__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 680px) {
	.features__cards {
		grid-template-columns: 1fr;
	}
}
.features__card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.features__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
		align-items: center;
	}
}
.features__card-icon {
	background-color: var(--pale-blue);
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
}
@media (max-width: 680px) {
	.features__card-icon {
		height: 40px;
		width: 40px;
		padding: 4px;
	}
}
.features__card-title {
	margin-top: 10px;
}
@media (max-width: 680px) {
	.features__card-title {
		margin-top: 0;
	}
}
.features__card-text {
	margin-top: 14px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.features__card-text {
		grid-column: 1/-1;
		margin-top: 0;
	}
}
.section.footer-section {
	padding-top: 70px;
}
@media (max-width: 1040px) {
	.section.footer-section {
		padding-top: 30px;
	}
}
@media (max-width: 680px) {
	.section.indexFooter {
		padding-top: 0;
	}
}
.footer {
	background: #1f2227;
}
.footer__inner {
	padding: 100px 0 0;
}
@media (max-width: 1040px) {
	.footer__inner {
		padding-top: 60px;
	}
}
.footer__row {
	padding-bottom: 115px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
@media (max-width: 1040px) {
	.footer__row {
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 60px;
	}
}
@media (max-width: 680px) {
	.footer__row {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}
.footer__col {
	color: var(--white);
}
.footer__col--mobile,
.footer__col--tablet {
	display: none;
}
@media (max-width: 1040px) {
	.footer__col--tablet {
		display: block;
		margin-bottom: 25px;
	}
	.footer__col--desk {
		display: none;
	}
}
@media (max-width: 680px) {
	.footer__col--tablet {
		display: none;
	}
	.footer__col--desk {
		display: block;
		grid-row: 4/5;
	}
	.footer__col:first-child .footer__desc,
	.footer__col:first-child .footer__link {
		display: none;
	}
	.footer__col--mobile {
		margin-top: 25px;
		display: block;
	}
}
.footer__logo {
	max-width: 200px;
	display: block;
	margin-bottom: 38px;
}
@media (max-width: 1040px) {
	.footer__logo {
		margin-bottom: 31px;
	}
}
@media (max-width: 680px) {
	.footer__logo {
		margin-bottom: 0;
	}
}
.footer__desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
}
.footer__desc + .footer__desc {
	margin-top: 10px;
}
.footer__desc--address {
	max-width: 300px;
}
@media (max-width: 680px) {
	.footer__desc--address {
		max-width: none;
	}
}
a.footer__col-title,
a.footer__desc {
	transition: color var(--tr-dur) var(--tr-style);
}
.footer__link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--blue);
	margin-top: 12px;
	display: block;
	transition: opacity var(--tr-dur) var(--tr-style);
}
.footer__link:hover {
	opacity: 0.8;
}
.footer__col-title {
	display: block;
	color: var(--white);
	margin-bottom: 20px;
	max-width: 200px;
}
@media (max-width: 680px) {
	.footer__col-title {
		max-width: none;
	}
}
.footer__socials {
	margin-top: 15px;
	display: flex;
	gap: 12px;
}
.footer__col-nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--white);
}
.footer__nav-link,
.header__extra-info a {
	transition: color var(--tr-dur) var(--tr-style);
}
.footer__nav-link:hover {
	color: var(--blue);
}
.footer__down {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	padding: 20px 0 40px;
	background: #1b1e24;
}
.footer__down .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
@media (max-width: 1040px) {
	.footer__down {
		padding: 25px 0 160px;
	}
	.footer__down .container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 680px) {
	.footer__down {
		padding: 22px 0 180px;
	}
	.footer__down .container {
		gap: 8px;
		grid-template-columns: 1fr;
	}
}
.footer__down-desc {
	color: var(--white);
}
@media (max-width: 1040px) {
	.footer__down-desc:nth-child(4) {
		grid-column: 3/4;
	}
}
@media (max-width: 680px) {
	.footer__down-desc:nth-child(4) {
		grid-column: 1/2;
	}
}
#order-call-dialog p a,
.footer__down-link {
	color: var(--blue);
	transition: opacity var(--tr-dur) var(--tr-style);
}
.footer__down-link:hover {
	opacity: 0.8;
}
.fth-sroki {
	overflow: hidden;
	padding-bottom: 60px;
}
.fth-sroki__inner {
	position: relative;
}
.fth-sroki__title {
	max-width: 650px;
}
@media (max-width: 1040px) {
	.fth-sroki__title {
		max-width: 475px;
	}
}
.fth-sroki__subtitle {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
	margin-top: 30px;
}
@media (max-width: 1040px) {
	.fth-sroki__subtitle {
		font-size: 24px;
	}
}
.fth-sroki__cards {
	margin-top: 25px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media (max-width: 1020px) {
	.fth-sroki__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 870px) {
	.fth-sroki__cards {
		grid-template-columns: 1fr;
	}
}
.fth-sroki__card {
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	min-height: 300px;
}
@media (max-width: 870px) {
	.fth-sroki__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
		min-height: 0;
	}
}
.fth-sroki__card-num {
	font-family: var(--second-family);
	background: var(--pale-blue);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--green);
	border-radius: 4px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 870px) {
	.fth-sroki__card-num {
		width: 40px;
		height: 40px;
	}
}
.fth-sroki__card-title {
	margin-top: 16px;
}
@media (max-width: 870px) {
	.fth-sroki__card-title {
		margin-top: 0;
		align-self: center;
		font-size: 20px;
	}
}
.fth-sroki__card-desc {
	margin-top: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 870px) {
	.fth-sroki__card-desc {
		grid-column: 1/-1;
		margin-top: 0;
	}
}
.fth-sroki__img {
	position: absolute;
	bottom: -2%;
	left: 65%;
}
@media (max-width: 1200px) {
	.fth-sroki__img {
		bottom: -13px;
		width: 405px;
	}
}
@media (max-width: 1020px) {
	.fth-sroki__img {
		bottom: -13px;
		left: 50%;
	}
}
@media (max-width: 870px) {
	.fth-sroki__img {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		bottom: 10px;
		width: 380px;
	}
}
.guarantees {
	margin-top: 40px;
}
.guarantees__title {
	max-width: 615px !important;
}
.guarantees__cards {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
@media (max-width: 1040px) {
	.guarantees__cards {
		margin-top: 22px;
	}
}
@media (max-width: 870px) {
	.guarantees__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 680px) {
	.guarantees__cards {
		grid-template-columns: 1fr;
	}
}
.guarantees__card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.guarantees__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
	}
}
.guarantees__card-icon {
	border-radius: 4px;
	width: 52px;
	height: 52px;
	background: #f4f7fc;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 680px) {
	.guarantees__card-icon {
		width: 40px;
		height: 40px;
	}
}
#order-call-dialog .input-section + .input-section,
.guarantees__card-title {
	margin-top: 15px;
}
@media (max-width: 680px) {
	.guarantees__card-title {
		margin-top: 0;
		align-self: center;
	}
}
.guarantees__card-desc {
	margin-top: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.guarantees__card-desc {
		grid-column: 1/-1;
		margin-top: 0;
	}
}
.header__nav {
	display: grid;
	grid-template-columns: 3fr 2fr 2fr 2fr minmax(134px, 1fr) minmax(175px, 1fr);
	grid-template-rows: auto auto;
	grid-area: "1 2 3 4 5 6";
	gap: 10px;
	padding-top: 21px;
}
@media (max-width: 1040px) {
	.header__nav {
		display: flex;
		padding-top: 0;
		gap: 31px;
	}
}
.header__nav-link {
	line-height: 156%;
	font-size: 16px;
	transition: color var(--tr-dur) var(--tr-style);
}
.header__nav-link:hover,
.header__nav-list:hover > a {
	color: var(--blue);
}
.header__nav-link:nth-child(1) {
	grid-area: 1;
	grid-row: 1/3;
}
.header__nav-link:nth-child(2) {
	grid-area: 2;
	grid-row: 1/3;
}
.header__nav-link:nth-child(3) {
	grid-area: 3;
	grid-row: 1/3;
}
.header__nav-link:nth-child(4),
.header__nav-link:nth-child(6) {
	grid-area: 4;
}
.header__nav-link:nth-child(5),
.header__nav-link:nth-child(7) {
	grid-area: 5;
}
.header__nav-link:nth-child(4),
.header__nav-link:nth-child(5) {
	grid-row: 1/2;
}
.header__nav-link:nth-child(6),
.header__nav-link:nth-child(7) {
	grid-row: 2/3;
}
@media (max-width: 1350px) {
	.header__nav-link {
		font-size: 14px;
	}
}
@media (max-width: 1040px) {
	.header__nav-link {
		display: none;
	}
}
.header__nav-link--list {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
}
.header__nav-link--list::after {
	--size: 24px;
	content: "";
	display: inline-block;
	width: var(--size);
	height: var(--size);
	background-image: url(./../img/icons/arrow-down.svg);
	background-repeat: no-repeat;
	transition: transform var(--tr-dur) var(--tr-style);
}
.header__nav-list:hover a + ul {
	opacity: 1;
	padding: 16px;
	width: auto;
	height: auto;
}
.header__nav-list:hover > a::after {
	transform: rotate(180deg);
}
.header__nav-list ul {
	position: absolute;
	opacity: 0;
	max-width: 320px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
	transition: opacity var(--tr-dur) var(--tr-style);
	border-radius: 4px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 0;
}
.header__nav-list ul a {
	line-height: 156%;
	transition: color var(--tr-dur) var(--tr-style);
}
.header__extra-info a:hover,
.header__nav-list ul a:hover {
	color: var(--blue);
}
@media (max-width: 1040px) {
	.header__nav-list {
		display: none;
	}
}
.header__nav-btn {
	grid-area: 6;
	grid-row: 1/2;
}
@media (max-width: 1040px) {
	.header__nav-btn {
		width: 175px;
		height: 48px;
	}
}
@media (max-width: 680px) {
	.header__nav-btn {
		display: none;
	}
}
.header {
	max-height: none;
	position: relative;
	z-index: 5;
	background-color: var(--white);
}
@media (max-width: 1040px) {
	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
	}
}
.header__inner {
	padding: 16px 0 0;
}
@media (max-width: 1040px) {
	.header__inner {
		padding: 17px 0 9px;
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 680px) {
	.header__inner {
		padding: 15px 0;
	}
}
.header__row {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 3fr 3fr 290px 3fr;
	font-size: 16px;
	gap: 10px;
}
@media (max-width: 1350px) {
	.header__row {
		display: flex;
	}
}
@media (max-width: 1040px) {
	.header__row {
		display: flex;
		justify-content: flex-start;
	}
}
.header__logo {
	max-width: 260px;
	width: 100%;
}
@media (max-width: 1350px) {
	.header__logo {
		max-width: 225px;
		padding-top: 2px;
	}
}
@media (max-width: 1040px) {
	.header__logo {
		max-width: 190px;
	}
}
@media (max-width: 680px) {
	.header__logo {
		max-width: 155px;
	}
}
.header__address {
	max-width: 332px;
	padding-top: 3px;
	font-family: var(--font-family);
	font-weight: 400;
	line-height: 156%;
	position: relative;
}
.header__address::before {
	--size: 16px;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(./../img/icons/pin-location.svg);
}
@media (max-width: 1350px) {
	.header__address {
		font-size: 14px;
		margin-left: 30px;
		max-width: 277px;
	}
}
@media (max-width: 1040px) {
	.header__address {
		margin-left: 30px;
		padding-top: 0;
		height: fit-content;
		max-width: 320px;
		min-width: 320px;
		font-size: 16px;
	}
}
@media (max-width: 870px) {
	.header__address {
		display: none;
	}
}
@media (max-width: 680px) {
	.header__address {
		display: none;
	}
}
.header__socials {
	display: flex;
	gap: 12px;
	justify-content: center;
	padding-top: 10px;
	margin-left: 21px;
	max-width: 270px;
}
@media (max-width: 1350px) {
	.header__socials {
		margin-left: 0;
	}
	.header__socials svg {
		width: 28px;
	}
}
@media (max-width: 1040px) {
	.header__socials {
		display: none;
	}
}
.header__info {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
}
@media (max-width: 1040px) {
	.header__info {
		display: none;
	}
}
.header__btn {
	max-height: 48px;
	min-width: 177px;
}
.header__extra-info {
	text-align: right;
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	padding-top: 2px;
	text-wrap: nowrap;
}
@media (max-width: 1350px) {
	.header__extra-info {
		font-size: 14px;
	}
}
@media (max-width: 1040px) {
	.header__extra-info {
		display: none;
	}
}
.header-up__row {
	background-color: #1b1e24;
	padding: 11px 0 14px;
}
.header-up__row .container {
	display: flex;
	gap: 32px;
}
@media (max-width: 1040px) {
	.header-up__row {
		display: none;
	}
}
.header-up__link {
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 156%;
	color: var(--white);
	transition: color var(--tr-dur) var(--tr-style);
}
.header-up__link:hover {
	color: var(--blue);
}
@media (max-width: 1350px) {
	.header-up__link {
		font-size: 14px;
	}
}
.license-list,
.t-lechenie__step--list .t-lechenie__step-text-col p + p {
	margin-top: 10px;
}
.license-list__title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 56px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.license-list__title {
		font-size: 36px;
	}
}
.license-list__main {
	margin-top: 30px;
}
#order-call-dialog .input-section label,
.license-list__item-desc,
.license-list__item-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.license-list__item-desc {
	margin-top: 10px;
	max-width: 870px;
}
@media (max-width: 1040px) {
	.license-list__item-desc {
		max-width: none;
	}
}
.license-list__imgs {
	margin-top: 25px;
}
.license-list__item-download {
	display: inline-block;
}
.license-list__item-download a {
	display: flex;
	gap: 8px;
}
.license-list__item-download .btn {
	padding: 16px 23px;
}
.logo {
	font-size: 32px;
}
.methods__inner {
	display: grid;
	grid-template-columns: 4fr 8fr;
	gap: 10px;
}
@media (max-width: 1040px) {
	.methods__inner {
		display: flex;
		flex-direction: column;
	}
}
.methods__text {
	font-weight: 400;
	line-height: 156%;
	font-size: 16px;
	font-family: var(--font-family);
}
.methods__text p + p {
	margin-top: 11px;
}
@media (max-width: 1040px) {
	.methods__text p + p {
		margin-top: 14px;
	}
}
.methods__text p {
	color: var(--black);
	max-width: 400px;
}
.methods__text a {
	color: var(--blue);
	margin-top: 11px;
	display: block;
	transition: opacity var(--tr-dur) var(--tr-style);
}
#order-call-dialog p a:hover,
.methods__card-more:hover,
.methods__text a:hover {
	opacity: 0.8;
}
@media (max-width: 1040px) {
	.methods__text a {
		margin-top: 9px;
	}
}
@media (max-width: 680px) {
	.methods__text a {
		max-width: 265px;
	}
}
.methods__title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
	margin-bottom: 28px;
}
@media (max-width: 1040px) {
	.methods__title {
		font-size: 24px;
		margin-top: 4px;
		margin-bottom: 18px;
	}
}
@media (max-width: 680px) {
	.methods__title {
		margin-top: 0;
		margin-bottom: 30px;
	}
}
.methods__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 11px;
}
@media (max-width: 1040px) {
	.methods__cards {
		margin-top: 40px;
	}
}
@media (max-width: 680px) {
	.methods__cards {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 5px;
	}
}
.methods__card {
	position: relative;
	padding: 20px;
	border-radius: 8px;
	background-color: var(--pale-blue);
	max-height: 397px;
}
@media (max-width: 1350px) {
	.methods__card {
		max-height: none;
	}
}
.methods__card-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.methods__card-title {
		font-size: 24px;
	}
}
.methods__card-desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	max-width: 250px;
	margin-top: 12px;
}
.methods__card-img {
	margin-top: 9px;
}
@media (max-width: 1040px) {
	.methods__card-img {
		margin-top: 14px;
	}
}
.methods__card-pastprice,
.methods__card-price {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--black);
	display: block;
	margin-top: 13px;
}
.methods__card-pastprice {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
}
@media (max-width: 1040px) {
	.methods__card-pastprice {
		margin-top: 12px;
		font-size: 14px;
	}
}
.methods__card-discount p,
.methods__card-more {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
}
.methods__card-more {
	color: var(--blue);
	display: block;
	margin-top: 6px;
	transition: opacity var(--tr-dur) var(--tr-style);
}
@media (max-width: 680px) {
	.methods__card-more {
		max-width: 260px;
	}
}
.methods__card-discount {
	position: absolute;
	top: -50px;
	right: 20px;
}
.methods__card-discount p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(12deg);
	left: 50%;
	text-align: center;
	color: var(--white);
	text-wrap: nowrap;
}
@media (max-width: 1040px) {
	.methods__card-discount {
		right: 20px;
	}
}
@media (max-width: 680px) {
	.methods__card-discount {
		right: clamp(0.25rem, -21.266rem + 95.63vw, 19.375rem);
		top: -45px;
	}
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 400px;
	height: 100%;
	z-index: 102;
	transition: right 0.3s var(--tr-style);
	display: flex;
	flex-direction: column;
	background: var(--white);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 16px 20px;
}
.mobile-nav .mobile-nav-btn {
	position: absolute;
	right: 15px;
	top: 24px;
}
@media (max-width: 680px) {
	.mobile-nav .mobile-nav-btn {
		right: 22px;
	}
	.mobile-nav {
		width: 100%;
	}
}
.mobile-nav--open {
	right: 0;
}
.mobile-nav__logo {
	max-width: 155px;
	margin-left: -5px;
}
@media (max-width: 680px) {
	.mobile-nav__logo {
		margin-top: 0;
		margin-left: 0;
	}
}
.mobile-nav__address {
	margin-top: 45px;
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 156%;
	position: relative;
}
.header__address::before,
.mobile-nav__address::before,
.mobile-nav__nav-item--list details summary::after {
	content: "";
	position: absolute;
	width: var(--size);
	height: var(--size);
	background-repeat: no-repeat;
}
.mobile-nav__address::before {
	--size: 16px;
	left: 0;
	top: 0;
	background-image: url(./../img/icons/pin-location.svg);
}
@media (max-width: 680px) {
	.mobile-nav__address {
		margin-top: 25px;
	}
}
.mobile-nav__nav-btn {
	min-height: 48px;
	width: 100%;
}
.mobile-nav__nav-btn + .mobile-nav__nav-btn,
.mobile-nav__nav > ul > li + li {
	margin-top: 16px;
}
.mobile-nav__info {
	margin-top: 16px;
	line-height: 156%;
}
.mobile-nav__socials {
	margin-top: 31px;
	display: flex;
	gap: 12px;
}
.mobile-nav__nav {
	margin-top: 30px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 125%;
	color: var(--black);
	margin-bottom: 190px;
}
.mobile-nav__nav-item--list details[open] summary::after {
	transform: rotate(180deg) translateY(50%);
}
.mobile-nav__nav-item--list details summary {
	display: block;
	position: relative;
	cursor: pointer;
}
.mobile-nav__nav-item--list details summary::after {
	--size: 24px;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(./../img/icons/arrow-down.svg);
	transition: transform var(--tr-dur) var(--tr-style);
}
.mobile-nav__nav-sublist {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
	margin-left: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.mobile-nav-btn {
	--time: 0.1s;
	--width: 20px;
	--height: 14px;
	--line-height: 2px;
	--spacing: 4px;
	--color: #000;
	--radius: 4px;
	overflow: visible;
	height: calc(var(--line-height) * 3 + var(--spacing) * 2);
	width: var(--width);
	display: none;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1040px) {
	.mobile-nav-btn {
		display: flex;
		margin: auto 0;
	}
}
.mobile-nav-btn > svg,
.social-item svg {
	overflow: visible;
}
.nav-icon,
.nav-icon::after,
.nav-icon::before {
	height: var(--line-height);
	border-radius: var(--radius);
	background-color: var(--blue);
}
.nav-icon {
	position: relative;
	width: calc(var(--width) - 5px);
}
.nav-icon::after,
.nav-icon::before {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	width: var(--width);
	transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}
.nav-icon::before {
	top: calc(-1 * (var(--line-height) + var(--spacing)));
}
.nav-icon::after {
	top: calc(var(--line-height) + var(--spacing));
}
.nav-icon.nav-icon--active {
	background-color: transparent;
}
.nav-icon.nav-icon--active::after,
.nav-icon.nav-icon--active::before {
	top: 0;
	transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}
.nav-icon.nav-icon--active::before {
	transform: rotate(45deg);
}
.nav-icon.nav-icon--active::after {
	transform: rotate(-45deg);
}
.mobile-nav-btn {
	z-index: 999;
}
#order-call-dialog {
	min-width: 100vw;
	min-height: 100vh;
	background: 0 0;
}
#form-successful::backdrop,
#order-call-dialog::backdrop {
	background: rgba(0, 0, 0, 0.35);
}
#order-call-dialog[open] {
	animation: showDialog 0.5s ease normal;
}
#order-call-dialog .closeOC {
	position: absolute;
	right: 12px;
	top: 12px;
}
#order-call-dialog .layerOC {
	display: none;
}
@media (max-height: 700px) {
	#order-call-dialog .layerOC {
		display: block;
		position: absolute;
		left: 50%;
		bottom: -80px;
		transform: translate(-50%, 0);
		height: 20px;
		width: 100%;
		pointer-events: none;
	}
}
#order-call-dialog .containerOC {
	scrollbar-gutter: stable;
	transition: opacity 0.5s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 999;
	max-width: 430px;
	margin: 0 20px;
	width: 100%;
	border-radius: 16px;
	padding: 16px 24px 24px;
	background: var(--white);
}
@media (max-height: 670px) {
	#order-call-dialog .containerOC {
		transform: translate(-50%, -45%);
	}
}
@media (max-width: 680px) {
	#order-call-dialog .containerOC {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
#order-call-dialog .input-section {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
#order-call-dialog .input-section input {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--black);
	border: 1px solid var(--dividers);
	border-radius: 100px;
	padding: 8px 16px;
	width: 382px;
	height: 48px;
}
#order-call-dialog .input-section input::placeholder,
#order-call-dialog .input-section textarea::placeholder {
	color: var(--grey-blue);
}
@media (max-width: 680px) {
	#order-call-dialog .input-section input {
		width: 100%;
	}
}
#order-call-dialog .input-section textarea {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--black);
	border: 1px solid var(--dividers);
	width: 382px;
	resize: none;
	border-radius: 16px;
	padding: 6px 16px 12px;
	height: 171px;
}
@media (max-width: 680px) {
	#order-call-dialog .input-section textarea {
		width: 100%;
	}
}
#order-call-dialog h2 {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	text-align: center;
	color: var(--black);
	max-width: 250px;
	margin: 0 auto 20px;
}
@media (max-width: 1040px) {
	#order-call-dialog h2 {
		font-size: 24px;
	}
}
#order-call-dialog .btn {
	width: 100%;
	margin-top: 10px;
}
#order-call-dialog p,
.p-discover__discount p {
	font-family: var(--font-family);
	font-weight: 400;
	line-height: 156%;
	text-align: center;
}
#order-call-dialog p {
	font-size: 16px;
	color: #92a9cf;
}
.p-discover {
	margin-top: 10px;
	border-radius: 16px;
	background: var(--pale-blue);
	overflow: hidden;
	z-index: 1;
}
@media (max-width: 870px) {
	.p-discover {
		margin-top: 0;
	}
}
@media (max-width: 1040px) {
	.p-discover {
		background: 0 0;
	}
}
.p-discover .container {
	border-radius: 16px;
}
@media (max-width: 1040px) {
	.p-discover .container {
		background: var(--pale-blue);
	}
}
@media (max-width: 680px) {
	.p-discover,
	.p-discover .container {
		border-radius: 16px 16px 0 0;
	}
}
.p-discover__inner {
	display: flex;
	justify-content: space-between;
	position: relative;
}
@media (max-width: 870px) {
	.p-discover__inner {
		flex-direction: column;
	}
}
.p-discover__content {
	padding: 87px 0 79px;
}
@media (max-width: 1040px) {
	.p-discover__content {
		padding: 58px 0 59px 40px;
	}
}
@media (max-width: 680px) {
	.p-discover__content {
		padding: 20px 0 13px;
	}
}
.p-discover__title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 56px;
	line-height: 125%;
	color: var(--black);
	max-width: 362px;
	position: relative;
	margin-bottom: 35px;
}
@media (max-width: 1040px) {
	.p-discover__title {
		font-size: 36px;
		max-width: 270px;
	}
}
@media (max-width: 870px) {
	.p-discover__title {
		margin-bottom: 18px;
	}
}
.p-discover__discount {
	position: absolute;
	top: -36px;
	right: -95px;
}
.p-discover__discount p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(12deg);
	left: 50%;
	font-size: 15px;
	color: var(--white);
	text-wrap: nowrap;
}
@media (max-width: 1040px) {
	.p-discover__discount {
		right: -71px;
		top: -15px;
	}
}
@media (max-width: 680px) {
	.p-discover__discount {
		right: -59px;
		top: -10px;
	}
}
.p-discover__text {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 430px;
}
@media (max-width: 1040px) {
	.p-discover__text {
		gap: 22px;
	}
}
@media (max-width: 870px) {
	.p-discover__text {
		max-width: none;
	}
}
.p-discover__subtitle {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.p-discover__subtitle {
		font-size: 24px;
		margin-bottom: 0;
	}
}
.p-discover__item-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--black);
	margin-bottom: 13px;
}
@media (max-width: 1040px) {
	.p-discover__item-title {
		font-size: 18px;
	}
}
.p-discover__item-desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	align-items: start;
	margin-left: 24px;
}
.p-discover__media {
	display: flex;
	margin-right: -35px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.p-discover__media::before {
	content: "";
	--size: 236px;
	backdrop-filter: blur(25px);
	background: rgba(223, 236, 253, 0.4);
	background-image: url(./../img/vse-na-4/p-chelust-discover.png);
	background-position: center center;
	background-size: var(--size);
	background-repeat: no-repeat;
	position: absolute;
	width: calc(var(--size) + 70px);
	height: calc(var(--size) + 70px);
	top: 227px;
	right: 375px;
	border-radius: 50%;
	overflow: hidden;
}
.p-discover__media img {
	margin-top: auto;
}
.p-discover__media--6 {
	margin-right: -218px;
}
.p-discover__media--6::before {
	--size: 250px;
	background-image: url(./../img/vse-na-6/p-chelust-discover.png);
	top: 259px;
	right: 641px;
	width: calc(var(--size) + 60px);
	height: calc(var(--size) + 60px);
}
@media (max-width: 1250px) {
	.p-discover__media--6::before {
		--size: 200px;
		width: calc(var(--size) + 30px);
		height: calc(var(--size) + 30px);
		right: 600px;
	}
}
@media (max-width: 1130px) {
	.p-discover__media--6::before {
		--size: 180px;
		right: 500px;
		top: 300px;
	}
}
@media (max-width: 1150px) {
	.p-discover__media--4::before {
		right: 277px;
	}
}
@media (max-width: 1040px) {
	.p-discover__media {
		margin-right: -24px;
		width: clamp(36.875rem, -11.103rem + 88.24vw, 46.25rem);
	}
	.p-discover__media::before {
		--size: 120px;
		top: clamp(13.25rem, -10.739rem + 44.12vw, 17.938rem);
		right: clamp(10.625rem, -22.64rem + 61.18vw, 17.125rem);
	}
	.p-discover__media--6 {
		width: clamp(28.125rem, -11.857rem + 73.53vw, 35.938rem);
		margin-right: -115px;
	}
	.p-discover__media--6::before {
		--size: 150px;
		width: calc(var(--size) + 30px);
		height: calc(var(--size) + 30px);
		top: clamp(13.75rem, -8.64rem + 41.18vw, 18.125rem);
		right: clamp(14.688rem, -34.89rem + 91.18vw, 24.375rem);
	}
}
@media (max-width: 870px) {
	.p-discover__media {
		position: relative;
		left: clamp(-6.563rem, -15.871rem + 41.37vw, 6.625rem);
		right: auto;
	}
	.p-discover__media::before {
		--size: 99px;
		top: 165px;
		right: 350px;
		width: calc(var(--size) + 30px);
		height: calc(var(--size) + 30px);
	}
	.p-discover__media img {
		width: 445px;
	}
	.p-discover__media--6 {
		width: clamp(31.25rem, 23.529rem + 34.31vw, 42.188rem);
		margin-bottom: -93px;
		right: auto;
		left: clamp(-4.813rem, -18.886rem + 62.55vw, 15.125rem);
		margin-right: 0;
		bottom: clamp(1.75rem, -1.206rem + 13.14vw, 5.938rem);
	}
	.p-discover__media--6 img {
		width: 90%;
	}
	.p-discover__media--6::before {
		--size: 122px;
		top: clamp(12rem, 6.838rem + 22.94vw, 19.313rem);
		right: clamp(11.875rem, 6.801rem + 22.55vw, 19.063rem);
		width: calc(var(--size) + 15px);
		height: calc(var(--size) + 15px);
	}
}
@media (max-width: 680px) {
	.p-discover__media--6 {
		margin-bottom: -70px;
	}
}
.privacy-policy__inner {
	max-width: 870px;
}
.privacy-policy__title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 56px;
	line-height: 125%;
	color: var(--black);
	margin-top: 10px;
}
@media (max-width: 1040px) {
	.privacy-policy__title {
		font-size: 36px;
		max-width: none;
	}
}
.privacy-policy__info {
	margin-top: 25px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.form-priem__descr a,
.privacy-policy__info a {
	color: var(--blue);
}
.privacy-policy__info p + p {
	margin-top: 15px;
}
.privacy-policy__item + .privacy-policy__item,
.privacy-policy__main {
	margin-top: 20px;
}
.privacy-policy__item-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
.privacy-policy__item-list {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	margin-top: 20px;
	margin-left: 20px;
}
.privacy-policy__item-list li {
	list-style: auto;
	margin-top: 12px;
}
.privacy-policy__item-list ul {
	margin-top: 13px;
}
.problems__title {
	max-width: 600px;
}
@media (max-width: 1040px) {
	.problems__title {
		max-width: 540px;
	}
}
.problems__blocks {
	margin-top: 35px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (max-width: 750px) {
	.problems__blocks {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
}
.problems__col:first-child {
	max-width: 550px;
}
.problem__col-block {
	margin-top: 18px;
}
.problem__col-block p + p {
	margin-top: 12px;
}
.problems__col-title {
	max-width: 500px;
}
@media (max-width: 1040px) {
	.problems__col-title {
		font-size: 20px;
	}
}
.problems__col-desc,
.problems__col-item {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.problems__col-item {
	align-items: start;
}
.problems__col-desc {
	margin-top: 25px !important;
}
.promotion-period__title {
	max-width: 600px;
}
@media (max-width: 1040px) {
	.promotion-period__title {
		max-width: 500px;
	}
}
.promotion-period__content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 50px;
}
@media (max-width: 1040px) {
	.promotion-period__content {
		margin-top: 65px;
	}
}
@media (max-width: 680px) {
	.promotion-period__content {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 50px;
	}
}
.promotion-period__card {
	position: relative;
	padding: 20px;
	border-radius: 8px;
	background-color: var(--pale-blue);
	max-height: 345px;
}
@media (max-width: 1350px) {
	.promotion-period__card {
		max-height: none;
	}
}
.promotion-period__card-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.promotion-period__card-title {
		font-size: 24px;
	}
}
.promotion-period__card-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	max-width: 250px;
	margin-top: 12px;
}
@media (max-width: 1040px) {
	.promotion-period__card-text {
		margin-top: 10px;
	}
}
.promotion-period__card-img {
	position: absolute;
	width: 290px;
	top: 50px;
	left: 37%;
}
@media (max-width: 1040px) {
	.promotion-period__card-img {
		width: 205px;
		top: 123px;
		right: auto;
		left: 20px;
	}
}
.promotion-period__card-price {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--black);
	display: block;
	margin-top: 118px;
}
@media (max-width: 1040px) {
	.promotion-period__card-price {
		margin-top: 180px;
		font-size: 18px;
	}
}
.promotion-period__card-pastprice {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	display: block;
	margin-top: 12px;
}
@media (max-width: 1040px) {
	.promotion-period__card-pastprice {
		margin-top: 12px;
		font-size: 14px;
	}
}
.promotion-period__card-discount p,
.promotion-period__card-link {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
}
.promotion-period__card-link {
	color: var(--blue);
	display: block;
	margin-top: 6px;
	transition: opacity var(--tr-dur) var(--tr-style);
}
.promotion-period__card-link:hover {
	opacity: 0.8;
}
@media (max-width: 680px) {
	.promotion-period__card-link {
		max-width: 260px;
	}
}
.promotion-period__card-discount {
	position: absolute;
	top: -50px;
	right: 40px;
}
.promotion-period__card-discount p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%) rotate(12deg);
	left: 50%;
	text-align: center;
	color: var(--white);
	text-wrap: nowrap;
}
@media (max-width: 1040px) {
	.promotion-period__card-discount {
		right: 20px;
	}
}
@media (max-width: 680px) {
	.promotion-period__card-discount {
		right: clamp(0.25rem, -21.266rem + 95.63vw, 19.375rem);
		top: -45px;
	}
}
.promotion {
	overflow: hidden;
}
.promotion__lists {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (max-width: 870px) {
	.promotion__lists {
		grid-template-columns: 1fr;
	}
}
.promotion__list {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	grid-auto-flow: column;
	margin-top: 22px;
	margin-left: 1px;
	align-items: start;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.promotion__list:first-child {
	max-width: 580px;
}
.promotion__list:first-child > li:nth-child(2) {
	max-width: 540px;
}
@media (max-width: 1040px) {
	.promotion__list:first-child {
		max-width: none;
	}
}
.promotion__list:last-child {
	max-width: 589px;
}
@media (max-width: 1040px) {
	.promotion__list:last-child {
		max-width: none;
	}
}
@media (max-width: 870px) {
	.promotion__list:last-child {
		margin-top: 0;
	}
}
@media (max-width: 1040px) {
	.promotion__list {
		margin-left: 0;
	}
}
.promotion__item {
	display: block;
	position: relative;
}
.promotion__item::before {
	position: absolute;
}
.promotion__item span {
	text-wrap: nowrap;
}
.promotion__alarm {
	margin-left: 25px;
	text-wrap: nowrap;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.promotion__alarm span {
	color: var(--green);
}
@media (max-width: 1040px) {
	.promotion__alarm {
		text-wrap: wrap;
	}
}
.promotion__block {
	border-radius: 16px;
	padding: 32px;
	background: var(--pale-blue);
	position: relative;
	margin-top: 30px;
}
.promotion__block-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	max-width: 471px;
}
.promotion__block-text p + p {
	margin-top: 14px;
}
@media (max-width: 920px) {
	.promotion__block-text {
		max-width: none;
	}
}
.promotion__block img {
	position: absolute;
	bottom: 0;
	right: clamp(-0.75rem, -32.621rem + 49.03vw, 8.75rem);
}
@media (max-width: 1040px) {
	.promotion__block img {
		right: -4%;
		width: 465px;
	}
}
@media (max-width: 920px) {
	.promotion__block img {
		position: static;
		margin-bottom: -32px;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 620px) {
	.promotion__block img {
		margin-left: -20px;
	}
}
@media (max-width: 680px) {
	.promotion__block img {
		width: 122%;
	}
}
.protez-promotion {
	background: var(--pale-blue);
	overflow: hidden;
	margin-top: -30px;
}
.protez-promotion__inner {
	padding: 87px 0;
	position: relative;
}
@media (max-width: 1040px) {
	.protez-promotion__inner {
		padding: 60px 40px;
	}
}
@media (max-width: 970px) {
	.protez-promotion__inner {
		padding: 60px 0;
	}
}
.protez-promotion__title {
	max-width: 400px;
}
.protez-promotion__subtitle {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
	margin-top: 34px;
	max-width: 400px;
}
@media (max-width: 1040px) {
	.protez-promotion__subtitle {
		font-size: 24px;
	}
}
.protez-promotion__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	max-width: 450px;
	margin-top: 20px;
}
.protez-promotion__text p + p {
	margin-top: 12px;
}
@media (max-width: 870px) {
	.protez-promotion__text {
		max-width: none;
	}
}
.protez-promotion__img {
	position: absolute;
	top: 50%;
	right: clamp(-0.625rem, -19.496rem + 29.03vw, 5rem);
	transform: translateY(-50%);
	z-index: 1;
}
.protez-promotion__img::before {
	content: "";
	--size: 900px;
	position: absolute;
	top: 43%;
	right: calc(-1 * var(--size) / 5 + 25px);
	transform: translateY(-50%);
	width: var(--size);
	height: var(--size);
	background-image: url(./../img/icons/protez-promotion-bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
}
.protez-promotion__img img {
	max-width: 550px;
	width: 100%;
}
@media (max-width: 1040px) {
	.protez-promotion__img {
		width: 460px;
		top: 44%;
		right: 29px;
	}
	.protez-promotion__img::before {
		--size: 750px;
		right: calc(-1 * var(--size) / 5 + 16px);
		top: 46%;
	}
}
@media (max-width: 970px) {
	.protez-promotion__img {
		right: -20px;
	}
	.protez-promotion__img::before {
		--size: 713px;
		right: calc(-1 * var(--size) / 5 + 27px);
		top: 47%;
	}
}
@media (max-width: 870px) {
	.protez-promotion__img {
		position: relative;
		transform: none;
		top: 32px;
		right: -22%;
	}
	.protez-promotion__img img {
		position: relative;
		right: 30px;
		width: 380px;
	}
	.protez-promotion__img::before {
		--size: 600px;
		left: -150px;
		right: auto;
		top: 45%;
		transform: translateY(-50%);
	}
}
@media (max-width: 680px) {
	.protez-promotion__img {
		left: clamp(0rem, -9.844rem + 43.75vw, 8.75rem);
	}
}
.reviews__inner,
.reviews__swiper {
	position: relative;
}
.reviews__swiper {
	margin-top: 27px;
	padding-bottom: 30px !important;
}
.reviews__slide {
	display: flex !important;
	flex-direction: column;
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
	height: initial !important;
}
.reviews__slide-rating {
	margin-top: 10px;
	display: flex;
	gap: 4px;
}
.reviews__slide-text {
	margin-top: 23px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	margin-bottom: 15px;
}
@media (max-width: 1040px) {
	.reviews__slide-text {
		margin-bottom: 20px;
	}
}
.reviews__link-video {
	color: var(--blue);
	transition: opacity var(--tr-dur) var(--tr-style);
	display: flex;
	gap: 8px;
}
.reviews__link-video::before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(./../img/icons/camera.svg);
	background-position: center center;
	background-size: 24px;
	background-repeat: no-repeat;
}
.reviews__link-video:hover {
	opacity: 0.8;
}
.reviews__slide-author {
	margin-top: auto;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.reviews__slide-author {
		max-width: 240px;
	}
}
@media (max-width: 680px) {
	.reviews__slide-author {
		max-width: none;
	}
}
.reviews__button {
	--margin-side: -60px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 5;
	border: 1px solid var(--blue);
	border-radius: 500px;
	padding: 10px;
	width: 44px;
	height: 44px;
	stroke: var(--blue);
	cursor: pointer;
	transition: all var(--tr-dur) var(--tr-style);
}
.reviews__button.reviews-button-prev {
	left: var(--margin-side);
}
.reviews__button.reviews-button-next {
	right: var(--margin-side);
}
.reviews__button:hover {
	background: var(--blue);
	stroke: var(--white);
}
@media (max-width: 1460px) {
	.reviews__button {
		display: none;
	}
}
.reviews__pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: -13px;
}

.reviews__pagination .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	border: 1px solid var(--dividers);
	border-radius: 50%;
}
@media (max-width: 560px) {
	.reviews__pagination {
		gap: 2px;
	}
	.reviews__pagination .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}
}
.priem-form__item-date .air-datepicker-cell.-selected-.-current-,
.reviews__pagination .swiper-pagination-bullet-active {
	background: var(--blue);
}
.social-item {
	overflow: visible;
	transition: opacity var(--tr-dur) var(--tr-style);
}
.social-item:hover {
	opacity: 0.8;
}
.sth-sroki {
	margin-bottom: 20px;
}
@media (max-width: 1040px) {
	.sth-sroki {
		margin-bottom: 25px;
	}
}
@media (max-width: 680px) {
	.sth-sroki {
		overflow: hidden;
		margin-bottom: 0;
	}
}
.sth-sroki__inner {
	position: relative;
}
.sth-sroki__title {
	max-width: 650px;
}
@media (max-width: 1040px) {
	.sth-sroki__title {
		max-width: 475px;
	}
}
.sth-sroki__subtitle {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
	margin-top: 30px;
}
@media (max-width: 1040px) {
	.sth-sroki__subtitle {
		font-size: 24px;
	}
}
.sth-sroki__cards {
	margin-top: 25px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media (max-width: 1020px) {
	.sth-sroki__cards {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 870px) {
	.sth-sroki__cards {
		grid-template-columns: 1fr;
	}
}
.sth-sroki__card {
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
}
@media (max-width: 870px) {
	.sth-sroki__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
	}
}
.sth-sroki__card-num {
	background: var(--pale-blue);
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	color: var(--green);
	border-radius: 4px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 870px) {
	.sth-sroki__card-num {
		width: 40px;
		height: 40px;
	}
}
.sth-sroki__card-title {
	margin-top: 16px;
}
@media (max-width: 870px) {
	.sth-sroki__card-title {
		font-size: 20px;
		margin-top: 0;
		align-self: center;
	}
}
.sth-sroki__card-desc {
	margin-top: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 870px) {
	.sth-sroki__card-desc {
		grid-column: 1/-1;
		margin-top: 0;
	}
}
.sth-sroki__img {
	position: absolute;
	bottom: -15%;
	left: 53%;
	transform: translateX(-50%);
}
@media (max-width: 1040px) {
	.sth-sroki__img {
		left: 50%;
		bottom: -60px;
		width: 282px;
	}
}
@media (max-width: 870px) {
	.sth-sroki__img {
		position: relative;
		left: 56%;
		transform: translateX(-50%);
		bottom: 10px;
		width: 380px;
	}
}
#form-successful {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 999;
	max-width: 430px;
	width: 100%;
	border-radius: 16px;
	padding: 16px 24px 24px;
	background: var(--white);
}
@media (max-width: 680px) {
	#form-successful {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
#form-successful .containerFS {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 3px;
}
#form-successful .closeFS {
	position: absolute;
	top: 12px;
	right: 12px;
}
#form-successful .successful-text {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	text-align: center;
	color: var(--black);
	margin-top: 10px;
}
@media (max-width: 1040px) {
	#form-successful .successful-text {
		font-size: 24px;
	}
}
.t-banner {
	padding-top: 83px;
	overflow: hidden;
}
@media (max-width: 1040px) {
	.t-banner {
		padding-top: 20px;
	}
}
.t-banner__inner {
	border-radius: 8px;
	padding: 16px;
	background: #f4f7fc;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
@media (max-width: 1040px) {
	.t-banner__inner {
		gap: 30px;
	}
}
@media (max-width: 870px) {
	.t-banner__inner {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}
.t-banner__desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.t-banner__desc:first-child {
	max-width: 573px;
}
.t-banner__desc:last-child {
	max-width: 540px;
	margin-left: -10px;
}
@media (max-width: 1100px) {
	.t-banner__desc:last-child {
		margin-left: 0;
	}
}
@media (max-width: 870px) {
	.t-banner__desc:first-child,
	.t-banner__desc:last-child {
		max-width: none;
	}
}
.t-includes {
	margin-top: -60px;
}
.t-includes__title {
	max-width: 590px;
}
.t-includes__cards {
	display: grid;
	gap: 10px;
	margin-top: 25px;
}
.t-includes__cards--fth {
	grid-template-columns: repeat(4, 1fr);
}
.t-includes__cards--sth {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 870px) {
	.t-includes__cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.t-includes__cards--sth {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 680px) {
	.t-includes__cards {
		grid-template-columns: 1fr;
	}
}
.t-includes__card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.t-includes__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		row-gap: 10px;
		column-gap: 16px;
	}
}
.t-includes__card-icon {
	border-radius: 4px;
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--pale-blue);
}
@media (max-width: 680px) {
	.t-includes__card-icon {
		width: 40px;
		height: 40px;
	}
}
.t-includes__card-title {
	margin-top: 16px;
}
@media (max-width: 680px) {
	.t-includes__card-title {
		margin-top: 0;
		align-self: center;
	}
}
.t-includes__card-desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	margin-top: 10px;
}
@media (max-width: 680px) {
	.t-includes__card-desc {
		grid-column: 1/-1;
		margin-top: 0;
	}
}
.t-indications {
	padding-top: 60px;
}
.t-indications__title {
	max-width: 500px;
}
@media (max-width: 1040px) {
	.t-indications__title {
		max-width: none;
	}
}
.t-indications__text-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
	margin-top: 25px;
	max-width: 475px;
}
@media (max-width: 1040px) {
	.t-indications__text-title {
		font-size: 24px;
	}
}
@media (max-width: 680px) {
	.t-indications__text-title {
		margin-top: 33px;
	}
}
.t-indications__text-content {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
	margin-top: 28px;
	padding-left: 2px;
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column;
	column-gap: 30px;
	row-gap: 0;
}
@media (max-width: 1040px) {
	.t-indications__text-content {
		column-gap: 10px;
	}
}
@media (max-width: 870px) {
	.t-indications__text-content {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-auto-flow: row;
		row-gap: 13px;
		padding-left: 0;
		column-gap: 0;
	}
}
.t-indications__text-desc {
	align-items: start;
}
.t-indications__text-desc:nth-child(1) {
	max-width: 520px;
}
.t-indications__text-desc:nth-child(2) {
	margin-top: -18px;
	max-width: 630px;
}
@media (max-width: 1040px) {
	.t-indications__text-desc:nth-child(3) {
		max-width: 460px;
	}
	.t-indications__text-desc:nth-child(2) {
		margin-top: -38px;
	}
}
@media (max-width: 870px) {
	.t-indications__text-desc {
		max-width: none !important;
	}
	.t-indications__text-desc:nth-child(2) {
		margin-top: 0;
	}
}
.t-indications__cards {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (max-width: 1040px) {
	.t-indications__cards {
		margin-top: 0;
	}
}
@media (max-width: 870px) {
	.t-indications__cards {
		margin-top: 20px;
	}
}
@media (max-width: 680px) {
	.t-indications__cards {
		grid-template-columns: 1fr;
	}
}
.t-indications__card {
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
}
@media (max-width: 680px) {
	.t-indications__card {
		display: grid;
		align-items: center;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
	}
}
.t-indications__card-icon {
	border-radius: 4px;
	width: 52px;
	height: 52px;
	background: var(--pale-blue);
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 680px) {
	.t-indications__card-icon {
		width: 40px;
		height: 40px;
	}
}
.t-indications__card-title {
	max-width: 300px;
	margin-top: 15px;
}
@media (max-width: 680px) {
	.t-indications__card-title {
		margin-top: 0;
	}
}
.t-indications__card-desc {
	margin-top: 10px;
	max-width: 588px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.t-indications__card-desc {
		margin-top: 0;
		grid-column: 1/-1;
		max-width: none;
	}
}
.t-lechenie {
	overflow: hidden;
}
.t-lechenie__subtitle {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
	margin-top: 30px;
	max-width: 400px;
}
@media (max-width: 1040px) {
	.t-lechenie__subtitle {
		font-size: 24px;
	}
}
.t-lechenie__steps {
	margin-top: 24px;
}
.t-lechenie__step {
	border-radius: 8px;
	padding: 16px;
	background: var(--pale-blue);
}
.t-lechenie__step + .t-lechenie__step {
	margin-top: 35px;
}
@media (max-width: 680px) {
	.t-lechenie__step + .t-lechenie__step {
		margin-top: 12px;
	}
}
.t-lechenie__step-text-col:first-child {
	margin-right: 30px;
}
@media (max-width: 870px) {
	.t-lechenie__step-text-col:first-child {
		margin-right: 20px;
	}
}
@media (max-width: 870px) and (max-width: 680px) {
	.t-lechenie__step-text-col:first-child {
		margin-right: 0;
	}
}
.t-lechenie__step-title {
	color: var(--green);
}
.t-lechenie__step-title span {
	color: var(--green);
	margin-right: 10px;
}
@media (max-width: 680px) {
	.t-lechenie__step-title span {
		margin-right: 11px;
	}
}
.t-lechenie__step-text {
	margin-top: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 680px) {
	.t-lechenie__step-text {
		grid-template-columns: repeat(1, 1fr);
	}
}
.t-lechenie__step-desc {
	align-items: start;
	gap: 8px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.t-lechenie__step-desc:first-child {
	margin-right: 30px;
}
@media (max-width: 870px) {
	.t-lechenie__step-desc:first-child {
		margin-right: 20px;
	}
}
@media (max-width: 870px) and (max-width: 680px) {
	.t-lechenie__step-desc:first-child {
		margin-right: 0;
	}
}
.t-lechenie__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 65px;
	padding-bottom: 30px;
}
@media (max-width: 680px) {
	.t-lechenie__cards {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 10px;
	}
}
.t-lechenie__card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.t-lechenie__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		row-gap: 10px;
		column-gap: 16px;
		align-items: center;
	}
}
.t-lechenie__card-icon {
	border-radius: 4px;
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--pale-blue);
}
@media (max-width: 680px) {
	.t-lechenie__card-icon {
		width: 40px;
		height: 40px;
	}
}
.t-lechenie__card-title {
	margin-top: 10px;
}
@media (max-width: 680px) {
	.t-lechenie__card-title {
		margin-top: 0;
	}
}
.t-lechenie__card-desc {
	margin-top: 16px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.t-lechenie__card-desc {
		grid-column: 1/-1;
		margin-top: 0;
	}
}
.t-minuses {
	padding-top: 40px;
}
.t-minuses__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 25px;
}
@media (max-width: 680px) {
	.t-minuses__cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
.t-minuses__card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.t-minuses__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
	}
}
.t-minuses__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 52px;
	height: 52px;
	background: var(--pale-blue);
}
@media (max-width: 680px) {
	.t-minuses__card-icon {
		width: 40px;
		height: 40px;
	}
}
.t-minuses__card-title {
	margin-top: 15px;
}
@media (max-width: 1040px) {
	.t-minuses__card-title {
		margin-top: 12px;
	}
}
@media (max-width: 680px) {
	.t-minuses__card-title {
		align-items: center;
		margin-top: 0;
	}
}
.t-minuses__card-desc {
	margin-top: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.t-minuses__card-desc {
		margin-top: 12px;
	}
}
@media (max-width: 680px) {
	.t-minuses__card-desc {
		grid-column: 1/-1;
		margin-top: 0;
	}
}
.t-pam {
	margin-top: 100px;
	background: var(--light-blue);
	padding-bottom: 100px;
}
@media (max-width: 1040px) {
	.t-pam {
		margin-top: 60px;
		padding-bottom: 60px;
	}
}
.t-pam__title {
	max-width: 600px;
}
.t-pam__subtitle {
	max-width: 400px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.t-pam__subtitle {
		font-size: 24px;
		max-width: 430px;
	}
}
.t-pluses {
	margin-top: 25px;
}
.t-pluses__cards {
	margin-top: 25px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media (max-width: 1040px) {
	.t-pluses__cards {
		grid-template-columns: repeat(6, 1fr);
	}
}
@media (max-width: 680px) {
	.t-pluses__cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}
.t-pluses__card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px 16px 12px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 1040px) {
	.t-pluses__card:nth-child(1) {
		grid-column: 1/3;
	}
	.t-pluses__card:nth-child(2) {
		grid-column: 3/5;
	}
	.t-pluses__card:nth-child(3) {
		grid-column: 5/7;
	}
	.t-pluses__card:nth-child(4) {
		grid-column: 1/4;
	}
	.t-pluses__card:nth-child(5) {
		grid-column: 4/7;
	}
}
@media (max-width: 680px) {
	.t-pluses__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
	}
	.t-pluses__card:nth-child(1),
	.t-pluses__card:nth-child(2),
	.t-pluses__card:nth-child(3),
	.t-pluses__card:nth-child(4),
	.t-pluses__card:nth-child(5) {
		grid-column: 1/-1;
	}
}
.t-pluses__card-icon {
	border-radius: 4px;
	width: 52px;
	height: 52px;
	background: var(--pale-blue);
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 680px) {
	.t-pluses__card-icon {
		width: 40px;
		height: 40px;
	}
}
.t-pluses__card-title {
	margin-top: 15px;
}
@media (max-width: 680px) {
	.t-pluses__card-title {
		margin-top: 0;
		align-self: center;
	}
}
.t-pluses__card-desc {
	margin-top: 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.t-pluses__card-desc {
		margin-top: 0;
		grid-column: 1/-1;
	}
}
@media (max-width: 1100px) {
	.t-works__title {
		font-size: 36px;
	}
}
@media (max-width: 680px) {
	.t-works__title {
		font-size: 30px;
	}
}
.t-works__card-comp {
	border-radius: 4px;
	padding: 16px;
	background: var(--pale-blue);
}
.t-works__subtitle {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1100px) {
	.t-works__subtitle {
		font-size: 24px;
	}
}
.t-works__content {
	margin-top: 25px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media (max-width: 1340px) {
	.t-works__content {
		grid-template-columns: 4fr 3fr;
	}
}
@media (max-width: 1150px) {
	.t-works__content {
		grid-template-columns: 3fr 2fr;
	}
}
@media (max-width: 1100px) {
	.t-works__content {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 1040px) {
	.t-works__content--6 {
		grid-template-columns: 1fr 1fr;
	}
	.t-works__content--6 .t-works__after-img {
		--height: 201px;
	}
	.t-works__content--6 .t-works__after {
		flex-direction: column;
		gap: 13px;
	}
}
@media (max-width: 680px) {
	.t-works__content--6 .t-works__after-img {
		--height: 170px;
	}
}
@media (max-width: 870px) {
	.t-works__content--6 {
		grid-template-columns: 1fr;
	}
	.t-works__content--6 .t-works__after {
		flex-direction: row;
	}
	.t-works__content--6 .t-works__before-text {
		max-width: none;
	}
	.t-works__content--6 .t-works__after-desc-2 {
		max-width: 250px;
	}
}
@media (max-width: 680px) {
	.t-works__content--6 .t-works__after {
		flex-direction: column;
		gap: 0;
	}
	.t-works__content--6 .t-works__after-desc-2 {
		max-width: none;
	}
}
.t-works__before {
	display: flex;
	gap: 16px;
}
@media (max-width: 1100px) {
	.t-works__before {
		justify-content: space-between;
	}
}
@media (max-width: 680px) {
	.t-works__before {
		flex-direction: column;
	}
}
@media (max-width: 1100px) {
	.t-works__before-text {
		max-width: 441px;
	}
}
.t-works__before-desc {
	margin-top: 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.t-works__before-img {
	--size: 400px;
	flex-shrink: 0;
	position: relative;
	width: var(--slider-face-width) !important;
	overflow: hidden;
	cursor: col-resize;
	height: var(--size);
	min-height: var(--size);
}
@media (max-width: 1100px) {
	.t-works__before-img {
		--size: 460px;
	}
}
@media (max-width: 680px) {
	.t-works__before-img {
		--size: 300px;
	}
}
.t-works__before-img .t-works__before-item {
	display: block;
	width: calc(var(--slider-face-width)) !important;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	max-width: none;
}
.t-works__before-img > .t-works__before-item--case-2 {
	object-position: -24px;
	width: calc(var(--slider-face-width48px)) !important;
}
.t-works__before-img .img-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
	z-index: 1;
}
.t-works__after-img .img-wrapper .t-works__after-item,
.t-works__before-img .img-wrapper .t-works__before-item {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
.t-works__before-img .label {
	position: absolute;
	top: 10px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 2px;
	padding: 10px 18px;
	background: var(--white);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--green);
	user-select: none;
}
@media (max-width: 680px) {
	.t-works__before-img .label {
		padding: 10px;
	}
}
.t-works__before-img .label-before {
	left: 10px;
}
.t-works__before-img .label-after {
	right: 10px;
}
.t-works__before-img .handle {
	position: absolute;
	top: 0;
	right: calc(50% - var(--slider-face-width) / 2);
	width: var(--slider-face-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	user-select: none;
	z-index: 2;
}
.t-works__before-img .handle-line {
	width: 3px;
	flex-grow: 1;
	background-color: #fff;
}
@media (max-width: 1100px) {
	.t-works__after {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 680px) {
	.t-works__after {
		flex-direction: column;
	}
}
.t-works__after-text {
	max-width: 450px;
}
.t-works__after-text-6 {
	max-width: none;
}
@media (max-width: 1100px) {
	.t-works__after-text {
		max-width: 270px;
	}
}
@media (max-width: 1040px) {
	.t-works__after-text-6 {
		max-width: none;
	}
}
@media (max-width: 750px) {
	.t-works__after-text {
		max-width: 230px;
	}
	.t-works__after-text-6 {
		max-width: none;
	}
}
@media (max-width: 680px) {
	.t-works__after-text,
	.t-works__after-text-6 {
		max-width: none;
	}
}
.t-works__after-desc {
	margin-top: 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.t-works__after-img {
	--height: 281px;
	position: relative;
	width: var(--slider-teeth-width) !important;
	overflow: hidden;
	cursor: col-resize;
	height: var(--height);
	min-height: var(--height);
	margin-top: 8px;
}
@media (max-width: 1100px) {
	.t-works__after-img {
		--height: 281px;
		margin-top: 0;
	}
}
@media (max-width: 680px) {
	.t-works__after-img {
		--height: 190px;
		margin-top: 6px;
	}
}
.t-works__after-img .t-works__after-item {
	display: block;
	width: calc(var(--slider-teeth-width)) !important;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	max-width: none;
}
.t-works__after-img > .t-works__after-item--case-2 {
	object-position: -24px;
	width: calc(var(--slider-teeth-width) + 48px) !important;
}
.t-works__after-img .img-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
	z-index: 1;
}
.t-works__after-img .label {
	position: absolute;
	top: 10px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 2px;
	padding: 10px 18px;
	background: var(--white);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--green);
	user-select: none;
}
@media (max-width: 680px) {
	.t-works__after-img .label {
		padding: 10px;
	}
}
.t-works__after-img .label-before {
	left: 10px;
}
.t-works__after-img .label-after {
	right: 10px;
}
.t-works__after-img .handle {
	position: absolute;
	top: 0;
	right: calc(50% - var(--slider-teeth-width) / 2);
	width: var(--slider-teeth-width);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	user-select: none;
	z-index: 2;
}
.t-works__after-img .handle-line {
	width: 3px;
	flex-grow: 1;
	background-color: #fff;
}
.t-works__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 38px;
}
@media (max-width: 680px) {
	.t-works__cards {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 10px;
	}
}
.t-works__card {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
}
@media (max-width: 680px) {
	.t-works__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
	}
}
.t-works__card-icon {
	--size: 52px;
	border-radius: 4px;
	width: var(--size);
	height: var(--size);
	background: var(--pale-blue);
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 680px) {
	.t-works__card-icon {
		--size: 40px;
	}
}
.t-works__card-title {
	margin-top: 15px;
}
@media (max-width: 680px) {
	.t-works__card-title {
		margin-top: 0;
	}
}
.t-works__card-desc {
	margin-top: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.t-works__card-desc {
		grid-column: 1/-1;
		margin-top: 0;
	}
}
.why-choose__title {
	max-width: 350px;
}
@media (max-width: 1040px) {
	.why-choose__title {
		max-width: 500px;
	}
}
.why-choose__desc {
	max-width: 380px;
	margin-top: 32px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.why-choose__desc {
		max-width: 500px;
		font-size: 24px;
	}
}
.why-choose__cards {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
@media (max-width: 950px) {
	.why-choose__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 680px) {
	.why-choose__cards {
		grid-template-columns: repeat(1, 1fr);
	}
}
.why-choose__card {
	padding: 16px;
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--white);
	border: 1px solid var(--dividers);
	border-radius: 8px;
}
@media (max-width: 680px) {
	.why-choose__card {
		display: grid;
		grid-template-columns: 40px 1fr;
		column-gap: 16px;
		row-gap: 10px;
	}
}
.why-choose__card-icon {
	background: #f4f7fc;
	padding: 10px;
	border-radius: 4px;
	display: inline-block;
}
@media (max-width: 680px) {
	.why-choose__card-icon {
		display: inline;
		height: 40px;
		padding: 4px;
	}
}
.why-choose__card-title {
	margin-top: 15px;
	max-width: 350px;
}
@media (max-width: 680px) {
	.why-choose__card-title {
		margin-top: 0;
		align-self: center;
	}
}
.why-choose__card-desc {
	margin-top: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
@media (max-width: 680px) {
	.why-choose__card-desc {
		grid-column: 1/3;
		margin-top: 0;
	}
}
.priem {
	margin-top: 60px;
}
.priem__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.priem__title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 56px;
	line-height: 125%;
	color: var(--black);
}
@media (max-width: 1040px) {
	.priem__title {
		font-size: 36px;
	}
}
.priem__form {
	margin-top: 27px;
	width: 320px;
}
.priem-form .priem-form__item + .priem-form__item {
	margin-top: 12px;
}
.priem-form__title {
	margin-bottom: 15px;
}
.priem-form__item {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.priem-form__input,
.priem-form__label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: var(--black);
}
.priem-form__input {
	border: 1px solid var(--dividers);
	border-radius: 100px;
	padding: 9px 16px;
	width: 320px;
	height: 48px;
	line-height: 150%;
}
.priem-form__input::placeholder {
	color: var(--grey-blue);
}
.priem-form__input--textarea {
	margin-top: 13px;
	border: 1px solid var(--dividers);
	border-radius: 16px;
	padding: 6px 16px 12px;
	height: 112px;
	resize: none;
}
.priem-form__selectDoctor {
	border: 1px solid var(--dividers);
	border-radius: 100px;
	padding: 9px 40px 9px 16px;
	width: 320px;
	height: 48px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--grey-blue);
	margin-top: 10px;
	appearance: none;
	position: relative;
	background-image: url(./../img/icons/arrow-down.svg);
	background-position: 95% center;
	background-size: 24px;
	background-repeat: no-repeat;
}
.form-priem__item-time > input,
.priem-form__item-date > input {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.priem-form__item-date .air-datepicker {
	margin-top: 10px;
	border: 1px solid var(--dividers);
	border-radius: 16px;
	padding: 16px;
	background: var(--white);
	width: 100%;
	box-sizing: border-box;
}
.priem-form__item-date .air-datepicker-nav--action {
	background-image: url(./../img/icons/arrow-left-02.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
.priem-form__item-date .air-datepicker-nav--action[data-action="prev"] {
	transform: rotate(180deg) !important;
}
.priem-form__item-date .air-datepicker-nav--action:hover {
	background-image: url(./../img/icons/arrow-left-02.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	background-color: var(--adp-cell-background-color-hover);
}
.priem-form__item-date .air-datepicker-cell.-month-,
.priem-form__item-date .air-datepicker-cell.-year- {
	aspect-ratio: auto;
}
.priem-form__item-date .air-datepicker-nav {
	padding: 0;
	border: 0;
}
.priem-form__item-date .air-datepicker-nav--title {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	text-align: center;
	color: var(--black);
}
.priem-form__item-date .air-datepicker-nav--title i {
	color: var(--black);
}
.priem-form__item-date .air-datepicker--content {
	padding: 0;
	margin-top: 5px;
}
.priem-form__item-date .air-datepicker-body--day-names {
	margin-top: 1px;
}
.priem-form__item-date .air-datepicker-body--day-name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	text-align: center;
	color: var(--grey);
	text-transform: lowercase;
}
.form-priem__item-time,
.priem-form__item-date .air-datepicker-body--cells {
	margin-top: 10px;
}
.priem-form__item-date .air-datepicker-body--cells.-days- {
	grid-auto-rows: 41px;
}
.priem-form__item-date .air-datepicker-cell {
	border-radius: 5px;
	padding: 0 10px 3px;
	aspect-ratio: 1/1;
	min-height: 40px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	text-align: center;
	color: var(--black);
} /*.priem-form__item-date .air-datepicker-cell.-current-{border:1px solid var(--blue);color:var(--blue)}*/
.priem-form__item-date .air-datepicker-cell.-selected- {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: var(--white);
}
.form-priem__block-time {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 15px;
}
.form-priem__input-time {
	border: 1px solid var(--dividers);
	border-radius: 8px;
	padding: 3px 0 6px;
	background: var(--white);
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	text-align: center;
	color: var(--black);
	cursor: pointer;
	transition: all var(--tr-dur) var(--tr-style);
}
.form-priem__input-time:hover {
	border: 1px solid var(--blue);
}
.form-priem__input-time:active,
.form-priem__input-time:focus {
	color: var(--white);
	background: var(--blue);
}
.form-priem__btn,
.form-priem__item--comment {
	margin-top: 10px;
}
.form-priem__descr {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	text-align: center;
	color: #92a9cf;
}
.page-up {
	position: fixed;
	right: 20px;
	bottom: 110px;
	z-index: 20;
}
@media (max-width: 1040px) {
	.page-up {
		bottom: 135px;
	}
}
.page-up__hide {
	display: none;
}
.page-up__inner {
	box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
	background: var(--blue);
	padding: 10px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	transition: opacity var(--tr-dur) var(--tr-style);
}
.page-up__inner:hover {
	opacity: 0.8;
}

/* *VIDEO* */
.videoplayer_thumb:hover .play-icon svg {
	transform: scale(1.2);
}

.videoplayer_thumb:hover {
	border-color: var(--accent-color);
}

.play-icon svg {
	fill: #fff; /* Цвет иконки */
	transition: transform 0.2s ease-in-out;
}

.reviews__slide-text .vk-video.vk-video--slider {
	width: 100%;
	height: auto;
	/* aspect-ratio: 1 / 1.5; */
	border-radius: 8px;
	max-width: 240px;
}

.form-priem__input-time:disabled {
	display: none;
}
.form-priem__input-time.selected {
	color: #fff;
	background: #0092d4;
}

input.form-priem__input-time:disabled:hover {
	border: none;
	cursor: not-allowed;
}

/* .priem-form__item-date .air-datepicker-cell.-current- {
    border: 1px solid var(--blue);
    color: var(--blue);
} */

.air-datepicker-cell.-disabled-.-focus- {
	background: none;
}



/* CHECKBOX */
.checkbox-wrapper {
  display: flex;
}
.checkbox-wrapper p {
  text-align: left !important;
}
.checkbox-wrapper * {
  box-sizing: border-box;
}
.checkbox-wrapper .cbx {
  flex-shrink: 0;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  margin-top: 8px;
}
.checkbox-wrapper .cbx:not(:last-child) {
  margin-right: 15px;
}
.checkbox-wrapper .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  transform: scale(1);
  border: 1px solid #fff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.checkbox-wrapper--color .cbx span:first-child {
  border: 1px solid #DDE5F2;
}
.checkbox-wrapper .cbx span:first-child svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
.checkbox-wrapper .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.checkbox-wrapper .inp-cbx {
  position: absolute;
  visibility: hidden;
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
  background: #0092D4;
  border-color: #0092D4;
}
.checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

.checkbox-wrapper.error .cbx span:first-child {
  border-color: var(--red);
}

.checkbox-wrapper.error .cbx span:first-child svg {
  stroke: var(--red);
}

.checkbox-wrapper.error p {
  color: var(--red);
}
.checkbox-wrapper .error-label{
	display: none;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important; }

.cookie{
	z-index: 100;
	border-top: 1px solid var(--dividers);
    box-shadow: 0 8px 24px 0 rgba(129, 135, 189, 0.15);
}


.cookie-show .page-up{
	bottom: 150px;
}

.wrap__ohkjK{
	z-index: 100 !important;
}


.cookie{
	max-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #fff;
}
.cookie__inner{
	width: 100%;
        max-width: var(--container-width);
	border: none;
	border-radius: 0px;
	background-color: transparent;
	box-shadow: none;
	padding: 20px var(--container-padding);
	flex-direction: row;
        column-gap: 30px;
}

.cookie-show .footer{
	padding-bottom: 80px;
}


.cookie-show #jvLabelWrap {
    bottom: 90px !important;
}

.mobile-nav__nav{
	margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .cookie__inner{
	padding-right: 20px;
	padding-bottom: 30px;
    } 	
    .cookie-show .footer{
	padding-bottom: 0px;
    }

    .cookie__btn{
	font-size: 16px;
        line-height: 1;
        padding: 8px 24px 10px;
        height: auto;
        width: max-content;
    }	
}


@media screen and (max-width: 768px){
	.cookie-show .page-up{
		bottom: 180px;
	}

    .cookie-show .footer{
	padding-bottom: 0px;
    }
    .cookie__inner{
	flex-direction: column;
	row-gap: 20px;
    }	
.cookie__text, .cookie__text a{
	font-size: 14px;
}
}

@media screen and (max-width: 480px){
.cookie-show .page-up{
	bottom: 250px;
}	
    .cookie-show .footer{
	padding-bottom: 50px;
    }
}


.air-datepicker.-inline-{
	position: relative;
	z-index: 1;
}