/** ШРИФТЫ **/
*{
font-family: 'Open Sans', sans-serif;
}

/** ЭЛЕМЕНТЫ **/

html, body {
    height: 100%;
}
#Rectangle_6_copy_1_,#Rectangle_6_copy_3_{
cursor: pointer;
}
body {
    margin: 0;
    padding: 0;
}

/** БЛОКИ **/

.b-main-wrapper {
    width: 100%;
    height: 100%;
    background: url(../img/bg1.jpg) center center no-repeat;
    background-size: 130% auto;
}

/** ЗАГОЛОВОК **/

.b-header {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px;
    background-color: #1d2676;
}

.b-header__tass {
    position: absolute;
    top: 0;
    left: 160px;
}

/** ТАСС **/

.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__sharing {
    position: absolute;
    top: 0;
    right: 6%;
}

.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 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 46px;
    width: 490px;
    min-height: 85px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.b-psb__wrapper {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-psb__triangle {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 490px;
    width: 0;
    height: 0;
    content: ' ';
    border-top: 85px solid #FFFFFF;
    border-right: 25px solid transparent;
    box-sizing: border-box;
}

.b-psb__logo {
    position: absolute;
    right: 37px;
    top: 50%;
    margin-top: -23px;
    width: 290px;
    height: 48px;
    background: url(../img/PSB_logo.png) no-repeat;
}

.b-psb__title {
    display: none;
}

/** ПЛАШКИ **/

.b-billets {
    display: none;
    position: absolute;
    right: -30px;
    top: 68px;
    max-width: 100%;
    -webkit-perspective-origin: center center;
}

.b-billet-1 {
    display: none;
}

.b-billet-2 {
    display: none;
}

.b-billet__img-wrapper_1 .b-billet__img {
    background: url(../img/billet__img_1.jpg) no-repeat left center;
}

.b-billet__img-wrapper_2 .b-billet__img {
    background: url(../img/billet__img_2.jpg) left center no-repeat;
}

.b-billet__img-wrapper .b-billet__img {
    background-size: cover;
}

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

@media all and (min-width: 1025px) {
    body {
        overflow: hidden;
    }

    .b-billets {
        display: block;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .b-main-wrapper {
        background: none;
        display: table;
        min-height: 100%;
    }

    .b-main-wrapper__item-1, .b-main-wrapper__item-2 {
        display: table-row;
    }

    .b-main-wrapper__item-2 {
        height: 100%;
    }

    .b-header {
        position: static;
    }

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

    .b-header__sharing {
        right: 3%;
    }

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

    .b-psb {
        position: static;
        display: block;
        width: 100%;
    }

    .b-psb__triangle {
        display: none;
    }

    .b-psb__logo {
        display: block;
        position: static;
        margin: 0 auto;
        height: 80px;
        background-position: center center;
    }

    .b-psb__title {
        display: block;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        color: #00448c;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 28pt;
        letter-spacing: 1pt;
        height: 70px;
    }

    .b-billet {
        display: block;
        height: 50%;
        padding: 20px 30px;
    }

    .b-billet__img-wrapper {
        display: block;
        height: 175px;
        position: relative;
        overflow: hidden;
        font-size: 0;
    }

    .b-billet__img {
        max-width: 589px;
        width: 100%;
        height: 175px;
    }

    .b-billet__img-wrapper_1:after {
        position: absolute;
        left: 539px;
        top: 0;
        content: ' ';
        width: 0;
        height: 0;
        border-right: solid 50px #1857a7;
        border-top: solid 175px transparent;
        vertical-align: top;
    }

    .b-billet__img-wrapper_2:after {
        position: absolute;
        left: 539px;
        top: 0;
        content: ' ';
        width: 0;
        height: 0;
        border-right: solid 50px #ed7436;
        border-bottom: solid 175px transparent;
        vertical-align: top;
    }

    .b-billet__title {
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 29pt;
        padding: 10px 0;
    }

    .b-billet__text {
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
    }

    .b-billet-1 {
        background-color: #1857a7;
    }

    .b-billet-2 {
        background-color: #ed7436;
    }

    .b-billet__button {
        display: inline-block;
        height: 20px;
        width: 90px;
        position: relative;
        padding: 5px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14pt;
        text-decoration: underline;
        text-align: center;
        background-color: #FFFFFF;
        cursor: pointer;
        margin-top: 15px;
    }

    .b-billet-1 .b-billet__button {
        color: #1857a7;
    }

    .b-billet-2 .b-billet__button {
        color: #ed7436;
    }

    .b-billet__button:after {
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 8px solid #FFFFFF;
        border-bottom: 15px solid transparent;
        content: ' ';
        position: absolute;
        right: -7px;
        top: 0;
    }
}

@media all and (max-width: 767px) {
    .b-main-wrapper {
        background: none;
    }

    .b-header {
        position: static;
    }

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

    .b-header__sharing {
        right: 3%;
    }

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

    .b-psb {
        position: static;
        display: block;
        width: 100%;
    }

    .b-psb__triangle {
        display: none;
    }

    .b-psb__logo {
        display: block;
        position: static;
        margin: 0 auto;
        height: 80px;
        background-position: center center;
    }

    .b-psb__title {
        display: block;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        color: #00448c;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 18pt;
        letter-spacing: 1pt;
        height: 70px;
    }

    .b-billet {
        display: block;
        box-sizing: border-box;
        padding: 20px 30px;
        height: auto;
    }

    .b-billet__img-wrapper .b-billet__img {
        max-width: 100%;
        height: 100px;
    }

    .b-billet__img-wrapper {
        display: block;
        position: relative;
        overflow: hidden;
        font-size: 0;
    }

    .b-billet__img-wrapper_1:after {
        display: none;
    }

    .b-billet__img-wrapper_2:after {
        display: none;
    }

    .b-billet__title {
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 29pt;
        padding: 10px 0;
    }

    .b-billet__text {
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
    }

    .b-billet-1 {
        background-color: #1857a7;
    }

    .b-billet-2 {
        background-color: #ed7436;
    }

    .b-billet__button {
        display: inline-block;
        height: 20px;
        width: 90px;
        position: relative;
        padding: 5px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14pt;
        text-decoration: underline;
        text-align: center;
        background-color: #FFFFFF;
        cursor: pointer;
        margin-top: 15px;
    }

    .b-billet-1 .b-billet__button {
        color: #1857a7;
    }

    .b-billet-2 .b-billet__button {
        color: #ed7436;
    }

    .b-billet__button:after {
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 8px solid #FFFFFF;
        border-bottom: 15px solid transparent;
        content: ' ';
        position: absolute;
        right: -7px;
        top: 0;
    }
}

@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;
    }
}

#PartOrange,#PartBlue{
cursor: pointer;
}