@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/Newsreader/woff2/Newsreader16pt-Bold.woff2') format('woff2'),
    url('../fonts/Newsreader/woff/Newsreader16pt-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.social-capital-block2 .header {
  position: relative;
  padding: 16px 10px 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #b8a768;
}
.social-capital-block2 .header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #756843, #17150d);
}
.social-capital-block2 .header .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
}
.social-capital-block2 .header .title:not(:last-child) { margin-bottom: 7px; }
.social-capital-block2 .header .sub-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'DM Sans', sans-serif;
}
.social-capital-block2 { margin-bottom: 30px; }
.social-capital-block2 ul {
  border: 1px solid #c9c7c3;
  border-top: 0;
}
.social-capital-block2 li {
  padding-top: 0px;
  border-top: 1px solid #c9c7c3;
}
.social-capital-block2 .heading,
.social-capital-block2 .reporter {
  display: block;
  padding: 10px 20px;
  padding-right: 100px;
}
.social-capital-block2 .reporter {
  margin-top: 0 !important;
  background: #f7f5ed;
  font-weight: bold;
}
.social-capital-block2 .reporter a {
  font-family: 'DM Sans', sans-serif;
}
.social-capital-block2 article { position: relative; }
.social-capital-block2 .heading {
  color: #262626;
  position: relative;
  min-height: 75px;
}
.social-capital-block2 .heading a { font-weight: bold; }
.social-capital-block2 .reporter .company {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #777;
  margin-top:1px;
}
.social-capital-block2 .avatar {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 87px;
  height: 87px;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(0, 50%);
}
.social-capital-block2 li .image {
  width: 162px;
  float: left;
  max-width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 10px;
}
.social-capital-block2 li .heading.heading-image {
  min-height: 125px;
  padding-right: 10px;
  padding-top: 10px;
}
@media (max-width: 599px) {
  .social-capital-block2 { margin-top: 20px; }
  .social-capital-block2 .image.full-sm {margin-left: 12px;margin-right: 12px;}
  .ibt-fast-start { margin-bottom: 22px; }
}



.social-capital-block { border: 1px solid #cbcbcb; }
.social-capital-block .header {
  padding: 12px;
  color: #977c18;
  text-transform: uppercase;
  border-top: 4px solid #a89451;
  border-bottom: 2px solid #a89451;
  background: url('../images/pattern.png') 0 0 repeat;
}
.social-capital-block .header .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
}
.social-capital-block .header .sub-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'DM Sans', sans-serif;
}
@media screen and (max-width: 519px) {
  .social-capital-block .header { text-align: center; }
  .social-capital-block .header .title:not(:last-child) { margin-bottom: 7px; }
}
@media screen and (min-width: 520px) {
  .social-capital-block .header {
    display: flex;
    align-items: flex-end;
  }
  .social-capital-block .header .title {
    flex: 1 1 auto;
  }
}
.social-capital-block { margin-bottom: 30px; }
.social-capital-block .gallery4 { padding: 20px; }
.social-capital-block .gallery4 article { position: relative; }
.social-capital-block .gallery4 .reporter {
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #262626;
  font-weight: bold;
}
.social-capital-block .gallery4 .reporter .company {
  font-size: 13px;
  color: #777;
}
.social-capital-block .gallery4 .avatar {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.social-capital-block .gallery4 .image { margin-top: 15px; }
@media screen and (max-width: 639px) {
  .social-capital-block .gallery4 > li:nth-last-child(n+1) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
  }
}
@media screen and (min-width: 640px) {
  .social-capital-block .gallery4 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .social-capital-block .gallery4 li:nth-child(n+2),
  .social-capital-block .gallery4 li:nth-child(n+2) article {
    display: flex;
    flex-direction: column;
  }
  .social-capital-block .gallery4 li:nth-child(n+2) article,
  .social-capital-block .gallery4 li:nth-child(n+2) .heading {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .social-capital-block .gallery4 > li {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    flex: 0 0 auto;
  }
  .social-capital-block .gallery4 > li:nth-last-child(2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .social-capital-block .gallery4 > li:nth-last-child(n+3) { margin-bottom: 30px; }
}
@media screen and (min-width: 992px) {
  .social-capital-block .gallery4 > li {
    width: calc(25% - 15px);
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  .social-capital-block .gallery4 > li:not(:last-child) {
    margin-right: 20px;
    position: relative;
  }

}
.ces2025 {
  border:1px solid #c9c7c3;
}
.ces2025 article{
  padding: 10px;
}
.ces2025 ul {
  padding: 0 10px 10px;
}
.ces2025 .block-title {
  background:url("../images/ces-2025-bg.png")  no-repeat;
  background-size: contain;
  margin:0;
  height: 35px;
  padding: 5px 20px 0;
  font-size: 16px;
} 
.ces2025 .block-title a{
  color: #fff;
} 
.ces2025 .ul-plain {
  margin-top:0;
}
@media screen and (max-width: 640px) {
  .ces2025 .block-title {
    background-size: 100% auto;
    margin:0;
    height: 40px;
    padding: 10px 20px 0;
  } 
  .ces2025 article, .ces2025 ul {
    padding: 0 0px;
    margin: 0px 15px;
  }  
  .ces2025 .ul-plain {
    margin-top:10px;
    margin-bottom:10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .ces2025 {
    display: none;
  }
}

.ibt-video .video-link picture::before {
  content:"";
  display:inline-block;
  position:absolute; top:calc(50% - 25px); left:calc(50% - 25px);
  width:50px; height:50px;
  background:url(/video/images/icon_play.svg) center center no-repeat;
}

.ibt-video li .video-link picture::before {
  top:calc(50% - 20px); left:calc(50% - 20px);
  width:40px; height:40px;
}