._sections-list-button-wo {
    -outline: 1px solid red;
    text-align: center;
    padding: 20px 0;
}

._sections-list-load-items {
    position: relative;
    height: 50px;
    overflow: hidden;
    }

._sections-list-load-items-w {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}


._sections-item {
    position: relative;
}

._sections-item.content-section {
    margin-bottom: 30px;
    -webkit-transition: margin-bottom .3s ease;
-moz-transition: margin-bottom .3s ease;
-ms-transition: margin-bottom .3s ease;
-o-transition: margin-bottom .3s ease;
transition: margin-bottom .3s ease;
}

._sections-item-sep {
    display: none;
    padding: 0;
    clear: both;
    opacity: 0;
    -webkit-transition: padding .3s ease, opacity .3s ease;
-moz-transition: padding .3s ease, opacity .3s ease;
-ms-transition: padding .3s ease, opacity .3s ease;
-o-transition: padding .3s ease, opacity .3s ease;
transition: padding .3s ease, opacity .3s ease;
}
._sections-item-sep-line {
    display: block;
    height: 2px;
    -moz-box-shadow: 0px 2px 1px 0px #cedcdf; -webkit-box-shadow: 0px 2px 1px 0px #cedcdf; box-shadow: 0px 2px 1px 0px #cedcdf; }

._sections-item-w {
    width: 100%;
    -outline: 1px solid red;
}
._sections-item-cell {
    width: 50%;
    -outline: 1px solid blue;
    padding: 15px;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}

.news-sections ._sections-item-cell.-right {
    position: relative;
}

._sections-item-cell-w {
    display: block;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}

._sections-item-w.-flex {
    display : flex;;
}

._sections-item-w.-flex ._sections-item-cell {
    flex : 1;;

}
._sections-item-w.-flex ._sections-item-cell-w {
    height: 100%;
}

        ._sections-item-w.-float {
        display: table;
    }
    ._sections-item-w.-float ._sections-item-cell {
        float: left;
        display: block;
        padding: 0;
    }
    ._sections-item-w.-float ._sections-item-cell-w {
        padding: 15px;
        -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
    }

        ._sections-item-w.-table ._sections-item-cell {
        display: table-cell;
        vertical-align: top;
        padding: 15px;
        -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
    }


.news-title {
    text-align: center;
}

.news-date {
    color: #99a6bf;
    cursor: default;
}

.news-ext-source {}

.news-backLink-wo {
    display: table;
    width: 100%;
}
.news-backLink-wo.-bottom {
    margin-top: 10px;
    margin-bottom: -10px;
}
.news-backLink {
    display: inline-block;
    float: right;
    -outline: 1px solid pink;
    color: #ff3333;
    text-decoration: none;
    padding: 4px 8px;
    position: relative;
    top: 4px;
    white-space: nowrap;
}

.news-backLink:after {
    content: '>';
    font-family: monospace;
    padding-left: 5px;
}

.news-backLink.-clicked,
.news-backLink.-click,
.news-backLink.onClick,
.news-backLink.-onClick,
.news-backLink:active {
    right: -1px;
}

.news-backLink- {
    padding-right: 15px;
}
/*
.news-backLink-:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('');
}
*/


.news-vk-link, .news-vk-link * {
    text-decoration: none;
}


.news-vk-link .icon {
    width: 25px;
    display: inline-block;
    position: relative;
    top: -2px;
    -webkit-transition: width .3s ease, top .3s ease;
-moz-transition: width .3s ease, top .3s ease;
-ms-transition: width .3s ease, top .3s ease;
-o-transition: width .3s ease, top .3s ease;
transition: width .3s ease, top .3s ease;
}


.news-vk-link .icon IMG {
    vertical-align: middle;
    -webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}



.news-annotation-image {
    border: 1px solid #033769;
    text-align: center;
    background-color: #033769;
}
.news-annotation-image IMG {
    width: 100%;
    /*max-height: 250px;*/
    margin-bottom: -4px;
}

.news-annotation-image.-over-h {
    background-repeat: no-repeat;
    background-position: 0% 15%;
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;     -webkit-transition: background-position .3s ease;
-moz-transition: background-position .3s ease;
-ms-transition: background-position .3s ease;
-o-transition: background-position .3s ease;
transition: background-position .3s ease;
    cursor: crosshair;
}

.news-annotation-image.-over-h.scroll_bg {
    cursor: crosshair;
    -webkit-transition: background-position 0s;
-moz-transition: background-position 0s;
-ms-transition: background-position 0s;
-o-transition: background-position 0s;
transition: background-position 0s;
}

.news-annotation-image.-over-h IMG {
    visibility: hidden;
}


.news-annotation-image.-miss IMG {
    display: none;
}
.news-annotation-image.-miss {
    background-repeat: no-repeat;
    background-image: url('/site/rp/banner/img/eagle.t.png');
    background-position: center;
    background-color: #265d89;
    -webkit-background-size: auto 80%; -moz-background-size: auto 80%; -o-background-size: auto 80%; background-size: auto 80%;     min-height: 90px;
    height: 100%;
    display: block;
}


.news-annotation-title {
    margin-top: 0;
    position: relative;
    top: -3px;
}

.news-annotation-title A.H2 {
    font-size: 25px;
}

.news-annotation .news-creation {
    padding-bottom: 10px;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}

.news-annotation-link-wo {
    padding-top: 20px;
-webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}

.news-annotation-link-wo .ghost-button {
    height: 50px;
}
.news-annotation-link-button-pos {
    position: absolute;
    bottom: 15px;
    left: 7px;
}



.news-item .news-creation {
    display: table;
    margin: 0 auto;
    -outline: 1px solid cornflowerblue;
    padding: 10px;
    margin-top: -1px;
}

.news-item-title.-noTitle {
    position: relative;
}

.news-item-title.-noTitle .news-backLink {
    position: absolute;
    right: 0;
}





@media (max-width: 1075px) {
    ._sections-item.content-section {
        margin-bottom: 0;
    }

    ._sections-item-sep {
        display: block;
        padding: 25px 0 15px 0;
        opacity: 1;
    }
}

@media (max-width: 960px) {

    ._sections-item {
        padding-bottom: 0;
        padding-top: 5px;
    }
    ._sections-item-cell.-right ._sections-item-cell-w {
        padding-bottom: 0;
    }

    ._sections-item-w.-flex {
        display: block;
    }
    ._sections-item-w.-flex ._sections-item-cell-w {
        width: auto;
    }

    ._sections-item-cell {
        display: block;
        padding: 0;
        width: 100%;
    }

    ._sections-item-cell-w {
        padding: 15px;
    }

    ._sections-item-sep {
        padding: 3vw 0 2vw;
    }

    .news-sections ._sections-item-cell.-left.-noImage {
        display: none;
    }

    .news-annotation .news-creation {
        text-align: center;
    }

    .news-annotation-link-wo .ghost-button {
        display: none;
    }

    .news-annotation-link-button-pos {
        position: static;
        display: table;
        margin: 0 auto;
    }

}

@media (max-width: 810px) {
    /*p/m <~ 20%*/

    .news-vk-link .icon {
        top: -1px;
    }
    .news-vk-link .icon IMG {
        /*22*/ width: 18px;
    }
    .news-backLink {}

    .news-annotation .news-creation {
        /*10*/ padding-bottom: 8px;
    }
}

@media (max-width: 600px) {
    .news-item-title.-noTitle {
        display: table;
        width: 100%;
    }
    .news-item-title.-noTitle .news-backLink {
        position: relative;
    }
}


@media (max-width: 480px) {
    /*p/m <~ 40%*/

    .news-vk-link .icon {
        /*25*/ width: 15px;
        top: 0;
    }
    .news-vk-link .icon IMG {
        /*22*/ width: 13px;
    }
    .news-link-wo {
        padding-top: 10px;
    }

    .news-annotation .news-creation {
        /*10*/ padding-bottom: 6px;
    }
}

@media (max-width: 414px) {
    .news-annotation-link-button-pos {
        margin: 0;
        width: 100%;
    }
}