.article {
	padding-top: 0px !important;
}
.article__container {
	max-width: 1272px !important;
	padding: 40px 16px 0;
}
.article__wrap {
	border-radius: 15px !important;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1) !important;
	padding: 40px 30px !important;
}
.article__wrap h1 {
	position: relative;
	padding-bottom: 24px;
}
.article__wrap h1::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 3px;
	background: #33CB66;
}

.article .article__wrap h1 {
	margin-bottom: 0;
	padding: 0;
}
.article .article__wrap h1::after {
	content: none;
}

.start-calc__wrap {
	text-align: center;
}
.start-calc {
	border-radius: 30px;
	background: #001689;
	border: medium none;
	padding: 10px 40px;
	cursor: pointer;

	display: inline-block;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23.2px;
	color: #fff;

	transition: all .3s;
}
.start-calc:hover {
	background: #33CB66;
}


.article p.osteopenia__subtext {
	position: relative;
	margin-top: 24px;
	padding-bottom: 12px;
	margin-bottom: 24px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23.2px;
	color: #444444;
}
.article p.osteopenia__subtext::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 3px;
	background: #33CB66;
}


.article p.osteopenia__text {
	margin-top: 10px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25.2px;
	color: #444444;
}
.article p.osteopenia__text--mt-24 {
	margin-top: 24px;
}
.article p.osteopenia__text--mt-40 {
	margin-top: 40px;
}

.osteopenia-block {
	margin-top: 40px;
	padding: 40px 30px;
	border: 2px solid #33CB66;
	border-radius: 15px;
}

.article__wrap h2.osteopenia-block__title {
	margin: 0;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 34.55px;
	color: #001689;
	text-transform: uppercase;
}
ul.osteopenia-block__list {
	margin: 12px 0 0;
	padding: 0;
	list-style-type: none;
}
ul.osteopenia-block__list li {
	position: relative;
	padding-left: 30px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 21.6px;
	color: #444444;
}
ul.osteopenia-block__list li::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 8px;
	width: 5px;
	height: 5px;
	background: #444444;
	border-radius: 50%;
}
ul.osteopenia-block__list li + li {
	margin-top: 15px;
}

.osteopenia-text-center {
	margin-top: 40px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 33.6px;
	color: #001689;
	/* text-align: center; */
}

.osteopenia-note {
	margin-top: 40px;
	padding: 24px 30px;
	border: 2px solid #33CB66;
	border-radius: 15px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}

.osteopenia-help {
	margin-top: 40px;
	padding: 24px 30px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25.2px;
	color: #444444;
	border: 2px solid #33CB66;
	border-radius: 15px;
}
.osteopenia-help a {
	color:#33CB66;
	transition: color .3s;
}
.osteopenia-help a:hover {
	color: #001689;
}

.osteopenia-footer {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
}
ul.osteopenia-footer__biblio {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: li;
}
ul.osteopenia-footer__biblio li {
	position: relative;
	padding-left: 20px;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 23.03px;
	color: #444444;
}
ul.osteopenia-footer__biblio li::before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: absolute;
	left: 0;
	top: 0;
}
ul.osteopenia-footer__biblio li + li {
	margin-top: 2px;
}

@media screen and (max-width: 767px) {
	.article__wrap {
		padding: 40px 23px !important;
	}
	.article__wrap h1::after {
		width: 100%;
	}
	.article p.osteopenia__text--mt-24 {
		margin-top: 12px;
	}
	.article__wrap h2.osteopenia-block__title {
		font-size: 18px;
		line-height: 22px;
	}
	.osteopenia-block {
		padding: 30px 24px;
	}
	ul.osteopenia-block__list li {
		padding-left: 14px;
	}
	ul.osteopenia-block__list li::before {
		left: 0px;
	}
	.osteopenia-text-center {
		font-size: 20px;
		line-height: 24px;
	}
	.osteopenia-note {
		padding: 24px;
		font-size: 18px;
		line-height: 25.2px;
	}
	.osteopenia-help {
		margin-top: 24px;
		padding: 24px;
	}
}

@media screen and (max-width: 389px) {
	.article__wrap {
		padding: 20px 16px !important;
	}
	.article p.osteopenia__text {
		font-size: 16px;
		line-height: 20px;
	}
	.osteopenia-block {
		margin-top: 20px;
		padding: 15px;
	}
	.article__wrap h2.osteopenia-block__title {
		font-size: 16px;
		line-height: 20px;
	}
	ul.osteopenia-block__list li {
		font-size: 16px;
		line-height: 20px;
	}
	.osteopenia-text-center {
		margin-top: 20px;
		font-size: 18px;
		line-height: 22px;
	}
	.osteopenia-note {
		margin-top: 20px;
		padding: 15px;
		font-size: 16px;
		line-height: 20px;
	}
	.article p.osteopenia__text--mt-40 {
		margin-top: 20px;
	}
	.osteopenia-help {
		margin-top: 20px;
		padding: 15px;
		font-size: 16px;
		line-height: 20px;
	}
	.osteopenia-footer {
		margin-top: 20px;
		padding-top: 20px;
	}
	ul.osteopenia-footer__biblio li {
		font-size: 14px;
		line-height: 18px;
	}
}