.news-page .img-wrap {
  width: 50%; }

.news-page .page-caption {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .news-page .page-caption {
      margin-bottom: 30px; } }

.news-page .head-page {
  background: initial;
  padding-bottom: 0; }

.main-article {
  background: url(../../images/misc/video-bg.png) bottom -38px center no-repeat; }
  @media screen and (min-width: 1921px) {
    .main-article {
      background-size: contain; } }

.other-articles {
  background-color: #fff;
  padding: 0 0 50px;
  position: relative;
  z-index: 3; }
  @media (max-width: 767px) {
    .other-articles {
      padding: 30px 15px; } }

.article {
  background-color: #fff;
  border: solid 1px #d5d5d5;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  margin-bottom: 60px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .article {
      max-width: 100%;
      margin: 0 auto 30px; } }
  .article__read-more {
    position: absolute;
    border: none;
    border-radius: 2px;
    top: 50%;
    background: #ffb606;
    color: #333;
    line-height: 30px;
    padding: 5px 25px;
    z-index: 90;
    left: 50%;
    right: auto;
    margin: auto;
    width: auto;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -o-transform: translate(-50%, -50%) scale(1.2, 1.2); }
  .article__img-wrap {
    display: block;
    position: relative; }
    .article__img-wrap:hover .article__read-more {
      -webkit-transform: translate(-50%, -50%) scale(1, 1);
      -moz-transform: translate(-50%, -50%) scale(1, 1);
      -ms-transform: translate(-50%, -50%) scale(1, 1);
      -o-transform: translate(-50%, -50%) scale(1, 1);
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    .article__img-wrap:hover .article__img {
      -webkit-filter: grayscale(81%) blur(3px);
      filter: grayscale(81%) blur(3px);
      -webkit-transform: translate3d(0, 0, 0) scale(1);
      transform: translate3d(0, 0, 0) scale(1); }
  .article__img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translate3d(-15px, 0, 0) scale(1.01);
    transform: translate3d(-15px, 0, 0) scale(1.01);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
    filter: blur(0); }
  .article__link {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.64px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 93px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px; }
    .article__link:hover {
      color: #000000;
      text-decoration: underline; }
    @media (max-width: 767px) {
      .article__link {
        font-size: 18px; } }
  .article__desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.27px;
    color: #4a4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 767px) {
      .article__desc {
        font-size: 14px; } }
  .article__cont-wrap {
    height: 220px;
    padding: 12px 27px 56px;
    position: relative; }
  .article.-top {
    position: relative; }
    .article.-top .article__cont-wrap {
      height: initial;
      float: left;
      width: 33.04%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
    .article.-top .article__img {
      float: left;
      width: 66.96%;
      -webkit-transition: initial;
      transition: initial;
      -webkit-transform: initial;
      transform: initial;
      -webkit-backface-visibility: initial;
      backface-visibility: initial;
      -webkit-filter: initial;
      filter: initial; }
      .article.-top .article__img:hover {
        -webkit-transform: initial;
        transform: initial;
        -webkit-filter: initial;
        filter: initial; }
    .article.-top .article__desc {
      max-height: 155px;
      -webkit-line-clamp: 6; }
  .article .article__cont-wrap {
    padding: 40px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .article .article__cont-wrap {
        padding: 30px 15px;
        height: initial; } }
  .article__button {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #7a7a7a;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #4f4d59;
    text-transform: uppercase; }
    .article__button:hover {
      color: #fff;
      background-color: #7a7a7a; }
