.main-blog-block {
	margin-top: 40px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.main-blog-block * {
	box-sizing: border-box;
}
.main-blog-block:first-child {
	margin-top: 0;
}
.main-blog-block:last-child {
	margin-bottom: 0;
}
.main-blog-block__top {
	margin-bottom: 14px;
	display: flex;
	align-items: flex-end;
	column-gap: 16px;
}
.main-blog-block__title {

}
.main-blog-block__link {
	display: inline-flex;
	align-items: center;
	column-gap: 11px;
	color: #709FD8;
	font-size: 13px;
	font-weight: 400;
	line-height: 161.538%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.main-blog-block__link svg path {
	stroke: #709FD8;
}
.main-blog-block__link:hover {
	color: #e1242b;
}
.main-blog-block__link:hover svg path {
	stroke: #e1242b;
}
.main-blog-list {

}
.main-blog-list__row {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}
.main-blog-list__col {
	padding: 12px;
	flex: 0 0 auto;
	width: 33.333%;
	max-width: 100%;

}
.main-blog-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.main-blog-item__img {
	display: block;
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 64.56%;
	margin-bottom: 16px;
	text-decoration: none;
}
.main-blog-item__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.main-blog-item__title {
	color: #242424;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: color 0.3s ease;
	text-decoration: none;
}
.main-blog-item__title:hover {
	color: #e1242b;
}
.main-blog-item__text {
	margin-top: 6px;
	color: #242424;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.main-blog-item__text p {
	margin: 0;
}
.main-blog-item__text br {
	display: none;
}
.main-blog-item__link {
	display: inline-flex;
	align-items: center;
	column-gap: 11px;
	color: #709FD8;
	font-size: 13px;
	font-weight: 400;
	line-height: 161.538%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	margin-top: 18px;
}
.main-blog-item__link svg path {
	stroke: #709FD8;
}
.main-blog-item__link:hover {
	color: #e1242b;
}
.main-blog-item__link:hover svg path {
	stroke: #e1242b;
}
@media screen and (min-width: 768px) {
	.main-blog-block__title.h-h5 {
		font-size: 24px;
		margin: 0;
		padding: 0;
		line-height: 116%;
	}
}
@media (max-width:768px){
	.main-blog-block {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.main-blog-list__col {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}
}