.fl-technologies {
	padding: 33px 0 101px;
}

.fl-technologies .container {
	max-width: 1370px;
}

.fl-technologies .section__header {
	margin-bottom: 40px;
}

.fl-technologies .section__title.with-line {
	text-align: left;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.fl-technologies .section__title.with-line::before {
	margin-right: auto;
	margin-left: 0;
}

.fl-technologies__label {
	padding: 6px 30px;
	background-color: #F1FAFF;
	width: auto;
	max-width: max-content;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: var(--font-secondary);
	color: #6494B8;
	border-radius: 10px;
}

.fl-technologies__list {
	max-width: 1214px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fl-technologies__item {
	width: calc( 50% - 30px );
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	background-color: #F1FAFF;
	border-radius: 0 0 25px 25px;
	margin-bottom: 62px;
}

.fl-technologies__image {
	position: relative;
	border-radius: 25px 25px 0 0;
	overflow: hidden;
	aspect-ratio: 577 / 228;
}
.fl-technologies__image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 577 / 228;
}

.fl-technologies__title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #6494B8;
	min-height: 64px;
	padding: 8px 35px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	font-family: var(--font-secondary);
	text-transform: uppercase;
	width: 100%;
}

.fl-technologies__descr {
	padding: 26px 45px 25px 35px;
}

.fl-technologies__content {
	margin-bottom: 29px;
	height: 227px;
	overflow: hidden;
	transition: height 0.3s ease;
}

.fl-technologies__descr.is-open .fl-technologies__content {
    height: auto;
}

.fl-technologies__content.html-content {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}

.fl-technologies__content.html-content ul li {
	padding-left: 16px;
}

.fl-technologies__content.html-content ul li::before {
	width: 6px;
	height: 6px;
	background-color: #292929;
}

.fl-technologies__btn {
	text-align: center;
}

.fl-technologies__btn .btn--default {
	min-width: 267px;
	padding: 14.5px 23px;
	border: none;
}

.fl-technologies__btn .btn--default::after {
	margin-left: 11px;
}

.fl-technologies__bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.fl-technologies__bottom--img {
	width: 180px;
	height: 180px;
	margin-right: 40px;
}

.fl-technologies__bottom--text {
	width: calc( 100% - 220px );
}

.fl-technologies__bottom--text.html-content > * {
	margin-bottom: 26px;
}

.fl-technologies__bottom--text.html-content > *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	.fl-technologies {
		padding: 25px 0 40px;
	}
	.fl-technologies__item {
		width: calc( 50% - 15px );
		margin-bottom: 30px;
	}

	.fl-technologies__bottom--img {
		margin-right: 20px;
	}
	.fl-technologies__bottom--text {
		width: calc( 100% - 200px );
	}

	.fl-technologies__label {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.fl-technologies .section__title.with-line {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.fl-technologies .section__header {
		margin-bottom: 30px;
	}

	.fl-technologies__title {
		font-size: 16px;
		padding: 8px 15px;
	}

	.fl-technologies__descr {
		padding: 35px 25px;
	}

	.fl-technologies__bottom {
		margin-top: 30px;
	}

}

@media screen and (max-width: 992px) {
	.fl-technologies__item {
		width: 100%;
	}
	.post-template-flexible-post .html-content ul li {
		margin-bottom: 13px;
	}

	.fl-technologies__bottom {
		flex-direction: column;
	}
	.fl-technologies__bottom--img {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.fl-technologies__bottom--text {
		width: 100%;
	}

	.fl-technologies__descr {
		padding: 35px 20px;
	}

}