@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 400;
  src: local("HelveticaNeueCyr"),
  url("https://fonts.cdnfonts.com/s/13267/HelveticaNeueCyr-Roman.woff") format("woff");
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 550;
  src: local("HelveticaNeueCyr"),
  url("https://fonts.cdnfonts.com/s/13267/helveticaneuecyr-medium.woff") format("woff");
}

@font-face {
  font-family: "HelveticaNeueCyr";
  font-style: normal;
  font-weight: 700;
  src: local("HelveticaNeueCyr"),
  url("https://fonts.cdnfonts.com/s/13267/helveticaneuecyr-bold.woff") format("woff");
}
.chief{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  font-family: "HelveticaNeueCyr",Helvetica,Arial,sans-serif;
}
.chief .additional_page_header_aph {
  margin-bottom: 0;
}
.main_block{
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
.main_block_inner{
  display: flex;
  gap: 24px;
  align-self: stretch;
}
.main_block_left{
  display: flex;
  width: 564px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: start;
  grid-row: 1 / span 2;
  grid-column: 1 / span 1;
  justify-self: start;
}
.main_block_left .chief_strategist_title, .main_block_left .chief_strategist_text1{
  color: #1B1B1B;
}
.main_block_right{
  display: flex;
  width: 564px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: start;
  grid-row: 1 / span 2;
  grid-column: 2 / span 1;
  justify-self: end;
}
.main_block_right .chief_strategist_text1{
  color: #000;
}
.main_block_img{
  height: 275px;
  align-self: stretch;
  border-radius: 16px;
  background: url('/i/img/chief_strategist/dean_leo.jpg') no-repeat center center;
  background-size: cover;
}
.main_block_left_text{
  display: flex;
  padding: 0 8px 4px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.main_block_right_text{
  display: flex;
  padding: 4px 8px 0 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.video-container{
  position: relative;
  height: 309px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.article_block{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.article_block_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.article_list{
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.article_one{
  width: 100%;
  min-width: 312px;
  position: relative;
  display: flex;
  padding: 24px 24px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
}
.news_card_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.last_article, .stock_article {
  position: relative;
  z-index: 1;

  padding: 24px;
  background: #FFF;
  box-shadow: 0 4px 37px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
}
.article_img_inner{
  overflow: hidden;
  border-radius: 10px;
  height: 175px;
}
.article_img{
  display: flex;
  border-radius: 10px;
  height: 188px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 2s;
}
.article_one:hover .article_img {
  overflow: hidden;
  transform: scale(1.2,1.2);
}
.card_tags {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  gap: 5px;
}
.article_type{
  background: #860707;
  display: inline-block;
  text-decoration: none;
  padding: 5px 16px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
}
.article_type.video_type{
  background: #158527;
}
.article_type.video_type_name{
  background: #FD7F57;
}
.article_type.best_video{
  background: #3D333E;
}
.article_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.article_head{
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 0;
  overflow: hidden;
  text-decoration: none;
  padding-bottom: 0;
  max-height: 112px;
}
.article_one:hover .article_head {
  color: #188fff;
}
.article_desc{
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 21px;
  height: 0;
  color: #333333;
  max-height: 105px;
  overflow: hidden;
  text-decoration: none;
}
.news_card_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  background: #FFFFFF;
  z-index: 1;
  padding: 10px 0 24px;
}
.card_avatar{
  padding-right: 8px;
  height: 34px;
  width: 34px;
}
.article_footer{
  display: flex;
  padding: 4px 0;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.article_avatar{
  border-radius: 9999px;
  border: 2px solid #FFF;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 12px 0 rgba(19, 22, 26, 0.10);
}
.article_footer_mid{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1 0 0;
}
.article_author{
  display: flex;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: #646464;
  padding-bottom: 4px;
  text-decoration: none;
}
.article_time{
  position: relative;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  color: #A5A5A5;
}
.article_view{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 5px;
}
.article_view img {
  display: block;
}
.like_count {
  display: flex;
  padding-left: 4px;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  color: #7C7C7C;
}
.article_hr{
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.20);
}
.last_articles{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.last_articles .article_type{
  background: #56376F;
}
.last_articles_inner{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.last_articles_first{
  display: flex;
  width: 58%;
  min-width: 312px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;

  padding: 24px;
  background: #FFF;
  box-shadow: 0 4px 37px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-sizing: border-box;
}
.last_articles_first:hover .article_head, .last_articles_next > div:hover .article_head{
  color: #188fff;
}
.last_articles_first_img_inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(19, 22, 26, 0.10);
  box-sizing: border-box;
  overflow: hidden;
}
.last_articles_first_img{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  height: 383.644px;
  padding: 8px;
  box-sizing: border-box;
  transition: transform 2s;
}
.last_articles_first:hover .last_articles_first_img {
  overflow: hidden;
  transform: scale(1.2,1.2);
}
.last_articles_first_content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
}
.last_articles_first_content .article_footer, .mid_articles_first_content .article_footer{
  margin-top: auto;
}
.last_articles_first_desc{
  text-align: left;
  color: rgba(19, 22, 26, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  margin-top: 10px;
}
.last_articles_next{
  display: flex;
  width: 42%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.mid_articles{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.mid_articles_inner{
  display: flex;
  gap: 20px;
}
.mid_articles_first{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  min-width: 312px;
  gap: 10px;
}
.mid_articles_first:hover .article_head {
  color: #188fff;
}
.mid_articles_last{
  display: flex;
  min-width: 368px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  width: 50%;
}
.mid_articles .card_tags {
  padding: 0;
}
.mid_articles_first_img_inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(19, 22, 26, 0.10);
  box-sizing: border-box;
  overflow: hidden;
}
.mid_articles_first_img{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  height: 298.133px;
  padding: 8px;
  flex-shrink: 0;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 2s;
}
.mid_articles_first:hover .mid_articles_first_img {
  overflow: hidden;
  transform: scale(1.2,1.2);
}
.mid_articles_first_img::after {
  content: '';
  opacity: .75;
  background: url(/i/img/video_analysis/youtube_2.png) no-repeat;
  position: absolute;
  z-index: 2;
  width: 72px;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-size: cover;
}
.mid_articles_first_content{
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.mid_articles_last_content{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px;
  align-self: stretch;
}
.mid_articles_img_inner{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid rgba(19, 22, 26, 0.10);
  box-sizing: border-box;
  overflow: hidden;
}
.mid_articles_img{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  width: 120px;
  min-height: 96px;
  flex: 1 0 0;
  cursor: pointer;
  transition: transform 2s;
}
.mid_articles_last_content:hover .mid_articles_img {
  overflow: hidden;
  transform: scale(1.2,1.2);
}
.mid_articles_last_content:hover .mid_article_head {
  color: #188fff;
}
.mid_articles_img::after {
  content: '';
  opacity: .75;
  background: url(/i/img/video_analysis/youtube_2.png) no-repeat;
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 49px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-size: cover;
}
.mid_articles_left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.mid_articles_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.mid_article_head{
  text-align: left;
  color: #13161A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mid_article_bottom{
  display: flex;
  align-items: center;
  align-content: center;
  gap: 4px 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
.mid_article_bottom > div:first-child{
  display: flex;
  align-items: center;
  gap: 8px;
}
.mid_article_bottom .article_author{
  color: rgba(19, 22, 26, 0.56);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.mid_article_time{
  color: rgba(19, 22, 26, 0.72);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.see_also{
  display: flex;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;

  border-radius: 9999px;
  border: 1px solid #FFF;
  background: #860707;
  cursor: pointer;
}
.see_also span{
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.preloader_white, .preloader_white::after, .preloader_white::before{width: 32px !important;height: 32px !important;}

.chief_strategist_title{
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}
.chief_strategist_title2{
  color: #13161A;
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: -1px;
}
.chief_strategist_text1{
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

@media only screen and (min-width: 701px) {
  .article_one {
    height: 434px;
  }
}

@media only screen and ( max-width:1650px ) {
  .article_block_inner {
    padding: 0;
  }
  .last_articles_first {
    width: 50%;
  }
  .last_articles_next{
    width: 50%;
  }
}

@media only screen and (min-width: 1361px) and (max-width: 1600px) {
  .article_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1337px) {
  .article_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1097px) {
  .main_block_inner {
    flex-direction: column;
  }
  .main_block_left {
    width: 100%;
  }
  .main_block_right {
    width: 100%;
    flex-direction: column-reverse;
  }
  .main_block_img {
    height: 401px;
  }
  .video-container {
    height: 390px;
  }
  .mid_articles_inner {
    flex-direction: column;
  }
  .mid_articles_first {
    width: 100%;
  }
  .mid_articles_last {
    flex-direction: row;
    gap: 16px;
    width: 100%;
    flex-wrap: wrap;
  }
  .mid_articles_last_content {
    flex-direction: column-reverse;
    width: calc(50% - 12px);
  }
  .mid_articles_img_inner {
    width: 100%;
  }
  .mid_articles_img {
    width: 100%;
    min-height: 127.361px;
  }
  .mid_articles_first_img {
    height: 387.689px;
  }
  .last_articles_inner {
    flex-direction: column;
  }
  .last_articles_first {
    width: 100%;
  }
  .last_articles_next {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 800px) {
  .chief .mf_header .mfh_text {
    max-width: 52%;
  }
  .chief .mf_header .mfh_darken {
    display: none;
  }
  .chief .additional_page_header_aph .mf_header {
    min-height: 245px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  .chief .mf_header .mfh_text {
    text-align: left;
  }
  .chief .additional_page_header_aph .mf_header {
    background-position: right -170px center !important;
  }
  .main_block_img {
    padding-bottom: 62%;
    height: auto;
  }
  .video-container {
    height: auto;
    padding-bottom: 62%;
  }
  .article_list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 0;
    grid-row-gap: 0;
    gap: 20px;
  }
  .article_one {
    max-width: 400px;
  }
  .article_img {
    background-size: cover;
  }
  .article_head {
    font-size: 18px;
    line-height: 21px;
    max-height: unset;
    min-height: unset;
  }
  .article_desc {
    height: auto !important;
    max-height: unset;
  }
  .article_time{
    font-size: 11px;
  }
  .mid_articles_last_content {
    width: 100%;
    max-width: 460px;
  }
  .mid_articles_last {
    min-width: unset;
  }
  .mid_articles_first_img {
    padding-bottom: 53%;
    height: auto;
  }
  .last_articles_first_img {
    padding-bottom: 53%;
    height: auto;
  }
  .last_articles_next {
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .chief .mf_header .mfh_text {
    max-width: 100%;
  }
  .chief .mf_header .mfh_darken {
    display: block;
    background: linear-gradient(0deg, rgba(48, 49, 52, 0.60) 0%, rgba(48, 49, 52, 0.60) 100%), url('/i/img/chief_strategist/header.jpg') lightgray -523.517px 0 / 308.235% 99.935% no-repeat;
    background-position: right -170px center;
    background-size: cover;
  }
}