.name_item_menu{
    margin:10px;
}
.Item_menu_list{
    list-style-type: disc !important;
    list-style-position: outside !important;
}
.article_link{
    padding: 4px 3px;
}
.article_dot{
    padding-left: 18px !important;
    width: 5px;
    padding-top:6px;
    padding-bottom:6px;
}
.article_link_txt{
    color:black;
    line-height: 17px;
}
.article_link_txt:hover{
    color:green;
}
.td_class{
    width:1%;
    text-align:right;
}
.soc_icon{
    display:inline-block;
    width:44px;
    height:44px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 20px;
}
.extr_pad{
    padding-bottom: 18px !important;
}
.mail{
    background-image: url("/local/images/new/blog_send_email.png");
}
.bookmark{
    background-image: url("/local/images/new/blog_send_bookmark.png");
}
.vk{
    background-image: url("/local/images/new/blog_send_vk.png");
}
.tw_aka_x{
    background-image: url("/local/images/new/blog_send_tw.png");
}
.tg{
    background-image: url("/local/images/new/blog_send_tg.png");
}
.art_menu details + details{

}
.art_menu summary {
    margin:10px; 
}

details .selector_img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    background-image: url("/local/images/new/next_menu.png");
}
details[open] .selector_img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px;
    background-image: url("/local/images/new/open_menu.png");
}
.name_category{
    padding: 0px 5px !important;
    line-height: 15px;
    font-weight: 500;
}
.label_category{
    display: flex;
    max-width: 25px;
    min-width: 10px;
    float: right;
    margin-left: auto;
    padding: 0px 0px !important;
    align-content: center !important;
    flex-wrap: wrap;
}

@media screen and (min-width: 183px){
    .articles_menu_button{
        display: block;
        background-color:white;
        margin-left: auto !important;
        margin-right: 0px !important;
        margin-top: 14px;
        margin-bottom: -30px;
        font-size: 20px !important;
        width: 108px;
        height: 34px;
        border-radius: 5px;
        border: 1px solid #D9D9D9;
        cursor:pointer;
    }
    .articles_menu_button:focus {
        outline: none;
        background-color:white !important;
    }
    .articles_menu_button:active {
        background-color:#D9D9D9 !important;
    }
    
    .selector_button{
        background-repeat: no-repeat;
        background-size: contain;
        margin-left:10px;
        margin-top:2px;
        height: 12px;
        width: 12px;
        background-image: url("/local/images/new/selector_menu_blog.png");
    }
    .selector_txt{
        font-size: 15px;
        
        line-height: 15px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: -13px;
        margin-left: 31px;
        color: black;
        font-weight: 400;
        letter-spacing: 1px;
    }
    .articles_menu_base{
        display:none;
    }
    .item_menu{
        border: 0px solid #e6e6e6;
        border-radius:6px;
        margin-bottom:17px;
        cursor:pointer;
    }
    .extra_padding{
        padding-top:21px;
        margin-left: auto;
        margin-right: auto;
    }
    .bn_padding{
        margin-top: 0px !important;
    }
    .author-article-bio{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 12px;
        max-width: 358px;
        padding-top: 20px;
    }
    .author-article{
        margin-top: 30px;
        margin-left: -15px;
    }
}
@media screen and (min-width: 471px){
    .bn_padding{
        margin-top: unset;
    }
}

@media screen and (min-width: 490px){
    .author-article{
        display: flex;
        margin-bottom: 5px;
        min-height: 94px;
        margin-top: 30px;
        margin-left: unset;
    }
    .author-article-bio{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 12px;
        max-width: 358px;
        padding-top: unset;
    }
}

@media screen and (min-width: 768px){
    .articles_menu_base{
        display:block;
        width:20%;
        float:left;
    }
    .articles_menu_button{
        display:none;
    }
    .item_menu{
        border: 1px solid #e6e6e6;
        border-radius:6px;
        margin-bottom:7px;
        cursor:pointer;
    }
    .extra_padding{
        padding-top:21px;
        margin-left: 21.9%;
    }
}


.author-article-photo{
    background-repeat: no-repeat;
    background-size: contain;
    margin-left:10px;
    margin-top:2px;
    border-radius: 50%;
    height: 94px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 94px;
    background-image: url("/local/images/new/AnastasiaV.jpg");
}

.author-article-bio-name{
    color: #001a34;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 26px;
    margin-bottom: 4px;
}
.author-article-bio-desc{
    color: rgba(0,26,52,.6);
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 20px;
}