.fl-tripl-img {
	padding: 16px 0 15px;
	background-color: #000;
}

.fl-tripl-img .container {
	max-width: 1370px;
}

.fl-tripl-img__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.fl-tripl-img__descr {
	padding: 30px 0;
	width: 43.5%;
}

.fl-tripl-img__descr .section__header {
	margin-bottom: 0;
}

.fl-tripl-img__descr .section__title {
	color: #fff;
	text-align: left;
}

.fl-tripl-img__descr .section__title.with-line {
	margin-bottom: 40px;
}

.fl-tripl-img__descr .section__title.with-line::before {
	background-color: #fff;
	right: auto;
	margin: 0;
}

.fl-tripl-img__descr .html-content {
	color: #fff;
}

.fl-tripl-img__descr .html-content > * {
	margin-bottom: 26px;
}

.fl-tripl-img__descr .html-content > *:last-child {
	margin-bottom: 0;
}

.fl-tripl-img__list {
	width: 51.5%;
}

.fl-tripl-img__item {
	margin-bottom: 19px;
	border-radius: 25px;
	position: relative;

}

.fl-tripl-img__item::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 25px;
	background-color: #18A1E5;
	filter: blur(8px);

}

.fl-tripl-img__item:last-child {
	margin-bottom: 0;
}

.fl-tripl-img__item a {
	display: block;
}

.fl-tripl-img__item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 689 / 303;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1199px) {

	.fl-tripl-img {
		padding: 50px 0;
	}

	.fl-tripl-img__descr .section__title.with-line {
		margin-bottom: 20px;
	}

	.fl-tripl-img__descr .html-content > * {
		margin-bottom: 20px;
	}

	.fl-tripl-img__wrapper {
		align-items: flex-start;
	}

	.fl-tripl-img__descr {
		padding: 0 0 30px;
		width: calc( 47% - 15px );
	}

	.fl-tripl-img__list {
		width: calc( 53% - 15px );
	}
}

@media screen and (max-width: 992px) {
	.fl-tripl-img__descr {
		width: 100%;
	}

	.fl-tripl-img__list {
		width: 100%;
	}
}