/*STYLES FOR EVERYTHING */
* {
	box-sizing: border-box;
	font-family: 'Manrope', sans-serif;
}
body.sec_bg_body{
	background-image: url(/img/body_sec_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}
body,
html {
	padding: 0;
	margin: 0;
}
body{
	overflow-x: hidden;
	background-color: #FBF8F4;
}
.wrapper {
	max-width: 1600px;
	margin: 0 auto;
}
a.read_more{
	color: #C09B7E;
	font-size: 14px;
}
.section_title {
	font-size: 46px;
	line-height: 46px;
	color: #2C2D2D;
	text-align: center;
	font-weight: 500;
}
.logo, .logo_main_mob{
	max-width: 170px;
}
.logo img, .logo_main_mob img{
	display: block;
	max-width: 100%;
}
section.section {
	padding: 90px 0;
}

/* HERO SECTION STYLES */
.hero-section {
	padding: 30px 0 50px 0;
	background-image: url(/img/bg.png);
	position: relative;
}

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

.header_menu ul {
	list-style-type: none;
	display: flex;
}

.header_menu {
	display: flex;
	align-items: baseline;
}

.header_menu ul li {
	margin: 0 13px;
	color: #000;
	font-weight: 600;
}
.header_menu ul li a{
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.phone_contact_number a {
	font-size: 20px;
	color: #3D5A61;
	font-weight: 600;
	text-decoration: none;
}

.phone_contact_number {
	margin-left: 90px;
}

.phone_contact_number .phone_descr {
	font-size: 15px;
	font-weight: 300;
	text-align: right;
}

.hero_main {
	margin-top: 120px;
	padding-left: 100px;
}

.hero_title {
	font-size: 96px;
	line-height: 96px;
	font-weight: 500;
	color: #2C2D2D;
}

.hero_subtitle {
	margin-top: 90px;
	font-size: 24px;
	max-width: 570px;
	color: #2C2D2D;
}

.herp_ads_text {
	background-color: #6B8891;
	max-width: 540px;
	color: #fff;
	font-size: 18px;
	padding: 50px 105px 50px 30px;
}

.hero_ads_image {
	display: flex;
}

.hero_ads {
	display: flex;
}

.hero_ads {
	margin-top: 120px;
}

.hero-section:before {
	content: "";
	position: absolute;
	width: 1000px;
	height: 700px;
	background-image: url(/img/molecule.png);
	right: 0;
	top: 7%;
}

.girl_image {
	position: absolute;
	bottom: 0;
	left: 44%;
}

/* ROUTES SECTION */

.routes_item {
	padding-top: 40px;
	max-width: 330px;
	background-color: #6B8891;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.routes_title {
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}

.routes_text {
	color: #fff;
	margin-top: 20px;
	padding: 0 40px;
}

.routes_image {
	display: flex;
	text-align: right;
	justify-content: flex-end;
	margin-top: 40px;
}

.routes_wrapper {
	margin-top: 50px;
}

.routes_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.routes_image img {
	max-height: 163px;
}

/* ==== Напрямки: hover-оверлей із кнопкою (Варіант 1) ==== */
.routes_item {
	position: relative;
	overflow: hidden;
}
/* затемнення поверх усієї картки — сховане за замовчуванням */
.routes_hover_overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(43, 58, 65, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 2;
}
/* кнопка по центру */
.routes_hover_btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 26px;
	background: #ffffff;
	color: #2b3a41;
	font-size: 17px;
	font-weight: 600;
	border-radius: 30px;
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	transform: translateY(10px);
	transition: transform 0.3s ease;
	white-space: nowrap;
}
.routes_hover_btn img { height: 14px; }
/* поява при наведенні на картку */
.routes_item:hover .routes_hover_overlay {
	opacity: 1;
	visibility: visible;
}
.routes_item:hover .routes_hover_btn {
	transform: translateY(0);
}
/* на телефоні hover немає — ховаємо оверлей, лишаємо звичайне мобільне посилання */
@media (max-width: 900px) {
	.routes_hover_overlay { display: none; }
}


section.why {
	background-color: #F6F1ED;
	position: relative;
}

.inner_wrapper_why {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 45px;
}

.inner_wrapper_why div {
	max-width: 45%;
}

.why_image img {
	max-width: 100%;
}

.why_text {
	margin-left: 40px;
}

.why_text p,
.why_text h3 {
	margin: 0;
}

.why_text h3 {
	font-size: 22px;
	font-weight: 600;
	color: #C09B7E;
	margin-bottom: 15px;
}

.why_text h3:not(:first-child) {
	margin-top: 45px;
}

.why:after {
	content: "";
	position: absolute;
	width: 463px;
	height: 700px;
	right: 0;
	top: 100px;
	background-image: url(/img/plant.png);
}

section.form {
	padding: 90px 0;
}

div.form_title {
	color: #2C2D2D;
	font-size: 46px;
	line-height: 46px;
}

div.form_subtitle {
	font-size: 18px;
	margin-top: 20px;
	color: #C09B7E;
}

.input_wrapper {
	width: 260px;
	height: 50px;
	margin: 10px;
}

.input_wrapper input, .input_wrapper select {
	border: none;
	border-bottom: 1px solid #6B8891;
	background-color: #F6F1ED;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #3D5A61;
	outline: none;
	display: block;
	padding-left: 15px;
}

.input_wrapper input::placeholder {
	color: #3D5A61;
}

form {
	max-width: 840px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: space-between;
}

form .input_wrapper:nth-child(1),
form .input_wrapper:nth-child(4) {
	margin-left: 0;
}

form .input_wrapper:nth-child(4),
form .input_wrapper:nth-child(5),
form .input_wrapper:nth-child(6) {
	margin-bottom: 0;
}

.input_wrapper button {
	background-color: #6B8891;
	color: #fff;
	border: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: none;
}

.form_discount {
	background-image: url(/img/discount.JPG);
	background-size: contain;
	width: 700px;
	display: flex;
	font-size: 46px;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.form .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.our_experts {
	background-image: url(/img/our_experts.png);
	background-repeat: no-repeat;
    background-size: cover;
}

.our_experts_inner {
	width: 100%;
	height: 100%;
	padding: 90px 0;
	background-color: rgba(237, 226, 216, .8);
}
.table_subtitle{
	cursor: pointer;
}
.table_item_slide{
	display: none;
}
.table_item{
	margin-top: 5px;
}
.table_item_slide.active{
	display: block;
}
div.expert_image {
	background-color: #EDE2D8;
	display: flex;
	max-width: 270px;
}

.our_expert_item
{
max-width: 262px;
}

.all_experts_button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 262px;
	text-decoration: none;
	background-color: transparent;
	border: 2px solid #C09B7E;
	font-size: 18px;
	color: #3D5A61;
	font-weight: 600;
	transition: .2s;
}

.all_experts_button:hover {
	font-size: 20px;
	border: 3px solid #C09B7E;
	transition: .3s;
}

.all_experts_button span span {
	color: #C09B7E;
	font-size: 25px;
}

.our_expert_item img {
	width: 100%;
	height: 100%;
}

.expert_descr {
	background-color: #fff;
	padding: 15px 0;
	text-align: center;
}

.expert_name {
	font-size: 18px;
	color: #2C2D2D;
	font-weight: 600;
}

.expert_speciality {
	font-size: 18px;
	color: #C09B7E;
}

.our_experts_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.licenses_wrapper {
	max-width: 730px;
	width: -webkit-fill-available;
}

.licenses {
	padding: 30px;
	background-color: #6B8891;
	display: flex;
	justify-content: space-between;
}

.license_descr {
	text-align: center;
	color: #FAF6F3;
}

.license_item {
	max-width: 160px;
}

.license_img {
	display: flex;
}

.license_title,
.testimonial_title {
	font-size: 45px;
	line-height: 45px;
	color: #2C2D2D;
	margin-bottom: 45px;
}

.testimonial_wrapper {
	/*width: 850px;*/
}

.our_experts_wrapper {
	margin-top: 45px;
}

.testimonials .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.testimonial_item {
	background-color: #EDE2D8;
	padding: 20px 30px;
	width: 680px;
	margin-right: 30px;
}

.test_date {
	color: #3D5A61;
	font-size: 20px;
}

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

.test_title {
	font-size: 24px;
	color: #2C2D2D;
	font-weight: 600;
	margin-top: 10px;
}

.test_descr {
	color: #2C2D2D;
	margin-top: 15px;
}

.test_star {
	margin-top: 31px;
}

footer {
	background-color: #3D5A61;
	padding: 30px 0;
}

.footer_link {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-left: 60px;
	text-transform: capitalize;
}

.footer_link li {
	color: #fff;
	margin: 0 15px;
}
.footer_link li a{
	color:#fff;
	text-decoration: none;
}
.left_side_footer {
	display: flex;
	align-items: center;
}

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

.footer_phone a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
}

.footer_social {
	display: flex;
	margin-top: 10px;
	justify-content: flex-end;
}

/* MAIN PAGE END */
/* PRICE PAGE START */
.price_wrapper {
	max-width: 1120px;
	margin: 0 auto;
}

section.price_text {
	padding-bottom: 0;
}

.padding-header {
	padding-top: 10px;
}

.price_text_inner {
	font-size: 16px;
	color: #000000;
	margin-top: 40px;
}

.price_text_inner p {
	margin-bottom: 10px;
}

.table_title {
	padding: 15px 50px;
	background-color: #6B8891;
	display: flex;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 5px;
}

.table_subtitle {
	padding: 15px 50px;
	display: flex;
	font-size: 22px;
	color: #2C2D2D;
	font-weight: 600;
	background-color: #EDE2D8;
	margin: 5px 0;
}
.w-20{
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none;
}
.table_inner {
	padding: 15px 50px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #2C2D2D;
	font-weight: 600;
	background-color: #F6F1ED;
	margin: 6px 0;
}

.table_title_left {
	display: flex;
}

.w-50 {
	width: 400px;
	margin-left: 70px;
}

.w-15 {
	width: 30px;
}

.price_table {
	margin-top: 50px;
}

section.form_price {
	background-image: url(/img/our_experts.png);
	padding: 0;
}

.form_price_inner {
	width: 100%;
	height: 100%;
	padding: 90px 0;
	background-color: rgba(237, 226, 216, .8);
}

.form_price .form_subtitle {
	color: #2C2D2D;
}

.form_price {
	position: relative;
	margin-top: 90px;
}

.form_price:before {
	content: "";
	position: absolute;
	width: 215px;
	height: 480px;
	background-image: url(/img/valeria_form.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	bottom: 0;
	right: 60px;
}

/* PRICE PAGE END */
/* DIRECTIONS PAGE START */
.direction_text_title {
	font-size: 46px;
	line-height: 46px;
	text-transform: uppercase;
}

.direction_text {
	max-width: 645px;
}

.direction_text_inner {
	margin-top: 30px;
}

.direction_links a {
	text-decoration: none;
	font-size: 14px;
	color: #3D5A61;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #3D5A61;
	background-color: #F6F1ED;
	margin: 5px 0;
	margin-right: 5px;
}

.direction_doctor {
	padding: 30px;
	background-color: #EDE2D8;
	margin-top: 80px;
}

.direction_doctor_overwrapper {
	max-width: 960px;
}

.direction_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 90px;
}

.direction_doctor_image img {
	max-width: 100%;
}

.direction_doctor_image {
	display: flex;
	max-width: 220px;
	height: fit-content;
	padding: 20px 10px 0 10px;
	/*background-color: #6B8891;*/
}

.direction_doctor_descr {
	max-width: 450px;
	margin-left: 40px;
}

.direction_doctor_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.direction_doctor_title {
	font-size: 18px;
	font-weight: 600;
}

.direction_doctor_descr ul li {
	font-size: 14px;
}
.direction_links {
	margin-top: 30px;
}

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

.direction_doctor_name_secondary {
	color: #3D5A61;
	font-weight: 600;
	margin-top: 5px;
}

.doctors_direction_images_item {
	max-width: 100px;
	background-color: #EDE2D8;
	padding: 20px 10px 0 10px;
	margin-bottom: 20px;
	margin-left: 40px;
}

.doctors_direction_images_item img {
	max-width: 100%;
}

.direction_doctor_overwrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.doctors_direction_images {
	margin-top: 80px;
}

section.directions {
	padding-bottom: 90px;
}

/* DIRECTION SECTION END */
/* CONTACT SECTION BEGIN */
.left_side_contact {
	max-width: 600px;
}

.contact_title {
	font-size: 46px;
	font-weight: 500;
	line-height: 46px;
	color: #2C2D2D;
}

.contact_item_title {
	font-size: 22px;
	color: #C09B7E;
	font-weight: 600;
}

.contact_item {
	width: 230px;
	margin-top: 45px;
}

.contact_item.margin {
	margin-right: 100px;
}

.contact_items_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.contact_item_subtitle a {
	text-decoration: none;
	color: #000000;
}

.contact_form .nomargin {
	margin-left: 0;
}

.contact_form_title {
	font-size: 18px;
	color: #2C2D2D;
	margin-top: 50px;
}

.contact_form form {
	margin-top: 15px;
}

.right_side_contact {
	max-width: 950px;
}

.right_side_contact .form_image img {
	max-width: 100%;
}

.contact .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* CONTACT PAGE END */

/*BLOG PAGE START */
.blog_direction_title {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #2C2D2D;
}

.blog_direction_item {
	padding: 5px 10px;
	border: 1px solid #6B8891;
	color: #3D5A61;
	display: inline-flex;
	text-decoration: none;
}

.blog_direction_item.active {
	color: #C09B7E;
	border-color: #C09B7E;
}

.blog_directions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.blog_direction_items_wrapper {
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog_new {
	padding-top: 40px;
}

.blog_directions {
	margin-top: 45px;
}

.blog_item {
	width: 350px;
}

.blog_item_description {
	padding: 20px;
	background-color: #6B8891;
}

.blog_item_image img {
	width: 350px;
}

.blog_item_image {
	display: flex;
}

.blog_description_title {
	color: #EDE2D8;
	font-size: 22px;
	margin-bottom: 15px;
}

.blog_desctiption_text {
	font-size: 14px;
	color: #EDE2D8;
	margin-bottom: 30px;
}

.blog_description_date {
	font-size: 16px;
	color: #EDE2D8;
	font-weight: 600;
}

.blog_desctiption_link a {
	text-decoration: none;
	color: #EDE2D8;
	display: flex;
	align-items: center;
}

.blog_desctiption_link a img {
	margin-left: 8px;
}

.blog_item_description_date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog_items_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 10px;
}

.blog_cta {
	max-width: 790px;
	max-height: 200px;
}

.blog_cta img {
	max-width: 100%;
}

.blog_cta_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.pagination_blog a {
	display: block;
	text-decoration: none;
	color: #6B8891;
	width: 40px;
	height: 40px;
	border: 2px solid #6B8891;
	font-size: 22px;
	line-height: 38px;
	text-align: center;
}

.pagination_blog div {
	font-size: 22px;
	color: #6B8891;
	width: 40px;
	height: 40px;
	font-weight: 600;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.pagination_blog a,
.pagination_blog div {
	margin: 0 5px;
}

.pagination_blog {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 45px 0;
}

/* END MAIN BLOG PAGE */
/* BLOG PAGE ITEM START */
.main_content_blog {
	max-width: 820px;
}

.blog_page_title {
	color: #2C2D2D;
	font-size: 46px;
	line-height: 46px;
	text-transform: uppercase;
}

.blog_page_date,
.blog_page_time {
	font-size: 18px;
	color: #3D5A61;
	display: flex;
	align-items: center;
}

.blog_page_date img,
.blog_page_time img {
	margin-right: 10px;
}

.blog_page_chapter {
	padding: 5px 10px;
	border: 1px solid #6B8891;
	background: #F6F1ED;
	display: inline-flex;
	color: #3D5A61;
}
.blog_page_chapter a{
	text-decoration: none;
	color:#3D5A61;
}
.blog_page_info {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 30px;
}

body.background {
	background: linear-gradient(180deg, rgba(250, 247, 246, 0.00) 44.13%, #FFF 100%), url(/img/woman_bg_main.png), lightgray 0px -431.693px / 100% 268.301% no-repeat;
	background-repeat: no-repeat;
}

.blog_page_text p {
	margin: 30px 0;
}
.blog_page_text{
	margin-top: 20px;
}
.blog_page_text h2 {
	color: #C09B7E;
	margin-top: 10px;
}

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

.blog_page_text li {
	margin: 5px 0;
	padding: 0;
	margin-left: 20px;
}

.sidebar_blog {
	width: 680px;
}

.article_image img {
	width: 100%;
}

.blog_page .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.article_sidebar_title {
	font-size: 22px;
	color: #C09B7E;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 45px;
}

.article_sidebar_descr {
	padding: 20px;
	background-color: #EDE2D8;
}

.article_siebar_readmore_image {
	display: flex;
}

.article_sidebar_descr p {
	color: #2C2D2D;
	margin: 10px 0;
	font-size: 13px;
}

.article_sidebar_descr h4 {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	color: #2C2D2D;
}

.article_sidebar_descr div a,
.sidebar_date {
	font-size: 14px;
	display: flex;
	align-items: center;
	color: #C09B7E;
	text-decoration: none;
	font-weight: 600;
}

.article_sidebar_descr div a img {
	margin-left: 10px;
}

.sidebar_date_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.article_sidebar_descr {
	max-width: 420px;
}

.article_sidebar_readmore {
	display: flex;
	margin-top: 30px;
}

header.mobile_menu {
	display: none;
}
.routes_mob_link{
	display: none;
}
.footer_phone.mob{
	display: none;
}
.mobile_show{
	display: none;
}
.mob_show{
	display: none;
}
.drop_container{
	position: relative;
}
.drop_container img{
	max-width: 10px;
	margin-left: 5px;
	transition: .3s;
}
.drop_container:hover .drop_container img{
	transform: rotate(180deg);
}
.drop_container:hover ul.dropdown_menu{
	display: flex;
}
ul.dropdown_menu{
	position: absolute;
	display: none;
	left:0;
	top:20px;
	transition: .3s;
	padding: 0;
	flex-direction: column;
}
.main_page_head_pad ul.dropdown_menu{
	top:10px;
}
ul.dropdown_menu li{
	margin: 5px 0;
}
/* BLOG ITEM PAGE END */

/* ADAPTIVE BEGIN */
@media(max-width: 900px) {
	header.desktop_menu {
		display: none;
	}
	div.expert_image, .our_expert_item{
		max-width: 100%;
	}
	/*.all_experts_button{*/
	/*	display: none !important;*/
	/*}*/
	header.mobile_menu {
		display: block;
	}

	.wrapper {
		padding: 0 20px;
	}

	.burger img {
		display: block;
	}

	.burger span {
		text-align: center;
		font-size: 12px;
		color: #3D5A61;
	}

	header.mobile_menu {
		position: relative;
	}
	header.mobile_menu{
		background-color: rgba(246, 241, 237, .5);
		position: fixed;
		width: 100%;
		z-index: 999;
	}
	.burger {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.mobile_menu.secondary_pages{
		height: 80px;
	}
	/* Відступ контенту під фіксованою вторинною шапкою (щоб хлібні крихти й H1
	   не налазили на логотип і кнопку «меню») */
	.mobile_menu.secondary_pages ~ .lp-service,
	.mobile_menu.secondary_pages ~ .mb-lic {
		padding-top: 90px;
	}
	.mobile_menu.secondary_pages ~ .lp-service .lp-breadcrumbs {
		padding-top: 0;
	}
	/* Блок відгуків: трохи посунути «4.9 + зірки» вправо, щоб вирівняти з картками */
	.testimonial_wrapper .mb-rev-summary {
		padding-left: 10px;
	}
	.mobile_menu .wrapper {
		display: flex;
		justify-content: center;
	}

	.logo_main_mob {
		margin-top: 20px;
	}

	.hero_main {
		margin-top: 40px;
		padding: 0;
	}

	.hero_title {
		font-size: 40px;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
		overflow-y: hidden;
	}

	.hero_subtitle {
		margin-top: 40px;
		font-size: 20px;
		text-align: center;
	}

	* {
		overflow-x: hidden;

	}

	.girl_image img {
		max-width: 440px;
	}
	.girl_image{
		position: relative;
		z-index: 3;
		left: 0;
		overflow-y: hidden;
		display: grid;
	}
	.nopadding.wrapper{
		padding: 0;
		padding-top: 150px;
	}
	.hero-section{
		padding-top: 0;
	}
	.hero_ads{
		flex-wrap: wrap;
		margin-top: 0;
		flex-direction: column-reverse;
	}
	.hero_ads_image{
		width: 100%;
	}
	.hero_ads_image img{
		width: 100%;
	}
	.hero-section{
		padding-bottom: 0;
	}
	.herp_ads_text{
		padding: 25px 20px;
		text-align: center;
		font-size: 16px;
	}
	.section_title{
		font-size: 36px;
		line-height: 100%;
		overflow-y: hidden;
		text-transform: uppercase;
	}
	section.section, section.form{
		padding: 45px 0;
	}
	.routes_wrapper{
		margin-top: 45px;
	}
	.routes_mob_link{
		display: block;
		font-weight: 600;
		padding: 0 20px;
		color:#C09B7E;
		margin-top: 10px;
	}
	.routes_text{
		padding: 0 20px;
	}
	.routes_item{
		background-color: #3D5A61;
	}
	.routes_image img{
		max-width: 180px;
	}
	.routes_item{
		margin: 0 0 30px 0;
	}
	.routes_item:nth-child(4){
		margin-bottom: 0;
	}
	.inner_wrapper_why div{
		max-width: 100%;
	}
	.why_text{
		margin:30px 0 0 0 ;
	}
	.form_title{
		font-size: 36px;
		line-height: 100%;
		overflow-y: hidden;
		text-align: center;
		text-transform: uppercase;
	}
	div.form_subtitle{
		font-size: 16px;
		text-align: center;
		color:#2C2D2D;
	}
	.form_discount{
		display: none;
	}
	.input_wrapper{
		margin: 0;
		width: 100%;
	}
	form{
		margin-top: 30px;
	}
	.input_wrapper{
		margin-bottom: 15px;
	}
	form .input_wrapper:nth-child(4), form .input_wrapper:nth-child(5){
		margin-bottom: 15px;
	}
	.our_experts_inner{
		padding: 45px 0;
	}
	.our_expert_item{
		display: none;
	}
	.our_expert_item:nth-child(1){
		display: block;
		width: 100%;
	}
	.our_experts_wrapper{
		margin-top: 30px;
	}
	.all_experts_button{
		width: 100%;
		padding: 10px 30px;
		font-size: 18px;
		margin-top: 40px;
	}
	.all_experts_button div br{
		display: none;
	}
	.license_item{
		margin: 0 16px;
	}
	.testimonial_item{
		margin: 0;
	}
	.license_title, .testimonial_title{
		font-size: 36px;
		overflow-y: hidden;
		line-height: 100%;
		text-align: center;
	}
	.testimonial_title{
		margin-top: 45px;
	}
	.testimonials .wrapper{
		padding: 0;
	}
	footer .wrapper, .left_side_footer, .footer_link{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.footer_link{
		margin: 0;
		margin-top: 50px;
	}
	.footer_link li{
		width: 100%;
		font-size: 22px;
		text-align: center;
		text-transform: capitalize;
		margin: 5px 0;
	}
	.footer_phone{
		margin-top: 50px;
	}
	.footer_phone.mob{
		display: block;
		font-size: 16px;
		margin-top: 10px;
		text-align: center;
		color:#FAF6F3;
	}
	.footer_social{
		justify-content: center;
	}
	.mob_menu_full{
		width: 100vw;
		height: 100vh;
		position: fixed;
		background-color: #6B8891;
		z-index: 99;
		top:0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		display: none;
		left: 0;
	}
	.close_menu{
		position: absolute;
		right:20px;
		top:40px;
	}
	.mob_menu_full .footer_link li{
		text-align: left;
	}
	.mob_menu_full{
		padding: 0 50px;
	}
	.mob_menu_full .footer_link{
		margin-top: 100px;
	}
	.mob_menu_full .footer_phone.mob{
		text-align: left;
	}
	.mob_menu_full .footer_social{
		justify-content: flex-start;
	}
	.padding-header{
		display: none;
	}
	.mobile_menu.secondary_pages .wrapper{
		justify-content: space-between;
	}
	.price_wrapper{
		padding: 0 20px;
	}
	.price_text_inner{
		margin-top: 30px;
	}
	.table_title, .table_subtitle, .table_inner{
		padding: 10px;
		font-size: 15px;
	}
	/* Ліва частина рядка (№ + назва) займає весь доступний простір,
	   назва переноситься, ціна не стискається — щоб довгі назви послуг
	   не обрізалися на вузькому екрані. */
	.table_title_left{
		flex: 1;
		min-width: 0;
	}
	.w-50{
		width: auto;
		flex: 1;
		min-width: 0;
		margin-left: 10px;
		word-break: break-word;
		overflow-wrap: anywhere;
	}
	.table_title_left .w-50{
		width: auto;
		flex: 1;
		min-width: 0;
	}
	.table_inner .w-20,
	.table_title .w-20{
		flex-shrink: 0;
		white-space: nowrap;
		padding-left: 10px;
	}
	.form_price_inner{
		padding: 60px 0;
		padding-bottom: 400px;
	}
	section.form{
		padding: 0;
	}
	.form_price:before{
		width: 172px;
		height: 400px;
		right: 50%;
    	transform: translateX(50%);
	}
	div.form_title{
		font-size: 36px;
		line-height: 36px;
	}
	.direction_block{
		margin-top: 60px;
	}
	.direction_text_title{
		font-size: 36px;
		line-height: 35px;
		overflow-y: hidden;
		text-align: center;
	}
	.direction_text_inner{
		margin-top: 20px;
	}
	body{
		/*background-color: #FAF7F6;*/
	}
	section.mobile_padding{
		padding: 45px 0;
	}
	.direction_links{
		margin-top: 10px;
	}
	.direction_doctor{
		margin-top: 30px;
		padding: 20px;
	}
	.direction_doctor_name{
		display: none;
	}
	.mobile_show{
		display: block;
		margin-top: 25px;
		text-align: center;
	}
	.direction_doctor_image{
		max-width: 100%;
		width: 100%;
		justify-content: center;
	}
	.direction_doctor_descr{
		margin-left: 0;
	}
	.direction_doctor_descr ul{
		padding-left: 20px;
	}
	.doctors_direction_images{
		margin-top: 10px;
	}
	.doctors_direction_images_item{
		margin-left: 0;
		margin-top: 0;
	}
	.doctors_direction_images{
		display: flex;
		flex-wrap: nowrap;
		gap:10px;
	}
	section.directions{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contact_title{
		font-size: 36px;
		overflow-y: hidden;
		line-height: 36px;
		text-align: center;
	}
	.contact_item.margin, .contact_item{
		margin-top: 30px;
		margin-right: 0;
		text-align: center;
	}
	.contact_items_wrapper{
		justify-content: center;
	}
	.contact_form_title{
		text-align: center;
	}
	.right_side_contact{
		margin-top: 45px;
	}
	.blog_new{
		padding-top:105px;
	}
	section.price_text, section.contact{
		padding-top: 90px;
	}
	.blog_directions{
		margin-top: 30px;
	}
	.blog_direction_items_wrapper{
		margin-left: 0;
		margin-top: 30px;
	}
	.blog_direction_item{
		margin: 0 5px;
		width: 122px !important;
		padding: 5px 0;
		text-align: center;
	}
	.blog_cta:nth-child(2){
		display: none;
	}
	.blog_cta{
		max-width: 100%;
		max-height: 200px;
	}
	.pagination_blog a{
		overflow-y: hidden;
	}
	.blog_page_title{
		font-size: 36px;
		line-height: 36px;
		overflow-y: hidden;
	}
	.blog_page_info{
		margin-top: 20px;
	}
	.blog_page_info{
		gap: 20px 30px;
	}
	.article_image{
		display: none;
	}
	.article_image.mob_show{
		display: block;
		margin-top: 30px;
	}
	.sidebar_blog{
		margin-top: 30px;
	}
	.article_sidebar_readmore{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.article_siebar_readmore_image img{
		width: 100%;
	}
	.routes_title{
		overflow-y: hidden;
	}
	.test_descr{
		height: 200px;
	}
	ul.dropdown_menu{
		position: static;
	}
	.blog_item{
		width: 100%;
	}
	.blog_item_image img{
		width: 100%;
	}
}

/* LAPTOP STYLES FIX */

@media(min-width: 768px) and (max-width: 1600px){
	.wrapper{
		padding: 0 20px;
	}
	.routes_wrapper{
		gap:20px;
	}
	form{
		max-width: 750px;
	}
	.input_wrapper{
		width: 235px;
		margin: 5px;
	}
	.form_discount{
		width: 625px;
	}
	.form .wrapper{
		justify-content: center;
		gap :20px;
	}
	.our_expert_item.last{
		display: none;
	}
	.licenses_wrapper,.testimonial_wrapper{
		max-width: 100%;
	}
	.license_item{
		max-width: 140px;
	}
	.license_item img{
		max-width: 100%;
	}
	.direction_doctor_overwrapper{
		max-width: 900px;
	}
	.direction_text{
		max-width: 450px;
	}
	.direction_doctor{
		max-width: 700px;
	}
	.doctors_direction_images_item{
		margin-left: 20px;
	}
	.direction_doctor_image{
		max-width: 180px;
	}
	.direction_doctor_descr{
		max-width: 400px;
	}
	.sidebar_blog{
		max-width: 560px;
	}
	.main_content_blog{
		max-width: 750px;
	}

}
/* ==== Сторінка статті блогу: текст на всю ширину, сайдбар вниз, бежевий фон ==== */
.blog_page .wrapper {
	display: block;
}
.blog_page .main_content_blog {
	max-width: 100%;
	width: 100%;
	background: #F6F1ED;
	border-radius: 12px;
	padding: 32px 40px;
	box-sizing: border-box;
}
/* фото статті — зменшене й по центру */
.blog_page_text img {
	display: block;
	max-width: 40%;
	max-height: 400px;
	width: auto;
	height: auto;
	object-fit: cover;
	margin: 20px auto 30px;
	border-radius: 10px;
}
/* сайдбар "читайте також" — переносимо вниз, горизонтально */
.blog_page .sidebar_blog {
	width: 100%;
	max-width: 100%;
	margin-top: 40px;
}
.blog_page .sidebar_blog .article_sidebar_readmore {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-right: 2%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.article_sidebar_title {
	font-size: 22px;
	color: #C09B7E;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* Мобільна адаптація */
@media(max-width: 767px) {
	.blog_page .main_content_blog {
		padding: 20px;
	}
	.blog_page_text img {
		max-width: 100%;
	}
	.blog_page .sidebar_blog .article_sidebar_readmore {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
}

/* ==== Вирівнювання прев'ю-картинок у списку блогу ==== */
.blog_item_image {
	width: 100% !important;
	display: block !important;
}
.blog_item_image img {
	width: 100% !important;
	height: 240px !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}

/* ==== Вирівнювання висоти карток блогу ==== */
.blog_items_wrapper {
	align-items: stretch !important;
}
.blog_item {
	display: flex !important;
	flex-direction: column !important;
}
.blog_item_description {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
}
/* дата притискається донизу картки */
.blog_item_description_date {
	margin-top: auto !important;
}

/* ==== Маркери (крапки) у списках статей блогу ==== */
.blog_page_text ul {
	margin: 12px 0 !important;
	padding-left: 24px !important;
	list-style: disc !important;
}
.blog_page_text ul li {
	list-style: disc !important;
	margin-left: 0 !important;
	display: list-item !important;
}
.blog_page_text ol {
	margin: 12px 0 !important;
	padding-left: 24px !important;
	list-style: decimal !important;
}
.blog_page_text ol li {
	list-style: decimal !important;
	margin-left: 0 !important;
	display: list-item !important;
}





/* ==== Блок "Можливо вам також буде цікаво" — горизонтальна стрічка ==== */
.sidebar_blog {
	width: 100% !important;
	max-width: 100% !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px !important;
}
/* заголовок займає всю ширину, стоїть над стрічкою */
.sidebar_blog .article_sidebar_title {
	flex: 0 0 100% !important;
	width: 100% !important;
}
/* картки в горизонтальний ряд з прокруткою */
.article_sidebar_readmore {
	display: flex !important;
	flex-direction: column !important;
	flex: 0 0 280px !important;
	max-width: 280px !important;
	margin-top: 0 !important;
	background: #F3EAE0 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
}
/* фото зверху на всю ширину картки (клас з друкарською помилкою siebar) */
.article_siebar_readmore_image {
	width: 100% !important;
	height: 170px !important;
}
.article_siebar_readmore_image img {
	width: 100% !important;
	height: 170px !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
}
.article_sidebar_descr {
	max-width: 100% !important;
	padding: 16px !important;
	flex: 1 1 auto !important;
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
}
.article_sidebar_descr .sidebar_date_wrapper {
	margin-top: auto !important;
}

/* Мобільна версія — теж стрічка з горизонтальним свайпом */
@media(max-width: 767px) {
	.sidebar_blog {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		padding-bottom: 10px !important;
	}
	.sidebar_blog .article_sidebar_title {
		flex: 0 0 100% !important;
	}
}

/* --- SEO: семантичні H1/H2, перенесені з <div> без зміни вигляду --- */
h1.hero_title,
h1.section_title,
h1.contact_title,
h1.direction_text_title,
h2.direction_text_title {
    margin: 0;
    font-weight: 500;
    padding: 0;
}
h2.direction_text_title {
    font-weight: 600;
    padding-bottom: 8px;
}

/* SEO: зберігати пропорції при width/height-атрибутах */
.girl_image img,
.hero_ads_image img,
.routes_image img,
.why_image img,
.expert_image img,
.direction_doctor_image img {
    height: auto;
}

/* ==== Картки лікарів: вирівнювання фото + компактніші відступи ==== */
.our_experts_wrapper {
	gap: 18px;
	justify-content: flex-start !important;
}
.our_expert_item {
	max-width: 262px;
	width: calc(25% - 14px);
}
/* фото єдиної висоти, обрізка по центру — усі однакові */
div.expert_image {
	max-width: 100% !important;
	height: 300px;
	overflow: hidden;
}
.our_expert_item img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center top !important;
	display: block;
}
/* менший відступ між фото і текстом під ним */
.expert_descr {
	padding: 10px 0 !important;
}

/* ==== Сторінка лікаря: більше фото, вирівняні колонки, без "діри" ==== */
/* дві колонки однакової висоти, вирівняні по верху */
.directions .direction_block {
	align-items: stretch;
}
/* прибираємо зайвий верхній відступ правого блоку (була "діра" зверху) */
.direction_doctor {
	margin-top: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
/* ліва текстова колонка ширша, щоб текст не тулився */
.direction_text {
	max-width: 620px;
}
/* збільшене фото лікаря */
.direction_doctor_image {
	max-width: 280px !important;
	flex: 0 0 280px !important;
	padding: 0 !important;
	border-radius: 8px;
	overflow: hidden;
	align-self: flex-start;
}
.direction_doctor_image img {
	width: 100% !important;
	max-width: 100% !important;
	display: block;
	border-radius: 8px;
}
/* фото і текст освіти — строго в один ряд (текст праворуч від фото) */
.direction_doctor_wrapper {
	flex-wrap: nowrap !important;
	align-items: flex-start;
}
/* трохи більше повітря між фото і текстом освіти */
.direction_doctor_descr {
	margin-left: 28px !important;
	max-width: none !important;
	flex: 1 1 auto;
}
/* на вужчих екранах колонки одна під одною, фото по центру */
@media (max-width: 900px) {
	.direction_doctor_wrapper {
		flex-wrap: wrap !important;
	}
	.direction_doctor_image {
		max-width: 240px !important;
		flex: 0 0 auto !important;
		margin: 0 auto 20px;
	}
	.direction_doctor_descr {
		margin-left: 0 !important;
	}
}

/* ========================================================================
   MediBloom — виправлення мобільної версії (брейкпоінт 900px)
   ======================================================================== */

/* ПУНКТ 2 (усі екрани): підсвічування категорій блогу при наведенні */
.blog_direction_item {
    cursor: pointer;
    transition: color .2s, border-color .2s, background-color .2s;
}
.blog_direction_item:hover {
    color: #C09B7E;
    border-color: #C09B7E;
    background-color: #FAF6F3;
}

@media (max-width: 900px) {
    /* ПУНКТ 2: категорії блогу — рівно 2 в ряд, з відступами */
    .blog_direction_items_wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 14px !important;
        margin-left: 0 !important;
        padding: 0 15px;
    }
    .blog_direction_items_wrapper .blog_direction_item {
        flex: 0 0 calc(50% - 14px) !important;  /* 2 в ряд */
        width: auto !important;
        min-width: 0 !important;
        max-width: calc(50% - 14px) !important;
        margin: 0 !important;
        padding: 9px 6px !important;
        text-align: center;
        justify-content: center;
        white-space: nowrap;
        box-sizing: border-box;
    }

    /* ПУНКТ 3: картки "Наші фахівці" — стовпчик, фото фіксованої висоти */
    .our_experts_wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 24px !important;
        justify-content: center !important;
    }
    .our_experts_wrapper .our_expert_item {
        display: block !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto !important;
        float: none !important;
    }
    .our_experts_wrapper div.expert_image {
        width: 100% !important;
        height: 340px !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    .our_experts_wrapper .our_expert_item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center top !important;
        display: block !important;
    }
    .our_experts_wrapper .expert_descr {
        padding: 12px 0 !important;
        text-align: center;
    }
}


/* ==========================================================================
   FIX 2026-07-18: перший екран (hero)
   --------------------------------------------------------------------------
   Було: .hero_title 96px/96px — заголовок займав увесь перший екран,
   кнопки запису на першому екрані не було взагалі.
   Стало: 52px + підзаголовок ближче + CTA-рядок (кнопка на форму #booking,
   телефон) + рядок довіри (ліцензія, відгуки, метро).
   Блок навмисно В КІНЦІ файла — перекриває старі значення каскадом.
   ========================================================================== */
html { scroll-behavior: smooth; }

/* FIX 2026-07-19: перший пункт випадних меню («Про Нас», «Ціни») був
   притиснутий впритул до кнопки в шапці. Опускаємо меню нижче тригера
   і додаємо повітря зверху + фон/тінь, щоб список читався як окрема панель. */
.desktop_menu ul.dropdown_menu,
.padding-header ul.dropdown_menu {
	top: 42px;
	padding: 10px 8px;
	background: #F1E9E0;
	border: 1px solid #E3D7C8;
	border-radius: 12px;
	box-shadow: 0 10px 28px rgba(44,45,45,.14);
	min-width: 220px;
}
.desktop_menu ul.dropdown_menu:before,
.padding-header ul.dropdown_menu:before {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	height: 16px;
}
.desktop_menu ul.dropdown_menu li,
.padding-header ul.dropdown_menu li {
	margin: 2px 0;
	padding: 0;
	border-radius: 8px;
	transition: background .18s;
}
.desktop_menu ul.dropdown_menu li a,
.padding-header ul.dropdown_menu li a {
	display: block;
	padding: 9px 16px;
	color: #2C2D2D;
	text-decoration: none;
	transition: color .18s;
}
.desktop_menu ul.dropdown_menu li:hover,
.padding-header ul.dropdown_menu li:hover {
	background: #E4D6C4;
}
.desktop_menu ul.dropdown_menu li:hover a,
.padding-header ul.dropdown_menu li:hover a {
	color: #4a6169;
}

.hero_title {
	font-size: 52px;
	line-height: 1.15;
	max-width: 640px;
}
.hero_subtitle {
	margin-top: 28px;
	font-size: 19px;
	line-height: 1.6;
	max-width: 560px;
}
.hero-cta-row {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 34px;
	flex-wrap: wrap;
	position: relative;
	z-index: 4;
}
.hero-btn {
	display: inline-block;
	background: #4a6169;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 17px;
	padding: 16px 34px;
	border-radius: 10px;
	transition: opacity .2s;
}
.hero-btn:hover { opacity: .9; }
.hero-phone {
	color: #2C2D2D;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
}
.hero-trust {
	display: flex;
	gap: 10px;
	margin-top: 22px;
	flex-wrap: wrap;
	position: relative;
	z-index: 4;
}
.hero-trust a,
.hero-trust span {
	font-size: 13.5px;
	color: #4a6169;
	border: 1px solid #d8cfc5;
	border-radius: 20px;
	padding: 6px 14px;
	text-decoration: none;
	background: #fff;
}
.hero-trust a:hover { border-color: #4a6169; }

/* FIX 2026-07-19: прибираємо зайве «повітря» на першому екрані.
   Було: .hero_main і .hero_ads мали по 120px верхнього відступу. */
.hero_main { margin-top: 44px; }
.hero_ads { margin-top: 48px; }

@media (max-width: 767px) {
	.hero_title {
		font-size: 34px;
		line-height: 1.12;
		text-transform: none;
		max-width: none;
	}
	.hero_subtitle { font-size: 17px; }
	.hero-cta-row { justify-content: center; margin-top: 26px; gap: 14px; }
	.hero-trust { justify-content: center; }
	.hero_main { margin-top: 28px; }
	.hero_ads { margin-top: 32px; }
}
