@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300..700&display=swap');
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Roman.eot');
	src: local('HelveticaNeueCyr-Roman'),
		url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--container: 1240px;
	--font: "Cormorant", serif;
	--font-text: 'HelveticaNeueCyr';
	--all-in: all 0.25s ease-in;
	--all-out: all 0.25s ease-out;
	--all-inout: all 0.25s ease-in-out;

	--white: #fff;
	--bg: #171A39;
	--yellow: #F1C325;
}

html, body {
	padding: 0px;
	margin: 0px;
	font-family: var(--font);
	line-height: 1.5;
	position: relative;
	color: var(--white);
}

*, ::before, ::after {
	box-sizing: border-box;
}

input, textarea, select, button, option {
	font-family: var(--font);
	outline: none;
}

textarea {
	resize: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-family: var(--font);
	position: relative;
	z-index: 2;
	font-weight: 400;
	color: var(--white);
}

h1, .h1 {
	font-size: 64px;
	font-weight: 600;
}

h2, .h2 {
	font-size: 30px;
	font-weight: 600;
}

h3, .h3 {
	font-size: 30px;
	font-weight: 600;
}

h4, .h4 {
	font-size: 24px;
	font-weight: 600;
}

h5, .h5 {
	font-size: 22px;
	font-weight: 600;
}

h6, .h6 {
	font-size: 20px;
	font-weight: 600;
}

p {
	margin: 0px;
	color: var(--white)
}

ul, ol {
	margin: 0px;
	font-family: var(--font);
	color: var(--white);
}

img {
	max-width: 100%;
	height: auto;
}

.medium {
	font-weight: 500;
}

.semi {
	font-weight: 600;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.gap-4 {
	gap: 4px;
}

.gap-8 {
	gap: 8px;
}

.gap-12 {
	gap: 12px;
}

.gap-16 {
	gap: 16px;
}

.gap-18 {
	gap: 18px;
}

.gap-20 {
	gap: 20px;
}

.gap-24 {
	gap: 24px;
}

.gap-32 {
	gap: 32px;
}

.gap-40 {
	gap: 40px;
}

.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.img-cover {
	overflow: hidden;
}

.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-contain img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

a, button, input[type="submit"], input[type="button"] {
	transition: var(--all-out);
	outline: none;
	cursor: pointer;
}

a:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	transition: var(--all-in);
}

.clear {
	width: 0px;
	height: 0px;
	float: none !important;
	clear: both !important;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.mobile {
	display: none;
}

body {
	background: var(--bg);
}

.but a, .but button, input[type="submit"] {
	height: 60px;
	padding: 0px 26px;
	justify-content: center;
	align-items: center;
	display: flex;
	gap: 10px;
	border-radius: 10px;
	border: 3px solid var(--yellow);
	background: rgba(51, 51, 51, 0.30);
	backdrop-filter: blur(5px);
	color: var(--yellow);
	text-decoration: none;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.3px;
	text-transform: uppercase;
}

.but a:hover, .but button:hover, input[type="submit"]:hover {
	background: var(--yellow);
	color: var(--white)
}

section .container > h2 {
	font-size: 25px;
	font-weight: 400;
	position: relative;
	text-transform: none;
}

section .container > h2::after {
	width: 90px;
	height: 3px;
	background: var(--yellow);
	content: "";
	display: inline-flex;
	margin-left: 23px;
	transform: translateY(-5px);
}

section .container > h2 + .subtitle {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	margin-top: 16px;
}

section .container > h2 + .box {
	margin-top: 32px;
}

section .container > h2 + .subtitle + p {
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	margin-top: 0px;
}



/*--------*/

/**/

header {
	position: fixed;
	top: 18px;
	left: 0;
	z-index: 50;
	width: 100%;
}

header .box {
	display: flex;
	align-items: center;
	border-radius: 15px;
	border: 2px solid rgba(239, 206, 82, 0.00);
	background: rgba(51, 51, 51, 0.50);
	backdrop-filter: blur(5px);
	padding: 0 26px;
	height: 60px;
}

header .box .logo img {
	max-width: 145px;
	vertical-align: top;
}

header .box .information {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 52px;
}

header .box .information div a, header .box .information div p {
	padding-left: 40px;
	color: var(--white);
	font-size: 18px;
	text-decoration: none;
	position: relative;
}

header .box .information div a::before, header .box .information div p::before {
	width: 24px;
	height: 24px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .box .information div.addr a::before, header .box .information div.addr p::before {
	background: url('../images/Pin_alt_light.svg') center center / 24px auto no-repeat;
}

header .box .information div.phone a::before, header .box .information div.phone p::before {
	background: url('../images/Phone_light.svg') center center / 24px auto no-repeat;
}

header .box .information div a:hover {
	color: var(--yellow);
}

header .box .menu {
	margin-left: 98px;
}

header .box .menu ul {
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 45px;
}

header .box .menu ul li.menu-item-has-children a {
	padding-right: 16px;
	position: relative;
}

header .box .menu ul li.menu-item-has-children a::after {
	width: 9px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/arr-down.svg') center center no-repeat;
}

	header .box .menu ul a {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	color: var(--white);
}

header .box .menu ul a:hover {
	color: var(--yellow)
}

header .box .menu ul.sub-menu {
	display: none;
}

/*--------*/

/**/

.first-title {
	height: 564px;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 78px;
}

.first-title::before {
	background: linear-gradient(270deg, rgba(102, 102, 102, 0.01) 13.71%, #252525 99.99%);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.first-title .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.first-title img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.first-title .box {
	max-width: 640px;
	justify-content: center;
	height: 100%;
}

.first-title.services .box {
	max-width: 100%;
}

.first-title .box h1 {
	font-weight: 500;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 3.84px;
}

.first-title.services .box h1 {
	text-align: center;
}

.first-title .box p {
	font-weight: 300;
	font-size: 23px;
}

.first-title .box .buts {
	margin-top: 33px;
	display: flex;
	align-items: center;
	gap: 40px;
}

.first-title .box .buts a {
	min-width: 300px;
}

.first-title .box .buts a:first-child {
	background: var(--yellow);
	color: var(--white);
}

.first-title .box .buts a:first-child:hover {
	background: rgba(51, 51, 51, 0.30);
	color: var(--yellow);
}

/*--------*/

/**/

.service-about {
	padding: 96px 0 90px;
}

.service-about .box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 203px;
}

.service-about .box .text h2, .service-about .box .text h3, .service-about .box .text h4, .service-about .box .text h5, .service-about .box .text h6 {
	margin-top: 15px;
}

.service-about .box .text p, .service-about .box .text ul, .service-about .box .text ol {
	font-size: 20px;
}

.service-about .box .doctor {
	border-radius: 12px;
	box-shadow: 8px 10px 20px 0px rgba(6, 7, 13, 0.25);
	overflow: hidden;
	flex-shrink: 0;
}

.service-about .box .doctor, .service-about .box .doctor a {
	display: flex;
	width: 100%;
	max-width: 300px;
	height: 430px;
	position: relative;
}

.service-about .box .doctor img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-about .box .doctor .information {
	background: linear-gradient(180deg, rgba(51, 51, 51, 0.01) 0%, rgba(45, 48, 86, 0.60) 25.3%, #232946 65.31%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
}

.service-about .box .doctor .information .name {
	font-family: var(--font-text);
	color: #DBDBDB;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.service-about .box .doctor .information p {
	color: #F1C325;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-transform: uppercase;
}

/*--------*/

/**/

.service-advantages {
	padding: 70px 0 35px
}

.service-advantages .box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 48px;
	align-items: flex-start;
}

.service-advantages .box .tiles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	flex-shrink: 0;
}

.service-advantages .box .tiles .item {
	border-radius: 12px;
	background: rgba(47, 53, 87, 0.80);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.10);
	width: 100%;
	max-width: 320px;
	height: 320px;
	padding: 40px;
}

.service-advantages .box .tiles .item .img {
	width: 100%;
	height: 160px;
	border-radius: 5px;
	overflow: hidden;
}

.service-advantages .box .tiles .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-advantages .box .tiles .item h4 {
	margin-top: 13px;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

.service-advantages .box .tiles .item h4 b, .service-advantages .box .tiles .item h4 strong {
	font-weight: 700
}

.service-advantages .box .text h2 {
	text-transform: uppercase;
	padding-bottom: 14px;
	position: relative;
}

.service-advantages .box .text h2::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	height: 4px;
	background: var(--yellow);
	content: "";
}

.service-advantages .box .text .text-inner > *:not(:first-child) {
	margin-top: 32px;
}

.service-advantages .box .text p, .service-advantages .box .text ul, .service-advantages .box .text ol {
	font-size: 22px;
	line-height: 30px;
}

.service-advantages .box .text ul {
	padding: 0;
	list-style: none;
}

.service-advantages .box .text ul li {
	padding-left: 18px;
	position: relative;
}

.service-advantages .box .text ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 13px;
	background: var(--yellow);
}

.service-advantages .box .but {
	display: flex;
	/*justify-content: flex-end;*/
	margin-top: 46px;
}

.service-advantages .box .but button.read-more {
	font-size: 23px;
	width: 300px;
	text-transform: none;
	background: rgba(51, 51, 51, 0);
}

.service-advantages .box .but button.read-more:hover {
	background: var(--yellow);
}

/*--------*/

/**/

.results {
	padding: 35px 0 35px;
}

.results .box {
	margin-top: 36px;
}

.results .box .swiper {
	padding-bottom: 30px;
}

/*--------*/

/**/

.prices-list {
	padding: 35px 0 40px;
}

.prices-list .box {
	margin-top: 80px;
}

.prices-list .box .list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.prices-list .box .list .item:not(:first-child) {
	padding-top: 40px;
	border-top: 1px solid var(--yellow)
}

.prices-list .box .list .item {
	display: flex;
	justify-content: space-between;
	gap: 64px;
}

.prices-list .box .list .item .name, .prices-list .box .list .item .price {
	color: #DBDBDB;
	font-size: 22px;
	line-height: 27px;
}

.prices-list .box .list .item .price {
	font-size: 28px;
	flex-shrink: 0;
}

/*--------*/

/**/

.form-block {
	padding: 40px 0 40px;
}

.form-block .box {
	border-radius: 17px;
	background: rgba(47, 53, 87, 0.80);
	width: 100%;
	box-shadow: 1px 2px 1px 0px rgba(241, 241, 241, 0.01), 2px 8px 12px 0px rgba(96, 96, 115, 0.08);
	backdrop-filter: blur(12.5px);
	padding: 60px 50px;
	gap: 160px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-block .box .form {
	width: 100%;
	max-width: 413px;
	flex-shrink: 0;
}

.form-block .box form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-block .box form .but {
	margin-top: 16px;
}

.form-block .box form input[type="text"], .form-block .box form input[type="tel"], .form-block .box form input[type="email"] {
	height: 44px;
	padding: 0 32px;
	border-radius: 12px;
	background: #F6F6F6;
	color: #191D1D;
	width: 100%;
	font-size: 17px;
	border: 1px solid #F6F6F6;
}

.form-block .box form input[type="text"]::placeholder, .form-block .box form input[type="tel"]::placeholder, .form-block .box form input[type="email"]::placeholder {
	color: rgba(25, 29, 29, 0.5);
}

.form-block .box form .but input[type="submit"] {
	width: 100%;
	background: var(--yellow);
	color: var(--white);
}

.form-block .box form .but input[type="submit"]:hover {
	background: rgba(51, 51, 51, 0.30);
  	color: var(--yellow);
}

.form-group {
	position: relative;
}

.ajax-loader {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.form-block .text {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.form-block .text .title {
	color: #DBDBDB;
	font-size: 30px;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.form-block .text .title b, .form-block .text .title strong {
	font-weight: 700;
}

.form-block .text p {
	color: #DBDBDB;
	font-size: 20px;
	font-weight: 500;
	line-height: 180%;
}

/*--------*/

/**/

.service-advantages.advantages {
	padding: 40px 0 35px;
}

.service-advantages.advantages .text {
	order: 1;
}

.service-advantages.advantages .text .but {
	justify-content: flex-start;
}

.service-advantages.advantages .imgs {
	order: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	flex-shrink: 0;
}

.service-advantages.advantages .imgs div {
	width: 100%;
	max-width: 320px;
	height: 320px;
	border-radius: 12px;
	overflow: hidden;
}

.service-advantages.advantages .imgs div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*--------*/

/**/

.steps {
	padding: 35px 0 35px;
}

.steps .box {
	padding: 60px 50px;
	border-radius: 17px;
	background: rgba(47, 53, 87, 0.80);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.10);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.steps .box .item .img {
	width: 100%;
	height: 279px;
	border-radius: 12px;
	overflow: hidden;
}

.steps .box .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.steps .box .item h2 {
	margin-top: 40px;
	color: #DBDBDB;
	font-size: 30px;
	font-weight: 300;
	line-height: 150%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 26px;
	padding-bottom: 14px;
  	position: relative;
}

.steps .box .item h2::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	height: 4px;
	background: var(--yellow);
	content: "";
}

.steps .box .item h2 b, .steps .box .item h2 strong {
	font-weight: 700;
}

.steps .box .item p {
	color: #DBDBDB;
	font-size: 18px;
	line-height: 30px;
	font-family: var(--font-text);
}

/*--------*/

/**/

.team {
	padding: 35px 0 35px;
}

.team .box {
	margin-top: 36px;
}

.team .box .swiper {
	padding-bottom: 30px;
}

.swiper-pagination {
	bottom: -10px;
}

.swiper-pagination .swiper-pagination-bullet {
	background: #FFD700;
	opacity: 0.25;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

/*--------*/

/**/

footer {
	margin-top: 35px;
	width: 100%;
}

footer .box {
	border-radius: 17px;
	background: #19191D;
	padding: 56px 50px 100px;
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

footer .box .map {
	flex-shrink: 0;
}

footer .box .map iframe {
	width: 753px !important;
	height: 581px !important;
	border-radius: 17px;
}

footer .box .item .title {
	color: #DBDBDB;
	font-size: 32px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

footer .box .item > p {
	color: #F6F6F6;
	font-size: 25px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 1px;
}

footer .box .item .information {
	margin-top: 32px;
	gap: 12px;
	display: flex;
	flex-direction: column;
}

footer .box .item .information > div {
	padding-left: 40px;
	position: relative;
}

footer .box .item .information > div::before {
	width: 24px;
	height: 24px;
	display: flex;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

footer .box .item .information > div.addr::before {
	background: url('../images/Pin_alt_light.svg') center center / 24px auto no-repeat;
}

footer .box .item .information > div.phone::before {
	background: url('../images/Phone_light.svg') center center / 24px auto no-repeat;
}

footer .box .item .information > div.email::before {
	background: url('../images/Message_light.svg') center center / 24px auto no-repeat;
}

footer .box .item .information > div p, footer .box .item .information > div a {
	color: #DBDBDB;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
}

footer .box .item .information > div a:hover {
	color: var(--yellow);
}

footer .box .item .form {
	margin-top: 32px;
}

footer .box .item .form form {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

footer .box .item .form form .but {
	margin-top: 16px;
}

footer .box .item .form form input[type="text"], footer .box .item .form form input[type="tel"], footer .box .item .form form input[type="email"], footer .box .item .form form textarea {
	height: 44px;
	padding: 0 32px;
	border-radius: 12px;
	background: #F6F6F6;
	color: #191D1D;
	width: 100%;
	font-size: 17px;
	border: 1px solid #F6F6F6;
}

footer .box .item .form form textarea {
	height: 100px;
	padding: 15px 32px;
}

footer .box .item .form form input[type="text"]::placeholder, footer .box .item .form form input[type="tel"]::placeholder, footer .box .item .form form input[type="email"]::placeholder {
	color: rgba(25, 29, 29, 0.5);
}

footer .box .item .form form .but input[type="submit"] {
	width: 100%;
	background: var(--yellow);
	color: var(--white);
}

footer .box .item .form form .but input[type="submit"]:hover {
	background: rgba(51, 51, 51, 0.30);
  	color: var(--yellow);
}

/*--------*/

/**/

.services-block {
	padding: 40px 0 40px;
}

.services-block .box {
	display: flex;
	gap: 48px;
}

.services-block .box .tabs-blocks {
	order: 1;
	width: 100%;
}

.services-block .box .tabs-blocks .tabcontent {
	display: none;
	border-radius: 17px;
	background: rgba(47, 53, 87, 0.80);
	box-shadow: 8px 12px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 32px;
	flex-direction: column;
	gap: 12px;
	-webkit-animation: fadeEffect 1s;
  	animation: fadeEffect 1s;
}

.services-block .box .tabs-blocks .tabcontent .title {
	gap: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--yellow);
	font-size: 32px;
}

.services-block .box .tabs-blocks .tabcontent .title::after {
	content: "";
	width: 60px;
	height: 60px;
	border-radius: 50%;
	flex-shrink: 0;
	background: url('../images/home-service-arrow.svg') center center no-repeat, var(--yellow);
	display: flex;
}

.services-block .box .tabs-blocks .tabcontent .title h3 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 30px;
}

.services-block .box .tabs-blocks .tabcontent .content {
	display: grid;
	grid-template-columns: 1fr 202px;
	gap: 24px;
}

.services-block .box .tabs-blocks .tabcontent .content .but {
	grid-column-start: 1;
	grid-column-end: 3;
}

.services-block .box .tabs-blocks .tabcontent .content .image {
	overflow: hidden;
	border-radius: 20px;
	min-height: 295px;
}

.services-block .box .tabs-blocks .tabcontent .content .links ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.services-block .box .tabs-blocks .tabcontent .content .links ul li {
	padding-left: 24px;
	position: relative;
}

.services-block .box .tabs-blocks .tabcontent .content .links ul li::before {
	width: 6px;
	height: 6px;
	top: 9px;
	left: 0;
	position: absolute;
	content: "";
	background: var(--yellow);
	border-radius: 50%;
}

.services-block .box .tabs-blocks .tabcontent .content .links ul li a {
	line-height: 27px;
	font-size: 18px;
	color: #DBDBDB;
	text-decoration: none;
	position: relative;
}

.services-block .box .tabs-blocks .tabcontent .content .links ul li a:hover {
	text-decoration: underline;
}

.services-block .box .tabs-blocks .tabcontent .but a {
	background: var(--yellow);
	color: var(--white);
}

.services-block .box .tabs-blocks .tabcontent .but a:hover {
	background: rgba(51, 51, 51, 0.30);
  	color: var(--yellow);
}

.services-block .box .tabs-buts {
	order: 2;
	display: grid;
  	grid-template-columns: 1fr 1fr;
  	gap: 40px 48px;
}

.services-block .box .tabs-buts button {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: rgba(47, 53, 87, 0.80);
	box-shadow: 8px 12px 20px 0px rgba(0, 0, 0, 0.15);

	display: flex;
	padding: 24px 25px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	/*color: #DBDBDB;*/
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border: 0;
	text-align: left;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0);
}

.services-block .box .tabs-buts button:hover, .services-block .box .tabs-buts button.active {
	background: linear-gradient(90deg, #E7CA62 0%, #F1C325 100%);
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
}

/*--------*/

/**/

.text-inner {
	overflow: hidden;
	transition: 0.25s;
}

/*--------*/

/**/

@media (max-width: 768px) {
	h1 {
		font-size: 36px;
	}

	.services-block .box .tabs-buts {
		order: 1;
		gap: 16px 16px;
	}

	.services-block .box .tabs-blocks {
		order: 2;
	}

	.services-block .box {
		display: flex;
		gap: 48px;
		flex-direction: column;
	}

	.services-block .box .tabs-buts button {
		padding: 16px 16px;
		font-size: 16px;
	}

	.services-block .box .tabs-blocks .tabcontent .content {
		grid-template-columns: 100%;
	}

	.services-block .box .tabs-blocks .tabcontent .content .image {
		max-width: 100%;
	}

	.services-block .box .tabs-blocks .tabcontent {
		padding: 24px;
	}

	.form-block .box {
		padding: 24px;
	}

	.form-block .box {
		gap: 0px;
		display: block;
	}

	.form-block .text .title {
		font-size: 22px;
	}

	.form-block .text p {
		font-size: 18px;
		line-height: 150%;
	}

	.form-block .box .form {
		max-width: 100%;
		margin-top: 32px;
	}

	footer .box {
		padding: 32px 24px 50px;
		display: block;
	}

	footer .box .map {
		margin-top: 32px;
	}

	footer .box .map iframe {
		width: 100% !important;
  		height: 400px !important;
	}

	.service-about {
		padding: 50px 0;
	}

	.service-about .box {
		flex-direction: column;
		gap: 48px;
	}

	.service-advantages {
		padding: 50px 0;
	}

	.service-advantages .box {
		flex-direction: column;
	}

	.service-advantages .box .tiles {
		grid-template-columns: 100%;
		gap: 16px;
	}

	.service-advantages .box .tiles .item {
		max-width: 100%;
		height: auto;
		padding: 24px;
	}

	.service-advantages .box .tiles .item h4 {
		font-size: 20px;
	}

	.service-advantages.advantages .imgs {
		grid-template-columns: 100%;
		gap: 16px;
	}

	.service-advantages.advantages .imgs div {
		max-width: 100%;
	}

	.steps .box {
		padding: 24px;
		grid-template-columns: 100%;
	}

	.steps .box .item h2 {
		margin-top: 10px;
		font-size: 24px;
	}

	.service-about .box .doctor {
		display: none;
		max-width: 100%;
	}
	
}

/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/

/**/



/*--------*/