.sr-doctors{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
}

.sr-doctors .item{
	padding: 10px;
	width: calc(25% - 20px);
	margin: 10px;
	border: 1px solid #eceff5;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items:  center;

}
.sr-doctors .item .wp-post-image{
	margin-bottom: 20px;
	width: 100%;
}
.sr-doctors .item h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}


.sr-doctors .item .buttons{
	margin-bottom: 14px;
	margin-top: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
}

.sr-doctors .item .buttons a{

	font-size: 13px;
	line-height: 13px;
	margin: 0 2px;
	font-weight: 400;
	color: #ff661d;
	padding: 10px 20px;
	border: 2px solid #ff661d;
	border-radius: 2px;
	background-color: transparent;
    background-image: linear-gradient(190deg, var( --e-global-color-f77f7aa ) 0%, var( --e-global-color-14a5c0d ) 100%);
	color: var( --e-global-color-9fd1ce6 ) !important;
	border: none !important;
}
.sr-doctors .item .buttons a.zl img{
	width: 12px;
	height: auto;
	margin-right: 4px;
}
.sr-doctors .item .buttons a:hover{
	color: #fff;
	background-image: linear-gradient(190deg, #5C7A98 0%, #1F2B38 100%);
	border-radius: 2px;

}
.sr-doctors .item > *{
	    transition-duration: 1000ms;
}

.sr-doctors .item > span{
	text-align: center;
}
/*.sr-doctors .item:hover > .wp-post-image,
.sr-doctors .item:hover > h2,
.sr-doctors .item:hover > span,
.sr-doctors .item:hover > .more  {
    transition-duration: 1000ms;
    -webkit-transform: scale(.85);
	-ms-transform: scale(.85);
    transform: scale(.85);
}
*/

.sr-doctors .item .popup{
	background: #fff;
	width: 100vw;
	height: 100vh;
	display: none;
	justify-content: center;
    align-items: center;
	position: fixed;
	left: 0;
	top:0;
	z-index: 2000;
}
.sr-doctors .item .popup.show{
	display: flex;
}
.sr-doctors .item .popup .popup-content{
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: relative;
	padding: 40px;
	max-width: 950px;
	box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
	display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 90vh;
    overflow-y: auto;
}
.sr-doctors .item .popup.show .popup-content{
	
}
.sr-doctors .item .popup .popup-content h2{
	margin-bottom: 10px;
}
.sr-doctors .item .popup .popup-content strong{
	margin-bottom: 10px;
	text-align: center;
	display: block;
}
.sr-doctors .item .popup .popup-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.sr-doctors .item .popup .popup-content  .close:hover:after, .sr-doctors .item .popup .popup-content  .close:hover:before {
  background-color: #4d4d4d;
}
.sr-doctors .item .popup .popup-content .close:before, .sr-doctors .item .popup .popup-content .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 4px;
  border-radius:2px;
  background-color: #ff661d;
}
.sr-doctors .item .popup .popup-content .close:before {
  transform: rotate(45deg);
}
.sr-doctors .item .popup .popup-content .close:after {
  transform: rotate(-45deg);
}
.sr-doctors-filters{
	text-align: center;
	padding: 0 10px;
}
.sr-doctors-filters a{
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	margin-top: 14px;
	font-weight: 400;
	color: #ff661d;
	padding: 10px 20px;
	border: 2px solid #ff661d;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 2px;
}

.sr-doctors-filters a:hover{
	color: #fff;
	background-color: #ff661d;
}

.sr-doctors-filters a.current{
	background-color: #D12A21;
	border-color: #D12A21;
	color: #fff;
	
}
@media (max-width: 1240px) {
	.sr-doctors .item{
		padding: 20px;
		width: calc(33.3% - 20px);
	}
}
@media (max-width: 1030px) {
	.sr-doctors .item{
		padding: 20px;
		width: calc(50% - 20px);
	}
}


@media (max-width: 767px) {
  
	.sr-doctors .item{
		padding: 20px;
		width: calc(100% - 20px);
	}
	.sr-doctors .item .wp-post-image{
		width: 100%;
		height: auto;
	}
	.sr-doctors .item .popup .popup-content{
		max-height: 100vh;
	}
}




.sr-doctors .item .wp-post-image{
	box-shadow: 4px 4px 30px rgb(196 196 196 / 50%);
	border: 1px solid #eceff5;

}


.sr-doctors .item .popup .popup-content.additional-img{
	max-width: 1200px;

	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.sr-doctors .item .popup .popup-content.additional-img .photo{
	width: 50%;
}
.sr-doctors .item .popup .popup-content.additional-img .photo img{
	width: 100%;
	height: auto;	
}

.sr-doctors .item .popup .popup-content.additional-img .content{
	padding-left: 40px;
	width: 50%;
}

.sr-doctors .item .popup .popup-content.additional-img .content strong{
	font-weight: 400;
	text-align: left;
	margin-bottom: 0;
}

.sr-doctors .item .popup .popup-content.additional-img .content h2{
	text-align: left;
	margin-bottom: 20px;

}

@media (max-width: 767px) {
	.sr-doctors .item .popup .popup-content.additional-img{
		flex-direction: column;
	}
	.sr-doctors .item .popup .popup-content.additional-img .photo{
		width: 100%;
		margin-bottom: 20px;
	}
	
	
	.sr-doctors .item .popup .popup-content.additional-img .content{
		padding-left: 0px;
		width: 100%;
	}

}