
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;
	
	
}


.mini {
	margin: 0 auto;
	width:738px;
	height: 605px;
	overflow: hidden;
	background-image: linear-gradient(to bottom, white, #ffffff 80%, #f6f6f6 90%, #eeeeee, #e5e5e5, #dddddd);
	
	  
}
.mini1 {
	margin: 0 auto;
	width:738px;
}


.wrapper {
	width: 736px;
	outline-color: #000000;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #000000;
	display: block;
	
	
	color: black;
	
}
.wrapper .margin {
	padding-left: 40px;
	padding-right: 20px;
	vertical-align: top;
}
.margin {
		border: 0px solid white; }

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;
	
}


 button{
	 background-color: #6e0309;
  display: block;
  width: 110px;
  margin: 0px auto;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: none; padding: 4px 12px;          background: linear-gradient(#7a3434, #e89296);      border: solid 1px #002833;       border-bottom: solid 1px #6e0309;       box-shadow: inset 0 0 0 1px #fcc7ca;     color: #fff;       text-shadow: 0 1px 0 #85050e;
}
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: -15px;
	}
	ul>li::before{
		content: "\2013";
		margin-left: -12px;
		margin-right: 2px;
	}
	
	h3, h2 {
		font-weight: normal;
		text-align: center;
	}
	
	table  {
		
		border: 1px solid #b24242;
		
		margin: 0 auto;
	}
	
	th, td {
		border: 1px solid #b24242;
		border-collapse: collapse;
		padding-left: 3px;
		
	}
	
.position {
	float: left;
	text-align: left;
	width: 50%;
	color: #0084a9;
	
	
}

.name {
	float: right;
	text-align: right;
	width: 50%;
	color: #0084a9;
}

.date {
	text-align: center;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	clear: both;
	color: #0084a9;
}

.print{
	 background-color: #b24242;
  display: block;
  width: 100px;
  margin: 0px auto;
  margin-top: 30px;
  
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  box-shadow: inset 0 4px 4px -4px #fff, inset 0 -4px 4px -4px #000;
  color: rgba(255, 255, 255, 0.8);
  font: 18px 'Acme', sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .6));
  background-size: auto 200%;
  background-position: 0 80%;
  transition: color 0.2s, background-position 0.2s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.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: 1vw;
text-align: center;
margin-bottom: 1vw;
border: 0.4vw solid #a42d2e;
padding: 0.6vw 0.8vw;
font-weight: bold;
color: #a42d2e;
font-size: 2vw;
}

.active {
	background: #a42d2e;
	color: #fff;
}

.marks {
	border-collapse: collapse;
	margin-top: 2rem;
	width: 100%;
	
}
.marks td {
	width: 50%;
	border-color: transparent;
	
	
}
.order1 td {
	
	color: #0084a9;
}

.order1 th {
	
	line-height: 110%;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tooltip {
  position: absolute;
  top: 0;
  left: -40px;
  padding: 0;
  cursor: pointer;
 
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: #eee;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  padding-left: 15px;
    padding-bottom: 10px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150%;
  
  line-height: 1.3rem;
}

.tooltip .tooltiptext::after {
   content: "";
  position: absolute;
  top: 7%;
  right: 100%;
  margin-top: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #eee transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tooltip img {
	width: 30px;
}

.tooltip b {
	color: #a42d2e;
}

li {
	position: relative;
}

/* мобильная версия */
.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 : 740px) {
.mini1 {
		display: none!important;
	}
	
	.mobile {
		display: block!important;
	}
}
hr {
	border: none;
		color: #0084a9;
		background-color: #0084a9;
		height: 1px;
}

h5 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
	line-height: normal;
	font-family: "Times New Roman";
}

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: #d9ebf1;
	outline-color: #0084a9;
}	
.add {
	
	cursor: pointer;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-image: url('../add.png');
	border: none;
	background-color: #d9ebf1;
	
	display: block;
}


.part {
	width: 100%;
	
	
}


.part td:nth-child(2) {
	color: #000000;
	padding-right: 16px;
}


.part td {position: relative;
padding: 5px;
vertical-align: top;}

.part td:nth-child(3) {
	color: #000000;
	
}

.nom {
	counter-reset: count;
}

.nom td:first-child:after {
            content: counter(count);
            counter-increment: count;
			margin-left: 1px;
			
            
        }
		
		

.nom th {
		border: 1px solid #b24242;
		border-collapse: collapse;
		
		position: relative;
	}
	.nom td {
		border: 1px solid #b24242;
		border-collapse: collapse;
		height: 36px;
		position: relative;
	}
	.nom {
		margin-bottom: -1px;
	}
	
	.nom td:first-child {
		text-align: left;
	}
	


.hide {
	visibility: collapse;
}
