

/* Start:/local/templates/kyivpasservis/components/bitrix/news/template1/bitrix/news.list/.default/style.css?16643831381468*/
.post {
	display: flex;
	gap: 30px;
	padding-top: 17px;
	margin-bottom: 16px !important;
	border-top: 1px solid #ECEDED;

}

@media (max-width: 768px) {
	.post {
		flex-direction: column-reverse;
	}
}

.post:last-child {
	border-bottom: none;
}

.post_img {
	flex: 1 0 255px;
	max-height: 150px;
}

.post_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.post_details-date {
	background-image: url(/images/date.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	height: 18px;
	display: flex;
	align-items: center;


	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

.post_details-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 10px;
}

.post_details-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 30px;
	border: 1px solid #0036A3;
	color: #0036A3;
	border-radius: 10px;
	transition: .3s;
	margin-top: 30px;
}

.post_details-more:hover {
	background-color: #0036A3;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.post_details-more {
		display: none;
	}

	.post_img {
		margin-top: 0 !important;
	}

	.post_img img {
		object-fit: cover;
	}

	.post_date {
		margin-top: 10px;
	}

	.post_img {
		margin-top: 0 !important;
	}

	.post_img img {
		object-fit: cover;
	}
}
/* End */
/* /local/templates/kyivpasservis/components/bitrix/news/template1/bitrix/news.list/.default/style.css?16643831381468 */
