.navigation-module .sidebar .nav-menu .parents{
	position: relative;
}
.navigation-module .sidebar .nav-menu .parents svg{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.doctors-list .group:not(.parents) .section-title{
	font-size: 2.14em;
}
.navigation-module .sidebar .nav-menu .parents + ul{
	padding-left: 10px;
	display: none !important;
}
.navigation-module .sidebar .nav-menu .parents.opened svg{
	transform: translateY(-50%) rotate(180deg);
}
.navigation-module .sidebar .nav-menu .parents.opened + ul{
	display: block !important;
}
.page-template-page-about .page-header.large .plyr--muted{
	position: absolute;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	z-index: 6;
	width: 22px;
	opacity: 0.5;
	height: 32px;
}
.page-template-page-about .page-header.large .plyr--muted.active::before{
	display: block;
    content: '';
    position: absolute;
	transform: rotate(45deg) translateY(-50%);
    height: 3px;
	top: 50%;
    width: 200%;
    left: -50%;
    background: white;
}
.page-template-page-about .page-header.large .plyr--muted.active::after{
	display: block;
    content: '';
    position: absolute;
    transform: rotate(-45deg) translateY(-50%);
    height: 3px;
    top: 50%;
	width: 200%;
    left: -50%;
    background: white;
}
.single-memos .video-tile,.single-news .video-tile{
	padding-bottom: 30px;
}
.success-modal{
	max-width: 320px;
}
.success-modal .modal-title{
	text-align: center;
}
.success-modal .modal-text{
	text-align: center;
	font-size: 1.35em;
	display: block;
}
@media (max-width: 576px){
	.page-template-page-about .page-header.large .plyr--muted{
		display: none;
	}
	.page-template-page-about .page-header.large{min-height: 170px; padding: 8px 0;}
	.styled-text table td{padding: 7px !important}
	.table-wrapper{
		position: relative;
	}
	.table-wrapper.active::after{
		display: none;
	}
	.table-wrapper.active.left::after{
		display: block;
		right: initial;
		left: 0px;
		width: 70px;
		background: linear-gradient(90deg, rgba(0,0,0, 0.1), transparent);
	}
	.table-wrapper::after{
		background: linear-gradient(270deg, rgba(0,0,0, 0.1), transparent);
		display: block;
		position: absolute;
		right: 0px;
		top: 0;
		bottom: 0;
		transition: all 0.3s;
		width: 50px;
		content: '';
		transition: all 0.3s;
	}
}

@media (min-width: 1660px){
	.home .service-tiles .item, .home .departments-tiles .item {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.home .service-tiles .title, .home .departments-tiles .title {
		font-size: 1.37em;
	}
}
.breadcrumbs{
	align-items: center;
}


.dummy-block{
	margin: 0;
	height: 100%;
	padding: 0;
	background-image: url('../img/bg.png');
	background-position: top center;
	background-size: cover;
	position: fixed;
	
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	bottom: 0;
	background-repeat: no-repeat;
	font-family: 'GothamPro', sans-serif;
}
.contents{
	padding: 18.51vh 0;
	max-width: 1170px;
	margin: auto;
	text-align: center;
	letter-spacing: -0.005em;
}
.contents .content-wrap{
	background-color: #ffffff;
	padding: 6.94vh 15.92vh;
	border-radius: 5px;
	margin: 0 50px;
}
.contents .logo{
	width: 22.22vh;
	height: 9.53vh;
	position: relative;
	margin: 0 auto;
	margin-bottom: 32px;
}
.contents .logo img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}
.contents .title{
	font-weight: bold;
	font-size: 48px;
	line-height: 67px;
	text-align: center;
	color: #2B2B2B;
	margin-bottom: 51px;
}
.contents .other{
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #2B2B2B;
	max-width: 510px;
	margin: 0 auto;
}
footer .mobile-phone{
	display: none;
}
@media (max-width: 1200px) {
	.contents .title{
		font-size: 44px;
		line-height: 64px;
	}
	.contents .other{
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width: 991px) {
	.contents .title{
		font-size: 40px;
		line-height: 60px;
	}
	.contents .other{
		font-size: 16px;
		line-height: 24px;
	}
	.contents .content-wrap{
		padding: 4.94vh 4.92vh
	}

}
@media (max-width: 767px) {
	.contents{
		padding: 15.51vh 15px;
	}
	.contents .content-wrap{
		margin: 0 15px;
	}
	footer .mobile-phone{
		display: block;
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 30;
		width: 60px;
		height: 60px;
		border-radius: 30px;
		transition: all 0.3s;
		background: #F7F8F8;
		filter: drop-shadow(0px 4px 17px rgba(0, 0, 0, 0.1));
	}
	footer .mobile-phone a{
		width: 33px;
		height: 34px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	footer .mobile-phone a svg{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 50%;
		transition: all 0.3s;
		left: 50%;
		transform: translate(-50%,-50%);
		object-fit: contain;
	}
	footer .mobile-phone:hover{
		background: linear-gradient(0deg, #0096D0, #0096D0), #F7F8F8;
	}
	footer .mobile-phone:hover a svg path{
		stroke: #ffffff;
	}
	footer .mobile-phone:hover a svg path:last-of-type{
		fill: #ffffff;
		stroke: initial;
	}
	header.site-header .main .columns .phone{
		display: none;
	}
	.site-header .main .btn.blue{
		display: block;
		font-weight: bold;
		font-size: 10px;
		line-height: 10px;
		padding: 11px 9px;
		margin: 0;
		margin-left: 7px;
	}
	header.site-header .main .view{
		margin-left: 0;
	}
	header.site-header .main .logo{
		margin-right: 0;
	}
	header.site-header .main .menu-icon{
		margin-left: 7px;
	}
}
@media (max-width: 576px) {
	.contents{
		padding: 2vh 0;
		transform: scale(0.86);
	}
	.contents .logo{
		width: 240px;
		height: 103px;
		margin-bottom: 4.62vh;
	}
	.contents .title{
		font-size: 32px;
		line-height: 44px;
		margin: 12px 0 17px;
	}
	.contents .other{
		font-size: 21px;
		line-height: 32px;
	}
	.contents br{
		display: none;
	}
}
.partners_razdel{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.partners_razdel a{
	display: block;
	width: 170px;
	height: 45px;
	position: relative;
	margin-left: 15px;
}
.partners_razdel a img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: contain;
	transform: translate(-50%,-50%);
}
.partners-wrap{
	max-width: 940px;
}

.faq .partners-tile .question{
	font-size: 1.2em;
	font-weight: 400;
}
.faq .partners-tile .title-wrap .bold{
	font-weight: 500;
	margin-bottom: 5px;
	margin-right: 5px;
}
.faq .partners-tile .title-wrap .bold-blue{
	color: #0096D0;
}
.faq .partners-tile .title-wrap .deal, .faq .partners-tile .title-wrap .partner{
	display: flex;
}
.faq .partners-tile .answer{
	font-size: 1.1em;
}
.faq .partners-tile .answer .text-wrap{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	justify-content: flex-end;	
}
.faq .partners-tile .answer .text-wrap .photo{
	max-width: 33%;
	height: 220px;
	width: 100%;
	position: relative;
	margin-right: 15px;
}
.faq .partners-tile .answer .text-wrap .photo img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: contain;
	transform: translate(-50%,-50%);
}
.faq .partners-tile .answer .text-wrap .text{
	width: 65%;
}
.section.partners .row{
	justify-content: flex-start;
}
.section.partners .item{
	margin: 0;
}
.section.partners .item img{
	height: 180px;
}
.section.partners .section-title{
	margin-bottom: 0;
}
@media (min-width: 991px){
	.section.partners.active{
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding-top: 10px;
		margin: 0;
		box-shadow: 4px 4px 30px rgb(0 0 0 / 7%);
	}
}
@media (max-width: 767px){
	.faq .partners-tile .answer .text-wrap{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;
		justify-content: center;	
	}
	.faq .partners-tile .answer .text-wrap .photo{
		max-width: 100%;
		height: 180px;
		margin-right: 0px;
		margin-bottom: 12px;
	}
	.faq .partners-tile .answer .text-wrap .text{
		width: 100%;
	}
}