.composition{
    padding: 40px 40px 20px;
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
    overflow: hidden;
}
.left-composition, .right-composition{
    width: 300px;
    flex-shrink: 0;
}
.center-composition{
    width: calc(100% - 600px);
    margin: 0 14px;
    box-sizing: border-box;
}
.composition-title-small{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
.list-title-article{
    margin-top: 27px;
}
.list-article-item{
    display: block;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}
.list-article-item-title{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.list-article-item-info{
    margin-top: 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #424242;
    display: flex;
}
.title-category-block{
    width: calc(100% - 28px);
    margin-left: 14px;
    border-bottom: 1px solid #C4C4C4;
    box-sizing: border-box;
}
.title-category{
    width: max-content;
    padding: 0 10px;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    border-bottom: 2px solid #FF9811;
}
.category-block{
    margin-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #C4C4C4;
}
.category-block:first-child{
    margin-top: 0;
}
.center-composition-content{
    margin-top: 24px;
    padding: 0 14px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
}
.big-news{
    display: block;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #C4C4C4;
}
.big-news-img{
    width: 100%;
    /*height: 284px;*/
    /*background: #C4C4C4;*/
    border-radius: 4px;
    overflow: hidden;
}
.big-news-img > img{
    /*min-height: 100%;*/
    /*min-width: 100%;*/
    width: 100%;
}
.big-news-title{
    margin-top: 4px;
    padding: 0 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    color: #000000;
}
.big-news-description{
    margin-top: 12px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #000000;
}
.big-news-info{
    margin-top: 12px;
    padding: 0 4px;
    display: flex;
}
.big-news-category{
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #FF9811;
}
.big-news-date{
    margin-left: 8px;
    font-size: 12px;
    color: #424242;
}
.small-news{
    margin-top: 24px;
    width: 100%;
    display: flex;
}
.small-news-img{
    height: 168px;
    width: 168px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
}
.small-news-img > img{
    max-height: 100%;
    max-width: 100%;
}
.small-news-right-side{
    margin-left: 13px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.small-news-text{
    padding-top: 4px;
}
.small-news-title{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.small-news-description{
    margin-top: 12px;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}
.small-news-info{
    display: flex;
}
.small-news-category{
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #FF9811;
}
.small-news-date{
    margin-left: 8px;
    font-size: 12px;
    color: #424242;
}
.category-button{
    display: block;
    width: max-content;
    margin: 24px auto 0;
    padding: 9px 25px;
    background: #FF9811;
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
}