.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: 1366px){
	.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.12em;
	}
}
@media (min-width: 1660px){
	.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;
}
@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;
	}
}
@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;
	}
}
.last-news .slick-arrow{
	position:absolute;z-index:5;top:50%;width:17px;height:34px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;
}
.last-news .slick-arrow:hover svg{
	stroke:#007EBB;
}
.last-news .slick-arrow.prev{
	left:4%;
}
.last-news .slick-arrow.next{
	right:4%;
}
.last-news .slick-arrow svg{
	width:100%;height:100%;stroke:#0096D0;
}