.main__rightside{
	width: 100%;
    max-width: 300px;
    order: 2;

}
#dle-content {
    width: 100%;
    max-width: calc(100% - 300px);
    padding-right: 28px;
    justify-content: space-between;
    order: 1;
    
}
.category-header {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0;
        max-width: calc(100% - 300px);
}
.logo__text {
    line-height: 1.1;
    color: #211600;
    margin-left: 10px;
    font-size: .85rem;
    padding-top: 14px;
    font-family: 'Museo Sans Cyrl 500', sans-serif;
}
.main__rightside--baner{
    position: sticky;
    top: 100px;
    width: 300px;
    overflow: hidden;
    text-align: center;
}
.main__rightside--baner .adsbygoogle{
    margin-top: -20px;
    border-top: 1px solid #f7f7f7;
}
.category-header h1 {
    text-transform: uppercase;
    font-family: 'Museo Sans Cyrl 700', sans-serif;
    margin: 15px 0;
}
.category-description {
    font-size: 1rem;
    line-height: 1.35;
    color: #555;
    font-weight: 300;
}
.divider{
    border-bottom: 1px solid #249bdc;
    max-width: 30%;
    margin: 15px 0;
    margin-left: -18px;
}
.container{
    align-items: flex-start;
}
.sorting{
    width: 50%;
    text-align: right;
    padding-right: 28px;
}

/*line*/
article.shortstory-line:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #018ed5;
    display: block;
    position: absolute;
    top: 45px;
    left: -6px;
    border-radius: 50%;
}
article.shortstory-line{
    max-width: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    padding-bottom: 10px!important;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #018ed5;
    margin-bottom: 0;
    position: relative;
    padding-left: 28px;
    flex-direction: column;
    display: flex;
}
article.shortstory-line .shortstory__image{
    display: none;
}
article.shortstory-line .article-info{
    margin: 0;
    bottom: auto;
    top: 10px;
    position: static;
    order: -1;
}
article.shortstory-line .shortstory__title{
    margin: 0;
    padding-top: 10px;
}