.newsheader,
.big-title {
    margin: 0;
    margin-top: 30px;
    font-size: 24px;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.main-news-item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 13px 16px;
    border: 1px solid #cdcdcd;
    margin: 20px 5px;
}

.news-title, .news-title a {
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 10px 0;
}

.main-news-item .news-title {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}

.main-news-block .news-date {
    padding: 8px;
    font-size: 12px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0px;
    background: var(--main-color);
    color: var(--secondary-color);
    font-weight: 600;
    display: block;
    text-align: right;
    position: absolute;
    top: 0;
    bottom: auto;  
}

.main-news-img {
    margin: 0;
    width: 35%;
    padding-right: 10px;
}

.main-news-item img {
    margin: 0;
}

.news-main-desc {
    width: 60%;
    padding-left: 10px;
    margin-bottom: 3rem;
}

.main-news-item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.main-news-block .read-more {
    font-size: 12px;
    font-weight: normal;
    background: var(--main-color);
    color: var(--secondary-color);
    border-radius: 3px;
    margin: 10px 0;
    position: absolute;
    bottom: 10px;
    right: 15px;
    padding: 5px 10px;
    font-weight: 600;
}

.rss,
.go-back-link {
    display: block;
    float: none;
    padding: 5px 5px 5px 12px;
    margin: 10px 0;
}

.news-post .main-news-img {
    width: 100%;
    padding: 10px;
    max-height: 500px;
}

.news-post .post-description {
    padding: 10px;
}

.news-post .main-news-item .news-title {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.news-block {
    box-shadow: none;
}

.news-header > h2  {
    font-size: 22px;
    color: #222;
    /* margin-top: 60px!important; */
    margin-bottom: 20px!important;
    border-bottom-width: 1px!important;
    padding-bottom: 17px!important;
    border-bottom-color: #eee!important;
    border-bottom-style: solid!important;
    text-align: left;
    font-weight: normal;
}

.news-block .news-header {
    border-bottom: none;
}

.news-block .news-body {
    display: flex;
    flex-wrap: wrap;
}

.news-block .news-item {
    position: relative;
    width: 100%;
    background: none;
    margin: 10px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
}

.news-date {
    font-size: 12px;
    display: block;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    padding: 5px;
    line-height: 1;
    background: rgba(35, 35, 35, 0.35);
    color: #fff;
    border-bottom-left-radius: 2px;
}

.news-block .news-item .news-details .news-text {
    font-size: 16px;
    line-height: 1.2;
    display: block;
    padding: 5px 5px 8px;
    border: none;
    border-top: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #fff;
    width: 100%;
}

.news-block .news-item .news-img {
    border: none;
}

.news-details {
    position: absolute;
    border: none;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.news-item:hover .news-details {
    opacity: 1;
    visibility: visible;
}

.news-block .news-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    max-height: 350px;
    transition: .4s;
    margin: auto;
    display: block;
}


.slstrl2 {
    background: var(--main-color) !important;
    color: #fff !important;
    border-radius: 50px !important;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
    width: 50px!important;
    height: 50px!important;
    opacity: 0.7;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
