.fl-double-black {
	background-color: #000;
}

.fl-double-black__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fl-double-black.old-style .fl-double-black__descr {
	width: 50%;
	padding: 52px 45px 40px 0;
}

.fl-double-black__descr {
	width: 55.67%;
	padding: 52px 93px 40px 0;
}

.fl-double-black .section__header {
	margin-bottom: 0;
}

.fl-double-black.old-style .section__title.color-line {
	padding-bottom: 35px;
}

.fl-double-black .section__title.color-line {
	color: #fff;
	text-align: left;
	letter-spacing: .3px;
	padding-bottom: 24px;
}

.fl-double-black.old-style .section__title.color-line::before {
	max-width: 296px;
}

.fl-double-black .section__title.color-line::before {
	right: auto;
}

.fl-double-black.old-style .section__content {
	margin-top: 31px;
}

.fl-double-black .section__content {
	margin-top: 30px;
	color: #DFDFDF;
}

.post-template-flexible-post .fl-double-black__descr .html-content h3 {
	margin-top: 30px;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	font-family: var(--font-secondary);
	line-height: 35px;
	text-align: left;
}

.post-template-flexible-post .fl-double-black__descr .html-content > * {
	margin-bottom: 25px;
}

.post-template-flexible-post .fl-double-black__descr .html-content > *:last-child {
	margin-bottom: 0;
}

.post-template-flexible-post .fl-double-black__descr .html-content ul {
	margin-top: -10px;
}

.fl-double-black.old-style .fl-double-black__images {
	width: 50%;
}

.fl-double-black__images {
	width: 44.33%;
}

.fl-double-black__images img {
	display: block;
	max-width: 100%;
	width: 100%;
	margin-top: 10px;
}

.fl-double-black__images img:first-child {
	margin-top: 0;
}

@media screen and (max-width: 1199px) {
	.fl-double-black .section__title.color-line,
	.fl-double-black.old-style .section__title.color-line {
		padding-bottom: 20px;
	}

	.post-template-flexible-post .fl-double-black__descr .html-content > * {
		margin-bottom: 20px;
	}

	.post-template-flexible-post .fl-double-black__descr .html-content ul {
		margin-top: 0;
	}

	.post-template-flexible-post .fl-double-black__descr .html-content h3 {
		font-size: 24px;
		line-height: 32px;
		margin-top: 20px;
	}

	.fl-double-black__descr,
	.fl-double-black.old-style .fl-double-black__descr {
		padding: 30px 50px 30px 0;
	}

	.fl-double-black .section__content,
	.fl-double-black.old-style .section__content {
		margin-top: 20px;
	}
}

@media screen and (max-width: 992px) {

	.fl-double-black {
		padding-top: 30px;
	}

	.fl-double-black__images,
	.fl-double-black.old-style .fl-double-black__images {
		width: 100%;
		order: 1;
	}

	.fl-double-black__descr,
	.fl-double-black.old-style .fl-double-black__descr {
		width: 100%;
		padding: 30px 0;
		order: 2;
	}
}

@media screen and (max-width: 767px) {
	.post-template-flexible-post .fl-double-black__descr .html-content h3 {
		font-size: 20px;
		line-height: 28px;
	}
}