.dg-content_list{
   margin-bottom: 60px; 
}
.dg-content{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.dg-content .gb-message{
    margin: 5px;
    padding: 5px;
    display: block;
    position: relative;
    overflow: hidden;
}
.gb-message-mes_avatar{
    width: 180px;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    padding: 5px;
}
.gb-message-mes_avatar .avatar{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.gb-message-mes_avatar img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.gb-message-info{
    display: inline-flex;
}
.gb-message-date{
    font-size: 20px;
    line-height: 35px;
    margin: 0px 5px;
}
.gb-message-mes {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}
.gb-message-mes_text{
    width: auto;
    display: table;
    padding: 15px;
    position: relative;
    line-height: 15px;
    background-color:#fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #dedede;
    margin-right: 3px
}
.gb-message-mes_text:after, .gb-message-mes_text:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    top: 20px;
    margin-left: -14px;
    border-bottom: 14px solid transparent;
    border-left: 0;
    border-right: 14px solid #ffffff;
    border-top: 14px solid transparent;
}
.gb-message-mes_text:before {
        border-right-color: #777; 
}
.gb-message-mes_text.repley:before, .gb-message-mes_text.repley:after{
    top: -14px;
left: auto;
    right: 52px;
    margin-left: -14px;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 0;
}
.gb-message-mes_text.repley:before {
        border-bottom-color: #777; 
}
.gb-message-mes_text .mes_text{font-size: 20px;line-height: 24px;color: #333;}

.gb-message-mes_replay_item{
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
    position: relative;
    float: right;
}

.gb-message-mes_replay{
    position: relative;
    width: 100%;
    height: auto;
    display: table;
    padding-bottom: 5px;
    margin-top: 5px;
}

.gb-message-mes_replay .gb-message-mes_avatar{
    float: right;
    margin-right: 0;
    margin-left: 90px;
}
.gb-message-mes_replay .gb-message-mes_text{
    margin-right: 0;
}

h1 a.mes_text{
    text-decoration: none;
    color: #686868;
    font-size: 32px;
}
.gb-message-mes_text h1 {
    line-height: 1.5em;
}
.gb-menu {
    width: 24px;
    height: 24px;
    background: url("../../images/icons/config.png") no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity:0.5;
}
.gb-menu:hover{
    opacity:1;
}
.gb-menu:hover .menu{
    visibility: visible;
}
.gb-menu .menu {
    visibility: hidden;
    width: 150px;
    position: absolute;
    top: 0;
    right: 24px;
    box-shadow: -4px 4px 5px #CCC;
    background: #a7b4b7;
}
.gb-cop a{
    text-decoration: none;  
    color: #888;  
}
.gb-cop a:hover{

    color: #000;  
}
.gb-cop{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;

}
.gb-message_item {
    margin-top: 60px;
    margin-bottom: 10px;
    padding: 10px;
}
.gb-bottom {
    float: right;
    padding: 10px 10px;
    display: table;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    color: #7b7b7b;
    font-family: 'Roboto','Arial';
    text-transform: uppercase;
}
h1 .gb-bottom{
    float: right;
    padding: 10px 10px;
    display: table;
    background: #f3ac51;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #000;
    border-radius: 3px;
    font-family: 'Roboto','Arial';
    text-transform: uppercase;
    margin: 0 15px;
}
h1 .gb-bottom:hover{
    background: #f9b45c;
    color: #000;
}

.mes_text img {
    max-width: 100%;  
}

@media (max-width: 600px) {
    .dg-content{
        
    }
    .gb-message-mes_avatar{
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .gb-message-mes_avatar_nick{
        float: left;
        margin-left: 20px;
    }
    .gb-message-mes_avatar .avatar {
        float: left;
        width: 100px;
        height: 100px;
    }

    .gb-message_item {

    }
    .gb-message-mes_replay {
        margin-top: 15px;
    }
    .gb-message-mes_text{
        width:100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dg-content .gb-message {

        margin: 0;
        padding: 0;
    }
    .gb-message-mes_text:before, .gb-message-mes_text:after{
        top: -14px;
        left: 52px;
        margin-left: -14px;
        border-bottom: 14px solid #fff;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 0;
    }
    .gb-message-mes_text:before {
        border-bottom-color: #777; 
    }
}