body.showMenu {
	overflow: hidden;
	padding-right: 0;
}

.b-header {
	padding: 0;
}

.b-header_top {
	padding: 20px 10px 0;
}

@media (max-width: 749px) {
	.b-header_top {
		padding-top: 10px;
	}
}

.b-header_top {
	background-color: white;
}

.b-header_top .flex_cus-mob {
	flex-direction: row !important;
	flex-wrap: wrap;
}

.b-header_top .flex_cus-mob > * {
	flex-basis: 33%;
	display: flex;
}

.b-header_top .flex_cus-mob > .logo {
	justify-content: center;
}

.b-header_top .flex_cus-mob > .logo a,
.b-header_top .flex_cus-mob > .three_clinics p {
	margin: 0;
}

.b-header_top .flex_cus-mob > .phone {
	justify-content: flex-end;
}

.b-header_top .flex_cus-mob > .sandwich {
	display: none;
}

.b-header_top_contacts + img {
	width: 50px;
	margin-left: 40px;
}

@media (max-width: 1170px) {
	.b-header_top .flex_cus-mob > .logo {
		justify-content: flex-start;
		order: -1;
	}

	.b-header_top .flex_cus-mob > .three_clinics {
		justify-content: flex-end;
	}

	.b-header_top_contacts + img {
		display: none;
	}
}

@media (max-width: 749px) {
	.b-header_top .flex_cus-mob > * {
		flex-basis: 50%;
	}

	.b-header_top .flex_cus-mob > .phone {
		flex-basis: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.b-header_top .flex_cus-mob > .phone {
		display: none;
	}
}

.b-header.showMenu .b-header_top .flex_cus-mob > .phone {
	display: flex;
}

.b-header_bottom {
	max-height: unset !important;
}

.b-header_bottom .flex {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.b-header_bottom_menu {
	margin: 30px 0 0;
}

.b-header_bottom_menu > li > a {
	padding-bottom: 15px;
}

.b-header_bottom_menu > li:first-child {
	margin-left: 0;
}

.b-header_bottom_menu > li:last-child {
	margin-right: 0;
}

.b-header_bottom_menu > li.hasChild > a::before {
	top: 10px;
}

form.human_search {
	flex: 1 0 auto;
	display: flex;
	margin: 0 0 15px 80px;
}

form.human_search input {
	flex: 1 0 auto;
	height: 30px;
	border: 1px solid #8687c0;
	border-radius: 15px;
	background-color: #f3f6fb;
	margin: 0 10px 0 0;
	padding: 0 10px;
}

form.human_search button {
	display: flex;
	align-items: flex-end;
	background: none;
	border: none;
}

form.human_search button img {
	width: 20px;
}

@media (max-width: 1170px) {
	.b-header_bottom .flex > * {
		flex-basis: 100%;
		margin: 10px 0;
	}

	form.human_search input {
		background: none;
		border-width: 0;
		border-bottom: 1px solid #e3e3e3;
		border-radius: 0;
	}

	form.human_search button {
		align-items: flex-start;
		margin-left: -36px;
	}
}

/* fast panel index start */
.b-fast-panel__index {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 12000;
	width: 100%;
	padding: 15px 0;

	background: #8687c0;
	-webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.16);
	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.16);
}

.b-fast-panel__index_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	align-items: flex-end;
}

.b-fast-panel__index-item {
	display: flex;
	flex: 0 0 20%;
	flex-direction: column;
	align-items: center;

	text-decoration: none;

	background: none;
	border: none;
	cursor: pointer;
}

.b-fast-panel__index-super-item {
	justify-content: space-between;
	height: 80px;
	background: url("/bitrix/templates/main/assets/img/BottomMenuButton.svg") top no-repeat;
	margin-top: -35px;
	padding: 8px 0 2px;
}

.b-fast-panel__index-item-icon {
	display: inline-flex;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.b-fast-panel__index-item-icon img {
	height: 21px;
}

.b-fast-panel__index-item-text {
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
}

.b-fast-panel__index-super-item .b-fast-panel__index-item-text {
	font-size: 13px;
}

.b-fast-panel__index-super-item img.close,
.b-fast-panel__index-super-item.crossed img:first-child {
	display: none;
}

.b-fast-panel__index-super-item.crossed img.close {
	display: block;
	margin-top: 8px;
}

@media (max-width: 479px) {
	.b24-widget-button-position-bottom-right {
		display: none !important;
		/* bottom: 90px !important; */
	}
}
/* fast panel index end */
/* ************ */
/*@media (max-width: 479px) {
	.b-fast-panel__index,
	.b-header {
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.b-header.out {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.b-fast-panel__index.out {
		-webkit-transform: translateY(140%);
		-ms-transform: translateY(140%);
		transform: translateY(140%);
	}
}*/
/* ************ */
/* ************ */
@media (min-width: 1170px) {
	.b-page_online-zapis {
		margin-top: -70px;
		padding-top: 0;
	}
}

@media (max-width: 1169px) {
	.b-page_online-zapis {
		margin-top: 40px;
	}
}

@media (max-width: 1169px) and (min-width: 750px) {
	.b-mp-intro,
	.b-path {
		margin-top: 136px;
	}
}

@media (max-width: 749px) {
	.b-page_price {
		padding-top: 0;
	}

	.b-page_online-zapis {
		margin-top: 0px;
		padding-top: 3px;
	}

	.b-page_online-zapis .b-capture_bottom.b-section_bottom,
	.b-page_online-zapis .b-capture_top.b-section_top {
		display: none;
	}

	.b-page_online-zapis .b-capture.b-section {
		padding-top: 100px;
		padding-bottom: 20px;
	}
}
/* ************ */
/* ************ */
.b-form_box_title sup {
	color: red;
	font-size: 15px;
}
/* ************ */
/* ************ */
.owl-carousel .owl-stage-outer {
	overflow: initial;
}

.b-reviews_carousel .owl-item {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.b-reviews_carousel .owl-item:not(.active) {
	-webkit-transform: scale(1, 0.95);
	-ms-transform: scale(1, 0.95);
	transform: scale(1, 0.95);
	opacity: 0.3;
}
/* ************ */
/*  */
.mt-20 {
	margin-top: 20px;
}
/*  */
/* installment start */
.installment {
	position: relative;

	width: 100%;
	height: auto;
	padding-top: 20px;

	background-color: #8687c0;
}

.installment:before,
.installment:after {
	position: absolute;
	top: 0;

	width: 100%;
	height: 100%;

	background-color: #8687c0;

	content: "";
}

.installment:before {
	left: 50%;
}

.installment:after {
	right: 50%;
}

.installment-title {
	position: relative;
	z-index: 10;

	margin-bottom: 30px;

	color: #fff;
	font-weight: 500;
	font-size: 30px;
	font-style: normal;
	line-height: 35px;
}

.installment-title span {
	color: #ffe315;
	text-transform: uppercase;
}

.installment-content {
	position: relative;
	z-index: 10;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.installment-content__list {
	list-style: none;
}

.installment-content__item {
	position: relative;

	margin-bottom: 15px;
	padding-left: 30px;

	color: #fff;
	font-weight: 500;
	font-size: 24px;
	font-style: normal;
	line-height: 111.38%;
}

.installment-content__item:last-child {
	padding-bottom: 0;
}

.installment-content__item:before {
	position: absolute;
	top: 2px;
	left: 0;

	width: 15px;
	height: 15px;

	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTUgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMTUxODg2OTIsMC4zMTY3NDY3ODMgQzguMDk4MzE0MDYsMC4wNzYzMzY5MDYyIDkuMDc0MDQ3OTEsLTAuMDI4MTM2MDQxMiAxMC4wNDk4MjQ0LDAuMDA2NDYxMjczOTcgQzEwLjc5NTM2OTQsMC4wNDk1NTQ0NjA2IDExLjQ5MTkzLDAuMzkyNDQ4MDY4IDExLjk4MTQ0OTcsMC45NTczMzYyMjIgQzEyLjU2OTQ5NDUsMS42ODU4Njk0NyAxMy4wNTA2Nzc2LDIuNDk0NzY4NTMgMTMuNDEwNDMyNywzLjM1OTU0NjYyIEMxMy44NjIxMTEyLDQuMzMwNDM5OTggMTQuMzI5Nzc4NCw1LjQ1MTQ3MTUgMTQuNjU5NTQzNyw2LjMyMjI3Mjc3IEMxNS4zODU4Mzk5LDcuNjg0MjY4MTUgMTQuOTEzODk3OCw5LjM3NzU2ODM1IDEzLjU4ODMwNjEsMTAuMTY1ODA5NCBDMTIuOTc0NzQyNywxMC42NzYyNzkxIDEyLjIyMTI3OSwxMS4xODY3NDg4IDExLjQzMjg0MDEsMTEuNzI3MjQ2MiBDMTAuNjE3MjQ2MywxMi4zMDIzNzA4IDkuNzU5MDMxMTEsMTIuODE0MzI2NCA4Ljg2NTY2NzIxLDEzLjI1ODY1NTMgQzguMDU5MDk0NzMsMTMuNjkyODkyNyA3LjE2NzY1NzIsMTMuOTQ1NjYyOSA2LjI1MzUyNjI5LDEzLjk5OTMzNjggQzUuNDc1NzI0MTQsMTQuMDEzNTkyOCA0LjcxMTAwMzI1LDEzLjc5NzcyODYgNC4wNTUwOTA5MywxMy4zNzg3NjU4IEMzLjM0NzQ0ODUzLDEyLjkyOTk4NDIgMi43MDYwMDk5LDEyLjM4NDE5MDkgMi4xNDk0NDcxOSwxMS43NTcyNzM4IEMxLjUxNzY4MDg2LDExLjA5OTIxNjEgMC45Nzc4MjAxMSwxMC4zNTg0NzMgMC41NDQ1ODkzODQsOS41NTUyNDc1OSBDMC4xMTAzOTAwNSw4Ljc1MzkzNDQ2IC0wLjA3MDgwNDIxNCw3LjgzOTUwMjk3IDAuMDI0OTU5MjA4NCw2LjkzMjgzNDU4IEMwLjE3Nzc3NTEwMyw1Ljg5ODgzNzQ4IDAuNTkwNDAxOTk3LDQuOTIwNjkyMSAxLjIyNDEwNTc3LDQuMDkwMjE4OTUgQzEuOTM5MTAxNjcsMy4xMjMzOTExNSAyLjgzMDk1NDMxLDIuMzAxNDEwNjggMy44NTIyMzUzMSwxLjY2Nzk5MDEzIEM0Ljg3MTgxNjA3LDEuMDQzMDAzNDEgNS45ODUzMTgwOCwwLjU4NjczNTgzMSA3LjE0OTg4ODM0LDAuMzE2NzQ2NzgzIEw3LjE0OTg4ODM0LDAuMzE2NzQ2NzgzIEw3LjE1MTg4NjkyLDAuMzE2NzQ2NzgzIFoiIGZpbGw9IiNCRkRDRjMiPjwvcGF0aD48L3N2Zz4=)
		center center no-repeat;

	content: "";
}

.installment-content__btn {
	padding: 16px 48px;

	color: #ed74a9;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;

	background: #fff;
	border: 2px solid #fff;
	border-radius: 35px;
	cursor: pointer;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.installment-content__btn:hover {
	color: #333;
}

.installment-content__img {
	width: 269px;
	height: 96px;
}

@media (max-width: 1170px) {
	.installment-content__img {
		display: none;
	}

	.installment-content__item {
		margin-bottom: 23px;

		font-size: 18px;
		line-height: 111%;
	}

	.installment-content__btn {
		padding: 14px 30px;
	}
}

@media (max-width: 750px) {
	.installment-title {
		margin-bottom: 20px;

		font-size: 24px;
		line-height: 28px;
	}

	.installment-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;

		-ms-flex-direction: column;
		flex-direction: column;
	}

	.installment-content__item {
		margin-bottom: 14px;
	}

	.installment-content__btn {
		margin-bottom: 24px;
	}
}
/* installment end */

/* MENU START */
body.overflow {
	overflow: hidden;
}

.hasChild-fix {
	position: initial !important;
}

/*.hasChild-fix:hover .b-header_bottom_menu_sub {
	visibility: hidden !important;
	opacity: 0 !important;
}*/

.b-header_bottom_menu > li > a.active {
	color: #e767a2;
}

.b-header_bottom_menu_sub {
	position: fixed;
	margin-top: 0;
	border-top-width: 0 !important;
	z-index: 1000;
}

header.scroll ~ .b-header_bottom_menu_sub {
	margin-top: -75px;
}

.b-header_bottom_menu_sub.is-visible {
	visibility: visible;
	opacity: 1;
}

.b-header_bottom_menu_sub-fix {
	left: 0;
	width: 100%;
	margin-top: 0;
	padding: 0 20px;
	background: none;
}

.hasChild-fix:hover .b-header_bottom_menu_sub-fix.active,
.b-header_bottom_menu_sub-fix.active {
	visibility: visible !important;
	opacity: 1 !important;
}

.b-header_bottom_menu_sub.active {
	max-height: calc(100vh - 200px);
	padding-top: 0;
	padding-bottom: 0;
	overflow: visible;
}

.b-header_bottom_menu_sub-fix__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f3f6fb;
	box-shadow: 0 23px 22px 5px rgba(0, 0, 0, 0.15);
	width: 100%;
}

.b-header_bottom_menu_sub-left {
	height: 100%;
	margin-right: 40px;
	padding-top: 22px;

	border-right: 1px solid #e767a2;
}

.b-header_bottom_menu_sub-left_search {
	margin-bottom: 10px;
}

.b-header_bottom_menu_sub-left_search-label {
	position: relative;

	display: block;
	height: 44px;
	margin-right: 15px;
}

.b-header_bottom_menu_sub-left_search-input {
	position: relative;
	z-index: 5;

	width: 100%;
	height: 44px;
	padding: 0 54px 0 10px;

	background: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 6px;

	-webkit-transition: border-color 0.4s ease;
	-o-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease;
}

.b-header_bottom_menu_sub-left_search-input:focus {
	border-color: #e767a2;
}

.b-header_bottom_menu_sub-left_search-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 44px;
	height: 44px;

	background: none;
	border: none;
	border-left: 1px solid #e5e5e5;

	pointer-events: none;
}

.b-header_bottom_menu_sub-left_search-input:focus
	~ .b-header_bottom_menu_sub-left_search-btn {
	border-color: #e767a2;
}

.b-header_bottom_menu_sub-left_search-btn svg {
	width: 16px;
	height: 16px;
	margin: auto;

	fill: #e5e5e5;
}

.b-header_bottom_menu_sub-left__list {
	max-width: 330px;
	list-style: none;
	margin-bottom: 40px;
}

.b-header_bottom_menu_sub-left__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 15px 10px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.b-header_bottom_menu_sub-left__item.dn {
	display: none;
}

.b-header_bottom_menu_sub-left__item-icon {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.b-header_bottom_menu_sub-left__item-link {
	position: relative;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;

	color: inherit;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

/*.b-header_bottom_menu_sub-left__item-link svg {
	min-width: 15px;
	min-height: 15px;

	-webkit-transform: rotate(-90deg) translateY(0);
	-ms-transform: rotate(-90deg) translateY(0);
	transform: rotate(-90deg) translateY(0);

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

	fill: #434343;
}

.b-header_bottom_menu_sub-left__item-link.active svg,
.b-header_bottom_menu_sub-left__item-link:hover svg {
	-webkit-transform: rotate(-90deg) translateY(5px);
	-ms-transform: rotate(-90deg) translateY(5px);
	transform: rotate(-90deg) translateY(5px);

	fill: #e767a2;
}*/

.b-header_bottom_menu_sub-left__item-link.active,
.b-header_bottom_menu_sub-left__item:hover {
	color: #e767a2;
}

.b-header_bottom_menu_sub-left__item .b-header_bottom_menu_sub-left__item-link img {
	transition: transform .2s;
}

.b-header_bottom_menu_sub-left__item:hover .b-header_bottom_menu_sub-left__item-link img {
	transform: rotate(180deg);
}

.b-header_bottom_menu_sub-right {
	position: relative;

	-ms-flex: 1;
	flex: 1;
	padding-top: 22px;
	-webkit-box-flex: 1;
}

.hasChild-fix__close-btn {
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 999;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;

	background: none;
	border: none;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.hasChild-fix__close-btn__text {
	margin-right: 10px;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.hasChild-fix__close-btn__icon {
	width: 14px;
	height: 14px;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

	fill: #333;
}

.hasChild-fix__close-btn:hover .hasChild-fix__close-btn__text {
	color: #e767a2;
}

.hasChild-fix__close-btn:hover .hasChild-fix__close-btn__icon {
	fill: #e767a2;
}

.b-header_bottom_menu_sub-right__block {
	position: relative;

	height: 100%;
	overflow: hidden;
}

.b-header_bottom_menu_sub-right__block.dn {
	display: none;
}

.b-header_bottom_menu_sub-right__block-img {
	position: absolute;
	right: 60px;
	bottom: 20px;
	max-width: 50%;
}

.b-header_bottom_menu_sub-right__block-title {
	display: flex;
	align-items: center;
	padding-right: 100px;
	padding-bottom: 20px;

	color: #434343;
	font-weight: 700;
	font-size: 24px;
	text-decoration: none;

	border-bottom: 1px solid #e767a2;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.b-header_bottom_menu_sub-right__block-title img {
	width: 40px;
	height: 40px;
}

.b-header_bottom_menu_sub-right__block-title svg {
	min-width: 15px;
	min-height: 15px;

	-webkit-transform: rotate(-90deg) translateY(0);
	-ms-transform: rotate(-90deg) translateY(0);
	transform: rotate(-90deg) translateY(0);

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

	fill: #434343;
}

.b-header_bottom_menu_sub-right__block-title:hover svg {
	-webkit-transform: rotate(-90deg) translateY(5px);
	-ms-transform: rotate(-90deg) translateY(5px);
	transform: rotate(-90deg) translateY(5px);

	fill: #e767a2;
}

.b-header_bottom_menu_sub-right__block-title:hover {
	color: #e767a2;
}

.b-header_bottom_menu_sub-right__list {
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #ed74a9 #b9b9b9;
	margin-top: 20px;
	list-style: none;
}
@supports (-moz-appearance:none) {
	.b-header_bottom_menu_sub-right__list {
		margin-right: -6px;
	}
}
.b-header_bottom_menu_sub-right__list::-webkit-scrollbar {
	width: 4px;
}
.b-header_bottom_menu_sub-right__list::-webkit-scrollbar-thumb {
	background-color: #ed74a9;
	border: 3px solid white;
}

.b-header_bottom_menu_sub-right__list.colum {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 4%;
	-moz-column-gap: 4%;
	column-gap: 4%;
}

.b-header_bottom_menu_sub-right__list.sub {
	padding-left: 15px;
}

.b-header_bottom_menu_sub-right__item {
	margin-bottom: 20px;
}

.b-header_bottom_menu_sub-right__block > ul > li {
	width: 50%;
}

.b-header_bottom_menu_sub-right__list.sub .b-header_bottom_menu_sub-right__item {
	margin-bottom: 8px;
}

.b-header_bottom_menu_sub-right__item.dn {
	display: none;
}

.b-header_bottom_menu_sub-right__item-link {
	position: relative;

	display: block;

	color: inherit;
	text-decoration: none;
}

.b-header_bottom_menu_sub-right__item-link.bold,
.b-header_bottom_menu_sub-right__item.view_as_bold {
	font-weight: 700;
	font-size: 20px;
}

.b-header_bottom_menu_sub-right__item-link:hover {
	color: #e767a2;
}


.b-header_bottom_menu_sub-right .b-header_nav_form {
	position: absolute;
	right: 20px;
	top: 100px;
	width: 45%;
	margin: 0;
	padding: 20px 10px;
	z-index: 2;
}

@media (max-width: 1170px) {
	.b-header_bottom_menu_sub-fix__container {
		width: 90vw;
		max-width: unset;
		padding-right: 15px;
		padding-left: 15px;
	}

	.b-header_bottom_menu_sub-right__block > ul > li {
		width: 100%;
	}

	.b-header_bottom_menu_sub-right .b-header_nav_form {
		display: none;
	}
}

@media (max-width: 992px) {
	.b-header_bottom_menu_sub-right > button > span {
		display: none;
	}
}


.b-header_nav_search_field {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #c4c4c4;
}

.b-header_nav_search_field input[type=text] {
	margin: 0 20px;
	padding: 0;
	border-bottom-width: 0;
}

.b-header_nav_search_field .b-header_nav_search_btn {
	position: relative;
	height: 30px;
	margin: 0 20px;
}


.b-header_nav {
	top: 0;
	padding: 110px 0;
	background-color: white;
}

.b-header_nav_menu {
	margin-top: 16px;
}

.b-header_nav_menu_list {
	border-bottom-width: 0;
}

.b-header_nav_menu_list > li {
	border-top-width: 0;
}

.b-header_nav_menu_list > li > a {
	margin-right: 8px;
	padding: 14px 20px;
}

.b-header_nav_menu_list li > a > span.js-accordion-trigger {
	right: 0;
	left: unset;
}

.services_tree ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border-top-width: 0 !important;
}

.services_tree ul li {
	margin: 0 !important;
}

.services_tree ul li.d-none {
	display: none !important;
}

.services_tree li > a > div.triangle-swapper {
    margin-left: auto;
}

.services_tree li > a > div.triangle-swapper > span.js-accordion-trigger {
	display: block;
    content: '';
	border-top: 8px solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: transform .4s;
}

.services_tree li.opened > a > div.triangle-swapper > span.js-accordion-trigger {
	transform: rotate(180deg);
}

.services_tree > li > ul > li {
	padding-left: 0;
}

.services_tree > li > ul > li > a,
.services_tree .mobile_services_search {
	font-size: 16px;
	background-color: #f3f6fb;
	border-bottom: 1px solid #e3e3e3;
}

.services_tree > li > ul > li > a,
.services_tree > li > ul > li > ul > li > a,
.services_tree .mobile_services_search {
	display: flex;
	align-items: center;
	color: #8785c0;
	padding: 10px 30px 10px 20px;
}

.services_tree > li > ul > li.opened > a,
.services_tree > li > ul > li > ul > li.opened > a {
	color: #e767a2;
}

.services_tree > li > ul > li > a img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.services_tree > li > ul > li > ul > li a {
	margin: 12px 0 12px 6px;
}

.services_tree > li > ul > li > ul > li > ul > li > a {
	margin-left: 48px;
}

.services_tree .mobile_services_search {
	position: relative;
	border-bottom-width: 0;
	padding-right: 20px;
}

.services_tree .mobile_services_search input {
	width: 100%;
	padding: .7em 1em;
	border: 1px solid #e3e3e3;
}

.services_tree .mobile_services_search button {
	position: absolute;
	right: 35px;
	left: unset;
	top: 20px;
}

.yandex-award {
	display: flex !important;
	justify-content: center;
	padding: 50px 0;
}

.b-price__submenuItems-item {
	gap: 20px;
	padding: 5px 15px 15px 17px;
}

.b-price__submenuItems-item span {
	white-space: nowrap;
	min-width: 100px;
	text-align: right;
}

@media (max-width: 970px) {
	.b-header_bottom_menu_sub-right__list.colum {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
/* MENU END */
/* prexpert-logo start */
.b24-widget-button-wrapper {
	bottom: 80px !important;
}

.prexpert-logo_link {
	display: flex !important;
	align-items: center;
	width: max-content;
	margin: 0 0 0 auto !important;

	color: #434343 !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.prexpert-logo__desc {
	margin: 0 10px 0 0;
}

.prexpert-logo {
	display: block;
	width: 30px;
	height: 30px;
}

.b-service_page_source {
	padding-top: 92px;
}

@media (max-width: 1169px) {
	.prexpert-logo_link {
		margin-top: 10px !important;
	}

	.b-service_page_source {
		padding-top: 80px;
	}
}

@media (max-width: 749px) {
	.prexpert-logo_link {
		margin: 10px auto 0 auto !important;
	}

	.b-service_page_source {
		padding-top: 20px;
	}
}
/* prexpert-logo end */
/* scroll-to-top start */
.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 9999;

	display: none;
	width: 40px;
	height: 40px;

	background-color: #cf5d92;
	border-radius: 100%;
	cursor: pointer;
}
.scroll-to-top_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.scroll-to-top__img {
	width: 24px;
	height: 24px;
}
@media (max-width: 479px) {
	.scroll-to-top {
		bottom: 100px;
		right: -100px;
	}
}
/* scroll-to-top end */

.b-contacts_page_clinics_card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.b-contacts_page_clinics_card .b-contacts_branch_features {
	margin-top: auto;
}

.b-contacts_page_clinics_card_rating > * {
	margin-bottom: 22px;
}

.reviews__pagenation .b-pagination {
	display: flex;
	padding-top: 20px;
	justify-content: center;
}

.b-contacts_page_clinics_card_rating {
	margin-top: 20px;
}

.stories .owl-nav {
	display: none;
}

.stories .owl-stage {
	margin: 0 auto;
}

.front_stories {
	margin-top: 50px;
}

.js-close-up-b {
	max-height: 0;
	overflow: hidden;
	transition: .3s;
}

.b-header_bottom_menu_column {
	min-width: 280px;
	width: 540px;
}

.b-header_bottom_menu_column > div {
	display: flex;
	flex-wrap: wrap;
}

.b-header_bottom_menu_column > div > li {
	width: 50%;
}

.b-wysiwyg .b-table_overflow_wrap.rounded {
	border-radius: 15px;
	box-shadow: 4px 4px 12px 6px #4D537540;
	padding-bottom: 0;
}

.b-wysiwyg .b-table_overflow_wrap.rounded .b-table_overflow_bar {
	display: none;
}

.b-table.rounded th {
	font-size: 24px;
	font-weight: 700;
	color: white;
	background-color: #8687C0;
	padding: 20px;
}

.b-table.rounded td {
	color: black;
	border-left: 1px solid #BEDFF5;
	padding: 20px !important;
}

.b-table.rounded.b-table__firstCol td:first-child {
	font-size: 20px;
	font-weight: 700;
	color: #ED74A9;
	border-left-width: 0;
	background-color: #F3F6FB;
}

.b-table.rounded tr + tr td {
	border-top: 1px solid #BEDFF5;
}

.b-table_scroll_bar {
	--size: 9px;
	display: flex;
	width: 100%;
	margin: 40px 0 20px;
}

.b-table_scroll_bar .left-arrow,
.b-table_scroll_bar .right-arrow {
	width: var(--size);
	height: var(--size);
	position: relative;
}

.b-table_scroll_bar .left-arrow::before,
.b-table_scroll_bar .right-arrow::before {
	content: '';
	position: absolute;
	left: 4px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #818181;
	border-left: 1px solid #818181;
	transform: rotate(-45deg);
}

.b-table_scroll_bar .right-arrow::before {
	left: 0;
	transform: rotate(135deg);
}

.b-table_scroll_bar .scroll-container {
	flex-grow: 1;
	height: var(--size);
	background-color: #F3F6FB;
	border-radius: 3px;
	margin: 0 12px;
	padding: 2px 6px;
	box-sizing: border-box;
}

.b-table_scroll_bar .scroll-container .scroll-bar {
	width: 100%;
	height: 5px;
}

.b-table_scroll_bar .scroll-container .scroll-line {
	height: 100%;
	background-color: #8687C0;
	border-radius: 3px;
}


@media (max-width: 749px) {
	.b-table__mob.rounded,
	.b-table__mob.rounded tbody,
	.b-table__mob.rounded tbody tr,
	.b-table__mob.rounded td {
		display: revert;
	}

	.b-wysiwyg .b-table_overflow_wrap {
		margin: 0;
	}

	.b-wysiwyg .b-table_overflow_wrap .b-table__mob.rounded {
		padding: 0;
	}

	.b-table__mob.rounded tr {
		margin: 0;
		padding: 0;
		border-width: 0;
	}

	.b-table th {
		font-size: 22px;
	}

	.b-table td {
		font-size: 16px;
	}

	.b-table__mob.rounded tr td + td {
		border-left: 1px solid #BEDFF5;
	}

	.b-table__mob.rounded.b-table__firstCol tr td:first-child {
		font-size: 18px;
		font-weight: 700;
		color: #ED74A9;
		border-left-width: 0;
		background-color: #F3F6FB;
	}
}

@media (max-width: 749px) {
	.b-wysiwyg .b-table_overflow_wrap .b-table__mob:not(.rounded) tr:first-child {
		display: none;
	}
}

.b-table_heading_title:before {
	transform: rotate(180deg);
}

.b-symptom.active .b-table_heading_title:before {
	transform: rotate(0);
}

.b-table_heading_title {
	padding-left: 10px;
}

.b-table_heading_description {
	padding: 0 10px;
}

.b-dentist_page_about_details_certificates_pic {
	object-fit: contain;
	width: auto;
	max-width: 100%;
	height: auto;
}

.b-dentist_page_about_details_spoiler_box .b-dentist_page_about_details_certificates > div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.triangle_right {
	width: 11px;
	height: 16px;
	padding: 0 10px;
}


.banner_start_your_way_to_beauty {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 30px 6%;
	background-color: #f3f6fb;
	border: 1px solid #8687c0;
	border-radius: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.banner_start_your_way_to_beauty > div {
	max-width: 700px;
}

.banner_start_your_way_to_beauty h6 {
	font-size: 30px;
	font-weight: 700;
	color: #8687C0;
}

.banner_start_your_way_to_beauty button {
	max-width: 280px
}

.banner_start_your_way_to_beauty img {
	max-width: 280px;
}

@media (max-width: 800px) {
	.banner_start_your_way_to_beauty {
		flex-direction: column-reverse;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.banner_start_your_way_to_beauty h6 {
		font-size: 24px;
		margin-top: 1em !important;
	}

	.banner_start_your_way_to_beauty p {
		font-size: 16px;
	}
}

@media (max-width: 1170px) {
	.banner_start_your_way_to_beauty img {
		width: 200px;
	}
}