
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;
	
	
}



.wrapper {
	max-width: 736px;
	outline-color: #e32719;
	margin: 0 auto;
	
	border: 1px solid #e32719;
	
	
	color: black;
	
}

.mini {
	margin: 0 auto;
	max-width:738px;
	height: 500px;
	overflow: hidden;
	background-image: linear-gradient(to bottom, white, #ffffff 80%, #f6f6f6 90%, #eeeeee, #e5e5e5, #dddddd);
	
	  
}
.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!important;
	
	
}
 
.print, .dob{
	background-color: #91423c;
  display: block;
  width: 100px;
  margin: 0px auto;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none; padding: 4px 12px;          background: linear-gradient(#e32719, #6e0901);      border: solid 1px #610801;       border-bottom: solid 1px #6e0901;       box-shadow: inset 0 0 0 1px #e31000;     color: #fff;       text-shadow: 0 1px 0 #7b502e;
}
.print:hover {
  color: #fff;
  background-position: 0 20%;
}
.print: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: -13px;
		margin-right: 2px;
	}
	
	h3, h2 {
		font-weight: normal;
		text-align: center;
	}
	
	table  {
		
		border: 1px solid #0084a9;
		
		margin: 0 auto;
	}
	
	th, td {
		border: 1px solid #0084a9;
		border-collapse: collapse;
		padding-left: 10px;
	}
	
.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;
}





.active, .passive{
display: inline-block;
text-decoration:none;
margin-right: 1vw;
text-align: center;
margin-bottom: 1vw;
border: 0.4vw solid #e32719;
padding: 0.6vw 0.8vw;
font-weight: bold;
color: #e32719;
font-size: 2vw;
}

.active {
	background: #e32719;
	color: #fff;
}




.sign  {
	width: 100%;
	border-collapse: collapse;
	border-color:white; 
	margin-top: 0px;
}

.sign td {
	width: 50%;
	border-color:white; 
	vertical-align: top;
	padding-left: 0;
}

.sign td:nth-child(2)
{
	text-align: right;
}
.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: #e32719;
}

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 : 650px) {
.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";
}

