.news_in_glav {
    padding-top: 50px;
}
.news_in_glav .news-item .news-item-text_box .title_box {
    font-size: 34px;
}

.news_in_glav .news-item {
    margin-bottom: 35px;
}
.news_in_glav .news-item-top {
    height: calc(100% - 50px);
    overflow: hidden;
}
.news_in_glav .news-item .news-item-img .news-item-img_box:before {
    padding-top: 66.66%;
}

.news_in_glav .news-item .news-item-img .news-item-img_box .preview_picture {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news_in_glav .news-item .news-item-text_box {
    position: absolute;
    padding: 20px 40px 40px;
    top: 30px;
    bottom: 30px;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.news_in_glav .news-item .news-item-subtitle_box {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #E15757;
    margin-bottom: 25px;
}

.news_in_glav .news-item .news-item-title_box a {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    color: #3D4158;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_in_glav .news-item .news-item-title_box {
    margin-bottom: 30px;
}

.news_in_glav .news-item .news-item-text {
    font-size: 12px;
    line-height: 200%;
    color: #3D4158;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.news_in_glav .news-item .news-item-date {
    font-size: 12px;
    line-height: 15px;
    background: rgba(223, 231, 238, .6);
    border-radius: 6px;
    padding: 3px 12px;
}

.news_in_glav .news-item .news-item-more {
    padding-bottom: 1px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #3D4158;
    border-bottom: 2px solid #606DA6;
    transition: .2s ease-in-out;
}

.news_in_glav .news-item .news-item-more:hover, .news_in_glav .news-item .news-item-more:active {
    border-bottom-color: transparent;
}

.link-block-wrapper .link-block {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #3D4158;
    transition: .2s ease-in-out;
}
.link-block-wrapper .link-block:hover {
    color: #606da6;
}
.link-block-wrapper .link-block span {
    display: inline-block;
    vertical-align: middle;
}

.link-block-wrapper .link-block .fa {
    font-size: large;
    margin-left: 4px;
}
@media screen and (min-width: 1700px) {

    .news_in_glav .news-item-top {
        height: calc(100% - 65px);
    }
    .news_in_glav .news-item .news-item-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .news_in_glav .news-item .news-item-date {
        font-size: 14px;
        line-height: 20px;
    }
    .news_in_glav .news-item .news-item-more {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (min-width: 1025px) and (max-width: 1699px) {
    .news_in_glav .news-item .news-item-text {
        font-size: 16px;
        line-height: 1.5;
    }
    .news_in_glav .news-item .news-item-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .news_in_glav .news-item .news-item-date {
        font-size: 14px;
        line-height: 20px;
    }
    .news_in_glav .news-item .news-item-more {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {


    .news_in_glav .news-item .news-item-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media (max-width: 1024px){
  .news_in_glav .news-item-img{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .news_in_glav .news-item .news-item-text_box{
    position: relative;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    top: 0;
    bottom: 0;
  }
  .news_in_glav .news-item .news-item-text{
    margin-bottom: 15px;
  }
  .news_in_glav .news-item .news-item-text_box{
    padding: 20px;
  }
}

@media (max-width: 991px) {
    .news_in_glav .news-item .news-item-subtitle_box {
        margin-bottom: 5px;
    }
    .news_in_glav .news-item .news-item-title_box {
        margin-bottom: 5px;
    }
}
