.div1 {
    width: 97%;
    max-width: 830px;
    background: #fff;
    padding: 25px 0 0 10px;
}

.wrap1 {
    width: 100%;
    max-width: 830px;
    display:flex;
    margin-bottom: 15px;
    font-size: 20px;
}

.content1 {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top:1px solid #5e5b5b;
}

.titleHit1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    font-weight: 700;
    max-width: 830px;
    width: 100%;
}

#reload1 {
    cursor: pointer;
    font-size: 18px;
    color: #5e5b5b;
    opacity: 0
}

.rate1 {
   width: 5%;
   font-size: 16px;

}

.right1 {
    width: 180px;
    display: flex;
    justify-content: space-between;
    
}

.countVote1 {
    user-select: none;
    font-weight: 100;
    opacity: 0;
    margin-left: 20px;
}

.like1 {
    color: #eb5757;
    cursor: pointer;
    margin-right: 15px;
    background-repeat: no-repeat;

}

.dislike1 {
    color: #5e5b5b;
    cursor: pointer;
    margin-right: 15px;
}


.like1:hover {
    color: red;
}

.dislike1:hover {
    color: black;
}

.noactive1 {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #eb5757;
    margin-right: 15px;
  }

.total {
    display: none;
}


@media screen and (max-width: 720px){
    .div1 {
        margin-right: 150px;
        overflow: hidden;

    }
    .wrap1 {
        overflow: hidden;
    }
    .content1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-top: none;
        border-left:1px solid #5e5b5b;
        
    }
    .right1 {
        justify-content: center;
        width: 100%;        
    }
    .countVote1 {
        margin-right: 40px;
    }
}