

H2 {
	display: table;
	font-size: 14pt;
	margin: 0 0 12px 0;
}
H2::before {
	display: block;
	float: left;
	content: '\2261';
	padding-right: 5px;
	font-weight: normal;
	font-size: 0.9em;
}


.content P {
	text-indent: 45px;
	padding-bottom: 15px;
	font-family: Roboto, calibri, arial, helvetica, sans-serif;
	color: #131304;
}
.content P A {
	text-decoration: none;
	color: #69008c;
	border-bottom: dashed 1px #69008c;
}
.content P A:hover { text-decoration: none; border-bottom-color: transparent; }

.content .p-big {
	font-size: 15pt;
	text-align: left;
	text-indent: 0;
}
.content .p-big A {
	text-align: center;
	text-indent: 0;
}
.adblue-image-wrap {
	float: right;
}

.rashod-top {
	margin: 0 0 0 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.rashod-top > DIV:first-child {
	overflow: hidden;

}
.rashod-top > DIV:last-child {

}
.rashod-top > DIV IMG {
	display: block;
	overflow: hidden;
	border-radius: 7px;
	float: right;
	aspect-ratio: 500 / 313;
	width: 340px;
	height: auto;
}
.rashod-menu-description {
	font-size: 14pt;
	margin: 0 0 20px 40px;
	color: #757584;
	font-weight: bold;
}
.rashod-menu {
	list-style: square;
	margin: 0 0 0 40px;
	padding-inline-start: 0;
}
.rashod-menu LI {
	color: #757584;
	padding: 7px 0 7px 0;
	list-style: none;
}
.rashod-menu A {
	text-decoration: none;
	color: #5900b3;
	border-bottom: dashed 1px #5900b3;
	font-weight: bold;
}
.rashod-menu A:hover { text-decoration: none; border-bottom-color: transparent; }
.rashod-menu .current { color: #757584; font-weight: normal; border-bottom-color: transparent; }




.t-box {
	display: table;
	min-width: 67%;
	max-width: 90%;
	margin: 0 auto 40px auto;
}
#rashod-description {
	font-size: 15pt;
	text-align: center;
	margin: 40px auto 30px auto;
	padding: 0 10px 0 10px;
	font-weight: bold;
	color: #424251;
	line-height: 1.1em;
}
.rashod-table {
	border: none;
	border-spacing: 1px;
	margin: 0 auto;
	min-width: 100%;
}
.rashod-table TH {
	padding: 5px 2px 5px 2px;
	color: white;
	background-color: #535362;
	border-radius: 3px;
	font: normal 11pt arial, helvetica, sans-serif;	
}
.rashod-table TD {
	padding: 5px 2px 5px 2px;
	text-align: right;
	color: #015371;
	background-color: white;
	font: normal 11pt arial, helvetica, sans-serif;	
}
.rashod-table TR:nth-child(even) TD {
	background-color: #dbdbea;
}





@media (max-width: 1200px) {
	.rashod-table TH { font-size: 1.5vw; }
	.rashod-table TD { font-size: 1.5vw; }
}
@media (max-width: 900px) {
	.rashod-top > DIV:first-child { width: 30%; }
	.rashod-top > DIV IMG { width: 100%; }
	.rashod-menu-description { margin-left: 20px; }
	.rashod-menu { margin-left: 20px; }
}
@media (max-width: 700px) {
	.rashod-top > DIV:first-child { display: none; width: 0%; }
	.rashod-top > DIV:last-child { width: 100%; }
	.rashod-menu-description { font-size: 3.7vw; margin: 0 0 3vw 4vw; }
	.rashod-menu { margin-left: 4vw; font-size: 3vw; letter-spacing: 0.3px; }
	#rashod-description { font-size: 4vw; }
	.t-box { margin: 10px auto 6vw auto; max-width: 100%; }
	H2 { font-size: 3.5vw; margin-left: 1vw; }
	.rashod-table TH { font-size: 9pt; }
	.rashod-table TD { font-size: 10pt; }
	.rashod-table .v { writing-mode: vertical-rl; text-align: center; }
}
@media (max-width: 500px) {
	H2 { font-size: 4vw; }
	#rashod-description { margin: 8vw auto 6vw auto; }
	.rashod-table TH { font-size: 8pt; }
	.rashod-table TD { font-size: 9pt; }
}
@media (max-width: 360px) {
	.rashod-menu { margin-left: 4vw; font-size: 9pt; letter-spacing: 0.3px; }
	.rashod-table TH { font-size: 7pt; }
	.rashod-table TD { font-size: 8pt; }
}



