@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;
}
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 100%;
  font-family: 'ProximaNova';
}
ul,
li,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
p {
  margin: 0px;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  color: #191632;
}
.cc-logo {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
}
.cc-logo__text {
  color: #fff;
}
.cc-logo__year {
  color: #37BF6C;
}
.content {
  padding-top: 70px;
}
.header {
  background: #2F2D3D;
  text-align: left;
  position: fixed;
  z-index: 2;
  padding: 0 20px;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-firection: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-tasslogo {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-image: url(/images/mobile/tass_header_logo.svg);
  background-size: cover;
  background-position: center;
}
.header-logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #37BF6C;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 15px;
  text-decoration: none;
  letter-spacing: 1px;
}
.header-menubtn {
  width: 20px;
  height: 14px;
  background-image: url(/images/mobile/menu-icon.svg);
  background-size: cover;
  background-position: center;
}
.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  background: #2F2D3D;
  transition: 0.5s right;
}
.menu_opened {
  right: 0;
}
.menu-header {
  padding: 20px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-header__logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #37BF6C;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
.menu-header__close {
  width: 16px;
  height: 16px;
  background-image: url(/images/mobile/icon-close.svg);
  background-size: cover;
  background-position: center;
}
.menu-body {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  overflow: auto;
}
.menu-footer {
  padding: 20px 30px;
}
.menu-footer__tasslogo {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-image: url(/images/desktop/tass_footer_logo.svg);
  background-size: cover;
  background-position: center;
}
.menu-item {
  display: block;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  color: #A2A2A2;
  padding: 10px 30px;
  text-decoration: none;
}
.menu-item_current {
  background: #23212E;
  color: #fff;
}
.footer {
  background-color: #16111C;
  padding: 20px;
}
.footer__tasslogo {
  display: block;
  margin-top: 65px;
  width: 50px;
  height: 50px;
  background: url(/images/desktop/tass_footer_logo.svg);
  background-size: cover;
  background-position: center;
}
.footer__text,
.footer__copyright {
  font-size: 11px;
  line-height: 18px;
  margin-top: 20px;
  color: #fff;
}
.footer__text p,
.footer__copyright p {
  margin-top: 15px;
}
.footer__text p:first-child,
.footer__copyright p:first-child {
  margin-top: 0;
}
.mainnews-item {
  display: block;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(151, 151, 151, 0.4);
  font-weight: 500;
}
.mainnews-item:first-child {
  border-top: 0 none;
}
.mainnews-item__title {
  font-size: 16px;
  line-height: 21px;
}
.mainnews-item__date {
  color: #A7A7A7;
  font-size: 13px;
  lien-h: 23px;
  font-weight: 600;
  margin-top: 10px;
}
.mainnews-item_main {
  margin: 0;
  padding-top: 0;
}
.mainnews-item_main .mainnews-item__photo {
  height: 0;
  width: 100%;
  padding-bottom: 62.5%;
  background-position: center;
  background-size: cover;
  background-image: url(/images/temp/main_page_cover.png);
}
.mainnews-item_main .mainnews-item__body {
  background: linear-gradient(to bottom, #2AD67C, #328E66);
  position: relative;
  padding: 20px;
  color: #fff;
}
.mainnews-item_main .mainnews-item__body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(59, 59, 59, 0.2);
}
.mainnews-item_main .mainnews-item__body-inner {
  position: relative;
}
.mainnews-item_main .mainnews-item__title {
  font-size: 20px;
  letter-spacing: 0.44px;
  font-weight: 800;
}
.mainnews-item_main .mainnews-item__subtitle {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}
.mainnews-item_main .mainnews-item__btn {
  margin-top: 20px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  padding: 9px;
}
.mainnews__list {
  padding: 0 20px;
  background-color: #F7F7F7;
}
.news {
  margin-top: 10px;
}
.news:first-child {
  margin-top: 0;
}
.news-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  padding: 32px 20px 20px;
  background: linear-gradient(140deg, #2AD67C, #328E66);
  color: #fff;
}
.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: #373546;
  color: #fff;
}
.news-item_nophoto-2 {
  background-color: #37BF6C;
  color: #fff;
}
.news-item_nophoto-3 {
  background-color: #ECECEC;
}
.news-item__body {
  padding: 20px;
  height: 180px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-item__title {
  font-size: 16px;
  line-height: 21px;
}
.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 {
  background: linear-gradient(140deg, #2AD67C, #328E66);
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.card {
  background: #37BF6C;
  padding: 0 20px;
  position: relative;
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(172, 172, 172, 0.3);
}
.card:nth-child(2n) {
  background-color: #31AC61;
}
.card_online {
  background-color: #2C2A38!important;
}
.card_ended {
  background-color: #797979!important;
}
.card_ended .card__score {
  color: #C0FC18;
}
.card_ended.card_final,
.card_ended.card_semifinal {
  background-color: #EEEEEE!important;
}
.card_ended.card_final .card__date,
.card_ended.card_semifinal .card__date,
.card_ended.card_final .card__team,
.card_ended.card_semifinal .card__team,
.card_ended.card_final .card__label_ended,
.card_ended.card_semifinal .card__label_ended {
  color: #2F2D3D;
}
.card_ended.card_final .card__stage,
.card_ended.card_semifinal .card__stage {
  color: rgba(47, 45, 61, 0.7);
}
.card_ended.card_final .card__btn,
.card_ended.card_semifinal .card__btn {
  border-color: #2F2D3D;
  color: #2F2D3D;
}
.card_ended.card_final .card__score,
.card_ended.card_semifinal .card__score {
  color: #37BF6C;
}
.card__date {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
}
.card__date span {
  display: block;
  font-weight: 600;
}
.card__date span:first-child {
  font-weight: 900;
}
.card_online .card__date span:first-child {
  color: #37BF6C;
}
.card__label {
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  width: 100px;
  text-align: right;
}
.card__label_online {
  color: #fff;
}
.card__label_online:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: #F73A84;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.card__label_ended {
  color: #2F2D3D;
}
.card_online .card__label_online {
  display: block;
}
.card_ended .card__label_ended {
  display: block;
}
.card__stage,
.card__group {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.card__stage {
  left: 20px;
  text-transform: lowercase;
}
.card__group {
  right: 20px;
  display: none;
}
.card_schedule .card__group {
  display: block;
}
.card__body {
  padding-top: 98px;
  padding-bottom: 82px;
  text-align: center;
}
.card_online .card__body,
.card_ended .card__body {
  padding-bottom: 58px;
}
.card__team {
  display: block;
  font-size: 26px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
}
.card__score {
  margin: 17px 0 13px;
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
}
.card__score_empty {
  display: inline-block;
  border-left: 1px solid #ECECEC;
  height: 20px;
  width: 0;
  margin: 20px 0;
}
.card__additional {
  color: #818181;
  font-size: 16px;
  margin-top: -5px;
  font-weight: 500;
  line-height: 30px;
}
.card_schedule .card__additional {
  display: none;
}
.card_online .card__score {
  color: #C0FC18;
}
.card-header {
  background-color: #333141;
  color: #fff;
  padding: 32px 20px 20px;
}
.card-header__title,
.card-header__date {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  font-weight: 900;
}
.card-header_light {
  background-color: #ECECEC;
  color: #37BF6C;
}
.card__btn {
  display: none;
  border: 1px solid #fff;
  width: 188px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
  padding: 9px;
  color: #fff;
  margin-top: 30px;
}
.card_online .card__btn,
.card_ended .card__btn {
  display: inline-block;
}
.card_final .card__group,
.card_semifinal .card__group {
  display: none;
}
.participant-header {
  padding: 32px 20px 20px;
  background: #fff;
  color: #37BF6C;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.participant-item {
  display: block;
  position: relative;
  text-decoration: none;
  height: 0;
  padding-bottom: 57.5%;
  background-size: cover;
  background-position: center;
}
.participant-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(34, 29, 42, 0.35);
}
.participant-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(172, 172, 172, 0.3);
}
.participant-item__title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.participant-item_russia {
  background-image: url('../images/flags/russia.jpg');
}
.participant-item_portugal {
  background-image: url('../images/flags/portugal.jpg');
}
.participant-item_mexico {
  background-image: url('../images/flags/mexico.jpg');
}
.participant-item_newzeland {
  background-image: url('../images/flags/newzil.jpg');
}
.participant-item_cameroon {
  background-image: url('../images/flags/cameroon.jpg');
}
.participant-item_australia {
  background-image: url('../images/flags/australia.jpg');
}
.participant-item_germany {
  background-image: url('../images/flags/germany.jpg');
}
.participant-item_chile {
  background-image: url('../images/flags/chili.jpg');
}
.teampage-header {
  height: 0;
  padding-top: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
  text-transform: uppercase;
  line-height: normal;
}
.teampage-header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(44, 42, 56, 0.3);
}
.teampage-title {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.57px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.teampage-structure {
  background-color: #343248;
  color: #fff;
  padding: 30px 20px;
}
.teampage-structure__list-group {
  color: #37BF6C;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  margin-left: 35px;
  margin-bottom: 7px;
  margin-top: 20px;
}
.teampage-structure__list-group:first-child {
  margin-top: 0;
}
.teampage-structure__list-member {
  margin-top: 4px;
  color: #fff;
  font-size: 17px;
}
.teampage-structure__list-member span:first-child {
  display: inline-block;
  width: 35px;
  color: #37BF6C;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.teampage-field img {
  width: 100%;
  height: auto;
}
.teampage-about {
  padding: 20px;
}
.teampage-trener__header,
.teampage-player__header {
  height: 0;
  padding-top: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.teampage-trener__header:before,
.teampage-player__header:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.teampage-trener__body,
.teampage-player__body {
  padding: 20px;
}
.teampage-trener__title,
.teampage-player__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.57px;
  font-weight: 900;
  text-transform: uppercase;
}
.publication__header {
  background: linear-gradient(140deg, #2AD67C, #328E66);
  padding: 20px;
  position: relative;
}
.publication__date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.publication__label {
  position: absolute;
  right: 20px;
  top: 20px;
}
.publication__label_online {
  display: none;
  color: #fff;
}
.publication__label_online:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: #F73A84;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.publication__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  color: #fff;
  margin-top: 10px;
}
.publication__photo-copyright {
  margin: 5px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}
.publication__photo-copyright:before {
  content: "\00a9";
  margin-right: 4px;
}
a.publication__photo-copyright {
  border-bottom: 1px solid;
}
.publication_broadcast .publication__header {
  background: #2C2A38;
}
.publication_broadcast .publication__title {
  color: #fff;
}
.publication_broadcast .publication__label_online {
  display: block;
}
.publication_broadcast .publication__broadcast-btn {
  display: block;
}
.publication__media {
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.publication__gallery-btn {
  position: relative;
  width: 160px;
  height: 50px;
  background: linear-gradient(to right, #2AD67C, #328E66);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.publication__gallery-btn:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 20px;
  background-image: url(/images/desktop/gallery-control__next.svg);
  background-posiiton: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.publication__broadcast-btn {
  display: none;
  margin-top: 20px;
}
.publication__media_video .publication__media_photo:before {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(/images/video-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}
.article {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.article h2 {
  font-size: 20px;
  color: #2F2D3D;
  font-weight: 800;
}
.article h2,
.article__text,
.article p {
  margin-top: 20px;
}
.article h2:first-child,
.article__text:first-child,
.article p:first-child {
  margin-top: 0;
}
.article h2 + p,
.article h2 + .article__text {
  margin-top: 10px;
}
.article h2.green {
  color: #37BF6C;
}
.article ul,
.article ol {
  margin: 20px 0 20px 30px;
}
.article ul li,
.article ol li {
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 20px;
  padding-left: 10px;
}
.article ul li:first-child,
.article ol li:first-child {
  margin-top: 0;
}
.article ol li {
  list-style-type: decimal;
}
.article__lead {
  font-weight: 700;
}
.article__text a {
  border-bottom: 1px solid #37BF6C;
}
.article-quote {
  padding: 20px;
  border-left: 2px solid #37BF6C;
  background: #f6f6f6;
}
.article-quote__text {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.article-quote__author {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.article-img__photo {
  position: relative;
}
.article-img__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.article-img__title {
  background-color: #F6F6F6;
  padding: 20px;
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
}
.article-img__copyright {
  position: absolute;
  text-align: right;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  bottom: 0px;
  left: 0;
  right: 0px;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.article-img__copyright:before {
  content: "\00a9";
  margin-right: 4px;
}
.article-similar {
  background-color: #F6F6F6;
  padding-left: 20px;
}
.article-similar__item {
  display: block;
  text-decoration: none;
  border-top: 1px solid #E5E2E2;
  padding: 15px 15px 15px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.article-similar__item:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.article-preview img {
  width: 100%;
  height: auto;
  display: block;
}
.article-preview__body {
  background: #F6F6F6;
  padding: 20px;
}
.article-preview__caption {
  color: #37BF6C;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}
.article-preview__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.article-video video {
  width: 100%;
}
.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;
}
.insertion {
  margin: 20px -20px;
  clear: both;
}
.insertion:first-child {
  margin-top: 0;
}
.insertion-header {
  display: block;
  background-color: #F6F6F6;
  padding: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #37BF6C;
}
.insertion__body {
  padding: 0 20px;
}
.share {
  margin-top: 40px;
}
.share-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #F6F6F6;
  margin-left: 8px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-bottom: 1px solid #F6F6F6;
}
.share-item:first-child {
  margin-left: 0;
}
.share-item:hover {
  border-bottom: 1px solid #DFDFDF;
}
.share-item_fb {
  background-size: 10px 19px;
  background-image: url(/images/desktop/fb.svg);
}
.share-item_vk {
  background-size: 19px 10px;
  background-image: url(/images/desktop/vk.svg);
}
.share-item_tw {
  background-size: 19px 16px;
  background-image: url(/images/desktop/tw.svg);
}
.share-item_ok {
  background-size: 12px 19px;
  background-image: url(/images/desktop/ok.svg);
}
.share-item_wh {
  background-size: 18px 18px;
  background-image: url(/images/desktop/wh.svg);
}
.share-item_tl {
  background-size: 18px 15px;
  background-image: url(/images/desktop/tl.svg);
}
.gallery {
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.gallery-list {
  white-space: nowrap;
  width: 100%;
  transition: margin 1s;
}
.gallery__counter {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  width: 50px;
  text-align: right;
}
.gallery-item {
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.gallery-item__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}
.gallery-item__copyright {
  margin-top: 10px;
  font-size: 12px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.4);
}
.gallery-item__copyright:before {
  content: "\00a9";
  margin-right: 4px;
}
a.gallery-item__copyright {
  border-bottom: 1px solid;
}
.gallery-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.gallery-nav__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-nav__text {
  width: 60%;
  line-height: normal;
  padding: 5px;
}
.gallery-nav__counter {
  display: inline-block;
  line-height: 1em;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  width: 50px;
  text-align: right;
  margin-right: 5px;
  margin-bottom: 5px;
}
.stadium-header {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.57px;
  color: #fff;
  padding: 32px 20px 20px;
  background: linear-gradient(140deg, #2AD67C, #328E66);
}
.stadium-item {
  color: #fff;
  position: relative;
  background-position: left;
  background-size: cover;
  background-repeat: none;
}
.stadium-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(172, 172, 172, 0.3);
}
.stadium-item__preview {
  position: relative;
  height: 184px;
}
.stadium-item__content-inner {
  display: none;
  padding: 20px 20px 70px;
}
.stadium-item_opened .stadium-item__content-inner {
  display: block;
}
.stadium-item__location {
  position: relative;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  top: 110px;
  transition: 0.3s top;
}
.stadium-item_opened .stadium-item__location {
  top: 20px;
}
.stadium-item__name {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ECECEC;
  font-weight: 800;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.stadium-item__year,
.stadium-item__capacity {
  display: inline-block;
  vertical-align: top;
  margin-left: 28px;
}
.stadium-item__year:first-child,
.stadium-item__capacity:first-child {
  margin-left: 0;
}
.stadium-item__year-title,
.stadium-item__capacity-title {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.stadium-item__year-value,
.stadium-item__capacity-value {
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 2px;
  font-weight: 900;
}
.stadium-item__description {
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
}
.stadium-item__description p {
  margin-top: 20px;
}
.stadium-item__description p:first-child {
  margin-top: 0;
}
.stadium-item__control {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0px;
  right: 0px;
  background-image: url(/images/mobile/arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 17px;
  transition: 0.5s transition;
}
.stadium-item_opened .stadium-item__control {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tabs-item {
  display: inline-block;
  width: 100%;
  padding: 17px;
  padding-bottom: 13px;
  border-bottom: 4px solid transparent;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #37BF6C;
  font-weight: 700;
  text-align: center;
}
.tabs-item_current {
  border-color: #2F2D3D;
  background-color: #ECECEC;
  color: #2F2D3D;
}
.history {
  overflow: hidden;
}
.history-row {
  position: relative;
}
.history-dec {
  position: absolute;
}
.history-dec_1 {
  height: 120%;
  top: 10%;
  left: 0;
  -webkit-transform: translate(-40%, 0);
      -ms-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
.history-dec_2 {
  height: 83%;
  top: 5%;
  right: 0;
}
.history-dec_3 {
  height: 70%;
  top: 0;
  -webkit-transform: translate(0, -40%);
      -ms-transform: translate(0, -40%);
          transform: translate(0, -40%);
  left: 20px;
}
.history-dec_4 {
  height: 50%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.history-dec_5 {
  height: 90%;
  bottom: 0;
  left: 0;
}
.history-dec_6 {
  height: 102%;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.history-dec_7 {
  height: 90%;
  bottom: -2%;
  right: 0%;
  -webkit-transform: translate(40%, 0);
      -ms-transform: translate(40%, 0);
          transform: translate(40%, 0);
}
.history-dec_8 {
  height: 13%;
  bottom: 14%;
  right: 75%;
}
.history-item {
  padding: 30px 20px;
  padding-right: 30%;
}
.history-item_top {
  padding-top: 10px;
}
.history-item_bottom {
  padding-bottom: 60px;
}
.history-item__year {
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #2F2D3D;
  position: relative;
  z-index: 1;
}
.history-item__text {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.history-item_right {
  padding-left: 30%;
  padding-right: 20px;
}
.history-item_gray {
  background: #F6F6F6;
}
.history-item_green {
  background: #37BF6C;
}
.history-item_green1 {
  background: #35B065;
}
.table-result {
  width: 100%;
  border-spacing: 0;
}
.table-result td {
  width: 15%;
  color: #000000;
  font-size: 14px;
  line-height: normal;
  padding: 20px 10px;
}
.table-result td:first-child {
  width: 70%;
  padding-left: 20px;
}
.table-result thead td {
  background: linear-gradient(140deg, #2AD67C, #328E66);
  color: #fff;
  font-size: 20;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 18px 20px;
}
.table-result__item td {
  color: #727272;
  font-size: 20px;
  font-weight: 500;
  padding: 14px 10px;
  background-color: #F5F5F5;
}
.table-result__item td:first-child {
  color: #727272;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
.table-result__item:nth-child(2n) td {
  background-color: #EAEAEA;
}
.broadcast {
  margin: 20px 0;
}
.broadcast-btn {
  border: 1px solid #37BF6C;
  color: #37BF6C;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  margin-bottom: 15px;
}
.broadcast-message {
  margin: 0 -20px;
  padding: 20px;
  border-top: 1px solid #EBEBEB;
}
.broadcast-message__time {
  background: linear-gradient(150deg, #2AD67C, #328E66);
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  width: 50px;
  text-align: center;
  padding: 5px 0;
}
.broadcast-message__body {
  margin-top: 10px;
}
.switcher {
  cursor: pointer;
}
.switcher__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.7);
}
.switcher input {
  display: none;
}
.switcher__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.switcher__icon:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.5s left;
}
input:checked + .switcher__text {
  color: #fff;
}
input:checked + span + .switcher__icon:before {
  left: 100%;
  background: #FFFFFF;
}
