.article__wrap .frp p {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #444;
}
.article__wrap .frp p.biblio {
	font-size: 16px;
	line-height: 20px;
}
.article__wrap .frp p.italic {
	font-style: italic;
}
.article__wrap .frp p.frp-ttl {
	font-size: 24px;
	line-height: 28px;
}
.article__wrap .frp p.mt-30 {
	margin-top: 30px;
}
.article__wrap .frp p.mt-40 {
	margin-top: 40px;
}
.article__wrap .frp p.mt-24 {
	margin-top: 24px;
}
.article__wrap .frp p.mt-20 {
	margin-top: 20px;
}
.article__wrap .frp p.mt-16 {
	margin-top: 16px;
}
.article__wrap .frp p.mt-15 {
	margin-top: 15px;
}
.article__wrap .frp p.mt-12 {
	margin-top: 12px;
}
.article__wrap .frp p.mt-10 {
	margin-top: 10px;
}
.article__wrap .frp p.mt-8 {
	margin-top: 10px;
}
@media (max-width: 768px) {
	.article__wrap .frp p.mt-30 {
		margin-top: 20px;
	}
	.article__wrap .frp p {
		font-size: 16px;
		line-height: 20px;
	}
}

.article__wrap .frp h2 {
	margin: 0;
	font-size: 24px;
	line-height: 29px;
	color: #7ea512;
}
.article__wrap .frp h2.mt-40 {
	margin-top: 40px;
}
.article__wrap .frp h2.mt-24 {
	margin-top: 24px;
}
@media (max-width: 992px) {
	.article__wrap .frp h2 {
		font-size: 22px;
		line-height: 26px;
	}
}

span.text-green {
	color: #33cb66;
}
span.text-blue {
	color: #001489;
}
span.text-burgundy {
	color: rgba(149, 4, 4, 0.6);
}

.frp-top img {
	width: 100%;
}

.frp-violations {
	position: relative;
}
.frp-violations::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -40px;
	right: -40px;
	background-image: url('/static/f/med_article/313/img-new/bg-1.jpg');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center top 28px;
	pointer-events: none;
}
.frp-violations__content {
	position: relative;
	z-index: 1;
}
.frp-violations__cards {
	display: flex;
	margin: 0 -20px;
}
.frp-violations__card {
	position: relative;
	width: 50%;
	margin: 20px;
	padding-top: 70px;
	border-radius: 32px;
}
.frp-violations__card::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: center top -10px;
	pointer-events: none;
}
.frp-violations__card:nth-child(1)::before {
	background-image: url('/static/f/med_article/313/img-new/icon-1.png');
}
.frp-violations__card:nth-child(2)::before {
	background-image: url('/static/f/med_article/313/img-new/icon-2.png');
}
.frp-violations__card-body {
	height: 100%;
	border: 1px solid rgba(149, 4, 4, 0.4);
	border-radius: 32px;
	padding: 40px 20px 20px 20px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}
.frp-violations__text {
	margin-top: 20px;
	text-align: center;
}
.frp-violations__bonds {
	margin-top: 20px;
	padding-bottom: 17%;
	background-image: url('/static/f/med_article/313/img-new/img-1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}
.frp-violations__bond {
	margin: 0 auto;
	max-width: 270px;
	text-align: center;
}
@media (max-width: 992px) {
	.frp-violations::before {
		left: -20px;
		right: -20px;
	}
}
@media (max-width: 768px) {
	.frp-violations__cards {
		display: block;
		margin: 0;
	}
	.frp-violations__card {
		width: 100%;
		margin: 20px 0 0;
	}
}
@media (max-width: 680px) {
	.frp-violations__bonds {
		margin: 0;
		padding-bottom: 31%;
	}
	.frp-violations__bond {
		max-width: none;
	}
}

.frp-percent__cards {
	display: flex;
	margin: 0 -20px;
}
.frp-percent__card {
	margin: 20px;
	width: 50%;
	border: 1px solid rgba(149, 4, 4, 0.4);
	border-radius: 32px;
	padding: 30px 20px 20px 20px;
	background: rgba(255, 255, 255, 0.8);
}
.frp-percent__card span.highlight {
	font-weight: 700;
	font-size: 80px;
	line-height: 70px;
	letter-spacing: -0.04em;
}
.frp-percent__card span.fs-60 {
	font-size: 60px;
}
.frp-percent__card span.fs-42 {
	font-size: 42px;
}
.frp-percent__card span.highlight sup {
	    font-size: 35%;
    top: -1.5em;
}
@media (max-width: 768px) {
	.frp-percent__cards {
		display: block;
		margin: 0px;
	}
	.frp-percent__card {
		margin: 20px 0 0 0;
		width: 100%;
	}
	.frp-percent__card span.highlight {
		font-size: 50px;
		line-height: 40px;
	}
	.frp-percent__card span.fs-60 {
		font-size: 35px;
	}
	.frp-percent__card span.fs-42 {
		font-size: 28px;
	}
}

.frp-box {
	border-radius: 32px;
	box-shadow: 0 4px 20px 0 rgba(77, 77, 77, 0.25);
	background: #fff;
}

.frp-to-note {
	margin-top: 30px;
	padding: 20px;
	background-image: url('/static/f/med_article/313/img-new/img-2.png');
	background-repeat: no-repeat;
	background-size: 22%;
	background-position: right bottom 5px;
}

.frp-note {
	margin-top: -50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.frp-note__title {
	position: relative;
	z-index: 1;
	padding: 20px;
	border: 1px solid rgba(149, 4, 4, 0.4);
	border-radius: 32px;
	background: #fff;
	font-size: 22px;
	line-height: 23px;
	text-align: center;
}
.frp-note__body {
	margin-top: -15px;
	border: 1px solid rgba(149, 4, 4, 0.4);
	border-radius: 32px;
	padding: 30px 20px 20px 20px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
}
.frp-to-note__content {
	margin-top: 20px;
	width: 65%;
}
@media (max-width: 768px) {
	.frp-to-note {
		margin-top: 50px;
	}
}
@media (max-width: 460px) {
	.frp-to-note {
		background-image: none;
	}
	.frp-to-note__content {
		width: 100%;
	}
}

.frp-research {
	margin-top: 20px;
	padding: 20px;
}
.frp-icon-text {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.frp-icon-text + .frp-icon-text {
	margin-top: 20px;
}
.frp-icon-text img {
	margin-right: 20px;
}
@media (max-width: 768px) {
	.frp-icon-text img {
		width: 40px;
		margin-right: 12px;
	}
}

.frp-formed {
	margin-top: 40px;
	background-image: url('/static/f/med_article/313/img-new/img-3.png');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right center;
	margin-right: -40px;
}
ul.frp-formed__list {
	width: 50%;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.frp-formed__list li {
	position: relative;
	padding-left: 22px;
}
ul.frp-formed__list li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	background: linear-gradient(180deg, #dfef28 0%, #729d36 100%);
	border-radius: 100%;
}
ul.frp-formed__list li + li {
	margin-top: 16px;
}
@media (max-width: 992px) {
	.frp-formed {
		margin-right: -20px;
	}
}
@media (max-width: 540px) {
	.frp-formed {
		background-image: none;
		margin-right: 0;
	}
	ul.frp-formed__list {
		width: 100%;
	}
}

.frp-correction {
	margin-top: 20px;
}
.frp-correct {
	margin-top: 20px;
	padding-bottom: 20px;
}
.frp-correct-box {
	padding: 20px;
	border: 1px solid rgba(117, 155, 13, 0.4);
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 4px 20px 0 rgba(77, 77, 77, 0.25);
}
.frp-efficiency {
	margin-top: 20px;
	border: 1px solid rgba(117, 155, 13, 0.4);
	border-radius: 32px;
	background: linear-gradient(180deg, #fff 25%, rgba(126, 165, 18, 0.34) 100%);
}

.frp-efficiency {
	margin: 20px 20px 0;
	padding: 20px;
	display: flex;
}
.frp-efficiency_pr {
	font-weight: 700;
	font-size: 26px;
	line-height: 33px;
	color: #7ea512;
	text-align: center;
}
.fs-80 {
	font-size: 80px;
	line-height: 80px;
}
.frp-efficiency__icon {
	margin: 0px 10px;
}
@media (max-width: 768px) {
	.frp-efficiency {
		flex-wrap: wrap;
	}
	.frp-efficiency__text {
		width: 100%;
		margin-top: 10px;
	}
	.frp-efficiency__icon img {
		width: 110px;
	}
}
@media (max-width: 480px) {
	.frp-efficiency {
		justify-content: center;
	}
}

.frp-graphics .frp-icon-text {
	margin: 20px 0;
}
.frp-graph img {
	width: 100%;
}

.frp-product {
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}
.frp-product::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: -40px;
	right: -40px;
	background-image: url('/static/f/med_article/313/img-new/bg-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	pointer-events: none;
}
.frp-product__title {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 26px;
	line-height: 40px;
	color: #00369d;
}
.frp-product__title span {
	padding: 3px 7px;
	background: linear-gradient(18deg, #aaad17 0%, #719635 54.7%, #72a136 100%);
	color: #fff;
	border-radius: 16px;
}
.frp-product__content {
	position: relative;
	z-index: 1;
	padding-bottom: 140px;
}
.frp-product__item {
	max-width: 530px;
	margin-top: 23px;
	padding: 16px 25px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
	border: 1px solid #8FC73E;
	border-radius: 16px;
}
.frp-product__adv {
	padding-right: 50px;
}
.frp-product__adv-box {
}
.frp-product__adv-box + .frp-product__adv-box {
	margin-top: 13px;
}
.frp-product__adv-title {

}
.frp-product__adv-text {
	margin-top: 5px;
	padding-left: 40px;
	background-image: url('/static/f/med_article/313/img-new/checked.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left top 6px;
}
.frp-product__adv-box--last .frp-product__adv-text {
	padding-top: 7px;
	padding-bottom: 7px;
}
.frp-product__nan {
	position: absolute;
	right: -60px;
	top: 20px;
}
.frp-product__nan img {
	max-width: 421px;
}
@media (max-width: 840px) {
	.frp-product__content {
		display: flex;
		align-items: center;
	}
	.frp-product__nan {
		position: static;
	}
	.frp-product__nan img {
		max-width: 300px;
	}
	.frp-product__adv {
		padding-right: 0;
	}
}
@media (max-width: 768px) {
	.frp-product::before {
		left: -20px;
		right: -20px;
	}
	.frp-product__content {
		flex-direction: column;
		padding-bottom: 0;
	}
	.frp-product__item {
		max-width: 100%;
		margin-top: 20px;
		padding: 16px;
	}
	.frp-product__adv-text {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.frp-product__title {
		font-size: 22px;
		line-height: 30px;
	}
}
@media (max-width: 360px) {
	.frp-product__title {
		font-size: 20px;
		line-height: 28px;
	}
	.frp-product__title span {
		white-space: nowrap
	}
}

.frp-disclaimer {
	margin-top: 40px;
	text-align: center;
}

.frp-footer {
	margin-top: 40px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}