.news {
    /*background-image: linear-gradient(180deg, white 27%, rgb(216, 224, 230) 100%);*/
    position: relative;
    /*padding: 2em 0 4em;*/
    padding: 0;
    /*margin-bottom: 160px;*/
}

.news__header {
    font-size: 40px;
    font-weight: normal;
    line-height: 1em;
    font-family: PragmaticaLightC;
    color: rgb(73, 89, 102);
}

.news__item_date {
    color: rgb(247, 118, 31);
    font-size: 21px;
    font-weight: normal;
    font-family: PragmaticaC;
    line-height: 1em;
}

.news__item_underline {
    height: 7px;
    margin: 10px 0px 10px;
    background-color: rgb(247, 118, 31);
    width: 70px;
    display: block;
    border: 0;
}

.news__item_description {
    font-size: 21px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0px 0px;
    color: rgb(73, 89, 102);
    font-family: PragmaticaC;
    overflow: hidden;
    height: 100px;
}

.news__item_link {
    font-size: 21px;
    font-weight: normal;
    line-height: 1em;
    margin: 10px 0px 0px;
    color: rgb(191, 191, 191);
    font-family: PragmaticaC;
    text-decoration: underline;
    display: block;
}

.news__item_link:hover {
    color: rgb(73, 89, 102);
    text-decoration: underline;
}

.news__item_link:active {
    color: rgb(73, 89, 102);
    text-decoration: underline;
}

.news__item_link:visited {
    color: rgb(191, 191, 191);
    text-decoration: underline;
}

.news_links_btn_outer {
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    font-family: PragmaticaC;
    color: rgb(247, 118, 31);
    height: 50px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 13px 21px -8px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 13px 21px -8px;
    -webkit-background-size: 20px, auto;
    background-size: 20px, auto;
    background: rgb(255, 255, 255) url(assets/img/lada-arr1-orng.svg), url(assets/img/lada-corner.png) no-repeat no-repeat scroll 95% 50%, 100% 100%;
}

.news_links_btn_outer:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 16px 21px -8px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 16px 21px -8px;
    background: rgb(247, 118, 31) url(assets/img/lada-arr1-w.svg), url(assets/img/lada-corner.png) no-repeat no-repeat scroll 95% 50%, 100% 100%;
    color: rgb(255, 255, 255);
}

a.news_links_btn_outer:visited {
    color: rgb(247, 118, 31);
}

.news__others:hover, a.news__others:hover {
    color: rgb(73, 89, 102);
}

.news__others, a.news__others {
    float: left;
    font-size: 21px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 50px;
    clear: both;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: rgb(247, 118, 31);
    font-family: PragmaticaC;
    text-decoration: underline;
    display: block;
}

@media only screen and (max-width: 1279px) {

}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 959px) {
    .news__item_date {
        font-size: 18px;
    }

    .news__item_underline {
        width: 50px;
        height: 5px;
    }

    .news__item_description {
        font-size: 18px;
        height: 90px;
    }

    .news__item_link {
        font-size: 18px;
    }

    .news__others {
        font-size: 18px;
    }
}

@media only screen and (max-width: 719px) {
    .news__item_description {
        font-size: 16px;
        height: 75px;
    }
}

@media only screen and (max-width: 639px) {
    .news__header {
        font-size: 30px;
    }
}

@media only screen and (max-width: 599px) {
    .news__others, a.news__others {
        margin-left: 0px;
        margin-right: 0px;
        float: left;
        margin-top: 30px;
        clear: none;
    }
}

@media only screen and (max-width: 479px) {

}

@media only screen and (max-width: 320px) {

}
