@media (min-width: 768px) and (max-width: 991.98px) {
    .navigationQ .favorite {
        width: auto;
        display: flex;
        height: 31px;
        align-items: center;
    }
    .navigationQ .favorite svg {
        margin-right: 6px;
    }
    .navigationQ .favorite.no_select svg {
        fill: #C6C6C6;
    }
    .navigationQ .favorite.select svg {
        fill: #D73A94;
    }
    #profile .profile_info .phone {
        padding-top: 0px;
        margin-bottom: 0px;
    }
    #profile .profile_info .location {
        padding-bottom: 16px;
    }
    #profile .profile_info .sms {
        padding-bottom: 16px;
    }
    #profile .profile_info .call {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    #profile .another_block {
        margin-top: 0px;
    }
    #profile .profile_block .descs {
        padding-left: 27px;
        padding-right: 27px;
    }
    .head_comments, .head_questions {
        padding-left: 0px;
    }
    #profile .profile_block .tab-pane {
        padding-left: 0px;
        padding-right: 0px;
    }
}