.vrach_block .vrach_block_left{
	overflow:auto;
	margin-bottom:15px;
}
.vrach_block .vrach_block_right{
	float:right;
}
.vrach_block__price{
	float:right;
	display:flex;
	gap:35px;
}
.vrach_price{
	line-height:44px;
	font-weight: 500;
	font-size: 18px;
}
.vrach_price b{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
	color: #F5851E;
}

.vrach_block ._text{
	margin-bottom:40px;
	margin-top:20px;
}
.vrach_block article, .vrach_block article p, .vrach_block article li{
	font-weight: 500;
	font-size: 15px;
	line-height: 200%;
	color: #1B1B1B;
}
.vrach_block article strong{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
}

.top_services-wrap{
	clear:both;
}

.vrach_block ._spec{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
}
.vrach_block ._reviews{
	padding:5px 0 15px;
}
.vrach_block ._reviews ._review_count{
	display:inline-block;
	margin-left:30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #82CA5B;
	position:relative;
	top:-2px;
}


.vrach_block ._gallery{
	display:flex;
	width:100%;
	max-width:340px;
	/*min-width:340px;*/
	overflow:hidden;
	margin:0 auto 0;
	padding-top:30px;
	clear:right;
}
.vrach_block ._gallery._single{
	max-width:250px;
}
.vrach_block ._gallery ._slide a{
	display:block;
	height:100%;
}
.vrach_block ._gallery ._big{
	width:100%;
	overflow:hidden;
	max-height:275px;
}
.vrach_block ._gallery ._slide{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	background-color: #F2FFEE;
	border-radius: 3px;
}
.vrach_block ._gallery ._big ._slide{
	max-width:250px;
	width:100% !important;
	height:275px;
}
.vrach_block ._gallery ._small{
	width:80px;
	min-width:80px;
	max-width:80px;
	margin-left:10px;
	overflow:hidden;
	max-height:275px;
}
.vrach_block ._gallery ._small ._slide{
	width:80px;
	height:85px;
	margin:0px 0 10px;
	filter: blur(1px);
	transition:0.3s;
}
.vrach_block ._gallery ._small .slick-current{
	filter:none;
}
.vrach_block ._gallery ._small .slick-list{
	height:100%;
}

.vrach_block_schedule{
	max-width:380px;
	margin:0 auto;
}


@media (max-width:768px){
	.vrach_block{
		display:flex;
		flex-direction:column;
	}
	.vrach_block .vrach_block_right{
		float:none;
		display:flex;
		flex-direction:column;
	}
	.vrach_block ._gallery{
		order:1;
		padding-top:0;
	}
	.vrach_block .vrach_block__price{
		order:2;
		flex-direction:column;
		margin-top:20px;
		margin-bottom:20px;
		gap:10px;
	}
	.vrach_block_schedule{
		display:none;
	}
	.vrach_block .vrach_block_left._title{
		order:1;
	}
	.vrach_block .vrach_block_right{
		order:2;
	}
	.vrach_block .vrach_block_left._text{
		order:3;
	}

	.vrach_block ._spec{
		margin-bottom:5px;
	}
	.vrach_block .vrach_block__price .button{
		width:100%;
	}
}