.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.mt-30 {
	margin-top: 30px;
}
.article__wrap .frp p.mt-20 {
	margin-top: 20px;
}
.article__wrap .frp p.mt-15 {
	margin-top: 15px;
}
.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: 28px;
	line-height: 32px;
	color: #001689;
}
.article__wrap .frp h2.mt-40 {
	margin-top: 40px;
}
@media (max-width: 992px) {
	.article__wrap .frp h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.article__wrap .frp h2.mt-40 {
		margin-top: 20px;
	}
}

span.text-green {
	color: #33cb66;
}
span.text-blue {
	color: #001489;
}

.article__wrap .frp p.frp_top-text {
	margin-top: 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #33cb66;
}
@media (max-width: 768px) {
	.article__wrap .frp p.frp_top-text {
		font-size: 16px;
		line-height: 20px;
	}
}

.frp__icon-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.frp__icon-title img {
	margin-right: 17px;
}

.frp__image-wrapper {
	margin-top: 20px;
}
.frp__image-wrapper img {
	width: 100%;
}

.frp__note {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 2px solid #33cb66;
	border-bottom: 2px solid #33cb66;
	text-align: center;
}
.frp__note.mt-40 {
	margin-top: 40px;
}
@media (max-width: 768px) {
	.frp__note.mt-40 {
		margin-top: 20px;
	}
}

.frp__text-marker {
	position: relative;
	padding-left: 18px;
}
.frp__text-marker::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 21px;
	background: url('/static/f/med_article/491/img/marker-mini.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
.frp__text-marker.frp__text-marker--big {
	padding-left: 31px;
}
.frp__text-marker.frp__text-marker--big::before  {
	top: -3px;
	width: 19px;
	height: 26px;
	background: url('/static/f/med_article/491/img/marker-big.svg');
}
@media (max-width: 768px) {
	.frp__text-marker.frp__text-marker--big {
		padding-left: 18px;
	}
	.frp__text-marker.frp__text-marker--big::before  {
		top: 0px;
		width: 11px;
		height: 21px;
		background: url('/static/f/med_article/491/img/marker-mini.svg');
	}
}

.frp__memo {
	margin-top: 30px;
	padding: 30px;
	border-radius: 20px;
	background: rgba(51, 203, 102, 0.2);
	text-align: center;
}
@media (max-width: 768px) {
	.frp__memo {
		margin-top: 20px;
		padding: 20px 16px;
	}
}

.frp-consequences {
	margin-top: 20px;
	padding: 40px;
	border: 3px solid #33cb66;
	border-radius: 36px;
	background: #fff;
}
.frp-consequences__row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.frp-consequences__row--1 {
	align-items: normal;
}
.frp-consequences__row + .frp-consequences__row {
	margin-top: 30px;
}
.frp-consequences__block-main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	max-width: 174px;
	margin-right: 17px;
	padding: 24px 8px;
	background: #33cb66;
	border-radius: 12px;
	color: #fff;
	text-align: center;
}
.frp-consequences__row--1 .frp-consequences__block-main {
	margin-right: 36px;
}
.article__wrap .frp .frp-consequences__block-main p {
	color: #fff;
}
.frp-consequences__colic {
	padding-top: 5px;
}
.frp-consequences__boxes {
	display: flex;
	margin-top: 14px;
}
.frp-consequences__boxes-mini {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	margin-right: 14px;
}
.frp-consequences__box-mini {
	position: relative;
	padding: 10px 6px;
	max-width: 200px;
	border: 2px solid #33cb66;
	border-radius: 12px;
	background: #fff;
}
.frp-consequences__box-mini::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	width: 11px;
	height: 21px;
	background: url('/static/f/med_article/491/img/marker-mini.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
.frp-consequences__box-mini::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -17px;
	transform: translateY(-50%);
	width: 14px;
	height: 2px;
	background: url('/static/f/med_article/491/img/line.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
.frp-consequences__box-mini + .frp-consequences__box-mini {
	margin-top: 8px;
}
.frp-consequences__box-big {
	padding: 24px;
	border: 2px solid #33cb66;
	border-radius: 12px;
	background: #fff;
}
@media (max-width: 992px) {
	.frp-consequences {
		padding: 20px;
		border: 2px solid #33cb66;
		border-radius: 20px;
	}
}
@media (max-width: 768px) {
	.frp-consequences {
		padding: 20px 16px;
	}
	.frp-consequences__row {
		flex-direction: column;
		align-items: flex-start;
	}
	.frp-consequences__block-main,
	.frp-consequences__row--1 .frp-consequences__block-main {
		margin: 0 auto 10px;
	}
	.frp-consequences__colic {
		padding-top: 0px;
	}
	.frp-consequences__boxes {
		flex-direction: column;
	}
	.frp-consequences__boxes-mini {
		margin-right: 0px;
		margin-bottom: 10px;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
		text-align: center;
	}
	.frp-consequences__box-mini + .frp-consequences__box-mini {
		margin-top: 0px;
	}
	.frp-consequences__box-mini::before {
		content: none;
	}
	.frp-consequences__box-big {
		padding: 20px 16px;
	}
	.frp-consequences__box-mini::after {
		top: auto;
		bottom: -10px;
		right: 50%;
		transform: translateX(-50%) rotate(90deg);
		width: 10px;
		height: 2px;
	}
}
@media (max-width: 540px) {
	.frp-consequences__boxes-mini {
		flex-direction: column;
		align-items: flex-start;
	}
	.frp-consequences__box-mini + .frp-consequences__box-mini {
		margin-top: 8px;
	}
	.frp-consequences__box-mini::after {
		content: none;
	}
}

.frp-act {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 27px 29px;
	border-radius: 36px;
	background: rgba(51, 203, 102, 0.1);
}
.frp-act__item {
	padding: 8px 10px;
	border: 2px solid #33cb66;
	border-radius: 12px;
	text-align: center;
}
.frp-act__main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	width: 132px;
	margin: 0 49px;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	color: #fff;
	border-radius: 12px;
	background: #0033a1;
}
.frp-act__main::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translateY(-50%);
	width: 27px;
	height: 16px;
	background: url('/static/f/med_article/491/img/arrow-blue.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
.frp-act__main::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%) rotate(180deg);
	width: 27px;
	height: 16px;
	background: url('/static/f/med_article/491/img/arrow-blue.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
@media (max-width: 768px) {
	.frp-act {
		flex-direction: column;
		align-items: center;
		padding: 20px 16px;
		border-radius: 20px;
	}
	.frp-act__item {
		max-width: 262px;
	}
	.frp-act__main {
		margin: 30px 0px;
		padding: 12px 0;
		font-size: 26px;
	}
	.frp-act__main::before {
		top: -23px;
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(270deg);
	}
	.frp-act__main::after {
		top: auto;
		bottom: -23px;
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
}

.frp__text-checked {
	position: relative;
	padding-left: 29px;
}
.frp__text-checked::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 19px;
	height: 18px;
	background: url('/static/f/med_article/491/img/checked.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
.frp__text-checked.frp__text-checked--big {
	padding-left: 31px;
}
@media (max-width: 768px) {
	.frp__text-checked.frp__text-checked--big {
		padding-left: 29px;
	}
}

.frp-efficiency {
	display: flex;
	justify-content: space-between;
	align-items: normal;
	margin-top: 14px;
}
.frp-efficiency__item {
	width: 50%;
	margin: 11px;
	padding: 24px;
	border-radius: 34px;
	background: rgba(51, 203, 102, 0.1);
}
@media (max-width: 768px) {
	.frp-efficiency {
		flex-direction: column;
		margin-top: 20px;
	}
	.frp-efficiency__item {
		width: 100%;
		margin: 0px;
		padding: 20px 16px;
		border-radius: 20px;
	}
	.frp-efficiency__item + .frp-efficiency__item {
		margin-top: 10px;
	}
}

.frp__icon-title.aifs {
	align-items: flex-start;
}
@media (max-width: 768px) {
	.frp__icon-title.aifs img {
		display: none;
	}
}

.frp-footer-line {
	margin-top: 40px;
}
.frp-footer-line img {
	width: 100%;
}
@media (max-width: 768px) {
	.frp-footer-line {
		margin-top: 20px;
	}
}

.frp-survey {
	margin-top: 20px;
}
.frp-survey__row {
	display: flex;
	justify-content: space-between;
}
.frp-survey__row--1 {
	margin-bottom: 53px;
}
.frp-survey__row--2 {
	margin-bottom: 30px;
}
.frp-survey__row--3 {
	margin-top: 30px;
}
.frp-survey__column {
	width: calc(100% / 2 - 10px);
}
.frp-survey__column + .frp-survey__column {
	margin-left: 20px;
}
.frp-survey__card-top {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
}
.frp-survey__card-top::after {
	content: '';
	position: absolute;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
	width: 39px;
	height: 34px;
	background: url('/static/f/med_article/491/img/arrow-green.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
.frp-survey__card-top-title {
	padding: 16px 10px;
	border-radius: 24px 24px 0 0;
	background: #33cb66;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.frp-survey__card-top-body {
	height: 100%;
	padding: 24px;
	border: 2px solid #33cb66;
	border-radius: 0 0 24px 24px;
}
.frp-survey__card-middle {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	background: #ebfaf0;
	border-radius: 36px;
}
.frp-survey__card-middle-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 104px;
	padding: 20px 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #33cb66;
	border-radius: 36px;
}
.frp-survey__card-middle-body {
	position: relative;
	padding: 30px 16px 20px;
	text-align: center;
}
.frp-survey__card-middle-body::before {
	content: '';
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translateX(-50%);
	width: 62px;
	height: 30px;
	background: url('/static/f/med_article/491/img/decor-1.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
.frp-survey__card-middle-body-text {
	margin-bottom: 9px;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #0033a1;
}
.frp-survey__card-middle-body-nestogen {
	margin-left: 80px;
}
.frp-survey__plate {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 24px;
	background: #33cb66;
	text-align: center;
}
.article__wrap .frp .frp-survey__plate p {
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
}
.frp-survey__plate .frp__text-checked::before {
	background: url(/static/f/med_article/491/img/checked-white.svg);
}
.frp-survey__card-bottom {
	position: relative;
	height: 100%;
	border: 2px solid #33cb66;
	border-radius: 36px;
	padding: 24px;
}
.frp-survey__card-bottom::before {
	content: '';
	position: absolute;
	top: -33px;
	left: 50%;
	transform: translateX(-50%);
	width: 62px;
	height: 30px;
	background: url('/static/f/med_article/491/img/decor-2.svg');
	background-repeat: no-repeat;
	background-size: auto;
}
.frp-survey--mobile {
	display: none;
}
@media (max-width: 768px) {
	.frp-survey {
		display: none;
	}
	.frp-survey--mobile {
		display: block;
		margin-top: 40px;
	}
	.frp-survey--mobile:first-child {
		margin-top: 20px;
	}
	.frp-survey__row {
		justify-content: center;
	}
	.frp-survey__column {
		width: 100%;
	}
	.frp-survey__card-middle-title {
		height: 104px;
		font-size: 18px;
		line-height: 22px;
	}
	.frp-survey__card-top-body,
	.frp-survey__card-bottom {
		padding: 20px 16px;
	}
	.frp-survey__card-top-title {
		border-radius: 20px 20px 0 0;
	}
	.frp-survey__card-top-body {
		border-radius: 0 0 20px 20px;
	}
	.frp-survey__card-middle {
		border-radius: 20px;
	}
	.frp-survey__card-middle-title {
		border-radius: 20px;
	}
	.frp-survey__card-bottom {
		border-radius: 20px;
	}
	.article__wrap .frp .frp-survey__plate p {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 370px) {
	.frp-survey__card-middle-body-nestogen {
		margin-left: 60px;
	}
}