





#diseases .items .item h3 span{

	transition: border-bottom 0.300s ease, color 0.300s ease;
}






#diseases .items .item:hover h3 span{
    color: #982A33;
    border-bottom: 1px solid #982A33;
}





#cat-lf .cat-field .item  h3 span{
    transition: border-bottom 0.300s ease, color 0.300s ease;
}



#cat-lf .cat-field .item:hover h3 span{
    color: #982A33;
    border-bottom: 1px solid #982A33;
}


.nav-menu-1 li a{

     transition: border-bottom 0.300s ease, color 0.300s ease;
}
.nav-menu-1 li a:hover{
  
    color: #982A33;
    border-bottom: 2px solid #982A33;
  
}
.menu-block-mob ul.menu-mob li a{
     transition:box-shadow 0.300s ease, background 0.300s ease;
}
.menu-block-mob ul.menu-mob li:hover{
    box-shadow: -6px 0px 5px rgba(0, 0, 0, 0.35);
    background: url(../img/line-img.png) no-repeat 99% center;
    
}

.btn{

    transition: background-color 0.300s ease, color 0.300s ease;
}
.btn:hover{
    color: #000000;
    background-color:#ffffff;

}

#resources .res-filed .item .btn-clinic{

    transition: background-color 0.300s ease, color 0.300s ease;
}

#resources .res-filed .item .btn-clinic:hover{
    color: #ffffff;
    background-color:#000000;
}





#materials .doc-item a{
    transition: background-color 0.300s ease, color 0.300s ease;
}
#materials .doc-item a:hover{
    color: #ffffff;
    background-color:#000000;

}
#map .tab-map span{
    transition: background-color 0.300s ease, color 0.300s ease;
}
#map .tab-map span:hover{
     background-color:#ffffff;
     color: #982A33;
}
#serv-banner .wrapper .btn-test{
     transition: background-color 0.300s ease, color 0.300s ease;
}
#serv-banner .wrapper .btn-test:hover{
    color: #ffffff;
    background-color: #982A33;
}
#test-banner .wrapper:nth-child(1) button{
    transition: background-color 0.300s ease, color 0.300s ease;
}
#test-banner .wrapper:nth-child(1) button:hover{
    color: #ffffff;
    background-color: #982A33;
}
