

.b_doctors {
	padding: 30px 0
}

.b_doctors .doctor_image {
	width: 33.33%
}

@media (max-width:1365px) {
	.b_doctors .doctor_image {
		width: 100%;
		margin: 0 auto 25px;
		max-width: 450px
	}
}

@media (max-width:767px) {
	.b_doctors .doctor_image {
		padding: 0 50px
	}
}

.b_doctors .doctor_image img {
	margin: 0 auto;
}

@media (max-width:1365px) {
	.b_doctors .doctor_image img {
		margin: 0 auto
	}
}

.b_doctors .doctor_information {
	width: 66.667%
}

@media (max-width:1365px) {
	.b_doctors .doctor_information {
		width: 100%
	}
}

@media (max-width:500px) {
	.b_doctors .doctor_information {
		padding: 0 30px
	}
}

.b_doctors .doctor_name {
	font-size: 28px;
	margin: 0 0 5px;
	font-weight: 500
}

@media (max-width:1749px) {
	.b_doctors .doctor_name {
		font-size: 27px
	}
}

@media (max-width:1365px) {
	.b_doctors .doctor_name {
		text-align: center
	}
}

@media (max-width:991px) {
	.b_doctors .doctor_name {
		font-size: 25px
	}
}

@media (max-width:767px) {
	.b_doctors .doctor_name {
		font-size: 18px
	}
}

.b_doctors .doctor_speciality {
	font-size: 19px;
	color: #7c7c7c;
	margin: 0 0 40px
}

.doctor_speciality .doctor_speciality__adress {
	background-color: #F0F0F0;
	font-size: 90%;
	padding: 5px 12px;
	border-radius: 6px;
	color: #4f4f4f;
	width: fit-content;
	margin: 0 auto 20px auto;
}

@media (min-width:1366px) {
	.doctor_speciality .doctor_speciality__adress {
		display: inline;	
		font-size: 80%;
	}	
}

@media (max-width:1365px) {
	.b_doctors .doctor_speciality {
		text-align: center
	}
}

@media (max-width:767px) {
	.b_doctors .doctor_speciality {
		font-size: 13px;
		margin: 0 0 20px
	}
}

.b_doctors .infographics_section {
	margin: 0 0 20px
}

@media (max-width:767px) {
	.b_doctors .infographics_section {
		display: none
	}
}

.b_doctors .infographics_section .infographics_list {
	max-width: 990px
}

.b_doctors .infographics_section .list_row {
	width: 33.33%;
	margin-bottom: 30px
}

@media (max-width:1365px) {
	.b_doctors .infographics_section .list_row {
		width: 50%
	}
}

.b_doctors .infographics_section .row_icon {
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='58' height='58' viewBox='0 0 58 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58 29c0 16.016-12.984 29-29 29S0 45.016 0 29 12.984 0 29 0s29 12.984 29 29zM29 53.965c13.788 0 24.965-11.177 24.965-24.965S42.788 4.035 29 4.035 4.035 15.212 4.035 29 15.212 53.965 29 53.965z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='52.179' y1='6.546' x2='17.013' y2='63.901' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236E58B8'/%3E%3Cstop offset='1' stop-color='%23B75D5D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-size: contain;
	position: relative
}

.b_doctors .infographics_section .row_icon img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.b_doctors .infographics_section .row_content {
	width: calc(100% - 58px);
	font-size: 18px;
	color: #6e58b8;
	padding: 0 20px
}

.b_doctors .information_section {
	padding-right: 90px;
	margin: 0 0 20px;
	line-height: 1.6
}

@media (max-width:1749px) {
	.b_doctors .information_section {
		padding-right: 180px
	}
}

@media (max-width:767px) {
	.b_doctors .information_section {
		display: none
	}
}

.b_doctors .information_section h3 {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	margin-bottom: 10px
}

.b_doctors .information_section p {
	line-height: 1.6
}

.b_doctors .information_section .information {
	max-height: 114px;
	overflow: hidden;
	position: relative
}

.b_doctors .information_section .information:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(1turn, #fff, hsla(0, 0%, 100%, .6) 56.14%, hsla(0, 0%, 100%, 0) 97.12%);
	height: 64px;
	transition: all .1s linear
}

.b_doctors .information_section .information.more {
	max-height: none
}

.b_doctors .information_section .information.more:after {
	height: 0
}

.b_doctors .buttons_control {
	-ms-flex-align: center;
	align-items: center;
	padding-right: 90px
}

@media (max-width:1749px) {
	.b_doctors .buttons_control {
		padding-right: 180px
	}
}

@media (max-width:991px) {
	.b_doctors .buttons_control {
		padding: 0
	}
}

.b_doctors .buttons_control .btn:not(:last-of-type) {
	margin-right: 19px
}

@media (max-width:767px) {
	.b_doctors .buttons_control .btn_d_more {
		display: none
	}
}

@media (max-width:767px) {
	.b_doctors .buttons_control .btn_d_sign {
		width: 100%;
		padding: 15px 17px;
		border-radius: 5px
	}
}

.b_doctors .slick-arrow {
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-color: transparent;
	font-size: 0;
	border: none;
	width: 88px;
	height: 152px;
	bottom: 30%;
	padding: 0
}

@media (max-width:1749px) {
	.b_doctors .slick-arrow {
		width: 70px;
		height: 118px;
		bottom: 5%
	}
}

@media (max-width:1365px) {
	.b_doctors .slick-arrow {
		width: 56px;
		height: 96px;
		top: 200px;
		bottom: auto
	}
}

@media (max-width:500px) {
	.b_doctors .slick-arrow {
		width: 12px;
		height: 20px;
		top: 88vw
	}
}

.b_doctors .slick-arrow.slick-disabled {
	display: none!important
}

.b_doctors .slick-next {
	right: 0
}

.b_doctors .slick-prev {
	left: 0
}

@media (max-width:1749px) {
	.b_doctors .slick-prev {
		left: auto;
		right: 90px
	}
}

@media (max-width:1365px) {
	.b_doctors .slick-prev {
		left: 0;
		right: auto
	}
}

.b_doctors .information_section ul li {margin-bottom: 9px;}