.range-main-products {
}
.range-main-products .bold {
	font-family: "RotonBol";
	font-weight: 400;
}
.range-main-products .text-blue {
	color: #00178e;
}
.range-main-products .mt-0 {
	margin-top: 0px;
}
.range-main-products .mt-6 {
	margin-top: 6px;
}
.range-main-products .mt-12 {
	margin-top: 12px;
}
.range-main-products .mt-24 {
	margin-top: 24px;
}
.range-main-products .mt-40 {
	margin-top: 40px;
}
@media all and (max-width: 768px) {
	.range-main-products .mt-40 {
		margin-top: 24px;
	}
}
.article__wrap .range-main-products p {
	font-size: 18px;
	line-height: 23px;
}
.article__wrap .range-main-products h2 {
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 36px;
	line-height: 45px;
	color: #00178e;
}
@media all and (max-width: 768px) {
	.article__wrap .range-main-products h2 {
		margin-top: 24px;
		font-size: 24px;
		line-height: 31px;
	}
}
.article__wrap .range-main-products h3 {
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 29px;
	color: #00178e;
}
@media all and (max-width: 768px) {
	.article__wrap .range-main-products h3 {
		margin-top: 0;
		font-size: 21px;
		line-height: 27px;
	}
}
.article__wrap .range-main-products sup {
	font-size: 60%;
}

.range-main-products__container {
	border-radius: 20px;
	padding: 20px;
	background: #ebfaf0;
}
@media all and (max-width: 768px) {
	.range-main-products__container {
		border-radius: 0px;
		padding: 0px;
		background: transparent;
	}
}

.range-main-products__row {
	display: flex;
	border-top: 1px solid #33cb66;
	transition: all .3s;
}
.range-main-products__row--field {
	background-color: rgba(51, 203, 102, 0.1);
}
.range-main-products__col {
	padding: 12px 12px 14px;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #333;
}
.range-main-products__col:first-child {
	border-right: 1px solid #33cb66;
}
.range-main-products__col:last-child {
	font-weight: 400;
	color: #444;
}
.range-main-products__row--field .range-main-products__col {
	font-weight: 700;
	color: #333;
}
.range-main-products__regulation--food .range-main-products__col:first-child {
	flex-shrink: 0;
	width: 100%;
	max-width: 256px;
}
.range-main-products__regulation--kit .range-main-products__row:hover {
	background-color: #33cb66;
	cursor: pointer;
}
.range-main-products__regulation--kit .range-main-products__col:first-child {
	flex-shrink: 0;
	width: 100%;
	max-width: 376px;
}
@media all and (max-width: 1060px) {
	.range-main-products__regulation--kit .range-main-products__col:first-child {
		max-width: 256px;
	}
}
@media all and (max-width: 992px) {
	.range-main-products__regulation--kit .range-main-products__col:first-child {
		max-width: 376px;
	}
}
@media all and (max-width: 620px) {
	.range-main-products__regulation--food .range-main-products__row:first-child {
		display: none;
	}
	.range-main-products__regulation--food .range-main-products__row {
		flex-direction: column;
	}
	.range-main-products__regulation--food .range-main-products__col:first-child {
		max-width: none;
		padding-bottom: 0;
		border-right: none;
	}
	.range-main-products__regulation--kit .range-main-products__col:first-child {
		max-width: 150px;
	}
}

.range-main-products__regulation {
	background: #fff;
	border-radius: 20px;
	border: 2px solid #00ce57;
	overflow: hidden;
}
.range-main-products__regulation + .range-main-products__regulation {
	margin-top: 24px;
}
.range-main-products__regulation-title {
	padding: 20px 20px 18px 57px;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #00178e;
	background-color: rgba(51, 203, 102, 0.1);
}
.range-main-products__regulation-title--checked {
	padding: 16px 20px 18px 57px;
	background-image: url('/static/f/med_article/673/img/icon-checked.svg');
	background-repeat: no-repeat;
	background-size: 28px 28px;
	background-position: left 20px top 20px;
}
.range-main-products__regulation-title--doc {
	padding: 20px 20px 18px 57px;
	background-image: url('/static/f/med_article/673/img/icon-doc.svg');
	background-repeat: no-repeat;
	background-size: 25px 32px;
	background-position: left 20px top 20px;
}
@media all and (max-width: 768px) {
	.range-main-products__regulation {
		border-radius: 8px;
	}
	.range-main-products__regulation-title {
		font-size: 18px;
		line-height: 23px;
		background-position: left 12px top 12px;
	}
	.range-main-products__regulation-title--checked {
		padding: 48px 12px 12px;
		background-position: left 12px top 12px;
	}
	.range-main-products__regulation-title--doc {
		padding: 52px 12px 12px;
		background-position: left 12px top 12px;
	}
}

.range-main-products__list {
	margin: 12px 0px 0px;
	padding: 0;
	list-style: none;
}
.range-main-products__list li {
	position: relative;
	padding-left: 23px;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #444;
}
.range-main-products__list li::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	background-image: url('/static/f/med_article/673/img/marker-green.svg');
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center center;
}
.range-main-products__list li + li {
	margin-top: 12px;
}

.range-main-products__source {
	margin-top: 40px;
}
.range-main-products__source-title {
	display: block;
	margin-bottom: 12px;
	font-family: "RotonReg";
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	color: #00178e;
}
.range-main-products__source-text {
	display: block;
	font-family: "RotonReg";
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #444;
}
@media all and (max-width: 768px) {
	.range-main-products__source {
		margin-top: 24px;
	}
}