.main-info{
    display: flex;
    justify-content: space-between;
}

.profile-description{
    margin-top: 20px;
}

.profile-card{
    display: flex;
    justify-content: space-between;
}

.avatar-block{
    width: 100px;
    height: 100px;
    background: #C0C0C0;
    border-radius: 50%;
    text-align: center;
}

.avatar-block img{
  border-radius: 50%;
}

.favorite{
    width: 30px;
    height: 40px;
    background-image: url('../images/favorite.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.favorite.checked{
    background-image: url('../images/favorite-fill.png');
}


ul#imageGallery{
    list-style-type: none;
}

.profile-info{
    padding: 10px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    width: 40%;
    display: flex;
    flex-direction: column;
}

.profile-images{
    /*width: 474px;*/
    max-width: 60%;
    margin-left: 10px;
}

.favorite-img.is_favorite{
    background: #FFFF00;
}

div.rating{
    color: #FCC21B;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
    height: 20px;
    margin-top: 10px;
}

div.rating div{
    display: inline-block;
}

.rating-st{
    width: 20px;
    margin: 0 1px;
}

.rating-st, .rating-st div{
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.rating-gst{
    background-image: url('../images/star.png');
}

.rating-yst{
    background-image: url('../images/star_fill.png');
}

.inform img{
    margin-right: 5px;
}

.inform div{
    margin: 5px 0;
}

.inform, .inform a{
    color: #808080;
}

label.service-label{
    display: flex;
    justify-content: space-between;
    max-width: 50%;
}

.add-comment-link{
    cursor: pointer;
}

.tab-pane{
    padding: 20px 10px;
}

@media (min-width: 992px) {
    label.service-label{
        max-width: 50%;
    }
}

@media (max-width: 991px) {
    .main-info {
        display: block;
    }
    .profile-info {
        width: 100%;
    }
    .profile-images{
        display: none;
    }
    label.service-label{
        max-width: 100%;
    }
}
    
    .btn-sign-up{
        border-radius: 30px;
    }
    
    .btn-sign-up-main{
        display: flex;
        justify-content: center;
        font-size: 20px;
    }
    
    .profile-images img{
        border-radius: 5px;
    }
    
    #imageGallery li{
        background: #ebebeb;
        border-radius: 5px;
        text-align: center;
    }
    
    .lSSlideOuter .lSPager.lSGallery li{
        display: flex;
        align-items: center;
        height: 116px;
    }

form#add_comment_form{
    cursor: default;
    width: 700px;
}

.set-star{
    margin: 0 5px;
    width: 35px;
    height: 35px;
    background-image: url('../images/star.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: default;
}

div.mark{
    height: 20px;
    text-align: center;
    background-color: inherit;
    margin: 10px 0;
}










