/*!
Theme Name: mytheme
*/

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	outline: none;
}
iframe {
	border: 0 none;
}
body {
	font-family: ManropeMedium, sans-serif;
	background-color: #F6FAFE;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;

}
ul {
	padding: 0;
}
:focus-visible {
	outline: none;
}

p {
	margin: 0;

}

img {
	max-width: 100%;
}

li {
	list-style-type: none;
}

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

h1,
h2,
h3 {
	margin: 0;
}
.clinic__text h2,
.clinic__text h3 {
	margin-bottom: 0.5em;
}

.clinic__text li {
	position: relative;
	padding-left: 20px;
}
.clinic__text li:before {
	position: absolute;
	display: block;
	content: '';
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #2A99FF;
	left: 0;
	top: 11px;
}

/* Swiper Base */
.swiper-horizontal {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
}
.swiper-wrapper {
	display: flex;
	height: 100%;
}
.swiper-slide {
	flex-shrink: 0;
	cursor: pointer;
}
.swiper-button-disabled {
	display: none;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.btn-reset {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.container {
	max-width: 1650px;
	padding: 0 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-big {
	max-width: 1830px;
	padding: 0 15px;
	margin-right: auto;
	margin-left: auto;

}

.hero__bg {
	background: url(assets/images/herobg.jpg) no-repeat center/cover;
	box-shadow: 0px 11px 15px rgba(100, 130, 154, 0.4);
	border-radius: 30px;
}



.header {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.header_fixed {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 999;
	top:0;
	left:0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 9.81315803527832px 13.381579399108887px 0px #64829A66;
	transition: 0.3s;
}
.header_fixed.active {
	visibility: visible;
	opacity:1;
}
.header_fixed nav {
	border: none;
}
.header__flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.header__flex {
	display: flex;
	flex-direction: column;
	position: relative;
}
.city_dropdown {
	position: absolute;
	padding: 10px 15px;
	background: #fff;
	width: 225px;
	border-radius: 10px;
	z-index: 10;
	box-shadow: 0px 11px 15px 0px #64829a66;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	top: 130%;
}

.logo-wrap {
	position: relative;
	display: flex;
	align-items: center; 
}
.header__logo-wrap {
	margin-right: 35px;
}
.header__log-img {
	margin-right: 10px;
}
.header__logo-name {
	font-family: 'bewlaybr1cyrillic';
	font-size: 45px;
	line-height: 55px;
}
.header__logo-descr {
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin-top: -10px;
}

.burger {
	display: none;
}

.burger-menu {
	display: none;
}

.header__city {
	font-family: 'ManropeMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
	display: flex;
	cursor: pointer;
}

.header__street {
	margin-bottom: 10px;
	display: flex;
}
.header__time {
	margin-bottom: 10px;
	display: block;
}
.header__consult {
	margin-bottom: 10px;
	display: block;
}
.header__menu {
	position: relative;
	border-top: 1px solid #2A99FF;
	border-bottom: 1px solid #2A99FF;
}
.home__icon {
	position: absolute;
	top: 19px;
	left: 7px;
}
.home_icon__svg {
	width: 20px;
	height: 20px;
}
.header__list {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 20px 10px;
	margin: 0 0 0 35px;
}

.header .menu-item,
.header_fixed .menu-item {
	font-family: 'ManropeMedium';
	font-style: normal;
	color: #2B99FF;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	position: relative;
}
.header .menu-item.current-menu-item,
.header_fixed .menu-item.current-menu-item,
.header .menu-item.current-menu-parent,
.header_fixed .menu-item.current-menu-parent {
	font-weight: 600;
}
.header .menu-item.menu-item-has-children,
.header_fixed .menu-item.menu-item-has-children {
	padding-right: 20px;
}
.header .menu-item.menu-item-has-children:after,
.header_fixed .menu-item.menu-item-has-children:after {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	background: url(assets/images/arrow-down.svg) no-repeat center;
	position: absolute;
	right: 0;
	top: 5px;
}
.header .menu-item a,
.header_fixed .menu-item a {
	text-transform: uppercase;
}
.header__list .sub-menu {
	position: absolute;
	padding: 10px 15px;
	background: #fff;
	width: 225px;
	border-radius: 10px;
	z-index: 10;
	box-shadow: 0px 11px 15px 0px #64829A66;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	top: 130%;
}
.header__list .menu-item:last-child .sub-menu {
	right: 0;
}
.header .menu-item .sub-menu a {
	text-transform: none;
	padding: 3px 0;
	display: block;
	color: #000;
}
.menu-item .sub-menu a:hover {
	color: #2B99FF;
}
.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.menu-item img {
	margin-left: 5px;
}

.header__input {
	max-height: 40px;
	width: 100%;
	border-radius: 30px;
	padding: 8px 15px;
	border: 1px solid #dcdcdc;
	margin: 0;
	font-size: 12px;
}

.header__whatsup-icon-576 {
	display: none;
}

.header__tel {
	font-family: 'ManropeMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;

}

.header__whats {
	display: flex;
	align-items: center;
	align-self: center;
}

.header__whatsup-icon {
	margin-right: 7px;
}

.header__btn {
	padding: 3px 16px;
	border: 1px solid #222222;
	border-radius: 10px;
	margin-bottom: 7px;
}

.hero {
	position: relative;
	margin: 35px 0 50px;
}

.hero__list {
	display: flex;
}
.hero__bg .container {
	position: relative;
}

.hero__item {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 38px;
	padding-top: 93px;
}
.hero__list .custom__breadcrumbs, .hero__bg .custom__breadcrumbs {
	padding-top: 93px;
}

.hero__item span {
	color: #B3B3B3;
	margin-right: 3px;
	margin-left: 3px;
}
.hero__item:last-child, .custom__breadcrumbs > span:last-child, .breadcrumbs__separator {
	color: #B3B3B3;
}
.hero__title {
	font-family: 'ManropeSemiBold';
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 75px;
	max-width: 510px;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
	min-height: 150px;
	padding-top: 100px;
}

.hero__block {
	display: flex;
	margin-bottom: 40px;
}

.hero__price {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 75px;
	color: #2B99FF;
	align-self: center;
	margin-right: 110px;
}

.hero__price span {
	font-family: 'ManropeSemiBold';
	font-weight: 600;
}

.hero__count {
	font-family: 'InterLight';
	font-style: normal;
	font-weight: 300;
	font-size: 36px;
	line-height: 20px;
	margin-bottom: 7px;
	z-index: 2;
}

.hero__patients {
	font-family: 'InterLight';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	z-index: 2;
}

.hero__heart-block-578 {
	display: none;
}

.hero__heart-block {
	display: flex;
	align-items: center;
	z-index: 2;
}

.hero__heart-block svg {
	margin-right: 20px;
}

.hero__heart-block div {
	display: flex;
	flex-direction: column;
}

.hero__pluses {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 800;
	font-size: 19px;
	line-height: 36px;
	display: block;
	z-index: 2;
	position: relative;
}

.hero__pluses:not(:last-child) {
	margin-bottom: 10px;
}

.hero__pluses:last-child {
	margin-bottom: 50px;
}

.hero__pluses span {
	color: #42A23C;
}

.hero__btn-block {
	display: flex;
	margin-top: 40px;
	padding-bottom: 85px;
}

.hero__green-btn {
	padding: 20px 40px;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	color: #FFFFFF;
	background: linear-gradient(232.49deg, #90DC4E 20.13%, #46A63D 71.71%);
	box-shadow: 0px 10px 19px rgba(133, 212, 75, 0.6);
	border-radius: 40px;
	margin-right: 20px;

}

.hero__btn {
	padding: 20px 40px;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	border: 1px solid #000000;
	border-radius: 40px;
	z-index: 2;
}

.modal {
	background: rgba(0, 13, 26, 0.7);
	mix-blend-mode: normal;
	backdrop-filter: blur(5px);
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
	margin: 0;
	padding: 0;
}
.modal.active,
.modal:target {
	opacity: 1;
	pointer-events: auto;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

.close {
	position: absolute;
	top: 40px;
	right: 50px;
}


.modal-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

}

.modal__w .callback__block {
	box-shadow: unset;
	position: relative;
}


.modal-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 1.25rem;
	font-weight: 500;
}

.modal__block2 {
	display: flex;
	flex-direction: column;
	padding-top: 0;
	padding-bottom: 80px;
	align-items: center;
}

.modal__block2-title {
	font-family: 'ManropeSemiBold';
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 1.2;


	text-align: center;
	margin-bottom: 5px;
}

.modal__block-2-text {

	font-size: 21px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 84px;
}

.modal__block-2-btn {
	padding: 20px 40px;
	border: 1px solid #000000;
	border-radius: 40px;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
}

.modal__block2-img {
	width: 80px;
	height: 80px;
	margin-bottom: 44px;
}


.hero__bg-1 {
	background-image: url(assets/images/doctor.png);
	background-repeat: no-repeat;
	height: 732px;
	width: 422px;
	bottom: 0;
	right: 30%;
	position: absolute;

}

.hero__bg-2 {
	background-image: url(assets/images/doc2.png);
	background-repeat: no-repeat;
	height: 672px;
	width: 510px;
	bottom: 0;
	right: 12%;
	position: absolute;

}

.structure {
	padding-top: 50px;
	padding-bottom: 50px;

}

.structure__border {
	border: 1px solid rgba(155, 189, 219, 0.5);
	border-radius: 30px;
}

.structure__title {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 60px;
}

.structure__list {
	columns: 4;
	padding-right: 93px;
	padding-left: 93px;
	padding-bottom: 70px;
}

.structure__item {
	margin-bottom: 30px;
	list-style-image: url(assets/images/li.svg);
	list-style-position: inside;
}

.prices {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.svg {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.title {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 54px;
	line-height: 1.2;
	text-align: center;
}

.prices__title, .prices__list {
	margin-bottom: 70px;
}

.prices__item {
	display: flex;
	justify-content: space-between;
	padding: 24px 90px;
}

.prices__item div {
	display: flex;
}

.prices__item div svg {
	margin-right: 10px;
}

.prices__name {
	font-family: 'InterMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.prices__price {
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin-right: 100px;
}

.prices__link {
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #2A99FF;
}




.prices__item:nth-child(2n) {
	background: #FFFFFF;

	border-radius: 30px;
}

.container__big {
	max-width: 1830px;
	padding: 0 15px;
	margin-right: auto;
	margin-left: auto;

}

.prices__footer {
	display: flex;
	align-items: center;
}

.prices__footer-svg {
	margin-right: 30px;
}

.prices__footer-text {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;

	letter-spacing: 0.02em;
	max-width: 1309px;
	color: #6B8DAE;
}

.services {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.services-swiper-block.hidden {
	position: absolute;
	visibility: hidden;
	z-index: -999;
}
.services__text {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	max-width: 956px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.services__little-title {
	font-family: 'ManropeRegular';
	font-weight: 400;
	font-size: 40px;
	line-height: 1.2;

	text-align: center;
	margin-bottom: 1.25em;
}

.services__slide {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.services__slide .img_wrap {
	width: 100%;
	height: 267px;
	overflow: hidden;
}
.services__slide .img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper__position {
	position: relative;
}

.swiper-1 {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	min-height: 444px;
}

.swiper-7 {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 90px;
	min-height: 444px;
}

.swiper-8 {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 90px;
	min-height: 444px;
}


.services__swiper-slide {
	max-width: 380px;
	filter: drop-shadow(rgba(100, 130, 154, 0.4) 0px 11px 15px);
}

.services__name {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
	color: #2A99FF;
	margin-bottom: 5px;
	padding: 0 10px 0 40px;
	min-height: 70px;
}

.services__price {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	padding-left: 40px;
	padding-bottom: 48px;
}

.services__bg {
	background: linear-gradient(359.02deg, #FFFFFF 38.19%, rgba(255, 255, 255, 0) 99.34%);
	position: absolute;
	width: 100%;
	height: 30%;
	max-height: 117px;
	top: 152px;
}

.services-button-prev::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
	transform: rotate(180deg);

}

.services-button-prev {
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
}

.services-button-next {
	position: absolute;
	right: 0%;
	top: 50%;
	cursor: pointer;
}

.services-button-next::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
}



.services__btn {
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	padding: 20px 40px;
	border: 1px solid #000000;
	border-radius: 40px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.services-button-prev-2::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
	transform: rotate(180deg);

}

.services-button-prev-2 {
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
}

.services-button-next-2 {
	position: absolute;
	right: 0%;
	top: 50%;
	cursor: pointer;
}

.services-button-next-2::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
}

.services-button-prev-3::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
	transform: rotate(180deg);

}

.services-button-prev-3 {
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
}

.services-button-next-3 {
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
}

.services-button-next-3::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
}

.treatment {
	padding-bottom: 50px;
	position: relative;
}

.title-2 {
	font-family: 'ManropeLight';
	font-style: normal;
	font-weight: 300;
	font-size: 54px;
	line-height: 75px;
	max-width: 650px;
}

.treatment__title {
	margin-bottom: 40px;
}

.treatment__text {
	
}

.treatment__text p {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}
.treatment__text p + p {
	margin-top: 32px;
}

.treatment__text li {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 48px;
}
/*
.treatment__box {
	display: flex;
	justify-content: space-between;
}*/
.treatment__box:after {
	display: block;
	content: '';
	clear: both;
}

.treatment__img {
	position: relative;
	width: 42.5%;
}
.treatment__img.left {
	float: right;
}
.treatment__img.right {
	float: right;
}

.treatment__svg {
	position: absolute;
	bottom: -50px;
	left: -50px;
	z-index: 2;
}

.treatment__img-border {
	position: absolute;
	border: 3px solid #FFFFFF;
	border-radius: 50px 0px;
	top: 19px;
	right: 20px;
	width: 553px;
	height: 657px;
	z-index: 1;
}

.treatment__text li:not(:last-child) {
	margin-bottom: 15px;
}

.treatment__text ul,
.guarantees__list {
	counter-reset: num;
}
.guarantees__list li:before,
.treatment__text li:before {
	counter-increment: num;
	content: counter(num);
	font-family: 'ManropeSemiBold';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 32px;
	background-color: #2A99FF;
	border-radius: 100px;
	color: #FFFFFF;
	margin-right: 16px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.help {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-image: url(assets/images/lines.png);
	background-repeat: no-repeat;
	background-position: 0px 342px;
}

.help__title {
	margin-bottom: 100px;
}

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

.help__item {
	display: flex;
	flex-direction: column;
}

.help__item img {
	align-self: center;
	margin-bottom: 53px;
}

.help__descr {
	max-width: 210px;
	text-align: center;
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
}

.help__descr-grey {
	color: #000000;
	opacity: 0.2;
	font-size: 15px;
}

.help__img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.help__video {
	filter: drop-shadow(0px 11px 15px rgba(100, 130, 154, 0.4));
	width: 100%;
	height: 580px;
	border-radius: 30px;
	overflow: hidden;
	border: 10px solid #fff;
}
.help__video iframe {
	width: 100%;
	height: 100%;
}

.advantage {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.advantage__title {
	margin-bottom: 30px;
}

.advantage__descr {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 36px;
	text-align: center;
	max-width: 956px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

.advantage__list {
	display: grid;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	gap: 50px;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
}

.advantage__item {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border-radius: 30px;
	max-width: 380px;
	padding: 40px;
	filter: drop-shadow(0px 11px 15px rgba(100, 130, 154, 0.4));
}
.advantage__item .img_wrap {
	width: 100%;
	height: 200px;
	margin-bottom: 29px;
	border-radius: 20px;
	overflow: hidden;
	border-radius: 30px;
}

.advantage__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.advantage__text {
	font-family: 'ManropeMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	max-width: 300px;
}

.doctors {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.doctors__title {
	margin-bottom: 70px;
}

.swiper-2 {
	max-width: 1312px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.doctors__swiper-slide {
	max-width: 227px;
}

.doctors__slide .img_wrap {
	width: 205px;
	height: 205px;
	border-radius: 100%;
	border: 9px solid #fff;
	filter: drop-shadow(0px 11px 15px rgba(100, 130, 154, 0.4));
	margin: 0 auto 25px;
	overflow: hidden;
}
.doctors__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doctors__name {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	max-width: 227px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.doctors__swiper-slide, .doctors__name {
		max-width: 300px;
	}
}

.doctors__descr {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	display: block;
	margin-bottom: 40px;
}

.doctors__btn {
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 30px;
	border: 1px solid #000000;
	border-radius: 40px;
	margin-right: auto;
	display: block;
	margin-left: auto;
	text-align: center;
}

.doctors-button-prev::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
	transform: rotate(180deg);
}

.doctors-button-prev {
	position: absolute;
	left: 0;
	top: 55%;
	cursor: pointer;
}

.doctors-button-next {
	position: absolute;
	right: 0;
	top: 55%;
	cursor: pointer;
}

.doctors-button-next::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
}

.clinic {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.clinic__title {
	max-width: 930px;
	margin-bottom: 40px;
}

.clinic__text p {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 20px;
}


.clinic__note {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	display: flex;
	background-color: #ffffff;
	border: 1px solid #42A23C;
	box-shadow: 0px 11px 15px rgba(100, 130, 154, 0.1);
	border-radius: 30px;
	padding: 40px 56px 40px;
	margin-bottom: 60px;
}

.clinic__note svg {
	margin-right: 28px;
	width: 75px;
	height: 40px;
}

.clinic__last-text {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;

}

.review {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.review__text-576 {
	display: none;
}

.review__title {
	margin-bottom: 100px;
}

.swiper-3 {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	max-width: 1300px;
	margin-bottom: 60px;
}

.review__swiper-slide {
	max-width: 400px;
	background-image: url(assets/images/reviewBg.png);
	background-repeat: no-repeat;
	min-height: 506px;
	background-size: 100% 102%;
	position: relative;
}

.review__slide {
	padding: 38px 37px 40px 53px;
}

.review__slide .img_wrap {
	width: 100%;
	height: 160px;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 29px;
}
.review__slide .img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review__descr {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 13px;
}

.review__name {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}

.review__city {
	display: block;
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 20px;
}

.review__svg {
	position: absolute;
	top: 86px;
	right: 30%;
	left: 44%;
	display: none;
}

.review-button-prev::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
	transform: rotate(180deg);
}

.review-button-prev {
	position: absolute;
	left: 0;
	top: 49%;
	cursor: pointer;
}

.review-button-next {
	position: absolute;
	right: 0;
	top: 49%;
	cursor: pointer;
}

.review-button-next::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
}

.review__btn {
	padding: 20px 40px;
	border: 1px solid #000000;
	border-radius: 40px;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 340px;
	text-align: center;
}

.categories {
	padding-top: 70px;
	background-image: url(assets/images/pluses.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 100px;


}

.categories__card-768 {
	display: none;

}

.categories__title {
	margin-bottom: 80px;
}

.swiper-4 {

	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	max-width: 1240px;

}

.categories__swiper-slide {
	max-width: 380px;
	display: flex;
	flex-grow: 1;
	height: auto;
	min-height: 611px;
	padding-bottom: 26px;
}

.categories__slide {
	background-color: #ffffff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 11px 15px 0px #64829A66;
}

.categories__slide-footer {
	padding: 40px 36px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.categories__slide-header {
	padding: 40px 36px;
	border-radius: 30px 30px 0 0;
	display: flex;
	flex-direction: column;
	position: relative;
}

.categories__slide-header_color-1 {
	background-color: #2A99FF;
}

.categories__slide-header_color-2 {
	background-color: #006ACB;
}

.categories__slide-header_color-3 {
	background-color: #004788;
}

.categories__card-title {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #FFFFFF;
}

.categories__card-price {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	color: #FFFFFF;
}

.categories__card-number {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 35px;
	color: #FFFFFF;
}

.categories__item {
	display: flex;
	font-family: 'ManropeMedium';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.categories__item:last-child {
	padding-bottom: 10px;
}

.categories__item:not(:last-child) {
	margin-bottom: 24px;
}

.categories__item svg {
	margin-right: 14px;
}

.categories__btn {
	padding: 10px 30px;
	border: 1px solid #000000;
	border-radius: 40px;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
}

.categories-button-prev::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
	transform: rotate(180deg);
}

.categories-button-prev {
	position: absolute;
	left: 0;
	top: 49%;
	cursor: pointer;
}

.categories-button-next {
	position: absolute;
	right: 0;
	top: 49%;
	cursor: pointer;
}

.categories-button-next::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
}

.guarantees {
	padding-bottom: 50px;
	position: relative;
}

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

.guarantees__title {
	margin-bottom: 30px;
}

.guarantees__descr {
	max-width: 815px;
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
}

.guarantees__list {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 315px;
}

.guarantees__item {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	max-width: 316px;
	position: relative;
	padding: 0 0 0 48px;
}

.guarantees__item:not(:nth-child(4n)) {
	margin-bottom: 30px;
}

.guarantees__img {
	display: flex;
	justify-content: right;
	margin-right: 50px;
}

.guarantees__flex-2 {
	position: relative;
}

.guarantees__img-2 {
	position: absolute;
	top: 130px;
	right: 0;
	z-index: -1;
}

.guarantees__img-text {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	max-width: 104px;
	margin-bottom: 14px;
}

.guarantees__img-text-age {
	font-size: 32px;

}

.guarantees__img-text2 {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}

.guarantees__flex-2 div {
	background: #2A99FF;
	border-radius: 40px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	max-width: 169px;
	position: absolute;
	top: 145px;
	left: -81px;

}

.expert {
	padding-top: 50px;
	padding-bottom: 50px;
}

.expert__title {
	margin-bottom: 70px;
}

.expert__block {
	width: calc(50% - 20px);
	background-color: #ffffff;
	box-shadow: 0px 11px 15px rgba(100, 130, 154, 0.4);
	border-radius: 30px;
	padding: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.expert__block2 {
	display: flex;
	flex-direction: column;
}

.expert__block .links {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.expert__name {
	font-family: 'ManropeBold';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	max-width: 294px;
	margin-bottom: 10px;
}

.expert__descr {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}

.expert__text {
	max-width: 269px;
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.expert__flex {
	position: relative;
	margin-right: 36px;
}
.expert__flex picture {
	width: 110px;
	height: 110px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
}
.expert__flex picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.expert__svg {
	position: absolute;
	bottom: 26px;
	left: 39%;
}

.expert__main-box {
	display: flex;
	justify-content: space-between;

}

.calculation {
	padding-top: 50px;
	padding-bottom: 50px;
}

.calculation__block {
	padding: 90px;
	background: #FFFFFF;
	box-shadow: 0px 11px 15px rgba(100, 130, 154, 0.4);
	border-radius: 30px;
	position: relative;
	z-index: 0;
}
.calculation__block-after {
	width: 595px;
	height: 595px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.calculation__block-after:after {
	content:'';
	display: block;
	background: #21AFFF;
	width: 100%;
	height: 100%;
	opacity: 0.25;
	filter: blur(250px);
	z-index: -1;
}
.calculation__form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 730px;
	margin-top: 47px;
}

.calculation__form-select {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.select__toggle {
	border: 1px solid #000000;
	border-radius: 10px;
	height: 60px;
	width: 340px;
	font-size: 16px;
	line-height: 28px;
	color: rgba(34, 34, 34, 0.3);
	font-style: normal;
}

.select__toggle::after {
	background-image: url(assets/images/arrow-do.svg);
	width: 18px;
	height: 10px;
}

.calculation__btn {
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 20px 40px;
	background: linear-gradient(232.49deg, #90DC4E 20.13%, #46A63D 71.71%);
	box-shadow: 0px 10px 19px rgba(133, 212, 75, 0.6);
	border-radius: 40px;
	margin-right: 43px;
}

.calculation__acception {
	font-family: 'ManropeRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	max-width: 427px;
	align-self: center;
	z-index: 2;
}

.politic {
	color: #2A99FF;
}

.calculation__img-doc {
	position: absolute;
	bottom: 0;
	right: 27px;
	z-index: -1;
}

.calculation__title_underline {
	border-bottom: 4px solid #2A99FF;
	max-width: 490px;
}

.calculation__selects {
	width: 340px;
	height: 60px;
	border-radius: 10px;
}

.calculation__name {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 28px;
}

.calculation__flexbox {
	display: flex;
}

.photo {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.photo__title {
	margin-bottom: 152px;
}

.swiper-5 {
	max-height: 378px;
	overflow: hidden;
}

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

.photo-1 {
	max-width: 497px;
}

.photo-3 {
	max-width: 497px;
}

.photo-5 {
	max-width: 497px;
}

.photo__swiper-slide {
	max-width: 497px;
}

.photo-button-prev::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
	transform: rotate(180deg);
}

.photo-button-prev {
	position: absolute;
	left: 43%;
	top: -100px;
	cursor: pointer;
}

.photo-button-next {
	position: absolute;
	right: 43%;
	top: -100px;
	cursor: pointer;
}

.photo-button-next::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
}

.licenses {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.licenses__title {
	margin-bottom: 70px;
}

.swiper-6 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1320px;
	overflow: hidden;
}

.licenses-button-prev::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
	transform: rotate(180deg);
}

.licenses-button-prev {
	position: absolute;
	left: 0;
	top: 50%;
	cursor: pointer;
}

.licenses-button-next {
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
}

.licenses-button-next::after {
	height: 67px;
	content: "";
	background-image: url(assets/images/arrow-slider.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 67px;
	display: block;
	background-color: #D5E3F0;
	border-radius: 100px;
}

.more {
	padding-top: 50px;
	padding-bottom: 50px;
}

.more__title {
	margin-bottom: 54px;
}

.more__flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-left: -25px;
}

.more__item {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px 20px;
	width: calc((100% - 100px) / 4);
	box-shadow: 0px 11px 15px rgba(100, 130, 154, 0.4);
	border-radius: 20px;
	margin-bottom: 30px;
	margin-left: 25px;
}
.more__item:nth-child(n+9) {
	display: none;
}

.more__btn {
	padding: 20px 40px;
	border: 1px solid #000000;
	border-radius: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.quetions {
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}

.quetions__title {
	margin-bottom: 60px;
}

.quetions__block {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding: 30px 70px 70px;
	box-shadow: 0px 11px 15px rgba(100, 130, 154, 0.4);
	border-radius: 30px;

}

.quetions__item {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #b3b3b3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 24px;
	line-height: 24px;
}

.quetions__item:first-child {
	border-top: unset;
}

.sales {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.sales .img_wrap {
	width: 124px;
	height: 124px;
	border-radius: 20px;
	overflow: hidden;
}
.sales .img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sales__title {
	margin-bottom: 70px;
}

.sales__svg {
	right: 32%;
	position: absolute;
	bottom: 42px;
}

.sales__name {
	max-width: 461px;
}

.sales__text {
	max-width: 465px;
	margin-bottom: 20px;
}

.sales__btn {
	padding: 10px 30px;
	font-family: 'InterRegular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
	background: linear-gradient(232.49deg, #90DC4E 20.13%, #46A63D 71.71%);
	box-shadow: 0px 10px 19px rgba(133, 212, 75, 0.6);
	border-radius: 40px;
	max-width: 194px;
}

.map {
	padding-top: 50px;
	padding-bottom: 50px;
}

#block_map {
	margin-bottom: 70px;
	border-radius: 30px;
	box-shadow: 0px 11px 15px 0px #64829A66;
	overflow: hidden;
}

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

.map__flexbox {
	display: flex;
	flex-direction: column;
	max-width: 313px;
}

.map__name {
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #B3B3B3;
}

.map__contacts {
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #000000;
}

.callback {
	padding-top: 50px;
	padding-bottom: 35px;
	filter: drop-shadow(rgba(100, 130, 154, 0.4) 0px 11px 15px);
}

.callback__block {
	background-image: url(assets/images/herobg.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0px -18px 48px 20px rgba(255, 255, 255, 0.7);
	border-radius: 30px;
	padding: 100px;
	position: relative;
}

.callback__title {
	font-family: 'ManropeSemiBold';
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 75px;
	margin-bottom: 41px;
	max-width: 660px;
	z-index: 2;
}

.callback__name {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 16px;
	z-index: 2;
}

.callback__flexbox {
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

.callback__flex {
	display: flex;
	justify-content: space-between;
	max-width: 755px;
}

.callback__Input {
	width: 355px;
	height: 60px;
	border: 1px solid #000000;
	border-radius: 10px;
	background-color: transparent;
	font-size: 16px;
	line-height: 28px;
	color: rgba(34, 34, 34, 0.3);
	padding-left: 19px;
	z-index: 2;
}

.callback__img {
	position: absolute;
	bottom: 0;
	right: 60px;
}


/* Footer */
footer {
	margin-top: 70px;
	padding-top: 30px;
	border-top: 1px solid #d8e1e9;
}
.footer_menu__list {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_menu__list > li {
	margin-bottom: 49px;
}
.footer_menu__list > li > a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.footer_menu__list .sub-menu {
	margin-top: 15px;
}
.footer_menu__list .sub-menu a {
	padding: 6px 0;
	display: block;
}
.footer_content {
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
	flex-wrap: wrap;
}
.vcenter {
	align-items: center;
}
.privacy_block-inner {
	display: inline-flex;
	column-gap: 20px;
}
.privacy_block a {
	border-bottom: 1px dashed;
}
.road_popup {
	margin: 20px 0;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px dashed;
	padding: 4px 0;
}
.footer__logo-wrap {
	margin: 0;
}
.payments {
	display: flex;
	margin-top: 45px;
}
.payments_img {
	width: 70px;
	height: 35px;
}
.payments_img img {
	width: 100%;
	height: 100%;
}
.footer_flex {
	display: flex;
	margin-top: 30px;
}
.footer_flex__rekv {
	
}
.footer_flex__links .footer_map-link {
	text-decoration: underline;
}
.footer_flex__wa {
	text-align: center;
}
.footer_flex__wa .whatsapp {
	display: flex;
	align-items: center;
	margin: 10px 0 0;
	justify-content: center;
}
.footer_flex__wa .whatsapp .header__whatsup-icon {
	display: block;
}
.footer_flex__wa .header__tel {
	display: block;
	margin-bottom: 10px;
}
.footer_descr {
	margin:  50px 0;
	font-size: 17px;
	line-height: 24px;
}
.footer_address__title {
	font-size: 28px;
	margin-bottom: 10px; 
}
.footer_address__block p {
	line-height: 30px;
}
.footer_address__block .footer_email svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-left: -3px;
}
.footer_address__block .footer_email {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
#openModal3 .callback__title {
	width: 100%;
	max-width: 100%;
}
#openModal3 .callback__block p {
	margin: 10px 0;
}

.background-1 {
	position: absolute;
	top: 0;
	z-index: -1;
}

.background-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.background-3 {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.background-4 {
	position: absolute;
	top: 0;
	z-index: -1;
	right: 0;
}

.background-5 {
	position: absolute;
	top: 40%;
	left: 0;
	z-index: -1;
}


.background-6 {
	position: absolute;
	top: 40%;
	right: 0;
	z-index: -1;
}

.background-7 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.background-8 {
	position: absolute;
	top: 0%;
	right: 0;
	transform: rotate(180deg);
	z-index: -1;
}

.background-9 {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(180deg);
	z-index: -1;
}

.background-10 {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}

.background-11 {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}

.background-12 {
	position: absolute;
	top: -200px;
	right: 0;
	z-index: -1;

}


.background-13 {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;

}


.background-14 {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;
	transform: rotate(180deg);

}

.background-15 {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;


}


.background-16 {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
}


.background-17 {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
	transform: rotate(180deg);
}

@media (max-width: 450px) {
	.back_desktop {
		display: none;
	}
}
@media (min-width: 451px) {
	.back_mobile {
		display: none;
	}
}

.accordion {
	background-color: transparent;
	border: unset;
	cursor: pointer;
	width: 100%;

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

	transition: 0.4s;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #B3B3B3;
}

.accordion span {
	max-width: 90%;
	text-align: left;
}

.item:first-child .accordion {
	border-top: unset;
}

.accordion::after {
	content: "";
	background-image: url(assets/images/arrow-do.svg);
	background-repeat: no-repeat;
	width: 33px;
	height: 18px;
}

.active+.accordion::after {
	transform: rotate(180deg);
}

.panel {
	padding: 0 18px;
	background-color: white;
	display: none;
}

.panel p {
	padding: 20px;
}

/* Vacancies */
/* Vacancy */
.vacancies_wrap {
	margin-bottom: 65px;
}
.vacancy_desc {
	background: #fafafa;
	border: 1px solid #ececec;
	display: flex;
	flex-wrap: wrap;
	padding: 35px;
	align-items: flex-start;
}
.vacancy_desc .btn {
	height: 65px;
}
.vacancy_desc__row {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin-left: 45px;
}
.vacancy_desc__item {
	flex: 0 0 48%;
	margin-bottom: 20px;
}
.vacancy_desc__item .key {
	text-transform: uppercase;
}
.vacancy__items {
	margin-top: 35px;
	background: #fafafa;
	border: 1px solid #ececec;
}
.vacancy__item {
   border-bottom: 1px solid #ececec;
   position: relative;
   overflow: hidden;
   cursor: pointer;
}
.vacancy__item.active:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #32AF06;
	border-radius: 100%;
	position: absolute;
	left: -9px;
	top: 41px;
}
.vacancy__item:last-child {
   border:none 
}
.vacancy__item_row {
	display: flex;
	justify-content: space-between;
	padding: 35px 88px 35px 35px;
}
.vacancy__item_left {
	flex: 0 0 72%;
}
.vacancy__item_title {
	font-weight: 500;
	color: #454545;
	font-size: 17px;
}
.vacancy__item_property {
	margin-top: 10px;
}
.vacancy__item_property ul {
	display: flex;
}
.vacancy__item_property li {
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 7px;
}
.vacancy__item_property li:after {
	content: '-';
	margin-left: 7px;
}
.vacancy__item_property li:last-child:after {
	display: none;
}
.vacancy__item_right {
	flex: 1;
}
.vacancy__item_pay {
	font-weight: 700;
	color: #454545;
	text-align: right;
}
.vacancy__item_dropbtn {
	border: 1px solid #ececec;
	position: absolute;
	padding: 2px 14px 6px 14px;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.3s;
	right: 33px;
	top: 29px;
}
.vacancy__item_dropbtn svg {
	fill: #505050;
}
.vacancy__item_dropbtn:hover {
	background: #32AF06;
}
.vacancy__item_dropbtn:hover svg {
	fill: #fff;
}
.vacancy__item_desc {
	display: none;
	margin-top: 5px;
	padding: 35px 88px 35px 35px;
}
.vacancy__item.active .vacancy__item_desc {
	display: block;
}
.vacancy__item_desc_col .title {
	font-weight: 700;
	color: #454545;
}
.vacancy__item_desc_col .text {
	margin: 25px 0 65px;
}
.vacancy__item_desc_col .text ul {
	margin-left: 20px;
}
.vacancy__item_desc_col .text li {
	font-size: 14px;
	margin-bottom: 5px;
	position: relative;
	list-style-type: disc;
}

.vacancy__item_desc .btn {
	height: 65px;
}
.vacancy__item.active .vacancy__item_desc {
	display: block;
}
.vacancies_file input{
	display: none;
}
.vacancies_flex .callback__flexbox {
	margin-bottom: 20px;
}
.vacancies_file {
	color: #2A99FF;
	margin: 20px 0 30px;
	display: block;
	cursor: pointer;
}

.contacts_row {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contacts_row .item {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	width: 500px;
	padding: 15px;
	margin-bottom: 15px;
}
.contacts_row .item .name {
	font-size: 21px;
	color: #2B99FF;
	margin-bottom: 13px;
}
.contacts_row .list p {
	margin: 0 0 10px;
}
.contacts_row .item  select {
	border-radius: 20px;
	padding: 5px;
	background: transparent;
}
.contacts_row .list.hidden {
	display: none;
}

.review__page h2 {
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}
.review__page .review__title {
	margin-bottom: 43px;
}

.review_audio .review__swiper-slide {
	background: #fff;
	border-radius: 15px;
	height: auto;
	min-height: 230px;
	border: 1px solid #d5e3f0;
}
.review_audio .review__slide {
	padding: 20px;
}
.review_audio__title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
}
.review_audio__subtitle {
	font-size: 14px;
	margin: 20px 0 0;
	border-top: 1px solid #d5e3f0;
	padding: 16px 0 0;
}

.photo_page .photo__title {
	margin-bottom: 30px;
}
.photo_page .photo__subtitle {
	margin-bottom: 140px;
	text-align: center;
	font-weight: 400;
}


.search {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.search_form {
	text-align: center;
	margin: 35px 0;
}
.search_form input {
	border-radius: 50px;
	border: 1px solid #dcdcdc;
	padding: 10px 20px;
	width: 50%;
}
.search_result-title {
	color: #939393;
	text-align: center;
}

.search_results {
	padding: 0 30px;
}
.result_item {
	padding: 21px 0 12px;
	list-style-type: decimal;
	border-bottom: 1px solid #d4e9f9;
}
.result_item__title {
	font-size: 17px;
	font-weight: 500;
	color: #2b99ff;
}
.result_item__text {
	margin: 10px 0;
	font-size: 15px;
}

.the-content h1,
.the-content h2,
.the-content h3
.the-content h4 {
	margin: 30px 0 20px;
}
.the-content ul,
.the-content p {
	margin: 10px 0;
}
ul.wsp-pages-list {
	padding: 0 0 0 30px;
}
ul.wsp-pages-list li {
	list-style-type: disc;
}
.wsp-pages-title, .wsp-vacanciess-title, .wsp-vrachis-title {
	margin: 15px 0 0;
}

.js-region-search-ajax {
	height: 48px;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.375rem 0.75rem;
    border: 1px solid #dddddd;
    width: 100%;
}
#js-region-search-ajax-results .ac_results {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
#js-region-search-ajax-results .ac_results li {
	width: 25%;
	padding: 0 10px;
	margin: 0 0 15px;
	font-size: 15px;
}


#totop {
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none;
	cursor: pointer;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#totop:before {
	background: url('assets/images/arrow-do.svg') no-repeat center/contain;
	width: 30px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	content: '';
	margin: -8px 0 0 -15px;
	transform: scaleY(-1);
}





