.fl-criteria {
	padding-bottom: 40px;
}

.fl-criteria__top {
	padding: 60px 0 30px;
	position: relative;
}

.fl-criteria .container {
	position: relative;
	z-index: 2;
}

.fl-criteria__top::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 267px);
    background-color: #FBFBFB;
}

.fl-criteria .section__header {
	margin-bottom: 0;
}

.fl-criteria .section__title.color-line {
	text-align: center;
}

.fl-criteria .section__content {
	text-align: center;
	margin-top: 30px;
}

.fl-criteria .section__subtitle {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	font-weight: 700;
	font-family: var(--font-secondary);
	color: #292929;
	margin-top: 26px;
}

.fl-criteria__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fl-criteria__image {
	width: calc( 50% - 5px );
}

.fl-criteria__image img {
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.fl-criteria__descr {
	width: calc( 50% - 5px );
	background-color: #0189CC;
	padding: 50px 70px 50px 26px;
}

.post-template-flexible-post .fl-criteria__descr .html-content {
	color: #fff;
}

.post-template-flexible-post .fl-criteria__descr .html-content ul li {
	padding-left: 20px;
}

.post-template-flexible-post .fl-criteria__descr .html-content ul li::before {
	background-color: #fff;
}

.fl-criteria__bottom {
	margin-top: 40px;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.fl-criteria {
		padding-bottom: 30px;
	}
	.fl-criteria__top {
		padding: 35px 0 30px;
	}
	.fl-criteria .section__content {
		margin-top: 20px;
	}
	.fl-criteria .section__subtitle {
		margin-top: 20px;
		font-size: 18px;
	}
	.fl-criteria__descr {
		padding: 30px 30px 30px 20px;
	}
	.post-template-flexible-post .fl-criteria__descr .html-content ul li {
		margin-bottom: 10px;
	}
	.post-template-flexible-post .fl-criteria__descr .html-content ul li:last-child {
		margin-bottom: 0;
	}
	.fl-criteria__bottom {
		margin-top: 30px;
	}
}

@media screen and (max-width: 992px) {
	.fl-criteria__image {
		width: 100%;
		margin-bottom: 10px;
	}
	.fl-criteria__descr {
		width: 100%;
		padding: 30px 20px;
	}
}