body {
         font-size: 17px;     
      }
p
{
  margin-left: 15px;
  margin-right: 10px;
  text-align: justify;
  position: relative!important;
}

ul{
		list-style: none inside;
		margin-top: -15px;
	}
	ul>li::before{
		content: "\2013";
		margin-left: -12px;
		margin-right: 2px;
	}
 span {
	 color: #0084a9; 
	 
 }
button
{
  
  cursor:pointer;
  margin-top: 5px;
  color: #a42d2e;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 3px;
}

#p1 {
	width: 950px;
	border: 30px solid #eee;
	position: relative;
	
	
}

.wrapper {
	margin: 0 auto;
	display: block; 
	
	position: relative;
}

.copy 
{

background: #fcf4f0;
position: relative;
 
  
}

@keyframes mymove {
   0%   {background: rgba(217, 235, 241, 0.1);}
  50% {background: rgba(217, 235, 241, 1);}
  100%   {background: rgba(217, 235, 241, 0.1);}
}

.copy:before {
	content: "СКОПИРОВАНО";
	font-size: 30px;
	color: #a42d2e;
	position: absolute;
	top: 45%;
	background: white;
	padding:5px;
	border: 1px solid #a42d2e;
	left: 40.5%;
	transform: rotate(-30deg);
	Z-index: 11;
	
}

table {
	border-collapse: collapse;
	border: 1px solid #b7283c;
	
}
td, th {
	border-collapse: collapse;
	border: 1px solid #b7283c;
	padding: 5px;
	vertical-align: top;
	
}

td:nth-child(1) {
	width: 5%;
}
.tooltip {
  position: absolute;
  top: 20px;
  right: 5px;
  padding: 0;
  cursor: pointer;
  z-index: 11;
  
 
}



.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #eee;
  color: black;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  padding-left: 15px;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 100%;
  
  line-height: 1.3rem;
}

.tooltip .tooltiptext::after {
   content: "";
  position: absolute;
  top: 7%;
  left: 100%;
  margin-top: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent  transparent transparent #eee;
  
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  
}


.tooltip img, .tooltip-1 img {
	width: 30px;
}

.tooltip b, .tooltip-1 b {
	color: #b24242;
}


.tooltip-1 {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  cursor: pointer;
  z-index: 11;
  
 
}

.tooltip-1 .tooltiptext {
  visibility: hidden;
  width: 400px;
  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::after {
   content: "";
  position: absolute;
  top: 7%;
  right: 99.5%;
  margin-top: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #eee transparent transparent;
  
}

.tooltip-1:hover .tooltiptext {
  visibility: visible;
  
}

.active, .passive{
display: inline-block;
width: 120px;
text-decoration:none;
margin-left: 5px;
text-align: center;
margin-bottom: 15px;
border: 2px solid #a42d2e;
padding: 6px 6px;
font-weight: bold;
color: #a42d2e;
 box-shadow: 0 5px 5px 0 rgba(0,0,0,0.11);
 border-radius: 10px;
}

.active {
	background: #a42d2e;
	color: #fff;
	
}



