body {
    margin: 0;
    padding: 0;

}

/** ЗАГОЛОВОК **/
*{
font-family: 'Open Sans', sans-serif;
}
.b-header {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px;
    background-color: #1d2676;
    z-index: 100;
}

.b-header__tass {
    position: absolute;
    top: 0;
    left: 16%;
}

/** ТАСС **/

.b-tass {
    display: table-cell;
    height: 46px;
    vertical-align: middle;
}

.b-tass__logo {
    display: inline-block;
    background: url(../img/TassLogo.png) no-repeat;
    width: 81px;
    height: 21px;
}

.b-header__timeline {
    display: none;
    position: absolute;
    right: 140px;
    color: #ffffff;
    height: 100%;
    vertical-align: middle;
    line-height: 45px;
    font-size: 12pt;
}

/** СОЦИАЛКА **//** ВИДЕО **/

.b-header__sharing {
    position: absolute;
    top: 0;
    right: 16%;
}

.b-sharing {
    display: table-cell;
    height: 46px;
    vertical-align: middle;
}

.b-sharing__item {
    display: inline-block;
    font-size: 0;
    width: 20px;
    height: 19px;
    margin: 0 10px;
    cursor: pointer;
}

.b-sharing__item {
    background: url(../img/socialSprite.png) no-repeat;
}

.b-sharing__facebook:hover {
    background-position: -11px -10px;
}

.b-sharing__facebook {
    background-position: -11px -38px;
}

.b-sharing__vkontakte:hover {
    background-position: -54px -10px;
}

.b-sharing__vkontakte {
    background-position: -54px -38px;
}

.b-sharing__twitter:hover {
    background-position: -99px -10px;
}

.b-sharing__twitter {
    background-position: -99px -38px;
}

/** ЛОГО ПСБ **/

.b-psb {
    position: relative;
    display: block;
    margin-top: 46px;
    height: 120px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
}

.b-psb__logo {
    position: absolute;
    left: 16%;
    width: 300px;
    height: 100%;
    background-image: url(../img/lgrPsbLogo.png);
    background-size: 290px 58px;
    background-repeat: no-repeat;
    background-position: center left;
}

.b-psb__links {
    position: absolute;
    right: 16%;
    top: 40px;
    margin-right: 10px;
}

.b-psb__timeline {
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #1d2676;
    font-size: 18pt;

    text-decoration: underline;
}

.b-psb__timeline:hover {
    text-decoration: none;
}

.b-psb__success {
    display: inline-block;
    padding: 4px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18pt;
    color: #1d2676;
    border: solid 2px #1d2676;
    text-align: center;
}

.b-psb__success:before {
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1d2676;
}

.b-psb__success:after {
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -11px;
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #FFFFFF;
}

.b-articles {
    font-size: 0;
    background-color: #6a6b6e;
}

.b-articles__item {
    position: relative;
    display: inline-block;
    width: 25%;
}

.b-article {
    cursor: pointer;
}

.b-article__spacer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.b-article:hover .b-article__spacer {
    background-color: transparent;
}

.b-article__img {
    background: center center;
    background-size: cover;
}

.b-article__caption {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 90%;
}

.b-caption {
    color: #FFFFFF;
}

.b-caption__text {
    font-size: 26px;
    float: left;
    padding: 6px 6px 6px 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
    word-break: break-word;
    margin-bottom: 3px;
}

.b-caption__city {
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    position: absolute;
    left: 40px;
    padding: 2px 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    top: 100%;
    margin-top: -5px;
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
}

.b-article:hover .b-caption__text {
    background-color: #1c2676;
}

.b-article:hover .b-caption__city {
    background-color: #f36523;
    color: #FFFFFF;
}

/** АДАПТАЦИЯ **/

@media all and (min-width: 768px)  and (max-width: 1023px) {
    .b-articles__item {
        width: 50%;
    }
}

@media all and (min-width: 768px) and (max-width: 1279px) {
    .b-timeline {
        background: url(../img/spiral.png) repeat-y 160px top;
        background-size: 100px auto;
    }

    .b-header_fixed {
        position: fixed;
    }

    .b-header__tass {
        left: 6%;
    }

    .b-header__sharing {
        right: 4%;
    }

    .b-header__timeline {
        display: block;
    }

    .b-sharing__item {
        margin: 0 2px;
    }

    .b-psb {
        height: 100px;
        background-color: #FFFFFF;
    }

    .b-psb_fixed {
        position: absolute;
        z-index: auto;
    }

    .b-psb__logo {
        left: 6%;
        top: 30px;
        width: 250px;
        height: 50px;
        background-image: url(../img/PSB_logo20.png);
        background-size: 225px 45px;
    }

    .b-psb__links {
        right: 4%;
        top: 30px;
        margin-right: 0;
    }

    .b-psb__timeline {
        display: none;
    }

    .b-psb__success {
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 20pt;
        font-weight: 700;
        text-align: right;
        position: absolute;
        right: 4%;
        width: 300px;
    }

    .b-psb__success:before {
        display: none;
    }

    .b-psb__success:after {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .b-timeline {
        background: url(../img/spiral.png) repeat-y 20px top;
        background-size: 80px auto;
    }

    .b-header_fixed {
        position: fixed;
    }

    .b-header__tass {
        left: 6%;
    }

    .b-header__sharing {
        right: 4%;
    }

    .b-header__timeline {
        text-align: center;
        width: 100px;
        margin: 0 auto;
        line-height: normal;
        display: block;
        position: absolute;
        font-size: 12px;
        right: 100px;
        padding: 4px;
    }

    .b-sharing__item {
        margin: 0 2px;
    }

    .b-psb {
        height: 145px;
        background-color: #FFFFFF;
    }

    .b-psb_fixed {
        position: absolute;
        z-index: auto;
    }

    .b-psb__logo {
        position: static;
        height: 50%;
        width: 100%;
        background-position: center;
    }

    .b-psb__timeline {
        display: none;
    }

    .b-psb__links {
        position: static;
        margin: auto;
    }

    .b-psb__success {
        border: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 22pt;
        font-weight: 700;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }

    .b-psb__success:before {
        display: none;
    }

    .b-psb__success:after {
        display: none;
    }

    .b-articles__item {
        width: 100%;
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 1.5dppx) {
    .b-sharing__item {
        background-image: url(../img/socialSpriteRetina.png);
        background-size: 124px 65px;
    }

    .b-psb__logo {
        background-image: url(../img/PSB_logoRetina.png);
        background-size: contain;
    }

    .b-tass__logo {
        background-image: url(../img/TassLogoRetina.png);
        background-size: contain;
    }
}