﻿body, html {
    height: 100%;
}

body {
    font: 15px "UbuntuRegular", "Arial", sans-serif;
}

.b-page {
    background: url(../i/page_bg.jpg) no-repeat 0 49px;
    background-size: 100% auto;
}

.b-content-container {
    padding-bottom: 80px;
}

.b-content-container:after {
    content: "";
    display: block;
    clear: both;
}

.b-container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

/*HEADER*/
.b-header {
    width: 100%;
    padding-top: 19px;
    padding-bottom: 17px;
    background: #fff;
    min-height: 79px;
}

.b-header:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.b-label-wrapper {
    float: left;
}

.b-label {
    width: 180px;
    height: 16px;
    background: url(../i/label.png) no-repeat left center;
    display: block;
    text-indent: -9999px;
    height: 39px;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #c5c8ce;
}

.b-label__text {
    float: left;
    font: 12px "UbuntuLight";
    color: #666666;
    padding-left: 19px;
    padding-top: 6px;
}

.b-header__login {
    overflow: hidden;
    white-space: nowrap;
    float: right;
}

.b-header__login--mobile {
    display: none;
}

.b-header-login {
    line-height: 40px;
    color: #666666;
    font: 13px "UbuntuLight";
    text-decoration: none;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;;
}

.b-login-name {
    display: inline-block;
    color: #bc0100;
    margin-right: 15px;
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.b-header-login a {
    color: #666666;
    font: 13px "UbuntuLight";
    text-decoration: none;
    line-height: 20px;
    margin-right: 24px;
}

.b-header-search {
    margin-left: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.b-input_search {
    height: 36px;
    border: 1px solid #d8dadf;
    padding: 0 30px 0 10px;
    width: 220px;
    margin-top: 2px;
}

.b-input:hover {
    border: 1px solid #9ea3ae;
}

.b-input:focus {
    border: 1px solid #14b9d5;
}

.b-header-search__submit {
    position: absolute;
    right: 10px;
    top: 13px;
    background: url(../svg/magnify-sprite.svg) no-repeat;
    background-size: 20px auto;
    border: none;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.b-header-search__submit.active {
    background-position: 0px -36px;
}

@media (max-width: 960px) {
    .b-header {
        padding-top: 15px;
        padding-bottom: 10px;
        min-height: 70px;
    }

    .b-header .b-label-wrapper {
        float: none;
        text-align: center;
    }

    .b-header .b-label-wrapper > * {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .b-label__text {
        text-align: left;
        padding-top: 0;
    }

    .b-header__login {
        display: none;
    }

    .b-header__login--mobile {
        display: block;
        float: none;
        width: 95%;
        text-align: left;
        padding-top: 0px;
        margin-left: 11px;
        box-sizing: border-box;
        height: 0;
    }

    .b-menu-list:hover .b-header__login--mobile {
        height: auto;
    }

    .b-header-login a {
        display: block;
        font: 13px "RobotoBoldCondensed";
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        line-height: 29px;
        display: block;
        padding: 0 11px 0 0px;
    }

    .b-header-login a:hover {
        color: #ffafaf;
    }
}

/*NAVIGATION*/
.b-wrapper-logo {
    float: left;
}

.b-logo {
    display: block;
    width: 80px;
    height: 41px;
    background: url(../i/logo.png) no-repeat;
    float: left;
}

.m-logo_account {
    background: url(../i/logo_account.png) no-repeat;
    background-size: 80px 41px;
}

.b-logo-text {
    float: left;
    color: #fff;
    font: 8px "UbuntuRegular";
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-top: 20px;
    background: url(../i/logo-text.png) no-repeat;
    margin-left: 13px;
    padding-bottom: 13px;
    cursor: pointer;
    position: relative;
    line-height: 12px;
    width: 170px;
}

.m-logo-text_account {
    background: url(../i/logo-text_account.png) no-repeat left top;
    color: #000;
    background-size: 160px 12px;
}

.b-logo-text.active:after {
    background: url(../i/sched-active.png) no-repeat bottom left;
    content: '';
    width: 28px;
    height: 14px;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.b-menu-wrapper {
    float: right;
}

.b-navigation {
    min-height: 81px;
    width: 100%;
    background: #bd0100;
    padding-top: 24px;
}

.b-menu-list {
    border-right: 1px solid #de9392;
    float: left;
    margin-top: 3px;
    padding-right: 10px;
}

.b-menu-list__item {
    float: left;
}

.b-menu-list__item a {
    font: 13px "RobotoBoldCondensed";
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    line-height: 29px;
    display: block;
    padding: 0 11px;
}

.b-menu-list__item:hover a {
    color: #ffafaf;
}

.b-menu-list__item.active {
    border: 1px solid #de9392;
}

.b-drop-menu {
    float: right;
}

.b-drop-menu--mobile {
    display: none;
}

.b-drop-menu-list {
    margin-left: 19px;
    height: 54px;
    overflow: hidden;
    margin-top: 3px;
}

.b-drop-menu-list__item {
    height: 100%;
    padding-right: 20px;
    cursor: pointer;
    position: relative;
}

.b-drop-menu-list__item:after {
    content: '';
    width: 10px;
    height: 7px;
    position: absolute;
    top: 12px;
    right: 0px;
    background: url(../svg/arrow-menu-down.svg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.b-drop-menu-list__item.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-drop-menu-list__item a {
    font: 13px "RobotoBoldCondensed";
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    line-height: 31px;
}

.b-drop-menu-list__item.active a {
    border-bottom: 1px solid #fff
}

.b-schedule-close {
    display: block;
    height: 20px;
    width: 20px;
    background: url(../svg/close_big.svg) no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: 30px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.b-schedule-close:hover {
    background-position: 0px -30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-sub-menu-close {
    top: -70px;
}

.b-session-schedule-wrapper {
    background: rgba(21, 33, 43, 0.9);
    position: absolute;
    color: #fff;
    z-index: 99999;
    padding: 75px 0 50px;
    display: none;
    width: 100%;
}

.b-session-schedule {
    position: relative;
}

.b-session-schedule__table {
    width: 100%;
}

.b-session-schedule__caption {
    font: 22px "UbuntuLight";
    text-align: left;
    margin-bottom: 10px;
}

.b-session-schedule__cell {
    width: 300px;
    margin-right: 20px;
    float: left;
}

.b-session-schedule__cell:hover {
    background: #bd0100;
}

.b-session-schedule__cell a {
    color: #fff;
    display: block;
    padding: 20px 60px 20px 0;
}

.b-session-schedule__row .b-session-schedule__cell:last-child {
    margin-right: 0
}

.b-session-schedule__title {
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

.b-session-schedule__title:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #bd0100;
    position: absolute;
    top: 5px;
    left: 0;
}

.b-session-schedule__online {
    padding-left: 20px;
    font: 12px "UbuntuRegular";
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 10px;
}

.b-session-schedule__date {
    padding-left: 20px;
    margin-top: 10px;
    font: 13px "UbuntuLight";
}

.b-sub-menu-holder {
    background: rgba(21, 33, 43, 0.9);
    overflow: hidden;
    position: absolute;
    z-index: 99999;
    padding: 100px 0 143px 0;
    display: none;
    width: 100%;
}

.b-sub-menu {
    position: relative;
}

.b-sub-menu__item {
    float: left;
    width: 300px;
    margin-right: 20px;
    background-position: 20px center;
    position: relative;
    display: inline-table;
    height: 92px;
}

.b-sub-menu__item > * {
    display: table-cell;
    vertical-align: middle;
}

.b-sub-menu__item:hover {
    background: #bd0100;
}

.b-sub-menu__item:nth-child(3n+3) {
    margin-right: 0;
}

.b-sub-menu__img {
    width: 80px;
    text-align: center;
}

.b-sub-menu__item img {
    vertical-align: middle;
    margin: auto;
}

.b-sub-menu__item img:nth-child(2) {
}

.b-sub-menu__item a {
    font: 22px "UbuntuLight";
    color: #fff;
    text-align: left;
}

@media (max-width: 1365px) {
    body .b-aside {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        width: 0;
        z-index: 100;
        background-color: #fff;
        margin-left: 0px;
        padding-bottom: 15px;
        box-shadow: 0px 0px 10px #ddd;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .b-aside.open {
        width: 250px;
        overflow: inherit;
        box-shadow: 0px 0px 10px #ddd;
        padding-left: 0;
        overflow-x: auto;
    }

    .b-aside > * {
        width: 250px;
    }

    .b-aside-menu {
        margin-top: 0;
    }

    .b-aside .b-internet-session-holder {
        width: 100%;
        text-align: center;
    }

    .b-aside .b-refine-items,
    .b-aside .b-refine__heading {
        padding: 0 15px;
    }

    .b-aside .b-refine .b-btn {
        margin-left: 15px;
    }

    .b-aside-show {
        width: 26px;
        height: 36px;
        position: fixed;
        display: block;
        top: 50%;
        right: 0px;
        background-color: #bd0100;
        margin-top: -18px;
        z-index: 95;
        border-right: none;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        box-sizing: border-box;
    }

    .b-aside-show:before,
    .b-aside-show:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 2px;
        background-color: #fff;
        left: 6px;
        z-index: -1;
    }

    .b-aside-show:after {
        transform: rotate(45deg);
        bottom: 12px;
    }

    .b-aside-show:before {
        transform: rotate(-45deg);
        top: 13px;
    }

    .b-aside-show.open {
        right: 250px;
    }

    .b-aside-show.open:after {
        transform: rotate(-45deg);
        bottom: 12px;
    }

    .b-aside-show.open:before {
        transform: rotate(45deg);
        top: 13px;
    }

    .b-section-popular {
        width: 100%;
    }

    .b-section-popular h4 {
        padding-left: 10px;
    }

    body .b-section-popular__content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 960px) {
    .b-navigation {
        position: relative;
        z-index: 99;
        padding-top: 18px;
    }

    .b-menu-wrapper {
        position: absolute;
        right: 10px;
        z-index: 10;
    }

    .b-menu-list {
        text-align: right;
        background: #bd0100;
        position: relative;
        margin-top: 63px;
        border-right: 0;
        z-index: 100;;
    }

    .b-menu-list:before {
        content: '≡';
        display: inline-block;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        position: absolute;
        top: -61px;
        right: 11px;
        height: 61px;
        width: 37px;;
        /* font-weight: bold; */
    }

    .b-menu-list__item,
    .b-menu-list__item.active,
    .b-drop-menu-list,
    .b-header-login a {
        float: none;
        text-align: left;
        transition: all 0.3s;
        overflow: hidden;
        height: 0;
        margin: 0;
        box-sizing: border-box;
        border: none;
    }

    .b-menu-list:hover .b-menu-list__item,
    .b-menu-list:hover .b-drop-menu-list,
    .b-menu-list:hover .b-header-login a {
        height: 30px;
        opacity: 1;
    }

    .b-menu-list:hover .b-menu-list__item.active {
        border: 1px solid #de9392;
        margin-left: 8px;
        padding-left: 0;
    }

    .b-sub-menu-holder, .b-session-schedule-wrapper {
        padding: 46px 0;
        position: absolute;
        z-index: 100;
        background: rgba(21, 33, 43, 1);
        text-align: center;
    }

    .b-sub-menu-close, .b-schedule-close {
        top: -30px;
        right: 20px;
    }

    .b-sub-menu__item {
        display: inline-block;
        vertical-align: top;
        padding: 17px 10px;
        width: 45%;
        float: none;
    }

    .b-sub-menu__item:after {
    }

    .b-sub-menu__item img {
    }

    .b-sub-menu__item a {
        font-size: 16px;
        text-indent: initial;
        overflow: hidden;
    }

    .b-drop-menu {
        display: none;
    }

    .b-drop-menu--mobile {
        display: block;
        float: none;
        margin-left: 11px;
    }

    .b-menu-list:hover .b-drop-menu--mobile,
    .b-menu-list:hover .b-header__login--mobile {
        border-top: 1px solid #fff;
    }

    .b-sub-menu__item:nth-child(3n+3) {
        margin-right: 20px;
    }
}

@media (max-width: 550px) {
    .b-navigation {
        padding-top: 15px;
        min-height: 68px;
    }

    .b-navigation .b-wrapper-logo {
        text-align: center;
    }

    .b-navigation .b-wrapper-logo > * {
        float: none;
        display: inline-block;
    }

    .b-navigation .b-wrapper-logo .b-logo {
        width: 54px;
        background-size: contain;
    }

    .b-navigation .b-wrapper-logo .b-logo-text {
        width: 162px;
        font-size: 7px;
        text-align: left;

    }

    .b-navigation .b-wrapper-logo:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
    }

    .b-sub-menu-holder {
    }

    .b-menu-list {
        margin-top: 54px;
        /* right: initial; */
    }

    .b-header .b-label-wrapper {
        border-bottom: none;
    }

    .b-header .b-label-wrapper > * {
        text-align: center;
    }

    .b-header .b-label {
        display: block;
        height: 25px;
        width: auto;
        border-right: none;
        padding-right: 0;
        background-position: center top;
    }

    .b-header .b-label:after {
        content: '';
        display: block;
        width: 162px;
        border-bottom: 1px solid #c5c8ce;
        margin: 4px auto;
    }

    .b-header__login {
        white-space: initial;
    }

    .b-header-login {
        display: block;
        padding-bottom: 6px;
    }

    .b-header-login a:last-child {
        margin-right: 0;
    }

    .b-menu-list:before {
        top: -51px;
        height: 54px;
    }

    .b-sub-menu__item {
        width: 100%;
    }
}

/*CONTENT*/
.b-content {
    /* width:680px; */
    /* float: left; */
    overflow: hidden;
    display: block;
}

.b-content.b-aside-inner {
    float: left;
    width: 73%;
}

@media (max-width: 960px) {
    .b-content.b-aside-inner {
        width: 70%;
    }
}

@media (max-width: 860px) {
    .b-content.b-aside-inner {
        width: 67%;
    }
}

@media (max-width: 790px) {
    .b-content.b-aside-inner {
        width: 65%;
    }
}

@media (max-width: 760px) {
    .b-content.b-aside-inner {
        width: 100%;
    }
}

/*announce nav*/
.b-announce-nav {
    margin: 30px 0 38px 0;
}

.b-announce-nav__sort {
    font: 15px "UbuntuLight";
    color: #585c64;
    line-height: 15px;
    border-right: 1px solid #9ea3af;
    padding-right: 20px;
    margin-left: 16px;
}

span.b-announce-nav__sort {
    color: #000000;
    margin: 0px;
    padding-right: 17px;
    font-weight: bold;
}

a.b-announce-nav__sort:hover {
    color: #bd0100;
}

.b-announce-nav__sort:last-child {
    border: none;
}

/*b-main-video*/
.b-main-video {
    width: 100%;
    margin-top: 6px;
}

.b-main-video-holder {
    margin-bottom: 26px;
}

/*b-show-sponsor*/
.b-show-sponsor {
    background: #9ea3ae;
    overflow: hidden;
    display: table;
    width: 100%;
}

.b-show-sponsor__text {
    display: table-cell;
    text-transform: uppercase;
    font: 12px "UbuntuMedium";
    padding-left: 19px;
    padding-top: 17px;
    padding-right: 15px;
}

.b-show-sponsor__text span {
    color: #fff;
}

.b-show-sponsor__image-holder {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #9ea3ae;
}

.b-show-sponsor_small {
    background: transparent;
}

.b-show-sponsor_small__text {
    width: 160px;
    padding: 19px 20px 0 0px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.b-show-sponsor_small__text span {
    color: #010000;
}

.b-show-sponsor_small__image-holder {
    border: none;
    text-align: left;
}

/*b-live-row*/
.b-live-row {
    margin-top: 23px;
}

.b-live-row__online {
    color: #bd0100;
    font: 13px "UbuntuMedium";
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 25px;
}

.b-live-row__broadcast-end {
    font: 13px "UbuntuLight";
    color: #585c64;
}

/*b-video-info*/
.b-video-info {
    margin-top: 25px;
    overflow: hidden;
}

.b-video-info__pub-date {
    float: left;
    margin-right: 19px;
}

.b-video-info__views {
    float: left;
    background: url(../svg/views.svg) no-repeat left center;
    padding-left: 22px;
    margin-right: 19px;
}

.b-video-info__duration {
    padding-left: 18px;
    background: url(../svg/clock.svg) no-repeat left center;
    float: left;
}

.b-video-info__duration i {
    color: #48cab7;
}

.b-video-info span {
    color: #585c64;
    font: 13px "UbuntuLight";
}

/*b-main-video-description*/
.b-main-video-description {
    margin-top: 18px;
}

.b-main-video-description__title {
    font: 36px "PTSerifRegular";
    line-height: 44px;
    margin-bottom: 24px;
}

.b-main-video-type__table {
    display: table;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8dadf;
}

.b-main-video-type__row {
    display: table-row;
}

.b-main-video-type__cell {
    display: table-cell;
    font: 13px "UbuntuLight";
    line-height: 20px;
    padding-bottom: 10px;
    word-break: break-word;
}

.b-main-video-type__cell_first {
    width: 160px;
    padding-right: 20px;
}

.b-main-video-type__cell a {
    color: #bd0100;
}

.b-main-video-type__cell a:hover {
    text-decoration: underline;
}

.b-main-video-description__text h3 {
    font: 19px "UbuntuLight";
    margin: 31px 0 17px;
    word-break: break-word;
    line-height: 28px;
}

.b-main-video-description__text ol {
    margin-bottom: 16px;
    padding-left: 20px;
    list-style: decimal;
}

.b-main-video-description__text > ol {
    padding-left: 20px;
}

.b-main-video-description__text ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

.b-main-video-description__text > ul {
    padding-left: 0;
}

.b-main-video-description__text ul li {
    padding-left: 45px;
    position: relative;
}

.b-main-video-description__text ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-main-video-description__text p {
    font: 15px "UbuntuLight";
    line-height: 24px;
    word-break: break-word;
}

/*b-broadcast-participants*/
.b-broadcast-participants {
    margin: 67px 0 0 0;
}

.b-broadcast-participants__heading {
    text-transform: uppercase;
    font: 15px "UbuntuMedium";
    line-height: 20px;
    padding-bottom: 15px;
}

.b-broadcast-participants__list {
    border-top: 5px solid #d8dadf;
}

.b-broadcast-participants__row {
    clear: both;
    overflow: hidden;
}

.b-broadcast-participants__item {
    width: 140px;
    margin-top: 30px;
    float: left;
    margin-right: 20px;
}

.b-broadcast-participants__photo {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    display: block;
    margin-bottom: 13px;
}

.b-broadcast-participants__name {
    font: 15px "PTSerifRegular";
    line-height: 20px;
    color: #000;
}

.b-broadcast-participants__name:hover {
    color: #bd0100;
    text-decoration: underline;
}

/*live broadcasts*/
.b-live-broadcast-holder {
    min-height: 540px;
    background: url(../i/efir_bg.jpg) no-repeat center 95%;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.b-live-broadcast {
    z-index: 98;
}

.b-live-broadcast:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.b-live {
    width: 700px;
    margin-top: 85px;
    border: 7px solid #bd0100;
    border-top: none;
    border-bottom: none;
    padding: 42px 50px 62px 53px;
    float: left;
    position: relative;
    left: -60px;
}

.m-live_main {
    padding: 57px 50px 66px 53px;
}

.m-live_blue {
    border-color: #455c70;
}

.m-live_small {
    width: 680px;
    left: 0;
    margin: 0px;
}

/*top border*/
.b-live__top-border {
    position: absolute;
    top: 0;
    width: 700px;
    left: -7px;
}

.m-live_small__top-border {
    width: 680px;
}

.b-live-top-border__left-holder {
    float: left;
}

.b-live-top-border__left {
    float: left;
    height: 7px;
    background: #bd0100;
    width: 60px;
}

.b-live-top-border__right {
    float: left;
    height: 7px;
    background: #bd0100;
    right: 0;
    position: absolute;
}

.b-live-top-border__left_blue {
    background: #455c70;
}

.b-live-top-border__right_blue {
    background: #455c70;
}

.b-online-now {
    padding: 0 18px;
    font: 12px "UbuntuMedium";
    color: #bd0100;
    text-transform: uppercase;
    line-height: 20px;
    float: left;
    letter-spacing: 1.3px;
    margin-top: -7px;
}

.b-online-now_blue {
    color: #455c70;
}

/*/top border*/
/*bottom border*/
.b-live__bottom-border {
    position: absolute;
    top: 100%;
    width: 700px;
    left: -7px;
}

.m-live_small__bottom-border {
    width: 680px;
}

.b-live-bottom-border__left-holder {
    float: left;
}

.b-live-bottom-border__left {
    float: left;
    height: 7px;
    background: #bd0100;
    width: 60px;
}

.b-live-bottom-border__right {
    float: left;
    height: 7px;
    background: #bd0100;
    position: absolute;
    right: 0;
}

.b-live-bottom-border__left_blue {
    background: #455c70;
}

.b-live-bottom-border__right_blue {
    background: #455c70;
}

.b-live__bottom-border__left {
    height: 7px;
    float: left;
    height: 7px;
    background: #bd0100;
    width: 53px;
    margin-top: 26px;
}

.b-live__watch {
    display: block;
    float: left;
    color: #000;
    padding: 0 24px 0 20px;
}

.b-live__watch img {
    margin-right: 20px;
}

/*bottom border*/
.b-live__title {
    font: 36px "PTSerifRegular";
    line-height: 42px;
}

.m-live_main__title {
    font: 42px "PTSerifRegular";
    line-height: 50px;
}

.b-live__title strong {
    font-weight: bold;
    letter-spacing: 0.4px;
}

.m-live_main__title strong {
    letter-spacing: 2.4px;
}

.b-live__finish {
    font: 13px "UbuntuRegular";
    line-height: 22px;
    float: left;
    margin-top: 24px;
    clear: both;
    vertical-align: top;
}

.b-timer-holder {
    display: inline-block;
    margin: 2px 0 0 18px;
    transform: scaleX(-1);
}

.b-live__start {
    font: 19px "UbuntuRegular";
    line-height: 22px;
    float: left;
    margin-top: 10px;
    clear: left;
}

.b-live__time {
    font: 19px "UbuntuRegular";
    float: left;
    clear: left;
    margin-top: 1px;
}

.b-live__before-start {
    color: #585c64;
    font: 13px "UbuntuLight";
    float: left;
    clear: both;
    margin-top: 23px;
}

.b-live__logo {
    padding: 87px 0 0 0;
    font: 8px "UbuntuRegular";
    text-transform: uppercase;
    width: 155px;
    text-align: center;
    line-height: 10px;
    background: url(../i/live-logo.png) no-repeat;
    float: right;
    position: absolute;
    right: 39px;
    bottom: 16px;
}

.b-nearest-broadcasts {
    position: absolute;
    right: 30px;
    width: 260px;
    padding: 38px 20px 35px;
    background: #fff;
    top: 42px;
    z-index: 5;
}

/*b-nearest-broadcasts*/
.b-upcoming-live {
    font: 12px "UbuntuMedium";
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bd0100;
    margin-bottom: 10px;
    display: block;
}

.b-nearest-broadcasts__item {
    padding-top: 10px;
}

.b-nearest-broadcasts__item-text {
    font: 15px "UbuntuLight";
    line-height: 20px;
    overflow: hidden;
    height: 60px;
    padding-bottom: 5px;
}

.b-nearest-broadcasts__item-text a {
    color: #000;
}

.b-nearest-broadcasts__item-text a:hover {
    text-decoration: underline;
}

.b-nearest-broadcasts__item-info {
    color: #9ea3af;
    font: 13px "UbuntuLight";
    padding-top: 6px;
}

.b-nearest-broadcasts__date {
    padding-right: 10px;
    border-right: 1px solid #9ea3af;
    display: inline-block;
    line-height: 13px;
}

.b-nearest-broadcasts__time {
    padding-left: 3px;
    line-height: 20px;
}

.b-all-broadcasts {
    font: italic 13px "PTSerifItalic";
    color: #585c64;
}

.b-all-broadcasts:hover {
    color: #bd0100;
    text-decoration: underline;
}

/*slider*/
.b-slide-container {
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    max-width: 940px;
}

.b-main-slider__text {
    width: 620px;
}

.b-main-slider__slide-title {
    font: 60px "PTSerifRegular";
    color: #fff;
    width: 620px;
    margin-top: 60px;
}

.b-main-slider__slide-title strong {
    color: #48cab7;
    font-weight: bold;
    font-family: "PTSerifBold"
}

.b-main-slider__slide-small-text {
    font: 19px "UbuntuLight";
    color: #fff;
    width: 350px;
    float: right;
    margin: 40px 35px 0 0;
    position: relative;
}

.b-main-slider__slide-small-text:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: 100%;
    top: 10px;
    margin-right: 20px;
}

/*/slider*/
/*description block on the bottom of the page*/
.b-description {
    clear: both;
    margin: 75px 0 0 0;
    float: left;
}

.b-description__heading {
    font: bold 13px "UbuntuMedium";
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
}

.b-description__text {
    border-top: 1px solid #d8dadf;
    font: 13px "UbuntuLight";
    color: #585c64;
    line-height: 20px;
    margin-top: 15px;
    padding-top: 22px;
}

.b-description__text a {
    color: #bd0100;
}

.b-description__text a:hover {
    text-decoration: underline;
}

.b-description__text p {
    margin-bottom: 10px;
}

.b-description__text p:last-child {
    margin: 0px;
}

.b-description__text strong {
    font: 13px "UbuntuMedium";
}

.b-live-broadcast-holder > .b-live-broadcast {
    max-width: 960px;
    position: relative;
}

@media (max-width: 960px) {
    .b-nearest-broadcasts {
        right: 31px;
        width: 220px;
        padding: 20px;
        top: 20px;
    }

    .b-vertical-slider li {
        max-width: 100%;
    }

    .b-main-slider__text {
        width: 100%;
        padding-right: 270px;
    }

    .b-main-slider__slide-title {
        width: 100%;
        padding-left: 10px;
        font-size: 300%;
    }

    .b-live-broadcast-holder .bx-wrapper img {
        max-width: inherit;
    }

    .b-live__bottom-border {
        margin-top: 0px !important;
    }
}

@media (max-width: 760px) {
    .b-nearest-broadcasts {
        width: 100%;
        padding: 13px;
        top: inherit;;
        position: static;
        bottom: 118px;
    }

    .b-vertical-slider li {
        max-width: 100%;
        width: 100% !important;
    }

    .b-main-slider__text {
        width: 100%;
        padding-right: inherit;;
    }

    .b-main-slider__slide-title {
        width: 100%;
        padding-left: 10px;
        font-size: 250%;
    }

    .b-nearest-broadcasts__item-text {
        height: auto;
    }

    .bx-wrapper .bx-controls-direction a {
        right: -6px;
    }

    .b-live-broadcast-holder .bx-viewport {
        max-height: none;
    }

    .b-live-broadcast-holder .bx-wrapper img {
        max-height: 450px;
    }

    .b-live-broadcast-holder > .b-live-broadcast {
        background-color: #fff;
    }
}

@media (max-width: 550px) {
    .b-main-slider__slide-title {
        font-size: 200%;
    }

    .b-live-broadcast-holder .bx-wrapper img {
        max-height: 400px;
    }

    .b-main-slider__slide-small-text {
        font-size: 16px;
        width: 100%;
        padding: 20px 40px 20px 65px;
        margin: 0;
    }

    .b-main-slider__slide-small-text:before {
        right: inherit;
        left: 10px;
        width: 40px;
        top: 50%;
        margin-top: -1px;
    }
}

/*/description block on the bottom of the page*/
/*pagination*/
.b-pagination {
    clear: both;
    overflow: hidden;
}

.b-pagination__link {
    font: 13px "UbuntuLight";
    color: #9ea3ae;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border: 1px solid #9ea3ae;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}

.b-pagination__link:hover {
    border: 1px solid #000;
    color: #000;
}

.b-pagination__link_active {
    background: #585c64;
    color: #fff;
    border: none;
}

.b-pagination__link_active:hover {
    color: #fff;
    border: none;
}

.b-pagination__prev {
    background: url(../i/arrows_group_2.png) no-repeat;
    background-position: 14px -75px;
}

.b-pagination__prev:hover {
    background-position: 14px 13px;
}

.b-pagination__next {
    background: url(../i/arrows_group_2.png) no-repeat;
    background-position: -77px -75px;
}

.b-pagination__next:hover {
    background-position: -77px 13px;
}

/*/pagination*/
/*past broadcasts*/
.b-past-broadcasts {
    padding: 73px 5px 40px;
}

.b-past-broadcasts__list {
    margin-top: 15px;
}

.b-past-broadcasts__item {
    display: inline-block;
    width: 220px;
    padding: 40px 20px 37px 0;
    margin-left: 20px;
    vertical-align: top;
    margin-left: 16px;
}

.b-past-broadcasts__item:hover {
    background: #bd0100;
    width: 240px;
    padding-left: 20px;
    margin-left: -4px;
}

.b-past-broadcasts__item:nth-child(4n+1) {
    margin-left: 0px;
}

.b-past-broadcasts__item:nth-child(4n+1):hover {
    margin-left: -20px;
}

.b-past-broadcasts-item__text {
    color: #000;
    font: 19px/24px "UbuntuLight";
    margin: 19px 0;
    clear: left;
}

.b-past-broadcasts__item:hover .b-past-broadcasts-item__text {
    color: #fff;
}

/*past broadcasts*/
/*icons etc*/
.b-date {
    color: #585c64;
    font: 13px/20px "UbuntuLight";
    position: relative;
    padding-right: 10px;
}

.b-date_noborder {
    color: #585c64;
    font: 13px/19px "UbuntuLight";
    position: relative;
    padding-right: 14px;
}

.b-photo {
    color: #585c64;
    font: 13px "UbuntuLight";
    padding-left: 22px;
    background: url(../svg/camera.svg) no-repeat;
}

.b-comments {
    font: 13px "UbuntuLight";
    color: #585c64;
    background: url(../svg/comment.svg) no-repeat 6px 2px;
    padding: 0 0 4px 27px;
}

.b-pdf {
    padding-left: 15px;
    background: url(../svg/document.svg) no-repeat;
    color: #48cab7;
    font: 13px "UbuntuLight";
    display: inline-block;
    margin-left: 15px;
}

.b-views {
    display: inline-block;
    background: url(../svg/views.svg) no-repeat 0 1px;
    padding-left: 20px;
    color: #585c64;
    font: 13px "UbuntuLight";
}

.b-time_icon {
    display: inline-block;
    background: url(../svg/clock.svg) no-repeat 0 2px;
    padding-left: 17px;
    color: #48cab7;
    margin-left: 17px;
}

.b-italic {
    color: #585c64;
    font: italic 13px "PTSerifItalic";
    margin-right: 23px;
}

.b-past-broadcasts__item:hover .b-date {
    color: #fff;
}

.b-past-broadcasts__item:hover .b-date:after {
    background: #fff;
}

.b-time {
    margin-left: 5px;
    color: #48cab7;
    font: 13px/20px "UbuntuLight";
}

.b-past-broadcasts__item:hover .b-time {
    color: #fff;
}

/*/icons etc*/
/*lectors*/
.b-main-lectors-wrapper {
    background: #f6f6f6;
    padding: 0 5px;
}

.b-main-lectors {
    padding: 72px 0 41px;
}

.b-main-lectors__list {
    margin-top: 11px;
}

.b-main-lectors__list:after {
    content: "";
    display: block;
    clear: both;
}

.b-main-lectors__item {
    width: 300px;
    padding: 40px 60px 35px 0px;
    float: left;
    margin-left: 20px;
}

.b-main-lectors__item:hover {
    background: #bd0100;
    width: 320px;
    padding-left: 20px;
    margin-left: 0;
}

.b-main-lectors__item:nth-child(4n+1) {
    margin-left: 0;
}

.b-main-lectors__item:nth-child(4n+1):hover {
    margin-left: -20px;
}

.b-lector {
    overflow: hidden;
    width: 240px;
}

.b-lector__photo {
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}

.b-lector-name {
    font: 17px "PTSerifRegular";
    line-height: 22px;
}

.b-lector-name a {
    color: #000000;
}

.m-lector-name_small {
    font: 15px "PTSerifRegular";
    line-height: 22px;
}

.m-lector-name_small a {
    color: #000000;
}

.m-lector-name_small a:hover {
    color: #bd0100;
    text-decoration: underline;
}

.m-lector-name_programm {
    color: #585c64;
    font: 15px "PTSerifRegular";
}

.m-lector-name_small {
    font: 15px "PTSerifRegular";
    padding-right: 10px;
}

.b-lector-name:hover a {
    color: #bd0100;
    text-decoration: underline;
}

.b-main-lectors__item:hover .b-lector-name a {
    color: #fff;
    text-decoration: none;
}

.b-academic-degree {
    display: block;
    color: #000000;
    font: 13px "UbuntuLight";
    margin-top: 5px;
    line-height: 22px;
}

.b-main-lectors__item:hover .b-academic-degree {
    color: #fff;
}

.b-lectors-item__tag {
    color: #bd0100;
    font: 13px "UbuntuLight";
    margin: 22px 0 10px;
    display: block;
}

.b-main-lectors__item:hover .b-lectors-item__tag {
    color: #fff;
}

.b-lectors-item__text {
    font: 15px "UbuntuLight";
    line-height: 20px;
}

.b-main-lectors__item:hover .b-lectors-item__text {
    color: #fff;
}

/*/lectors*/
/*articles*/
.b-main-articles {
    padding: 75px 5px;
}

.b-main-articles__list {
    margin-top: 37px;
}

.b-main-articles__item {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.b-main-articles__item:nth-child(3n+3) {
    margin-right: 0;
}

.b-article-tag {
    font: 12px "UbuntuRegular";
    text-transform: uppercase;
    line-height: 21px;
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 22px;
}

.m-article-tag_red {
    background: #ff3333;
}

.m-article-tag_green {
    background: #4daf7c;
}

.m-article-tag_orange {
    background: #f07436;
}

.m-article-tag_light-blue {
    background: #14b9d5;
}

.m-article-tag_yellow {
    background: #ffba00;
}

.m-article-tag_violet {
    background: #8172a0;
}

.m-article-tag_pink {
    background: #cc3366;
}

.m-article-tag_blue {
    background: #3399cc;
}

.m-article-tag_dark-green {
    background: #009999;
}

.m-article-tag_mr10 {
    margin-right: 10px;
}

.b-main-article-title {
    font: bold 25px "UbuntuRegular";
    line-height: 32px;
    padding-right: 25px;
}

.b-main-article-title a {
    color: #000000;
}

.b-main-article-title:hover a {
    color: #bd0100;
    text-decoration: underline;
}

.b-article-item__text {
    margin: 20px 0;
    font: 15px "UbuntuLight";
    line-height: 20px;
}

.b-article-item__authors {
    color: #9da2ae;
    font: italic 13px "PTSerifItalic";
    padding-right: 45px;
}

/*/articles*/
/*forum img*/
.b-forum-image-wrapper {
    text-align: center;
    overflow: hidden;
}

.b-forum-image-wrapper__text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0;
    width: 420px;
    color: #fff;
    text-align: left;
    display: table;
    font: 17px "UbuntuLight";
}

.b-forum-image-wrapper__text a {
    color: #fff;
    font: 17px "UbuntuRegular";
}

/*/forum img*/
/*auth broadcasts*/
.b-authors-broadcasts {
    margin-top: 75px;
    overflow: hidden;
    /* padding-bottom: 80px; */
}

.b-authors-broadcasts__list {
    margin-top: 45px;
    overflow: hidden;
}

.b-authors-broadcasts__item {
    width: 220px;
    float: left;
    padding-right: 15px;
    margin-right: 20px;
}

.b-authors-broadcasts__item:nth-child(3n+3) {
    margin-right: 0px;
}

.b-authors-broadcasts__title {
    font: bold 19px "UbuntuRegular";
    margin-top: 6px;
}

.b-authors-broadcasts__title a {
    color: #000000;
}

.b-authors-broadcasts__title:hover a {
    color: #bd0100;
    text-decoration: underline;
}

.b-authors-broadcasts__text {
    margin: 21px 0;
    font: 15px "UbuntuLight";
    line-height: 20px;
}

.b-authors-broadcasts__item_first {
    width: 460px;
    margin-right: 20px;
    float: left;
}

.b-authors-broadcasts__title_first {
    font: bold 25px "UbuntuRegular";
    line-height: 32px;
    padding-right: 25px;
    margin-top: 0;
}

/*aside*/
.b-aside {
    float: right;
    width: 221px;
    margin-left: 25px;
}

.b-aside_left {
    float: left;
    width: 221px;
    margin-right: 25px;
    margin-left: 0;
}

.b-aside_fix {
    height: 100vh;
}

.b-aside_fix .b-aside__wr {
    position: fixed;
    top: 0;
    width: 221px;
    max-height: 100%;
    overflow-y: auto;
    padding: 10px 0;
    /*display: flex;*/
    /*align-items: center;*/
    /*height: 100%;*/
}

.b-aside__wr::-webkit-scrollbar {
    width: 0;
    overflow: hidden;
}

.b-aside_fix-vertical .b-aside__wr {
    display: flex;
    height: 100%;
    align-items: center;
}

.b-aside__headings {
    font: 15px "UbuntuMedium";
    line-height: 20px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

/*b-aside-menu*/
.b-aside-menu {
    border: 1px solid #d8dadf;
    border-top: 5px solid #d8dadf;
    background: #fff;
    margin-bottom: 74px;
    margin-top: 7px;
}

.b-aside-menu__list {
    margin-top: 8px;
    margin-bottom: 11px;
}

.b-aside-menu__item {
    line-height: 48px;
}

.b-aside-menu__item:hover {
    background: #bd0100;
}

.b-aside-menu__item a {
    color: #585c64;
    font: 13px "UbuntuLight";
    line-height: 20px;
    padding: 14px 0px;
    margin: 0 19px;
    display: block;
    box-shadow: inset 0 1px #d8dadf;
    text-transform: uppercase;
}

.b-aside-menu__item:hover a {
    color: #fff;
    box-shadow: none;
}

.b-aside-menu__item:hover + .b-aside-menu__item a {
    box-shadow: none;
}

.b-aside-menu__item:first-child a {
    box-shadow: none;
}

/*/b-aside-menu*/
/*b-refine*/
.b-refine-items {
    border-top: 5px solid #d8dadf;
}

.b-refine__heading {
    font: 17px "UbuntuMedium";
    line-height: 24px;
    margin-bottom: 13px;
}

.b-refine-item__heading {
    padding: 0 0 0 20px;
    background: url(../svg/arrow-right.svg) no-repeat 0 center;
    line-height: 49px;
    cursor: pointer;
    border-bottom: 1px solid #d8dadf;
    font-size: 13px;

}

.b-refine-item__heading:hover {
    background: url(../svg/arrow-right-hover.svg) no-repeat 0 center;
}

.b-refine-item__heading.active {
    border-bottom: none;
    background: url(../svg/arrow-down.svg) no-repeat 0 center;
}

.b-refine-item__heading.active:hover {
    background: url(../svg/arrow-down-hover.svg) no-repeat 0 center;
}

.b-refine-item__content {
    border-bottom: 1px solid #d8dadf;
    padding-bottom: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.b-calendar-interval {
    font: 13px "UbuntuLight";
    color: #585c64;
    margin-top: 25px;
}

.b-calendar-interval__heading {
    font-size: 14px;
    margin-bottom: 16px;
    display: block;
}

.b-calendar-interval__label span {
    line-height: 40px;
}

.b-calendar-interval__label {
    display: block;
    width: 143px;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.b-datepick-range {
    border: 1px solid #c0c2c5;
    height: 40px;
    width: 120px;
    background: url(../svg/calendar-sprite.svg) no-repeat 89px 12px;
    background-size: 20px auto;
    padding: 0 10px;
    float: right;
    color: #000;
    font: 13px "UbuntuLight";
}

.b-datepick-range:hover {
    border: 1px solid #9ea3ae;
    background-position: 89px -20px;
}

.b-datepick-range:focus {
    border: 1px solid #14b9d5;
    color: #000;
}

.b-datepick-range_filter {
    width: 130px;
    background: url(../svg/calendar-sprite.svg) no-repeat;
    background-size: 21px auto;
    background-position: 98px 10px;
}

.b-datepick-range_filter:hover {
    background-position: 98px -23.5px;
}

.b-refine-submit {
    border: none;
    height: 40px;
    text-transform: uppercase;
    font: 13px "UbuntuLight";
    background: #455c70;
    color: #fff;
    cursor: pointer;
    padding: 0 35px;
    margin-top: 30px;
}

/*/b-refine*/
/*aside another-video*/
.b-aside__popular-broadcasts__item {
    border-bottom: 1px solid #d8dadf;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.b-aside__popular-broadcasts__item:last-child {
    border: none;
}

.b-aside__another-video-wrapper {
    margin-bottom: 24px;
}

@media (max-width: 760px) {
    .b-aside__another-video-wrapper {
        padding: 14px;
    }
}

.b-aside__another-video {
    height: 465px;
    margin-top: 26px;
}

.b-aside__another-video__item {
    margin-bottom: 28px;
}

.b-aside__another-video__video {
    height: 88px;
    width: 140px;
    margin-bottom: 10px;
}

.b-aside__another-video__desc {
    font: 13px "UbuntuLight";
    line-height: 20px;
    padding-right: 5px;
    clear: both;
}

/*aside popular-broadcasts*/
.b-aside__popular-broadcasts__video {
    width: 140px;
    height: 87px;
    margin-bottom: 21px;
}

.b-aside__popular-broadcasts {
    border-top: 5px solid #d8dadf;
    padding-top: 30px;
}

.b-aside__popular-broadcasts__title {
    font: 19px "UbuntuLight";
    line-height: 24px;
    padding-right: 40px;
}

.b-aside__popular-broadcasts__pub-date {
    margin-top: 20px;
}

/*/aside*/
/*footer*/
.b-footer-wrapper {
    background: #243647;
    display: table;
    width: 100%;
}

.b-footer {
    padding: 80px 0 40px 0;
    overflow: hidden;
}

.b-footer__top {
    padding-bottom: 50px;
    border-bottom: 1px solid #66737f;
    overflow: hidden;
}

.b-qr-code-image {
    float: left;
    margin-right: 40px;
}

.b-footer-share {
    float: left;
    color: #fff;
    font: 13px "UbuntuRegular";
    text-transform: uppercase;
    width: 130px;
    line-height: 20px;
    margin-top: 5px;
}

.b-socials {
    margin-top: 25px;
}

.b-socials__link {
    float: left;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    position: relative;
}

.b-socials__link_tw {
    height: 14px;
    width: 16px;
    margin-right: 18px;
}

.b-socials__link_fb {
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

.b-socials__link_vk {
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

.b-socials__link_youtube {
    height: 24px;
    width: 24px;
    margin-right: 2px;
}

.b-socials__link_insta {
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

.b-socials__link_rss {
    height: 14px;
    width: 16px;
}

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

.m-socials__svg_hover {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.b-socials__link:hover .m-socials__svg_hover {
    opacity: 1;
}

.b-footer-address-wrapper {
    width: 310px;
    float: left;
    margin-left: 86px;
}

.b-footer-address {
    background: url(../svg/location.svg) no-repeat 0px 5px;
    color: #fff;
    font: 13px "UbuntuLight";
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    margin-top: 3px;
}

.b-footer-address a {
    display: block;
    color: #9ea3ae;
    font: 13px "UbuntuLight";
    line-height: 20px;
}

.b-footer-phone {
    background: url(../svg/phone.svg) no-repeat 0px 5px;
    color: #fff !important;
    font: 13px "UbuntuLight";
    line-height: 20px;
    padding-left: 30px;
}

.b-footer__bottom {
    overflow: hidden;
    padding-top: 30px;
}

.b-map-btn {
    float: right;
    background: #192632;
}

.b-map-btn + .b-map-btn {
    margin-top: 15px;
}

.b-footer__bottom-text {
    color: rgba(255, 255, 255, .4);
    font: 12px "UbuntuRegular";
    line-height: 15px;
}

.b-footer__bottom-text_left {
    float: left;
    width: 520px;
    margin-right: 35px;
}

.b-footer__bottom-text_right {
    float: right;
    width: 385px;
}

@media (max-width: 960px) {
    .b-footer {
        margin-left: 10px;
        margin-right: 10px;
    }

    .b-footer__top .b-qr-code-image {
        display: none;
    }

    .b-footer-address-wrapper {
        margin-left: 40px;
    }

    .b-footer__bottom {
        padding-top: 20px;
    }

    .b-footer__bottom-text {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 760px) {
    .b-footer {
        padding: 40px 0;
    }

    .b-footer__top {
        padding-bottom: 30px;
    }

    .b-footer-address-wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
        float: none;
    }

    .b-map-btn {
        float: none;
        display: inline-block;
    }

    .b-footer-share {
        margin-top: -2px;
    }

    .b-socials {
        margin-top: 5px;
    }

    .b-content-container {
        padding-bottom: 40px;
    }
}

/*/footer*/
.clearfix {
    clear: both;
}

.b-block-heading {
    overflow: hidden;
}

.b-block-heading__title {
    font: 33px "UbuntuLight";
    text-transform: uppercase;
    float: left;
}

.b-block-heading__title a {
    font: italic 13px "PTSerifItalic";
    text-transform: lowercase;
    margin-left: 15px;
    color: #585c64;
}

.b-block-heading__title a:hover {
    color: #bd0100;
    text-decoration: underline;
}

.b-block-heading__title_mod {
    margin-left: 70px;
}

.b-block-heading__title_mod a {
    display: block;
    text-align: right;
    margin-top: 6px;
}

.b-block-heading__title_mod2 {
    margin-left: 102px;
}

.b-block-heading__title_mod2 a {
    display: block;
    text-align: right;
    margin-top: 6px;
}

.b-block-heading__description {
    float: left;
    max-width: 380px;
    font: 13px "UbuntuLight";
    margin-left: 20px;
    line-height: 22px;
    color: #000;
}

/*breadcrumbs*/
.b-breadcrumbs {
    margin: 20px 0 31px;
}

.b-breadcrumbs__list {
    overflow: hidden;
}

.b-breadcrumbs__item {
    float: left;
    font: 13px "UbuntuLight";
    color: #585c64;
    margin-right: 10px;
}

.b-breadcrumbs__item a {
    font: 13px "UbuntuLight";
    color: #585c64;
    padding-right: 20px;
    background: url(../svg/arrow-right-hover.svg) no-repeat right center;
    background-size: 6px 10px;
}

.b-breadcrumbs__item a:hover {
    color: #bd0100;
}

/*/breadcrumbs*/
/*checkbox*/
.b-checkbox-label {
    display: block;
    margin-bottom: 17px;
}

.b-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.b-checkbox + .b-checkbox-span {
    font: 13px "UbuntuLight";
    padding-left: 20px;
    height: 12px;
    display: block;
    line-height: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(../svg/checkbox-sprite.svg) no-repeat;
    background-size: 12px auto;
    background-position: 0px 0px;
    color: #585c64;
}

.b-checkbox:checked + .b-checkbox-span, .b-checkbox:checked:hover + .b-checkbox-span {
    background-position: 0px -56px;
    color: #000;
}

.b-checkbox:disabled:checked + .b-checkbox-span, .b-checkbox:disabled:checked:hover + .b-checkbox-span {
    background-position: 0px -88px;
}

.b-checkbox:hover + .b-checkbox-span {
    background-position: 0 -29.5px;
    color: #bd0100;
}

.b-checkbox-span:hover {
    color: #bd0100;
}

.b-radio-wrapper {
    margin-top: 12px;
}

.b-radio-label {
    display: block;
    margin-bottom: 20px;
}

.b-radio-label:last-child {
    margin-bottom: -5px;
}

.b-radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.b-radio + .b-radio-span {
    font: 13px "UbuntuLight";
    padding-left: 20px;
    height: 14px;
    display: block;
    line-height: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    background: url(../svg/radio-sprite.svg) no-repeat;
    background-size: 14px auto;
    color: #585c64;
    line-height: 12px;
}

.b-radio-span:hover {
    color: #bd0100;
}

.b-radio:checked + .b-radio-span, .b-radio:checked:hover + .b-radio-span {
    background-position: 0px -53px;
}

.b-radio:disabled:checked + .b-radio-span, .b-radio:disabled:checked:hover + .b-radio-span {
    background-position: 0px -86px;
}

.b-radio:hover + .b-radio-span {
    background-position: 0px -23.5px;
}

.b-custom-scroll {
    width: 220px;
    height: 274px;
    overflow-y: scroll;
    margin-bottom: 8px;
}

/*/checkbox*/
/*series*/
.b-series-holder {
    background: url(../i/bg_series.jpg) no-repeat center;
    overflow: hidden;
    background-size: cover;
}

.b-video-lectures-cycle {
    height: 645px;
    overflow: hidden;
}

.b-series__heading {
    font: 36px "PTSerifRegular";
    width: 560px;
    margin: 17px 0 22px 0;
    line-height: 44px;
}

.b-series__text {
    float: left;
    width: 700px;
    padding-right: 20px;
}

.b-series__intro {
    color: #585c64;
    font: 18.5px "UbuntuRegular";
    line-height: 30px;
}

.b-programm-leader {
    margin-top: 32px;
}

.b-programm-leader__subtitle {
    color: #bd0100;
    text-transform: uppercase;
    font: 14px "UbuntuLight";
    display: block;
    line-height: 10px;
    letter-spacing: .6px;
    margin-bottom: 17px;
}

.b-programm-leader__photo {
    border-left: 5px solid #bd0100;
    padding-left: 15px;
    float: left;
    margin-right: 20px;
}

/*b-series__statistics*/
.b-series__statistics {
    width: 220px;
    float: right;
    margin-top: 47px;
}

.b-series-statistics__item {
    text-align: center;
    margin-bottom: 55px;
}

.b-series-statistics__item a {
    color: #000000;
}

.b-series-statistics__item:hover a {
    color: #bd0100;
}

.b-series-statistics__item:hover span {
    color: #bd0100;
}

.b-series-statistics__item-top {
    margin-bottom: 17px;
}

.b-series-statistics__item-top img {
    margin: 0 auto;
    display: block;
}

.b-series-statistics__item-bottom {
    text-transform: uppercase;
}

.b-big-numbers {
    font: 50px "UbuntuLight";
    line-height: 32px;
    color: #48cab7;
}

/*b-series-content*/
.b-series-content {
    padding-top: 76px;
    overflow: hidden;
}

.b-series-content__text {
    float: left;
    width: 680px;
    line-height: 24px;
}

.b-series-content__text > h1 {
    font-size: 23px;
}

.b-series-content__text > h2 {
    font-size: 21px;
}

.b-series-content__text > h3 {
    font-size: 19px;
}

.b-series-content__text > h4 {
    font-size: 17px;
}

.b-series-content__text > h5 {
    font-size: 15px;
}

.b-series-content__text > h6 {
    font-size: 13px;
}

.b-series-content__text ul, .b-series-content__text ol {
    margin-bottom: 20px;
}

.b-series-content__intro-text {
    font: 19px "UbuntuLight";
    line-height: 30px;
}

.b-series-content__intro-text a {
    color: #bd0100;
}

.b-series-content__intro-text a:hover {
    text-decoration: underline;
}

.b-project-supported {
    margin-top: 28px;
    overflow: hidden;
}

.b-project-supported__img-holder {
    float: left;
    margin: 3px 21px 0 0;
}

.b-project-supported__text {
    color: #585c64;
}

.b-project-supported__text h5 {
    font: 13px "UbuntuMedium";
}

.b-project-supported__text p {
    font: 13px "UbuntuLight";
    line-height: 20px;
    margin: 12px 0;
}

.b-more-about {
    clear: both;
    margin-top: 35px;
    overflow: hidden;
}

.b-more-about__heading {
    text-transform: uppercase;
    color: #585c64;
    font: 15px "UbuntuLight";
    cursor: pointer;
    background: url(../svg/arrow-up-down-sprite.svg) no-repeat;
    background-size: 10px auto;
    float: left;
    padding-right: 19px;
    background-position: right 6px;
}

.b-more-about__heading:hover {
    background-position: right -8px;
    color: #bd0100;
}

.b-more-about__heading.active {
    background-position: right -23px;
}

.b-more-about__heading.active:hover {
    background-position: right -37px;
    color: #bd0100;
}

.b-more-about__text {
    display: none;
    margin-top: 20px;
    clear: both;
    float: left;
}

.b-more-about__text p {
    font: 15px "UbuntuLight";
    color: #000;
    line-height: 24px;
}

.b-more-about__text p a {
    color: #bd0100;
}

.b-more-about__text p a:hover {
    text-decoration: underline;
}

.b-participate-holder {
    width: 220px;
    float: right;
}

.b-participate {
    margin-top: 14px;
    border-top: 5px solid #d8dadf;
}

.b-participate__item {
    padding-top: 36px;
    height: 130px;
    border-bottom: 1px solid #d8dadf;
}

.b-participate__item:nth-child(3n) {
    border-bottom: none;
}

.b-participate__photo-holder {
    float: left;
    margin-top: -6px;
    margin-right: 20px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    overflow: hidden;
}

/*cycle broadcast*/
.b-cycle-broadcasts-holder {
    margin-top: 72px;
    overflow: hidden;
    position: relative;
}

.b-cycle-broadcasts__heading {
    font: 25px "UbuntuMedium";
    line-height: 32px;
}

.b-bxslider-custom-controls-holder {
    position: relative;
    top: -9px;
}

.b-bxslider-custom-controls {
    position: absolute;
    outline: 0;
    width: 30px;
    height: 31px;
    text-indent: -9999px;
    z-index: 99;
    display: block;
}

.b-bxslider-custom-controls_prev {
    top: -17px;
    right: 31px;
}

.b-bxslider-custom-controls_prev a {
    background: url(../svg/button-sprite.svg) no-repeat;
    background-position: 0px -76px;
}

.b-bxslider-custom-controls_prev a.disabled {
    opacity: 0.6;
}

.b-bxslider-custom-controls_prev:hover {
    background-position: 0px -113.5px;
}

.b-bxslider-custom-controls_next {
    top: -17px;
    right: 0px;
}

.b-bxslider-custom-controls_next a {
    background: url(../svg/button-sprite.svg) no-repeat;
    background-position: -40px -76px;
}

.b-bxslider-custom-controls_next a.disabled {
    opacity: 0.6;
}

.b-bxslider-custom-controls_next:hover {
    background-position: -40px -113.5px;
}

.b-bxslider-custom-controls a {
    display: block;
    height: 100%;
}

.slide {
    overflow: hidden;
}

.b-ajax-count {
    display: inline-block;
    text-align: right;
    float: right;
    margin: 15px 91px 0 0;
    font: 13px "UbuntuLight";
    color: #48cab7;
}

.b-cycle-broadcasts {
    overflow: hidden;
}


@media screen and (min-width: 1275px)  and (max-width: 1521px) {
    .b-cycle-broadcasts__item {
        width: 250px;
    }
}

.b-cycle-broadcasts .slide {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b-cycle-broadcasts__item {
    width: 220px;
    margin-top: 31px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.bx-slider {
    overflow: hidden;
}

.b-cycle-broadcasts__item:nth-child(4n) {
    margin-right: 0;
}

/*b-popular-programs*/
.b-popular-programs-wrapper {
    background: #f6f6f6;
    padding-top: 34px;
    margin-top: 77px;
    margin-bottom: -80px;
}

.b-authors-broadcasts_popular__list {
    margin-top: 15px;
    padding-top: 17px;
    padding-bottom: 74px;
    border-top: 5px solid #d8dadf;
}

.b-cycle-broadcasts-holder .bx-viewport {
    margin-top: 22px;
    box-shadow: 0 -5px 0 0 #d8dadf;
}

.b-cycle-broadcasts-holder .bx-wrapper .bx-controls-direction a.bx-prev {
    top: -17px;
    right: 31px;
    background: url(../svg/button-left.svg) no-repeat;
}

.b-cycle-broadcasts-holder .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: url(../svg/button-left-hover.svg) no-repeat;
}

.b-cycle-broadcasts-holder .bx-wrapper .bx-controls-direction a.bx-next {
    top: -49px;
    right: 0px;
    background: url(../svg/button-right.svg) no-repeat;
}

.b-cycle-broadcasts-holder .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: url(../svg/button-right-hover.svg) no-repeat;
}

/*buttons*/
.b-btn {
    width: 143px;
    font: 13px "UbuntuLight";
    line-height: 43px;
    display: block;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

.b-btn:disabled {
    background: #d8dadf;
    color: #9ea3ae;
}

.b-btn:disabled:hover {
    background: #d8dadf;
}

.b-btn_blue {
    background: #455c70;
}

.b-btn_blue:hover {
    background: #536f87;
}

.b-btn_blue:active {
    background: #394c5d;
}

.b-btn_red {
    background: #bd0100;
}

.b-btn_red:hover {
    background: #d80100;
}

.b-btn_red:active {
    background: #a00100;
}

.b-btn_green {
    background: #48cab7;
}

.b-btn_green:hover {
    background: #57e3d3;
}

.b-btn_green:active {
    background: #3cad9a;
}

.b-btn-profile {
    width: auto;
    padding: 0 30px;
    letter-spacing: 1.2px;
    clear: both;
    text-transform: uppercase;
}

.b-write-btn {
    background: #455c70;
    border: none;
    font: 13px "UbuntuLight";
    line-height: 40px;
    display: block;
    color: #fff;
    cursor: pointer;
    padding: 0 31px;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 26px;
}

.b-btn-multipurpose {
    display: block;
    font: 12px "UbuntuMedium";
    line-height: 21px;
    color: #fff;
    background: #bd0100;
    display: inline-block;
    padding: 0 9px;
    margin-bottom: 30px;
}

.b-btn-multipurpose_margin {
    margin-bottom: 10px;
}

.b-button {
    display: block;
    padding: 0 29px;
    letter-spacing: 1px;
    height: 40px;
    border: none;
    color: #fff;
    font: 13px "UbuntuRegular";
    cursor: pointer;
    float: left;
}

.m-button_blue {
    background: #455c70;
}

/*/buttons*/
.b-section-heading {
    font: 15px "UbuntuMedium";
    text-transform: uppercase;
    line-height: 20px;

}

.b-section-heading_small {
    font-size: 13px;
}

.b-section-heading_small_bold {
    font-size: 13px;
    font-weight: bold;
    color: white;
    background: #ff3333;
}

.b-article-heading {
    margin-bottom: 15px;
}

.b-article-heading a {
    font: 19px "UbuntuMedium";
    color: #000;
    line-height: 22px;
}

.b-article-heading a:hover {
    color: #bd0100;
    text-decoration: underline;
}

.b-show-all-holder {
    text-align: center;
    margin-top: 35px;
}

.b-show-all {
    font: 17px "UbuntuLight";
    color: #585c64;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.b-loader-holder {
    text-align: center;
    margin: 20px 0 0px 0;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.b-loader-holder_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    top: 0px;
    left: 0px;
    vertical-align: middle;
    display: inline-block;
}

.b-loader-holder_popup img {
    position: absolute;
    top: 50%;
    margin-top: -9px;
}

.b-load-more-holder {
    text-align: center;
}

.b-load-more {
    font: 15px "UbuntuLight";
    color: #585c64;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-indent: 6px;
    display: block
}

/*b-video*/
.b-video-holder {
    float: left;
    position: relative;
    margin-bottom: 19px;
}

.b-video-holder:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background: url(../svg/play42x42.svg) no-repeat center;
    background-size: 30%;
}

.b-video-holder_big {

    position: relative;
}

.b-video-holder_big:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background: url(../svg/play42x42.svg) no-repeat center;
    background-size: 84px auto;
}

.b-video-holder__tiny {
    position: relative;
    width: 70px;
    height: 43px;
}

.b-video-holder__tiny:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background: url(../svg/play42x42.svg) no-repeat center;
    background-size: 22px auto;
}

.b-video__text {
    font: 15px "UbuntuLight";
    line-height: 24px;
    margin-top: 10px;
    padding-right: 4px;
    clear: both;
}

.b-video__date {
    margin-top: 8px;
}

.b-video-holder__tiny {
    width: 70px;
    height: 43px;
    float: left;
}

/*b-live-now*/
.b-live {
    margin-bottom: 87px;
}

.b-live-now-wrapper {
    overflow: hidden;
    width: 100%;
    background: rgba(1, 28, 51, .9);
    display: table;
}

.b-live-now {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.b-live-now__broadcast-holder {
    float: left;
}

.b-live-now__info {
    margin: 20px 0 0 20px;
    float: left;
}

.b-live-now__info span {
    font: 12px "UbuntuMedium";
    color: #fff;
    line-height: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    float: left;
}

.b-live-now__info i {
    color: #48cab7;
    float: left;
    padding-left: 9px;
    font: 12px "UbuntuMedium";
    line-height: 10px;
}

.b-live-now__broadcast-title {
    font: 15px "UbuntuLight";
    color: #fff;
    margin-left: 39px;
    float: left;
    margin-top: 15px;
    max-width: 600px;
}

.b-live-now__close {
    position: absolute;
    background: url(../i/close.png) no-repeat;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.b-live-now__close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*drop down menu*/
.b-drop-down-menu {
    position: relative;
    display: inline-block;
    top: -1px;
    margin-left: 19px;
}

.b-drop-down-menu__btn {
    width: 24px;
    height: 24px;
    display: block;
    border: 1px solid #243647;
    cursor: pointer;
    background: url(../svg/arrows-sprite.svg) no-repeat;
    background-size: 50px auto;
    background-position: 6px 8px;
}

.b-drop-down-menu__btn:hover {
    border: 1px solid #c0100f;
    background-position: 6px -35px;
}

.b-drop-down-menu__list {
    float: left;
    border: 1px solid #243647;
    padding: 10px 1px;
    background: #fff;
    margin-top: 1px;
    position: absolute;
    width: 250px;
    z-index: 10;
    display: none;
}

.b-drop-down-menu__item {
    height: 29px;
}

.b-drop-down-menu__item:hover a {
    background: #bd0100;
    color: #fff;
}

.b-drop-down-menu__item a {
    font: 13px "UbuntuRegular";
    color: #585c64;
    line-height: 20px;
    display: block;
    padding: 4px 8px;
    text-transform: uppercase;
}

/*b-section-announcement*/
.b-section-announcement {
    background: rgba(255, 255, 255, .5);
    border: 1px solid #d8dadf;
    margin: 32px 0 34px 0;
    padding: 28px 160px 32px 78px;
    position: relative;
}

.b-section-announcement ol {
    margin-bottom: 16px;
    padding-left: 25px;
    list-style: decimal;
    font: 19px "UbuntuLight";
    line-height: 30px;
}

.b-section-announcement > ol {
    padding-left: 101px;
}

.b-section-announcement ul {
    margin-bottom: 16px;
    padding-left: 45px;
    margin-top: 10px
}

.b-section-announcement > ul {
    padding-left: 0;
    font: 19px "UbuntuLight";
    color: #010101;
    line-height: 30px;
    padding-left: 81px;
}

.b-section-announcement ul li {
    padding-left: 45px;
    position: relative;
}

.b-section-announcement ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-section-announcement__heading {
    font: italic 36px "PTSerifItalic";
    margin-bottom: 21px;
}

.b-section-announcement__heading:first-letter {
    color: #bd0100;
}

.b-section-announcement p:first-of-type {
    position: relative;
}

.b-section-announcement p:first-of-type:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #48cab7;
    top: 13px;
    left: 0px;
    position: absolute;
}

.b-section-announcement p {
    font: 19px "UbuntuLight";
    color: #010101;
    line-height: 30px;
    padding-left: 81px;
}

/*b-new-articles-holder*/
.b-new-articles-holder {
    width: 300px;
    float: right;
}

.b-new-articles {
    border-top: 5px solid #d8dadf;
    margin-top: 15px;
}

.b-new-articles__item {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d8dadf;
}

.b-new-articles__text {
    font: 13px "UbuntuLight";
    line-height: 20px;
}

.b-new-articles__info {
    margin-top: 9px;
}

.b-new-articles__info .b-date:after {
    width: 0;
}

/*b-publications-gallery*/
.b-publication {
    float: left;
    width: 620px;
    margin-top: 6px;
    padding-bottom: 30px;
    margin-bottom: 16px;
}

.b-publication__text {
    width: 540px;
    margin-top: 20px;
}

.b-publication__text p {
    font: 15px "UbuntuLight";
    line-height: 24px;
}

.b-authors {
    color: #585c64;
    font: italic 13px "PTSerifItalic";
    margin: 18px 18px 0 0;
}

.m-authors_fl {
    float: left;
    margin-top: 0px;
}

.b-publicatio__info {
    margin-top: 19px;
}

/*b-broadcasts-archive*/
.b-broadcasts-archive {
    margin-top: 23px;
}

.b-broadcasts-archive__list {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 5px solid #d8dadf;
}

.b-broadcasts-archive__list .b-past-broadcasts__item {
    padding-top: 20px;
}

/*b-authors-broadcasts_margin*/
.b-authors-broadcasts_border {
    margin-top: 46px;
    padding-bottom: 75px;
}

.b-authors-broadcasts_border__list {
    margin-top: 16px;
    border-top: 5px solid #d8dadf;
    padding-top: 17px;
}

/*b-hot-news*/
.b-hot-news-holder {
    margin-bottom: 61px;
}

.b-hot-news {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.b-hot-news__text {
    padding-right: 10px;
    margin-top: 20px;
}

.b-hot-news__text p {
    font: 15px "UbuntuLight";
    line-height: 20px;
}

.b-hot-news__info {
    margin-top: 18px;
}

/*b-events-articles*/
.b-events-articles {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.b-events-articles__list {
    margin-bottom: -5px;
}

.b-events-articles__item {
    margin-top: -7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d8dadf;
    padding-right: 20px;
    margin-bottom: 28px;
}

.b-more {
    font: italic 13px "PTSerifItalic";
    color: #585c64;
}

.b-more:hover {
    color: #bb0100;
    text-decoration: underline;
}

.m-more_mt {
    display: block;
    margin-top: 22px;
}

/*b-photogalleries*/
.b-photogalleries {
    float: left;
    width: 300px;
}

.b-photogalleries__item {
    padding-bottom: 17px;
    border-bottom: 1px solid #d8dadf;
    margin-bottom: 13px;
}

.b-photogalleries__item:first-child {
    padding-bottom: 25px;
}

.b-photogallery-image-holder {
    background: url(../i/photogallery_lines.png) no-repeat;
    padding: 0 10px 10px 0;
    background-position: right bottom;
    width: 230px;
    height: 190px;
    margin-bottom: 10px;
}

.b-photogallery-image-holder_size_small {
    width: 150px;
    height: 125px;
}

.b-photogallery-image-holder_size_small img {
    width: 100%;
}

/*b-publications*/
.b-publications {

}

.b-publications__item {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 93px 0;
}

.b-publications__item:nth-child(3n) {
    margin-right: 0px;
}

.b-publications__item:nth-last-child(-n+3) {
    margin-bottom: 0px;
}

.b-publications__sublist {
    margin-bottom: 30px;
}

.b-publications__subitem {
    padding-bottom: 5px;
    margin-bottom: 13px;
    padding-right: 10px;
}

.m-publications__subitem_slide {
    padding-top: 22px;
    margin: 26px 16px 0 0;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #d8dadf;
    padding-bottom: 0px;
}

.slide .m-publications__subitem_slide:nth-child(-n+3) {
    border-top: none;
    padding-top: 0px;
}

.b-cycle-broadcasts .m-publications__subitem_slide:nth-child(-n+3) {
    border-top: none;
}

.m-publications__subitem_slide:nth-child(3n) {
    margin-right: 0px;
}

.b-publications__subitem_first {
    padding-bottom: 25px;
    padding-right: 0;
}

.b-publications-item__image-holder {
    margin-bottom: 19px;
    border-top-width: 5px;
    border-top-style: solid;
    margin-top: 15px;
}

.b-publications-item__image-holder_red {
    border-top-color: #ff3333;
}

.b-publications-item__image-holder_green {
    border-top-color: #4daf7c;
}

.b-publications-item__image-holder_orange {
    border-top-color: #f07436;
}

.b-publications-item__image-holder_blue {
    border-top-color: #14b9d5;
}

.b-publications-item__image-holder_yellow {
    border-top-color: #ffba00;
}

.b-publications-item__image-holder_purple {
    border-top-color: #8172a0;
}

.b-publications__info {
    margin-top: 16px;
}

.m-publications_slide__info {
    margin-top: 11px;
}

/*anons list content*/
.b-announcements {
    clear: both;
    overflow: hidden;
    margin-bottom: 11px;
}

.b-announcements__item {
    clear: both;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8dadf;
    margin-top: 25px;
}

.b-announcements__item:last-child {
    border: none;
}

.m-announcements__item_photogallery {
    padding-bottom: 10px;
}

.b-announcements__table {
    display: table;
}

.b-announcements__cell_left {
    float: left;
    width: calc(55% - 30px);
    margin-right: 30px;
}

.b-announcements__cell_right {
    width: 45%;
    float: right;
}

.b-announcements__cell_left img {
    width: 100%;
}

.b-announcements__text p {
    font: 15px "UbuntuLight";
    line-height: 20px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.b-announcements__text ol {
    margin-bottom: 16px;
    padding-left: 20px;
    list-style: decimal;
}

.b-announcements__text > ol {
    padding-left: 20px;
}

.b-announcements__text ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

.b-announcements__text > ul {
    padding-left: 0;
}

.b-announcements__text ul li {
    padding-left: 45px;
    position: relative;
}

.b-announcements__text ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-announcements-info {
    margin-top: 25px;
    display: inline-block;
}

.m-announcements-info_mt {
    margin-top: 0px;
}

.b-event-block {
    margin-top: 10px;
    font: 13px "UbuntuLight";
    line-height: 20px;
    float: left;
}

.b-announcements .b-more {
    margin-top: 23px;
    display: block;
}

.b-event-block a {
    color: #bd0100;
}

.b-event-block a:hover {
    text-decoration: underline;
}

.b-strong-special {
    line-height: 57px;
    font-size: 37px;
    letter-spacing: 0.7px !important;
}

.b-strong-special2 {
    letter-spacing: 0.7px;
    font-size: 38px;
}

.b-heading-special {
    margin-bottom: 10px;
}

.b-live:nth-child(2) {
    margin-bottom: 54px;
}

.b-live_m {
    margin-bottom: 54px;
}

.b-event .b-live-event__live {
    border: 7px solid #bd0100;
    border-top: none;
    border-bottom: none;
    position: relative;
    padding: 42px 50px 62px 0;
}

.b-event.m-event_live.b-live-event__wrapper {
    border: none;
    padding: 35px 0;
}

/*photogallery page*/
.b-photogallery-info {
    margin-top: 17px;
}

.b-photogallery {
    border-top: 1px solid #c0c2c5;
    margin-top: 35px;
    padding-top: 17px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c0c2c5;
    overflow: hidden;
    margin-bottom: 34px;
}

.b-pager-holder .bx-viewport {
    background: none;
    padding: 3px;
    box-sizing: content-box;
}

.b-pager-holder .bx-wrapper .bx-next {
    top: 28px;
    right: -60px;
    width: 40px;
    height: 40px;
    background: url(../i/arrows_group_2.png) no-repeat -76px -75px;
    border: 1px solid #c0c2c5;
}

.b-pager-holder .bx-next:hover {
    background: url(../i/arrows_group_2.png) no-repeat -76px 13px;
    border: 1px solid #585c64;
}

.b-pager-holder .bx-wrapper .bx-prev {
    top: 60px;
    left: -60px;
    width: 40px;
    height: 40px;
    background: url(../i/arrows_group_2.png) no-repeat 14px -75px;
    border: 1px solid #c0c2c5;
}

.b-pager-holder .bx-prev:hover {
    background: url(../i/arrows_group_2.png) no-repeat 14px 13px;
    border: 1px solid #585c64;
}

.b-pager-holder .active img {
    border: 3px solid #bd0100;
    box-sizing: content-box;
    margin-top: -3px;
    margin-left: -3px
}

.b-pager-holder a.active:hover img {
    border: 3px solid #bd0100;
    margin-top: -3px;
    margin-left: -3px;
}

.b-pager-holder a:hover img {
    border: 3px solid #9ea3ae;
    margin-top: -3px;
    margin-left: -3px;
}

.b-pager-holder .bx-wrapper a.disabled {
    display: block;
    opacity: 0.3;
}

.b-photogallery__slides {
    margin-top: 18px;
}

.b-photogallery__slides .bx-wrapper {
    margin-bottom: 16px;
}

.b-photogallery__slides .bx-wrapper .bx-prev {
    top: 50%;
    left: 0;
}

.b-photogallery__slides .bx-wrapper .bx-next {
    top: 50%;
    right: 29px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .5) url(../i/arrows_group_2.png) no-repeat -76px -75px;
    margin-top: -20px;
}

.b-photogallery__slides .bx-wrapper .bx-next:hover {
    background: rgba(255, 255, 255, .6) url(../i/arrows_group_2.png) no-repeat -76px 13px;
}

.b-photogallery__slides .bx-wrapper .bx-prev {
    top: 50%;
    left: 29px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .5) url(../i/arrows_group_2.png) no-repeat 14px -75px;
    margin-top: -20px;
}

.b-photogallery__slides .bx-wrapper .bx-prev:hover {
    background: rgba(255, 255, 255, .6) url(../i/arrows_group_2.png) no-repeat 14px 13px;
}

.b-photogallery__description {
    font: 19px "UbuntuLight";
    line-height: 30px;
    width: 720px;
    float: left;
    margin-bottom: 18px;
}

.b-photographer {
    font: 13px "UbuntuLight";
    line-height: 20px;
    float: left;
    clear: both;
}

.b-photogallery__download {
    font: 13px "UbuntuLight";
    color: #585c64;
    line-height: 20px;
    float: left;
    margin-left: 37px;
}

.b-photogallery__download a {
    color: #bd0100;
}

.b-photogallery__download a:hover {
    text-decoration: underline;
}

.b-content_gallery {
    padding-bottom: 65px;
}

.b-content_gallery > p {
    font: 15px "UbuntuLight";
    line-height: 24px;
    margin-bottom: 30px;
}

.b-content_gallery ol {
    margin-bottom: 16px;
    padding-left: 20px;
    list-style: decimal;
}

.b-content_gallery > ol {
    padding-left: 20px;
}

.b-content_gallery ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

.b-content_gallery > ul {
    padding-left: 0;
}

.b-content_gallery ul li {
    padding-left: 45px;
    position: relative;
}

.b-content_gallery ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-related-stuff {
    width: 300px;
    float: left;
    margin: 0 20px 20px 0;
}

.b-related-stuff__content {
    border: 1px solid #d8dadf;
    border-top: 5px solid #d8dadf;
    padding: 30px 30px 25px 30px;
    margin-top: 15px;
}

.b-article__text {
    font: 13px "UbuntuLight";
    line-height: 20px;
}

.b-topic-broadcast {
    float: right;
    width: 220px;
    margin-left: 100px;
    margin-top: -4px;
}

.b-topic-broadcast__content {
    border-top: 5px solid #d8dadf;
    padding: 30px 25px 25px 0;
    margin-top: 15px;
}

.b-topic-broadcast__footer {
    border-top: 1px solid #d8dadf;
    padding-top: 25px;
}

.b-auth-programm_aside {
    float: left;
    margin-top: 69px;
}

.b-auth-programm_aside__content {
    border-top: 5px solid #d8dadf;
    padding: 30px 25px 25px 0;
    margin-top: 15px;
}

.b-auth-programm_aside__content p {
    font: 15px "UbuntuLight";
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
}

.b-bottom-section {
    background: #f6f6f6;
    padding-top: 35px;
    overflow: hidden;
    margin-bottom: -80px;
    display: table;
}

.b-bottom-section__content {
    border-top: 5px solid #d8dadf;
    margin-top: 15px;
    padding-top: 30px;
}

.b-popular-galleries {
    overflow: hidden;
    padding-bottom: 78px;
}

.b-popular-galleries__item {
    float: left;
    width: 241px;
    margin-right: 80px;
}

.b-popular-galleries__item:nth-child(3n) {
    margin-right: 0;
}

/*publication-detailed*/
.b-publication-detailed__image {
    margin: 7px 0 31px 0;
}

/*aside*/
.b-internet-session-holder {
    width: 220px;
    background: #f5f5f7;
    padding: 36px 20px 26px;
    border-bottom: 1px solid #fff;
}

.b-internet-session {
    background: url(../i/logo_blue_big.png) no-repeat;
    padding-top: 103px;
    text-transform: uppercase;
    font: 12px "UbuntuLight";
    line-height: 12px;
    text-align: center;
    letter-spacing: .8px;
}

.b-internet-session-schedule {
    display: block;
    padding: 14px 20px;
    font: 13px "UbuntuLight";
    line-height: 20px;
    background: #f5f5f7;
}

.b-section-popular__content {
    border-top: 5px solid #d8dadf;
    padding: 21px 0px 0px 0;
    margin: 15px 0 50px 0;
}

.b-section-popular__item {
    border-bottom: 1px solid #d8dadf;
    padding-bottom: 25px;
    margin-bottom: 22px;
}

.b-section-popular__item:last-child {
    border: none;
}

.b-section-popular {
    margin-top: 75px;
}

.b-intro {
    margin: 28px 0 25px 0;
}


.b-publication-detailed__content p:first-of-type {
    margin-top: 25px;
}

.b-publication-detailed__content > p {
    #font: 15px "UbuntuLight";
    font: 15px "Arial";
    line-height: 24px;
    margin-bottom: 27px;
}

.b-publication-detailed__content > p strong {
    font-weight: bold
}

.b-publication-detailed__content > h1 {
    font-size: 23px;
}

.b-publication-detailed__content > h2 {
    margin: 67px 0 26px 0;
    font-size: 21px;
}

.b-publication-detailed__content > h3 {
    font: 19px "UbuntuMedium";
    line-height: 32px;
    margin-top: 66px;
}

.b-publication-detailed__content > h4 {
    font-size: 17px;
}

.b-publication-detailed__content > h5 {
    font-size: 15px;
}

.b-publication-detailed__content > h6 {
    font-size: 13px;
}

.b-publication-detailed__content > a {
    color: #bd0100;
}

.b-publication-detailed__content ol {
    counter-reset: section;
    list-style-type: none;
    font: 15px "UbuntuLight";
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 41px;
    padding-left: 25px;
}

.b-publication-detailed__content > ol {
    padding-left: 0;
}

.b-publication-detailed__content ol li {
    margin-bottom: 27px;
    padding-left: 35px;
    position: relative;
}

.b-publication-detailed__content ol ol li {
    padding-left: 55px;
}

.b-publication-detailed__content ol ol ol li {
    padding-left: 55px;
}

.b-publication-detailed__content ol ol ol ol li {
    padding-left: 65px;
}

.b-publication-detailed__content > ol > li:nth-child(2n) {
    color: #585c64;
}

.b-publication-detailed__content ol li:before {
    counter-increment: section;
    content: counters(section, ".") "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0px;
    line-height: 24px;
}

.b-publication-detailed__content ol li li {
    padding-left: 50px;
}

.b-publication-detailed__content > ul {
    /*font: 15px "UbuntuLight";*/
	font: 15px "Arial";
    line-height: 24px;
    margin-top: 67px;
}

.b-publication-detailed__content > ul ul {
    margin: 20px 0 0 0;
}

.b-publication-detailed__content > ul li {
    margin-bottom: 27px;
    padding-left: 45px;
    position: relative;
}

.b-publication-detailed__content > ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-publication-detailed__content > ul li li:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-publication-detailed__content table {
    width: 100%;
    margin: 33px 0 21px 0;
    table-layout: fixed;
}

.b-publication-detailed__content table thead {
    background: #f6f6f6;
    font: 15px "UbuntuMedium";
    line-height: 24px;
    border-top: 1px solid #d8dadf;
    border-bottom: 1px solid #d8dadf;
}

.b-publication-detailed__content table thead th {
    width: 240px;
    padding: 22px 0 22px 6px;
    text-align: left;
}

.b-publication-detailed__content table thead th:first-child {
    width: 240px;
    padding-left: 20px;
}

.b-publication-detailed__content table thead th:last-child {
    width: 200px;
    padding-left: 33px;
}

.b-publication-detailed__content table tr {
    border-bottom: 1px solid #d8dadf;
}

.b-publication-detailed__content table tr td:first-child {
    width: 226px;
    #padding-left: 20px;
}

.b-publication-detailed__content table tr td {
    vertical-align: middle;
    font: 13px "UbuntuLight";
    line-height: 20px;
    padding: 0px 4px 0px 4px;
	border:1px solid black;
}

.b-publication-detailed__content table tr td:last-child {
    width: 226px;
    #padding-left: 32px;
}

.b-publication-detailed__content table td strong {
    font: 13px "UbuntuMedium";
}

.b-publication-detailed__content table td h3 {
    font: 15px "UbuntuMedium";
    line-height: 24px;
    padding: 9px 0;
}

.b-publication-detailed__content table td span {
    #color: #bd0100;
}

.b-tip {
    color: #48cab7;
    display: inline-block;
}

.b-definitions {
    margin-bottom: 30px;
}

.b-definitions p {
    font: 13px "UbuntuLight";
    line-height: 20px;
    color: #585c64;
    margin-bottom: 7px;
}

.b-publication-detailed__content > img {
    float: left;
    margin-right: 20px;
}

.b-publication-detailed__full-img {
    padding-bottom: 28px;
    border-bottom: 1px solid #d8dadf;
    margin-bottom: 31px;
}

.b-img-definition {
    font: 13px "UbuntuLight";
    color: #000;
    line-height: 20px;
    margin-top: 24px;
}

.b-source {
    font: 13px "UbuntuLight";
    color: #585c64;
    margin-top: 10px;
}

.b-citation-holder {
    margin: 45px 0 40px 0;
}

.b-citation {
    overflow: hidden;
    padding: 30px 0 36px 0;
}

.b-citation:nth-child(n+1) {
    background: #f6f6f6;
}

.b-citation:nth-child(n+2) {
    background: #fff;
    padding-top: 40px;
}

.b-citation__left {
    float: left;
    width: 220px;
}

.b-citatio__photo {
    text-align: center;
}

.b-citatio__photo img {
    overflow: hidden;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    width: 140px;
    height: 140px;
}

.b-citation__right {
    float: left;
    width: 460px;
    padding-right: 40px;
}

.b-citation__right q {
    font: 25px "PTSerifRegular";
    line-height: 36px;
}

.b-citation__right h1 strong {
    font-family: "PTSerifBold"
}

.b-citation__right h1 i {
    font: italic 25px "PTSerifRegular";
}

.m-citation__right_quote q {
    font: 17px "PTSerifRegular";
    line-height: 24px;
}

.b-intro-words {
    font: 13px "UbuntuMedium";
    color: #48cab7;
    text-transform: uppercase;
}

.b-citation__auth {
    font: 19px "UbuntuLight";
    display: block;
    text-align: right;
    margin-top: 20px;
}

.b-citation__academic-degree {
    color: #585c64;
    font: italic 15px "PTSerifItalic";
    display: block;
    text-align: right;
    margin-top: 10px;
}

.b-publication-detailed__slider {
    border-bottom: 1px solid #d8dadf;
    margin: 33px 0 31px;
    overflow: hidden;
    position: relative;
}

.b-publication-detailed__slider-outer {

}

.b-pub-det__item {
    padding-bottom: 49px;
}

.b-publication-detailed__slider-text {
    width: 460px;
    float: left;
    margin-top: 20px;
    margin-bottom: -46px;
    clear: both;
}

.b-publication-detailed__slider-text p {
    font: 13px "UbuntuLight";
    line-height: 20px;
    margin-bottom: 8px;
}

.b-publication-detailed__slider-text span {
    font: 13px "UbuntuLight";
    color: #585c64;
    line-height: 20px;
}

.b-publication-detailed__slider-count {
    color: #48cab7;
    font: 13px "UbuntuLight";
    line-height: 20px;
    margin-left: 20px;
    position: absolute;
    right: 60px;
    width: 61px;
    float: right;
    margin-top: 5px;
}

.b-intro__text {
    font: 19px "UbuntuLight";
    line-height: 30px;
    width: 460px;
}

.m-intro__text_full-width {
    width: 100%;
}

.b-intro__text a {
    color: #bd0100;
}

.b-lector_rounded_big {
    float: right;
    width: 200px;
    text-align: center;
    margin-left: 20px;
    margin-top: 7px;
}

.b-lector_rounded_big img {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin-bottom: 23px;
}

.b-lector_rounded {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
}

.b-tooltip-holder {
    position: relative;
}

.b-tooltip {
    background: rgba(0, 0, 0, .8);
    font: 13px "UbuntuRegular";
    color: #fff;
    line-height: 30px;
    position: absolute;
    white-space: nowrap;
    padding: 0 11px;
    top: -40px;
    cursor: pointer;
}

.b-tooltip:after {
    content: "";
    display: block;
    width: 11px;
    height: 5px;
    background: url(../i/tooltip_triangle.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}

.b-box-holder {
    padding: 35px 55px 0;
    border: 5px solid #d8dadf;
    float: left;
    margin: 6px 0 30px 0;
}

.b-big-letter {
    font: 120px "UbuntuMedium";
    color: #48cab7;
    float: left;
    line-height: 32px;
    margin: 28px 20px 40px 10px;
}

.b-box p {
    font: 15px "PTSerifRegular";
    line-height: 24px;
    margin-bottom: 22px;
}

.b-box__bottom {
    font: 15px "UbuntuLight";
    color: #585c64;
    padding-top: 24px;
    margin-bottom: 10px;
    float: left;
    border-top: 1px solid #d8dadf;
    width: 100%;
    line-height: 24px;
}

.b-box__bottom a {
    color: #bd0100;
    font: 15px "UbuntuMedium";
    line-height: 24px;
}

.b-programm {
    float: left;
    clear: both;
    width: 100%;
    margin: 30px 0 40px 0;
}

.b-programm__heading {
    background: #d8dadf;
    padding: 26px 60px;
    font-family: "UbuntuMedium";
    border-bottom: 2px solid #fff;
}

.b-programm__heading strong {
    color: #bd0100;
    font: 15px "UbuntuMedium";
    line-height: 24px;
    display: block;
    margin: 5px 0 8px 0;
}

.b-programm__heading span {
    color: #585c64;
    font: 15px "PTSerifRegular";
    line-height: 20px;
}

.b-programm__item {
    background: #f6f6f6;
    padding: 25px 60px 0 45px;
    border-bottom: 2px solid #fff;
}

.b-programm-item__table {
    display: table;
}

.b-programm-item__row {
    display: block;
    margin-bottom: 18px;
}

.b-programm-item__cell {
    display: table-cell;
    padding-left: 45px;
    width: 445px;
}

.b-programm-item__cell:first-child {
    width: 70px;
    padding-left: 0;
}

.b-programm-item__cell:last-child {
    width: 60px;
    padding-left: 0px;
}

.b-programm-item__cell h6 {
    font: 15px "UbuntuMedium";
    line-height: 24px;
}

.b-programm-item__cell p {
    font: 13px "UbuntuLight";
    color: #666666;
    line-height: 20px;
    margin: 12px 0;
}

.b-programm-item__cell p span {
    color: #bd0100;
}

.b-programm-item__cell .b-lector-name {
    color: #585c64;
    font: 15px "PTSerifRegular";
    display: block;
    margin-top: 7px;
    margin-bottom: 10px;
}

.b-programm-item__cell strong {
    text-transform: uppercase;
    font: 12px "UbuntuMedium";
    display: block;
    margin-bottom: 10px;
}

.b-programm__time {
    text-align: center;
}

.b-programm__time-start, .b-programm__time-end {
    color: #48cab7;
    font: 19px "UbuntuLight";
    display: block;
    padding-bottom: 5px;
}

.b-programm__time-separator {
    display: block;
    width: 20px;
    height: 1px;
    background: #d8dadf;
    margin: 0 0 5px 25px;
}

.b-programm__time-duration {
    font: 13px "UbuntuLight";
    line-height: 22px;
    display: block;
    margin-top: 4px;
}

/*ajax*/
.b-ajax-holder {
    overflow: hidden;
    position: relative;
}

/*events page*/
.b-events {
    padding-top: 22px;
    margin-bottom: 80px;
}

.b-events-archive__month {
    margin-bottom: 72px;
}

.b-events-archive__month.last {
    margin-bottom: 34px;
}

.b-events-archive__heading {
    margin-bottom: -10px;
}

.b-event {
    background: #fff;
    padding: 35px 57px 35px 0px;
    overflow: hidden;
    /*margin-bottom: 30px;*/
	margin-top: 30px;
    display: block;
}



.b-event_min {
    padding: 35px 35px 35px 0px;
}

.b-event_min .b-event__right {
    width: 231px;
}

.m-event_upcoming {
    border: 3px solid #455c70;
}

.m-event_live {
    border: 3px solid #bd0100;
    padding-bottom: 31px;
}

.m-event_archive {
    border: 1px solid #d8dadf;
    margin-top: 25px;
}

.b-event__nmo {
    text-transform: uppercase;
    background: #bd0100;
    padding: 5px 6px;
    color: #fff;
    margin: 10px auto 0;
    display: inline-block;
    position: relative;
    font-size: 19px;
}

.b-event__calendar {               
    display: inline-block;
    position: relative;
}


.b-event__timing {
    display: flex;
    align-items: center;
    font-size: 17px;
}

.b-event__timing img {
    margin-right: 5px;
}

.b-event__tostart {
    display: inline-block;
    color: #585c64;
    font: 13px "UbuntuLight";
    margin: 8px 0 10px;
    text-align: left;
}

.b-event__left {
    float: left;
    width: 140px;
    margin-right: 17px;
}

.b-event__main {
    display: flex;
    word-break: break-word;
}

.b-event__details {
    margin-left: 55px;
    flex-shrink: 1;
    width: 370px;
}

.b-event__img {
    flex-grow: 1;
}

.b-event__img img {
    max-width: 100%;
}

.b-event__lectors {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.b-event__lector {
    width: 100%;
    margin: 16px 0;
}

.b-event__lector > span {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.b-event__lector img {
    flex-grow: 0;
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    margin-right: 40px;
    overflow: hidden;
    border-radius: 100%;
    margin-top: 5px;
}

.b-event__lector > span span {
    color: #585c64;
    font-weight: 100;
    margin-top: 9px;
    font-size: 11px;
    display: block;
}

.b-event__lector h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.b-event__time {
    padding: 25px 0;
    border-top: 3px solid #bd0100;
    /* border-bottom: 3px solid #bd0100; */
}

.b-event__time time {
    font-weight: 700;
    color: #bd0100;
    font-size: 20px;
}

.b-event__time span {
    color: #585c64;
    font-weight: 100;
    font-size: 11px;
    margin-top: 5px;
    display: block;
}

.b-event__marks {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    min-width: 288px;
}

.b-event__mark {
    padding: 5px 12px;
    background-color: #bd0100;
    margin: 0 10px 3px 0;
    font-size: 19px;
    font-weight: 300;
    max-width: 218px;
    word-break: break-word;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: default;
}

.b-event__mark span {
    font-size: 12px;
}

.b-event__mark > div {
    position: relative;
}

.b-event__mark > div img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.b-event__mark > div img {
    width: 27px;
    max-height: 27px;
    transition: opacity 0.2s ease-out;
}

.b-event__mark:hover > div img:last-child {
    opacity: 1;
}

.b-event__mark > div {
    margin-right: 10px;
}

.b-event__notice {
    font-size: 15px;
    color: #bd0100;
}

.b-event-when {
    width: 60px;
    margin: 0 auto;
    text-align: center;
}

.b-event-when__date {
    font: 50px "UbuntuMedium";
    color: #48cab7;
    line-height: 40px;
}

.b-event-when__month {
    font: 13px "UbuntuLight";
    display: block;
    margin-top: 6px;
}

.b-event-when__year {
    font: 13px "UbuntuLight";
    color: #585c64;
    margin-top: 7px;
    display: block;
    padding-top: 7px;
    border-top: 1px solid #d8dadf;
}

.b-event-when__online {
    font: 14px "UbuntuMedium";
    color: #bd0100;
    text-transform: uppercase;
    display: block;
    text-indent: -13px;
}

.b-event__right {
    width: 460px;
}

.b-event__right ol {
    margin-bottom: 16px;
    padding-left: 20px;
    list-style: decimal;
}

.b-event__right > ol {
    padding-left: 20px;
}

.b-event__right ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

.b-event__right > ul {
    padding-left: 0;
}

.b-event__right ul li {
    padding-left: 45px;
    position: relative;
}

.b-event__right ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-event__type {
    text-transform: uppercase;
    font: 12px "UbuntuLight";
    letter-spacing: 1px;
    line-height: 20px;
    display: block;
    margin: 4px 0 14px 0;
}

@media screen and (max-width: 1150px) {
    .b-event__main {
        display: block;
    }

    .b-event__marks {
        margin: 20px 0;
    }

    .b-event__details {
        margin-left: 0;
        margin: 15px 0;
        width: auto;
    }

    .b-event__lector {
        margin-bottom: 25px;
    }
}

.b-relay {
    font: 19px "UbuntuLight";
    margin-top: 24px;
    display: block;
}

.b-relay img {
    width: 28px;
    margin-right: 10px;
}

.b-relay-starts {
    color: #585c64;
    font: 13px "UbuntuLight";
    margin-top: 11px;
    text-indent: 38px;
    display: block;
    margin-bottom: 23px;
}

.b-event__right p {
    font: 15px "UbuntuLight";
    line-height: 20px;
}

.b-event__right > img {
    float: left;
    margin-right: 20px;
    margin-bottom: 23px;
}

.b-events-archive {
    float: left;
    margin-top: 28px;
}

/*timeline*/
.b-timeline {
    float: left;
    margin: 17px 0 0 -2px;
}

.b-timeline__item {
    line-height: 29px;
    padding-right: 25px;
    margin-bottom: 5px;
    text-align: right;
    cursor: pointer;
    position: relative;
}

.b-timeline__item:hover > .b-timeline__dash {
    background: #bd0100;
}

.b-timeline__year {
    font: 13px "UbuntuMedium";
    color: #585c64;
}

.b-timeline__year.active {
    color: #000;
}

.b-timeline__dash {
    height: 29px;
    width: 5px;
    background: #9ea3af;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

.m-timeline__subdash {
    left: 0px;
}

.b-timeline__dash.active {
    background: #bd0100;
    width: 10px;
    margin-right: -5px;
    z-index: 100;
}

.b-timeline__upcoming a, .b-timeline__gone a {
    font: 13px "UbuntuMedium";
    color: #585c64;
    line-height: 20px;
    text-transform: uppercase;
}

.b-timeline__sublist {
    position: relative;
    left: 100%;
    margin: 0 0 -29px 20px;
    display: none;
    top: -29px;
}

.b-timeline__subitem {
    height: 29px;
    line-height: 29px;
    display: block;
    margin-bottom: 1px;
    position: relative;
    padding-left: 23px;
    text-align: left;
}

.b-timeline__subitem a {
    color: #585c64;
    font: 13px "UbuntuLight";
}

.b-timeline__subitem:hover a {
    color: #bd0100;
}

.b-timeline__subitem:hover .b-timeline__dash {
    background: #bd0100;
}

/*/timeline*/
/*/events page*/
/*search page*/
.b-search-holder {
    margin: 3px 0 73px 0;
    float: left;
    width: 100%;
}

.b-search {
    background: rgba(36, 54, 71, .47);
    padding: 39px;
    position: relative;
    margin-bottom: 22px;
}

.b-search__input {
    height: 50px;
    width: 100%;
    border: 1px solid #d8dadf;
    padding: 0 50px 0 20px;
    font: 19px "UbuntuLight";
}

.b-search__input:hover {
    border: 1px solid #9ea3ae;
}

.b-search__input:focus {
    border: 1px solid #14b9d5;
}

.b-search__submit {
    position: absolute;
    right: 51px;
    height: 40px;
    width: 40px;
    background: url(../svg/magnify-sprite.svg) no-repeat;
    background-size: 44px auto;
    top: 50%;
    margin-top: -13px;
    border: none;
    cursor: pointer;
}

.b-search__submit.active {
    background-position: 0 -79px;
}

.b-select-wrapper {
    float: left;
    margin-right: 20px;
}

.b-filter-calendar {
    float: right;
    margin-top: 3px;
}

.b-filter-calendar__label {
    display: block;
    float: left;
    font: 13px "UbuntuLight";
    line-height: 40px;
    display: block;
}

.b-filter-calendar__label span {
    margin: 0 8px 0 10px;
    float: left;
}

.b-query-message {
    font: 19px "UbuntuLight";
    line-height: 20px;
    float: left;
}

.b-query-message__request {
    font: 19px "UbuntuMedium"
}

.b-sort {
    clear: both;
    font: 15px "UbuntuLight";
    margin-top: 33px;
    float: left;
    margin-bottom: 27px;
}

.b-sort__relevancy {
    color: #000;
    display: inline-block;
    margin-left: 14px;
    border-right: 1px solid #9ea3af;
    line-height: 15px;
    padding-right: 20px;
}

.b-sort__date {
    display: inline-block;
    font: 15px "UbuntuLight";
    color: #585c64;
    margin-left: 15px;
    padding-right: 25px;
    background: url(../svg/expand-sprite.svg) no-repeat;
    background-position: 58px 6px;
    background-size: 18px auto;
    position: relative;
}

.b-sort__date:hover {
    color: #bd0100;
}

.b-sort__date:hover:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #bd0000 transparent transparent transparent;
    position: absolute;
    right: 5px;
    top: 6px;
}

.b-sort__date:active {
    color: #000000;
    background-position: 58px -32px;
}

.b-query-holder {

}

.b-query-result {
    clear: both;
    margin-bottom: 37px;
}

.b-query-result__item {
    border-top: 1px solid #d8dadf;
    padding: 25px 60px 0 0;
}

.b-query-result__cell:first-child {
    padding-right: 40px;
}

.b-query-result__cell:last-child {
    width: 160px;
    vertical-align: top;
}

.b-query-result__cell p {
    font: 15px "arial";
    line-height: 24px;
    margin-bottom: 23px;
}

.b-query-result__cell ol {
    margin-bottom: 16px;
    padding-left: 20px;
    list-style: decimal;
}

.b-query-result__cell > ol {
    padding-left: 20px;
}

.b-query-result__cell ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

.b-query-result__cell > ul {
    padding-left: 0;
}

.b-query-result__cell ul li {
    padding-left: 45px;
    position: relative;
}

.b-query-result__cell ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-query-result__cell p strong {
    font: 15px "UbuntuMedium";
}

.b-query-utensils {
    font: 13px "UbuntuLight";
    margin-bottom: 22px;
}

.b-query-utensils__category {
    color: #bd0100;
}

.b-query-result__date {
    font: 13px "UbuntuLight";
    color: #585c64;
    display: inline-block;
    margin-bottom: 23px;
}

/*/search page*/
/*lectors page*/
.b-lecturer {
    margin: 32px 0 18px 0;
    height: 360px;
}

.b-lecturer__photo {
    float: left;
}

.b-lecturer__right {
    background: url(../i/bg_lecturer.jpg) no-repeat;
    float: left;
    width: 640px;
    height: 100%;
}

.b-lecturer__intro {
    float: left;
    width: 420px;
    background: rgba(255, 255, 255, .6);
    height: 100%;
    padding: 37px 50px 0 60px;
}

.b-lecturer__intro h6 {
    font: 19px "UbuntuLight";
    color: #585c64;
    margin-bottom: 21px;
}

.b-lecturer__intro p {
    font: 15px "UbuntuLight";
    line-height: 24px;
}

.b-lecturer__activities {
    background: rgba(255, 255, 255, .85);
    float: left;
    height: 100%;
    width: 220px;
    padding-top: 40px;
}

.b-lecturer__activities-item {
    text-align: center;
    margin-bottom: 33px;
}

.b-lecturer__activities-item a {
    color: #000;
}

.b-lecturer__activities-item:hover a, .b-lecturer__activities-item:hover span {
    color: #bd0100;
}

.b-send-message {
    background: url(../i/message.png) no-repeat;
    background-size: 18px auto;
    padding-left: 27px;
    font: 13px "UbuntuLight";
    color: #585c64;
}

.b-send-message:hover {
    color: #bb0100;
}

.b-lecturer-bio {
    margin: 30px 0 0 0;
}

.b-lecturer-bio__intro {
    font: 19px "UbuntuLight";
    line-height: 30px;
    margin-bottom: 26px;
}

.b-lecturer-bio__text {
    font: 15px "UbuntuLight";
    line-height: 24px;
    margin-bottom: -6px;
}

.b-lecturer-bio__text ol {
    margin-bottom: 16px;
    padding-left: 20px;
    list-style: decimal;
}

.b-lecturer-bio__text > ol {
    padding-left: 20px;
}

.b-lecturer-bio__text ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

.b-lecturer-bio__text > ul {
    padding-left: 0;
}

.b-lecturer-bio__text ul li {
    padding-left: 45px;
    position: relative;
}

.b-lecturer-bio__text ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-lecturer-bio__text p {
    margin-bottom: 15px;
}

.b-auth-broadcasts-holder {
    margin: 64px 0 0 0;
}

.b-auth-broadcasts {
    margin-top: 23px;
    border-top: 5px solid #d8dadf;
}

.b-auth-broadcasts__item {
    margin-top: 25px;
    overflow: hidden;
    border-bottom: 1px solid #d8dadf;
    padding-bottom: 30px;
}

.b-auth-broadcasts__item:last-child {
    border: none;
    padding: 0;
}

.b-auth-broadcasts-item__photo {
    width: 680px;
    float: left;
    margin-right: 40px;
    margin-top: 5px;
}

.b-auth-broadcasts-item__text {
    padding-right: 20px;
    width: 220px;
    float: left;
}

.b-auth-broadcasts-item__text-intro {
    font: 15px "UbuntuLight";
    line-height: 20px;
    margin-bottom: 23px;
}

/*lectors slider*/
.b-lect-slider-wrapper {
    height: 360px;
    width: 100%;
    min-width: 1000px;
}

.b-lect-slider {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.b-lect-slider__list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.b-lect-slider__item {
    float: left;
    height: 100%;
    padding: 0;
    color: #ddd;
    text-align: center;
    position: relative;
}

.b-lect-slider__item a {
    cursor: default;
}

.b-lect-slider__item.active {
    color: #fff;
}

.b-lect-slider__item img {
    float: left;
    /*
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
     */
    cursor: pointer;
}

.b-lect-slider__item.active img {
    filter: none;
    -webkit-filter: grayscale(0);
}

.b-lect-slider-item__description-wrapper {
    width: 0;
    overflow: hidden;
    height: 100%;
    float: left;
}

.b-lect-slider-item__description {
    width: 420px;
    background: #bd0100;
    height: 100%;
    float: left;
    padding: 32px 20px 0;
    text-align: left;
    font: 13px "UbuntuLight";
    line-height: 22px;
}

.b-lect-slider-item__description a {
    color: #fff;
}

.b-lect-slider-item__lect-name {
    font: 17px "PTSerifRegular";
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
}

.b-lect-slider-item__lect-name strong {
    font-size: 30px;
    display: block;
    line-height: 43px;
}

.b-lect-slider-item__info {
    font: italic 13px "PTSerifItalic";
    margin-top: 35px;
}

.b-lect-slider-item__info span {
    float: left;
    margin-left: 18px;
}

.b-lect-slider-item__info span:first-child {
    margin-left: 0;
}

.b-lect-slider-item__info a {
    color: #fff;
    cursor: pointer;
}

.b-lect-slider-controls {
    position: relative;
    bottom: 30.5px;
    left: 68%;
    width: 60px;
    height: 31px;
}

.b-lect-slider__prev {
    width: 30px;
    height: 31px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 111;
    float: left;
    background: url(../svg/button-sprite.svg) no-repeat;
    background-size: 70px auto;
    background-position: 0px -76px;
    cursor: pointer;
}

.b-lect-slider__prev.disabled {
    opacity: 0.6
}

.b-lect-slider__prev.disabled:hover {
    background-position: 0px -76px;
    opacity: 0.6
}

.b-lect-slider__prev:hover {
    background-position: 0px -113px;
}

.b-lect-slider__next {
    width: 30px;
    height: 31px;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    z-index: 111;
    background: url(../svg/button-sprite.svg) no-repeat;
    background-size: 70px auto;
    background-position: -40px -76px;
    cursor: pointer;
}

.b-lect-slider__next.disabled {
    opacity: 0.6
}

.b-lect-slider__next.disabled:hover {
    background-position: -40px -76px;
    opacity: 0.6
}

.b-lect-slider__next:hover {
    background-position: -40px -113px;
}

.b-alphabet-holder {
    border-bottom: 1px solid #d8dadf;
    background: #fff;
}

.is_stuck .b-alphabet-holder {
    box-shadow: 0px 3px 3px 0 #ebebeb;
}

.b-alphabet {
    margin: 33px auto -3px;
}

.b-alphabet__list {
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.b-alphabet__list:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.m-alphabet__list_short {
    width: 760px;
}

.m-alphabet {
    margin: 0 auto -3px;
    padding-top: 33px;
}

.b-alphabet__item {
    display: inline-block;
    font: 15px "UbuntuLight";
    line-height: 24px;
    /* margin-left: 15.6px; */
    color: #d8dadf;
}

.b-alphabet__item.active {
    position: relative;
    color: #000;
}

.b-alphabet__item:first-child {
    margin: 0 6px 0 0px;
    color: #000;
}

.m-alphabet__item {
    display: inline-block;
    float: none;
}

.m-alphabet__item.active {
    width: 33px;
    text-align: center;
}

.m-alphabet__item:first-child {
    margin: 0;
}

.b-alphabet__item.active:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -14px;
    padding-right: 3px;
    background: #bd0100;
}

.b-auth-alphabet__letter:after {
    content: '';
    display: block;
    clear: both;
}

.b-auth-alphabet__left {
    float: left;
    width: 700px;
    margin-right: 20px;
}

.b-auth-alphabet__item {
    display: inline-block;
    width: 240px;
    padding: 20px 25px 33px 20px;
    margin-bottom: 20px;
    margin-left: -3px;
    vertical-align: top;
}

.b-auth-alphabet__item:hover {
    background: #bd0100;
}

.b-auth-alphabet__item:nth-child(3n+1) {
    width: 220px;
    padding: 20px 45px 33px 0px;
}

.b-auth-alphabet__item:nth-child(3n+1):hover {
    padding: 20px 25px 33px 20px;
    margin: 0 20px 20px -23px;
}

.b-alphabet__item a {
    color: #585c64;
}

.b-alphabet__item a:hover {
    color: #bd0100;
}

.b-auth-alphabet__item:hover .b-auth-alphabet__name, .b-auth-alphabet__item:hover .b-academic-degree {
    color: #fff;
}

.b-auth-alphabet-holder {
    float: left;
    margin: 60px 0 -81px 0;
}

.b-auth-alphabet-holder:after {
    content: "";
    display: block;
    clear: both;
}

.b-auth-alphabet__name {
    color: #000;
    font: 17px "PTSerifRegular";
    line-height: 22px;
    margin: 12px 0 9px 0;
}

.b-auth-alphabet__right {
    float: right;
    width: 220px;
    position: relative;
}

.b-letter {
    padding-left: 85px;
    font: bold italic 72px "PTSerifItalic";
    line-height: 85px;
    color: #d8dadf;
}

.b-letter:after {
    content: '';
    display: block;
    height: 1px;
    width: 60px;
    position: absolute;
    top: 20px;
    left: 0px;
    background: #d8dadf;
}

/*/lectors page*/
/*login page*/
.b-login-bg {
    width: 100%;
    height: 100%;
    background: url(../i/login_bg.jpg) no-repeat;
    background-size: cover;
    font: 13px "UbuntuLight";
    line-height: 20px;
    min-height: 100vh;
}

.b-login-container {
    margin: 0 auto;
    overflow: hidden;
    max-width: 780px;
}

.b-login-header {
    padding: 42px 0 17px 0;
    overflow: hidden;
}

.b-entry {
    float: right;
    clear: both;
    margin-top: -7px;
}

.b-entry a {
    font: 15px "UbuntuLight";
    color: #585c64;
    line-height: 15px;
    display: block;
    float: left;
}

.b-entry__login {
    margin-right: 17px;
    border-right: 1px solid #adb1bc;
    padding-right: 19px;
}

.b-login {
    padding: 73px 0 80px 77px;
    background: #fff;
    overflow: hidden;
}

.b-login-socials {
    overflow: hidden;
}

.b-login-socials__btn {
    float: left;
    height: 40px;
    font: 13px "UbuntuLight";
    margin-right: 10px;
    line-height: 36px;
    padding: 2px 0;
    position: relative;
    padding: 0px 15px 0px 56px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 1.2px;
}

.b-login-socials__btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 36px;
}

.m-login-socials__btn_fb {
    background: #3b5998;
}

.m-login-socials__btn_fb:hover {
    background: #4f6aa3;
}

.m-login-socials__btn_fb:before {
    background: url(../svg/soc_facebook.svg) no-repeat;
    background-position: center;
    border-right: 1px solid #6c83b2;
}

.m-login-socials__btn_vk {
    background: #4c75a3;
}

.m-login-socials__btn_vk:hover {
    background: #5e83ac;
}

.m-login-socials__btn_vk:before {
    background: url(../svg/soc_vk.svg) no-repeat;
    background-position: 13px 10px;
    border-right: 1px solid #7998ba;
}

.m-login-socials__btn_g {
    background: #d0422a;
}

.m-login-socials__btn_g:hover {
    background: #d55540;
}

.m-login-socials__btn_g:before {
    background: url(../svg/soc_google.svg) no-repeat;
    background-position: 13px 10px;
    border-right: 1px solid #dc715f;
}

.m-login-socials__btn_tw {
    background: #00abf1;
}

.m-login-socials__btn_tw:hover {
    background: #1ab4f2;
}

.m-login-socials__btn_tw:before {
    background: url(../svg/soc_twitter.svg) no-repeat;
    background-position: 6px 10px;
    border-right: 1px solid #40c0f5;
}

.b-profile-border {
    overflow: hidden;
    margin: 30px 0 28px -16px;
}

.b-profile-border__left {
    width: 310px;
    height: 1px;
    background: #d8dadf;
    float: left;
    margin-top: 10px;
}

.b-profile-border__center {
    padding: 0 5px;
    float: left;
}

.b-profile-border__right {
    width: 310px;
    height: 1px;
    background: #d8dadf;
    float: left;
    margin-top: 10px;
}

.b-login__left {
    width: 300px;
    float: left;
    margin-right: 100px;
}

.b-login__label {
    display: block;
    margin: 0 0 36px 3px;
    position: relative;
}

.b-login__label input {
    height: 40px;
    width: 100%;
    border: 1px solid #d8dadf;
    padding: 0 9px;
}

.b-login__label input:hover {
    border: 1px solid #9ea3ae;
}

.b-login__label input:focus {
    border: 1px solid #14b9d5;
}

.b-login__span {
    font: 15px "UbuntuMedium";
    color: #000;
    line-height: 18px;
    display: block;
    margin-bottom: 9px;
}

.b-login__input {
    position: relative;
    max-width: 300px;
}

.b-login__remember {
    margin: 1px 0 40px 3px;
    float: left;
}

textarea {
    width: 100%;
    max-width: 460px;
    height: 155px;
    padding: 5px 10px 10px 10px;
    font: 13px "UbuntuRegular";
}

textarea.error, textarea.error:focus, textarea.error:hover {
    border: 1px solid #bd0100;
    background: url(../svg/error.svg) no-repeat;
    background-position: 97% 10px;
    padding-right: 25px;
}

textarea::-webkit-input-placeholder {
    color: #9ea3ae;
    font: 13px "UbuntuRegular";
}

textarea::-moz-input-placeholder {
    color: #9ea3ae;
    font: 13px "UbuntuRegular";
}

textarea:disabled {
    background: #ebecef;
}

textarea:focus {
    border: 1px solid #14b9d5;
}

input::-webkit-input-placeholder {
    color: #9ea3ae;
    font: 13px "UbuntuRegular";
}

input::-moz-input-placeholder {
    color: #9ea3ae;
    font: 13px "UbuntuRegular";
}

input:disabled {
    background: #ebecef;
}

input:disabled:hover {
    border: 1px solid #d8dadf;
}

input.error, input.error:hover, input.error:focus {
    border: 1px solid #bd0100;
}

input.error {
    background: url(../svg/error.svg) no-repeat;
    background-position: 97% center;
    padding-right: 25px;
}

input.success, input.success:hover, input.success:focus {
    border: 1px solid #4daf7c;
}

input.success {
    background: url(../svg/success.svg) no-repeat;
    background-position: 97% center;
    padding-right: 25px;
}

input[type="password"] {
    font-size: 22px;
}

.b-error-message {
    color: #bd0100;
    display: block;
    margin-top: 4px;
}

.b-error-message_login {
    color: #bd0100;
    position: absolute;
    margin-top: 4px;
    left: 0;
    top: 65px;
}

.b-login-right {
    float: left;
    padding: 0 0 0 4px;
}

.b-login-right a {
    color: #bd0100;
    display: block;
    margin-bottom: 29px;
}

.b-login-right span {
    color: #585c64;
    display: block;
}

.b-login-copyright {
    padding: 32px 0;
}

.b-copyright {
    line-height: 24px;
    float: left;
}

.b-login-copyright__links {
    float: right;
}

.b-login-copyright__link {
    color: #585c64;
    display: inline-block;
    margin: 6px 0 0 36px;
}

.b-forgot-text {
    max-width: 300px;
    margin-bottom: 30px;
}

.error-msg {
    margin-left: 20px;
    color: #bd0100;
}

@media (max-width: 800px) {
    .b-login {
        padding: 50px;
    }

    .b-login:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
    }

    .b-login-container {
        margin-right: 10px;
        margin-left: 10px;
    }

    .b-profile-border {
        margin: 30px 0;
    }

    .b-profile-border__center {
        display: none;
    }

    .b-profile-border__left {
        display: none;
    }

    .b-profile-border__right {
        width: 100%;
        float: none;
    }

    .b-login__left {
        width: 50%;
        margin-right: 10%;
    }

    .b-login-right {

    }

    .b-login__remember {
        float: none;
    }
}

@media (max-width: 760px) {
    .b-login__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .b-login-right {
        width: 100%;
    }

    .b-login__label {
        margin-bottom: 25px;
    }

    .b-login__label input {
    }

    .b-login-right a {
        margin-bottom: 0;
    }

    .b-login-right a + span {
        margin-top: 30px;
    }

    .b-login__remember {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .b-login {
        padding: 30px;
    }

    .b-login-copyright__links {
        padding-bottom: 15px;
    }

    .b-login-header {
        padding-top: 20px;
    }

    .b-entry {
        margin-top: 10px;
    }
}

/*/login*/
/*guestbook*/
.b-comments-holder {
    position: relative;
}

.b-guest-intro {
    font: 19px "UbuntuLight";
    line-height: 30px;
    margin-top: 22px;
}

.b-guest-intro-contorls {
    margin-top: 32px;
    margin-bottom: 20px;
}

.b-guest-intro-contorls span {
    color: #585c64;
    font: 13px "UbuntuLight";
}

.b-guestbook-quote-holder {
    margin: 80px 0;
    position: relative;
    padding-top: 38.7%;
    background: #192632;
    padding-bottom: 70px;
}

.b-guestbook-quote__img {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 405px;
    overflow: hidden;
}

.b-guestbook-quote__img img {
    width: 100%;
}

.b-guestbook-quote-bg {
    position: absolute;
    height: 268px;
    width: 100%;
    background: url(../i/b-guestbook-quote-bg.png) no-repeat;
    top: 137px;
}

.b-quote {
    position: relative;
    font: italic 25px "PTSerifItalic";
    color: #fff;
    padding-left: 80px;
    padding-right: 40px;
    line-height: 36px;
}

.b-guestbook-quote__first-band {
    background: #bd0100;
    font: 19px "UbuntuMedium";
    line-height: 32px;
    position: absolute;
    color: #fff;
}

.b-guestbook-quote__first-band_right {
    padding: 5px 28px 5px 60px;
    top: 60px;
    right: 0;
}

.b-guestbook-quote__first-band_left {
    padding: 5px 58px 5px 29px;
    top: 60px;
    left: 0;
}

.b-guestbook-quote__second-band {
    background: rgba(189, 1, 0, .5);
    color: #fff;
    position: absolute;
    font: 13px "UbuntuLight";
    line-height: 20px;
}

.b-guestbook-quote__second-band_right {
    top: 99px;
    right: 0px;
    padding: 11px 28px 11px 29px;
}

.b-guestbook-quote__second-band_left {
    top: 102px;
    left: 0px;
    padding: 11px 28px 11px 28px;
}

.b-guestbook-quote__first-band span {
    text-transform: uppercase;
}

.b-quote:before {
    content: '”';
    font: italic 100px "PTSerifItalic";
    color: #fff;
    position: absolute;
    top: -26px;
    left: 7px;
}

.b-comment {
    position: relative;
    margin-bottom: 76px;
}

.b-comment:after {
    content: '';
    display: block;
    clear: both;
}

.b-comment__left {
    width: 220px;
    text-align: center;
    padding-right: 20px;
    float: left;
    margin-bottom: 20px;
}

.b-comment__photo {
    margin-bottom: 22px;
}

.b-comment__photo img {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.b-comment__s {
    color: #585c64;
    font: 13px "UbuntuLight";
    line-height: 20px;
    display: block;
    margin-top: 7px;
}

.b-comment__right {
    border-left: 5px solid #bd0100;
    width: 460px;
    float: left;
    padding: 0 3px 32px 34px;
}

.b-comment__right h3 {
    font: 25px "UbuntuLight";
    line-height: 36px;
}

.b-comment__right h4 {
    font: 19px "UbuntuLight";
    line-height: 30px;
    margin-top: -6px;
    margin-bottom: 23px;
}

.b-comment__right h4 strong {
    font: 19px "UbuntuMedium";
}

.b-comment__right p {
    font: 19px "UbuntuLight";
    line-height: 30px;
}

.b-subcommnet {
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: -6px 0 0 60px;
    padding-right: 20px;
}

.b-subcommnet:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #48cab7;
    position: absolute;
    top: 11px;
    left: -40px;
}

.b-subcommnet i {
    font: italic 13px "PTSerifItalic";
    line-height: 20px;
    color: #585c64;
}

.b-subcommnet i span {
    color: #bd0100;
}

.b-subcommnet p {
    color: #9ea3ae;
    font: 13px "UbuntuLight";
    margin-top: 22px;
    line-height: 20px;
}

.m-comment_text {
    margin: 33px 0 26px 0;
    clear: both;
}

.m-comment_text__right {
    padding: 0 5px 0px 55px;
}

.m-comment_text__right_full-width {
    width: 100%;
}

.m-comment_text__right span {
    color: #48cab7;
}

.m-comment_text__right p {
    margin-top: -6px;
}

.m-subcommnet {
    width: 220px;
    position: absolute;
    right: -20px;
    top: 0;
    margin: -6px 0 0 60px;
    padding-right: 20px;
}

.m-subcommnet p {
    color: #9ea3ae;
    font: 13px "UbuntuLight";
    line-height: 20px;
}

.m-subcommnet:after {
    display: none;
}

.m-subcommnet i {
    font: italic 13px "PTSerifItalic";
    line-height: 20px;
    color: #585c64;
}

.m-subcommnet span {
    color: #bd0100;
}

.b-sources {
    margin: 68px 0 76px 0;
}

.b-sources__heading {
    font: 14px "UbuntuMedium";
    line-height: 20px;
    border-bottom: 1px solid #d8dadf;
    width: 300px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 21px;
}

.b-sources p {
    color: #585c64;
    font: 13px "UbuntuLight";
    line-height: 20px;
    margin-bottom: 10px;
}

.b-sources a {
    color: #bd0100;
}

.b-footnote-number {
    color: #48cab7;
    position: relative;
    top: -5px;
}

.b-best-new {
    overflow: hidden;
    padding-bottom: 55px;
}

.b-best-new__item {
    width: 220px;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}

.b-best-new__item:nth-child(4n) {
    margin-right: 0;
}

.b-best-new__item-img {
    margin-bottom: 20px;
}

/*/guestbook*/
/*glossary*/
.b-glossary {
    position: relative;
    margin: 38px 0 0 0;
    overflow: hidden;
}

.b-glossary .bx-wrapper {
    margin-bottom: 39px;
}

.b-glossary__slider-holder {
    float: left;
    width: 680px;
}

.b-glossary__img {
    width: 680px;
    float: left;
    margin-right: 20px;
}

.b-glossary__menu {
    position: absolute;
    top: 39px;
    background: rgba(255, 255, 255, .8);
    left: 40px;
    padding: 10px 30px 36px 40px;
    width: 360px;
}

.b-glossary__list {
    margin-bottom: 19px;
}

.b-glossary__menu span {
    color: #585c64;
    font: italic 13px "PTSerifItalic";
}

.b-glossary__item {
    font: 15px "PTSerifRegular";
    line-height: 22px;
    padding: 10px 0;
}

.b-glossary__item:first-letter {
    color: #bd0100;
}

.b-glossary__item a {
    color: #000;
}

.b-glossary__item a:hover {
    color: #bd0100;
}

.b-dictionary-holder {
    float: left;
    width: 240px;
    margin: 1px 0 0 20px;
    position: relative;
    z-index: 1000;
}

.b-dictionary__heading {
    font: 13px "UbuntuMedium";
    margin-top: -4px;
    letter-spacing: 1.2px;
    padding-left: 20px;
}

.b-dictionary {
    margin-top: 30px;
    border-top: 1px solid #d8dadf;
}

.b-dictionary__item {
    padding: 16px 0 0 20px;
    height: 83px;
    border-bottom: 1px solid #d8dadf;
}

.b-dictionary__item:hover {
    background: #4daf7c;
    padding-left: 60px;
    margin-left: -60px;
    border: none;
}

.b-dictionary__item:hover a {
    color: #fff;
    margin-left: 20px;
}

.b-dictionary__item:hover .b-dictionary__item-ar-count {
    color: #fff;
}

.b-dictionary__item a {
    color: #000000;
    font: 19px "UbuntuLight";
    display: block;
}

.b-dictionary__item-heading {
    margin-bottom: 6px;
}

.b-dictionary__item-ar-count {
    color: #585c64;
    font: 13px "UbuntuLight";
    line-height: 20px;
}

.b-alphabet .b-page-heading {
    vertical-align: top;
    overflow: initial;
}

.b-alphabet__select {
    display: inline-block;
    margin: 0px 0 0px 32px;
    color: #585c64;
    position: absolute;
}

.m-alphabet__select_r {
    margin-top: -2px;
}

.b-glossary-result__table {
    width: 100%;
    margin-top: 73px;
}

.b-glossary-result__cell:first-child {
    width: 700px;
}

.b-glossary-result__cell:last-child {
    padding-left: 20px;
    vertical-align: top;
    padding-top: 9px;
}

.b-glossary-result__row:last-child .b-glossary-result__cell:last-child {
    padding-top: 0px;
}

.b-glossary-result__item {
    margin-bottom: -13px;
    overflow: hidden;
}

.b-glossary-result__title {
    font: 25px "PTSerifRegular";
    margin-bottom: 20px;
}

.b-glossary-result__title a {
    color: #000;
}

.b-glossary-result__title a:hover {
    color: #bd0100;
    text-decoration: underline;
}

.b-glossary-result__text {
    font: 15px "UbuntuLight";
    line-height: 24px;
    padding-right: 35px;
}

.b-glossary-result__text p {
    margin-bottom: 16px;
}

.b-glossary-result__text ol {
    margin-bottom: 16px;
    padding-left: 20px;
    list-style: decimal;
}

.b-glossary-result__text > ol {
    padding-left: 20px;
}

.b-glossary-result__text ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

.b-glossary-result__text > ul {
    padding-left: 0;
}

.b-glossary-result__text ul li {
    padding-left: 45px;
    position: relative;
}

.b-glossary-result__text ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #48cab7;
    position: absolute;
    top: 10px;
    left: 0;
}

.b-glossary-result__text strong {
    font: 15px "UbuntuMedium";
}

.b-glossary-result__title:first-letter {
    color: #bd0100;
    text-transform: uppercase;
}

.b-glossary-result__cell span {
    display: block;
    font: 13px "UbuntuLight";
    margin-bottom: 17px;
}

.b-glossary-result__cell span a {
    color: #585c64;
}

.b-glossary-result__cell span a:hover {
    color: #bd0100;
}

/*gloassary*/
/*account*/
.b-profile-menu {
    padding-bottom: 12px;
    border-bottom: 1px solid #d8dadf;
    margin-bottom: 39px;
}

.b-profile-menu__item {
    font: 15px "UbuntuLight";
    line-height: 24px;
    color: #585c64;
    margin-right: 35px;
    position: relative;
    padding-bottom: 15px;
}

.b-profile-menu__item:hover {
    color: #bd0100;
}

.b-profile-menu__item.active {
    color: #000;
}

.b-profile-menu__item.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 5px;
    width: 100%;
    background: #bd0100;
    left: 0;
}

.b-profile-message {
    height: 50px;
    color: #fff;
    font: 13px "UbuntuLight";
    padding: 17px 0 17px 19px;
    position: relative;
    margin-bottom: 40px;
}

.m-profile-message_error {
    background: #bd0100;
}

.m-profile-message_success {
    background: #4daf7c;
}

.b-profile-message__close {
    width: 10px;
    height: 10px;
    background: url(../i/close.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.b-profile-message__close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b-profile-form-item:after {
    clear: both;
    content: '';
    display: block;
}

.m-profile-form-item_webcam {
    margin: 17px 0 33px 0;
}

.b-profile-form-item:last-child .b-profile-form-item__right {
    padding-bottom: 0;
}

.b-profile-form-item__left {
    color: #000;
    font: 15px "UbuntuMedium";
    line-height: 24px;
    width: 220px;
    float: left;
    text-align: right;
    margin: 10px 20px 0 0;
}

.m-profile-form-item__left {
    float: none;
    text-align: left;
    margin-bottom: 5px;
}

.b-profile-form-item__right {
    float: left;
    width: 400px;
    position: relative;
    padding-bottom: 40px;
}

.m-profile-form-item__right {
    padding-bottom: 25px;
}

.m-profile-form-item__right_checkbox-radio {
    margin-top: 17px;
    margin-bottom: 8px;
}

.b-avatar-upload-holder {
    overflow: hidden;
}

.b-avatar {
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 160px;
}

.b-avatar img {
    width: 140px;
    height: 160px;
}

.b-input-upload {
    font: 13px "UbuntuLight";
    color: #585c64;
    cursor: pointer;
    display: block;
    margin: 13px 0;
}

.b-input-upload input[type="file"] {
    visibility: hidden;
    display: block;
    overflow: hidden;
    height: 0px;
    width: 0px;
}

.b-delete-avatar {
    color: #bd0100;
    background: url(../svg/error.svg) no-repeat 0px 6px;
    font: 13px "UbuntuLight";
    line-height: 20px;
    padding-left: 20px;
    float: left;
    margin: 0 0 30px;
    cursor: pointer;
}

.b-profile-advise {
    color: #9ea3ae;
    float: left;
    font: 13px "UbuntuLight";
    line-height: 20px;
}

.m-profile-advise_input {
    position: absolute;
    left: 0px;
    bottom: 16px;
}

.b-profile-input {
    width: 300px;
    height: 40px;
    border: 1px solid #d8dadf;
    padding: 0 10px;
    color: #000;
    font: 13px "UbuntuLight";
}

.b-profile-input_full-width {
    width: 460px;
}

.b-datepick-range_fl {
    float: left;
}

.b-subscriptions-text {
    margin-top: -6px;
}

.b-subscriptions-text p {
    font: 15px "UbuntuLight";
    line-height: 24px;
}

.b-profile-notice-newsletter {
    margin: 68px 0 0 0;
}

.b-profile-notice-newsletter__form {
    margin-top: 35px;
}

.b-profile-notice-newsletter__list {
    overflow: hidden;

}

.b-profile-notice-newsletter__item {
    float: left;
    width: 240px;
    padding-right: 20px;
}

.b-profile-notice-newsletter__item.last {
    padding-right: 0;
    margin-left: -20px;
}

.b-profile-notice-newsletter__item .b-checkbox-label {
    margin-bottom: 20px;
}

.b-notice-frequency {
    clear: both;
    margin: 16px 0 40px 0;
}

.b-notice-frequency__heading {
    font: 15px "UbuntuMedium";
}

.b-notice-frequency__select {
    width: 300px;
    margin-top: 10px;
}

.b-input_captcha {
    width: 80px;
    height: 40px;
    padding: 0 10px;
    color: #9ea3ae;
    font: 13px "UbuntuLight";
    float: left;
    border: 1px solid #9ea3ae;
}

.b-agreement {
    margin: 43px 0 -15px 0;
}

.b-agreement a {
    color: #bd0100;
}

.b-sign-in {
    float: left;
    width: 300px;
    margin: -10px 80px 0 0;
}

.b-registartion-advantage {
    float: left;
    background: #f5f5f7;
    width: 260px;
    padding: 35px 20px 0px 20px;
    margin-top: 7px;
}

.b-registartion-advantage h6 {
    color: #9ea3ae;
    font: 19px "UbuntuLight";
}

.b-registartion-advantage p {
    font: 13px "UbuntuLight";
    color: #585c64;
    margin: 31px 0;
    line-height: 20px;
}

.b-response {
    padding-right: 55px;
    margin-bottom: 75px;
}

.b-response__heading {
    font: 19px "UbuntuLight";
    color: #4daf7c;
    line-height: 20px;
    margin-bottom: 32px;
}

.b-response p {
    font: 13px "UbuntuLight";
    line-height: 20px;
    color: #585c64;
    margin-bottom: 30px;
}

.b-response a {
    color: #bd0100;
}

@media (max-width: 760px) {
    .b-sign-in {
        width: 100%;
        margin: 0;
    }

    .b-registartion-advantage {
        width: 100%;
        margin-top: 30px;
        padding-top: 20px;
    }

    .b-registartion-advantage p {
        margin: 20px 0;
    }

    .m-profile-form-item__right {
        padding-bottom: 15px;
        width: 100%;
    }

    .b-agreement {
        margin-top: 10px;
    }

    .b-profile-form-item__left {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .b-profile-input,
    .b-profile-form-item .b-select-wrapper,
    .b-select-wrapper .selecter,
    .b-profile-form-item__select .b-select-wrapper .selecter {
        width: 100%;
        max-width: 300px;
        margin-right: 0;
    }

    .b-select-wrapper .selecter .selecter-selected,
    .b-select-wrapper .selecter .selecter-selected:hover,
    .b-profile-form-item__select .b-select-wrapper .selecter,
    .b-profile-form-item__select .b-select-wrapper .selecter:hover {
        background-position: 97% 16px !important;
    }

    .b-select-wrapper .selecter-options.scroller.scroller-active {
        width: 100%;
        position: absolute;
        top: 39px;
        bottom: initial;
    }

    .b-profile-form-item__right {
        width: 100%;
        max-width: 400px;
        padding-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .b-avatar {
        float: none;
    }

    .m-profile-advise_input {
        position: static;
        display: block;
        float: none;
        line-height: 1;
    }
}

/*/account*/
/*popup*/
.b-popup {
    width: 620px;
    background: #fff;
    padding-bottom: 78px;
    position: relative;
    margin: 0 auto;
}

.b-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    height: 500px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.android .mfp-bg {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.b-popup__heading {
    text-transform: uppercase;
    font: 33px "UbuntuLight";
    line-height: 102px;
    border-bottom: 1px solid #d8dadf;
    padding-left: 80px;
    white-space: nowrap;
}

.b-popup__content {
    width: 380px;
    padding: 34px 0 0 80px;
}

.b-popup__content p {
    color: #585c64;
    font: 13px "UbuntuLight";
    line-height: 20px;
    margin-bottom: 17px;
}

.b-popup__content span {
    color: #000;
    font: bold 15px "UbuntuMedium";
    line-height: 24px;
    width: 220px;
    float: left;
    text-align: left;
    margin: 10px 20px 7px 0;
}

.b-popup__content input {
    width: 300px;
    height: 40px;
    border: 1px solid #d8dadf;
    padding: 0 10px;
    color: #000;
}

.b-forgot-pass {
    color: #bb0100;
    font: 13px "UbuntuLight";
    line-height: 20px;
    display: block;
    margin: 5px 0 34px 0;

}

/*/popup*/
/*headings*/
.b-page-heading {
    font: 33px "UbuntuLight";
    text-transform: uppercase;
    margin-bottom: 30px;
}

.b-publication-detailed__content .b-heading {
    font: 36px "PTSerifRegular";
    line-height: 45px;
    margin-bottom: 12px;
    color: #000;
    display: inline-block;
}

.b-heading {
    font: 36px "UbuntuMedium";
    line-height: 45px;
    margin-bottom: 12px;
    color: #000;
    display: inline-block;
}

a.b-heading:hover {
    color: #bd0100;
}

.b-heading strong {
    font-weight: bold;
    letter-spacing: 1.3px;
}

.b-lecturer-heading {
    font: 36px "UbuntuMedium";
    line-height: 40px;
}

.b-heading__h1 {
    font: 30px "UbuntuMedium";
    line-height: 36px;
    letter-spacing: -0.3px;
}

.b-heading__h2 {
    font: 25px "UbuntuMedium";
    line-height: 32px;
}

.b-heading__h2 a {
    color: #000;
    display: block;
}

.b-heading__h2 a:hover {
    color: #bd0100;
}

.b-heading__h3 {
    font: 19px "UbuntuMedium";
    line-height: 24px;
    margin-bottom: 20px;
}

.b-heading__h3:hover a {
    color: #bd0100;
    display: block;
    text-decoration: underline;
}

.b-heading__h3 a {
    color: #000;
    display: block;
}

.b-heading__h3_big {
    font: 25px "UbuntuMedium";
    line-height: 32px;
    padding-right: 15px;
}

.b-heading__h3_big a {
    color: #000;
    display: block;
}

.b-heading__h3_big:hover a {
    color: #bd0100;
    text-decoration: underline;
}

.b-heading__h4 {
    font: 19px "UbuntuLight";
    line-height: 24px;
    margin-bottom: 18px;
}

.b-heading__h4 a {
    color: #000000;
}

.b-heading__h4:hover a {
    color: #bd0100;
    text-decoration: underline;
}

.b-heading__h5 {
    font: 15px "UbuntuLight";
    line-height: 20px;
    margin-bottom: 10px;
}

.b-heading__h5 a {
    color: #000;
    display: block;
}

.b-heading__h5:hover a {
    color: #bd0100;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .b-live {
        left: -30px;
    }

    .b-live-broadcast-holder .b-live {
        width: 66% !important;
        left: 0;
    }

    .b-live-broadcast-holder .b-live__top-border,
    .b-live-broadcast-holder .b-live__bottom-border {
        width: 102.2%;
    }

    .b-live-broadcast-holder {

    }

    .b-ajax-holder .b-live {
        left: 0px;
    }

    .b-glossary__slider-holder {
        width: 70%;
    }

    .b-dictionary-holder {
        width: 30%;
        margin-left: 0;
    }

    .b-dictionary__item:hover {
        margin-left: -20px;
        padding-left: 20px;
    }

    .b-lect-slider-wrapper {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        min-width: initial;
    }

    .b-lecturer__photo {
        width: 32%;
        overflow: hidden;
        height: 360px;
    }

    .b-lecturer__photo img {
        min-height: 100%;
        max-width: none;
    }

    .b-lecturer__right {
        width: 68%;
    }

    .b-lecturer__intro {
        width: 55%;
    }

    .b-lecturer__activities {
        width: 45%;
    }
}

@media (max-width: 960px) {
    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    iframe {
        max-width: 100%;
    }

    .b-live {
        padding: 30px 30px 50px 30px;
        left: 0;
    }

    .b-live__top-border,
    .b-live__bottom-border {
        width: 100%;
        left: 0;
    }

    .b-live-broadcast-holder .b-live__top-border,
    .b-live-broadcast-holder .b-live__bottom-border {
        width: 101%;
    }

    .b-live-bottom-border__left-holder,
    .b-live-bottom-border__right {
        margin-top: -7px;
    }

    .m-live_main__title {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .b-past-broadcasts__list,
    .b-main-lectors__list,
    .b-main-articles__list,
    .b-authors-broadcasts__list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-past-broadcasts__list:after,
    .b-main-lectors__list:after,
    .b-main-articles__list:after,
    .b-authors-broadcasts__list:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
    }

    .b-past-broadcasts__item,
    .b-main-lectors__item,
    .b-main-articles__item,
    .b-authors-broadcasts__item {
        float: left;
        display: block;
        width: 50%;
        margin: 0;
        padding: 5px;
        -webkit-flex: none;
        flex: none;
    }

    .b-past-broadcasts__item:hover,
    .b-main-lectors__item:hover {
        margin: 0 !important;
        padding: 5px !important;
        width: 50%;
    }

    .b-block-heading__title_mod2,
    .b-block-heading__title_mod {
        margin-left: 10px;
    }

    .b-block-heading__description {
        float: none;
        overflow: hidden;
        padding-left: 20px;
        margin-bottom: 25px;
    }

    .b-footer .b-btn {
        display: inline-block;
        float: none;
        margin-top: 0;
    }

    /* .b-announcements */
    .b-announcements {

    }

    .b-announcements__item {

    }

    .b-announcements__table {
        display: block;
    }

    .b-announcements__cell {
        display: block;
    }

    .b-announcements__cell_left, .b-announcements__cell_right {
        float: none;
        width: 100%;
    }

    #myplayer {
        position: relative;
        width: 100% !important;
        height: auto !important;
        padding-bottom: 56.4%;
        overflow: hidden;
    }

    #myplayer object,
    #myplayer embed,
    #myplayer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .b-guest-intro-contorls {
    }

    .b-comment__right {
        width: 100%;
    }

    table {
        width: 100% !important;
        font-size: 12px;
    }

    .b-event {
        padding: 21px;
    }

    .b-event .b-live-event__live {
        padding: 28px;
    }

    .b-event__left {
        width: 100%;
        margin-bottom: 20px;
    }

    .b-event__right {
        width: 100%;
    }

    .b-relay-starts {
        margin-bottom: 0;
    }

    .b-event-when {
        margin-left: 0;
    }

    .b-alphabet__select {
        margin: 15px 0;
        position: static;
        border: 1px solid #fff;
    }

    .m-alphabet__list_short {
        width: 100%;
    }

    .b-auth-alphabet__letter {
        position: relative;
        padding-top: 90px;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

    .b-auth-alphabet__right {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .b-auth-alphabet__left {
        max-width: 700px;
        width: 100%;
    }

    .b-lect-slider__item img {
        max-width: none;
        width: 300px;
        height: 360px;
    }

    .b-header__search .b-input_search {
        margin: 0 0 10px;
    }

    .b-header-search {
        margin-left: 0;
    }

    .b-header-search__submit {
        top: 10px;
    }

    .b-nearest-broadcasts__item-text a {
        font-size: 16px;
    }

    .b-past-broadcasts, .b-main-lectors, .b-main-articles, .b-authors-broadcasts {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .b-authors-broadcasts {
        margin-top: 0px;
        background: #f6f6f6;
        margin-bottom: -40px;
    }
}

@media (max-width: 760px) {
    .b-live {
    }

    .b-live-broadcast-holder {
        position: relative;
        height: initial;
        min-height: initial;
    }

    .b-live-broadcast-holder > .bx-wrapper {
        margin: 0px 0 0px;
        border-bottom: 1px solid #eee;
    }

    .b-live-broadcast-holder .b-live {
        width: 100% !important;
        left: 0;
        margin: 30px 0 60px;;
    }

    .b-live-broadcast-holder .b-live__top-border,
    .b-live-broadcast-holder .b-live__bottom-border {
        width: 101%;
    }

    .b-footer .b-btn {
        float: none;
        margin-top: 0;
        vertical-align: top;
        width: 140px;
    }

    .b-content {
    }

    .b-citation__right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }

    .b-photogallery-image-holder {
    }

    .b-page-heading {
        font-size: 30px;
        width: 100%;
        text-overflow: ellipsis;
    }

    .b-glossary__slider-item {
    }

    .b-glossary__menu {
        width: auto;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        padding: 20px;
    }

    .b-dictionary__item-heading {
        font-size: 76%;
    }

    .b-glossary__item {
        padding: 0;
    }

    .b-glossary__item > .b-glossary__item {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0;
    }

    .b-dictionary {
        margin-top: 16px;
    }

    .b-alphabet__select {
        width: 100%;
        display: block;
        position: relative;
        margin: 10px 0;
    }

    .b-alphabet__select .b-select-wrapper {
        width: 180px;
        float: none;
    }

    .b-glossary-result__cell:first-child {
        width: 100%;
    }

    .b-glossary-result__text {
        padding-right: 0;
    }

    .b-timeline__list {
        display: table;
        margin-left: 20px;
        margin-right: 20px;
    }

    .b-timeline__sublist {
        width: 50px;
    }

    .b-alphabet .b-alphabet__select {
        max-width: 158px;
    }

    .b-auth-alphabet__item:nth-child(3n+1) {
        padding: 20px 25px 33px 20px;
        margin-bottom: 20px;
        margin-left: -3px;
    }

    .b-auth-alphabet__item:nth-child(3n+1):hover {
        padding: 20px 25px 33px 20px;
        margin-bottom: 20px;
        margin-left: -3px;
        margin-right: 0;
    }

    .b-lecturer {
        height: initial;
    }

    .b-lecturer:after {
        content: '';
        display: table;
        width: 100%;
        clear: both;
    }

    .b-lecturer__right {
        width: 100%;
        float: none;
        height: initial;
        background-size: cover;
    }

    .b-lecturer__photo {
        float: none;
        width: 100%;
        overflow: initial;
        text-align: center;
        height: auto;
    }

    .b-lecturer__photo img {
        float: none;
        max-width: 100%;
    }

    .b-lecturer__intro {
        padding: 20px;
        width: 100%;
        float: none;
    }

    .b-lecturer__activities {
        float: none;
        width: 100%;
        height: initial;
        padding: 20px;
    }

    .b-lect-slider-wrapper {
        height: 250px;
        background-color: #bd0100;
    }

    .b-lect-slider__item img {
        max-width: none;
        width: 130px;
        height: 160px;
    }

    .b-lect-slider-item__description {
        width: 100%;
        padding: 10px;
    }

    .b-lect-slider-item__lect-name {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
        margin-top: -5px;
    }

    .b-lect-slider-item__lect-name strong {
        font-size: 20px;
        line-height: 1.2;
    }

    .b-lect-slider-item__description p,
    .b-lect-slider-item__description {
        font-size: 12px;
        line-height: 1.2;
    }

    .b-lect-slider-item__info {
        margin-top: 0px;
    }

    .b-lect-slider-controls {
        left: 10px;
    }

    .b-lect-slider-item__info a {
        font-size: 12px;
    }

    .table-wrapper {
        overflow-y: auto;
    }

    .b-section-announcement {
        padding: 31px;
    }

    .b-section-announcement p {
        padding-left: 40px;
        font-size: 14px;
    }

    .b-section-announcement__heading {
        font-size: 30px;
    }

    .b-section-announcement p:first-of-type {

    }

    .b-section-announcement p:first-of-type:before,
    .b-section-announcement ul li:before {
        width: 30px;
    }

    .b-section-announcement > ol,
    .b-section-announcement > ul {
        padding-left: 50px;
        font-size: 14px;
    }

    .b-section-announcement ul li {
        padding-left: 35px;
    }

    .b-series__text {
        width: 100%;
    }

    .b-participate-holder {
        width: 100%;
        float: none;
    }

    .b-programm-leader__subtitle {
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .b-programm-leader__photo {
        margin-bottom: 15px;
    }

    .b-series__heading {
        width: 100%;
    }

    .b-video-lectures-cycle.b-container {
        height: auto;
    }

    .b-series-content__text {
        width: 100%;
    }

    .b-series-content {
        padding-left: 0;
        padding-right: 0;
    }

    .b-breadcrumbs__item {
        line-height: 1.6;
    }

    .js-main-slider {
        display: none;
    }

    .b-main-lectors__item {
        margin-bottom: 20px;
    }

    .b-main-lectors__item:hover {
        margin-bottom: 20px !important;
    }

    .b-main-lectors__item .b-lector {
        width: 100%;
    }

    .b-main-lectors__item .b-lector__photo img {
        width: 120px !important;
        height: 140px !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 550px) {
    .b-live {
    }

    .b-live-broadcast-holder .b-live {
        padding: 20px 20px 40px;
        clear: both;
    }

    .b-live-broadcast-holder .b-live__title {
        font-size: 24px;
        line-height: 1.4;
    }

    .b-live__watch {
        font-size: 12px;
        padding: 0 10px;
    }

    .b-live__watch img {
        width: 30px;
        margin-top: 14px;
        margin-right: 10px;
    }

    .b-live__logo {
        display: none;
    }

    .b-live__finish, .b-live__time {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .b-live__time {
        margin-bottom: 0;
    }

    .b-past-broadcasts__item,
    .b-main-lectors__item,
    .b-main-articles__item,
    .b-authors-broadcasts__item {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .b-past-broadcasts__item:hover,
    .b-main-lectors__item:hover {
        width: 100%;
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .b-block-heading__title a,
    .b-block-heading__title_mod a,
    .b-block-heading__title_mod2 a {
        float: right;
        margin-top: 17px;
        margin-right: 10px;
    }

    .b-block-heading__title_mod2,
    .b-block-heading__title_mod {
        margin-left: 5px;
        float: none;
    }

    .b-block-heading__description {
        float: none;
        overflow: initial;
        width: 100%;
        padding-left: 0;
        margin-left: 5px;
    }

    .b-citation__right q {
        font-size: 22px;
        line-height: 28px;
    }

    .b-page-heading {
        font-size: 28px;
    }

    .b-alphabet__list {
        text-align: left;
    }

    .b-glossary__slider-holder {
        width: 100%;
    }

    .b-dictionary-holder {
        width: 100%;
    }

    .b-dictionary__item {
        padding: 10px;
        height: inherit;
    }

    .b-alphabet__item {
        margin: 0 10px 0 0;
    }

    .b-alphabet__item.active:after {
        bottom: 0;
    }

    .b-glossary-result__cell {
        display: block;
    }

    .b-glossary-result__cell:last-child {
        padding-left: 0;
    }

    .b-comment__left {
        width: 100%;
        text-align: left;
    }

    .b-comment__right {
        padding-left: 15px;
    }

    .b-heading__h2 {
        font-size: 23px;
    }

    .b-relay {
        font-size: 16px;
    }

    .b-relay img {
        width: 20px;
        float: left;
        margin-bottom: 15px;
    }

    .b-relay-starts {
        text-indent: 0;
    }

    .b-cycle-broadcasts__heading .b-ajax-count {
        float: none;
        width: 100%;
        text-align: left;
    }

    .b-broadcast-participants__row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-broadcast-participants__item {
        width: 130px;
        margin-right: 10px;
        -webkit-flex: none;
        flex: none;
    }

    .b-section-announcement {
        padding: 15px;
    }

    .b-section-announcement p {
        padding-left: 25px;
        font-size: 14px;
        line-height: 22px;
    }

    .b-section-announcement__heading {
        font-size: 30px;
    }

    .b-section-announcement p:first-of-type {

    }

    .b-section-announcement p:first-of-type:before,
    .b-section-announcement ul li:before {
        width: 15px;
        top: 10px;
    }

    .b-section-announcement > ol,
    .b-section-announcement > ul {
        padding-left: 25px;
    }

    .b-publications__item {
        margin-right: 0;
        width: 100%;
    }

    .b-heading__h3_big {
        font-size: 22px;
    }

    .b-new-articles-holder {
        width: 100%;
    }

    .b-page-publication-drop .b-drop-down-menu__list {
        right: 0;
    }

    .b-page-publication-drop .b-drop-down-menu__item {
        height: auto;
    }

    .b-page-publication-drop .b-drop-down-menu {
        float: right;
        margin-top: 4px;
    }

    .b-section-announcement ul li,
    .b-section-announcement ol li {
        padding-left: 30px;
        line-height: 22px;
    }

    .b-programm-leader__photo {
        float: none;
    }

    .b-series__heading {
        font-size: 30px;
    }

    .b-series__intro {
        font-size: 14px;
    }

    .b-main-articles__item {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .b-article-item__text {
        display: none;
    }
}

@media (max-width: 400px) {
    .b-auth-alphabet__item,
    .b-auth-alphabet__item:nth-child(3n+1) {
        width: 100%;
    }

    .b-lect-slider-wrapper {
        height: 230px;
    }
}

@media print {
    .b-header, .b-navigation, .b-breadcrumbs {
        display: none;
    }
}

.prokrutka {
    width: 100%; /* ширина нашего блока */
    height: 500px; /* высота нашего блока */
    background: #fff; /* цвет фона, белый */
    border: 1px solid #C1C1C1; /* размер и цвет границы блока */
    overflow: auto; /* свойство для прокрутки по горизонтали. Автоматом, если больше блока */
}

.area-interest__header {
    width: 100%;
    font-weight: bold;
}

.area-interest__body {
    width: 100%;
}

.checkbox-wrap-row {
    width: 48%;
    margin-left: 1%;
    float: left;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.area-interest-wrap {
    display: block;
    margin: 40px auto;
    width: 96%;
    max-width: 480px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.area-interest {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.area-interest__header {
    padding-bottom: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.area-interest__body {
    width: 100%;
}

.label-chekbox {
    display: block;
    position: relative;
    padding-left: 15px;
}

.label-chekbox + .label-chekbox {
    margin-top: 5px;
}

.label-chekbox input {
    display: none;
}

.custom-chekbox {
    display: inline-block;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #c4c7ce;
    position: absolute;
    top: 5px;
    left: 0;
}

.label-chekbox input:checked + .custom-chekbox:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #c4c7ce;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -2px;
}

.popap-close {
    display: block;
    z-index: 99;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    cursor: pointer;
}

.popap-close:before {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #000;
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popap-close:after {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #000;
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popap-submit {
    padding: 0 40px;
    line-height: 30px;
    background-color: #bd0100;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.popap-submit:hover {
    background: #192632;
}

@media screen and (max-width: 420px) {
    .area-interest__header {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .area-interest__body {
        width: 100%;
    }
}

.b-header-container, .b-wide-page .b-container {
    max-width: 1620px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.b-header-container .b-menu-wrapper {
    float: none;
}

.b-header-container .b-menu-wrapper .b-menu-list {
    border: none;
    margin-left: 1.2rem;
}

.b-header-container .b-menu-wrapper .b-menu-list .b-menu-list__item:first-of-type {
    border: none;
}

.b-header-container .b-menu-wrapper .b-menu-list .b-menu-list__item {
    border-left: 1px solid #de9392;
}

.b-header-container .b-menu-wrapper .b-menu-list .b-menu-list__item {
    padding: 0 2.4rem;
}

.session-button {
    border: 2px solid #fff;
    margin: 2px 2.3rem 0 0;
}

@media screen and (max-width: 1545px) {
    .b-header-container .b-menu-wrapper .b-menu-list .b-menu-list__item {
        padding: 0 1.2rem;
    }
}

@media screen and (max-width: 1337px) {
    .b-header-container .b-menu-wrapper .b-menu-list .b-menu-list__item {
        padding: 0 0.7rem;
    }
}

@media screen and (max-width: 1240px) {
    .b-header-container .b-menu-wrapper .b-menu-list .b-menu-list__item {
        padding: 0 0.01rem;
    }
}

@media screen and (max-width: 1200px) {
    .b-header-container .b-menu-wrapper .b-menu-list {
        margin-left: 0;
    }

    .b-header-container .b-menu-wrapper .b-menu-list .b-menu-list__item {
        padding: 0;
    }

    .b-menu-list__item a {
        padding: 0 11px;
    }
}

#iview-timer {
    display: none;
}

.b-live-broadcast-holder--broadcast .b-nearest-broadcasts {
    position: static;
}

.b-header-container .b-live-broadcast-holder {
    background: none;
}

@media screen and (max-width: 760px) {
    .mobile-hidden {
        display: none !important;
    }

    .b-header-container {
        padding: 0;
    }

    nav .b-header-container {
        padding: 0 20px;
    }
}

@media screen and (min-width: 761px) {
    .mobile-only {
        display: none !important;
    }

    .b-content-container--fullWidthSlider {
        width: 100%;
        max-width: none;
    }

    .b-content-container--fullWidthSlider__inner {
        max-width: 1620px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: row-reverse;
    }

    .b-live-broadcast-holder--wrap {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .b-live-broadcast-holder--broadcast {
        padding-right: 32px;
        padding-left: 0;
        background: #fff;
    }

    .b-live-broadcast-holder--broadcast .b-live-broadcast {
        padding-right: 30px;
        display: flex;
    }

    .b-live-broadcast-holder > .bx-wrapper {
        margin-bottom: 0;
    }

    .b-live-broadcast-holder--broadcast .b-nearest-broadcasts {
        flex-grow: 1;
        min-width: 220px;
        display: flex;
        flex-direction: column;
        position: static;
    }

    .b-live-broadcast-holder--broadcast .b-nearest-broadcasts > .bx-wrapper {
        flex-grow: 1;
    }

    .b-live-broadcast-holder .b-live-broadcast-holder {
        background: none;
    }

    .b-live-broadcast-holder .b-slide-container {
        padding-left: 15px;
    }
}

@media screen and (min-width: 961px) {
    .b-live-broadcast-holder--broadcast .b-nearest-broadcasts {
        min-width: 260px;
    }
}

#iview-timer {
    display: none !important;
}

.date-time .b-nearest-broadcasts__time, .date-time .b-nearest-broadcasts__date {
    text-transform: lowercase;
    font-weight: bold;
}

.date-time .b-nearest-broadcasts__time {
    color: #bd0100;
    padding: 8px 0;
}

.date-time .b-nearest-broadcasts__date {
    border: none;
    padding-top: 10px;
    font-size: small;
}

.b-nearest-broadcasts__item .b-nearest-broadcasts__nmo {
    text-transform: uppercase;
    background: #bd0100;
    padding: 3px 4px;
    color: #fff;
}

.b-live-broadcast-holder .b-live-broadcast-internet-session {
    margin: 0 auto;
    padding: 0 20px;
}

.iview-controlNav {
    opacity: 1 !important;
    position: initial !important;
    z-index: auto;
    margin-top: 6px;
}

.iview-controlNav .iview-control {
    width: 21px;
    height: 8px;
    background: #9f9f9f;
    text-indent: -9999px;
    display: block;
    margin: 0 6px;
}

body .iview-controlNav .iview-items ul li {
    display: inline-block;
}

.iview-controlNav .iview-items {
    text-align: center;
}

.iview-controlNav .iview-items ul {
    display: inline;
}

.iview-controlNav .iview-control.active, .iview-controlNav .iview-control:hover {
    background: #bb0200;
}

/**
 * Wide page
 */
.b-wide-page .b-authors-broadcasts__list, .b-wide-page .b-main-articles__list, .b-wide-page .b-main-lectors__list, .b-wide-page .b-past-broadcasts__list {
    display: flex;
    justify-content: space-between;
}

.b-wide-page .b-block-heading__title {
    margin-left: 70px;
    cursor: pointer;
}

@media screen and (min-width: 1220px) {
    .b-wide-page .b-past-broadcasts__list .b-past-broadcasts__item, .b-wide-page .b-authors-broadcasts__list .b-authors-broadcasts__item, .b-wide-page .b-main-articles__list .b-main-articles__item, .b-wide-page .b-main-lectors__list .b-main-lectors__item {
        width: 320px;
        margin: 0 auto;
    }

    .b-wide-page .b-authors-broadcasts__list .b-authors-broadcasts__item.b-authors-broadcasts__item_first {
        width: 460px;
    }
}

@media screen and (max-width: 1221px) {
    .b-wide-page .b-past-broadcasts__list .b-past-broadcasts__item:nth-of-type(5), .b-wide-page .b-past-broadcasts__list .b-past-broadcasts__item:nth-of-type(6),
    .b-wide-page .b-authors-broadcasts__list .b-authors-broadcasts__item:nth-of-type(4),
    .b-wide-page .b-main-articles__list .b-main-articles__item:nth-of-type(4),
    .b-wide-page .b-main-lectors__list .b-main-lectors__item:nth-of-type(4) {
        display: none;
    }
}

.b-btn-buttons {
    float: right;
    width: 140px;
}

@media (max-width: 760px) {
    .b-btn-buttons {
        float: none;
    }
}

.b-authors-broadcasts__text p, .b-article-item__text p, .b-lectors-item__text p {
    line-height: 20px;
}

.b-wide-page .b-past-broadcasts__item {
    padding: 40px 20px 37px 20px;
}

.b-wide-page .b-past-broadcasts__item .b-past-broadcasts-item__text p {
    line-height: 24px;
}

.js-header.js-header_fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

a.b-event {
    color: black;
}

.b-detail-aside .b-section-popular {
    margin-top: 0px;
}

.b-chat-iframe {
    display: block;
    width: 100%;
}

.opinion_table {
    width: 100%;
}

/** Authoring */

.b-series-content .b-series-translations {
    float: left;
    width: calc(100% - 251px - 36px);
}

.b-series-content .b-series-translations .b-cycle-broadcasts-holder {
    margin-bottom: 34px;
}

.b-series-content .b-participate-holder {
    margin-top: 14px;
    width: 252px;
}

.b-series .b-series__text {
    width: 100%;
    float: none;
    padding: 0;
}

.b-series .b-series__text .b-series__left {
    float: left;
    width: calc(55% - 30px);
    margin-right: 30px;
}

.b-series .b-series__text .b-series__left img {
    width: 100%;
    max-height: 448px;
}

.b-series .b-series__text .b-series__right {
    float: right;
    width: 45%;
    margin-bottom: 14px;
}

.b-series-content .b-series-content__text {
    width: 100%;
}

@media (max-width: 760px) {
    .b-series-content .b-series-translations,
    .b-series .b-series__text .b-series__left,
    .b-series-content .b-participate-holder,
    .b-series .b-series__text .b-series__right {
        float: none;
        width: 100%;
        margin-bottom: 18px;
    }
}

.b-authoring-img img {
    width: 160px;
    height: 90px;
}

.m-profile-message_error .errortext {
    color: #fff!important;
}

.datepick-month-header {
    /*top: 0!important;*/
}


div.search_form_inline form.search_form_inline_form {padding-left:5px;}
div.search_form_inline input.search_form_inline_q{height:36px; border:1px solid #d8dadf; padding: 0 30px 0 10px; width:50%; margin-top:2px;}
div.search_form_inline input.search_form_inline_btn{background:#bd0100;padding:5px;color:#FFF;width:120px;text-transform:uppercase;height:36px;}


