.spb.logo {
    height: 196px;
    padding: 0 2px;
    background: url(label_spb.png) bottom no-repeat;
}

[data-lang="en"] .spb.logo {
    background: url(label_spb_en.png) bottom no-repeat;
}

.spb.xline {
    border-bottom-color: transparent;
    background: url(river.jpg) bottom repeat-x;
}
.spb.xline:before,
.spb.xline:after {
    content: "";
    position: absolute;
    width: 22%;
    max-width: 312px;
    height: 85px;
    bottom: 0;
    z-index: 0;
}
.spb.xline:before {
    background: url(left.png) no-repeat right;
    left: 0;
}
.spb.xline:after {
    background: url(right.png) no-repeat left;
    right: 0;
}

.perm.logo {
    height: 196px;
    padding: 0 2px;
    background: url(label_perm.png) bottom no-repeat;
}
[data-lang="en"] .perm.logo {
    background: url(label_perm_en.png) bottom no-repeat;
}
.perm.xline {
    background: transparent;
}
.perm.xline:before,
.perm.xline:after {
    content: "";
    position: absolute;
    width: 15%;
    max-width: 312px;
    height: 110px;
    bottom: 0;
    z-index: 0;
}
.perm.xline:before {
    background: url(left_perm.png) no-repeat right;
    left: 0;
}
.perm.xline:after {
    background: url(right_perm.png) no-repeat center;
    right: 0;
}

.nnov.logo {
    height: 196px;
    padding: 0 2px;
    background: url(label_nnov.png) bottom no-repeat;
}

[data-lang="en"] .nnov.logo {
    background: url(label_nnov_en.png) bottom no-repeat;
}

.nnov.xline {
    background: transparent;
}
.nnov.xline:before,
.nnov.xline:after {
    content: "";
    position: absolute;
    width: 15%;
    max-width: 312px;
    height: 120px;
    bottom: 0;
    z-index: 0;
}
.nnov.xline:before {
    background: url(left_nnov.png) no-repeat right #fff;
    left: 0;
    top: -40px;
}
.nnov.xline:after {
    background: url(right_nnov.png) no-repeat left #fff;
    right: 0;
    top: -40px;
}
/*publication*/
.b-publications__item {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiZGBg+A8EjECaASDAAB4BA/+2/loUAAAAAElFTkSuQmCC") repeat-x bottom;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.b-publications__title {
    position: relative;
    display: block;
    font-size: 130%;
    line-height: 1.3;
    margin-right: 50px;
}
.b-publications__img {
    position: absolute;
    right: -45px;
    top: 0;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .24);
}

.b-publications-inst {
    font-size: 80%;
    margin-top: 1.2em;
}
.b-publications-inst__item {
    margin-top: 2em;
}
.b-publications-inst__title {
    position: relative;
    display: block;
    margin-right: 50px;
    min-height: 60px;
}
.b-publications-inst p {
    margin-top: .5em;
}
.b-status_bg {
    background: #e8e2d1;
    color: #000;
    border: none;
    padding-left: .6em;
    padding-right: .6em;
    font-weight: bold;
}
.b-publications-inst .b-publications_control {
    margin-top: 2em;
    font-size: 120%;
}

/**/

@media screen and (max-width: 1260px) {
    .spb.xline:before,
    .spb.xline:after {
        width: 15%;
    }
}