#NEWS_REP {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px;
}

#NEWS_REP > div > ul > li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 10px;
}

@media (max-width: 1182px) {
    #NEWS_REP > div > ul > li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    #NEWS_REP > div > ul > li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#NEWS_REP > div > ul > li .t-Card,
#NEWS_REP > div > ul > li .t-Card .t-Card-wrap,
#NEWS_REP > div > ul > li .t-Card .t-Card-wrap .t-Card-body,
#NEWS_REP > div > ul > li .t-Card .t-Card-wrap .t-Card-desc {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    background: transparent;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news {
    padding: 250px 30px 50px;
    position: relative;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

#NEWS_REP .right-panel {
    color: #000;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news.dark,
#NEWS_REP .right-panel.dark {
    color: #fff
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body {
    position: relative;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .t-Card-info {
    position: absolute;
    bottom: 20px;
    left: 30px;
    opacity: 0.8;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-icon,
#NEWS_REP > div > ul > li .t-Card .t-Card-titleWrap,
#NEWS_REP > div > ul > li .t-Card .t-Card-colorFill {
    display: none;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news .news-image {
    background-size: cover;
    background-position: 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    transition: transform 0.5s ease-in-out;
    transform-origin: bottom;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news:hover .news-image {
    transform: scale(1.07);
    transform-origin: bottom;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news .gradient {
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    height: 150px;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news .get-img {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news .news-image + img {
    visibility: hidden;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news .news-header,
#NEWS_REP > div > ul > li .t-Card .t-Card-body .news .news-body {
    position: relative
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news .news-header .news-header-text {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 120%;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .news .news-body-text {
    font-size: 16px;
    line-height: 130%;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .tools-panel {
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .tools-panel .tools-btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .tools-panel .tools-btn:hover {
    background: rgb(255 255 255);
    color: #000;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .tools-panel .tools-btn a {
    display: flex;
    flex: 1;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .tools-panel .tools-btn:hover a {
    color: #000
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body:hover .tools-panel {
    opacity: 1
}

#NEWS_REP > div > ul > li .t-Card .t-Card-body .draft-info {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 3px 20px;
    right: 15px;
    top: 15px;
    border-radius: 15px;
}

.news-modal {
    display: none;
    padding: 0;
    width: 100%;
    max-width: 720px;
    min-height: 100px;
    border-radius: 15px;
    overflow: hidden;
}

.news-modal .header {
    padding: 370px 40px 0;
    position: relative;
    color: #000;
}

.news-modal .header .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.news-modal .header .gradient {
    position: absolute;
    left: 0;
    top: 250px;
    right: 0;
    height: 150px;
}

.news-modal .header .draft {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 20px;
    left: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 15px;
}

.news-modal .header .draft .fa {
    margin-right: 5px
}

.news-modal .info p,
.news-modal .header h1 {
    position: relative
}

.news-modal .header h1 {
    margin-bottom: 0;
    font-weight: 700;
}

.news-modal .info {
    padding: 10px 40px 25px;
    border-radius: 0 0 35px 35px;
    color: #000;
}

.news-modal .dark .info,
.news-modal .dark .header {
    color: #fff;
}

.news-modal .info-container {
    display: flex;
    justify-content: space-between
}

.news-modal .info-container .info-data {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.news-modal .info-container .info-data .fa {
    margin-right: 5px;
}

.news-modal .info p {
    font-size: 17px;
    line-height: 160%;
    font-weight: 500;
}

.news-modal .body {
    padding: 25px 40px 40px;
    font-size: 18px;
    line-height: 160%;
}

.news-modal .fancybox-close-small {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 50%;
    right: 10px;
    top: 10px;
    color: #fff;
    padding: 5px;
}

#news-header {
    /* max-width: 1280px; */
    margin: 0 auto;
}

#news-header .t-Region-header {
    margin: auto;
    width: calc(100% - 50px);
    max-width: 1230px;
    border-bottom: 1px solid #e0e1e3;
}
#news-header .t-Region-header .js-maximizeButtonContainer {
    display:none;
}
#news-header .t-Region-title {
    font-size: 2rem
}

#news-header .t-Region-headerItems--title {
    padding: 2rem 0;
}

#add_news_btn, #open_news_list, #open_workshop {
    color: #383838;
    background-color: #f8f8f8;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 13%) inset;
    margin-left:10px;
    font-size:14px
}

#add_news_btn:hover,
#open_news_list:hover,
#open_workshop:hover {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%) inset !important;
}

body.news-list,
body.news-list .t-Region,
body.news-list .t-Region-header {
    background: #f0f1f3;
}

body.news-list .t-Body-title {
    border: none;
}

#NEWS_HOME .t-Card-wrap {
    padding: 0;
    border: none;
    background: transparent;
}

#NEWS_HOME .t-Cards--float .t-Cards-item {
    max-width: unset;
    width: 100%;
}

#NEWS_HOME .t-Card-titleWrap,
#NEWS_HOME .t-Card-info {
    display: none;
}

#NEWS_HOME .t-Card-body {
    padding: 0;
}

#NEWS_HOME .news {
    padding: 10px 10px 10px 105px;
    cursor:pointer;
    min-height: 95px;
}
#NEWS_HOME .news:hover {
    background: #f0f1f3;
}

#NEWS_HOME .news h5 {
    margin-bottom: 0.2rem;
}

#NEWS_HOME .news p {
    font-size: 13px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 130%;
}

#NEWS_HOME .info {
    text-align: right;
    font-size: 11px;
    color: #888
}

#NEWS_HOME .news-image {
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position:50%;
    left: 10px;
    top: 50%;
    margin-top:-40px;
    border-radius: 50%;
}

#NEWS_HOME .t-Card {
    transition: all .1s ease-out;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin: 0;
}