.fl-diagnostic {
	padding: 80px 0 90px;
	background-color: #000;
}

.fl-diagnostic .container {
	max-width: 1370px;
}

.fl-diagnostic .section__header {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 69px;
}

.fl-diagnostic .section__header::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 296px;
	height: 1px;
	background-color: #fff;
}

.fl-diagnostic .section__title {
	text-align: center;
	margin: 0;
	color: #fff;
}

.fl-diagnostic .section__subtitle {
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	color: #DFDFDF;
	font-family: var(--font-primary);
	font-weight: 400;
	margin-top: 15px;
}

.fl-diagnostic__block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}


.fl-diagnostic__column {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: calc( 50% - 99.5px );
	padding-right: 35px;
}

.fl-diagnostic__column:last-child {
	padding-right: 0;
	padding-left: 35px;
	align-items: flex-start;
}

.fl-diagnostic__center {
	width: 199px;
	height: 199px;
	border-radius: 100%;
	position: relative;
	align-self: center;
}

.fl-diagnostic__center img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fl-diagnostic__item {
	margin-bottom: 80px;
	border-radius: 25px;
	border: 2px solid #009CE9;
	position: relative;
	max-width: 446px;
}

.fl-diagnostic__item > * {
	position: relative;
	z-index: 2;
}

.fl-diagnostic__item::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #009CE9;
	border-radius: 25px;
	filter: blur(6px);
}




.fl-diagnostic__item:nth-child(2) {
	margin-bottom: 98px;
	margin-right: 89px;
}

.fl-diagnostic__column:last-child .fl-diagnostic__item:nth-child(2) {
	margin-right: 0;
	margin-left: 89px;
}


.fl-diagnostic__item:last-child {
	margin-bottom: 0;
}

.fl-diagnostic__item::after {
	position: absolute;
	content: '';
    left: calc(100% - 5px);
    top: 41%;
	width: 119px;
	height: 280px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../../../flexible-post/img/before1.png');
	z-index: 3;
}

.fl-diagnostic__item:nth-child(2)::after {
	width: 154px;
	height: 42px;
	left: calc(100% - 13px);
    top: 45%;
	background-image: url('../../../flexible-post/img/before2.png');
}

.fl-diagnostic__item:last-child::after {
	width: 118px;
	height: 281px;
	top: auto;
	bottom: 41%;
	background-image: url('../../../flexible-post/img/before3.png');
}

.fl-diagnostic__column:last-child .fl-diagnostic__item::after {
	width: 131px;
	height: 280px;
	left: auto;
	right: calc(100% - 18px);
	background-image: url('../../../flexible-post/img/before4.png');	
}

.fl-diagnostic__column:last-child .fl-diagnostic__item:nth-child(2)::after {
	width: 154px;
	height: 42px;
	left: auto;
	top: 45%;
	right: calc(100% - 13px);
	background-image: url('../../../flexible-post/img/before2.png');
}

.fl-diagnostic__column:last-child .fl-diagnostic__item:last-child::after {
	width: 136px;
	height: 293px;
	left: auto;
	right: calc(100% - 21px);
	background-image: url('../../../flexible-post/img/before5.png');
}


.fl-diagnostic__item--wrapper {
	padding: 32px 12px 29px 25px;
	min-height: 235px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	background-color: #000;
	border-radius: 25px;
}

.fl-diagnostic__item--img {
	width: 88px;
	height: 88px;
}

.fl-diagnostic__item--img img {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
	height: auto;
}

.fl-diagnostic__item--descr {
	width: calc( 100% - 88px );
	padding-left: 20px;
}

.fl-diagnostic__item--title {
	font-size: 18px;
	line-height: 28px;
	color: #009CE9;
	font-weight: 700;
	font-family: var(--font-secondary);
	margin-bottom: 15px;
}

.fl-diagnostic__item--content {
	font-size: 16px;
	line-height: 26px;
	color: #DFDFDF;
	font-family: var(--font-secondary);
	font-weight: 350;
	letter-spacing: .2px;
}

.fl-diagnostic__item--content > * {
	margin-bottom: 0;
}

.fl-diagnostic__item--content b {
	font-weight: 600;
}

.fl-diagnostic__quote {
	margin: 111px auto 0;
	border: 1px dashed #fff;
	border-radius: 25px;
	padding: 38px 15px 39px;
	text-align: center;
	position: relative;
}

.fl-diagnostic__quote::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 469px;
	bottom: calc(100% - 3px);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../../../flexible-post/img/line.png');
}

.fl-diagnostic__quote--title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	font-family: var(--font-secondary);
	color: #fff;
}

.fl-diagnostic__quote--content {
	max-width: 1005px;
	margin: 20px auto 0;
	color: #DFDFDF;
	font-family: var(--font-secondary);
	font-weight: 350;
	font-size: 18px;
	line-height: 26px;
	color: #DFDFDF;
	letter-spacing: .2px;
}

.fl-diagnostic__quote--content > *:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
	.fl-diagnostic__item--wrapper {
	    padding: 30px 10px 29px 13px;
	}
	.fl-diagnostic__item--img {
		width: 70px;
		height: 70px;
	}

	.fl-diagnostic__item--descr {
		width: calc( 100% - 70px );
		padding-left: 13px;
	}
	.fl-diagnostic__item--title {
		margin-bottom: 10px;
	}
	.fl-diagnostic__item--content {
		font-size: 15px;
	}
}

@media screen and (max-width: 1300px) {
	.fl-diagnostic__item--content {
		font-size: 13px;
	}
}

@media screen and (max-width: 1199px) {
	.fl-diagnostic {
		padding: 50px 0;
	}
	.fl-diagnostic .section__subtitle {
		font-size: 20px;
		line-height: 1.25;
	}
	.fl-diagnostic .section__header {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}

	.fl-diagnostic__block {
		margin: 0 -10px;
	}

	.fl-diagnostic__column {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 0 30px;
		padding: 0 !important;
		align-items: stretch;
	}
	.fl-diagnostic__column:last-child {
		align-items: stretch;
	}

	.fl-diagnostic__center {
		margin-bottom: 50px;
	}

	.fl-diagnostic__column:last-child {
		margin-bottom: 0;
	}

	.fl-diagnostic__item {
		margin: 0 10px 20px !important;
		width: calc( (100% / 3 ) - 20px );
		padding: 0 !important;
		max-width: 100%;
	}

	.fl-diagnostic__item::after {
		display: none !important;
	}

	.fl-diagnostic__quote {
		margin: 50px auto 0;
	}

	.fl-diagnostic__quote::before {
		display: none;
	}

	.fl-diagnostic__item--content {
		font-size: 16px;
	}
	.fl-diagnostic__item--wrapper {
		min-height: auto;
		height: 100%;
	}

}

@media screen and (max-width: 992px) {

	.fl-diagnostic__block {
		margin: 0;
	}

	.fl-diagnostic__column {
		justify-content: space-between;
		margin: 0 0 20px;
	}

	.fl-diagnostic__item {
		width: calc( 50% - 15px );
		margin: 0 0 30px !important;
	}

	.fl-diagnostic__quote {
		margin: 20px auto 0;
		padding: 30px 15px;
	}
	.fl-diagnostic__quote--content {
		margin-top: 10px;
		font-size: 16px;
	}

	.fl-diagnostic .section__subtitle {
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.fl-diagnostic__item {
		width: 100%;
	}
	.fl-diagnostic__column {
		margin-bottom: 0;
	}
	.fl-diagnostic__center {
		margin-bottom: 30px;
	}
}