
body, html{
margin: 0;
padding: 0;

	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
	font-size: 1em;
	
	
}
h1 {
	text-align: center;
		font-size: 120%;
		padding-top: 20px;
		width: 736px;
		margin: 0 auto;
		
		
	
	}



.wrapper {
	width:736px;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 10px;
	
}


.mini {
	margin: 0 auto;
	width:738px;
	height: 480px;
	overflow: hidden;
	border: 1px solid #eee;
	background-image: linear-gradient(to bottom, white, #ffffff 80%, #f6f6f6 90%, #eeeeee, #e5e5e5, #dddddd);
	
	  
} 
span {
	color: #0084a9;
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
	font-size: 1em;
}



p {
	text-align: justify;
	position: relative;
	margin-left: 40px;
	outline-color: #000000;
	margin-right: 20px;
	z-index: 22;
	
}
 button{
	 text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	font-size: 0.9rem;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	
	cursor: pointer;
	width: 100px;
	text-align: center;
	display: block;
	margin: 10px auto;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-color: #6e0309;
	border-color: #002833;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
button:hover {
  color: #fff;
  background-position: 0 20%;
}
button:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

a { color: rgba(255, 255, 255, 0.8);
	text-decoration: none; 
}
ul{
		list-style: none inside;
		margin-top: -5px;
		
		text-align: justify;
	position: relative;
	margin-left: 5px;
	outline-color: #6e0309;
	margin-right: 20px;
	z-index: 22;
	}
	ul>li::before{
		content: "\2013";
		margin-left: -7px;
		margin-right: 2px;
	}
	
	h3, h2 {
		font-weight: bold;
		text-align: left;
		
		font-size: 140%;
	}
	
	table  {
		
		border: 1px solid #6e0309;
		border-collapse: collapse;
		margin: 0 auto;
		margin-top: -40px;
	}
	
	th, td {
		border: 1px solid #6e0309;
		border-collapse: collapse;
		padding-left: 5px;
		vertical-align: top;
		position: relative;
		
	}
	
.position {
	float: left;
	text-align: left;
	width: 50%;
	color: #6e0309;
	
	
}

.name {
	float: right;
	text-align: right;
	width: 50%;
	color: #6e0309;
}

.date {
	text-align: center;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	clear: both;
	color: #6e0309;
}

.print{
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	font-size: 0.9rem;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	
	cursor: pointer;
	width: 85px;
	text-align: center;
	display: block;
	margin: 10px auto;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	background-color: #6e0309;
	border-color: #6e0309;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
.print:hover {
  color: #fff;
  background-position: 0 20%;
}
.print:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

.active, .passive{
display: inline-block;
text-decoration:none;
margin-right: 10px;
text-align: center;
margin-bottom: 10px;
background: #fff;
  border: 2px solid #6e0309;
padding: 1px 3px;
font-weight: bold;
color: #6e0309;


}

.active {
	background: #F2EEE6;
	color: #f79320;
	
}

.marks {
	border-collapse: collapse;
	margin-top: 0;
	width: 100%;
	border-color: transparent;
	
}

.marks td {
	width: 50%;
	border-color: transparent;
	
	
}


input {
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 20px;
	right: 1px;
	background-image: url('../close.png');
	border: none;
	background-color: #fff;
	outline-color: #f79320;
}
.add {
	
	cursor: pointer;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-image: url('../add.png');
	border: none;
	background-color: #fff;
	
	display: block;
}


.part {
	width: 738px;
	outline-color: #6e0309;
	
}


.part td:nth-child(2) {
	
	padding-right: 16px;
}


.part td {position: relative;
padding: 5px;
vertical-align: top;}

.part td:nth-child(1) {
	 
	
}
	
	


		
		.tooltip {
  position: absolute;
  bottom: -7px;
  right: 1px;
  
  padding: 0;
  cursor: pointer;
 
}



.tooltip .tooltiptext {
  visibility: hidden;
  width: 290px;
  background-color: #eee;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  padding-left: 15px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150%;
  
  line-height: 1.3rem;
}
.tooltip-1 .tooltiptext
{
	left: -340px;
}

.tooltip .tooltiptext::after {
   content: "";
  position: absolute;
  top: 3px;
  right: 100%;
 
  border-width: 15px;
  border-style: solid;
  border-color: transparent #eee transparent transparent;
}

.tooltip-1 .tooltiptext::after
{
border-color: transparent  transparent transparent #eee;	
left: 100%;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .last::after
{
	top: 95px;
} 
.tooltip img {
	width: 30px;
}

.tooltip b {
	color: #6e0309;
}

ol {
	
}
ol li {
	margin-left: 0px;
}
h3 {
	font-size: 100%;
	margin: 0;
	
}
/* мобильная версия */
.mobile {
	width: 100%;
	display: none!important;
}
.mobile img {
	filter: drop-shadow(0 2px 0px rgb(0 0 0 / 0.3));
	width: 100%;
}
@media  (max-width : 700px) {
.mini1 {
display: none!important;}

a {
	display: none!important;
}
.mobile {
display: block!important;}
}

hr {
	border: none;
		color: #f79320;
		background-color: #f79320;
		height: 1px;
}

h5 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
	line-height: normal;
	font-family: "Times New Roman";
}
