.fl-combo {
	padding: 16px 0 90px;
	background-color: #000;
}

.fl-combo .container {
	max-width: 1370px;
}

.fl-combo .fl-double-img__item {
	border: 3px solid #6494B8;
	position: relative;
}
.fl-combo .fl-double-img__item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 25px;
    background-color: #18A1E5;
    filter: blur(8px);	
}


.fl-combo .fl-double-img__item img {
	aspect-ratio: 601 / 345;
	position: relative;
	z-index: 1;
}

.fl-combo .fl-double-img__wrapper {
	align-items: flex-start;
	margin-bottom: 60px;
}

.fl-combo .fl-double-img__descr {
	padding: 66px 0 0 67px;
}

.fl-combo .fl-double-img__descr .section__header {
	color: #fff;
}

.fl-combo .fl-double-img__descr .section__title.with-line::before {
	background-color: #fff;
}

.fl-combo .fl-double-img__descr .section__content.html-content {
	color: #fff;
}

.fl-combo .fl-optimize__label {
	background-color: #6494B8;
	color: #fff;
}

.fl-combo .fl-optimize__item {
	box-shadow: 0px 0px 8px 5px rgba(100, 148, 184, 0.15);
	border: 1px solid #009CE9;
	background-color: transparent;
	padding: 24px 15px 28px;
	margin-bottom: 18px;
	min-height: 210px;
}
.fl-combo .fl-optimize__top {
	align-items: center;
}

.fl-combo .fl-optimize__name {
	color: #fff;
}

.fl-combo .fl-optimize__descr.html-content {
	color: #DFDFDF;
}

.fl-combo .fl-double-img__descr .section__content.html-content > * {
	margin-bottom: 26px;
}

.fl-combo .fl-double-img__descr .section__content.html-content > *:last-child {
	margin-bottom: 0;
}

.fl-combo__quote {
	margin-top: 37px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.fl-combo__quote--icon {
	width: 190px;
	height: 190px;
	position: relative;
	right: -7px;
}

.fl-combo__quote--text.html-content {
	width: calc( 100% - 190px );
	padding-right: 40px;
	color: #DFDFDF;
	font-weight: 600;
}

.fl-combo__quote--icon img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.fl-combo__btn {
	margin-top: 34px;
	text-align: center;
}

.fl-combo__btn .btn--default {
	padding: 12.5px 70px;
	border: 2px solid #6494B8;
	background: linear-gradient(to left, transparent 50%, #009BE8 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	color: #6494B8;
}
.fl-combo__btn .btn--default:hover {
	background-position: left bottom;
	color: #fff;
	border: 2px solid #009BE8;
}

.fl-combo__btn .btn--default::after {
	display: none;
}

@media screen and (max-width: 1400px) {
	.fl-combo .fl-double-img__descr {
		padding: 0 0 0 30px;
	}
}

@media screen and (max-width: 1199px) {
	.fl-combo .fl-double-img__descr {
		padding: 0 0 0 20px;
	}
	.fl-combo .fl-double-img__wrapper {
		margin-bottom: 30px;
	}
	.fl-combo__quote--icon {
		right: 0;
	}
	.fl-combo__quote {
		margin-top: 30px;
	}

	.fl-combo {
		padding: 30px 0 60px;
	}

	.fl-combo .fl-double-img__descr .section__content.html-content > * {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 992px) {
	.fl-combo .fl-double-img__descr {
		padding: 0;
	}

	.fl-combo__quote {
		margin-top: 20px;
	}
	.fl-combo .fl-optimize__item {
		min-height: auto;
	}

}

@media screen and (max-width: 767px) {

	.fl-combo__quote {
		justify-content: center;
	}

	.fl-combo__quote--text.html-content {
		width: 100%;
		order: 2;
		padding-right: 0;
	}
	.fl-combo__quote--icon {
		order: 1;
		margin-bottom: 20px;
	}

	.fl-combo__btn {
		margin-top: 40px;
	}

}