:root {
  --color-darkestblue: #012851;
  --color-darkblue: #003169;
  --color-blue: #1455c9;
  --color-brightblue: #419bcd;
  --color-lightblue: #86ebf5;
  --color-lightestblue: #dff;
  --color-yellow: #ffb41d;
  --color-light: #f1f4f9;
  --color-lightestgrey: #e1e4e9;
  --color-grey: #818489;
  --color-darkgrey: #32464f;
  --color-dark: #001832;
  --scrollbar-width: 0px;
}
body {
  font-family:
    Red Ring,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-dark);
}
h1 {
  margin: 0;
  padding: 0;
  color: #000;
}
.aside-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
body,
html {
  margin: 0;
  padding: 0;
}
.container,
.site-footer__container,
.site-header__container {
  max-width: 760px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .container,
  .site-footer__container,
  .site-header__container {
    max-width: 1060px;
  }
}
@media (min-width: 1280px) {
  .container,
  .site-footer__container,
  .site-header__container {
    max-width: 1260px;
  }
}
a {
  text-decoration: none;
}
figure {
  margin: 0;
  padding: 0;
}
.container {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .container {
    display: grid;
    box-sizing: border-box;
  }
  .container > * {
    position: relative;
    z-index: 2;
  }
  .container:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 300px;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: var(--color-lightestgrey);
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .container {
    grid-template-columns: calc(100vw - 300px) 300px;
  }
}
@media (min-width: 1060px) and (max-width: 1279px) {
  .container {
    grid-template-columns: 760px 300px;
  }
}
@media (min-width: 1280px) {
  .container {
    grid-template-columns: 200px auto 300px;
  }
  .container:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 200px;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: var(--color-lightestgrey);
  }
}
main {
  grid-column: 1 span;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main > header {
  padding: 40px 20px 20px;
}
@media (max-width: 991px) and (min-width: 576px) {
  main > header {
    padding: 40px 40px 20px;
  }
}
@media (max-width: 575px) {
  main > header {
    padding: 40px 20px 20px;
  }
}
main > header h1 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
main > header h1 span {
  font-weight: 400;
}
@media (min-width: 576px) {
  main > header {
    padding: 40px 40px 20px;
  }
}
@media (min-width: 1280px) {
  main {
    grid-column: 2/1 span;
  }
}
.two-thirds {
  width: 100%;
  padding-left: 0 !important;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .two-thirds {
    grid-column: 1/1 span;
  }
}
@media (min-width: 1280px) {
  .two-thirds {
    grid-column: 1/2 span;
  }
}
.full-width {
  position: relative;
  max-width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .full-width:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw - var(--scrollbar-width));
    display: block;
    height: 1px;
    width: 100vw;
    background-color: var(--color-lightestgrey);
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .full-width {
    grid-column: 1/2 span;
  }
}
@media (min-width: 1280px) {
  .full-width {
    grid-column: 1/3 span;
  }
}
.full-width section {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .full-width:last-child section {
    background-color: var(--color-light);
  }
  .full-width:last-child section .newslist__allnews {
    color: var(--color-blue);
  }
}
@media (min-width: 992px) {
  .full-width:last-child section {
    padding-bottom: 100px;
  }
  .full-width:last-child section:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: var(--color-light);
  }
  .full-width:last-child section > * {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .full-width:last-child .additional {
    display: block;
    padding: 80px 40px;
  }
}
@media (max-width: 991px) {
  .full-width {
    display: block;
  }
}
.gab-ins + section,
section + section {
  box-sizing: border-box;
  border-top: 1px solid var(--color-lightestgrey);
}
@media (min-width: 992px) and (max-width: 1279px) {
  .gab-ins + section:before,
  section + section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    height: 1px;
    width: calc(50vw - 530px);
    background-color: var(--color-lightestgrey);
  }
}
aside {
  display: block;
  margin: 0;
  padding: 0;
}
.left-sidebar,
.right-sidebar {
  padding-top: 20px;
}
.left-sidebar {
  display: none;
}
@media (min-width: 1280px) {
  .left-sidebar {
    display: block;
    grid-column: 1/1 span;
    grid-row: 1/1 span;
    padding-right: 20px;
    padding-bottom: 45px;
    box-sizing: border-box;
  }
  .left-sidebar > div + div {
    margin-top: 40px;
  }
}
.left-sidebar .lastvideos:first-child,
.right-sidebar .lastnews:first-child {
  padding-top: 27px;
}
.right-sidebar > div {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .right-sidebar > div {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.right-sidebar > div + div {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .right-sidebar > div + div {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .right-sidebar {
    grid-column: 2/1 span;
    grid-row: 2 span;
  }
}
@media (min-width: 1280px) {
  .right-sidebar {
    grid-column: 3/1 span;
    grid-row: 2 span;
  }
}
.full-width + .right-sidebar {
  grid-row: 2/3 span;
  padding-top: 0;
}
.additional {
  flex: 0 0 300px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.additional div:first-child {
  align-content: flex-start;
}
@media (max-width: 991px) {
  .additional {
    display: block;
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .additional {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1320px) {
  .additional {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.full-width-cover {
  position: relative;
  grid-column: 3 span;
  height: 0;
  padding-top: 56.25%;
  background-color: #001832;
}
@media (min-width: 1280px) {
  .full-width-cover {
    height: 600px;
    padding-top: 0;
  }
}
.full-width-cover:before {
  right: calc(50% - 50vw);
}
.full-width-cover:after,
.full-width-cover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--color-dark);
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.full-width-cover:after {
  left: calc(50% - 50vw);
}
.full-width-cover__img,
.full-width-cover__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-width-cover__img:before {
  content: "";
  background: linear-gradient(
    90deg,
    #001832,
    rgba(0, 24, 50, 0.5) 5.8%,
    rgba(0, 26, 53, 0.2) 28.59%,
    rgba(0, 61, 106, 0.2) 63.37%,
    rgba(0, 24, 50, 0.5) 91.67%,
    #001832
  );
}
.full-width-cover__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-width-cover__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
  background: linear-gradient(90deg, #001832, #001832);
}
.full-width-cover__video:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 24, 50, 0.35);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .full-width-cover__video:before {
    background: linear-gradient(
      90deg,
      #001832,
      rgba(0, 24, 50, 0.95) 6%,
      rgba(0, 26, 53, 0.2) 45%,
      rgba(0, 61, 106, 0.2) 75%,
      rgba(0, 24, 50, 0.85) 95%,
      #001832
    );
  }
}
@media (min-width: 1280px) {
  .full-width-cover__video:before {
    background: linear-gradient(
      90deg,
      #001832 16%,
      rgba(0, 24, 50, 0.95) 20%,
      rgba(0, 26, 53, 0.2) 55%,
      rgba(0, 61, 106, 0.2) 75%,
      rgba(0, 24, 50, 0.85) 95%,
      #001832
    );
  }
}
.full-width-cover__video video {
  display: block;
  height: 100%;
  width: auto;
  float: right;
}
.full-width-cover__mute {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 17px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url("");
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.full-width-cover__mute.volume {
  background-image: url("");
}
.full-width-cover__mute:hover {
  opacity: 1;
}
@media (min-width: 1280px) {
  .full-width-cover__mute {
    left: 2px;
    bottom: 45px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .full-width-cover__mute {
    left: 42px;
    bottom: 30px;
    width: 24px;
    height: 24px;
  }
}
.aside-gab__static + .lastnews {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  .aside-gab__static + .lastnews {
    top: 90px;
  }
}
.ab_premium_desktop,
.ab_premium_mobile,
.ab_top_desktop,
.ab_top_mobile {
  display: none;
  text-align: center;
}
.ab_premium_desktop > div,
.ab_premium_mobile > div,
.ab_top_desktop > div,
.ab_top_mobile > div {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.ab_top_desktop {
  min-height: 144px;
}
.ab_top_desktop > div {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ab_top_mobile {
  min-height: 82px;
}
.ab_top_mobile > div {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ab_top_desktop,
.ab_top_mobile {
  box-sizing: border-box;
  background: var(--color-light);
  background-image: url("");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .ab_premium_desktop,
  .ab_top_desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .ab_premium_mobile,
  .ab_top_mobile {
    display: block;
  }
}
.ab_premium_desktop {
  width: 300px;
  min-height: 250px;
  background-color: var(--color-light);
  background-image: url("");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .two-thirds.one-block + .right-sidebar {
    grid-row: 1 span;
  }
}
.ab_premium_mobile,
.gab-ins {
  min-height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: var(--color-light);
  background-image: url("");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ab_premium_mobile > div,
.ab_premium_mobile > ins,
.gab-ins > div,
.gab-ins > ins {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.article__content .ab_premium_mobile,
.article__content .article__adml,
.article__content .gab-ins,
.newslist + .gab-ins {
  overflow-x: hidden;
  max-width: calc(100% + 20px);
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 360px) and (max-width: 575px) {
  .article__content .ab_premium_mobile,
  .article__content .article__adml,
  .article__content .gab-ins,
  .newslist + .gab-ins {
    max-width: calc(100% + 40px);
  }
}
@media (min-width: 576px) {
  .article__content .ab_premium_mobile,
  .article__content .article__adml,
  .article__content .gab-ins,
  .newslist + .gab-ins {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ab_premium_mobile,
.gab-ins {
  min-height: 300px;
  max-height: 300px;
}
.mgbox {
  min-height: 310px;
  max-height: 310px;
  overflow-y: hidden;
}
.article__adml {
  overflow-x: hidden;
  min-height: 300px;
  max-height: 300px;
}
@media (min-width: 360px) and (max-width: 575px) {
  .article__content .ab_premium_mobile,
  .article__content .gab-ins,
  .newslist + .gab-ins {
    padding: 20px;
  }
}
@media (min-width: 576px) {
  .article__content .ab_premium_mobile,
  .article__content .gab-ins,
  .newslist + .gab-ins {
    padding: 20px;
  }
}
.newslist .ab_premium_mobile,
.newslist .gab-ins {
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 360px) {
  .newslist .ab_premium_mobile,
  .newslist .gab-ins {
    padding: 20px;
  }
}
.video-player-block,
.video-player-block > div:first-child {
  height: 100%;
  width: 100%;
}
.video-player-block .xplayer__overlay-play svg path {
  fill: #fff;
  stroke: #fff;
}
.breadcrumb {
  padding: 0 40px 40px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .breadcrumb {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 0 20px 20px;
  }
}
.breadcrumb a {
  color: var(--color-dark);
  transition: color 0.3s ease-out;
  font-size: 14px;
  margin-right: 12px;
}
.breadcrumb a:hover {
  color: var(--color-blue);
}
.site-header {
  display: block;
  height: 60px;
  width: 100%;
  margin: 0;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-lightestgrey);
  background-color: #023153;
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  top: 0;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .site-header {
    height: 80px;
    padding: 33px 0 0;
  }
}
.site-header__container {
  display: flex;
}
.site-header__menuicon {
  flex: 0 0 24px;
  display: block;
  height: 20px;
  width: 24px;
  padding: 8px 0 0;
  margin-left: 20px;
  margin-right: 10px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 1279px) {
  .site-header__menuicon {
    margin-left: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .site-header__menuicon {
    margin-right: 86px;
  }
}
@media (min-width: 992px) {
  .site-header__menuicon {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .site-header__menuicon {
    margin-left: 0;
    margin-right: 20px;
  }
}
.site-header__menuicon span {
  position: relative;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.site-header__menuicon span:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.4s ease-out;
}
.site-header__menuicon span + span {
  margin-top: 4px;
  margin-left: -25%;
}
.site-header__menuicon span + span:before {
  transition-delay: 0.2s;
}
.site-header__menuicon:hover span:before {
  transform: translateX(100%);
}
.site-header__logo {
  flex: 1 1 auto;
  display: block;
}
.site-header__logo img {
  display: block;
  height: 20px;
  width: 136px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .site-header__logo {
    flex: 0 0 156px;
  }
  .site-header__logo img {
    margin: 0;
  }
}
.site-header__navarea {
  display: none;
}
@media (min-width: 992px) {
  .site-header__navarea {
    display: block;
    flex: 1 1 auto;
  }
}
.site-header__icons {
  flex: 0 0 44px;
  justify-self: right;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .site-header__icons {
    flex: 0 0 150px;
  }
}
@media (min-width: 992px) {
  .site-header__icons {
    flex: 0 0 300px;
    margin-top: 0;
  }
}
.site-header__live {
  flex: 0 0 20px;
  position: relative;
  height: 20px;
  width: 20px;
  margin-left: 4px;
  border-radius: 50%;
  border: 2px solid var(--color-darkblue);
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  background-color: #fff;
  animation-name: liveBgBlink;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-timing-function: ease-out;
}
.site-header__live span {
  position: absolute;
  left: 6px;
  top: 3px;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-left: 6px solid var(--color-darkblue);
  border-bottom: 5px solid transparent;
  border-right: 0 solid transparent;
  border-top: 5px solid transparent;
  animation-name: liveArBlink;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}
.site-header__live:hover {
  border-color: var(--color-blue);
}
.site-header__live:hover span {
  border-left-color: var(--color-blue);
}
@media (max-width: 575px) {
  .site-header__live svg circle {
    stroke: var(--color-darkgrey);
  }
  .site-header__live svg path {
    fill: var(--color-darkgrey);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .site-header__live {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .site-header__live {
    margin-left: 20px;
  }
}
@keyframes liveBgBlink {
  0% {
    background-color: #fff;
  }
  40% {
    background-color: #fff;
  }
  55% {
    background-color: var(--color-darkblue);
  }
  85% {
    background-color: var(--color-darkblue);
  }
  to {
    background-color: #fff;
  }
}
@keyframes liveArBlink {
  0% {
    border-left-color: var(--color-darkblue);
  }
  40% {
    border-left-color: var(--color-darkblue);
  }
  55% {
    border-left-color: #fff;
  }
  85% {
    border-left-color: #fff;
  }
  to {
    border-left-color: var(--color-darkblue);
  }
}
.site-header__search {
  display: none;
}
@media (min-width: 576px) {
  .site-header__search {
    display: block;
    flex: 0 0 20px;
    height: 18px;
    width: 18px;
    margin-top: 2px;
    cursor: pointer;
  }
  .site-header__search svg {
    display: block;
    height: 18px;
    width: 18px;
    fill: var(--color-darkblue);
    transition: all 0.3s ease-out;
  }
  .site-header__search:hover svg {
    fill: var(--color-blue);
  }
}
.site-header__social {
  display: none;
}
@media (min-width: 992px) {
  .site-header__social {
    display: flex;
    flex: 0 0 108px;
    justify-content: space-between;
    margin-top: 2px;
  }
  .site-header__social_fb,
  .site-header__social_in,
  .site-header__social_tg,
  .site-header__social_yt {
    display: block;
  }
  .site-header__social_fb svg,
  .site-header__social_in svg,
  .site-header__social_tg svg,
  .site-header__social_yt svg {
    display: block;
    height: 15px;
    width: 15px;
    fill: var(--color-darkblue);
  }
  .site-header__social_fb:hover svg,
  .site-header__social_in:hover svg,
  .site-header__social_tg:hover svg,
  .site-header__social_yt:hover svg {
    fill: var(--color-blue);
  }
  .site-header__social_tg {
    margin-right: 1px;
  }
}
.site-header__lang {
  display: none;
  position: relative;
}
@media (min-width: 576px) {
  .site-header__lang {
    flex: 0 0 30px;
    display: block;
    height: 20px;
    width: 30px;
    margin-right: 40px;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease-out;
  }
  .site-header__lang span {
    display: block;
    text-align: center;
    border-radius: 2px;
    background-color: var(--color-yellow);
  }
}
@media (min-width: 992px) {
  .site-header__lang {
    margin-right: 20px;
    margin-left: 8px;
  }
}
.site-header__lang ul {
  display: block;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform 0.2s ease-out;
}
.site-header__lang ul li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.site-header__lang ul li:first-of-type {
  border-top: 0;
}
.site-header__lang ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  color: #000;
  background-color: #fff;
  transition:
    background-color 0.3s ease-out,
    color 0.3s ease-out;
}
.site-header__lang ul li a:hover {
  color: #fff;
  background-color: var(--color-blue);
}
@media (max-width: 1279px) {
  .site-header__lang.visible ul {
    transform: scaleX(1);
  }
}
@media (min-width: 1280px) {
  .site-header__lang:hover ul {
    transform: scaleX(1);
  }
}
.site-header__shadow {
  position: fixed;
  z-index: 90;
  top: 39px;
  height: 5px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(50, 70, 79, 0.25) 0,
    rgba(50, 70, 79, 0)
  );
  transition: transform 0.4s ease-out;
}
@media (min-width: 1280px) {
  .site-header__shadow {
    top: 59px;
  }
}
.site-header__shadow.visible {
  transform: translateY(20px);
}
.site-footer {
  position: relative;
}
@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 40px;
    background-image: linear-gradient(
      180deg,
      var(--color-darkblue) 0,
      var(--color-darkestblue)
    );
  }
  .site-footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 40px;
    width: 100%;
    background-color: var(--color-dark);
  }
}
@media (min-width: 992px) {
  .site-footer:after,
  .site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 50%;
  }
  .site-footer:before {
    left: 0;
    background-color: var(--color-dark);
  }
  .site-footer:after {
    right: 0;
    background-color: var(--color-darkblue);
  }
}
.site-footer__container {
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .site-footer__container {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 140px;
    background-color: var(--color-dark);
  }
  .site-footer__container:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 300px;
    background-color: var(--color-darkblue);
  }
  .site-footer__container > * {
    position: relative;
    z-index: 2;
  }
}
.site-footer__logo {
  flex: 0 0 200px;
}
@media (min-width: 992px) {
  .site-footer__logo img {
    width: 150px;
    height: 22px;
  }
}
@media (max-width: 991px) {
  .site-footer__logo img {
    display: block;
    height: auto;
    width: 270px;
    margin: 20px auto 60px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .site-footer__logo {
    padding-left: 40px;
    box-sizing: border-box;
  }
}
.site-footer__copy {
  display: block;
  margin-top: 11px;
  font-size: 12px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.5);
}
@media (max-width: 991px) {
  .site-footer__copy {
    position: absolute;
    bottom: 10px;
    left: 50%;
    padding-right: 3px;
    box-sizing: border-box;
    transform: translateX(-50%);
    color: hsla(0, 0%, 100%, 0.35);
  }
}
.site-footer__nav {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .site-footer__nav {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-footer__nav {
    width: 295px;
    padding: 0;
    margin: 0 auto 50px;
  }
}
.site-footer__col {
  flex: 0 0 30%;
  padding-top: 8px;
  padding-right: 40px;
  box-sizing: border-box;
}
.site-footer__col a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}
.site-footer__col a:hover {
  color: #fff;
}
@media (min-width: 1280px) {
  .site-footer__col:last-child {
    flex: 0 0 36%;
  }
}
@media (max-width: 991px) {
  .site-footer__col {
    display: flex;
    padding-right: 0;
    justify-content: space-between;
  }
  .site-footer__col a {
    font-size: 12px;
    color: var(--color-lightestblue);
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .site-footer__col {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .site-footer__col a {
    flex: 1 1 40%;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.site-footer__icons {
  flex: 0 0 300px;
  box-sizing: border-box;
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 180px;
  margin: 0 auto;
}
.site-footer__social_fb,
.site-footer__social_in,
.site-footer__social_tg,
.site-footer__social_yt {
  display: block;
}
.site-footer__social_fb svg,
.site-footer__social_in svg,
.site-footer__social_tg svg,
.site-footer__social_yt svg {
  display: block;
  height: 20px;
  width: 20px;
  fill: #fff;
}
.site-footer__social_fb:hover svg,
.site-footer__social_in:hover svg,
.site-footer__social_tg:hover svg,
.site-footer__social_yt:hover svg {
  fill: var(--color-yellow);
}
.site-footer__social_tg {
  margin-right: 3px;
}
.site-footer__social span {
  flex: 0 0 100%;
  display: block;
  margin-top: 20px;
  padding-left: 5px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.5);
}
@media (max-width: 991px) {
  .site-footer__social {
    width: 300px;
    padding-right: 5px;
    margin-bottom: 0;
  }
  .site-footer__social span {
    margin-top: 30px;
    color: hsla(0, 0%, 100%, 0.55);
  }
  .site-footer__social_fb svg,
  .site-footer__social_in svg,
  .site-footer__social_tg svg,
  .site-footer__social_yt svg {
    height: 22px;
    width: 22px;
    fill: hsla(0, 0%, 100%, 0.75);
  }
  .site-footer__social_fb:hover svg,
  .site-footer__social_in:hover svg,
  .site-footer__social_tg:hover svg,
  .site-footer__social_yt:hover svg {
    fill: var(--color-lightblue);
  }
}
.search__header {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.search__input {
  position: relative;
  margin: 20px 40px 60px 0;
}
@media (max-width: 575px) {
  .search__input {
    margin-right: 0;
  }
}
.search__input input {
  display: block;
  height: 60px;
  width: 100%;
  margin: 0 20px 0 0;
  padding: 20px 60px 20px 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  border: 1px solid #c1c4c9;
  outline: none;
}
.search__input input:focus {
  outline: none;
  border-color: var(--color-blue);
}
.search__result {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background: #fff;
}
.search__result_no p {
  font-size: 24px;
  line-height: 30px;
  color: var(--color-dark);
}
.search__result section {
  border-top: 0;
}
@media (max-width: 575px) {
  .search__result {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .search__result {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
}
.search__result .videolist__allnews {
  display: none;
}
.search__tabs {
  margin-bottom: 40px;
}
.search__tabs p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-dark);
}
.search__tabs_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 0 0;
  padding: 0 15px;
  background: var(--color-light);
  font-size: 14px;
  line-height: 30px;
  color: var(--color-darkblue);
  cursor: pointer;
}
@media (max-width: 575px) {
  .search__tabs_item {
    margin-right: 15px;
  }
}
.search__tabs_item span {
  margin-left: 5px;
  color: var(--color-grey);
}
.search__tabs_item:last-child {
  margin-right: 0;
}
.search__container + .right-sidebar {
  grid-row: 1 span;
}
.video-search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  box-sizing: border-box;
  padding: 40px 40px 40px 0;
}
@media (min-width: 1280px) {
  .video-search {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .video-search {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .video-search {
    padding-right: 0;
  }
}
.video-search__item {
  position: relative;
  grid-column: 1 span;
}
.video-search__item_img {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
  overflow: hidden;
}
.video-search__item_img:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  background: url("") no-repeat 50% 50%;
}
.video-search__item_img > * {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.video-search__item_img img {
  width: 100%;
  height: 100%;
  border: 0 !important;
}
.video-search__item_time {
  display: block;
  text-align: center;
  color: var(--color-grey);
  font-size: 10px;
  line-height: 20px;
}
.video-search p {
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.video-search p a {
  color: var(--color-darkgrey);
}
.site__nav {
  z-index: 100;
  min-height: 20px;
  width: 760px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
}
.site__nav a:first-of-type {
  margin-left: 0;
}
.site__nav a.active,
.site__nav a:hover {
  color: var(--color-blue);
}
@media (max-width: 991px) {
  .site__nav {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .site__nav {
    font-size: 13px;
    min-height: 20px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site__nav {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .site__nav {
    top: 35px;
    left: calc(50vw - 430px);
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .site__nav {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .site__nav {
    top: 135px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site__nav a {
    margin: 0 10px 10px;
  }
}
@media screen and (max-height: 500px) {
  .site__nav {
    top: 135px;
    justify-content: space-between;
  }
  .site__nav a {
    margin: 0;
  }
}
.site__nav .seglink {
  order: 2;
  width: 80px;
  padding: 0;
  color: #fff;
  line-height: 1px;
  font-size: 0;
  background-color: var(--color-darkblue);
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-size: auto 10px;
  border-radius: 2px;
  transition: background-color 0.3s ease-out;
}
.site__nav .seglink:hover {
  background-color: var(--color-blue);
}
@media (max-width: 767px) {
  .site__nav .seglink {
    margin-right: 0;
  }
}
.site__nav_uk .seglink {
  background-image: url("");
}
.divider-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 101;
  background-color: var(--color-darkestblue);
  transform-origin: 0 100%;
  transform: scaleY(0);
  transition:
    transform 0.2s ease-out 0.1s,
    opacity 0.2s linear 0.8s;
  opacity: 0;
}
@media (min-width: 1280px) {
  .divider-top {
    height: 80px;
  }
}
.divider-bottom {
  position: fixed;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transform-origin: 0 0;
  transform: translateY(-100vh);
  transition:
    transform 0.3s ease-out 0s,
    opacity 0.3s linear 0.5s;
  opacity: 0;
}
@media (min-width: 1280px) {
  .divider-bottom {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
.menu {
  position: fixed;
  z-index: 101;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  padding: 17px 0 40px;
  height: 100vh;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0);
  transition:
    transform 0s ease-in 0.5s,
    opacity 0s linear 0s;
}
@media (max-width: 991px) {
  .menu {
    justify-content: space-between;
  }
}
@media (min-width: 760px) and (max-width: 991px) {
  .menu {
    max-width: 760px;
    width: 100%;
    left: 50%;
    margin-left: -380px;
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .menu {
    padding: 17px 40px 60px;
  }
}
@media (min-width: 1060px) and (max-width: 1279px) {
  .menu {
    left: 50%;
    width: 1060px;
    margin-left: -530px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .menu {
    padding: 17px 0 60px;
  }
}
@media (min-width: 1280px) {
  .menu {
    left: 50%;
    width: 1260px;
    padding: 33px 0 120px;
    margin-left: -630px;
  }
}
.menu__close,
.menu__lang,
.menu__logo,
.menu__toplinks {
  transform: translateY(5px);
}
.menu__close {
  position: relative;
  flex: 0 0 24px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .menu__close {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .menu__close {
    margin-left: 40px;
  }
}
@media screen and (max-height: 575px) {
  .menu__close {
    margin-left: 20px;
  }
}
.menu__close span {
  position: absolute;
  top: 2px;
  left: 50%;
  display: block;
  width: 2px;
  height: 20px;
  margin-left: -1px;
  transform: rotate(45deg);
  background-color: #fff;
  transition: transform 0.3s ease-out;
}
.menu__close span + span {
  transform: rotate(-45deg);
}
.menu__close:hover span {
  transform: rotate(135deg);
}
.menu__close:hover span + span {
  transform: rotate(45deg);
}
.menu__logo {
  flex: 0 0 136px;
  height: 20px;
}
.menu__logo img {
  display: block;
  height: 20px;
  width: 136px;
}
.menu__toplinks {
  flex: 1 1 auto;
  height: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .menu__toplinks {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 140px;
    left: 40px;
    right: 40px;
    display: flex;
    text-align: left;
    transform: translateY(-15px);
  }
  .menu__toplinks a {
    display: block;
    margin: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .menu__toplinks a {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 575px) {
  .menu__toplinks {
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 360px) and (max-width: 575px) {
  .menu__toplinks a {
    flex: 0 0 50%;
  }
}
@media (max-width: 359px) {
  .menu__toplinks {
    justify-content: space-between;
  }
}
@media screen and (max-height: 500px) {
  .menu__toplinks {
    top: auto;
    bottom: 130px;
    display: flex;
    text-align: left;
    transform: translateY(-15px);
  }
  .menu__toplinks a {
    flex: 0 0 33.33%;
    display: block;
    margin: 0 !important;
  }
}
.menu__live,
.menu__schedule {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.2s ease-out;
}
@media (max-width: 991px) {
  .menu__live,
  .menu__schedule {
    color: var(--color-darkblue);
    margin: 0 20px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 575px) {
  .menu__live,
  .menu__schedule {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-height: 500px) {
  .menu__live,
  .menu__schedule {
    font-weight: 400;
  }
}
.menu__live {
  margin-right: 15px;
}
.menu__live svg {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: 1px;
  margin-right: 7px;
  vertical-align: top;
}
.menu__live svg circle {
  stroke: var(--color-yellow);
  transition: all 0.2s ease-out;
}
.menu__live svg path {
  fill: var(--color-yellow);
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .menu__live svg {
    margin-top: 0;
    margin-right: 4px;
  }
}
.menu__live:hover {
  color: var(--color-lightblue);
}
@media (min-width: 992px) {
  .menu__live svg {
    height: 20px;
    width: 20px;
    margin-top: -1px;
    margin-right: 10px;
  }
}
.menu__schedule {
  margin-left: 15px;
}
.menu__schedule span {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 5px 10px 0 0;
  vertical-align: top;
  background: url("") no-repeat 50% 50%;
  transition: transform 0.3s ease-out;
}
@media (max-width: 991px) {
  .menu__schedule span {
    margin: 4px 6px 0 0;
  }
}
.menu__schedule:hover {
  color: var(--color-lightblue);
}
.menu__schedule:hover span {
  transform: translateX(4px);
}
.menu__lang {
  flex: 0 0 30px;
  display: block;
  height: 20px;
  width: 30px;
  margin-right: 20px;
  margin-left: 120px;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease-out;
  position: relative;
  z-index: 12;
}
.menu__lang span {
  display: block;
  text-align: center;
  border-radius: 2px;
  background: var(--color-yellow);
}
@media (max-width: 991px) {
  .menu__lang {
    margin: 3px 20px 0 14px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .menu__lang {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .menu__lang {
    margin-right: 40px;
  }
}
@media screen and (max-height: 500px) {
  .menu__lang {
    margin-right: 20px;
  }
}
.menu__lang ul {
  display: block;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform 0.2s ease-out;
}
.menu__lang ul li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.menu__lang ul li:first-of-type {
  border-top: 0;
}
.menu__lang ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  color: #000;
  background-color: #fff;
  transition:
    background-color 0.3s ease-out,
    color 0.3s ease-out;
}
.menu__lang ul li a:hover {
  color: #fff;
  background-color: var(--color-blue);
}
@media (max-width: 1279px) {
  .menu__lang.visible ul {
    transform: scaleX(1);
  }
}
@media (min-width: 1280px) {
  .menu__lang:hover ul {
    transform: scaleX(1);
  }
}
.menu__searchbox {
  position: absolute;
  z-index: 3;
  top: 80px;
  left: 44px;
  right: 20px;
  transform: translateY(-20px);
  opacity: 0;
  background-color: #fff;
}
.site__nav a {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.res-img {
  max-width: 300px;
  width: 100%;
}
.res-img img {
  padding-bottom: 20px;
  width: 100%;
}
