/* 
* put your own css code here 
* don't update templates css file.
* because it's regularly get updated
*/
/*****ссылки в услугах сервиса********/
.service-link {
    line-height: 20px;
    transition: all 700ms ease 0s;
}


.service-link a {
    font-size: 14px;
    color: #BD0B15;
    display: inline-block;
    padding-right: 5px;
    transition: color .3s ease;
	text-transform: uppercase;
}

.service-link a:hover
 {
    color: #BD0B15;
	text-decoration: underline;
}
/*********конец*************/
