body {
            
      }
p
{
  margin-left: 2.13vw;
  margin-right: 1.33vw;
  text-align: justify;
  font-size: 2.13vw;
}
h3 {
	text-align: center;
	font-size: 2.13vw;
}

ul{
		list-style: none inside;
		margin-top: -1vw;
		margin-left: 0;
		
	}
	ul>li::before{
		content: "\2013";
		margin-left: -12px;
		margin-right: 2px;
	}
	
	
	ol li {
	margin-bottom: 0.66vw;
}
ul li {
	
	font-size: 2.13vw;
	margin-bottom: 1vw;
	
}
 span {
	 color: #0084a9; 
 }
button
{
  
  cursor:pointer;
  margin-top: 0.66vw;
  color: #a42d2e;
  font-weight: bold;
  font-size: 1.86vw;
  padding:  0.66vw 0.4vw;
  border-color: #ccc;
  outline-color: #ccc;
  margin-bottom: 2vw;
}

#p1 {
	width: 100%;
	border: 4vw solid #eee;
	position: relative;
	box-sizing: border-box;
	
	
}

.wrapper {
	margin: 0;
	display: block; 
	width: 100%;
	position: relative;
	
}

.copy 
{

background: #fcf4f0;
position: relative;
 
  
}


.copy:before {
	content: "СКОПИРОВАНО";
	font-size: 4vw;
	color: #a42d2e;
	position: absolute;
	bottom: 22.5vw;
	background: white;
	padding:0.66vw;
	border: 1px solid #a42d2e;
	left: 30%;
	transform: rotate(-30deg);
	
	
}

table {
	border-collapse: collapse;
	
	
}
td, th {
	border-collapse: collapse;
	text-align: left;
	padding:0.66vw;
	vertical-align: top;
	font-size: 1.8vw;
	
}
th {
	text-align:center;
}


.italic {
	margin-bottom: -10px;
}
.tooltip {
  position: absolute;
  top: 42%;
  left: 0%;
  padding: 0;
  cursor: pointer;
  z-index: 11;
 
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 30vw;
  background-color: #eee;
  color: black;
  text-align: left;
  border-radius: 0.7vw;
  padding: 0.66vw;
  padding-left: 15px;
    padding-bottom: 1.32vw;
  position: absolute;
  z-index: 1;
  top: -0.66vw;
  left: 150%;
  font-size: 2.13vw;
  
}

.tooltip .tooltiptext::after {
   content: "";
  position: absolute;
  top: 7%;
  right: 100%;
  margin-top: -0.66vw;
  border-width: 2vw;
  border-style: solid;
  border-color: transparent #eee transparent transparent;
}

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


.tooltip img {
	width: 4vw;
}

.tooltip b {
	color: #b24242;
}

.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;
}