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 {
 display: inline-block;
 width: 10px;
 height: 10px;
 border: 1px solid #1665a6;
 margin-left: 0px;
 margin-right: 4px;
}
button
{
  
  cursor:pointer;
  margin-top: 5px;
  color: #a42d2e;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 3px;
}

#p1 {
	width: 678px;
	border: 30px solid #eee;
	position: relative;
	
	
}
h2 {
	text-align: center;
	font-size: 20px;
}

.wrapper {
	margin: 0 auto;
	display: block; 
	width: 738px;
	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;
	
}

.tooltip {
  position: absolute;
  top: 20px;
  right: 5px;
  padding: 0;
  cursor: pointer;
  z-index: 11;
  
 
}



.tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  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: 350px;
  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;
  
}


