.fl-frozen {
	padding: 62px 0 60px;
}

.fl-frozen .section__header {
	margin-bottom: 63px;
}

.fl-frozen .section__title.color-line {
	padding-bottom: 23px;
	letter-spacing: .33px;
}

.fl-frozen .section__content {
	text-align: center;
	margin-top: 30px;
}

.fl-frozen .section__subtitle {
	text-align: center;
	margin-top: 22px;
	font-size: 28px;
	line-height: 1;
	text-decoration: underline;
	font-weight: 700;
	color: #292929;
	font-family: var(--font-secondary);
}

.fl-frozen__list {
	display: flex;
	flex-direction: row;
	margin: 0 -7px;
	flex-wrap: wrap;
}

.fl-frozen__item {
	position: relative;
	width: calc( (100% /3 ) - 14px );
	margin: 0 7px 40px;
	background-color: #161E21;
}

.fl-frozen__number {
	position: absolute;
	z-index: 1;
	border: 2px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: -26.5px;
	right: 0;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	font-family: var(--font-secondary);
	text-transform: uppercase;
	width: 51px;
	height: 51px;
}

.fl-frozen__image {
	aspect-ratio: 381 / 349;
}

.fl-frozen__image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 381 / 349;
}

.fl-frozen__descr {
	padding: 12px 22px 24px 23px;
}

.fl-frozen__title {
	font-size: 22px;
	line-height: 27px;
	color: #fff;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	font-weight: 700;
	letter-spacing: -1px;
}

.fl-frozen__content {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: var(--font-secondary);
	line-height: 22px;
}

.fl-frozen__content > * {
	margin-bottom: 10px;
}
.fl-frozen__content > *:last-child {
	margin-bottom: 0;
}

.fl-frozen__content b,
.fl-frozen__content strong {
	font-weight: 700;
}

.fl-frozen__wrapper {
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.fl-frozen__left {
	width: 45%;
}

.fl-frozen__left img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	margin-top: 10px;
}
.fl-frozen__left img:first-child {
	margin-top: 0;
}

.fl-frozen__right {
	width: 55%;
	padding: 30px 67px 30px 55px;
}

.post-template-flexible-post .fl-frozen__right .html-content > * {
	margin-bottom: 25px;
}

.post-template-flexible-post .fl-frozen__right .html-content > *:last-child {
	margin-bottom: 0;
}

.post-template-flexible-post .fl-frozen__right .html-content ul {
	margin-top: -10px;
}

@media screen and (max-width: 1199px) {
	.fl-frozen {
		padding: 40px 0 30px;
	}
	.fl-frozen .section__title.color-line {
		padding-bottom: 20px;
	}
	.fl-frozen .section__subtitle {
		font-size: 20px;
		line-height: 26px;
	}

	.fl-frozen__content {
		margin-top: 10px;
	}

	.fl-frozen__left {
		width: calc( 50% - 15px );
	}
	.fl-frozen__right {
		width: calc( 50% - 15px );
		padding: 30px 15px 30px 0;
	}
}

@media screen and (max-width: 992px) {
	.fl-frozen__item {
		width: calc( 50% - 14px );
	}

	.fl-frozen__left {
		width: 100%;
		margin-bottom: 20px;
	}

	.fl-frozen__right {
		width: 100%;
		padding: 0 15px 30px;
	}
}

@media screen and (max-width: 767px) {	
	.fl-frozen .section__header {
		margin-bottom: 50px;
	}
	.fl-frozen__list {
		margin: 0;
	}

	.fl-frozen__item {
		width: 100%;
		margin: 0 0 40px;
	}
}