* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "ProximaNova";
  color: #1A162B;
  font-weight: 600;
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn {
  display: inline-block;
  padding: 9px 0;
  line-height: 1em;
  font-size: 14px;
  text-align: center;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-shell {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.overflow .content-shell {
  overflow: hidden;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/32ABCA_11_0.eot");
  src: url("/fonts/32ABCA_11_0.eot?#iefix") format("embedded-opentype"), url("/fonts/32ABCA_11_0.woff2") format("woff2"), url("/fonts/32ABCA_11_0.woff") format("woff"), url("/fonts/32ABCA_11_0.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/32ABCA_F_0.eot");
  src: url("/fonts/32ABCA_F_0.eot?#iefix") format("embedded-opentype"), url("/fonts/32ABCA_F_0.woff2") format("woff2"), url("/fonts/32ABCA_F_0.woff") format("woff"), url("/fonts/32ABCA_F_0.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/32ABCA_14_0.eot");
  src: url("/fonts/32ABCA_14_0.eot?#iefix") format("embedded-opentype"), url("/fonts/32ABCA_14_0.woff2") format("woff2"), url("/fonts/2ABCA_14_0.woff") format("woff"), url("/fonts/32ABCA_14_0.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/32ABCA_6_0.eot");
  src: url("/fonts/32ABCA_6_0.eot?#iefix") format("embedded-opentype"), url("/fonts/32ABCA_6_0.woff2") format("woff2"), url("/fonts/32ABCA_6_0.woff") format("woff"), url("/fonts/32ABCA_6_0.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/32ABCA_5_0.eot");
  src: url("/fonts/32ABCA_5_0.eot?#iefix") format("embedded-opentype"), url("/fonts/32ABCA_5_0.woff2") format("woff2"), url("/fonts/32ABCA_5_0.woff") format("woff"), url("/fonts/32ABCA_5_0.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/32ABCA_8_0.eot");
  src: url("/fonts/32ABCA_8_0.eot?#iefix") format("embedded-opentype"), url("/fonts/32ABCA_8_0.woff2") format("woff2"), url("/fonts/32ABCA_8_0.woff") format("woff"), url("/fonts/32ABCA_8_0.ttf") format("truetype");
  font-weight: 900;
}

.header {
  height: 70px;
}

.header-inner {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  background-color: #221E31;
  padding-left: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__tass-logo {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-image: url("/images/common/tass-logo_white.svg");
  background-size: cover;
}

.header__fifa-logo {
  display: inline-block;
  vertical-align: middle;
  color: #FFFDF8;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.header-menu {
  width: 70px;
  height: 70px;
}

.header-menu__icon {
  width: 70px;
  height: 70px;
  background-color: #B4191E;
  background-image: url("/images/phone/menu-icon.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.header-menu__popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #221E31;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.header-menu__popup_opened {
  display: block;
}

.header-menu__list {
  height: 100%;
  overflow: auto;
  padding: 90px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-menu__item {
  display: block;
  padding: 15px 50px 15px 30px;
  color: #A2A2A2;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0;
}

.header-menu__item_current {
  background-color: #1A162B;
  color: #fff;
}

.header-menu__close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url("/images/common/icon-close.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.article {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.article-lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.article p {
  margin-top: 20px;
}

.article p:first-child {
  margin-top: 0;
}

.article p a {
  border-bottom: 1px solid rgba(180, 25, 30, 0.3);
}

.article h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  margin: 20px 0;
}

.article ul {
  margin: 20px 0 20px 15px;
}

.article ul li {
  padding-left: 10px;
  margin-top: 20px;
}

.article ul li:first-child {
  margin-top: 0;
}

.insertion {
  margin: 20px -20px;
}

.insertion:first-child {
  margin-top: 0;
}

.insertion-header {
  color: #B4191E;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 20px 20px 10px;
  background-color: #F6F6F6;
}

.insertion-body {
  background-color: #fff;
}

.insertion-card {
  margin: 20px -20px;
}

.insertion-card__label {
  border: 1px solid #e2e2e2;
  background: url(/images/desktop/icon_question.svg) no-repeat center;
  position: absolute;
  top: -5px;
  right: 0;
  height: 30px;
  width: 30px;
}

.insertion-card__label-num {
  border: 1px solid #e2e2e2;
  color: #b6a984;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 0;
  height: 30px;
  width: 30px;
}

.insertion-card__body {
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.insertion-card__item {
  border-top: 1px solid #e2e2e2;
  padding: 25px 20px 17px;
}

.insertion-card__item-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding-right: 60px;
  padding-bottom: 20px;
  position: relative;
}

.insertion-card__item p {
  margin-top: 0;
}

.article-similar {
  padding-left: 20px;
  padding-top: 10px;
  background: #F6F6F6;
}

.article-similar_half {
  padding-left: 20px;
  background: #fff;
}

.article-similar__item {
  display: block;
  border-top: 1px solid #E4E2E2;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 20px 20px 0;
  line-height: 25px;
  font-weight: 800;
}

.article-similar__item:first-child {
  border-top: 0 none;
  padding-top: 0;
}

.article-similar__item:hover {
  color: #B4191E;
}

.article-preview {
  display: block;
}

.article-preview__photo {
  position: relative;
  background-color: #F6F6F6;
}

.article-preview__img {
  display: block;
  width: 100%;
}

.article-preview__copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(to bottom, transparent, #000);
  color: #fff;
  font-size: 10px;
  line-height: normal;
  padding: 20px 10px 10px;
}

.article-preview__copyright_left {
  text-align: left;
}

.article-preview__body {
  background-color: #F6F6F6;
  padding: 20px;
}

.article-preview_half .article-preview__body {
  background-color: #fff;
}

.article-preview__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  color: #333;
}

.article-preview__title_small {
  font-size: 14px;
  line-height: 17px;
}

.article-preview__subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #333;
  margin-top: 2px;
}

.insertion-header + .article-preview__body {
  padding-top: 0;
}

.article-quote {
  background-color: #F6F6F6;
  border-left: 5px solid #B6A984;
  padding: 20px;
}

.article-quote__text {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #333;
}

.article-quote__author {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.article-img__photo {
  line-height: 0;
  position: relative;
}

.article-img__photo img {
  display: block;
}

.article-img__copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(to bottom, transparent, #000);
  color: #fff;
  font-size: 12px;
  line-height: normal;
  padding: 20px 10px 10px;
}

.article-img__title {
  background-color: #F6F6F6;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  color: #333;
}

.article-opinion {
  padding: 20px;
  padding-top: 0;
  display: block;
  background-color: #F6F6F6;
}

.article-opinion__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #333;
}

.article-opinion__expert {
  margin-top: 15px;
  font-weight: normal;
  overflow: hidden;
}

.article-opinion__expert-photo {
  width: 70px;
  height: 70px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.article-opinion__expert-photo img {
  width: 70px;
  height: 70px;
}

.article-opinion__expert-data {
  overflow: hidden;
}

.article-opinion__expert-name {
  font-size: 18px;
  line-height: 22px;
}

.article-opinion__expert-position {
  color: #858585;
}

.article-video_youtube {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56%;
}

.article-video_youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.article-html {
  text-align: center;
  padding: 0 20px;
  max-width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-html .article-html__inner {
  display: inline-block;
  max-width: 100%;
}

.article-html .article-html__inner .infogram-embed {
  width: calc(100vw - 40px);
}

.article-gallery {
  overflow: hidden;
}

.article-gallery__view {
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.article-gallery__list {
  width: 100vw;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: relative;
}

.article-gallery__item {
  width: 100%;
  height: 62.5vw;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1A162B;
  position: relative;
}

.article-gallery__info {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  box-sixing: border-box;
  background: -webkit-gradient(linear, , from(bottom), color-stop(0%, transparent), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to, bottom, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  line-height: normal;
  color: #fff;
}

.article-gallery__info-copyright {
  font-size: 10px;
}

.article-gallery__info-count {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 25px;
  white-space: nowrap;
}

.article-gallery__control {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 1;
}

.article-gallery__control-prev, .article-gallery__control-next {
  position: relative;
  width: 10px;
  height: 20px;
  cursor: pointer;
}

.article-gallery__control-prev:before, .article-gallery__control-next:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/images/common/corner-right.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.article-gallery__control-prev_disabled, .article-gallery__control-next_disabled {
  opacity: 0.5;
  cursor: default;
}

.article-gallery__control-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.article-gallery__control-number {
  width: 160px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.article-gallery__description {
  display: none;
  background-color: #F6F6F6;
  padding: 20px;
}

.article-gallery__description_current {
  display: block;
}

.article-gallery__description-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.article-additional {
  padding: 10px 20px;
  background-color: #F6F6F6;
}

.article-additional__title {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  font-weight: 700;
}

.article-additional__body {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.article-additional__body p {
  margin: 0;
}

.article-infographic {
  display: block;
}

.article-infographic__photo {
  background-color: #F6F6F6;
}

.article-infographic__photo img {
  width: 100%;
}

.article-infographic__body {
  background-color: #F6F6F6;
  padding: 0px 20px 20px;
}

.article-infographic__title {
  font-size: 14px;
  line-height: 17px;
  color: #333;
  font-weight: 700;
}

.article-infographic__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-top: 3px;
}

.article-infographic__text p {
  margin: 0;
}

.templateview {
  background-color: #F6F6F6;
  padding: 20px;
  padding-top: 5px;
}

.templateview-table {
  width: 100%;
  border-spacing: 0;
  font-size: 16px;
  font-family: 'ProximaNova', sans-serif;
}

.templateview-table thead td {
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.templateview-table tbody {
  background: #fff;
}

.templateview-table tbody td {
  border-bottom: 1px solid #EBEBEB;
  padding: 12px 20px 12px 0;
}

.templateview-table tbody td:first-child {
  padding-left: 20px;
}

.templateview-table__first-label {
  display: none;
}

@media screen and (max-width: 640px) {
  .templateview-table thead {
    display: none;
  }
  .templateview-table tbody td {
    display: block;
    padding: 9px 20px 9px 0;
    font-size: 13px;
    border-bottom: 0 none;
  }
  .templateview-table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    font-size: 11px;
    width: 50%;
    display: inline-block;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .templateview-table tbody td:first-child {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px 10px 20px;
  }
  .templateview-table tbody td:first-child:before {
    display: none;
  }
  .templateview-table tbody td:last-child {
    border-bottom: 1px solid #EBEBEB;
  }
  .templateview-table__first-label {
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 13px;
  }
}

.broadcast {
  margin: 20px -20px;
}

.broadcast-list {
  border-bottom: 1px solid #EBEBEB;
}

.broadcast-message {
  border-top: 1px solid #EBEBEB;
  padding: 10px 20px;
}

.broadcast-message__time {
  display: inline-block;
  padding: 4px 5px;
  background-color: #B4191E;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

.broadcast-message_new .broadcast-message__time {
  background-color: #B6A984;
}

.broadcast-message__body {
  padding-top: 10px;
}

.broadcast-btn {
  display: block;
  margin: 20px;
  font-weight: 500;
}

.social {
  margin-top: 30px;
}

.social-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #F6F6F6;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  cursor: pointer;
}

.social-item:first-child {
  margin-left: 0;
}

.social-item_fb {
  background-size: 12px 24px;
  background-image: url(/images/common/social/fb.svg);
}

.social-item_vk {
  background-size: 24px 13px;
  background-image: url(/images/common/social/vk.svg);
}

.social-item_tw {
  background-size: 24px 20px;
  background-image: url(/images/common/social/tw.svg);
}

.social-item_ok {
  background-size: 15px 24px;
  background-image: url(/images/common/social/ok.svg);
}

.social-item_wh {
  background-size: 18px 18px;
  background-image: url(/images/common/social/wh.svg);
}

.social-item_tl {
  background-size: 18px 15px;
  background-image: url(/images/common/social/tl.svg);
}

.radio-switcher {
  cursor: pointer;
}

.radio-switcher__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.7);
}

.radio-switcher input {
  display: none;
}

.radio-switcher__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 26px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.radio-switcher__icon:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

input:checked + .radio-switcher__text {
  color: #fff;
}

input:checked + span + .radio-switcher__icon:before {
  left: 100%;
  background: #FFFFFF;
  margin-left: -16px;
}

.news:first-child {
  margin-top: 0;
}

.news-header {
  background-color: #B6A984;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  padding: 34px 20px 20px;
  text-transform: uppercase;
  letter-spacing: 0.57px;
}

.news-item {
  display: block;
  margin-top: 10px;
  background: #F6F6F6;
}

.news-item:first-child {
  margin-top: 0;
}

.news-item__photo {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  background-position: center;
  background-size: cover;
}

.news-item_nophoto .news-item__photo {
  padding-bottom: 37.5%;
}

.news-item_nophoto-1 {
  background-color: #221E31;
  color: #fff;
}

.news-item_nophoto-2 {
  background-color: #B6A984;
  color: #fff;
}

.news-item_nophoto-0 {
  background-color: #ECECEC;
}

.news-item__body {
  padding: 20px;
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.news-item__title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.news-item__date {
  font-size: 13px;
  letter-spacing: 0.93px;
  color: #999999;
  text-transform: uppercase;
}

.news-item_nophoto-2 .news-item__date {
  color: rgba(255, 255, 255, 0.4);
}

.news-btn {
  display: block;
  margin: 30px 20px;
}

.adv {
  text-align: center;
}

.footer {
  background-color: #1A162B;
  padding: 25px 20px 0px;
  color: #fff;
}

.footer__fifa-logo {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.89px;
  text-transform: uppercase;
  font-weight: bold;
}

.footer__tass-logo {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/images/common/tass-logo_white.svg");
  margin-top: 68px;
}

.footer__tass-info {
  margin-top: 20px;
  font-size: 11px;
  line-height: 18px;
}

.footer-additional {
  background-color: #221E31;
  margin: 25px -20px 0;
}

.footer-additional__header {
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
}

.footer-additional__header:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 12px;
  height: 10px;
  background-image: url("/images/common/footer-arrow.svg");
  background-size: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer-additional__header_opened:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.footer-additional__body {
  margin-top: 5px;
  padding: 0 20px 20px;
  color: #7f7d8b;
}

.footer p {
  font-size: 11px;
  line-height: 18px;
  margin-top: 20px;
}

.footer h3 {
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
}

.footer p + h3 {
  margin-top: 30px;
}

.publication-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.publication-header {
  background-color: #B6A984;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
}

.publication-back {
  font-weight: 700;
  color: #221E31;
}

.publication-back:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 10px;
  background-image: url(/images/common/corner-right_black.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 16px;
}

.publication-info {
  background-color: #B6A984;
  color: #fff;
  padding: 20px;
}

.publication-info_online {
  background: #1A162B;
}

.publication__date {
  color: #fff;
  opacity: 0.7;
  font-size: 13px;
  font-weight: 500;
}

.publication__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  margin-top: 10px;
}

.publication__online-mark {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.publication__online-mark:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B4191E;
  margin-left: 5px;
}

.publication-media__photo {
  position: relative;
  height: 62.6vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.publication-media__photo-copyright {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  font-size: 10px;
  padding: 5px;
}

.publication-media__video-title {
  background-color: #F6F6F6;
  padding: 20px;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
}

.publication-media__title {
  background-color: #F6F6F6;
  padding: 20px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #333333;
}

.publication-gallery {
  overflow: hidden;
}

.publication-gallery__view {
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.publication-gallery__list {
  width: 100vw;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: relative;
}

.publication-gallery__item {
  width: 100%;
  height: 62.5vw;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1A162B;
  position: relative;
}

.publication-gallery__info {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  box-sixing: border-box;
  background: -webkit-gradient(linear, , from(bottom), color-stop(0%, transparent), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to, bottom, transparent 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  line-height: normal;
  color: #fff;
}

.publication-gallery__info-copyright {
  font-size: 10px;
}

.publication-gallery__info-count {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 25px;
  white-space: nowrap;
}

.publication-gallery__control {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 1;
}

.publication-gallery__control-prev, .publication-gallery__control-next {
  position: relative;
  width: 10px;
  height: 20px;
  cursor: pointer;
}

.publication-gallery__control-prev:before, .publication-gallery__control-next:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/images/common/corner-right.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.publication-gallery__control-prev_disabled, .publication-gallery__control-next_disabled {
  opacity: 0.5;
  cursor: default;
}

.publication-gallery__control-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.publication-gallery__control-number {
  width: 160px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.publication-gallery__description {
  display: none;
  background-color: #F6F6F6;
  padding: 20px;
}

.publication-gallery__description_current {
  display: block;
}

.publication-gallery__description-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}

.publication-gallery__description-copyright {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.4;
  font-weight: normal;
  margin-top: 10px;
}

.publication-content {
  position: relative;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.publication-content:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #EBEBEB;
}

.publication video {
  width: 100%;
}

.publication__broadcast-btn {
  margin-top: 20px;
}
