div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.beer-range::-webkit-slider-thumb{
	-webkit-appearance: auto !important;
}
.portfolio {
	padding-top: 52px;
	padding-bottom: 71px;
	background: #fff;
}
.portfolio-title {
	margin-bottom: 38px;
}
.portfolio-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-column-gap: 35px;
	column-gap: 35px;
}
.portfolio-preview__differences {
	position: relative;
	max-width: 582px;
	width: 100%;
	/*height: 388px;*/
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.port-desc {
	max-width: 100%;
}
.port-desc__doctors, .port-desc__doctor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.port-desc__doctors {
	margin-bottom: 26px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 20px;
}
.port-desc__doctor {
	gap: 13px;
	max-width: 350px;
	width: 100%;
}

.port-desc__doctor a{
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #002356;
}

.port-desc__doctor a:hover{
	text-decoration:none;
}
.doctor__info span {
	display: block;
}
.doctor__info a span {
	display: block;

}
.portfolio-preview__exerpt {
	padding-bottom: 22px;

	margin-bottom: 17px;
}
.doctor__img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.doctor__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 1200px) {
	.portfolio-preview__differences {
		max-width: 460px;
		height: 350px;
	}
	.port-desc__doctor {
		gap: 10px;
		max-width: 220px;
	}
}

@media screen and (max-width: 991px) {
	.portfolio-title {
		margin-bottom: 88px;
	}
	.portfolio-preview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		row-gap: 100px;
	}
	.portfolio-preview__differences {
		max-width: 500px;
		height: 380px;
	}
	.port-desc {
		max-width: 500px;
	}
}

@media screen and (max-width: 767.8px) {
	.portfolio {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.portfolio-preview {
		row-gap: 50px;
	}
}

@media screen and (max-width: 575.9px) {
	.portfolio-preview__differences {
		height: 300px;
	}
	.port-desc__doctor {
		gap: 6px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		max-width: 180px;
	}
}

@media screen and (max-width: 400px) {
	.portfolio-preview__differences {
		height: 250px;
	}
	.port-desc__doctor {
		max-width: 140px;
		margin: 0 auto;
	}
}

.filter-row{
	padding-top:5%;
	display:flex;
	justify-content: flex-start;
	flex-direction: row;
}
.filter-cell{
	width:33%;
	margin:10px;
}
@media screen and (max-width: 1200px) {
	.filter-cell{
		width:50%;
	}
}
@media screen and (max-width: 991px) {
	.filter-row{
		flex-direction: column;
	}
	.filter-cell{
		width:100%;
	}
}

.work_description{
	font-size:14px;
}