/* Temporary UI Kit Starts Here */
/* Delete it when main.css will be updated to current ui */

h1 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 124%;
}

h2 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 124%;
}

h3 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 120%;
}

h4 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}

p {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}

.bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article__wrap h2.article-kp-h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
}

.article__wrap h2, .article__wrap .h2 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 124%;
	color: unset;
}

.article__wrap p + p {
	margin: 0;
}

.article-section h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.article-section h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.article-section h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.article-section h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.recommended-content__button p {
	color: #FFFFFF;
}

.recommended-content__time-wrapper p {
	color: #F39D31;
}

.article-section__prikorm-wrapper h4 {
	color: #F39D31;
}

.article-seciton__prikorm-botton p {
	color: #F39D31;
}

.rounded-text-block__wrapper .article-section__list p {
	font-size: 16px;
	line-height: 145%;
}

.article-seciton__prikorm-bottom p { 
	color: #F39D31;
}

.rounded-text-block__wrapper .section-number {
	font-size: 60px;
	line-height: 64px;
	color: #F39D31;
}

.rounded-text-block .x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article-section__recommended-block p {
	font-size: 16px;
	line-height: 145%;
}

.article-section__recommended-block .bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article-section__list p {
	font-size: 14px;
	line-height: 140%;
}

.article-section--2 .footer-text {
	font-size: 12px;
	line-height: 18px;
}

@media screen and (max-width: 767px) {

	h1 {
	font-size: 30px;
	line-height: 124%;
	}

	h2 {
		font-size: 26px;
		line-height: 124%;
	}

	h3 {
		font-size: 24px;
		line-height: 120%;
	}

	h4 {
		font-size: 20px;
		line-height: 120%;
	}

	p {
		font-size: 18px;
		line-height: 130%;
	}

	.bold {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-weight: 400;
	}

	.article__wrap h2.article-kp-h2 {
		font-size: 20px;
		line-height: 120%;
	}

	.article__wrap h2, .article__wrap .h2 {
		font-size: 20px;
		line-height: 120%;
	}

	.article__wrap p {
		font-size: 18px;
		line-height: 130%;
	}

	.rounded-text-block .x-small {
		font-family: 'RotonReg', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
	}

	.article-section__recommended-block p {
		font-size: 16px;
		line-height: 145%;
	}

	.article-section__recommended-block .bold {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-weight: 400;
	}

	.article-section__list p {
		font-size: 14px;
		line-height: 140%;
	}

	.article-section--2 p {
		font-size: 14px;
		line-height: 140%;
	}

}

/* Delete it when main.css will be updated to current ui */
/* Temporary UI Kit Ends Here */

p {
	color: #11499E; 
}

.article-wrapper {
	position: relative;
	width: calc(100% + 40px);
	left: -40px;
}

.article-section {
	position: relative;
	width: 100%;
	padding: 40px 40px 0px 40px;

	display: flex;
	flex-direction: column;
}

.article-section__wrapper {
	position: relative;
	width: 100%;

	display: flex;
	flex-direction: column;
}

.article-section__wrapper--recommended {
	gap: 24px;
}

.article-section__wrapper--banner {
	height: 180px;
	padding: 24px 320px 24px 24px;
	justify-content: center;

	background: url('/static/f/med_instrument/86/img/banner-background.png') no-repeat;
    background-position: calc(100% + 70px) -155px;

	background-color: #FFFFFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
}

.article-section__title--recommended {
	position: relative;
	width: 302px;
	height: 35px;
	padding: 2px 0px 0px 24px;;
	border-radius: 0px 20px 0px 0px;

	color: #FFFFFF;
	background-color: #2CAA57;
	vertical-align: middle;
}

.article-section__wrapper--recommended {
	padding: 24px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
	border-radius: 0px 16px 16px 16px;
}

.article-section__recommended-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-section__recommended-block {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;

	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.article-section__recommended-text {
	padding: 4px 8px 4px 0px;
}

.article-section__recommended-image {
	position: relative;
	height: 100%;
	width: auto;
}

.article-section__list {
	list-style-type: none;
	margin: 0;
	padding-left: 60px;
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.article-section__item {
	padding: 0px 0px 0px 26px;

	background: url('/static/f/med_instrument/86/img/check-icon.svg') no-repeat;
	background-position: top left;
}

.article-section__wrapper--unrecommended {
	padding: 24px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
	border-radius: 0px 16px 16px 16px;
}

.article-section__title--unrecommended {
	position: relative;
	width: 448px;
	height: 35px;
	padding: 2px 0px 0px 24px;;
	border-radius: 0px 20px 0px 0px;

	color: #FFFFFF;
	background-color: #F26969;
	vertical-align: middle;
}

.article-section__list--unrecommended {
	padding: 0;
	gap: 24px;
}

.article-section__item--unrecommended {
	padding-left: 60px;
	min-height: 40px;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.article-section__item--unrecommended-1 {
	background: url('/static/f/med_instrument/86/img/unrecommended-icon-1.svg') no-repeat;
	background-position: center left;
}

.article-section__item--unrecommended-2 {
	background: url('/static/f/med_instrument/86/img/unrecommended-icon-2.svg') no-repeat;
	background-position: center left;
}

.article-section__item--unrecommended-3 {
	background: url('/static/f/med_instrument/86/img/unrecommended-icon-3.svg') no-repeat;
	background-position: center left;
}

.article-section__item--unrecommended-4 {
	background: url('/static/f/med_instrument/86/img/unrecommended-icon-4.svg') no-repeat;
	background-position: center left;
}

.article-section__item--unrecommended-5 {
	background: url('/static/f/med_instrument/86/img/unrecommended-icon-5.svg') no-repeat;
	background-position: center left;
}

.article-section__wrapper--1 {
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 24px;

	background: #11499E;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
}

.article-section__title--1 {
	width: 570px;
	color: #FFFFFF;
	text-align: center;
}

.article-section__button {
	width: 428px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 8px 40px;
	box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
	border-radius: 20px;

	background: url('/static/f/med_instrument/86/img/button-icon.svg') no-repeat;
	background-position: calc(100% - 3px) center;
	background-color: #2CAA57;
	text-decoration: none;
}

.article-section__button-text {
	color: #FFFFFF;
	text-align: center;
}

.article-section--2 {
	gap: 8px;
}

.footer-text {
	font-size: 12px;
	line-height: 18px;
}

.article-section__title--mobile {
	display: none;
	width: 220px;
}

@media screen and (max-width: 992px) {

	.article-wrapper {
		width: calc(100% + 30px);
		left: -15px;
	}

	.article-section {
		position: relative;
		width: 100%;
		padding: 40px 20px 0px 20px;

		display: flex;
		flex-direction: column;
	}

	.article-section__wrapper--banner {
		padding: 24px 350px 24px 24px;
	}

}

@media screen and (max-width: 767px) {

	.article-section__wrapper--banner {
		background-position: calc(100% + 90px) -55px;
        background-size: 300px auto;
        padding: 24px 170px 24px 24px;
	}

	.article-section__title--1 {
		width: 100%;
	}

	.article-section__recommended-block {
		padding: 8px;
	}

}

@media screen and (max-width: 559px) {

	.article-section__wrapper--banner {
		background: url('');	
		padding: 24px;
	}

	.article-section__button {
		width: 100%;
		height: fit-content;
	}

	.article-section__title--desktop {
		display: none;
	}

	.article-section__title--mobile {
		display: block;
	}

	.article-section__item--unrecommended-1 {
		background-position: top left;
	}

	.article-section__item--unrecommended-2 {
		background-position: top left;
	}

	.article-section__item--unrecommended-3 {
		background-position: top left;
	}

	.article-section__item--unrecommended-4 {
		background-position: top left;
	}

	.article-section__item--unrecommended-5 {
		background-position: top left;
	}

	.article-section__list {
		padding-left: 30px;
	}

	.article-section__list--unrecommended {
		padding-left: 0;
	}

}

@media screen and (max-width: 390px) {

	.article-section__wrapper--banner {
		height: fit-content;
	}

	.article-section__recommended-image {
		display: none;
	}

	.article-section__recommended-block p {
		text-align: center;
	}

}