/* ----------------------------------------------------------------------------------------
* Author        : -HOOG-agency
* Template Name : medicalstom
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Hero Info css
06. About Us css
07. Our Services css
08. Our Commitment css
09. How It Work css
10. Why Choose Us css
11. Our Facts css
12. Our Pricing css
13. CTA Box css 
14. Our Team css
15. Our Testimonial css
16. Our FAQs css
17. Our Appointment css
18. Our Blog css
19. Footer css
20. About Us Page css
21. Services Page css
22. Service Single css
23. Blog Archive css
24. Blog Single css
25. Case Study Page css
26. Case Study Details css
27. Team Page css
28. Team Single css
29. Pricing Page css
30. Testimonials Page css
31. Image Gallery css
32. Video Gallery css
33. FAQs Page css
34. Contact Us Page css
35. Book Appointment css
36. 404 Error Page css
37. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root{
	--primary-color				: #F4F4F6;
	--secondary-color			: #F4F4F6;
	--surface-color				: #F4F4F6;
	--text-color				: #000000;
	--accent-color				: #FF70A3;
	--white-color				: #FFFFFF;
	--divider-color				: #20296E1A;
	--dark-divider-color		: #FFFFFF1A;
	--error-color				: rgb(230, 87, 87);
    --purple--color				: #7872fc;
    --pink--color				: #b889d7;
	--default-font				: "Montserrat", sans-serif;
	--bg--color: #f8f3ff;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: var(--text-color);
	background: var(--white-color);
    margin: 0 auto;
}

::-webkit-scrollbar-track{
	background-color: var(--primary-color);
	border-left: 1px solid var(--primary-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb{
	background: var(--accent-color);
}

::selection{
	color: var(--primary-color);
	background-color: var(--accent-color);
	filter: invert(1);
}

p{
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 600;
	line-height: 1.1em;
	color: var(--black-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}
a:visited{
    color: inherit;
}
html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default{
	position: relative;
    display: inline-block;
    background: var(--accent-color);
	border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: var(--white-color);
    border: none;
    padding: 17px 20px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}
.btn-reverse{
	position: relative;
    display: inline-block;
    background: var(--primary-color);
	border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: var(--text-color);
    border: none;
    padding: 17px 20px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}
.photo-label {
        position: absolute;
    left: 20px;
    bottom: 20px;
    background: var(--accent-color);
    padding: 10px 10px;
    color: var(--white-color);
	border-radius: 10px;
}
.btn-reverse:hover{
    background: var(--accent-color);
    color: var(--white-color);
}
.about-us-imgz-con img {
    border-radius: 20px;
}
.btn-default:hover{
	background: transparent;
}

.btn-default:hover::before{
	transform: rotate(0deg);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(30deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted:hover{
	color: #000000;
}

.btn-default.btn-highlighted:hover:before{
	color: var(--primary-color);
}

.btn-default.btn-highlighted::after{
	background: var(--white-color);
}

.btn-default-price {
	position: relative;
    display: inline-block;
    background: var(--accent-color);
	border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    color: var(--white-color);
    border: none;
    padding: 15px 30px 15px 30px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.i-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.i-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 0.8;
  margin-top: 12px;
}
.i-list li a {
	color: var(--text-color);
}
.i-list li a:hover {
	color: var(--accent-color);
}
.i-list li:before {
  content: "•"; /* или "\f111" для Font Awesome */
  position: absolute;
  left: 7px;
  top: 0;
  color: var(--accent-color); /* цвет иконки */
  font-weight: bold;
  font-size: 1.2em;
}
.readmore-btn{
	position: relative;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	color: var(--accent-color);
	padding-right: 25px;
	transition: all 0.4s ease-in-out;
}

.readmore-btn:hover{
	color: var(--primary-color);
}

.readmore-btn:after{
	content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 18px;
    color: var(--accent-color);
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.readmore-btn:hover:after{
	color: var(--primary-color);
	transform: translateY(-50%) rotate(0deg);
}


.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Полный сброс курсора */
*,
*::before,
*::after {
    cursor: inherit;
}

html {
    cursor: default;
}

a,
button,
input[type="submit"],
input[type="button"],
select,
label,
.btn-default,
.btn-reverse,
.readmore-btn,
.video-play-button > a,
.slicknav_btn,
[role="button"],
[data-cursor-text],
[data-cursor] {
    cursor: pointer;
}

.swiper-wrapper {
    cursor: grab;
}

.swiper-wrapper:active {
    cursor: grabbing;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea,
.form-control {
    cursor: text;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 0.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}
.post-type-archive-projects .post-content {
	line-height: 1.2em;
	margin-bottom: 1.5em;
	margin-top: 20px;
	color: #a3a3a3;
	font-size: 14px;
}
.source-link a,
.author-content  a,
.doctor-link a {
	color: #111;
    text-decoration: none;
    border-bottom: 1px dashed #ff70a3;
    padding-bottom: 1px;
}
.our-testimonials .testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 10px;
}

.our-testimonials .testimonial-footer-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.our-testimonials .testimonial-date {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  line-height: 1;
}

.our-testimonials .testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

.our-testimonials .testimonial-stars i {
  color: #ffb300;
  font-size: 10px;
  line-height: 1;
}

.our-testimonials .testimonial-stars i.far {
  color: #ddd;
}

.our-testimonials .testimonial-footer .source-link {
  margin: 0;
}

.our-testimonials .testimonial-footer .source-link a {
  font-weight: 700;
  font-size: 13px;
}

.our-testimonials .review-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.our-testimonials .author-content p {
  font-size: 13px;
  line-height: 1.3;
  margin: 3px 0 0;
}

.our-testimonials .swiper-slide-active .testimonial-date {
  color: rgba(255,255,255,0.7);
}

.our-testimonials .swiper-slide-active .testimonial-stars i {
  color: #fff;
}

.our-testimonials .swiper-slide-active .testimonial-stars i.far {
  color: rgba(255,255,255,0.4);
}

.our-testimonials .swiper-slide-active .source-link a {
  color: #fff;
}

#reviews-grid .author-content .review-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#reviews-grid .author-content p {
  font-size: 13px;
  line-height: 1.3;
  margin: 3px 0 0;
}

#reviews-grid .testimonial-header {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#reviews-grid .testimonial-col {
  display: flex;
  margin-bottom: 30px;
}

#reviews-grid .testimonial-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#reviews-grid .testimonial-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#reviews-grid .testimonial-content > p {
  flex-grow: 1;
}

#reviews-grid .testimonial-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 15px;
}

#reviews-grid .testimonial-footer-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

#reviews-grid .testimonial-date {
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  line-height: 1;
}

#reviews-grid .testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

#reviews-grid .testimonial-stars i {
  color: #ffb300;
  font-size: 10px;
  line-height: 1;
}

#reviews-grid .testimonial-stars i.far {
  color: #ddd;
}

#reviews-grid .testimonial-footer .source-link {
  margin: 0;
  text-align: right;
}

#reviews-grid .testimonial-footer .source-link a {
  font-weight: 700;
}

.source-link a:hover,
.author-content  a:hover,
.doctor-link a:hover {
	opacity: .75;
}
.taxonomy-filter a {
	margin-bottom: 10px;
}
.bg-section{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	border-radius: 40px;
}

.section-row{
	margin-bottom: 40px;
}

.section-row .section-title{
	margin-bottom: 0;
}
.our-testimonials2 .section-row{
	margin-bottom: 0;
}
.section-btn{
	text-align: right;
}

.section-content-btn .section-btn{
	margin-top: 30px;
	text-align: left;
}

.section-title-content p{
	margin-bottom: 20px;
}

.section-title-content p:last-child{
	margin-bottom: 0;	
}

.section-title{
	margin-bottom: 40px;
}
.section-title .h3,
.section-title h3{
	position: relative;
	font-size: 14px;
    font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-color);
	display: inline-block;
	padding-left: 20px;
    margin-bottom: 10px;
}
.section-title .h3::before,
.section-title h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.section-title .h1,
.section-title h1{
	font-size: 40px;
	font-weight: 700;
    line-height: 1.1em;
	margin-bottom: 0;
}
.section-title .h2,
.section-title h2{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 30px;
}
.section-title .h1 span,
.section-title .h2 span,
.section-title h1 span,
.section-title h2 span{
	color: var(--accent-color);
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 1.5em;
}

.dark-section{
	background-color: var(--primary-color);
}


.dark-section .section-title-content p,
.dark-section .section-title p,
.dark-section .section-title h2,
.dark-section .section-title h1{
	color: var(--black-color);
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}


/************************************/
/**** 	   03. Header css		 ****/
/************************************/

.topbar{
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	padding: 15px 0;
}
.topbar .container-fluid{
	padding: 0;
}
@media (min-width: 1720px) {
    .topbar .container-fluid {
        margin-bottom: 17px;
    }
}
.topbar-next {cursor: pointer; margin-left: 15px;}
.ti2-l2 .fa-solid,
.ti2-l2 .fa {
	color: orange;
}
.ti2-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ti2-rating__icon svg {
    width: auto;
    height: 36px;
}
.ti2-rating__label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
}
.ti2-rating__stars {
    font-size: 14px;
    line-height: 1.2;
}
.ti2-rating__stars i {
    color: orange;
    font-size: 12px;
}
.ti4,
.ti5,
.topbar-contact-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: normal;
	line-height: 1.7;
	font-size: 14px;
}
.topbar-contact-info  a {
	color: inherit;
}
.topbar-contact-info  a:hover {
	color: var(--accent-color);
}
.topbar  a:hover {
	opacity: 0.8;
}
.topbar-i1 {
    background: #ff70a321;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    max-width: 480px;
    font-size: 13px;
    width: 100%;
}
.accent-color {color: var(--accent-color) !important;}
.bold {font-weight: bold;}

.satisfy-client-box{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.satisfy-client-images{
	display: inline-flex;
	align-items: center;
}
.satisfy-client-image{
	position: relative;
    display: inline-block;
    margin-left: -18px;
	z-index: 1;
}
.satisfy-client-image:first-child{
	margin: 0;
}
.satisfy-client-image figure{
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid var(--white-color);
	border-radius: 50%;
}
.satisfy-client-image img{
    width: 100%;
	border-radius: 50%;
}
.satisfy-client-content p{
	color: var(--text-color);
	margin: 0;
}
.satisfy-client-content h3{
	font-size: 16px;
	font-weight: 600;
	color: var(--text-color);
}
header.main-header{
	position: relative;
	z-index: 100;
}
header.main-header .container-fluid{
	padding: 0;
}
header.main-header .header-sticky{
	position: relative;
	top: 0;
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	z-index: 100;
}
.main-header.bg-section{
	border-bottom: 1px solid #ffffff80;
	border-radius: 0;
}
header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}
header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background: #F4F4F6;
	border: 1px solid var(--dark-divider-color);
	border-top: none;
	padding: 0 15px;
}
.main-header.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--primary-color);
    z-index: 1000;
    box-shadow: 0 6px 20px -8px rgba(0,0,0,.15);
    padding: 0 15px;
}

body.has-sticky-header .navbar {
    padding: 10px 0;
}
.navbar{
	padding: 30px 0;
	align-items: center;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}
.ms-has-mega {padding-left: 10px;}
.ms-has-mega > a::before {
    content: "\f0c9"; /* Unicode код иконки бургера (баров) */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900; /* Для Solid иконок */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: var(--accent-color);
    margin-right: 10px;
}
.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: right;
	margin: 10px;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0;
	position: relative;
}

/* Стили только для ссылок верхнего меню, НЕ для мегаменю */
.main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item > a{
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 17px;
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}


.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu .navbar-nav > li > a:hover,
.main-menu .navbar-nav > li > a:focus{
  color: var(--accent-color);
}

.main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item > a:hover,
.main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item > a:focus{
  color: var(--accent-color);
}


.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scale(1,0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 235px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--white-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul{
    width: 235px;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a{
	color: var(--text-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: var(--accent-color);
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}

.header-btn{
	text-align: end;
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 0;
	position: relative;
}

.slicknav_btn{
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--primary-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
	background-color: var(--primary-color);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
	background-color: var(--primary-color);
}

.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-color);
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 8px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a{
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
	color: var(--primary-color);
}
/* =========================================================
   MS MegaMenu — FINAL (центр по экрану + не перекрывает navbar)
   ========================================================= */

.ms-has-mega{ position: relative; }

/* Родители не должны обрезать мегаменю */
.main-header,
.header-sticky,
.navbar,
.nav-menu-wrapper,
.navbar-collapse,
.main-menu{
  overflow: visible !important;
}

/* Navbar всегда выше выпадашек */
.navbar{
  position: relative;
  z-index: 10020;
}
.main-header .navbar{
    padding: 0;
}
/* ====== МЕГА-МЕНЮ ====== */
.ms-mega{
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(10px);

  top: 0;

  width: 1180px;
  max-width: calc(100vw - 40px);

  background: #fff;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  padding: 25px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;

  /* ниже navbar */
  z-index: 10010;

  text-align: left;
}
/* Bridge на пункте "Услуги" — держит :hover пока мышь идёт к мегаменю */
.ms-has-mega::after{
  content:"";
  position:absolute;
  top:100%;
  left:-15px;
  right:-15px;
  height:50px;
}

/* Открытие */
.ms-has-mega:hover .ms-mega,
.ms-mega:hover{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* =========================================================
   ВНУТРЕННЯЯ СТРУКТУРА
   ========================================================= */

.ms-mega__inner{
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 20px;
  align-items: start;
  max-height: 430px;
  overflow: auto;
}

.ms-mega__left{
  background: #ffffff;
  border-radius: 20px;
  padding: 3px;
}

.ms-mega__title{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #999;
  margin-bottom: 5px;
  text-align: right;
  padding-right: 10px;
}

.ms-mega__list{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ms-mega__item{
  width: 100%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 12px 10px;
  border-radius: 14px;
  cursor: pointer;
  transition: .2s;
  text-align: left;
}

.ms-mega__item.is-active,
.ms-mega__item:hover{
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.ms-mega__item-name{
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.ms-mega__arrow{
  margin-left: auto;
  color: #ff70a3;
  font-weight: 700;
  opacity: 0;
  transform: translateX(-5px);
  transition: .2s;
}

.ms-mega__item.is-active .ms-mega__arrow{
  opacity: 1;
  transform: translateX(0);
}

.ms-mega__right{
  min-width: 0;
  background: #f8f9fb;
  border-radius: 20px;
  padding: 25px;
  align-self: stretch;
}
.menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* ====== Панели ====== */
.ms-mega__panel{ display: none; }

.ms-mega__panel.is-active{
  display: block;
  animation: msFadeIn .3s ease-out;
}

@keyframes msFadeIn{
  from{ opacity:0; transform: translateY(5px); }
  to{ opacity:1; transform: translateY(0); }
}

/* ====== Заголовок справа ====== */
.ms-mega__h{
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  margin-bottom: 25px;
  line-height: 1.1;
  border-bottom: 2px dotted rgba(255,84,158,0.7);
  padding-bottom: 2px;
}

/* ====== Колонки ====== */
.ms-mega__cols {
    column-count: 2;
    column-gap: 60px;
}

.ms-mega__cols > div {
    break-inside: avoid;
    margin-bottom: 25px;
}

.ms-mega__col-title{
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

/* =========================================================
   ССЫЛКИ В МЕГА-МЕНЮ (важно: перебивает глобальные стили меню)
   ========================================================= */

/* сброс для всех ссылок внутри мегаменю */
.ms-mega a{
  padding: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
  color: inherit;
}

/* основные ссылки в мегаменю */
.ms-mega__link{
  display: block !important;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  margin: 0 0 12px !important;
  line-height: 1.3 !important;
  border-bottom: 1px dotted rgba(0,0,0,0.2);
  transition: .2s;
}

/* hover */
.ms-mega__link:hover{
  color: #ff549e !important;
  border-bottom-color: #ff549e;
}

/* =========================================================
   СТАРЫЕ СТИЛИ ТОЛЬКО ДЛЯ ГОРИЗОНТАЛЬНОГО МЕНЮ (navbar)
   ========================================================= */

.main-menu .navbar-nav > .nav-item > .nav-link{
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  padding: 15px 17px !important;
  color: var(--black-color);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

/* hover/focus как было */
.main-menu .navbar-nav > .nav-item > .nav-link:hover,
.main-menu .navbar-nav > .nav-item > .nav-link:focus{
  color: var(--accent-color);
}

/************************************/
/*** 	   05. Hero Info css	  ***/
/************************************/

.hero-info{
	padding: 80px 0 0;
}

.hero-info-list{
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.hero-info-item{
	width: calc(33.33% - 20px);
	display: flex;
	flex-direction: column;
	background: var(--secondary-color);
	border-radius: 20px;
	padding: 30px;
}

.hero-info-item:nth-child(3n + 2){
	background-color: var(--accent-color);
}

.hero-info-item:nth-child(3n + 3){
	background-color: var(--primary-color);
}

.hero-info-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.hero-info-header h3{
	font-size: 20px;
}

.hero-info-header img{
	width: 100%;
	max-width: 30px;
}

.hero-info-body ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.hero-info-body ul li{
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.hero-info-body ul.list-group-horizontal li {
	width: auto;
	margin-right: 8px;
}
.hero-info-body ul.list-group-horizontal li  img {
	width: 32px;
	height: 32px;
	border-radius: 10px;
}
.hero-info-body ul li:last-child{
	margin-bottom: 0;
}

.hero-info-body ul li span{
	width: 65%;
}

.hero-info-body p{
	margin-bottom: 20px;
}

.hero-info-body h3{
	font-size: 20px;
	line-height: 1.4em;
}

.hero-info-body h3 a{
	color: inherit;
}

.hero-info-item:nth-child(3n + 2) .hero-info-header h3,
.hero-info-item:nth-child(3n + 3) .hero-info-header h3,
.hero-info-item:nth-child(3n + 2) .hero-info-body ul li,
.hero-info-item:nth-child(3n + 3) .hero-info-body ul li,
.hero-info-item:nth-child(3n + 2) .hero-info-body p,
.hero-info-item:nth-child(3n + 3) .hero-info-body p,
.hero-info-item:nth-child(3n + 2) .hero-info-body h3,
.hero-info-item:nth-child(3n + 3) .hero-info-body h3{
	color: var(--white-color);
}
.hero-info-item:nth-child(3n + 3) .hero-info-body h3,
.hero-info-item:nth-child(3n + 3) .hero-info-header h3 {
	color: var(--text-color);
}
.hero-info-item:nth-child(3n + 2) .hero-info-header,
.hero-info-item:nth-child(3n + 3) .hero-info-header{
	border-color: var(--dark-divider-color);
}

.hero-info-btn{
	flex-grow: 1;
    align-content: end;
	margin-top: 30px;
}	

.hero-info-btn .btn-default{
	width: 100%;
	padding: 17px;
	text-align: center;
}	

.hero-info-btn .btn-default::before{
	display: none;
}

.hero-info-item:nth-child(3n + 2) .hero-info-btn .btn-default{
	background: var(--primary-color);
}


/************************************/
/*** 	 	06. ABout Us css	  ***/
/************************************/

.about-us{
	padding: 70px 70px 0;
}

.about-us-images{
    position: relative;
    padding: 0 70px 70px 80px;
}

.img-rounded,
.about-us-img-1 figure{
    display: block;
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
	border-radius: 30px;
    width: 100%;
    height: 100%;
}

.about-us-img-1 img{
    width: 100%;
	aspect-ratio: 1 / 1.26;
	object-fit: cover;
}

.about-us-img-2{
	position: absolute;
    bottom: 0;
    right: 35px;
	border-radius: 20px;
	overflow: hidden;
}

.about-us-img-2 figure{
	display: block;
}

.about-us-img-2 img{
	width: 100%;
	aspect-ratio: 1 / 1.04;
	object-fit: cover;
}

.about-experience-box{
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(70%);
	background: var(--accent-color);
	border-radius: 10px;
	padding: 20px;
	max-width: 178px;
	animation: experiencemoveobject 2s infinite linear alternate;
}

@keyframes experiencemoveobject{
	50%{
		left: 30px;
	}
}

.about-experience-box .icon-box{
	margin-bottom: 10px;
}

.about-experience-box .icon-box img{
	max-width: 45px;
}

.about-experience-box .about-experience-content .h3,
.about-experience-box .about-experience-content h3 {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 600;
	color: var(--white-color);
}

.about-us-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.about-list-btn{
	width: calc(100% - 220px);
}

.about-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-list ul li{
	position: relative;
	line-height: 1.5em;
    padding-left: 30px;
	margin-bottom: 20px;
}

.about-list ul li:last-child{
	margin-bottom: 0;
}

.about-list ul li:before{
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 0;
    left: 0;
    font-weight: 900;
    font-size: 20px;
    color: var(--accent-color);
}

.about-btn{
	margin-top: 40px;
}

.book-consult-circle a{
	display: inline-block;
	border-radius: 50%;
	padding: 15px;
	background: var(--primary-color);
}

.book-consult-circle a img{
	width: 100%;
	max-width: 160px;
	border-radius: 50%;
	animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.reviews-images img {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid var(--divider-color);
}
.reviews-images figcaption {
    text-align: center;
}
.reviews-images figcaption a {
    color: var(--text-color);
    display: inline-block;
    border-bottom: 1px dashed var(--accent-color);
}
.reviews-images figcaption a:hover {
    color: var(--accent-color);
}
.about-us .about-counter-box .about-counter-content ul li,
.about-us .about-counter-box .h3,
.about-us .about-counter-box h3 {color: #000000;}
.our-testimonials2 .section-title .h3,
.about-us .about-counter-box .h3:before
.our-testimonials2 .section-title h3::before,
.how-it-work .section-title .h3::before,
.how-it-work .section-title h3::before,
.about-us .section-title .h3::before,
.about-us .section-title h3::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.customer-rating-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
}

.customer-rating-content{
	border-right: 1px solid var(--divider-color);
	margin-right: 40px;
	padding-right: 40px;
}

.customer-rating-star{
	margin-bottom: 15px;
}

.customer-rating-star i{
	color: var(--accent-color);
	font-size: 16px;
}

.customer-rating-content h3{
	font-size: 20px;
	margin-bottom: 10px;
}

.customer-rating-content p{
	margin: 0;
}

.customer-rating-images{
	background: var(--white-color);
	box-shadow: 0px 0px 20px 0px rgba(23, 44, 69, 0.10);
	border-radius: 100px;
	padding: 10px;
}

.customer-rating-images .satisfy-client-image{
	margin-left: -10px;
}

.customer-rating-images .satisfy-client-image:first-child{
	margin-left: 0;
}

.customer-rating-images .satisfy-client-image.add-more,
.customer-rating-images .satisfy-client-image figure{
	width: 40px;
	height: 40px;
}

.satisfy-client-image.add-more{
	width: 50px;
	height: 50px;
	background-color: var(--accent-color);
	border: 1px solid var(--white-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.satisfy-client-image.add-more p{
	font-family: var(--accent-font);
	font-size: 14px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 0;
}

.satisfy-client-content p{
	color: var(--text-color);
	margin: 0;
}

.satisfy-client-content h3{
	font-size: 16px;
	font-weight: 600;
	color: var(--text-color);
}

.about-us-boxes{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.about-image-content-box-1{
	position: relative;
	width: calc(25% - 20px);
}

.about-image{
	position: relative;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.about-image::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(23, 44, 69, 0.00) 39.29%, var(--primary-color) 100%);
	width: 100%;	
	height: 100%;
}

.about-image figure{
	display: block;
	height: 100%;
}

.about-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.741;
	object-fit: cover;
}

.about-image-content{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	z-index: 2;
}

.video-play-button > a{
	position: relative;
	background: var(--accent-color);
	border-radius: 100%;
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.video-play-button > a:after,
.video-play-button > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1);
    border: 2px solid var(--accent-color);
    opacity: 0.4;
    border-radius: 50%;
    z-index: -1;
    animation: border-zooming 2s infinite ease-out;
}

.video-play-button > a:after {
    animation-delay: .5s;
}

@keyframes border-zooming {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.video-play-button > a i{
	font-size: 22px;
	color: var(--primary-color);
}

.about-video-title{
	margin-top: 30px;
}

.about-video-title .h3,
.about-video-title h3{
	font-size: 20px;
	color: var(--text-color);
}

.about-counter-box{
	width: calc(34% - 20px);
	background: var(--primary-color);
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
}

.about-counter-title{
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.about-counter-title .h2,
.about-counter-title h2{
	width: 95px;
	font-size: 46px;
	color: var(--accent-color);
}

.about-counter-title h3,
.about-counter-title h3{
	font-size: 18px;
	color: var(--white-color);
}

.about-counter-content ul{
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

.about-counter-content ul li{
	color: var(--white-color);
	margin-bottom: 10px;
}

.about-counter-content ul li:last-child{
	margin-bottom: 0;
}

.about-counter-content p{
	color: var(--text-color);
	margin-bottom: 20px;
}

.about-counter-content .readmore-btn{
	color: var(--accent-color);
}

.about-counter-content .readmore-btn::before{
	background-image: url('../images/arrow-white.svg');
}

.about-image-content-box-2{
	position: relative;
	width: calc(41% - 20px);
}

.about-image-content ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.about-image-content ul li{
	display: inline-block;
	font-size: 14px;
	color: var(--text-color);
	border: 1px solid var(--dark-divider-color);
	background: var(--dark-divider-color);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	border-radius: 30px;
	padding: 7px 20px;
	transition: all 0.4s ease-in-out;
}

.about-image-content ul li:hover{
	background: var(--accent-color);
	color: var(--primary-color);
}
.how-it-work .section-title .h3,
.how-it-work .section-title h3,
.about-us .section-title .h3,
.about-us .section-title h3 {
    position: relative;
    display: inline-block;
    border: 1px solid var(--divider-color);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--primary-color);
    padding: 8px 16px 8px 32px;
    margin-bottom: 10px;
}
.about-us .about-counter-box .about-counter-content ul li,
.about-us .about-counter-box .h3,
.about-us .about-counter-box h3 {color: #000000;}
.our-testimonials2 .section-title .h3::before,
.our-testimonials2 .section-title h3::before,
.how-it-work .section-title .h3::before,
.how-it-work .section-title h3::before,
.about-us .section-title .h3::before,
.about-us .section-title h3::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}



/* =========================
   PRICE BLOCK (MS)
   ========================= */

.ms-price {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 32px;
}

.ms-price__container {
  max-width: 1300px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e9eef7;
  background: #fff;
}

/* =========================
   HEADER GRID (same columns as table)
   ========================= */
   .vrach-single .ms-row,
.vrach-single .ms-price__headgrid {

  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}
.ms-price__headgrid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr 0.6fr 0.4fr;
    align-items: center;
    background: #F4F4F6;
    border-bottom: 1px solid #edf2fb;
}

.ms-price__hcell {
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000000;
}

.ms-price__hcell--title {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #111;
  line-height: 1;
}
.ms-price__hcell--title a {
	color: #ff70a3;
}
.ms-price__hcell--title a:hover {
	opacity: 0.8;
}

/* Center headers exactly */
.ms-price__hcell--center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Icon cell right aligned, NO gradient */
.ms-price__hcell--icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}

.ms-price__icon {
  width: auto;
  display: block;
}

/* =========================
   TABLE
   ========================= */

.ms-table {
  width: 100%;
  background: #fff;
}

.ms-row {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.6fr 0.4fr;
  align-items: center;
  border-top: 1px solid #edf2fb;
  padding: 4px 28px;
}

.ms-row--head {
  background: #f7f9ff;
  border-top: none;
}

.ms-cell {
  font-size: 15px;
  color: #111;
  line-height: 1.3;
}

/* column headers row */
.ms-row--head .ms-cell {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #7a859a;
}

/* Service column */
.ms-cell--service {
  font-weight: 400;
}

/* underline must be solid black */
.ms-link {
  color: #111;
  text-decoration: none;
  border-bottom: 1px dashed #ff70a3;
  padding-bottom: 2px;
}

.ms-link:hover {
  opacity: 0.75;
}

/* Price columns centered */
.ms-cell--price,
.ms-cell--price2 {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

.ms-cell--price span,
.ms-cell--price2 span {
  color: #8d95a6;
  font-weight: 600;
  font-size: 16px;
  margin-right: 2px;
}

.ms-cell--price2 {
  color: #7a859a;
}

/* Action button aligned to the right */
.ms-cell--action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* BUTTON: uses your .btn-default style but compact */
.ms-action.btn-default {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  color: var(--white-color);
  border: none;
  padding: 13px 44px 13px 24px; /* compact height */
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 0;
  white-space: nowrap;
  text-decoration: none;
}

.ms-action.btn-default:hover {
  opacity: 0.9;
}

/* =========================
   RESPONSIVE
   ========================= */
/* Tablets */
@media (max-width: 992px) {
  .ms-price__hcell--title {
    font-size: 18px;
  }

  .ms-price__icon {
    height: 40px;
  }
}

.ms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #e4e5ed;
  color: #111;

  padding: 13px 32px;
  border-radius: 14px;

  font-size: 14px;
  font-weight: 400;
  line-height: 1;

  text-decoration: none;
  border: none;
  cursor: pointer;

  transition: all 0.35s ease-in-out;
}

.ms-btn:hover {
  background: #ff70a3;
  color: #fff;
}



/************************************/
/*** 	  09. What We Do css	  ***/
/************************************/

.what-we-do{
    background-repeat: no-repeat;
    background-position: right -20px bottom -10px;
    background-size: auto;
	padding: 100px 0;
}

.what-we-contant{
	margin-right: 15px;
}

.what-we-counter-box{
	max-width: 500px;
	margin-top: 30px;
}

/* Прайс на главной — мобильный адаптив */
@media (max-width: 767px) {
    .ms-price__headgrid {
        display: none;
    }

    .ms-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 12px 16px;
        gap: 4px 0;
        grid-template-columns: none;
    }

    .ms-row--head {
        display: none;
    }

    .ms-cell--service {
        flex: 1 1 100%;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .ms-cell--price {
        flex: 0 0 auto;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
    }

    .ms-cell--price2 {
        flex: 0 0 auto;
        font-size: 13px;
        color: #aaa;
        text-decoration: line-through;
        margin-left: 8px;
        text-align: left;
    }

    .ms-cell--action {
        margin-left: auto;
    }

    .ms-cell--action .ms-btn {
        padding: 8px 16px;
        font-size: 12px;
        border-radius: 10px;
    }
}

.what-we-counter-box h2{
    font-size: 80px;
    line-height: 1em;
    font-weight: 600;

    color: #ff70a3;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;

    border-bottom: 1px solid var(--dark-divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.what-we-counter-box h3{
	font-size: 20px;
	color: var(--black-color);
	margin-bottom: 5px;
}

.what-we-counter-box p{
	color: var(--black-color);
	margin: 0;
}

.what-we-item{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.what-we-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.what-we-item .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white-color);
	border-radius: 50%;
	margin-right: 20px;
	transition: background-color 0.3s ease-in-out;
}

.what-we-item:hover .icon-box{
	background-color: var(--accent-color);
}

.what-we-item .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: var(--accent-color);
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.what-we-item:hover .icon-box::before{
	transform: scale(1);
}

.what-we-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.what-we-content{
	width: calc(100% - 70px);
}

.what-we-content h3{
	font-size: 20px;
	color: var(--black-color);
	margin-bottom: 10px;
}

.what-we-content p{
	color: #909090;
	margin: 0;
}

/************************************/
/*** 	 11. How It Works2 css	  ***/
/************************************/


.how-it-work2{
    background-repeat: no-repeat;
    background-position: left -30px bottom 100px;
    background-size: auto;
	padding: 100px 0;
}

.how-it-work2 .how-work-image-box{
	position: relative;
	margin-right: 15px;
}

.how-it-work2 .how-work-image figure{
	display: block;
	border-radius: 20px;
}

.how-it-work2 .how-work-image figure img{
	width: 100%;
	aspect-ratio: 1 / 1.257;
	object-fit: cover;
	border-radius: 20px;
}

.how-it-work2 .how-work-image-box .satisfy-client-box{
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: block;
	width: 290px;
    background: var(--dark-divider-color);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    padding: 25px;
	z-index: 1;
}

.how-it-work2 .how-work-image-box .satisfy-client-box .satisfy-client-content{
	margin-top: 40px;
}

.how-it-work2 .how-work-image-box .satisfy-client-box .satisfy-client-content .h3,
.how-it-work2 .how-work-image-box .satisfy-client-box .satisfy-client-content h3{
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.how-it-work2 .how-work-image-box .satisfy-client-box .satisfy-client-content p{
	color: var(--primary-color);
}

.how-it-work2 .work-steps-item{
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.how-it-work2 .work-steps-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.how-it-work2 .work-step-no{
	display: inline-block;
	background: var(--accent-color);
	border-radius: 8px;
	padding: 6px 13px;
	margin-right: 14px;
	transition: all 0.4s ease-in-out;
	color: #ffff;
}
.work-step-no > .h3 {margin:0;}
.how-it-work2 .work-step-no__num {
    font-family: var(--default-font);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.how-it-work2 .work-steps-item:hover .work-step-no__num { color: #000; }
.how-it-work2 .work-steps-item:hover .work-step-no{
	background: #fff;
	color: #000;
}

.how-it-work2 .work-step-no h3{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 500;
	transition: all 0.4s ease-in-out;
	color:#ffff;
}

.how-it-work2 .work-steps-item:hover .work-step-no h3{
	color: var(--black-color);
}

.how-it-work2 .work-step-content{
	width: calc(100% - 125px);
}

.how-it-work2 .work-step-content .h3,
.how-it-work2 .work-step-content h3{
	font-size: 20px;
	margin-bottom: 10px;
}

.how-it-work2 .work-step-content p{
	margin: 0;
}

@media (max-width: 767px) {
    .how-it-work2 .work-step-no {
        padding: 3px 7px;
        grid-row: 1;
        grid-column: 1;
        margin-right: 0;
    }
    .how-it-work2 .work-step-no .h3,
    .how-it-work2 .work-step-no h3 {
        font-size: 14px;
    }
    .how-it-work2 .work-step-content .h3,
    .how-it-work2 .work-step-content h3 {
        font-size: 16px;
        grid-row: 1;
        grid-column: 2;
        margin-bottom: 0;
    }
    .how-it-work2 .work-step-content p,
    .how-it-work2 .work-step-content div {
        font-size: 14px;
    }
    .how-it-work2 .work-steps-item {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        gap: 0 12px;
        align-items: center;
    }
    .how-it-work2 .work-step-content {
        display: contents;
    }
    .how-it-work2 .work-step-content p,
    .how-it-work2 .work-step-content div:not(.h3) {
        grid-row: 2;
        grid-column: 1 / -1;
        margin-top: 10px;
    }
}
/************************************/
/***  	   14. Our Team css	      ***/
/************************************/

.our-team{
    padding: 30px 0 70px;
}

.our-team-con .team-box .designation {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
}

.our-team .plashka {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   background: var(--primary-color);
   padding: 5px 25px;
   border-radius: 10px;
   font-weight: bold;
   font-size: 14px;
}
.contact-us-form .plashka {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   font-weight: bold;
   padding: 15px 0;
   font-size: 14px;
}
.bordered-info {
	border: 1px solid #edf2fb;
	border-radius: 20px;
	padding: 30px 0;
}
.biografiya {
	padding: 0 30px;
}
.page-team-single  .team-member-expertise-box {
	align-items: stretch;
}
.page-team-single .contact-us-form {
	justify-content: center;
    align-items: flex-start;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.our-team .plashka div:last-child ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	line-height: 44px;
}
.plashka a {
	color: var(--text-color);
}
.plashka a:hover {
	color: var(--accent-color);
}

.plashka div:last-child span {
	margin: 0;
}
.plashka span {
	color: var(--accent-color);
	white-space: nowrap;
	margin-left: 4px;
}
.plashka span a {
	color: var(--accent-color);
	white-space: nowrap;
}
.contact-us-form .plashka ul,
.our-team-con .team-box .plashka ul {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}
.our-team .our-team-con .team-box .plashka ul {
	margin-left: 0;
}
.contact-us-form .plashka ul {
	gap: 10px;
}
.our-team-con .team-box figure {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}

.our-team-con .team-box figure img {
    transition: ease-in-out 1s;
    border-radius: 20px;
}

.our-team-con .team-box:hover figure img {
    transform: scale(1.02);
}

.our-team-con .team-box ul li a {
    margin: 0 2px;
}

.our-team-con .team-box .h6,
.our-team-con .team-box h6 {
	font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text--color);
}
.our-team-con .team-box .h6 a {
    color: #000;
}
.our-team-con .team-box ul li i {
	line-height: 44px;
    font-size: 16px;
    color: var(--accent-color);
    transition: ease-in-out 0.5s;
}

.our-team-con .team-box ul li i:hover {
    background: var(--accent-color) 100%;
    color: #fff;
}

.our-team-con .team-box {
    transition: ease-in-out 0.6s;
    margin-bottom: 30px;
}

.our-team-con .team-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: var(--secondary--color);
}

.our-team-con .col-lg-4.col-md-6 {
    margin-bottom: 25px;
}

.our-team-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

.our-team-con .vector6 {
    bottom: 0;
    right: 0;
}


.team-member-expertise-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 60px;
}

.team-expertise{
	width: calc(50% - 30px);
}
.contact-us-form .video-play-button p {margin-bottom: 0;}
.contact-us-form .btn-default.btn-highlighted {white-space: nowrap;}

.author-image{
	margin-right: 15px;
}

.author-image figure{
	display: block;
	border-radius: 10px;
}

.author-image img{
	width: 100%;
	max-width: 60px;
	border-radius: 10px;
}

.author-content .h3,
.author-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 2px;
}

.author-content p {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.2;
}


.testimonial-slider{
	position: relative;
}

.testimonial-slider .swiper-wrapper{
}

.testimonial-item{
	position: relative;
	background: var(--dark-divider-color);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-radius: 20px;
	padding: 20px 25px;
	overflow: hidden;
}

.testimonial-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background: var(--accent-color);
    transition: all 0.5s ease-in-out;
    height: 100%;
    z-index: 0;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item::before{
    top: 0;
}

.testimonial-header{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
	z-index: 1;
}

.testimonial-author{
	display: flex;
	align-items: center;
}
.testimonial-quote img{
	width: 100%;
	max-width: 30px;
}

.testimonial-content{
	position: relative;
	z-index: 1;
}

.testimonial-content h3{
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 10px;
}

.testimonial-content p{
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);	
	margin: 0;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item .testimonial-content{
	border-color: var(--dark-divider-color);
}

.testimonial-slider .testimonial-pagination{
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.testimonial-slider .testimonial-pagination .swiper-pagination-bullet{
	position: relative;
    height: 6px;
    width: 6px;
    background: var(--dark-divider-color);
	opacity: 1;
    margin: 0 6px;
	transition: all 0.3s ease-in-out;
}

.testimonial-slider .testimonial-pagination .swiper-pagination-bullet:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.testimonial-slider .testimonial-pagination .swiper-pagination-bullet-active{
	background: var(--white-color);
}

.testimonial-slider .testimonial-pagination .swiper-pagination-bullet-active:before{
	border: 1px solid var(--white-color);
	height: 14px;
	width: 14px;
}

/************************************/
/***  30. Testimonials Page css	  ***/
/************************************/

.page-testimonials{
	padding: 40px 0 70px;
}

.page-testimonials .testimonial-item{
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-testimonials .testimonial-item:hover::before{
    top: 0;
}

.page-testimonials .testimonial-item .testimonial-header{
	border-color: var(--divider-color);
	transition: all 0.4s ease-in-out;
}

.page-testimonials .testimonial-item:hover .testimonial-header{
	border-color: var(--dark-divider-color);
}

.page-testimonials .testimonial-item .author-content .h3,
.page-testimonials .testimonial-item .author-content h3,
.page-testimonials .testimonial-item .testimonial-content .h3,
.page-testimonials .testimonial-item .testimonial-content h3{
	color: var(--text-color);
	transition: all 0.4s ease-in-out;
}

.page-testimonials .testimonial-item .author-content p,
.page-testimonials .testimonial-item .testimonial-content p{
	color: var(--text-color);
	transition: all 0.4s ease-in-out;
}

.page-testimonials .testimonial-item:hover .author-content .h3,
.page-testimonials .testimonial-item:hover .testimonial-content .h3,
.page-testimonials .testimonial-item:hover .author-content h3,
.page-testimonials .testimonial-item:hover .testimonial-content h3,
.page-testimonials .testimonial-item:hover .author-content p,
.page-testimonials .testimonial-item:hover .testimonial-content p{
	color: var(--white-color);
}

.page-testimonials .testimonial-item .testimonial-quote img{
	transition: all 0.4s ease-in-out;
}

.page-testimonials .testimonial-item:hover .testimonial-quote img{
	filter: brightness(0) invert(1);
}
/************************************/
/*** 	15. Our Testimonial css	  ***/
/************************************/

.our-testimonials{
	background-image: url('../images/testimonials-bg.png');
	background-repeat: no-repeat;
	background-size: auto;
	padding: 70px 0;
}
.our-testimonials.bg-section {
	margin-top: 100px;
}
.our-testimonials .review-image-box{
	background: var(--dark-divider-color);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: end;
	padding: 30px;

}

.our-testimonials .review-box{
	display: flex;
	align-items: center;
	border-right: 1px solid var(--dark-divider-color);
	margin-right: 20px;
	padding-right: 20px;
}

.our-testimonials .review-icon{
	margin-right: 15px;
}

.our-testimonials .review-icon img{
	width: 100%;
	max-width: 50px;
}

.our-testimonials .review-content p{
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	color: var(--black-color);
	margin-bottom: 5px;
}

.our-testimonials .review-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 2px; /* МЕНЬШЕ ОТСТУП МЕЖДУ ЭЛЕМЕНТАМИ (звёздами тоже) */
}
.our-testimonials .review-content ul li:first-child{
	font-weight: 700;
	margin-right: 10px; /* ОТСТУП МЕЖДУ 5.0 И ЗВЁЗДАМИ */
	font-size: 16px;
}

.our-testimonials .review-content ul li:first-child {
  font-weight: 700;
  margin-right: 10px;
  font-size: 18px;
}

.our-testimonials .review-content ul li i{
	font-size: 14px;
	color: #ffb300;
	line-height: 1;
	display: block;
}

.our-testimonials .testimonial-image figure{
	display: block;
	border-radius: 20px;
}

.our-testimonials .testimonial-image img{
	width: 100%;
	aspect-ratio: 1 / 0.79;
	object-fit: cover;
	border-radius: 20px;
}

.our-testimonials .customer-images{
	display: inline-flex;
    align-items: center;
}

.our-testimonials .customer-img{
	position: relative;
	display: inline-block;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    margin-left: -20px;
	width: 52px;
	height: 52px;
	z-index: 1;
}

.our-testimonials .customer-img:first-child{
    margin: 0;
}

.our-testimonials .customer-img figure{
    display: block;
}

.our-testimonials .customer-img img{
    max-width: 100%;
    border-radius: 50%;
}

.our-testimonials .customer-img.add-more{
	width: 52px;
	height: 52px;
	background-color: var(--white-color);
	text-align: center;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.our-testimonials .customer-img.add-more p{
	font-size: 20px;
	font-weight: 700;
	color: var(--accent-color);
	margin: 0;
}

.testimonial-slider{
	position: relative;
}

.testimonial-slider .swiper-wrapper{
}

.our-testimonials .testimonial-item{
	position: relative;
	background: var(--white-color);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border-radius: 20px;
	padding: 40px 35px;
	overflow: hidden;
}

.our-testimonials .testimonial-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background: var(--accent-color);
    transition: all 0.5s ease-in-out;
    height: 100%;
    z-index: 0;
}

.our-testimonials .testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item::before{
    top: 0;
}

.our-testimonials .testimonial-header{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
	z-index: 1;
}

.our-testimonials .testimonial-author{
	display: flex;
	align-items: center;
}

.our-testimonials .author-image{
	margin-right: 15px;
}

.our-testimonials .author-image figure{
	display: block;
	border-radius: 10px;
}

.our-testimonials .author-image img{
	width: 100%;
	max-width: 60px;
	border-radius: 10px;
}

.our-testimonials .author-content .h3,
.our-testimonials .author-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--black-color);
	margin-bottom: 2px;
}

.our-testimonials .author-content p{
	color: var(--black-color);
	margin-bottom: 0;
}
.our-testimonials .author-content a {
    color: var(--black-color);
}
.our-testimonials .author-content a:hover {
    color: var(--accent-color);
}
.our-testimonials .testimonial-quote img{
	width: 100%;
	max-width: 30px;
}

.our-testimonials .testimonial-content{
	position: relative;
	z-index: 1;
}
.our-testimonials .testimonial-content .h3,
.our-testimonials .testimonial-content h3{
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 10px;
}

.our-testimonials .testimonial-content p{
	font-size: 16px;
	font-weight: 400;
	color: var(--black-color);	
	margin: 0;
}

.our-testimonials .testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item .testimonial-content{
	border-color: var(--white-color);
}
.our-testimonials .swiper-slide-active .testimonial-content p,
.our-testimonials .swiper-slide-active .author-content p,
.our-testimonials .swiper-slide-active .author-content .h3,
.our-testimonials .swiper-slide-active .author-content h3 {
    color: var(--white-color);
}
.our-testimonials .testimonial-slider .testimonial-pagination{
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.our-testimonials .testimonial-slider .testimonial-pagination .swiper-pagination-bullet{
	position: relative;
    height: 6px;
    width: 6px;
    background: var(--white-color);
	opacity: 1;
    margin: 0 6px;
	transition: all 0.3s ease-in-out;
}

.our-testimonials .testimonial-slider .testimonial-pagination .swiper-pagination-bullet:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.our-testimonials .testimonial-slider .testimonial-pagination .swiper-pagination-bullet-active{
	background: #ff70a3;
}

.our-testimonials .testimonial-slider .testimonial-pagination .swiper-pagination-bullet-active:before{
	border: 1px solid var(--white-color);
	height: 14px;
	width: 14px;
}
/* ========================================
   ВИДЕООТЗЫВЫ (.our-testimonials2)
   ======================================== */

.our-testimonials2 {
    padding: 40px 0 0;
}

.our-testimonials2 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.our-testimonials2 .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    width: 100% !important;
    left: 0;
    transform: translateX(0);
}

.testimonial-slider2 .swiper-wrapper {
}

.our-testimonials2 .swiper-slide {
    padding: 0;
}

/* --- Карточка --- */
.our-testimonials2 .testimonial-item {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color .3s, box-shadow .3s;
	padding: 0;
}

.our-testimonials2 .testimonial-item::before {
    display: none;
}

.our-testimonials2 .testimonial-item:hover {
    border-color: var(--accent-color);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
}

/* --- Фото автора (левая часть) --- */
.our-testimonials2 .author-image {
    position: relative;
    width: 42%;
    margin-right: 0;
    display: flex;
    align-self: stretch;
}

.our-testimonials2 .author-image figure {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
}

.our-testimonials2 .author-image figure::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--primary-color);
    opacity: 40%;
    z-index: 1;
}

.our-testimonials2 .author-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1.28;
    border-radius: 0;
    max-width: 100%;
    transition: all 0.4s ease-in-out;
}

.our-testimonials2 .testimonial-item:hover .author-image figure img {
    transform: scale(1.1);
}

.our-testimonials2 .author-image .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* --- Контент (правая часть) --- */
.our-testimonials2 .testimonial-content {
    width: 58%;
    background: var(--secondary-color);
    align-content: center;
    padding: 30px;
    box-sizing: border-box;
}

.our-testimonials2 .author-content,
.our-testimonials2 .testimonial-content,
.our-testimonials2 .testimonial-content p {
    color: var(--text-color) !important;
}

.our-testimonials2 .testimonial-quote {
    margin-bottom: 30px;
}

.our-testimonials2 .testimonial-quote img {
    width: 100%;
    max-width: 32px;
}

.our-testimonials2 .testimonial-info {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.our-testimonials2 .testimonial-info p {
    margin-bottom: 0;
}

.our-testimonials2 .author-content .h3,
.our-testimonials2 .author-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.our-testimonials2 .author-content p {
    margin-bottom: 0;
}

/* --- Пагинация --- */
.our-testimonials2 .testimonial-pagination2,
.our-testimonials2 .testimonial-pagination {
    text-align: center;
    margin-top: 60px;
}

.our-testimonials2 .testimonial-pagination2 .swiper-pagination-bullet {
    position: relative;
    height: 10px;
    width: 10px;
    background-color: var(--primary-color);
    border-radius: 100px;
    margin: 0 3px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.our-testimonials2 .testimonial-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background-color: var(--accent-color);
}


.dark-section2 .section-title .h3,
.dark-section2 .section-title h3{
	border: 1px solid #FFFFFF1A;
	position: relative;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 16px 8px 32px;
    margin-bottom: 10px;
}
.section-row .section-title.section-title-center {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.dark-section2 {background:  var(--white-color);}
.dark-section2 .section-title .h1,
.dark-section2 .section-title h1,
.dark-section2 .section-title .h2,
.dark-section2 .section-title h2,
.dark-section2 .section-title .h3
.dark-section2 .section-title h3 {
    color: var(--text-color);
}

.dark-section2 .section-title p,
.dark-section2 .section-title-content p {
	color: #fff;
}


/************************************/
/***      TABS CONTACTS css	      ***/
/************************************/
   /* Стили для карт в футере */
    .map-footer {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
    }
    .contact_table p {
    	margin-top: 0;
    	line-height: 1.4em;
   		margin-bottom: 1rem;
    }
    .map-footer.open .map-toggler-new,
    .map-footer.open .map-toggler {
        top: 0;
    }

    /* Контейнер карты */
    #tab-map {
        position: relative;
        z-index: 2;
    }

    /* Стили для всех карт */
    .mymap {
        height: 150px;
        width: 100%;
    }

    /* Стили для кнопки переключения карты */
    .map-toggler-new,
    .map-toggler {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -70px;
        z-index: 99;
        overflow: hidden;
        margin-top: -35px;
    }

    .map-footer .map-toggler-new {
        z-index: 999;
    }

    .map-toggler-hidden {
        position: absolute;
        top: 0;
        left: 50px;
        right: 0;
        bottom: 0;
        background-color: transparent;
        z-index: 3;
        cursor: pointer;
    }

    /* Стили кнопки переключения */
    .map-toggler-new a,
    .map-toggler a {
        background: #369599;
        color: #fff;
        font-family: "Open Sans", serif;
        font-size: 18px;
        text-align: center;
        padding: 5px 20px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        display: inline-block;
    }

    .map-toggler-new a:focus,
    .map-toggler-new a:hover,
    .map-toggler a:focus,
    .map-toggler a:hover {
        text-decoration: none;
        opacity: .8;
    }

    /* Стили для активной карты (развернутой) */
    #tab-map.active .metro-map .mymap {
        height: 500px;
    }

    #tab-map.active .metro-map {
        height: 500px;
        width: 100%;
    }

    /* Стили для табов переключения карт */
    .tab-map-titles {
        position: absolute;
        top: 20px;
        text-align: center;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .tab-map-titles li {
        display: inline-block;
        list-style-type: none;
        background: #F4F4F6;
        color: var(--text-color);
        font-family: "Montserrat", serif;
        font-size: 18px;
        text-align: center;
        padding: 15px 20px;
        border-radius: 10px;
        margin-right: 5px;
        cursor: pointer;
    }

    .tab-map-titles li.active {
        background: var(--accent-color);
        color: var(--white-color);
    }

    /* Стили для metro-map (основной контейнер карт) */
    .metro-map {
        display: none;
        height: 150px;
        overflow: hidden;
    }

    .metro-map.active {
        display: block;
    }

    /* Стили для других карт на сайте */
    #small-map {
        height: 100px;
        width: 100%;
    }

    #big-map {
        height: 600px;
        width: 100%;
    }

    #map-header {
        height: 150px;
        width: 100%;
    }

    /* Дополнительные стили для вашего HTML структуры */
    .tab-map-titles ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .tab-map-titles li {
        display: inline-block;
        margin: 0 3px 10px;
        transition: background-color 0.3s;
    }

    .tab-map-titles li:hover {
        background: var(--accent-color);
        color: var(--white-color);
    }

    .metro-map iframe {
        width: 100%;
        height: 500px;
        border: none;
    }

    /* Адаптивные стили */
    @media (max-width: 767px) {
        .tab-map-titles li {
            font-size: 14px;
            padding: 4px 12px;
            margin-right: 3px;
            margin-bottom: 5px;
        }
        
        .metro-map {
            height: 300px;
        }
        
        .metro-map iframe {
            height: 300px;
        }
        
        #tab-map.active .metro-map {
            height: 300px;
        }
        
        #tab-map.active .metro-map .mymap {
            height: 300px;
        }
    }

    @media (max-width: 480px) {
        .tab-map-titles li {
            display: block;
            width: 100%;
            margin-right: 0;
            margin-bottom: 5px;
        }
        
        .tab-map-titles {
            position: relative;
            margin-top: 10px;
            bottom: auto;
        }
        
        .metro-map {
            height: 250px;
        }
        
        .metro-map iframe {
            height: 250px;
        }
        
        #tab-map.active .metro-map {
            height: 250px;
        }
        
        #tab-map.active .metro-map .mymap {
            height: 250px;
        }
    }
/************************************/
/***      18. Our Blog css	      ***/
/************************************/

.our-blog{
    padding: 40px 0 70px;
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image{
	margin-bottom: 20px;
}

.post-featured-image a{
    cursor: pointer;
    display: block;
	border-radius: 20px;
    overflow: hidden;
}

.post-featured-image figure{
	display: block;
}

.post-featured-image img{
	width: 100%;
    aspect-ratio: 1 / 0.695;
    object-fit: cover;
	border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-body{
	margin: 0 15px;
}

.post-item-content{
	margin-bottom: 15px;
}

.post-item-content .h2,
.post-item-content h2{
    font-size: 20px;
	line-height: 1.4em;
}

.post-item-content .h2 a,
.post-item-content h2 a{
	display: inline-block;
    color: inherit;
}


/************************************/
/***    17. Our Appointment css	  ***/
/************************************/

/* Контакты + карта — десктоп */
.our-appointment {
    background-image: none;
    background: #fff;
    padding: 60px 0;
}

.our-appointment .row {
    display: flex;
    flex-wrap: wrap;
}

.our-appointment .row > .col-lg-6 {
    flex: 0 0 35%;
    max-width: 35%;
}

.our-appointment .google-map-iframe {
    flex: 0 0 65%;
    max-width: 65%;
}

/* Контакты + карта — мобиле */
@media (max-width: 991.98px) {
    .our-appointment .row > .col-lg-6,
    .our-appointment .google-map-iframe {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .our-appointment .faq-side {
        max-width: 100%;
    }

    .our-appointment .google-map-iframe {
        margin-top: 24px;
    }
}

.appointment-form form .form-control{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 17px 20px;
	border: none;
    outline: none;
    box-shadow: none;
}

.appointment-form form .form-control::placeholder{
	text-transform: capitalize;
    color: var(--text-color);
}

.appointment-form form .form-group select{
	padding: 16px 30px 16px 20px;
}

.appointment-form form .form-group select option{
	color: var(--primary-color);
}

.appointment-form .contact-form-btn{
	margin-top: 20px;
}

.our-appointment-image{
	position: relative;
	border-radius: 20px;
	margin-left: 15px;
	overflow: hidden;
}

.our-appointment-image figure{
	display: block;
}

.our-appointment-image figure::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(32, 41, 110, 0) 37.07%, rgba(32, 41, 110, 0.8) 100%);
    width: 100%;
    height: 100%;
}

.our-appointment-image figure img{
	width: 100%;
	aspect-ratio: 1 / 0.967;
	object-fit: cover;
}

.open-time-box{
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	z-index: 1;
}

.open-time-box .icon-box{
	background: var(--white-color);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.our-appointment-image:hover .open-time-box .icon-box{
	background: var(--accent-color);
}

.open-time-box .icon-box img{
	width: 100%;
	max-width: 35px;
}

.open-time-box-content{
	width: calc(100% - 80px);
}

.open-time-box-content p{
	color: var(--white-color);
	margin-bottom: 2px;
}

.open-time-box-content p:last-child{
	margin-bottom: 0;
}

.our-values{
	padding: 100px 0;
}

.values-counter-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.values-counter-item{
	position: relative;
	width: calc(50% - 15px);
	background: var(--secondary-color);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 10px 10px 20px;
	overflow: hidden;
	margin-top: 20px;
	color: var(--text-color);
}

.values-counter-item::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
	border-radius: 500px 500px 0 0;
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.values-counter-item.active::after,
.values-counter-item:hover::after{
	height: 100%;
	border-radius: 0;
}

.values-counter-item-content{
	position: relative;
	width: calc(100% - 60px);
	align-content: center;
	padding-top: 10px;
	z-index: 1;
}
.ind-counter-box .icon-box img {
    width: 25px;
    height: 25px;
}
.ind-counter-box .values-counter-item-content {
    padding-top: 0;
	font-size: 12px;
}
.values-counter-item-content h2{
	font-size: 48px;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

.values-counter-item-content p{
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.values-counter-item:hover .values-counter-item-content h2,
.values-counter-item:hover .values-counter-item-content p{
	color: var(--white-color);
}

.values-counter-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.values-counter-item-content{
    width: 100%;
}

.values-counter-item .icon-box{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}


.values-image-content{
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px	;
	padding: 30px;
}

.values-image,
.values-content{
	width: calc(50% - 15px);
}

.values-content{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.values-content p{
	margin-bottom: 30px;
}

.values-image figure{
	display: block;
	border-radius: 20px;
}

.values-image figure img{
	width: 100%;
	aspect-ratio: 1 / 1.17;
	object-fit: cover;
	border-radius: 20px;
}


/************************************/
/***       16.  Our FAQs css      ***/
/************************************/

.our-faqs{
	position: relative;
	padding: 100px 0;
	z-index: 1;
}

.faqs-content{
	position: sticky;
	top: 30px;
	margin-right: 15px;
}

.faqs-contact-box{
	width: 100%;
	max-width: 600px;
	border-radius: 20px;
	overflow: hidden;
}

.faqs-contact-box-title{
	background: var(--accent-color);
	text-align: center;
	padding: 15px 30px;
}

.faqs-contact-box-title .h3,
.faqs-contact-box-title h3{
	font-size: 18px;
	color: var(--white-color);
	line-height: 1.4;
}

.faqs-contact-item-box{
	background: var(--primary-color);
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
	padding: 30px;
}

.faq-accordion .accordion-item{
	background: var(--white-color);
    border: 1px solid var(--divider-color);
	border-radius: 10px;
	margin-bottom: 10px;
    padding: 0;
	overflow: hidden;
}

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

.faq-accordion .accordion-header .accordion-button{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.111em;
	background: var(--accent-color);
	color: var(--white-color);
	padding: 20px 45px 20px 20px;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button.collapsed{
	color: var(--text-color);
	background: transparent;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
	font-family: "FontAwesome";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	font-size: 18px;
	font-weight: 400;
    line-height: normal;
    color: var(--white-color);
	transition: all 0.4s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after{
	transform: translateY(-50%) rotate(0deg);
	color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-body{
	background: var(--primary-color);
	border-top: 1px solid var(--divider-color);
	padding: 20px;
	color: var(--white-color);
	line-height: 1.6em;
}

.faq-accordion .accordion-item .accordion-body p{
    color: #000000;
	margin: 0;
}

/************************************/
/*** 	    13. CTA Box css		  ***/
/************************************/

.cta-box{
	background: linear-gradient(270deg, rgba(32, 41, 110, 0) -129%, #20296E 90%), url('../images/cta-box-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
}

.cta-content-body{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
}

.cta-contact-item{
	border-right: 1px solid var(--dark-divider-color);
	margin-right: 40px;
	padding-right: 40px;
}

.cta-contact-item:last-child{
	margin: 0;
	padding: 0;
	border: none;
}

.cta-contact-header{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.cta-contact-header img{
	max-width: 20px;
	margin-right: 10px;
}

.cta-contact-header .h3,
.cta-contact-header h3{
	font-size: 20px;
	color: var(--text-color);
}

.cta-contact-item-content p{
	color: var(--text-color);
	opacity: 80%;
	margin: 0;
}

.cta-contact-item-content p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.cta-contact-item-content p a:hover{
	color: var(--accent-color);
}

.cta-btn{
	position: relative;
	display: inline-block;
	margin-top: 60px;
}

.cta-btn::before{
	content: '';
    position: absolute;
    bottom: 5px;
    right: -30px;
    transform: translateX(100%);
    background: url('../images/cta-box-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	width: 100px;
    height: 55px;
    animation: ctaarrowmove 2s infinite linear alternate;
}

@keyframes ctaarrowmove{
	50%{
		right: -55px;
	}
}

.our-approach{
	background: url('../images/section-bg-imgae.png') no-repeat;
	background-position: center center;
	background-size: cover;
    padding: 80px 0 30px 0;
}

.our-approach-image{
	margin-right: 15px;
}

.our-approach-image figure{
	display: block;
	border-radius: 20px;
}

.our-approach-image img{
	width: 100%;
	aspect-ratio: 1 / 0.967;
	object-fit: cover;
	border-radius: 20px;
}

.approach-item-box{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.approach-item{
	width: 100%;
	background: var(--primary-color);
	border-radius: 20px;
	padding: 30px;
}

.approach-item-box .approach-item:nth-child(even){
	background: var(--accent-color);
}

.approach-item .icon-box{
	margin-bottom: 50px;
}

.approach-item .icon-box img{
	max-width: 50px;
}

.approach-item-content .h3,
.approach-item-content h3{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 10px;
}

.approach-item-content p{
	color: var(--white-color);
	margin: 0;
}

/************************************/
/*** 	 31. Image Gallery css	  ***/
/************************************/

.page-gallery{
	padding: 30px 0 70px;
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: pointer;
}

.page-gallery-box .photo-gallery figure{
	display: block;
	border-radius: 20px;
}

.page-gallery-box .photo-gallery img{
	width: 100%;
	aspect-ratio: 1 / 1.43;
	object-fit: cover;
	border-radius: 20px;
}

/* wrapper block */
.media-ribbon{
  position: relative;
}

/* scroll container */
.media-ribbon__line{
  display: flex;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 20px;
  user-select: none;
  cursor: grab;
  scrollbar-width: none;
}
.media-ribbon__line::-webkit-scrollbar{
  height: 0;
}
.media-ribbon__line.is-dragging{
  cursor: grabbing;
  scroll-behavior: auto;
}

/* slide card */
.media-ribbon__cell{
  flex: 0 0 auto;
  width: 360px;
  scroll-snap-align: start;
}

/* responsive */
@media (max-width: 980px){
  .media-ribbon__line{
    gap: 24px;
  }
  .media-ribbon__cell{
    width: 320px;
  }
}
@media (max-width: 640px){
  .media-ribbon__line{
    gap: 18px;
  }
  .media-ribbon__cell{
    width: 82vw;
  }
}

/* arrows */
.media-ribbon__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: none;
  background: rgb(255 112 163);
  color: #333;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, opacity .2s ease;
}

.media-ribbon__nav:hover{
  transform: translateY(-50%) scale(1.05);
}

.media-ribbon__nav--prev{
  left: -22px;
}
.media-ribbon__nav--next{
  right: -22px;
}

@media (max-width: 640px){
  .media-ribbon__nav{
    display: none;
  }
}

/* optional: add subtle fade edges (nice effect) */
.media-ribbon::before,
.media-ribbon::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity .2s ease;
}
.media-ribbon::before{
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.media-ribbon::after{
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.media-ribbon.is-can-scroll::before,
.media-ribbon.is-can-scroll::after{
  opacity: 1;
}

.media-ribbon__line,
.media-ribbon__line *{
  cursor: grab !important;
}
.media-ribbon__line.is-dragging,
.media-ribbon__line.is-dragging *{
  cursor: grabbing !important;
}
/* ===== Slider mode for existing gallery ===== */
.page-gallery-box.gallery-items{
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 25px;
  user-select: none;
  cursor: grab;
  scrollbar-width: none;
}
.page-gallery-box.gallery-items::-webkit-scrollbar{
  height: 0;
}

/* drag state */
.page-gallery-box.gallery-items.is-dragging{
  cursor: grabbing;
  scroll-behavior: auto;
}

/* важное: при drag ссылки не кликаются => лайтбокс не открывается */
.page-gallery-box.gallery-items.is-dragging a{
  pointer-events: none;
}

/* карточка в ленте (заменяет col-lg-4 col-6) */
.page-gallery-box.gallery-items > .col-lg-4{
  flex: 0 0 auto;
  width: 360px;              /* ширина слайда */
  scroll-snap-align: start;
  padding: 0 !important;     /* убираем bootstrap padding */
}

/* адаптив */
@media (max-width: 980px){
  .page-gallery-box.gallery-items{
    gap: 24px;
  }
  .page-gallery-box.gallery-items > .col-lg-4{
    width: 320px;
  }
}
@media (max-width: 640px){
  .page-gallery-box.gallery-items{
    gap: 18px;
  }
  .page-gallery-box.gallery-items > .col-lg-4{
    width: 82vw;
  }
}
.gallery-ribbon{
  position: relative;
}

.gallery-ribbon__btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: none;
  background: rgba(255,213,123,1);
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-ribbon__btn--prev{ left: -22px; }
.gallery-ribbon__btn--next{ right: -22px; }

@media (max-width: 640px){
  .gallery-ribbon__btn{ display:none; }
}
.gallery-items.page-gallery-box.is-dragging a{
  pointer-events: none;
}

.media-ribbon__line.is-dragging a{
  pointer-events: none;
}
.media-ribbon__line img{
  pointer-events: none;
}
#galery-swiper .swiper-button-next, #galery-swiper .swiper-button-prev {
    color: var(--accent-color);
}
#galery-swiper .swiper-button-next:hover,
#galery-swiper .swiper-button-prev:hover {
    color: var(--white-color);
}
/************************************/
/*** 	 29. Pricing Page css	  ***/
/************************************/

.page-pricing{
	padding: 100px 0;
	background: #f8f8f8;
}

.pricing-item{
	background: var(--white-color);
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 30px;
}

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

.pricing-header{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.pricing-header .h3,
.pricing-header h3{
	font-size: 20px;
}

.pricing-body{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.pricing-content{
	width: calc(55% - 15px);
}

.pricing-list{
	width: calc(45% - 15px);
}
.pricing-list ul li {
	margin-bottom: 20px;
	margin-top: 15px;
	line-height: 0.5em;
}
.pricing-price{
	margin-bottom: 25px;
}

.pricing-price .h2,
.pricing-price h2{
	font-size: 34px;
	margin-bottom: 10px;
}

.pricing-price .h2 sub,
.pricing-price h2 sub{
	font-size: 20px;
	text-transform: capitalize;
	bottom: 0;
}

.pricing-price p{
	margin-bottom: 0;
	font-size: 12px;
    color: grey;
}

.pricing-list ul{
	list-style: disc;
	margin: 0;
	padding: 0 0 0 20px;
}

.pricing-list ul li{
	margin-bottom: 20px;
	line-height: 0.7em;
}

.pricing-list ul li:last-child{
	margin-bottom: 0;
}

.pricing-list ul li::marker{
	color: var(--primary-color);
}

.page-pricing{
	padding: 100px 0 70px;
	background: #f8f8f8;
}

.page-pricing .pricing-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-pricing .pricing-item .pricing-content,
.page-pricing .pricing-item .pricing-list{
	width: 100%;
}
.pricing-badges {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      align-content: stretch;
      gap: 8px;
}
.ms-country {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  margin-top: 10px;
  border-radius: 12px;
  background: #F3F3F3;
  width: fit-content;
}

.ms-country img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.ms-country span {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: 500;
}
.ms-pricing-photo {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 180px; /* регулируйте высоту */
  background: #f3f3f3;
}

.ms-pricing-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pricing-header .ms-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  align-items: center;
}

.pricing-header .ms-badge {
  display: inline-flex;
  align-items: center;
  padding: 11px 15px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  margin-top: 10px;
}

.pricing-header .ms-badge--premium {
  background: #ff5ca8;
  color: #fff;
}

/************************************/
/***   34. Contact Us Page css	  ***/
/************************************/

.page-contact-us{
	padding: 20px 0;
}

.contact-info-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.contact-form-section{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
	margin-top: 100px;
}

.google-map-iframe{
	width: calc(50% - 30px);
	border-radius: 20px;
	overflow: hidden;
}

.google-map-iframe iframe{
    width: 100%;
    height: 100%;
}

.contact-us-form{
	width: calc(50% - 30px);
	background-color: var(--secondary-color);
	border-radius: 20px;
	padding: 40px;
}

.contact-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background-color: var(--white-color);
	border: none;
	border-radius: 20px;
	padding: 18px 20px;
	box-shadow: none;
	outline: none;
}

.contact-form .form-control::placeholder{
	color: var(--text-color);
}


.page-header{
	position: relative;
	padding: 140px 0 80px;
	margin-top: -114px;
	overflow: hidden;
}

.page-header:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 90%;
	z-index: 0;
}

.page-header-box{
	position: relative;
	text-align: center;
	z-index: 1;
}

.page-header-box .h1,
.page-header-box h1{
    font-size: 40px;
	color: var(--text-color);
	margin-bottom: 15px;
}

.page-header-box .h1 span,
.page-header-box h1 span{
	color: var(--accent-color);
}

.page-header-box ol{
	margin: 0;
	padding: 0;
    justify-content: center;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 16px;
	font-weight: 500;
	color: #b1b1b1
	margin-top: 10px;;
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: grey;
}
/************************************/
/*** 	 23. Blog Archive css	  ***/
/************************************/

.page-blog{
	padding: 35px 0;
}

.page-blog .post-item{
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

.page-pagination{
    margin-top: 20px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--text-color);
	border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: var(--accent-color);
    color: var(--white-color);
}
/************************************/
/*** 	   19. Footer css		  ***/
/************************************/

.main-footer-box{
	padding: 40px 0;
}

.footer-header{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
    border-bottom: 1px solid #ffffff9c;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.footer-header .section-title{
	width: calc(80% - 15px);
	margin: 0;
}

.footer-header .book-consult-circle{
	width: calc(20% - 15px);
	text-align: right;
}

.about-footer{
    margin-right: 4.688vw;
}

.footer-logo{
    margin-bottom: 20px;
}
.for-liza {background: #909090;}
header .site-logo {margin-bottom: 0;}
.site-logo {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/*justify-content: space-between;*/
	align-items: center;
	align-content: normal;
	gap: 20px;
	margin-bottom: 20px;
}
.site-logo-text1 {
	font-size: 23px;
	color: var(--text-color);
	line-height: 1.2;
	font-weight: bold;
}
.site-logo-texts > div{text-align: justify;}
.site-logo-text2 {
	color: grey;
	font-size: 14px;
}
.site-logo-texts a {
	color: var(--text-color);
}

.footer-logo img{
    width: 100%;
    max-width: 152px;
}

.about-footer-content{
    margin-bottom: 30px;
}

.about-footer-content p{
    color: var(--black-color);
    margin-bottom: 0;
}

.footer-social-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
}

.footer-social-links ul li{
	display: inline-block;
	margin-right: 12px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	width: 38px;
	height: 38px;
	color: var(--black-color);
    border: 1px solid var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover{
	color: var(--accent-color);
	border-color: var(--accent-color);
}

.white-popup {
  position: relative;
  background: #FFF;
      padding: 40px 45px;
  width: auto;
  max-width: 560px;
  margin: 20px auto;
  border-radius: 25px;
}

.mfp-bg {
    background: rgba(74, 73, 84, 0.7);
}


.footer-social-links ul li a i{
	font-size: 18px;
	color: inherit;
}

.footer-links-box{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.footer-links .h3,
.footer-links h3{
    font-size: 20px;
    color: var(--black-color);
    margin-bottom: 30px;
}

.footer-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li{
    color: var(--black-color);
	line-height: 1.1em;
	margin-bottom: 12px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover{
    color: var(--accent-color);
}

.footer-newsletter-form .form-group{
	display: flex;
	background: var(--dark-divider-color);
	border-radius: 10px;
	padding: 5px;
}

.footer-newsletter-form .form-group .form-control{
	width: 70%;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
	color: var(--white-color);
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	padding: 12px 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder{
	color: var(--white-color);
}

.footer-newsletter-form .form-group .btn-default{
	width: 30%;
	padding: 17px 20px;
}

.footer-newsletter-form .form-group .btn-default::before{
	display: none;
}

.footer-privacy-policy ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px 30px;
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 30px;
	margin-top: 30px;
}

.footer-links.footer-privacy-policy ul li{
	position: relative;
	margin: 0;
}

.footer-privacy-policy ul li::before{
	content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
	font-size: 12px;
    color: var(--white-color);
}

.footer-privacy-policy ul li:last-child:before{
	display: none;
}

.footer-privacy-policy ul li a{
	color: inherit;
}

.footer-copyright-text{
	padding: 15px 0 5px;
}
.footer-hoog {
	text-align: right;
	padding: 10px 0 15px;
}
.footer-hoog a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}
.footer-hoog a:hover {
    color: var(--accent-color);
}
.footer-hoog p,
.footer-copyright-text p{
	margin-bottom: 0;
}
.prices-text {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
    color: grey;
}

.book-consult-circle.accent-circle a{
	background: var(--accent-color);
	padding: 10px;
}

.book-consult-circle.accent-circle a img{
	max-width: 90px;
}

.book-consult-circle a{
	display: inline-block;
	border-radius: 50%;
	padding: 15px;
	background: var(--primary-color);
}

.book-consult-circle a img{
	width: 100%;
	max-width: 160px;
	border-radius: 50%;
	animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}


/* Контейнер */
#video-widget {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    width: 140px;
    height: 190px;
    background: #000;
    border-radius: 14px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 99;
}

/* Показ */
#video-widget.show {
    opacity: 1;
    pointer-events: auto;
}

/* Увеличение */
#video-widget.expanded {
    width: 380px;
    height: 548px;
    transform: translateY(-50%) scale(1);
}

/* Видео */
#video-widget video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
#video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

/* Кнопка закрытия */
#close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.7);
    color: #fff;
    cursor: pointer;
    padding: 0 !important;
}


.legal-links a{
  display:inline-block;

  box-sizing:border-box;
  padding:0 0 6px 0;
  margin:0 0 6px 0;
  text-decoration:none;
  position:relative;
}

.legal-links a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background: repeating-linear-gradient(
    to right,
    #e6a6b3 0 6px,
    transparent 6px 12px
  );
}
.work-step-item p{
	color: var(--text-color);
	margin-bottom: 0;
}

.work-step-btn{
	margin-top: 40px;
}

.work-step-image figure{
	display: block;
	border-radius: 20px;
	margin-bottom: 30px;
}

.work-step-image img{
	width: 100%;
	aspect-ratio: 1 / 0.646;
	object-fit: cover;
	border-radius: 20px;
}
.promo-pagination {text-align: center;margin: 30px 0;}
.promo-pagination .swiper-pagination-bullet-active {background: var(--accent-color);}
/************************************/
/***      37. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1720px){

	.bg-section{
		width: calc(100% - 40px);
		max-width: 100%;
		margin: 10px 20px 10px 20px;
		border-radius: 20px;
	}
	.bg-section.sticky-header {margin-top: 0;}
	.page-header {
        margin-top: -85px;
    }
	header.main-header .container-fluid{
		padding: 0 15px;
	}
	header.main-header .header-sticky.active{
		padding: 0;
	}
}


@media only screen and (max-width: 1480px){
	
	.topbar{
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	header.main-header .header-sticky.active{
		border-radius: 0;
	}
}

@media only screen and (max-width: 1300px){

	.topbar-contact-info ul li{
		margin-right: 15px;
		padding-right: 15px;
	}
	
	.main-menu .nav-menu-wrapper{
		margin: 0 10px;
	}
	
/* только ссылки верхнего уровня в горизонтальном меню */
.main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item > a{
  padding: 15px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--black-color);
  transition: all .3s ease-in-out;
}

}

@media only screen and (max-width: 991px){
    .about-image-content-box-1 {
        width: calc(50% - 15px);
    }
        .about-counter-box {
        width: calc(50% - 15px);
        padding: 30px;
    }
        .about-image-content-box-2 {
        width: 100%;
    }
	.btn-default{
		padding: 14px 45px 14px 20px;
	}

	.btn-default::before{
		top: 14px;
		right: 20px;
	}

	.topbar{
		width: 100%;
		padding: 15px 0;
		margin: 0;
	}

	.topbar-contact-info ul{
		justify-content: center;
	}
	
	.topbar-social-links{
		display: none;
	}

	header.main-header .header-sticky{
        max-width: 100%;
        margin: 0;
    }

	.navbar{
		padding: 15px 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.bg-section{
		width: 100%;
		border-radius: 0;
		margin: 0;
	}
	
	.section-row{
		margin-bottom: 40px;
	}

	.section-content-btn .section-btn{
		margin-top: 20px;
	}
	
	.section-title{
		margin-bottom: 30px;
	}
    
    .section-title .h1,
	.section-title h1{
		font-size: 50px;
	}
    
    .section-title .h2,
	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 10px;
	}

	.section-title-content{
        margin-top: 10px;
    }

	.section-btn{
        text-align: left;
        margin-top: 15px;
	}
    
	.hero-info{
		padding: 40px 0 0;
	}

	.hero-info-list{
		max-width: 100%;
	}

	.hero-info-item{
		width: calc(50% - 15px);
		padding: 20px;
	}

	.hero-info-header{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.hero-info-body ul li{
		margin-bottom: 15px;
	}

	.hero-info-body h3{
		font-size: 18px;
	}

	.hero-info-btn{
		margin-top: 20px;
	}

	.hero-info-btn .btn-default{
		padding: 14px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-us-images{
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
		padding: 0 35px 54px 50px;
	}

	.about-us-img-2{
		right: 20px;
	}

	.about-list-btn{
		width: calc(100% - 170px);
	}
	
	.about-list ul li{
		padding-left: 25px;
		margin-bottom: 15px;
	}
	
	.about-list ul li:before{
		font-size: 18px;
	}
	
	.about-btn{
		margin-top: 30px;
	}

	.book-consult-circle a{
		padding: 10px;
	}
	
	.book-consult-circle a img{
		max-width: 120px;
	}

	.our-services{
		padding: 50px 0;
	}

	.service-item{
		padding: 20px;
	}

	.service-body .icon-box{
		margin-bottom: 40px;
	}

	.service-readmore-btn{
		margin-top: 15px;
	}

	.section-footer-text{
		margin-top: 10px;
	}

	.our-commitment{
		padding: 50px 0 0;
	}

	.our-commitment-content{
		margin-bottom: 30px;
	}
	
	.our-commitment-content,
	.our-commitment-image{
		height: auto;
	}

	.commitment-list ul li{
		padding-left: 25px;
	}

	.commitment-item-list{
		margin-top: 20px;
		padding-top: 20px;
	}
    
    .commitment-item-list .h3,
	.commitment-item-list h3{
		padding-left: 25px;
		margin-bottom: 15px;
	}

	.commitment-list ul li:before,
	.commitment-item-list .h3:before,
	.commitment-item-list h3::before{
		font-size: 18px;
	}

	.commitment-btn{
		margin-top: 30px;
	}

	.our-commitment-image{
		width: 100%;
		max-width: 50%;
		margin: 0 auto;
	}

	.our-commitment-image img{
		margin: 0;
	}

	.how-it-work{
		padding: 50px 0;
	}

	.work-step-nav{
		margin-bottom: 40px;
	}

	.work-step-nav .nav-tabs{
		gap: 15px;
	}

	.work-step-nav ul li{
		width: calc(33.33% - 10px);
	}

	.work-step-nav ul li .nav-link{
		font-size: 18px;
		border-radius: 12px;
		padding: 15px 10px;
	}

	.work-step-nav ul li .nav-link img{
		max-width: 24px;
		margin-right: 10px;
	}

	.work-step-content{
		margin-bottom: 30px;
		padding-left: 40px;
	}

	.work-step-item{
		margin-bottom: 30px;
	}

	.work-step-item::before{
		left: -30px;
		top: 15px;
		font-size: 16px;
	}

	.work-step-item::after{
		transform: translate(-23px, 45px);
		height: calc(100% + 15px);
	}

	.work-step-btn{
		margin-top: 30px;
	}

	.work-step-image img{
		aspect-ratio: 1 / 0.55;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-box{
		width: calc(50% - 15px);
	}

	.why-choose-item{
		padding: 30px;
	}

	.why-choose-item h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

    .why-choose-item .h3,
	.why-choose-item h3{
		margin-bottom: 15px;
	}

	.why-choose-btn{
		margin-top: 20px;
	}

	.why-choose-btn .btn-default{
		padding: 14px;
	}

	.why-choose-image img{
		aspect-ratio: 1 / 0.93;
	}

	.our-facts{
		padding: 50px 0;
	}

	.fact-content{
		margin-bottom: 30px;
	}

	.fact-image img{
		aspect-ratio: 1 / 0.52;
	}

	.fact-info-box .fact-image{
		margin-bottom: 30px;
	}

	.fact-list ul li{
		padding-left: 25px;
		margin-bottom: 15px;
	}

	.fact-list ul li:before{
		font-size: 18px;
	}

	.fact-counter-list{
		margin-top: 30px;
		padding-top: 30px;
	}

	.fact-counter-item h2{
		font-size: 34px;
		margin-bottom: 5px;
	}

	.our-pricing{
		padding: 50px 0;
	}

	.pricing-item{
		padding: 30px 25px;
	}

	.pricing-header{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.pricing-header p{
		margin-bottom: 20px;
	}

	.pricing-header h2{
		font-size: 36px;
	}

	.pricing-body{
		margin-bottom: 30px;
	}

	.pricing-body ul li{
		padding-left: 25px;
		margin-bottom: 15px;
	}

	.pricing-body ul li::before{
		font-size: 16px;
		top: 2px;
	}

	.pricing-btn .btn-default{
		padding: 14px;
	}

	.pricing-benefit-list{
		margin-top: 10px;
	}

	.pricing-benefit-list ul{
		gap: 20px 30px;
	}

	.cta-box{
		padding: 50px 0;
	}

	.cta-contact-item{
		margin-right: 30px;
		padding-right: 30px;
	}

	.cta-btn{
		margin-top: 40px;
	}

	.our-team{
		padding: 50px 0 20px;
	}

	.team-content h3{
		margin-bottom: 5px;
	}

	.our-testimonials{
		padding: 50px 0;
	}

	.review-image-box{
		padding: 20px;
	}

	.review-icon img{
		max-width: 40px;
	}

	.customer-img.add-more,
	.customer-img{
		width: 47px;
		height: 47px;
	}

	.customer-img.add-more p{
		font-size: 18px;
	}

	.testimonial-item{
		padding: 30px 25px;
	}

	.testimonial-header{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.testimonial-slider .testimonial-pagination{
		margin-top: 30px;
	}

	.our-faqs{
		padding: 50px 0;
	}

	.faqs-content{
		position: initial;
		top: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.faq-accordion .accordion-item{
		margin-bottom: 20px;
	}

	.faq-accordion .accordion-header .accordion-button{
		padding: 15px 40px 15px 15px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		right: 15px;
	}

	.faq-accordion .accordion-item .accordion-body{
		padding: 15px;
	}


	.appointment-form{
		margin-bottom: 30px;
	}

	.appointment-form form .form-control{
		padding: 12px 15px;
	}

	.appointment-form form .form-group select{
		padding: 12px 30px 12px 15px;
	}

	.appointment-form .contact-form-btn{
		margin-top: 10px;
	}

	.our-appointment-image{
		margin-left: 0;
	}

	.our-appointment-image figure img{
		aspect-ratio: 1 / 0.8;
	}

	.open-time-box{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

	.open-time-box .icon-box{
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}

	.open-time-box .icon-box img{
		max-width: 28px;
	}

	.open-time-box-content{
		width: calc(100% - 65px);
	}

	.our-blog{
		padding: 50px 0 20px;
	}

	.post-featured-image{
		margin-bottom: 15px;
	}

	.main-footer-box{
		padding: 50px 0;
	}

	.footer-header{
		margin-bottom: 35px;
		padding-bottom: 30px;
	}

	.about-footer{
		margin-right: 0;
		margin-bottom: 30px;
	}



	.footer-logo{
		margin-bottom: 15px;
	}

	.about-footer-content{
		margin-bottom: 20px;
	}

	.footer-links{
		margin-bottom: 30px;
	}
    
    .footer-links .h3,
	.footer-links h3{
		margin-bottom: 20px;
	}

	.footer-links ul li{
		margin-bottom: 12px;
	}

	.footer-links.footer-privacy-policy{
		margin-bottom: 0;
	}

	.footer-privacy-policy ul{
		margin-top: 20px;
		padding-top: 20px;
	}

	.footer-newsletter-form .form-group .form-control{
		padding: 10px 15px;
	}

	.footer-newsletter-form .form-group .btn-default{
		padding: 15px;
	}

	.footer-copyright-text{
		padding: 20px 0;
	}

	.page-header{
		margin-top: -60px;
		padding: 140px 0 60px;
	}

    .page-header-box .h1,
	.page-header-box h1{
		font-size: 50px;
		margin-bottom: 10px;
	}

	.our-approach{
		padding: 50px 0;
	}

	.our-approach-image{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.our-approach-image img{
		aspect-ratio: 1 / 0.7;
	}

	.approach-item-box{
		gap: 30px;
	}

	.approach-item{
		padding: 20px;
	}

	.approach-item .icon-box{
		margin-bottom: 30px;
	}

	.approach-item .icon-box img{
		max-width: 40px;
	}

	.our-benefits{
		padding: 50px 0;
	}

	.our-benefits-content{
		margin-bottom: 30px;
	}

	.benefits-item{
		padding: 20px;
	}

	.benefits-image{
		max-width: 80%;
		margin: 0 auto;
	}

	.who-we-are{
		padding: 50px 0;
	}

	.who-we-content{
		margin-bottom: 30px;
	}

	.who-we-btn{
		margin-top: 30px;
	}

	.who-we-image{
		max-width: 80%;
		margin: 0 auto;
		padding: 0 50px 0 80px;
	}

	.years-expertise-box h2{
		font-size: 34px;
	}

	.our-values{
		padding: 50px 0;
	}

	.values-counter-box{
		margin-bottom: 30px;
	}

	.values-counter-item-content h2{
		font-size: 36px;
	}

	.values-counter-item .icon-box img{
		max-width: 40px;
	}

	.values-image-content{
		padding: 20px;
	}

	.values-image figure img{
		aspect-ratio: 1 / 0.9;
	}

	.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
		padding: 50px 0;
	}

	.page-single-sidebar{
		position: initial;
		margin: 0 0 30px 0;
	}

	.page-catagory-list{
		margin-bottom: 30px;
	}
    
    .page-catagory-list .h3,
	.page-catagory-list h3{
		padding: 15px 20px;
	}

	.page-catagory-list ul{
		padding: 20px;
	}

	.page-catagory-list ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.page-single-image{
		margin-bottom: 30px;
	}

	.service-entry{
		margin-bottom: 40px;
	}

	.service-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

	.service-expert-box,
	.service-path-box,
	.service-step-box{
		margin-top: 40px;
	}

	.service-expert-image-list{
		padding: 10px 0 0 30px;
		margin-top: 30px;
	}

	.service-expert-item{
		margin-bottom: 30px;
	}
    
    .service-expert-item .h3,
	.service-expert-item h3{
		padding-left: 25px;
		margin-bottom: 10px;
	}

    .service-expert-item .h3:before,
	.service-expert-item h3::before{
		font-size: 18px;
	}

	.service-entry-image-content{
		margin-top: 30px;
	}

	.service-entry-content{
		padding: 25px;
	}

	.service-path-list{
		gap: 20px;
		padding: 20px;
		margin-top: 30px;
	}

	.service-path-item{
		width: calc(33.33% - 13.33px);
		padding: 20px;
	}

	.service-path-item .icon-box{
		margin-bottom: 40px;
	}

	.service-path-item .icon-box img{
		max-width: 40px;
	}

	.service-step-list-image{
		margin-top: 30px;
	}

	.service-step-list{
		padding-left: 35px;
	}

	.page-blog{
		padding: 50px 0;
	}

	.page-blog .post-item{
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}

	.page-pagination{
		margin-top: 10px;
	}

	.page-single-post{
        padding: 50px 0;
    }
    
    .post-image{
        margin-bottom: 20px;
    }
    
    .post-entry .h1,
    .post-entry .h2,
    .post-entry .h3,
    .post-entry .h4,
    .post-entry .h5,
    .post-entry .h6,
    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{
        margin: 0 0 0.47em;
    }
    
    .post-entry .h2,
    .post-entry h2{
        font-size: 36px;
    }
    
    .post-entry p{
        margin-bottom: 15px;
    }
    
    .post-entry ol li,
    .post-entry ul li{
        margin-bottom: 10px;
    }
    
    .post-entry blockquote{
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }
    
    .post-entry blockquote p{
        font-size: 18px;
    }
    
    .post-tags{
        margin-bottom: 20px;
    }
    
    .post-tags .tag-links a{
        padding: 12px 15px;
    }
    
    .post-social-sharing ul{
        text-align: left;
    }

	.page-case-study{
		padding: 50px 0 20px;
	}

	.case-study-item{
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}
	
	.case-study-image{
		margin-bottom: 15px;
	}

	.page-case-study-single{
		padding: 50px 0;
	}

	.case-study-category-list{
		padding: 20px;
		margin-bottom: 30px;
	}

	.case-study-category-item{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.case-study-entry{
		margin-bottom: 40px;
	}

	.case-study-entry p{
		margin-bottom: 15px;
	}
    
    .case-study-entry .h2,
	.case-study-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.case-study-entry ul li{
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.case-study-entry ul li:before{
		font-size: 18px;
	}

	.case-study-success-box,
	.case-study-fertility-box,
	.case-study-guide-box{
		margin-top: 40px;
	}

	.case-study-success-list{
		gap: 30px;
		margin-top: 30px;
	}

	.case-study-success-header{
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.case-study-success-header img{
		max-width: 34px;
		margin-right: 10px;
	}

    .case-study-success-header .h3,
	.case-study-success-header h3{
		font-size: 18px;
	}

	.fertility-content ul{
		margin: 30px 0;
	}

	.fertility-item-box{
		padding: 15px;
	}

	.fertility-item-box .icon-box{
		margin-right: 10px;
	}

	.fertility-item-box .icon-box img{
		max-width: 35px;
	}

	.fertility-item-conetnt{
		width: calc(100% - 45px);
	}
    
    .fertility-item-conetnt .h3,
	.fertility-item-conetnt h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.case-study-guide-list{
		margin: 30px 0;
		gap: 20px;
	}

	.case-study-guide-item{
		width: calc(50% - 10px);
		padding: 20px;
	}

	.page-team{
		padding: 50px 0 20px;
	}

	.page-team-single{
		padding: 50px 0;
	}

	.team-member-about,
	.team-personal-info{
		margin-bottom: 50px;
	}

	.team-member-about{
		padding: 30px;
		gap: 30px;
	}

	.team-member-image{
		width: calc(40% - 15px);
	}

	.team-member-content{
		width: calc(60% - 15px);
	}

	.team-member-image img{
		margin-bottom: -30px;
	}

	.member-content-body ul{
		gap: 10px;	
	}

	.member-content-body ul li{
		width: 100%;
	}

	.member-social-list{
		gap: 20px;	
		margin-top: 20px;
		padding-top: 20px;
	}

	.team-personal-item{
		width: calc(50% - 15px);
		padding: 20px;
	}

	.team-expertise{
		width: 100%;
	}

	.member-expertise-list ul li{
		padding-left: 25px;
		margin-bottom: 15px;
	}

	.member-expertise-list ul li::before{
		font-size: 18px;
	}

	.team-skills-list{
		margin-top: 30px;
		padding-top: 30px;
	}

	.page-pricing{
		padding: 50px 0;
	}

	.page-testimonials{
		padding: 50px 0 20px;
	}

	.page-gallery{
		padding: 50px 0 20px;
	}

	.page-video-gallery{
		padding: 50px 0 20px;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.page-faqs-catagery .page-faq-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0;
	}

	.contact-form-section{
		margin-top: 50px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		width: 100%;
		height: 450px;
	}

	.contact-us-form{
		width: 100%;
		padding: 30px;
	}
	
	.contact-form .form-control{
		border-radius: 12px;
		padding: 12px 15px;
	}

	.page-book-appointment{
		padding: 50px 0;
	}

	.error-page{
		padding: 50px 0;
	}

	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

	.error-page-content .section-title,
	.error-page-content-body p{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){
	.about-image-content-box-1{
        width: 100%;
    }
	.footer-header .book-consult-circle,
	.footer-header .section-title{
		width: 100%;
	}

	.footer-header .book-consult-circle{
		text-align: left;
	}
    
    .footer-links .h3,
	.footer-links h3{
		font-size: 18px;
        margin-bottom: 15px;
    }

	.footer-links ul li{
        margin-bottom: 8px;
    }

	.footer-privacy-policy ul{
		gap: 10px 20px;
	}

	.footer-privacy-policy ul li::before{
		right: -13px;
	}

	.footer-newsletter-form .form-group .btn-default{
		font-size: 14px;
	}

	.footer-copyright-text{
        padding: 15px 0;
    }
        .customer-rating-box {
        align-items: start;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: nowrap;
    }

}
@media only screen and (max-width: 767px){
    .about-us-boxes {
        gap: 20px;
    }
        .about-image-content-box-2 {
        width: 100%;
    }
        .about-counter-box {
        width: 100%;
        padding: 20px;
    }
	.section-row{
		margin-bottom: 30px;
	}
    .section-title .h1,
	.section-title h1{
		font-size: 30px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.topbar{
        padding: 10px 0;
    }

	.topbar-contact-info .hide-mobile{
		display: none;
	}

	.topbar-contact-info ul li{
		font-size: 14px;	
        margin-right: 10px;
        padding-right: 10px;
    }

	.topbar-contact-info ul li:nth-last-child(2){
		margin: 0;
		padding: 0;
		border: none;
	}
	
	.topbar-contact-info ul li img{
		max-width: 14px;
		margin-right: 5px;
	}

	.hero-info-item{
        width: 100%;
    }

	.hero-info-header{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

	.hero-info-header h3{
		font-size: 18px;
	}

	.hero-info-header img{
		max-width: 24px;
	}

	.hero-info-body p{
		margin-bottom: 15px;
	}

	.hero-info-body h3{
        font-size: 16px;
    }

	.about-us-images{
		max-width: 100%;
		padding: 0 40px 54px 20px;
    }

	.about-us-img-2{
		right: 10px;
	}

	.about-us-img-2{
        max-width: 150px;
    }

	.about-experience-box{
		padding: 10px;
		max-width: 125px;
	}

	.about-experience-box .icon-box img{
		max-width: 35px;
	}

	.about-experience-box .about-experience-content h3{
		font-size: 16px;
	}

	.about-list-btn{
		width: 100%;
	}
	
	.book-consult-circle a{
        padding: 7px;
    }

	.book-consult-circle a img{
        max-width: 100px;
    }

	.service-body .icon-box{
        margin-bottom: 30px;
    }

	.service-body .icon-box img{
		max-width: 40px;
	}

	.service-content-info h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.commitment-list ul{
		gap: 10px;
	}

	.commitment-list ul li{
        width: 100%;
    }
    
    .commitment-item-list .h3,
	.commitment-item-list h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.our-commitment-image{
        max-width: 100%;
    }

	.work-step-nav ul li .nav-link{
		font-size: 14px;
		flex-direction: column;
		padding: 10px;
	}

	.work-step-nav ul li .nav-link img{
        margin: 0 0 5px 0;
    }

	.work-step-item h2{
		font-size: 18px;
	}

	.work-step-image img{
        aspect-ratio: 1 / 0.7;
    }

	.why-choose-box{
        width: 100%;
		gap: 20px;
    }

	.why-choose-item{
        padding: 20px;
    }

	.why-choose-box:nth-child(3n + 2){
		flex-direction: initial;
	}

	.why-choose-item h2{
        font-size: 26px;
        margin-bottom: 10px;
    }

    .why-choose-item .h3,
	.why-choose-item h3{
		font-size: 18px;
        margin-bottom: 10px;
    }

	.fact-list{
		width: 100%;
	}

	.book-consult-circle.accent-circle a{
        padding: 7px;
    }

	.book-consult-circle.accent-circle a img{
		max-width: 90px;
	}

	.fact-counter-list{
        margin-top: 20px;
        padding-top: 20px;
    }

	.fact-counter-item h2{
        font-size: 28px;
    }

	.fact-counter-item p{
		font-size: 14px;
	}

	.pricing-item{
        padding: 20px;
    }
    
    .pricing-header .h3,
	.pricing-header h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.pricing-header h2{
        font-size: 26px;
    }

	.pricing-benefit-list{
        margin-top: 5px;
    }

	.pricing-benefit-list ul{
		gap: 15px;
	}
	
	.pricing-benefit-list ul li{
		font-size: 14px;
	}
	
	.pricing-benefit-list ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.cta-content-body{
		display: block;
	}

	.cta-contact-item{
		border-right: none;
        margin-right: 0px;
        padding-right: 0px;
		margin-bottom: 20px;
    }
    
    .cta-contact-header .h3,
	.cta-contact-header h3{
		font-size: 18px;
	}

	.cta-contact-header img{
		max-width: 18px;
	}

	.cta-contact-item-content p{
		font-size: 14px;
	}

	.cta-btn{
        margin-top: 30px;
    }

	.cta-btn::before{
		bottom: 10px;
		width: 80px;
		height: 40px;
	}

	.review-image-box{
        padding: 15px;
		display: block;
    }

	.review-box{
		border-right: none;
		margin: 0 0 15px 0;
		padding: 0;
	}

	.review-content p{
		font-size: 16px;
	}

	.testimonial-item{
		padding: 20px;
	}

	.testimonial-content h3,
	.testimonial-content .h3,
	.author-content .h3,
	.author-content h3{
		font-size: 18px;
	}

	.faqs-contact-box-title{
		padding: 12px 15px;
	}
    
    .faqs-contact-box-title .h3,
	.faqs-contact-box-title h3{
		font-size: 18px;
	}

	.faqs-contact-item-box{
		padding: 15px;
	}

	.faq-accordion .accordion-header .accordion-button{
		font-size: 16px;
	}

	.our-appointment-image figure img{
        aspect-ratio: 1 / 0.967;
    }

	.open-time-box-content p{
		font-size: 14px;
	}

    .post-item-content .h2,
	.post-item-content h2{
		font-size: 18px;
	}

	.footer-header .book-consult-circle,
	.footer-header .section-title{
		width: 100%;
	}

	.footer-header .book-consult-circle{
		text-align: left;
	}

    .footer-links .h3,
	.footer-links h3{
		font-size: 18px;
        margin-bottom: 15px;
    }

	.footer-links ul li{
        margin-bottom: 8px;
    }

	.footer-privacy-policy ul{
		gap: 10px 20px;
	}

	.footer-privacy-policy ul li::before{
		right: -13px;
	}

	.footer-newsletter-form .form-group .btn-default{
		font-size: 14px;
	}

	.footer-copyright-text{
        padding: 15px 0;
    }
    
    .page-header-box .h1,
	.page-header-box h1{
		font-size: 30px;
	}

	.page-header-box ol li.breadcrumb-item{
		font-size: 14px;
	}

	.approach-item-content h3{
		font-size: 18px;
	}

	.benefits-item{
		width: 100%;
	}

    .benefits-item-content .h3,
	.benefits-item-content h3{
		font-size: 18px;
	}

	.benefits-image{
		max-width: 100%;
		padding: 0 50px;
	}

	.who-we-list ul{
		gap: 10px;
	}

	.who-we-list ul li{
		width: 100%;
	}

	.who-we-image{
        max-width: 100%;
        padding: 0 10px 0 40px;
    }

	.who-we-image figure::before{
		width: 280px;
		height: 280px;
	}

	.years-expertise-box{
		padding: 10px 20px 10px 10px;
		border-radius: 12px;
	}

    .years-expertise-box .h2,
	.years-expertise-box h2{
        font-size: 28px;
    }

	.years-expertise-box p{
		font-size: 14px;
	}

	.values-counter-box{
		gap: 20px;
	}

	.values-counter-item{
		width: 100%;
		padding: 15px 15px 20px 20px;
	}

	.values-counter-item-content h2{
        font-size: 26px;
    }

	.values-image,
	.values-content{
		width: 100%;
	}

	.values-content p{
		margin-bottom: 20px;
	}
    
    .page-catagory-list .h3,
	.page-catagory-list h3{
		font-size: 18px;
	}

	.page-single-image{
        margin-bottom: 20px;
    }

	.page-single-image img{
		aspect-ratio: 1 / 0.7;
	}

    .service-entry .h2,
	.service-entry h2{
        font-size: 26px;
    }

	.service-expert-image-list{
        padding: 20px 0 0 20px;
		gap: 20px;
    }

	.service-expert-list,
	.service-expert-image{
		width: 100%;
	}

	.service-expert-list{
		padding: 0 20px 0 0;
	}

	.service-expert-item{
        margin-bottom: 20px;
    }

    .service-expert-item .h3,
	.service-expert-item h3{
		font-size: 18px;	
    }

	.service-expert-image{
		margin-left: 60px;
	}

	.service-entry-image-content{
		gap: 20px;
	}

	.service-entry-image,
	.service-entry-content{
		width: 100%;
	}

	.service-entry-content{
        padding: 20px;
    }

	.service-entry-content h3{
		font-size: 18px;
    }

	.service-path-item{
		width: 100%;
	}
    
    .service-path-item-content .h3,
	.service-path-item-content h3{
		font-size: 18px;
	}

	.service-step-list,
	.service-step-image{
		width: 100%;
	}

	.service-step-list .work-step-item h2{
		font-size: 18px;
	}

	.service-step-image img{
		aspect-ratio: 1 / 0.9;
	}

	.post-single-meta ol li{
        font-size: 16px;
    }
    
    .post-single-meta ol li i{
        font-size: 16px;
    }
    
    .post-image img{
        aspect-ratio: 1 / 0.7;
    }
    
    .post-entry blockquote{
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }
    
    .post-entry blockquote p{
        font-size: 16px;
    }
    
    .post-entry h2{
        font-size: 26px;
    }
    
    .tag-links{
        font-size: 18px;
    }

	/* .case-study-item-content h3{
		font-size: 18px;
	} */
    
    .case-study-category-content .h3,
	.case-study-category-content h3{
		font-size: 18px;
	}

	.case-study-entry h2{
        font-size: 26px;
    }

	.case-study-success-item{
		width: 100%;
	}

	.fertility-image,
	.fertility-content{
		width: 100%;
	}

	.fertility-image img{
		aspect-ratio: 1 / 0.99;
	}

	.fertility-content ul{
        margin: 20px 0;
    }

	.case-study-guide-list{
        margin: 20px 0;
    }

	.case-study-guide-item{
        width: 100%;
        padding: 15px;
    }

	.case-study-guide-item h3{
		font-size: 18px;
	}

	.team-member-about{
        padding: 20px;
		flex-direction: column-reverse;
    }

	.team-member-image,
	.team-member-content{
		width: 100%;
	}

	.team-member-image img{
        margin-bottom: -20px;
    }

	.member-content-body ul li,
	.member-social-list span{
		font-size: 18px;
	}

	.member-content-body ul li span{
		width: 62%;
	}

	.member-social-list{
        gap: 10px;
    }

	.member-social-list ul li{
		margin-right: 5px;
	}

	.team-personal-list{
		gap: 20px;
	}

	.team-personal-item{
		width: 100%;
	}

	.team-personal-item-header img{
		margin-right: 15px;
	}

    .team-personal-item-header .h3,
	.team-personal-item-header h3{
		font-size: 18px;
	}	

	.skills-progress-bar{
		margin-bottom: 20px;
	}

	.skills-progress-bar .skillbar .skill-data{
		margin-bottom: 10px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 390px;
	}

	.contact-us-form{
        padding: 20px;
    }
    
}

.values-counter-box.ind-counter-box {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}

.values-counter-box.ind-counter-box .values-counter-item {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .values-counter-box.ind-counter-box {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px;
    padding: 5px 0 30px;
  }

  .values-counter-box.ind-counter-box .values-counter-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    min-height: 40px;
  }

  .values-counter-box.ind-counter-box .values-counter-item p {
    font-size: 9px;
    margin: 0;
    line-height: 1.2;
  }

  .values-counter-box.ind-counter-box .icon-box {
    display: flex;
    align-items: center;
  }

  .values-counter-box.ind-counter-box .icon-box img {
    width: 18px;
    height: 18px;
  }
}
#detailsModal .modal-content p {
  margin: 5px 0;
}

#detailsModal .modal-content br {
  display: none;
}

#detailsModal .legal-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 15px;
}

#detailsModal .legal-links a {
  color: #000;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  display: inline;
  width: auto;
}
.single-blog-box figure {
  overflow: hidden;
}
.single-blog-box figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.akcii-banner {
  margin: 50px auto 50px;
  border-radius: 20px;
  overflow: hidden;
}

.akcii-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.akcii-content .post-entry {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 70px;
}

.akcii-content .post-entry p {
  margin-bottom: 20px;
}

.akcii-content .post-entry h2 {
  font-size: 28px;
  margin: 30px 0 15px;
}

.akcii-content .post-entry h3 {
  font-size: 22px;
  margin: 25px 0 10px;
}

.akcii-content .post-entry img {
  border-radius: 15px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .akcii-banner {
    margin-bottom: 25px;
  }
}

/* Промо-слайдер тексты */
.slider-h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.slider-h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color);
  margin-bottom: 20px;
  margin-top: 20px;
}

.work-step-item p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.work-step-item-list {
  padding: 20px 0;
}

/* Блюр для фото "До" */
.before-after .abt-img1 img {
  filter: blur(10px);
  transition: filter 0.3s ease;
}

.before-after .abt-img1.revealed img {
  filter: none;
}

.before-after .abt-img1 {
  position: relative;
  cursor: pointer;
}

.before-after .abt-img1::after {
  content: 'Нажмите, чтобы увидеть фото';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.before-after .abt-img1.revealed::after {
  opacity: 0;
}
.doctor-projects .post-content {
    line-height: 1.2em;
    margin-bottom: 1.5em;
    margin-top: 20px;
    color: #a3a3a3;
    font-size: 14px;
}
.our-team .section-title .section-btn {
    text-align: left;
    margin-top: 20px;
}
/* ========================================
   СИНГЛ РАБОТЫ — Этапы
   ======================================== */
.project-stages {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.project-stage {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 0 30px 0;
}

.project-stage:last-child {
    padding-bottom: 0;
}

.project-stage__dot {
    display: none;
}

.project-stage__content {
    flex: 1;
    min-width: 0;
}

.project-stage__content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.project-stage__content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.project-stage__image {
    flex: 0 0 45%;
    max-width: 45%;
}

.project-stage__image img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

@media (max-width: 767px) {
    .project-stage {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .project-stage__image {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ========================================
   СИНГЛ РАБОТЫ — Блок врача
   ======================================== */
.project-doctor-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.doctor-row {
    display: flex;
    align-items: center;
    background: #F4F4F6;
    border: none;
    border-radius: 20px;
    padding: 25px;
}

.doctor-row__photo img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.doctor-row__info {
    margin-left: 15px;
    margin-right: 60px;
}

.doctor-row__stat {
    margin-right: 25px;
    font-size: 14px;
    white-space: nowrap;
}

.doctor-row__stat strong {
    color: var(--accent-color);
}

.doctor-row__more {
    margin-left: auto;
    white-space: nowrap;
    font-weight: 600;
}
@media (max-width: 767px) {
    .doctor-row {
        flex-wrap: wrap;
        gap: 15px;
    }
    .doctor-row__info {
        margin-right: 0;
        flex: 1;
    }
    .doctor-row__more {
        width: 100%;
        text-align: right;
    }
}
.about-us-content-con h5 a {
    color: inherit;
}
.doctor-row__info .h6 a {
    color: inherit;
}

.doctor-row__more {
    color: var(--accent-color);
}
.main-footer-box > .container > .row:nth-child(2) {
    margin-top: 20px;
}
.faq-main-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px;
}
.faqs-contact-info {
    background: var(--primary-color);
    padding: 25px 30px;
    border-radius: 0 0 20px 20px;
}

.faqs-contact-info .topbar-contact-info {
    flex-direction: column;
    gap: 15px;
}
.faqs-contact-info {
    background: var(--primary-color);
    padding: 25px 30px;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}
/* ========================================
   ОТЗЫВЫ — Новая структура карточки
   Звёзды/дата/источник ВВЕРХУ, автор ВНИЗУ
   ======================================== */

/* === ГЛОБАЛЬНЫЕ СТИЛИ (общие для страницы и слайдера) === */

.testimonial-meta-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

/* Источник и дата — ВСЕГДА прижаты вправо */
.testimonial-meta-top .testimonial-meta-right {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto !important;
}

.testimonial-source-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-color);
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
    transition: opacity .2s;
}

.testimonial-source-link:hover {
    opacity: .75;
}

/* Скрываем старые элементы везде */
.testimonial-item .testimonial-quote,
.testimonial-item .testimonial-meta {
    display: none;
}


/* ========================================
   СТРАНИЦА ОТЗЫВОВ (#reviews-grid)
   ======================================== */

/* --- Ховер: отключаем розовую заливку --- */
.page-testimonials .testimonial-item::before {
    display: none;
}

/* --- Карточка --- */
.page-testimonials .testimonial-item {
    border: 1px solid var(--divider-color);
    transition: box-shadow .3s, transform .3s, border-color .3s;
}

/* --- Ховер: подъём + тень + розовая обводка --- */
.page-testimonials .testimonial-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .07);
    transform: translateY(-3px);
    border-color: var(--accent-color);
}

/* --- Текст при ховере НЕ меняет цвет --- */
.page-testimonials .testimonial-item:hover .review-name,
.page-testimonials .testimonial-item:hover .author-content h3,
.page-testimonials .testimonial-item:hover .author-content p,
.page-testimonials .testimonial-item:hover .review-doctor,
.page-testimonials .testimonial-item:hover .review-doctor .doctor-link,
.page-testimonials .testimonial-item:hover .review-doctor .doctor-name,
.page-testimonials .testimonial-item:hover .testimonial-content p,
.page-testimonials .testimonial-item:hover .testimonial-content h3,
.page-testimonials .testimonial-item:hover .testimonial-quote img {
    color: inherit;
    filter: none;
}

.page-testimonials .testimonial-item:hover .doctor-link {
    color: var(--accent-color) !important;
}

.page-testimonials .testimonial-item:hover .testimonial-footer {
    border-top-color: var(--divider-color);
}

.page-testimonials .testimonial-item:hover .testimonial-date {
    color: #999;
}

.page-testimonials .testimonial-item:hover .testimonial-stars i.fas {
    color: #ffb300;
}

.page-testimonials .testimonial-item:hover .testimonial-source-link {
    color: var(--accent-color);
}

/* --- Верх карточки: звёзды + дата + источник --- */
#reviews-grid .testimonial-header {
    margin-bottom: 18px;
    padding-bottom: 0;
    border-bottom: none;
    display: block;
}

/* --- Середина: текст --- */
#reviews-grid .testimonial-content {
    flex: 1;
    margin-bottom: 20px;
}

#reviews-grid .testimonial-content p {
    line-height: 1.45;
}

/* --- Низ: автор --- */
#reviews-grid .testimonial-footer {
    display: block;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--divider-color);
}

#reviews-grid .testimonial-footer .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

#reviews-grid .testimonial-footer .author-image {
    flex-shrink: 0;
    margin-right: 0;
}

#reviews-grid .testimonial-footer .author-image img {
    width: 44px;
    height: 44px;
    max-width: 44px;
    border-radius: 50%;
    object-fit: cover;
}

#reviews-grid .testimonial-footer .author-content {
    min-width: 0;
}

#reviews-grid .testimonial-footer .review-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.3;
    margin-bottom: 0;
}

#reviews-grid .testimonial-footer .review-doctor {
    font-size: 13px;
    color: #7a7a8a;
    margin: 2px 0 0;
    line-height: 1.3;
}

#reviews-grid .testimonial-footer .review-doctor .doctor-link {
    color: var(--accent-color);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
}

#reviews-grid .testimonial-footer .review-doctor .doctor-link:hover {
    opacity: .75;
}


/* ========================================
   СЛАЙДЕР ОТЗЫВОВ НА ГЛАВНОЙ
   ======================================== */

/* Отключаем розовую заливку ::before */
.our-testimonials .testimonial-item::before {
    display: none;
}

/* Отступ в слайде чтобы обводка сверху не обрезалась при translateY */
.our-testimonials .swiper-slide {
    padding: 6px 0;
}

/* Карточка — flex-колонка, серая обводка */
.our-testimonials .testimonial-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 2px solid var(--divider-color);
    transition: box-shadow .3s, transform .3s, border-color .3s;
}

/* Хедер без старой border-bottom */
.our-testimonials .testimonial-header {
    border-bottom: none;
    margin-bottom: 18px;
    padding-bottom: 0;
	display: block;
}

/* Источник прижат вправо */
.our-testimonials .testimonial-meta-top .testimonial-meta-right {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto !important;
}

/* Текст отзыва */
.our-testimonials .testimonial-content {
    flex: 1;
    margin-bottom: 20px;
}

.our-testimonials .testimonial-content p {
    line-height: 1.45;
    margin-bottom: 0;
}

/* Футер с автором — всегда внизу карточки */
.our-testimonials .testimonial-footer {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--divider-color);
}

.our-testimonials .testimonial-footer .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.our-testimonials .testimonial-footer .author-image {
    flex-shrink: 0;
    margin-right: 0;
}

.our-testimonials .testimonial-footer .author-image img {
    width: 44px;
    height: 44px;
    max-width: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.our-testimonials .testimonial-footer .review-name {
    font-size: 15px;
    font-weight: 600;
}

.our-testimonials .testimonial-footer .review-doctor {
    font-size: 13px;
    color: #7a7a8a;
    margin: 2px 0 0;
    line-height: 1.3;
}

/* === Активный слайд — розовая ОБВОДКА, не заливка === */
.our-testimonials .swiper-slide-active .testimonial-item {
    border-color: var(--accent-color);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .07);
    transform: translateY(-3px);
}

/* Текст НЕ меняет цвет */
.our-testimonials .swiper-slide-active .testimonial-date,
.our-testimonials .swiper-slide-active .testimonial-content p,
.our-testimonials .swiper-slide-active .review-name,
.our-testimonials .swiper-slide-active .author-content h3,
.our-testimonials .swiper-slide-active .author-content p,
.our-testimonials .swiper-slide-active .review-doctor {
    color: inherit;
}

.our-testimonials .swiper-slide-active .review-doctor .doctor-link {
    color: var(--accent-color);
}

.our-testimonials .swiper-slide-active .testimonial-stars i.fas {
    color: #ffb300;
}

.our-testimonials .swiper-slide-active .testimonial-stars i.far {
    color: #ddd;
}

.our-testimonials .swiper-slide-active .testimonial-source-link {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
}

.our-testimonials .swiper-slide-active .testimonial-footer {
    border-top-color: var(--divider-color);
}
/* Кнопка "Показать ещё" на странице врача */
#doctor-load-more-wrap .btn-default {
    cursor: pointer;
    background: var(--primary-color);
    color: var(--text-color);
}

#doctor-load-more-wrap .btn-default::after {
    display: none;
}

#doctor-load-more-wrap .btn-default:hover {
    background: var(--accent-color);
    color: var(--white-color);
}
/* ========================================
   АРХИВ РАБОТ — Карточка Б4
   Текст | До (маленькое) | После (большое)
   ======================================== */

/* --- Карточка --- */
.project-card {
    display: grid;
    grid-template-columns: 1fr 0.5fr 1.5fr;
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 44px;
    background: var(--white-color);
    transition: border-color .3s, box-shadow .3s, grid-template-columns .5s ease;
}

.project-card:hover {
    border-color: var(--accent-color);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

/* --- Переключение До/После по клику --- */
.project-card.is-swapped {
    grid-template-columns: 1fr 1.5fr 0.5fr;
}

.project-card.is-swapped .project-card__more {
    opacity: 0;
    pointer-events: none;
}

.project-card.is-swapped .project-card__after {
    cursor: pointer;
}

/* --- Текст слева --- */
.project-card__text {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-card__cat {
    font-size: 12px;
    color: #7a7a8a;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}

.project-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
}

.project-card__title a {
    color: var(--text-color);
    text-decoration: none;
    transition: color .2s;
}

.project-card__title a:hover {
    color: var(--accent-color);
}

.project-card__desc {
    font-size: 14px;
    color: #7a7a8a;
    line-height: 1.5;
    margin: 0;
}

.project-card__desc p {
    margin: 0;
    line-height: 1.5;
}

/* --- Футер с врачом --- */
.project-card__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
}

.project-card__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F4F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.project-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-card__doc {
    font-size: 13px;
    color: var(--text-color);
}

.project-card__doc-link {
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
    font-weight: 500;
    transition: opacity .2s;
}

.project-card__doc-link:hover {
    opacity: 0.7;
}

/* --- Фото До --- */
.project-card__before {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    background: #F4F4F6;
}

.project-card__before-link {
    display: block;
    width: 100%;
    height: 100%;
}

.project-card__before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
}

/* --- Блюр на фото До --- */
.project-card__blur {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.4s;
}

.project-card__blur.revealed {
    opacity: 0;
    pointer-events: none;
}

.project-card__blur-btn {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    white-space: nowrap;
}

/* --- Лейблы До / После --- */
.project-card__label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 4px 12px;
    border-radius: 10px;
    z-index: 3;
}

.project-card__label--before {
    background: var(--accent-color);
}

.project-card__label--after {
    background: #00C4B4;
}

/* --- Фото После --- */
.project-card__after {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    background: #F4F4F6;
    transition: min-height .3s;
}

.project-card__after-link {
    display: block;
    width: 100%;
    height: 100%;
}

.project-card__after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    inset: 0;
}

/* --- Кнопка «Подробнее» на фото После --- */
.project-card__more {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    font-weight: 600;
    color: var(--accent-color);
    background: var(--white-color);
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none;
    z-index: 3;
    transition: background .2s, color .2s, opacity .3s;
}

.project-card__more:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

/* --- Заголовок категории --- */
.taxonomy-section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

/* --- Адаптив --- */
@media (max-width: 991px) {
    .project-card {
        grid-template-columns: 1fr 0.6fr 1.2fr;
    }

    .project-card.is-swapped {
        grid-template-columns: 1fr 1.2fr 0.6fr;
    }

    .project-card__text {
        padding: 20px;
    }

    .project-card__title {
        font-size: 16px;
    }

    .project-card__before,
    .project-card__after {
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    .project-card,
    .project-card.is-swapped {
        grid-template-columns: 1fr;
    }

    .project-card__text {
        padding: 20px;
        order: 1;
    }

    .project-card__before {
        order: 2;
        min-height: 200px;
    }

    .project-card__after {
        order: 3;
        min-height: 220px;
    }

    .project-card__blur-btn {
        font-size: 13px;
        padding: 10px 22px;
    }

    .project-card.is-swapped .project-card__more {
        opacity: 1;
        pointer-events: auto;
    }
}
.project-card__after-img {
    width: 100%;
    height: 100%;
}

/* ========================================
   СТРАНИЦА УСЛУГИ — Блоки
   ======================================== */

/* ========================================
   Единые отступы всех блоков услуг
   ======================================== */
.single-services .service-hero,
.single-services .service-text-block,
.single-services .service-prices,
.single-services .service-projects,
.single-services .service-doctors,
.single-services .service-reviews,
.single-services .service-steps,
.single-services .service-faq,
.single-services .service-gallery,
.single-services .service-expert,
.single-services .service-advantages,
.single-services .service-cards,
.single-services .service-indications,
.single-services .service-tabs,
.single-services .service-cta-form,
.single-services .service-related,
.single-services .service-numbered-cards {
    padding: 30px 0;
}
.single-services .section-bg-gray {
    padding: 40px 0;
}
.service-projects .section-title,
.service-doctors .section-title,
.service-prices .section-title,
.service-steps .section-title,
.service-faq .section-title,
.service-tabs .section-title,
.service-indications .section-title,
.service-numbered-cards .section-title,
.service-related .section-title {
    margin-bottom: 20px;
}
.service-projects .project-card {
    margin-bottom: 30px;
}
.service-projects .project-card:last-child {
    margin-bottom: 0;
}
.service-doctors.our-team {
    padding: 30px 0;
}
/* --- 1. Hero-баннер --- */
.service-hero {
    padding: 50px 0 60px;
}

.service-hero__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
}

.service-hero__text {
    font-size: 16px;
    color: #7a7a8a;
    line-height: 1.6;
    margin-bottom: 30px;
}

.service-hero__image {
    border-radius: 20px;
    overflow: hidden;
}

.service-hero__image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.service-hero__title .hero-price {
    color: #000000;
}
.service-hero__title .hero-price__currency {
    font-size: 0.7em;
    font-weight: 500;
}

/* --- 2. Текстовый блок --- */
.service-text-block__content {
    line-height: 1.7;
}

.service-text-block__content p {
    margin-bottom: 16px;
}

.service-text-block__content h2,
.service-text-block__content h3 {
    margin: 30px 0 15px;
}

.service-text-block__content img {
    border-radius: 20px;
    margin: 20px 0;
}

/* --- 3. Таблица цен --- */
.service-prices .ms-price {
    padding: 0;
    margin-top: 0;
}

/* --- 7. Этапы --- */
.service-steps .how-it-work2 {
    padding: 0;
}

/* --- 8. FAQ --- */
.service-faq .faq-accordion {
    max-width: 100%;
}

/* --- 9. Галерея --- */
.service-gallery .page-gallery-box {
    margin-bottom: 0;
}

/* --- 10. CTA --- */
.service-cta {
    background: var(--accent-color);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin: 0 20px 60px;
    position: relative;
    overflow: hidden;
}

.service-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}

.service-cta__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;
}

.service-cta__title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.service-cta__text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
    line-height: 1.6;
}

.service-cta .btn-default.btn-highlighted {
    background: var(--white-color);
    color: var(--accent-color);
}

.service-cta .btn-default.btn-highlighted:hover {
    opacity: 0.9;
}

.service-cta .btn-default.btn-highlighted::after {
    display: none;
}

/* --- Чередование фонов --- */
.section-bg-gray {
    background: var(--primary-color);
    border-radius: 20px;
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Адаптив --- */
@media (max-width: 767px) {
    .section-bg-gray {
        border-radius: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .service-hero__image {
        margin-top: 25px;
    }

    .service-hero__title {
        font-size: 28px;
    }

    .service-cta {
        margin: 0 15px 40px;
    }

    .service-cta__title {
        font-size: 24px;
    }
}
@media (max-width: 1720px) {
    .section-bg-gray {
        max-width: 100%;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .service-hero__title {
        font-size: 24px;
    }

    .service-cta {
        margin: 0 10px 30px;
        border-radius: 15px;
    }
}
/* Врачи на странице услуги — белый фон */
.service-doctors {
    background: var(--white-color);
}

/* ФИО и должность по центру */
.service-doctors .team-box .h6,
.service-doctors .team-box .designation {
    text-align: center;
}
.service-doctors .team-box .designation {
    text-align: center;
    display: block;
    margin-bottom: 16px;
}
/* Ссылка на врача в отзывах — чёрный текст, розовый пунктир */
.testimonial-item .review-doctor a.doctor-link,
.page-testimonials .review-doctor a.doctor-link,
#reviews-grid .review-doctor a.doctor-link {
    color: var(--text-color) !important;
    text-decoration: none !important;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
}

.testimonial-item .review-doctor a.doctor-link:hover,
.page-testimonials .review-doctor a.doctor-link:hover,
#reviews-grid .review-doctor a.doctor-link:hover {
    opacity: 0.7;
}

/* --- 11. Эксперт статьи --- */
.service-expert {
    padding: 40px 0;
}
.article-expert {
    background: var(--primary-color);
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.article-expert__label {
    position: absolute;
    top: -1px;
    right: 28px;
    background: var(--accent-color);
    color: var(--white-color);
    font-size: 11px;
    font-weight: 600;
    padding: 5px 18px;
    border-radius: 0 0 8px 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.article-expert__photo {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: #F4F4F6;
}
.article-expert__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-expert__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.article-expert__row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.article-expert__name {
    font-size: 16px;
    font-weight: 700;
}
.article-expert__name a {
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
}
.article-expert__name a:hover {
    opacity: 0.7;
}
.article-expert__position {
    font-size: 13px;
    color: #7a7a8a;
}
.article-expert__stat {
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
	font-weight: 600;
}
.article-expert__stat strong {
    color: var(--accent-color);
    font-weight: 600;
}
.article-expert__right {
    margin-left: auto;
    text-align: right;
}

.article-expert__date {
    margin-top: 4px;
    font-size: 12px;
    color: #b0b0b0;
    white-space: nowrap;
}

.article-expert__desc {
    margin-top: 10px;
    font-size: 14px;
    color: #7a7a8a;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .service-expert {
        padding: 40px 0;
    }
    .article-expert {
        flex-wrap: wrap;
        padding: 24px 20px;
        padding-top: 36px;
    }
    .article-expert__label {
        right: 20px;
    }
    .article-expert__row {
        gap: 8px 16px;
    }
    .article-expert__name {
        font-size: 14px;
    }
    .article-expert__right {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }
}
/* --- 12. Преимущества --- */
.service-advantages {
    padding: 60px 0;
}

.service-advantages__label {
    display: inline-block;
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.service-advantages__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.service-advantages__text {
    font-size: 15px;
    color: #7a7a8a;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-advantages__text p {
    margin-bottom: 12px;
}

.service-advantages__stat {
    margin-top: 40px;
}

.service-advantages__stat-num {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}

.service-advantages__stat-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.service-advantages__stat-desc {
    font-size: 14px;
    color: #7a7a8a;
    line-height: 1.5;
}

.service-advantages__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-advantages__item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.service-advantages__icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-advantages__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.service-advantages__item-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 6px;
}

.service-advantages__item-content p {
    font-size: 14px;
    color: #7a7a8a;
    line-height: 1.5;
    margin: 0;
}

/* --- 13. Карточки (3 колонки) --- */
.service-cards {
    padding: 60px 0;
}

.service-card {
    border: 1px solid var(--divider-color);
    border-radius: 20px;
    padding: 0;
    margin-bottom: 24px;
    background: var(--white-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color .3s, box-shadow .3s;
}

.service-card:hover {
    border-color: var(--accent-color);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.service-card__image {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.service-card__body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-card__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 16px;
}

.service-card__badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.service-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    background: var(--primary-color);
    padding: 6px 14px;
    border-radius: 10px;
}

.service-card__badge img {
    width: 18px;
    height: 14px;
    object-fit: contain;
}

.service-card__badge--premium {
    background: var(--accent-color);
    color: var(--white-color);
}

.service-card__price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
}

.service-card__desc {
    font-size: 14px;
    color: #7a7a8a;
    margin-bottom: 20px;
}

.service-card__btn {
    margin-bottom: 24px;
}

.service-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--divider-color);
    padding-top: 20px;
}

.service-card__features li {
    font-size: 14px;
    padding: 6px 0 6px 18px;
    position: relative;
}

.service-card__features li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--accent-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}

.service-card__features a {
    color: #111;
    border-bottom: 1px dashed #ff70a3;
    text-decoration: none;
}

.service-card__features a:hover {
    border-bottom-style: solid;
}

.service-card__features ul {
    list-style: none;
    padding-left: 18px;
    margin: 15px 0 0;
}

.service-card__features ul li {
    position: relative;
    padding-left: 0;
    line-height: 1.5;
}

.service-card__features ul li::before {
    content: '';
    position: absolute;
    left: -16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent-color);
}

.service-card__features p {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Единственный пункт в карточке — без маркера и отступа */
.service-card__features li:only-child::before { content: none; }
.service-card__features li:only-child { padding-left: 0; }

@media (max-width: 767px) {
    .service-cards {
        padding: 40px 0;
    }
    .service-card__price {
        font-size: 24px;
    }
}
.service-card .btn-default.btn-highlighted {
    background: var(--accent-color);
    color: var(--white-color);
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    border: none;
}

.service-card .btn-default.btn-highlighted::after {
    display: none;
}

.service-card .btn-default.btn-highlighted:hover {
    opacity: 0.85;
    background: var(--accent-color);
    color: var(--white-color);
}
/* ========================================
   Страницы услуг — серый фон + крошки + hero
   ======================================== */

/* Серый фон от топбара до hero на услугах — как на главной */

.single-services .service-top-block.bg-section {
    margin-top: -85px;
    padding-top: 100px;
    border-radius: 20px;
    background-color: var(--primary-color);
}
.page-top-block {
    background-color: var(--primary-color);
    margin-top: -85px;
    padding-top: 100px;
    padding-bottom: 40px;
}
/* Крошки */
.service-breadcrumbs {
    padding: 5px 0 10px;
    font-size: 13px;
    line-height: 1.8;
}
.service-breadcrumbs a {
    color: #888;
    text-decoration: none;
    border-bottom: 1px solid #888;
    padding-bottom: 1px;
    transition: color 0.2s;
}
.service-breadcrumbs a:hover {
    color: var(--accent-color, #e8657a);
}
.service-breadcrumbs__sep {
    margin: 0 8px;
    color: #ccc;
}
.service-breadcrumbs__current {
    color: var(--accent-color, #e8657a);
    font-weight: 500;
}

/* Hero внутри серого блока */
.service-hero-inner {
    padding: 20px 0 40px;
}
.service-top-block .page-header-box {
    text-align: center;
}

/* Таблица цен — 3 колонки */
.ms-price__headgrid--3col,
.ms-row--3col {
    grid-template-columns: 1.4fr 0.8fr 0.4fr;
}
/* Ячейка цены — выравнивание вправо */
.ms-row--3col .ms-cell--price {
    text-align: right;
    padding-right: 20px;
}
.ms-price .ms-price__container .ms-price__headgrid.ms-price__headgrid--3col .ms-price__hcell--center {
    text-align: right;
    padding-right: 20px;
}

/* Строка цены — всё в линию */
.ms-price .ms-price-line {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: nowrap;
}
/* Плашка «Акция до ...» */
.ms-price .ms-sale-badge {
    display: inline-block;
    background: var(--accent-color);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
    line-height: 1.3;
}
/* Старая цена зачёркнутая */
.ms-price .ms-old-price {
    font-size: 13px;
    color: #aaa;
    white-space: nowrap;
}
/* Текущая цена — крупная, чёрная, жирная */
.ms-price .ms-current-price {
    font-weight: 700;
    font-size: 18px;
    color: #111;
    white-space: nowrap;
}
/* Префикс «от» */
.ms-price .ms-from {
    font-size: 14px;
    font-weight: 400;
    color: #8d95a6;
    margin-right: 4px;
}

/* Мобильная таблица на услуге» */
@media (max-width: 767px) {
    .ms-price__headgrid--3col {
        display: none;
    }
    .ms-row--3col {
        display: flex;
        align-items: center;
        padding: 5px 12px;
        gap: 8px;
    }
    .ms-row--3col .ms-cell--service {
        flex: 1;
        min-width: 0;
    }
    .ms-row--3col .ms-cell--service .ms-link {
        font-size: 13px;
    }
    .ms-row--3col .ms-cell--price {
        flex: 0 0 auto;
        text-align: right;
        padding-right: 0;
        margin-left: auto;
    }
    .ms-price .ms-price-line {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
    }
    .ms-price .ms-sale-badge {
        font-size: 8px;
        padding: 2px 5px;
    }
    .ms-price .ms-old-price {
        font-size: 11px;
    }
    .ms-price .ms-current-price {
        font-size: 15px;
    }
    .ms-row--3col .ms-cell--action {
        flex: 0 0 36px;
    }
    .ms-row--3col .ms-cell--action .ms-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0;
        font-size: 0;
        flex-shrink: 0;
    }
    .ms-row--3col .ms-cell--action .ms-btn::before {
        content: "";
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2.5px solid #918c8c;
        border-right: 2.5px solid #918c8c;
        transform: rotate(45deg);
        margin-left: -3px;
    }
}
@media (max-width: 767px) {
    .ms-row--3col .ms-cell--service .ms-link {
        padding-bottom: 1px;
    }
}
.ms-price__hcell--price {
    text-align: right;
    padding-right: 60px;
}

/* Якорные кнопки-фильтры на прайсе */
.price-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0 10px;
}

/* Якорные кнопки-фильтры — sticky */
.price-filter-wrap {
    position: sticky;
    top: 65px;
    z-index: 99;
    background: #fff;
    padding: 8px 0 6px;
}
.price-filter-wrap.is-stuck {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.price-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.price-filter::-webkit-scrollbar {
    height: 3px;
}
.price-filter::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.price-filter__btn {
    background: #fff;
    color: #555;
    border: 1.5px solid #e0e0e0;
    padding: 10px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}
.price-filter__btn:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}
.price-filter__btn.active {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}
@media (max-width: 767px) {
    .price-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 12px;
    }

    .price-filter::-webkit-scrollbar {
        height: 3px;
    }
    .price-filter::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }
}
/* ========================================
   Кастомные буллеты — белый круг + розовая галочка
   ======================================== */
.service-hero__text ul,
.entry-content ul,
.post-content ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.service-hero__text ul li,
.entry-content ul li,
.post-content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.4;
    list-style: none;
}
.service-hero__text ul li::before,
.entry-content ul li::before,
.post-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}
.service-hero__text ul li::after,
.entry-content ul li::after,
.post-content ul li::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    width: 12px;
    height: 7px;
    border-left: 2px solid var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    transform: translateY(-50%) rotate(-45deg);
}
/* cron test */

/* ========================================
   Показания и противопоказания
   ======================================== */
.ms-ind__intro {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}
.ms-ind__intro p {
    margin-bottom: 0;
}
.ms-ind__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.ms-ind__col {
    border-radius: 20px;
    padding: 30px;
}
.ms-ind__col--show {
    background: var(--primary-color);
}
.ms-ind__col--contra {
    background: var(--white-color);
    border: 1px solid #edf2fb;
}
.ms-ind__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.ms-ind__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
}
.ms-ind__icon--green {
    background: #2ecc71;
}
.ms-ind__icon--red {
    background: var(--accent-color);
}
.ms-ind__col-title {
    font-size: 20px;
    font-weight: 700;
}
.ms-ind__item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.ms-ind__item:last-child {
    border-bottom: none;
}
.ms-ind__marker {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    margin-top: 2px;
}
.ms-ind__marker--ok {
    background: var(--white-color);
    color: #2ecc71;
}
.ms-ind__marker--no {
    background: var(--primary-color);
    color: var(--accent-color);
}
.ms-ind__marker--warn {
    background: #fff5e6;
    color: #e89b00;
}
.ms-ind__text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.ms-ind__text b {
    font-weight: 600;
    color: #000;
}
.ms-ind__text p {
    margin: 0;
    display: inline;
}
.ms-ind__sub {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--accent-color);
    margin: 20px 0 8px;
    padding-left: 36px;
}
.ms-ind__note {
    margin-top: 30px;
    background: #fe71a224;
    border-radius: 20px;
    padding: 22px 28px;
    display: flex;
    gap: 14px;
    align-items: center;
}
.ms-ind__note-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--accent-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
}
.ms-ind__note-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}
.ms-ind__note-text p {
    margin: 0;
}
@media (max-width: 767px) {
    .ms-ind__grid {
        grid-template-columns: 1fr;
    }
    .ms-ind__col {
        padding: 24px 20px;
    }
    .ms-ind__sub {
        padding-left: 0;
    }
}

/* ========================================
   Блок вкладок
   ======================================== */
.ms-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.ms-tabs__btn {
    background: var(--white-color);
    color: var(--text-color);
    border: 1.5px solid #e0e0e0;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--default-font);
    cursor: pointer;
    transition: all 0.3s ease;
}
.ms-tabs__btn:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.ms-tabs__btn.is-active {
    background: var(--accent-color);
    color: var(--white-color);
    border-color: var(--accent-color);
}
.ms-tabs__panel {
    display: none;
}
.ms-tabs__panel.is-active {
    display: block;
    animation: msFadeIn 0.3s ease-out;
}
.ms-tabs__content--full {
    max-width: 800px;
}
.ms-tabs__content--full .ms-tabs__text {
    max-width: 800px;
}
.ms-tabs__content--full .ms-tabs__text p {
    line-height: 1.6;
}
.ms-tabs__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.ms-tabs__text {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
}
.ms-tabs__text p {
    margin-bottom: 12px;
}
.ms-tabs__text p:last-child {
    margin-bottom: 0;
}
.ms-tabs__text ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    counter-reset: tab-list;
}
.ms-tabs__text ul li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f0;
    counter-increment: tab-list;
}
.ms-tabs__text ul li:last-child {
    border-bottom: none;
}
.ms-tabs__text ul li::before {
    content: counter(tab-list, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--accent-color);
}
.ms-tabs__stats {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.ms-tabs__stat-value {
    font-size: 36px;
    font-weight: 700;
    color: var(--accent-color);
    line-height: 1.1;
}
.ms-tabs__stat-label {
    font-size: 13px;
    color: #999;
    margin-top: 4px;
}
.ms-tabs__cta {
    display: inline-block;
    padding: 16px 40px;
    border: 2px solid var(--accent-color);
    border-radius: 12px;
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ms-tabs__cta:hover {
    background: var(--accent-color);
    color: var(--white-color);
}
.ms-tabs__image {
    border-radius: 20px;
    overflow: hidden;
}
.ms-tabs__image img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 16px;
}
@media (max-width: 767px) {
    .ms-tabs__nav {
        gap: 8px;
    }
    .ms-tabs__btn {
        padding: 10px 18px;
        font-size: 14px;
    }
    .ms-tabs__title {
        font-size: 22px;
    }
    .ms-tabs__stats {
        gap: 20px;
    }
    .ms-tabs__stat-value {
        font-size: 28px;
    }
    .ms-tabs__image {
        margin-top: 24px;
    }
    .ms-tabs__content--full {
        max-width: 100%;
    }
}
.ms-ind__body p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.ms-ind__body p:last-child {
    margin-bottom: 0;
}
.ms-ind__body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ms-ind__body ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 14px;
    line-height: 1.5;
}
.ms-ind__body ul li:last-child {
    border-bottom: none;
}
.ms-ind__body ul li strong {
    font-weight: 600;
    color: #000;
}
.ms-ind__body a {
    color: var(--accent-color);
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
}
.ms-ind__body a:hover {
    opacity: 0.7;
}

/* ========================================
   Связанные услуги — пилюли
   ======================================== */
.ms-related__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ms-related__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 20px;
    border: 1.5px solid #e0e0e0;
    background: var(--white-color);
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.ms-related__pill:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.ms-related__arrow {
    font-size: 14px;
    color: var(--accent-color);
    opacity: 0.5;
    transition: opacity 0.2s ease;
}
.ms-related__pill:hover .ms-related__arrow {
    opacity: 1;
}
@media (max-width: 767px) {
    .ms-related__pill {
        padding: 10px 18px;
        font-size: 13px;
    }
}

/* ========================================
   Форма записи (CTA)
   ======================================== */
.ms-cta {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: var(--primary-color);
    padding: 50px;
    display: flex;
    gap: 40px;
    align-items: center;
}
.ms-cta__decor1 {
    position: absolute;
    top: -60px;
    right: 20%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,112,163,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.ms-cta__decor2 {
    position: absolute;
    bottom: -50px;
    left: -30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,112,163,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.ms-cta__inner {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 3;
}
.ms-cta__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--accent-color);
    color: var(--white-color);
    font-size: 11px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 14px rgba(255,112,163,0.3);
}
.ms-cta__title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 14px;
}
.ms-cta__title span {
    color: var(--accent-color);
}
.ms-cta__desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
}
.ms-cta__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.ms-cta__grid--form {
    margin-top: 14px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
}
.ms-cta__chip {
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--white-color);
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    white-space: nowrap;
}
.ms-cta__chip a {
    color: inherit;
    text-decoration: none;
}
.ms-cta__chip a:hover {
    color: var(--accent-color);
}
.ms-cta__chip-icon {
    font-size: 14px;
    flex-shrink: 0;
}
.ms-cta .ms-cta__input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #ddd;
    border-radius: 14px;
    font-size: 14px;
    font-family: var(--default-font);
    background: var(--white-color);
    outline: none;
    transition: border-color 0.2s;
    box-shadow: none;
    height: auto;
    line-height: 1.4;
    color: var(--text-color);
    -webkit-appearance: none;
    appearance: none;
}
.ms-cta .ms-cta__input:focus {
    border-color: var(--accent-color);
}
.ms-cta .ms-cta__input::placeholder {
    color: #bbb;
}
.ms-cta .ms-cta__btn {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #FF70A3, #ff4088);
    color: var(--white-color);
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--default-font);
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 6px 24px rgba(255,112,163,0.3);
    transition: all 0.25s;
    height: auto;
    line-height: 1.4;
    -webkit-appearance: none;
    appearance: none;
}
.ms-cta .ms-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255,112,163,0.4);
}
.ms-cta__privacy {
    font-size: 10px;
    color: #bbb;
    margin-top: 10px;
}
.ms-cta__privacy a {
    color: #999;
}
.ms-cta__photo {
    flex: 0 0 300px;
    position: relative;
    z-index: 2;
    align-self: stretch;
}
.ms-cta__photo-frame {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: var(--white-color);
    box-shadow: 0 16px 50px rgba(0,0,0,0.1);
}
.ms-cta__photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}
@media (max-width: 1100px) {
    .ms-cta__photo {
        flex: 0 0 260px;
    }
    .ms-cta__title {
        font-size: 32px;
    }
    .ms-cta {
        gap: 30px;
        padding: 40px;
    }
}
@media (max-width: 860px) {
    .ms-cta {
        flex-direction: column;
        padding: 36px 28px;
    }
    .ms-cta__photo {
        flex: none;
        width: 100%;
        height: 300px;
    }
    .ms-cta__title {
        font-size: 28px;
    }
}
@media (max-width: 640px) {
    .ms-cta {
        padding: 28px 20px;
    }
    .ms-cta__title {
        font-size: 24px;
    }
    .ms-cta__grid {
        grid-template-columns: 1fr;
    }
    .ms-cta__grid--form {
        grid-template-columns: 1fr;
    }
    .ms-cta__photo {
        height: 260px;
    }
}
.ms-cta__divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 20px 0;
}
.ms-cta__divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(255,112,163,0.3), rgba(255,112,163,0.05));
}
.ms-cta__divider-line:last-child {
    background: linear-gradient(to left, rgba(255,112,163,0.3), rgba(255,112,163,0.05));
}
.ms-cta__divider-text {
    font-size: 11px;
    font-weight: 600;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

/* ========================================
   Карточки с нумерацией
   ======================================== */
.ms-ncards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    counter-reset: ncard;
}
.ms-ncard {
    position: relative;
    background: var(--white-color);
    border-radius: 20px;
    padding: 32px 28px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.02);
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    counter-increment: ncard;
}
.ms-ncard:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.03);
    transform: translateY(-3px);
    border-color: var(--accent-color);
}
.ms-ncard__decor {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,112,163,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.ms-ncard::before {
    content: counter(ncard, decimal-leading-zero);
    font-size: 48px;
    font-weight: 800;
    color: var(--accent-color);
    opacity: 0.12;
    position: absolute;
    top: 16px;
    right: 24px;
    line-height: 1;
    pointer-events: none;
}
.ms-ncard__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 40px;
    line-height: 1.3;
}
.ms-ncard__text {
    font-size: 14px;
    color: #888;
    line-height: 1.55;
}
@media (max-width: 991px) {
    .ms-ncards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .ms-ncards {
        grid-template-columns: 1fr;
    }
    .ms-ncard {
        padding: 24px 20px;
    }
}

/* --- Мобильные отступы блоков услуги --- */
@media (max-width: 767px) {
    .single-services .service-hero,
    .single-services .service-text-block,
    .single-services .service-prices,
    .single-services .service-projects,
    .single-services .service-doctors,
    .single-services .service-reviews,
    .single-services .service-steps,
    .single-services .service-faq,
    .single-services .service-gallery,
    .single-services .service-expert,
    .single-services .service-advantages,
    .single-services .service-cards,
    .single-services .service-indications,
    .single-services .service-tabs,
    .single-services .service-cta-form,
    .single-services .service-related,
    .single-services .service-numbered-cards {
        padding: 24px 0;
    }
    .single-services .section-bg-gray {
        padding: 30px 0;
    }
}

/* --- Мобильные размеры шрифтов --- */
@media (max-width: 767px) {
    .section-title .h2,
    .section-title h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .service-hero__title {
        font-size: 22px;
    }
    .service-advantages__title {
        font-size: 22px;
    }
    .ms-cta__title {
        font-size: 22px;
    }
    .ms-tabs__title {
        font-size: 20px;
    }
    .ms-ncard__title {
        font-size: 14px;
    }
    .ms-ncard::before {
        font-size: 36px;
    }
}

/* ========================================
   Таблица сравнения — карточки
   ======================================== */
.service-comparison {
    padding: 30px 0;
}
.ms-compare {
    position: relative;
}
.ms-compare__text {
    margin-bottom: 24px;
}
.ms-compare__text p {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.7;
    margin-bottom: 12px;
}
.ms-compare__text p:last-child {
    margin-bottom: 0;
}
.ms-compare__text--after {
    margin-top: 24px;
    margin-bottom: 0;
}
.ms-compare__grid {
    display: grid;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.ms-compare__grid--2 {
    grid-template-columns: 1fr 1fr;
}
.ms-compare__grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.ms-compare__grid--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ms-compare__card {
    background: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.04);
    transition: box-shadow 0.3s, transform 0.3s;
}
.ms-compare__card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}
.ms-compare__card-head {
    background: var(--accent-color);
    color: var(--white-color);
    padding: 18px 22px;
    font-size: 15px;
    font-weight: 700;
}
.ms-compare__card-head a {
    color: var(--white-color);
    text-decoration: underline;
}
.ms-compare__card-body {
    padding: 0;
}
.ms-compare__card-row {
    padding: 14px 22px;
    border-bottom: 1px solid #f0f0f0;
}
.ms-compare__card-row:last-child {
    border-bottom: none;
}
.ms-compare__card-label {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}
.ms-compare__card-value {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.4;
}
@media (max-width: 991px) {
    .ms-compare__grid--4 {
        grid-template-columns: 1fr 1fr;
    }
    .ms-compare__grid--3 {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .ms-compare {
        padding: 0;
    }
    .ms-compare__grid--2,
    .ms-compare__grid--3,
    .ms-compare__grid--4 {
        grid-template-columns: 1fr;
    }
    .ms-compare__card-head {
        padding: 12px 14px;
        font-size: 14px;
    }
    .ms-compare__card-row {
        padding: 10px 14px;
    }
    .ms-compare__card-label {
        font-size: 10px;
    }
    .ms-compare__card-value {
        font-size: 13px;
    }
}

/* ========================================
   Текстовый блок — стилизация списков
   ======================================== */
.ms-text-content ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.ms-text-content ul li {
    position: relative;
    padding: 6px 0 6px 24px;
    font-size: 15px;
    line-height: 1.2;
}
.ms-text-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-color);
}
.ms-text-content ol {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    counter-reset: textlist;
}
.ms-text-content ol li {
    position: relative;
    padding: 6px 0 6px 28px;
    font-size: 15px;
    line-height: 1.3;
    counter-increment: textlist;
}
.ms-text-content ol li::before {
    content: counter(textlist) ".";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 15px;
    font-weight: 700;
    color: var(--accent-color);
}
.ms-text-content p {
    line-height: 1.4em;
}
.ms-text-content a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px dashed #ff70a3;
    padding-bottom: 1px;
}
.ms-text-content--cols {
    column-count: 2;
    column-gap: 40px;
}
@media (max-width: 767px) {
    .ms-text-content--cols {
        column-count: 1;
    }
}

.single-services .ms-advantages .row > .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
}
.single-services .ms-advantages .row > .col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
}
@media (max-width: 991px) {
    .single-services .ms-advantages .row > .col-lg-5,
    .single-services .ms-advantages .row > .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.ms-tabs__desc {
    margin-bottom: 24px;
}
.ms-tabs__desc p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
}
.ms-cards__desc {
    margin-bottom: 24px;
}
.ms-cards__desc p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
}
.ms-price__text-after {
    margin-top: 24px;
}
.ms-price__text-after p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-color);
}

/* ========================================
   Этапы — новый таймлайн
   ======================================== */
.ms-steps {
    max-width: 800px;
    margin: 0 auto;
}
.ms-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.ms-step__num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.ms-step__num {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,112,163,0.08);
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    color: var(--accent-color);
    flex-shrink: 0;
}
.ms-step__line {
    width: 2px;
    flex: 1;
    min-height: 24px;
    background: rgba(255,112,163,0.15);
    margin: 8px 0;
}
.ms-step__body {
    padding-bottom: 32px;
    flex: 1;
}
.ms-step:last-child .ms-step__body {
    padding-bottom: 0;
}
.ms-step__title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
    line-height: 1.3;
    padding-top: 12px;
}
.ms-step__desc {
    font-size: 15px;
    color: #6b6b7b;
    line-height: 1.65;
}
.ms-step__desc p {
    margin-bottom: 8px;
}
.ms-step__desc p:last-child {
    margin-bottom: 0;
}
.ms-step__desc ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.ms-step__desc ul li {
    position: relative;
    padding: 4px 0 4px 22px;
    line-height: 1.5;
}
.ms-step__desc ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-color);
}
.ms-step__desc ol {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    counter-reset: stepdesclist;
}
.ms-step__desc ol li {
    position: relative;
    padding: 4px 0 4px 24px;
    line-height: 1.5;
    counter-increment: stepdesclist;
}
.ms-step__desc ol li::before {
    content: counter(stepdesclist) ".";
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-color);
}
.ms-step__time {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .ms-step {
        gap: 14px;
    }
    .ms-step__num {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 10px;
    }
    .ms-step__title {
        font-size: 17px;
        padding-top: 7px;
    }
}

/* ========================================
   Преимущества — новый двухколоночный layout
   ======================================== */
.ms-adv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.ms-adv__left {
    position: sticky;
    top: 100px;
}
.ms-adv__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent-color);
    margin-bottom: 12px;
}
.ms-adv__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin: 0 0 16px;
}
.ms-adv__text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.65;
    margin-bottom: 24px;
}
.ms-adv__text p {
    margin-bottom: 10px;
}
.ms-adv__text p:last-child {
    margin-bottom: 0;
}
.ms-adv__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent-color);
    color: var(--white-color);
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
}
.ms-adv__btn:hover {
    background: #e05f8f;
    color: var(--white-color);
    transform: translateY(-1px);
}
.ms-adv__list {
    display: flex;
    flex-direction: column;
}
.ms-adv__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
}
.ms-adv__item:last-child {
    border-bottom: 1px solid #e5e7eb;
}
.ms-adv__item:first-child {
    border-top: none;
    padding-top: 0;
}
.ms-adv__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.ms-adv__num {
    font-size: 18px;
    font-weight: 700;
    color: var(--accent-color);
    flex-shrink: 0;
    min-width: 32px;
    padding-top: 2px;
}
.ms-adv__item-body {
    flex: 1;
}
.ms-adv__item-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}
.ms-adv__item-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}
.ms-adv__item-desc p {
    margin-bottom: 6px;
}
.ms-adv__item-desc p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .ms-adv {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .ms-adv__left {
        position: static;
    }
    .ms-adv__title {
        font-size: 26px;
    }
}

/* ========================================
   Вкладки — bar-стиль переключателя
   ======================================== */
.ms-tabs__bar {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    background: var(--white-color);
}
.ms-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.ms-tabs__bar .ms-tabs__btn {
    border: none;
    border-radius: 24px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    background: transparent;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
}
.ms-tabs__bar .ms-tabs__btn:hover {
    color: #111827;
    background: rgba(0,0,0,0.04);
    border-color: transparent;
}
.ms-tabs__bar .ms-tabs__btn.is-active {
    background: #111827;
    color: var(--white-color);
    border-color: transparent;
}
@media (max-width: 767px) {
    .ms-tabs__nav {
        overflow-x: visible;
        flex-wrap: wrap;
        padding-bottom: 0;
        margin-bottom: 24px;
    }
    .ms-tabs__bar {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        border: none;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }
    .ms-tabs__bar .ms-tabs__btn {
        padding: 10px 16px;
        font-size: 13px;
        border-radius: 20px;
        border: 1px solid #EEEAF1;
        background: #fff;
        color: #3A3548;
        white-space: nowrap;
    }
    .ms-tabs__bar .ms-tabs__btn:hover {
        border-color: var(--accent-color);
        color: var(--accent-color);
        background: transparent;
    }
    .ms-tabs__bar .ms-tabs__btn.is-active {
        background: #111;
        color: #fff;
        border-color: #111;
    }
}

/* ========================================
   FAQ — лёгкий стиль без полной заливки
   ======================================== */
.single-services .faq-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    background: var(--white-color);
}
.single-services .faq-accordion .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    color: #111827;
    padding: 16px 52px 16px 22px;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
}
.single-services .faq-accordion .accordion-header .accordion-button.collapsed {
    background: transparent;
    color: #374151;
}
.single-services .faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(255,112,163,0.08);
}
.single-services .faq-accordion .accordion-header .accordion-button:not(.collapsed) {
    background: rgba(255,112,163,0.06);
    color: #111827;
}
.single-services .faq-accordion .accordion-item .accordion-button::after,
.single-services .faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '+';
    font-family: var(--default-font);
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 400;
    color: #6b7280;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    line-height: 1;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
}
.single-services .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
    content: '+';
    transform: translateY(-50%) rotate(45deg);
    background: var(--accent-color);
    color: var(--white-color);
    border-color: var(--accent-color);
}
.single-services .faq-accordion .accordion-item .accordion-body {
    background: transparent;
    border-top: 1px solid #f3f4f6;
    padding: 0 22px 18px;
    color: #374151;
    font-size: 14px;
    line-height: 1.7;
}
.single-services .faq-accordion .accordion-item .accordion-body p {
    color: #374151;
}

/* ========================================
   Текстовый блок — blockquote callout
   ======================================== */
.ms-text-content blockquote {
    position: relative;
    background: rgba(255,112,163,0.04);
    border-radius: 12px;
    padding: 20px 24px 20px 32px;
    margin: 20px 0;
    font-style: italic;
    border: none;
}
.ms-text-content blockquote::before {
    content: '\201C';
    position: absolute;
    top: -4px;
    left: 12px;
    font-size: 48px;
    line-height: 1;
    color: rgba(255,112,163,0.2);
    font-style: normal;
    font-family: Georgia, serif;
}
.ms-text-content a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px dashed #ff70a3;
    padding-bottom: 1px;
}
.ms-text-content a:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

/* ========================================
   Нумерованные карточки — ФИКС
   ======================================== */
.single-services .service-numbered-cards .ms-ncards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: none;
    flex-direction: unset;
}

.single-services .service-numbered-cards .ms-ncard {
    display: block;
    flex-direction: unset;
    background: #f7f7fa;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    border: none;
    border-bottom: none;
}

.single-services .service-numbered-cards .ms-ncard__decor {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 72px;
    font-weight: 800;
    color: rgba(255, 112, 163, 0.1);
    line-height: 1;
    pointer-events: none;
}

.single-services .service-numbered-cards .ms-ncard__title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.3;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

.single-services .service-numbered-cards .ms-ncard__text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.55;
    margin: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .single-services .service-numbered-cards .ms-ncards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .single-services .service-numbered-cards .ms-ncards {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   Связанные услуги — card grid
   ======================================== */
.ms-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.ms-related__card {
    background: var(--white-color);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
}
.ms-related__card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transform: translateY(-2px);
    border-color: transparent;
}
.ms-related__card-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
    line-height: 1.3;
}
.ms-related__card-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 12px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ms-related__card-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-color);
}
@media (max-width: 991px) {
    .ms-related__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .ms-related__grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   Карточки услуг — новый дизайн + карусель
   ======================================== */
.single-services .ms-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.single-services .ms-cards__item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.25s cubic-bezier(0.4,0,0.2,1),
                transform 0.25s cubic-bezier(0.4,0,0.2,1),
                border-color 0.25s cubic-bezier(0.4,0,0.2,1);
}
.single-services .ms-cards__item:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transform: translateY(-3px);
    border-color: transparent;
}
.single-services .ms-cards__accent {
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), #ff9ec0);
}
.single-services .ms-cards__body {
    padding: 24px;
}
.single-services .ms-cards__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 6px;
}
.single-services .ms-cards__title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px;
    line-height: 1.3;
}
.single-services .ms-cards__subtitle {
    display: block;
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.4;
}
.single-services .ms-cards__tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent-color);
    border: 1px solid rgba(255,112,163,0.3);
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}
.single-services .ms-cards__stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    background: #f7f7fa;
    border-radius: 10px;
    padding: 14px 18px;
    margin: 16px 0;
}
.single-services .ms-cards__stat-value {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    line-height: 1;
    white-space: nowrap;
}
.single-services .ms-cards__stat-label {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.3;
}
.single-services .ms-cards__desc {
    margin-top: 16px;
}
.single-services .ms-cards__desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-services .ms-cards__desc ul li {
    font-size: 14px;
    color: #374151;
    padding: 7px 0 7px 18px;
    position: relative;
    line-height: 1.55;
    border-bottom: 1px dashed #f3f4f6;
}
.single-services .ms-cards__desc ul li:last-child {
    border-bottom: none;
}
.single-services .ms-cards__desc ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent-color);
    position: absolute;
    left: 0;
    top: 14px;
}
.single-services .ms-cards__desc p {
    font-size: 14px;
    color: #374151;
    line-height: 1.55;
    margin-bottom: 8px;
}
/* ── Карусель (>3 карточек) ── */
.single-services .ms-cards-carousel-wrap {
    position: relative;
}
.single-services .ms-cards--carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}
.single-services .ms-cards--carousel::-webkit-scrollbar {
    display: none;
}
.single-services .ms-cards--carousel .ms-cards__item {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 300px;
    scroll-snap-align: start;
}
.single-services .ms-cards-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}
.single-services .ms-cards-nav__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #374151;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
    font-family: inherit;
}
.single-services .ms-cards-nav__btn:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
    box-shadow: 0 2px 8px rgba(255,112,163,0.15);
}
.single-services .ms-cards-nav__btn:disabled {
    opacity: 0.3;
    cursor: default;
    box-shadow: none;
}
@media (max-width: 991px) {
    .single-services .ms-cards {
        grid-template-columns: 1fr 1fr;
    }
    .single-services .ms-cards--carousel .ms-cards__item {
        flex: 0 0 calc(50% - 10px);
        min-width: 280px;
    }
}
@media (max-width: 767px) {
    .single-services .ms-cards {
        grid-template-columns: 1fr;
    }
    .single-services .ms-cards--carousel .ms-cards__item {
        flex: 0 0 85%;
        min-width: 260px;
    }
    .single-services .ms-cards__stat-value {
        font-size: 24px;
    }
    .single-services .ms-cards__body {
        padding: 20px;
    }
}

/* ── CTA: чекбокс согласия ── */
.ms-cta .ms-cta-privacy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    margin-top: 10px;
}

.ms-cta .ms-cta-privacy input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--accent-color);
    cursor: pointer;
}

.ms-cta .ms-cta-privacy span {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.4;
}

.ms-cta .ms-cta-privacy span a {
    color: #6b7280;
    border-bottom: 1px dashed #9ca3af;
    text-decoration: none;
    padding-bottom: 1px;
}

.ms-cta .ms-cta-privacy span a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

/* ── Карточки: розовая полоска сверху ── */
.single-services .service-card {
    background-image: linear-gradient(90deg, var(--accent-color), #ff9ec0);
    background-size: 15% 4px;
    background-position: top left;
    background-repeat: no-repeat;
    transition: background-size 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s, box-shadow 0.3s;
}

.single-services .service-card:hover {
    background-size: 100% 4px;
}

.single-services .ms-cards__item {
    background-image: linear-gradient(90deg, var(--accent-color), #ff9ec0);
    background-size: 15% 4px;
    background-position: top left;
    background-repeat: no-repeat;
    transition: background-size 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.single-services .ms-cards__item:hover {
    background-size: 100% 4px;
}

/* ── Ссылки в текстовом контенте услуг (единый блок) ── */
.ms-text-content a,
.ms-tabs__text a,
.ms-tabs__panel p a,
.ms-step__desc a,
.ms-compare__text--after a,
.ms-ind__body a,
.ms-adv__item-desc a,
.ms-cards__desc a,
.ms-price__text-after a,
.service-hero__text a,
.faq-accordion .accordion-body a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px dashed #ff70a3;
    padding-bottom: 1px;
    transition: border-color 0.25s ease;
}

.ms-text-content a:hover,
.ms-tabs__text a:hover,
.ms-tabs__panel p a:hover,
.ms-step__desc a:hover,
.ms-compare__text--after a:hover,
.ms-ind__body a:hover,
.ms-adv__item-desc a:hover,
.ms-cards__desc a:hover,
.ms-price__text-after a:hover,
.service-hero__text a:hover,
.faq-accordion .accordion-body a:hover {
    border-bottom-style: solid;
    color: var(--accent-color);
}



/* ========================================
   Топбар — единый адаптивный блок
   ======================================== */

/* Базовые стили для всех ширин */
.topbar {
    background: #fff;
}

.topbar-contact-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.7;
}

.topbar-i1,
.topbar-i2,
.topbar-i3,
.topbar-i4,
.topbar-i5 {
    white-space: nowrap;
}

/* --- Десктоп 1600px+ --- */
@media (min-width: 1600px) {
    .topbar {
        padding: 14px 0;
    }

    .topbar-contact-info {
        flex-wrap: nowrap;
        gap: 0;
        justify-content: space-between;
    }

    .topbar-i1 {
        flex-shrink: 0;
        margin-right: auto;
    }

    .topbar-i3,
    .topbar-i4,
    .topbar-i5 {
        flex-shrink: 0;
        padding-left: 24px;
        margin-left: 24px;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
    }

    .topbar-i2 {
        flex-shrink: 0;
        padding-left: 24px;
        margin-left: 24px;
    }
}

/* --- Ноутбук 1400–1599px --- */
@media (min-width: 1400px) and (max-width: 1599.98px) {
    .topbar {
        padding: 12px 0;
    }

    .topbar-contact-info {
        flex-wrap: nowrap;
        gap: 0;
        justify-content: space-between;
    }

    .topbar-i1 {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 16px;
        font-size: 12px;
    }

    .topbar-i3,
    .topbar-i4,
    .topbar-i5 {
        flex: 0 0 auto;
        padding-left: 14px;
        margin-left: 14px;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        font-size: 12px;
    }

    .topbar-i2 {
        flex: 0 0 auto;
        padding-left: 14px;
        margin-left: 14px;
        font-size: 12px;
    }
}

/* --- Средний 1200–1399px --- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .topbar {
        padding: 10px 0;
    }

    .topbar-contact-info {
        flex-wrap: nowrap;
        gap: 0;
        justify-content: space-between;
    }

    .topbar-i1 {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: 12px;
        font-size: 11px;
    }

    .topbar-i3,
    .topbar-i4,
    .topbar-i5 {
        flex: 0 0 auto;
        padding-left: 12px;
        margin-left: 12px;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        font-size: 11px;
    }

    .topbar-i2 {
        flex: 0 0 auto;
        padding-left: 12px;
        margin-left: 12px;
        font-size: 11px;
    }
}

/* --- Планшет 992–1199px --- */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Меню: оригинал 0-0-3 + !important на padding — добавляем 1 класс и !important */
    .main-header .main-menu .navbar-nav > .nav-item > .nav-link,
    .main-header .main-menu .navbar-nav > .menu-item > .ms-nav-link {
        font-size: 12px;
        padding: 8px 12px !important;
        text-transform: uppercase;
    }

    /* Лого: скрыть текст */
    .main-header .site-logo .site-logo-texts {
        display: none;
    }

    /* Кнопка */
    .main-header .header-btn .btn-default.btn-highlighted {
        font-size: 11px;
        padding: 8px 14px;
    }

    /* Топбар: промо на отдельную строку, инфо-блоки компактнее */
    .topbar .topbar-contact-info {
        flex-wrap: wrap;
    }
    .topbar .topbar-contact-info .topbar-i.topbar-i1 {
        flex: 0 0 100%;
    }
    .topbar .topbar-contact-info .topbar-i.topbar-i2 .ti2-rating__label {
        font-size: 10px;
    }
    .topbar .topbar-contact-info .topbar-i.topbar-i3 {
        font-size: 11px;
    }
    .topbar .topbar-contact-info .topbar-i.topbar-i3 .ti3-l2 {
        font-size: 10px;
    }
    .topbar .topbar-contact-info .topbar-i.topbar-i4 .ti4-l1 {
        font-size: 11px;
    }
    .topbar .topbar-contact-info .topbar-i.topbar-i4 .ti4-l20 {
        font-size: 10px;
    }
    .topbar .topbar-contact-info .topbar-i.topbar-i5 .ti5-l1 a {
        font-size: 13px;
    }
}

/* --- Мобильный до 991px --- */
@media (max-width: 991.98px) {
    .topbar {
        padding: 10px 15px;
    }

    .topbar-contact-info {
        flex-wrap: wrap;
        gap: 10px 0;
        justify-content: center;
    }

    .topbar-i1 {
        flex: 0 0 100%;
        text-align: center;
    }

    .topbar-i2,
    .topbar-i4 {
        flex: 1 1 calc(50% - 5px);
    }

    .topbar-i3,
    .topbar-i5 {
        flex: 1 1 calc(50% - 5px);
        padding-left: 12px;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
    }
}


/* ── Активный пункт меню ── */
.main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item.current-menu-item > a,
.main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item.current-menu-ancestor > a,
.main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item.current_page_item > a,
.main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item.current_page_ancestor > a {
    color: var(--accent-color);
}


/* ========================================
   Мобильная шапка — точно по макету
   ======================================== */

/* Скрыто по умолчанию на ПК */
.mob-promo { display: none; }
.mob-header { display: none; }

/* Показать на мобиле */
@media (max-width: 991.98px) {

    /* Скрыть ПК элементы */
    .topbar { display: none; }
    .main-header .navbar { display: none; }
    .responsive-menu,
    .navbar-toggle { display: none; }

    /* Белый фон шапки */
    header.main-header { background: #fff; }

    /* Hero не прятать под шапку */
    .hero,
    .page-top-block { margin-top: 0; }

    /* Показать мобильные блоки */
    .mob-promo {
        display: flex;
        margin: 8px 12px 0;
        background: #FFE3EE;
        border-radius: 10px;
        padding: 6px 6px 6px 12px;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        color: var(--text-color);
        font-weight: 500;
        letter-spacing: -0.005em;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }
    .mob-promo__fire { font-size: 14px; line-height: 1; flex: none; }
    .mob-promo__tooth { font-size: 12px; line-height: 1; flex: none; margin: 0 1px 0 3px; opacity: 0.85; }
    .mob-promo__txt { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .mob-promo__txt b { font-weight: 700; }
    .mob-promo__arr {
        width: 22px; height: 22px; border-radius: 7px;
        background: #fff; color: var(--accent-color);
        display: grid; place-items: center; flex: none;
    }
    .mob-promo__arr svg { width: 12px; height: 12px; stroke: var(--accent-color); }

    .mob-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 8px 14px 10px;
        background: #fff;
        gap: 5px;
    }
    .mob-header__top { display: flex; align-items: center; gap: 8px; }

    .mob-header__logo {
        flex: 1; min-width: 0;
        display: flex; align-items: center; gap: 8px;
        text-decoration: none; color: var(--text-color);
    }
    .mob-header__logo img { width: 42px; height: 42px; display: block; flex: none; }
    .mob-header__name { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
    .mob-header__name b { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; white-space: nowrap; }
    .mob-header__name span { font-size: 0.9em; color: #6B6577; letter-spacing: 0.02em; white-space: nowrap; margin-top: 1px; }

    .mob-header__wa {
        flex: none; width: 34px; height: 34px; border-radius: 10px;
        background: #25D366; display: grid; place-items: center; text-decoration: none;
    }
    .mob-header__phone {
        flex: none; width: 34px; height: 34px; border-radius: 10px;
        background: var(--accent-color); color: #fff;
        display: grid; place-items: center; border: 0; text-decoration: none;
        box-shadow: 0 8px 16px -4px rgba(255,112,163,0.5);
    }
    .mob-header__burger {
        flex: none; width: 42px; height: 42px; border-radius: 12px;
        background: #ffe2ed; color: var(--text-color);
        display: grid; place-items: center; border: 0; cursor: pointer;
        padding: 0; -webkit-appearance: none; appearance: none;
    }

    .mob-chips-wrap {
        position: relative;
        overflow: hidden;
    }
    .mob-chips-wrap::after {
        content: '';
        position: absolute;
        top: 0; right: 0; bottom: 0;
        width: 40px;
        background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
        pointer-events: none;
        z-index: 2;
        transition: opacity 0.3s;
    }
    .mob-chips-wrap.no-fade::after {
        opacity: 0;
    }

    .mob-header__chips {
        display: flex; gap: 5px; margin-top: 8px; padding: 0 4px;
        overflow-x: auto; -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap; scrollbar-width: none;
        position: relative;
    }
    .mob-header__chips::-webkit-scrollbar { display: none; }
    .mob-header__chips a {
        flex-shrink: 0; display: inline-flex; align-items: center; gap: 5px;
        background: #fff; border: 1px solid #EEEAF1; border-radius: 999px;
        padding: 5px 9px 5px 7px; font-size: 12px; color: #3A3548;
        text-decoration: none; font-weight: 500; min-width: 0;
    }
    .mob-header__chips a svg {
        width: 11px; height: 11px; flex: none; fill: none;
        stroke: var(--accent-color); stroke-width: 1.8;
        stroke-linecap: round; stroke-linejoin: round;
    }
    .mob-header__chips a b { color: var(--text-color); font-weight: 600; letter-spacing: -0.005em; white-space: nowrap; }
    .mob-header__chips a span { color: #6B6577; white-space: nowrap; }

    .mob-header__max { flex: none; }
    .mob-header__max img { width: 34px; height: 34px; border-radius: 10px; display: block; }

    .mob-chip__metro { width: 20px; height: 20px; border-radius: 50%; flex: none; }

    .mob-chip__clock { width: 14px; height: 14px; }

    .mob-chip--schedule { flex-shrink: 0; }

    /* FIX 1: header height: 0 от JS — принудительно auto */
    header.main-header.bg-section {
        height: auto;
        background: #fff;
    }

    /* Мобильная шапка всегда фиксирована — нет класса, нет анимации, нет прыжка */
    header.main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
    }
    body {
        padding-top: 130px !important;
    }
    /* Нейтрализовать desktop-стили .sticky-header на мобиле */
    header.main-header.sticky-header {
        background: #fff;
        padding: 0;
    }

    /* FIX 2: hero не уходит под шапку */
    .single-services .service-top-block.bg-section {
        margin-top: 0;
        padding-top: 20px;
    }

    .page-top-block {
        margin-top: 0;
        padding-top: 20px;
    }

    /* ══════════════════════════
       МОБ-МЕНЮ: контейнер
       ══════════════════════════ */
    .mob-menu {
        background: #fff;
        flex-direction: column;
        overflow: hidden;
    }
    .mob-menu.is-open {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 10050;
        overflow: hidden;
    }

    /* Шапка меню */
    .mob-menu__head {
        flex: none;
        padding: 10px 12px 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #EEEAF1;
    }
    .mob-menu__logo {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: var(--text-color);
        flex: 1;
        min-width: 0;
    }
    .mob-menu__logo img {
        width: 40px;
        height: 40px;
        flex: none;
    }
    .mob-menu__name {
        display: flex;
        flex-direction: column;
        line-height: 1.1;
    }
    .mob-menu__name b {
        font-size: 14.5px;
        font-weight: 700;
        letter-spacing: -0.01em;
    }
    .mob-menu__name span {
        font-size: 11px;
        color: #6B6577;
        margin-top: 2px;
    }
    .mob-menu__close {
        flex: none;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: #FFF5F9;
        color: var(--text-color);
        display: grid;
        place-items: center;
        border: 0;
        cursor: pointer;
        font-size: 22px;
        line-height: 1;
    }

    /* Тело (скролл) */
    .mob-menu__body {
        flex: 1;
        min-height: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 16px 16px 24px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
    }
    .mob-menu__body::-webkit-scrollbar {
        width: 4px;
    }
    .mob-menu__body::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }
    .mob-menu__body::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Заголовок секции */
    .mob-menu__section-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 4px;
    }
    .mob-menu__section-title h3 {
        font-size: 11px;
        font-weight: 700;
        color: #9A94A6;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        margin: 0;
    }
    .mob-menu__section-title span {
        font-size: 11px;
        color: #9A94A6;
        font-weight: 500;
    }

    /* SVG иконка общая */
    .mob-ic {
        stroke: currentColor;
        fill: none;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    /* ══════════════════════════
       УСЛУГИ — аккордеон
       ══════════════════════════ */
    .mob-menu__services {
        border-radius: 18px;
        border: 1px solid #EEEAF1;
        overflow: visible;
        max-height: none;
        height: auto;
    }
    .mob-srv {
        border-bottom: 1px solid #EEEAF1;
        padding: 0;
    }
    .mob-srv:last-child {
        border-bottom: 0;
    }
    .mob-srv summary {
        list-style: none;
        cursor: pointer;
        padding: 8px 10px;
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 15.5px;
        font-weight: 600;
        color: var(--text-color);
        letter-spacing: -0.01em;
    }
    .mob-srv summary::-webkit-details-marker { display: none; }

    .mob-srv__ico {
        width: 30px;
        height: 30px;
        border-radius: 11px;
        background: #FFF5F9;
        color: #E0508A;
        display: grid;
        place-items: center;
        flex: none;
        transition: 0.18s ease;
        overflow: hidden;
    }
    .mob-srv__ico svg {
        width: 20px;
        height: 20px;
        stroke-width: 1.4;
    }
    .mob-srv__ico img {
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .mob-srv__arr {
        margin-left: auto;
        width: 24px;
        height: 24px;
        border-radius: 7px;
        background: #F7F6FA;
        color: #6B6577;
        display: grid;
        place-items: center;
        flex: none;
        transition: transform 0.25s ease, background 0.15s ease, color 0.15s ease;
    }
    .mob-srv__arr svg {
        width: 13px;
        height: 13px;
        stroke-width: 2;
    }

    .mob-srv[open] summary {
        background: #FFF5F9;
        color: #E0508A;
    }
    .mob-srv[open] .mob-srv__arr {
        transform: rotate(90deg);
        background: var(--accent-color);
        color: #fff;
    }
    .mob-srv[open] .mob-srv__ico {
        background: #fff;
        color: #E0508A;
        box-shadow: inset 0 0 0 1.5px #FFE3EE;
    }

    .mob-srv__sub {
        padding: 8px 16px 16px;
        background: linear-gradient(180deg, #FFF5F9 0%, #fff 100%);
    }
    .mob-srv__group {
        margin-top: 8px;
    }
    .mob-srv__group:first-child {
        margin-top: 0;
    }
    .mob-srv__group h4 {
        font-size: 10.5px;
        font-weight: 700;
        color: #6B6577;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        margin: 0 0 8px;
        padding-top: 10px;
        border-top: 1px dashed #E4DFE9;
    }
    .mob-srv__group:first-child h4 {
        border-top: 0;
        padding-top: 0;
    }
    .mob-srv__sub ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mob-srv__sub ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 8px 0;
        font-size: 13.5px;
        color: #3A3548;
        text-decoration: none;
        border-bottom: 1px solid rgba(238,234,241,0.5);
    }
    .mob-srv__sub ul li:last-child a {
        border-bottom: 0;
    }
    .mob-srv__sub ul li a svg {
        width: 12px;
        height: 12px;
        color: #9A94A6;
        stroke-width: 1.8;
        flex: none;
    }

    /* ══════════════════════════
       ВТОРИЧНАЯ НАВИГАЦИЯ
       ══════════════════════════ */
    .mob-menu__nav {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
    .mob-menu__nav a {
        padding: 9px 16px;
        border-radius: 20px;
        border: 1px solid #EEEAF1;
        font-size: 13px;
        font-weight: 500;
        color: var(--text-color);
        text-decoration: none;
        background: #F4F4F6;
    }
    .mob-menu__badge {
        margin-left: auto;
        font-size: 10px;
        font-weight: 700;
        background: var(--accent-color);
        color: #fff;
        padding: 2px 8px;
        border-radius: 6px;
    }

    /* ══════════════════════════
       КОНТАКТНЫЙ БЛОК
       ══════════════════════════ */
    .mob-menu__contact {
        background: linear-gradient(165deg, #FFF5F9 0%, #FFE9F1 60%, #F4ECFF 100%);
        border-radius: 18px;
        padding: 18px 16px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .mob-contact__phone {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        border-radius: 14px;
        padding: 12px 14px;
        text-decoration: none;
        color: var(--text-color);
        border: 1px solid rgba(255,255,255,0.9);
    }
    .mob-contact__ico {
        width: 38px;
        height: 38px;
        border-radius: 11px;
        background: rgba(255,255,255,0.7);
        color: #E0508A;
        display: grid;
        place-items: center;
        flex: none;
        border: 1px solid rgba(255,255,255,0.9);
    }
    .mob-contact__ico svg {
        width: 18px;
        height: 18px;
    }
    .mob-contact__ico--pink {
        background: var(--accent-color);
        color: #fff;
        border: none;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        box-shadow: 0 8px 16px -4px rgba(255,112,163,0.5);
    }
    .mob-contact__ico--pink svg {
        width: 16px;
        height: 16px;
        stroke-width: 1.8;
    }
    .mob-contact__info {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
        min-width: 0;
    }
    .mob-contact__info b {
        font-size: 14.5px;
        font-weight: 700;
        letter-spacing: -0.01em;
    }
    .mob-contact__info > span {
        font-size: 11px;
        color: #6B6577;
        margin-top: 2px;
    }
    .mob-contact__label {
        font-size: 10.5px;
        color: #6B6577;
        font-weight: 500;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
    .mob-contact__value {
        font-size: 14.5px;
        font-weight: 600;
        color: var(--text-color);
        margin-top: 3px;
        line-height: 1.3;
    }
    .mob-contact__value small {
        display: block;
        font-size: 11.5px;
        color: #6B6577;
        font-weight: 500;
        margin-top: 2px;
    }

    .mob-contact__rating-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        background: #fff;
        border-radius: 14px;
        padding: 11px 14px;
        border: 1px solid rgba(255,255,255,0.9);
    }
    .mob-contact__rating {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
        flex: 1;
    }
    .mob-contact__rating-label {
        font-size: 11px;
        color: #6B6577;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
    .mob-contact__rating-value {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 4px;
    }
    .mob-contact__rating-value b {
        font-size: 15px;
        font-weight: 700;
    }
    .mob-contact__stars {
        color: #FFB23F;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .mob-contact__msg {
        display: flex;
        gap: 6px;
        flex: none;
    }
    .mob-msg {
        width: 34px;
        height: 34px;
        border-radius: 9px;
        display: grid;
        place-items: center;
        box-shadow: 0 4px 10px -3px rgba(21,19,31,0.18);
        text-decoration: none;
        overflow: hidden;
    }
    .mob-msg img {
        width: 34px;
        height: 34px;
        display: block;
        border-radius: 9px;
    }
    .mob-msg--max { background: #3A5BFF; }
    .mob-msg--wa  { background: #25D366; }
    .mob-msg--tg  { background: #229ED9; }

    .mob-contact__row {
        display: grid;
        grid-template-columns: 38px 1fr;
        gap: 12px;
        align-items: center;
        text-decoration: none;
        color: inherit;
    }

    /* CTA кнопка */
    .mob-menu__cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: var(--accent-color);
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: -0.005em;
        padding: 14px 22px;
        border-radius: 14px;
        text-decoration: none;
        box-shadow: 0 12px 28px -10px rgba(255,112,163,0.55);
    }
    .mob-menu__cta svg {
        width: 18px;
        height: 18px;
        stroke-width: 1.8;
    }

    /* ── Hero mobile adaptive ── */
    /* Hero — мобильный адаптив */
    .hero-wrap {
        overflow: visible;
        margin: 0;
        width: 100%;
    }
    .hero {
        display: flex;
        flex-direction: column;
        padding: 24px 16px 0;
        min-height: auto;
    }
    .hero__left {
        max-width: 100%;
        width: 100%;
        padding-bottom: 24px;
        text-align: left;
    }
    .hero__title {
        font-size: 30px;
        margin-bottom: 16px;
        text-align: left;
    }
    .hero__desc {
        font-size: 14px;
        margin-bottom: 24px;
        text-align: left;
    }
    .hero__trust {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 24px;
    }
    .hero__trust-block:nth-child(2) {
        padding-left: 0;
    }
    .hero__cta {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    .hero__btn {
        padding: 14px 20px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
    .hero__right {
        display: none;
    }
    .hero__photo img {
        max-height: 280px;
        max-width: 100%;
    }
    .hero__decor,
    .hero__decor2,
    .hero__sparkle {
        display: none;
    }
    .hero__note {
        font-size: 12px;
    }

} /* конец @media 991.98px */

/* Скрытие mob-menu на десктопе — вне медиа-запроса */
.mob-menu { display: none; }

/* ═══════════════════════════════
   HERO — базовые стили (все экраны)
   ═══════════════════════════════ */
.hero-wrap {
    background: #F4F4F6;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.hero::before { display: none; }
.hero__left {
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.hero__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    color: var(--text-color);
    margin-bottom: 28px;
}
.hero__title .accent-color { color: var(--accent-color); }
.hero__desc {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.6em;
    margin-bottom: 36px;
}
.hero__desc .economy { color: var(--accent-color); font-weight: 600; }
.hero__trust-block {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero__trust-ico {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #FFF5F9;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.hero__trust-ico svg {
    width: 20px;
    height: 20px;
    stroke: var(--accent-color);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hero__trust-text {
    font-size: 14px;
    line-height: 1.3;
    color: var(--text-color);
}
.hero__trust-text b {
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.hero__btn {
    padding: 17px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.hero__btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hero__btn--pink { background: var(--accent-color); color: #fff; }
.hero__btn--ghost { background: #fff; color: var(--text-color); border: 1px solid #EEEAF1; }
.hero__btn--ghost svg { stroke: var(--accent-color); }
.hero__note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6B6577;
}
.hero__note svg {
    width: 18px;
    height: 18px;
    stroke: var(--accent-color);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: none;
}
.hero__right {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}
.hero__photo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
}
.hero__photo img {
    max-height: 520px;
    object-fit: contain;
    display: block;
}
.hero__sparkle {
    position: absolute;
    color: var(--accent-color);
    opacity: 0.2;
    z-index: 0;
}
.hero__sparkle--1 { top: 50px; right: 30px; font-size: 28px; }
.hero__sparkle--2 { top: 160px; right: 0; font-size: 18px; opacity: 0.12; }
.hero__sparkle--3 { bottom: 180px; right: 50px; font-size: 24px; opacity: 0.1; }
.hero__decor {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    top: -100px;
    right: -150px;
    z-index: 0;
}
.hero__decor2 {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    top: 50px;
    right: -50px;
    z-index: 0;
}

/* ═══════════════════════════════
   HERO — layout десктоп (≥992px)
   ═══════════════════════════════ */
@media (min-width: 992px) {
    .hero-wrap { overflow: hidden; }
    .hero {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 60px 60px 0;
        gap: 0;
        min-height: 540px;
        position: relative;
        margin-top: 0;
        overflow: visible;
    }
    .hero__left {
        padding-bottom: 50px;
        max-width: 580px;
    }
    .hero__trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 50px;
        align-items: center;
    }
    .hero__trust-block:nth-child(2) { padding-left: 20px; }
    .hero__cta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-bottom: 24px;
    }
} /* конец @media min-width: 992px — hero desktop */

/* ========================================
   Hero на главной — единый блок с header
   ======================================== */
.hero-wrap.bg-section {
    border-radius: 20px;
    margin-top: -85px;
    padding-top: 100px;
    margin-bottom: 0;
}

.main-header.bg-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* ========================================
   Footer — контакты перед подвалом
   ======================================== */
.footer-contacts {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 20px;
}
.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 30px;
}
.footer-contact-item:first-child {
    padding-left: 0;
}
.footer-contact-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
}
.footer-contact-icon img {
    width: 36px;
    height: 36px;
}
.footer-contact-icon svg {
    width: 30px;
    height: 30px;
}
.footer-contact-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.4;
    white-space: nowrap;
}
.footer-contact-label a {
    color: var(--text-color);
    text-decoration: none;
}
.footer-contact-label a:hover {
    color: var(--accent-color);
}
.footer-contact-value {
    font-size: 14px;
    color: #888;
    line-height: 1.4;
    margin-top: 2px;
}
.footer-contact-value a {
    color: #888;
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
}
.footer-contact-value a:hover {
    color: var(--accent-color);
}
@media (max-width: 767px) {
    .footer-contacts {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .footer-contact-item {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding-bottom: 16px;
        width: 100%;
    }
    .footer-contact-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}
.book-consult-circle a img {
    animation-direction: reverse;
}

/* ========================================
   Архив акций — карточки 3 в ряд
   ======================================== */
.akcii-archive {
    padding: 40px 0 60px;
}
.akcii-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* --- Карточка --- */
.akcii-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.akcii-card:hover {
    border-color: var(--accent-color);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

/* --- Фото --- */
.akcii-card__img {
    height: 200px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}
.akcii-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.akcii-card:hover .akcii-card__img img {
    transform: scale(1.03);
}
.akcii-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFE3EE 0%, #FFF5F9 100%);
    font-size: 16px;
    font-weight: 600;
    color: var(--accent-color);
    opacity: 0.5;
}
.akcii-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--accent-color);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 8px;
}

/* --- Тело --- */
.akcii-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.akcii-card__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.35;
    margin-bottom: 8px;
}
.akcii-card__desc {
    font-size: 13px;
    color: #7a7a8a;
    line-height: 1.55;
    margin-bottom: 16px;
}

/* --- Пилюля с датой — на всю ширину внизу --- */
.akcii-date-pill {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
}
.akcii-date-pill i {
    font-size: 13px;
    color: #aaa;
}

/* --- Точка-статус --- */
.akcii-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.akcii-dot--active  { background: #2ecc71; }
.akcii-dot--ending  { background: #e89b00; }
.akcii-dot--last    { background: #E24B4A; animation: akcii-blink 1s infinite; }
.akcii-dot--ended   { background: #ccc; }
@keyframes akcii-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.3; }
}

/* --- Адаптив --- */
@media (max-width: 991px) {
    .akcii-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .akcii-grid { grid-template-columns: 1fr; }
}

/* Площадки отзывов — компактная сетка */
.reviews-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.reviews-images > div {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding: 0;
    margin: 0;
}
.reviews-images img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.reviews-images figcaption {
    text-align: center;
    margin-top: 8px;
}
@media (max-width: 767px) {
    .reviews-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .mt-5 {
        margin-top: 1rem !important;
    }
}

/* ========================================
   Страница Лицензии и сертификаты
   ======================================== */
.lic-page {
    padding: 40px 0 80px;
}

/* --- Hero --- */
.lic-hero {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 40px;
}
.lic-hero__label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-color);
    background: #FFF0F6;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.lic-hero__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #15131F;
    margin-bottom: 16px;
}
.lic-hero__desc {
    font-size: 15px;
    color: #7a7a8a;
    line-height: 1.65;
    margin: 0;
}
.lic-hero__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.lic-stat {
    background: #eff1f3;
    border-radius: 18px;
    padding: 22px;
}
.lic-stat--pink {
    background: #FF70A3;
    color: #fff;
}
.lic-stat--dark {
    background: #15131F;
    color: #fff;
}
.lic-stat__num {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
}
.lic-stat__label {
    font-size: 13px;
    line-height: 1.4;
    opacity: 0.75;
}
.lic-stat--pink .lic-stat__label,
.lic-stat--dark .lic-stat__label {
    opacity: 0.85;
}

/* --- Табы --- */
.lic-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.lic-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    border: 1px solid #E0DCE8;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #15131F;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.lic-tab.is-on {
    background: #15131F;
    color: #fff;
    border-color: #15131F;
}
.lic-tab .cnt {
    background: rgba(0,0,0,0.08);
    border-radius: 20px;
    padding: 2px 9px;
    font-size: 12px;
    font-weight: 700;
}
.lic-tab.is-on .cnt {
    background: rgba(255,255,255,0.15);
}

/* --- Секция --- */
.lic-section {
    margin-bottom: 60px;
}
.lic-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
}
.lic-section__title {
    font-size: 22px;
    font-weight: 700;
    color: #15131F;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lic-section__cnt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff1f3;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 700;
    color: #888;
}
.lic-section__desc {
    font-size: 14px;
    color: #aaa;
    margin: 0;
}

/* --- Masonry сетка --- */
.lic-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: start;
}
.lic-masonry--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    align-items: start;
}

/* --- Карточка --- */
.lic-card {
    display: block;
    width: 100%;
    border: 1px solid #EEEAF1;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 18px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lic-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
}
.lic-card__link {
    display: block;
    position: relative;
    overflow: hidden;
}
.lic-card img {
    width: 100%;
    height: auto;
    display: block;
    background: #FAF8FB;
}
.lic-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 4px 12px 4px 8px;
    font-size: 11.5px;
    font-weight: 600;
    color: #15131F;
}
.lic-card__caption {
    padding: 14px 18px;
    border-top: 1px solid #EEEAF1;
}
.lic-card__caption .meta {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #bbb;
    margin-bottom: 5px;
}
.lic-card__caption .name {
    font-size: 14.5px;
    font-weight: 700;
    color: #15131F;
    line-height: 1.35;
    margin-bottom: 4px;
}
.lic-card__caption .sub {
    font-size: 12.5px;
    color: #aaa;
    line-height: 1.4;
}

/* --- Trust блок --- */
.lic-trust {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    background: #15131F;
    border-radius: 24px;
    padding: 44px 56px;
    color: #fff;
    margin-top: 20px;
}
.lic-trust__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}
.lic-trust__desc {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
    margin: 0;
}
.lic-trust__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.lic-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}
.lic-trust-item__ico {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #FF70A3;
}

/* --- Адаптив --- */
@media (max-width: 900px) {
    .lic-hero {
        grid-template-columns: 1fr;
        padding: 36px 32px;
    }
    .lic-masonry   { grid-template-columns: repeat(2, 1fr); }
    .lic-masonry--4 { grid-template-columns: repeat(3, 1fr); }
    .lic-trust {
        grid-template-columns: 1fr;
        padding: 36px 32px;
        gap: 28px;
    }
}
@media (max-width: 680px) {
    .lic-masonry,
    .lic-masonry--4 { grid-template-columns: 1fr; }
    .lic-hero {
        padding: 24px 20px;
    }
    .lic-hero__title { font-size: 26px; }
    .lic-trust { padding: 28px 20px; }
    .lic-trust__title { font-size: 20px; }
}




/* ========================================
   СТРАНИЦА FAQ — ПОЛНЫЙ КОМПЛЕКТ
   ======================================== */

/* --- Hero (как на Лицензиях) --- */
.faq-hero {
    padding: 60px 0 50px;
}
.faq-hero__row {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.faq-hero__left {
    flex: 1;
    min-width: 0;
}
.faq-hero__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--text-color);
    margin: 0 0 20px;
}
.faq-hero__desc {
    font-size: 16px;
    line-height: 1.55;
    color: #6B6577;
    margin: 0 0 30px;
    max-width: 520px;
}

/* Статистика 2x2 */
.faq-hero__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.faq-stat {
    position: relative;
    overflow: hidden;
    background: #eff1f3;
    border-radius: 16px;
    padding: 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    cursor: default;
}
.faq-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}
.faq-stat__bg-icon {
    position: absolute;
    right: 12px;
    bottom: 42px;
    width: 42px;
    height: 42px;
    opacity: 0.12;
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.28s ease;
}
.faq-stat:hover .faq-stat__bg-icon {
    transform: scale(1.1) rotate(-5deg);
    opacity: 0.18;
}
.faq-stat__num {
    display: block;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--text-color);
    margin-bottom: 6px;
}
.faq-stat__label {
    display: block;
    position: relative;
    font-size: 14px;
    color: #6B6577;
    line-height: 1.3;
}
.faq-stat--pink {
    background: var(--accent-color);
}
.faq-stat--pink .faq-stat__num,
.faq-stat--pink .faq-stat__label {
    color: #fff;
}
.faq-stat--dark {
    background: #1a1a2e;
}
.faq-stat--dark .faq-stat__num,
.faq-stat--dark .faq-stat__label {
    color: #fff;
}

/* ========================================
   FAQ — Поиск
   ======================================== */
.faq-search {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #EEEAF1;
    border-radius: 14px;
    padding: 6px 6px 6px 18px;
    max-width: 560px;
}
.faq-search__icon {
    flex-shrink: 0;
    margin-right: 12px;
}
.faq-search__input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    font-family: inherit;
    background: transparent;
    color: var(--text-color);
    padding: 10px 0;
    min-width: 0;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
}
.faq-search__input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
input[type="search"]:focus {
    outline: none;
    -webkit-appearance: none;
}
.faq-search:focus-within {
    border-color: var(--accent-color);
}
.faq-search .faq-search__input,
.faq-search input[type="search"] {
    border: none;
    border-radius: 0;
    padding: 10px 0;
    box-shadow: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.faq-search .faq-search__input:focus,
.faq-search input[type="search"]:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.faq-search__input::placeholder {
    color: #9A94A6;
}
.faq-search__btn {
    flex-shrink: 0;
    background: #1a1a2e;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    font-family: inherit;
}
.faq-search__btn:hover {
    opacity: 0.85;
}

/* ========================================
   FAQ — Теги «Часто ищут»
   ======================================== */
.faq-suggest {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.faq-suggest__label {
    font-size: 13px;
    color: #9A94A6;
}
.faq-suggest__tag {
    background: transparent;
    border: 1px solid #EEEAF1;
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 13px;
    color: #3A3548;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}
.faq-suggest__tag:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.faq-suggest__tag.active {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

/* --- Layout: sidebar + content --- */
.faq-body {
    padding: 0 0 60px;
}
.faq-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: flex-start;
}

/* --- Sidebar --- */
.faq-sidebar {
    position: sticky;
    top: 100px;
}
.faq-sidebar__title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #9A94A6;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.faq-cat {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: none;
    background: none;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    cursor: pointer;
    transition: background 0.2s;
    text-align: left;
    font-family: inherit;
}
.faq-cat:hover {
    background: #eff1f3;
}
.faq-cat--active {
    background: #eff1f3;
    font-weight: 600;
}
.faq-cat__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #9A94A6;
}
.faq-cat__count {
    margin-left: auto;
    font-size: 13px;
    color: #9A94A6;
    font-weight: 400;
}

/* ========================================
   FAQ — Сайдбар карточка помощи
   ======================================== */
.faq-sidebar__help {
    background: #1a1a2e;
    border-radius: 20px;
    padding: 28px 24px;
    margin-top: 24px;
    color: #fff;
}
.faq-sidebar__help-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}
.faq-sidebar__help-text {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
    margin-bottom: 18px;
}
.faq-sidebar__help-btn {
    display: inline-flex;
    align-items: center;
    background: var(--accent-color);
    color: #fff;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s;
}
.faq-sidebar__help-btn:hover {
    opacity: 0.85;
    color: #fff;
}
.faq-sidebar__messengers {
    display: flex;
    gap: 10px;
}
.faq-sidebar__msg {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    transition: opacity 0.2s;
}
.faq-sidebar__msg:hover {
    opacity: 0.85;
}
.faq-sidebar__msg--tg    { background: #2AABEE; }
.faq-sidebar__msg--wa    { background: #25D366; }
.faq-sidebar__msg--phone { background: var(--accent-color); }

/* --- FAQ Content --- */
.faq-group {
    margin-bottom: 40px;
}
.faq-group:last-child {
    margin-bottom: 0;
}
.faq-group__title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px;
    color: var(--text-color);
}

/* --- Аккордеон --- */
.faq-qa-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-qa {
    border: 1px solid #EEEAF1;
    border-radius: 16px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.faq-qa.is-open { border-color: var(--accent-color); }
.faq-qa__summary {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 60px 18px 24px;
    cursor: pointer;
    position: relative;
    user-select: none;
}
.faq-qa__num { font-size: 16px; font-weight: 700; color: var(--accent-color); flex-shrink: 0; min-width: 28px; }
.faq-qa__q { font-size: 16px; font-weight: 600; color: var(--text-color); flex: 1; line-height: 1.4; }
.faq-qa__tag { flex-shrink: 0; font-size: 12px; padding: 4px 12px; border: 1px solid #EEEAF1; border-radius: 999px; color: #6B6577; margin-right: 8px; }
.faq-qa__summary::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F4F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #6B6577;
    transition: background 0.2s, color 0.2s;
}
.faq-qa.is-open .faq-qa__summary::after { content: '−'; background: var(--accent-color); color: #fff; }
.faq-qa__answer {
    display: none;
    padding: 0 24px 20px 68px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
.faq-qa__answer p { margin: 0 0 10px; }
.faq-qa__answer p:last-child { margin-bottom: 0; }

.faq-qa__doctor {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    padding: 14px 16px;
    background: #f9f7fb;
    border-radius: 12px;
}
.faq-qa__doctor-pic {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.faq-qa__doctor-pic--initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.faq-qa__doctor-role {
    font-size: 11px;
    color: #9A94A6;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: block;
}
.faq-qa__doctor-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
}
.faq-qa__doctor-meta {
    font-size: 12px;
    color: #6B6577;
    display: block;
}

.faq-empty p {
    text-align: center;
    font-size: 15px;
    color: #9A94A6;
    padding: 40px 0;
}

/* FAQ на главной — обёртка */
.faq-home {
    padding: 60px 0;
}
.faq-home__more {
    text-align: right;
    margin-top: 24px;
}

/* ========================================
   FAQ — Блок «Не нашли вопрос» внизу
   ======================================== */
.faq-ask {
    padding: 0 0 60px;
}
.faq-ask__inner {
    display: flex;
    align-items: center;
    gap: 50px;
    background: linear-gradient(135deg, #FFE3EE 0%, #FFF5F9 60%, #fff 100%);
    border-radius: 24px;
    padding: 50px;
}
.faq-ask__left {
    flex: 0 0 38%;
    max-width: 38%;
}
.faq-ask__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--text-color);
    margin: 0 0 14px;
}
.faq-ask__title span {
    color: var(--accent-color);
}
.faq-ask__desc {
    font-size: 15px;
    color: #6B6577;
    line-height: 1.6;
    margin: 0;
}
.faq-ask__right {
    flex: 1;
}
.faq-ask__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}
.faq-ask__field {
    width: 100%;
    border: 1.5px solid #EEEAF1;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
    color: var(--text-color);
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
    -webkit-appearance: none;
    appearance: none;
}
.faq-ask__field:focus {
    border-color: var(--accent-color);
    box-shadow: none;
}
.faq-ask__field::placeholder {
    color: #9A94A6;
}
.faq-ask__textarea {
    margin-bottom: 12px;
    resize: vertical;
    min-height: 100px;
}
.faq-ask__submit {
    display: block;
    width: 100%;
    background: var(--accent-color);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    font-family: inherit;
}
.faq-ask__submit:hover {
    opacity: 0.85;
}

/* === FAQ Адаптив === */
@media (max-width: 1199.98px) {
    .faq-hero__stats { flex: 0 0 340px; max-width: 340px; }
    .faq-hero__row { gap: 40px; }
}
@media (max-width: 991.98px) {
    .faq-hero__row { flex-direction: column; gap: 30px; }
    .faq-hero__stats { flex: none; max-width: 100%; width: 100%; }
    .faq-layout { grid-template-columns: 1fr; gap: 30px; }
    .faq-sidebar {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .faq-sidebar__title { width: 100%; margin-bottom: 8px; }
    .faq-cat {
        padding: 8px 14px;
        border: 1px solid #EEEAF1;
        border-radius: 999px;
        font-size: 13px;
        width: auto;
    }
    .faq-cat--active {
        background: var(--accent-color);
        color: #fff;
        border-color: var(--accent-color);
    }
    .faq-cat__count { display: none; }
    .faq-sidebar__help { display: none; }
    .faq-qa__summary { padding: 14px 50px 14px 16px; gap: 12px; }
    .faq-qa__q { font-size: 14px; }
    .faq-qa__answer { padding: 0 16px 16px 48px; }
    .faq-qa__summary::after { right: 14px; width: 28px; height: 28px; font-size: 16px; }
    .faq-qa__tag { display: none; }
}
@media (max-width: 767px) {
    .faq-ask__inner { flex-direction: column; gap: 24px; padding: 30px 20px; }
    .faq-ask__left { flex: 0 0 100%; max-width: 100%; }
    .faq-ask__title { font-size: 26px; }
    .faq-ask__row { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
    .faq-hero { padding: 40px 0 30px; }
    .faq-hero__title { font-size: 30px; }
    .faq-hero__stats { gap: 8px; }
    .faq-stat { padding: 18px; }
    .faq-stat__num { font-size: 24px; }
    .faq-group__title { font-size: 22px; }
    .faq-ask__title { font-size: 24px; }
    .faq-search { max-width: 100%; }
}

/* ========================================
   СТАТЬЯ — Hero
   ======================================== */
.article-hero {
    padding: 30px 0 40px;
}
.article-hero__breadcrumbs {
    margin-bottom: 24px;
}
.article-hero__row {
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.article-hero__left {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.article-hero__title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 20px;
}
.article-hero__desc {
    font-size: 17px;
    line-height: 1.6;
    color: #3A3548;
    margin: 0 0 auto;
    padding-bottom: 24px;
}
.article-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 16px;
    font-size: 14px;
    color: #6B6577;
    border-top: 1px solid #EEEAF1;
    padding-top: 16px;
    margin-top: 24px;
}
.article-hero__meta strong {
    color: var(--text-color);
    font-weight: 600;
}
.article-hero__meta-sep {
    color: #EEEAF1;
}
.article-hero__share {
    display: flex;
    gap: 8px;
    margin-left: auto;
}
.article-hero__share a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1.5px solid #EEEAF1;
    display: grid;
    place-items: center;
    color: #6B6577;
    text-decoration: none;
    transition: all 0.2s;
}
.article-hero__share a:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.article-hero__image {
    flex: 0 0 420px;
    max-width: 420px;
    border-radius: 20px;
    overflow: hidden;
}
.article-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* ========================================
   СТАТЬЯ — 3-колоночный layout
   ======================================== */
.article-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

/* ========================================
   СТАТЬЯ — Содержание (левый сайдбар)
   ======================================== */
.article-toc {
    position: sticky;
    top: 100px;
    background: #eff1f3;
    border-radius: 16px;
    padding: 18px 14px;
}
.article-toc__title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-color);
    margin-bottom: 12px;
    padding-left: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.article-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article-toc__list li {
    margin-bottom: 1px;
}
.article-toc__link {
    display: flex;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 8px;
    border-left: none;
    font-size: 13px;
    line-height: 1.3;
    color: #6B6577;
    text-decoration: none;
    transition: all 0.2s;
}
.article-toc__link:hover {
    color: var(--text-color);
}
.article-toc__num {
    flex-shrink: 0;
    font-weight: 500;
    min-width: 18px;
    font-size: 13px;
    color: inherit;
}
.article-toc__link.is-active {
    color: var(--text-color);
    font-weight: 500;
    background: none;
    border-left: none;
}
.article-toc__link.is-active .article-toc__num {
    color: var(--accent-color);
}

/* ========================================
   СТАТЬЯ — Контент
   ======================================== */
.article-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 16px;
    scroll-margin-top: 100px;
}
.article-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 12px;
}
.article-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}
.article-content ul,
.article-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
}
.article-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}
.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 24px 0;
    display: block;
}
.article-content .tablepress {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1.5px solid #EEEAF1;
    border-radius: 16px;
    overflow: hidden;
    margin: 30px 0;
}
.article-content .tablepress thead tr {
    background: var(--accent-color);
}
.article-content .tablepress thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 20px;
    text-align: left;
    border: none;
}
.article-content .tablepress tbody tr {
    transition: background 0.15s;
}
.article-content .tablepress tbody tr:hover {
    background: #FFF5F9;
}
.article-content .tablepress tbody td {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #3A3548;
    border-bottom: 1px solid #EEEAF1;
    border-right: 1px solid #EEEAF1;
    vertical-align: top;
}
.article-content .tablepress tbody td:last-child {
    border-right: none;
}
.article-content .tablepress tbody tr:last-child td {
    border-bottom: none;
}
.article-content .tablepress tbody td:first-child {
    font-weight: 600;
    color: var(--text-color);
    background: #FAFAFA;
}
.pub-set > p:empty {
    display: none;
}
.pub-set > p {
    margin: 0;
}
.article-content .pub-accordion-container {
    margin: 30px 0;
    counter-reset: faq-counter;
}
.article-content .pub-accordion-container .pub-set {
    counter-increment: faq-counter;
    border: 1.5px solid #EEEAF1;
    border-radius: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}
.article-content .pub-accordion-container .pub-set.active {
    border-color: var(--accent-color);
}
.article-content .pub-accordion-container .pub-set > a,
.article-content .pub-accordion-container .pub-set > p > a {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    background: #fff;
    gap: 14px;
    transition: color 0.2s;
}
.article-content .pub-accordion-container .pub-set > a::before,
.article-content .pub-accordion-container .pub-set > p > a::before {
    content: counter(faq-counter, decimal-leading-zero);
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--accent-color);
    min-width: 24px;
}
.article-content .pub-accordion-container .pub-set > a .fa,
.article-content .pub-accordion-container .pub-set > p > a .fa {
    display: none;
}
.article-content .pub-accordion-container .pub-set > a::after,
.article-content .pub-accordion-container .pub-set > p > a::after {
    content: "+";
    flex-shrink: 0;
    margin-left: auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #F4F2F7;
    display: grid;
    place-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #6B6577;
    transition: all 0.2s;
}
.article-content .pub-accordion-container .pub-set.active > a,
.article-content .pub-accordion-container .pub-set.active > p > a {
    color: var(--text-color);
}
.article-content .pub-accordion-container .pub-set.active > a::after,
.article-content .pub-accordion-container .pub-set.active > p > a::after {
    content: "−";
    background: var(--accent-color);
    color: #fff;
}
.article-content .pub-accordion-content {
    display: none;
    padding: 0 20px 16px 58px;
    font-size: 15px;
    line-height: 1.7;
    color: #3A3548;
}

/* ========================================
   СТАТЬЯ — Эксперт (правый сайдбар)
   ======================================== */
.article-body {
    padding-bottom: 60px;
}
.article-body .article-expert {
    position: sticky;
    top: 100px;
    background: #F4F2F7;
    border-radius: 16px;
    padding: 20px;
    margin: 0;
    max-width: 280px;
}
.article-expert__badge {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-color);
    margin-bottom: 16px;
}
.article-body .article-expert .article-expert__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.article-body .article-expert .article-expert__photo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.article-body .article-expert .article-expert__photo img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.article-expert__photo--initials {
    background: #1a1a2e;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.article-body .article-expert .article-expert__name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.article-expert__name a {
    color: inherit;
    text-decoration: none;
}
.article-expert__verified {
    width: 18px;
    height: 18px;
}
.article-body .article-expert .article-expert__position {
    font-size: 12px;
    color: #6B6577;
    margin: 0;
}
.article-expert__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 14px;
}
.article-expert__stat-card {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.article-expert__stat-num {
    font-size: 15px;
    font-weight: 700;
}
.article-expert__stat-label {
    font-size: 11px;
    color: #6B6577;
    line-height: 1.3;
}
.article-expert__desc {
    font-size: 13px;
    color: #6B6577;
    line-height: 1.5;
    margin-bottom: 20px;
}
.article-expert__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1a2e;
    color: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
    transition: opacity 0.2s;
}
.article-expert__cta:hover {
    opacity: 0.85;
    color: #fff;
}
.article-expert__profile {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1.5px solid #EEEAF1;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    text-decoration: none;
    transition: border-color 0.2s;
}
.article-expert__profile:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

/* ========================================
   СТАТЬЯ — Автор под статьёй
   ======================================== */
.article-author {
    background: #eff1f3;
    border-radius: 20px;
    padding: 24px 30px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.article-author__badge {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: var(--accent-color);
    color: #fff;
    padding: 4px 12px;
    border-radius: 8px;
}
.article-author__photo {
    flex-shrink: 0;
}
.article-author__photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.article-author__name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.article-author__name a {
    color: inherit;
    text-decoration: none;
}
.article-author__position {
    font-size: 14px;
    color: #6B6577;
    margin-top: 2px;
}
.article-author__stats {
    display: flex;
    gap: 24px;
    flex-shrink: 0;
}
.article-author__stat {
    font-size: 14px;
    color: #3A3548;
}
.article-author__stat strong {
    color: var(--accent-color);
    font-weight: 700;
}
.article-author__dates {
    margin-left: auto;
    text-align: right;
    flex-shrink: 0;
}
.article-author__date {
    font-size: 13px;
    color: #6B6577;
    line-height: 1.6;
}

/* ========================================
   СТАТЬЯ — Мобильная адаптация
   ======================================== */
@media (max-width: 991.98px) {
    .article-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .article-content {
        max-width: 100%;
        overflow-x: hidden;
        word-wrap: break-word;
    }
    .article-content .tablepress {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .article-content img {
        max-width: 100%;
        height: auto;
    }
    .article-toc {
        position: static;
        order: -1;
    }
    .article-body .article-expert {
        position: static;
    }
    .article-hero__row {
        flex-direction: column;
        gap: 20px;
    }
    .article-hero__image {
        flex: none;
        max-width: 100%;
        width: 100%;
        max-height: 280px;
    }
    .article-hero__title {
        font-size: 28px;
    }
    .article-hero__share {
        margin-left: 0;
    }
    .article-author {
        flex-wrap: wrap;
        gap: 12px;
        padding: 20px;
    }
    .article-author__dates {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }
    .article-author__stats {
        width: 100%;
    }
}

/* ========================================
   АРХИВ СТАТЕЙ — Фильтр
   ======================================== */
.articles-filter {
    padding: 30px 0 0;
}
.articles-filter__row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.articles-filter__tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    flex: 1;
}
.articles-filter__tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1.5px solid #EEEAF1;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.2s;
}
.articles-filter__tab:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.articles-filter__tab.is-active {
    background: var(--text-color);
    border-color: var(--text-color);
    color: #fff;
}
.articles-filter__count {
    font-size: 12px;
    font-weight: 600;
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    padding: 2px 8px;
    min-width: 20px;
    text-align: center;
}
.articles-filter__tab.is-active .articles-filter__count {
    background: rgba(255,255,255,0.25);
}
.articles-filter__search {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #EEEAF1;
    border-radius: 12px;
    padding: 8px 16px;
    min-width: 220px;
}
.articles-filter__search input[type="search"],
.articles-filter__input {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    padding: 6px 0;
    font-size: 14px;
    color: var(--text-color);
    min-width: 0;
    flex: 1;
}
.articles-filter__input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.articles-filter__input::placeholder {
    color: #9A94A6;
}
/* ========================================
   АРХИВ СТАТЕЙ — Сетка карточек
   ======================================== */
.articles-grid {
    padding: 30px 0 60px;
}
.articles-grid__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.article-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}
.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.article-card a {
    text-decoration: none;
    color: #ff70a3;
}
.article-card__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    aspect-ratio: 16 / 10;
}
.article-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.article-card:hover .article-card__thumb img {
    transform: scale(1.03);
}
.article-card__label {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fff;
    color: var(--text-color);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 5px 12px;
    border-radius: 8px;
    line-height: 1.3;
}
.article-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 24px 20px;
}
.article-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 8px;
    color: var(--text-color);
}
.article-card__title a {
    color: inherit;
}
.article-card__excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #6B6577;
    margin: 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.article-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
}
.article-card__meta {
    font-size: 13px;
    color: #6B6577;
}
.article-card__dot {
    margin: 0 6px;
    color: #9A94A6;
}
.article-card__read {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-color);
    white-space: nowrap;
}
.article-card__read:hover {
    opacity: 0.8;
}
.articles-grid__empty {
    text-align: center;
    padding: 60px 20px;
    color: #6B6577;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .articles-grid__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .articles-filter__row {
        flex-direction: column;
        align-items: stretch;
    }
    .articles-filter__tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .articles-filter__tab {
        white-space: nowrap;
    }
}
@media (max-width: 575px) {
    .articles-grid__list {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   СТАТЬИ НА ГЛАВНОЙ
   ======================================== */
.blog-section {
    padding-bottom: 60px;
}
.blog-section .articles-grid__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.blog-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}
.blog-section__head .section-title {
    margin-bottom: 0;
}
.blog-section__link {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid var(--accent-color);
    border-radius: 12px;
    color: var(--accent-color);
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}
.blog-section__link:hover {
    background: var(--accent-color);
    color: #fff;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blog-section .articles-grid__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 991.98px) {
    .blog-section .articles-grid__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ========================================
   СИНГЛ ВРАЧА — Профиль (grid фото + инфо)
   ======================================== */
.doctor-profile {
    padding: 40px 0;
}
.doctor-profile__grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: start;
}
.doctor-profile__photo img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.doctor-profile__name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-color);
}
.doctor-profile__position {
    font-size: 16px;
    color: #6B6577;
    margin-top: 8px;
}
.doctor-profile__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.doctor-profile__video {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 15px;
}
.doctor-profile__video:hover {
    color: var(--accent-color);
}
.doctor-profile__video-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 8px 16px -4px rgba(255,112,163,0.4);
}

/* ========================================
   СИНГЛ ВРАЧА — Стат-карточки (4 в ряд)
   ======================================== */
.doc-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 24px;
}
.doc-stats__card {
    border: 1px solid #EEEAF1;
    border-radius: 14px;
    padding: 16px 14px;
}
.doc-stats__card .doc-stats__num {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.1;
}
.doc-stats__card .doc-stats__unit {
    font-size: 15px;
    color: #6B6577;
    margin-left: 4px;
}
.doc-stats__card .doc-stats__stars {
    font-size: 14px;
    color: #FFBF00;
    letter-spacing: 1px;
    margin-left: 6px;
}
.doc-stats__card .doc-stats__label {
    display: block;
    font-size: 12px;
    color: #9A94A6;
    line-height: 1.3;
    margin-top: 4px;
}

/* ========================================
   СИНГЛ ВРАЧА — Розовые ссылки на услуги
   ======================================== */
.doc-services {
    margin-top: 24px;
}
.doc-services__title {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9A94A6;
    margin-bottom: 12px;
}
.doc-services__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.doc-services__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    background: #F4F4F6;
    transition: background 0.2s;
}
.doc-services__link:hover {
    background: #dfe1e5;
}
.doc-services__link svg {
    flex-shrink: 0;
    opacity: 0.4;
}

/* ========================================
   СИНГЛ ВРАЧА — Якорная навигация
   ======================================== */
.doc-anchor {
    border-top: 1px solid #EEEAF1;
    border-bottom: 1px solid #EEEAF1;
    background: #fff;
    z-index: 100;
    transition: box-shadow 0.2s;
}
.doc-anchor.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.doc-anchor__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.doc-anchor__tabs {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.doc-anchor__tabs::-webkit-scrollbar {
    display: none;
}
.doc-anchor__tab {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #6B6577;
    white-space: nowrap;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
    text-decoration: none;
    margin: 6px 2px;
}
.doc-anchor__tab:hover {
    color: var(--text-color);
    background: #F5F0F8;
}
.doc-anchor__tab.is-active {
    color: var(--accent-color);
    background: #FFF5F9;
    border-color: var(--accent-color);
}
.doc-anchor__cta {
    flex-shrink: 0;
    display: inline-block;
    padding: 10px 24px;
    border: 2px solid var(--accent-color);
    border-radius: 12px;
    color: var(--accent-color);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.doc-anchor__cta:hover {
    background: var(--accent-color);
    color: #fff;
}
body.doc-anchor-stuck [id^="sec-"] {
    scroll-margin-top: 60px;
}

/* ========================================
   СИНГЛ ВРАЧА — Биография + Цены
   ======================================== */
.doctor-details {
    padding: 40px 0 0;
}
.doctor-details__row {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}
.doctor-details__video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 177%;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}
.doctor-details__video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.doctor-prices {
    padding: 40px 0 0;
}
.doctor-details__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.doctor-details__text p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 12px;
}
.doctor-details__text b {
    color: var(--text-color);
}

/* Сертификаты на сингле врача */
.doctor-certificates {
    padding: 50px 0;
}

/* ========================================
   СИНГЛ ВРАЧА — Мобильная адаптация
   ======================================== */
@media (max-width: 991.98px) {
    .doctor-profile__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .doctor-profile__photo img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }
    .doctor-profile__name {
        font-size: 24px;
        text-align: center;
    }
    .doctor-profile__position {
        text-align: center;
    }
    .doctor-profile__actions {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .doctor-profile__video {
        justify-content: center;
    }
    .doctor-details__row {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .doctor-details__video-wrap {
        padding-bottom: 56.25%;
    }
    .doc-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .doc-anchor__cta {
        display: none;
    }
    .doc-anchor__tab {
        padding: 6px 12px;
        font-size: 13px;
        margin: 4px 2px;
    }
    .doc-services__list {
        gap: 8px;
    }
    .doc-services__link {
        font-size: 13px;
        padding: 8px 14px;
    }
}
@media (max-width: 575.98px) {
    .doc-stats {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .doc-stats__num {
        font-size: 22px;
    }
    .doc-stats__card {
        padding: 12px;
    }
    .doctor-profile {
        padding: 24px 0;
    }
}

/* ========================================
   МОБИЛЬНАЯ ГЛАВНАЯ — адаптация секций
   ======================================== */
@media (max-width: 991.98px) {

    /* 1. Hero — скрыть фото */
    .hero__right {
        display: none;
    }

    /* 2. Что мы делаем — отступ между карточками */
    .what-we-item {
        margin-bottom: 16px;
    }
    .what-we-item:last-child {
        margin-bottom: 0;
    }

    /* 3. Как мы работаем — отступ сверху у правой колонки со шагами */
    .how-it-work2 .col-lg-6:last-child {
        margin-top: 30px;
    }

    /* 4. Видео-отзывы — фото на всю ширину, текст ниже */
    /* Видео-отзывы: testimonial-item — колонка */
    .our-testimonials2 .testimonial-item {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .our-testimonials2 .author-image {
        width: 100%;
        flex: 0 0 100%;
    }
    .our-testimonials2 .testimonial-content {
        width: 100%;
        flex: 0 0 100%;
    }

    /* Слайдер (slider.php) — swiper-slide колонка */
    .work-step-box .swiper-slide .row {
        flex-direction: column;
    }
    .work-step-box .swiper-slide .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .work-step-box .swiper-slide .col-lg-6 img,
    .work-step-box .swiper-slide .col-lg-6 video,
    .work-step-box .swiper-slide .col-lg-6 iframe {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }
}

/* ========================================
   АКЦИИ НА ГЛАВНОЙ
   ======================================== */
.akcii-home {
    padding: 60px 0;
}

.akcii-home__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}

.akcii-home__head .section-title {
    margin-bottom: 0;
}

.akcii-home__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.akcii-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.akcii-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.akcii-card__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.akcii-card__thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s;
}

.akcii-card:hover .akcii-card__thumb img {
    transform: scale(1.04);
}

.akcii-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--accent-color);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 8px;
}

.akcii-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 24px;
}

.akcii-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 8px;
}

.akcii-card__title a {
    color: var(--text-color);
}

.akcii-card__title a:hover {
    color: var(--accent-color);
}

.akcii-card__excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #6B6577;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.akcii-card__footer {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 16px;
    font-size: 13px;
    color: #9A94A6;
}

.akcii-card__status {
    font-size: 8px;
    color: #ccc;
}

.akcii-card__status--active {
    color: #2ecc71;
}

.akcii-card__date {
    color: #6B6577;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .akcii-home__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .akcii-home__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ========================================
   FAQ ГЛАВНАЯ — Левый блок (faq-side)
   ======================================== */
.faq-side {
    background: #F4F4F6;
    border: 1px solid #eee;
    border-radius: 28px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    max-width: 460px;
}

.faq-side__head {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-side__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #1A1A1A;
    margin: 0;
}

.faq-side__sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #8A8A8A;
}

.faq-side__loc {
    background: #1A1A1A;
    color: #fff;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    overflow: hidden;
}

.faq-side__loc::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, #ED5C95 0%, transparent 70%);
    opacity: 0.4;
}

.faq-side__loc-overtitle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.faq-side__loc-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.faq-side__loc-title em {
    color: #ED5C95;
    font-style: normal;
}

.faq-side__metro {
    position: relative;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.faq-side__metro-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 1000px;
    background: rgba(255,255,255,0.1);
    font-size: 14px;
    font-weight: 500;
}

.faq-side__metro-pill i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.faq-side__metro-pill--green i { background: #76C055; }
.faq-side__metro-pill--cyan i  { background: #7BC2D9; }

.faq-side__rows {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.faq-side__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    gap: 16px;
    padding: 16px 4px;
    border-bottom: 1px solid #eee;
    color: #1A1A1A;
    text-decoration: none;
}

.faq-side__row:last-child {
    border-bottom: 0;
}

.faq-side__row--hours {
    align-items: flex-start;
}

.faq-side__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #FDEEF4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-side__row-body {
    flex: 1;
    min-width: 0;
}

.faq-side__row-label {
    font-size: 12px;
    color: #8A8A8A;
    margin-bottom: 2px;
}

.faq-side__row-value {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #000;
    white-space: nowrap;
}

/* Mango заменяет class на <a> внутри .ya-phone-1 → стили вешаем на контейнер */
.faq-side__row-body .ya-phone-1 {
    white-space: nowrap;
    display: block;
}
.faq-side__row-body .ya-phone-1 a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #000;
    white-space: nowrap;
}

.faq-side__messengers {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
    margin-left: auto;
}

.faq-side__msg {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.15s;
}

.faq-side__msg:hover {
    transform: scale(1.08);
}

.faq-side__msg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.faq-side__hours {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    margin-top: 6px;
}

.faq-side__hours-row {
    display: flex;
    justify-content: space-between;
}

.faq-side__hours-row span:first-child {
    color: #8A8A8A;
}

.faq-side__hours-row span:last-child {
    color: #1A1A1A;
    font-weight: 500;
}

.faq-side__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 24px;
    border: 0;
    border-radius: 1000px;
    background: #ED5C95;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: background 0.25s;
    text-decoration: none;
}

.faq-side__cta:hover {
    background: #D54580;
    color: #fff;
}

@media (max-width: 991.98px) {
    .faq-side {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .faq-side {
        padding: 24px;
        border-radius: 24px;
    }
    .faq-side__title {
        font-size: 32px;
    }
    .faq-side__loc-title {
        font-size: 20px;
    }
}

.page-top-block h1 {
    margin: 10px 0 0;
}

/* ========================================
   Акции и Статьи на страницах услуг
   ======================================== */
.ms-akcii,
.ms-articles {
    padding: 40px 0;
}

.ms-akcii .akcii-home__grid,
.ms-articles .articles-grid__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ms-akcii .akcii-home__grid,
    .ms-articles .articles-grid__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .ms-akcii .akcii-home__grid,
    .ms-articles .articles-grid__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.contact-map-section {
    padding: 60px 0;
    background: #fff;
}

.contact-map__grid {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 24px;
    align-items: stretch;
}


.faq-home .faq-side {
    background: transparent;
    border: none;
}

/* ========================================
   О КЛИНИКЕ — секция на главной
   ======================================== */
.about {
    padding: 80px 0;
    background: #fff;
}

.about__inner {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.about__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.about__head-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 720px;
}

.about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-color);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent-color);
}

.about__title {
    margin: 0;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--text-color);
}

.about__sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #7A7A82;
    max-width: 540px;
}

.about__rating {
    display: flex;
    align-items: center;
    gap: 20px;
}

.about__rating-num {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about__stars {
    display: flex;
    gap: 2px;
}

.about__rating-big {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text-color);
    line-height: 1;
}

.about__rating-cap {
    font-size: 13px;
    color: #7A7A82;
}

.about__rating-sep {
    width: 1px;
    height: 56px;
    background: #E8E8EC;
}

.about__avatars {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px 8px 8px;
    border-radius: 1000px;
    background: #F4F4F6;
    border: 1px solid #E8E8EC;
}

.about__avatars-row {
    display: flex;
}

.about__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
}

.about__avatar + .about__avatar {
    margin-left: -12px;
}

.about__avatar-count {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--accent-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid #fff;
    margin-left: -12px;
}

.about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.about__card {
    border-radius: 12px;
    min-height: 460px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.about__card--video {
    color: #fff;
}

.about__card--video::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.55) 100%);
}

.about__card-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 16px;
    z-index: 1;
}

.about__play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px -4px rgba(237,92,149,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 0;
}

.about__play:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px -4px rgba(237,92,149,0.7);
}

.about__card-bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about__overtitle {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.about__card-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0;
}

.about__chip-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 12px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.about__chip-cta:hover {
    background: rgba(255,255,255,0.2);
}

.about__card--stats {
    background: #F4F4F6;
    padding: 32px;
    gap: 24px;
    border: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.about__stat-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 1000px;
    background: #FDEEF4;
    font-size: 11px;
    font-weight: 600;
    color: #D54580;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.about__stat-eyebrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent-color);
}

.about__big {
    font-size: 88px;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.05em;
    color: var(--accent-color);
    margin: 0;
}

.about__big i {
    font-style: normal;
    font-size: 48px;
}

.about__big-cap {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    margin-top: 6px;
    letter-spacing: -0.02em;
}

.about__stat-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: auto;
}

.about__stat-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: baseline;
    gap: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E8E8EC;
}

.about__stat-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.about__stat-num {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
}

.about__stat-txt {
    font-size: 14px;
    color: #7A7A82;
    line-height: 1.35;
}

.about__link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 12px;
    background: #fff;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.about__link:hover {
    transform: translateY(-1px);
}

.about__link-arrow {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--accent-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.about__link:hover .about__link-arrow {
    background: #D54580;
}

.about__card--features {
    color: #fff;
}

.about__card--features::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(180,170,175,0.3) 0%, rgba(60,55,58,0.65) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.about__features-list {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about__feature {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255,255,255,0.94);
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

.about__feature-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FDEEF4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .about {
        padding: 60px 0;
    }

    .about__inner {
        gap: 40px;
    }

    .about__grid {
        grid-template-columns: 1fr;
    }

    .about__title {
        font-size: 32px;
    }

    .about__big {
        font-size: 64px;
    }

    .about__big i {
        font-size: 36px;
    }

    .about__rating {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .about__title {
        font-size: 28px;
    }

    .about__card {
        min-height: 380px;
    }

    .about__card-title {
        font-size: 22px;
    }
}

/* Преимущества — отступ между колонками + sticky левая часть */
.what-we-do .col-lg-6:first-child {
    padding-right: 40px;
    align-self: flex-start;
}

.what-we-do .col-lg-6:last-child {
    padding-left: 40px;
}

@media (max-width: 991.98px) {
    .what-we-do .col-lg-6:first-child,
    .what-we-do .col-lg-6:last-child {
        padding-right: 15px;
        padding-left: 15px;
    }
    .what-we-do .col-lg-6:first-child .what-we-contant {
        position: static;
    }
}

.what-we-do .col-lg-6:first-child .what-we-contant {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

/* ========================================
   ЗАГОЛОВОК СЕКЦИИ — новый дизайн
   ======================================== */
.sect-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.sect-head__left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 720px;
}

.sect-head__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent-color);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sect-head__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent-color);
}

.sect-head__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--text-color);
    margin: 0;
}

.sect-head__sub {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #7A7A82;
    max-width: 520px;
}

.sect-head__actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
}

.btn--outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    color: var(--accent-color);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    box-shadow: inset 0 0 0 1.5px var(--accent-color);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: color 0.3s ease;
}

.btn--outline .btn__label,
.btn--outline .btn__arrow {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, transform 0.4s cubic-bezier(.2,.7,.2,1);
}

.btn--outline .btn__bg {
    position: absolute;
    inset: 0;
    background: var(--accent-color);
    border-radius: inherit;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(.2,.7,.2,1);
    z-index: 0;
}

.btn--outline:hover {
    color: #fff;
}

.btn--outline:hover .btn__bg {
    transform: scale(1.05);
}

.btn--outline:hover .btn__arrow {
    transform: translateX(4px);
}

.dark-section .btn--outline {
    color: #fff;
    box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.3);
}

.dark-section .btn--outline .btn__bg {
    background: #fff;
}

.dark-section .btn--outline:hover {
    color: var(--text-color);
}

.dark-section .sect-head__eyebrow {
    color: var(--accent-color);
}

.dark-section .sect-head__title {
    color: #fff;
}

.dark-section .sect-head__sub {
    color: rgba(255,255,255,0.6);
}

@media (max-width: 991.98px) {
    .sect-head__title {
        font-size: 32px;
    }

    .sect-head {
        gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .sect-head__title {
        font-size: 28px;
    }

    .sect-head__sub {
        font-size: 14px;
    }

    .sect-head__actions {
        width: 100%;
    }

    .sect-head__actions .btn--outline {
        flex: 1;
        justify-content: center;
    }
}

/* Преимущества — исправить цвет текста на светлом фоне */
.what-we-do .what-we-contant .section-title p {
    color: #444;
}

.what-we-do .what-we-contant .what-we-btn .btn-highlighted {
    color: #fff;
}

.what-we-do .what-we-contant .sect-head__sub,
.what-we-do .what-we-contant p {
    color: #444;
}

.what-we-do .what-we-counter-box p {
    color: #6B6577;
}

.what-we-do .what-we-counter-box .h3 {
    color: var(--text-color);
}

.what-we-desc {
    margin-top: 16px;
    max-width: 600px;
}

.what-we-desc p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* Отзывы — исправить цвет текста */
.our-testimonials .section-title .h3,
.our-testimonials .section-title .h2,
.our-testimonials .sect-head__title,
.our-testimonials .sect-head__eyebrow {
    color: var(--text-color);
}

.our-testimonials .btn--outline {
    color: var(--accent-color);
    box-shadow: inset 0 0 0 1.5px var(--accent-color);
}

.our-testimonials .btn--outline .btn__bg {
    background: var(--accent-color);
}

.our-testimonials .btn--outline:hover {
    color: #fff;
}

/* ── Модалка записи #modal-zapis ── */
.ms-zapis-modal {
    max-width: 480px;
    width: 100%;
    padding: 40px 32px 32px;
    border-radius: 16px;
}
.ms-zapis-modal__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: var(--accent-color);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.ms-zapis-modal__title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
    margin-bottom: 8px;
}
.ms-zapis-modal__title span {
    color: var(--accent-color);
}
.ms-zapis-modal__desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.55;
    margin-bottom: 24px;
}
.ms-zapis-modal__fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}
.ms-zapis-modal__btn {
    width: 100%;
}
@media (max-width: 480px) {
    .ms-zapis-modal {
        padding: 32px 20px 24px;
    }
}

/* ========================================
   Страница «Все услуги» — masonry /uslugi/
   ======================================== */
.svc {
    --svc-pink: #ED5C95;
    --svc-pink-dark: #D54580;
    --svc-pink-soft: #FDEEF4;
    --svc-text: #1A1A1A;
    --svc-muted: #7A7A82;
    --svc-g50: #FAFBFC;
    --svc-border: #E8E8EC;
    padding: 56px 0 72px;
    background: var(--svc-g50);
}
.svc__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
.svc__sub {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.45;
    color: var(--svc-muted);
    max-width: 560px;
}
.svc__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 8px 8px 24px;
    border-radius: 12px;
    margin-bottom: 40px;
    background: var(--svc-pink);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 30px -6px rgba(237,92,149,0.4);
    transition: transform .3s ease, box-shadow .3s ease;
}
.svc__cta:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 36px -8px rgba(237,92,149,0.55);
}
.svc__cta-arrow {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.svc__grid {
    column-count: 3;
    column-gap: 16px;
}
.svc-card {
    break-inside: avoid;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid var(--svc-border);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: box-shadow .3s ease, border-color .3s ease;
}
.svc-card:hover {
    box-shadow: 0 12px 32px -12px rgba(0,0,0,0.12);
    border-color: #dcdce2;
}
.svc-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}
.svc-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--svc-pink-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .3s ease;
}
.svc-card:hover .svc-card__icon { background: #fad7e5; }
.svc-card__icon img { width: 24px; height: 24px; object-fit: contain; }
.svc-card__head-text {
    display: flex;
    flex-direction: column;
}
.svc-card__name {
    margin: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--svc-text);
    transition: color .2s ease;
}
.svc-card__head:hover .svc-card__name { color: var(--svc-pink); }
.svc-card__count {
    font-size: 12px;
    color: var(--svc-muted);
    margin-top: 3px;
}
.svc-card__groups { display: flex; flex-direction: column; gap: 16px; }
.svc-group { display: flex; flex-direction: column; gap: 6px; }
.svc-group__title {
    font-size: 11px;
    font-weight: 700;
    color: var(--svc-pink-dark);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}
.svc-link {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 13.5px;
    line-height: 1.35;
    color: #3A3A40;
    text-decoration: none;
    transition: color .2s ease;
}
.svc-link::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--svc-border);
    flex-shrink: 0;
    margin-top: 0.55em;
    transition: background .2s ease;
}
.svc-link:hover { color: var(--svc-pink); }
.svc-link:hover::before { background: var(--svc-pink); }

@media (max-width: 1100px) { .svc__grid { column-count: 2; } }
@media (max-width: 991.98px) {
    .svc { padding: 40px 0 56px; }
    .svc__inner { padding: 0 20px; }
}
@media (max-width: 700px) { .svc__grid { column-count: 1; } }

/* ========================================
   Страница 404
   ======================================== */
.nf {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    background: #fff;
}
.nf__inner {
    max-width: 980px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 64px;
    align-items: center;
}
.nf__left { display: flex; flex-direction: column; gap: 22px; }
.nf__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #FF70A3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.nf__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #FF70A3;
}
.nf__title {
    margin: 0;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--text-color, #1A1A1A);
}
.nf__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #7A7A82;
    max-width: 400px;
}
.nf__messengers { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.nf__msg {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}
.nf__msg img { flex-shrink: 0; filter: brightness(0) invert(1); }
.nf__msg:hover { color: #fff; transform: translateY(-2px); }
.nf__msg--max { background: #3A5BFF; box-shadow: 0 10px 26px -8px rgba(58,91,255,0.45); }
.nf__msg--wa  { background: #25D366; box-shadow: 0 10px 26px -8px rgba(37,211,102,0.5); }
.nf__msg--tg  { background: #2AABEE; box-shadow: 0 10px 26px -8px rgba(42,171,238,0.5); }
.nf__foot {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 6px;
    flex-wrap: wrap;
}
.nf__foot a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color, #1A1A1A);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color .2s ease;
}
.nf__foot a:hover { color: #FF70A3; }
.nf__sep { width: 1px; height: 16px; background: #EEEAF1; }
.nf__art { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.nf__404 {
    font-weight: 700;
    font-size: 88px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #FF70A3;
}
.nf__art-cap { font-size: 14px; color: #7A7A82; text-align: center; }

@media (max-width: 860px) {
    .nf__inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .nf__art { order: -1; }
    .nf__messengers, .nf__foot { justify-content: center; }
    .nf__eyebrow { justify-content: center; }
    .nf__text { margin: 0 auto; }
    .nf__sep { display: none; }
}
@media (max-width: 600px) { .nf__title { font-size: 34px; } }

/* ========================================
   Шапка — фикс адаптива на узких десктопах (1200–1499px)
   Лого и пункты меню переносились по словам.
   ======================================== */
@media (min-width: 1200px) and (max-width: 1499.98px) {

    /* Лого — в одну строку, чуть мельче, меньше внутренний gap */
    .site-logo {
        gap: 12px;
    }
    .site-logo-texts {
        min-width: 0;
    }
    .site-logo-text1,
    .site-logo-text1 a,
    .site-logo-text2,
    .site-logo-text2 a {
        white-space: nowrap;
    }
    .site-logo-text1 {
        font-size: 19px;
    }

    /* Меню: компактные отступы + без переноса пунктов.
       Второй селектор (0,4,3) перебивает раздувающее правило из max-width:1300,
       padding с !important — перебивает глобальный !important у .nav-link. */
    .main-menu .navbar-nav > .nav-item > .nav-link,
    .main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item > a {
        font-size: 13px;
        padding-left: 11px !important;
        padding-right: 11px !important;
        white-space: nowrap;
    }
}

/* Нижний край диапазона — добиваем отступы, чтобы «НАШИ РАБОТЫ»
   не наезжали на «Консультация» */
@media (min-width: 1200px) and (max-width: 1349.98px) {
    .main-menu .navbar-nav > .nav-item > .nav-link,
    .main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item > a {
        font-size: 12.5px;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

/* Футер — лицензия и предупреждение */
.footer-bottom-row {
    margin-top: 20px;
    align-items: flex-start;
}
.footer-license {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}
.footer-license a {
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
}
.footer-license a:hover {
    color: var(--accent-color);
}
.footer-warning {
    font-size: 13px;
    line-height: 1.6;
    color: #6B6577;
    margin: 0;
}
.footer-offer-note {
    border-top: 1px solid #ffffff9c;
    margin-top: 30px;
    padding-top: 30px;
}
@media (max-width: 991.98px) {
    .footer-bottom-row {
        margin-top: 16px;
    }
    .footer-offer-note {
        margin-top: 20px;
        padding-top: 20px;
    }
}

/* Контентные / юр-страницы (page.php) */
.content-page {
    padding: 60px 0 80px;
}
.content-page__inner {
    max-width: 860px;
}
.content-page__inner h2,
.content-page__inner h3,
.content-page__inner h4 {
    margin: 32px 0 12px;
    font-weight: 700;
    line-height: 1.3;
}
.content-page__inner h2 { font-size: 22px; }
.content-page__inner h3 { font-size: 18px; }
.content-page__inner p  { margin: 0 0 14px; line-height: 1.6; }
.content-page__inner ul,
.content-page__inner ol { margin: 0 0 14px; padding-left: 0; list-style: none; }
.content-page__inner ul li {
    position: relative;
    padding: 5px 0 5px 22px;
    line-height: 1.5;
}
.content-page__inner ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent-color);
}
.content-page__inner ol { counter-reset: cplist; }
.content-page__inner ol li {
    position: relative;
    padding: 5px 0 5px 26px;
    line-height: 1.5;
    counter-increment: cplist;
}
.content-page__inner ol li::before {
    content: counter(cplist) ".";
    position: absolute;
    left: 0;
    top: 5px;
    font-weight: 700;
    color: var(--accent-color);
}
.content-page__inner a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
}
.content-page__inner a:hover { color: var(--accent-color); }
.content-page__inner table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
    font-size: 14px;
}
.content-page__inner table th,
.content-page__inner table td {
    padding: 10px 14px;
    border: 1px solid rgba(0,0,0,.1);
    text-align: left;
    vertical-align: top;
}
.content-page__inner table th { font-weight: 700; background: rgba(0,0,0,.03); }
/* Гасим пустые абзацы из Word */
.content-page__inner p:empty { display: none; margin: 0; }

@media (max-width: 767px) {
    .content-page { padding: 40px 0 60px; }
    .content-page__inner { max-width: 100%; }
    .content-page__inner h2 { font-size: 18px; }
    .content-page__inner h3 { font-size: 16px; }
}

/* ========================================
   Cookie-баннер
   ======================================== */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10060;
    background: #fff;
    border-top: 1px solid #EEEAF1;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.08);
    padding: 16px 0;
}
.cookie-banner[hidden] {
    display: none;
}
.cookie-banner__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.cookie-banner__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #FFF5F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.cookie-banner__text {
    flex: 1;
    min-width: 220px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #3A3548;
}
.cookie-banner__text a {
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 1px dashed var(--accent-color);
    padding-bottom: 1px;
}
.cookie-banner__text a:hover {
    color: var(--accent-color);
}
.cookie-banner__btn {
    flex: none;
    background: var(--accent-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 36px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity .2s;
}
.cookie-banner__btn:hover {
    opacity: 0.9;
}
@media (max-width: 575.98px) {
    .cookie-banner__inner {
        gap: 14px;
    }
    .cookie-banner__icon {
        display: none;
    }
    .cookie-banner__btn {
        width: 100%;
        padding: 14px;
    }
}

/* ===== Форма записи (CF7) в CTA-блоке (.ms-cta) ===== */

.ms-cta .wpcf7,
.ms-cta .wpcf7-form,
.ms-cta .ms-cta__form-row { width: 100%; }

/* Ряд: имя | телефон | кнопка */
.ms-cta .ms-cta__form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
}
.ms-cta .ms-cta__form-row .wpcf7-form-control-wrap {
    flex: 1 1 140px;
    min-width: 0;
    display: block;
}
.ms-cta .ms-cta__submit { flex: 1 1 auto; }

/* Поля */
.ms-cta .ms-cta__input {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 16px;
    font-size: 15px;
    color: var(--text-color);
    background: #fff;
    border: 1px solid #E7E2EC;
    border-radius: 12px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.ms-cta .ms-cta__input::placeholder { color: #9A94A6; }
.ms-cta .ms-cta__input:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(255,112,163,.15);
}

/* Кнопка */
.ms-cta .ms-cta__submit {
    flex: 0 0 auto;
    align-self: stretch;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: var(--accent-color);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: transform .28s cubic-bezier(.34,1.4,.64,1), box-shadow .28s ease;
}
.ms-cta .ms-cta__submit:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 26px -8px rgba(255,112,163,.6);
}

/* Согласие */
.ms-cta .ms-cta__consent { margin-top: 12px; }
.ms-cta .ms-cta__consent .wpcf7-list-item { margin: 0; }
.ms-cta .ms-cta__consent label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #6B6577;
    cursor: pointer;
}
.ms-cta .ms-cta__consent input[type="checkbox"] {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    accent-color: var(--accent-color);
    flex: none;
}
.ms-cta .ms-cta__consent a { color: var(--accent-color); }

/* Служебное CF7 */
.ms-cta .wpcf7-form br { display: none; }
.ms-cta .wpcf7-form p { margin: 0; }
.ms-cta .wpcf7-spinner { margin: 0 0 0 8px; }
.ms-cta .wpcf7-not-valid-tip { font-size: 12px; color: #e03; margin-top: 4px; }
.ms-cta .ms-cta__input.wpcf7-not-valid { border-color: #e03; }
.ms-cta .wpcf7-response-output {
    margin: 12px 0 0;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    border: none;
}

@media (max-width: 991.98px) {
    .ms-cta .ms-cta__form-row { flex-direction: column; align-items: stretch; gap: 12px; }
    .ms-cta .ms-cta__form-row .wpcf7-form-control-wrap { flex: 0 0 auto; }
    .ms-cta .ms-cta__submit { flex: 0 0 auto; width: 100%; }
}

/* ── Сообщение о согласии (CF7-форма) ───────────────────── */
.ms-cta .ms-cta__consent-error {
    display: none;
    width: 100%;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #e03;
}
.ms-cta .ms-cta__consent-error.is-visible { display: block; }
.ms-cta .ms-cta__consent.is-error input[type="checkbox"] {
    outline: 2px solid #e03;
    outline-offset: 1px;
}

/* ── Мессенджеры в CTA-блоке (внутри чипа телефона) ─────── */
.ms-cta__messengers {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}
.ms-cta__msg { display: inline-flex; opacity: 0.9; transition: opacity .2s, transform .2s; }
.ms-cta__msg:hover { opacity: 1; transform: translateY(-2px); }
.ms-cta__msg img { display: block; }
.ms-cta__msg img[alt="MAX"] { border-radius: 6px; }

/* ===== Попап записи (#zapisPopup) ============================= */
.pf-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(15, 10, 25, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity .25s ease;
}
.pf-overlay.is-open { opacity: 1; }
.pf-overlay[hidden] { display: none; }

.pf {
    position: relative;
    width: 100%;
    max-width: 460px;
    background: #fff;
    border-radius: 24px;
    padding: 36px 32px 32px;
    box-shadow: 0 24px 64px -12px rgba(255,112,163,.18), 0 8px 24px rgba(0,0,0,.12);
    transform: translateY(12px);
    transition: transform .25s ease;
}
.pf-overlay.is-open .pf { transform: translateY(0); }

.pf__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f5f5f7;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    padding: 0;
    transition: background .15s, color .15s;
}
.pf__close:hover { background: #FFE3EE; color: #F0568F; }

.pf__pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #FF70A3;
    background: #FFE3EE;
    border-radius: 20px;
    padding: 4px 12px;
    margin-bottom: 14px;
}

.pf__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a2e;
    margin: 0 0 6px;
}

.pf__sub {
    font-size: 14px;
    color: #777;
    margin: 0 0 20px;
    line-height: 1.5;
}

.pf__service {
    display: flex;
    align-items: baseline;
    gap: 8px;
    background: #FFE3EE;
    border-radius: 12px;
    padding: 10px 14px;
    margin-bottom: 20px;
    font-size: 14px;
}
.pf__service-label {
    font-weight: 600;
    color: #F0568F;
    white-space: nowrap;
    flex-shrink: 0;
}
.pf__service-val { color: #333; font-weight: 500; }

/* CF7 внутри попапа — нейтрализация autop */
.pf .wpcf7-form p,
.pf .wpcf7-form br { display: none; }
.pf .wpcf7 { width: 100%; }

/* Поля в ряд */
.pf .pf__row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.pf .pf__row .wpcf7-form-control-wrap { flex: 1 1 0; min-width: 0; }

.pf .pf__input {
    width: 100%;
    height: 48px;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 15px;
    color: #1a1a2e;
    background: #fafafa;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    box-sizing: border-box;
}
.pf .pf__input:focus {
    border-color: #FF70A3;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255,112,163,.15);
}

.pf .pf__submit {
    display: block;
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #FF70A3 0%, #F0568F 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    margin-top: 4px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.pf .pf__submit:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 26px -8px rgba(255,112,163,.6);
}

/* Согласие */
.pf .pf__policy {
    margin-top: 12px;
    font-size: 12px;
    color: #999;
    line-height: 1.5;
}
.pf .pf__policy a { color: #FF70A3; text-decoration: none; }
.pf .pf__policy a:hover { text-decoration: underline; }
.pf .pf__policy-error {
    display: none;
    margin-top: 4px;
    font-size: 12px;
    color: #e03;
}
.pf .pf__policy-error.is-visible { display: block; }
.pf .pf__policy.is-error input[type="checkbox"] { outline: 2px solid #e03; outline-offset: 1px; }

/* Скрытое поле услуги */
.pf__service-field { display: none !important; }

/* Экран успеха */
.pf__done {
    text-align: center;
    padding: 16px 0 8px;
}
.pf__done-check { margin-bottom: 16px; }
.pf__done-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
}
.pf__done-sub {
    font-size: 14px;
    color: #777;
    margin: 0;
}

@media (max-width: 479px) {
    .pf { padding: 28px 20px 24px; }
    .pf__title { font-size: 19px; }
    .pf .pf__row { flex-direction: column; gap: 8px; }
    .pf .pf__row .wpcf7-form-control-wrap { flex: 0 0 auto; }
}

/* ============================================================
   ЕДИНАЯ СИСТЕМА КНОПОК — подъём + свечение
   Розовая → белый текст; белая/контурная → чёрный текст
   ============================================================ */
.btn--primary,
.btn--secondary,
.btn--oncolor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    font-family: inherit;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    padding: 14px 26px;
    border-radius: 999px;
    border: 1.6px solid transparent;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .28s cubic-bezier(.34,1.4,.64,1), box-shadow .28s ease, border-color .28s ease;
}
.btn--primary .btn__arr,
.btn--secondary .btn__arr,
.btn--oncolor .btn__arr { flex: none; transition: transform .3s cubic-bezier(.4,0,.2,1); }

.btn--primary:hover,
.btn--secondary:hover,
.btn--oncolor:hover { transform: translateY(-4px); }
.btn--primary:hover .btn__arr,
.btn--secondary:hover .btn__arr,
.btn--oncolor:hover .btn__arr { transform: translate(3px,-3px); }

/* Основная — розовая, белый текст */
.btn--primary { background: var(--accent-color); color: #fff; }
.btn--primary:hover { color: #fff; box-shadow: 0 14px 26px -8px rgba(255,112,163,.6); }

/* Второстепенная — белая, чёрный текст */
.btn--secondary { background: #fff; color: var(--text-color); border-color: #EEEAF1; }
.btn--secondary:hover { color: var(--text-color); border-color: var(--accent-color); box-shadow: 0 14px 24px -10px rgba(20,20,30,.2); }

/* На цветном фоне — белая, чёрный текст */
.btn--oncolor { background: #fff; color: var(--text-color); }
.btn--oncolor:hover { color: var(--text-color); box-shadow: 0 14px 26px -8px rgba(0,0,0,.3); }

/* Размеры */
.btn--sm { padding: 10px 18px; font-size: 13.5px; }
.btn--lg { padding: 17px 32px; font-size: 16px; }
.btn--block { width: 100%; }

/* Фокус */
.btn--primary:focus-visible,
.btn--secondary:focus-visible,
.btn--oncolor:focus-visible { outline: 2px solid var(--accent-color); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
    .btn--primary, .btn--secondary, .btn--oncolor,
    .btn--primary .btn__arr, .btn--secondary .btn__arr, .btn--oncolor .btn__arr { transition: none; }
    .btn--primary:hover, .btn--secondary:hover, .btn--oncolor:hover { transform: none; }
}

/* ── Hero buttons hover (lift + glow) ─────────────────── */
.hero__btn--pink:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 14px 26px -8px rgba(255,112,163,.6);
}
.hero__btn--ghost:hover {
    color: var(--text-color);
    transform: translateY(-4px);
    box-shadow: 0 14px 24px -10px rgba(20,20,30,.2);
    border-color: var(--accent-color);
}
.hero__btn { transition: transform .28s cubic-bezier(.34,1.4,.64,1), box-shadow .28s ease, border-color .28s ease; }

/* ── faq-side__cta — фикс цвета + lift+glow ────────────── */
.faq-side__cta {
    background: var(--accent-color);
}
.faq-side__cta:hover {
    background: var(--accent-color);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 14px 26px -8px rgba(255,112,163,.6);
}
.faq-side__cta { transition: transform .28s cubic-bezier(.34,1.4,.64,1), box-shadow .28s ease, background .25s; }

/* ── blog-section__link (Все вопросы) — вторичная кнопка ── */
.blog-section__link:hover {
    background: transparent;
    color: var(--text-color);
    transform: translateY(-4px);
    box-shadow: 0 14px 24px -10px rgba(20,20,30,.2);
    border-color: var(--accent-color);
}
.blog-section__link { transition: transform .28s cubic-bezier(.34,1.4,.64,1), box-shadow .28s ease, border-color .28s ease; }

/* ── btn-default hover → lift (для оставшихся мест) ──── */
.btn-default:hover {
    background: var(--accent-color);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 14px 26px -8px rgba(255,112,163,.6);
}
.btn-default { transition: transform .28s cubic-bezier(.34,1.4,.64,1), box-shadow .28s ease; }
/* Убираем старый slide-эффект псевдоэлементов */
.btn-default::after, .btn-default::before { display: none; }

@media (max-width: 991.98px) {
    .btn--primary.btn--sm { font-size: 13px; padding: 9px 16px; }
}

/* ===== Панель якорей прайса — мобилка под шапкой ===== */
@media (max-width: 991.98px) {
    .price-filter-wrap {
        top: 130px;
        z-index: 20;
    }
    .price-filter-wrap::after {
        content: "";
        position: absolute;
        top: 0; right: 0; bottom: 0;
        width: 24px;
        background: linear-gradient(to right, rgba(255,255,255,0), #fff);
        pointer-events: none;
    }
    .price-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .price-filter::-webkit-scrollbar { display: none; }

    /* Якорные цели: доскролл ниже шапки + панели (~130px шапка + ~60px панель) */
    .ms-price {
        scroll-margin-top: 190px;
    }
}

/* Белый текст на розовых кнопках во всех состояниях, включая :visited */
a.btn--primary,         a.btn--primary:visited,         a.btn--primary:hover,         a.btn--primary:focus,
a.hero__btn--pink,      a.hero__btn--pink:visited,      a.hero__btn--pink:hover,      a.hero__btn--pink:focus,
a.faq-side__cta,        a.faq-side__cta:visited,        a.faq-side__cta:hover,        a.faq-side__cta:focus,
a.btn-default.btn-highlighted, a.btn-default.btn-highlighted:visited {
    color: #fff;
}

/* Компактные кнопки «Записаться» в прайсе — не трогает другие .btn--secondary */
.ms-cell--action .btn--secondary {
    padding: 10px 12px;
    font-size: 12px;
}

/* Ссылки в заголовках карточек: цвет заголовка, без подчёркивания, hover — акцент */
.service-card__title a,
.service-card__title a:visited,
.service-card__title a:focus,
.ms-ncard__title a,
.ms-ncard__title a:visited,
.ms-ncard__title a:focus {
    color: inherit;
    text-decoration: none;
}
.service-card__title a:hover,
.ms-ncard__title a:hover {
    color: var(--accent-color);
    text-decoration: none;
}

/* Стили номера телефона через родителя ya-phone-N — переживают подмену Mango.
   Mango заменяет innerHTML span.ya-phone-N, поэтому классы/стили на самом <a>
   слетают. Вешаем nowrap и цвет через предка — применится и к mgo-number. */
[class*="ya-phone-"] { white-space: nowrap; }
[class*="ya-phone-"] a { white-space: nowrap; color: inherit; text-decoration: none; }

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .main-menu .navbar-nav > .nav-item > .nav-link, .main-menu > .nav-menu-wrapper > ul.navbar-nav > li.menu-item > a {
        font-size: 13px;
        padding-left: 20px !important;
        padding-right: 15px !important;
        white-space: nowrap;
    }
}
