.news_slider__inner {
  display: flex; }
  @media (max-width: 960px) {
    .news_slider__inner {
      flex-direction: column; } }
  .news_slider__main {
    width: calc(100% - 625px);
    position: relative;
    box-sizing: border-box;
    display: flex !important;
    flex: auto; }
  @media (max-width: 960px) {
    .news_slider__main {
      width: 100%;
      min-height: 55vw; } }
  @media (max-width: 480px) {
    .news_slider__main {
      min-height: 75vw; } }
  @media (max-width: 960px) {
    .news_slider__main:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: none; } }
  .news_slider__main .abs_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5); }
    .news_slider__main .main_item {
      display: none;
      align-items: center;
      padding: 70px; }
    @media (max-width: 1360px) {
    .news_slider__main .main_item {
      padding: 30px; } }
    @media (max-width: 480px) {
    .news_slider__main .main_item {
      padding: 20px; } }
    .news_slider__main .main_item.active {
      display: flex; }
    .news_slider__main .main_item .image.no_image {
      background: #000;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .news_slider__main img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .news_slider__main .body {
    position: relative;
    z-index: 5;
    pointer-events: none; }
    .news_slider__main .body .date {
      font-size: 24px;
      color: #fff;
      position: relative;
      margin-bottom: 30px; }
      @media (max-width: 1360px) {
    .news_slider__main .body .date {
      font-size: 18px;
      margin-bottom: 15px; } }
      @media (max-width: 960px) {
    .news_slider__main .body .date {
      font-size: 13px;
      margin-bottom: 20px; } }
      .news_slider__main .body .date:before {
        content: '';
        width: 28px;
        height: 28px;
        min-width: 28px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M13.780,27.606 C6.169,27.606 -0.000,21.426 -0.000,13.803 C-0.000,6.180 6.169,-0.000 13.780,-0.000 C21.391,-0.000 27.561,6.180 27.561,13.803 C27.561,21.426 21.391,27.606 13.780,27.606 ZM13.780,1.840 C7.184,1.840 1.837,7.196 1.837,13.803 C1.837,20.410 7.184,25.766 13.780,25.766 C20.376,25.766 25.723,20.410 25.723,13.803 C25.723,7.196 20.376,1.840 13.780,1.840 ZM12.862,16.103 L13.091,16.103 C12.584,16.103 12.172,15.691 12.172,15.183 C12.172,14.675 12.584,14.263 13.091,14.263 L12.862,14.263 L12.862,7.074 C12.862,6.565 13.273,6.153 13.780,6.153 C14.288,6.153 14.699,6.565 14.699,7.074 L14.699,14.263 L19.465,14.263 C19.972,14.263 20.383,14.675 20.383,15.183 C20.383,15.691 19.972,16.103 19.465,16.103 L14.699,16.103 '/%3E%3C/svg%3E") 50% no-repeat; }
        @media (max-width: 960px) {
    .news_slider__main .body .date:before {
      width: 14px;
      height: 14px;
      min-width: 14px;
      -webkit-background-size: contain;
      background-size: contain;
      margin-top: -3px; } }
    .news_slider__main .body .title {
      font-size: 70px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 1360px) {
    .news_slider__main .body .title {
      font-size: 40px; } }
      @media (max-width: 960px) {
    .news_slider__main .body .title {
      font-size: 22px; } }
  .news_slider__list {
    width: 625px;
    padding: 30px;
    box-sizing: border-box;
    background: #666; }
  @media (min-width: 961px) {
    .news_slider__list {
      min-height: 530px; } }
  @media (max-width: 1420px) {
    .news_slider__list {
      width: 400px;
      padding: 20px; } }
  @media (max-width: 960px) {
    .news_slider__list {
      width: 100%; } }
  @media (max-width: 480px) {
    .news_slider__list {
      padding: 0; } }
  .news_slider__item {
    padding: 20px 10px 39px;
    box-sizing: border-box;
    border-bottom: 1px solid #7d7d7d;
    transition: all 0.3s ease;
    display: flex !important;
    cursor: pointer;
    min-height: 210px; }
  @media (max-width: 960px) {
    .news_slider__item {
      padding: 10px; } }
  @media (max-width: 480px) {
    .news_slider__item {
      padding: 20px; } }
  .news_slider__item:hover, .news_slider__item.active {
    border-color: transparent;
    background: #323232; }
  .news_slider__item .image {
    margin-right: 13px; }
    .news_slider__item .image img {
      max-width: 145px; }
      @media (max-width: 1420px) {
    .news_slider__item .image img {
      max-width: 100px; } }
  .news_slider__item .body .date {
    font-size: 15px;
    color: #fff;
    position: relative;
    margin-bottom: 10px; }
    @media (max-width: 960px) {
      .news_slider__item .body .date {
        font-size: 13px; } }
    .news_slider__item .body .date:before {
      content: '';
      width: 17px;
      height: 17px;
      min-width: 17px;
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M13.780,27.606 C6.169,27.606 -0.000,21.426 -0.000,13.803 C-0.000,6.180 6.169,-0.000 13.780,-0.000 C21.391,-0.000 27.561,6.180 27.561,13.803 C27.561,21.426 21.391,27.606 13.780,27.606 ZM13.780,1.840 C7.184,1.840 1.837,7.196 1.837,13.803 C1.837,20.410 7.184,25.766 13.780,25.766 C20.376,25.766 25.723,20.410 25.723,13.803 C25.723,7.196 20.376,1.840 13.780,1.840 ZM12.862,16.103 L13.091,16.103 C12.584,16.103 12.172,15.691 12.172,15.183 C12.172,14.675 12.584,14.263 13.091,14.263 L12.862,14.263 L12.862,7.074 C12.862,6.565 13.273,6.153 13.780,6.153 C14.288,6.153 14.699,6.565 14.699,7.074 L14.699,14.263 L19.465,14.263 C19.972,14.263 20.383,14.675 20.383,15.183 C20.383,15.691 19.972,16.103 19.465,16.103 L14.699,16.103 '/%3E%3C/svg%3E") 50%/contain no-repeat; }
      @media (max-width: 960px) {
      .news_slider__item .body .date:before {
        width: 15px;
        height: 15px;
        min-width: 15px; } }
    .news_slider__item .body .title {
      font-size: 20px;
      color: #fff;
      text-transform: uppercase; }
    @media (max-width: 1420px) {
      .news_slider__item .body .title {
        font-size: 16px; } }

.mosaic-s3-include--u-iyxgd8oj5 {
  min-height: 0; }

@media (max-width: 520px) {
    .main_article {
      margin: 0 -20px; } }
  .main_article__item {
    margin-bottom: 30px;
    padding: 40px 67px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    min-height: 690px; }
  @media (max-width: 960px) {
    .main_article__item {
      min-height: 500px;
      padding: 30px; } }
  @media (max-width: 520px) {
    .main_article__item {
      padding: 20px;
      min-height: 285px;
      margin-bottom: 20px; } }
  .main_article__item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5; }
  .main_article__item-date {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center; }
  @media (max-width: 1280px) {
    .main_article__item-date {
      font-size: 20px; } }
  @media (max-width: 520px) {
    .main_article__item-date {
      font-size: 13px; } }
  .main_article__item-date:before {
    content: '';
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 8px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M13.780,27.606 C6.169,27.606 -0.000,21.426 -0.000,13.803 C-0.000,6.179 6.169,-0.001 13.780,-0.001 C21.391,-0.001 27.560,6.179 27.560,13.803 C27.560,21.426 21.391,27.606 13.780,27.606 ZM13.780,1.840 C7.184,1.840 1.837,7.196 1.837,13.803 C1.837,20.409 7.184,25.765 13.780,25.765 C20.376,25.765 25.723,20.409 25.723,13.803 C25.723,7.196 20.376,1.840 13.780,1.840 ZM12.861,16.103 L13.091,16.103 C12.584,16.103 12.172,15.691 12.172,15.183 C12.172,14.675 12.584,14.263 13.091,14.263 L12.861,14.263 L12.861,7.073 C12.861,6.565 13.273,6.153 13.780,6.153 C14.288,6.153 14.699,6.565 14.699,7.073 L14.699,14.263 L19.465,14.263 C19.972,14.263 20.383,14.675 20.383,15.183 C20.383,15.691 19.972,16.103 19.465,16.103 L14.699,16.103 '/%3E%3C/svg%3E") 50% no-repeat; }
    @media (max-width: 520px) {
    .main_article__item-date:before {
      width: 14px;
      min-width: 14px;
      height: 14px;
      -webkit-background-size: cover;
      background-size: cover; } }
  .main_article__item-title {
    font-weight: bold;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    position: relative; }
  @media (max-width: 1280px) {
    .main_article__item-title {
      font-size: 46px; } }
  @media (max-width: 960px) {
    .main_article__item-title {
      font-size: 30px; } }
  @media (max-width: 520px) {
    .main_article__item-title {
      font-size: 22px; } }

.g-tags_article--main {
  padding: 0;
  border: none;
  box-shadow: none;
  margin: 0 -5px 20px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 520px) {
  .g-tags_article--main {
    margin-bottom: 10px; } }
  .g-tags_article--main .g-tags__item {
    margin: 0 5px 10px;
    background: #e22c49;
    padding: 11px 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease; }
  .g-tags_article--main .g-tags__item:hover {
    opacity: 0.8; }

.g-article-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 800px) {
  .g-article-list {
    margin: 0 -10px; } }
  @media (max-width: 520px) {
  .g-article-list {
    margin: 0 -20px; } }
  .g-article-list .g-article {
    width: calc(33.3% - 30px);
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    box-shadow: none; }
  @media (max-width: 800px) {
    .g-article-list .g-article {
      width: calc(50% - 20px);
      margin: 0 10px 20px; } }
  @media (max-width: 520px) {
    .g-article-list .g-article {
      width: 100%;
      margin: 0 0 20px; } }
  .g-article-list .g-article .g-article__body {
    margin: 0; }
  .g-article-list .g-article .g-article__text {
    padding: 20px 20px 30px;
    box-sizing: border-box;
    background: #f5f5f5;
    width: 100%;
    flex: auto; }
  .g-article-list .g-article .g-article__image {
    width: 100%;
    float: none;
    margin: 0; }
    .g-article-list .g-article .g-article__image a {
      display: block;
      width: 100%;
      position: relative;
      padding-top: 80%; }
    .g-article-list .g-article .g-article__image a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .g-article-list .g-article .g-article__date {
    font-size: 15px;
    color: #999;
    position: relative;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    position: relative; }
    .g-article-list .g-article .g-article__date:before {
      content: '';
      position: relative;
      display: inline-block;
      min-width: 17px;
      height: 17px;
      margin-right: 5px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(153, 153, 153)' d='M8.500,16.999 C3.805,16.999 -0.000,13.194 -0.000,8.499 C-0.000,3.805 3.805,-0.001 8.500,-0.001 C13.194,-0.001 17.000,3.805 17.000,8.499 C17.000,13.194 13.194,16.999 8.500,16.999 ZM8.500,1.133 C4.431,1.133 1.133,4.431 1.133,8.499 C1.133,12.568 4.431,15.866 8.500,15.866 C12.568,15.866 15.866,12.568 15.866,8.499 C15.866,4.431 12.568,1.133 8.500,1.133 ZM7.933,9.916 L8.075,9.916 C7.762,9.916 7.508,9.662 7.508,9.350 C7.508,9.037 7.762,8.782 8.075,8.782 L7.933,8.782 L7.933,4.356 C7.933,4.043 8.187,3.789 8.500,3.789 C8.813,3.789 9.066,4.043 9.066,4.356 L9.066,8.782 L12.006,8.782 C12.319,8.782 12.573,9.037 12.573,9.350 C12.573,9.662 12.319,9.916 12.006,9.916 L9.066,9.916 '/%3E%3C/svg%3E") 50% no-repeat; }
  .g-article-list .g-article .g-article__name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 18px; }
    @media (max-width: 1200px) {
    .g-article-list .g-article .g-article__name {
      font-size: 16px; } }
    @media (max-width: 520px) {
    .g-article-list .g-article .g-article__name {
      font-size: 20px; } }
  .g-article-list .g-article .g-article__more-btn {
    display: block;
    width: 100%; }
    .g-article-list .g-article .g-article__more-btn a {
      text-decoration: none;
      color: #000;
      display: inline-block;
      font-size: 15px;
      padding: 13px 20px;
      box-sizing: border-box;
      border: 1px solid #e22c49;
      position: relative;
      transition: all 0.3s ease; }
    .g-article-list .g-article .g-article__more-btn a:hover {
      color: #e22c49; }
      .g-article-list .g-article .g-article__more-btn a:hover:before {
        transform: translate(0); }
    .g-article-list .g-article .g-article__more-btn a:before {
      content: '';
      position: absolute;
      top: -1px;
      bottom: -1px;
      right: -1px;
      left: -1px;
      border: 1px solid #e22c49;
      pointer-events: none;
      transition: all 0.3s ease;
      transform: translate(8px, 8px); }

.g-page-article.sand {
  text-align: center;
  margin-top: 0; }
  .g-page-article.sand .g-page-article__top-panel {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center; }
  @media (max-width: 800px) {
    .g-page-article.sand .g-page-article__top-panel {
      justify-content: flex-start;
      text-align: left; } }
  .g-page-article.sand .g-page-article__date {
    font-size: 15px;
    color: #999;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0; }
  @media (max-width: 800px) {
    .g-page-article.sand .g-page-article__date {
      text-align: left; } }
  .g-page-article.sand .g-page-article__date:before {
    content: '';
    position: relative;
    display: inline-block;
    min-width: 17px;
    height: 17px;
    margin-right: 5px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(153, 153, 153)' d='M8.500,16.999 C3.805,16.999 -0.000,13.194 -0.000,8.499 C-0.000,3.805 3.805,-0.001 8.500,-0.001 C13.194,-0.001 17.000,3.805 17.000,8.499 C17.000,13.194 13.194,16.999 8.500,16.999 ZM8.500,1.133 C4.431,1.133 1.133,4.431 1.133,8.499 C1.133,12.568 4.431,15.866 8.500,15.866 C12.568,15.866 15.866,12.568 15.866,8.499 C15.866,4.431 12.568,1.133 8.500,1.133 ZM7.933,9.916 L8.075,9.916 C7.762,9.916 7.508,9.662 7.508,9.350 C7.508,9.037 7.762,8.782 8.075,8.782 L7.933,8.782 L7.933,4.356 C7.933,4.043 8.187,3.789 8.500,3.789 C8.813,3.789 9.066,4.043 9.066,4.356 L9.066,8.782 L12.006,8.782 C12.319,8.782 12.573,9.037 12.573,9.350 C12.573,9.662 12.319,9.916 12.006,9.916 L9.066,9.916 '/%3E%3C/svg%3E") 50% no-repeat; }
  .g-page-article.sand .g-page-article__text {
    text-align: left;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px; }
  @media (max-width: 800px) {
    .g-page-article.sand .g-page-article__text {
      font-size: 16px; } }
  .g-page-article.sand .g-page-article__image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  @media (max-width: 800px) {
    .g-page-article.sand .g-page-article__image {
      margin: 0 -20px 50px;
      width: auto; } }
  .g-page-article.sand .g-tags--panel {
    padding: 0;
    border: none;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 520px) {
    .g-page-article.sand .g-tags--panel {
      margin-bottom: 10px; } }
  .g-page-article.sand .g-tags--panel .g-tags__item {
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f5f5f5;
    padding: 11px 10px;
    box-sizing: border-box;
    color: #e22c49;
    font-size: 16px;
    transition: all 0.3s ease; }
    .g-page-article.sand .g-tags--panel .g-tags__item:hover {
      opacity: 0.8; }
  .g-page-article.sand .recommended_articles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  @media (max-width: 800px) {
    .g-page-article.sand .recommended_articles {
      margin: 0 -20px 20px; } }
  .g-page-article.sand .g-page-article__recommended_title {
    width: 50%;
    padding: 50px 30px;
    text-align: right;
    min-height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0; }
  @media (max-width: 800px) {
    .g-page-article.sand .g-page-article__recommended_title {
      width: 100%;
      margin: 0; }
      .g-page-article.sand .g-page-article__recommended_title a {
        text-align: left !important; } }
  .g-page-article.sand .g-page-article__recommended_title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5; }
  .g-page-article.sand .g-page-article__recommended_title .abs_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-decoration: none; }
  .g-page-article.sand .g-page-article__recommended_title a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    width: 100%;
    text-align: right; }
  .g-page-article.sand .g-page-article__recommended_title + .g-page-article__recommended_title {
    text-align: left; }
    .g-page-article.sand .g-page-article__recommended_title + .g-page-article__recommended_title a {
      text-align: left; }

.g-pagination__item--active {
  border-color: #e22c49 !important;
  background: #e22c49 !important; }

[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important; }

@media (max-width: 1440px) and (min-width: 1025px) {
    .text--u-iwxvt74qj {
      font-size: 13px !important;
      white-space: nowrap; } }
