: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__light__blue: #10BEC4;
}
.category__bright__red {
  color: var(--category__bright__red)!important;
}
.category__pure__blue {
  color: var(--category__pure__blue)!important;
}
.category__dark__gray {
  color: var(--category__dark__gray)!important;
}
.category__soft__yellow {
  color: var(--category__soft__yellow)!important;
}
.category__soft__violet {
  color: var(--category__soft__violet)!important;
}
.category__lime__green {
  color: var(--category__lime__green)!important;
}
.category__soft__blue {
  color: var(--category__soft__blue)!important;
}
.category__orange {
  color: var(--category__orange)!important;
}

.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;
}

.category__color__economics {
  color: var(--category__bright__red)!important;
}
.category__color__business {
  color: var(--category__pure__blue)!important;
}
.category__color__finances {
  color: var(--category__dark__gray)!important;
}
.category__color__billionaires {
  color: var(--category__soft__yellow)!important;
}
.category__color__technologies {
  color: var(--category__soft__violet)!important;
}
.category__color__consideration {
  color: var(--category__lime__green)!important;
}
.category__color__world {
  color: var(--category__soft__blue)!important;
}
.category__color__start-up {
  color: var(--category__orange)!important;
}

.svg__stroke__pure__blue {
  stroke: var(--category__pure__blue);
}

.svg__stroke__bright__red {
  stroke: var(--category__bright__red);
}

.svg__stroke__dark__gray {
  stroke: var(--category__dark__gray);
}
.header__control__box {
  background-color: #2f2f2f;
}
.header__control__box ul {
  display: flex;
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.header__control__box ul li a {
  position: relative;
  height: 40px;
  display: flex;
  padding: 0 20px;
  font-family: 'HelveticaNeue-Medium', sans-serif;
  color: #fff;
  align-items: center;
}
.header__control__box ul li:first-child a::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('../images/Home.svg');
  background-size: cover;
}
.header__control__box ul li.active a {
  position: relative;
  background-color: #ffffff;
  color: #2f2f2f;
}
.header__control__box ul li.active a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background-color: #E82727;
}
.header__control__box ul li a i {
  margin-right: 5px;
}
.main__boxes {
  position: relative;
  margin-top: 60px;
}
.main__boxes::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #CBCBCB;
  top: -30px;
  left: 0;
}
#header2 {
  margin-bottom: 0;
}
#content_page {
    margin-top: 30px;
}
.search__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 60px;
}
.search__button::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('/images/feather-search.svg');
  background-size: cover;
}
.header__box__items .left__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main__section {
    min-height: calc(100vh - 159px - 179px);
}
.time-split-circle {
  position: relative;
  display: inline-flex;
  width: 3px;
  height: 100%;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #A0A0A0;
}
.time-split-circle:after {
  position: absolute;
  content: '';
  width: 3px;
  top: -5px;
  height: 3px;
  border-radius: 50%;
  background-color: #A0A0A0;
}
.isEditable {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 10px;
  font-size: 12px;
  padding-left: 3px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E82727;
  border-radius: 2px;
  z-index: 1;
}
.isEditable:hover,
.isEditable:focus {
  color: #fff;
}
.article-content ul li {
  font-size: 16px;
}
/* Main Header Slider */
.main__header__slider {
  position: relative;
  padding-top: 15px;
}
.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: #101010;
  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 .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;
  padding: 51px 0;
}
.main__blocks__title__box {
  display: flex;
  justify-content: space-between;
}
.main__blocks__title {
  position: relative;
  padding-left: 26px;
  font-size: 22px;
  font-family: 'firago', 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.arrow-down::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('/images/feather-arrow-down-right-red.svg');
  background-size: cover;
}
.main__blocks__title__svg {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:2px;
}
.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: 23px;
}
#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: -20px;
  right: -20px;
  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);
}

/* Main Phrases */
.main__phrases {
  position: relative;
  padding: 51px 0;
}
#main__phrases__slider {
  margin-top: 23px;
}
.main__phrases__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 320px;
}
.main__phrases__box::before {
  position: absolute;
  cursor: pointer;
  content: '';
  bottom: 30px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 12px;
  height: 12px;
  background-color: #EF4136;
  box-shadow: 0 0 2px rgb(239 65 54 / .5);
  border-radius: 50%;
}
.main__phrases__desc {
  width: 100%;
  height: 221px;
  background-color: #F7F7F7;
  padding: 29px 27px;
  border-radius: 8px;
}
.main__phrases__desc span {
  color: #101010;
  font-size: 16px;
  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;
}
.main__phrases__image {
  position: absolute;
  width: 72px;
  height: 72px;
  bottom: 56px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 4px solid #fff;
}
.main__phrases__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.main__phrases__date {
  position: relative;
  height: 22px;
  display: flex;
  align-items: center;
  color: #A0A0A0;
  font-size: 12px;
  padding-left: 35px;
  margin-bottom: 17px;
}
.main__phrases__date::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 22px;
  height: 19.888px;
  background-image: url('/images/phrases-component.svg');
  background-size: cover;
}
.main__phrases__date .time-split {
  background: rgb(141 141 141 / .5);
}
.main__phrases__author a {
  color: #EF4136;
  font-size: 14px;
  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;
}
.phrases__dots__container {
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 69px;
}
.phrases__dots__container::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1px;
  width: 100%;
  background-color: #CBCBCB;
}
.phrases__dots__container .container::before {
  position: absolute;
  content: '';
  left: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 8px;
  background-color: #989898;
  border-radius: 50%;
}
.phrases__dots__container .container::after {
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 8px;
  background-color: #989898;
  border-radius: 50%;
}
#phrases__nav__container {
  display: flex;
  justify-content: space-between;
  max-width: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#phrases__nav__container .owl-prev,
#phrases__nav__container .owl-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #AAAAAA;
  border: none;
  border-radius: 50rem;
  z-index: 50;
}
#phrases__nav__container>.owl-next>.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);
  opacity: .79;
  transition: opacity .25s ease;
}
#phrases__nav__container>.owl-prev>.main__header__slider_prev {
  width: 12.688px;
  height: 12.911px;
  background-image: url('/images/slider__arrow.svg');
  background-size: cover;
  opacity: .79;
  transition: opacity .25s ease;
}
#phrases__nav__container>.owl-prev:hover>.main__header__slider_prev,
#phrases__nav__container>.owl-next:hover>.main__header__slider_next {
  opacity: 1;
}

/* Main Videos */
.main__videos {
  position: relative;
  background-color: #1A1A1A;
  padding: 51px 0;
}
.main__videos .main__blocks__title {
  color: #fff;
}
.main__videos .main__blocks__categories ul li a {
  color: #FFFFFF;
}
.main__videos .main__blocks__categories ul li.active a,
.main__videos .main__blocks__categories ul li:hover a {
  color: #E82727;
}
#main__videos__slider {
  margin-top: 23px;
}
#main__videos__slider .main__new__slider__box {
  display: flex;
  flex-direction: column;
}
#main__videos__slider .main__new__slider__image {
  position: relative;
  width: 100%;
  height: 180px;
}
#main__videos__slider .main__new__slider__image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
#main__videos__slider .slider__desc__box {
  position: absolute;
  bottom: 16px;
  left: 20px;
  margin: 0;
}
#main__videos__slider .slider__desc__box .desc__category {
  font-size: 12px;
  padding: 7px 10px;
}
#main__videos__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__videos .main__new__slider__desc span {
  font-size: 16px;
  color: #FFFFFF;
}
#main__videos__slider .owl-dots {
  display: none;
}
#main__videos__slider .owl-nav {
  position: absolute;
  top: 75px;
  left: -20px;
  right: -20px;
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
  height: 0;
  display: flex;
  justify-content: space-between;
}
#main__videos__slider .owl-nav .disabled {
  opacity: 0;
}
#main__videos__slider .owl-nav .owl-prev,
#main__videos__slider .owl-nav .owl-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 50rem;
}

#main__videos__slider .main__header__slider_prev {
  width: 12.688px;
  height: 12.911px;
  background-image: url('/images/slider__arrow__dark.svg');
  background-size: cover;
}

#main__videos__slider .main__header__slider_next {
  width: 12.688px;
  height: 12.911px;
  background-image: url('/images/slider__arrow__dark.svg');
  background-size: cover;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}
#main__videos__slider .main__new__slider__desc__box {
  position: absolute;
  bottom: 12px;
  right: 12px;
  margin: 0;
}
#main__videos__slider .main__new__slider__play__button {
  position: relative;
  height: 20px;
  width: 58px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  padding: 0 6px;
  background-color: rgba(0,0,0, .49);
  border-radius: 2px;
  color: #fff;
}
#main__videos__slider .main__new__slider__play__button::before {
  position: absolute;
  content: '';
  top: 0;
  left: 6px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 9px;
  height: 10px;
  background-image: url('/images/play-button.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

/* Main popular */
.main__popular__news {
  position: relative;
  padding: 21px 0;
}
.main__blocks__title__box {
  display: flex;
  justify-content: space-between;
}
.main__blocks__title {
  position: relative;
  padding-left: 26px;
  font-size: 22px;
  font-family: 'firago';
  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__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__popular__news__slider {
  margin-top: 23px;
}
#main__popular__news__slider .main__new__slider__box {
  display: flex;
  flex-direction: column;
}
#main__popular__news__slider .main__new__slider__image {
  position: relative;
  width: 100%;
  height: 180px;
}
#main__popular__news__slider .main__new__slider__image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
#main__popular__news__slider .slider__desc__box {
  position: absolute;
  bottom: 16px;
  left: 20px;
  margin: 0;
}
#main__popular__news__slider .slider__desc__box .desc__category {
  font-size: 12px;
  padding: 7px 10px;
}
#main__popular__news__slider .slider__desc__box .desc__play__button {
  height: 26px;
  width: 29px;
}
#main__popular__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__popular__news__slider .owl-nav {
  position: absolute;
  top: 75px;
  left: -20px;
  right: -20px;
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
  height: 0;
  display: flex;
  justify-content: space-between;
}
#main__popular__news__slider .owl-nav .disabled {
  opacity: 0;
}
#main__popular__news__slider .owl-nav .owl-prev,
#main__popular__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__popular__news__slider .main__header__slider_prev {
  width: 12.688px;
  height: 12.911px;
  background-image: url('/images/slider__arrow.svg');
  background-size: cover;
}
#main__popular__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);
}

/*
 Main top box
*/
.header__box {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header__box__items {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 106px;
}
.header__box__items .logotype {
    width: 141px;
    height: 60px;
    /* background-image: url('/images/svg__logotype.svg'); */
    background-image: url('/images/new_logo.svg');
    background-size: cover;
}
.header_socials{
    margin-bottom: 5px;
}
.header__box__items .right__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header__box__items .right__item__image {
    width: 94px;
    height: 60px;
    margin-right: 10px;
}

.header__box__items .right__item__image img {
    width: 94px;
    height: 60px;
    object-fit: cover;
}

.header__box__items .right__item__text {
    font-size: 12px;
    font-family: "firago", sans-serif;
    color: #ffffff;
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
}

.header__box__items .right__item__button {
    position: relative;
    min-height: 28px;
    min-width: 28px;
    background-color: #D83C32;
    border-radius: 8px;
    margin-right: 8px;
}

.header__box__items .right__item__button::after {
    position: absolute;
    content: '';
    top: 0;
    left: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 14px;
    background-image: url('/images/play-button.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.main__news__sliders {
  margin-top: 30px;
}
.main__economics__news__slider,
.main__finances__news__slider,
.main__business__news__slider {
  border-bottom: 2px solid #CBCBCB;
  padding-bottom: 25px;
}
.main__economics__news__slider {
  border-bottom: none;
}
/*
 Main top box MENU
*/
.header__box__menu {
    position: relative;
    height: 53px;
    display: flex;
    border-top: 1px solid rgba(203, 203, 203, 0.43);
    border-bottom: 2px solid #484848;
}
.header__box__navbar {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.header__box__navbar li {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
}

.header__box__navbar li a {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "firago", sans-serif;
    color: #434343;
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
}

.header__box__items .left__item .right__buttons,
.header__box__items .left__item .menu__button {
  display: none;
}
.header__box__navbar li:hover a,
.header__box__navbar li:focus a,
.header__box__navbar li.active a {
  box-shadow: inset 0 -4px 0 #484848;
  transition: box-shadow .4s ease-in;
}

/*
  Navbar list colors
*/
.header__box__navbar li.economics:hover a,
.header__box__navbar li.economics:focus a,
.header__box__navbar li.economics.active a {
  box-shadow: inset 0 -4px 0 var(--category__bright__red);
}

.header__box__navbar li.business:hover a,
.header__box__navbar li.business:focus a,
.header__box__navbar li.business.active a {
  box-shadow: inset 0 -4px 0 var(--category__pure__blue);
}

.header__box__navbar li.finances:hover a,
.header__box__navbar li.finances:focus a,
.header__box__navbar li.finances.active a {
  box-shadow: inset 0 -4px 0 var(--category__dark__gray);
}

.header__box__navbar li.billionaires:hover a,
.header__box__navbar li.billionaires:focus a,
.header__box__navbar li.billionaires.active a {
  box-shadow: inset 0 -4px 0 var(--category__soft__yellow);
}

.header__box__navbar li.technologies:hover a,
.header__box__navbar li.technologies:focus a,
.header__box__navbar li.technologies.active a {
  box-shadow: inset 0 -4px 0 var(--category__soft__violet);
}

.header__box__navbar li.consideration:hover a,
.header__box__navbar li.consideration:focus a,
.header__box__navbar li.consideration.active a {
  box-shadow: inset 0 -4px 0 var(--category__lime__green);
}

.header__box__navbar li.world:hover a,
.header__box__navbar li.world:focus a,
.header__box__navbar li.world.active a {
  box-shadow: inset 0 -4px 0 var(--category__soft__blue);
}

.header__box__navbar li.start-up:hover a,
.header__box__navbar li.start-up:focus a,
.header__box__navbar li.start-up.active a {
  box-shadow: inset 0 -4px 0 var(--category__orange);
}

.header__box__navbar li.videos_all:hover a,
.header__box__navbar li.videos_all:focus a,
.header__box__navbar li.videos_all.active a {
  box-shadow: inset 0 -4px 0 var(--category__light__blue);
}
/*Main videos*/
.main__videos__box {
  background-color: #2C2C2C;
  min-height: 30vh;
  padding: 15px 20px;
}
.main__videos__list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.main__videos__left,
.main__videos__right{
  width: 50%;
}
.main__videos__big {
  width: 100%;
}
.main__videos__big__image {
  position: relative;
  width: 100%;
  height: 285px;
}
.main__videos__big__image img {
  width: 100%;
  height: 285px;
}
.main__videos__big__play__button {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
}
.main__videos__big__play__button::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  margin: auto;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
}
.main__videos__big__play__button::after {
  position: absolute;
  content: '';
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 24px;
  background-image: url("/images/play-button.svg");
  background-size: cover;
}
.main__videos__big__title {
  margin-top: 10px;
  color: #fff;
}
.main__videos__right {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
.main__videos__small {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.main__videos__small__image {
  position: relative;
  width: 50%;
  height: 135px;
  margin-right: 15px;
}
.main__videos__small__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main__videos__small_desc {
  width: 50%;
}
.main__videos__small__date {
  margin-top: 15px;
  color: #A0A0A0;
  font-size: 12px;
}
.main__videos__small__title {
  color: #fff;
}
.main__videos__medium__play__button {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
}
.main__videos__medium__play__button::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  margin: auto;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
}
.main__videos__medium__play__button::after {
  position: absolute;
  content: '';
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 17px;
  background-image: url("/images/play-button.svg");
  background-size: cover;
}
.main__videos__small__play__button {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
}
.main__videos__small__play__button::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  margin: auto;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
}
.main__videos__small__play__button::after {
  position: absolute;
  content: '';
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 17px;
  background-image: url("/images/play-button.svg");
  background-size: cover;
}
.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;
  }
}

.green_bloomberg img{
    width: 140px;
}
@media (max-width: 767.98px) {
    .green_bloomberg img{
        width: 80px;
    }
    .header_socials{
        display: none;

    }
    .header__box__items .right__item {
        display: flex;
        flex-direction: row-reverse;

        align-items: center;
    }
  .header__control__box .container {
    padding: 0;
    margin: 0;
  }
  .main__boxes {
    margin-top: 0;
  }
  .square__loader::before, .square__loader::after {
    border-width: 2px;
  }
  /* Main Videos */
  .main__videos__box {
    padding: 15px 10px;
  }
  .main__videos__list {
    flex-direction: column;
  }
  .main__videos__left,
  .main__videos__right {
    width: 100%;
  }
  .main__videos__left {
    margin-bottom: 15px;
  }
  .main__videos__big__image,
  .main__videos__big__image img {
    height: 200px;
  }
  .main__videos__big__play__button {
    width: 54px;
    height: 54px;
  }
  .main__videos__big__play__button::after {
    width: 15px;
    height: 17px;
  }
  .main__videos__big__title {
    margin-top: 0;
  }
  .main__videos__small_desc {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .main__videos__right {
    margin-left: 0;
  }
  .main__videos__small {
    flex-direction: column;
  }
  .main__videos__small__image {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }
  /* Main Top Slider */
  .header__box {
    border-bottom: 2px solid #484848;
  }
  .header__box__items {
    height: 64px;
  }
  .header__box__items .logotype {
    /* width: 83px; */
    width: 96px;
    height: 41px;
  }
  .header__box__menu {
    position: absolute;
    height: calc(100vh - 104px);
    width: 100vw;
    background-color: #101010;
    z-index: 100;
    left: 0;
    top: 104px;
    border: none;
  }
  .header__box__navbar {
    flex-direction: column;
  }
  .header__box__menu {
    display: none;
  }
  .header__box__navbar li {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .header__box__navbar li a {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-family: "firago", sans-serif;
    color: #fff;
    -webkit-font-feature-settings: "case" 1;
    -moz-font-feature-settings: "case" 1;
    -ms-font-feature-settings: "case" 1;
    font-feature-settings: "case" 1;
  }
  .header__box__items .left__item {
    width: 100%;
  }
  .header__box__items .right__item {
    position: absolute;
    top: 18px;
    right: 80px;
  }
  .left__item>.search__button {
    display: none!important;
  }
  .header__box__items .left__item .right__buttons {
    display: flex;
    justify-content: space-between;
  }
  .header__box__items .right__item .socials a {
    width: 24px;
    height: 24px;
  }
  .header__box__items .right__item  .socials a i {
    font-size: 12px;
  }
  .header__box__items .left__item .menu__button {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    margin-left: 15px;
  }
  .menu__button input {
    display: flex;
    width: 26px;
    height: 21px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  .menu__button span {
    display: flex;
    width: 26px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #101010;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
  }
  .menu__button span:first-child {
    transform-origin: 0% 0%;
  }
  .menu__button span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  .menu__button input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-4px, -11px);
    background: #36383F;
  }
  .menu__button input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .menu__button input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-2px, 12px);
  }
  /* Main Header Slider */
  .main__header__slider {
    padding: 0;
  }
  .main__header__slider .container {
    padding: 0;
    margin: 0;
  }
  .main__header__slider__image {
    position: relative;
    width: 100%;
    height: 249px;
    margin-right: 0;
  }
  .slider__desc__box .desc__category {
    padding: 4px 10px;
    font-size: 11px;
    height: 20px;
    margin-right: 8px;
  }
  .slider__desc__box .desc__play__button {
    height: 20px;
    width: 20px;
  }
  .slider__desc__box .desc__play__button::before {
    width: 9px;
    height: 10px;
  }
  .slider__desc__box {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .main__header__slider__box {
    flex-direction: column;
  }
  .main__header__slider__desc {
    position: relative;
    width: 100%;
    margin-top: 35px;
    bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main__header__slider__desc span. {
    font-size: 14px;
  }
  .main__header__slider_date {
    font-size: 10px;
    position: absolute;
    top: 6px;
    right: 15px;
  }
  .main__header__slider__desc p,
  #main__header__slider .owl-nav {
    display: none;
  }
  #main__header__slider .owl-dots {
    bottom: 15px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  #main__header__slider .owl-dots .owl-dot,
  #main__header__slider .owl-dots .owl-dot.active {
    height: 3px;
  }
  #main__header__slider .owl-dots .owl-dot span {
    border-radius: 50rem;
    background-color: #564e50;
  }
  #main__header__slider .owl-dots .owl-dot:hover span,
  #main__header__slider .owl-dots .owl-dot.active span {
    background-color: #E82727;
  }

  /* Main News */
  .main__new__news {
    padding: 16px 0;
  }
  .main__blocks__title__box {
    position: relative;
    flex-flow: column;
  }
  .main__blocks__categories {
    margin-top: 17px;
    height: 35px;
    overflow: hidden;
    overflow-x: auto;
    border-top: 1px solid #DDDDDD;
  }
  .main__blocks__categories ul {
    overflow: hidden;
    overflow-x: auto;
  }
  .main__blocks__categories ul li {
    line-height: 40px;
  }
  .main__blocks__categories ul li a {
    font-size: 12px;
  }
  #main__new__news__slider {
    margin-top: 10px;
  }
  .main__new__slider_date {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #main__new__news__slider .slider__desc__box .desc__play__button {
    height: 20px;
    width: 20px;
  }
  #main__new__news__slider .slider__desc__box .desc__play__button::before {
    width: 9px;
    height: 10px;
  }
  #main__new__news__slider .owl-nav {
    display: none;
  }

  #main__new__news__slider .owl-item.active {
    max-width: 260px;
  }

  /* Main Videos */
  .main__videos {
    padding: 16px 0;
  }
  .main__videos .main__blocks__categories {
    border-top: 1px solid #383838;
  }
  .main__videos .main__new__slider__desc__box {
    top: 12px;
    left: 12px;
    bottom: auto;
    right: auto;
  }
  .main__videos .main__new__slider__box {
    position: relative;
  }
  .main__videos .main__new__slider_date {
    display: none;
  }
  .main__videos .main__new__slider__desc {
    position: absolute;
    bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main__videos .main__new__slider__desc span {
    font-size: 14px;
  }
  #main__videos__slider {
    margin-top: 10px;
  }
  #main__videos__slider .owl-nav {
    display: none;
  }
  #main__videos__slider .owl-dots {
    border-radius: 50rem;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: auto;
  }
  #main__videos__slider .owl-dots .owl-dot span {
    background-color: #8D8D8D;
  }
  #main__videos__slider .owl-dots .owl-dot.active span,
  #main__videos__slider .owl-dots .owl-dot:hover span {
    background-color: #F01414;
  }

  /* Main Phrases */
  .main__phrases {
    padding: 16px 0;
  }
  .main__phrases__date {
    justify-content: center;
  }
  .main__phrases__desc {
    background-color: transparent;
  }
  .main__phrases__box {
    height: 360px;
  }
  #phrases__nav__container {
    max-width: 100%;
  }
  #phrases__nav__container .owl-prev {
    position: absolute;
    bottom: -80px;
    left: 15px;
  }
  #phrases__nav__container .owl-next {
    position: absolute;
    bottom: -80px;
    right: 15px;
  }
  .main__phrases__desc {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
  }
  .main__phrases__image {
    border: 1px solid #BEBEBE;
    padding: 2px;
    bottom: 90px;
  }
  .main__phrases__box::before {
    bottom: 65px;
  }
  .phrases__dots__container .container::after,
  .phrases__dots__container .container::before {
    top: 35px;
  }
  .phrases__dots__container .container::before {
    left: 25%;
  }
  .phrases__dots__container .container::after {
    right: 25%;
  }
  .main__phrases__author {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 16px;
  }
  .main__phrases__author a {
    font-size: 16px;
  }
  #main__phrases__slider {
    margin-top: 10px;
  }
  .main__phrases .main__blocks__title__box::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    bottom: -16px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DDDDDD;
  }
  .main__phrases__desc::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 20px;
    height: 16.888px;
    background-image: url('/images/phrases-component.svg');
    background-size: cover;
    transform: matrix(-1, 0, 0, -1, 0, 0);
  }

  /* Popular News */
  #main__popular__news__slider .owl-nav {
    display: none;
  }
  #main__popular__news__slider .owl-item.active {
    max-width: 260px;
  }

  #main__videos__slider .main__new__slider__image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.95) 85%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.95) 85%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(0,0,0,0.95) 85%);
    z-index: 0;
  }
  #main__popular__news__slider .slider__desc__box .desc__category {
    font-size: 12px;
    padding: 7px 10px;
  }
  #main__popular__news__slider .slider__desc__box .desc__play__button {
    height: 20px;
    width: 20px;
  }
  #main__popular__news__slider .slider__desc__box .desc__play__button::before {
    width: 9px;
    height: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #main_navigation .nav-link {
    font-size: 11px!important;
  }
  #main_navigation>li:first-child a {
    font-size: 0!important;
  }
  #search_li {
    font-size: 0!important;
  }
  #main_navigation>li {
    margin-right: 5px;
  }
  #search_li img {
    width: 16px;
    top: 5px;
  }
  .main__phrases,
  .main__videos,
  .main__new__news,
  .main__popular__news {
    padding: 35px 0;
  }
  .main__header__slider__image {
    height: 250px;
  }
  .main__header__slider__desc span {
    font-size: 22px;
  }
  .main__header__slider_date {
    font-size: 12px;
  }
  .main__blocks__categories ul li a {
    font-size: 12px;
  }
  .main__blocks__title {
    padding-left: 24px;
    font-size: 16px;
    margin-top: 3px;
  }
  .main__blocks__categories ul li {
    padding-right: 15px;
  }
  #main__new__news__slider .slider__desc__box .desc__category {
    font-size: 10px;
    padding: 7px;
    max-width: 100px;
    height: 26px;
  }
  .main__new__slider__desc span {
    font-size: 12px;
  }
  .main__new__slider_date {
    font-size: 11px;
  }
  #main__new__news__slider .main__new__slider__image,
  #main__new__news__slider .main__new__slider__image img {
    height: 150px;
  }
  #main__new__news__slider .slider__desc__box {
    left: 10px;
    bottom: 10px;
  }
  #main__videos__slider .main__new__slider__image,
  #main__videos__slider .main__new__slider__image img {
    height: 150px;
  }
  .main__videos .main__new__slider__desc span {
    font-size: 12px;
  }
  .main__phrases__date {
    font-size: 11px;
  }
  .main__phrases__desc {
    padding: 19px 22px;
  }
  .main__phrases__desc span {
    font-size: 12px;
  }
  .main__phrases__desc {
    height: 190px;
  }
  .main__phrases__box {
    height: 290px;
  }
  #main__popular__news__slider .main__new__slider__image,
  #main__popular__news__slider .main__new__slider__image img {
    height: 150px;
  }
  #main__new__news__slider .owl-nav,
  #main__videos__slider .owl-nav,
  #main__popular__news__slider .owl-nav {
    top: 55px;
  }
}
