.b-timeline__gallery-footer{
display: none;
}
.pageIsReady .b-timeline__gallery-footer{
display: block;
}
ul.list li.screen {
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: #FFF;
}
a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.timeline-headerScale {
    height: 50px;
    width: 100%;
    background: #221f74;
    font-size: 0px;
    z-index: 100;
    left: 0px;
}
.timeline-headerScale .mainLogo {
    padding-right: 2px;
    background: url("../img/header_border.png") repeat-y right top;
    height: 50px;
    width: 124px;
    display: inline-block;
    vertical-align: top;
}
.timeline-headerScale .mainLogo a {
    height: 100%;
    width: 100%;
    display: block;
    background-image: url('../img/tass_logo_normal.png');
    background-size: 87px 87px;
    background-position: 20px -39px;
    background-repeat: no-repeat;
}

/**/
.b-content {
    background: #000 !important;
}
.timeline-contentScale {
    font-size: 0px;
    margin-top: 20px;
    position: relative;
    z-index: auto;
}
/* Главное меню */
.timeline-topMenu {
    position: relative;
 /*   z-index: 251;*/
}
#topMenuScale {
    position: absolute;
    margin-top: -50px;
}
.timeline-topMenuScale {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    max-width: 1000px;
    width: 100%;
    background: url("../img/bg-menu.png") repeat 0px 1px;
    box-shadow: inset 0px -1px 0px 0px #790000;
}
.timeline-topMenuScale.fixed {
    position: fixed;
    top: 0px;
    z-index: 350;
}
.timeline-topMenuItem {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: color 0.3s 0s ease-in-out;
    transition: color 0.3s 0s ease-in-out;
}
.years .timeline-topMenuItem {
    color: #20147a;
    text-align: center;
    box-sizing: border-box;
}
.years .timeline-topMenuItem.active {
    color: #fff;
    background: #6d8d9c;
}
.timeline-mobileTMTitle {
    display: none;
}
@media screen and (max-width:767px) {
    .timeline-mobileTMTitle {
        display: block;
    }
    .timeline-topMenuScale {
        width: 100%;
        display: block;
        margin-bottom: 0px;
        z-index: 100;
    }
    .timeline-topMenuScale .timeline-topMenuItem {
        display: none;
    }
    .timeline-topMenuScale.active .timeline-topMenuItem {
        display: block;
        border-top: 1px solid #a21010;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        background: #520101;
        width: auto;
    }
    .timeline-mobileTMTitle {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #DDD7CD;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }
    .timeline-topMenuScale.active .timeline-mobileTMTitle {
        background: #520101;
    }
    .timeline-mobileTMTitle .icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 16px;
        margin: -10px 0 0 0;
        width: 19px;
        height: 19px;
        background: url("../img/btn_01.png") no-repeat 0 100%;
    }
    .timeline-topMenuScale.active .timeline-mobileTMTitle .icon {
        background-position: 0 0;
    }
    .timeline-topMenuScale.active .timeline-topMenuItem.active {
        padding: 0px;
        background: #ddd7cd;
        color: #790000;
        cursor: default
    }
    .timeline-topMenuScale .timeline-topMenuItem.active a {
        display: block;
    }
}

/* Главное меню */
/* Левая колонка */
.timeline-menuLeftScale {
    width: 180px;
    display: inline-block;
    vertical-align: top;
}

/* Левая колонка */
/* Меню новостей */
.timeline-menuLeftScale .menu-list {
    border-top: 3px solid;
    border-left: 1px solid;
    border-bottom: 2px solid;
    border-right: 1px solid;
    width: 178px;
    overflow: hidden;
}
.leftBarContent.fixed {
    position: fixed;
    z-index: 250;
}
.leftBarContent.stuckToBottom {
    position: absolute;
    bottom: 0px;
    top: initial !important;
}
.timeline-menuLeftScale .menu-list .menu-item {
    border-bottom: 1px solid;
    overflow: hidden;
}
.timeline-menuLeftScale .menu-list .menu-item .item-name {
    text-align: center;
    display: block;
    cursor: pointer;
}
.timeline-menuLeftScale .menu-list .menu-item .item-name.prime {
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s 0s ease-in-out;
    transition: color 0.3s 0s ease-in-out;
    position: relative;
    padding: 6px 10px 7px;
}
.timeline-menuLeftScale .menu-list .menu-item.active .item-name:before {
    content: '';
    border: 10px solid transparent;
    top: 100%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
.timeline-menuLeftScale .menu-list .menu-item .subList {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}
.timeline-menuLeftScale .menu-list .menu-item.active .subList {
    display: block;
}
.timeline-menuLeftScale .menu-list .menu-item .subList .subItem {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: color 0.3s 0s ease-in-out;
    transition: color 0.3s 0s ease-in-out;
}

/* Социалька в меню */
.timeline-socialLinks {
    margin: 0 0 34px 0;
    padding: 6px 0 7px;
    background: #ddd7cd;
    text-align: center;
    width: 180px;
}
.timeline-socialLinks .item {
    display: inline-block;
    position: relative;
    padding: 0 6px 0 12px;
    list-style: none;
}
.timeline-socialLinks .item span {
    background: url("../img/icon_social_01.png") no-repeat;
    display: block;
    cursor: pointer;
}
.timeline-socialLinks .item.fb span {
    width: 10px;
    height: 19px;
    background-position: 0 0;
}
.timeline-socialLinks .item.vk span {
    width: 13px;
    height: 19px;
    background-position: -10px 0;
}
.timeline-socialLinks .item.tw span {
    width: 19px;
    height: 19px;
    background-position: -23px 0;
}
.timeline-socialLinks .item.fb span:hover {
    background-position: 0 100%;
}
.timeline-socialLinks .item.vk span:hover {
    background-position: -10px 100%;
}
.timeline-socialLinks .item.tw span:hover {
    background-position: -23px 100%;
}
/* .timeline-socialLinks .item.vk:before, */
.timeline-socialLinks .item.tw:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0 0;
    width: 1px;
    height: 17px;
    border-left: 1px solid #fcf6ec;
    background: #c4bcaf;
}

/* Социалька в меню */
@media screen and (max-width:767px) {
    .timeline-contentScale {
        margin-top: 0px;
    }
    .timeline-menuLeftScale {
        width: 100%;
        z-index: 40;
    }
    .timeline-menuLeftScale .leftBarContent {
        background: #790000;
        width: 100%;
        border-top: 1px solid #BE0808;
        display: inline-block;
    }
    .timeline-menuLeftScale .leftBarContent.fixed {
        margin-top: -20px;
    }
    .timeline-leftmenuButtonMob {
        padding-top: 3px;
        width: 17px;
        height: 17px;
        margin: 10px 11px;
        display: inline-block;
        vertical-align: top;
    }
    .timeline-leftmenuButtonMob span {
        display: block;
        margin: 0 0 3px 0;
        height: 3px;
        background: #ddd7cd;
    }
    .timeline-socialLinks {
        position: absolute;
        top: 5px;
        vertical-align: top;
        float: right;
        margin: 2px 9px 0 0;
        background: none;
        padding-top: 4px;
        width: auto;
        right: 0;
    }
    .timeline-socialLinks .item span {
        background-image: url("../img/icon_social_02_x2.png");
        background-size: 41px 40px;
    }
    .timeline-socialLinks .item.vk:before,
    .timeline-socialLinks .item.tw:before {
        border-left-color: #a21010;
        background: #520101;
    }
    .timeline-menuLeftScale .menu-list {
        width: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        display: none;
    }
    .timeline-menuLeftScale .menu-list.open {
        display: block;
    }
    .timeline-menuLeftScale .menu-list .menu-item {
        background-color: #410101;
    }
    .timeline-menuLeftScale .shadowStepScroll {
        margin-top: 20px;
    }
    .timeline-content {
        margin-left: 0px !important;
        width: 100% !important;
    }
    .timeline-separation {
        padding-top: 11px;
        padding-bottom: 8px;
        font-size: 35px;
        line-height: 40px;
    }
}

/* Меню новостей */
/* основной контент */
.timeline-content {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 800px;
    background-color: #FFF;
}
.timeline-separation {
    position: relative;
    margin: 0;
    padding: 14px 0 12px 0;
    background: #ddd7cd;
    color: #fff;
    font: normal 45px/50px 'PT Serif Caption', Georgia, serif;
    text-align: center;
}
.timeline-separation:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -27px;
    border-style: solid;
    border-width: 12px 27px;
    border-color: #ddd7cd transparent transparent transparent;
}
.timeline-indentation {
    padding: 0px 50px;
}
.timeline-eventScale {
    padding: 33px 50px 20px;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}
.timeline-eventScale h2 {
    margin: 0 0 19px 0;
    font: normal 27px/33px 'PT Serif Caption', Georgia, serif;
}
.timeline-eventScale p {
    margin: 0 0 22px 0;
}
.timeline-eventScale p a {
    color: #790000;
    text-decoration: underline;
}
.timeline-eventScale p a:hover {
    text-decoration: none;
}

/* Евенты стилизация */
.timeEvent-title {
    margin: 0 0 19px 0;
    font: normal 27px/33px 'PT Serif Caption', Georgia, serif;
}
.timeEvent-date {
    display: inline-block;
    margin: 0 0 17px 0;
    padding: 6px 10px 7px;
    background: #790000;
    color: #fff;
    font: normal 15px/20px 'PT Serif Caption', Georgia, serif;
}
.timeline-content .pull-left {
    float: left;
}
.timeline-content .pull-right {
    float: right;
}

/* Евенты стилизация */
/* основной контент */
.isShadow {
    visibility: hidden;
    opacity: 0px;
    position: relative;
    z-index: -1;
}
.shadowStepScroll {
    position: absolute;
}
.grandCenterScale {
    max-width: 1000px;
    margin: 0 auto;
    min-width: 1000px;
}

/* ! покраска в красный */
/* Главное меню */
.timeline-topMenuScale {
    background-color: #790000;
}
.timeline-topMenuItem {
    color: #ddd7cd;
}
.timeline-topMenuItem:hover {
    color: #1d0101;
}
.timeline-topMenuItem.active {
    background: #ddd7cd;
    color: #790000;
    cursor: default;
}

/* Главное меню */
/* Меню новостей */
.timeline-menuLeftScale .menu-list {
    border-color: #790000;
    background-color: #250000;
}
.timeline-menuLeftScale .menu-list .menu-item {
    border-color: #790000;
}
.timeline-menuLeftScale .menu-list .menu-item .item-name {
    color: #ddd7cd;
}
.timeline-menuLeftScale .menu-list .menu-item .subList .subItem {
    color: #ddd7cd;
    list-style: none;
}
.timeline-menuLeftScale .menu-list .menu-item .item-name:hover,
.timeline-menuLeftScale .menu-list .menu-item .subList .subItem:hover {
    color: #790000;
}
.timeline-menuLeftScale .menu-list .menu-item.active .item-name,
.timeline-menuLeftScale .menu-list .menu-item .subList .subItem.active {
    background: #790000;
    color: #ddd7cd;
}
.timeline-menuLeftScale .menu-list .menu-item.active .item-name:before {
    border-top: 5px solid #790000;
}

/* Меню новостей */
#categoryBlock {
    margin-bottom: 0;
}
.b-timeline {
    color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
.b-timeline a {
    cursor: pointer;
}
.b-timeline .pull-left {
    float: left;
}
.b-timeline .pull-right {
    float: right;
}
.b-timeline__wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 999px;
}
#b-timeline__navbar-top {
    height: 0px;
    position: relative;
    top: 20px;
    clear: both;
}
@media screen and (max-width:999px) {
    .b-timeline__wrapper {
        width: 100%;
    }
    #b-timeline__navbar-top {
        background: #790000 url('../img/bg-drop-menu.png') 0 0 repeat-x;
        position: static;
        padding-top: 2px;
        margin-bottom: 0px;
    }
    .grandCenterScale {
        max-width: 1000px;
        margin: 0 auto;
        min-width: initial;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__wrapper {
        margin-top: 60px;
    }
}
.b-timeline__bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.b-timeline__bg img {
    width: 100%;
    z-index: 1;
}
.b-timeline__bg .b-timeline_gradient {
    width: 100%;
    background: url('../img/gradient.png') 0 0 repeat-x;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
@media screen and (max-width:767px) {
    .b-timeline__bg img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -383.5px;
        width: 767px;
    }
}
.b-timeline__body {
    position: relative;
    z-index: 100;
}
#menuHeightScale {
    margin-bottom: 20px;
}
@media screen and (max-width:999px) {
    #menuHeightScale {
        margin-bottom: 0px;
    }
    .is-fixed .b-timeline__body {
    }
}
.b-timeline__menu {
    position: relative;
    z-index: 200;
    margin: 0 0 20px 0;
    background: #790000;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-timeline__menu.without-menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 0;
}
.b-timeline__menu ul {
    display: block;
}
.b-timeline__menu.without-menu ul {
    display: none;
}
.b-timeline__menu .b-timeline__dropdown-list li {
    float: left;
    list-style: none;
    line-height: 24px;
}
.b-timeline__menu .b-timeline__dropdown-list.inner li {
    float: none;
    list-style: none;
}
.b-timeline__menu .b-timeline__dropdown-list a {
    display: block;
    padding: 8px 20px;
    color: #ddd7cd;
    text-decoration: none;
    -webkit-transition: color 0.3s 0s ease-in-out;
    transition: color 0.3s 0s ease-in-out;
}
.b-timeline__menu a:hover {
    color: #1d0101;
}
.b-timeline__menu .b-timeline__dropdown-toggle {
    display: none;
    background: #790000;
    -webkit-transition: background 0.3s 0s ease-in-out;
    transition: background 0.3s 0s ease-in-out;
}
.b-timeline__menu .b-timeline__dropdown-toggle.is-active {
    background: #520101;
}
.b-timeline__menu .b-timeline__dropdown-toggle.is-active:after {
    background-position: 0 0;
}
.b-timeline__menu .is-active a,
.b-timeline__menu .is-active a:hover {
    background: #ddd7cd;
    color: #790000;
    cursor: default;
}
.b-timeline__menu .b-timeline__dropdown-list.inner .is-active a,
.b-timeline__menu .b-timeline__dropdown-list.inner .is-active a:hover {
    cursor: pointer;
}
.b-timeline__menu .b-timeline__dropdown-list.inner .b-timeline__nav-drop a,
.b-timeline__menu .b-timeline__dropdown-list.inner .b-timeline__nav-drop a:hover {
    background: none;
    cursor: pointer;
    color: #DDD7CD;
}
.b-timeline__menu .b-timeline__dropdown-list.inner .b-timeline__nav-drop a:hover {
    color: #790000;
}
.b-timeline__menu .b-timeline__dropdown-list.inner .b-timeline__nav-drop .is-active a,
.b-timeline__menu .b-timeline__dropdown-list.inner .b-timeline__nav-drop .is-active a:hover {
    background: #790000;
    cursor: default;
    color: #DDD7CD;
}
.is-fixed .b-timeline__menu {
    position: fixed;
    top: 36px;
    left: 50%;
    z-index: 10000;
    margin: 0 0 0 -499px;
    width: 999px;
}
.ipadDevice.is-fixed .b-timeline__menu {
    top: 0px;
}
@media screen and (max-width:999px) {
    .b-timeline__menu {
        margin-bottom: 0;
    }
    .b-timeline__menu .b-timeline__dropdown-list a {
        padding-right: 17px;
        padding-left: 17px;
    }
    .is-fixed .b-timeline__menu {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__menu {
        border-bottom-color: #520101;
    }
    .b-timeline__menu ul {
        display: none;
        position: absolute;
        z-index: 101;
        top: 50%;
        width: 100%;
    }
    .b-timeline__menu ul.mustBeOpenHist {
        display: block !important;
    }
    .b-timeline__dropdown-toggle span.icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 16px;
        margin: -10px 0 0 0;
        width: 19px;
        height: 19px;
        background: url("../img/btn_01.png") no-repeat 0 100%;
    }
    .b-timeline__dropdown-toggle.is-active span.icon {
        background-position: 0 0;
    }
    #b-timeline__navbar-top {
        border-top: 1px solid #520101;
    }
    #b-timeline__navbar-top .b-timeline__social {
        padding-top: 4px;
    }
    .b-timeline__menu li {
        display: block;
        float: none;
        border-top: 1px solid #a21010;
    }
    .b-timeline__menu li:first-child {
        border-top: none;
    }
    .b-timeline__menu a {
        background: #410101;
        text-align: center;
        height: auto;
        line-height: 24px;
    }
    .b-timeline__menu a:hover {
        color: #fff;
    }
    .b-timeline__menu .b-timeline__dropdown-toggle {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #DDD7CD;
    }
    .is-fixed .b-timeline__menu {
        top: 60px;
    }
}
#b-timeline__navbar {
    display: block;
}
#b-timeline__navbar-top {
    width: 180px;
}
.b-timeline__navbar {
    position: relative;
    float: left;
    margin: 0;
    width: 180px;
}
.is-fixed .b-timeline__navbar {
    position: fixed;
    top: 96px;
    left: 50%;
    z-index: 10000;
    margin: 0 0 0 -499px;
}
.ipadDevice.is-fixed .b-timeline__navbar {
    top: 60px;
}
.is-fixed .b-timeline__navbar.without-menu {
    top: 36px;
    margin-left: -499.5px;
}
.is-ended .b-timeline__navbar {
    position: absolute;
    top: auto !important;
    bottom: 0;
}
@media screen and (max-width:999px) {
    .b-timeline__social ul {
        display: block;
        position: static;
    }
    .b-timeline__social ul li {
        border-top: none;
    }
    .b-timeline__social ul li a {
        background: none;
    }
    #b-timeline__navbar {
        display: none;
    }
    #b-timeline__navbar-top {
        display: block;
        width: 100%;
    }
    .b-timeline__navbar {
        float: none;
        width: 100%;
        height: 40px;
        border-top: 1px solid #520101;
        background: #790000;
    }
    .is-ended .b-timeline__navbar {
        position: fixed;
        top: auto;
        bottom: auto;
    }
    .is-fixed .b-timeline__navbar {
        top: 76px;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    .ipadDevice.is-fixed .b-timeline__navbar {
        top: 41px;
    }
    .is-fixed .b-timeline__navbar.without-menu {
        top: 36px;
        margin-left: 0;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__navbar {
        border-top-color: #a21010;
    }
    .is-fixed .b-timeline__navbar {
        top: 100px;
    }
    .is-fixed .b-timeline__navbar.without-menu {
        top: 60px;
        margin-left: 0;
    }
    .b-timeline__menu .b-timeline__dropdown-list li {
        width: 100%;
    }
}
.b-timeline__social {
    margin: 0 0 34px 0;
    padding: 6px 0 7px;
    background: #ddd7cd;
    text-align: center;
}
.b-timeline__social li {
    display: inline-block;
    position: relative;
    padding: 0 6px 0 12px;
    list-style: none;
}
.b-timeline__social li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0 0;
    width: 1px;
    height: 17px;
    border-left: 1px solid #fcf6ec;
    background: #c4bcaf;
}
.b-timeline__social li:first-child:before {
    display: none;
}
.b-timeline__social .b-timeline__icon.is-invert {
    display: none;
}
@media screen and (max-width:999px) {
    .b-timeline__social {
        float: right;
        margin: 2px 9px 0 0;
        background: none;
    }
    .b-timeline__social li:before {
        border-left-color: #a21010;
        background: #520101;
    }
    .b-timeline__social .b-timeline__icon {
        display: none;
    }
    .b-timeline__social .b-timeline__icon.is-invert {
        display: inline-block;
    }
}
.b-timeline__nav ul {
    display: block;
    position: relative;
}
.b-timeline__nav li {
    border-top: 1px solid #790000;
    list-style: none;
}
.timeline-menuLeftScale .menu-list .menu-item .item-name.prime {
    display: block;
    position: relative;
    padding: 6px 10px 7px;
    color: #ddd7cd;
    font: normal 20px/26px 'PT Serif Caption', Georgia, serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
    transition: background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
}
.b-timeline__nav li a:hover {
    color: #790000;
}
.b-timeline__nav li:first-child {
    border-top: none;
}
.b-timeline__nav .slimScrollDiv {
    border-style: solid;
    border-width: 3px 1px;
    border-color: #790000;
}
.b-timeline__nav .b-timeline__dropdown-list {
    background: #250000;
}
.b-timeline__nav .b-timeline__dropdown-toggle {
    display: none;
    position: relative;
    width: 39px;
    height: 40px;
    -webkit-transition: background 0.3s 0s ease-in-out;
    transition: background 0.3s 0s ease-in-out;
}
.b-timeline__nav .b-timeline__dropdown-toggle .b-timeline__icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.b-timeline__nav .b-timeline__dropdown-toggle:hover,
.b-timeline__nav .b-timeline__dropdown-toggle.is-active {
    background-color: #410101;
}
.b-timeline__nav .b-timeline__dropdown-toggle:hover .b-timeline__icon span,
.b-timeline__nav .b-timeline__dropdown-toggle.is-active .b-timeline__icon span {
    background-color: #790000;
}
.b-timeline__nav .is-active > a,
.b-timeline__nav .is-active > a:hover {
    background: #790000;
    color: #ddd7cd;
    cursor: default;
}
.b-timeline__nav .b-timeline__nav-drop {
    visibility: hidden;
    opacity: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 0px;
    -webkit-transition: visibility 0s 0.3s ease-in-out, opacity 0.3s 0s ease-in-out;
    transition: visibility 0s 0.3s ease-in-out, opacity 0.3s 0s ease-in-out;
}
.b-timeline__nav .b-timeline__nav-drop li {
    border-top: none;
}
.b-timeline__nav .b-timeline__nav-drop a {
    padding: 0 10px 3px;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}
.b-timeline__nav .b-timeline__nav-drop:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -10px;
    border-style: solid;
    border-width: 5px 10px;
    border-color: #790000 transparent transparent transparent;
}
.b-timeline__nav .b-timeline__nav-drop .is-active > a,
.b-timeline__nav .b-timeline__nav-drop .is-active > a:hover {
    cursor: default;
}
.b-timeline__nav .is-active > .b-timeline__nav-drop {
    visibility: visible;
    opacity: 1;
    padding-top: 8px;
    padding-bottom: 10px;
    height: auto;
    -webkit-transition: opacity 0.3s 0s ease-in-out;
    transition: opacity 0.3s 0s ease-in-out;
}
.b-timeline__nav.is-collapsed .b-timeline__nav-drop {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}
@media screen and (max-width:999px) {
    .b-timeline__nav {
        float: left;
    }
    .b-timeline__nav .b-timeline__dropdown-list {
        display: none;
        position: absolute;
        z-index: 100;
        top: 100%;
        width: 320px;
        border-width: 0 0 3px;
        background-color: #410101;
    }
    .b-timeline__nav .b-timeline__dropdown-toggle {
        display: block;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__nav .b-timeline__dropdown-list {
        width: 100%;
    }
}
.b-timeline__events {
    position: relative;
    float: right;
    width: 800px;
    min-height: 500px;
    background-color: #fff;
}
@media screen and (max-width:999px) {
    .b-timeline__events {
        float: none;
        width: 100%;
    }
}
.b-timeline__category {
    position: relative;
    margin: 0;
    padding: 14px 0 12px 0;
    background: #ddd7cd;
    color: #fff;
    font: normal 45px/50px 'PT Serif Caption', Georgia, serif;
    text-align: center;
}
.b-timeline__category:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -27px;
    border-style: solid;
    border-width: 12px 27px;
    border-color: #ddd7cd transparent transparent transparent;
}
.b-timeline__event + .b-timeline__category {
    margin-top: 10px;
}
@media screen and (max-width:767px) {
    .b-timeline__category {
        padding-top: 11px;
        padding-bottom: 8px;
        font-size: 35px;
        line-height: 40px;
    }
}
.b-timeline__event {
    margin: 0;
    padding: 33px 50px 20px;
    background: #fff;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}
.b-timeline__event h2 {
    margin: 0 0 19px 0;
    font: normal 27px/33px 'PT Serif Caption', Georgia, serif;
}
.b-timeline__event h3 {
    margin: 0 0 13px 0;
    font: normal 18px/22px 'PT Serif Caption', Georgia, serif;
}
.b-timeline__event p {
    margin: 0 0 22px 0;
}
.b-timeline__event p a {
    color: #790000;
}
.b-timeline__event p a:hover {
    text-decoration: none;
}
.b-timeline__event ol {
    counter-reset: li;
    margin: 0 0 22px 0;
}
.b-timeline__event ol li {
    display: block;
    position: relative;
    margin-bottom: 17px;
    padding: 0 0 0 35px;
    min-height: 22px;
    list-style: none;
}
.b-timeline__event ol li:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 1px 0 0;
    width: 21px;
    height: 18px;
    border-radius: 11px;
    background: #ebe7e1;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
}
.b-timeline__event ul {
    margin: 0 0 22px 0;
}
.b-timeline__event ul li {
    position: relative;
    margin-bottom: 17px;
    padding: 0 0 0 23px;
    list-style: none;
}
.b-timeline__event ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #c0b5a7;
}
@media screen and (max-width:767px) {
    .b-timeline__event {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .b-timeline__event h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .b-timeline__event h3 {
        margin-bottom: 9px;
        font-size: 16px;
    }
    .b-timeline__event p {
        margin-bottom: 14px;
    }
    .b-timeline__event + .b-timeline__event {
        padding-top: 23px;
    }
    .b-timeline__event .b-timeline__lead {
        margin-bottom: 14px;
    }
}
.b-timeline__divider {
    display: block;
    margin: 10px auto;
    padding: 0;
    height: 1px;
    border-bottom: 3px solid #fff;
    font-size: 1px;
    line-height: 1px;
    text-indent: -30000px;
}
.b-timeline__divider.size-s {
    width: 46px;
}
@media screen and (max-width:767px) {
    .b-timeline__divider {
        border-bottom-width: 1px;
    }
    .b-timeline__divider.size-s {
        width: 20px;
    }
}
.b-timeline__icon {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: middle;
}
.b-timeline__icon.icon_fb,
.b-timeline__icon.icon_vk,
.b-timeline__icon.icon_tw {
    background: url("../img/icon_social_01.png") no-repeat;
}
.b-timeline__dropdown-list-menu {
    background: url("../img/bg-menu.png") repeat 0px 1px;
    box-shadow: inset 0px -1px 0px 0px #790000;
    float: left;
}
.b-timeline__icon.icon_fb.is-invert,
.b-timeline__icon.icon_vk.is-invert,
.b-timeline__icon.icon_tw.is-invert {
    background-image: url("../img/icon_social_02.png");
}
.b-timeline__icon.icon_fb {
    width: 10px;
    height: 19px;
    background-position: 0 0;
}
a:hover .b-timeline__icon.icon_fb,
a .b-timeline__icon.icon_fb:hover {
    background-position: 0 100%;
}
.b-timeline__icon.icon_vk {
    width: 13px;
    height: 19px;
    background-position: -10px 0;
}
a:hover .b-timeline__icon.icon_vk,
a .b-timeline__icon.icon_vk:hover {
    background-position: -10px 100%;
}
.b-timeline__icon.icon_tw {
    width: 19px;
    height: 19px;
    background-position: -23px 0;
}
a:hover .b-timeline__icon.icon_tw,
a .b-timeline__icon.icon_tw:hover {
    background-position: -23px 100%;
}
.b-timeline__icon.icon_video {
    width: 20px;
    height: 20px;
    background: url("../img/icon_video.png") no-repeat 0 0;
}
.b-timeline__icon.icon_menu {
    padding-top: 3px;
    width: 17px;
    height: 17px;
}
.b-timeline__icon.icon_menu span {
    display: block;
    margin: 0 0 3px 0;
    height: 3px;
    background: #ddd7cd;
    -webkit-transition: background 0.3s 0s ease-in-out;
    transition: background 0.3s 0s ease-in-out;
}
.b-timeline__lead {
    display: block;
    font-weight: bold;
    margin: 0 0 28px 0;
}
.b-timeline__date {
    display: inline-block;
    margin: 0 0 17px 0;
    padding: 6px 10px 7px;
    background: #790000;
    color: #fff;
    font: normal 15px/20px 'PT Serif Caption', Georgia, serif;
}
@media screen and (max-width:767px) {
    .b-timeline__date {
        margin-bottom: 12px;
        padding: 2px 8px 3px;
        font-size: 12px;
        line-height: 17px;
    }
}
.b-timeline__quote {
    position: relative;
    margin: 0 0 17px 0;
    font: italic 22px/33px 'PT Serif Caption', Georgia, serif;
}
.b-timeline__quote:before {
    content: "“";
    display: inline-block;
    position: relative;
    top: -9px;
    left: -8px;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 28px;
    color: #790000;
    font-size: 95px;
    line-height: 95px;
    font-style: normal;
    vertical-align: middle;
}
.b-timeline__quote.pull-left,
.b-timeline__quote.pull-right {
    width: 350px;
}
.b-timeline__quote.pull-left {
    margin-right: 40px;
}
.b-timeline__quote.pull-right {
    margin-left: 40px;
}
@media screen and (max-width:999px) {
    .b-timeline__quote.pull-left,
    .b-timeline__quote.pull-right {
        width: 335px;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__quote {
        padding-top: 10px;
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 30px;
    }
    .b-timeline__quote.pull-left,
    .b-timeline__quote.pull-right {
        float: none;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}
.b-timeline__quote-author {
    display: block;
    padding: 5px 0 0 0;
    color: #535353;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}
.b-timeline__img {
    margin: 0 -50px 19px;
}
.b-timeline__img.pull-left,
.b-timeline__img.pull-right {
    display: block;
    margin: 0 -20px 19px;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
    width: 350px;
}
.b-timeline__img.pull-left.size-s,
.b-timeline__img.pull-right.size-s {
    width: 240px;
}
.b-timeline__img.pull-left {
    margin-right: 40px;
}
.b-timeline__img.pull-right {
    margin-left: 40px;
}
.b-timeline__img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.b-timeline__img-caption,.b-timeline__news-caption{
    margin: 0;
    padding: 7px 30px 9px;
    background: #ebe7e1;
    color: #3a3a3a;
    font: italic 12px/18px 'PT Serif Caption', Georgia, serif;
}
@media screen and (max-width:999px) {
    .b-timeline__img.pull-left,
    .b-timeline__img.pull-right {
        width: 335px;
    }
    .b-timeline__img.pull-left.size-s,
    .b-timeline__img.pull-right.size-s {
        width: 215px;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__img {
        margin-right: -12px;
        margin-left: -12px;
    }
    .b-timeline__img-caption {
        padding: 6px 12px 9px;
        line-height: 17px;
    }
    .b-timeline__img.pull-left,
    .b-timeline__img.pull-right,
    .b-timeline__img.pull-left.size-s,
    .b-timeline__img.pull-right.size-s {
        float: none;
        margin-right: -12px;
        margin-left: -12px;
        width: auto;
    }
}
@media screen and (max-width:767px) {
}
.b-timeline__reference {
    margin: 0 -20px 19px;
    border-style: solid;
    border-width: 2px 0 0;
    border-color: #c0b5a7;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 18px;
}
.b-timeline__reference h3 {
    margin-bottom: 0;
    color: #520101;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
.b-timeline__reference p {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.b-timeline__reference .b-timeline__lead {
    margin-bottom: 18px;
}
.b-timeline__reference-header {
    padding: 11px 18px 13px;
    background: #ebe7e1;
}
.b-timeline__reference-body {
    padding: 10px 18px 0;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #c0b5a7;
}
.b-timeline__reference-body img {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.b-timeline__reference-body ol,
.b-timeline__reference-body ul {
    font-weight: bold;
}
.b-timeline__reference.pull-left,
.b-timeline__reference.pull-right {
    width: 350px;
}
.b-timeline__reference.pull-left {
    margin-right: 40px;
}
.b-timeline__reference.pull-right {
    margin-left: 40px;
}
@media screen and (max-width:999px) {
    .b-timeline__reference.pull-left,
    .b-timeline__reference.pull-right {
        width: 335px;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__reference {
        margin: 0 -12px 17px;
        font-size: 12px;
        line-height: 16px;
    }
    .b-timeline__reference h3 {
        font-size: 13px;
    }
    .b-timeline__reference-header {
        padding: 7px 13px 9px;
        background: #ebe7e1;
    }
    .b-timeline__reference-body {
        padding: 8px 13px 0;
        border-width: 0 0 1px;
    }
    .b-timeline__reference.pull-left,
    .b-timeline__reference.pull-right {
        float: none;
        margin-right: -12px;
        margin-left: -12px;
        width: auto;
    }
}
.b-timeline__persona {
    position: relative;
    margin: 0 -50px 19px;
    min-height: 201px;
    border-style: solid;
    border-width: 2px 0 0;
    border-color: #c0b5a7;
    background: #ebe7e1;
    color: #3a3a3a;
    font: italic 13px/18px 'PT Serif Caption', Georgia, serif;
}
.b-timeline__persona h3 {
    margin-bottom: 4px;
    color: #520101;
    font-size: 17px;
    line-height: 22px;
    font-style: italic;
}
.b-timeline__persona p {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.b-timeline__persona-header {
    padding: 15px 30px 0 180px;
    background: #ebe7e1;
}
.b-timeline__persona-body {
    padding: 0 40px 0 180px;
    border-style: solid;
    border-width: 0;
    border-color: #c0b5a7;
}
.b-timeline__persona-img {
    position: absolute;
    top: 41px;
    left: 30px;
    width: 120px;
}
.b-timeline__persona-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.b-timeline__persona.pull-left,
.b-timeline__persona.pull-right {
    width: 350px;
    min-height: 0;
    background: none;
}
.b-timeline__persona.pull-left .b-timeline__persona-header,
.b-timeline__persona.pull-right .b-timeline__persona-header {
    padding: 10px 17px 10px 137px;
    height: 113px;
    background: #ebe7e1;
    line-height: 113px;
}
.b-timeline__persona.pull-left .b-timeline__persona-header h3,
.b-timeline__persona.pull-right .b-timeline__persona-header h3 {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
}
.b-timeline__persona.pull-left .b-timeline__persona-body,
.b-timeline__persona.pull-right .b-timeline__persona-body {
    padding: 13px 20px 0;
    border-width: 0 1px 1px 1px;
}
.b-timeline__persona.pull-left .b-timeline__persona-img,
.b-timeline__persona.pull-right .b-timeline__persona-img {
    top: 18px;
    left: 17px;
    width: 103px;
}
.b-timeline__persona.pull-left {
    margin-right: 40px;
    margin-left: -20px;
}
.b-timeline__persona.pull-right {
    margin-right: -20px;
    margin-left: 40px;
}
@media screen and (max-width:999px) {
    .b-timeline__persona.pull-left,
    .b-timeline__persona.pull-right {
        width: 335px;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__persona {
        margin: 0 -12px 17px;
        min-height: 0;
        background: none;
    }
    .b-timeline__persona .b-timeline__persona-header,
    .b-timeline__persona.pull-right .b-timeline__persona-header,
    .b-timeline__persona.pull-left .b-timeline__persona-header {
        padding: 10px 12px 10px 120px;
        height: 88px;
        background: #ebe7e1;
        line-height: 88px;
    }
    .b-timeline__persona .b-timeline__persona-header h3,
    .b-timeline__persona.pull-right .b-timeline__persona-header h3,
    .b-timeline__persona.pull-left .b-timeline__persona-header h3 {
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
        vertical-align: middle;
    }
    .b-timeline__persona .b-timeline__persona-body,
    .b-timeline__persona.pull-right .b-timeline__persona-body,
    .b-timeline__persona.pull-left .b-timeline__persona-body {
        padding: 5px 12px 0 12px;
        border-width: 0 0 1px 0;
    }
    .b-timeline__persona .b-timeline__persona-img,
    .b-timeline__persona.pull-right .b-timeline__persona-img,
    .b-timeline__persona.pull-left .b-timeline__persona-img {
        top: 13px;
        left: 12px;
        width: 86px;
    }
    .b-timeline__persona.pull-left,
    .b-timeline__persona.pull-right {
        float: none;
        margin-right: -12px;
        margin-left: -12px;
        width: auto;
        background: none;
    }
}
.b-timeline__news {
    display: block;
    margin: 0 -20px 19px;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #c0b5a7;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
}
.b-timeline__news-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.b-timeline__news-caption {
    padding: 9px 20px 14px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #c0b5a7;
}
.b-timeline__news.pull-left,
.b-timeline__news.pull-right {
    width: 350px;
}
.b-timeline__news.pull-left.size-s,
.b-timeline__news.pull-right.size-s {
    width: 240px;
}
.b-timeline__news.pull-left {
    margin-right: 40px;
}
.b-timeline__news.pull-right {
    margin-left: 40px;
}
.b-timeline__news:hover .b-timeline__news-caption {
    color: #790000;
    text-decoration: underline;
}
@media screen and (max-width:999px) {
    .b-timeline__news.pull-left,
    .b-timeline__news.pull-right {
        width: 335px;
    }
    .b-timeline__news.pull-left.size-s,
    .b-timeline__news.pull-right.size-s {
        width: 215px;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__news {
        font-size: 12px;
        line-height: 16px;
    }
    .b-timeline__news-caption {
        padding-right: 12px;
        padding-left: 12px;
        border-width: 0 0 1px;
    }
    .b-timeline__news.pull-left,
    .b-timeline__news.pull-right,
    .b-timeline__news.pull-left.size-s,
    .b-timeline__news.pull-right.size-s {
        float: none;
        margin-right: -12px;
        margin-left: -12px;
        width: auto;
    }
}
.b-timeline__infographic {
    display: block;
    margin: 0 -20px 19px;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #c0b5a7;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
}
.b-timeline__infographic h3 {
    margin-bottom: 0;
    padding: 10px 20px 14px;
    background: #ebe7e1;
    color: #520101;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
.b-timeline__infographic-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.b-timeline__infographic-caption {
    padding: 9px 20px 14px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #c0b5a7;
}
.b-timeline__infographic.pull-left,
.b-timeline__infographic.pull-right {
    width: 240px;
}
.b-timeline__infographic.pull-left {
    margin-right: 40px;
}
.b-timeline__infographic.pull-right {
    margin-left: 40px;
}
.b-timeline__infographic:hover .b-timeline__infographic-caption {
    color: #790000;
    text-decoration: underline;
}
@media screen and (max-width:999px) {
    .b-timeline__infographic.pull-left,
    .b-timeline__infographic.pull-right {
        width: 215px;
    }
    #b-timeline__dropdown-list-box {
        height: 0px !important;
    }
}
@media screen and (max-width:767px) {
    .b-timeline__infographic {
        display: none;
    }
}
.b-timeline__share {
    position: relative;
    overflow: hidden;
    margin: 0 -20px 0;
    padding: 18px 20px 8px;
    border: 1px solid #e2e1e1;
}
@media screen and (max-width:767px) {
    .b-timeline__share {
        margin-right: 0;
        margin-left: 0;
    }
}
.b-timeline__gallery {
    position: relative;
    margin: 0 -50px 19px;
    padding: 0;
    border-top: solid 2px #c0b5a7;
    background: #ebe7e1;
}
.b-timeline__gallery .b-timeline__gallery-header {
    margin: 0;
    padding: 13px 30px 11px;
}
.b-timeline__gallery .b-timeline__gallery-header h3 {
    margin-bottom: 0;
    color: #520101;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
.b-timeline__gallery .b-timeline__gallery-carousel {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.b-timeline__gallery .b-timeline__gallery-slides {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    transition-property: transform, left, top;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.b-timeline__gallery .b-timeline__gallery-slide {
    position: relative;
    overflow: hidden;
    float: left;
    max-height: 517px;
}
.b-timeline__gallery .b-timeline__gallery-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.b-timeline__gallery .b-timeline__gallery-nav span {
    display: block;
    position: absolute;
    z-index: 200;
    top: 50%;
    margin: -16px 0 0 0;
    width: 30px;
    height: 32px;
    background-image: url("../img/btn_02.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.b-timeline__gallery .b-timeline__gallery-prev {
    left: 0;
    background-position: 0 -33px;
}
.b-timeline__gallery .b-timeline__gallery-prev:hover {
    background-position: 0 0;
}
.b-timeline__gallery .b-timeline__gallery-next {
    right: 0;
    background-position: -31px -33px;
}
.b-timeline__gallery .b-timeline__gallery-next:hover {
    background-position: -31px 0;
}
.b-timeline__gallery .b-timeline__gallery-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 7px 30px 3px;
    background: url("../img/bg_02.png") repeat 0 0;
}
.b-timeline__gallery .b-timeline__gallery-meta {
    height: 23px;
}
.b-timeline__gallery .b-timeline__gallery-counter {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}
.b-timeline__gallery .b-timeline__gallery-toggle {
    float: right;
    margin: 4px 0 0 0;
    width: 20px;
    height: 11px;
    background: url("../img/btn_03.png") no-repeat 0 -12px;
    cursor: pointer;
}
.b-timeline__gallery .b-timeline__gallery-toggle.is-active {
    background-position: 0 0;
}
.b-timeline__gallery .b-timeline__gallery-caption,
.b-timeline__gallery .b-timeline__gallery-caption span a {
    padding: 0 0 6px 0;
    color: #ebe7e1;
    font: italic 12px/18px 'PT Serif Caption', Georgia, serif;
}
.b-timeline__gallery .b-timeline__gallery-caption span a:hover {
    text-decoration: none;
}
.b-timeline__gallery .b-timeline__gallery-caption > span {
    display: block;
}
.b-timeline__gallery .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}
.b-timeline__gallery .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}
.b-timeline__gallery.is-started .b-timeline__gallery-prev {
    display: none;
}
.b-timeline__gallery.is-ended .b-timeline__gallery-next {
    display: none;
}
.b-timeline__gallery.b-timeline__gallery_b {
    border-top: none;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-footer {
    position: static;
    padding: 0;
    background: none;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-meta {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 0;
    height: 32px;
    background: url("../img/bg_02.png") repeat 0 0;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 32px;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-counter {
    float: right;
    padding-top: 7px;
    width: 110px;
    height: 25px;
    text-align: center;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-toggle {
    float: right;
    margin-top: 0;
    padding-top: 6px;
    padding-left: 40px;
    width: 120px;
    height: 26px;
    background: url("../img/btn_04.png") no-repeat 0 -33px;
    color: #ebe7e1;
    font-size: 12px;
    line-height: 19px;
    cursor: pointer;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-toggle span {
    display: none;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-toggle span:first-child {
    display: block;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-toggle.is-active {
    background-position: 0 0;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-toggle.is-active span {
    display: block;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-toggle.is-active span:first-child {
    display: none;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-caption {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    padding: 59px 15px 0;
    width: 240px;
    background: url("../img/bg_02.png") repeat 0 0;
    font: normal 13px/18px 'Helvetica', Arial;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-caption h3 {
    margin-bottom: 19px;
    font: italic 22px/33px 'PT Serif Caption', Georgia, serif;
}
.b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-caption > span {
    position: absolute;
    bottom: 16px;
    left: 15px;
    font-size: 13px;
}
@media screen and (max-width:767px) {
    .b-timeline__gallery {
        margin-right: -12px;
        margin-left: -12px;
    }
    .b-timeline__gallery .b-timeline__gallery-header {
        padding: 5px 12px;
    }
    .b-timeline__gallery .b-timeline__gallery-header h3 {
        font-size: 13px;
    }
    .b-timeline__gallery .b-timeline__gallery-footer {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 8px 12px 11px;
        background: none;
    }
    .b-timeline__gallery .b-timeline__gallery-meta {
        height: 22px;
    }
    .b-timeline__gallery .b-timeline__gallery-counter {
        color: #000;
    }
    .b-timeline__gallery .b-timeline__gallery-toggle {
        display: none;
    }
    .b-timeline__gallery .b-timeline__gallery-caption {
        display: block !important;
        color: #3a3a3a;
        line-height: 15px;
    }
    .b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-footer {
        position: relative;
        padding: 6px 12px 16px;
    }
    .b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-meta {
        position: relative;
        height: 22px;
        background: none;
    }
    .b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-counter {
        float: none;
        padding-top: 0;
        width: auto;
        height: auto;
        text-align: left;
    }
    .b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-caption {
        display: block;
        width: 100%;
        background: none;
    }
    .b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-caption h3 {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 20px;
    }
    .b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-caption,
    .b-timeline__gallery.b-timeline__gallery_b .b-timeline__gallery-caption > span {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 0;
        font-size: 12px;
        line-height: 16px;
    }
}
.b-timeline__video {
    clear: both;
    position: relative;
    margin: 0 -50px 19px;
    padding: 0;
    border-top: solid 2px #c0b5a7;
    background: #ebe7e1;
}
.b-timeline__video.video_50 {
    width: 50%;
}
.b-timeline__video.video_25{
    width: 50%;
}
.b-timeline__video .videoplayer-box {
    width: 100% !important;
}
.b-timeline__video.video_left {
    float: left;
    margin-right: 40px;
    margin-left: -20px;
}
.b-timeline__video.video_right {
    float: right;
    margin-left: 40px;
    margin-right: -20px;
}
.b-timeline__video.video_100 {
    float: none;
    margin: 0px -50px;
}
.b-timeline__video .b-timeline__video-header {
    padding: 11px 30px 11px 63px;
}
.b-timeline__video .b-timeline__video-header h3 {
    margin-bottom: 0;
    color: #520101;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
}
.b-timeline__video .b-timeline__video-header .b-timeline__icon.icon_video {
    position: absolute;
    top: 10px;
    left: 30px;
}
.b-timeline__video .b-timeline__video-body img {
    width: 100%;
}
.b-timeline__video .b-timeline__video-body .b-video {
    margin: 0 auto;
    max-width: 800px;
}
.b-timeline__video .b-timeline__video-footer {
    padding: 1px 30px 8px;
    color: #666;
    font: italic 12px/19px 'PT Serif Caption', Georgia, serif;
}
@media screen and (max-width:767px) {
    .b-timeline__video {
        margin-right: -12px;
        margin-left: -12px;
    }
    .b-timeline__video.video_100 {
        margin-right: -12px;
        margin-left: -12px;
    }
    .b-timeline__video .b-timeline__video-header {
        padding: 11px 12px 11px 45px;
    }
    .b-timeline__video .b-timeline__video-header h3 {
        font-size: 13px;
    }
    .b-timeline__video .b-timeline__video-header .b-timeline__icon.icon_video {
        top: 10px;
        left: 12px;
    }
    .b-timeline__video.video_50,.b-timeline__video.video_25 {
        width: initial;
        margin-left: -12px;
        margin-right: -12px;
        float: none;
    }
}
.b-timeline__dynamicinfographics {
    width: 800px;
    margin-left: -50px;
}
.b-timeline__dynamicinfographics ul li {
    margin: 0;
    padding: 0;
}
.b-timeline__dynamicinfographics ul li:before {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
    .timeline-socialLinks .item span{
        background-image: url("../img/icon_social_01_x2.png");
        -webkit-background-size: 41px 40px;
        background-size: 41px 40px;
    }
    .b-timeline__icon.icon_fb,
    .b-timeline__icon.icon_vk,
    .b-timeline__icon.icon_tw {
        background-image: url("../img/icon_social_01_x2.png");
        -webkit-background-size: 41px 40px;
        background-size: 41px 40px;
    }
    .b-timeline__icon.icon_fb.is-invert,
    .b-timeline__icon.icon_vk.is-invert,
    .b-timeline__icon.icon_tw.is-invert {
        background-image: url("../img/icon_social_02_x2.png");
    }
    .b-timeline__menu .b-timeline__dropdown-toggle:after {
        background-image: url("../img/btn_01_x2.png");
        -webkit-background-size: 19px 39px;
        background-size: 19px 39px;
    }
    .b-timeline__gallery .b-timeline__gallery-nav span {
        background-image: url("../img/btn_02_x2.png");
        -webkit-background-size: 61px 98px;
        background-size: 61px 98px;
    }
}
.hidden-blocks {
    display: none;
}
.b-timeline__dynamicinfographics {
    margin-left: -50px;
    margin-right: -50px;
}
@media screen and (max-width:767px) {
    .b-timeline__dynamicinfographics {
        display: none;
        margin-right: -12px;
        margin-left: -12px;
    }
}
.b-timeline__socials .b-social-widgets {
    width: 100%;
}
.b-page__bg .bCategoryScale {
    margin-bottom: 0px;
}
.b-page__bg .bCategoryScale .b-category__lenta-btn,
.b-page__bg .b-content_lenta-minified .b-category__lenta-btn {
    display: none;
}
.b-page__bg .b-content_lenta-minified .b-category__list {
    padding-left: 0;
}
.b-timeline__dropdown-list.inner.mustBeOpen {
    display: block !important;
}
.b-timeline__socials {
    height: 41px;
}
@media screen and (max-width:767px) {
    .b-lenta-header {
        position: fixed;
        top: 0;
        z-index: 100;
    }
    .b-timeline__socials {
        height: 122px;
    }
    .b-timeline__dropdown-list.inner {
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #b-timeline__nav .slimScrollDiv {
        width: 100% !important;
        position: absolute !important;
    }
    .slimScrollDiv #b-timeline__dropdown-list-box {
        height: auto !important;
    }
    .slimScrollDiv .b-timeline__dropdown-list.inner {
        position: relative !important;
    }
}
#b-timeline__loader {
    display: none;
    left: 50%;
    margin-left: -301px;
    text-align: center;
    padding-top: 7px;
    position: fixed;
    bottom: 0;
    width: 800px;
    height: 36px;
    background-color: #f9f9f9;
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
@media screen and (max-width:999px) {
    #b-timeline__loader {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
.b-timeline a.blockquote {
    color: #000;
    text-decoration: none;
}
.b-timeline .gallery-100 {
    float: none !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
}
.b-timeline .gallery-50 {
    width: 50%;
}
.b-timeline .gallery-25 {
    width: 240px;
}
.b-timeline .gallery-left {
    float: left;
    margin-right: 40px;
}
.b-timeline .gallery-right {
    float: right;
    margin-left: 40px;
}
@media screen and (max-width:767px) {
    .b-timeline .gallery-100 {
        float: none !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .b-timeline .gallery-right,
    .b-timeline .gallery-left {
        float: none;
    }

    .b-timeline .gallery-50,
    .b-timeline .gallery-25 {
        width: initial;
        margin-left: -12px;
        margin-right: -12px;
    }
}
#b-timeline__navbar-top.clone {
    height: auto;
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 1px;
    width: 180px;
    z-index: 1000;
}
.defaultScrollBar {
    max-height: 170px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.copyright-addition .b-timeline__img-caption a {
    text-decoration: none;
}
.copyright-addition img {
    display: block;
    margin-bottom: 0px;
}
.copyright-addition .b-timeline__img-caption {
    margin-bottom: 10px;
}

/* новый слайдер. */
.timelineGallery-scale {
    position: relative;
}
.timelineGallery-listScale {
    width: 100%;
    overflow: hidden;
}
.timelineGallery-list {
    position: relative;
    width: 100%;
}
.timelineGallery-list.transitionTrue {
    -webkit-transition: margin 1s;
    -o-transition: margin 1s;
    transition: margin 1s;
}
.timelineGallery-list .item {
    position: absolute;
    top: 0px;
    width: 100%;
}
.timelineGallery-list .item:first-child {
    position: relative;
}
.timelineGallery-list .item img {
    width: 100%;
    display: block;
}
.b-timeline__video .b-video-play {
    margin: -43px 0 0 -44px !important;
}

/* timeline.css */
.b-timeline__header {
    color: #FFF;
}
.b-timeline__intro {
    position: relative;
    z-index: 1;
}

/* mobileCSS */
@media screen and (max-width:767px) {
    /* Главное меню */
    .timeline-mobileTMTitle {
        display: block;
    }
    .timeline-topMenuScale {
        width: 100%;
        display: block;
        margin-bottom: 0px;
        height: 40px;
        z-index: 350;
        position: relative;
    }
    .timeline-topMenuScale .timeline-topMenuItem {
        display: none;
    }
    .timeline-topMenuScale.active .timeline-topMenuItem {
        display: block;
        border-top: 1px solid #a21010;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        background: #520101;
    }
    .timeline-mobileTMTitle {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #DDD7CD;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }
    .timeline-topMenuScale.active .timeline-mobileTMTitle {
        background: #520101;
    }
    .timeline-mobileTMTitle .icon {
        display: block;
        position: absolute;
        top: 20px;
        right: 16px;
        margin: -10px 0 0 0;
        width: 19px;
        height: 19px;
        background: url("../img/btn_01.png") no-repeat 0 100%;
    }
    .timeline-topMenuScale.active .timeline-mobileTMTitle .icon {
        background-position: 0 0;
    }
    .timeline-topMenuScale.active .timeline-topMenuItem.active {
        padding: 0px;
        background: #ddd7cd;
        color: #790000;
        cursor: default
    }
    .timeline-topMenuScale .timeline-topMenuItem.active a {
        display: block;
    }

    /* Главное меню */
    .timeline-eventScale {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .timeline-separation {
        padding-top: 11px;
        padding-bottom: 8px;
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0px;
    }
    /* years */
    .timeline-topMenuScale.years {
        top: 0!important;
        z-index: 349!important;
    }
    .timeline-topMenuScale.years.fixed {
        top: 40px!important;
    }
    .years .timeline-topMenuItem {
        color: #fff;
    }
    .years .timeline-topMenuItem {
        background: #221b76;
    }
}

/* 1000 */
@media screen and (max-width:999px) {
    /* Меню новостей */
    .timeline-contentScale {
        margin-top: 0px;
    }
    .timeline-menuLeftScale {
        width: 100%;
        z-index: 250;
        height: 41px;
    }
    .timeline-menuLeftScale .leftBarContent {
        background: #790000;
        width: 100%;
        border-top: 1px solid #BE0808;
        display: inline-block;
    }
    .timeline-menuLeftScale .leftBarContent.fixed {
        margin-top: -20px;
    }
    .timeline-leftmenuButtonMob {
        width: 17px;
        height: 17px;
        padding: 10px 11px;
        display: inline-block;
        vertical-align: top;
        margin: 0px;
        padding-top: 13px;
    }
    .timeline-leftmenuButtonMob span {
        display: block;
        margin: 0 0 3px 0;
        height: 3px;
        background: #ddd7cd;
    }
    .timeline-socialLinks {
        margin: 0px;
        display: inline-block;
        vertical-align: top;
        float: right;
        margin: 2px 9px 0 0;
        background: none;
        padding-top: 4px;
        width: auto;
        position: absolute;
        top: 5px;
        right: 0px;
    }
    .timeline-socialLinks .item span {
        background-image: url("../img/icon_social_02_x2.png");
        background-size: 41px 40px;
    }
    .timeline-socialLinks .item.vk:before,
    .timeline-socialLinks .item.tw:before {
        border-left-color: #a21010;
        background: #520101;
    }
    .timeline-menuLeftScale .menu-list {
        width: auto;
        position: relative;
        left: 0px;
        right: 0px;
        display: none;
        z-index: 100;
    }
    .timeline-menuLeftScale .leftBarContent.fixed .menu-list {
        position: relative;
    }
    .timeline-menuLeftScale .menu-list.open {
        display: block;
    }
    .timeline-menuLeftScale .menu-list .menu-item {
        background-color: #410101;
    }
    .timeline-menuLeftScale .shadowStepScroll {
        margin-top: 20px;
    }
    .timeline-content {
        margin-left: 0px;
        width: 100%;
    }

    /* Меню новостей */
}
.scrollAreaLeft {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.tassLogoSpecial {
    position: relative;
    z-index: 20;
    margin-bottom: 20px;
}
.tassLogoSpecial span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #FFF;
    font-size: 50px;
    font-family: 'PT Serif Caption', Georgia, serif;
}
.tassLogoSpecial a {
    display: inline-block;
    vertical-align: middle;
    background-image: url('/images/timeline/uk/logo1.jpg');
    background-repeat: no-repeat;
    background-size: 107px 106px;
    height: 107px;
    width: 107px;
}
.b-page__content {
    top: 0px !important;
}
.project-timelineScale {
    padding-top: 90px;
}
.specialHead-scale {
    height: 25px;
    background: #221f74;
    position: relative;
    z-index: 12;
    width: 100%;
}
.specialHead-scale .logo {
    display: block;
    border: 20px solid #221f74;
    background-image: url('../img/logoSpecialProject.png');
    background-color: #221f74;
    background-size: 58px 75px;
    background-repeat: no-repeat;
    height: 75px;
    width: 58px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
    .specialHead-scale .logo {
        background-image: url('../img/logoSpecialProject_retina.png');
    }
}
@media only screen and (max-width:999px) and (min-width:768px) {
    .specialHead-scale .logo {
        margin-left: 32px;
    }
}
@media only screen and (max-width:767px) {
    .specialHead-scale .logo {
        margin-left: 12px;
    }
    .b-converter-currencies{
        display: none;
    }
}

/***  photoZoom  ***/
.additional-content-photoZoom .photoBase-preview {
    cursor: pointer;
}
.additional-content-photoZoom .photoBase-preview .photoBase-preview-img {
    position: relative;
}
.additional-content-photoZoom .photoBase-preview .photoBase-preview-img .zoom-logo {
    background: rgba(0,0,0,0.4) url('/i/zoom_logo.png') right 5px center no-repeat;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 10px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.additional-content-photoZoom .photoBase-preview .photoBase-preview-img .zoom-logo p {
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.03em;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.additional-content-photoZoom .photoBase-preview:hover .photoBase-preview-img .zoom-logo {
    width: 100px;
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: background-color 0.2s ease-out, width 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, width 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, width 0.2s ease-out;
    transition: background-color 0.2s ease-out, width 0.2s ease-out;
}
.additional-content-photoZoom .photoBase-preview:hover .photoBase-preview-img .zoom-logo.zoom-logo-ru {
    width: 100px;
}
.additional-content-photoZoom .photoBase-preview:hover .photoBase-preview-img .zoom-logo.zoom-logo-en {
    width: 82px;
}
.photoBase-fullScreen {
    display: none;
    background: #232323;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.photoBase-fullScreen.open {
    display: block;
}
.closeFullIcon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(/i/b-gallery-close.png) 0 0 no-repeat;
    z-index: 100;
}
.photoBase-fullScreen .center {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.photoBase-fullScreen img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    height: auto;
    max-width: none;
}
.photoBase-fullScreen .info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 130%;
}
.photoBase-fullScreen .info .photoBase-fsTitle {
    margin-left: 5%;
    margin-bottom: 3px;
}
.photoBase-fullScreen .info .photoBase-fsPhotoCopyRight {
    margin-left: 5%;
}
@media screen and (max-width: 767px) {
    .footerMobileHidden{
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footerTabletHidden{
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .footerDesktopHidden{
        display: none !important;
    }
}

/* Костыль для конвертора (удалить после рефакторинга)*/
.b-timeline .b-converter-currencies.b-currency-popup__content_inner .box_converte_course span.visible_box{
    margin: 0px;
    margin-right: 30px;
}
.b-timeline .b-converter-currencies.b-currency-popup__content_inner .box_converte_course .currency_converter .visible_box{
    margin-top:-20px;
}
.b-timeline .b-converter-currencies.b-currency-popup__content_inner .currency_converter .box_converter .amount .column.first{
    width: 280px;
    margin: 0px;
    margin-right: 55px;
}
.b-timeline .b-converter-currencies .currency_converter .box_converter .amount{
    padding-top: 30px;
}

