/* Nad Expect */

.fl-nad-expect {
	padding: 60px 0;
}

.fl-nad-expect__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}

.fl-nad-expect__descr {
	padding: 22px 0;
	width: calc( 100% - 412px );
	padding-right: 52px;
}

.fl-nad-expect__img {
	width: 412px;
}

.fl-nad-expect__img img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 15px;
	aspect-ratio: 412 / 239;
}

.fl-nad-expect .section__header {
	text-align: left;
}

.fl-nad-expect .section__content {
	margin-top: 30px;
}

.fl-nad-expect .html-content {
	font-size: 16px;
}

.fl-nad-expect__subtitle {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	color: #000;
	font-family: var(--font-primary);
	line-height: 1.5;
	margin-bottom: 40px;
}

.fl-nad-expect__listing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -14px;
	align-items: flex-start;
}

.fl-nad-expect__item {
	width: calc( 20% - 28px );
	margin: 0 14px 30px;
}

.fl-nad-expect__icon {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	display: flex;
	padding: 15px;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	position: relative;
	background: linear-gradient(180deg, #5287DA 29%, #009AD2 100%);
}

.fl-nad-expect__icon img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	position: relative;
	z-index: 2;
}

.fl-nad-expect__icon::before {
	position: absolute;
	content: '';
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 5px;
	background-color: #5287DA;
	z-index: 1;
}

.fl-nad-expect__item:first-child .fl-nad-expect__icon::before {
	display: none;
}

.fl-nad-expect__icon::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 8px;
	height: 13px;
	top: calc( 100% + 5px);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../../templates/img/arr-b.svg');
}

.fl-nad-expect__content {
	border: 1px solid #A1A2DF;
	background-color: #FDFDFD;
	padding: 20px 9px 14px;
	border-radius: 15px;
	text-align: center;
	font-family: var(--font-primary);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	min-height: 204px;
}

.fl-nad-expect__content > * {
	margin: 0 0 10px;
}
.fl-nad-expect__content > *:last-child {
	margin: 0;
}

.fl-nad-expect__blockquote {
	padding: 36px 42px;
	margin-top: 30px;
	border-radius: 15px;
	background-color: #FAFAFA;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) !important;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	font-family: var(--font-primary);
	font-weight: 400;
}

.fl-nad-expect__blockquote > * {
	margin: 0;
	margin-bottom: 20px;
}

.fl-nad-expect__blockquote > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
	.fl-nad-expect {
		padding: 40px 0;
	}
	.fl-nad-expect__descr {
		width: calc(50% - 15px );
		padding-right: 0;
	}
	.fl-nad-expect__img {
		width: calc( 50% - 15px );
	}
	.fl-nad-expect__wrapper {
		margin-bottom: 30px;
	}
	.fl-nad-expect__subtitle {
		margin-bottom: 40px;
	}
	.fl-nad-expect__item {
		width: calc( (100% / 4 ) - 28px );
	}
	.fl-nad-expect__blockquote {
		padding: 30px;
		font-size: 16px;
		margin-top: 10px;
	}
	.fl-nad-expect__icon::before {
		width: 140%;
	}
	.fl-nad-expect__item:nth-child(5n) .fl-nad-expect__icon::before {
		display: none;
	}
	.fl-nad-expect .section__content {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 992px) {
	.fl-nad-expect .html-content {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.fl-nad-expect__descr {
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.fl-nad-expect .section__header {
		text-align: center;
	}

	.fl-nad-expect__img {
		width: 100%;
	}

	.fl-nad-expect__subtitle {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.fl-nad-expect__item {
		width: calc(50% - 28px );
	}
	.fl-nad-expect__icon::before {
		width: 250%;
		display: none;
	}
	.fl-nad-expect__blockquote {
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 568px) {
	.fl-nad-expect__item {
		width: calc( 100% - 28px );
		margin: 0 14px 20px;
	}
	.fl-nad-expect__content {
		min-height: auto;
		padding: 20px 15px;
	}
}

/* Nad Expect END*/