.product-lab-tests {
	margin: 64px 0;
}

.section-info {
	margin: 64px 0;
	display: flex;
	gap: 32px;
}

.section-info__img {
	width: 384px;
}

.img__sticky-box {
	position: sticky;
	top: 16px;
	background-color: #f2f4f7;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
}

.img__sticky-box img {
	max-width: 100%;
	border-radius: 12px;
	object-fit: cover;
	object-position: top center;
}

.section-info__content {
	max-width: calc(100% - 416px);
}

.img__sticky-box .img__title {
	text-align: center;
	padding: 24px 12px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.img__sticky-box p {
	font-size: 14px;
	line-height: 20px;
}

.section-info__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.section-info__content .h1,
.section-info__content .h2,
.section-info__content .h3 {
	margin-bottom: 8px;
}

.section-info__content p~.h1,
.section-info__content p~.h2,
.section-info__content p~.h3 {
	margin-top: 8px;
}

.section-info__content ol li,
.section-info__content ul li {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 24px;
	color: #41617e;
	list-style: inherit;
	list-style-type: inherit;
	margin: 0 0 20px 24px;
}

.section-info__content ul li:last-child,
.section-info__content ol li:last-child {
	margin-bottom: 0;
}

.section-info__content li::marker {
	font-weight: bold;
}

.overview {
	text-align: center;
	margin: 64px 0;
}

.overview .h1 {
	margin-bottom: 12px;
}

.overview__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin: 32px 0;
}

.overview__item {
	text-align: center;
	padding: 12px;
	border: 1px solid #d0d5dd;
	background-color: #f9fafb;
	border-radius: 12px;
	width: calc(20% - 26px);
}

.overview__item img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 8px;
}

.overview__item .h5 {
	margin-bottom: 8px;
}

.overview__item p {
	font-size: 14px;
	line-height: 20px;
}

.overview p+p {
	margin-top: 32px;
}

.supplement-results {
	padding-top: 64px;
	border-bottom: 1px solid #d0d5dd;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
	justify-content: center;
}

.supplement-results p {
	max-width: 800px;
}

.supplement-results p span {
	color: #ff7c32;
}

.supplement-results img {
	width: 100%;
	object-fit: contain;
	max-width: 1440px;
}

.supplement-results:nth-child(even) {
	background-color: #f9fafb;
}

.supplement-details {
	margin: 64px 0;
}

.supplement-details__item {
	display: flex;
	align-items: flex-start;
	gap: 46px;
}

.supplement-details__item+.supplement-details__item {
	padding-top: 32px;
	margin-top: 32px;
	border-top: 2px solid #d0d5dd;
}

.supplement-details__image {
	width: 100%;
	max-width: 385px;
	min-width: 385px;
	position: sticky;
	top: 32px;
}

.supplement-details__image img {
	max-width: 100%;
}

.supplement-details__image span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: inline-block;
	font-family: 'DM Serif Display';
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	padding: 7px 50px;
	border-radius: 377px;
	background-color: #ff7c32;
	color: #fff;
}

.supplement-details__description .h3,
.supplement-details__description {
	display: flex;
	flex-direction: column;
}

.supplement-details__description {
	gap: 24px;
}

.supplement-details__description .h3 span {
	color: #ff7c32;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
	line-height: 19.07px;
}

.supplement-details__description p {
	font-size: 18px;
	line-height: 28px;
}

.supplement-details__description p span {
	color: #ff7c32;
}

@media screen and (max-width: 976px) {
	.product-lab-tests {
		margin: 48px 0;
	}

	.product-lab-tests .contact {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.overview__wrapper {
		gap: 16px;
		flex-wrap: wrap;
	}

	.overview__item {
		width: calc(33% - 8px);
	}

	.overview .h1,
	.supplement-results .h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.section-info__img {
		width: 255px;
	}
	.section-info__content {
		max-width: calc(100% - 287px);
	}

	.supplement-details__image {
		max-width: 252px;
    min-width: 252px;
	}

	.product-lab-tests .section-about .about__box .about__text-item .h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.product-lab-tests .section-about .about__title {
		position: static;
	}

	.product-lab-tests .section-about {
		flex-direction: column;
		gap: 28px;
	}

	.product-lab-tests .about__title .h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.product-lab-tests .section-about .about__box.about__box-line {
		padding: 0;
		margin: 0;
		border: none;
	}
}

@media screen and (max-width: 767px) {
	.section-info {
		flex-direction: column;
		gap: 24px;
	}

	.section-info__img {
		width: 100%;
	}

	.section-info__content {
		max-width: 100%;
	}

	.product-lab-tests {
		margin-bottom: 0;
	}

	.supplement-details__item {
		flex-direction: column;
		gap: 32px;
	}

	.supplement-details__image {
		position: relative;
	}

	.overview__item {
		width: 100%;
	}
}