.disease {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}
.disease ul li {
	padding-left: 5px;
	margin: 5px 0;
	line-height: 25px;
}
.auth-static a{
	text-decoration: none;
}
.disease-content a {
	text-decoration: underline;
	color: #0f6cb6;
}
.disease-content a:hover, .auth-static a:hover{
	text-decoration: underline;
}


.disease ul li:before {
	content: "";
	width: 6px;
	min-width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 16px;
	border-radius: 50%;
	background: #ed2628;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.disease .disease-content {
	width: 75%;
}
.content-content-wrap {
	overflow: auto;
}
.content-content,
.disease .disease-content .content-content {
	background: #F3F4F9;
	border-radius: 7px;
	width: 100%;
	padding: 20px 0 20px 20px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.content-content .content-head ,
.disease .disease-content .content-content .content-head {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}
.content-content ol ,
.disease .disease-content .content-content ol {
	padding-left: 20px;
	margin: 20px 0 0;
}
.content-content ol li,
.disease .disease-content .content-content ol li {
	font-size: 16px;
	line-height: 140%;
	color: #0F6CB6;
	margin-bottom: 10px;
}
.content-content ol li::marker,
.disease .disease-content .content-content ol li::marker {
	color: #919090;
}
.content-content ol li a,
.disease .disease-content .content-content ol li a {
	text-decoration: none;
}
.content-text,
.disease .disease-content .content-text {
	font-size: 16px;
	line-height: 185%;
}
.content-title,
.disease .disease-content .content-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin: 50px 0 20px;
}
.disease .disease-content .content-banner {
	background: linear-gradient(89.87deg, #33ADF1 1.08%, #D848FC 99.89%), #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	border-radius: 7px;
	margin-top: 60px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 32px;
}
.disease .disease-content .content-banner .banner-title {
	width: 40%;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	margin-right: 5%;
	text-align: left;
}
.disease .disease-content .content-banner .banner-descr {
	width: 52%;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
}
.disease .disease-content .content-banner .banner-descr a {
	color: #fff;
}
.disease .auth .auth-static-head {
	font-weight: bold;
	font-size: 16px;
	line-height: 185%;
	color: #919090;
	margin-bottom: 10px;
}
.disease .auth .auth-static {
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}
.disease .auth .auth-static a {
	display: block;
	color: #0F6CB6;
}
.experience {
	margin-top: 10px;
	font-weight: bold;
	font-size: 13.28px;
	line-height: 16px;
	color: #0F6CB6;
}
.disease .card-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.disease .card-inner.for_block_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;


}
.disease .card-inner.for_block_inner .doctor-card{
	margin-right: auto;
	width: calc(33% - 10px);
	padding-bottom: 62px;
	position: relative;
}
@media (min-width: 991px) and (max-width: 1279px) {
	.disease .card-inner.for_block_inner .doctor-card{
		width: calc(50% - 30px);
	}
}
@media (max-width: 768px) {
	.disease .card-inner.for_block_inner .doctor-card{
		width: calc(50% - 30px);
	}
}
.disease .card-inner.for_block_inner .doctor-card img{
	height: auto;
	width: 100%;
	margin: auto;
	display: block;
}
.disease .card-inner.for_block_inner .doctor-call{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.disease .card-inner .doctor-card {
	margin-right: 60px;
}
.disease .card-inner .doctor-card .doctor-card-wrap .img-descr {
	font-weight: bold;
	margin-top: 10px;
	font-size: 13.28px;
	line-height: 16px;
	color: #919090;
}
.disease .content-small {
	margin-top: 30px;
	font-weight: bold;
	font-size: 16px;
	line-height: 185%;
	color: #919090;
}
.disease .horizonal-card {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	border-radius: 7px;
}
.disease .horizonal-card img {
	width: 161px;
	height: auto;
	object-fit: cover;
}
.disease .horizonal-card .hor-descr {
	padding: 20px 0 22px 20px;
	width: 50%;
}
.disease .horizonal-card .hor-descr .last-name {
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}
.disease .horizonal-card .hor-descr .name {
	font-size: 18.72px;
	line-height: 140%;
}
.disease .horizonal-card .hor-descr .hor-descr-static {
	margin-top: 20px;
	font-size: 14px;
	line-height: 140%;
	color: #919090;
}
.disease .horizonal-card .hor-call {
	padding: 20px;
	position: relative;
}
.disease .horizonal-card .hor-call:before {
	position: absolute;
	content: '';
	top: 10%;
	left: 0;
	width: 1px;
	height: 80%;
	background: #D7D7D7;
}
.disease .horizonal-card .hor-call .pls-call {
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}
.disease .horizonal-card .hor-call .button-call {
	margin-top: 20px;
	padding: 18px 42px 17px;
	background: #0F6CB6;
	border-radius: 7px;
	color: white;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	display: block;
}
.disease .horizonal-card .hor-call .call-phone {
	margin-top: 20px;
	color: #0F6CB6;
	text-align: center;
}
.disease .horizonal-card .hor-call .call-phone svg {
	vertical-align: bottom;
}
.disease .ill-notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 47px;
}
.disease .ill-notice svg {
	margin-right: 20px;
}
.disease .ill-notice .ill-title {
	font-weight: bold;
	font-size: 18.72px;
	line-height: 140%;
	padding-top: 10px;
}
.disease .quote {
	margin-top: 23px;
	padding: 0 0 0 60px;
}
.disease .quote .quote-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
}
.disease .quote .quote-descr {
	font-size: 14px;
	line-height: 140%;
	color: #919090;
	margin: 5px 0 20px;
}
.disease .quote .quote-text {
	padding-left: 20px;
	border-left: 2px solid #0F6CB6;
	font-size: 16px;
	line-height: 185%;
}
.disease .auth {
	width: 20%;
	margin-left: 5%;
	margin-bottom: 40px;
}
.doctor-card {
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	border-radius: 7px;
	margin-bottom: 40px;
}
.doctor-card .doctor-card-wrap {
	padding: 20px;
}
.doctor-card .doctor-card-wrap img {
	width: auto;
	height: auto;
}
.doctor-card .doctor-card-wrap .last-name {
	margin-top: 14px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}
.doctor-card .doctor-card-wrap .name {
	font-size: 18.72px;
	line-height: 140%;
}
.doctor-card .doctor-card-wrap .description {
	margin-top: 20px;
	font-size: 14px;
	line-height: 140%;
	color: #919090;
}
.doctor-card .doctor-call {
	color: white;
	background: #0F6CB6;
	border-radius: 7px;
	padding: 16px 35px 17px;
	text-align: center;
	display: block;
	text-decoration: none;
}
.doctor-card .doctor-call:hover {
	text-decoration: underline;
}

.content-banner-zabolevanija {
	background: linear-gradient(89.87deg, #33ADF1 1.08%, #D848FC 99.89%), #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .17);
	border-radius: 7px;
	margin-top: 60px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 32px;
}
.content-banner-zabolevanija .banner-title {
	width: 40%;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	margin-right: 5%;
	text-align: left;
}
.content-banner-zabolevanija .banner-descr {
	width: 38%;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
}
.content-banner-zabolevanija a {
	color: #fff;
}

.source_list li {
	text-decoration: underline;
	color: #0f6cb6;
}
ul.mark_gray li:before {
	background: #979797;
}
.disease .disease-content .content-banner a{
	white-space: nowrap;
}
@media screen and (max-width: 990px) {
	.disease{
		flex-direction: column-reverse;
	}
	.disease .auth {
		width:100%;
		margin-left:0px;
	}
	.disease .content-block .doctor-card-wrap{
		text-align: center;
	}
	.disease .disease-content {
		width: 100%;
	}
	.disease .disease-content .content-banner {
		display: block;
	}

	.disease .disease-content .content-banner .banner-title {
		width: 100%;
		margin-right: 0;
		text-align: left;
	}

	.disease .disease-content .content-banner .banner-descr {
		width: 100%;
		font-size: 16px;
		line-height: 140%;
		margin-top: 20px;
	}
	.disease .card-inner {
		display: block;
		margin-top: 20px;
	}
	.disease .card-inner .doctor-card {
		margin-right: 0;
		text-align: center;
	}
	.disease .horizonal-card {
		display: block;
		text-align: center;
	}
	.disease .horizonal-card .hor-descr {
		margin-top: 20px;
		padding: 0 22px;
		text-align: left;
	}
	.disease .ill-notice {
		display: block;
	}
	.disease .quote {
		padding: 0;
	}
	.doctor-card .doctor-card-wrap img {
		height: 230px;
		width: auto;
	}
	.content-banner-zabolevanija {
		display: block;
	}
	.content-banner-zabolevanija .banner-title {
		width: 100%;
		margin-right: 0;
		text-align: justify;
	}
	.content-banner-zabolevanija .banner-descr {
		width: 100%;
		font-size: 16px;
		line-height: 140%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.disease .card-inner.for_block_inner .doctor-card img{
		object-fit: cover;
	}
}
@media screen and (max-width: 600px) {
	.disease .card-inner.for_block_inner .doctor-card{
		width: 100%;
	}

}

.hidden_desk{
	display: none;
}
@media (max-width: 991px) {
	.hidden_desk {
		display: block;
	}

	.hidden_mob {
		display: none;
	}
}

.content-block .auth-static-head{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin: 50px 0 20px;
}
.disease-content .content-text .include_block{
	clear:both;
}
.disease-content .content-text .with_image_left img{
	border-radius: 20px;
	margin: 10px 20px 10px 0;
	float: left;

	width:auto;
	max-width: 60%;
	height: auto;

}
.disease-content .content-text .with_image_right img {
	border-radius: 20px;
	margin: 10px 0px 10px 20px;
	float: right;

	width:auto;
	max-width: 60%;
	height: auto;
}

@media (max-width: 768px) {
	.disease-content .content-text .with_image_left img{
		max-width: 100%;
	}
	.disease-content .content-text .with_image_right img{
		max-width: 100%;
	}
}

.price_list_table_wrap .price_list_table_item_name{
	word-break: break-word;
}
price_list_table {
	list-style-type: none;
	margin: 30px 0;
	color: #000000;
}
.price_list_table_item {
	display: grid;
	grid-template-columns: 2fr 1fr;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}
.price_list_table_item_price {
	justify-self: end;
}
.price_list_table_item.price_list_table_name {
	color: #465A63;
}
.price_list_table_item_hidden {
	display: none;
}
.btn_show_bore_wrap {
	margin: auto;
	text-align: center;
}

.disease-content .price__accordions table tr:first-of-type,
.disease-content .price__accordions table tr{
	padding: 10px 30px;
}

.disease-content .price__accordions table tr th:nth-of-type(1) {
	width:15%;
	word-wrap: break-word;
}
.disease-content .price__accordions table tr th:nth-of-type(2) {
	width:50%;
}