/* Nad Therapy */

.fl-nad-therapy {
	padding: 60px 0 30px;
}

.fl-nad-therapy__top {
	margin-bottom: 60px;
}

.fl-nad-therapy__top .section__header {
	text-align: center;
}

.fl-nad-therapy__top .section__subtitle {
	margin-top: 30px;
}

.fl-nad-therapy__top .section__btn {
	margin-top: 30px;
	text-align: center;
}

.fl-nad-therapy__main .section__header {
	text-align: center;
	margin-bottom: 60px;
}

.fl-nad-therapy__main .section__content {
	margin-top: 30px;
	padding: 0 15px;
}

.fl-nad-therapy__main .html-content {
	font-size: 16px !important;
	line-height: 26px;
	text-align: center;
}

.fl-nad-therapy__main .section__subtitle {
	margin-top: 25px;
}

.fl-nad-therapy__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.fl-nad-therapy__img {
	width: calc( 50% - 15px );
}

.fl-nad-therapy__img img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	aspect-ratio: 486 / 660;
}

.fl-nad-therapy__descr {
	width: calc( 50% + 15px );
	padding-top: 23px;
}

.fl-nad-therapy__list {
	width: calc( 100% + 50px );
	position: relative;
	z-index: 2;
	left: -50px;
	padding: 66px 15px 70px 40px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25) !important;
}

.fl-nad-therapy__item {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.fl-nad-therapy__item:last-child {
	margin-bottom: 0;
}

.fl-nad-therapy__icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.fl-nad-therapy__icon img {

	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.fl-nad-therapy__item span {
	width: calc( 100% - 40px );
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	font-family: var(--font-primary);
	color: #000;
	text-align: left;
}

.fl-nad-therapy__blockquoute {
	padding: 36px 42px;
	margin-top: 50px;
	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-therapy__blockquoute > * {
	margin: 0;
	margin-bottom: 20px;
}

.fl-nad-therapy__blockquoute > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
	.fl-nad-therapy {
		padding: 40px 0 30px;
	}
	.fl-nad-therapy__top {
		margin-bottom: 30px;
	}
	.fl-nad-therapy__main .section__header {
		margin-bottom: 30px;
	}
	.fl-nad-therapy__list {
		padding: 50px 20px;
	}
	.fl-nad-therapy__blockquoute {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 992px) {
	.fl-nad-therapy__item {
		margin-bottom: 20px;
	}
	.fl-nad-therapy__item span {
		font-size: 16px;
	}

	.fl-nad-therapy__blockquoute {
		padding: 30px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.fl-nad-therapy__img {
		width: 100%;
		margin-bottom: 15px;
	}
	.fl-nad-therapy__descr {
		padding-top: 0;
		width: 100%;
	}

	.fl-nad-therapy__list {
		padding: 40px 15px;
		left: 0;
		width: 100%;
	}
	.fl-nad-therapy__main .html-content {
		font-size: 15px !important;
		line-height: 24px;
	}

	.fl-nad-therapy__blockquoute {
		padding: 30px 15px;
		font-size: 15px;
		line-height: 24px;
	}
}


/* Nad Therapy END */