:root {
  --category__bright__red: #ef4444;
  --category__pure__blue: #007bff;
  --category__dark__gray: #484848;
  --category__soft__yellow: #fcd34d;
  --category__soft__violet: #8b5cf6;
  --category__lime__green: #10b981;
  --category__soft__blue: #60a5fa;
  --category__orange: #ff9800;
}
.category__bg__economics {
  background-color: var(--category__bright__red)!important;
}
.category__bg_business {
  background-color: var(--category__pure__blue)!important;
}
.category__bg__finances {
  background-color: var(--category__dark__gray)!important;
}
.category__bg__billionaires {
  background-color: var(--category__soft__yellow)!important;
}
.category__bg__technologies {
  background-color: var(--category__soft__violet)!important;
}
.category__bg__consideration {
  background-color: var(--category__lime__green)!important;
}
.category__bg__world {
  background-color: var(--category__soft__blue)!important;
}
.category__bg__start-up {
  background-color: var(--category__orange)!important;
}
body {
  font-family: 'HelveticaNeue', sans-serif;
}
.header__box {
  background-color: #101010;
  color: #F2F2F2;
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 11%);
}
.header__box__wrapper {
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logotype {
  width: 137.5px;
  height: 48px;
  margin-bottom: 17px;
  background-image: url('../images/logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header__right__box,
.header__left__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu {
  display: flex;
  height: 99px;
  list-style-type: none;
  margin: 0;
}
.header__menu__mobile {
  display: none;
}
.header__menu li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 25px;
  height: calc(100% - 1px);
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: 'firago', sans-serif;
  -webkit-font-feature-settings: "case" 1;
  -moz-font-feature-settings: "case" 1;
  -ms-font-feature-settings: "case" 1;
  font-feature-settings: "case" 1;
  border-left: 1px solid rgb(255 255 255 / 11%);
  transition: all .45s ease;
}
.header__menu li:last-child a {
  border-right: 1px solid rgb(255 255 255 / 11%);
}
.header__menu li a:hover,
.header__menu li a.active {
  background-color: #1A1A1A;
}
.header__menu li a::after {
  position: absolute;
  content: '';
  height: 0px;
  width: 100%;
  background-color: transparent;
  bottom: 0;
  left: 0;
  height: 0px;
  transition: all .45s ease;
}
.header__menu li a:hover::after,
.header__menu li a.active::after {
  background-color: #E82727;
  height: 4px;
}
.header__search__button {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 43px;
  background-color: #222222;
  border-radius: 4px;
}
.header__search__button::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('../images/feather-search.svg');
  background-size: cover;
}
.header__live__button {
  position: relative;
  text-decoration: none;
  margin-left: 11px;
  width: 104px;
  height: 42px;
  border: 1px solid #EE4136;
  border-radius: 4px;
  opacity: 0.9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'HelveticaNeue-Medium';
  letter-spacing: 1px;
  padding-left: 15px;
}
.header__live__button::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 15px;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 2px #ee4136;
  background-color: #ee4136;
  border-radius: 50%;
}
.header__live__button:hover {
  color: #fff;
  text-decoration: none;
}

/* Main Header Slider */
.main__header__slider {
  position: relative;
  padding-top: 15px;
}
.main__header__slider .container {
  min-height: 360px;
}
.main__header__slider::before {
  position: absolute;
  content: '';
  height: 348px;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #151515 0%, #292929 100%) 0% 0% no-repeat padding-box;
}
.main__header__slider__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main__header__slider__image {
  position: relative;
  width: 50%;
  height: 359px;
  margin-right: 25px;
}
.main__header__slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__header__slider__desc {
  width: 50%;
}
.main__header__news__list {
  padding-top: 15px;
}
.main__header__news__list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main__header__news__list ul li {
  padding: 15px 0;
  border-top: 1px dashed #A0A0A0;
}
.main__header__news__list ul li a:hover,
.main__header__news__list ul li a:focus {
  color: #E82727;
}
.main__header__news__list ul li .arrow__down {
  position: relative;
  padding-right: 15px;
}
.main__header__news__list ul li .arrow__down::after {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("../images/feather-arrow-down-right.svg");
  background-size: cover;
}
.main__header__slider__desc span.main__header__slider__title {
  font-size: 26px;
  font-family: 'firago';
  color: #ffffff;
  line-height: 1.2;
  -webkit-font-feature-settings: "case" 1;
  -moz-font-feature-settings: "case" 1;
  -ms-font-feature-settings: "case" 1;
  font-feature-settings: "case" 1;
}
.main__header__slider__desc p {
  font-size: 16px;
  color: #7E7E7E;
}
.slider__desc__box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slider__desc__box .desc__category {
  display: flex;
  justify-content: center;
  padding: 9px 15px;
  align-items: center;
  background-color: #E82727;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
  font-family: 'firago', sans-serif;
  line-height: 1;
  -webkit-font-feature-settings: "case" 1;
  -moz-font-feature-settings: "case" 1;
  -ms-font-feature-settings: "case" 1;
  font-feature-settings: "case" 1;
}
.slider__desc__box__bg__transparent {
  display: flex;
  margin: 0;
}
.slider__desc__box__bg__transparent .desc__category__bg__transparent {
  display: flex;
  justify-content: center;
  padding: 9px 0;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 10px;
  color: #E82727;
  font-family: 'firago', sans-serif;
  line-height: 1;
  -webkit-font-feature-settings: "case" 1;
  -moz-font-feature-settings: "case" 1;
  -ms-font-feature-settings: "case" 1;
  font-feature-settings: "case" 1;
}
.slider__desc__box .desc__play__button {
  position: relative;
  width: 35px;
  height: 32px;
  background-color: #2E2E2E;
  border-radius: 2px;
  color: #fff;
}
.slider__desc__box .desc__play__button::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 16px;
  background-image: url('../images/play-button.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.main__header__slider_date {
  font-size: 14px;
  color: #A0A0A0;
}
#main__header__slider .owl-nav {
  position: absolute;
  bottom: 30px;
  right: 0;
}
#main__header__slider .owl-dots {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 50%;
}
#main__header__slider .owl-dots .owl-dot {
  height: 6px;
  display: flex;
  flex: 1 1;
  align-items: flex-start;
}
#main__header__slider .owl-dots .owl-dot.active {
  height: 8px;
}
#main__header__slider .owl-dots .owl-dot span {
  width: 100%;
  height: 100%;
  margin: 0;
  margin-right: 5px;
  border-radius: 0;
}
#main__header__slider .owl-dots .owl-dot:hover span,
#main__header__slider .owl-dots .owl-dot.active span {
  background-color: #E82727;
  height: 100%;
}
#main__header__slider .owl-nav {
  position: absolute;
  bottom: 34px;
  right: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#main__header__slider .owl-nav .owl-prev,
#main__header__slider .owl-nav .owl-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #2C2C2C;
  border-radius: 50rem;
}
#main__header__slider a {
  text-decoration: none!important;
}
#main__header__slider .slider__desc__box {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main__header__slider .slider__desc__box .desc__category {
  display: flex;
  justify-content: center;
  padding: 9px 15px;
  align-items: center;
  background-color: #E82727;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
  font-family: firago;
  line-height: 1;
  -webkit-font-feature-settings: "case" 1;
  -moz-font-feature-settings: "case" 1;
  -ms-font-feature-settings: "case" 1;
  font-feature-settings: "case" 1;
}
#main__header__slider .slider__desc__box .desc__play__button {
  position: relative;
  width: 35px;
  height: 32px;
  background-color: #2E2E2E;
  border-radius: 2px;
  color: #fff;
}
#main__header__slider .owl-nav {
  position: absolute;
  bottom: 34px;
  right: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
#main__header__slider .owl-nav .owl-prev,
#main__header__slider .owl-nav .owl-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #2C2C2C;
  border-radius: 50rem;
}
#main__header__slider .main__header__slider_prev {
  width: 12.688px;
  height: 12.911px;
  background-image: url('../images/slider__arrow.svg');
  background-size: cover;
}
#main__header__slider .main__header__slider_next {
  width: 12.688px;
  height: 12.911px;
  background-image: url('../images/slider__arrow.svg');
  background-size: cover;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

/* Main News */
.main__new__news {
  position: relative;
  margin-top: 44px;
}
.main__new__news a {
  text-decoration: none!important;
}
.main__blocks__title__box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.main__blocks__title {
  position: relative;
  padding-left: 26px;
  font-size: 22px;
  font-family: 'firago Bold', sans-serif;
  line-height: 1;
  color: #191919;
  -webkit-font-feature-settings: "case" 1;
  -moz-font-feature-settings: "case" 1;
  -ms-font-feature-settings: "case" 1;
  font-feature-settings: "case" 1;
}
.main__blocks__title::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 18px;
  left: 0;
  top: 1px;
  background-color: #F01414;
}
.main__blocks__title::after {
  position: absolute;
  content: '';
  top: 1px;
  width: 0;
  height: 0;
  left: 10px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #F01414;
}
.main__blocks__categories ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.main__blocks__categories ul li {
  padding-right: 20px;
}
.main__blocks__categories ul li:last-child {
  padding-right: 0;
}
.main__blocks__categories ul li a {
  font-size: 16px;
  color: #555555;
  font-family: 'firago';
  -webkit-font-feature-settings: "case" 1;
  -moz-font-feature-settings: "case" 1;
  -ms-font-feature-settings: "case" 1;
  font-feature-settings: "case" 1;
  transition: color .25s ease;
}
.main__blocks__categories ul li.active a,
.main__blocks__categories ul li:hover a {
  color: #E82727;
}
#main__new__news__slider {
  margin-top: 34px;
  margin-bottom: 34px;
}
#main__new__news__slider .main__new__slider__box {
  display: flex;
  flex-direction: column;
}
#main__new__news__slider .main__new__slider__image {
  position: relative;
  width: 100%;
  height: 180px;
}
#main__new__news__slider .main__new__slider__image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
#main__new__news__slider .slider__desc__box {
  position: absolute;
  bottom: 16px;
  left: 20px;
  margin: 0;
}
#main__new__news__slider .slider__desc__box .desc__category {
  font-size: 12px;
  padding: 7px 10px;
}
#main__new__news__slider .slider__desc__box .desc__play__button {
  height: 26px;
  width: 29px;
}
#main__new__news__slider  .slider__desc__box .desc__play__button::before {
  width: 12px;
  height: 14px;
}
.main__new__slider_date {
  font-size: 12px;
  color: #A0A0A0;
  padding-left: 1px;
  margin-top: 11px;
  margin-bottom: 11px;
}
.main__new__slider__desc span {
  font-size: 16px;
  color: #101010;
}
#main__new__news__slider .owl-nav {
  position: absolute;
  top: 75px;
  left: -12px;
  right: -12px;
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
  height: 0;
  display: flex;
  justify-content: space-between;
}
#main__new__news__slider .owl-nav .disabled {
  opacity: 0;
}
#main__new__news__slider .owl-nav .owl-prev,
#main__new__news__slider .owl-nav .owl-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #2C2C2C;
  border-radius: 50rem;
}
#main__new__news__slider .main__header__slider_prev {
  width: 12.688px;
  height: 12.911px;
  background-image: url('../images/slider__arrow.svg');
  background-size: cover;
}
#main__new__news__slider .main__header__slider_next {
  width: 12.688px;
  height: 12.911px;
  background-image: url('../images/slider__arrow.svg');
  background-size: cover;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.square__loader::before, .square__loader::after {
  z-index: 1;
  box-sizing: border-box;
  content: "";
  position: absolute;
  border: 3px solid transparent;
  width: 0;
  height: 0;
  animation-timing-function: linear;
}
.square__loader::before {
  bottom: 0;
  right: 0;
  animation: border-before 6s linear;
  animation-direction: alternate;
}
.square__loader::after {
  top: 0;
  left: 0;
  animation: border-after 6s linear;
  animation-direction: alternate;
}
@keyframes border-before {
  0% {
    width: 0;
    height: 0;
    border-bottom-color: #E82727;
    border-left-color: transparent;
  }
  24.99% {
    border-left-color: transparent;
  }
  25% {
    height: 0;
    width: 100%;
    border-bottom-color: #E82727;
    border-left-color: #E82727;
  }
  50%, 100% {
    width: 100%;
    height: 100%;
    border-bottom-color: #E82727;
    border-left-color: #E82727;
  }
}
@keyframes border-after {
  0%, 49.99% {
    width: 0;
    height: 0;
    border-right-color: transparent;
    border-top-color: transparent;
  }
  50% {
    width: 0;
    height: 0;
    border-right-color: transparent;
    border-top-color: #E82727;
  }
  74.99% {
    border-right-color: transparent;
    border-top-color: #E82727;
  }
  75% {
    height: 0;
    width: 100%;
    border-right-color: #E82727;
    border-top-color: #E82727;
  }
  100% {
    width: 100%;
    height: 100%;
    border-right-color: #E82727;
    border-top-color: #E82727;
  }
}

/* Main entertainment */
.main__entertainment {
  position: relative;
  padding: 50px;
  width: 100%;
  background-color: #1A1A1A;
}
.main__entertainment::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/entertainment__cover.svg");
  background-size: 25%;
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  z-index: 0;
}
.main__entertainment__box {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
.main__entertainment__image {
  position: relative;
  width: 100%;
  height: 360px;
  border-radius: 4px;
}
.main__entertainment__image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 4px;
}
.main__entertainment__title {
  margin-top: 21px;
  color: #fff;
  font-size: 16px;
  font-family: 'firago Bold', sans-serif;
  -webkit-font-feature-settings: "case" 1;
  -moz-font-feature-settings: "case" 1;
  -ms-font-feature-settings: "case" 1;
  font-feature-settings: "case" 1;
}
.main__entertainment__box a {
  text-decoration: none!important;
}

/* Footer */
.footer__box {
  position: relative;
  background: #101010;
  border-top: 2px solid #484848;
  border-top: 6px solid #E82727;
}
.footer__top__section {
  border-bottom: 1px solid #2a2a2a;
}
.footer__top__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_menu li {
  display: inline-block;
  margin-right: 10px;
}
.footer__menu__box .footer_menu li a {
  font-family: 'HelveticaNeue-Medium', sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.footer__bottom__text {
  font-size: 12px;
  padding-top: 47px;
  padding-bottom: 17px;
  color: #ffffff;
}
.footer__bottom__text a {
  text-decoration: none;
  color: #fff;
}
.socials {
  display: flex;
}
.socials a {
  font-size: 20px;
  color: #111!important;
  background: rgba(255,255,255,.7);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 3px 0;
  margin-left: 12px;
  text-decoration: none;
}
.socials a.regulation {
  background-color: rgb(184 184 184);
  color: #000!important;
  font-weight: 700;
  font-size: 17px;
}
.socials a.regulation span {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 14px;
  margin-left: 1px;
  margin-top: 2px;
}

@media (max-width: 767.98px) {
  .square__loader::before, .square__loader::after {
    border-width: 2px;
  }
  .header__left__box .header__menu {
    display: none;
  }
  .main__new__news {
    margin-top: 15px;
  }
  #main__new__news__slider {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .main__entertainment {
    padding: 15px 0;
  }
  .main__entertainment__image,
  .main__entertainment__image img {
    height: 156px;
  }
  .main__entertainment__title {
    margin-top: 12px;
    font-size: 11px;
  }
  #main__entertainment__slider .owl-item.active,
  #main__rebroadcasts__slider .owl-item.active {
    max-width: 138px;
  }
  #main__new__news__slider .owl-item.active,
  #main__popular__news__slider .owl-item.active {
    max-width: 260px;
  }
  .footer__socials.socials {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .socials a {
    font-size: 12px;
    color: #111!important;
    background: rgba(255,255,255,.7);
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 3px 0;
    margin-left: 8px;
  }
  .socials a.regulation span {
    font-size: 12px;
  }
  .socials a.regulation {
    font-size: 14px;
  }
  .main__header__slider .container {
    min-height: 260px;
  }
  .header__box {
    border: none;
  }
  .header__menu__mobile {
    display: flex;
    height: 42px;
    border-top: 1px solid rgb(255 255 255 / 11%);
    padding: 0;
    overflow-x: auto;
  }
  .header__search__button {
    background-color: transparent;
  }
  .header__menu__mobile li a {
    font-size: 14px;
    padding: 0 18px;
    border-left: none;
  }
  .header__menu__mobile li:last-child a {
    border-left: none;
  }
  .header__live__button {
    width: 80px;
    height: 32px;
    font-size: 14px;
    line-height: 0;
  }
  .header__live__button::before {
    left: 10px;
  }
}
