html {
	box-sizing: border-box;
}

*,
*::after,
*::before {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/local/templates/rct/images/black-texture.svg);*/
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	height: 100%;
}

ul {
	list-style-type: none;
	/* убрать маркеры*/
}
p, .h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
.pt-75 {
	padding-top: 75px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-25 {
	padding-top: 25px;
}
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.container {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	width: 100%;
}

.header__top,
.header__middle,
.header__menu-top,
.header__menu-bottom,
.header__top-left,
.header__top-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}
.main {
	flex: 1 1 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.header.active {
	/*background: linear-gradient(180deg, #fff -55%, #9d835ceb 50.97%, #9f8359e6 59.64%, #9d835ceb 69%, #fff 170%), #000;*/

	/*linear-gradient(180deg, #bababa 0%, #918f8f 30.97%, #918f8f 67.36%, #d3cbcb 100%, #7d7d7d 100%);*/
	background-color: #3d3d3d;
}


	.header__menu-top .header__menu__list {
		flex-wrap: wrap;
		gap: 10px 25px;
	}
	.header__menu-bottom .header__menu__list,
	.about_clinic {
		gap: 10px 20px;
	}

.header.active .header__inner {
	padding: 0 10px;
	height: 60px;
	color: #fff;
}
.header__top {
	border-bottom: 1px solid #cccccc;
	padding: 25px 0 11px;
	font-size: 14px;
}
.header__top_phone {
	display: none;
}
.header__top img {
	width: 26px;
	height: 17px;
}
.top-item {
	display: flex;
}
.soc-icon {
	display: flex;
}
.search-icon {
	width: 31px;
	height: 40px;
}
.search-icon img {
	width: 100%;
	height: 100%;
}
.header__btn {
	font-family: "Montserrat";
	font-size: 16px;
	background-color: #0a2ee2;
	color: #fff;
	padding: 15px 40px;
	border-radius: 10px;
}
.header__middle {
	padding: 15px 0;
	gap: 50px;
}
.header__middle .logo {
	max-width: 310px;
}
.icon_header {
	padding-right: 8px;
}

.logo {
	width: 100%;
}
.header__menu-top {
	width: 100%;
}
.header__menu__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
/*justify-content: space-between;*/
}
.header__menu__list-bottom-item {
	border: 1px solid #75a8f9;
	border-radius: 10px;
	padding: 10px 25px;
}
.header__menu__list-top-item.selected,
.header__menu__list-top-item:hover {
	color: #0a2ee2;
	text-shadow: 1px 0px 0px #0a2ee2, 1px 0px 0px #0a2ee2;
}
.header__menu__list-bottom-item.selected,
.header__menu__list-bottom-item:hover,
.categories__item:hover {
	color: #fff;
	background-color: #0A2EE2;
}
.btn {
	display: none;
	align-items: center;
	gap: 25px;
}

.breadcrumb {
	background: #e3edfd;
	border-radius: 10px;
}

.breadcrumb {
max-width: 100%;
width: max-content;
	padding: 10px 16px;
	list-style: none;
	background-color: #e3edfd;
}

/* Отображение элементов списка бок о бок */
.bread-item {
	display: inline;
	font-size: 14px;
}

/* Добавить символ косой черты (/) перед/за каждым элементом списка */
.bread-item  + .bread-item:before {
	padding: 8px;
	color: black;
	content: "\2013";
}

/* Добавить цвет для всех ссылок внутри списка */
.bread-item span {
	color: #0a2ee2;
	text-decoration: none;
}
*/

/* Добавить цвет на наведении курсора мыши */
.bread-item a:hover {
	color: #01447e;
	text-decoration: underline;
}

.main__banner {
	display: flex;
	gap: 25px;
}
.main__banner-left {
	background: linear-gradient(267deg, #75a8f9 21%, #0a2ee2 82%);
	border-radius: 10px;
	/*height: 325px;*/
	width: 59%;
	position: relative;
	padding: 40px 35px;

	color: #fff;
}
.main__banner-right {
	background: linear-gradient(155deg, #e3edfd 56%, #75a8f9 97%);
	border-radius: 10px;
	/*height: 325px;*/
	width: 41%;
	padding: 50px 35px 40px;
	position: relative;
}
.main__banner-right h2 {
	color: #0a2ee2;
}
.main__banner-left h2,
.main__banner-right h2 {
	font-size: 30px;
	font-weight: 800;
	padding-bottom: 15px;
}

.main__banner-left::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0px;
    background: url(/local/templates/mz/css/../img/svg/back-tgr.svg) no-repeat center center / cover;
    max-width: 391px;
    max-height: 232px;
    width: 100%;
    height: 100%;
}
.main__banner-right::after {
	content: "";
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: url(../img/back-main-banner-r.png);
	width: 130px;
	height: 130px;
}
.btn-w,
.btn-b {
font-family: 'Montserrat';
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 15px 45px;
	max-width: max-content;
	text-align: center;
}
.btn-b {
	border: 1px solid #0a2ee2;
	color: #0a2ee2;
}

.serv-btn {
	background: #fff;
    max-width: 215px;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
}
.main__banner-left,
.main__banner-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main__banner-text p {
	font-size: 15px;
}
.top__banner {
	display: flex;
	margin-top: 20px;
	color: #fff;
	padding: 25px 155px 25px 55px;
	border-radius: 10px;
	background: linear-gradient(96deg, #0a2ee2 18%, #75a8f9 90%);
	justify-content: space-between;
	align-items: center;
}
.top__banner-right {
	height: 70px;
}
.top__banner-right img {
	height: 100%;
}
.menu__ur__dms {
	display: flex;
	gap: 10px 25px;
	padding-top: 25px;
}
.menu__ur__dms-item {
	width: 50%;
	background: linear-gradient(180deg, #e3edfd 18%, #c4dbfe 90%);
	color: #0a2ee2;
	padding: 20px 0;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
}
.about_clinic {
	gap: 100px;
	display: flex;
	justify-content: space-between;
}

.about_clinic_left {
	gap: 25px;
	width: 35%;
	display: flex;
	flex-direction: column;
}
.about_clinic_left p {
	max-height: 345px;
	overflow: hidden;
}

.about_clinic_right {
	gap: 25px;
    display: flex;

}
.about_clinic_right-top {
	border-bottom: 1px solid #75a8f9;
	display: flex;
	gap: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.about_clinic_right-bottom {
	display: flex;
	gap: 30px;
}
.about_clinic_left h2,
.services-title-left h2 {
	font-size: 30px;
	font-weight: 500;
}
.about_clinic_left-btn {
    background: #0a2ee2;
    color: #fff;
    border-radius: 10px;
    padding: 15px 45px;
    width: max-content;
    margin: 30px 0 0 0;
}
.about_clinic_right-item {

    width: calc((100% - 75px) / 4);
	gap: 10px 20px;
}
.about_clinic_right-item h5 {
font-size: 20px;
    font-weight: 400;
    padding: 25px 0 15px;
    text-transform: uppercase;
}
.about_clinic_right-item p {

}
.about_clinic-str {
	flex-direction: column;
	gap: 75px;
	padding-top: 25px;
}
.about_clinic_left-str,
.about_clinic_right-str {
	width: 100%;
}
.about_clinic_right-str {
	display: flex;
	gap: 25px;
}
.about_clinic_right-top-str {
	border: none;
    display: flex;
    gap: 30px;
}
.about_clinic-photo {
	gap: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about_clinic-photo-item {
	width: calc((100% - 50px) / 3);
}
.about_clinic-photo-item img {
	width: 100%;
}
.banner__discount {
	margin: 25px 0 0 0;
	background: url(../img/discount_back.jpg) no-repeat center center/cover;
	width: 100%;
	height: max-content;
	border-radius: 10px;
	color: #fff;
	padding: 45px 0 0px;
	display: flex;
	line-height: 1.3;
}
.banner__discount-left {
	width: 50%;
	display: flex;
	justify-content: center;
}
.banner__discount-right {
	gap: 15px;
	width: 50%;
	position: relative;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.directions__section {
	text-align: center;
}
.text-b {
	color: #75a8f9;
	text-transform: uppercase;
}
.directions__section h2,
.tabs-panel-text h2 {
	padding: 15px 0 30px;
	font-size: 30px;
	font-weight: 500;
}
.directions__block {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
}
.directions__item {
	display: flex;
	width: calc((100% - 44px) / 3);
	min-height: 111px;
	border-radius: 10px;
	background: linear-gradient(180deg, #e3edfd 18%, #c4dbfe 90%);
	align-items: center;
	padding: 40px;
	gap: 40px;
	text-align: left;
}
.directions__item h5 {
	font-size: 20px;
	font-weight: 400;
}
.directions__item img {
	width: 50px;
	height: 50px;
	object-fit: none;
}
.text {
	font-size: 16px;
	color: #000;
}
.banner__doctors {
	background: url(../img/doctor_back.jpg) no-repeat center center/cover;
	border-radius: 10px;
	color: #fff;
	padding: 15px 0 0;
	height: 400px;
	margin-top: 30px;
}
.banner__doctors-right {
    color: #fff;
    display: flex;
    /* position: relative; */
    /* left: 10%; */
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    text-align: left;
    width: 50%;
}
/*.banner__doctors-right p {
	height: 100px;
	overflow: hidden;
}*/
.banner__doctors h6 {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
}
.btn_group {
	display: flex;
	gap: 10px 25px;
}
.btn-wb {
	background: #fff;
	border-radius: 10px;
	color: #0a2ee2;
	padding: 15px 20px;
}
.btn-wb-r {
	position: relative;
	padding-left: 53px;
}
.btn-wb-r::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	background: url(../img/svg/telegram.svg) no-repeat center center/cover;
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.faq-page {
	margin: 0 0 50px 0;
}
.faq-page__elem {
	position: relative;
	padding: 0 50px 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eaecf0;
	cursor: pointer;
}
.faq-page__elem::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(../img/svg/plus-circle.svg) no-repeat center / contain;
	transition: background 0.3s;
}
.faq-page__elem.active:before {
	background: url(../img/svg/minus-circle.svg) no-repeat center / contain;
}
.faq-page__elem-top {
	text-align: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 156%;
	color: #101828;
}
.faq-page__elem-body {
	padding: 0 0 10px 0;
	display: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #667085;
	margin: 8px 0 0 0;
	text-align: justify;
}

.news_section {
	display: flex;
	gap: 25px;
	justify-content: space-between;

}
.news_section-left {
	width: calc((100% - 50px) / 3);
}
.news_section-right {
	width: 100%;
	display: flex;
	gap: 25px;
}
.news_section-right-str {
	width: 100%;
}
.social__group {
	display: flex;
	gap: 25px;
}
.news__item {
	border-radius: 10px;
    border: 1px solid #75a8f9;
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.news__item img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	max-height: 180px;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.news__item-text {
    text-align: left;
	display: flex;
	padding: 0px 27px 30px 27px;
	flex-direction: column;
}
.news__item-text h6 {
    height: 90px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #75a8f9;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #75a8f9;
}
.news-text  {
	height: 55px;
    overflow: hidden;
}
.news__item-text a {
	font-weight: 700;
	color: #0a2ee2;
	position: relative;
	margin: auto 0 0 0;
	padding: 30px 0 0 0;
}
/*.news__item-text a::after {
	content: "";
	position: absolute;
	top: 36px;
	left: 80px;
	background: url(../img/svg/arrow.svg) no-repeat center center/cover;
	width: 51px;
	height: 8px;
	padding-right: 10px;
}*/
	.news_section-right-str .news__item {
		width: calc((100% - 50px) / 3);
	}



.contacts_block {
    row-gap: 25px;
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.contacts-item {
	width: max-content;
    display: flex;
	display: flex;
	gap: 15px;
	flex-direction: column;
	align-items: center;
}
.contacts-item img {
	width: 72px;
}
.section_map {
	height: 422px;
}
.support_section {
	background-color: #e3edfd;
}
.support_block {
    display: flex;
    padding: 27px 10px;
    color: #3a5b8f;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	gap: 25px;
}
.support_block h5 {
	font-size: 20px;
	font-weight: 500;
	width: 45%;
}
.btn-g {
	border-radius: 10px;
	border: 1px solid #3a5b8f;
	padding: 15px 45px;
}
.footer_menu_section {
	background-color: #f7faff;
}
.footer_menu_section-top {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding: 50px 0 20px;
	flex-wrap: wrap;
}
.footer_menu_section-top-item {
	max-width: 215px;
	width: max-content;
}
.footer_menu_section-top-item h6 {
	font-size: 16px;
	font-weight: 700;
	color: #3a5b90;
	padding-bottom: 20px;
}
.footer_menu_section-top-item ul {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	font-size: 14px;
}
.footer_menu {
	width: calc((100% - 40px) / 9 * 2);
}
.footer_menu ul {
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 30px;
}
.footer_menu ul li {
	width: calc((100% - 30px) / 2);
}
.footer_menu_section-top-item p {
	font-size: 14px;
	gap: 10px;
	display: flex;
	align-items: center;
	padding-bottom: 19px;
}
.footer_menu_section-bottom {
	padding: 15px 0;
	border-top: 2px solid #73829a;
}
.footer_menu_section-bottom-top {
	border-bottom: 1px solid #73829a;
	color: #73829a;
	text-transform: uppercase;
	margin-bottom: 15px;
    padding-bottom: 15px;
}
.fb-left {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer_menu_section-bottom-left {
	color: #73829a;
}
.footer_menu_section-bottom h6,
.footer_menu_section-bottom p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.footer_menu_section-bottom-right {
	display: flex;
	gap: 10px;
}
.develop_footer {
	background-color: #73829a;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.develop_block {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.row-rct {
	display: flex;
	column-gap: 30px;

}
.filter-item {
	width: calc((100% - 227px) / 2);
}
.row {
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.rct-filter_block {
	color: #171717;
}
.rct-filter-select-container {
	height: 48px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rct-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 60px 0 30px;
	border: 1px solid #75a8f9;
	border-radius: 10px;
	background: #fff;
}
.rct-filter-select-text {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 48px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.rct-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	cursor: pointer;
	background: url(../img/svg/arrow-down.svg) no-repeat center;
}
.rct-filter-select-arrow.active:before {
	transform: rotate(30deg);
}
.smartfilter {
	padding-top: 30px;
}
.show_btn.green_button.bx-filter-popup-result.left {
    height: 48px;
    background: #0A2EE2;
    border-radius: 10px;
    color: #fff;
    width: 172px;
    display: flex;
    text-align: center;
    align-items: center;
}
.row-rct #modef_num {
display: none;
}





.doctors_section-item img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: top;
	border-radius: 10px;
}
.doctors_section-item h6 {
	font-size: 20px;
	font-weight: 500;
}

.load-more-container {
	min-height: min-content;
	position: relative;
}
.load-more-container ul {
	list-style-type: none;
	padding: 0;
	/*display: flex;*/
	flex-wrap: wrap;
	gap: 35px 25px;
}
.load-more-container ul:after {
	content: "";
	display: table;
	clear: both;
}
.doctors_section ul {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	width: 100%;
}
.doctors_section-item {
	float: left;
	width: calc((100% - 50px) / 3);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.doctors_section-item p {
	height: 60px;
    overflow: hidden;
}
.load-more-container ul li:nth-child(1n + 10) {
	max-height: 0;
	opacity: 0;
	transition: 0.1s ease-in;
}
.load-more-container .load-more-btn {
	width: 200px;
	line-height: 40px;
	margin: 30px auto 0;
	display: block;
	color: #0a2ee2;
	cursor: pointer;
	text-align: center;
	position: relative;
	background: #fff;
	font-weight: 400;
}
.load-more-container .load-more-btn::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 25px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url(../img/svg/dark_arrow.svg) no-repeat center;
}
.load-more-container .load-more-btn:active::after {
	transform: rotate(180deg);
}
.load-more-container::before {
	content: "";
	position: absolute;
	bottom: 19px;
	left: 0px;
	background: #0a2ee2;
	width: 100%;
	height: 1px;
}
.load-more-container .load-more-btn .loaded {
	display: none;
}
.load-more-container #load-more {
	display: none;
}
.load-more-btn span {
	padding-right: 32px;
}
.load-more-container #load-more:checked ~ ul li:nth-child(1n + 5) {
	max-height: 999px;
	opacity: 1;
	transition: 0.2s ease-in;
}
.load-more-container #load-more:checked ~ .load-more-btn .loaded {
	display: block;
}
.load-more-container #load-more:checked ~ .load-more-btn .unloaded {
	display: none;
}
.all_services__block {
}
.services__title {
	display: flex;
	align-items: flex-end;
	padding: 0px 0 20px;
}
.services-item {
	display: flex;
	min-height: 85px;
	align-items: center;
	gap: 15px;
}
.services-title-left,
.services-item-left {
	width: 65%;
}
.services-title-right,
.services-item-right {
	display: flex;
	width: 35%;
	gap: 25px;
}

.services-item-left h6,
.services-item-right h6,
.services-item-right p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
}
.services-item-left p {
	font-size: 14px;
	line-height: 1.7;
}
.services-title-right p,
.services-item-right p {
	color: #878787;
	width: calc((100% - 25px) / 2);
}
.services-item-left {
	padding-left: 50px;
}
.services-item:nth-child(even),
tr:nth-child(even) {
	background-color: #edf4ff;
}







.tabs-container {
	padding: 25px 0 0 0;
}

.tabs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tabs li:not(:last-child) {
}

.tabs li a {

    font-size: 20px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 15px 50px;
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
    border: 1px solid #75a8f9;
    align-content: center;
    height: 100%;
}

.tabs li.active a,
.tabs li a:hover {
	opacity: 1;
	top: 0;
	background-color: #75A8F9;
	color: #fff;
}

.tabs-content {
	position: relative;
	z-index: 2;
	padding: 25px 0;
	border-radius: 0 4px 4px 4px;
	background: white;
}

.tabs-panel {
	display: none;
}

.tabs-panel.active {
	display: block;
}

.tabs-panel p + div {
	margin-top: 15px;
}
.tabs-panel-text {
	text-align: center;
}
.tabs-panel-text ul {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	gap: 25px;
}
.doctors_blog {
	padding-top: 30px;
}
.tabs-detail {
	flex-direction: row;
	gap: 10px 25px;
}
.tabs-detail li {
	width: calc((100% - 50px) / 3);
	text-align: center;

}
.tabs-detail li a {
	    text-align: center;
    padding: 15px 0;
}
/*.tabs-panel ul {
	gap: 25px;
    display: flex;
    flex-wrap: wrap;
}*/
.tabs-panel-services {
	
}




.services__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.services__list-item {
    text-align: left;
    padding: 15px 50px;
    border: 1px solid #75A8F9;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
}

.license_section {
	display: flex;
    gap: 25px;
    flex-wrap: wrap;
	padding-top: 35px;
}
.license-item {
	padding: 25px;
    border-radius: 10px;
    border: 1px solid #75A8F9;
    width: calc((100% - 50px) / 3);
}
.license-item img {
	width: 100%;
}
.popup-window {
	padding: 10px 30px;
	border-radius: 10px;
}
.popup-window[style*="block"] {
	width: calc((100% - 536px) / 4);
}
.rct-filter-select-popup ul li label{
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 400;
}






.categories__block {
	gap: 15px 25px;
    display: flex;
    flex-wrap: wrap;
	    cursor: pointer;
}
.categories__item {
	background: #E3EDFD;
	border-radius: 10px;
	padding: 15px 10px;
	text-align: center;
	width: calc((100% - 25px) / 2);
}
.categories__item1 {
	padding: 32.5px 10px;
}

.categories__item:nth-child(-n+3) {
	width: calc((100% - 50px) / 3);
}

.categories__item.active {
    color: #fff;
    background-color: #75a8f9;
}



.b24-form-click-btn-wrapper.b24-form-click-btn-wrapper-7.--b24-mod-button.--b24-mod-center {
	z-index: 2;
max-width: 445px;
	width: 100%;
    display: flex;
    padding: 25px;
    color: #fff;
    height: 102px;
    border: 1px solid rgb(10 46 226 / 25%);
    border-radius: 20px;
	gap: 30px;
	box-shadow: 1px 5px 10px rgba(0,0,0,0.2);
	position: fixed;
	right: 10px;
	bottom: 100px;
	background-color: #fff;
    align-items: center;
}
.b24-form-click-btn.b24-form-click-btn-7.b24-form-click-btn-font-modern {
	border-radius: 10px;
	margin-left: 81px;
    padding: 15px 64px;
    background: #0A2EE2;
	height: 48px;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 400;
}
.b24-form-click-btn.b24-form-click-btn-7.b24-form-click-btn-font-modern::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 22%;
    width: 56px;
    height: 58px;
    cursor: pointer;
    background: url(../img/svg/fav1.svg) no-repeat center;

}
.b24-form-btn-block,
.b24-form-sign .b24-form-sign-abuse,
.b24-form-sign .b24-form-sign-info {
	display: none !important;
}

.b24-form-header {
    padding: 45px 31px 5px !important;

}
.b24-window-scrollable {
    overflow: visible !important;
}



.rnova-widget .v-expansion-panels {
	padding-top: 30px !important;
}
.rnova-widget .v-expansion-panel-content__wrap {
	padding: 0 !important;
}
.v-item-group.theme--light.v-expansion-panels.v-expansion-panels--accordion button,
.v-item-group.theme--light.v-expansion-panels.v-expansion-panels--accordion span {
	font-size: 18px !important;
	font-family: 'Montserrat' !important;
	font-weight: 500 !important;
}
.v-item-group.theme--light.v-expansion-panels.v-expansion-panels--accordion button {
	font-size: 18px !important;
}
td {
	padding-left: 50px !important; 
}
th {
	font-size: 16px !important;
	font-family: 'Montserrat' !important;
	font-weight: 500 !important;
}

.search-td {
	padding-left: 0px !important;
}





.form_back {
	background: #E3EDFD;
	margin-top: 75px;
	padding-bottom: 75px;
}


	.swiper-wrapper {
		box-sizing: border-box;
	}
.swiper {
	width: 100%;
	height: 100%;
  }

  .swiper-slide {
    padding: 10px 15px 0;
    gap: 25px 100px;
    text-align: center;
    row-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }



  .swiper {
	width: 100%;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	height: 80%;
	width: 100%;
  }

  .mySwiper {
	box-sizing: border-box;
    padding: 25px 0 0;
  }

  .mySwiper .swiper-slide {
	border-radius: 10px;
    background: #E3E3E3;
    width: 25%;
    max-height: 159px;
    height: 100%;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
    border: 4px solid #75A8F9;
    border-radius: 10px;
	position: relative;
	
  }

  .swiper-slide img {
	display: block;
	max-width:430px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
  }
   /*.mySwiper .swiper-slide-thumb-active::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #75A8F9;
	width: 70%;
	height: 34px;
	border-radius: 30px 0 0 0;
  }*/

  .specializaion {
	display: none;
	position: absolute;
  }


  .mySwiper .swiper-slide-thumb-active .specializaion {
background: #75A8F9;
    text-align: right;
    border-radius: 30px 0 0;
    padding: 5px 5px 3px 15px;
    display: block;
    bottom: 0px;
    right: 0px;
    color: #fff;
    z-index: 999;
    font-size: 12px;
  }
.banner__doctors-right p {
	max-height: 150px;
	overflow-y: scroll;
}

  p::-webkit-scrollbar {
  width: 10px;               /* ширина scrollbar */
}
  p::-webkit-scrollbar-track {
  background: none;        /* цвет дорожки */
}
  p::-webkit-scrollbar-thumb {
  background-color: #0A2EE2;    /* цвет плашки */
       /* закругления плашки */
  border: 2px solid #0A2EE2;  /* padding вокруг плашки */
}

/*::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment {
background: linear-gradient(120deg, #0A2EE2 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(240deg, #0A2EE2 40%, rgba(0, 0, 0, 0) 41%),
linear-gradient(0deg, #0A2EE2 30%, rgba(0, 0, 0, 0) 31%);
background-color: #e3e3e3;
}*/
  .news_detail {
	display: flex;
  }
  .news_detail-left {
	width: 40%;
  }
  .news_detail-left img {
	width: 100%;
    padding-right: 20px;
  }
  .news_detail-right {
	width: 60%;
  }
  .news_detail-right h2 {
	line-height: 1.2;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 20px;
  }
  .new-btn {
    padding: 40px 0 0 0;
    color: #0a2ee2;
    background: none;
    margin: auto 0 0 45px;
    position: relative;
	cursor: pointer;
  }
.new-btn:before {
    bottom: 5px;
    left: -46px;
    content: '';
    background: url(../img/svg/arrow-left.svg);
    height: 5px;
    width: 36px;
    position: absolute;

}


.text__blog {
	display: flex;
    flex-wrap: wrap;
	gap: 25px;
}
.photo__blog {
	height: 355px;
    width: calc(40% - 25px);
    object-fit: cover;
    object-position: top;
}
.text-blog-right {
	width: 60%;
}
.text-blog-right-name {
	font-size: 20px;
    font-weight: 700;
}
.text-blog-right .about_clinic_left-btn {
	margin: 40px 0 0 0;
}
.text-blog-right-exp {
	padding: 15px 0;
    color: #0A2EE2;
    display: flex;
}

.text-blog-right-exp p + p:before {
    padding: 8px;
    color: black;
    content: "\2022";
}
.about-blog img{
	object-position: top;
    object-fit: cover;
    max-height: 500px;
    width: 40%;
    float: right;
    margin: 0px 30px 10px 0px;
    float: left;
    width: 43%;
}
.about-text p {
	text-align: justify;
}
.about-text h2{
	font-size: 30px;
    padding: 15px 0 30px;
    font-weight: 500;
}


  .services-list {
display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .servises-item {
    font-weight: 500;
    font-size: 17px;
    padding: 30px;
    display: flex;
    width: calc((100% - 50px) / 3);
    border: 1px solid #75A8F9;
    border-radius: 10px;
    height: 170px;
    align-items: center;
  }
.services-item-all {
	background-color: #EFF5FF;
}

	.blue-btn {
		    background: #0a2ee2;
    color: #fff;
    border-radius: 10px;
    padding: 13px 45px;
    width: max-content;

	}
.search-input {
	height: 48px;
    border-radius: 10px;
    border: 1px solid #75A8F9 !important;
    background-color: #fff !important;
	padding: 0 25px;
}
.search-input:focus {
	border: 1px solid #0A2EE2 !important;
}
.about_clinic-icon {
	max-width: 72px;
}
.develop_block p {
    gap: 15px;
    display: flex;
}





.cookie-container {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 2vh;
    z-index: 1000000;
    justify-content: center;
}
.cookie {
	display: none;
	align-items: center;
    color: black;
    background: #fff;
   padding: 15px 30px;
    z-index: 10000;
    border-radius: 7px;
    stroke-width: 1px;
    stroke: #d9dbe9;
    box-shadow: 0 14px 42px 0 rgba(8, 15, 52, 0.06);
    gap: 5px;
    font-size: 15px;
	width: 90%;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.cookie--active {
  display: flex;
}
a#cookie-btn {
    border-radius: 12px;
    padding: 18px 26px;
    box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.18);
    background: #0067ac;
    color: white;
	margin: 0 20px;
}
button#cookie-btn {
color: rgb(255, 255, 255);
    border-color: rgb(10, 46, 226);
    background-color: rgb(10, 46, 226);
    border-radius: 12px;
    padding: 13px 35px;
    box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.18);
    border-radius: 5px;
    color: #fff;
    margin: 0 20px;
	border: none;
	cursor: pointer;
}
a#cookie-close {
    color: black;
}
.swiper-button-prev {
	top: 56%;
	left: 5px;
}
.swiper-button-next {
	top: 56%;
	right: 5px;
}
.swiper-button-next:after, .swiper-button-prev:after {
     font-size: 30px;
}

.banner__discount-left img{
    margin-top: -30px;
    object-position: top;
    object-fit: cover;
    width: 49%;
    max-height: 250px;
}