.kinoBtn:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 15%;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #3FF409;
    border-radius: 90px; 
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    left: 40%;
    right: 40%;
}
.kinoBtn:hover:after {
width: 40%;
left: 30%;
}
.kinoBtn2:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 15%;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    background: #FF6B01;
    border-radius: 90px; 
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    left: 40%;
    right: 40%;
}
.kinoBtn2:hover:after {
width: 40%;
left: 30%;
}

.h {
    text-shadow: -1px -2px 1px rgba(183,119,184,0.99), 0px 3px 5px #D8C7A7;
}

.h2{
text-shadow: 0px 5px 2px rgba(255,255,255,1);
   
}