.with-icon_flag-london:after {
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: 0px -103px;
  width: 16px;
  height: 20px; }

.with-icon_mark:after {
  position: absolute;
  left: -15px;
  top: 4px;
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -32px -103px;
  width: 11px;
  height: 9px; }

.with-icon_arr:after {
  position: absolute;
  left: 7px;
  top: 4px;
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -161px -78px;
  width: 7px;
  height: 9px; }

.with-icon_dot:after {
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -48px -103px;
  width: 8px;
  height: 8px;
  top: 7px; }

.with-icon_dot-red:after {
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -154px -66px;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px; }

.with-icon_dot-white {
  margin-left: 20px; }

.with-icon_dot-white:after {
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -16px -103px;
  width: 16px;
  height: 16px;
  top: 50%;
  left: -20px;
  margin-top: -8px; }

.post-emblem-small {
  position: relative;
  padding-top: 0;
  margin-top: 1em; }

.post-emblem-small:before {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  left: -22.5px;
  margin-top: -33px;
  z-index: -1;
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -103px 0px;
  width: 65px;
  height: 66px; }

.actBg {
  padding-right: 608px;
  padding-top: 1.5em;
  background: url('/f/src/act-card/i/bg.jpg') 70% 0 fixed no-repeat;
  box-sizing: border-box; }

.actBg-blured {
  background: url('/f/src/act-card/i/bg-blured.jpg') 70% 0 fixed no-repeat; }

.b-events {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em 0 0 0;
  background: #f6f7ef; }

.b-act-event {
  display: block;
  position: relative;
  overflow: hidden;
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0 none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5) !important;
  border-right: 1px solid rgba(204, 204, 204, 0.2) !important; }

  .b-act-event video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none; }
  .b-act-event:hover {
    background: #000;
    color: #fff; }
    .b-act-event:hover video {
      display: block; }
    .b-act-event:hover .b-act-event__title, .b-act-event:hover .b-act-event__person, .b-act-event:hover .b-adate, .b-act-event:hover .b-atime {
      color: #fff;
      border: none; }

  .b-act-event__inner {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 2em 6em; }
  .b-act-event__person, .b-act-event__title {
    font-family: FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 110%; }
  .b-act-event__person {
    color: #cf1e1e; }
  .b-act-event__ava {
    position: absolute;
    bottom: 1em;
    right: 1em; }
.b-act-event_left .b-act-event__inner, .b-act-event:nth-child(3n+1) .b-act-event__inner {
  padding-left: 4.7em;
}

.b-act-event__ava .g-pic {
  width: 60px;
  height: 60px;
}

.b-peoples__person.smaller {
  margin-right: 10px;
}
.b-act-person__ava {
  width: 78px;
  height: 78px;
}


.b-news {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em 0 0 0; }

.b-act-news {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .b-act-news:nth-child(4n+1) .b-act-news__inner {
    padding-left: 4.7em; }
  .b-act-news__inner {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    color: #000; }
  .b-act-news__title {
    font-family: 'FuturaPTWebDemi', "Helvetica Neue", Arial, sans-serif;
    font-size: 110%; }
  .b-act-news__annotation {
    font-size: 80%; }
  .b-act-news__title, .b-act-news__annotation {
    margin-top: 0.5em; }
  .b-act-news video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none; }
  .b-act-news:hover {
    background: #000;
    color: #fff; }
    .b-act-news:hover video {
      display: block; }
    .b-act-news:hover .b-act-news__title, .b-act-news:hover .b-act-news__annotation, .b-act-news:hover .b-adate {
      color: #fff; }

.b-act-news:hover ~ .b-act-news {
  z-index: 1;
  background: #fff;
}


.b-act-news__wrap {
  overflow: hidden;
}


.b-act-news__ico img {
  width: 70px;
  height: auto;
}


.b-dates__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  box-sizing: border-box;
  padding: 2em 1em 0;
}

.b-dates__item--full {
  display: block;
  width: auto;
  padding: 2em 1em;
}

.b-dates__item > * {
  color: #000;
}

.b-dates__item:nth-child(4n+1) {
  padding-left: 4.7em;
}
.b-dates__item--brand:nth-child(4n+1), .b-dates__item--full:nth-child(4n+1) {
   padding-left: 1em;
}

.video-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.5em 1em;
  background: #e71616;
  color: #fff;
  font-family: 'FuturaPTWebDemi', "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 125%; }

.video-bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
  width: calc(100% - 1px);
  box-sizing: border-box;
  left: 0;
  z-index: 10;
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 100%; }


.super-head {
  overflow: hidden; }
  .super-head__inner {
    padding: 1.5em; }
  .super-head__video {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 50%;
    height: 755px;
    background: #000; }
    .super-head__video:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1; }
    .super-head__video .video-head {
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -150px;
      z-index: 2; }
      .super-head__video .video-head--3 {
        margin-left: -250px;
      }
@media (max-width: 1100px) {
     .super-head__video .video-head--3 {
        margin-left: -200px;
      }
}

.super-head__video .video-head:before {
    position: absolute;
    background: no-repeat url(/f/src/act-card/i/back.png);
    width: 438px;
    height: 458px;
}



.video-head__title {
  height: 458px;
  width: 438px;
  color: #fff;
  line-height: 1.3;
  font-size: 141%;
  box-sizing: border-box;
  margin-top: 35px;
  padding: 90px 0 0 140px;
  font-family: FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif;
  background: no-repeat url(/f/src/act-card/i/back.png);
  text-transform: uppercase;
}

.video-head--3 .video-head__title {
    margin-left: 40px;
}

.video-head__title span {
  display: inline-block;
  font-size: 650%;
  font-family: helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  margin: 10px 0 0px 0px;
  line-height: 1;
}

      .super-head__video .video-head .navigation {
        color: #fff;
        display: inline-block;
        width: 49%;
        box-sizing: border-box;
        vertical-align: top;
        padding-right: 2em;
        font-size: 90%; }
      .super-head__video .video-head--3 .navigation {
          width: 32%;
      }
    .super-head__video > video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
  .super-head__anons {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    height: 275px;
    background: #b3630c url(/f/src/act-card/i/brown.jpg);
    color: #fff;
    vertical-align: top;
    font-family: FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif; }
    .super-head__anons-title {
      margin: 0;
      padding: 0;
      font-size: 120%;
      text-transform: uppercase; }
    .super-head__anons-date {
      display: inline-block;
      margin-top: 1em;
      font-size: 120%; }
  .super-head__space {
    display: inline-block;
    position: relative;
    float: left;
    width: 25%;
    height: 275px;
    background: #0e1d2b;
    vertical-align: top;
    background: url('/f/src/act-card/i/space.jpg') fixed; }
  .super-head__slideshow {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    height: 480px;
    background: #ccc; }

.super-head__space video  {
  min-height: 275px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 480px;
    left: 0;
    top: 0; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }
    .rslides li .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .rslides li a, .rslides li span {
      position: absolute;
      top: 420px;
      left: 1em;
      font-size: 120%;
      font-family: FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif; }
  .rslides img {
    display: block;
    width: auto;
    float: left;
    height: 100%;
    border: 0; }

.rslides_tabs {
  position: absolute;
  margin: 0;
  top: 1em;
  right: 1em;
  z-index: 3; }
  .rslides_tabs li {
    display: inline-block;
    float: left;
    margin-right: 10px; }
    .rslides_tabs li a {
      display: block;
      text-indent: -10000px;
      overflow: hidden;
      border: none;
      background-image: url(/f/src/global/i/spritesheet2.png);
      background-position: -138px -87px;
      width: 12px;
      height: 11px; }
    .rslides_tabs li.rslides_here a {
      background-image: url(/f/src/global/i/spritesheet2.png);
      background-position: -150px -87px;
      width: 12px;
      height: 11px; }
    .rslides_tabs li:before {
      display: none; }


.rslides--events {
  height: 275px;
}
.rslides--events :link, .rslides--events :visited, .rslides--events :hover {
  position: static;
  color: #fff;
  font-size: 1em;
}
.rslides--events li {
    padding: 3em 1.5em .5em;
    margin: 0;
    color: #FFF;
    box-sizing: border-box;
    font: 120%/1.2 FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif !important;
    height: 100%;
    box-sizing: border-box;
  text-overflow: elipsis;
  overflow: hidden;
  word-break: break-word;
}
.rslides--events li::before {
  content: none;
}
.rslides__date {
  margin-bottom: 1.1em;
}
.rslides__text {
  text-transform: uppercase;
}

.white {
  color: #fff;
}

.video-holder {
  background: #c4c4c4;
  overflow: hidden;
}

.sidebar-video {
  width: 25%;
  float: right; }
  .sidebar-video__inner {
    padding: 0 1em 1em; }
  .sidebar-video + .video {
    margin-right: 25%; }

.b-persons {
  padding: 0 0 0 4.7em; }

.b-act-person {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-top: 2em; }
  .b-act-person:before, .b-act-person:after {
    content: "";
    position: absolute;
    top: 0; }
  .b-act-person:before {
    background-image: url(/f/src/global/i/spritesheet2.png);
    background-position: -74px -103px;
    width: 7px;
    height: 7px;
    left: -7px; }
  .b-act-person:after {
    background-image: url(/f/src/global/i/spritesheet2.png);
    background-position: -74px -103px;
    width: 7px;
    height: 7px;
    right: 0; }
  .b-act-person__inner {
    padding: 1em;
    text-align: center; }
  .b-act-person__name {
    margin-top: .5em;
    text-transform: uppercase; }
  .link .b-act-person__name {
    color: #000;
  }
  .b-act-person__pos {
    margin-top: 0.8em;
    font-size: 75%;
    color: #A6A6A6; }

.b-map {
  width: 100%;
  height: 650px; }

.map-holder {
  position: relative;
  margin-top: 4em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.map-menu {
  position: absolute;
  top: 2em;
  left: 4.8%;
  width: 230px;
  z-index: 100;
  background: #fff;
  padding: 1em 1.5em 1.5em;
  border-radius: 9px;
  border: 1px solid #f2f2f2; }
  .map-menu-items {
    margin-top: 1em; }
  .map-menu__item {
    margin: 0 -1.5em;
    padding: 1em 1.5em;
    border-bottom: 1px solid #f2f2f2; }
    .map-menu__item.active {
      border-bottom-color: transparent;
      background-image: url('/f/src/act-card/i/grad.png');
      background-size: cover; }
      .map-menu__item.active .map-menu__date, .map-menu__item.active .map-menu__addr1, .map-menu__item.active .map-menu__addr2 {
        color: #fff; }
  .map-menu__title {
    font: 200%/1.1 FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif; }
  .map-menu__date {
    font-size: 78%;
    color: #000; }
  .map-menu__addr1 {
    font-family: FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif; }
  .map-menu__addr2 {
    margin-top: 0.5em;
    font-size: 78%;
    color: #A6A6A6; }
  .map-menu__link {
    padding: 1.5em 0 0;
    text-transform: uppercase;
    font: 100%/1.1 FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif; }
    .map-menu__link .with-icon:after {
      top: 5px; }

.b-act-footer {
  max-width: 900px;
  padding-bottom: 4em; }

.b-years_act {
  margin-top: 1.5em; }

.b-act-partner {
  display: inline-block;
  vertical-align: middle;
  margin: 2em 3em 0 0; }

.b-act-control {
  position: relative;
  float: right;
  margin: 4.7em 1em 0 0;
  font-size: 90%; }

.b-act-more {
  margin-right: 200px;
  padding-right: .5em;
}

.b-act-header {
  overflow: hidden;
}

/*hse-build*/

.breadcrumbs {
  font-size: 80%; }

.header_body {
  height: 45px;
  border-bottom: 1px solid #D8D8D8; }

.head-title {
  font-family: FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase; }
.head-desc {
  margin-left: 0.5em;
  font-style: italic;
  font-size: 85%; }

.navigation_newl-side {
  font-family: FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif; }
  .navigation_newl-side > li {
    font-size: 120%; }
    .navigation_newl-side > li .nav-arr {
      display: inline-block;
      background-image: url(/f/src/global/i/spritesheet2.png);
      background-position: -65px -103px;
      width: 9px;
      height: 7px; }
  .navigation_newl-side span.selected {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin: -0.2em -0.5em;
    background: #007ac5;
    color: #fff; }
  .navigation_newl-side .navigation_newl-sub {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 90%; }

.separ {
  border-top: 2px solid #f2f2f2; }

.header {
  position: relative;
  z-index: 2;
  background: #fff;
}

.header .menu, .navigation_newl > li, .navigation_newl > li > a, .navigation_newl > li > a:visited, .navigation_newl > li.selected > a, .navigation_newl > li.selected > a:visited {
  line-height: 45px;
  height: 45px; }

.header .menu {
  margin-top: 2em;
  margin-left: -1em; }

.navigation_newl {
  position: absolute;
  bottom: 0; }
  .navigation_newl > li {
    position: relative;
    margin: 0;
    padding: 0 1em;
    font-size: 90%;
    font-weight: 600; }
    .navigation_newl > li > a, .navigation_newl > li > a:visited {
      color: #fff;
      border-bottom-color: white;
      border-bottom-color: rgba(255, 255, 255, 0.3); }
    .navigation_newl > li > a:hover {
      color: #d2270b;
      border-bottom-color: #622f26;
      border-bottom-color: rgba(210, 39, 11, 0.3); }
    .navigation_newl > li.selected {
      border-radius: 4px 4px 0 0;
      background: #fff;
      color: #000; }
      .navigation_newl > li.selected > a, .navigation_newl > li.selected > a:visited {
        color: #000; }
      .navigation_newl > li.selected:before, .navigation_newl > li.selected:after {
        display: block;
        float: none;
        margin: 0;
        border: 1px solid rgba(255, 255, 255, 0);
        position: absolute;
        bottom: 0;
        width: 5px;
        height: 5px;
        content: " "; }
      .navigation_newl > li.selected:before {
        left: -7px;
        border-bottom-right-radius: 6px;
        border-width: 0 2px 2px 0;
        box-shadow: 2px 2px 0 #fff; }
      .navigation_newl > li.selected:after {
        right: -7px;
        border-bottom-left-radius: 6px;
        border-width: 0 0 2px 2px;
        box-shadow: -2px 2px 0 #fff; }
      .navigation_newl > li.selected .nav-arr {
        background-image: url(/f/src/global/i/spritesheet2.png);
        background-position: -65px -103px;
        width: 9px;
        height: 7px; }
    .navigation_newl > li .nav-arr {
      display: inline-block;
      margin-left: 5px;
      background-image: url(/f/src/global/i/spritesheet2.png);
      background-position: -82px -103px;
      width: 8px;
      height: 5px; }
  .navigation_newl-sub {
    position: absolute;
    left: 0;
    background: #fff;
    font-weight: normal;
    line-height: 2; }
    .navigation_newl-sub > li {
      display: block;
      float: none;
      margin: 0.5em 0; }
      .navigation_newl-sub > li .nav-arr {
        background-image: url(/f/src/global/i/spritesheet2.png);
        background-position: -65px -103px;
        width: 9px;
        height: 7px; }
    .navigation_newl-sub_1 {
      padding: 0 3em 2em;
      margin: 0 -2em 0;
      min-width: 300px;
      border-radius: 0.5em;
      box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
      z-index: 101;
      font-size: 90%; }
    .navigation_newl-sub_2 {
      position: relative;
      font-size: 100%;
      margin-left: 1em; }
      .navigation_newl-sub_2 > li {
        margin: 0; }

.navigation_newl-sub {
  display: none; }

.video {
  position: relative;
}

.with-icon_flag-london:after {
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: 0px -103px;
  width: 16px;
  height: 20px; }

.with-icon_mark:after {
  position: absolute;
  left: -15px;
  top: 4px;
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -154px -78px;
  width: 11px;
  height: 9px; }

.with-icon_arr:after {
  position: absolute;
  left: 7px;
  top: 4px;
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -32px -103px;
  width: 7px;
  height: 9px; }

.with-icon_dot:after {
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -51px -103px;
  width: 8px;
  height: 8px;
  top: 7px; }

.with-icon_dot-red:after {
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -154px -66px;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px; }

.with-icon_dot-white {
  margin-left: 20px; }

.with-icon_dot-white:after {
  background-image: url(/f/src/global/i/spritesheet2.png);
  background-position: -16px -103px;
  width: 16px;
  height: 16px;
  top: 50%;
  left: -20px;
  margin-top: -8px; }

.b-stroke {
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  padding: 2em;
  margin-top: 2em; }
  .b-stroke__head {
    position: absolute;
    top: -0.8em;
    right: 0;
    left: 0;
    text-align: center; }
  .b-stroke__title {
    display: inline-block;
    padding: 0 0.8em;
    background: #fff;
    color: #A6A6A6;
    font-size: 80%; }

.b-edu-partner {
  display: block;
  margin: 0 auto;
  width: 75%;
  max-width: 480px; }
  .b-edu-partner__text {
    float: right;
    width: 220px;
    font-size: 80%; }
  .b-edu-partner__img {
    display: block;
    margin-right: 220px; }

.b-inline-icon {
  vertical-align: sub; }

.b-vivid {
  display: inline-block;
  padding: 0 7px;
  border: 1px solid #cf1e1e;
  border-radius: 10px;
  font-size: 90%; }

.b-bc {
  position: relative;
  display: inline-block;
  padding: 0.3em;
  font-size: 78%;
  background: rgba(255, 255, 255, 0.55);
  z-index: 1;
  transform: translateZ(0); }
  .b-bc .with-icon {
    opacity: 0.55; }

.b-bordered {
  padding: 1em 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }

.nav-act {
  float: left;
  margin: 0;
  font-family: FuturaPTWebDemi, "Helvetica Neue", Arial, sans-serif; }
  .nav-act li:first-child {
    margin-top: 0; }
.v-tabs {
  margin-left: -1px;
}
.v-tabs__item {
  position: relative;
  line-height: 1.3;
  padding-top: 1em;
  padding-bottom: 1em; }
  .v-tabs__item-time, .v-tabs__item-label {
    display: inline;
    font-size: 70%; }
  .v-tabs__item_disabled {
    padding-top: 1.2em;
    margin-top: 0.5em;
    border-top: 1px solid #A6A6A6;
    color: rgba(0, 0, 0, 0.6); }
  .v-tabs__item-title {
    margin-top: 0.5em; }
.v-tabs__item_selected {
  margin-left: -1em;
  margin-right: -1em;
  padding-left: 1em;
  padding-right: 1em;
  background: #1558da;
  color: #fff; }
  .v-tabs__item_selected:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent #1558da transparent transparent;
    z-index: 1; }

.b-adate, .v-tabs__item-label, .b-atime {
  color: rgba(0, 0, 0, 0.6); }

.b-adate, .v-tabs__item-label {
  text-transform: uppercase;
  letter-spacing: 1px; }

.grayscale {
  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%);
}

.streamPlayer {
	background-color: black;
	color: #CCC;
}

.sidebar-video__inner {
	overflow-y : auto;
  box-shadow: inset 0px -20px 35px -30px rgba(0,0,0,0.75);
}

.sidebar-video__box {
  padding: 1.6rem;
}

.sidebar-video__archive:link, .sidebar-video__archive:visited {
  display: block;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-family: "FuturaPTWebDemi", "Helvetica Neue", Arial, sans-serif;
  height: 5rem;
  line-height: 5rem;
  padding: 0 .5em;
  text-align: center;
  border: none;
  background: #1558da;
  color: #fff;
  -webkit-transition: all .3s ease 0s;;
  transition: all .3s ease 0s;
}

.sidebar-video__button {
  margin: 0;
  padding: .6rem 1rem 0;
  border-top: 1px solid #999;
}

.sidebar-video__archive:hover {
  background: #00349b;
}

.video-tabs {
	background: black;
	border-radius: 0px;
	border-bottom: 1px solid white;
}
.switcher_tab > li:not(.selected):first-child:before {
  	box-shadow: 2px 2px 0 #000;
}
.switcher_tab > li:after {
   box-shadow: -2px 2px 0 #000;
}
.switcher_tab > li.selected {
    color: #000;
}


.reload-icon {
  height: 20px;
  width: : auto;
  margin-top: 8px;
}
.detect_no-inlinesvg .reload-svgicon { display: none;} 
.detect_inlinesvg .reload-icon {  display: none; }



.is-mobile { display: none !important; }

