div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.section--colored{
	background: transparent!important;
}
.section--colored .rm-form.rm-form--aside{
	background: transparent!important;
}
.section--colored .container.container--disable-md{
	border: 1px solid red;
}
.news-date-time {
	color:#486DAA;
}
.section-bloks {
	display: flex;
	gap: 25px;
	margin-bottom: 55px;
	justify-content: space-between;
}
.section-blok img {
	width: 100%;
	max-width: 600px;
	max-height: 338px;
}
.section-blok {
	width: 49%;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	padding: 15px;
	
}
.section-blok__title {
	text-transform: uppercase;
	color: red;
	font-size: 25px;
}
.section-blok__text {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 16px;
}
.section-blok__info {
	margin-top: 20px;
	height: 48px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.section-blok__info-left,
.section-blok__info-right{
	font-weight: 500;
}
.section-blok__button {
    padding-top: 15px;
}
.section-blok__info-left span,
.section-blok__info-right span{
		font-weight: normal;
}
.section-blok__button a {
	width: 100%;
	display: block;
	text-align: center;
	background: red;
	color: white;
	border-radius: 50px;
	padding: 3px;
	font-weight: 500;
}
.section-project__gallery-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px;
}
.section-project__gallery-block {
	display: flex;
	gap: 41px;
	overflow: auto;
}
.section-project__gallery{
	margin-bottom: 55px;
}
.section-project__gallery-block-img {
	min-width: 200px;
	text-align: center;
}
.section-project__gallery-block-img img
{
	width: fit-content;
	max-height: 80px;
}

@media(max-width: 1023px){
	.section-bloks {
		flex-wrap: wrap;
	}
	.section-blok{
		width: 100%;
	}
}