/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

/*Общие */
html.popup-active {
	overflow: hidden;
}

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

body {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	color: #03484C;
	background-color: #f6f6fb;
	font-family: "TildaSans", sans-serif;
	font-weight: 400;
}

body.lock {
	overflow: hidden;
}

.page {
	overflow: clip;
}

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

a,
button {
	text-decoration: none;
	color: inherit;
	-webkit-transition:
		color 0.2s linear,
		background-color 0.2s linear,
		border-color 0.2s ease;
	-o-transition:
		color 0.2s linear,
		background-color 0.2s linear,
		border-color 0.2s ease;
	transition:
		color 0.2s linear,
		background-color 0.2s linear,
		border-color 0.2s ease;
	cursor: pointer;
	background: none;
}




a:hover,
button:hover {
	color: #207D7D;
}

blockquote {
	margin: 0;
}

button {
	border: none;
	font-family: inherit;
	margin: 0;
	padding: 0;
	font-size: inherit;
}

textarea:focus {
	outline-width: 0;
}

input::-webkit-input-placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input::-moz-placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input:-ms-input-placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input::-ms-input-placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input,
input::placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

picture {
	display: block;
}

picture img {
	width: 100%;
	max-width: 100%;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-before: 0;
	margin-block-start: 0;
}

p {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}

ul li {
	list-style-type: none;
}

ol {
	margin: 0;
	padding: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}


table,
tr,
td,
thead,
tbody {
	width: 100%;
	display: block;
}


/* 1. СБРОС ГЛОБАЛЬНЫХ СТИЛЕЙ */
.blog table,
.blog thead,
.blog tbody,
.blog tr,
.blog th,
.blog td {
	display: revert;
	width: auto;
	box-sizing: border-box;
}

/* 2. КОНТЕЙНЕР ДЛЯ ГОРИЗОНТАЛЬНОГО СКРОЛЛА */
.blog {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 20px 0;
	/* отступы остаются, но не мешают */
	position: relative;
	/* для градиента, если понадобится */
}

/* 3. ТАБЛИЦА */
.blog table {
	display: table;
	width: 100%;
	min-width: 400px;
	/* чуть меньше, чтобы не вызывать лишний скролл */
	border-collapse: separate;
	border-spacing: 0;
	font-size: 16px;
	border: 1px solid #699295;
	border-radius: 8px;
	overflow: hidden;
	margin: 0;
	/* убираем дублирующий margin */
}

/* 4. ШАПКА */
.blog thead tr {
	display: table-row;
	background-color: #207D7D;
	color: #ffffff;
}

.blog th {
	display: table-cell;
	padding: 14px 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: left;
	white-space: nowrap;
}

/* 5. ТЕЛО */
.blog tbody tr {
	display: table-row;
}

.blog td {
	display: table-cell;
	padding: 12px 15px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
	white-space: normal;
	/* ← ВАЖНО: разрешаем перенос текста! */
	word-break: keep-all;
	/* на случай длинных слов без пробелов */
}

/* 6. ДЕКОРАТИВНЫЕ ЭФФЕКТЫ */
.blog tbody tr:last-of-type td {
	border-bottom: none;
}

.blog tbody tr:nth-of-type(even) {
	background-color: #fcfcfc;
}

.blog tbody tr:hover {
	background-color: #f1f7f7;
	transition: background-color 0.2s ease;
}

/* 7. ССЫЛКИ */
.blog table a {
	color: #009487;
	text-decoration: none;
}

.blog table a:hover {
	text-decoration: underline;
}




.section-offset {
	margin-bottom: 150px;
}

.section-pad {
	padding: 130px 0;
}

.section-small {
	margin-bottom: 100px;
}

.section-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

.section-title span {
	background: var(--blue-style-blue-1-gr, linear-gradient(180deg, #01666C 3.31%, #2C969D 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-title {
	font-size: 80px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}

.main-title>span {
	font-size: 60px;
	font-style: italic;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
}

.section-title_small-mb {
	margin-bottom: 10px;
}

.section-title_white {
	color: #fff;
}

.section-subtitle {
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
}

.section-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.section-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* btn */
.standart__btn {
	color: #fff;
	border-radius: 30px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	background-color: #fd9619;
	cursor: pointer;
	border: 1px solid #dd7c06;
	padding: 0 25px;
	width: 100%;
	height: 50px;
	white-space: nowrap;
	-webkit-transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
	-o-transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
}

.standart__btn:hover {
	background-color: #fff;
	color: #45A2A9;
	border-color: #45A2A9;
}

.blue__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 25px;
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border: 2px solid #45A2A9;
	border-radius: 30px;
	white-space: nowrap;
	-webkit-transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
	-o-transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
	/*
background: linear-gradient(180deg, #2C969D 3.31%, #01666C  100%);
box-shadow: 0px 3px 10px 0px rgba(74, 125, 200, 0.50);
*/
	background-color: #45A2A9;
}

.blue__btn:hover {
	color: #207D7D;
	background-color: #fff;
}

.opacity__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	padding: 15px 25px;
	font-weight: 700;
	height: 50px;
	width: 100%;
	border-radius: 30px;
	border: 2px solid #fff;
	-webkit-transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
	-o-transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		scale 0.5s ease !important;
}

.opacity__btn:hover {
	background-color: #fff;
	color: #207D7D;
}

@media (max-width: 1280px) {
	.section-mt {
		margin-top: 20px;
	}

	.main-title {
		font-size: 60px;
	}

	.main-title>span {
		font-size: 48px;
	}
}

@media (max-width: 1024px) {
	body {
		font-size: 18px;
	}
}

@media (max-width: 980px) {
	.main {
		margin-top: 85px;
	}

	.section-offset {
		margin-bottom: 100px;
	}

	.none {
		padding-top: 20px;
	}
}

@media (max-width: 800px) {
	.blue__btn {
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: 40px;
	}

	.section-offset {
		margin-bottom: 80px;
	}

	.section-pad {
		padding: 80px 0;
	}
}

@media (max-width: 650px) {
	.section-small {
		margin-bottom: 50px;
	}

	.section-offset {
		margin-bottom: 50px;
	}

	.main-title {
		font-size: 34px;
	}

	.main-title>span {
		font-size: 26px;
	}

	.section-top {
		margin-bottom: 25px;
	}

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

	.section-title_small-mb {
		margin-bottom: 10px;
	}

	.section-subtitle {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

@media (max-width: 550px) {
	.standart__btn_hide-mobile {
		display: none;
	}
}

@media (max-width: 360px) {
	.main-title {
		font-size: 30px;
	}

	.main-title>span {
		font-size: 20px;
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	display: block;
}

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* header */
.header {
	margin-bottom: 30px;
}

.header__mobile-hidden {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
}

.header__top-container {
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.header__top-social {
	height: auto;
	padding-left: calc((100vw - 1530px) / 2);
	width: calc(20% + 43px);
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #01666C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__top-social picture {
	width: 100%;
	min-width: 30px;
	max-width: 30px;
	height: 100%;
	max-height: 30px;
	padding: 3px;
	-webkit-transition: padding 0.2s ease;
	-o-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
}

.header__top-social picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.header__top-social a:first-of-type {
	margin-left: 15px;
}

.header__top-social a:hover picture {
	padding: 0;
}

.header__top-inner {
	margin-left: -43px;
	background-color: #DEE9EF;
	padding: 20px 0;
	padding-left: 43px;
	padding-right: calc((100vw - 1530px) / 2);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 80%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__top-inner picture {
	max-width: 18px;
}

.header__top-inner a,
.header__top-inner button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

.header__top-phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-right: 15px;
	color: #03484C;
}

.header__top-phones a {
	position: relative;
}

.header__top-phones a::before {
	display: block;
	content: "";
	width: 0;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
	height: 1px;
	background-color: #45A2A9;
	position: absolute;
	bottom: -3px;
	right: 0;
	left: 25px;
}

.header__top-phones a:hover::before {
	width: calc(100% - 25px);
}

.header__top-phones a:hover picture {
	-webkit-animation: headerPhonesAnimation 0.3s ease;
	animation: headerPhonesAnimation 0.3s ease;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

@-webkit-keyframes headerPhonesAnimation {
	0% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	12% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}

	25% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	37% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	62% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	75% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	87% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes headerPhonesAnimation {
	0% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	12% {
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}

	25% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	37% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	62% {
		-webkit-transform: rotate(-20deg);
		transform: rotate(-20deg);
	}

	75% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	87% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.header__bottom-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #DEE9EF;
	padding: 5px;
	border-radius: 30px;
}

.header__nav-link {
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
}

.header__nav-link button {
	font-weight: 600;
	position: relative;
	z-index: 5;
	padding: 10px 20px;
}

.header__nav-link>a {
	padding: 10px 20px;
	display: block;
}

.header__nav-link ul {
	padding-left: 20px;
}

.header__nav-link.active {
	background-color: #fff;
	border-radius: 30px;
}

.panel-title {
	font-size: 18px;
}


.header__bottom-btns {
	min-width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__btn {
	width: 100%;
	max-width: 190px;
}

.header__bottom-logo {
	max-width: 180px;
	height: 100%;
	max-height: 54px;
}

.header__bottom-logo picture {
	min-width: 150px;
}

.header__mobile {
	display: none;
}

.header__bottom {
	-webkit-transition: padding 0.2s ease;
	-o-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
}

.header__bottom.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 2px 10px 0 rgba(11, 18, 29, 0.2);
	box-shadow: 0 2px 10px 0 rgba(11, 18, 29, 0.2);
	width: 100%;
}

/* burger */
.burger__menu {
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 3px;
}

.burger__menu span,
.burger__menu::before,
.burger__menu::after {
	position: relative;
	top: 0;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	display: block;
}

.burger__menu span:first-child,
.burger__menu::after {
	width: 16px;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.burger__menu span:last-child,
.burger__menu::before {
	-webkit-transition:
		top 0.2s ease,
		-webkit-transform 0.2s ease;
	transition:
		top 0.2s ease,
		-webkit-transform 0.2s ease;
	-o-transition:
		top 0.2s ease,
		transform 0.2s ease;
	transition:
		top 0.2s ease,
		transform 0.2s ease;
	transition:
		top 0.2s ease,
		transform 0.2s ease,
		-webkit-transform 0.2s ease;
}

.burger__menu::before,
.burger__menu::after {
	content: "";
}

.burger__menu.active span:first-child,
.burger__menu.active::after {
	width: 0;
}

.burger__menu.active::before {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.burger__menu.active span:last-child {
	top: 0;
	-webkit-transform: translateY(50%) rotate(-45deg);
	-ms-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
}

/* header media */
@media (max-width: 1350px) {
	.header__bottom-logo {
		margin-right: 0;
	}
}

@media (max-width: 1230px) {
	.header__nav-link>a {
		padding: 10px;
	}
}

@media (max-width: 1150px) {
	.header__bottom-logo {
		max-width: 128px;
	}
}

@media (max-width: 1100px) {
	.header__nav-link {
		font-size: 18px;
	}

	.header__bottom-btns {
		min-width: 0;
	}

	.header__btn {
		font-size: 16px;
		padding: 0 15px;
		height: 40px;
	}
}

@-webkit-keyframes fadeInFromNone {
	0% {
		right: -100vw;
		left: auto;
		display: none;
	}

	100% {
		display: -webkit-box;
		display: flex;
		right: 0;
		left: 0;
	}
}

@keyframes fadeInFromNone {
	0% {
		right: -100vw;
		left: auto;
		display: none;
	}

	100% {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		right: 0;
		left: 0;
	}
}

@-webkit-keyframes fadeOutFromBlock {
	0% {
		display: -webkit-box;
		display: flex;
		right: 0;
		left: 0;
	}

	100% {
		display: none;
		right: -100vw;
		left: auto;
	}
}

@keyframes fadeOutFromBlock {
	0% {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		right: 0;
		left: 0;
	}

	100% {
		display: none;
		right: -100vw;
		left: auto;
	}
}

@media (max-width: 980px) {
	.header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 13;
	}

	.header__mobile-hide {
		display: none;
	}

	.header__mobile-phone {
		color: #fff;
		font-size: 24px;
		font-weight: 600;
	}

	.header__mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 20px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3.31%, #01666C), to(#2C969D));
		background: -o-linear-gradient(top, #01666C 3.31%, #2C969D 100%);
		background: linear-gradient(180deg, #01666C 1%, #2C969D 100%);
	}

	.header__mobile>div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 30px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header__mobile>div a {
		position: relative;
	}

	.header__mobile>div a::before {
		display: block;
		content: "";
		width: 0;
		height: 2px;
		position: absolute;
		bottom: -3px;
		left: 0;
		right: 0;
		background-color: #fff;
		border-radius: 5px;
		-webkit-transition: width 0.2s ease;
		-o-transition: width 0.2s ease;
		transition: width 0.2s ease;
	}

	.header__mobile>div a:hover {
		color: #fff;
	}

	.header__mobile>div a:hover::before {
		width: 100%;
	}

	.header__mobile-hidden {
		display: none;
		right: -100vw;
		position: absolute;
		left: auto;
		padding-bottom: 30px;
		padding-top: 30px;
		background-color: #f6f6fb;
		border-radius: 30px;
		right: 0;
	}

	.header__mobile-hidden.is-visible {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-shadow: 0 2px 10px 0 rgba(11, 18, 29, 0.2);
		box-shadow: 0 2px 10px 0 rgba(11, 18, 29, 0.2);
		left: 0;
		right: 0;
		-webkit-animation: fadeInFromNone 0.3s ease-in-out;
		animation: fadeInFromNone 0.3s ease-in-out;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.header__mobile-hidden.is-hidden {
		-webkit-animation: fadeOutFromBlock 0.3s ease-in-out;
		animation: fadeOutFromBlock 0.3s ease-in-out;
		left: auto;
	}

	.header__top-phones a {
		font-size: 14px;
	}

	.header__top-inner picture {
		max-width: 14px;
	}

	.header__top-inner button {
		font-size: 12px;
	}

	.header__bottom-container {
		padding: 0 10px;
	}

	.header__top-address {
		gap: 5px;
	}

	.header__bottom-btns {
		gap: 5px;
	}
}

@media (min-width: 810px) {
	.header__nav-sumbenu {
		position: relative;
	}

	.header__nav-sumbenu ul {
		position: absolute;
		z-index: 2;
		opacity: 0;
		pointer-events: none;
		padding: 0;
		-webkit-transition:
			opacity 0.1s ease,
			padding 0.2s ease;
		-o-transition:
			opacity 0.1s ease,
			padding 0.2s ease;
		transition:
			opacity 0.1s ease,
			padding 0.2s ease;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
		font-weight: 400;
		color: #699295;
		background-color: #fff;
		white-space: nowrap;
		border-radius: 30px;
		border-top-left-radius: 0;
		-webkit-box-shadow: 0 2px 10px 0 rgba(11, 18, 29, 0.2);
		box-shadow: 0 2px 10px 0 rgba(11, 18, 29, 0.2);
	}

	.header__nav-sumbenu button {
		border-top-right-radius: 30px;
		z-index: 15;
		border-top-left-radius: 30px;
		position: relative;
	}

	.header__nav-sumbenu:hover button {
		background-color: #fff;
		margin: 0;
		padding: 10px 20px;
		color: #01666C;
		-webkit-box-shadow: 0 -1px 5px 0 rgba(11, 18, 29, 0.2);
		box-shadow: 0 -1px 5px 0 rgba(11, 18, 29, 0.2);
		-webkit-clip-path: inset(-5px -5px 0px -5px);
		clip-path: inset(-5px -4px 0px -4px);
	}

	.header__nav-sumbenu:hover ul {
		opacity: 1;
		pointer-events: all;
		padding: 20px;
	}
}

@media (min-width: 981px) {
	.header__nav-sumbenu ul {
		max-height: 60vh;
		overflow-y: auto;
	}

	.header__nav-sumbenu ul::-webkit-scrollbar-track {
		margin: 20px 0;
	}
}

@-webkit-keyframes fadeInFromNoneHeaderLink {
	0% {
		display: none;
		padding-top: 0;
	}

	100% {
		display: -webkit-box;
		display: flex;
		padding-top: 15px;
	}
}

@keyframes fadeInFromNoneHeaderLink {
	0% {
		display: none;
		padding-top: 0;
	}

	100% {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 15px;
	}
}

@-webkit-keyframes fadeOutFromBlockHeaderLink {
	0% {
		display: -webkit-box;
		display: flex;
		padding-top: 15px;
	}

	100% {
		display: none;
		padding-top: 0;
	}
}

@keyframes fadeOutFromBlockHeaderLink {
	0% {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 15px;
	}

	100% {
		display: none;
		padding-top: 0;
	}
}

@media (max-width: 810px) {
	.header {
		border-radius: 0;
		-webkit-transition: border-radius 0.2s ease;
		-o-transition: border-radius 0.2s ease;
		transition: border-radius 0.2s ease;
	}

	.header.active {
		height: 100vh;
		overflow-y: auto;
		border-radius: 30px;
		padding-bottom: 20px;
	}

	.header__mobile-hidden {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3.31%, #2C969D), to(#003553));
		background: -o-linear-gradient(top, #2C969D 3.31%, #003553);
		background: linear-gradient(180deg, #2C969D 3.31%, #003553);
	}

	.header__mobile-hidden.is-visible {
		min-height: calc(100vh - 85px);
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header__top {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 50%;
	}

	.header__bottom {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.header__bottom-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header_nav {
		background: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
		width: 100%;
		max-width: 400px;
	}

	.header__nav-link {
		width: 100%;
	}

	.header__nav-link button,
	.header__nav-link a {
		padding: 0;
		color: #fff;
	}

	.header__nav-link button {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header__nav-link button::after {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		content: "";
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 1;
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #2C969D;
		border-right: 2px solid #2C969D;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: -webkit-transform 0.2s ease;
		transition: -webkit-transform 0.2s ease;
		-o-transition: transform 0.2s ease;
		transition: transform 0.2s ease;
		transition: transform 0.2s ease, -webkit-transform 0.2s ease;
		transition:
			transform 0.2s ease,
			-webkit-transform 0.2s ease;
	}

	.header__nav-link button.panel-active::after {
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.header__nav-link ul {
		display: none;
		padding-top: 0;
		gap: 0;
		-webkit-animation: fadeOutFromBlockHeaderLink 0.2s ease;
		animation: fadeOutFromBlockHeaderLink 0.2s ease;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}

	.header__nav-link ul.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		font-size: 16px;
		font-weight: 400;
		padding-top: 18px;
		-webkit-animation: fadeInFromNoneHeaderLink 0.2s ease;
		animation: fadeInFromNoneHeaderLink 0.2s ease;
	}

	.header__nav-link.active {
		background: none;
	}

	.header__bottom {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header__bottom-btns {
		width: 100%;
		max-width: 400px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header__top-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #fff;
		gap: 20px;
	}

	.header__top-social {
		background: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header__top-inner {
		background: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		padding: 0;
		width: 100%;
		margin-left: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header__top-inner .header__top-address {
		display: block;
	}

	.header__top-inner picture {
		display: none;
	}

	.header__top-phones {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		margin-right: 0;
		color: #fff;
	}

	.header__top-phones a:hover {
		color: #fff;
	}

	.header__top-phones a:hover::before {
		background-color: #fff;
		width: 100%;
		left: 0;
	}

	.header__nav-link button:after {
		border-color: #fff;
	}

	.header__top-social a:first-of-type {
		margin-left: 0;
	}
}

@media (max-width: 550px) {
	.header__mobile-phone {
		font-size: 20px;
	}

	.header__bottom-btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header__bottom-btns>button {
		max-width: 100%;
	}
}

@media (max-width: 400px) {
	.header__mobile-phone {
		font-size: 16px;
		padding: 10px;
	}
}

@media (max-width: 380px) {
	.header__mobile>div {
		gap: 10px;
	}
}

@media (max-width: 350px) {
	.header__mobile-phone {
		font-size: 12px;
	}
}

/* intro */
.intro {
	padding: 150px 0;
	/* background: url("../img/intro/bg.jpg") center center no-repeat; */
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

.intro::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(348deg, rgba(1, 102, 108, 0.92) 1.88%, rgba(44, 150, 157, 0.92) 95.81%);
	background: linear-gradient(102deg, rgba(1, 102, 108, 0.92) 1.88%, rgba(44, 150, 157, 0.92) 95.81%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 2;
}

.intro__inner {
	position: relative;
	z-index: 3;
	color: #fff;
}

.intro__title {
	margin-bottom: 20px;
	max-width: 60%;
	line-height: 1.1;
}

.intro__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.intro__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
	max-width: 800px;
}

.intro__content h4 {
	font-weight: 400;
}

.intro__content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 23px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.intro__content ul li {
	-ms-flex-preferred-size: calc((100% - 23px) / 2);
	flex-basis: calc((100% - 23px) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	gap: 9px;
	font-weight: 300;
	line-height: 1;
}

.intro__content ul li::before {
	display: block;
	content: "";
	width: 22px;
	min-width: 22px;
	height: 22px;
	background: url("../img/icons/galo4ka.png") center center no-repeat;
	background: url("../img/icons/galo4ka.svg") center center no-repeat;
	background-size: cover;
}

.intro__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.intro__btns button {
	max-width: 200px;
}

.intro__advantages {
	max-width: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 30px;
}

.intro__advantages a {
	color: #f5f6fb;
}

.intro__advantages li {
	-ms-flex-preferred-size: calc((100% - 20px) / 2);
	flex-basis: calc((100% - 20px) / 2);
	background-color: rgba(25, 28, 31, 0.5);
	padding: 20px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.intro__advantages li>div {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.intro__advantages li p {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.intro__advantages li span {
	font-size: 14px;
	color: #deefee;
}

.intro__picture {
	max-width: 40px;
}

/* intro media */
@media (max-width: 1024px) {
	.intro__content {
		gap: 40px;
	}

	.intro__content ul li {
		font-size: 18px;
	}

	.intro__content ul li::before {
		width: 16px;
		min-width: 16px;
		height: 16px;
	}

	.intro__advantages li p {
		font-size: 15px;
	}

	.intro__advantages {
		gap: 10px;
	}

	.intro__picture {
		max-width: 30px;
		min-width: 30px;
	}

	.intro__advantages li span {
		font-size: 14px;
	}
}

@media (max-width: 980px) {
	.intro__title {
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.intro__title span {
		width: 100%;
	}

	.intro {
		/* background: url("../img/intro/bg-mobile.jpg") center center no-repeat; */
		background-size: cover;
		background-attachment: fixed;
		padding-top: 20px;
		padding-bottom: 32px;
		position: relative;
	}

	.intro::after {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(3.31%, rgba(1, 102, 108, 1)), to(rgba(66, 157, 209, 0.92)));
		background: -o-linear-gradient(top, rgba(1, 102, 108, 0.92) 3.31%, rgba(44, 150, 157, 0.92) 100%);
		background: linear-gradient(180deg, rgba(1, 102, 108, 0.92) 3.31%, rgba(44, 150, 157, 0.92) 100%);
		-webkit-backdrop-filter: blur(0px);
		backdrop-filter: blur(0px);
	}

	.intro__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.intro__content {
		max-width: 100%;
	}

	.intro__advantages {
		max-width: 100%;
	}

	.intro__advantages li {
		padding: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		gap: 10px;
	}

	.intro__advantages li div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 650px) {
	.intro__content h4 {
		color: #dbe2e4;
	}

	.intro__advantages {
		margin-bottom: 200px;
	}

	.intro {
		padding-bottom: 0;
	}

	.intro__btns {
		position: absolute;
		bottom: 32px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		left: 0;
		right: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro__content ul {
		gap: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.intro__content ul li:last-child {
		display: none;
	}

	.intro__content ul li:nth-last-of-type(2) {
		display: none;
	}

	.intro__body {
		gap: 40px;
	}
}

@media (max-width: 380px) {
	.intro__title {
		margin-bottom: 10px;
	}

	.intro__body {
		gap: 20px;
	}

	.intro__content {
		gap: 20px;
	}

	.intro__advantages li p {
		font-size: 12px;
	}

	.intro__advantages li div {
		gap: 20px;
	}
}

/*СЕГОДНЯ ИСКАЛИ */
/* СЕГОДНЯ ИСКАЛИ */
.today-searched {
    margin-bottom: 100px;
}

.today-searched__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding: 32px 44px;
    border: 1px solid #e0eced;
    border-left: 4px solid #fd9619; /* жёлтый акцент */
}

.today-searched__content {
    flex: 1 1 0;
    min-width: 0;
}

.today-searched__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.today-searched__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff4e0; /* светло-жёлтый фон кружка */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.today-searched__title {
    font-size: 22px;
    font-weight: 700;
    color: #03484C;
    margin-bottom: 0; /* убираем старый отступ */
}

/* ГЛАВНОЕ: flex-wrap вместо grid — теги сами занимают нужное место */
.today-searched__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.today-searched__links li {
    list-style-type: none;
}

.today-searched__links li a {
    display: inline-block;
    font-size: 16px;
    color: #03484C;
    text-decoration: none;
    border: 1.5px solid #b0c8ca;
    border-radius: 40px;
    padding: 9px 20px;
    background-color: transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.today-searched__links li a:hover {
    background-color: #e2eeef;
    border-color: #45A2A9;
    color: #207D7D;
}

/* Картинка скрыта по умолчанию */
.today-searched__image-wrap {
    display: none;
    flex: 0 0 260px;
    width: 260px;
}

/* Показываем картинку только если тегов 4 и больше — без JS! */
.today-searched__inner:has(.today-searched__links li:nth-child(4)) .today-searched__image-wrap {
    display: block;
}

.today-searched__image-wrap img {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
}

@media (max-width: 768px) {
    .today-searched__inner {
        flex-direction: column;
        padding: 24px 20px;
        gap: 20px;
        align-items: flex-start;
        border-radius: 0 12px 12px 0;
    }

    .today-searched__image-wrap {
        width: 100%;
        flex: none;
    }
}

@media (max-width: 480px) {
    .today-searched__links li a {
        display: block;
        width: 100%;
        text-align: center;
    }
}


/* why-we */
.why-we__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	padding: 40px 90px;
	background: url("../img/why__we/bg.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	-webkit-box-shadow: 0px 26px 30px 0px rgba(29, 35, 89, 0.05);
	box-shadow: 0px 26px 30px 0px rgba(29, 35, 89, 0.05);
}

.why-we__inner>span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 178px;
	height: 202px;
	background: url("../img/why__we/bg2.png") center center no-repeat;
	background: url("../img/why__we/bg2.svg") center center no-repeat;
	background-size: cover;
	z-index: 5;
}

.why-we__inner::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 185px;
	height: 207px;
	background: url("../img/why__we/bg1.png") center center no-repeat;
	background: url("../img/why__we/bg1.svg") center center no-repeat;
	background-size: cover;
	z-index: 5;
}

.why-we__inner::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.88%, rgba(1, 102, 108, 0.92)), color-stop(95.81%, rgba(44, 150, 157, 0.92)));
	background: -o-linear-gradient(top, rgba(1, 102, 108, 0.92) 1.88%, rgba(44, 150, 157, 0.92) 95.81%);
	background: linear-gradient(180deg, rgba(1, 102, 108, 0.92) 1.88%, rgba(44, 150, 157, 0.92) 95.81%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 2;
}

.why-we__item {
	position: relative;
	z-index: 6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	line-height: 1;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 220px;
	text-align: center;
}

.why-we__item p {
	font-weight: 800;
	font-size: 70px;
}

.why-we__item span {
	font-weight: 500;
}

/* why__we media */
@media (max-width: 870px) {
	.why-we__item p {
		font-size: 40px;
	}
}

@media (max-width: 650px) {
	.why-we__inner {
		/* background: url("../img/why__we/bg-mobile.jpg") center center no-repeat; */
		background-size: cover;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 60px 10px;
		background-attachment: fixed;
	}

	.why-we__inner::after {
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}

	.why-we__item {
		gap: 15px;
	}

	.why-we__inner:before {
		height: 169px;
		width: 148px;
	}

	.why-we__inner>span {
		width: 138px;
		height: 154px;
	}
}

/* custom-slider */
.custom-slider__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-bottom: 8px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow-x: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.custom-slider__pagination::-webkit-scrollbar {
	display: none;
}

.custom-slider__container {
	padding: 0;
}

.custom__slide {
	height: auto;
}

.custom__slide li {
	max-width: 90%;
}

.custom-slider__btn {
	width: auto;
	height: auto;
	background-color: #DEE9EF;
	border-radius: 30px;
	opacity: 1;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	color: #45A2A9;
}

.custom-slider__btn::before {
	display: none !important;
}

.custom-slider__btn.swiper-pagination-bullet-active {
	background-color: #45A2A9;
	color: #f5f6fb;
}

.custom-slider__pagination .custom-slider__btn {
	padding: 15px 16px;
	margin: 0 !important;
}

.custom-slider-mobile {
	display: none;
}

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

.custom-slider__top>span {
	padding: 10px 100px 20px 50px;
	background-color: #DEE9EF;
	font-size: 26px;
	font-weight: 600;
	border-top-left-radius: 30px;
	color: #393939;
	line-height: 1;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.custom-slider__top>span>span:first-of-type {
	position: relative;
	z-index: 6;
}

.custom-slider__top>span>span:last-of-type {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
}

.custom-slider__top>span>span:last-of-type picture {
	width: 175px;
	height: 100%;
	margin-left: auto;
}

.custom-slider__top>span>span:last-of-type picture img {
	background-color: #f6f6fb;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.custom-slider__progressBar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

.custom-slider__progressBar li {
	display: block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 3px solid #45A2A9;
	border-radius: 50%;
}

.custom-slider__progressBar li.active {
	background-color: #45A2A9;
	border-color: #45A2A9;
}

/* custom-slider media */
@media (max-width: 850px) {
	.custom-slider__pagination {
		margin-bottom: 20px;
	}
}

/* service */
.service__content {
	padding: 50px 60px;
	background-color: #dfe9ef;
	border-radius: 30px;
	border-top-left-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	height: 100%;
}

.service__content h3 {
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	color: #03484C;
}

.service__content p {
	font-size: 18px;
	font-weight: 500;
}


/* service media */
@media (max-width: 1540px) {
	.custom-slider__top_service>span {
		display: none;
		background-color: #000;
	}
}

@media (max-width: 1220px) {
	.service-swiper {
		margin-bottom: 20px;
	}

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

	.service_slider-wrapper {
		margin-bottom: 20px;
	}
}

@media (max-width: 550px) {
	.service__content {
		padding: 50px 20px;
		border-radius: 20px;
		margin: 0 10px;
	}

	.service__content h2 {
		margin-bottom: 5px;
		font-size: 24px;
	}

	.service__content p {
		color: #699295;
	}
}

/* text */
.text__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	max-width: 1100px;
	margin: 0 auto;
}

.text__container li {
	max-width: 90%;
}


.text h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e2eeef;
	color: #01666C;
}

.text h2 span {
	background: var(--blue-style-blue-1-gr, linear-gradient(180deg, #01666C 3.31%, #2C969D 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text p a,
.text ol li a,
.text ul li a {
	color: #009487;
	/* Базовый цвет ссылки */
	position: relative;
	text-decoration: none;
	/* Убираем стандартное подчеркивание */
}

/* .text a {
  color: #128D95;
  position: relative;
  
} */
/* Добавляем эффект подчеркивания для всех этих ссылок */
.text p a::before,
.text ol li a::before,
.text ul li a::before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	background-color: #009487;
	left: 0;
	right: 0;
	bottom: -2px;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

/* Анимация при наведении */
.text p a:hover::before,
.text ol li a:hover::before,
.text ul li a:hover::before {
	width: 100%;
}



.text blockquote {

	padding: 40px 30px;
	border: 4px solid #45A2A9;
	border-radius: 30px;
	color: #03484c;
	font-weight: 500;
	background-color: #2c969d13;
}


.text ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	counter-reset: list 0;
}

.text ol p {
	margin-bottom: 0;
}

.text ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.text ol li a {
	color: #45A2A9;
	text-decoration: underline;
}

.text ol li::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: counter(list);
	counter-increment: list;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	align-items: center;
	line-height: 1;
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: url("../img/text/ol.png") center center no-repeat;
	background: url("../img/text/ol.svg") center center no-repeat;
	background-size: cover;
}

.text ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.text ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.text ul li::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	min-width: 20px;
	background: url("../img/text/ul.png") center center no-repeat;
	background: url("../img/text/ul.svg") center center no-repeat;
	background-size: cover;
}

/* text media */
@media (max-width: 980px) {
	.text h2 {
		margin-bottom: 0;
		font-size: 32px;
		color: #03484C;
	}

	.text blockquote {
		padding: 40px 20px;
	}

	.text ul li {
		gap: 15px;
	}

	.text ol li:before {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
}

@media (max-width: 550px) {
	.text ol li {
		gap: 10px;
	}

	.text ol li::before {
		width: 30px;
		min-width: 30px;
		height: 30px;
		font-size: 18px;
	}

	.text ul li:before {
		width: 14px;
		min-width: 14px;
		height: 14px;
	}

	.text ol,
	.text ul {
		margin: 0 auto;
	}
}

@media (max-width: 370px) {
	.text blockquote {
		padding: 20px 10px;
	}
}

/* price */
.price__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #DEE9EF;
	padding: 20px 50px 30px;
	border-radius: 30px;
	border-top-left-radius: 0;
}

.price_custom-slider__pagination {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.price_custom-slider__top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price__head {
	border-bottom: 1px solid #a2b6d7;
	color: #699295;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 10px;
}

.price__head tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding-top: 15px;
}

.price__btn,
.price__btn_head {
	max-width: 10%;
}

.price__cost_head,
.price__cost {
	max-width: 15%;
}

.price__cost {
	font-weight: 700;
}

.price__text {
	font-size: 16px;
	max-width: 300px;
}

.price__text_head,
.price__text {
	max-width: 300px;
}

.price__name_head,
.price__name {
	max-width: 30%;
}

/* price media */
@media (max-width: 1024px) {

	.price__btn,
	.price__btn_head {
		max-width: 20%;
	}
}

@media (max-width: 980px) {

	.price__text,
	.price__text_head {
		display: none;
	}

	.price_custom-slider__top>span {
		display: none;
	}

	.price_custom-slider__pagination {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.price-inner {
		border-top-left-radius: 30px;
	}
}

@media (max-width: 860px) {

	.price__cost,
	.price__cost_head {
		max-width: 20%;
	}

	.price-btn,
	.price-btn_head {
		max-width: 30%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.price_custom__slider-top>span {
		display: none;
	}

	.price_custom__slider-pagination {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

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

	.price-swiper__wrapper {
		margin-bottom: 20px;
	}
}

@media (max-width: 650px) {
	.price__content {
		padding-top: 0;
	}

	.price__inner {
		padding: 30px 20px;
		margin-right: 10px;
		max-width: calc(100% - 20px);
		margin-right: auto;
		margin-left: auto;
	}

	.price__head {
		display: none;
	}
}

@media (max-width: 550px) {
	.price__item {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 0px 1fr;
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: 1fr 0px 1fr;
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding-bottom: 20px;
		border-bottom: 1px solid #03484c;
	}

	.price__item>*:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}

	.price__item>*:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}

	.price__item>*:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}

	.price__item>*:nth-child(4) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}

	.price__item:last-of-type {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.price__name {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-area: 1/1/2/2;
		max-width: 100%;
		color: #03484C;
		font-size: 18px;
	}

	.price__cost {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-area: 2/1/3/2;
		width: 100%;
		max-width: 100%;
		color: #03484c;
	}

	.price__btn {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-area: 1/2/3/3;
		max-width: 100%;
	}

	.price__btn button {
		margin-left: auto;
	}
}

/* sliders */
.sliders-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* sliders media */
@media (max-width: 1400px) {
	.sliders-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* certificates */
.certificates__animation a {
	position: relative;
	max-width: 100%;
	display: block;
	overflow: hidden;
	max-width: 270px;
	margin: 0 auto;
}

.certificates__animation a img {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
	width: 100%;
}

.certificates__animation a::before,
.certificates__animation a::after {
	display: block;
	content: "";
	position: absolute;
}

.certificates__animation a::before {
	width: 0%;
	height: 100%;
	background-color: rgba(74, 125, 200, 0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	z-index: 3;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.certificates__animation a::after {
	content: "+";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	border-radius: 50%;
	top: 50%;
	left: 70%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 30px;
	height: 30px;
	background-color: rgb(74, 125, 200);
	border: 1px solid #fff;
	color: #fff;
	z-index: 4;
	opacity: 0;
	-webkit-transition:
		opacity 0.2s ease,
		left 0.2s ease;
	-o-transition:
		opacity 0.2s ease,
		left 0.2s ease;
	transition:
		opacity 0.2s ease,
		left 0.2s ease;
}

.certificates__animation a:hover::before {
	width: 100%;
}

.certificates__animation a:hover::after {
	left: 50%;
	opacity: 1;
}

.doctor-certificates__slide a {
	max-width: 540px;
}

.sliders-certificates {
	max-width: 734px;
	position: relative;
}

.certificates__slide {
	height: auto;
	max-height: 390px;
}

.certificates__slider_thumbs {
	margin: 0 70px;
}

.certificates__slide_tumb {
	max-height: 88px;
	cursor: pointer;
	height: auto;
	overflow: hidden;
}

.certificates__slide_tumb img {
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	max-width: 133px;
	height: 100%;
}

.certificates__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.certificates__item img {
	border-radius: 20px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.certificates__slider {
	margin-bottom: 20px;
}

.certificates_swiper-pag,
.gallery_swiper-pag {
	position: absolute;
	bottom: 20px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* certificates media */
@media (max-width: 1400px) {
	.sliders-certificates {
		max-width: 95%;
	}

	.certificates__slide_tumb img {
		margin: 0 auto;
	}
}

@media (max-width: 550px) {
	.certificates__slide_tumb img {
		max-width: 100%;
	}
}

/* gallery */
.sliders-gallery {
	max-width: 580px;
	position: relative;
	z-index: 5;
}

.gallery__slider {
	margin-bottom: 20px;
}

.gallery__slide {
	height: auto;
	max-height: 390px;
}

.gallery__item {
	position: relative;
}

.gallery__item::before,
.gallery__item::after {
	display: block;
	content: "";
	position: absolute;
}

.gallery__item::before {
	width: 0%;
	height: 100%;
	background-color: rgba(74, 125, 200, 0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	z-index: 3;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.gallery__item::after {
	content: "+";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	border-radius: 50%;
	top: 50%;
	left: 70%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 30px;
	height: 30px;
	background-color: rgb(74, 125, 200);
	border: 1px solid #fff;
	color: #fff;
	z-index: 4;
	opacity: 0;
	-webkit-transition:
		opacity 0.2s ease,
		left 0.2s ease;
	-o-transition:
		opacity 0.2s ease,
		left 0.2s ease;
	transition:
		opacity 0.2s ease,
		left 0.2s ease;
}

.gallery__item:hover::before {
	width: 100%;
}

.gallery__item:hover::after {
	left: 50%;
	opacity: 1;
}

.gallery__item img {
	width: 100%;
	border-radius: 20px;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.gallery__slide_tumb {
	cursor: pointer;
}

.gallery__slide_tumb img {
	height: 88px;
	margin: 0 auto;
	max-width: 133px;
	border-radius: 10px;
}

.gallery__slider-thumbs {
	margin: 0 70px;
}

/* gallery media */
@media (max-width: 1400px) {
	.sliders-gallery {
		max-width: 700px;
	}
}

@media (max-width: 720px) {
	.sliders-gallery {
		max-width: 95%;
	}
}

@media (max-width: 550px) {
	.gallery__slide_tumb {
		height: 100%;
		max-height: 88px;
	}

	.gallery__slide_tumb img {
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.gallery__slider-thumbs {
		margin: 0 50px;
	}
}

/* gallery-second  */
.gallery-second__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 35px;
}

.gallery-second__content {
	width: 100%;
	max-width: 740px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	background-color: #DEE9EF;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px;
	border-radius: 30px;
	overflow: hidden;
}

.gallery-second__content::after,
.gallery-second__content::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: url("../img/gallery/bg.png") center center no-repeat;
	background: url("../img/gallery/bg.svg") center center no-repeat;
	background-size: cover;
	width: 625px;
	height: 498px;
}

.gallery-second__content::before {
	right: -300px;
}

.gallery-second__content::after {
	left: -550px;
}

.gallery-second__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.gallery-second__picture {
	width: 68px;
}

.gallery-second__title {
	font-weight: 600;
}

/* gallery-second  media */
@media (max-width: 1400px) {
	.gallery-second__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 40px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 550px) {
	.gallery-second__content {
		padding: 30px;
	}

	.gallery-second__item {
		gap: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.gallery-second__picture {
		width: 40px;
	}

	.gallery-second__content:before {
		right: -400px;
		top: -40px;
	}
}

/* gallery-third */
.gallery-third__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 78px 71px;
	border-radius: 30px;
	background-color: #DEE9EF;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.gallery-third__inner::after,
.gallery-third__inner::before {
	display: block;
	content: "";
	position: absolute;
	top: -100px;
	bottom: 0;
	background: url("../img/gallery/bg.png") center center no-repeat;
	background: url("../img/gallery/bg.svg") center center no-repeat;
	background-size: cover;
	z-index: 3;
	width: 625px;
	height: 498px;
}

.gallery-third__inner::before {
	right: -300px;
}

.gallery-third__inner::after {
	left: -550px;
	top: 0;
}

.gallery-third-button {
	background-color: #fff;
}

.gallery-third__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 5;
	gap: 30px;
}

.gallery-third__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	position: relative;
	z-index: 5;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gallery-third__picture {
	max-width: 68px;
	min-width: 68px;
}

/* gallery-third media */
@media (max-width: 1400px) {
	.gallery-third__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.gallery-third__inner::before {
		right: 50%;
		top: -50%;
		-webkit-transform: translate3d(50%, 50%, 0);
		transform: translate3d(50%, 50%, 0);
	}

	.gallery-third__inner::after {
		top: auto;
		bottom: -300px;
		left: -100px;
	}
}

@media (max-width: 650px) {
	.gallery-third__inner:before {
		top: -65%;
	}

	.gallery-third__inner {
		padding: 40px 20px;
		gap: 40px;
	}

	.gallery-third__title {
		margin-bottom: 0;
	}

	.gallery-third__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}

	.gallery-third__picture {
		max-width: 40px;
		min-width: 40px;
	}

	.gallery-third__inner:after {
		bottom: -350px;
		left: -250px;
	}
}

@media (max-width: 380px) {
	.gallery-third__inner {
		padding: 20px 10px;
	}
}

/* telegram */
.telegram {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.telegram__container {
	overflow-x: hidden;
	padding: 0;
	margin: 0 15px;
	border-radius: 30px;
	width: 100%;
	max-width: 1500px;
}

.telegram__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding: 0 130px;
	margin-top: 83px;
	background: url("../img/telegram/bg1.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 30px;
	-webkit-box-shadow: 0px 26px 30px 0px rgba(29, 35, 89, 0.05);
	box-shadow: 0px 26px 30px 0px rgba(29, 35, 89, 0.05);
}

.telegram__inner::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 30px;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(230deg, rgba(1, 102, 108, 0.92) 1.88%, rgba(44, 150, 157, 0.92) 95.81%);
	background: linear-gradient(220deg, rgba(1, 102, 108, 0.92) 1.88%, rgba(44, 150, 157, 0.92) 95.81%);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	z-index: 4;
}

.telegram__content {
	position: relative;
}

.telegram__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 30px;
	overflow: hidden;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.telegram__bg>span {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.telegram__bg>span::before {
	display: block;
	content: "";
	position: absolute;
	right: -100px;
	top: 40%;
	width: 900px;
	height: 925px;
	background: url("../img/telegram/bg.png") center center no-repeat;
	background: url("../img/telegram/bg.svg") center center no-repeat;
	background-size: cover;
	z-index: 5;
	-webkit-transform: translate3d(100px, -40%, 0);
	transform: translate3d(100px, -40%, 0);
}

.telegram__item {
	margin: auto 0;
	position: relative;
	color: #fff;
	z-index: 7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0px;
}

.telegram__item p {
	margin-bottom: 20px;
}

.telegram__item a::after {
	display: none !important;
}

.telegram__picture {
	margin-top: -83px;
	position: relative;
	z-index: 7;
}

.telegram-btn {
	max-width: 145px;
}

.telegram-btn:hover {
	border-color: #fff;
}

.telegram__title {
	font-size: 48px;
	font-weight: 300;
}

.telegram__title span {
	font-weight: 700;
}

/* telergam media */
@media (max-width: 1240px) {
	.telegram__inner {
		padding: 0 50px;
	}

	.telegram__title {
		font-size: 30px;
	}
}

@media (max-width: 850px) {
	.telegram__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		margin-top: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}

	.telegram__picture {
		margin-top: 0;
	}

	.telegram__item {
		padding: 30px 20px 0;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.telegram__bg>span:before {
		right: 50%;
		bottom: -20%;
		-webkit-transform: translate3d(50%, -20%, 0);
		transform: translate3d(50%, -20%, 0);
	}
}

/* help */
.help__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.help__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 486px;
	height: 100%;
	max-height: 522px;
	min-height: 522px;
}

.help__img>img {
	position: relative;
	z-index: 3;
	max-width: 430px;
	height: 100%;
	max-height: 495px;
}

.help__img::before {
	position: absolute;
	content: "";
	z-index: 1;
	width: 100%;
	max-width: 487px;
	max-height: 485px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -15px;
	background: url("../img/help/Union.png") bottom no-repeat;
	background: url("../img/help/Union.svg") bottom no-repeat;
	background-size: cover;
}

.help__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 788px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px;
}

.help__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.help__item-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 8px;
}

.help__item-picture {
	width: 68px;
	min-width: 68px;
	height: 68px;
}

.help__pagination {
	display: none;
}

/* help media */
@media (min-width: 980px) {
	.help__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 35px;
	}

	.help__wrapper .swiper-notification {
		display: none !important;
	}
}

@media (max-width: 980px) {
	.help__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.help__content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.help__btn {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto;
	}

	.help__pagination {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.help__img {
		max-width: 350px;
		max-height: 375px;
		min-height: 375px;
	}

	.help__img>img {
		max-width: 306px;
		min-height: 350px;
		max-height: 350px;
	}

	.help__img:before {
		bottom: -10px;
	}
}

@media (max-width: 650px) {
	.help__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 15px;
	}

	.help__item-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		gap: 6px;
		color: #03484C;
	}

	.help__item-title {
		line-height: 1;
		font-size: 20px;
	}

	.help__wrapper {
		gap: 30px;
	}
}

/* advantages */
.advantages__item {
	background-color: #DEE9EF;
	border-radius: 20px;
	padding: 15px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.advantages__picture {
	max-width: 24px;
	margin-bottom: 10px;
}

.advantages__title {
	font-weight: 600;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.advantages__text {
	font-size: 16px;
}

/* advantages media */
@media (min-width: 860px) {
	.advantages__item {
		-ms-flex-preferred-size: calc((100% - 35px) / 2);
		flex-basis: calc((100% - 35px) / 2);
	}

	.advantages__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 35px;
	}
}

@media (min-width: 1024px) {
	.advantages__item {
		-ms-flex-preferred-size: calc((100% - 70px) / 3);
		flex-basis: calc((100% - 70px) / 3);
	}
}

@media (max-width: 860px) {
	.advantages__inner {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 30px;
	}

	.advantages__item {
		height: auto;
		padding: 10px 30px;
		color: #03484C;
	}

	.advantages__picture {
		margin-bottom: 0;
	}

	.advantages__text {
		font-size: 14px;
	}
}

@media (max-width: 550px) {
	.advantages__item {
		padding: 10px;
	}

	.advantages__text {
		font-size: 12px;
	}
}

/* our-service */
.our-service__inner {
	counter-reset: list 0;
}

.our-service__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 15px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 20px;
	background-color: #DEE9EF;
	height: auto;
}

.our-service__item::before {
	display: block;
	content: "0" counter(list);
	counter-increment: list;
	font-size: 16px;
	font-weight: 700;
	color: #9ab9bb;
}

.our-service__item:nth-of-type(1n + 10)::before {
	content: counter(list);
}

.our-service__item::after {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	min-width: 30px;
	background: url("../img/icons/arrow.png") center center no-repeat;
	background: url("../img/icons/arrow.svg") center center no-repeat;
	background-size: cover;
	-webkit-transition:
		margin 0.2s ease,
		width 0.2s ease;
	-o-transition:
		margin 0.2s ease,
		width 0.2s ease;
	transition:
		margin 0.2s ease,
		width 0.2s ease;
}

.our-service__item:hover::after {
	width: 40px;
	margin-right: -10px;
}

.our-service__content {
	max-width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.our-service__title {
	font-weight: 600;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.our-service__cost {
	font-size: 18px;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

/* our-service media */
@media (max-width: 1170px) {
	.our-service__inner {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width: 900px) {
	.our-service__item {
		-ms-flex-preferred-size: calc((100% - 90px) / 3);
		flex-basis: calc((100% - 90px) / 3);
		max-width: 100%;
	}

	.our-service__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 1170px) {
	.our-service__item {
		-ms-flex-preferred-size: calc((100% - 120px) / 4);
		flex-basis: calc((100% - 120px) / 4);
		max-width: 330px;
	}
}

@media (max-width: 900px) {
	.our-service__inner {
		margin-bottom: 30px;
	}
}

@media (max-width: 650px) {
	.our-service__content {
		max-width: 100%;
	}

	.our-service__cost {
		font-size: 16px;
		color: #8a97b3;
		line-height: 1;
	}
}

/* form */
.form__container {
	padding-top: 96px;
	overflow: hidden;
}

.form__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	background: -o-linear-gradient(168deg, rgba(1, 102, 108, 0.92) 1.88%, rgba(44, 150, 157, 0.92) 95.81%);
	background: linear-gradient(282deg, rgba(1, 102, 108, 0.92) 1.88%, rgba(44, 150, 157, 0.92) 95.81%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 30px;
}

.form__inner::before {
	display: block;
	position: absolute;
	z-index: 2;
	content: "";
	width: 690px;
	height: 639px;
	background: url("../img/form/bg1.png") center center no-repeat;
	background: url("../img/form/bg1.svg") center center no-repeat;
	background-size: cover;
}

.form__picture {
	margin-top: -96px;
	position: relative;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.form__content {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding: 40px 60px;
	padding-left: 0;
	width: 100%;
	max-width: 714px;
	position: relative;
	z-index: 4;
}

.form__subtutle {
	font-size: 32px;
	color: #f5f6fb;
}

.form__title {
	margin-bottom: 0;
	text-align: left;
}

.form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.form__item input {
	padding: 15px 40px;
	color: #004347;
	border-radius: 30px;
	width: 100%;
	max-width: 400px;
	background-color: #fbffff;
}

.form__item input::-webkit-input-placeholder {
	color: #004347;
}

.form__item input::-moz-placeholder {
	color: #004347;
}

.form__item input:-ms-input-placeholder {
	color: #004347;
}

.form__item input::-ms-input-placeholder {
	color: #004347;
}

.form__item input::placeholder {
	color: #004347;
}

.form__politic {
	font-size: 16px;
	font-weight: 300;
	color: #dbe2e4;
}

.form-btn {
	max-width: 160px;
}

.form-btn:hover {
	border-color: #fff;
}

/* form media */
@media (max-width: 1350px) {
	.form__content {
		padding: 5px 20px;
		max-width: 600px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1240px) {
	.form__picture {
		margin-top: 0;
	}
}

@media (max-width: 1225px) {
	.form__title {
		font-size: 32px;
	}

	.form__subtutle {
		font-size: 24px;
	}

	.form__politic {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.form__picture {
		max-width: 325px;
	}
}

@media (max-width: 980px) {
	.form__content {
		padding: 0;
	}

	.form__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 40px 20px 0;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.form__inner:before {
		width: 300px;
		height: 280px;
	}

	.form__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.form__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.form__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 550px) {
	.form__title {
		text-align: center;
	}

	.form__subtutle {
		line-height: 1;
	}
}

@media (max-width: 380px) {
	.form__content {
		gap: 20px;
	}

	.form__item {
		gap: 10px;
	}

	.form__politic {
		font-size: 12px;
	}
}

/* doctors */
.doctors__slider {
	margin-bottom: 45px;
}

.doctors__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px;
	border-radius: 30px;
	background-color: #fff;
	height: auto;
	gap: 10px;
}

.doctors__prof {
	color: #4382b0;
	background-color: #e1ecf9;
}

.doctors__experience {
	color: #5957c1;
	background-color: #e3e2ff;
}

.doctors__slide-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 15px;
	gap: 10px;
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.doctors__slide-bottom * {
	border-radius: 30px;
	padding: 4px 10px;
}

.doctors__name {
	font-size: 22px;
	font-weight: 600;
	padding-left: 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.doctors__img {
	background: url("../img/doctors/bg.jpg") center center no-repeat;
	background-size: cover;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	margin-bottom: 30px;
	height: 100%;
	max-height: 249px;
	height: auto;
}

.doctors__img img {
	height: 100%;
	max-height: 249px;
	padding-top: 11px;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	min-width: 100%;
}

.doctors-btn {
	position: absolute;
	bottom: -25px;
	right: 50%;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	max-width: 170px;
}

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

.doctors__pagination {
	display: none;
}

/* doctors media */
@media (max-width: 550px) {
	.doctors__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* reviews */
.reviews__slider {
	margin-bottom: 45px;
}

.reviews__slide {
	height: auto;
}

.reviews__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	background-color: #DEE9EF;
	border-radius: 30px;
	padding: 30px;
	height: 100%;
}

.reviews__name {
	font-weight: 600;
	font-size: 20px;
}

.reviews__date {
	color: #8aa3b7;
	font-size: 14px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
}

.reviews__text {
	font-size: 16px;
}

.reviews_swiper-pag {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;
}

.reviews__pagination {
	display: none;
}

.doctor-reviews__item .reviews__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9ab9bb;
}

.doctor-reviews__item .reviews__top span {
	font-size: 14px !important;
}

.doctor-reviews__item .reviews__top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.doctor-reviews__item .reviews__name {
	color: #011516;
}

.doctor-reviews__item .reviews__date {
	color: #011516;
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid #011516;
}

.reviews-date {
	font-size: 14px;
	margin-left: auto;
	margin-top: 10px;
	display: block;
	font-weight: 500;
}

/* reviwes media */
@media (max-width: 900px) {
	.reviews__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 650px) {
	.reviews__item {
		padding: 30px 20px;
		border-radius: 10px;
	}
}

/* faq */
.faq__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.faq__item {
	padding-bottom: 30px;
	border-bottom: 2px solid #fbffff;
}

.faq__item:first-child {
	padding-top: 30px;
	border-top: 2px solid #fbffff;
}

.faq__item-title {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	font-size: 24px;
	font-weight: 600;
}

.faq__item-title::before {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	min-width: 30px;
	background: url("../img/icons/cross.png") center center no-repeat;
	background: url("../img/icons/cross.svg") center center no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	transition:
		transform 0.2s ease,
		-webkit-transform 0.2s ease;
}

.faq__item-title.panel-active::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq__body {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	color: #6a7ba3;
	-webkit-animation: faqAnimation 0.2s ease-in-out;
	animation: faqAnimation 0.2s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.faq__body.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	padding-left: 80px;
}

@-webkit-keyframes faqAnimation {
	0% {
		padding-left: 40px;
	}

	100% {
		padding-top: 20px;
		padding-left: 80px;
	}
}

@keyframes faqAnimation {
	0% {
		display: none;
		padding-top: 0;
		padding-left: 40px;
	}

	100% {
		padding-top: 20px;
		padding-left: 80px;
	}
}

@-webkit-keyframes faqAnimationMobile {
	0% {
		display: none;
		padding-top: 0;
		padding-left: 40px;
	}

	100% {
		padding-top: 20px;
		padding-left: 50px;
	}
}

@keyframes faqAnimationMobile {
	0% {
		display: none;
		padding-top: 0;
		padding-left: 40px;
	}

	100% {
		padding-top: 20px;
		padding-left: 50px;
	}
}

/* faq media */
@media (max-width: 650px) {
	.faq__item-title {
		font-size: 18px;
	}

	.faq__item {
		padding-bottom: 20px;
	}

	.faq__item:first-of-type {
		padding-top: 20px;
	}
}

@media (max-width: 380px) {
	.faq__item-title {
		gap: 20px;
	}

	.faq__body {
		-webkit-animation: faqAnimationMobile 0.2s ease-in-out;
		animation: faqAnimationMobile 0.2s ease-in-out;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.faq__body.active {
		padding-left: 50px;
	}
}

/* all-service */
.all-service {
	padding: 100px 0 90px;
	/* background: url("../img/intro/bg.jpg") center center no-repeat; */
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/* Декоративный круг — правый верх */
.all-service::before {
	display: block;
	position: absolute;
	content: "";
	width: 600px;
	height: 600px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.06);
	top: -200px;
	right: -150px;
	z-index: 2;
	pointer-events: none;
}

/* Многослойный градиент: радиальное свечение за заголовком + затемнение к краям */
.all-service::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background:
		radial-gradient(ellipse 65% 80% at 30% 40%, rgba(44, 160, 168, 0.55) 0%, transparent 65%),
		radial-gradient(ellipse 40% 50% at 90% 90%, rgba(0, 55, 60, 0.7) 0%, transparent 60%),
		radial-gradient(ellipse 30% 40% at 5% 10%, rgba(0, 45, 50, 0.6) 0%, transparent 55%),
		linear-gradient(118deg, rgba(1, 78, 84, 0.96) 0%, rgba(8, 110, 118, 0.93) 50%, rgba(38, 140, 148, 0.90) 100%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 2;
}

/* Grid: левая — весь контент, правая — картинка + карточки */
.all-service__inner {
	position: relative;
	z-index: 3;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 460px;
	gap: 50px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 560px;
}

.all-service__title {
	line-height: 1.05;
	margin-bottom: 20px;
	-webkit-animation: heroFadeUp 0.6s ease both;
	animation: heroFadeUp 0.6s ease both;
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
}

.all-service__subtitle {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.4;
	-webkit-animation: heroFadeUp 0.6s ease both;
	animation: heroFadeUp 0.6s ease both;
	-webkit-animation-delay: 0.12s;
	animation-delay: 0.12s;
}

/* Левая колонка */
.all-service__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 5;
}

/* Ссылки в тексте */
.all-service__item a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.4);
	text-underline-offset: 3px;
	font-weight: 500;
	-webkit-transition: text-decoration-color 0.2s ease;
	-o-transition: text-decoration-color 0.2s ease;
	transition: text-decoration-color 0.2s ease;
}

.all-service__item a:hover {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.9);
}

/* Жирный текст в описании */
.all-service__item>p strong,
.all-service__item>p b {
	color: #fff;
	font-weight: 700;
}

/* Текст — растягивается и заполняет пространство */
.all-service__item>p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.72;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 20px 0;
}

/* Кнопка с pulse-анимацией */
.all-service__btn {
	margin-bottom: 24px;
	max-width: 250px;
	position: relative;
}

.all-service__btn::after {
	display: block;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	border: 2px solid rgba(253, 150, 25, 0.6);
	-webkit-animation: btnPulse 2.4s ease-out infinite;
	animation: btnPulse 2.4s ease-out infinite;
	pointer-events: none;
}

@-webkit-keyframes btnPulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.7;
	}

	70% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes btnPulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 0.7;
	}

	70% {
		-webkit-transform: scale(1.18);
		-ms-transform: scale(1.18);
		transform: scale(1.18);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* Правая колонка: flex-column — картинка сверху, карточки снизу */
.all-service__content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px;
	position: relative;
}

/* Картинка — занимает доступное пространство сверху */
.all-service__picture {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 0;
	border-radius: 24px;
	overflow: hidden;
	-webkit-box-shadow: 0 20px 55px rgba(0, 0, 0, 0.4);
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.4);
}

.all-service__picture img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px;
	display: block;
}

/* Тонкий оверлей снизу для глубины */
.all-service__picture::after {
	display: block;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 30%;
	background: -o-linear-gradient(top, transparent, rgba(1, 78, 84, 0.4));
	background: linear-gradient(180deg, transparent, rgba(1, 78, 84, 0.4));
	z-index: 2;
	pointer-events: none;
	border-radius: 0 0 24px 24px;
}

.all-service__picture::before {
	display: block;
	position: absolute;
	content: "";
	width: 800px;
	top: -150px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 800px;
	background: url("../img/all__service/bg.png") center center no-repeat;
	background: url("../img/all__service/bg.svg") center center no-repeat;
	background-size: auto;
	z-index: 0;
}

/* Карточки — в потоке, под картинкой */
.all-service__advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.all-service__advantages-item {
	padding: 14px 12px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	line-height: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100px;
	flex: 1 1 100px;
	text-align: center;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
	-o-transition: background-color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.all-service__advantages-item:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.35);
}

.all-service__advantages-item span {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.all-service__advantages-item p {
	color: rgba(222, 239, 238, 0.85);
	font-size: 12px;
	line-height: 1.3;
}

/* Анимации появления */
@-webkit-keyframes heroFadeUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(22px);
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes heroFadeUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(22px);
		-ms-transform: translateY(22px);
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes heroFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes heroFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.all-service__item>p {
	-webkit-animation: heroFadeUp 0.6s ease both;
	animation: heroFadeUp 0.6s ease both;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.all-service__btn {
	-webkit-animation: heroFadeUp 0.6s ease both;
	animation: heroFadeUp 0.6s ease both;
	-webkit-animation-delay: 0.28s;
	animation-delay: 0.28s;
}

.author {
	-webkit-animation: heroFadeUp 0.6s ease both;
	animation: heroFadeUp 0.6s ease both;
	-webkit-animation-delay: 0.33s;
	animation-delay: 0.33s;
}

.all-service__content {
	-webkit-animation: heroFadeIn 0.8s ease both;
	animation: heroFadeIn 0.8s ease both;
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

/* all-service media */
@media (max-width: 1290px) {
	.all-service__inner {
		grid-template-columns: 1fr 400px;
		gap: 40px;
		min-height: 500px;
	}

	.all-service__item>p {
		font-size: 16px;
	}

	.all-service__subtitle {
		font-size: 18px;
	}
}

@media (max-width: 1100px) {
	.all-service__inner {
		grid-template-columns: 1fr 320px;
		gap: 30px;
		min-height: 460px;
	}

	.all-service__title {
		font-size: 52px;
	}

	.all-service__advantages-item span {
		font-size: 18px;
	}
}

@media (max-width: 980px) {
	.all-service {
		/* background: url("../img/intro/bg-mobile.jpg") center center no-repeat; */
		background-size: cover;
		background-attachment: scroll;
		padding: 40px 0 60px;
	}

	.all-service::before {
		display: none;
	}

	.all-service::after {
		background:
			radial-gradient(ellipse 80% 50% at 50% 0%, rgba(44, 160, 168, 0.4) 0%, transparent 60%),
			linear-gradient(180deg, rgba(1, 78, 84, 0.97) 0%, rgba(38, 140, 148, 0.93) 100%);
		-webkit-backdrop-filter: blur(0px);
		backdrop-filter: blur(0px);
	}

	.all-service__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 28px;
		min-height: auto;
	}

	.all-service__item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.all-service__item>p {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		padding: 14px 0;
	}

	/* Правая колонка на планшете: картинка фиксированной высоты */
	.all-service__content {
		width: 100%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.all-service__picture {
		height: 280px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}

	.all-service__title {
		font-size: 42px;
		margin-bottom: 14px;
		width: 100%;
		text-align: left;
	}

	.all-service__subtitle {
		font-size: 17px;
		width: 100%;
		text-align: left;
		margin-bottom: 14px;
	}
}

@media (max-width: 550px) {
	.all-service {
		padding: 30px 0 50px;
	}

	.all-service__inner {
		gap: 22px;
	}

	.all-service__title {
		font-size: 34px;
	}

	.all-service__subtitle {
		font-size: 15px;
	}

	.all-service__item>p {
		font-size: 16px;
		line-height: 1.65;
	}

	.all-service__btn {
		margin: 0 auto 20px;
		max-width: 100%;
		width: 100%;
	}

	/* Картинка — скрыта на мобильном */
	.all-service__picture {
		display: none;
	}

	.all-service__advantages {
		gap: 8px;
	}

	.all-service__advantages-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(50% - 4px);
		flex: 1 1 calc(50% - 4px);
		max-width: calc(50% - 4px);
		padding: 12px 10px;
		border-radius: 12px;
	}

	.all-service__advantages-item span {
		font-size: 18px;
	}

	.all-service__advantages-item p {
		font-size: 14px;
	}
}

/* Автор — прикреплён к кнопке линией-разделителем */
.author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	width: 100%;
}

.author__photo {
	width: 100%;
	max-width: 68px;
	height: 100%;
	max-height: 68px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.author__photo img {
	border-radius: 14px;
	height: 68px;
	width: 68px;
	-o-object-fit: cover;
	object-fit: cover;
}

.author__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: transparent;
	border: none;
	padding: 0;
}

.author__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
	color: rgba(222, 239, 238, 0.7);
}

.author__name {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2px;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.author__name:hover {
	color: rgba(255, 255, 255, 0.75);
}

.author__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
}

.author__footer-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.author__footer-item::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/author/icon.png") center center no-repeat;
	background: url("../img/author/icon.svg") center center no-repeat;
	background-size: cover;
	min-width: 20px;
	opacity: 0.6;
}

.author__footer-date {
	font-size: 12px;
	color: rgba(222, 239, 238, 0.65);
	font-weight: 300;
	line-height: 1.2;
}

.author__footer-date span {
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
}

/* author media */
@media (max-width: 550px) {
	.author {
		padding-top: 16px;
		gap: 12px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.author__photo {
		max-width: 48px;
		max-height: 48px;
	}

	.author__photo img {
		border-radius: 10px;
		width: 48px;
		height: 48px;
	}

	.author__name {
		font-size: 14px;
	}
}

/* breadcrumbs */
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px 0;
	padding: 10px 15px;
	margin-left: 0 !important;
	list-style: none;
	font-size: 16px;
	color: #03484C;
}

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

.breadcrumbs li:not(:last-child)::after {
	content: "•";
	font-size: 14px;
	color: #03484C;
	font-weight: 400;
	margin: 0 6px;
}

.breadcrumbs a {
	color: #03484C;
	font-weight: 400;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.breadcrumbs a:hover {
	color: #207D7D;
}

.breadcrumbs li:last-child {
	color: #03484C;
	font-weight: 400;
}

/* Убираем сторонние разделители */
.breadcrumbs li::before {
	display: none !important;
	content: none !important;
}

/* Хлебные крошки внутри hero — белые, т.к. фон зелёный */
.all-service .breadcrumbs,
.all-service+.container .breadcrumbs {
	color: rgba(255, 255, 255, 0.7);
}

.all-service .breadcrumbs li:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.4);
}

.all-service .breadcrumbs a {
	color: rgba(255, 255, 255, 0.7);
}

.all-service .breadcrumbs a:hover {
	color: #fff;
}

.all-service .breadcrumbs li:last-child {
	color: rgba(255, 255, 255, 0.5);
}

/* Хлебные крошки находятся в .container ДО секции,
   но визуально на фоне hero — переопределяем через z-index контекст */
.all-service~.container .breadcrumbs,
.breadcrumbs_hero {
	color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs_hero li:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs_hero a {
	color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs_hero a:hover {
	color: #fff;
}

.breadcrumbs_hero li:last-child {
	color: rgba(255, 255, 255, 0.5);
}

/* article_author card — горизонтальная карточка под формой */
.article_author {
	background: #fff;
	border-radius: 20px;
	padding: 20px 28px;
	-webkit-box-shadow: 0 4px 24px rgba(1, 102, 108, 0.08);
	box-shadow: 0 4px 24px rgba(1, 102, 108, 0.08);
	border: 1px solid rgba(1, 102, 108, 0.08);
	gap: 24px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
	transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
	-o-transition: box-shadow 0.2s, transform 0.2s;
	transition: box-shadow 0.2s, transform 0.2s;
	transition: box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
}

.article_author:hover {
	-webkit-box-shadow: 0 8px 32px rgba(1, 102, 108, 0.16);
	box-shadow: 0 8px 32px rgba(1, 102, 108, 0.16);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	color: inherit;
}

.article_author .author__photo {
	width: 80px;
	max-width: 80px;
	height: 80px;
	max-height: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article_author .author__photo img {
	border-radius: 16px;
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.article_author .author__name {
	font-size: 17px;
	font-weight: 700;
	color: #01666C;
	margin-bottom: 8px;
}

/* article */
.article.section-offset {
	margin-bottom: 0;
}

.article__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.article__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 80px 60px;
	margin: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 32px;
	background: url("../img/article/bg.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	overflow: hidden;
	z-index: 0;
	-webkit-box-shadow: 0 20px 60px rgba(1, 102, 108, 0.25);
	box-shadow: 0 20px 60px rgba(1, 102, 108, 0.25);
}

.article__name::before {
	display: block;
	position: absolute;
	content: "";
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	top: -100px;
	right: -80px;
	z-index: 1;
	pointer-events: none;
}

.article__name::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(325deg, rgba(1, 82, 88, 0.95) 0%, rgba(44, 150, 157, 0.90) 100%);
	background: linear-gradient(125deg, rgba(1, 82, 88, 0.95) 0%, rgba(44, 150, 157, 0.90) 100%);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	z-index: 2;
}

/* Бейдж над заголовком */
.article__name-badge {
	position: relative;
	z-index: 3;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.30);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 20px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.article__name-badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fd9619;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article__title {
	position: relative;
	z-index: 3;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	color: #fff;
	max-width: 860px;
	letter-spacing: -0.5px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.article__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* Правая колонка — форма + автор */
.article__content-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.article__content-title {
	text-align: left;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 14px;
	border-bottom: 2px solid #e2eeef;
	color: #01666C;
}

.article__content-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	max-width: 340px;
	min-width: 280px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.article-nav {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	-webkit-box-shadow: 0 4px 24px rgba(1, 102, 108, 0.08);
	box-shadow: 0 4px 24px rgba(1, 102, 108, 0.08);
	border: 1px solid rgba(1, 102, 108, 0.08);
}

.article__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	counter-reset: list 0;
	gap: 0;
}

.article__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #f0f4f5;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}

.article__link:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.article__link::before {
	counter-increment: list;
	content: counter(list);
	min-width: 24px;
	height: 24px;
	background: -webkit-gradient(linear, left top, right bottom, from(#01666C), to(#2C969D));
	background: -o-linear-gradient(top left, #01666C, #2C969D);
	background: linear-gradient(135deg, #01666C, #2C969D);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 1px;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.article__link a {
	font-size: 15px;
	line-height: 1.4;
	color: #03484C;
	font-weight: 400;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.article__link:hover a {
	color: #207D7D;
}

.article__link:hover::before {
	color: #fff;
	opacity: 0.85;
}

.author__item_author {
	font-size: 12px;
	color: #45A2A9;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
}

.micro-article-doctor-spec {
	font-size: 13px;
	font-weight: 400;
	color: #03484c;
	text-transform: none;
	letter-spacing: 0;
}

.author__footer-item_article::before {
	display: none;
}

.author__footer-date_article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
	padding: 8px 12px;
	color: #03484C;
}

.author__footer-date_article p {
	font-size: 12px;
	color: #6b8e8f;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.author__footer-date_article span {
	font-size: 14px;
	font-weight: 700;
	color: #01666C;
}

.author__content_article {
	background: none;
	padding: 0;
	gap: 8px;
}

.article__content-form {
	padding: 36px 40px;
	border-radius: 24px;
	background: -o-linear-gradient(325deg, #01666C 0%, #2C969D 100%);
	background: linear-gradient(145deg, #01666C 0%, #2C969D 100%);
	-webkit-box-shadow: 0 12px 40px rgba(1, 102, 108, 0.30);
	box-shadow: 0 12px 40px rgba(1, 102, 108, 0.30);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	overflow: hidden;
	width: 100%;
}

.article__content-form::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	pointer-events: none;
	z-index: 0;
}

.article__content-form>* {
	position: relative;
	z-index: 1;
}

.article__content-form_title {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}

.article__content-form_subtitle {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 15px;
}

.article__content-tel {
	padding: 14px 20px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.30);
	border-radius: 14px;
	color: #fff;
	width: 100%;
	margin-bottom: 8px;
	font-size: 16px;
	-webkit-transition: background 0.2s, border-color 0.2s;
	-o-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
}

.article__content-tel:focus {
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.60);
	outline: none;
}

.article__content-tel::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.article__content-tel::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.article__content-tel:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.article__content-tel::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.article__content-tel::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.article__content__btn {
	max-width: 100%;
	height: 52px;
	border-radius: 14px;
	font-size: 15px;
	letter-spacing: 0.02em;
	-webkit-box-shadow: 0 4px 16px rgba(253, 150, 25, 0.4);
	box-shadow: 0 4px 16px rgba(253, 150, 25, 0.4);
}

/* article media */
@media (max-width: 980px) {
	.article__title {
		font-size: 38px;
		text-align: center;
	}

	.article__name {
		margin: 0;
		padding: 60px 30px;
		border-radius: 24px;
	}

	.article__container {
		gap: 20px;
	}

	.article__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}

	.article__content-item {
		position: static;
		max-width: 100%;
		min-width: 0;
		width: 100%;
	}

	.article__content-right {
		width: 100%;
	}

	.article__content-form {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.authors-wrapper {
		display: flex;
		flex-wrap: wrap; 
		gap: 20px;
	}

	.author {
		background-color: rgb(255 255 255 / 20%);
		border-radius: 20px;
		padding: 16px;
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 14px;
		width: 100%;
		position: relative;
		padding-right: 80px;
	}

	.author__photo {
		position: absolute;
		top: 50%;
		right: 16px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 56px;
		height: 56px;
		max-width: 56px;
		max-height: 56px;
	}

	.author__photo img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top;
		object-position: top;
	}

	.author__content {
		background: none;
		padding: 0;
		gap: 10px;
	}

	.author__name {
		font-size: 18px;
		padding-right: 10px;
	}

	.article_author {
		padding: 16px 20px;
		gap: 16px;
	}

	.article_author .author__photo {
		width: 60px;
		max-width: 60px;
		height: 60px;
		max-height: 60px;
	}

	.article_author .author__photo img {
		width: 60px;
		height: 60px;
	}

	.author__content_article {
		background: none;
		padding: 0;
	}

	.article__content-form_title {
		font-size: 24px;
	}

	.article__content-form {
		padding: 24px 20px;
		width: 100%;
	}

	.article__title {
		font-size: 28px;
		letter-spacing: 0;
	}

	.article__content-item {
		gap: 16px;
	}

	.article__content-title {
		font-size: 18px;
	}

	.article-nav {
		padding: 18px;
	}

	.article__content-tel {
		padding: 14px 16px;
	}

	.article__name {
		margin: 0;
		border-radius: 20px;
		padding: 50px 24px;
	}
}

@media (max-width: 380px) {
	.article__title {
		font-size: 24px;
	}

	.article__content-title {
		font-size: 16px;
	}

	.article__content-form_title {
		font-size: 20px;
	}

	.article__content-form_subtitle {
		font-size: 14px;
	}
}


/* all-articles */
.all-articles {
	margin-top: 100px;
}

.all-articles__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}

.all-articles__container {
	max-width: 1270px;
	padding: 0;
}

.all-articles__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
	overflow-x: auto;
	padding: 0 15px;
	margin-bottom: 40px;
}

.all-articles__tabs::-webkit-scrollbar {
	display: none;
}

.all-articles__tab {
	padding: 15px 20px;
	white-space: nowrap;
	width: 100%;
	border: 2px solid #03484C;
	font-size: 16px;
	border-radius: 30px;
	font-weight: 500;
}

.all-articles__tab:hover {
	color: #fff;
	background-color: #207D7D;
	border-color: #45A2A9;
}

.all-articles__tab.active {
	background-color: #207D7D;
	color: #fff;
	border-color: #45A2A9;
}

.all-articles__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.all-articles__picture {
	height: auto;
	width: 100%;
	max-width: 470px;
	min-width: 470px;
}

.all-articles__picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.all-articles__content {
	margin: auto 0;
	max-width: 750px;
	padding-right: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.all-articles__content-title {
	margin-top: 10px;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	FONT-SIZE: xx-large;
}

.all-articles__text {
	margin-bottom: 10px;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.tab-content_all-articles {
	width: 100%;
	padding: 0 15px;
}

.all-articles__footer {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #699295;
	font-weight: 500;
	font-size: 16px;
	font-family: "Gilroy", sans-serif;
}

.all-articles__views,
.all-articles__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.all-articles__views::before,
.all-articles__date::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-size: cover;
}

.all-articles__views::before {
	background: url("../img/all__articles/view.png") center center no-repeat;
	background: url("../img/all__articles/view.svg") center center no-repeat;
}

.all-articles__date::before {
	background: url("../img/all__articles/date.png") center center no-repeat;
	background: url("../img/all__articles/date.svg") center center no-repeat;
}

.tab-content_all-articles {
	-webkit-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
	margin-left: -20px;
	display: none;
}

.tab-content_all-articles.active {
	margin-left: 0;
	display: block;
	-webkit-animation: menup 0.3s ease-in-out;
	animation: menup 0.3s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes menup {
	0% {
		display: none;
		margin-left: -20px;
	}

	100% {
		display: block;
		margin-left: 0;
	}
}

@keyframes menup {
	0% {
		display: none;
		margin-left: -20px;
	}

	100% {
		display: block;
		margin-left: 0;
	}
}

/* all-articles media */
@media (max-width: 980px) {
	.all-articles__inner {
		gap: 30px;
	}

	.all-articles {
		margin-top: 0;
		padding-top: 50px;
	}

	.all-articles__picture {
		min-width: 250px;
	}
}

@media (max-width: 650px) {
	.all-articles__text {
		display: none;
	}

	.all-articles__picture {
		width: 100%;
		max-width: 100%;
	}

	.all-articles__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.all-articles__content {
		padding-right: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 30px;
	}

	.all-articles__content-title {
		font-size: 24px;
		margin-top: 0;
		font-weight: 500;
	}
}

/* doctor */
.reviews__item.doctor-reviews__item {
	background-color: #deeeef;
}

.doc-certificates__picture img {
	border-radius: 20px;
}

.doctor__section-title {
	font-size: 36px;
	color: #011516;
	font-weight: 600;
	margin-bottom: 20px;
}

.section__top .doctor__section-title {
	margin-bottom: 0;
}

.doctor__blockquote blockquote {
	position: relative;
	padding: 20px;
	padding-left: 135px;
	border-radius: 10px;
	background-color: #dfeeef;
	font-size: 18px;
	color: #3e4562;
	font-weight: 400;
}

.doctor__blockquote blockquote:before {
	position: absolute;
	content: "";
	background: url("../img/icons/quote.svg") center center no-repeat;
	width: 60px;
	height: 44px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}

.doctor__blockquote blockquote:after {
	content: "";
	position: absolute;
	background-color: #9ab9bb;
	width: 1px;
	height: 60%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 105px;
}

.doctor__specialization ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.doctor__specialization ul li {
	position: relative;
	padding-left: 30px;
}

.doctor__specialization ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background: url("../img/icons/decor-list.svg") center center no-repeat;
}

.doctor__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
	padding-top: 70px;
}

.doctor__wrap {
	-ms-flex-preferred-size: calc(30% - 30px);
	flex-basis: calc(30% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.doctor__main-wrap {
	-ms-flex-preferred-size: calc(70% - 30px);
	flex-basis: calc(70% - 30px);
	width: calc(70% - 30px);
}

.section__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 30px;
}

.section__top .section-title {
	margin-bottom: 0;
}

.doctor__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}

.doctor__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.doctor-reviews__title {
	text-align: left;
	color: #011516;
	font-size: 42;
	font-weight: 600;
}

.doctor-reviews__title span {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 102, 108, 1)), to(rgba(18, 141, 149, 1)));
	background: -o-linear-gradient(top, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background: linear-gradient(180deg, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.doctor__main-item {
	margin-bottom: 80px;
}

.doctor__main-item:last-child {
	margin-bottom: 0;
}

.logo__title {
	font-size: 14px;
	white-space: nowrap;
}

.doctor__picture {
	height: 100%;
	width: 100%;
	background: #f6f6fb;
	position: relative;
	width: 100%;
	background: url("../img/doctor/bg.jpg") center center no-repeat;
	border-radius: 20px;
	max-height: 380px;
	z-index: 1;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doctor__picture img {
	max-height: 380px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 5;
	border-radius: 20px;
}

.doctor__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	color: #699295;
}

.doctor__title {
	font-size: 48px;
	color: #03484C;
}

.doctor__info-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.doctor__experience,
.doctor__prof {
	position: relative;
	background-color: #DEE9EF;
	padding: 18px;
	padding-left: 45px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	font-size: 16px;
	color: #699295;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.doctor__experience::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 24px;
	background: url("../img/icons/bag-blue.svg") center center no-repeat;
}

.doctor__prof::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 24px;
	background: url("../img/icons/doc-blue.svg") center center no-repeat;
}

.doctor__experience span,
.doctor__prof span {
	font-weight: 600;
	color: #03484C;
}

.doctor__descr {
	font-size: 16px;
	color: #011516;
	font-weight: 400;
}

.doctor__btn.doctor__btn-2 {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.doctor__time {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #dfeeef;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.doctor__time-title {
	font-weight: 700;
	color: #011516;
}

.doctor__time-content table {
	width: 100%;
	border-collapse: collapse;
}

.doctor__time-content table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #9ab9bb;
	font-size: 18px;
	color: #011516;
}

.doctor__time-content table tr:last-child {
	border-bottom: none;
}

.doctor__time-content table tr td:last-child {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}

.doctor__btn {
	border: 1px solid #fd9619;
	background-color: #fd9619;
	color: #fff;
	max-width: 100%;
	width: 100%;
}

.doctor__btn:hover {
	background-color: #fff;
	border-color: #fd9619 !important;
	color: #fd9619;
}

.doctor__time-content td {
	padding: 5px 0;
}

.doctor__btn:hover {
	border-color: #207D7D;
}

.doctor__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.doctor__content h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
}

.doctor__content h4 {
	font-size: 24px;
	font-weight: 500;
}

.doctor__content ul {
	color: #699295;
	font-weight: 500;
	padding-left: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.doctor__content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.doc-publication__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.doc-publication-swiper {
	padding: 10px 0;
}

.doc-publication__item:hover {
	color: #207D7D;
}

.doc-publication__content {
	padding: 30px 40px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	gap: 10px;
	height: 100%;
}

.doc-publication__picture {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	border-radius: 20px;
}

.doc-publication__picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}

.doc-publication__content-title {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 102, 108, 1)), to(rgba(18, 141, 149, 1)));
	background: -o-linear-gradient(top, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background: linear-gradient(180deg, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
}

.doc-publication__text {
	color: #03484C;
	font-size: 16px;
}

.doc-publication__date {
	font-size: 16px;
	color: #8aa3b7;
	position: relative;
	padding-left: 35px;
}

.doc-publication__date::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background: url("../img/icons/calendar-gray.png") center center no-repeat;
}

.doctor-telegram .telegram__inner::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 102, 108, 1)), to(rgba(18, 141, 149, 1)));
	background: -o-linear-gradient(top, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background: linear-gradient(180deg, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
}

.doctor-telegram__btn {
	border: 1px solid #fd9619;
	background-color: #fd9619;
	color: #fff;
}

.doctor-telegram__btn:hover {
	background-color: #fff;
	border-color: #fd9619 !important;
	color: #fd9619;
}

/* doctor media */
@media (max-width: 1500px) {
	.doc-publication__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.doc-publication__content {
		padding: 20px;
		border-radius: 10px;
	}

	.doc-publication__text {
		font-size: 14px;
	}

	.doc-publication__picture img {
		max-height: 256px;
		min-height: 256px;
		height: 100%;
		border-radius: 10px;
	}

	.doctor__time {
		border-radius: 10px;
	}

	.doc-certificates__picture img {
		border-radius: 10px;
	}
}

@media (max-width: 1200px) {
	.doctor__title {
		font-size: 32px;
	}

	.doctor__time {
		padding: 20px;
	}

	.doctor__section-title {}
}

@media (max-width: 710px) {
	.doctor__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.doctor__wrap {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		display: contents;
	}

	.doctor__main-wrap {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
		display: contents;
	}

	.doctor__info,
	.doctor__card {
		display: contents;
	}

	.doctor__title {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.doctor__picture {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.doctor__info-wrap {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.doctor__descr {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.doctor__btn-2 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.doctor__time {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.doc-certificates {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.doctor__blockquote {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.doctor__specialization {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.doctor__btn {
		display: none;
	}

	.doctor__blockquote blockquote {
		padding: 14px;
		padding-left: 65px;
	}

	.doctor__blockquote blockquote:after {
		display: none;
	}

	.doctor__blockquote blockquote:before {
		background-size: contain;
		width: 30px;
		height: 22px;
		top: 14px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.doctor__main-item {
		margin-bottom: 40px;
	}

	.doctor__section-title {
		font-size: 24px;
	}
}

@media (max-width: 650px) {
	.doctor__time-title {
		font-size: 20px;
	}

	.doctor__time-content {
		font-size: 20px;
	}

	.doctor__time {
		min-width: 100px;
		width: 100%;
	}

	.doctor__info {
		width: 100%;
	}

	.doctor__content p {
		color: #6a7ba3;
	}

	.doctor__content h2 {
		font-size: 32px;
	}

	.doctor__content h4 {
		font-size: 20px;
	}
}

@media (max-width: 450px) {
	.doctor__content ul {
		padding-left: 30px;
		gap: 25px;
	}
}

@media (max-width: 380px) {
	.doctor__picture {
		max-height: 400px;
		min-width: auto;
		max-width: 310px;
	}

	.doctor__picture img {
		max-height: 400px;
		-o-object-fit: fill;
		object-fit: fill;
	}

	.doctor__picture:after {
		height: 350px;
		width: 100%;
	}
}

/* doctor-certifiactes */
.doctor-certificates__slider {
	margin-bottom: 20px;
}

.doctor-certificates__slide {
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}

.doctor-certificates__item {
	height: 100%;
	display: block;
	width: 100%;
	max-height: 390px;
}

.doctor-certificates__item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.doctor-certificates__slide_tumb {
	height: 100%;
	max-height: 90px;
	overflow: hidden;
	border-radius: 20px;
}

.doctor-certificates__slide_tumb img {
	height: 100%;
	width: 100%;
	-o-object-fit: fill;
	object-fit: fill;
}

.doctor-certificates__wrapper {
	position: relative;
	max-width: 840px;
	margin: 0 auto;
	padding: 0 70px;
}

.doctor-certificates_swiper-pag {
	position: absolute;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* doctor-sertificates media */
@media (max-width: 1024px) {
	.doctor-certificates__container {
		padding: 0;
	}

	.doctor__inner {
		gap: 20px;
	}

	.doctor__wrap {
		-ms-flex-preferred-size: calc(40% - 15px);
		flex-basis: calc(40% - 15px);
	}

	.doctor__main-wrap {
		-ms-flex-preferred-size: calc(60% - 15px);
		flex-basis: calc(60% - 15px);
		width: calc(60% - 15px);
	}

	.doctor__time-content table tr {
		font-size: 16px;
	}

	.doctor__info p,
	.doctor__info span {
		font-size: 16px;
	}
}

@media (max-width: 850px) {
	.doctor-certificates_swiper-pag {
		left: 15px;
		right: 15px;
		max-width: calc(100% - 30px);
	}
}

@media (max-width: 550px) {
	.doctor-certificates__item {
		padding: 0 15px;
		max-height: 200px;
	}

	.doctor-certificates__item img {
		border-radius: 20px;
	}
}

/* publiaction */
.publication__slider {
	margin-bottom: 30px;
}

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

.publication__item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* contact */
.contact {
	padding-top: 30px;
}

.contact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 80px;
	row-gap: 60px;
}

.contact__item {
	-ms-flex-preferred-size: calc((100% - 80px) / 2);
	flex-basis: calc((100% - 80px) / 2);
	background-color: #DEE9EF;
	border-radius: 20px;
	padding: 32px 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact__picture {
	width: 68px;
	height: 68px;
	min-width: 68px;
}

.contact__title {
	margin-bottom: 30px;
}

.contact__item-title {
	font-weight: 600;
}

.contact__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.contact__item-text {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/* contact media */
@media (max-width: 1024px) {
	.contact__inner {
		gap: 20px;
		row-gap: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact__item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 900px) {
	.contact__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width: 550px) {
	.contact__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		padding: 20px;
	}

	.contact__picture {
		height: 40px;
		width: 40px;
		min-width: 40px;
	}

	.contact__item-text {
		font-size: 16px;
	}
}

/* map */
.map__item {
	width: 100%;
	height: 400px;
	border-radius: 15px;
	overflow: hidden;
	padding: 0;
	background: url("../img/map.jpg") center center no-repeat;
	background-size: cover;
}

/* map media */
.map__item {
	height: 200px;
}

/* around */
.around__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	border-radius: 20px;
	background-color: #DEE9EF;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.around__name {
	font-weight: 600;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.around__text {
	font-size: 16px;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.around__pagination {
	display: none;
}

.around_swiper-pag {
	display: none;
}

/* around media */
@media (min-width: 1024px) {
	.around__item {
		-ms-flex-preferred-size: calc((100% - 90px) / 3);
		flex-basis: calc((100% - 90px) / 3);
	}

	.around__inner {
		gap: 45px;
		row-gap: 30px;
	}
}

@media (min-width: 650px) {
	.around__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.around__inner {
		gap: 10px;
		row-gap: 10px;
	}

	.around__item {
		-ms-flex-preferred-size: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
		padding: 20px;
	}
}

@media (max-width: 650px) {
	.around_swiper-pag {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.around__inner {
		margin-bottom: 40px;
	}

	.around__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: center;
	}

	.around__text {
		font-size: 14px;
	}

	.around__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		counter-reset: list 0;
	}

	.around__pagination .swiper-pagination-bullet {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: transparent;
		opacity: 1;
		position: static;
		height: 25px !important;
		width: 20px;
	}

	.around__pagination .swiper-pagination-bullet::before {
		display: block;
		border: none;
		position: static;
		content: counter(list);
		counter-increment: list;
		height: auto;
		width: auto;
		color: #03484C;
		font-weight: 600;
		font-size: 16px;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.around__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: var(--blue-style-blue-1-gr, linear-gradient(180deg, #01666C 3.31%, #2C969D 100%));
	}

	.around__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
		color: #fff;
	}
}

@media (max-width: 380px) {
	.around__pagination .swiper-pagination-bullet {
		width: 15px;
	}
}

/* all-certificates */
.all-certificates {
	padding-top: 100px;
}

.all-certificates__slide {
	height: auto;
}

.all-certificates__item {
	display: block;
	height: 100%;
	max-height: 390px;
	overflow: hidden;
	border-radius: 20px;
}

.all-certificates__item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.all-certificates__slider {
	margin-bottom: 20px;
}

.all-certificates__wrapper {
	margin: 0 auto;
	max-width: 840px;
	position: relative;
	padding: 0 70px;
}

.all-certificates_swiper-pag {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.all-certificates__slide_tumb {
	height: 100%;
	max-height: 90px;
	overflow: hidden;
	border-radius: 20px;
}

.all-certificates__slide_tumb img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

/* all-certificates media */
@media (max-width: 550px) {
	.all-certificates {
		padding-top: 50px;
	}

	.all-certificates__item {
		max-height: 200px;
		max-width: 130px;
		margin: 0 auto;
	}
}

/* all-price */
.all-price {
	padding-top: 30px;
}

.all-price__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 60px;
}

/* all-price media */
@media (max-width: 800px) {
	.all-price__item-top>span {
		font-size: 20px;
		padding: 12px 20px;
		padding-right: 80px;
	}
}

@media (max-width: 650px) {
	.all-price {
		padding-top: 50px;
	}

	.all-price__content {
		margin: 0;
		max-width: 100%;
	}

	.all-price__inner {
		gap: 30px;
	}
}

/* footer */
.footer {
	border-radius: 30px;
	/* background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(3.31%, rgba(66, 157, 209, 0.85)),
      to(rgba(42, 99, 192, 0.85))
  );
  background: linear-gradient(180deg, rgba(66, 157, 209, 0.85) 3.31%, rgba(42, 99, 192, 0.85) 100%); */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 141, 149, 1)), to(rgba(1, 102, 108, 1)));
	background: -o-linear-gradient(top, rgba(18, 141, 149, 1) 0%, rgba(1, 102, 108, 1) 100%);
	background: linear-gradient(180deg, rgba(18, 141, 149, 1) 0%, rgba(1, 102, 108, 1) 100%);
	padding: 50px 0;
	color: #fff;
	font-size: 16px;
}

.footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-top__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 190px;
	gap: 30px;
}

.footer-top__social a::after {
	display: none !important;
}

.footer-top__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 40px;
}

.footer-top__social a {
	width: 100%;
	max-width: 40px;
	height: 100%;
	max-height: 40px;
	min-width: 40px;
}

.footer-top__social a picture {
	width: 100%;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-transition: padding 0.2s ease;
	-o-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
}

.footer-top__social a:hover picture {
	padding: 0;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	max-width: 570px;
}

.footer-nav__item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.footer-nav__item ul span {
	font-weight: 600;
	display: block;
	margin-bottom: 22px;
}

.footer__nav-link {
	font-size: 16px;
}

.footer__nav-link a {
	position: relative;
}

.footer__nav-link a::before {
	display: block;
	content: "";
	height: 2px;
	width: 0;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.footer__nav-link:hover a {
	color: inherit;
}

.footer a:hover {
	color: inherit;
}

.footer__nav-link:hover a::before {
	width: 100%;
}

.footer-top__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	text-align: right;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 16px;
}

.footer-top__contact a {
	position: relative;
}

.footer-top__contact a::before {
	display: block;
	content: "";
	height: 2px;
	width: 0;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.footer-top__contact a:hover {
	color: #fff;
}

.footer-top__contact a:hover::before {
	width: 100%;
}

.footer-btn {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-bottom__text {
	width: 100%;
	max-width: 420px;
	font-size: 14px;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

/* footer media */
@media (max-width: 1024px) {
	.footer-nav {
		max-width: 400px;
	}
}

@media (max-width: 550px) {
	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-top__contact {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-top__wrap {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 550px) {
	.footer {
		padding: 30px 0;
	}

	.footer-top {
		gap: 40px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-top__item {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-nav {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.footer-top__contact {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer-top__item {
		gap: 20px;
	}

	.footer-btn {
		margin-bottom: 10px;
	}

	.footer__container {
		gap: 40px;
	}
}

@media (max-width: 460px) {
	.footer-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}

	.footer-nav__item ul span {
		margin-bottom: 12px;
	}
}

/* politic */
.politic {
	padding-top: 20px;
}

.politic h1 {
	margin-bottom: 10px;
	font-size: 80px;
	text-align: center;
	line-height: 1.1;
}

.politic h2 {
	font-size: 32px;
}

.politic h3 {
	font-size: 24px;
}

.politic__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.politic__inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.politic__inner ul li {
	display: -webkit-box;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.politic__inner ul li::before {
	display: block;
	content: "";
	background-color: rgb(74, 125, 200);
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.politic__inner ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	counter-reset: list 0;
}

.politic__inner ol p {
	margin-bottom: 0;
}

.politic__inner ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.politic__inner ol li a {
	color: #2bb038;
	text-decoration: underline;
}

.politic__inner ol li::before {
	display: block;
	content: counter(list) ".";
	counter-increment: list;
	color: #171717;
	font-weight: 600;
	line-height: 1;
}

/* politic media */
@media (max-width: 1024px) {
	.politic h1 {
		font-size: 56px;
	}

	.politic h2 {
		font-size: 24px;
	}

	.politic h3 {
		font-size: 20px;
	}

	.politic__inner {
		gap: 15px;
	}
}

@media (max-width: 700px) {
	.politic h1 {
		font-size: 32px;
	}

	.politic h2 {
		font-size: 22px;
	}

	.politic__inner {
		gap: 10px;
	}
}

.popup {
	background: rgba(23, 23, 23, 0.5);
	height: 100vh;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 40%;
	z-index: 1000;
	-webkit-transition:
		width 0.4s ease,
		opacity 0.2s ease;
	-o-transition:
		width 0.4s ease,
		opacity 0.2s ease;
	transition:
		width 0.4s ease,
		opacity 0.2s ease;
	overflow-y: auto;
}

.popup__body {
	width: 100%;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 60px 15px 20px;
}

.popup.open {
	opacity: 1;
	pointer-events: all;
	width: 100%;
}

.popup__content {
	width: 100%;
	max-width: 870px;
	background: -o-linear-gradient(107deg, #01666C -9.33%, #2C969D 88.99%);
	background: linear-gradient(343deg, #01666C -9.33%, #2C969D 88.99%);
	border-radius: 20px;
	color: #fff;
	position: relative;
	-webkit-transition: padding 0.2s ease;
	-o-transition: padding 0.2s ease;
	transition: padding 0.2s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	padding: 40px 100px;
}

.popup__content>span {
	font-size: 13px;
	opacity: 0.55;
}

.popup__content>span a {
	text-decoration: underline;
}

.popup__title {
	color: #f5f6fb;
	margin-bottom: 0;
}

.popup__subtitle {
	color: #dbe2e4;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

.popup__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup__form input {
	width: 100%;
	max-width: 400px;
	background-color: #fbffff;
	border-radius: 30px;
	padding: 15px 40px;
	color: #004347;
	font-size: 16px;
}

.popup__form input::-webkit-input-placeholder {
	color: #004347;
}

.popup__form input::-moz-placeholder {
	color: #004347;
}

.popup__form input:-ms-input-placeholder {
	color: #004347;
}

.popup__form input::-ms-input-placeholder {
	color: #004347;
}

.popup__form input::placeholder {
	color: #004347;
}

.popup__btn {
	max-width: 255px;
}

.popup__politic {
	font-size: 16px;
	font-weight: 300;
	color: #dbe2e4;
	margin-bottom: 20px;
}

.popup-first {
	max-width: 875px;
	gap: 10px;
	text-align: center;
}

.popup-fourth {
	max-width: 560px;
	padding: 20px 80px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-fourth__title {
	text-align: center;
}

.popup-fourth__subtitle {
	margin-bottom: 10px;
	text-align: center;
}

.popup-third {
	padding: 45px 50px;
	height: 100%;
	min-height: 50vh;
	max-width: 535px;
	border-radius: 40px;
}

.popup-change {
	padding: 20px 80px;
	max-width: 600px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 420px;
	overflow-y: auto;
	width: 100%;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 300px;
}

.city::-webkit-scrollbar {
	width: 6px;
}

.city::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 10px;
}

.city li {
	-ms-flex-preferred-size: calc((100% - 20px) / 2);
	flex-basis: calc((100% - 20px) / 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.city li a {
	line-height: 1;
	font-weight: 600;
	position: relative;
}

.city li a::before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}

.city li a:hover {
	color: #fff;
}

.city li a:hover::before {
	width: 100%;
}

.city li a.active::before {
	width: 100%;
}

.close-popup {
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 100000;
	width: 25px;
	-webkit-transition:
		opacity 0.2s ease,
		-webkit-transform 0.2s ease;
	transition:
		opacity 0.2s ease,
		-webkit-transform 0.2s ease;
	-o-transition:
		transform 0.2s ease,
		opacity 0.2s ease;
	transition:
		transform 0.2s ease,
		opacity 0.2s ease;
	transition:
		transform 0.2s ease,
		opacity 0.2s ease,
		-webkit-transform 0.2s ease;
	opacity: 0.7;
}

.close-popup:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1;
}

.close-popup img {
	width: 25px;
}

.popup__form-search {
	width: 100%;
}

.popup__search {
	height: 50px;
	border-radius: 5px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fbffff;
	border-radius: 30px;
	width: 100%;
	margin-bottom: 10px;
}

.popup__search input {
	padding: 15px 0;
	width: 100%;
}

.popup__search input {
	background-color: transparent;
}

/* popup MEDIA */
@media (max-width: 800px) {
	.popup-third {
		padding: 15px 20px;
		border-radius: 15px;
	}

	.popup__content {
		gap: 15px;
	}

	.popup__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.popup__form>* {
		width: 100%;
		max-width: 100%;
		min-height: 50px;
	}
}

@media (max-width: 550px) {
	.popup__subtitle {
		margin-bottom: 10px;
	}

	.popup__politic {
		font-size: 12px;
		margin-bottom: 10px;
		min-height: auto;
	}

	.popup-change {
		padding: 20px 30px;
	}

	.popup__form input {
		padding: 15px 20px;
	}

	.popup__form>span {
		font-size: 12px;
	}

	.popup-first {
		padding: 20px;
	}

	.close-popup {
		top: 15px;
		right: 15px;
		width: 20px;
		min-width: 20px;
		height: 20px;
	}

	.popup-fourth {
		padding: 20px;
	}

	.popup__form-btn {
		margin-bottom: 5px;
	}

	.city {
		max-height: 305px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	src:
		local("Raleway"),
		url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2"),
		url("../fonts/Raleway/Raleway-Regular.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: italic;
	font-weight: 400;
	src:
		local("Raleway"),
		url("../fonts/Raleway/Raleway-Italic.woff2") format("woff2"),
		url("../fonts/Raleway/Raleway-Italic.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 500;
	src:
		local("Raleway"),
		url("../fonts/Raleway/Inter-Medium.woff2") format("woff2"),
		url("../fonts/Raleway/Raleway-Medium.woff") format("woff");
}

@font-face {
	font-family: "TildaSans";
	font-style: normal;
	font-weight: 300;
	src:
		local("TildaSans"),
		url("../fonts/TildaSans/TildaSans-Light.woff") format("woff"),
		url("../fonts/TildaSans/TildaSans-Light.ttf") format("ttf");
}

@font-face {
	font-family: "TildaSans";
	font-style: normal;
	font-weight: 400;
	src:
		local("TildaSans"),
		url("../fonts/TildaSans/TildaSans-Regular.woff") format("woff"),
		url("../fonts/TildaSans/TildaSans-Regular.ttf") format("ttf");
}

@font-face {
	font-family: "TildaSans";
	font-style: normal;
	font-weight: 500;
	src:
		local("TildaSans"),
		url("../fonts/TildaSans/TildaSans-Medium.woff") format("woff"),
		url("../fonts/TildaSans/TildaSans-Medium.ttf") format("ttf");
}

@font-face {
	font-family: "TildaSans";
	font-style: normal;
	font-weight: 600;
	src:
		local("TildaSans"),
		url("../fonts/TildaSans/TildaSans-Semibold.woff") format("woff"),
		url("../fonts/TildaSans/TildaSans-Semibold.ttf") format("ttf");
}

@font-face {
	font-family: "TildaSans";
	font-style: normal;
	font-weight: 700;
	src:
		local("TildaSans"),
		url("../fonts/TildaSans/TildaSans-Bold.woff") format("woff"),
		url("../fonts/TildaSans/TildaSans-Bold.ttf") format("ttf");
}

.hide-item {
	display: none;
}

.hide-item.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.scale-item {
	scale: 0.4;
	-webkit-transition: scale 0.5s ease;
	-o-transition: scale 0.5s ease;
	transition: scale 0.5s ease;
}

.scale-active {
	scale: 1;
}

/* service-price */

.service-price__title {
	text-align: left;
}

.section-title-new {
	text-align: left;
}

.section-title-new span {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 102, 108, 1)), to(rgba(18, 141, 149, 1)));
	background: -o-linear-gradient(top, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background: linear-gradient(180deg, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-price__wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 13px 1px rgba(1, 21, 22, 0.2);
	box-shadow: 0px 0px 13px 1px rgba(1, 21, 22, 0.2);
	border-radius: 30px;
	padding: 80px;
}
.districts-section {
  background-color: #dfe9ef;
  padding: 4rem 0;
  font-family: system-ui, -apple-system, sans-serif; /* Замените на ваш основной шрифт */
}




/* Шапка секции */
.section-header {
  text-align: center;
  margin-bottom: 3.5rem; /* Отступ до списка */
}

.section-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    color: #03484C;
}
.section-title span {
    background: var(--blue-style-blue-1-gr, linear-gradient(180deg, #01666C 3.31%, #2C969D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  .section-title { font-size: 2.25rem; }
}

.section-subtitle {
  color: #01666c;
  font-size: 1.125rem;
  margin: 0;
}

/* Сетка районов (Адаптивный Grid) */
.districts-nav {
  margin-bottom: 3.5rem;
}

.districts-nav ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* Мобилка: 2 колонки */
  row-gap: 1.25rem;
  column-gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .districts-list { grid-template-columns: repeat(4, minmax(0, 1fr)); } /* Планшет: 4 колонки */
}

@media (min-width: 1024px) {
  .districts-list { grid-template-columns: repeat(5, minmax(0, 1fr)); } /* Десктоп: 5 колонок */
}

.districts-list li {
  color: #1C4D4D;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .districts-list li { font-size: 1rem; }
}

.districts-list a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.districts-list a:hover {
  color: #488A8A;
  text-decoration: underline;
}

/* Кнопка вызова врача (CTA) */
.cta-container {
  display: flex;
  justify-content: center;
}

.cta-button {
  padding: 1rem 2.5rem;
  border-radius: 9999px; /* Форма пилюли */
  background-color: #fd9619;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  border: #fd9619;z
  cursor: pointer;
  transition: all 0.2s ease;
}

.cta-button:hover {
  background-color: #ffffff;
  color: #01666c;
  border: #01666C;
}
.service-price__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #9ab9bb;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-price__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.service-price__name {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	font-weight: 800;
}

.service-price__cost {
	-ms-flex-preferred-size: 15%;

}

.service-price__btn {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.orange-btn {
	border: 1px solid #fd9619;
	background-color: #fd9619;
	color: #fff;
	padding: 15px 30px;
	border-radius: 30px;
}

.orange-btn:hover {
	background-color: #fff;
	border-color: #fd9619 !important;
	color: #fd9619;
}

@media (max-width: 850px) {
	.service-price__wrapper {
		border-radius: 20px;
		padding: 30px 24px;
	}
}

@media (max-width: 750px) {
	.service-price__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 14px;
	}

	.service-price__name {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.service-price__cost {
		-ms-flex-preferred-size: calc(50% - 7.5px);
		flex-basis: calc(50% - 7.5px);
	}

	.service-price__btn {
		-ms-flex-preferred-size: calc(50% - 7.5px);
		flex-basis: calc(50% - 7.5px);
	}

	.service-price__item-btn {
		padding: 12px 26px;
	}
}

@media (max-width: 380px) {
	.service-price__wrapper {
		padding: 30px 18px;
		font-size: 14px;
	}
}

/* programm */
.programm__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1530px;
	gap: 20px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.programm__item {
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	max-width: calc((100% - 40px) / 3);
	padding: 30px;
	border-radius: 20px;
	border: 2px solid #9ab9bb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: border-coloe 0.3s ease;
	-o-transition: border-coloe 0.3s ease;
	transition: border-coloe 0.3s ease;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.programm__item:hover {
	border-color: #008e96;
}

.programm__item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
}

.programm__item ul li {
	position: relative;
	padding-left: 35px;
}

.programm__item ul li:before {
	position: absolute;
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	background: url("../img/icons/check-mark.svg") center center no-repeat;
}

.programm__item-title__wrap span {
	font-size: 20px;
	color: #9ab9bb;
	margin-bottom: 6px;
}

.programm__item-title__wrap h3 {
	font-size: 32px;
	color: #374957;
	margin-bottom: 30px;
}

.programm__item-cost {
	font-size: 48px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 102, 108, 1)), to(rgba(18, 141, 149, 1)));
	background: -o-linear-gradient(top, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background: linear-gradient(180deg, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	font-weight: bold;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9ab9bb;
}

.programm__item-btn {
	width: 100%;
}

/* programm media */
@media (max-width: 980px) {
	.programm__item {
		min-width: 275px;
		gap: 15px;
		padding: 20px;
		border-radius: 10px;
	}

	.programm__inner {
		overflow: auto;
	}

	.programm__item-cost {
		font-size: 32px;
		padding-bottom: 14px;
		margin-bottom: 14px;
	}

	.programm__item-title__wrap h3 {
		margin-bottom: 10px;
		font-size: 24px;
	}
}

/* footer new */

.footer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__nav-item {
	-ms-flex-preferred-size: calc(25% - 15px);
	flex-basis: calc(25% - 15px);
}

.footer-top__phone,
.footer-top__point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-top__point-wrap,
.footer-top__phone-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.footer-top__phone picture,
.footer-top__point picture {
	max-width: 24px;
	min-width: 24px;
}

.footer-top__phone picture img,
.footer-top__point picture img {
	max-width: 24px;
	min-width: 24px;
}

.footer__nav-item {
	background-color: #138d95;
	padding: 24px;
	border-radius: 20px;
}


.footer__nav-item a {
	position: relative;
	text-decoration: none;
	color: #fff;
	/* Фиксируем белый цвет, чтобы он не менялся */
}


.footer__nav-item a::before {
	display: block;
	content: "";
	height: 2px;
	width: 0;
	background-color: #fff;
	/* Цвет линии (белый, под цвет текста) */
	position: absolute;
	bottom: -2px;
	right: 0;
	left: 0;
	-webkit-transition: width 0.2s ease;
	-o-transition: width 0.2s ease;
	transition: width 0.2s ease;
}



.footer__nav-item a:hover::before {
	width: 100%;
}

.footer__nav-title {
	font-weight: 600;
	font-size: 18px;
}

.footer__nav-inner-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__bottom-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__bottom-title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
}

.footer__bottom-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.footer__bottom-license-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.footer__nav-item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-nav-panel-btn {
	display: none;
}

.footer-top__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

@media (max-width: 1024px) {
	.footer__nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__nav-item {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
}

@media (max-width: 650px) {
	.footer-bottom__text {
		max-width: 100%;
	}
}

@media (max-width: 550px) {
	.footer__nav-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.footer__nav-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 20px;
		border-radius: 10px;
	}

	.footer-nav-panel-list {
		display: none;
	}

	.footer-nav-panel-list.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-nav-panel-btn {
		display: block;
		cursor: pointer;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
		transition:
			transform 0.3s ease,
			-webkit-transform 0.3s ease;
	}

	.footer-nav-panel-btn picture img {
		min-width: 20px;
	}

	.footer-nav-panel-btn.active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.footer {
		font-size: 16px;
	}

	.footer__nav-list {
		gap: 10px;
	}

	.footer__nav-title,
	.footer__bottom-title {
		font-size: 18px;
	}

	.footer__container {
		gap: 20px;
	}
}

@media (max-width: 400px) {
	.footer-btn {
		max-width: 100%;
	}
}

.other-service__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 60px;
}

.other-service__text {
	-ms-flex-preferred-size: calc(70% - 30px);
	flex-basis: calc(70% - 30px);
}

.other-service__block {
	-ms-flex-preferred-size: calc(30% - 30px);
	flex-basis: calc(30% - 30px);
}

.other-service__list-item {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition:
		max-height 0.5s ease,
		opacity 0.5s ease;
	-o-transition:
		max-height 0.5s ease,
		opacity 0.5s ease;
	transition:
		max-height 0.5s ease,
		opacity 0.5s ease;
}

.other-service__list-item.active {
	max-height: 500px;
	opacity: 1;
}

.other-service__list-item-title {
	position: relative;
	padding-left: 15px;
}

.other-service__list-item-title::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background-color: #138d95;
	border-radius: 50%;
}

.other-service__block {
	background-color: #e2eeef;
	border-radius: 0 0 10px 10px;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.other-service__block h3 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 102, 108, 1)), to(rgba(18, 141, 149, 1)));
	background: -o-linear-gradient(top, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	background: linear-gradient(180deg, rgba(1, 102, 108, 1) 0%, rgba(18, 141, 149, 1) 100%);
	padding: 24px;
	border-radius: 10px;
	color: #fff;
}

.other-service__list {
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.other-service__list-item__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.other-service__list-item__top span {
	color: #03484C;
	font-weight: 600;
}

.other-service__text h2 {
	font-size: 42px;
	margin-bottom: 30px;
}

.other-service__text h3 {
	margin-bottom: 30px;
}

.other-service__text p {
	margin-bottom: 20px;
}

.other-service__text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.other-service__text {
		-ms-flex-preferred-size: calc(60% - 15px);
		flex-basis: calc(60% - 15px);
	}

	.other-service__inner {
		gap: 30px;
	}

	.other-service__block {
		-ms-flex-preferred-size: calc(40% - 15px);
		flex-basis: calc(40% - 15px);
	}

	.other-service__text h2 {
		font-size: 34px;
	}
}

@media (max-width: 700px) {
	.other-service__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.other-service__block h3 {
		padding: 20px
	}

	.other-service__list {
		padding: 20px;
	}
}

::-webkit-scrollbar-button {
	width: 10px;
	height: 0px;
}

::-webkit-scrollbar-track {

	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #01666C;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #128D95;
}

::-webkit-resizer {
	width: 8px;
	height: 0px;
}

::-webkit-scrollbar {
	width: 8px;
}

.main .container-grid.grid-faq {
	display: grid;
}

@media (min-width: 980px) {
	.main .container-grid.grid-faq {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
}

@media (max-width: 980px) {
	.main .container-grid.grid-faq {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.our-service__desc {
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}