/*   
Theme Name: Индивидуальная тема
Theme URI: https: //kwork.ru/user/ravlex
Version: 1.0
Description: С вниманием к деталям
Author: Ravlex
Author URI: https: //kwork.ru/user/ravlex
*/
.main-section__form {

    padding: 20px 40px;
}
.main-section__title {
    font-size: 22px;
    margin-bottom: 20px;
}
.slider-blocks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3 equal-width columns */
	gap: 20px;
	/* Space between grid items */
	margin-bottom: 30px;
}
.main-section__input {
    position: relative;
    margin-bottom: 15px;
}
.slider-block {
	padding: 30px 25px;
	background: #fff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	justify-content: space-between;
}

.slider-block a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-block__text {
	line-height: 1.2;
	color: #039;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	font-size: 16px;
	margin: 0;
	color: #039;
}

.slider-block__img {
	width: 63px;
	min-width: 63px;
	height: 63px;
}

.slider-block__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.all-rating {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-rates__wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 15px;
	box-sizing: border-box;
}

.section-rates__wrap .rates_item {
	width: calc(20% - 12px);
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 20px;
	border-radius: 20px;
	height: 100%;
	position: relative;
}

.section-rates__wrap .rates_item .rates_item__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.section-rates__wrap .rates_item .rates_items__logo {}

.section-rates__wrap .rates_item .rates_items__logo img {
	object-fit: contain;
	width: 100%;
	height: 60px;
	object-position: center;
	margin-bottom: 15px;
}

.rates_items__rating {
	display: flex;
	font-size: 14px;
	align-items: center;
}

.rating-label {
	width: 63px;
	margin-right: 9px;
}

.s-rating {
	display: flex;
	align-items: center;
}

.rate-box {
	width: 118px;
	height: 17px;
	background-image: url('images/stars-no-fill.svg');
	background-size: contain;
	position: relative;
}

.rate-box .fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url('images/stars-fill.svg');
	background-size: auto 100%;
}


@media (max-width: 1100px) {

	.rates_items__rating {
		flex-wrap: wrap;
	}
}

/* @media (min-width: 768px) {
	//убрать masonry
	.main-nav__wrap {
		columns: 2;
	}
	.main-nav__item.main-services__item {
		break-inside: avoid;
		width: auto;
	}
} */
@media (max-width: 768px) {
	.section-rates__wrap .rates_item {
		width: calc(50% - 8px);
	}

	.tab-id-1.tab-content>div {
		width: 100% !important;
	}

	.slider-blocks {
		overflow-x: auto;
		gap: 10px;
		padding-left: 10px;
		padding-right: 10px;

	}

	.slider-blocks::-webkit-scrollbar {
		display: none;
	}

	.slider-block {
		padding: 10px 15px;
		border-radius: 15px;
		min-width: 210px;
		gap: 10px;
	}

	.slider-block__text {
		font-size: 14px;
	}

	.slider-block__img {
		width: 42px;

		min-width: 42px;
		height: 42px;
	}
	.main-nav__wrap .grid-sizer ,.main-nav__wrap .main-gutter-sizer {display: none !important;}
	.main-nav__item.main-services__item {
		display: none ;
	}
	.main-gutter-sizer + .main-nav__item.main-services__item {
		display: block ;
	}

	.main-nav__text ul li:nth-child(n+9) {
		display: none ;

	}
}

.swiper-pagination-lock {
	display: none !important;
}

.mobile-city {
	display: flex;
	flex-direction: column;
	color: #000;
	text-decoration: none;
}

.mobile-city span {
	font-size: 12px;
}

.mobile-city b {
	text-decoration: underline;
	font-size: 14px;

}

.city__wrapper {
	width: 600px;
	padding: 40px;
}

.city__wrapper ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 30px 0 0;
	padding: 0;
	list-style-type: none;
}

.city__wrapper a {
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
	color: #000;
}

.city__wrapper .active a {
	color: #48a870;
	text-decoration: underline;
}

.header__contact.adres {
	text-decoration: none;
}

.single-content ul {
	padding: 0;
	margin: 25px 0;
	font-weight: normal;
	line-height: normal;
}

.single-content ul li {
	position: relative;
}

.single-content ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background-color: #039;
	display: inline-block;
	margin-right: 16px;

}

.single-content ol li,
.single-content ul li {
	padding: 15px 0;
	padding-left: 25px;
	border-top: 1px solid #e7e5e5;
	list-style-type: none;
}


.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

/*News */

.single-post__img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding-top: 35%;
	margin-bottom: 30px;
}

.single-post__img>img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cat-news {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 20px;
	margin-top: 50px;
}


.news-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
}

.news-item__img {
	position: relative;
	padding-top: 42%;
	width: 100%;
	margin-bottom: 20px;
}

.news-item__img img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-item__title {
	font-weight: 800;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.03em;
	margin-bottom: 8px;
	color: var(--text);
}

.news-item__date {
	margin-top: auto;
	font-weight: 500;
	font-size: 12px;
	line-height: 120%;
	color: #C2C0D0;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.news-item__date::before {
	content: '';
	width: 18px;
	height: 18px;
	margin-right: 12px;
	background-image: url('images/share.svg');
	flex-shrink: 0;
}

.cat-nav {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.cat-nav a.active {
	background-color: #65be8a;
	border-color: var(--accent);
	color: #fff;
}

.cat-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	color: var(--text);
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	border: 1px solid rgba(17, 17, 18, .1);
	border-radius: 27px;
	text-decoration: none;
	padding: 5px 15px;
}


.single-post-image {
	width: 100%;
	margin-bottom: 30px;
}

.single-page-sec {
	margin-top: 20px
}

.news__item-title {
	font-size: 26px;
	line-height: 1.3;
	color: #039;

}

.contacts-info__wrapper {
	display: flex;
}

.contacts-info__gallery {
	width: 600px;
	margin-left: 60px;
	flex-shrink: 0;
}

.contacts-info__gallery img {
	object-fit: cover;
	border-radius: 100%;
}

.contacts-info__gallery img:first-child {
	width: 300px;
	height: 300px;
}

.contacts-info__gallery img:nth-child(2) {
	width: 250px;
	height: 250px;
	margin-left: -30px;
}

.whatsapp-fixed {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whatsapp-fixed a {
	text-decoration: none;
	display: block;
	margin-right: 10px;
}

.whatsapp-fixed a img {
	width: 55px;
	height: 55px;
}

.serts__init {
	overflow: hidden;
}

.header {
	position: relative;
	z-index: 10;
}

.yandex-reviews {
	width: 100%;
	max-width: 700px;
}

.reviews__content {
	margin-top: 30px;
}

.data_more_less_inner {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.action_less.read-more {
	display: none;
}

.less_active .action_less {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.less_active .action_less::before {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.less_active .action_more {
	display: none;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	height: 80px;
}

.data_more_less.action_disabled .more_less_action {
	display: none;
}

.more_less_action {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--accent);
	font-size: 12px;
	text-decoration: none;
}

.more_less_action::before {
	content: '';
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 7px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.25 7.5L10 13.75L3.75 7.5' stroke='%232030F8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.reviews__nav {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
@media (max-width: 1100px) {
	
	.reviews__nav {
		align-items: start;
		flex-direction: column;;
	}
}

.reviews__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
	font-size: 0;
	line-height: 0;
}

.reviews__nav ul li {
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 25px;
	background: #fff;
	width: auto;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.reviews__nav ul li:first-child {
	border-radius: 25px 0  0 25px;
}
.reviews__nav ul li:last-child {
	border-radius:  0  25px 25px 0;
}

.reviews__nav ul li.current {
	background-color: #039;
	border-color: #039;
	color: #fff;
}

.reviews__nav ul li.current img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

ul.tabs {
	margin: 0px;
	padding: 0px;
}

.tab-content {
	display: none;
}

.tab-content.current {
	display: block;
}

.partners__init {
	overflow: hidden;
}

.partners__wrapper {
	position: relative;
}

.partners__item {
	border-radius: 30px;
	height: 120px;
	width: 100%;
	padding: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.partners__item img {
	max-width: 100%;
	max-height: 100%;
}

.video-service__title {
	font-size: 24px;
	line-height: 130%;
	color: #039;
	font-weight: 600;
	text-align: center;
}

.video-service__wrapper {

	max-width: 600px;
	margin: 20px auto 0;
}

.video-service__thumb {
	position: relative;
	padding-bottom: 56.25%;
	/* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	height: 0;
	overflow: hidden;
}

.video-service__thumb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}

.video-service {
	margin-top: 30px;
}

.truncate {
	height: 105px;
	overflow: hidden;
}

.readmore {
	margin-top: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #48a870;
	font-size: 16px;
	cursor: pointer;
}

#top {
	position: fixed;
	right: 60px;
	bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	background-color: #039;
	width: 60px;
	height: 60px;
	border-radius: 15px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	cursor: pointer;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	opacity: 0;
	visibility: hidden;
}

#top.show {
	opacity: 1;
	visibility: visible;
}

#top::before {
	content: '';
	border: solid #fff;
	border-width: 0 5px 5px 0;
	display: inline-block;
	padding: 5px;
	position: absolute;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top: 7px;
}

.price-row+.price-row {
	margin-top: 50px;
}

.modal-service {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
}

.main-section__input input.wpcf7-not-valid {
	border-color: red;
}

.wpcf7-not-valid-tip {
	display: none;
}

.modal__field.error {
	border-color: red;
}

.agree {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

.modal__input input, .modal__input textarea {
	width: 100%;
}

.doctor {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
}

.search {
	position: relative;
}



.search .result-search {
	display: none;
}

.search .result-search {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	z-index: 5;
	top: 100%;
	display: none;
}

.search .result-search .preloader {
	width: 100%;
	display: none;
	background: #fff;
	border-top: none;
	border: 1px solid #eee;
}

.search .result-search .preloader .loader {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.search .result-search .result-search-list {
	width: 100%;
	display: none;
	overflow-y: auto;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border-top: none;
	border: 1px solid #eee;
}

.search .result-search .result-search-list .result_item {
	line-height: 15px;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-top: 10px;
}

.search .result-search .result-search-list .result_item:first-child {
	margin-top: 0;
}

.search .result-search .result-search-list .result_item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.search .result-search .result-search-list .result_item a {
	color: #23262d;
	font-size: 16px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	width: 100%;
}

.search .result-search .result-search-list .result_item span {
	height: 100%;
	float: left;
}

.search .result-search .result-search-list .result_item p {
	line-height: 13px;
	font-size: 13px;
	color: #7c83a0;
	font-style: italic;
	background-color: white;
}

.search .result-search .result-search-list .result_item img {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	object-fit: cover;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	margin: 0 5px 5px 0;
}

@media (max-width: 992px) {
	.partners__item {
		height: 100px;
	}

	.contacts-info__wrapper {
		flex-direction: column;
	}

	.contacts-info__gallery {
		margin: 10px 0 0;
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 993px) {
	.single-row {
		display: flex
	}

	.single-col-left {
		width: 70%;
		margin-right: 15px;
	}

	.single-col-right {
		width: 30%;
		margin: 25px;
		margin-top: 0;
	}

	.single-sidebar {
		position: sticky;
		top: 150px;
	}

}

@media (max-width: 992px) {


	.whatsapp-fixed {
		display: none;
	}

}


@media (max-width: 768px) {

	.single-content ol li,
	.single-content ul li {
		padding: 5px 28px;
	}


	#top {
		width: 30px;
		height: 30px;
		right: 15px;
		bottom: 15px;
	}

	#top svg {
		width: 15px;
	}

	.video-service__title {
		font-size: 18px;
	}

	.video-service {
		margin-top: 20px;
	}

	.video-service__wrapper {
		margin-top: 10px;
	}

	.single-row {
		display: block
	}

	.single-col-left {
		width: auto;
		margin-right: 0;
	}

	.single-col-right {
		width: auto;
		margin: 0px;
	}

}

@media (max-width: 575px) {
	.partners__item {
		height: 80px;
	}

	.contacts-info__gallery img:first-child,
	.contacts-info__gallery img:nth-child(2) {
		width: 100%;
		height: auto;
		border-radius: 6px;
		margin: 0;
	}

	.contacts-info__gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 20px;
	}

	.prev {
		left: 0 !important;
	}

	.next {
		right: 0 !important;
	}

}

@media (max-width: 992px) {

	.prev,
	.next {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.prev svg,
	.next svg {
		width: 30px;
		height: 30px;
	}

}


@media only screen and (max-width: 767px) {
	.map-page .container #map {
		bottom: auto;
		top: 150px;
	}

	.map-page .container {
		overflow: visible;
		padding-top: 0;
	}

	.contacts-info.mt60 {
		margin-top: 230px;
	}

	.section-big-form__title br {
		display: none;
	}

	.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete {
		padding: 44px 0;
	}

	.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete .fancybox-content {
		width: 100% !important;
	}

	.fancybox-slide.fancybox-slide--video.fancybox-slide--current.fancybox-slide--complete .fancybox-content iframe {
		min-height: 250px;
	}
}

@media only screen and (max-width: 549px) {
	.footer__item:nth-child(3) {
		width: 47%;
	}
}


.main-section__checkbox a {
	display: inline;
	color: rgba(255, 255, 255, .5);
}

.main-section__checkbox a:hover {
	text-decoration: none;
}

.bottom-map__checkbox a {
	display: inline;
	color: rgba(255, 255, 255, .5);
}

.bottom-map__checkbox a:hover {
	text-decoration: none;
}

.main-nav__faq.dflex.fdc.jcsb {
	justify-content: flex-start;
}

/* Липкий блок FAQ на десктопе: держится при прокрутке до низа секции .main-nav */
@media (min-width: 769px) {
	.main-nav > .container {
		display: flex;
		align-items: stretch;
		gap: 40px;
	}

	.main-nav__services {
		flex: 1 1 0;
		min-width: 0;
	}

	.main-nav__faq {
		flex: 0 0 var(--main-nav-faq-col, 383px);
		width: var(--main-nav-faq-col, 383px);
		max-width: var(--main-nav-faq-col, 383px);
		min-width: 0;
		box-sizing: border-box;
	}

	.main-nav__faq-wrap {
		position: sticky;
		top: 155px;
		z-index: 2;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}

.doctor__img {
	width: 100%;
}


.doc-new-btn-inner {
	margin: 30px auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.doc-new-btn-inner .btn-2 {
	margin-top: 0 !important;
}

.video__play__presentation {
	position: absolute;
	background: #335dae;
	border-radius: 110px;
	padding: 9px 8px;
	z-index: 3;
	zoom: 0.5;
	left: 0px;
	bottom: 80px;
}

.video2 .container::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(346.8deg, rgba(101, 190, 138, .77) 12.59%, rgba(0, 204, 255, .807292) 47.98%, rgba(101, 190, 138, 0) 90.8%);
	background: linear-gradient(103.2deg, rgba(101, 190, 138, .77) 12.59%, rgba(0, 204, 255, .807292) 47.98%, #335dae 90.8%);
	z-index: 2;
}

.main-section__init .btn-4:hover {
	background: #fff !important;
	color: #000 !important;
	transition: 0.4s;
}


@media (max-width: 768px) {
	.main-nav__item.main-services__item {
		width: 100%;
		margin-bottom: 1.5%;
	}

	.cat-news {
		margin-top: 20px;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 20px;
	}

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

	.single-post__img {
		padding-top: 45%;
		border-radius: 10px;
		margin-bottom: 15px;
	}

	.video {
		margin-left: 10px;
		margin-right: 10px;
	}

	.city__wrapper {
		width: 100%;
		padding: 40px 30px;
	}

	.city__wrapper ul {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 10px 15px;
		margin-top: 20px;
	}

	.modal__title {
		font-size: 22px;
	}

	.city__wrapper a {
		font-size: 16px;
	}
}



.grecaptcha-badge {
	opacity: 0.1;
	transition: opacity .5s;
}

.grecaptcha-badge:hover {
	opacity: 1;
}


/*Выпадающий для городов в меню */

.header__menu.city li:first-child a.topm::before {
	display: none;
}

.header__menu-lvl-2.city {
	width: 100px;
	padding: 10px 0px;
}

.header__menu-lvl-2.city>li>a {

	padding: 10px 10px;
}


.dropdown {
	position: relative;
	display: inline-block;
	margin-top: 5px;
}

.dropdown.mobile-city {
	width: 100%;
}

.dropdown-toggle {
	background-color: #f1f1f1;
	color: #333;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	text-align: left;
}



.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.dropdown-menu li {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

.arrow {
	margin-left: 5px;
	transition: transform 0.3s;
}

.rotate {
	transform: rotate(180deg);
}


.lwptoc_itemWrap1 {
	margin: 10px 0px 10px 15px;
}

.lwptoc_toggle_label {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #039;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}

.lwptoc_item {
	margin-top: 15px;
}

.lwptoc_item a {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #039;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}


.lwptoc_toggle:before {
	content: '['
}

.lwptoc_toggle:after {
	content: ']'
}

.lwptoc_toggle {
	display: flex;
}

.lwptoc_header {
	display: flex;
	gap: 15px;
}

.lwptoc_i {
	margin-bottom: 25px;
}

#cookie_note {
	display: none;
	position: fixed;
	z-index: 99999;
	bottom: 15px;
	left: 30%;
	max-width: 90%;
	transform: translateX(-30%);
	padding: 20px;
	background-color: white;
	border-radius: 23px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);

}

#cookie_note p {
	margin: 0;
	font-size: 0.7rem;
	text-align: left;
	color: black;
}

#cookie_note .btn-sm {
	display: block;
	margin: 0 auto;
	background-color: #65be8a;
	padding: 7px 31px;
	cursor: pointer;
	color: #fff;
}

.cookie_accept {
	white-space: nowrap;
}


@media (max-width: 1023px) {
	#cookie_note.cshow {
		display: flex;
		text-align: left;
		flex-direction: column;
		width: 90%;
	}

	.cookie_accept {
		width: auto;
	}

	#cookie_note .btn-sm {
		margin-top: 15px;
	}
}

@media (max-width: 1023px) {
	#cookie_note.cshow {
		display: flex;
		text-align: left;
	}
}

@media (min-width: 1024px) {
	#cookie_note.cshow {
		display: flex;
		column-gap: 15px;
		align-items: center;
	}
}

input[type="checkbox"].wpcf7-not-valid {
	outline: 2px solid red;
	/* или box-shadow */
}

/* Начальный стиль — неотмечен */

.wpcf7-checkbox-not-valid {
	outline: 2px solid red;
	outline-offset: 2px;
}


/* Когда отмечен — убираем красную рамку */
input[name="terms"]:checked {
	outline: none;
}

.wpcf7-list-item {
	margin: 0px 1em 0 1em;
}

.modal__checkbox {
	margin-top: 10px;
}

.contact-pol {
	color: #fff;
	display: inline-block;
}

.contact-pol a {
	
	color: #fff;
}

.flex {
	display: flex;
}



@media (max-width:768px) {
	.modal__checkbox {
		font-size: 12px !important;
		line-height: 1.33;
	}
	.modal__checkbox p {
		margin-bottom: 0;
	}
	.bclose {
		border: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		cursor: pointer;
		display: inline-block;
		height: 44px;
		margin: 0;
		padding: 10px;
		position: relative;
		-webkit-transition: color .2s;
		-o-transition: color .2s;
		transition: color .2s;
		vertical-align: top;
		visibility: inherit;
		width: 44px;
		top: 0;
		right: 0;
		color: #242f45;
		position: absolute;
	}

	#cookie_note p {
		margin: 0 25px;
	}

	.footer__bottom * {
		font-size: 13px !important;
	}
}


@media (min-width: 769px) {
	.bclose {
		border: 0;
		border-radius: 100px;
		cursor: pointer;
		height: 44px;
		padding: 10px;
		width: 44px;
		top: -35px;
		right: -35px;
		color: #242f45;
		position: absolute;
	}
}

.btn--disabled {
	opacity: 0.6;
	pointer-events: none;
}



.reviews__cols__wrap {
	display: flex;
	gap: 40px;
	max-width: 100%;
}

.iframe-tabs-ya {
	min-width: 560px;
}

.reviews__textblock {
	max-width: calc(100% - 560px - 40px);
}

.reviews__textblock img {
	position: static !important;
}

.reviews__textblock .service-in__left {
	width: auto !important;
	margin-right: 0 !important;
}


@media (max-width: 800px) {
	.reviews__cols__wrap {
		display: flex;
		flex-direction: column;
		gap: 40px;
		margin-bottom: 40px;
	}

	.reviews__textblock {
		max-width: 100%;
	}

	.iframe-tabs-ya {
		min-width: unset;
	}

}

.swiper-button-lock {
	display: none !important;
}


.section-reviews--home .reviews__textblock .single-text  {
display: none;
}

@media (min-width: 769px) {
	.onlyMob {
		display: none;
	}
}


.post__nav-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.post__sub-title {
	font-weight: bold;
}

.post__nav-list a {
    text-decoration: none;
    color: #18181c;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .14px;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    display: flex;
    transition-duration: .15s;
    border-radius: 0;
}

.post__nav-list a:hover {
    color: #d9484a;
}

@media (max-width: 992px) {
	.post__nav.moved-mobile {
		margin-top: 0px;
		margin-bottom: 30px;
		border: 1px solid #eee;
		border-radius: 10px;
		padding: 15px 20px;
	}

	.post__nav.moved-mobile .post__sub-title {
		cursor: pointer;
		position: relative;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.post__nav.moved-mobile .post__sub-title::after {
		content: '';
		width: 10px;
		height: 10px;
		border-right: 2px solid #039;
		border-bottom: 2px solid #039;
		transform: rotate(45deg);
		transition: 0.3s;
		margin-top: -5px;
	}

	.post__nav.moved-mobile .post__sub-title.active::after {
		transform: rotate(-135deg);
		margin-top: 5px;
	}
    
    .post__nav.moved-mobile .post__nav-list {
        margin-top: 15px;
    }

	
	.post__sub-title.active + .post__nav-list {
		margin-bottom: -15px !important;
	}



	.single-content  .post__nav.moved-mobile ul li::before {
		display: none !important;
	}
	.single-content  .post__nav.moved-mobile ul li {
		padding: 0;
		border-top: 0 !important;
	}
	.single-content  .post__nav.moved-mobile ul li:last-child a {
		border-bottom: 0 !important;
	}
	.single-content  .post__nav.moved-mobile ul {
		margin-bottom: 0;
	}
}

.doctors--inArticle, .services--inArticle, .reviews--inArticle {
	margin-bottom: 3rem;
}

.doctors--inArticle  .doctor__img {
	height: auto !important;
	aspect-ratio: 1;
}
@media (min-width: 768px) {
	.doctors--inArticle .doctor__name {
		font-size: 18px;
	}
}

.services--inArticle .services-list__desc {
	display: none;
}

@media (min-width: 992px) {
	.services--inArticle {
		gap: 20px;
	}
	.services--inArticle .services-list__item {
		min-height: 0;
		padding: 30px 10px 30px 110px;
	}

	.services--inArticle  .services-list__title {
		font-size: 18px;
	}

	.services-list__img {
		height: auto !important;
		width: 136px;
		aspect-ratio: 25 / 18;
	}
}

.news-item__info > div {
	margin-bottom: 0 !important;
}

.single-col-full {
    width: 100%;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.gallery-item {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}
@media (hover:hover) {
.gallery-item:hover {
    transform: translateY(-5px);
}

}

.gallery-item__img {
    aspect-ratio: 	3 / 2;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.gallery-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.video-item .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    z-index: 2;

    background-image: url(images/play.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
}


.video-item:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 20px;
    }
    .video-item .play-icon {
        width: 60px;
        height: 60px;
		border-width: 1px;

		background-size: 16px;
    }
    .video-item .play-icon::after {
        border-width: 8px 0 8px 14px;
    }
}
@media (max-width: 476px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
    }

}





@media (max-width: 768px) {
	.popularServices .services-list__wrapper, .promoServices .services-list__wrapper,
	.doctors--inArticle,.services--inArticle, .reviews--inArticle, body:has(.single-page-sec) .tech__wrapper, .gallery-grid {
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 50px;
		margin-bottom: -50px;


	}
	.popularServices .services-list__wrapper::-webkit-scrollbar, 
	.promoServices .services-list__wrapper::-webkit-scrollbar,
	.reviews__nav ul.tabs::-webkit-scrollbar,
	.rates .section-rates__wrap::-webkit-scrollbar,
	.doctors-page__filter::-webkit-scrollbar,
	.doctors--inArticle::-webkit-scrollbar,
	.services--inArticle::-webkit-scrollbar,
	.reviews--inArticle::-webkit-scrollbar,
	body:has(.single-page-sec) .tech__wrapper::-webkit-scrollbar,
	.gallery-grid::-webkit-scrollbar  {
		display: none;
		
	}

	.doctors--inArticle .doctor,  
	body:has(.single-page-sec) .tech__wrapper .tech__item,
	.gallery-grid .gallery-item{
		min-width: 220px;
	}
	.reviews--inArticle  {
		height: auto !important;
		padding-bottom: 0 !important;
		gap: 20px;
	}
	.reviews--inArticle .review-slide {
		min-width: 75vw;
	}

	.reviews--inArticle .review-slide {
		position: static !important;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
		height: 100%;
	}

	.popularServices {
		display: none !important;
	}

	.reviews__nav ul.tabs,
	.rates .section-rates__wrap,
	.doctors-page__filter   {
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: -10px;
		margin-right: -10px;
		white-space: nowrap;
	}

	.reviews__nav ul.tabs {
		max-width: calc(100% + 20px);
	}
	
}


/* Стили для пагинации в кружках */
.pagination {
    margin: 40px 0;
    display: flex;
    justify-content: center;
}

.pagination ul.page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    align-items: center;
}

.pagination ul.page-numbers li {
    margin: 0;
}

.pagination .page-numbers {
    display: flex;
	position: static !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #003399;
    color: #003399;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: #fff;
}

/* Состояние при наведении */
.pagination a.page-numbers:hover {
    background-color: #003399;
    color: #fff;
    border-color: #003399;
    box-shadow: 0 4px 10px rgba(0, 51, 153, 0.2);
}

/* Активная страница */
.pagination .page-numbers.current {
    background-color: #003399;
    color: #fff;
    border-color: #003399;
    cursor: default;
}

/* Стили для многоточия */
.pagination .page-numbers.dots {
    border: none;
    background: transparent;
    color: #ADADB6;
    width: auto;
    height: auto;
}

/* Стили для стрелок « и » */
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    font-size: 20px;
    line-height: 1;
}

/* Адаптивность для мобилок */
@media (max-width: 768px) {
    .pagination .page-numbers {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .pagination ul.page-numbers {
        gap: 6px;
    }
}


@media (max-width: 767px) {
	
.section-reviews__inCategory .service-in__images  {
display: none !important;
}
}

/* Фикс для корректной работы autoHeight в блоке документов */
.docs__init .swiper-wrapper {
    align-items: flex-start !important; /* По умолчанию стоит stretch, что мешает расчету */
}

.docs__init .swiper-slide {
    height: auto !important; /* Слайд должен подстраиваться под свой контент */
}

.info-type-1 table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.info-type-1 table td, .info-type-1 table th {
    border: 1px solid #666;
    padding: 10px 15px;
}

@media (max-width: 768px) {
	.info-type-1__text {
        max-width: 100%;}
    .info-type-1 table {
        display: block;
        width: calc(100% + 20px);
        overflow-x: auto;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
        -webkit-overflow-scrolling: touch;
    }
    .info-type-1 table tbody {
        display: table;
        width: 100%;
    }
}



@media (min-width: 992px) {
    .header__menu li.lev-1 {
        position: relative;
    }
    
    .header__menu-lvl-2 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 240px;
        background-color: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        border-radius: 0 0 12px 12px;
        padding: 15px 0;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 999;
        -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    }

    
    .header__menu li.lev-1:hover .header__menu-lvl-2 {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header__menu-lvl-2 li {
        width: 100%;
        display: block;
    }

    .header__menu-lvl-2 li a {
        display: block;
        padding: 8px 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        color: #232f47;
        text-decoration: none;
        -webkit-transition: background-color 0.2s ease, color 0.2s ease;
        -o-transition: background-color 0.2s ease, color 0.2s ease;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .header__menu-lvl-2 li a:hover {
        background-color: #f2f7fa;
        color: #65be8a;
    }
}


@media (max-width: 991.98px) {
    body.menu-toggled .nav-menu-has-children.open-submenu > .nav-menu-children {
        visibility: visible !important;
        opacity: 1;
        pointer-events: all;
        position: relative;
        max-height: 100%;
        overflow: visible;
    }
}


@media (min-width: 992px) {
    .header__menu-lvl-2 > li {
        position: relative;
    }

    .header__menu-lvl-3 {
        position: absolute;
        top: 0;
        left: 100%; 
        width: 240px;
        background-color: #fff;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        padding: 10px 0;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 1000;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    }

    
    .header__menu-lvl-2 > li:hover .header__menu-lvl-3 {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header__menu-lvl-3 li {
        width: 100%;
        display: block;
    }

    .header__menu-lvl-3 li a {
        display: block;
        padding: 8px 20px;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.3;
        color: #232f47;
        text-decoration: none;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .header__menu-lvl-3 li a:hover {
        background-color: #f2f7fa;
        color: #65be8a;
    }
}


.nav-mob__item-menu li.open-submenu > a,
.nav-mob__item-menu li.open-submenu > .nav-menu-item-icon {
    display: none !important;
}


.nav-mob__item-menu ul:has(> li.open-submenu) > li:not(.open-submenu) {
    display: none !important;
}

.swiper-slide__features {
	list-style: none;
	color:#fff;
	margin-top: -20px;
	font-size: 110%;
	margin-bottom: 20px !important;
	padding-left: 10px;
}

@media (max-width: 768px) {

	.swiper-slide__features {
		margin-top: 0px;

	}
}

.promoServices .all-link {
	margin-top: 30px;
}
.services-list__desc.opisanie, .services-list__item .btn-2 {
	display: none;
}
.promoServices .services-list__desc.opisanie, .promoServices .services-list__item .btn-2 {
	display: block;

}

.promoServices .services-list__desc.opisanie br {
	display: none;

}

.doctor .btn-2 {
	display: none;
}

.other-promo__links {
	padding-left: 40px;
}

@media (max-width: 992px) {
	
	.other-promo__links {
		padding-left: 0px;
	}
}

.slider-doctors-home__init .swiper-slide  {
height: auto !important;
padding-bottom: 10px;
}
.slider-doctors-home__init .swiper-slide .doctor {
	height: 100%;
}
.slider-doctors-home__init .swiper-slide .doctor__name {
	margin-bottom: 15px;
}
.slider-doctors-home__init .swiper-slide .btn-2 {
	margin-top: auto;
	display: inline-block;
	
}



/* --- СТИЛИ СТРАНИЦЫ ВАКАНСИЙ --- */

/* Первый экран */
.vacancies-hero .service-in__left {
    max-width: 620px;
    width: 100%;
}

.vacancies-hero__text p {
    font-size: 16px;
    line-height: 1.6;
    color: #5d5b5b;
}

/* Элементы статистики / преимуществ */
.vacancies-stats {
    gap: 30px;
    margin-top: 30px;
}

.vacancies-stats__item {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 140px;
}

.vacancies-stats__num {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: #039;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
	.vacancies-stats__num {
		font-size: 32px !important;
	}
}

.vacancies-stats__label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #a7a7b3;
}

.vacancies-feedback .main-section__form {
	display: block !important;
}

/* Карточки условий (Второй экран) */
.conditions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.conditions-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}



@media (max-width: 767px) {
    .conditions-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 16px;
		margin-left: -10px;
		margin-right: -10px;
		width: 100vw;
        padding: 0 10px; /* Отступы контейнера по бокам 10px */
        margin-top: 20px;
        -webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
        scrollbar-width: none;
    }

    .conditions-grid::-webkit-scrollbar {
        display: none;
    }

    .conditions-card {
        flex: 0 0 calc(100% - 20px); 
        max-width: 320px; /* Ограничиваем максимальную ширину карточки */
        scroll-snap-align: start;
        padding: 24px 20px;
        min-height: 200px; /* Минимальная высота для одинакового размера */
    }

    .conditions-grid:has(.conditions-card:only-child) .conditions-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.conditions-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.conditions-card__header {
    gap: 15px;
    margin-bottom: 15px;
}

.conditions-card__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.conditions-card__icon-wrap img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.conditions-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #232f47;
    margin: 0;
    line-height: 1.3;
}

.conditions-card__desc p {
    font-size: 14px;
    line-height: 1.5;
    color: #a7a7b3;
    margin: 0;
}

/* Блок внешних ссылок (HH и Avito) */
.vacancies-links__box {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    gap: 20px;
}

.vacancies-links__title {
    font-size: 18px;
    font-weight: 600;
    color: #232f47;
	text-align: center;
}

.vacancies-links__items {
    gap: 15px;
}

.vacancies-link-btn {
    min-width: 130px;
    height: 48px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.vacancies-link-btn.hh {
    background-color: #e41c24;
    border-color: #e41c24;
    color: #fff;
}

.vacancies-link-btn.hh:hover {
    background-color: #c3131a;
    border-color: #c3131a;
    color: #fff;
}

.vacancies-link-btn.avito {
    background-color: #00aa00;
    border-color: #00aa00;
    color: #fff;
}

.vacancies-link-btn.avito:hover {
    background-color: #008800;
    border-color: #008800;
    color: #fff;
}

/* --- Адаптивность под мобильные экраны --- */
@media (max-width: 991.98px) {
    .conditions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .vacancies-stats {
        gap: 15px;
    }
    
    .vacancies-stats__item {
        flex: 1 1 calc(50% - 10px);
    }

    .conditions-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .vacancies-links__box {
        flex-direction: column;
        padding: 25px 20px;
        text-align: center;
    }

    .vacancies-links__items {
        width: 100%;
        justify-content: center;
    }
}

/* --- СТИЛИ ДВУХКОЛОНОЧНОГО БЛОКА ВАКАНСИЙ --- */

.vacancies-feedback {
    display: block;
}

/* Колонки сетки */
.vacancies-form-col {
    max-width: 700px;
	margin-left: auto;
	margin-right: auto;
    width: 100%;
}


/* Блок ссылок справа */
.vacancies-links-col .vacancies-links__box {
    max-width: 700px;
	margin-left: auto;
	margin-right: auto;
    
}

.vacancies-links-col .vacancies-link-btn {
    width: 100%;
    margin-bottom: 12px;
}

.vacancies-links-col .vacancies-link-btn:last-child {
    margin-bottom: 0;
}

/* Текстовые элементы внутри формы */
.vacancies-form-intro {
    position: relative;
    z-index: 3;
    color: #fff;
    margin-bottom: 25px;
}



.vacancies-form-desc {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
}

/* Стилизация нового инпута "Должность" */
.main-section__input.position::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E");
    opacity: 0.7;
}

/* Стилизация области загрузки файла */
.main-section__file {
    position: relative;
    margin-bottom: 15px;
}

.file-upload-label {
    display: block;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.file-upload-label:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

.file-upload-label input[type="file"] {
    display: none;
}

.file-upload-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.file-upload-hint {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.6);
}

/* Мобильная адаптация двух колонок */
@media (max-width: 991.98px) {
    .vacancies-form-col,
    .vacancies-links-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .vacancies-form-col {
        margin-bottom: 30px;
    }
}

/* Состояние, когда файл выбран соискателем */
.file-upload-label.file-selected {
    border-color: #65be8a !important;
    background-color: rgba(101, 190, 138, 0.12) !important;
}

.file-upload-label.file-selected .file-upload-title {
}

.file-upload-label.file-selected .file-upload-hint {
    color: #fff;
    font-weight: 500;
}



.doctor-profile-v2 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 24px 60px;
}
.doctor-profile-v2 .crumbs {
  font-size: 12px;
  color: #8b93a7;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.doctor-profile-v2 .crumbs b {
  color: #2b3550;
  font-weight: 600;
}
.doctor-profile-v2 .grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 26px;
  align-items: start;
}
.doctor-profile-v2 .sheet {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 38px rgba(42,57,80,.08);
  overflow: hidden;
}
.doctor-profile-v2 .sheet > section {
  padding: 26px 38px;
  position: relative;
}
.doctor-profile-v2 .sheet > section + section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  right: 38px;
  height: 1px;
  background: linear-gradient(90deg,transparent,#e9eef3 12%,#e9eef3 88%,transparent);
}
.doctor-profile-v2 .hero {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 36px;
  align-items: start;
  padding: 32px 38px!important;
}
.doctor-profile-v2 .hero h1 {
  color: #2a3990;
  font-size: 33px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 10px;
  letter-spacing: -.5px;
}
.doctor-profile-v2 .hero .role {
  font-size: 16px;
  color: #2b3550;
  margin-bottom: 18px;
}
.doctor-profile-v2 .hero .accr {
  font-size: 13.5px;
  color: #6b7280;
  margin: 16px 0 0;
  padding-left: 13px;
  border-left: 3px solid #eaf6f0;
}
.doctor-profile-v2 .hero-spec {
  margin-top: 18px;
}
.doctor-profile-v2 .hero-spec .sec-h {
  margin-bottom: 14px;
}
.doctor-profile-v2 .hero-spec .sec-h h2 {
  font-size: 19px;
}
.doctor-profile-v2 .hero-spec .spec-tabs {
  margin-bottom: 14px;
}
.doctor-profile-v2 .hero-spec .spec-panel {
  min-height: auto;
}
.doctor-profile-v2 .hero-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.doctor-profile-v2 .hero-photo-w {
  position: relative;
}
.doctor-profile-v2 .hero-photo {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 10px 38px rgba(42,57,80,.08);
  position: relative;
  z-index: 2;
}
.doctor-profile-v2 .hero-photo-w::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 270px;
  height: 270px;
  border-radius: 22px;
  background: #eaf6f0;
  z-index: 1;
}
.doctor-profile-v2 .hero-book {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 270px;
}
.doctor-profile-v2 .bk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-weight: 700;
  border-radius: 32px;
  cursor: pointer;
  transition: .22s cubic-bezier(.22,.61,.36,1);
  text-align: center;
  text-decoration: none;
}
.doctor-profile-v2 .bk-main {
  background: #6cbf8e;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  border: 2px solid #6cbf8e;
  box-shadow: 0 8px 20px rgba(108,191,142,.45);
}
.doctor-profile-v2 .bk-main:hover {
  background: #4fa876;
  border-color: #4fa876;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(108,191,142,.55);
}
.doctor-profile-v2 .bk-cons {
  background: #fff;
  color: #4fa876;
  border: 2px solid #6cbf8e;
  font-size: 15px;
  padding: 13px;
}
.doctor-profile-v2 .bk-cons:hover {
  background: #6cbf8e;
  color: #fff;
  transform: translateY(-2px);
}
.doctor-profile-v2 .yml-facts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 4px 0;
}
.doctor-profile-v2 .fact {
  background: #f5f8fb;
  border: 1px solid #e9eef3;
  border-radius: 13px;
  padding: 11px 17px;
  min-width: 96px;
  transition: transform .25s cubic-bezier(.22,.61,.36,1),box-shadow .25s cubic-bezier(.22,.61,.36,1),border-color .25s;
}
.doctor-profile-v2 .fact:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(42,57,80,.06);
  border-color: #6cbf8e;
}
.doctor-profile-v2 .fact .n {
  font-size: 21px;
  font-weight: 800;
  color: #2a3990;
  line-height: 1;
}
.doctor-profile-v2 .fact .c {
  font-size: 11px;
  color: #6b7280;
  margin-top: 4px;
}
.doctor-profile-v2 .sec-h {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}
.doctor-profile-v2 .sec-h .ico {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #eaf6f0;
  color: #4fa876;
  display: grid;
  place-items: center;
  flex: none;
}
.doctor-profile-v2 .sec-h .ico svg {
  width: 20px;
  height: 20px;
}
.doctor-profile-v2 .sec-h h2 {
  color: #2a3990;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.3px;
  margin-bottom: 0;
}
.doctor-profile-v2 .spec-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

@media (max-width: 590px) {
	
	.doctor-profile-v2 .spec-tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
		max-width: calc(100vw - 24px*2 );
		justify-content: flex-start !important;
		white-space: nowrap;
		margin-left: -22px;
		margin-right: -22px;
		padding-left: 22px;
		padding-right: 22px;

	}
}
.doctor-profile-v2 .spec-tab {
  background: #eef1fb;
  color: #2a3990;
  font-size: 14.5px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 32px;
  border: 0 !important;
  cursor: pointer;
  transition: .22s cubic-bezier(.22,.61,.36,1);
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (hover:hover) {

	.doctor-profile-v2 .spec-tab:hover {
	transform: translateY(-2px);
	}

}
.doctor-profile-v2 .spec-tab .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6cbf8e;
  opacity: 0;
  transition: opacity .2s;
}
.doctor-profile-v2 .spec-tab.active {
  background: #6cbf8e;
  color: #fff;
  box-shadow: 0 6px 16px rgba(108,191,142,.4);
}
@media (max-width: 590px) {
	
	.doctor-profile-v2 .spec-tab.active {
		
		box-shadow: none;

	}
}
.doctor-profile-v2 .spec-tab.active .dot {
  background: #fff;
  opacity: 1;
}
.doctor-profile-v2 .spec-panel {
  background: #f5f8fb;
  border: 1px solid #e9eef3;
  border-left: 4px solid #6cbf8e;
  border-radius: 0 13px 13px 0;
  padding: 18px 22px;
  font-size: 14.5px;
  color: #2b3550;
  line-height: 1.6;
  min-height: 64px;
  transition: opacity .3s cubic-bezier(.22,.61,.36,1),transform .3s cubic-bezier(.22,.61,.36,1);
}
.doctor-profile-v2 .spec-panel.swap {
  opacity: 0;
  transform: translateX(8px);
}
.doctor-profile-v2 .spec-panel b {
  color: #2a3990;
}
.doctor-profile-v2 .edu-line {
  font-size: 14.5px;
  color: #2b3550;
  line-height: 1.65;
}
.doctor-profile-v2 .edu-line b {
  color: #2a3990;
}
.doctor-profile-v2 .sched {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 560px;
}
.doctor-profile-v2 .srow {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 18px;
  border: 1px solid #e9eef3;
  border-radius: 13px;
  background: #f5f8fb;
  transition: .22s cubic-bezier(.22,.61,.36,1);
}
.doctor-profile-v2 .srow:not(.off):hover {
  border-color: #6cbf8e;
  background: #fff;
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(42,57,80,.06);
}
.doctor-profile-v2 .srow .day {
  font-size: 15px;
  font-weight: 700;
  color: #2a3990;
  width: 104px;
  flex: none;
}
.doctor-profile-v2 .srow .sub {
  font-size: 12px;
  color: #8b93a7;
  font-weight: 400;
  display: block;
}
.doctor-profile-v2 .srow .tm {
  font-size: 15px;
  font-weight: 700;
  color: #2b3550;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.doctor-profile-v2 .srow .tm .ic {
  color: #4fa876;
  display: flex;
}
.doctor-profile-v2 .srow .tm .ic svg {
  width: 17px;
  height: 17px;
}
.doctor-profile-v2 .srow.off {
  background: transparent;
  border-style: dashed;
  opacity: .7;
}
.doctor-profile-v2 .srow.off .day {
  color: #6b7280;
}
.doctor-profile-v2 .srow.off .tm {
  color: #8b93a7;
  font-weight: 500;
}
.doctor-profile-v2 .srow.off .tm .ic {
  color: #8b93a7;
}
.doctor-profile-v2 .sched-note {
  font-size: 12.5px;
  color: #8b93a7;
  margin-top: 14px;
}
.doctor-profile-v2 .svc {
  display: flex;
  flex-direction: column;
}
.doctor-profile-v2 .svc-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 4px;
  border-bottom: 1px dashed #e9eef3;
  transition: padding-left .25s cubic-bezier(.22,.61,.36,1);
}
.doctor-profile-v2 .svc-row:last-child {
  border-bottom: 0;
}
.doctor-profile-v2 .svc-row:hover {
  padding-left: 12px;
}
.doctor-profile-v2 .svc-row .ic {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: #eaf6f0;
  display: grid;
  place-items: center;
  color: #4fa876;
  transition: .25s cubic-bezier(.22,.61,.36,1);
}
.doctor-profile-v2 .svc-row:hover .ic {
  background: #6cbf8e;
  color: #fff;
  transform: rotate(-6deg);
}
.doctor-profile-v2 .svc-row .ic svg {
  width: 20px;
  height: 20px;
}
.doctor-profile-v2 .svc-row .nm {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
}
.doctor-profile-v2 .svc-row .pr {
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
  color: #2a3990;
}
.doctor-profile-v2 .svc-row .pr.site {
  font-size: 12.5px;
  font-weight: 700;
  color: #4fa876;
  background: #eaf6f0;
  padding: 7px 15px;
  border-radius: 32px;
}
.doctor-profile-v2 .dips {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.doctor-profile-v2 .dip {
  background: #fff;
  border: 1px solid #e9eef3;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(42,57,80,.06);
  transition: .28s cubic-bezier(.22,.61,.36,1);
  text-decoration: none;
}
.doctor-profile-v2 .dip:hover {
  transform: translateY(-6px) rotate(-.5deg);
  box-shadow: 0 10px 38px rgba(42,57,80,.08);
}
.doctor-profile-v2 .dip .scan {
  background: #fff;
  display: grid;
  place-items: center;
  color: #c2cbd4;
  border-bottom: 1px solid #e9eef3;
  transition: color .25s;
}
.doctor-profile-v2 .dip:hover .scan {
  color: #6cbf8e;
}
.doctor-profile-v2 .dip .scan svg {
  width: 46px;
  height: 46px;
}

.doctor-profile-v2 .dip .scan img {
width:100%; height:100%; object-fit:contain;aspect-ratio: 1;
}
.doctor-profile-v2 .dip .cap {
  padding: 13px 15px;
  font-size: 12.5px;
  color: #2b3550;
  line-height: 1.4;
}
.doctor-profile-v2 .dip .cap .y {
  display: inline-block;
  color: #4fa876;
  font-weight: 700;
  margin-top: 6px;
  background: #eaf6f0;
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 11px;
}

@media(max-width:560px){
  .doctor-profile-v2 .dips {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    
    max-width: calc(100vw - 24px*2 );
    justify-content: flex-start !important;
    white-space: nowrap;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 10px;
  }
  .doctor-profile-v2 .dips::-webkit-scrollbar {
    display: none;
  }
  .doctor-profile-v2 .dip {
    flex: 0 0 72%;
    scroll-snap-align: start;
  }
  .doctor-profile-v2 .hero h1 { font-size: 27px; }
  .doctor-profile-v2 .hero { padding: 24px 22px!important; }
  .doctor-profile-v2 .hero-book, .doctor-profile-v2 .hero-photo { width: 100%; }
}


.doctor-profile-v2 .video {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #222d44;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.doctor-profile-v2 .video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(42,57,80,.15);
  transition: background .3s;
}
.doctor-profile-v2 .video:hover::after {
  background: rgba(42,57,80,.05);
}
.doctor-profile-v2 .video .pl {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border: 2px solid #fff;
  display: grid;
  place-items: center;
  z-index: 2;
  transition: transform .3s cubic-bezier(.22,.61,.36,1), background .3s, border-color .3s;
  color: #fff;
}
.doctor-profile-v2 .video:hover .pl {
  transform: scale(1.12);
  background: #6cbf8e;
  border-color: #6cbf8e;
}
.doctor-profile-v2 .video .pl svg {
  width: 34px;
  height: 34px;
  margin-left: 2px;
}
.doctor-profile-v2 .video .vc {
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 1px 6px rgba(0,0,0,.6);
  z-index: 2;
}
.doctor-profile-v2 aside {
  position: sticky;
  top: 196px;
  align-self: start;
  z-index: 2;
}
.doctor-profile-v2 aside .panel {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 38px rgba(42,57,80,.08);
  padding: 26px;
}
.doctor-profile-v2 aside h3 {
  color: #2a3990;
  font-size: 18px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.doctor-profile-v2 aside h3 .ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #eaf6f0;
  color: #4fa876;
  display: grid;
  place-items: center;
  flex: none;
}
.doctor-profile-v2 aside h3 .ico svg {
  width: 17px;
  height: 17px;
}
.doctor-profile-v2 .cl-row {
  display: flex;
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid #e9eef3;
  font-size: 14px;
}
.doctor-profile-v2 .cl-row:last-of-type {
  border-bottom: 0;
}
.doctor-profile-v2 .cl-row .ci {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f5f8fb;
  color: #4fa876;
  display: grid;
  place-items: center;
}
.doctor-profile-v2 .cl-row .ci svg {
  width: 16px;
  height: 16px;
}
.doctor-profile-v2 .cl-row .lbl {
  font-size: 10.5px;
  color: #8b93a7;
  margin-bottom: 2px;
}
.doctor-profile-v2 .cl-row .val {
  font-weight: 500;
  line-height: 1.35;
}
.doctor-profile-v2 .cl-row a {
  color: #2b3550;
  text-decoration: none;
}
.doctor-profile-v2 .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s cubic-bezier(.22,.61,.36,1),transform .6s cubic-bezier(.22,.61,.36,1);
}
.doctor-profile-v2 .reveal.in {
  opacity: 1;
  transform: none;
}
@media(max-width:980px){
  .doctor-profile-v2 .grid { grid-template-columns: 1fr; }
  .doctor-profile-v2 .hero { grid-template-columns: 1fr; text-align: center; gap: 24px; max-width: calc(100vw - 24px*2); }
  .doctor-profile-v2 .hero-col { align-items: center; }
  .doctor-profile-v2 .hero-photo-w { justify-self: center; }
  .doctor-profile-v2 .hero-photo-w::after { display: none; }
  .doctor-profile-v2 .yml-facts, .doctor-profile-v2 .spec-tabs { justify-content: center; }
  .doctor-profile-v2 .hero .accr { border-left: 0; padding-left: 0; }
  .doctor-profile-v2 .srow { text-align: left; }
  .doctor-profile-v2 .dips { grid-template-columns: repeat(2,1fr); }
  .doctor-profile-v2 aside { position: static; }
  .doctor-profile-v2 .sheet > section { padding: 24px 22px; }
  .doctor-profile-v2 .sheet > section + section::before { left: 22px; right: 22px; }
}
@media(max-width:560px){
  .doctor-profile-v2 .dips { grid-template-columns: 1fr; }
  .doctor-profile-v2 .hero h1 { font-size: 27px; }
  .doctor-profile-v2 .hero { padding: 24px 22px!important; }
  .doctor-profile-v2 .hero-book, .doctor-profile-v2 .hero-photo { width: 100%; }
}


#modal-widget.modal {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#modal-widget .modal__wrap {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  #modal-widget.modal {
    max-width: 100% !important;
    height: 100% !important;
    border-radius: 0;
  }
  #modal-widget .modal__wrap {
    height: 100vh !important;
  }
}

/* .single_service_page .container {
	max-width: 1424px;
	width: auto;
} */

@media (min-width: 1199px) {
	
	.single_service_page  .t-section, .single_service_page  .reviews__nav {
		padding-left: 50px;
		
	}
}


.srv2__advantages {
  margin-top: 55px;
  width: 100%;
}
.srv2__main-title {
  margin-bottom: 32px;
}
.srv2__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.srv2__card {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.srv2__icon-box {
  height: 74px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.srv2__svg {
  max-height: 100%;
  width: auto;
  display: block;
}
.srv2__card-title {
  color: #003399;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align: left;
}
.srv2__card-text {
  color: #232f47;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .srv2__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .srv2__card {
    min-height: auto;
    padding: 35px 30px;
    border-radius: 30px;
  }
  .srv2__icon-box {
    margin-bottom: 30px;
    height: 80px;
  }
  .srv2__card-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .srv2__card-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .srv2__advantages {
    margin-top: 40px;
  }
  .srv2__main-title {
    margin-bottom: 25px;
  }
  .srv2__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .srv2__card {
    padding: 30px 20px;
    border-radius: 24px;
  }
  .srv2__icon-box {
    height: 70px;
    margin-bottom: 20px;
  }
  .srv2__card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.srv2__prices-container {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
}
.srv2__prices-header {
  margin-bottom: 28px;
}
.srv2__prices-title {
  margin: 0;
}
.srv2__tabs-nav-wrapper {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
.srv2__tabs-nav-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #deecf2;
  z-index: 1;
}
.srv2__tabs-nav {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.srv2__tabs-nav::-webkit-scrollbar {
  display: none;
}
.srv2__tab-btn {
  background: none;
  border: none;
  padding: 0 0 12px 0;
  font-size: 15px;
  font-weight: 500;
  color: #a7a7b2;
  cursor: pointer;
  position: relative;
  transition: color 0.25s ease;
}
.srv2__tab-btn:hover {
  color: #003399;
}
.srv2__tab-btn.active {
  color: #003399;
  font-weight: 600;
}
.srv2__tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #003399;
  z-index: 3;
}
.srv2__tab-pane {
  display: none;
}
.srv2__tab-pane.active {
  display: block;
}
.srv2__prices-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
}
.srv2__price-item {
  padding: 12px 16px;
  border-bottom: 1px solid #deecf2;
  min-height: 60px;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  border-radius: 16px;
  margin-bottom: 4px;
}
.srv2__price-item:hover {
  background: #f2f7fa;
  border-color: transparent;
}
.srv2__price-title-wrap {
  gap: 12px;
  max-width: 70%;
}
.srv2__price-bullet {
  width: 6px;
  height: 6px;
  background: #65be8a;
  border-radius: 50%;
  flex-shrink: 0;
}
.srv2__price-title {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #232f47;
}
.srv2__price-action {
  position: relative;
  min-width: 110px;
  justify-content: flex-end;
}
.srv2__price-val {
  font-size: 15px;
  font-weight: 700;
  color: #232f47;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}
.srv2__price-btn {
  display: none;
  background: #65be8a;
  color: #ffffff;
  border-radius: 32px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 18px;
  white-space: nowrap;
  box-sizing: border-box;
}
.srv2__price-btn:hover {
  color: #ffffff;
}
.srv2__price-item:hover .srv2__price-val {
  display: none;
}
.srv2__price-item:hover .srv2__price-btn {
  display: inline-flex;
}
.srv2__prices-footnote {
  margin-top: 24px;
  font-size: 10px;
  color: #a7a7b2;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .srv2__prices-container {
    padding: 30px;
    border-radius: 30px;
  }
  .srv2__prices-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .srv2__tab-btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .srv2__prices-container {
    padding: 20px 15px;
    border-radius: 20px;
  }
  .srv2__prices-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .srv2__prices-header .btn-2 {
    width: 100%;
  }
  .srv2__tabs-nav {
    gap: 20px;
  }
  .srv2__tab-btn {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .srv2__price-item {
    padding: 10px;
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .srv2__price-title-wrap {
    max-width: 100%;
  }
  .srv2__price-title {
    font-size: 14px;
  }
  .srv2__price-action {
    width: 100%;
    justify-content: space-between;
    min-width: auto;
  }
  .srv2__price-item:hover .srv2__price-val {
    display: block;
  }
  .srv2__price-item:hover .srv2__price-btn {
    display: inline-flex;
  }
  .srv2__price-btn {
    padding: 6px 16px;
    font-size: 12px;
  }
}

.srv2__indications {
  width: 100%;
}
.srv2__indications-main-title {
  margin-bottom: 32px;
}
.srv2__indications-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}
.srv2__indications-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.srv2__indications-card-top {
  padding-bottom: 28px;
  border-bottom: 1px solid #deecf2;
  gap: 16px;
}
.srv2__indications-card-title {
  color: #003399;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
.srv2__indications-card-icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.srv2__indications-card-icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.srv2__indications-card-bottom {
  padding-top: 28px;
  flex-grow: 1;
}
.srv2__indications-card-text {
  color: #232f47;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .srv2__indications-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .srv2__indications-card {
    padding: 35px 25px;
    border-radius: 30px;
  }
  .srv2__indications-card-top {
    padding-bottom: 25px;
  }
  .srv2__indications-card-title {
    font-size: 20px;
  }
  .srv2__indications-card-icon {
    width: 75px;
    height: 75px;
  }
  .srv2__indications-card-bottom {
    padding-top: 25px;
  }
  .srv2__indications-card-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .srv2__indications-main-title {
    margin-bottom: 25px;
  }
  .srv2__indications-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .srv2__indications-card {
    padding: 30px 20px;
    border-radius: 24px;
  }
  .srv2__indications-card-top {
    padding-bottom: 20px;
  }
  .srv2__indications-card-title {
    font-size: 18px;
  }
  .srv2__indications-card-icon {
    width: 56px;
    height: 56px;
  }
  .srv2__indications-card-bottom {
    padding-top: 20px;
  }
}

.srv2__steps {
  width: 100%;
}
.srv2__steps-main-title {
  margin-bottom: 32px;
}
.srv2__steps-container {
  border-radius: 32px;
  border: 1px solid rgba(35, 47, 71, 0.1);
  padding: 10px 40px 40px;
  position: relative;
  box-sizing: border-box;
}
.srv2__steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
.srv2__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.srv2__step-badge {
  background: #fff;
  color: #a7a7b2;
  border-radius: 24px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 24px;
  position: relative;
  left: -32px;
}
.srv2__step-title {
  color: #003399;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 28px 0;
  min-height: 70px;
  display: flex;
  /* flex-grow: 1; */
}
.srv2__step-dot-wrap {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  position: relative;
}
.srv2__step-dot-wrap::after {
  content: "";
  position: absolute;
  left: 16px;
  width: calc(100% + 24px - 16px);
  height: 2px;
  background: #65be8a;
  z-index: 1;
  pointer-events: none;
}
.srv2__step:last-child .srv2__step-dot-wrap::after {
  background: linear-gradient(90deg, #65be8a 0%, rgba(101, 190, 138, 0) 100%);
}
.srv2__step-dot {
  width: 16px;
  height: 16px;
  background: #65be8a;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 2;
}
.srv2__step-text {
  color: #232f47;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1200px) {
  .srv2__steps-container {
    padding: 10px 40px 40px;
    border-radius: 30px;
  }
  .srv2__step-badge {
    left: -30px;
  }
  .srv2__step-badge {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .srv2__step-title {
    font-size: 18px;
    min-height: 66px;
    margin-bottom: 20px;
  }
  .srv2__step-dot-wrap {
    margin-bottom: 20px;
  }
  .srv2__step-dot-wrap::after {
    width: calc(100% + 20px - 16px);
  }
  .srv2__step-text {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .srv2__steps-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .srv2__step-badge {
    left: 0px;
  }
  .srv2__step {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    display: block;
    padding-left: 72px;
  }
  .srv2__step::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 60px;
    bottom: -50px;
    width: 2px;
    background: #e4edf2;
    z-index: 1;
  }
  .srv2__step:last-child::after {
    display: none;
  }
  .srv2__step-badge {
    margin-bottom: 0;
    flex-shrink: 0;
    z-index: 2;
    position: absolute;
  }
  .srv2__step-title {
    min-height: auto;
    margin-bottom: 10px;
    font-size: 18px;
    align-items: flex-start;
  }
  .srv2__step-dot-wrap {
    display: none;
  }
  .srv2__step-text {
    font-size: 14px;
  }
  .srv2__step > div:not(.srv2__step-badge) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .srv2__steps-container {
    padding: 30px 15px;
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .srv2__step-dot-wrap {
    display: none !important;
  }
}

.review-slide__rating {
  width: 170px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4507 3.55623L21.944 8.5429C22.284 9.23706 23.1907 9.9029 23.9557 10.0304L28.4749 10.7812C31.3649 11.2629 32.0449 13.3596 29.9624 15.4279L26.449 18.9412C25.854 19.5362 25.5282 20.6837 25.7124 21.5054L26.7182 25.8546C27.5115 29.2971 25.684 30.6287 22.6382 28.8296L18.4024 26.3221C17.6374 25.8687 16.3765 25.8687 15.5974 26.3221L11.3615 28.8296C8.32987 30.6287 6.4882 29.2829 7.28154 25.8546L8.28737 21.5054C8.47154 20.6837 8.1457 19.5362 7.5507 18.9412L4.03737 15.4279C1.96904 13.3596 2.63487 11.2629 5.52487 10.7812L10.044 10.0304C10.7949 9.9029 11.7015 9.23706 12.0415 8.5429L14.5349 3.55623C15.8949 0.850397 18.1049 0.850397 19.4507 3.55623Z' fill='%23D2DC3C'/%3E%3C/svg%3E%0A") 0 0 repeat-x;
}

.research-block {
  margin-top: 55px;
}
.research-block h2 {
  margin-bottom: 32px;
}
.research-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.research-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  border: 1px solid rgba(35, 47, 71, 0.1);
  padding-bottom: 24px;
  background: transparent;
  transition: 0.3s;
}
@media (hover: hover) {
  .research-card:hover {
    background: #fff;
    border-color: #fff;
  }
  .research-card:hover .research-price {
    color: #232f47 !important;
  }
}
.research-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 32px 32px 70px 32px;
}
.research-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 32px 32px 10px 32px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.research-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.research-title {
  font-size: 19px;
  color: #003399;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px 0;
  flex-grow: 1;
}
.research-price {
  font-size: 15px;
  font-weight: 700;
  color: #a7a7b2;
  margin-bottom: 16px;
}
.research-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #65be8a;
  border-radius: 32px;
  color: #232f47;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: 0.15s;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
@media (hover: hover) {
  .research-btn:hover {
    background: #65be8a;
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .research-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .research-block h2 {
    margin-bottom: 20px;
  }
  .research-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .research-title {
    font-size: 20px;
  }
}

.srv2__hero {
  padding: 32px 0 0 0;
  width: 100%;
  box-sizing: border-box;
}
.srv2__hero-inner {
  border-radius: 32px;
  padding: 32px;
  box-sizing: border-box;
  width: 100%;
}
.srv2__hero-inner--gradient {
  background: linear-gradient(98.43deg, rgba(101, 190, 138, 0.2) 0%, rgba(0, 204, 255, 0.16) 45%, rgba(101, 190, 138, 0) 100%), #f2f7fa;
}
.srv2__hero-inner--white {
  background: #ffffff;
}
.srv2__hero-grid {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 32px;
  align-items: center;
}
.srv2__hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.srv2__hero-title {
  color: #003399;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
}
.srv2__hero-desc {
  color: #232f47;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 24px 0;
  text-align: left;
}
.srv2__hero-badges {
  gap: 10px;
  margin-bottom: 28px;
}
.srv2__hero-badge {
  background: #ffffff;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #003399;
  letter-spacing: 0.02em;
}
.srv2__hero-inner--gradient .srv2__hero-badge {
  border: none;
}
.srv2__hero-inner--white .srv2__hero-badge {
  border: 1px solid #003399;
}
.srv2__hero-btns {
  gap: 16px;
}
.srv2__hero-btn-primary {
  background: #65be8a;
  color: #ffffff;
  border-radius: 32px;
  padding: 19px 35px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: box-shadow 0.25s ease;
  border: none;
}
.srv2__hero-btn-primary:hover {
  color: #ffffff;
}
.srv2__hero-btn-secondary {
  border: 1px solid #65be8a;
  color: #232f47;
  border-radius: 32px;
  padding: 19px 35px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.srv2__hero-btn-secondary:hover {
  background-color: #65be8a;
  color: #ffffff;
}
.srv2__hero-form-wrapper {
  width: 310px;
  flex-shrink: 0;
}

.srv2__hero-form-wrapper form p {margin-bottom: 0 !important;}
.srv2__hero-form-container {
  background: #ffffff;
  border-radius: 20px 48px 48px 48px;
  padding: 32px 24px;
}
.srv2__hero-inner--gradient .srv2__hero-form-container {
  border: none;
}
.srv2__hero-inner--white .srv2__hero-form-container {
  border: 1px solid #deecf2;
}
.srv2__form-title {
  color: #003399;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.srv2__form-subtitle {
  color: #232f47;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
.srv2__hero-form-container .modal__fields {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.srv2__hero-form-container .modal__field {
  position: relative;
  width: 100%;
}
.srv2__hero-form-container .modal__t-field {
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 5;
  pointer-events: none;
}
.srv2__hero-form-container .modal__t-field p {
  margin: 0;
  color: #003399;
  font-size: 10px;
  font-weight: 500;
}
.srv2__hero-form-container .modal__input {
  margin-top: 0;
}
.srv2__hero-form-container .modal__input p {
  margin: 0;
}
.srv2__hero-form-container .modal__input input {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #deecf2;
  padding: 18px 12px 6px 12px;
  font-size: 11px;
  font-weight: 500;
  color: #232f47;
  box-sizing: border-box;
}
.srv2__hero-form-container .modal__input input::placeholder {
  color: #a7a7b2;
}
.srv2__hero-form-container .wpcf7-spinner {
  position: absolute;
}
.srv2__hero-form-container .modal__bottom {
  margin-top: 16px;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  align-items: stretch;
}
.srv2__hero-form-container .modal__bottom p {
  margin: 0;
}
.srv2__hero-form-container .modal__submit .btn-2 {
  width: 100%;
  height: 40px;
  background: #65be8a;
  border-radius: 32px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.srv2__hero-form-container .modal__checkbox {
  margin-left: 0;
}
.srv2__hero-form-container .modal__checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.srv2__hero-form-container .modal__checkbox input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
}
.srv2__hero-form-container .modal__checkbox .wpcf7-list-item-label {
  font-size: 10px;
  line-height: 1.3;
  color: #a7a7b2;
}
.srv2__hero-form-container .modal__checkbox a {
  color: #a7a7b2;
  text-decoration: underline;
}
.srv2__hero-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 40px;
  padding: 24px 16px;
  box-sizing: border-box;
  margin-top: 32px;
}
.srv2__hero-stats--white {
  background: #ffffff;
}
.srv2__hero-stats--grey {
  background: #f2f7fa;
}
.srv2__hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(35, 47, 71, 0.15);
  text-align: center;
}
.srv2__hero-stat:last-child {
  border-right: none;
}
.srv2__hero-stat-value {
  color: #232f47;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
.srv2__hero-stat-label {
  color: #232f47;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.7;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .srv2__hero-inner {
    padding: 30px;
    border-radius: 30px;
  }
  .srv2__hero-grid {
    grid-template-columns: 1fr 340px;
    gap: 30px;
  }
  .srv2__hero-form-wrapper {
    width: 340px;
  }
  .srv2__hero-title {
    font-size: 36px;
  }
  .srv2__hero-desc {
    font-size: 18px;
  }
  .srv2__hero-btn-primary,
  .srv2__hero-btn-secondary {
    padding: 18px 30px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .srv2__hero-inner {
    padding: 20px;
    border-radius: 20px;
  }
  .srv2__hero-grid {
    grid-template-columns: 1fr;
  }
  .srv2__hero-form-wrapper {
    display: none;
  }
  .srv2__hero-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
    border-radius: 30px;
    padding: 25px 15px;
  }
  .srv2__hero-stat:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .srv2__hero {
    padding: 0;
  }
  .srv2__hero-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .srv2__hero-desc {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .srv2__hero-btn-primary,
  .srv2__hero-btn-secondary {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .srv2__hero-stats-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
  }
  .srv2__hero-stat {
    border-right: none;
    border-bottom: 1px solid rgba(35, 47, 71, 0.1);
    padding-bottom: 15px;
  }
  .srv2__hero-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .srv2__hero-stat-value {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .srv2__hero-stat-label {
    font-size: 13px;
  }

  .srv2__hero-btns {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}


.srv2__prep {
  width: 100%;
}
.srv2__prep-container {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px;
  box-sizing: border-box;
}
.srv2__prep-container .t-section {
  padding-left: 0;
}
.srv2__prep-main-title {
  margin: 0 0 32px 0;
  color: #003399;
}
.srv2__prep-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.srv2__prep-item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #deecf2;
}
.srv2__prep-item:first-child {
  padding-top: 0;
}
.srv2__prep-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.srv2__prep-num {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  color: #65be8a;
  min-width: 48px;
  flex-shrink: 0;
}
.srv2__prep-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.srv2__prep-title {
  color: #232f47;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-align: left;
}
.srv2__prep-text {
  color: #a7a7b2;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
@media (max-width: 1200px) {
  .srv2__prep-container {
    padding: 40px 30px;
    border-radius: 30px;
  }
  .srv2__prep-item {
    gap: 30px;
    padding: 25px 0;
  }
  .srv2__prep-num {
    font-size: 32px;
    min-width: 45px;
  }
  .srv2__prep-title {
    font-size: 18px;
  }
  .srv2__prep-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .srv2__prep-container {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .srv2__prep-main-title {
    margin-bottom: 25px;
  }
  .srv2__prep-item {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  .srv2__prep-num {
    font-size: 28px;
    min-width: auto;
  }
}

.srv2__banner {
  width: 100%;
}
.srv2__banner-container {
  background: linear-gradient(97.97deg, rgba(101, 190, 138, 0.3) 0%, rgba(0, 204, 255, 0.243) 44.71%, rgba(101, 190, 138, 0.3) 100%), #f2f7fa;
  border-radius: 32px;
  padding: 32px 40px;
  box-sizing: border-box;
  width: 100%;
  gap: 32px;
}
.srv2__banner-text {
  color: #003399;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  text-align: left;
  max-width: 840px;
}
.srv2__banner-btn {
  background: #65be8a;
  color: #ffffff;
  border-radius: 32px;
  padding: 19px 35px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  flex-shrink: 0;
  border: none;
  box-sizing: border-box;
}
.srv2__banner-btn:hover {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .srv2__banner-container {
    padding: 40px;
    border-radius: 40px;
  }
  .srv2__banner-text {
    font-size: 24px;
  }
  .srv2__banner-btn {
    padding: 18px 30px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .srv2__banner-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 35px 25px;
  }
  .srv2__banner-text {
    text-align: center;
    max-width: 100%;
  }
  .srv2__banner-btn {
    width: 100%;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .srv2__banner-container {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .srv2__banner-text {
    font-size: 20px;
  }
}


.srv2__diagnostics {
  width: 100%;
}
.srv2__diagnostics-container {
  padding: 0 40px;
  box-sizing: border-box;
}
.srv2__diagnostics-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.srv2__diagnostics-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.srv2__diagnostics-title {
  color: #003399;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 24px 0;
  text-align: left;
}
.srv2__diagnostics-desc {
  color: #232f47;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 32px 0;
  text-align: left;
}
.srv2__diagnostics-subtitle {
  color: #003399;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: left;
}
.srv2__diagnostics-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.srv2__diagnostics-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0 16px 8px;
  border-bottom: 1px solid rgba(35, 47, 71, 0.1);
  box-sizing: border-box;
}
.srv2__diagnostics-item:first-child {
  padding-top: 8px;
}
.srv2__diagnostics-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.srv2__diagnostics-item-text {
  color: #232f47;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}
.srv2__diagnostics-visual {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.srv2__diagnostics-image-wrap {
  width: 100%;
  max-width: 445px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.srv2__diagnostics-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.srv2__diagnostics-badge {
  background: #003399;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.srv2__diagnostics-badge-value {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
.srv2__diagnostics-badge-label {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .srv2__diagnostics-container {
    padding: 0 20px;
  }
  .srv2__diagnostics-grid {
    gap: 40px;
  }
  .srv2__diagnostics-title {
    font-size: 32px;
  }
  .srv2__diagnostics-desc {
    font-size: 16px;
  }
  .srv2__diagnostics-item-text {
    font-size: 15px;
  }
  .srv2__diagnostics-badge {
    width: 170px;
    height: 170px;
  }
  .srv2__diagnostics-badge-value {
    font-size: 32px;
  }
  .srv2__diagnostics-badge-label {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .srv2__diagnostics-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .srv2__diagnostics-visual {
    max-width: 500px;
    margin: 0 auto;
  }
  .srv2__diagnostics-badge {
    left: -10px;
  }
}
@media (max-width: 768px) {
  .srv2__diagnostics-container {
    padding: 0 10px;
  }
  .srv2__diagnostics-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .srv2__diagnostics-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .srv2__diagnostics-subtitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .srv2__diagnostics-item {
    padding: 15px 0;
  }
  .srv2__diagnostics-item-text {
    font-size: 14px;
  }
  .srv2__diagnostics-badge {
    width: 130px;
    height: 130px;
    padding: 10px;
  }
  .srv2__diagnostics-badge-value {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .srv2__diagnostics-badge-label {
    font-size: 10px;
  }
}

.srv2__diagnostics-grid--full {
  grid-template-columns: 1fr;
}

.srv2__hero-home-slider .srv2__hero-home {
  display: grid;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.srv2__hero-grid--home {
  grid-template-columns: 1fr;
  position: relative;
  margin-bottom: 0;
}
.srv2__hero-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.srv2__hero-swiper-container .main-section__init {
  height: 100%;
  width: 100%;
}
.srv2__hero-swiper-container .swiper-wrapper {
  height: 100% !important;
}
.srv2__hero-slide {
  height:auto !important;
}
.srv2__hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.srv2__hero-slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.srv2__hero-slide-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 350px 32px 40px;
  box-sizing: border-box;
}
.srv2__hero-swiper-container .main-section__init::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(103.2deg, rgba(101, 190, 138, 0.8) 12.59%, rgba(0, 204, 255, 0.6) 47.98%, rgba(101, 190, 138, 0) 90.8%);
  z-index: 2;
  pointer-events: none;
}
.srv2__hero-home-slider .srv2__hero-form-wrapper {
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 10;
  width: 310px;
}
.srv2__home-pagination.swiper-pagination {
  bottom: 15px !important;
  left: 40px !important;
  right: auto !important;
  width: auto !important;
  z-index: 12 !important;
}
.srv2__home-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #65be8a;
}
@media (min-width: 993px) {
  .srv2__hero-swiper-container {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .srv2__hero-slide-content {
    padding: 30px 310px 30px 30px;
  }

  .srv2__hero-home-slider .srv2__hero-form-wrapper {
    width: 280px;
    top: 20px;
  }
  .srv2__home-pagination.swiper-pagination {
    left: 30px !important;
  }
}
@media (max-width: 992px) {
  .srv2__hero-home-slider .srv2__hero-home {
    grid-template-columns: 1fr;
  }
  .srv2__hero-swiper-container {
    grid-column: 1;
    height: auto;
  }
  .srv2__hero-slide-content {
    max-width: 100%;
    padding: 30px 20px 40px 20px;
  }
  .srv2__hero-home-slider .srv2__hero-form-wrapper {
    display: none;
  }
  .srv2__home-pagination.swiper-pagination {
    left: 20px !important;
    bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .srv2__home-pagination.swiper-pagination {
    left: 0px !important;
    bottom: 0px !important;
  }
}

.srv2__hero-form-container .main-section__field {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 15px !important;
}
.srv2__hero-form-container .main-section__input {
  position: relative !important;
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.srv2__hero-form-container .main-section__input::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 5;
}
.srv2__hero-form-container .main-section__input.user::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23003399'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 21V19C20 16.7909 18.2091 15 16 15H8C5.79086 15 4 16.7909 4 19V21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z'/%3E%3C/svg%3E");
}
.srv2__hero-form-container .main-section__input.phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23003399'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.5 6.5C15.2371 6.64382 15.9689 6.96892 16.5 7.5C17.031 8.03108 17.3561 8.76284 17.5 9.5M15 3C16.5315 3.17014 17.9096 3.91107 19 5C20.0903 6.08893 20.8279 7.46869 21 9M20.9994 16.4767V19.1864C21.0036 20.2223 20.0722 21.0873 19.0264 20.9929C10 21 3 13.935 3.00706 4.96919C2.91287 3.92895 3.77358 3.00106 4.80811 3.00009H7.52325C7.96247 2.99577 8.38828 3.151 8.72131 3.43684C9.66813 4.24949 10.2771 7.00777 10.0428 8.10428C9.85987 8.96036 8.9969 9.55929 8.41019 10.1448C9.69858 12.4062 11.5746 14.2785 13.8405 15.5644C14.4272 14.9788 15.0273 14.1176 15.8851 13.935C16.9855 13.7008 19.7615 14.3106 20.5709 15.264C20.8579 15.6021 21.0104 16.0337 20.9994 16.4767Z'/%3E%3C/svg%3E");
}
.srv2__hero-form-container .main-section__input input {
  width: 100% !important;
  height: 54px !important;
  border-radius: 14px !important;
  border: 1px solid #deecf2 !important;
  padding: 0 50px 0 15px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #232f47 !important;
  box-sizing: border-box !important;
  background-color: #ffffff !important;
}
.srv2__hero-form-container .main-section__input p {
  margin-bottom: 0;
}
.srv2__hero-form-container .main-section__input input::placeholder {
  color: #a7a7b2 !important;
}
.srv2__hero-form-container .contact-pol {
  color: #a7a7b2;
}
.srv2__hero-form-container input[type="submit"] {
  width: 100% !important;
  height: 50px !important;
  background: #65be8a !important;
  border-radius: 40px !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
  transition: box-shadow 0.2s ease !important;
  margin-top: 15px !important;
}
.srv2__hero-form-container input[type="submit"]:hover {
  box-shadow: 0 4px 15px rgba(101, 190, 138, 0.3) !important;
}
.srv2__hero-form-container .main-section__checkbox {
  margin-top: 15px !important;
  margin-left: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
.srv2__hero-form-container .main-section__checkbox p {
  margin: 0 !important;
}
.srv2__hero-form-container .main-section__checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px !important;
  height: 14px !important;
  border: 1.5px solid #232f47 !important;
  border-radius: 50% !important;
  outline: none;
  cursor: pointer;
  position: relative;
  background: transparent;
  display: inline-block;
  margin: 2px 0 0 0 !important;
  flex-shrink: 0;
  box-sizing: border-box;
}
.srv2__hero-form-container .main-section__checkbox input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 13C10.3137 13 13 10.3137 13 7C13 3.68629 10.3137 1 7 1C3.68629 1 1 3.68629 1 7C1 10.3137 3.68629 13 7 13Z' fill='%23232f47' stroke='%23232f47' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 7L6.15 8.65L9.48 5.35' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border: none !important;
}
.srv2__hero-form-container .main-section__checkbox .wpcf7-list-item-label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  color: #a7a7b2 !important;
}
.srv2__hero-form-container .main-section__checkbox a {
  color: #a7a7b2 !important;
  text-decoration: underline !important;
}

.srv2__hero-home-slider .srv2__hero-title {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.srv2__hero-home-slider .srv2__hero-desc {
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.srv2__hero-home-slider .srv2__hero-btn-secondary {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background: transparent !important;
}
.srv2__hero-home-slider .srv2__hero-btn-secondary:hover {
  background: #ffffff !important;
  color: #232f47 !important;
}
.srv2__hero-swiper-container .main-section__init::before {
  display: none !important;
}
.srv2__hero-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(103.2deg, rgba(101, 190, 138, 0.8) 12.59%, rgba(0, 204, 255, 0.6) 47.98%, rgba(101, 190, 138, 0) 90.8%);
  z-index: 2;
  pointer-events: none;
}
.srv2__hero-slide-bg {
  z-index: 1 !important;
}
.srv2__hero-slide-content {
  z-index: 3 !important;
}

.srv2__hero-home-slider .srv2__hero-btn-primary {
  background: #fff;
  color: #232f47;
}
.srv2__hero-home-slider .srv2__hero-btn-primary:hover {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.srv2__hero-form-wrapper .modal__field.columns-2 {
  display: none;
}


.srv2__hero-disclaimer {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 768px) {
  .srv2__hero-disclaimer {
    font-size: 9px;
    margin-bottom: 10px;
  }
}


.srv2__hero-slide--light-bg {
  background: linear-gradient(98.43deg, rgba(101, 190, 138, 0.2) 0%, rgba(0, 204, 255, 0.16) 45%, rgba(101, 190, 138, 0) 100%), #f2f7fa !important;
}
.srv2__hero-slide--light-bg::before {
  display: none !important;
}

.srv2__hero-slide--light-bg .srv2__hero-title {
  color: #003399 !important;
  text-shadow: none !important;
}
.srv2__hero-slide--light-bg .srv2__hero-desc {
  color: #232f47 !important;
  text-shadow: none !important;
}
.srv2__hero-slide--light-bg .srv2__hero-btn-primary {
  background: #65be8a !important;
  color: #ffffff !important;
}
.srv2__hero-slide--light-bg .srv2__hero-btn-secondary {
  border-color: #65be8a !important;
  color: #232f47 !important;
}
.srv2__hero-slide--light-bg .srv2__hero-btn-secondary:hover {
  background: #65be8a !important;
  color: #ffffff !important;
}



.bottom-map__form {
  background: linear-gradient(96.84deg, rgba(101, 190, 138, 0.2) 0%, rgba(0, 204, 255, 0.16) 45%, rgba(101, 190, 138, 0) 100%), #f2f7fa !important;
  border-radius: 32px !important;
  padding: 50px 50px 25px 50px !important ;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.bottom-map__form::before {
  display: none !important;
}
.bottom-map__form > img {
  display: none !important;
}
.bottom-map__title {
  color: #003399 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 15px !important;
}
.bottom-map__desc {
  color: #232f47 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
.bottom-map__fields {
  margin-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  width: 100% !important;
}
.bottom-map__fields p {
  margin: 0 !important;
}
.bottom-map__fields .main-section__input {
  background: #ffffff !important;
  border-radius: 30px !important;
  height: 60px !important;
  width: 267px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
}
.bottom-map__fields .main-section__input::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.bottom-map__fields .main-section__input.user::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23232f47'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 21V19C20 16.7909 18.2091 15 16 15H8C5.79086 15 4 16.7909 4 19V21M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z'/%3E%3C/svg%3E");
}
.bottom-map__fields .main-section__input.phone::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23232f47'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M14.5 6.5C15.2371 6.64382 15.9689 6.96892 16.5 7.5C17.031 8.03108 17.3561 8.76284 17.5 9.5M15 3C16.5315 3.17014 17.9096 3.91107 19 5C20.0903 6.08893 20.8279 7.46869 21 9M20.9994 16.4767V19.1864C21.0036 20.2223 20.0722 21.0873 19.0264 20.9929C10 21 3 13.935 3.00706 4.96919C2.91287 3.92895 3.77358 3.00106 4.80811 3.00009H7.52325C7.96247 2.99577 8.38828 3.151 8.72131 3.43684C9.66813 4.24949 10.2771 7.00777 10.0428 8.10428C9.85987 8.96036 8.9969 9.55929 8.41019 10.1448C9.69858 12.4062 11.5746 14.2785 13.8405 15.5644C14.4272 14.9788 15.0273 14.1176 15.8851 13.935C16.9855 13.7008 19.7615 14.3106 20.5709 15.264C20.8579 15.6021 21.0104 16.0337 20.9994 16.4767Z'/%3E%3C/svg%3E");
}
.bottom-map__fields .main-section__input input {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  padding: 0 55px 0 25px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #232f47 !important;
  box-sizing: border-box !important;
}
.bottom-map__fields .main-section__input input::placeholder {
  color: #a7a7b2 !important;
}
.bottom-map__form input[type="submit"].btn-3 {
  background: #65be8a !important;
  border-radius: 30px !important;
  width: 154px !important;
  height: 60px !important;
  border: none !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: box-shadow 0.2s ease !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.bottom-map__form input[type="submit"].btn-3:hover {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15) !important;
}
.bottom-map__form .modal__checkbox {
  margin-top: 25px !important;
  margin-left: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.bottom-map__form .modal__checkbox p {
  margin: 0 !important;
}
.bottom-map__form .modal__checkbox input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}
.bottom-map__form .contact-pol p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  color: #a7a7b2 !important;
}
.bottom-map__form .contact-pol a {
  color: #a7a7b2 !important;
  text-decoration: underline !important;
}
@media (max-width: 1200px) {
  .bottom-map__form {
    padding: 40px 30px !important;
    border-radius: 40px !important;
  }
  .bottom-map__title {
    font-size: 32px !important;
  }
  .bottom-map__desc {
    font-size: 18px !important;
  }
  .bottom-map__fields {
    flex-wrap: wrap !important;
  }
  .bottom-map__fields .main-section__input {
    width: calc(50% - 10px) !important;
  }
  .bottom-map__form input[type="submit"].btn-3 {
    width: 100% !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .bottom-map__form {
    padding: 30px 20px !important;
    border-radius: 20px !important;
  }
  .bottom-map__title {
    font-size: 24px !important;
  }
  .bottom-map__desc {
    font-size: 14px !important;
    margin-bottom: 25px !important;
  }
  .bottom-map__fields {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .bottom-map__fields .main-section__input {
    width: 100% !important;
  }
  .bottom-map__form input[type="submit"].btn-3 {
    margin-top: 0 !important;
  }
  .bottom-map__form .modal__checkbox {
    align-items: flex-start !important;
  }
  .bottom-map__form .modal__checkbox input[type="checkbox"] {
    margin-top: 2px !important;
  }
}

.bottom-map__form p:has(.wpcf7-form-control-wrap.adress1-wrap) {
  position: absolute;
}

.bottom-map__form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 14px !important;
  height: 14px !important;
  border: 1.5px solid #232f47 !important;
  border-radius: 50% !important;
  outline: none;
  cursor: pointer;
  position: relative;
  background: transparent;
  display: inline-block;
  margin: 0 !important;
  flex-shrink: 0;
  box-sizing: border-box;
}
.bottom-map__form input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 13C10.3137 13 13 10.3137 13 7C13 3.68629 10.3137 1 7 1C3.68629 1 1 3.68629 1 7C1 10.3137 3.68629 13 7 13Z' fill='%23232f47' stroke='%23232f47' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.5 7L6.15 8.65L9.48 5.35' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border: none !important;
}

.bottom-map__form  .modal__checkbox .wpcf7-list-item {
  margin: 0 !important;
}


.srv2-db {
  width: 100%;
}
.srv2-db__main-title {
  color: #003399;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
.srv2-db__subtitle {
  color: #232f47;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  max-width: 850px;
  margin-bottom: 40px;
  text-align: left;
}
.srv2-db__highlight {
  color: #003399;
  font-weight: 700;
}
.srv2-db__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.srv2-db__stat-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(35, 47, 71, 0.04);
  border: 1px solid rgba(35, 47, 71, 0.06);
}
.srv2-db__stat-num {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #003399;
  display: block;
  margin-bottom: 8px;
}
.srv2-db__stat-label {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  display: block;
  color: #a7a7b2;
}
.srv2-db__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.srv2-db__card {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 30px;
  box-shadow: 0 8px 30px rgba(35, 47, 71, 0.04);
  border: 1px solid rgba(35, 47, 71, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.srv2-db__card:hover {
  border-color: #65be8a;
  box-shadow: 0 12px 35px rgba(0, 51, 153, 0.06);
}
.srv2-db__card-icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.srv2-db__card-title {
  color: #003399;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.srv2-db__card-title .highlight {
  color: #65be8a;
}
.srv2-db__card-meta {
  background: #f2f7fa;
  padding: 6px 14px;
  border-radius: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #003399;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.srv2-db__card-desc {
  color: #232f47;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.srv2-db__card-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #003399;
  text-decoration: none;
  margin-top: auto;
}
.srv2-db__card-link:hover {
  text-decoration: underline;
}
.srv2-db__contact-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: #232f47;


    background: #fff;
    padding: 16px 24px;
    border-radius: 12px;
}
.srv2-db__contact-bar strong {
  color: #003399;
}
.srv2-db__contact-bar .badge {
  background: #65be8a;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
}
.srv2-db__detail-box {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 4px 20px rgba(35, 47, 71, 0.03);
  border: 1px solid rgba(35, 47, 71, 0.06);
}
.srv2-db__detail-sec-title {
  color: #003399;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
}
.srv2-db__grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.srv2-db__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.srv2-db__column-title {
  color: #232f47;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.srv2-db__column-desc {
  color: #a7a7b2;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.srv2-db__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;background: #F8F9FA;
  padding: 20px;
  border-radius: 12px;
}
.srv2-db__tag {
  background: #E8EAEF;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #232f47;
}
.srv2-db__column-note {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #003399;
  margin-bottom: 30px;
}
.srv2-db__steps {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  width: 100%;
}
.srv2-db__step-item {
  padding: 15px 0 15px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #232f47;
  border-bottom: 1px solid #deecf2;
  position: relative;
}
.srv2-db__step-item:last-child {
  border-bottom: none;
}
.srv2-db__step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2365be8a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.srv2-db__step-item strong {
  color: #003399;
}
.srv2-db__step-item .badge {
  background: #65be8a;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
}
.srv2-db__btn {
  display: inline-block;
  padding: 18px 44px;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
}
.srv2-db__btn--primary {
  background: #65be8a;
  color: #ffffff;
  margin-top: auto;
}
.srv2-db__btn--primary:hover {
  color: #ffffff;
  box-shadow: 3px 3px 15px rgba(101, 190, 138, 0.25);
}
.srv2-db__btn--outline {
  background: transparent;
  color: #003399;
  border: 1px solid #003399;
  margin-top: auto;
}
.srv2-db__btn--outline:hover {
  background: #003399;
  color: #ffffff;
}
@media (max-width: 992px) {
  .srv2-db__stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .srv2-db__grid-2col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .srv2-db__main-title {
    font-size: 28px;
  }
  .srv2-db__subtitle {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .srv2-db__detail-box {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .srv2-db__detail-sec-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .srv2-db__btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .srv2-db__column-title {
    font-size: 18px;
  }
}


@media (max-width: 576px) {

  .srv2-db__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .srv2-db__stats {
    /* grid-template-columns: 1fr; */
    gap: 15px;
  }
  
  /* .srv2-db__stats {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 260px;
    overflow-x: auto;
    gap: 15px;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .srv2-db__stats::-webkit-scrollbar {
    display: none;
  }
  .srv2-db__stat-item {
    width: 260px;
    scroll-snap-align: start;
  } */

  .srv2-db__card-icon {
    margin-bottom: 0;
  }
  .srv2-db__card {

    padding: 25px ;
  }

  .srv2-db__contact-bar {
    gap: 10px;
  }

  .srv2-db__tags {
    padding: 10px;
  }

  .srv2-db__step-item {
    padding-left: 30px;
  }
  .srv2-db__steps {
    margin-bottom: 15px;
  }
}



.dnr {
  width: 100%;
}
.dnr__tabs-nav {
  display: flex;
  gap: 8px;
  margin: 28px 0 20px;
  border-bottom: 2px solid #deecf2;
}
.dnr__tab-btn {
  padding: 10px 28px;
  border-radius: 40px 40px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  color: #4d6a85;
  cursor: pointer;
  transition: all 0.15s ease;
  border: none;
}
.dnr__tab-btn.active {
  background: #e1f0fa;
  color: #003399;
}
.dnr__tab-btn:hover:not(.active) {
  background: #f2f7fa;
}
.dnr__tab-pane {
  display: none;
}
.dnr__tab-pane.active {
  display: block;
}
.dnr__hero {
  background: linear-gradient(145deg, #eaf3fa, #dce8f2);
  padding: 30px 40px;
  border-radius: 40px;
  margin-bottom: 30px;
}
.dnr__hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  color: #003399;
  margin-bottom: 15px;
}
.dnr__hero-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #232f47;
  max-width: 850px;
}
.dnr__hero-desc strong {
  color: #65be8a;
}
.dnr__adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.dnr__adv-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  border-left: 4px solid #65be8a;
  border-top: 1px solid rgba(35, 47, 71, 0.05);
  border-bottom: 1px solid rgba(35, 47, 71, 0.05);
  border-right: 1px solid rgba(35, 47, 71, 0.05);
}
.dnr__adv-item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #232f47;
  display: block;
  margin-bottom: 4px;
}
.dnr__adv-item-sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #a7a7b2;
  display: block;
  line-height: 1.1;
}
.dnr__promos-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.dnr__promo-card {
  background: #eef6fb;
  padding: 20px 30px;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #003399;
  border: 1px solid #cde0ec;
}
.dnr__filter-box {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 40px;
  border: 1px solid rgba(35, 47, 71, 0.06);
  margin-bottom: 40px;
}
.dnr__filter-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #003399;
  margin-bottom: 25px;
}
.dnr__filter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  margin-bottom: 30px;
}
.dnr__filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dnr__filter-group label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #232f47;
  text-transform: uppercase;
}
.dnr__filter-group select,
.dnr__filter-group input {
  padding: 12px 15px;
  border-radius: 14px;
  height: 48px;
  border: 1px solid #deecf2;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #232f47;
  outline: none;
}
.dnr__filter-group select:focus,
.dnr__filter-group input:focus {
  border-color: #65be8a;
}
.dnr__filter-actions {
  display: flex;
  gap: 15px;
}
.dnr__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 35px;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.dnr__btn--primary {
  background: #65be8a;
  color: #ffffff;
}
.dnr__btn--primary:hover {
  box-shadow: 0 4px 15px rgba(101, 190, 138, 0.25);
}
.dnr__btn--outline {
  background: transparent;
  border: 1px solid #003399;
  color: #003399;
}
.dnr__btn--outline:hover {
  background: #f2f7fa;
}
.dnr__results-header {
  margin-bottom: 25px;
}
.dnr__results-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #003399;
}
.dnr__results-counter {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #a7a7b2;
  font-weight: 500;
}
.dnr__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.dnr__card {
  background: #ffffff;
  border-radius: 32px ;
  padding: 30px 25px;
  border: 1px solid rgba(35, 47, 71, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dnr__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 51, 153, 0.05);
}
.dnr__card-avatar {
  width: 72px;
  height: 72px;
  background: #f2f7fa;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.dnr__card-id {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #a7a7b2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.dnr__card-name {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #003399;
  font-weight: 700;
  margin: 6px 0 12px;
}
.dnr__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
  margin-top: 6px;
}
.dnr__card-tags span {
  background: #f2f7fa;
  padding: 3px 10px;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #232f47;
}
.dnr__card-status {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 20px;
  color: #1d7a3e;
}
.dnr__card-status--inactive {
  color: #a7a7b2;
}
.dnr__card-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 40px;
  border: 1px solid #65be8a;
  color: #232f47;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.dnr__card-btn:hover {
  background: #65be8a;
  color: #ffffff;
}
.dnr__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 50px;
}
.dnr__page-num {
  padding: 8px 16px;
  background: #f2f7fa;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #232f47;
  cursor: pointer;
  transition: all 0.15s ease;
}
.dnr__page-num.active {
  background: #65be8a;
  color: #ffffff;
}
.dnr__guide {
  background: #eaf3fa;
  padding: 40px;
  border-radius: 40px;
  margin-top: 50px;
}
.dnr__guide-title {
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #003399;
}
.dnr__guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dnr__guide-item {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #232f47;
  line-height: 1.4;
  box-shadow: 0 4px 15px rgba(35, 47, 71, 0.03);
}
.dnr__guide-item strong {
  color: #003399;
  font-weight: 700;
}
.dnr__not-found {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #a7a7b2;
  border: 1px solid rgba(35, 47, 71, 0.06);
}
@media (max-width: 1200px) {
  .dnr__adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dnr__promos-row {
    grid-template-columns: 1fr;
  }
  .dnr__filter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dnr__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dnr__guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .dnr__tabs-nav {
    gap: 0;
  }
  .dnr__tab-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  .dnr__hero {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .dnr__hero-title {
    font-size: 24px;
  }
  .dnr__hero-desc {
    font-size: 14px;
  }
  .dnr__adv-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .dnr__promo-card {
    padding: 20px;
    border-radius: 20px;
  }
  .dnr__filter-box {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .dnr__filter-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .dnr__btn {
    width: 100%;
    box-sizing: border-box;
  }
  .dnr__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .dnr__guide {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .dnr__guide-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}


.dnr__review {
  background: #f2f7fa;
  border-radius: 24px;
  padding: 25px 35px;
  margin: 30px 0;
  border-left: 5px solid #65be8a;
  box-sizing: border-box;
}
.dnr__review-quote {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
  color: #232f47;
  margin: 0;
}
.dnr__review-author {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #003399;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .dnr__review {
    padding: 20px 15px;
    border-radius: 16px;
    margin: 20px 0;
  }
  .dnr__review-quote {
    font-size: 13px;
  }
  .dnr__review-author {
    font-size: 12px;
  }
}


.footer__warning {

  color: rgb(167, 167, 178);
}