body{
    background: rgb(245, 245, 245);
}
.article-poster{
    width: 100%;
    height: 250px;
    background: lightblue;
}
.article-wrapper{
    width: 1280px;
    margin: 0 auto;
    
}
.article-menu{
    overflow: hidden;
    width: 100%;
    background: transparent;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0px;
    color: white;
    font-size: 0px;
    height: 45px;
    margin-bottom: 30px;
}
.article-menu-item{
    display: inline-block;
    
    
}
.article-menu-item{
    padding: 0 8.12px;
    cursor: pointer;
    transition: 0.2s;
    background: #1b75bb;
    color: white;
    font-size: 16px;
    
}
.article-menu-item:hover{
    color: white;
    background: #faaf41;
}
.article-menu-item-active{
    color: #1b75bb;
    background: rgb(245, 245, 245);

}
.articles-left-block{
    width: calc(100% - 350px);
    float: left;
    background: rgb(245, 245, 245);
}
.article-blocks-wrapper{
    overflow: hidden;
    
}
.rec-items-wrapper{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.rec-title{

    font-size: 20px;
    margin-bottom:18px;
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.85);
}
.rec-item{
    width: calc(25% - 26px);
    margin-right: 30px;
    cursor: pointer;
    float: left;
}
.rec-item:last-child{
    margin-right: 0px;
}
.rec-item-img{
    background: lightblue;
    height: 115px;
    background-size: cover !important;
}
.list-filter-wrapper{
    background: white;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    margin-top: 30px;
    box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.096);
    height: 44px;
    line-height: 44px;
    margin-bottom: 30px;
}
.list-sort-wrapper{
    float: right;
    width: 250px;
    
}
.list-sort-selector{
    float: right;
}
.list-sort-text{
    float: right;
    line-height: 44px;
    font-size: 13px;
}
.list-sort-selector select{
    
    color: rgba(0, 0, 0, 0.85);
    border: 1px solid white;
    box-sizing: border-box;
    outline: none;
    height: 44px;
    margin-right: 20px;
    margin-left: 5px;
    padding-right: 5px;
}
.list-item{
    overflow: hidden;
    margin-top: 20px;
    padding: 20px;
    background: white;
    box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.096);
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
}
.list-item-img{
    width: 350px;
    height: 196px;
    background: lightblue;
    float: left;
    transition: 0.2s;
    cursor: pointer;
    background-size: cover !important;
}
.list-item-info-wrapper{
    float: right;
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding-left:30px ;
}
.list-item-info-title{
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    color: #1b75bb;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.list-item-info-title:hover{
    color: #faaf41;
}
.list-item-info-desc{
    margin-top: 10px;
    max-height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.list-items-wrapper{
    margin-bottom: 50px;
    overflow: hidden;
}
.articles-right-block{
    float: right;
}
.articles-right-window{
    width: 300px;
    height: 400px;
    background: yellowgreen;
    margin-top: 20px;
}
.articel-p{
    width: 1280px;
    margin: 0 auto;
    
}
.article-title{
    font-size: 50px;
    color: white;
    margin-left: 20px;
    line-height: 250px;
}
.rec-item-desc{
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.85);
    max-height: 55px;
}
.list-item-info-desc{
    color: rgba(0, 0, 0, 0.85);
}
.list-item-img:hover{
    transform: scale(0.95);
}
.article-menu{
    margin-bottom: 0px;
}
.article-menu-second{
    margin-bottom: 20px;
    width: 929px;
}
.article-menu-second .article-menu-item{
    background: #faaf41;
}
.article-menu-second .article-menu-item-active{
    background: white;
    color: #faaf41;
}
.article-menu-sec-item{
    float: left;
}
.article-menu-sec{
    width: fit-content;
    overflow: hidden;
    margin: 0 auto;
}
.article-menu-second{
    height: 45px;
    
}
.article-menu-sec-item{
    color: #1b75bb;
    font-size: 16px;
    
    margin: 0px 8px;
    height: 39px;
    line-height: 45px;
    cursor: pointer;
    transition: 0.2s;
    text-transform: uppercase;
}
.article-menu-sec-item-active{
    border-bottom: 3px solid #faaf41;
}
.article-menu-sec-item:hover{
    color: #faaf41;
}
.list-item-four{
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    
}
.list-item-four-item-wrapper{
    width: calc(25% - 13px);
    margin-left: 17px;
    float: left;
    box-sizing: border-box;
    
    border-radius: 4px;
}
.list-item-four-item-wrapper:nth-child(1){
    margin-left: 0px;
}
.list-item-four-desc{
    display: none;
}
.list-item-four-title{
    color: #1b75bb;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    transition: 0.2s;
    margin-top: 8px;
    margin-bottom: 5px;
}
.lifi-con{
    cursor: pointer;
}
.lifi-con:hover .list-item-four-title{
    color: #faaf41;
}
.list-item-four-img{
    width: 100%;
    height: 125px;
    background: lightblue;
    background-size: cover !important;
}
.amm-mobile{
    display: none;
}
.me-profile-add-news{
    width: 100%;
    background: #1b75bb;
    color: white;
    line-height: 45px;
    text-align: center;
    border-radius: 0px;

    margin-bottom:30px;
    cursor: pointer;
    transition: 0.3s;
}
.me-profile-add-news:hover{
    background: #faaf41;
}
.article-title:first-letter{
    text-transform: uppercase;
}
#pmub{
    margin: 0 auto;
    width: 100%;
    background: #1b75bb;
    padding: 10px 15px;
    box-sizing: border-box;
    color: white;
    border-radius: 0px;
    user-select: none;
    cursor: pointer;
    transition: 0.2s;
    text-align: center;

}
#pmub:hover{
    
    background: #faaf41;
}

.spon-right{
    background: #1b75bb;
    float: left;
    
    width: 300px;
    margin-top: 20px;
    text-align: center;
    color: white;
    
    
    cursor: pointer;
    transition: 0.2s;
}
.spon-right:hover{
    background: #faaf41;
}
@media screen and (max-width: 600px) {
    .article-title{
        font-size: 25px;
    }
    .article-wrapper{
        width: 100%;
    }
    .articles-left-block{
        float: none;
        width: 100%;
    }
    .article-menu-item{
        font-size: 14px;
    }
    .rec-item{
        width: 90%;
        margin-left:5% ;
        margin-right: 0px;
        float: none;
    }
    .rec-title{
        text-align: center;
    }
    .article-menu{
        height: auto;
    }
    .article-menu-sec{
        height: auto;
        width: 100vw;
        margin: unset;
    }
    .rec-item{
        margin: 30px 5%;
    }
    .list-sort-selector select{
        background: white;
    }
    .list-item-info-wrapper{
        float: none;
    }
    .list-item-img{
        float: none;
    }
    .list-item-info-wrapper{
        padding-left: 0px;
        width: 100%;
    }
    .list-item-info-title{
        font-size: 16px;
        margin-top: 5px;
    }
    .list-item-info-desc{
        font-size: 14px;
        margin-top: 5px;
    }
    .rec-item-desc{
        font-size: 16px;
    }
    .list-item-img{
        width: 100%;
    }
    .list-item-four-item-wrapper{
        width: 90%;
        margin-left: 5%;
        float: none;
    }
    .list-item-four-item-wrapper:nth-child(1){
        margin-left: 5%;
    }
    .list-item-four{
        margin-top: 0px;
    }
    .list-item-four-item{
        margin-top: 20px;
    }
    .articles-right-block{
        float: none;
        width: 100%;
    }
    .articles-right-window{
        margin: 0px auto 0px auto;
    }
    .list-items-wrapper{
        margin-bottom: 20px;
    }
    .article-menu{
        display: none;
    }
    .article-mobile-menu{
        overflow: hidden;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .amm-mobile{
        display: block;
        height: 30px;
        border-radius: 3px;
        border: 0px solid transparent;
        background: #1b75bb;
        color: white;
        transition: 1s;
        padding-left: 5px;
        outline: none;
    }
    .amm-mobile:focus{
        
    }
    .amm-mobile-f{
        float: left;
        margin-left: 5%;
    }
    .amm-mobile-s{
        float: left;
        margin-left: 15px;
    }
    .rec-title{
        margin-left: 0px;
    }
    .rec-items-wrapper{
        padding: 0;
    }
    .list-filter-wrapper{
        margin-bottom: 20px;
        margin-top: 30px;
    }
}