.news-list {
    margin-top: 48px;
}

.news-list .item-news {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s ease;
}


.news-desktop .item-news:hover {
    background: #fff;
    box-shadow: 10px 10px 50px #e9e9e9;
    border-radius: 20px;
    padding: 20px;
    margin: -20px;
}


.news-list .item-news-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}

.news-list .item-news .item-news-name {
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    color: #1b202d;

}


.news-list .item-news .item-news-name:hover {
    color: #1e51ba !important;
    text-decoration: none;
}


.news-list .mini-news .item-news-name {
    padding-bottom: 20px;
}


.news-list .item-news .item-news-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-position-x: center !important;
    overflow: hidden;
}

.news-list .item-news .item-news-info .item-news-date {
    margin-top: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 146.4%;
    color: #848E99;
}

.news-list .item-news.big-news {
    height: 336px;
}

.news-list .item-news.big-news .item-news-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 336px;
    border-radius: 5px;
}

.news-list .item-news.big-news .item-news-info {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    margin-top: 0;
}

.news-list .item-news.big-news .item-news-info .item-news-name {
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    color: #3B4256;
    margin-bottom: 18px;
}

.news-list .item-news.big-news .item-news-info .item-news-text {
    font-size: 17px;
    line-height: 160%;
    color: #3B4256;
}

.news-list .item-news.big-news .item-news-info .item-news-date {
    margin-top: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 146.4%;
    color: #848E99;
}

.cat-news {
    padding: 3px 11px;
    font-size: 13px;
    font-weight: 500;
    background: #423ee0;
    border-radius: 5px;
    margin-top: 20px;
    text-decoration: none !important;
    color: #fff !important;
    transition: 0.3s ease;
}

.cat-news:hover {
    opacity: 0.7;
}

.cat-list {
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 12px;
}

.cat-list::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 10px;
    height: 0;
    width: 100%;
}

.cat-list::-webkit-scrollbar-track {
    background-color: #f3f5f6;
    border-radius: 10px;
    width: 10px;
}

.cat-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #dbe0ec;
}

.cat-list::-webkit-resizer {
    width: 10px;
    height: 0;
}

.cat-list::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}


.cat-item {
    padding: 7px 16px 8px 16px;
    font-size: 14px;
    font-weight: 500;
    background: #4b74c8;
    border-radius: 5px;
    text-decoration: none !important;
    color: #fff !important;
    transition: 0.3s ease;
    display: inline-block;
    margin-right: 6px;
}

.cat-item:nth-child(1n) {
    background: #43BBCD;
}

.cat-item:nth-child(2n) {
    background: #4B74C8;
}

.cat-item:nth-child(3n) {
    background: #3CB07C;
}

.cat-item:nth-child(4n) {
    background: #8bc34a;
}

.news-list.owl-carousel .owl-stage-outer {
    overflow: initial;
}

.non-photo {
    background: #EEF2F6 !important;
}

.non-photo::after {
    content: '';
    display: table;
    background: #EEF2F6 url('img/non-img.svg') center no-repeat !important;
    background-size: 63px !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
}


.news-mobile {
    display: initial;
}

.cat-list {
    white-space: nowrap;
    overflow-x: auto;
    width: 120%;
    padding-right: 30px;
    padding-bottom: 0;
}

.news-list {
    margin-top: 20px;
}

.news-list .item-news .item-news-img {
    height: 350px;
    background-size: cover !important;
    background-position-y: initial !important;
}

.news-list .item-news .item-news-name {
    font-size: 19px;
}


.news-detail {
    line-height: 180%;
    margin-bottom: 20px;
    letter-spacing: 0.1px;
}

.news-detail p {
    margin-bottom: 34px;
}

.news-detail-text {
    line-height: 200%;
    font-weight: normal;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e2e2;
}

.preview-img {
    max-height: 764px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 50px 0;
    border-radius: 10px;
}

.news_gallery_img {
    width: 100%;
    height: 280px;
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.news_gallery_img a {
    display: table;
    width: 100%;
}

.news_gallery_img img {

}

.news_gallery_img.quad img {
    width: 100%;
    height: auto;
}


.news-date-time {
    display: inline-block;
    margin-right: 50px;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    display: inline-block;
    margin-bottom: 70px;
}

.author-box {
    display: inline-block;
    margin-top: 20px;
}


.author-tag, .news-date-tag {
    font-weight: 500;
    font-size: 17px;
    color: #808080;
    display: inline-block;
    margin-right: 20px;
}


.author-item {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    display: inline-block;
    margin-right: 20px;
}



.doc-list {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.doc-item {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.doc-item:last-child {
    margin-bottom: 0;
}

.doc-list .desk-doc {
    font-weight: 500;
    font-size: 14px;
    color: #7E7E7E;
    letter-spacing: 0.4px;
}

.doc-list .doc-ico {
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-item .doc-link {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 20px;
    vertical-align: middle;
    line-height: 150%;
}

.doc-list .doc-item .doc-name {
    width: 100%;
    line-height: 21px;
    color: #272727 !important;
    text-shadow: 0.1px 0.1px 0.1px rgba(76, 76, 76, 0.4);
    text-decoration: none !important;
    border-bottom: 0 !important;
    font-weight: 500;
    font-size: 17px;
}

.name-docs-list {
    cursor: pointer;
}

.doc-list .doc-item .doc-name:hover {
    color: #3D61E0 !important;
}

.pdf {background: url(img/formats/pdf.svg) no-repeat !important;}
.doc,.docx,.rtf {background: url(img/formats/doc.svg) no-repeat !important;}
.xls,.xlsx {background: url(img/formats/xls.svg) no-repeat !important;}
.ppt,.pptx {background: url(img/formats/ppt.svg) no-repeat !important;}
.jpg,.jpeg {background: url(img/formats/jpg.svg) no-repeat !important;}
.png {background: url(img/formats/png.svg) no-repeat !important;}
.rar,.zip {background: url(img/formats/rar.svg) no-repeat !important;}

.avi {background: url(img/formats/avi.svg) no-repeat !important;}
.txt {background: url(img/formats/txt.svg) no-repeat !important;}
.mp3 {background: url(img/formats/mp3.svg) no-repeat !important;}
.mp4 {background: url(img/formats/mp4.svg) no-repeat !important;}





@media (max-width: 768px) {
    .preview-img {
        margin-top: 0;
    }

    .tns-item {
        height: 280px !important;
    }

    .news_gallery_img.quad {
        height: initial;
    }

    .doc-list .doc-item {
        width: 100%;
    }
}



