@media (max-width: 800px){
body{
max-width: none;
background: white;
}


.block_search{
display: block;
    
}


.blog_post{
        border-bottom: none;
        background: white;
        padding: 6px;
        background: none; 
        margin-bottom: 10px;
        box-shadow: 0px 0px 10px 6px #0579ff12;
    } 
.blog_post:hover {
     background: none; 
}

  .post_panel{
        border-bottom: none;
        border-radius: 20px;
        padding: 16px 8px 4px 8px;

    }

.kom_emoji{
display: none;
}

.new_kom{
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;

}

.direct-new{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: -webkit-fill-available;
    border-radius: 0;
    border: none;
}

header{
height: 50px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
background: linear-gradient(to bottom, black, #1f1f1f);
    border-bottom: none;

}

.toggle-menu .toggle-menu-block a {
    font-size: 24px;
}

.profile_panel{
    box-shadow: 0px 25px 45px -24px #0579ff12;
    border-bottom: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    
}

.drawer {
    z-index: 10000;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
}

.toggle-menu .toggle-menu-block {
    position: fixed;
    background: white;
    width: auto;
    padding: 5px;
    margin: 0px;
    padding: 10px;
    z-index: 10;
    border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px 6px #0579ff29;
}


.header_m{
padding: 0px;
}
.h_search_pos, .hin_l{
display:none;
}
.hmenu{
    display: inline-block;
    padding: 8px;
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
    border-radius: 50%;
    margin: 7px 0;
    cursor: pointer;
}
.hin_r a{
margin: 0px 0 0;
}
.htitle{
    display: inline-block;
    position: relative;
    top: -5px;
    color: white;
    text-align: center;
}
.content{
padding: 55px 0 0 0;
z-index: 2222;
}
.border-radius, .border-radius-top, .border-radius-bottom{
border-radius: 0;
}
/* MENU */
.nav-head{
    display: block;
    background: #748aff;
    color: #fff;
    padding: 16px;
}
.drawer, .drawer_cover{
top: 0;
left: 0;
}
.drawer_op{
display:block;
height: 100%;
}
.drawer{
background: #fbfbfb;
max-width: 280px;
min-width: 152px;
height: 100%;
left: -300px;
box-shadow: 0 4px 4px -5px rgba(0, 0, 0, .2), 0 2px 2px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12);
}
.nav-cont{
padding: 8px 0 0 0;
z-index: -2;
}
a.nav-link{
padding: 0 16px;
color: black;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin: 0;
    letter-spacing: .03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
}
a.nav-link:hover {
    background: #e4e4e4;
     border-radius: 10px;
     color: black;
}
.nav-link span {
    float: left;
    color: #717171;
    font-size: 25px;
    margin: 0px 0px 0 10px;
    width: 33px;
}

.nav-ok{
background: none;
}
.nav-border-top{
border-top: 1px solid #e8e8e8;
}
.nav-border-bottom{
border-bottom: 1px solid #e8e8e8;
}
.nav-line{
display:none;
}


a.nav_spoiler{
    display: flex;
    background: url(img/arrowb.svg) no-repeat top 8px right 10px #fbfbfb;
    background-size: 30px;
}
.nav_hide_block{
display:none;
}
.block_panel{
background: white;
padding: 8px 10px 10px 10px;
border-bottom: none;
}
a.panel_link{
    background: 0;
    color: #565656;
    padding: 8px 20px 10px 20px;
    border-bottom: none;
    border-radius: 0;
}
a.panel_link:hover{
background: 0;
border-bottom: none;
}
a.panel_link_ok{
background: 0;
padding: 8px 20px 10px 20px;
border-bottom: 2px solid #748aff;
border-radius: 0;
color: black;
}

.direct-panel{
    background: white;
    top: 54px;
    z-index: 2222;
    width: -webkit-fill-available;
    border-top: none;
}
.direct-arrow{
    position: relative;
    top: 4px;
    display: table-cell !important;
    vertical-align: middle;
    font-size: 20px;
    width: 35px;
}
.direct-arrow a{
    color: black;
}
.direct-content{
    position: fixed;
    top: 114px;
    bottom: 60px;
    left: 0;
    right: 0;
    width: auto;
}

}

.bgp_pic {
width: 100%;
align-content: center;
align-items: center;
text-align: center;
padding: 4px;
padding-top: 6px;
padding-bottom: 6px;
}

#vi{
width: 50%;
padding: 1%;
}

#vi img{
    border-radius: 10px;
}


.post_name{
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.post_msg{
    font-size: 16px;
    font-weight: 400;
}



.bp_prev img{
width: 100%;
    height: auto;
    border-radius: 10px;
}
.bgp_pic img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.blog_picture{
    display: flex;
  flex-wrap: wrap;
  padding: 0px;
}

.post_panel_like{
    display: inline-block;
    margin: 0 30px 0 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.post_panel_comm{
display: inline-block;
margin: 0 30px 0 0;
border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.post_panel_comm i{
    position: relative;
    top: 2px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}



.profile_avatar img{
    background: #fff;
    padding: 0px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 40%;
}

#secondhide{
    background: white;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
     padding: 20px; 
     z-index: 2000;
}





