@charset "UTF-8";
@font-face {
	font-family: "Inter";
	src:
		local("Inter Regular"),
		local("Inter-Regular"),
		url("assets/fonts/Inter-Regular.woff2") format("woff2"),
		url("assets/fonts/Inter-Regular.woff") format("woff"),
		url("assets/fonts/Inter-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	src:
		local("Inter Light BETA"),
		local("Inter-LightBETA"),
		url("assets/fonts/Inter-LightBETA.woff2") format("woff2"),
		url("assets/fonts/Inter-LightBETA.woff") format("woff"),
		url("assets/fonts/Inter-LightBETA.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	src:
		local("Inter Medium"),
		local("Inter-Medium"),
		url("assets/fonts/Inter-Medium.woff2") format("woff2"),
		url("assets/fonts/Inter-Medium.woff") format("woff"),
		url("assets/fonts/Inter-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	src:
		local("Roboto"),
		local("Roboto-Regular"),
		url("assets/fonts/Roboto-Regular.woff2") format("woff2"),
		url("assets/fonts/Roboto-Regular.woff") format("woff"),
		url("assets/fonts/Roboto-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "BazaART";
	src:
		url("assets/fonts/BazaART.woff") format("woff"),
		url("assets/fonts/BazaART.ttf") format("truetype"); /* Safari, Android, iOS */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html,
body {
	height: 100%;
	scroll-behavior: smooth;
}

html {
	font-size: 16px;
}
@media (min-width: 1700px) {
	html {
		font-size: 20px;
	}
}
@media (min-width: 1921px) {
	html {
		font-size: 24px;
	}
}

body {
	display: flex;
	flex-direction: column;
	color: #0f0f0f;
	counter-reset: steps;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	font-family: "Inter", sans-serif;
	background-color: #fffdfe;
}
body .footer-wrapper {
	margin-top: auto;
}
body .fader {
	width: 100%;
	height: 100vh;
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	opacity: 0;
	backdrop-filter: blur(5px);
}
body.fixed {
	overflow: hidden;
	position: relative;
}
@media (min-width: 992px) {
	body.fixed {
		padding-right: 17px;
	}
}
body.fixed .fader {
	display: block;
	opacity: 1;
}
@media (min-width: 992px) {
	body.fixed .header--index {
		padding-right: 17px;
	}
}

.page-content {
	min-height: unset;
}
@media (max-width: 991.98px) {
	.page-content {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.container {
	padding: 0;
}
@media (min-width: 768px) {
	.container {
		max-width: calc(100% - 80px);
	}
}
@media (max-width: 767.98px) {
	.container {
		max-width: calc(100% - 64px);
	}
}
@media (min-width: 1921px) {
	.container {
		max-width: calc(100% - 498px);
	}
}
@media (min-width: 1700px) {
	.container--min {
		max-width: calc(100% - 392px);
	}
}
@media (min-width: 1921px) {
	.container--min {
		max-width: calc(100% - 498px);
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

section > .container > h2.basic-title {
	margin-bottom: 56px;
}
@media (min-width: 1921px) {
	section > .container > h2.basic-title {
		margin-bottom: 80px;
	}
}
@media (max-width: 767.98px) {
	section > .container > h2.basic-title {
		margin-bottom: 64px;
	}
}
@media (max-width: 575.98px) {
	section > .container > h2.basic-title {
		margin-bottom: 32px;
	}
}

.row {
	position: relative;
	--bs-gutter-x: 30px;
}

a {
	text-decoration: none;
}

.index-page {
	position: relative;
}

.inner-page {
	flex-grow: 1;
	/* padding-bottom: 115px; */
	padding-bottom: 30px;
}

.basic-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 120px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin: 0;
}
@media (max-width: 1920.98px) {
	.basic-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 100px;
		letter-spacing: -8%;
		line-height: 1.04;
	}
}
@media (max-width: 1399.98px) {
	.basic-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: -8%;
		line-height: 1.04;
	}
}
@media (max-width: 1199.98px) {
	.basic-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 767.98px) {
	.basic-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}

.inner-page-title {
	width: fit-content;
	margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
	.inner-page-title {
		margin-bottom: 40px;
	}
}

.label-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	background-color: #f2f2f2;
	padding: 10px 16px;
	width: fit-content;
	border-radius: 12px;
	margin-bottom: 40px;
}
.label-title--pink {
	background-color: #ffbcde;
}
@media (max-width: 1280.98px) {
	.label-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
		border-radius: 8px;
		padding: 8px 12px;
	}
}
@media (max-width: 767.98px) {
	.label-title {
		margin-bottom: 32px;
		padding: 10px 16px;
	}
}

.buttons-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.basic-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background-color: #e373ad;
	min-height: 61px;
	padding: 16px 32px;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	color: #fffdfe;
	transition: 0.2s ease;
	border: 0;
}
@media (max-width: 1399.98px) {
	.basic-button {
		border-radius: 12px;
		min-height: 48px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 1199.98px) {
	.basic-button {
		min-height: 36px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
		padding: 12px 24px;
	}
}
.basic-button:hover {
	box-shadow: 4px 4px 6px 0 rgba(227, 115, 173, 0.3);
	transition: 0.2s ease;
}
.basic-button--max {
	background-color: rgb(43, 45, 185);
}
.basic-button--max:hover {
	box-shadow: 4px 4px 6px 0 rgba(43, 45, 185, 0.3);
}
.basic-button--tg {
	background-color: rgb(42, 161, 218);
}
.basic-button--tg:hover {
	box-shadow: 4px 4px 6px 0 rgba(42, 161, 218, 0.3);
}
.basic-button--light {
	background-color: #faf9f7;
	color: rgb(59, 59, 59);
}
.basic-button--light:hover {
	color: #fffdfe;
}
.basic-button--grey {
	color: #efeef2;
}
.basic-button--grey:hover {
	background-color: #737373;
}

.margin-bottom {
	margin-bottom: 200px;
}
@media (max-width: 1399.98px) {
	.margin-bottom {
		margin-bottom: 100px;
	}
}
@media (max-width: 991.98px) {
	.margin-bottom {
		margin-bottom: 80px;
	}
}

.margin-top {
	margin-top: 200px;
}
@media (max-width: 1280.98px) {
	.margin-top {
		margin-top: 100px;
	}
}
@media (max-width: 991.98px) {
	.margin-top {
		margin-top: 80px;
	}
}

.margin-bottom + .margin-top {
	margin-top: 0 !important;
}

.feed-link-card > .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #ede6dc;
	border-radius: 40px;
}
@media (max-width: 1280.98px) {
	.feed-link-card > .content {
		border-radius: 20px;
	}
}
@media (max-width: 575.98px) {
	.feed-link-card > .content {
		border-radius: 16px;
	}
}
.feed-link-card > .content {
	padding: 56px 40px 32px;
	height: 100%;
	cursor: pointer;
	position: relative;
}
@media (max-width: 1199.98px) {
	.feed-link-card > .content {
		padding: 24px;
	}
}
@media (max-width: 767.98px) {
	.feed-link-card > .content {
		padding: 16px 10px;
	}
}
.feed-link-card .feed-link-card__button,
.feed-link-card .feed-link-card__title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	font-size: 32px;
}
@media (min-width: 1921px) {
	.feed-link-card .feed-link-card__title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		line-height: 1.12;
		font-size: 52px;
		font-weight: 500;
		margin-bottom: 0;
	}
}
@media (max-width: 1199.98px) {
	.feed-link-card .feed-link-card__title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 24px;
	}
}
@media (max-width: 991.98px) {
	.feed-link-card .feed-link-card__title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 32px;
	}
}
@media (max-width: 767.98px) {
	.feed-link-card .feed-link-card__title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 20px;
	}
}
.feed-link-card .feed-link-card__button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #faf9f7;
	padding: 24.5px 24px;
	border-radius: 24px;
}
@media (min-width: 1921px) {
	.feed-link-card .feed-link-card__button {
		border-radius: 16px;
	}
}
@media (max-width: 1399.98px) {
	.feed-link-card .feed-link-card__button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 24px;
		padding: 16px 24px;
	}
}
@media (max-width: 1199.98px) {
	.feed-link-card .feed-link-card__button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 20px;
		padding: 16px;
		border-radius: 16px;
	}
	.feed-link-card .feed-link-card__button .feed-link-card__arrow > svg,
	.feed-link-card .feed-link-card__button .feed-link-card__arrow > img {
		width: 20px;
		height: auto;
	}
}
@media (max-width: 991.98px) {
	.feed-link-card .feed-link-card__button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 24px;
	}
}
@media (max-width: 575.98px) {
	.feed-link-card .feed-link-card__button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 16px;
	}
}
.feed-link-card .feed-link-card__hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px;
}
@media (max-width: 1280.98px) {
	.feed-link-card .feed-link-card__hover {
		border-radius: 20px;
	}
}
@media (max-width: 575.98px) {
	.feed-link-card .feed-link-card__hover {
		border-radius: 16px;
	}
}
.feed-link-card .feed-link-card__hover {
	background-color: #f8d190;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	z-index: 0;
	transition: 0.2s ease;
}
.feed-link-card .feed-link-card__hover .feed-link-card__hover-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	line-height: 1.12;
	font-size: 52px;
	font-weight: 500;
	line-height: 1;
	color: #fffdfe;
	text-align: center;
	max-width: 75%;
	margin-bottom: 48px;
}
@media (min-width: 1921px) {
	.feed-link-card .feed-link-card__hover .feed-link-card__hover-title {
		max-width: 65%;
	}
}
@media (max-width: 1399.98px) {
	.feed-link-card .feed-link-card__hover .feed-link-card__hover-title {
		max-width: 90%;
	}
}
.feed-link-card .feed-link-card__hover .feed-link-card__arrow {
	width: 100px;
	height: 100px;
	border-radius: 20px;
	border: 3px solid #fffdfe;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.feed-link-card:hover .feed-link-card__hover {
		opacity: 1;
		z-index: 10;
		transition: 0.2s ease;
	}
}

.top-scroll-button {
	background-color: #ffbcde;
	width: 100px;
	height: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: unset;
	position: fixed;
	z-index: 1000;
	bottom: 50px;
	right: 40px;
	transition: 0.2s ease;
	opacity: 0;
	box-shadow: 2px 4px 8px 0 rgba(255, 188, 222, 0.4);
	padding: 0;
}
.top-scroll-button:hover {
	background-color: #E373AD;
	transition: 0.2s ease;
}
@media (max-width: 1699.98px) {
	.top-scroll-button {
		bottom: 130px;
	}
}
@media (max-width: 1399.98px) {
	.top-scroll-button {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 1199.98px) {
	.top-scroll-button {
		bottom: 12px;
		right: 32px;
		border-radius: 16px;
	}
}
@media (max-width: 575.98px) {
	.top-scroll-button {
		width: 60px;
		height: 60px;
	}
}
.top-scroll-button.show {
	visibility: visible;
	opacity: 1;
}
.top-scroll-button > svg,
.top-scroll-button > img {
	width: 45px;
	height: auto;
}
@media (max-width: 1399.98px) {
	.top-scroll-button > svg,
	.top-scroll-button > img {
		width: 36px;
	}
}
@media (max-width: 767.98px) {
	.top-scroll-button > svg,
	.top-scroll-button > img {
		width: 27px;
	}
}

.record-buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px 0;
}
@media (max-width: 767.98px) {
	.record-buttons {
		gap: 8px 0;
	}
}
.record-buttons .basic-button {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	font-size: 24px;
	color: #fffdfe !important;
}
@media (max-width: 1699.98px) {
	.record-buttons .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 20px;
	}
}
@media (max-width: 1399.98px) {
	.record-buttons .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		min-height: 43px;
	}
}
@media (max-width: 1199.98px) {
	.record-buttons .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 16px;
		border-radius: 12px;
		padding: 6px 24px;
		min-height: 40px;
	}
}
@media (max-width: 991.98px) {
	.record-buttons .basic-button {
		min-height: 40px;
	}
	.record-buttons .basic-button--max {
		min-height: 43px;
	}
	.record-buttons .basic-button--tg {
		min-height: 48px;
	}
}
@media (max-width: 767.98px) {
	.record-buttons .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
	.record-buttons .basic-button--max,
	.record-buttons .basic-button--tg {
		min-height: 40px;
	}
}
.record-buttons .basic-button:hover {
	color: rgb(59, 59, 59);
}
.record-buttons .basic-button img {
	margin-left: 16px;
}
@media (max-width: 1199.98px) {
	.record-buttons .basic-button img {
		width: 16px;
		height: auto;
	}
}
@media (max-width: 1199.98px) {
	.record-buttons .basic-button--tg img {
		width: 20px;
	}
}

.breadcrumbs {
	margin-top: 120px;
	margin-bottom: 80px;
}
@media (max-width: 1399.98px) {
	.breadcrumbs {
		margin-top: 90px;
	}
}
@media (max-width: 1199.98px) {
	.breadcrumbs {
		margin-top: 60px;
		margin-bottom: 70px;
	}
}
@media (max-width: 767.98px) {
	.breadcrumbs {
		margin-top: 40px;
		margin-bottom: 32px;
	}
}
@media (max-width: 575.98px) {
	.breadcrumbs {
		margin-bottom: 42px;
	}
}
.breadcrumbs .breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px 16px;
}
@media (max-width: 767.98px) {
	.breadcrumbs .breadcrumbs__list {
		gap: 8px;
	}
}
.breadcrumbs .breadcrumbs__list-item > a,
.breadcrumbs .breadcrumbs__list-item > span {
	color: #0f0f0f;
	background-color: #f2f2f2;
	padding: 10px 16px;
	border-radius: 12px;
	display: inline-flex;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
@media (max-width: 767.98px) {
	.breadcrumbs .breadcrumbs__list-item > a,
	.breadcrumbs .breadcrumbs__list-item > span {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
		padding: 10px 13px;
		border-radius: 8px;
	}
}
.breadcrumbs .breadcrumbs__list-link:hover {
	background-color: #ffe4f2;
}

.pagination {
	margin-top: 100px;
	margin-bottom: 100px;
}
@media (max-width: 991.98px) {
	.pagination {
		margin-top: 56px;
		margin-bottom: 56px;
	}
}
@media (max-width: 575.98px) {
	.pagination {
		margin-top: 72px;
		margin-bottom: 39px;
	}
}
.pagination .nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 8px;
}
.pagination .nav-links a,
.pagination .nav-links span {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 10px 16px;
	background-color: #ffe4f2;
}
@media (max-width: 1399.98px) {
	.pagination .nav-links a,
	.pagination .nav-links span {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 575.98px) {
	.pagination .nav-links a,
	.pagination .nav-links span {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
		padding: 10px 12px;
	}
}
.pagination .nav-links a:hover,
.pagination .nav-links .current {
	background-color: #e373ad;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 16px 24px;
	border-radius: 10px;
	border: 1px solid #a0a0a0;
	outline: none;
	background-color: #ffe4f2;
	width: 638px;
	max-width: 100%;
}
@media (max-width: 1399.98px) {
	form input[type="text"],
	form input[type="tel"],
	form input[type="email"],
	form textarea {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		padding: 13px 24px;
		margin-bottom: 10px;
	}
}
form input[type="text"]:hover,
form input[type="tel"]:hover,
form input[type="email"]:hover,
form textarea:hover {
	border: 1px solid rgb(59, 59, 59);
	color: #0f0f0f;
}
form input[type="text"]:hover::placeholder,
form input[type="tel"]:hover::placeholder,
form input[type="email"]:hover::placeholder,
form textarea:hover::placeholder {
	color: #0f0f0f;
}
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form textarea:focus {
	border: 1px solid #0f0f0f;
	color: #0f0f0f;
}
form input[type="text"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form textarea:focus::placeholder {
	color: #a0a0a0;
}
form input[type="text"].wpcf7-not-valid,
form input[type="tel"].wpcf7-not-valid,
form input[type="email"].wpcf7-not-valid,
form textarea.wpcf7-not-valid {
	border-color: #0f0f0f;
	color: #a0a0a0;
	background-image: url(assets/img/alert.png);
	background-position: calc(100% - 17px) center;
	background-size: 26px;
	background-repeat: no-repeat;
	padding-right: 65px;
}
@media (max-width: 991.98px) {
	form input[type="text"].wpcf7-not-valid,
	form input[type="tel"].wpcf7-not-valid,
	form input[type="email"].wpcf7-not-valid,
	form textarea.wpcf7-not-valid {
		background-position: calc(100% - 24px) center;
		background-size: 24px;
	}
}
@media (max-width: 767.98px) {
	form input[type="text"].wpcf7-not-valid,
	form input[type="tel"].wpcf7-not-valid,
	form input[type="email"].wpcf7-not-valid,
	form textarea.wpcf7-not-valid {
		background-size: 20px;
	}
}
form .wpcf7-not-valid-tip {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	font-size: 16px;
	color: #f44639;
	text-align: left;
}
form input[type="submit"],
form button[type="submit"] {
	margin-top: 40px;
	width: fit-content;
	border: unset;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	color: #fffdfe !important;
	padding: 26.5px 42px;
}
@media (max-width: 1399.98px) {
	form input[type="submit"],
	form button[type="submit"] {
		padding: 18px 33px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-top: 32px;
	}
}
@media (max-width: 991.98px) {
	form input[type="submit"],
	form button[type="submit"] {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		margin-top: 24px;
		padding: 16px 33px;
	}
}
form input[type="submit"]:disabled,
form button[type="submit"]:disabled {
	opacity: 0.3;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
form .wpcf7-not-valid-tip {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	font-size: 16px;
	color: #f44639;
	text-align: left;
}
form input[type="checkbox"] {
	margin-top: 0;
}
form input[type="checkbox"] + .wpcf7-list-item-label {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 16px;
	letter-spacing: -4%;
	margin-left: 16px;
}
@media (max-width: 1399.98px) {
	form input[type="checkbox"] + .wpcf7-list-item-label {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
form input[type="checkbox"] + .wpcf7-list-item-label a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 4px;
}
@media (max-width: 991.98px) {
form input[type="checkbox"] + .wpcf7-list-item-label a {
	text-underline-offset: 2px;
}
}
form input[type="checkbox"] + .wpcf7-list-item-label a:hover {
	color: #e373ad;
}
form label:has(.form-check-agreement) {
	display: inline-flex;
	align-items: flex-start;
}
@media (min-width: 1400px) {
	form label:has(.form-check-agreement) {
		max-width: 80%;
	}
}
form .form-check-input[type="checkbox"] {
	appearance: none;
	background-color: rgba(237, 237, 237, 0);
	border: 1px solid #6e6e6e;
	border-radius: 8px;
	box-sizing: border-box;
	height: 25px;
	margin: 0;
	overflow: hidden;
	position: static;
	width: 25px;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	form .form-check-input[type="checkbox"] {
		width: 16px;
		height: 16px;
		border-radius: 4px;
		border: 1px solid #0f0f0f;
	}
}
form .form-check-input[type="checkbox"]:checked {
	background: #e373ad;
	border-color: #e373ad;
	background-image: url(assets/img/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 19px;
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	form .form-check-input[type="checkbox"]:checked {
		background-size: 16px;
	}
}
form .form-check-input[type="checkbox"]:focus {
	outline: none;
	box-shadow: none;
	border-color: #e373ad;
}
form .form-field-textarea-attention {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 16px;
	letter-spacing: -4%;
	color: #a0a0a0 !important;
	margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
	form .form-field-textarea-attention {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
		margin-bottom: 10px;
	}
}

.text-block {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
@media (max-width: 1399.98px) {
	.text-block {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.text-block p {
	margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
	.text-block p {
		margin-bottom: 20px;
	}
}
@media (max-width: 575.98px) {
	.text-block p {
		margin-bottom: 15px;
	}
}
.text-block h2:not(.label-title, .inner-page-title) {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	color: #0f0f0f !important;
	margin-bottom: 40px;
	margin-top: 80px;
}
@media (max-width: 1399.98px) {
	.text-block h2:not(.label-title, .inner-page-title) {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
		margin-bottom: 24px;
		margin-top: 40px;
	}
}
@media (max-width: 767.98px) {
	.text-block h2:not(.label-title, .inner-page-title) {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		margin-bottom: 16px;
		margin-top: 32px;
	}
}
.text-block h2 strong {
	font-weight: 400;
}
.text-block ul {
	padding-left: 38px;
}
@media (max-width: 1399.98px) {
	.text-block ul {
		padding-left: 25px;
	}
}
@media (max-width: 1399.98px) {
	.text-block ul li::marker {
		font-size: 20px;
	}
}
.text-block a:not(.basic-button) {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: 0.2s ease;
}
.text-block a:not(.basic-button):hover {
	color: #e373ad;
	transition: 0.2s ease;
}

.record-form-widget__content {
	height: auto;
	background-color: #ffe4f2;
	border-radius: 60px;
	padding: 56px;
}
@media (min-width: 1921px) {
	.record-form-widget__content {
		padding: 80px 90px 56px;
	}
}
@media (max-width: 1399.98px) {
	.record-form-widget__content {
		border-radius: 40px;
		padding: 32px 40px;
	}
}
@media (min-width: 992px) {
	.record-form-widget__content {
		height: 100%;
	}
}
@media (max-width: 991.98px) {
	.record-form-widget__content {
		padding: 32px 24px 24px 32px;
		border-radius: 20px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget__content {
		padding: 32px 24px 24px 24px;
	}
}
.record-form-widget__content > .row {
	height: 100%;
}
.record-form-widget__content .record-form-widget__address {
	margin-top: auto;
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	font-size: 16px;
	color: #6e6e6e;
	display: flex;
	align-items: center;
	gap: 0 32px;
}
@media (min-width: 1921px) {
	.record-form-widget__content .record-form-widget__address {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 24px;
	}
}
@media (max-width: 1399.98px) {
	.record-form-widget__content .record-form-widget__address {
		gap: 0 24px;
	}
}
@media (max-width: 1199.98px) {
	.record-form-widget__content .record-form-widget__address {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 16px;
		gap: 0 16px;
		margin-top: -40px;
	}
}
@media (max-width: 991.98px) {
	.record-form-widget__content .record-form-widget__address {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 12px;
	}
}
@media (max-width: 990.98px) {
	.record-form-widget__content .record-form-widget__address {
		display: none;
	}
}
.record-form-widget__content .record-form-widget__address a {
	color: inherit;
	transition: 0.2s ease;
}
.record-form-widget__content .record-form-widget__address a:hover {
	color: #e373ad;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: 0.2s ease;
}
.record-form-widget__content .record-form-widget__address .delimeter {
	display: inline-block;
	width: 2px;
	height: 30px;
	background-color: #e373ad;
	border-radius: 5px;
	flex-shrink: 0;
}
@media (max-width: 991.98px) {
	.record-form-widget__content .record-form-widget__address .delimeter {
		width: 1px;
	}
}

@media (max-width: 1199.98px) {
	.record-form-widget--questions.record-form-widget--index.margin-bottom {
		margin-bottom: 156px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget--questions.record-form-widget--index.margin-bottom {
		margin-bottom: 100px;
	}
}
.record-form-widget--questions .record-form-widget__content {
	border-radius: 80px;
	padding: 80px;
}
@media (max-width: 1399.98px) {
	.record-form-widget--questions .record-form-widget__content {
		padding: 56px;
	}
}
@media (max-width: 1199.98px) {
	.record-form-widget--questions .record-form-widget__content {
		padding: 32px;
		border-radius: 40px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget--questions .record-form-widget__content {
		padding: 24px;
	}
}
@media (max-width: 1399.98px) {
	.record-form-widget--questions .record-form-widget__content .record-form-widget__description h2 {
		max-width: 80%;
	}
}
@media (max-width: 1199.98px) {
	.record-form-widget--questions .record-form-widget__content .record-form-widget__description h2 {
		margin-bottom: 40px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget--questions .record-form-widget__content .record-form-widget__description h2 {
		margin-bottom: 24px;
	}
}
@media (min-width: 1921px) {
	.record-form-widget--questions .record-form-widget__content .record-form-widget__description p {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 24px;
	}
}
.record-form-widget--questions .record-form-widget__content .record-form-widget__description p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	font-size: 32px;
}
@media (max-width: 1399.98px) {
	.record-form-widget--questions .record-form-widget__content .record-form-widget__description p {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 24px;
	}
}
@media (max-width: 1199.98px) {
	.record-form-widget--questions .record-form-widget__content .record-form-widget__description p {
		color: #6e6e6e;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget--questions .record-form-widget__content .record-form-widget__description p {
		margin-bottom: 16px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 16px;
	}
}
.record-form-widget--questions .record-form-widget__content textarea {
	border-radius: 20px;
}
.record-form-widget--questions .record-form-widget__content button[type="submit"] {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	font-size: 20px;
}
@media (min-width: 1921px) {
	.record-form-widget--questions .record-form-widget__content button[type="submit"] {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 32px;
	}
}
@media (max-width: 1920.98px) {
	.record-form-widget--questions .record-form-widget__content button[type="submit"] {
		padding: 16px 32px;
		border-radius: 16px;
	}
}
@media (max-width: 575.98px) {
	.record-form-widget--questions .record-form-widget__content button[type="submit"] {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 16px;
		width: 100%;
	}
}
.record-form-widget--questions .record-form-widget__content button[type="submit"] {
	color: #fffdfe;
}

.record-form-widget__description {
	display: flex;
	flex-direction: column;
}
.record-form-widget__description h2 {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-bottom: 32px;
}
@media (max-width: 1399.98px) {
	.record-form-widget__description h2 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		margin-bottom: 20px;
	}
}
@media (max-width: 991.98px) {
	.record-form-widget__description h2 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-bottom: 16px;
	}
}
.record-form-widget__description p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	margin-bottom: 32px;
}
@media (max-width: 1399.98px) {
	.record-form-widget__description p {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		margin-bottom: 20px;
		width: 638px;
		max-width: 100%;
	}
}

.record-form-widget__success {
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.record-form-widget__success {
		padding-right: 10%;
	}
}
.record-form-widget__success h2 {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-bottom: 32px;
}
@media (max-width: 1399.98px) {
	.record-form-widget__success h2 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget__success h2 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-bottom: 16px;
	}
}
.record-form-widget__success h2 img {
	margin-left: 20px;
	height: auto;
}
@media (max-width: 1399.98px) {
	.record-form-widget__success h2 img {
		width: 65px;
		margin-left: 24px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget__success h2 img {
		width: 57px;
		margin-left: 10px;
		vertical-align: bottom;
	}
}
.record-form-widget__success .record-form-widget__address {
	margin-top: auto;
	color: #0f0f0f;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media (max-width: 767.98px) {
	.record-form-widget__success .record-form-widget__address {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px 0;
	}
}
.record-form-widget__success .record-form-widget__address .record-form-widget__address-subtitle {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 16px;
	letter-spacing: -4%;
	font-weight: 500;
	color: #a0a0a0 !important;
	margin-bottom: 42px;
}
@media (max-width: 1399.98px) {
	.record-form-widget__success .record-form-widget__address .record-form-widget__address-subtitle {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
		margin-bottom: 16px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget__success .record-form-widget__address .record-form-widget__address-subtitle {
		margin-bottom: 10px;
	}
}
.record-form-widget__success .record-form-widget__address .address {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
}
@media (max-width: 1399.98px) {
	.record-form-widget__success .record-form-widget__address .address {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget__success .record-form-widget__address .address {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.record-form-widget__success .record-form-widget__address .phones {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 32px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1399.98px) {
	.record-form-widget__success .record-form-widget__address .phones {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.record-form-widget__success .record-form-widget__address .phones a + a {
	margin-top: 21px;
}
@media (max-width: 1399.98px) {
	.record-form-widget__success .record-form-widget__address .phones a + a {
		margin-top: 10px;
	}
}

@media (min-width: 1400px) {
	.record-form-widget__info {
		width: 69.75%;
	}
}
@media (max-width: 1399.98px) {
	.record-form-widget__info {
		width: 69%;
	}
}
@media (max-width: 991.98px) {
	.record-form-widget__info {
		width: 65%;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget__info {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.record-form-widget__pic {
		width: 30.25%;
	}
}
@media (max-width: 1399.98px) {
	.record-form-widget__pic {
		width: 31%;
	}
}
@media (max-width: 991.98px) {
	.record-form-widget__pic {
		width: 34%;
	}
}
.record-form-widget__pic img {
	border-radius: 60px;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1399.98px) {
	.record-form-widget__pic img {
		border-radius: 40px;
	}
}
@media (max-width: 991.98px) {
	.record-form-widget__pic img {
		border-radius: 20px;
	}
}

.record-form {
	display: flex;
	flex-direction: column;
	max-width: 100%;
}
@media (max-width: 1399.98px) {
	.record-form {
		width: 638px;
	}
}

.record-form-widget--modal {
	width: 1373px;
	max-width: 90%;
	margin: auto;
}
@media (min-width: 1921px) {
	.record-form-widget--modal {
		width: 1434px;
	}
}
@media (max-width: 1399.98px) {
	.record-form-widget--modal {
		width: 790px;
	}
}
@media (max-width: 575.98px) {
	.record-form-widget--modal {
		width: 83.5%;
	}
}
@media (max-width: 1399.98px) {
	.record-form-widget--modal .record-form-widget__content {
		padding-top: 40px;
	}
}
@media (max-width: 575.98px) {
	.record-form-widget--modal .record-form-widget__content {
		padding-top: 32px;
	}
}
.record-form-widget--modal .record-form-widget__address {
	margin-top: 100px;
}
.record-form-widget--modal .btn-close {
	position: absolute;
	top: 35px;
	right: 40px;
	z-index: 10;
}
@media (max-width: 1399.98px) {
	.record-form-widget--modal .btn-close {
		top: 15px;
		right: 30px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget--modal .btn-close {
		right: 20px;
	}
}
.record-form-widget--modal .btn-close:focus {
	box-shadow: unset;
}
.record-form-widget--modal form input[type="text"],
.record-form-widget--modal form input[type="tel"],
.record-form-widget--modal form input[type="email"],
.record-form-widget--modal form textarea {
	width: 100%;
}
.record-form-widget--modal form input[type="submit"],
.record-form-widget--modal form button[type="submit"] {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 32px;
	color: #fffdfe !important;
	border-radius: 20px;
}
@media (max-width: 1399.98px) {
	.record-form-widget--modal form input[type="submit"],
	.record-form-widget--modal form button[type="submit"] {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		border-radius: 12px;
	}
}
@media (max-width: 767.98px) {
	.record-form-widget--modal form input[type="submit"],
	.record-form-widget--modal form button[type="submit"] {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}

.swiper-navigation {
	display: flex;
	align-items: center;
	gap: 0 16px;
}
@media (max-width: 575.98px) {
	.swiper-navigation {
		gap: 0 8px;
	}
}
.swiper-navigation--right {
	justify-content: flex-end;
}
.swiper-navigation--left {
	justify-content: flex-start;
}
.swiper-navigation--center {
	justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
	position: relative;
	margin: 0 !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	border-top-right-radius: 18px;
	border-bottom-left-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e373ad;
	transition: 0.2s ease;
}
@media (min-width: 1921px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 90px;
		height: 90px;
	}
}
@media (max-width: 1399.98px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 60px;
		height: 60px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
}
@media (max-width: 991.98px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 46px;
		height: 46px;
		border-top-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}
}
@media (max-width: 575.98px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 40px;
		height: 40px;
	}
}
.swiper-button-lock {
	display: none;
}
.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
	background-color: #e373ad;
	transition: 0.2s ease;
	box-shadow: 0 4px 4px 0 rgba(227, 115, 173, 0.3);
}
.swiper-button-next:not(.swiper-button-disabled):hover svg,
.swiper-button-prev:not(.swiper-button-disabled):hover svg {
	transition: 0.2s ease;
}
.swiper-button-next > svg,
.swiper-button-prev > svg {
	width: 40px;
	height: 40px;
	transition: 0.2s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (min-width: 1921px) {
	.swiper-button-next > svg,
	.swiper-button-prev > svg {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 1399.98px) {
	.swiper-button-next > svg,
	.swiper-button-prev > svg {
		width: 26px;
		height: 26px;
	}
}
@media (max-width: 991.98px) {
	.swiper-button-next > svg,
	.swiper-button-prev > svg {
		width: 21px;
		height: 21px;
	}
}
@media (max-width: 575.98px) {
	.swiper-button-next > svg,
	.swiper-button-prev > svg {
		width: 8px;
		height: 13px;
	}
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	background-color: #ffbcde;
	opacity: 1;
	transition: 0.2s ease;
}

.swiper-button-prev > svg {
	transform: rotate(-180deg) translate(50%, 50%);
}

header {
	padding: 32px 0;
}
@media (max-width: 575.98px) {
	header {
		padding: 16px 0;
	}
}
header .dropdown-menu {
	padding: 30px 32px;
	border: 0;
	overflow: hidden;
	min-width: 400px;
	background-color: #f3eee8;
	border-radius: 24px;
	filter: drop-shadow(0 4px 20px rgba(227, 219, 211, 0.7));
}
header .dropdown-menu.show {
	transform: translate(0px, 15px) !important;
}
@media (max-width: 1199.98px) {
	header .dropdown-menu.show {
		transform: translate(0px, 10px) !important;
	}
}
header .dropdown-menu .nav-link {
	padding: 10px 0;
}
header .dropdown-menu .current-menu-item .nav-link,
header .dropdown-menu .nav-link:hover {
	color: #e373ad;
}
header .dropdown-toggle::after {
	content: "";
	pointer-events: none;
	transform: translate(0, 30%);
	width: 12px;
	height: 10px;
	clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
	border: unset;
	background-color: #0f0f0f;
	transition: 0.3s ease;
}
@media (max-width: 1920.98px) {
	header .dropdown-toggle::after {
		margin-left: 10px;
	}
}
@media (max-width: 1399.98px) {
	header .dropdown-toggle::after {
		width: 10px;
		height: 10px;
		margin-left: 9px;
	}
}
header .nav-link.dropdown-toggle:hover::after {
	background-color: #e373ad;
	transition: 0.3s ease;
}
header .dropdown-toggle[aria-expanded="true"]::after {
	transform: translate(0, 30%) rotate(180deg);
}

.header--index {
	background-color: #f3eee8;
}

.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__content .menu {
	margin-left: auto;
	/* padding-left: 20px;
	padding-right: 20px;
	transform: translateX(116px); */
}
.header__content .logo svg,
.header__content .logo img {
	height: auto;
}
@media (max-width: 1280.98px) {
	.header__content .logo svg,
	.header__content .logo img {
		width: 149px;
	}
}
@media (max-width: 991.98px) {
	.header__content .logo svg,
	.header__content .logo img {
		width: 115px;
	}
}
@media (max-width: 575.98px) {
	.header__content .logo svg,
	.header__content .logo img {
		width: 149px;
	}
}
@media (max-width: 767.98px) {
	.header__content .logo svg path.logo-hidden {
		display: none;
	}
}
@media (min-width: 1400px) and (max-width: 1920.98px) {
	.header__content .menu {
		margin-left: auto;
		margin-right: 56px;
		/* transform: translateX(144px); */
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.header__content .menu {
		margin: 0 auto;
		/* transform: translateX(113px); */
	}
}
.header__content .menu > ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 28px;
}
@media (max-width: 1199.98px) {
	.header__content .menu > ul {
		gap: 21px;
	}
}
.header__content .menu > ul a {
	transition: 0.2s ease;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
@media (max-width: 1399.98px) {
	.header__content .menu > ul a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.header__content .menu > ul a:hover {
	color: #e373ad;
	transition: 0.2s ease;
}
.header__content .basic-button {
	color: #fffdfe;
}
@media (max-width: 991.98px) {
	.header__content .phone-button {
		margin-right: 24px;
		margin-left: auto;
	}
}

.header__open-menu {
	width: 98px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px 0;
	height: 14px;
	padding: 0;
	border: 0;
	margin-left: auto;
	margin-right: 150px;
	background-color: transparent;
}
@media (min-width: 1281px) and (max-width: 1399.98px) {
	.header__open-menu {
		margin-right: 48px;
	}
}
@media (max-width: 1280.98px) {
	.header__open-menu {
		height: 12px;
		margin-right: 105px;
		width: 80px;
	}
}
@media (max-width: 1199.98px) {
	.header__open-menu {
		width: 62px;
		margin-right: 51px;
		height: 8px;
		gap: 4px 0;
	}
}
@media (max-width: 991.98px) {
	.header__open-menu {
		width: 70px;
		margin-right: 0;
		margin-left: 0;
		height: 14px;
	}
}
@media (max-width: 767.98px) {
	.header__open-menu {
		width: 82px;
		gap: 8px 0;
	}
}
.header__open-menu span {
	display: block;
	width: 100%;
	background-color: rgb(59, 59, 59);
	height: 3px;
	border-radius: 3px;
}
@media (min-width: 991px) and (max-width: 1280.98px) {
	.header__open-menu span {
		height: 2px;
	}
}
#mobile-menu-modal > .modal-dialog {
	margin: 0;
	margin-left: auto;
	width: 1155px;
	min-height: 1348px;
	max-width: 100%;
}
@media (max-width: 1920.98px) {
	#mobile-menu-modal > .modal-dialog {
		width: 900px;
		min-height: 1100px;
	}
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal > .modal-dialog {
		width: 698px;
	}
}
@media (min-width: 768px) {
	#mobile-menu-modal > .modal-dialog {
		min-height: 820px;
	}
}
@media (max-width: 767.98px) {
	#mobile-menu-modal > .modal-dialog {
		min-height: auto;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal {
		background-color: #f3eee8;
	}
	#mobile-menu-modal > .modal-dialog {
		width: 100%;
		height: 100%;
	}
}
#mobile-menu-modal .mobile-menu__content {
	position: relative;
	padding: 215px 80px 120px 120px;
	border: 0;
	background-image: url(assets/img/mob_menu_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	background-color: unset;
	border-radius: 0;
	height: 100%;
}
@media (max-width: 1920.98px) {
	#mobile-menu-modal .mobile-menu__content {
		padding: 185px 80px 100px 100px;
	}
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal .mobile-menu__content {
		padding: 126px 40px 100px 56px;
		background-image: url(assets/img/mob_menu_bg_middle.png);
	}
}
@media (max-width: 767.98px) {
	#mobile-menu-modal .mobile-menu__content {
		background-image: url(assets/img/mob_menu_bg_min.png);
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal .mobile-menu__content {
		border-radius: 0;
		width: 100%;
		height: 100%;
		background-color: #f3eee8;
		padding: 94px 32px 37px 32px;
	}
}
#mobile-menu-modal .mobile-menu__content .btn-close {
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0;
	top: 60px;
	right: 80px;
	color: rgb(59, 59, 59);
	opacity: 1;
	background-size: 100%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F0F0F'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal .mobile-menu__content .btn-close {
		top: 40px;
		right: 48px;
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 1280.98px) {
	#mobile-menu-modal .mobile-menu__content .btn-close {
		width: 22px;
		height: 22px;
	}
}
@media (max-width: 767.98px) {
	#mobile-menu-modal .mobile-menu__content .btn-close {
		top: 32px;
		right: 40px;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal .mobile-menu__content .btn-close {
		width: 18px;
		height: 18px;
		top: 30px;
		right: 38px;
	}
}
#mobile-menu-modal .mobile-menu__content .btn-close:focus {
	box-shadow: unset;
}
#mobile-menu-modal .mobile-menu__footer {
	display: flex;
	justify-content: space-between;
	gap: 0 47px;
	margin-top: auto;
}
@media (max-width: 767.98px) {
	#mobile-menu-modal .mobile-menu__footer {
		gap: 0 16px;
		flex-wrap: wrap;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal .mobile-menu__footer {
		padding-bottom: 37px;
	}
}
#mobile-menu-modal .mobile-menu__contacts {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-shrink: 1;
}
@media (max-width: 767.98px) {
	#mobile-menu-modal .mobile-menu__contacts {
		margin-bottom: 16px;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal .mobile-menu__contacts {
		margin-bottom: 24px;
	}
}
#mobile-menu-modal .mobile-menu__contacts-item {
	margin-bottom: 33px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal .mobile-menu__contacts-item {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-bottom: 17px;
	}
}
@media (max-width: 767.98px) {
	#mobile-menu-modal .mobile-menu__contacts-item {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 16px;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal .mobile-menu__contacts-item {
		margin-bottom: 16px;
	}
}
#mobile-menu-modal .mobile-menu__contacts-item:last-child {
	margin-bottom: 0;
}
#mobile-menu-modal .mobile-menu__contacts-item p:last-child {
	margin-bottom: 0;
}
#mobile-menu-modal .mobile-menu__contacts-item a {
	color: inherit;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 32px;
	letter-spacing: -7%;
	transition: 0.2s ease;
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal .mobile-menu__contacts-item a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
#mobile-menu-modal .mobile-menu__contacts-item a:hover {
	color: #e373ad;
	transition: 0.2s ease;
}
#mobile-menu-modal .mobile-menu__contacts-item--phones {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal .mobile-menu__contacts-item--phones {
		gap: 9px;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal .mobile-menu__contacts-item--address {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
#mobile-menu-modal .mobile-menu__contacts-item-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	font-size: 16px;
	margin-bottom: 8px;
}
@media (max-width: 767.98px) {
	#mobile-menu-modal .mobile-menu__contacts-item-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 12px;
	}
}
#mobile-menu-modal nav.mobile-menu {
	margin-bottom: 59px;
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal nav.mobile-menu {
		margin-bottom: 121px;
	}
}
@media (max-width: 767.98px) {
	#mobile-menu-modal nav.mobile-menu {
		margin-bottom: 40px;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal nav.mobile-menu {
		margin-bottom: 30px;
	}
}
#mobile-menu-modal nav.mobile-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mobile-menu-modal nav.mobile-menu ul li {
	border-bottom: 3px solid #d9d9d9;
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal nav.mobile-menu ul li {
		border-width: 1px;
	}
}
#mobile-menu-modal nav.mobile-menu ul a {
	position: relative;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	display: inline-flex;
	align-items: center;
	color: inherit;
	padding: 32px 0 16px;
	width: 100%;
	transition: 0.2s ease;
}
@media (max-width: 1920.98px) {
	#mobile-menu-modal nav.mobile-menu ul a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal nav.mobile-menu ul a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		padding: 16px 0 10px;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal nav.mobile-menu ul a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		padding: 19px 0 8px;
	}
}
#mobile-menu-modal nav.mobile-menu ul a:hover {
	color: #e373ad;
	transition: 0.2s ease;
}
#mobile-menu-modal nav.mobile-menu ul a:hover svg {
	transition: 0.2s ease;
}
#mobile-menu-modal nav.mobile-menu ul a:hover svg.arrow-dark {
	opacity: 0;
}
#mobile-menu-modal nav.mobile-menu ul a:hover svg.arrow-pink {
	opacity: 1;
}
#mobile-menu-modal nav.mobile-menu ul a svg {
	position: absolute;
	top: 50%;
	left: unset;
	right: 7px;
	width: 31px;
	height: 31px;
	transform: translateY(-50%);
	transition: 0.2s ease;
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal nav.mobile-menu ul a svg {
		width: 18px;
		height: 18px;
		right: 9px;
	}
}
@media (max-width: 575.98px) {
	#mobile-menu-modal nav.mobile-menu ul a svg {
		width: 16px;
		height: 16px;
		right: 8px;
	}
}
#mobile-menu-modal nav.mobile-menu ul a svg.arrow-dark {
	opacity: 1;
}
#mobile-menu-modal nav.mobile-menu ul a svg.arrow-pink {
	opacity: 0;
}
#mobile-menu-modal .record-buttons {
	gap: 10px 0;
	flex-shrink: 0;
}
#mobile-menu-modal .record-buttons .basic-button {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	color: #fffdfe;
	min-height: 61px;
}
@media (max-width: 1599.98px) {
	#mobile-menu-modal .record-buttons .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 1399.98px) {
	#mobile-menu-modal .record-buttons .basic-button {
		min-height: 48px;
	}
	#mobile-menu-modal .record-buttons .basic-button--max,
	#mobile-menu-modal .record-buttons .basic-button--tg {
		min-height: 52px;
	}
}
@media (max-width: 1199.98px) {
	#mobile-menu-modal .record-buttons .basic-button {
		min-height: 48px;
		padding: 16px 32px;
	}
}
@media (max-width: 991.98px) {
	#mobile-menu-modal .record-buttons .basic-button {
		min-height: 48px;
	}
	#mobile-menu-modal .record-buttons .basic-button--max,
	#mobile-menu-modal .record-buttons .basic-button--tg {
		min-height: 52px;
	}
}
@media (max-width: 767.98px) {
	#mobile-menu-modal .record-buttons .basic-button {
		min-height: 48px;
	}
	#mobile-menu-modal .record-buttons .basic-button--max,
	#mobile-menu-modal .record-buttons .basic-button--tg {
		min-height: 52px;
	}
}
#mobile-menu-modal .record-buttons .basic-button:hover {
	color: rgb(59, 59, 59);
}

.index-top {
	position: relative;
	background-color: #f3eee8;
	margin-bottom: 200px;
	overflow: hidden;
}
@media (max-width: 1920.98px) {
	.index-top {
		font-size: 120px;
	}
}
@media (max-width: 1399.98px) {
	.index-top {
		margin-bottom: 80px;
	}
}
.index-top::after {
	display: block;
	width: 100%;
	height: 74px;
	content: "";
	background-image: url(assets/img/header_border_desktop_white.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -70px;
	position: relative;
}
.index-top .index-top__content-title {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 232px;
	margin-bottom: 0;
	margin-top: 68px;
	padding-left: 85px;

	width: fit-content;
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 2249.98px) {
	.index-top .index-top__content-title {
		font-size: 170px;
	}
}
@media (max-width: 1599.98px) {
	.index-top .index-top__content-title {
		font-size: 140px;
	}
}
@media (max-width: 1399.98px) {
	.index-top .index-top__content-title {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 120px;
		line-height: 0.77;
		/* padding-left: 180px; */
		margin-bottom: 20px;
	}
}
@media (max-width: 1199.98px) {
	.index-top .index-top__content-title {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 90px;
		/* padding-left: 170px; */
		margin-top: 8px;
	}
}
/* @media (max-width: 849.98px) {
  .index-top .index-top__content-title {
    padding-left: 90px;
  }
}
@media (max-width: 767.98px) {
  .index-top .index-top__content-title {
    padding-left: 40px;
  }
} */
@media (max-width: 699.98px) {
	.index-top .index-top__content-title {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: 1%;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.index-top .index-top__content-title {
		/* width: 100vw; */
		margin-left: -18px;
		padding-left: 0;
	}
}
/* @media (max-width: 389.98px) {
  .index-top .index-top__content-title {
    margin-left: -29px;
  }
} */
.index-top .index-top__content-title .index-top__content-title--bottom {
	display: flex;
	align-items: flex-end;
	gap: 0 54px;
	margin-top: 35px;
}
@media (max-width: 1399.98px) {
	.index-top .index-top__content-title .index-top__content-title--bottom {
		margin-top: 10px;
		gap: 0 40px;
	}
}
@media (max-width: 1199.98px) {
	.index-top .index-top__content-title .index-top__content-title--bottom {
		gap: 0 20px;
	}
}
@media (max-width: 699.98px) {
	.index-top .index-top__content-title .index-top__content-title--bottom {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 0;
		line-height: 0.7;
	}
}
.index-top .index-top__content-title .index-top__content-subtitle {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 90px;
}
@media (max-width: 2249.98px) {
	.index-top .index-top__content-title .index-top__content-subtitle {
		font-size: 80px;
	}
}
@media (max-width: 1599.98px) {
	.index-top .index-top__content-title .index-top__content-subtitle {
		font-size: 70px;
	}
}
@media (max-width: 1399.98px) {
	.index-top .index-top__content-title .index-top__content-subtitle {
		font-size: 60px;
	}
}
@media (max-width: 1199.98px) {
	.index-top .index-top__content-title .index-top__content-subtitle {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (max-width: 699.98px) {
	.index-top .index-top__content-title .index-top__content-subtitle {
		margin-top: 10px;
	}
	.index-top .index-top__content-title .index-top__content-subtitle br {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.index-top .index-top__content-pic {
		width: 100vw;
		margin-left: -32px;
	}
}

.services__item > .content .services__item-title {
	text-align: center;
	margin-bottom: 0;
	margin-top: 30px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
}
@media (max-width: 1920.98px) {
	.services__item > .content .services__item-title {
		font-size: 42px;
		margin-top: 24px;
	}
}
@media (max-width: 1399.98px) {
	.services__item > .content .services__item-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		margin-top: 16px;
	}
}
@media (max-width: 1199.98px) {
	.services__item > .content .services__item-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
.services__item > .content .services__item-title > span {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: 1%;
	line-height: 1.04;
	display: block !important;
}
@media (max-width: 1920.98px) {
	.services__item > .content .services__item-title > span {
		font-size: 42px;
	}
}
@media (max-width: 1399.98px) {
	.services__item > .content .services__item-title > span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
.services__item > .content > svg {
	max-width: 100%;
}
.services__item > .content .bg-layer path {
	fill: #f3eee8;
}
.services__item > .content .bg-path {
	transition: fill 0.3s ease;
}
.services__item > .content {
	/* Меняем цвет фона при наведении на весь SVG */
}
.services__item > .content > .stretched-link:hover ~ svg .bg-path {
	fill: #ffe4f2;
}
.services__item > .content {
	/* Меняем цвет при наведении на фото */
}
.services__item > .content > .stretched-link:hover ~ svg .bg-layer path {
	fill: #ffe4f2;
}

.services__item.swiper-slide > .content > svg {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767.98px) {
	.services-widget .row {
		margin-right: 0;
		margin-left: 0;
	}
	.services-widget > .container {
		margin: 0;
		max-width: 100%;
	}
}
@media (max-width: 767.98px) {
	.services-widget .label-title,
	.services-widget .basic-title {
		margin-left: 32px;
	}
}
@media (min-width: 768px) and (max-width: 1920.98px) {
	.services-widget .services-widget-content {
		width: 83.33333333%;
		margin-left: 8.33333333%;
	}
}
@media (max-width: 767.98px) {
	.services-widget .services-widget-content {
		padding-left: 0;
		padding-right: 0;
	}
}
.services-widget .services-swiper-button {
	top: 42%;
	bottom: unset;
	position: absolute;
}
@media (max-width: 1920.98px) {
	.services-widget .services-swiper-button {
		top: 30%;
	}
}
@media (max-width: 767.98px) {
	.services-widget .services-swiper-button {
		display: none;
	}
}
.services-widget .services-swiper-button-prev {
	left: -100px;
}
@media (max-width: 1920.98px) {
	.services-widget .services-swiper-button-prev {
		left: calc(var(--bs-gutter-x) * 0.5);
	}
}
.services-widget .services-swiper-button-prev > svg {
	transform: rotate(-180deg) translate(50%, 50%);
}
.services-widget .services-swiper-button-next {
	right: -100px;
}
@media (max-width: 1920.98px) {
	.services-widget .services-swiper-button-next {
		right: calc(var(--bs-gutter-x) * 0.5);
	}
}

.problems .problems-wrapper-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 56px;
}
@media (max-width: 1920.98px) {
	.problems .problems-wrapper-title {
		margin-bottom: 32px;
	}
}
@media (max-width: 1399.98px) {
	.problems .problems-wrapper-title {
		margin-bottom: 10px;
	}
}
@media (max-width: 1280.98px) {
	.problems .problems-wrapper-title {
		margin-bottom: 0;
	}
}
.problems .problems-wrapper-title img {
	margin-left: 25px;
	margin-right: -50px;
}
@media (max-width: 1920.98px) {
	.problems .problems-wrapper-title img {
		width: 150px;
		margin-right: -40px;
	}
}
@media (max-width: 1399.98px) {
	.problems .problems-wrapper-title img {
		width: 80px;
		margin-right: -10px;
	}
}
@media (max-width: 991.98px) {
	.problems .problems-wrapper-title img {
		width: 60px;
		margin-left: 15px;
	}
}
@media (max-width: 575.98px) {
	.problems .problems-wrapper-title img {
		margin-left: 0;
		width: 50px;
	}
}
.problems .problems__tabs {
	justify-content: center;
	gap: 0 40px;
}
@media (max-width: 1399.98px) {
	.problems .problems__tabs {
		gap: 0 20px;
	}
}
.problems .problems__tabs .nav-item button {
	position: relative;
	border: 0;
	padding: 0;
	background-color: unset;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -2%;
	color: #c1c1c1 !important;
	font-weight: 500;
	padding-top: 24px;
	padding-bottom: 14px;
	outline: none;
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	.problems .problems__tabs .nav-item button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 1199.98px) {
	.problems .problems__tabs .nav-item button {
		padding-top: 14px;
		padding-bottom: 10px;
	}
}
@media (max-width: 649.98px) {
	.problems .problems__tabs .nav-item button {
		font-weight: 600;
	}
}
.problems .problems__tabs .nav-item button::after {
	width: 100%;
	height: 1px;
	background-color: #0f0f0f;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
@media (max-width: 1399.98px) {
	.problems .problems__tabs .nav-item button::after {
		width: 150%;
		left: -25%;
	}
}
.problems .problems__tabs .nav-item button::before {
	width: 116px;
	height: 49px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(assets/img/pink_check_light.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
	opacity: 0;
	transition: 0.2s ease;
}
@media (max-width: 1199.98px) {
	.problems .problems__tabs .nav-item button::before {
		width: 79px;
		height: 34px;
	}
}
.problems .problems__tabs .nav-item button.active {
	color: #0f0f0f !important;
	transition: 0.2s ease;
}
.problems .problems__tabs .nav-item button.active::after,
.problems .problems__tabs .nav-item button.active::before {
	opacity: 1;
	transition: 0.2s ease;
}
.problems .services-page__tabs-content {
	padding-top: 72px;
}
@media (max-width: 1399.98px) {
	.problems .services-page__tabs-content {
		padding-top: 49px;
	}
}
@media (max-width: 1280.98px) {
	.problems .services-page__tabs-content {
		padding-top: 40px;
	}
}
@media (max-width: 649.98px) {
	.problems .services-page__tabs-content {
		padding-top: 26px;
	}
}
.problems .services-page__tabs-content .tab-pane {
	padding-left: 93px;
}
@media (max-width: 1399.98px) {
	.problems .services-page__tabs-content .tab-pane {
		padding-left: 0;
	}
}
.problems .services-page__tabs-content .tab-pane.show {
	display: flex;
	align-items: flex-start;
}
@media (max-width: 649.98px) {
	.problems .services-page__tabs-content .tab-pane.show {
		flex-wrap: wrap;
		gap: 24px;
	}
}
.problems .services-page__tabs-content .label-title {
	border-radius: 0;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 16px;
	letter-spacing: -4%;
	margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
	.problems .services-page__tabs-content .label-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 649.98px) {
	.problems .services-page__tabs-content .label-title {
		margin-bottom: 8px;
	}
}
.problems .services-page__tabs-content .services-page__tab-column {
	width: 33.3%;
}
@media (max-width: 649.98px) {
	.problems .services-page__tabs-content .services-page__tab-column {
		width: 100%;
	}
}
.problems .services-page__tabs-content .services-page__tab-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 32px;
	padding-right: 16px;
	border-top: 1px solid #d9d9d9;
}
@media (max-width: 1399.98px) {
	.problems .services-page__tabs-content .services-page__tab-column ul {
		padding-top: 12px;
	}
}
@media (max-width: 649.98px) {
	.problems .services-page__tabs-content .services-page__tab-column ul {
		padding-top: 8px;
	}
}
.problems .services-page__tabs-content .services-page__tab-column li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.problems .services-page__tabs-content .services-page__tab-column li a {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	line-height: 0.9;
	color: #c1c1c1 !important;
	transition: 0.2s ease;
}
@media (max-width: 1920.98px) {
	.problems .services-page__tabs-content .services-page__tab-column li a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
		line-height: 0.9;
	}
}
@media (max-width: 1399.98px) {
	.problems .services-page__tabs-content .services-page__tab-column li a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (min-width: 650px) and (max-width: 767.98px) {
	.problems .services-page__tabs-content .services-page__tab-column li a {
		font-size: 20px;
	}
}
@media (max-width: 649.98px) {
	.problems .services-page__tabs-content .services-page__tab-column li a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		color: #0f0f0f !important;
	}
}
.problems .services-page__tabs-content .services-page__tab-column li a:hover {
	color: #0f0f0f !important;
	transition: 0.2s ease;
}

.doctors--index .doctors-wrapper {
	display: grid;
	gap: 0 20px;
	padding: 0 45px;
}
@media (max-width: 1280.98px) {
	.doctors--index .doctors-wrapper {
		padding: 0 120px;
		gap: 0 15px;
	}
}
@media (max-width: 991.98px) {
	.doctors--index .doctors-wrapper {
		padding: 0 78px;
	}
}
@media (max-width: 767.98px) {
	.doctors--index .doctors-wrapper {
		padding: 0;
	}
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-wrapper {
		gap: 0 4px;
	}
}
.doctors--index .doctors-name-wrapper {
	margin-top: 40px;
	text-align: center;
}
@media (max-width: 1280.98px) {
	.doctors--index .doctors-name-wrapper {
		margin-top: 20px;
	}
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-name-wrapper {
		margin-top: 15px;
	}
}
.doctors--index .doctors-name-wrapper .doctors-name {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-bottom: 21px;
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

.doctors--index .doctors-name-wrapper .doctors-name::after {
	width: calc(100% + 80px);
    left: -40px;
    bottom: -7px;
    content: "";
    height: 1px;
    background-color: rgba(217, 217, 217, 1);
    display: block;
    position: absolute;
}

@media (max-width: 1280.98px) {
	.doctors--index .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		letter-spacing: 1%;
		line-height: 1.04;
		margin-bottom: 15px;
	}
}
@media (max-width: 991.98px) {
	.doctors--index .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.doctors--index .doctors-name-wrapper .doctors-name::before {
		content: "";
		height: 1px;
		bottom: -6px;
		left: 3%;
		width: 94%;
		position: absolute;
		background-color: #d9d9d9;
		display: none;
	}
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
	.doctors--index .doctors-name-wrapper .doctors-name::before {
		display: inline-block;
	}
}
.doctors--index .doctors-name-wrapper .doctors-name span.surname {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: 1%;
	line-height: 1.04;
}
@media (max-width: 1280.98px) {
	.doctors--index .doctors-name-wrapper .doctors-name span.surname {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 991.98px) {
	.doctors--index .doctors-name-wrapper .doctors-name span.surname {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		line-height: 1.04;
	}
}
@media (max-width: 991.98px) {
	.doctors--index .doctors-name-wrapper .doctors-post {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.doctors--index .doctors-name-wrapper .doctors-post::before {
		content: "";
		height: 1px;
		top: -10px;
		left: 3%;
		width: 94%;
		position: absolute;
		background-color: #d9d9d9;
	}
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-name-wrapper .doctors-post {
		max-width: 65%;
	}
	.doctors--index .doctors-name-wrapper .doctors-post::before {
		display: none;
	}
}
@media (max-width: 449.98px) {
	.doctors--index .doctors-name-wrapper .doctors-post {
		max-width: 75%;
	}
}
.doctors--index .doctors-item--1 {
	grid-column: span 2 / span 2;
	grid-row: span 2 / span 2;
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item--1 {
		grid-column: span 2 / span 2;
		grid-row: span 2 / span 2;
		grid-column-start: 1;
		grid-row-start: 2;
	}
}
.doctors--index .doctors-item--2 {
	grid-column-start: 3;
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item--2 {
		grid-column-start: 3;
		grid-row-start: 2;
	}
}
.doctors--index .doctors-item--3 {
	grid-column-start: 4;
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item--3 {
		grid-column-start: 1;
		grid-row-start: 1;
	}
}
.doctors--index .doctors-item--4 {
	grid-column-start: 3;
	grid-row-start: 2;
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item--4 {
		grid-column-start: 3;
		grid-row-start: 3;
	}
}
.doctors--index .doctors-item--5 {
	grid-column-start: 4;
	grid-row-start: 2;
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item--5 {
		grid-column-start: 3;
		grid-row-start: 1;
	}
}
.doctors--index .doctors-item--6 {
	grid-column-start: 5;
	grid-row-start: 2;
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item--6 {
		grid-column-start: 2;
		grid-row-start: 1;
	}
}
.doctors--index .doctors-item {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.doctors--index .doctors-item > svg {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}
.doctors--index .doctors-item .bg-path {
	transition: fill 0.3s ease;
}
.doctors--index .doctors-item {
	/* Меняем цвет фона при наведении на весь SVG */
}
@media (min-width: 576px) {
	.doctors--index .doctors-item > .stretched-link:hover ~ svg .bg-path {
		fill: #ffe4f2;
	}
}
.doctors--index .doctors-item {
	/* Меняем цвет при наведении на фото */
}
@media (min-width: 576px) {
	.doctors--index .doctors-item > .stretched-link:hover ~ svg .bg-layer path {
		fill: #ffe4f2;
	}
}
.doctors--index .doctors-item {
	/* Меняем цвет фона при наведении на весь SVG */
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item > .stretched-link:active ~ svg .bg-path {
		fill: #ffe4f2;
	}
}
.doctors--index .doctors-item {
	/* Меняем цвет при наведении на фото */
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item > .stretched-link:active ~ svg .bg-layer path {
		fill: #ffe4f2;
	}
}
.doctors--index .doctors-item--current {
	/* Меняем цвет фона при наведении на весь SVG */
}
@media (min-width: 576px) {
	.doctors--index .doctors-item--current svg .bg-path {
		fill: #ffe4f2;
	}
}
.doctors--index .doctors-item--current {
	/* Меняем цвет при наведении на фото */
}
@media (min-width: 576px) {
	.doctors--index .doctors-item--current svg .bg-layer path {
		fill: #ffe4f2;
	}
}
.doctors--index .doctors-item--current {
	/* Меняем цвет фона при наведении на весь SVG */
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item--current svg .bg-path {
		fill: #ffe4f2;
	}
}
.doctors--index .doctors-item--current {
	/* Меняем цвет при наведении на фото */
}
@media (max-width: 575.98px) {
	.doctors--index .doctors-item--current svg .bg-layer path {
		fill: #ffe4f2;
	}
}

.doctors--inner {
	overflow: hidden;
}
@media (min-width: 1400px) {
	.doctors--inner .doctors-wrapper.row {
		margin-right: -67px;
		margin-left: -67px;
		gap: 80px 0;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.doctors--inner .doctors-wrapper.row {
		margin-right: -56px;
		margin-left: -56px;
		gap: 80px 0;
	}
}
@media (min-width: 576px) and (max-width: 1199.98px) {
	.doctors--inner .doctors-wrapper.row {
		gap: 40px 0;
	}
}
@media (max-width: 575.98px) {
	.doctors--inner .doctors-wrapper.row {
		gap: 56px 0;
	}
}
@media (min-width: 1400px) {
	.doctors--inner .doctors-item {
		padding-right: 67px;
		padding-left: 67px;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.doctors--inner .doctors-item {
		padding-right: 56px;
		padding-left: 56px;
	}
}
.doctors--inner .doctors-item .doctors-item-info {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 50px;
}
@media (max-width: 1920.98px) {
	.doctors--inner .doctors-item .doctors-item-info {
		margin-bottom: 45px;
	}
}
@media (max-width: 1199.98px) {
	.doctors--inner .doctors-item .doctors-item-info {
		margin-bottom: 24px;
	}
}
@media (max-width: 575.98px) {
	.doctors--inner .doctors-item .doctors-item-info {
		margin-bottom: 32px;
	}
}
.doctors--inner .doctors-item > .content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.doctors--inner .doctors-item > .content svg {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}
.doctors--inner .doctors-item > .content .bg-layer path,
.doctors--inner .doctors-item > .content .bg-path {
	fill: #f3eee8;
	transition: fill 0.3s ease;
}
.doctors--inner .doctors-item > .content {
	/* Меняем цвет фона при наведении на весь SVG */
}
@media (min-width: 576px) {
	.doctors--inner .doctors-item > .content .stretched-link:hover ~ svg .bg-path {
		fill: #ffe4f2;
	}
}
.doctors--inner .doctors-item > .content {
	/* Меняем цвет при наведении на фото */
}
@media (min-width: 576px) {
	.doctors--inner .doctors-item > .content .stretched-link:hover ~ svg .bg-layer path {
		fill: #ffe4f2;
	}
}
.doctors--inner .doctors-item > .content {
	/* Меняем цвет фона при наведении на весь SVG */
}
@media (max-width: 575.98px) {
	.doctors--inner .doctors-item > .content .stretched-link:active ~ svg .bg-path {
		fill: #ffe4f2;
	}
}
.doctors--inner .doctors-item > .content {
	/* Меняем цвет при наведении на фото */
}
@media (max-width: 575.98px) {
	.doctors--inner .doctors-item > .content .stretched-link:active ~ svg .bg-layer path {
		fill: #ffe4f2;
	}
}
.doctors--inner .doctors-item .doctors-name-wrapper {
	margin-top: 20px;
}
@media (max-width: 1399.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper {
		margin-top: 12px;
	}
}
@media (max-width: 1199.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper {
		margin-top: 16px;
	}
}
.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-bottom: 21px;
}
@media (max-width: 1920.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 1280.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		letter-spacing: 1%;
		line-height: 1.04;
		margin-bottom: 17px;
	}
}
@media (max-width: 1199.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		width: fit-content;
	}
}
.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name span {
	display: block;
	width: fit-content;
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: 1%;
	line-height: 1.04;
}
@media (max-width: 1920.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 1280.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 1199.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		line-height: 1.04;
	}
}
.doctors--inner .doctors-item .doctors-name-wrapper .doctors-post {
	position: relative;
	width: 100%;
}
.doctors--inner .doctors-item .doctors-name-wrapper .doctors-post::before {
	content: "";
	height: 1px;
	top: -10px;
	left: 0;
	width: 100%;
	position: absolute;
	background-color: #d9d9d9;
}
@media (max-width: 1199.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-post {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 575.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-post::before {
		width: 100vw;
	}
}
@media (max-width: 449.98px) {
	.doctors--inner .doctors-item .doctors-name-wrapper .doctors-post {
		max-width: 75%;
	}
}
.doctors--inner .doctors-item .basic-button {
	margin-top: auto;
	padding: 26.5px 49px;
	width: fit-content;
	color: #fffdfe !important;
}
@media (max-width: 1920.98px) {
	.doctors--inner .doctors-item .basic-button {
		padding: 16px 32px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		min-height: 48px;
	}
}
.doctors--inner .doctors-item--current > .content {
	/* Меняем цвет фона при наведении на весь SVG */
}
@media (min-width: 576px) {
	.doctors--inner .doctors-item--current > .content svg .bg-path {
		fill: #ffe4f2;
	}
}
.doctors--inner .doctors-item--current > .content {
	/* Меняем цвет при наведении на фото */
}
@media (min-width: 576px) {
	.doctors--inner .doctors-item--current > .content svg .bg-layer path {
		fill: #ffe4f2;
	}
}
.doctors--inner .doctors-item--current > .content {
	/* Меняем цвет фона при наведении на весь SVG */
}
@media (max-width: 575.98px) {
	.doctors--inner .doctors-item--current > .content svg .bg-path {
		fill: #ffe4f2;
	}
}
.doctors--inner .doctors-item--current > .content {
	/* Меняем цвет при наведении на фото */
}
@media (max-width: 575.98px) {
	.doctors--inner .doctors-item--current > .content svg .bg-layer path {
		fill: #ffe4f2;
	}
}

@media (max-width: 575.98px) {
	.doctors--widget-container {
		max-width: calc(100% - 16px);
	}
	.doctors--widget-container .inner-page-title {
		margin-left: 24px;
	}
}

@media (min-width: 1400px) {
	.doctors--widget .doctors-wrapper.row {
		margin-right: -25px;
		margin-left: -25px;
		gap: 40px 0;
	}
}
@media (min-width: 768px) and (max-width: 1399.98px) {
	.doctors--widget .doctors-wrapper.row {
		margin-right: calc(-0.5 * var(--bs-gutter-x));
		margin-left: calc(-0.5 * var(--bs-gutter-x));
		gap: 40px 0;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.doctors--widget .doctors-wrapper.row {
		gap: 32px 0;
	}
}
@media (max-width: 575.98px) {
	.doctors--widget .doctors-wrapper.row {
		gap: 40px 0;
		margin-right: -8px;
		margin-left: -8px;
	}
}
@media (min-width: 1400px) {
	.doctors--widget .doctors-item {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.doctors--widget .doctors-item {
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}
}
@media (max-width: 575.98px) {
	.doctors--widget .doctors-item {
		gap: 40px 0;
		padding-right: 8px;
		padding-left: 8px;
	}
}
.doctors--widget .doctors-item .doctors-item-info {
	margin-bottom: 0;
}
.doctors--widget .doctors-item .doctors-name-wrapper {
	margin-top: 30px;
}
@media (max-width: 767.98px) {
	.doctors--widget .doctors-item .doctors-name-wrapper {
		margin-top: 16px;
	}
}
@media (max-width: 575.98px) {
	.doctors--widget .doctors-item .doctors-name-wrapper {
		margin-top: 30px;
	}
}
.doctors--widget .doctors-item .doctors-name-wrapper .doctors-name {
	text-align: center;
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
}
@media (max-width: 1899.98px) {
	.doctors--widget .doctors-item .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 1199.98px) {
	.doctors--widget .doctors-item .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		width: 100%;
	}
}
.doctors--widget .doctors-item .doctors-name-wrapper .doctors-name span {
	margin: 0 auto;
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: 1%;
	line-height: 1.04;
}
@media (max-width: 1899.98px) {
	.doctors--widget .doctors-item .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 1199.98px) {
	.doctors--widget .doctors-item .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.doctors--widget .doctors-item .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		line-height: 1.04;
	}
}

.blog__item.swiper-slide {
	height: auto;
}
.blog__item > .content {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.blog__item > .content:hover .blog__item-title {
	background-color: #ffe4f2;
	transition: 0.2s ease;
}
.blog__item .blog__item-pic,
.blog__item .blog__item-title {
	border-radius: 24px;
	overflow: hidden;
}
@media (max-width: 1399.98px) {
	.blog__item .blog__item-pic,
	.blog__item .blog__item-title {
		border-radius: 20px;
	}
}
@media (max-width: 991.98px) {
	.blog__item .blog__item-pic,
	.blog__item .blog__item-title {
		border-radius: 16px;
	}
}
.blog__item .blog__item-pic {
	aspect-ratio: 388/332;
	object-fit: cover;
}
.blog__item .blog__item-title {
	flex-grow: 1;
	background-color: #f3eee8;
	display: flex;
	align-items: center;
	padding: 34.5px 24px;
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	.blog__item .blog__item-title {
		padding: 32px 12px;
		text-align: center;
	}
}
@media (max-width: 1199.98px) {
	.blog__item .blog__item-title {
		padding: 32px 8px;
	}
}
.blog__item .blog__item-title h3 {
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	hyphens: auto;
}
@media (max-width: 2199.98px) {
	.blog__item .blog__item-title h3 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		letter-spacing: -8%;
	}
}
@media (max-width: 1279.98px) {
	.blog__item .blog__item-title h3 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		letter-spacing: -5%;
	}
}

@media (max-width: 767.98px) {
	.blog-widget .blog-swiper-container {
		max-width: 100%;
		margin-left: 0;
		margin-right: auto;
	}
}
.blog-widget .label-title {
	margin-bottom: 20px;
}
.blog-widget .basic-title {
	border-top: 1px solid #d9d9d9;
	padding-top: 20px;
	margin-bottom: 30px;
}
/* @media (max-width: 1920.98px) {
	.blog-widget .basic-title {
		padding-top: 0;
	}
} */
@media (max-width: 1399.98px) {
	.blog-widget .basic-title {
		margin-bottom: 10px;
	}
}
@media (max-width: 767.98px) {
	.blog-widget .basic-title {
		padding-top: 10px;
	}
}
.blog-widget .basic-title > img {
	height: auto;
}
@media (max-width: 1399.98px) {
	.blog-widget .basic-title > img {
		width: 150px;
	}
}
@media (max-width: 1199.98px) {
	.blog-widget .basic-title > img {
		width: 100px;
	}
}
@media (max-width: 767.98px) {
	.blog-widget .basic-title > img {
		width: 70px;
	}
}
.blog-widget .blog__item-title {
	min-height: 270px;
}
@media (max-width: 1399.98px) {
	.blog-widget .blog__item-title {
		min-height: 196px;
	}
}
@media (max-width: 1199.98px) {
	.blog-widget .blog__item-title {
		min-height: 151px;
	}
}
@media (max-width: 767.98px) {
	.blog-widget .blog__item-title {
		min-height: 177px;
	}
}

.blog-widget--inner .basic-title img,
.blog-widget--inner .label-title {
	display: none;
}
.blog-widget--inner .basic-title {
	border-top: 0;
	margin-bottom: 40px;
}
@media (max-width: 991.98px) {
	.blog-widget--inner .basic-title {
		margin-bottom: 24px;
	}
}
@media (max-width: 575.98px) {
	.blog-widget--inner .basic-title {
		margin-bottom: 32px;
	}
}

.blog--inner {
	overflow: hidden;
}
@media (min-width: 1600px) {
	.blog--inner .blog-wrapper.row {
		margin-right: -67px;
		margin-left: -67px;
		gap: 100px 0;
	}
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
	.blog--inner .blog-wrapper.row {
		gap: 40px 0;
	}
}
@media (max-width: 1199.98px) {
	.blog--inner .blog-wrapper.row {
		gap: 32px 0;
	}
}
@media (min-width: 1600px) {
	.blog--inner .blog__item {
		padding-right: 67px;
		padding-left: 67px;
	}
}
.blog--inner .blog__item > .content {
	position: relative;
}
.blog--inner .blog__item > .content:hover .blog__item-text {
	background-color: #ffe4f2;
	transition: 0.2s ease;
}
.blog--inner .blog__item .blog__item-pic {
	border-radius: 24px;
	aspect-ratio: 380/300;
	flex-shrink: 0;
}
@media (max-width: 1199.98px) {
	.blog--inner .blog__item .blog__item-pic {
		border-radius: 16px;
	}
}
@media (max-width: 767.98px) {
	.blog--inner .blog__item .blog__item-pic {
		border-radius: 20px;
	}
}
.blog--inner .blog__item .blog__item-title {
	padding: 0;
	border-radius: 0;
	flex-grow: 0;
}
@media (max-width: 1399.98px) {
	.blog--inner .blog__item .blog__item-title {
		text-align: left;
	}
}
.blog--inner .blog__item .blog__item-title h3 {
	min-height: 115px;
	margin-bottom: 20px;
}
@media (max-width: 1920.98px) {
	.blog--inner .blog__item .blog__item-title h3 {
		min-height: 100px;
	}
}
@media (max-width: 1399.98px) {
	.blog--inner .blog__item .blog__item-title h3 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 1199.98px) {
	.blog--inner .blog__item .blog__item-title h3 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		min-height: 70px;
	}
}
@media (max-width: 575.98px) {
	.blog--inner .blog__item .blog__item-title h3 {
		min-height: unset;
	}
}
.blog--inner .blog__item .blog__item-text {
	display: flex;
	flex-direction: column;
	background-color: #f3eee8;
	border-radius: 16px;
	padding: 60px;
	flex-shrink: 0;
	flex-grow: 1;
	transition: 0.2s ease;
}
@media (max-width: 1920.98px) {
	.blog--inner .blog__item .blog__item-text {
		padding: 40px;
	}
}
@media (max-width: 1399.98px) {
	.blog--inner .blog__item .blog__item-text {
		padding: 32px 20px;
	}
}
@media (max-width: 1199.98px) {
	.blog--inner .blog__item .blog__item-text {
		padding: 16px;
	}
}
@media (max-width: 767.98px) {
	.blog--inner .blog__item .blog__item-text {
		border-radius: 20px;
		padding: 24px 16px;
	}
}
@media (max-width: 575.98px) {
	.blog--inner .blog__item .blog__item-text {
		min-height: 298px;
	}
}
.blog--inner .blog__item .blog__item-preview {
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 1399.98px) {
	.blog--inner .blog__item .blog__item-preview {
		-webkit-line-clamp: 5;
		line-clamp: 5;
	}
}
.blog--inner .blog__item .blog__item-link {
	margin-top: auto;
}
.blog--inner .blog__item .blog__item-link svg {
	margin-left: 20px;
	width: 20px;
	height: 20px;
}
@media (max-width: 1399.98px) {
	.blog--inner .blog__item .blog__item-link svg {
		width: 14px;
		height: 14px;
		margin-left: 14px;
	}
}
@media (max-width: 799.98px) {
	.blog--inner .blog__item .blog__item-link svg {
		margin-left: 8px;
	}
}
@media (max-width: 767.98px) {
	.blog--inner .blog__item .blog__item-link svg {
		width: 12px;
		height: 12px;
		margin-left: 12px;
	}
}

.actions--inner .blog__item .blog__item-title h3 {
	min-height: 70px;
}
@media (max-width: 575.98px) {
	.actions--inner .blog__item .blog__item-title h3 {
		min-height: unset;
	}
}
.actions--inner .blog__item .blog__item-preview {
	margin-bottom: 50px;
}

.article-page .page-content.text-block {
	margin-bottom: 115px;
}
@media (max-width: 1399.98px) {
	.article-page .page-content.text-block {
		margin-bottom: 100px;
	}
}
@media (max-width: 991.98px) {
	.article-page .page-content.text-block {
		margin-bottom: 80px;
	}
}
@media (max-width: 767.98px) {
	.article-page .page-content.text-block {
		margin-bottom: 56px;
	}
}
.article-page .article__page-title {
	margin-bottom: 40px;
}
@media (max-width: 767.98px) {
	.article-page .article__page-title {
		margin-bottom: 32px;
	}
}
.article-page .article__page-pic {
	border-top-right-radius: 80px;
	border-bottom-left-radius: 80px;
}
@media (min-width: 992px) {
	.article-page .article__page-pic {
		margin-bottom: 40px;
	}
}
@media (max-width: 991.98px) {
	.article-page .article__page-pic {
		border-top-right-radius: 48px;
		border-bottom-left-radius: 48px;
		margin-bottom: 24px;
	}
}
@media (max-width: 767.98px) {
	.article-page .article__page-pic {
		width: 100%;
		border-top-right-radius: 80px;
		border-bottom-left-radius: 80px;
		margin-bottom: 16px;
	}
}

.article-page--blog .article__page-pic {
	float: right;
}
@media (min-width: 768px) {
	.article-page--blog .article__page-pic {
		width: 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.article-page--blog .article__page-pic {
		margin-left: 30px;
	}
}
@media (max-width: 991.98px) {
	.article-page--blog .article__page-pic {
		margin-left: 30px;
	}
}
@media (max-width: 767.98px) {
	.article-page--blog .article__page-pic {
		margin-left: 0;
	}
}

@media (min-width: 1400px) {
	.article-page--action .page-content.text-block {
		margin-bottom: 200px;
	}
}
.article-page--action .row.text-block {
	align-items: flex-start;
	flex-direction: row-reverse;
}
.article-page--action .basic-button {
	margin-top: 10px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	color: #fffdfe !important;
	padding: 36.5px 61px;
	border-radius: 20px;
}
@media (max-width: 1399.98px) {
	.article-page--action .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		padding: 16px 32px;
		border-radius: 12px;
		margin-top: 20px;
	}
}
@media (max-width: 767.98px) {
	.article-page--action .basic-button {
		margin-top: 12px;
	}
}

.action-page .article__page-pic {
	margin-left: 0 !important;
}

.index-bottom-section {
	display: flex;
	flex-direction: column;
}
/* @media (max-width: 991.98px) {
  .index-bottom-section {
    flex-direction: column-reverse;
  }
} */

@media (max-width: 575.98px) {
	.services-page .page-content > .inner-page-title {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.services--inner {
		margin-bottom: 56px;
	}
}
.services--inner .services__item {
	margin-bottom: 100px;
}
@media (max-width: 1399.98px) {
	.services--inner .services__item {
		margin-bottom: 80px;
	}
}
@media (max-width: 1199.98px) {
	.services--inner .services__item {
		margin-bottom: 60px;
	}
}
@media (max-width: 767.98px) {
	.services--inner .services__item {
		margin-bottom: 56px;
	}
}
.services--inner .services__item:last-child {
	margin-bottom: 0;
}
@media (min-width: 1921px) {
	.services--inner .services__item .services__item-pic {
		width: 31%;
	}
}
.services--inner .services__item .services__item-pic svg {
	width: 100%;
	height: auto;
	max-width: 100%;
}
.services--inner .services__item .services__item-pic .bg-layer {
	transition: fill 0.3s ease;
}
.services--inner .services__item .services__item-pic .bg-layer path {
	fill: #f3eee8;
	transition: fill 0.3s ease;
}
.services--inner .services__item .services__item-pic .bg-path {
	transition: fill 0.3s ease;
}
.services--inner .services__item .services__item-pic {
	/* Меняем цвет фона при наведении на весь SVG */
}
.services--inner .services__item .services__item-pic > a:hover svg .bg-path {
	fill: #ffe4f2;
	transition: fill 0.3s ease;
}
.services--inner .services__item .services__item-pic {
	/* Меняем цвет при наведении на фото */
}
.services--inner .services__item .services__item-pic > a:hover svg .bg-layer path {
	fill: #ffe4f2;
	transition: fill 0.3s ease;
}
.services--inner .services__item .services__item-title {
	width: fit-content;
}
@media (max-width: 575.98px) {
	.services--inner .services__item .services__item-title {
		text-align: center;
		width: 100%;
		margin-bottom: 16px;
	}
}
.services--inner .services__item .services__item-title > a {
	margin-bottom: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	transition: 0.3s ease;
}
@media (max-width: 1920.98px) {
	.services--inner .services__item .services__item-title > a {
		font-size: 42px;
	}
}
@media (max-width: 1399.98px) {
	.services--inner .services__item .services__item-title > a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 1199.98px) {
	.services--inner .services__item .services__item-title > a {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (min-width: 768px) {
	.services--inner .services__item .services__item-title > a:hover {
		color: #ffbcde;
		transition: 0.3s ease;
	}
	.services--inner .services__item .services__item-title > a:hover > span {
		color: #ffbcde;
		transition: 0.3s ease;
	}
}
@media (max-width: 767.98px) {
	.services--inner .services__item .services__item-title > a:active {
		color: #ffbcde;
		transition: 0.3s ease;
	}
	.services--inner .services__item .services__item-title > a:active > span {
		color: #ffbcde;
		transition: 0.3s ease;
	}
}
.services--inner .services__item .services__item-title > a > span {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: 1%;
	line-height: 1.04;
	display: block !important;
	transition: 0.3s ease;
}
@media (max-width: 1920.98px) {
	.services--inner .services__item .services__item-title > a > span {
		font-size: 42px;
	}
}
@media (max-width: 1399.98px) {
	.services--inner .services__item .services__item-title > a > span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 1199.98px) {
	.services--inner .services__item .services__item-title > a > span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
.services--inner .services__item .services__item-content {
	display: flex;
	flex-direction: column;
}
@media (min-width: 1921px) {
	.services--inner .services__item .services__item-content {
		width: 69%;
	}
}
@media (max-width: 575.98px) {
	.services--inner .services__item .services__item-content {
		flex-direction: column-reverse;
		margin-top: 15px;
	}
}
.services--inner .services__item .services__item-content .services__item-subservice {
	list-style: none;
	padding: 0;
	margin: 0;
	column-count: 2;
	column-gap: 94px;
	margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice {
		column-gap: 50px;
	}
}
@media (max-width: 1280.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice {
		column-count: 1;
	}
}
@media (max-width: 575.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice {
		margin-top: 25px;
		margin-bottom: 0;
	}
}
.services--inner .services__item .services__item-content .services__item-subservice li {
	padding: 20px 0 10px;
	border-bottom: 1px solid #d9d9d9;
	break-inside: avoid-column;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice li {
		padding: 21.5px 0 11.5px;
	}
}
@media (max-width: 767.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice li {
		padding: 16px 0;
	}
}
.services--inner .services__item .services__item-content .services__item-subservice li a.services__item-subservice-link {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-right: 60px;
}
@media (max-width: 1399.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice li a.services__item-subservice-link {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (min-width: 768px) {
	.services--inner .services__item .services__item-content .services__item-subservice li:hover {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.services--inner .services__item .services__item-content .services__item-subservice li:hover svg {
		transition: 0.2s ease;
	}
	.services--inner .services__item .services__item-content .services__item-subservice li:hover svg.arrow-dark {
		opacity: 0;
	}
	.services--inner .services__item .services__item-content .services__item-subservice li:hover svg.arrow-pink {
		opacity: 1;
	}
	.services--inner .services__item .services__item-content .services__item-subservice li:hover .services__item-subservice-name {
		color: #e373ad;
	}
}
@media (max-width: 767.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice li:active {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.services--inner .services__item .services__item-content .services__item-subservice li:active svg {
		transition: 0.2s ease;
	}
	.services--inner .services__item .services__item-content .services__item-subservice li:active svg.arrow-dark {
		opacity: 0;
	}
	.services--inner .services__item .services__item-content .services__item-subservice li:active svg.arrow-pink {
		opacity: 1;
	}
	.services--inner .services__item .services__item-content .services__item-subservice li:active .services__item-subservice-name {
		color: #e373ad;
	}
}
.services--inner .services__item .services__item-content .services__item-subservice li svg {
	position: absolute;
	/* top: 50%; */
	top: 5px;
	left: unset;
	right: 0;
	width: 19px;
	height: 19px;
	/* transform: translateY(-50%); */
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice li svg {
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 575.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice li svg {
		transform: unset;
		bottom: 0;
		top: unset;
	}
}
.services--inner .services__item .services__item-content .services__item-subservice li svg.arrow-dark {
	opacity: 1;
}
.services--inner .services__item .services__item-content .services__item-subservice li svg.arrow-pink {
	opacity: 0;
}
.services--inner .services__item .services__item-content .services__item-subservice li .services__item-subservice-number {
	flex-shrink: 0;
}
.services--inner .services__item .services__item-content .services__item-subservice li .services__item-subservice-preview,
.services--inner .services__item .services__item-content .services__item-subservice li .services__item-subservice-name {
	flex-grow: 1;
	flex-shrink: 0;
	padding-left: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.services--inner .services__item .services__item-content .services__item-subservice li .services__item-subservice-preview {
	padding-left: 0;
}
@media (max-width: 767.98px) {
	.services--inner .services__item .services__item-content .services__item-subservice li .services__item-subservice-name {
		padding-left: 20px;
	}
}
.services--inner .services__item .services__item-content .services__item-subservice li .services__item-subservice-preview {
	color: #a0a0a0;
	margin-bottom: 0;
	margin-top: 10px;
}
.services--inner .services__item .services__item-content .services__item-category-link {
	color: inherit;
	margin-top: auto;
	margin-left: auto;
	display: flex;
	align-items: flex-end;
	gap: 0 17px;
	position: relative;
	padding-right: 54px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
@media (max-width: 1399.98px) {
	.services--inner .services__item .services__item-content .services__item-category-link {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	.services--inner .services__item .services__item-content .services__item-category-link:hover span {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.services--inner .services__item .services__item-content .services__item-category-link:hover svg {
		transition: 0.2s ease;
	}
	.services--inner .services__item .services__item-content .services__item-category-link:hover svg.arrow-dark {
		opacity: 0;
	}
	.services--inner .services__item .services__item-content .services__item-category-link:hover svg.arrow-pink {
		opacity: 1;
	}
}
@media (max-width: 767.98px) {
	.services--inner .services__item .services__item-content .services__item-category-link:active span {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.services--inner .services__item .services__item-content .services__item-category-link:active svg {
		transition: 0.2s ease;
	}
	.services--inner .services__item .services__item-content .services__item-category-link:active svg.arrow-dark {
		opacity: 0;
	}
	.services--inner .services__item .services__item-content .services__item-category-link:active svg.arrow-pink {
		opacity: 1;
	}
}
.services--inner .services__item .services__item-content .services__item-category-link span {
	text-decoration: underline;
	text-underline-offset: 5px;
	transition: 0.2s ease;
}
.services--inner .services__item .services__item-content .services__item-category-link svg {
	position: absolute;
	top: 50%;
	left: unset;
	right: 0;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	.services--inner .services__item .services__item-content .services__item-category-link svg {
		width: 10px;
		height: 10px;
	}
}
.services--inner .services__item .services__item-content .services__item-category-link svg.arrow-dark {
	opacity: 1;
}
.services--inner .services__item .services__item-content .services__item-category-link svg.arrow-pink {
	opacity: 0;
}

.price-page .page-content {
	margin-top: 100px;
}
@media (max-width: 1399.98px) {
	.price-page .page-content {
		margin-top: 80px;
	}
}
@media (max-width: 991.98px) {
	.price-page .page-content {
		margin-top: 60px;
	}
}
@media (max-width: 767.98px) {
	.price-page .page-content {
		margin-top: 32px;
	}
}

.price-page__item {
	border-bottom: 1px solid #d9d9d9;
}

.price-page__item-button {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26.5px 0 26.5px 70px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	font-weight: 600;
	color: #0f0f0f !important;
	border: 0;
	text-align: left;
	background-color: unset;
}
@media (max-width: 1399.98px) {
	.price-page__item-button {
		padding-left: 40px;
		font-size: 16px;
		padding-bottom: 13px;
		padding-top: 21px;
	}
}
@media (max-width: 991.98px) {
	.price-page__item-button {
		padding-top: 13px;
	}
}
@media (max-width: 767.98px) {
	.price-page__item-button {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}
.price-page__item-button[aria-expanded="true"] .plus {
	transform: rotate(360deg);
	transition: 0.2s ease;
}
.price-page__item-button[aria-expanded="true"] .plus::before {
	opacity: 0;
	transition: 0.2s ease;
}
.price-page__item-button .counter {
	position: absolute;
	left: 0;
	top: 50%;
	top: 26.5px;
}
@media (max-width: 1399.98px) {
	.price-page__item-button .counter {
		top: 20px;
	}
}
@media (max-width: 991.98px) {
	.price-page__item-button .counter {
		top: 13px;
	}
}
@media (max-width: 767.98px) {
	.price-page__item-button .counter {
		top: 10px;
	}
}
.price-page__item-button .plus {
	position: relative;
	width: 24.5px;
	height: 24.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease;
	margin-right: 4px;
	margin-left: 12px;
	flex-shrink: 0;
}
@media (max-width: 1399.98px) {
	.price-page__item-button .plus {
		width: 12px;
		height: 12px;
	}
}
.price-page__item-button .plus::after,
.price-page__item-button .plus::before {
	position: absolute;
	width: 100%;
	content: "";
	background-color: #0f0f0f;
	z-index: 1;
	opacity: 1;
	transition: 0.2s ease;
}
.price-page__item-button .plus::after {
	height: 4px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 1399.98px) {
	.price-page__item-button .plus::after {
		height: 2px;
	}
}
.price-page__item-button .plus::before {
	width: 4px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 1399.98px) {
	.price-page__item-button .plus::before {
		width: 2px;
	}
}

.price-page__item-row {
	width: 100%;
	justify-content: space-between;
	position: relative;
	padding-left: 70px;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	align-items: flex-end;
	gap: 0 32px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
.price-page__item-row:first-child {
	padding-top: 20px;
	padding-top: 0;
}
@media (max-width: 1399.98px) {
	.price-page__item-row:first-child {
		padding-top: 12px;
	}
}
@media (max-width: 575.98px) {
	.price-page__item-row:first-child {
		padding-top: 8px;
	}
}
.price-page__item-row:last-child {
	padding-bottom: 20px;
}
@media (max-width: 1399.98px) {
	.price-page__item-row:last-child {
		padding-bottom: 12px;
	}
}
@media (max-width: 575.98px) {
	.price-page__item-row:last-child {
		padding-bottom: 10px;
	}
}
@media (max-width: 1399.98px) {
	.price-page__item-row {
		padding-left: 40px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 767.98px) {
	.price-page__item-row {
		padding-bottom: 4px;
		padding-top: 4px;
	}
}
.price-page__item-row .price-page__item-row-price {
	flex-shrink: 0;
}

.price-page__item-button--child {
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 575.98px) {
	.price-page__item-button--child {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

.price-page__item-name + .price-page__item--parent {
	padding-top: 48px;
	padding-bottom: 24px;
}
@media (max-width: 575.98px) {
	.price-page__item-name + .price-page__item--parent {
		padding-top: 24px;
		padding-bottom: 0;
	}
}

.price-page__item--parent > .price-page__item-name + .price-page__item-row,
.price-page__item--parent > .price-page__item-row:first-child,
.price-page__item-content--parent > .price-page__item-row:first-child {
	padding-top: 0;
}
.price-page__item--parent > .price-page__item-name + .price-page__item-row::before,
.price-page__item--parent > .price-page__item-row:first-child::before,
.price-page__item-content--parent > .price-page__item-row:first-child::before {
	display: none;
}

.price-page__item--parent + .price-page__item--parent {
	margin-top: 32px;
}
@media (max-width: 767.98px) {
	.price-page__item--parent + .price-page__item--parent {
		margin-top: 16px;
	}
}

.price-page__item-content--parent {
	padding-bottom: 18px;
}
@media (max-width: 575.98px) {
	.price-page__item-content--parent {
		padding-bottom: 0;
	}
}

.price-page__item-name {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: normal;
	color: rgb(59, 59, 59);
	line-height: 1.12;
	font-size: 52px;
	font-weight: 500;
	margin-bottom: 40px;
}
@media (max-width: 991.98px) {
	.price-page__item-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 32px;
	}
}
@media (max-width: 575.98px) {
	.price-page__item-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 24px;
		margin-bottom: 32px;
	}
}

.doctor-page .doctor-wrapper {
	padding-top: 50px;
	padding-bottom: 120px;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.doctor-page .doctor-wrapper {
		padding-top: 40px;
		padding-bottom: 72px;
	}
}
@media (min-width: 1921px) {
	.doctor-page .doctor-wrapper > .container {
		padding-left: 249px;
		max-width: 100%;
	}
}
@media (min-width: 1921px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview {
		width: 26%;
		margin-left: 0;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview {
	padding-top: 191px;
}
@media (max-width: 1920.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview {
		padding-top: 170px;
	}
}
@media (max-width: 1399.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview {
		padding-top: 120px;
	}
}
@media (max-width: 1199.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview {
		order: 2;
	}
}
@media (max-width: 991.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview {
		padding-top: 84px;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-bottom: 31px;
	position: relative;
}
@media (max-width: 1920.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name::before {
	content: "";
	height: 1px;
	bottom: -10px;
	left: 0;
	width: 100%;
	position: absolute;
	background-color: #d9d9d9;
}
@media (max-width: 575.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name::before {
		bottom: -7px;
	}
}
@media (max-width: 1399.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		letter-spacing: -8%;
		line-height: 1.04;
		margin-bottom: 17px;
	}
}
@media (max-width: 1199.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		width: fit-content;
	}
}
@media (max-width: 991.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		letter-spacing: -8%;
	}
}
@media (max-width: 767.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-bottom: 12px;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name span {
	display: block;
	width: fit-content;
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: 1%;
	line-height: 1.04;
}
@media (max-width: 1399.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 1199.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (max-width: 991.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		line-height: 1.04;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-post {
	position: relative;
	width: 100%;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
@media (max-width: 1399.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-post {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 575.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-post::before {
		width: 100vw;
	}
}
@media (max-width: 449.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-post {
		max-width: 75%;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-stage {
	margin-top: 30px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
@media (max-width: 991.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-stage {
		margin-top: 20px;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-stage img {
	vertical-align: bottom;
}
@media (max-width: 1699.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-stage img {
		width: 90px;
	}
}
@media (max-width: 1399.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-stage img {
		width: 60px;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-stage span {
	margin-left: -15px;
}
@media (max-width: 1399.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .doctors-name-wrapper .doctors-stage span {
		margin-left: -5px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--preview .basic-button {
	margin-top: 76px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	color: #fffdfe !important;
	padding: 27px 44px;
}
@media (max-width: 2199.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 1699.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 1399.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		padding: 16px 32px;
		margin-top: 40px;
	}
}
@media (max-width: 575.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--preview .basic-button {
		width: 100%;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--pic {
	text-align: center;
}
@media (min-width: 1921px) {
	.doctor-page .doctor-wrapper .doctor-page-column--pic {
		width: 35%;
	}
}
@media (max-width: 1199.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--pic {
		order: 1;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--pic > img {
		padding-right: 20px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--pic > img {
		width: 70%;
	}
}
@media (min-width: 992px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info {
		padding-left: 50px;
	}
}
@media (min-width: 1921px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info {
		width: 31%;
	}
}
@media (max-width: 1199.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info {
		order: 3;
	}
}
@media (max-width: 991.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info {
		margin-top: 32px;
	}
}
@media (max-width: 767.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info {
		margin-top: 56px;
	}
}
@media (max-width: 991.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info > .content {
		display: flex;
		flex-wrap: wrap;
		gap: 0 30px;
	}
	.doctor-page .doctor-wrapper .doctor-page-column--info > .content .doctor-page-column--info-item {
		width: calc(50% - 15px);
	}
}
@media (max-width: 767.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info > .content .doctor-page-column--info-item {
		width: 100%;
	}
	.doctor-page .doctor-wrapper .doctor-page-column--info > .content .doctor-page-column--info-item + .doctor-page-column--info-item {
		margin-top: 24px;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--info .label-title {
	border-radius: 0;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	margin-bottom: 20px;
}
@media (max-width: 1920.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info .label-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (min-width: 768px) and (max-width: 1399.98px) {
	.doctor-page .doctor-wrapper .doctor-page-column--info .label-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
.doctor-page .doctor-wrapper .doctor-page-column--info p + .label-title {
	margin-top: 40px;
}

.service-category-page .category-page-title {
	margin-bottom: 40px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 120px;
	letter-spacing: -8%;
	line-height: 1.04;
	transition: 0.3s ease;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: -8%;
		line-height: 1.04;
		margin-bottom: 32px;
	}
}
@media (max-width: 1199.98px) {
	.service-category-page .category-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 991.98px) {
	.service-category-page .category-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 575.98px) {
	.service-category-page .category-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
.service-category-page .category-page-title > span {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 120px;
	line-height: 0.77;
	display: block !important;
	transition: 0.3s ease;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-page-title > span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: 1%;
		line-height: 1.04;
	}
}
@media (max-width: 1199.98px) {
	.service-category-page .category-page-title > span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (max-width: 991.98px) {
	.service-category-page .category-page-title > span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.service-category-page .category-page-title > span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
.service-category-page .category-services {
	margin-top: 100px;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-services {
		margin-top: 80px;
	}
}
@media (max-width: 991.98px) {
	.service-category-page .category-services {
		margin-top: 56px;
	}
}
.service-category-page .category-services .inner-page-title {
	margin-top: 0;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-services .inner-page-title {
		margin-bottom: 32px;
	}
}
@media (max-width: 991.98px) {
	.service-category-page .category-services .inner-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 575.98px) {
	.service-category-page .category-services .inner-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
.service-category-page .category-services .services__item-subservice {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-services .services__item-subservice {
		column-gap: 50px;
	}
}
@media (max-width: 1280.98px) {
	.service-category-page .category-services .services__item-subservice {
		column-count: 1;
	}
}
@media (max-width: 575.98px) {
	.service-category-page .category-services .services__item-subservice {
		margin-top: 25px;
		margin-bottom: 0;
	}
}
.service-category-page .category-services .services__item-subservice li {
	position: relative;
	padding: 14px 0 10px;
	border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-services .services__item-subservice li {
		padding: 12px 0;
	}
}
@media (max-width: 575.98px) {
	.service-category-page .category-services .services__item-subservice li {
		padding: 10px 0;
	}
}
.service-category-page .category-services .services__item-subservice li .services__item-subservice-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-right: 60px;
	margin-bottom: 17px;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-services .services__item-subservice li .services__item-subservice-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		margin-bottom: 8px;
	}
}
@media (max-width: 991.98px) {
	.service-category-page .category-services .services__item-subservice li .services__item-subservice-title {
		padding-right: 40px;
	}
}
@media (max-width: 575.98px) {
	.service-category-page .category-services .services__item-subservice li .services__item-subservice-title {
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	.service-category-page .category-services .services__item-subservice li:hover {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.service-category-page .category-services .services__item-subservice li:hover svg {
		transition: 0.2s ease;
	}
	.service-category-page .category-services .services__item-subservice li:hover svg.arrow-dark {
		opacity: 0;
	}
	.service-category-page .category-services .services__item-subservice li:hover svg.arrow-pink {
		opacity: 1;
	}
	.service-category-page .category-services .services__item-subservice li:hover .services__item-subservice-name {
		color: #e373ad;
	}
}
@media (max-width: 767.98px) {
	.service-category-page .category-services .services__item-subservice li:active {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.service-category-page .category-services .services__item-subservice li:active svg {
		transition: 0.2s ease;
	}
	.service-category-page .category-services .services__item-subservice li:active svg.arrow-dark {
		opacity: 0;
	}
	.service-category-page .category-services .services__item-subservice li:active svg.arrow-pink {
		opacity: 1;
	}
	.service-category-page .category-services .services__item-subservice li:active .services__item-subservice-name {
		color: #e373ad;
	}
}
.service-category-page .category-services .services__item-subservice li svg {
	position: absolute;
	top: 50%;
	left: unset;
	right: 0;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-services .services__item-subservice li svg {
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 575.98px) {
	.service-category-page .category-services .services__item-subservice li svg {
		transform: unset;
		bottom: 0;
		top: unset;
	}
}
.service-category-page .category-services .services__item-subservice li svg.arrow-dark {
	opacity: 1;
}
.service-category-page .category-services .services__item-subservice li svg.arrow-pink {
	opacity: 0;
}
.service-category-page .category-services .services__item-subservice li .services__item-subservice-number {
	flex-shrink: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.service-category-page .category-services .services__item-subservice li .services__item-subservice-name {
	flex-grow: 1;
	flex-shrink: 0;
	padding-left: 67px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-services .services__item-subservice li .services__item-subservice-name {
		padding-left: 38px;
	}
}
@media (max-width: 767.98px) {
	.service-category-page .category-services .services__item-subservice li .services__item-subservice-name {
		padding-left: 47px;
	}
}
.service-category-page .category-services .services__item-subservice li .services__item-subservice-description {
	padding-left: 67px;
	color: #a0a0a0;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-services .services__item-subservice li .services__item-subservice-description {
		padding-left: 38px;
	}
}
@media (max-width: 767.98px) {
	.service-category-page .category-services .services__item-subservice li .services__item-subservice-description {
		padding-left: 47px;
	}
}
.service-category-page .category-pic--mobile {
	margin-top: 24px;
}
.service-category-page .category-pic img {
	border-radius: 50px;
	position: sticky;
	top: 50px;
}
@media (max-width: 1399.98px) {
	.service-category-page .category-pic img {
		border-radius: 20px;
	}
}

@media (max-width: 767.98px) {
	.service-page .service-page-middle {
		flex-direction: column-reverse;
	}
}
.service-page .service-page-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 120px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-bottom: 40px;
}
@media (min-width: 1921px) {
	.service-page .service-page-title {
		max-width: 85%;
	}
}
@media (max-width: 1399.98px) {
	.service-page .service-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: -8%;
		line-height: 1.04;
		max-width: 75%;
		margin-bottom: 32px;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-title {
		max-width: 100%;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
.service-page .service-page-title span {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 120px;
	line-height: 0.77;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: 1%;
		line-height: 1.04;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
.service-page .service-page-description,
.service-page .service-page-pic,
.service-page .service-page-period,
.service-page .service-page-results,
.service-page .service-page-benefits {
	margin-bottom: 120px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-description,
	.service-page .service-page-pic,
	.service-page .service-page-period,
	.service-page .service-page-results,
	.service-page .service-page-benefits {
		margin-bottom: 80px;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-description,
	.service-page .service-page-pic,
	.service-page .service-page-period,
	.service-page .service-page-results,
	.service-page .service-page-benefits {
		margin-bottom: 56px;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-description,
	.service-page .service-page-pic,
	.service-page .service-page-period,
	.service-page .service-page-results,
	.service-page .service-page-benefits {
		margin-bottom: 24px;
	}
}
.service-page .service-page-description p:last-of-type {
	margin-bottom: 0;
}
.service-page .basic-button--record {
	margin-top: 60px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	color: #fffdfe !important;
	padding: 37px 61px;
	border-radius: 20px;
}
@media (max-width: 1399.98px) {
	.service-page .basic-button--record {
		margin-top: 40px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		padding: 16px 32px;
		border-radius: 12px;
	}
}
@media (max-width: 991.98px) {
	.service-page .basic-button--record {
		margin-top: 32px;
	}
}
@media (max-width: 767.98px) {
	.service-page .basic-button--record {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-pic {
		margin-bottom: 56px;
	}
}
.service-page .service-page-pic img {
	border-radius: 50px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-pic img {
		border-radius: 20px;
	}
}
.service-page .service-page-period > h2,
.service-page .service-page-period .inner-page-title,
.service-page .service-page-results .inner-page-title,
.service-page .service-page-benefits .inner-page-title,
.service-page .service-page-price .inner-page-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 100px;
	letter-spacing: -8%;
	line-height: 1.04;
	font-size: 90px;
	margin-bottom: 60px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-period > h2,
	.service-page .service-page-period .inner-page-title,
	.service-page .service-page-results .inner-page-title,
	.service-page .service-page-benefits .inner-page-title,
	.service-page .service-page-price .inner-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
		margin-bottom: 40px;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-period > h2,
	.service-page .service-page-period .inner-page-title,
	.service-page .service-page-results .inner-page-title,
	.service-page .service-page-benefits .inner-page-title,
	.service-page .service-page-price .inner-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		margin-bottom: 32px;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-period > h2,
	.service-page .service-page-period .inner-page-title,
	.service-page .service-page-results .inner-page-title,
	.service-page .service-page-benefits .inner-page-title,
	.service-page .service-page-price .inner-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}

.service-page .service-page-period > h2 {
	margin-top: 0;
}
.service-page .service-page-period ul {
	list-style: none;
	padding-left: 0;
	margin-top: 100px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-period ul {
		margin-top: 24px;
	}
}
.service-page .service-page-period li {
	position: relative;
	display: inline-flex;
	gap: 0 32px;
	align-items: flex-start;
	margin-bottom: 48px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-period li {
		margin-bottom: 20px;
		gap: 0 16px;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-period li {
		margin-bottom: 16px;
	}
}
.service-page .service-page-period li:last-child {
	margin-bottom: 0;
}
.service-page .service-page-period li::before {
	display: block;
	content: "";
	background-image: url("assets/img/pink_check.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 65px;
	height: 35px;
	flex-shrink: 0;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-period li::before {
		width: 46px;
		height: 25px;
	}
}
.service-page .results-swiper .results-swiper__item-pic {
	border-radius: 50px;
}
@media (max-width: 1399.98px) {
	.service-page .results-swiper .results-swiper__item-pic {
		border-radius: 20px;
	}
}
.service-page .results-swiper .results-swiper-footer {
	margin-top: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media (max-width: 991.98px) {
	.service-page .results-swiper .results-swiper-footer {
		margin-top: 25px;
	}
}
@media (max-width: 575.98px) {
	.service-page .results-swiper .results-swiper-footer {
		margin-top: 15px;
	}
}
.service-page .results-swiper .swiper-pagination {
	position: unset;
	width: fit-content;
}
.service-page .results-swiper .swiper-pagination {
	color: #a0a0a0 !important;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
}
@media (max-width: 1399.98px) {
	.service-page .results-swiper .swiper-pagination {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
.service-page .results-swiper .swiper-pagination .swiper-pagination-current {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
}
@media (max-width: 1399.98px) {
	.service-page .results-swiper .swiper-pagination .swiper-pagination-current {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
.service-page .results-swiper .swiper-pagination .swiper-pagination-total {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
}
@media (max-width: 1399.98px) {
	.service-page .results-swiper .swiper-pagination .swiper-pagination-total {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
.service-page .results-swiper .swiper-pagination span {
	color: #a0a0a0 !important;
}
@media (max-width: 1399.98px) {
	.service-page .results-swiper .swiper-navigation {
		gap: 0 10px;
	}
}
.service-page .results-swiper .swiper-button-next,
.service-page .results-swiper .swiper-button-prev {
	width: 60px;
	height: 60px;
	left: 0;
	right: 0;
}
@media (max-width: 1399.98px) {
	.service-page .results-swiper .swiper-button-next,
	.service-page .results-swiper .swiper-button-prev {
		width: 32px;
		height: 32px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
}
@media (max-width: 991.98px) {
	.service-page .results-swiper .swiper-button-next,
	.service-page .results-swiper .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
}
.service-page .results-swiper .swiper-button-next svg,
.service-page .results-swiper .swiper-button-prev svg {
	width: 26px;
	height: 26px;
}
@media (max-width: 1399.98px) {
	.service-page .results-swiper .swiper-button-next svg,
	.service-page .results-swiper .swiper-button-prev svg {
		width: 13px;
		height: 13px;
	}
}
.service-page .service-page-benefits {
	margin-top: 32px;
}
@media (max-width: 767.98px) {
	.service-page .service-page-benefits {
		margin-bottom: 56px;
	}
}
.service-page .service-page-benefits-title {
	margin-bottom: 64px;
	width: 100%;
}
@media (max-width: 1799.98px) {
	.service-page .service-page-benefits-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: -8%;
		line-height: 1.04;
		margin-bottom: 40px;
	}
}
@media (max-width: 1399.98px) {
	.service-page .service-page-benefits-title {
		margin-bottom: 24px;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-benefits-title {
		margin-bottom: 24px !important;
	}
}
.service-page .service-page-benefits-title span {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 90px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-benefits-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-benefits-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-benefits-title span {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
.service-page .service-page-benefits-title img {
	margin-right: -30px;
}
@media (max-width: 1799.98px) {
	.service-page .service-page-benefits-title img {
		width: 150px;
		margin-right: -15px;
	}
}
@media (max-width: 1399.98px) {
	.service-page .service-page-benefits-title img {
		width: 80px;
		margin-right: -10px;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-benefits-title img {
		width: 70px;
		margin-right: -5px;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-benefits-title img {
		width: 50px;
		margin-right: -5px;
	}
}
.service-page .service-page-benefits-wrapper {
	gap: 32px 0;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-benefits-wrapper {
		gap: 16px 0;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-benefits-wrapper {
		margin-right: -8px;
		margin-left: -8px;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-benefits-item {
		padding-right: 8px;
		padding-left: 8px;
	}
}
.service-page .service-page-benefits-item > .content {
	height: 100%;
	border-radius: 32px;
	border: 2px solid #0f0f0f;
	padding: 32px;
	min-height: 364px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1799.98px) {
	.service-page .service-page-benefits-item > .content {
		min-height: 300px;
	}
}
@media (max-width: 1399.98px) {
	.service-page .service-page-benefits-item > .content {
		min-height: 213px;
		padding: 24px;
		border-width: 1px;
		border-radius: 20px;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-benefits-item > .content {
		padding: 12px;
		min-height: 190px;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-benefits-item > .content {
		padding: 10px;
		min-height: 170px;
		border-radius: 12px;
	}
}
.service-page .service-page-benefits-item .service-page-benefits-counter {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	padding: 27px 33px;
	width: fit-content;
	background-color: #ffbcde;
	border-top-right-radius: 24px;
	border-bottom-left-radius: 24px;
	margin-bottom: 40px;
}
@media (max-width: 1799.98px) {
	.service-page .service-page-benefits-item .service-page-benefits-counter {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		padding: 24px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
}
@media (max-width: 1399.98px) {
	.service-page .service-page-benefits-item .service-page-benefits-counter {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		padding: 12px;
		border-top-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-benefits-item .service-page-benefits-counter {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-benefits-item .service-page-benefits-counter {
		padding: 8px 10px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
.service-page .service-page-benefits-item .service-page-benefits-text {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 32px;
	margin-top: auto;
	text-transform: lowercase;
	hyphens: auto;
}
@media (max-width: 1799.98px) {
	.service-page .service-page-benefits-item .service-page-benefits-text {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 1399.98px) {
	.service-page .service-page-benefits-item .service-page-benefits-text {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-price {
		margin-bottom: 72px;
	}
}
.service-page .service-page-price .inner-page-title {
	width: 100%;
}
.service-page .service-page-price .price-page__item-row {
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (min-width: 768px) {
	.service-page .service-page-price .price-page__item-row:first-child {
		padding-top: 0;
	}
}
.service-page .service-page-price .price-page__item-row:last-child {
	padding-bottom: 20px;
}
@media (max-width: 767.98px) {
	.service-page .service-page-price .price-page__item-row:last-child {
		padding-bottom: 10px;
	}
}
@media (max-width: 1399.98px) {
	.service-page .service-page-price .price-page__item-button {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-price .price-page__item-button {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 1399.98px) {
	.service-page .service-page-price .price-page__item-button .counter {
		top: 12px;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-price .service-page-price-pic {
		margin-top: 24px;
	}
}
.service-page .service-page-price .service-page-price-pic img {
	border-radius: 50px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-price .service-page-price-pic img {
		border-radius: 20px;
	}
}
.service-page .service-page-price .basic-button--record {
	margin-top: 40px;
}
@media (max-width: 767.98px) {
	.service-page .service-page-price .basic-button--record {
		margin-top: 24px;
	}
}
@media (min-width: 1500px) {
	.service-page .service-page-other-services .inner-page-title {
		max-width: 75%;
	}
}
@media (min-width: 768px) and (max-width: 1499px) {
	.service-page .service-page-other-services .inner-page-title {
		max-width: 85%;
	}
}
@media (max-width: 1199.98px) {
	.service-page .service-page-other-services .inner-page-title {
		margin-bottom: 32px;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-other-services .inner-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-bottom: 24px;
	}
}
.service-page .service-page-other-services .swiper-navigation {
	margin-top: 40px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-other-services .swiper-navigation {
		margin-top: 18px;
	}
}
@media (max-width: 1199.98px) {
	.service-page .service-page-other-services .swiper-navigation {
		margin-top: 32px;
		gap: 16px;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-other-services .swiper-navigation {
		justify-content: flex-end;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-other-services .swiper-navigation {
		margin-top: 16px;
		gap: 18px;
	}
}
.service-page .service-page-other-services .swiper-navigation .swiper-button-next,
.service-page .service-page-other-services .swiper-navigation .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-other-services .swiper-navigation .swiper-button-next,
	.service-page .service-page-other-services .swiper-navigation .swiper-button-prev {
		width: 32px;
		height: 32px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
}
@media (max-width: 1199.98px) {
	.service-page .service-page-other-services .swiper-navigation .swiper-button-next,
	.service-page .service-page-other-services .swiper-navigation .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
}
.service-page .service-page-other-services .swiper-navigation .swiper-button-next > svg,
.service-page .service-page-other-services .swiper-navigation .swiper-button-prev > svg {
	width: 26px;
	height: 26px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-other-services .swiper-navigation .swiper-button-next > svg,
	.service-page .service-page-other-services .swiper-navigation .swiper-button-prev > svg {
		width: 13px;
		height: 13px;
	}
}
.service-page .service-page-other-services .other-services-swiper__item > .content {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item {
	width: calc(50% - 15px);
	position: relative;
	padding: 14px 0 10px;
	border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item {
		padding: 12px 0;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item {
		padding: 10px 0;
	}
}
.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-right: 60px;
	margin-bottom: 17px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		margin-bottom: 8px;
	}
}
@media (max-width: 991.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-title {
		padding-right: 40px;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-title {
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover svg {
		transition: 0.2s ease;
	}
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover svg.arrow-dark {
		opacity: 0;
	}
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover svg.arrow-pink {
		opacity: 1;
	}
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover .services__item-subservice-name {
		color: #e373ad;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active svg {
		transition: 0.2s ease;
	}
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active svg.arrow-dark {
		opacity: 0;
	}
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active svg.arrow-pink {
		opacity: 1;
	}
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active .services__item-subservice-name {
		color: #e373ad;
	}
}
.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg {
	position: absolute;
	top: 50%;
	left: unset;
	right: 0;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg {
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 575.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg {
		transform: unset;
		bottom: unset;
		top: 3px;
	}
}
.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg.arrow-dark {
	opacity: 1;
}
.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg.arrow-pink {
	opacity: 0;
}
.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-number {
	flex-shrink: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-name {
	flex-grow: 1;
	flex-shrink: 0;
	padding-left: 67px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-name {
		padding-left: 38px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-name {
		padding-left: 47px;
	}
}
.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-description {
	padding-left: 67px;
	color: #a0a0a0;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-description {
		padding-left: 38px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.service-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-description {
		padding-left: 47px;
	}
}

.problem-page .category-wrapper {
	margin-bottom: 120px;
}
@media (max-width: 991.98px) {
	.problem-page .category-wrapper {
		margin-bottom: 80px;
	}
}
@media (max-width: 767.98px) {
	.problem-page .category-wrapper {
		margin-bottom: 72px;
	}
}
.problem-page .category-page-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 120px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-bottom: 60px;
}
@media (min-width: 1921px) {
	.problem-page .category-page-title {
		max-width: 85%;
	}
}
@media (max-width: 1399.98px) {
	.problem-page .category-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: -8%;
		line-height: 1.04;
		max-width: 75%;
		margin-bottom: 40px;
	}
}
@media (max-width: 991.98px) {
	.problem-page .category-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 767.98px) {
	.problem-page .category-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		margin-bottom: 32px;
		max-width: 100%;
	}
}
.problem-page .category-description h2 {
	margin-top: 40px;
	margin-bottom: 32px;
}
@media (max-width: 991.98px) {
	.problem-page .category-description h2 {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-top: 32px;
		margin-bottom: 16px;
	}
}
.problem-page .category-description p:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.problem-page .category-pic {
		margin-top: 32px;
	}
}
.problem-page .category-pic img {
	border-radius: 50px;
	position: sticky;
	top: 50px;
}
@media (max-width: 1399.98px) {
	.problem-page .category-pic img {
		border-radius: 20px;
	}
}
@media (max-width: 767.98px) {
	.problem-page .service-page-other-services {
		margin-bottom: 72px;
	}
}
.problem-page .service-page-other-services .inner-page-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
}
@media (max-width: 1199.98px) {
	.problem-page .service-page-other-services .inner-page-title {
		margin-bottom: 32px;
	}
}
@media (max-width: 991.98px) {
	.problem-page .service-page-other-services .inner-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 575.98px) {
	.problem-page .service-page-other-services .inner-page-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-bottom: 24px;
	}
}
.problem-page .service-page-other-services .swiper-navigation {
	margin-top: 40px;
}
@media (max-width: 1399.98px) {
	.problem-page .service-page-other-services .swiper-navigation {
		margin-top: 18px;
	}
}
@media (max-width: 1199.98px) {
	.problem-page .service-page-other-services .swiper-navigation {
		margin-top: 32px;
		gap: 16px;
	}
}
@media (max-width: 767.98px) {
	.problem-page .service-page-other-services .swiper-navigation {
		justify-content: flex-end;
	}
}
@media (max-width: 575.98px) {
	.problem-page .service-page-other-services .swiper-navigation {
		margin-top: 16px;
		gap: 18px;
	}
}
.problem-page .service-page-other-services .swiper-navigation .swiper-button-next,
.problem-page .service-page-other-services .swiper-navigation .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
@media (max-width: 1399.98px) {
	.problem-page .service-page-other-services .swiper-navigation .swiper-button-next,
	.problem-page .service-page-other-services .swiper-navigation .swiper-button-prev {
		width: 32px;
		height: 32px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
}
@media (max-width: 1199.98px) {
	.problem-page .service-page-other-services .swiper-navigation .swiper-button-next,
	.problem-page .service-page-other-services .swiper-navigation .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
}
.problem-page .service-page-other-services .swiper-navigation .swiper-button-next > svg,
.problem-page .service-page-other-services .swiper-navigation .swiper-button-prev > svg {
	width: 26px;
	height: 26px;
}
@media (max-width: 1399.98px) {
	.problem-page .service-page-other-services .swiper-navigation .swiper-button-next > svg,
	.problem-page .service-page-other-services .swiper-navigation .swiper-button-prev > svg {
		width: 13px;
		height: 13px;
	}
}
.problem-page .service-page-other-services .other-services-swiper__item > .content {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item {
	width: calc(50% - 15px);
	position: relative;
	padding: 14px 0 10px;
	border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1399.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item {
		padding: 12px 0;
	}
}
@media (max-width: 767.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item {
		padding: 10px 0;
	}
}
.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-right: 60px;
	margin-bottom: 17px;
}
@media (max-width: 1399.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		margin-bottom: 8px;
	}
}
@media (max-width: 991.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-title {
		padding-right: 40px;
	}
}
@media (max-width: 575.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-title {
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover svg {
		transition: 0.2s ease;
	}
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover svg.arrow-dark {
		opacity: 0;
	}
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover svg.arrow-pink {
		opacity: 1;
	}
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:hover .services__item-subservice-name {
		color: #e373ad;
	}
}
@media (max-width: 767.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active {
		color: #e373ad;
		transition: 0.2s ease;
	}
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active svg {
		transition: 0.2s ease;
	}
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active svg.arrow-dark {
		opacity: 0;
	}
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active svg.arrow-pink {
		opacity: 1;
	}
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item:active .services__item-subservice-name {
		color: #e373ad;
	}
}
.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg {
	position: absolute;
	top: 50%;
	left: unset;
	right: 0;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	transition: 0.2s ease;
}
@media (max-width: 1399.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg {
		width: 10px;
		height: 10px;
	}
}
@media (max-width: 575.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg {
		transform: unset;
		bottom: unset;
		top: 3px;
	}
}
.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg.arrow-dark {
	opacity: 1;
}
.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item svg.arrow-pink {
	opacity: 0;
}
.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-number {
	flex-shrink: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-name {
	flex-grow: 1;
	flex-shrink: 0;
	padding-left: 67px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 1399.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-name {
		padding-left: 38px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-name {
		padding-left: 47px;
	}
}
.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-description {
	padding-left: 67px;
	color: #a0a0a0;
}
@media (max-width: 1399.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-description {
		padding-left: 38px;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.problem-page .service-page-other-services .other-services-swiper__item .services__item-subservice-item .services__item-subservice-description {
		padding-left: 47px;
	}
}

@media (min-width: 768px) {
	.service-page .service-page-text-content {
		column-count: 2;
		column-gap: 30px;
	}
}
.service-page .service-page-text-content ul,
.service-page .service-page-text-content ol,
.service-page .service-page-text-content h2 {
	break-after: avoid;
	page-break-after: avoid;
	break-inside: avoid;
}
.service-page .service-page-text-content h2:first-of-type {
	margin-top: 0;
}
.service-page .service-page-text-content + .service-page-benefits {
	margin-top: 120px;
}
@media (max-width: 1399.98px) {
	.service-page .service-page-text-content + .service-page-benefits {
		margin-top: 80px;
	}
}
@media (max-width: 1199.98px) {
	.service-page .service-page-text-content + .service-page-benefits {
		margin-top: 56px;
	}
}
@media (max-width: 767.98px) {
	.service-page .service-page-text-content + .service-page-benefits {
		margin-top: 32px;
	}
}

@media (max-width: 575.98px) {
	.about-page .margin-bottom {
		margin-bottom: 72px;
	}
}
.about-page .page-content .basic-button {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	color: #fffdfe !important;
	padding: 37px 61px;
	border-radius: 20px;
}
@media (max-width: 1920.98px) {
	.about-page .page-content .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		padding: 24px 48px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .page-content .basic-button {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		padding: 16px 32px;
		border-radius: 12px;
	}
}
@media (max-width: 991.98px) {
	.about-page .page-content .basic-button {
		padding: 16px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-top .about-page-top-pic {
		margin-top: 24px;
	}
}
.about-page .about-page-top .about-page-top-pic img {
	border-radius: 60px;
}
@media (min-width: 2501px) {
	.about-page .about-page-top .about-page-top-pic img {
		max-width: 1225px;
		width: auto;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-top .about-page-top-pic img {
		border-radius: 40px;
	}
}
.about-page .about-page-top .about-page-top-text {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
}
@media (max-width: 1920.98px) {
	.about-page .about-page-top .about-page-top-text {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-top .about-page-top-text {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-top .about-page-top-text {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.about-page .about-page-top .about-page-top-text .check {
	margin-top: -40px;
	margin-left: -20px;
}
@media (max-width: 1920.98px) {
	.about-page .about-page-top .about-page-top-text .check {
		margin-top: -20px;
		margin-left: -10px;
		width: 80px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-top .about-page-top-text .check {
		width: 66px;
		margin-left: -10px;
		margin-right: 20px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-top .about-page-top-text .check {
		width: 58px;
		margin-left: -5px;
		margin-right: 10px;
	}
}
.about-page .about-page-top .about-page-top-text p:last-of-type {
	margin-bottom: 0;
}
.about-page .about-page-top .basic-button {
	margin-top: 60px;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-top .basic-button {
		margin-top: 40px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-top .basic-button {
		margin-top: 24px;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-top .basic-button {
		margin-top: 32px;
		width: 100%;
	}
}
.about-page .about-page-top-doctors .doctors--widget .doctors-item .doctors-name-wrapper {
	display: none;
}
.about-page .about-page-top-doctors .doctors--widget .doctors-wrapper.row {
	gap: 11px 0;
	margin-right: -11.5px;
	margin-left: -11.5px;
}
.about-page .about-page-top-doctors .doctors--widget .doctors-item {
	padding-right: 11.5px;
	padding-left: 11.5px;
}
.about-page .about-page-features {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
	gap: 0 30px;
}
@media (max-width: 991.98px) {
	.about-page .about-page-features {
		margin-top: 56px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-features {
		flex-wrap: wrap;
		gap: 32px 0;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-features {
		margin-top: 48px;
	}
}
.about-page .about-page-features .about-page-features-item {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	width: 29.3%;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-features .about-page-features-item {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-features .about-page-features-item {
		width: 31%;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-features .about-page-features-item {
		width: 100%;
	}
}
.about-page .about-page-features .about-page-features-item .about-page-features-item-counter {
	margin-bottom: 20px;
	background-color: #ffbcde;
	width: fit-content;
	padding: 10px 16px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-features .about-page-features-item .about-page-features-item-counter {
		padding: 8px 10px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-features .about-page-features-item .about-page-features-item-counter {
		margin-bottom: 16px;
		padding: 5px 10px;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-features .about-page-features-item .about-page-features-item-counter {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
		padding: 5px 9px;
	}
}
.about-page .about-page-features .about-page-features-item .about-page-features-item-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	font-weight: 600 !important;
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-features .about-page-features-item .about-page-features-item-title {
		padding-bottom: 8px;
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.about-page .about-page-features .about-page-features-item .about-page-features-item-text {
	padding-top: 10px;
	line-height: 1.08;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-features .about-page-features-item .about-page-features-item-text {
		padding-top: 8px;
	}
}
.about-page .about-page-slider {
	position: relative;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.about-page .about-page-slider {
		padding-left: 8.33%;
		padding-right: 8.33%;
	}
}
.about-page .about-page-slider .about-page-slider-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 120px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	max-width: 90%;
}
@media (max-width: 1920.98px) {
	.about-page .about-page-slider .about-page-slider-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 100px;
		letter-spacing: -8%;
		line-height: 1.04;
		margin-bottom: 60px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .about-page-slider-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: -8%;
		line-height: 1.04;
		margin-bottom: 40px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-slider .about-page-slider-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-slider .about-page-slider-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		margin-bottom: 32px;
	}
}
.about-page .about-page-slider .about-page-slider-title span {
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 120px;
	line-height: 0.77;
	font-size: 130px;
}
@media (max-width: 1920.98px) {
	.about-page .about-page-slider .about-page-slider-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 90px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .about-page-slider-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 64px;
		letter-spacing: 1%;
		line-height: 1.04;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-slider .about-page-slider-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 40px;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-slider .about-page-slider-title span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (max-width: 1920.98px) {
	.about-page .about-page-slider .about-page-slider-title span img {
		width: 100px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .about-page-slider-title span img {
		width: 80px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-slider .about-page-slider-title span img {
		width: 70px;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-slider .about-page-slider-title span img {
		width: 50px;
	}
}
.about-page .about-page-slider .about-page-slider-title span:has(img) {
	margin-right: -50px;
	margin-bottom: -20px;
	display: inline-block;
}
@media (max-width: 1920.98px) {
	.about-page .about-page-slider .about-page-slider-title span:has(img) {
		margin-right: -30px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .about-page-slider-title span:has(img) {
		margin-right: -20px;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-slider .about-page-slider-title span:has(img) {
		margin-bottom: -10px;
	}
}
.about-page .about-page-slider .about-swiper__item {
	background-color: #fffdfe;
	opacity: 0 !important;
}
.about-page .about-page-slider .about-swiper__item.swiper-slide-active {
	opacity: 1 !important;
}
.about-page .about-page-slider .about-swiper__item > .content {
	display: flex;
}
@media (max-width: 767.98px) {
	.about-page .about-page-slider .about-swiper__item > .content {
		flex-direction: column-reverse;
	}
}
.about-page .about-page-slider .about-swiper__item .about-swiper__item-text {
	display: flex;
	align-items: center;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	padding-right: 50px;
}
@media (max-width: 1920.98px) {
	.about-page .about-page-slider .about-swiper__item .about-swiper__item-text {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .about-swiper__item .about-swiper__item-text {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-slider .about-swiper__item .about-swiper__item-text {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-slider .about-swiper__item .about-swiper__item-text {
		padding-right: 0;
		text-align: center;
		margin-top: 16px;
	}
}
.about-page .about-page-slider .about-swiper__item .about-swiper__item-pic img {
	border-radius: 60px;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .about-swiper__item .about-swiper__item-pic img {
		border-radius: 40px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-slider .about-swiper__item .about-swiper__item-pic img {
		border-radius: 20px;
	}
}
.about-page .about-page-slider .about-swiper-navigation {
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-page .about-page-slider .swiper-navigation {
	margin-top: 40px;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .swiper-navigation {
		margin-top: 18px;
	}
}
@media (max-width: 1199.98px) {
	.about-page .about-page-slider .swiper-navigation {
		margin-top: 32px;
		gap: 16px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-slider .swiper-navigation {
		position: unset;
		justify-content: center;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-slider .swiper-navigation {
		margin-top: 16px;
		gap: 18px;
	}
}
.about-page .about-page-slider .swiper-navigation .swiper-button-next,
.about-page .about-page-slider .swiper-navigation .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .swiper-navigation .swiper-button-next,
	.about-page .about-page-slider .swiper-navigation .swiper-button-prev {
		width: 32px;
		height: 32px;
		border-top-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
}
@media (max-width: 1199.98px) {
	.about-page .about-page-slider .swiper-navigation .swiper-button-next,
	.about-page .about-page-slider .swiper-navigation .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
}
.about-page .about-page-slider .swiper-navigation .swiper-button-next > svg,
.about-page .about-page-slider .swiper-navigation .swiper-button-prev > svg {
	width: 26px;
	height: 26px;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-slider .swiper-navigation .swiper-button-next > svg,
	.about-page .about-page-slider .swiper-navigation .swiper-button-prev > svg {
		width: 13px;
		height: 13px;
	}
}
.about-page .about-page-maindoctor {
	display: flex;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.about-page .about-page-maindoctor {
		padding-left: 8.33%;
		padding-right: 8.33%;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-maindoctor {
		flex-wrap: wrap;
		position: relative;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-maindoctor .about-page-maindoctor-pic {
		width: 60%;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-maindoctor .about-page-maindoctor-info > .content {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin-top: 24px;
	}
}
.about-page .about-page-maindoctor .doctors-name-wrapper,
.about-page .about-page-maindoctor .doctors-name-description {
	margin-bottom: 100px;
}
@media (max-width: 1920.98px) {
	.about-page .about-page-maindoctor .doctors-name-wrapper,
	.about-page .about-page-maindoctor .doctors-name-description {
		margin-bottom: 64px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-maindoctor .doctors-name-wrapper,
	.about-page .about-page-maindoctor .doctors-name-description {
		margin-bottom: 32px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-maindoctor .doctors-name-wrapper,
	.about-page .about-page-maindoctor .doctors-name-description {
		margin-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-maindoctor .doctors-name-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		width: 45%;
		z-index: 10;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-maindoctor .doctors-name-description p:last-of-type {
		margin-bottom: 0;
	}
}
.about-page .about-page-maindoctor .doctors-name {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: -8%;
	line-height: 1.04;
	margin-bottom: 21px;
	position: relative;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-maindoctor .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 42px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
.about-page .about-page-maindoctor .doctors-name::before {
	content: "";
	height: 1px;
	bottom: -10px;
	left: 0;
	width: 100%;
	position: absolute;
	background-color: #d9d9d9;
}
@media (max-width: 575.98px) {
	.about-page .about-page-maindoctor .doctors-name::before {
		bottom: -8px;
	}
}
@media (max-width: 1399.98px) {
	.about-page .about-page-maindoctor .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		letter-spacing: -8%;
		line-height: 1.04;
		margin-bottom: 17px;
	}
}
@media (max-width: 991.98px) {
	.about-page .about-page-maindoctor .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-maindoctor .doctors-name {
		width: 100%;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-maindoctor .doctors-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		margin-bottom: 16px;
		line-height: 1.04;
	}
}
.about-page .about-page-maindoctor .doctors-name span {
	display: block;
	width: fit-content;
	font-family: "BazaART", sans-serif;
	font-weight: 400;
	line-height: 0.77;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 64px;
	letter-spacing: 1%;
	line-height: 1.04;
}
@media (max-width: 1399.98px) {
	.about-page .about-page-maindoctor .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-maindoctor .doctors-name span {
		font-family: "BazaART", sans-serif;
		font-weight: 400;
		line-height: 0.77;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
		line-height: 1.04;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-maindoctor .doctors-post {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 767.98px) {
	.about-page .about-page-maindoctor .basic-button {
		margin-top: 24px;
	}
}
@media (max-width: 575.98px) {
	.about-page .about-page-maindoctor .basic-button {
		width: 100%;
	}
}

footer::before {
	display: block;
	width: 100%;
	height: 78px;
	content: "";
	background-image: url(assets/img/footer_border_desktop.png);
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 1399.98px) {
	footer::before {
		height: 30px;
	}
}
@media (max-width: 767.98px) {
	footer::before {
		height: 20px;
	}
}
footer .footer-wrapper {
	padding-bottom: 26px;
	padding-top: 50px;
	background-color: #f3eee8;
}
@media (max-width: 1199.98px) {
	footer .footer-wrapper {
		padding-bottom: 35px;
	}
}
@media (max-width: 767.98px) {
	footer .footer-wrapper {
		padding-top: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1920.98px) {
	footer .footer-wrapper > .container {
		max-width: 77%;
	}
}

.footer__top-row,
.footer__bottom-row,
.footer__bottom-row-top,
.footer__bottom-row-bottom {
	display: flex;
}

.footer__top-row {
	justify-content: space-between;
	gap: 0 152px;
	padding-bottom: 71px;
	border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1699.98px) {
	.footer__top-row {
		gap: 0;
	}
}
@media (max-width: 1399.98px) {
	.footer__top-row {
		padding-bottom: 24px;
	}
}
@media (max-width: 767.98px) {
	.footer__top-row {
		flex-wrap: wrap;
		padding-bottom: 16px;
	}
}

.footer__bottom-row {
	flex-direction: column;
	padding-top: 81px;
}
@media (max-width: 1399.98px) {
	.footer__bottom-row {
		padding-bottom: 0;
		padding-top: 57px;
	}
}
@media (max-width: 1199.98px) {
	.footer__bottom-row {
		padding-bottom: 0;
	}
}
@media (max-width: 991.98px) {
	.footer__bottom-row {
		padding-top: 44px;
	}
}
@media (max-width: 767.98px) {
	.footer__bottom-row {
		padding-top: 15px;
	}
}
.footer__bottom-row .footer__bottom-row-top {
	justify-content: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 24px;
}
@media (min-width: 1921px) {
	.footer__bottom-row .footer__bottom-row-top {
		font-size: 16px;
		width: 39%;
	}
}
@media (max-width: 1399.98px) {
	.footer__bottom-row .footer__bottom-row-top {
		width: 60%;
	}
}
@media (max-width: 1280.98px) {
	.footer__bottom-row .footer__bottom-row-top {
		width: 40%;
		font-size: 8px;
	}
}
@media (max-width: 991.98px) {
	.footer__bottom-row .footer__bottom-row-top {
		width: 52%;
	}
}
@media (max-width: 767.98px) {
	.footer__bottom-row .footer__bottom-row-top {
		width: 75%;
	}
}
@media (max-width: 575.98px) {
	.footer__bottom-row .footer__bottom-row-top {
		font-size: 8px;
		padding-bottom: 16px;
		width: 100%;
	}
}
.footer__bottom-row .footer__bottom-row-top .footer-logo {
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	height: auto;
}
@media (max-width: 1920.98px) {
	.footer__bottom-row .footer__bottom-row-top .footer-logo {
		width: 200px;
	}
}
@media (max-width: 1399.98px) {
	.footer__bottom-row .footer__bottom-row-top .footer-logo {
		width: 121px;
		top: -30px;
	}
}
@media (max-width: 1280.98px) {
	.footer__bottom-row .footer__bottom-row-top .footer-logo {
		top: -40px;
	}
}
@media (max-width: 991.98px) {
	.footer__bottom-row .footer__bottom-row-top .footer-logo {
		width: 94px;
		top: -30px;
	}
}
@media (max-width: 767.98px) {
	.footer__bottom-row .footer__bottom-row-top .footer-logo {
		width: 104px;
		top: -10px;
	}
}
.footer__bottom-row .footer__bottom-row-top a {
	text-decoration: underline;
	color: inherit;
	transition: 0.2s ease;
}
.footer__bottom-row .footer__bottom-row-top a:hover {
	color: #e373ad;
	transition: 0.2s ease;
}
.footer__bottom-row .footer__bottom-row-top p:last-of-type {
	margin-bottom: 0;
}
.footer__bottom-row .footer__bottom-row-top .attention {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	margin-top: 32px;
}
@media (max-width: 1280.98px) {
	.footer__bottom-row .footer__bottom-row-top .attention {
		margin-top: 15px;
	}
}
@media (max-width: 991.98px) {
	.footer__bottom-row .footer__bottom-row-top .attention {
		margin-top: 10px;
	}
}
.footer__bottom-row .footer__bottom-row-bottom {
	justify-content: space-between;
	align-items: flex-end;
}
.footer__bottom-row .footer__bottom-row-bottom .company-name {
	width: 154px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 12px;
	letter-spacing: -4%;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}
@media (min-width: 1921px) {
	.footer__bottom-row .footer__bottom-row-bottom .company-name {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
		width: 220px;
	}
}
@media (max-width: 991.98px) {
	.footer__bottom-row .footer__bottom-row-bottom .company-name {
		font-size: 8px;
		width: 120px;
	}
}
@media (max-width: 575.98px) {
	.footer__bottom-row .footer__bottom-row-bottom .company-name {
		font-size: 8px;
		width: 100px;
	}
}
.footer__bottom-row .footer__bottom-row-bottom .social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 66px;
}
@media (max-width: 1399.98px) {
	.footer__bottom-row .footer__bottom-row-bottom .social {
		margin-right: 36px;
	}
}
@media (min-width: 1921px) {
	.footer__bottom-row .footer__bottom-row-bottom .social .social-item img,
	.footer__bottom-row .footer__bottom-row-bottom .social .social-item svg {
		width: 45px;
		height: 45px;
	}
}
@media (max-width: 767.98px) {
	.footer__bottom-row .footer__bottom-row-bottom .social .social-item img,
	.footer__bottom-row .footer__bottom-row-bottom .social .social-item svg {
		width: 35px;
		height: 35px;
	}
}
@media (max-width: 575.98px) {
	.footer__bottom-row .footer__bottom-row-bottom .social .social-item img,
	.footer__bottom-row .footer__bottom-row-bottom .social .social-item svg {
		width: 28px;
		height: 28px;
	}
}

.footer__column {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
@media (max-width: 1199.98px) {
	.footer__column {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: normal;
		color: rgb(59, 59, 59);
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.footer__column {
		width: 100% !important;
	}
}
.footer__column--left {
	width: 30%;
}
@media (max-width: 1920.98px) {
	.footer__column--left {
		width: 35%;
	}
}
.footer__column--center {
	width: 30%;
	display: flex;
	flex-direction: column;
}
.footer__column--right {
	width: 26%;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1920.98px) {
	.footer__column--right {
		width: 33%;
	}
}
@media (max-width: 1399.98px) {
	.footer__column--right {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 991.98px) {
	.footer__column--right {
		width: 35%;
	}
}
.footer__column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer__column ul li {
	line-height: 1;
}
.footer__column ul li:not(:first-child) {
	padding-top: 12px;
}
@media (max-width: 1399.98px) {
	.footer__column ul li:not(:first-child) {
		padding-top: 3px;
	}
}
@media (max-width: 1199.98px) {
	.footer__column ul li:not(:first-child) {
		padding-top: 8px;
	}
}
.footer__column a:not(.basic-button) {
	color: inherit;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 42px;
	letter-spacing: -4%;
	line-height: 1;
	transition: 0.2s ease;
}
@media (max-width: 1920.98px) {
	.footer__column a:not(.basic-button) {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 1399.98px) {
	.footer__column a:not(.basic-button) {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 1199.98px) {
	.footer__column a:not(.basic-button) {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.footer__column a:not(.basic-button):hover {
	color: #e373ad;
	text-decoration: underline;
	transition: 0.2s ease;
}
.footer__column a:not(.basic-button).footer__column-phone {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 32px;
	display: block;
	width: fit-content;
}
@media (max-width: 1920.98px) {
	.footer__column a:not(.basic-button).footer__column-phone {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 1399.98px) {
	.footer__column a:not(.basic-button).footer__column-phone {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
.footer__column a:not(.basic-button).footer__column-phone + .footer__column-phone {
	margin-top: 20px;
}
@media (max-width: 1399.98px) {
	.footer__column a:not(.basic-button).footer__column-phone + .footer__column-phone {
		margin-top: 10px;
	}
}
@media (max-width: 767.98px) {
	.footer__column a:not(.basic-button).footer__column-phone + .footer__column-phone {
		margin-top: 4px;
	}
}
.footer__column a:not(.basic-button).footer__column-phone:hover {
	color: #e373ad;
	text-decoration: underline;
	transition: 0.2s ease;
}
.footer__column .footer__column-item {
	margin-bottom: 40px;
}
@media (max-width: 767.98px) {
	.footer__column .footer__column-item {
		margin-bottom: 16px;
	}
}
@media (min-width: 768px) {
	.footer__column .footer__column-item:last-child {
		margin-bottom: 0;
	}
}
.footer__column .footer__column-item--small {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
}
@media (max-width: 1920.98px) {
	.footer__column .footer__column-item--small {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 1399.98px) {
	.footer__column .footer__column-item--small {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
.footer__column .footer__column-item--small p:last-child {
	margin-bottom: 0;
}
.footer__column .footer__column-item--docs {
	margin-top: auto;
}
@media (max-width: 1920.98px) {
	.footer__column .footer__column-item--docs {
		margin-top: 40px;
	}
}
.footer__column .footer__column-item--docs a:not(.basic-button) {
	display: inline-block;
	text-decoration: underline;
	line-height: 1;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 24px;
	transition: 0.2s ease;
}
@media (max-width: 1920.98px) {
	.footer__column .footer__column-item--docs a:not(.basic-button) {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 1399.98px) {
	.footer__column .footer__column-item--docs a:not(.basic-button) {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
.footer__column .footer__column-item--docs a:not(.basic-button):not(:last-child) {
	margin-bottom: 16px;
}
@media (max-width: 1920.98px) {
	.footer__column .footer__column-item--docs a:not(.basic-button):not(:last-child) {
		margin-bottom: 10px;
	}
}
@media (max-width: 767.98px) {
	.footer__column .footer__column-item--docs a:not(.basic-button):not(:last-child) {
		margin-bottom: 4px;
	}
}
.footer__column .footer__column-item--docs a:not(.basic-button):hover {
	color: #e373ad;
	transition: 0.2s ease;
}
.footer__column .footer__column-item--record {
	margin-top: auto;
}
@media (max-width: 767.98px) {
	.footer__column .footer__column-item--record {
		margin-bottom: 28px;
	}
}
.footer__column .footer__column-title {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #0f0f0f;
	letter-spacing: -5%;
	font-size: 16px;
	letter-spacing: -4%;
	color: #a0a0a0 !important;
	margin-bottom: 40px;
}
@media (max-width: 1920.98px) {
	.footer__column .footer__column-title {
		margin-bottom: 24px;
	}
}
@media (max-width: 1399.98px) {
	.footer__column .footer__column-title {
		margin-bottom: 16px;
	}
}
@media (max-width: 1280.98px) {
	.footer__column .footer__column-title {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 12px;
		letter-spacing: -4%;
		line-height: 1;
	}
}
@media (max-width: 767.98px) {
	.footer__column .footer__column-title {
		margin-bottom: 8px;
	}
}
@media (max-width: 1920.98px) {
	.footer__column .footer__column--right {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 32px;
	}
}
@media (max-width: 1899.98px) {
	.footer__column .footer__column--right {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 24px;
	}
}
@media (max-width: 1199.98px) {
	.footer__column .footer__column--right {
		font-family: "Inter", sans-serif;
		font-weight: 400;
		line-height: 1;
		color: #0f0f0f;
		letter-spacing: -5%;
		font-size: 16px;
		letter-spacing: -4%;
	}
}
@media (max-width: 767.98px) {
	.footer__column .wrapper-for-license-docs {
		display: flex;
		gap: 16px;
		margin-bottom: 0;
	}
	.footer__column .wrapper-for-license-docs .footer__column-item--license,
	.footer__column .wrapper-for-license-docs .footer__column-item--docs {
		width: calc(50% - 8px);
		margin-bottom: 0;
	}
	.footer__column .wrapper-for-license-docs .footer__column-item--docs {
		margin-top: 0;
	}
	.footer__column .wrapper-for-license-docs .footer__column-item--docs a br {
		display: none;
	}
}
/*# sourceMappingURL=style.css.map */
