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;
}
.our-works__gallery{
	/*width: 90%;*/
	margin: 0 auto;
}
.port__item .our-works__block.text__black {
	color: #262626;
}

.port__item .our-works__block span {
	display: block;
}
.port__item {
	position: relative;
	flex: 0 0 calc(25% - 10px);
	max-width: calc(25% - 10px);
	overflow: hidden;
	transition: transform 0.3s ease;
	margin-bottom: 20px;
	border-radius: 6px; }
.logo__item{
	flex: 0 0 calc(25% - 60px);
	max-width: calc(25% - 60px);
	gap: 30px;
}
@media (max-width: 1399.98px) {
	.port__item {
		flex: 0 0 calc(25% - 12px);
		max-width: calc(25% - 12px);
		margin-bottom: 24px; } }
@media (max-width: 767.98px) {
	.port__item {
		flex: 0 0 calc(100%);
		max-width: calc(100%); } }
.port__item img:hover {
	transform: scale(1.05); }
.port__item img {
	width: 100%;
	vertical-align: middle;
	transition: opacity 0.3s ease; }
.port__item img:hover {
	opacity: 0.8; }
.port__item .our-works__block {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family:'Appetite', sans-serif;
	line-height: 110%;
	color: #fff;
	padding: 35px 50px 0;
	width: 100%; }
.port__item .our-works__block.text__black {
	color: #262626; }
@media (max-width: 1399.98px) {
	.port__item .our-works__block {
		padding: 35px 34px 29px;
		max-width: 100%; } }
@media (max-width: 991.98px) {
	.port__item .our-works__block {
		max-width: 100; } }
@media (max-width: 767.98px) {
	.port__item .our-works__block {
		max-width: 100%;
		padding: 0 30px 25px; } }
.port__item .our-works__block span {
	display: block; }
.port__item .our-works__block .work-type {
	font-size: 20px;
	line-height: 110%; }
@media (max-width: 991.98px) {
	.port__item .our-works__block .work-type {
		font-size: 16px; } }
.port__item .our-works__block .work-client {
	line-height: 110%;
	padding: 5px 0 26px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
	position: absolute;
	bottom: 0;
	left: 0;padding: 2em 2em 14px;
}
@media (max-width: 1399.98px) {
	.port__item .our-works__block .work-client {
		padding: 5px 0 27px; } }
@media (max-width: 991.98px) {
	.port__item .our-works__block .work-client {
		font-size: 24px; } }
@media (max-width: 991.98px) {
	.port__item .our-works__block .work-description {
		font-size: 13px; } }
.port__item .our-works__block .our-works__overlay-text {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px; }
.port__item:hover .our-works__block {
	opacity: 1; }
.port__item .our-works__block::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0,0%,0);
	transform: translate3d(0,0%,0);
	background: -webkit-linear-gradient(rgba(72,76,97,0) 5%, rgba(72,76,97,0.7) 100%);
	background: -o-linear-gradient(rgba(72,76,97,0) 5%, rgba(72,76,97,0.7) 100%);
	background: linear-gradient(rgba(72,76,97,0) 5%, rgba(72,76,97,0.7) 100%);
	opacity: 1;
	content: '';

}