.tabletanya tr td {
border: 1px solid #5FCA14;

}

.tabletanya tr td:nth-child(6){
border: 1px solid #3AE2CE;
}
.tabletanya tr td:nth-child(7){
border: 1px solid #3AE2CE;
}
.tabletanya tr td:nth-child(8){
border: 1px solid #3AE2CE;
}

.tabletanya tr td:nth-child(9){
border: 1px solid #3AE2CE;
}

.tabletanya tr td:nth-child(10){
border: 1px solid #3AE2CE;
}

.tabletanya tr td:nth-child(11){
border: 1px solid #3AE2CE;
}








/************
 шапка сайта 
*************/

.header-top .header-logo {
	float:left;
	margin-right: 290px;
}

.header-top .phone-style {
	float:left;
	margin-right: 60px;
}
.header-top .phone-style span {
	display:block;
	margin-top:20px;
}

.header-top .header-email {
	padding-top:42px;
	padding-left:90px;
	float:left;
}

.header-top .header-email a {
	color:#aae39e; 
	font-size:18px;
}

/*******************
 включаемые области 
********************/

.header-top {	
}

.header-middle {
}

.left-top {
}

.left-bottom {
	font-size: 90%;
	color: green;
}

.bottom-left a {
	color: white;
}

.bottom-middle img {
	border: 0px;	
}

.green {
border: 1px solid #006600;
}

.blue {
border: 1px solid rgb(0, 153, 0);
}

/******************vtlk*******************/
.knopka77 {
text-transform: uppercase;
background-color: #FAFA9A;
color: black;
width: 150px;
font-size: 20pt;
font-weight: bolder;
text-align: center;
padding: 20px;
cursor: pointer;
transition: all 1s;
 -moz-animation: animaciya 1s ease-in-out 1s infinite alternate;
  -webkit-animation: animaciya 1s ease-in-out 1s infinite alternate;
  -ms-animation: animaciya 1s ease-in-out 1s infinite alternate;
}
.knopka77:hover {
background-color: #0066CC;
color: white;
transition: all 1s;
 -webkit-animation-play-state:paused;  /* пауза при наведении курсора */  
  -moz-animation-play-state:paused;
  -ms-animation-play-state:paused;
opacity: 1;
}
@-moz-keyframes animaciya {   
from {opacity: 1;}  
to {opacity: 0.5;} 
}

@-webkit-keyframes animaciya {
from {opacity: 1;}  
to {opacity: 0.5;} 
}

@-ms-keyframes animaciya {
from {opacity: 1;}  
to {opacity: 0.5;} 
}