/* пїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅ пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ */
/* <span class="my-tooltip">Text<div class="tooltip-hover"><div class="tooltip-hint">Hint</div></div></span>
  .tooltip-hover_above
  .tooltip-hover_right
*/
.swiped-table-container::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 1px;
}
.swiped-table {
  cursor: w-resize;
}
.swiped-table__note {
  font-size: 13px;
  font-style: italic;
  text-align: right;
  margin: 0 0 2px 0;
}
.swiped-table__note:after {
  content: "\2192";
  display: inline-block;
  margin-left: 7px;
  font-style: normal;
}
/*
 * SVG icon
 */
.icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.icon-block {
  display: block;
  margin: 0 auto 3px;
}
.icon-ss {
  width: 18px;
  height: 18px;
}
.icon-sm {
  width: 20px;
  height: 20px;
}
.icon-sb {
  width: 32px;
  height: 32px;
}
.icon-arrow {
  width: 20px;
  height: 10px;
}
.icon-reply {
  width: 10px;
  height: 12px;
}
.icon-photo {
  width: 18px;
  height: 16px;
}
.icon-player {
  width: 41px;
  height: 40px;
}
.icon-popup-arrow {
  width: 32px;
  height: 57px;
}
.icon text {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.icon-letter {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  padding-left: 1px;
}
.icon-svg {
  display: block;
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
  fill: inherit;
  background: inherit;
  pointer-events: none;
}
.mywidget {
  margin-top: 15px;
}
.mywidget__top {
  margin-bottom: 15px;
}
.mywidget__header {
  padding-left: 15px;
  font-family: HeliosCondC;
  font-size: 32px;
  text-transform: uppercase;
}
.mywidget__col {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 10px 10px !important;
  width: 250px !important;
  height: 400px;
  border: 1px solid #d9d9d9;
}
.mywidget__col:first-child {
  margin-left: 0!important;
}
.mywidget__pic {
  margin-bottom: 0 !important;
  background-size: cover !important;
}
.mywidget__pic::before {
  height: 140px !important;
}
.mywidget__text {
  box-sizing: border-box;
  padding: 15px;
}
.mywidget__ttl {
  font-family: Arimo, "Trebuchet MS", Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  max-height: none !important;
  margin-bottom: 20px !important;
  line-height: normal !important;
}
.mywidget__desc {
  font-size: 14px !important;
  line-height: normal !important;
}
/* Confederations Cup in right column widget */
.w-confcup-r .n-tabs {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #c7c7c7;
  background-color: #c7c7c7;
}
.w-confcup-r .n-tabs__item {
  display: table-cell;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  width: 33%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: inherit;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  cursor: pointer;
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
.w-confcup-r .n-tabs__item:first-child {
  border-left: none;
}
.w-confcup-r .n-tabs__item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.w-confcup-r .n-tabs__item.selected {
  background-color: #ffffff;
  font-weight: bold;
  border-left-color: transparent;
}
.w-confcup-r .n-box {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border-style: none solid solid solid;
  border-width: 0 1px 1px 1px;
  border-color: #c7c7c7;
  margin-bottom: 20px;
}
.w-confcup-r .n-box_match {
  padding: 0 9px 9px 9px;
}
.w-confcup-r .n-match__title {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  margin: 9px 0 4px 0;
  color: #9D9D9D;
  font-size: 12px;
  line-height: 16px;
}
.w-confcup-r .n-match__box {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 3px;
  padding: 9px 1px 8px 11px;
  border: solid 1px #4C4C4C;
}
.w-confcup-r .n-match__table {
  box-sizing: border-box;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
.w-confcup-r .n-match__td {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  padding: 2px 10px 3px 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
  width: 1%;
  white-space: nowrap;
}
.w-confcup-r .n-match__td_flag img {
  display: block;
  width: 16px;
  height: 16px;
}
.w-confcup-r .n-match__td_country {
  width: auto;
  white-space: normal;
  color: rgba(0, 0, 0, 0.87);
}
.w-confcup-r .n-match__td_country a {
  color: inherit;
}
.w-confcup-r .n-match__td_extra {
  color: #9D9D9D;
}
.w-confcup-r .n-match__td_count-extra {
  text-align: right;
  color: #9D9D9D;
}
.w-confcup-r .n-match__td_count {
  text-align: right;
  color: rgba(0, 0, 0, 0.87);
}
.w-confcup-r .n-match__td_date {
  color: #9D9D9D;
  line-height: 18px;
  white-space: normal;
}
.w-confcup-r .n-result {
  box-sizing: border-box;
  width: 100%;
  margin-top: 9px;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  border-color: #c7c7c7;
  border-style: solid none;
  border-width: 1px 0;
}
.w-confcup-r .n-result__td {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  box-sizing: border-box;
  padding: 6px 2px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  width: 1%;
  border-left: solid 1px #c7c7c7;
}
.w-confcup-r .n-result__td:first-child {
  border-left: none;
}
.w-confcup-r .n-result__td a {
  color: inherit;
}
.w-confcup-r .n-result__td_th {
  border-bottom: solid 1px #c7c7c7;
  width: 24px;
  height: 28px;
  white-space: nowrap;
}
.w-confcup-r .n-result__td_th:after {
  content: '';
  font-size: 0;
  display: block;
  width: inherit;
}
.w-confcup-r .n-result__td_number {
  width: 1%;
  border-left: none 0;
  white-space: nowrap;
  padding-left: 7px;
}
.w-confcup-r .n-result__td_number:after {
  content: '.';
}
.w-confcup-r .n-result__td_flag {
  width: 1%;
  border-left: none 0;
}
.w-confcup-r .n-result__td_flag img {
  display: block;
  width: 16px;
  height: 16px;
}
.w-confcup-r .n-result__td_country {
  width: auto;
  text-align: left;
  border-left: none 0;
  color: rgba(0, 0, 0, 0.87);
}
.w-confcup-r .n-group {
  box-sizing: border-box;
  width: 100%;
  margin-top: 9px;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
  border-top: solid 1px #c7c7c7;
}
.w-confcup-r .n-group__td {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  width: 33%;
  box-sizing: border-box;
  padding: 6px 9px;
  vertical-align: middle;
  border-left: solid 1px #c7c7c7;
  font-size: 12px;
  line-height: 12px;
}
.w-confcup-r .n-group__td a {
  color: inherit;
}
.w-confcup-r .n-group__td_country-left {
  border-left: none 0;
  text-align: right;
}
.w-confcup-r .n-group__td_country-right {
  text-align: left;
}
.w-confcup-r .n-group__td_date {
  text-align: center;
  white-space: nowrap;
}
.w-confcup-r .n-group__td_count {
  text-align: center;
  white-space: nowrap;
}
.w-confcup-r .n-group tr:first-child > td.n-group__td {
  padding-top: 10px;
}
.w-confcup-r .n-group tr:last-child > td.n-group__td {
  padding-bottom: 10px;
}
.w-confcup-r .n-group-format {
  display: table;
  margin: 0 auto;
}
.w-confcup-r .n-group-format__left {
  display: inline-block;
  width: 35px;
  text-align: right;
}
.w-confcup-r .n-group-format__center {
  display: inline-block;
  width: 15px;
  text-align: center;
}
.w-confcup-r .n-group-format__right {
  display: inline-block;
  width: 35px;
  text-align: left;
}
/*
 * Tooltip
 * <div class="b-tooltip-holder">text<div class="b-tooltip">hint</div></div>
 */
.b-tooltip-holder {
  position: relative;
  overflow: visible;
}
.b-tooltip-holder .b-tooltip {
  display: none;
}
.b-tooltip-holder:hover .b-tooltip {
  display: block;
}
.b-tooltip {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 1;
  font-size: 12px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 5px 10px;
  white-space: nowrap;
  font-style: normal;
}
.b-tooltip_top {
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.b-tooltip_top::after,
.b-tooltip_top::before {
  content: '';
  position: absolute;
  border: solid transparent;
  width: 0;
  height: 0;
  left: 50%;
}
.b-tooltip_top::after {
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
  bottom: -9px;
}
.b-tooltip_top::before {
  border-top-color: rgba(0, 0, 0, 0.12);
  border-width: 6px;
  margin-left: -6px;
  bottom: -12px;
}
.b-tooltip_bottom {
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.b-tooltip_bottom::after,
.b-tooltip_bottom::before {
  content: '';
  position: absolute;
  border: solid transparent;
  width: 0;
  height: 0;
  left: 50%;
}
.b-tooltip_bottom::after {
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
  top: -9px;
}
.b-tooltip_bottom::before {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  border-width: 6px;
  margin-left: -6px;
  top: -12px;
}
.b-tooltip_left {
  left: 0;
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  -o-transform: translate(-15px, 0);
}
.b-tooltip_left::before,
.b-tooltip_left::after {
  left: 20px;
}
.b-tooltip_left::after {
  margin-left: -5px;
}
.b-tooltip_left::before {
  margin-left: -6px;
}
.b-tooltip_right {
  left: auto;
  right: 0;
  -webkit-transform: translate(15px, 0);
  -moz-transform: translate(15px, 0);
  -ms-transform: translate(15px, 0);
  -o-transform: translate(15px, 0);
}
.b-tooltip_right::before,
.b-tooltip_right::after {
  left: auto;
  right: 20px;
}
.b-tooltip_right::after {
  margin-right: -5px;
  margin-left: 0;
}
.b-tooltip_right::before {
  margin-right: -6px;
  margin-left: 0;
}
.b-tooltip .icon {
  position: static;
}
body {
  position: relative;
}
.preloader_img {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  background-image: url("//ss.sport-express.ru/img/design/v3/preloader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  width: 80px;
  height: 80px;
}
.w-galleries {
  max-width: 725px;
  font-family: 'Fira Sans', 'Trebuchet MS', sans-serif;
  margin-top: 20px;
  margin-bottom: 70px;
}
div.popup_win.popup_win_fullscreen {
  background: rgba(0, 0, 0, 0.87);
  display: block;
}
.w-gal {
  /*
   * Navigation of tumbs
   */
  /*
   * Thumb
   */
}
.w-gal__frame {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.w-gal__frame img {
  display: block;
  max-width: 100%;
}
.w-gal__zoom-in {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
.w-gal__zoom-in:hover .icon-hd {
  fill: #94A1A9;
}
.w-gal__zoom-in .icon-hd {
  font-size: 33px;
  fill: #70757B;
  transition: fill 0.2s;
}
.w-gal__nav {
  display: flex;
  margin: 0 -5px 30px;
  font-size: 0;
  line-height: 0;
}
.w-gal__thumb {
  width: calc(33.333% - 10px);
  max-height: 132px;
  margin: 0 5px;
}
.w-gal__thumb img {
  display: block;
  width: 100%;
}
.w-gal__thumb:nth-child(3) {
  margin-right: 0;
}
.w-gal__thumb_more {
  position: relative;
  cursor: pointer;
}
.w-gal__thumb_more::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.54);
}
.w-gal__thumb_more::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  content: '+' attr(data-count);
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}
.w-popup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Fira Sans', 'Trebuchet MS', sans-serif;
  min-width: 400px;
  padding: 40px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.w-popup__viewportMain {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.w-popup__viewportSlide {
  float: left;
}
.w-popup__viewportSlide_img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.w-popup__txt {
  margin-bottom: 8px;
  font-size: 16px;
  font-family: 'PFDinDisplayPro', sans-serif;
  letter-spacing: 0.04em;
  line-height: 22px;
  color: #94A1A9;
}
.w-popup__title {
  clear: both;
  margin-bottom: 8px;
  font-size: 18px;
  font-family: 'PFDinDisplayPro', sans-serif;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #94A1A9;
}
.w-popup .taglist {
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: left;
}
.w-popup .taglist a {
  color: #70757B;
}
.w-popup .taglist a:hover {
  color: #94A1A9;
}
.w-popup .taglist a:hover span {
  text-decoration: underline;
}
.w-popup__inner {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px;
}
.w-popup__container {
  position: relative;
  margin-bottom: 95px;
  padding: 0 120px;
}
.w-popup__frame {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}
.w-popup__frame .swiper-wrapper {
  align-items: center;
}
.w-popup__frame .swiper-slide a {
  display: block;
}
.w-popup__frame .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
}
.w-popup__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  color: #70757B;
  transition: color 0.2s;
}
.w-popup__arrow_left {
  left: 0;
  padding: 50px 50px 50px 40px;
  padding-left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  /* shift on the Y-axis */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.w-popup__arrow_right {
  right: 0;
  padding: 50px 40px 50px 50px;
  padding-left: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
.w-popup__arrow_disabled {
  opacity: 0.3;
}
.w-popup__arrow_disabled:hover {
  color: #70757B;
}
.w-popup__arrow:hover {
  cursor: pointer;
  color: #94A1A9;
}
.w-popup__arrow .icon-popup-arrow {
  width: 27px;
}
.w-popup__counter {
  position: absolute;
  top: 50%;
  right: -10px;
  min-width: 60px;
  font-size: 19px;
  font-weight: 500;
  color: #70757B;
  line-height: 1.21em;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  transform: translateY(50px);
  text-align: center;
}
.w-popup__close {
  position: absolute;
  bottom: 100%;
  right: 50px;
  width: 51px;
  height: 51px;
  border: 3px solid #70757B;
  border-radius: 50%;
  transition: border-color 0.2s;
}
.w-popup__close:hover {
  border-color: #94A1A9;
  cursor: pointer;
}
.w-popup__close:hover::before,
.w-popup__close:hover::after {
  background-color: #94A1A9;
}
.w-popup__close::before,
.w-popup__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #70757B;
  transition: background-color 0.2s;
}
.w-popup__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.w-popup__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.w-popup__close-inner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  background-color: #2A2F37;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.w-popup__footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .w-popup__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.w-popup__left {
  flex-grow: 1;
  max-width: 700px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .w-popup__left {
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.w-popup__right {
  flex-shrink: 0;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 190px;
}
@media (max-width: 767px) {
  .w-popup__right {
    flex-direction: row;
    align-items: center;
    align-self: flex-start;
    width: auto;
  }
}
.w-popup__right-top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .w-popup__right-top {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.w-popup__share {
  position: relative;
  padding-bottom: 12px;
  float: left;
}
@media (max-width: 767px) {
  .w-popup__share {
    padding-bottom: 0;
  }
}
.w-popup__share > .b-tooltip {
  display: none;
}
.w-popup__share:hover .b-tooltip {
  display: block;
}
.w-popup__share .b-share {
  font-size: 0;
  margin: -5px -10px;
}
.w-popup__share .b-share__buttons {
  display: flex;
}
.w-popup__share .b-share__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 8px;
  cursor: pointer;
}
.w-popup__share .b-share__button:hover .icon-svg {
  fill: #94A1A9;
}
.w-popup__share .b-share__button:hover .icon-facebook {
  fill: #3B5998;
}
.w-popup__share .b-share__button:hover .icon-twitter {
  fill: #1DA1F2;
}
.w-popup__share .b-share__button:hover .icon-telegram {
  fill: #2B9FD9;
}
.w-popup__share .b-share__button .icon-svg {
  font-size: 23px;
  fill: #70757B;
  transition: fill 0.2s;
}
.w-popup__share .b-share__button .icon-twitter {
  font-size: 20px;
}
.w-popup__share .b-share__button .icon-telegram {
  font-size: 34px;
  background-image: none;
}
.w-popup__share .b-share__button .icon-vkontakte {
  font-size: 18px;
}
.w-popup__share .b-share__button .icon-odnoklasniki {
  font-size: 21px;
}
.popup_gallery {
  background-color: #2A2F37 !important;
}
.popup_gallery .w-popup {
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 130px 0;
  background-color: transparent;
  transform: none;
}
.popup_gallery .w-popup__close {
  bottom: calc(100% + 50px);
}
.w-likes {
  display: flex;
  align-items: center;
}
.w-likes__count {
  margin: 0 7px;
}
.w-likes__count .green {
  color: #05CA9A;
}
.w-likes__count .red {
  color: #ED6D6D;
}
.w-likes__btn {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 43px;
  border-radius: 4px;
  border: 2px solid #70757B;
  text-align: center;
  transition: border-color 0.2s;
}
.w-likes__btn + .w-likes__btn {
  margin-left: 15px;
}
.w-likes__btn .icon-like-new {
  font-size: 18px;
  fill: #70757B;
  transition: fill 0.2s;
}
.w-likes__btn--like:hover {
  border-color: #05CA9A;
}
.w-likes__btn--like:hover .icon-like-new {
  fill: #05CA9A;
}
.w-likes__btn--dislike .icon-like-new {
  transform: rotate(180deg);
}
.w-likes__btn--dislike:hover {
  border-color: #ED6D6D;
}
.w-likes__btn--dislike:hover .icon-like-new {
  fill: #ED6D6D;
}
.el-common.el-switcher {
  display: block;
}
.el-common.el-switcher .el-switcher__item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  background: none;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: 0.3s border ease-out;
  cursor: pointer;
}
.el-common.el-switcher .el-switcher__item:first-child {
  margin-left: 0;
}
.el-common.el-switcher .el-switcher__item:hover {
  border: 1px solid rgba(0, 0, 0, 0.26);
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}
.el-common.el-switcher .el-switcher__item:hover > a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}
.el-common.el-switcher .el-switcher__item.selected {
  background-color: #9e9e9e;
  color: #fff;
  border: 1px solid #9e9e9e;
}
.el-common.el-switcher .el-switcher__item.selected a {
  color: #fff;
}
.el-common.el-switcher .el-switcher__item.selected:hover > a {
  text-decoration: none;
  color: #fff;
}
.el-common.el-switcher-nonborder .el-switcher__item {
  border: 1px solid transparent;
}
.el-common.help-description {
  position: relative;
  cursor: pointer;
}
.el-common.help-description.help-description-right {
  float: right;
  font-size: 12px;
  hieght: 18px;
  line-height: 18px;
}
.el-common.help-description.help-description-right .help-icon {
  margin-left: 10px;
}
.el-common.help-description:hover .b-tooltip {
  display: block;
}
.el-poll-result {
  position: relative;
  overflow: hidden;
  background-color: #302F2F;
}
.el-poll-result_mb {
  margin-bottom: 10px;
}
.el-poll-result__diagram {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #444343;
}
.el-poll-result__diagram_max {
  background-color: #C00D0F;
}
.el-poll-result__table {
  position: relative;
  z-index: 1;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.el-poll-result__title {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px 5px 8px 20px;
  font-family: Arimo, sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}
.el-poll-result__percent {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;
  width: 50px;
  padding: 5px 0 5px 5px;
  text-align: left;
  font-family: Arimo, sans-serif;
  color: #ffffff;
}
.w-main {
  padding: 17px 20px 8px 20px;
  font-family: 'Fira Sans', sans-serif;
}
.w-main:after {
  content: '';
  display: block;
  clear: both;
}
.w-main__link {
  display: block;
  width: 100%;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
}
.w-main__link:hover {
  text-decoration: none;
  color: inherit;
}
.w-main__link-bottom {
  position: absolute;
  bottom: 0;
}
.w-main__btn {
  padding: 6px 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: 0.2s background-color ease-out;
}
.w-main__btn:hover,
.w-main__btn:focus {
  color: #fff;
}
.w-main__header {
  width: 100%;
  margin-bottom: 15px;
}
.w-main__header:after {
  content: '';
  display: block;
  clear: both;
}
.w-main__header .w-main__tabs {
  float: right;
}
.w-main__title {
  float: left;
  font-size: 27px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  text-transform: none;
}
.w-main__subtitle {
  position: relative;
  margin: 3px 20px 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.w-main__subtitle-white {
  color: #fff;
}
.w-main__subtitle-abs {
  position: absolute;
  top: 0;
  left: 10px;
}
.w-main__tabs:after {
  content: '';
  display: block;
  clear: both;
}
.w-main__tab {
  float: left;
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: transparent;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s background-color ease-out;
}
.w-main__tab-middle {
  padding: 10px 20px;
}
.w-main__tab:hover,
.w-main__tab.active {
  text-decoration: none;
  background-color: #fff;
}
.w-main__tab-small {
  padding: 5px 9px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.w-main__tab-small:hover,
.w-main__tab-small.active {
  font-weight: 500;
  color: #ffffff;
}
.w-main__tab:focus {
  outline: 0;
  box-shadow: 0 0 5px 0 #fcfcfc;
}
.w-main__content {
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.w-main .tour_container {
  width: 100%;
}
.w-main__wr {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.w-main__wr-white {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.w-main__left {
  position: relative;
  min-height: 354px;
  order: 1;
  flex-basis: 32.7%;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.w-main__right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-basis: 66.7%;
  justify-content: space-between;
  order: 2;
}
.w-main__col {
  position: relative;
  float: left;
  width: 49.5%;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.w-main__col .w-main__wr-white {
  min-height: 289px;
}
.w-main__col-middle {
  margin-right: 1%;
}
.w-main__col-middle .w-main__tabs {
  margin-bottom: 4px;
  padding-left: 10px;
}
.w-main__col-middle .w-main__subtitle {
  margin: 0 20px 9px 20px;
}
.w-main__col-right .w-main__subtitle {
  margin: 1px 20px 5px 20px;
}
.w-main__announcement {
  margin: 17px 0;
  padding-right: 10px;
}
.w-main__announcement:after {
  content: '';
  display: block;
  clear: both;
}
.w-main__announcement:hover .w-main__text {
  text-decoration: underline;
}
.w-main__time {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.w-main__text {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.1px;
  color: rgba(0, 0, 0, 0.87);
}
.w-main__text-white {
  color: #ebebeb;
}
.w-main__time + .w-main__text {
  width: calc(100% - 50px);
}
.w-main .caption {
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 27px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
}
.w-main .w-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  white-space: nowrap;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 27px;
  text-align: center;
}
.w-main .w-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.w-main .w-table tr:hover {
  background-color: #e8ecee;
  transition: 0.2s background-color ease-out;
}
.w-main .w-table__th {
  width: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.54);
}
.w-main .w-table__th-left {
  text-align: left;
}
.w-main .w-table__th-name {
  width: 112px;
  text-align: left;
}
.w-main .w-table__th-first {
  padding-left: 20px;
}
.w-main .w-table__th-last {
  padding-right: 20px;
}
.w-main .w-table__th-wide {
  width: 30px;
}
.w-main .w-table__td {
  width: 27px;
  height: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  box-sizing: border-box;
}
.w-main .w-table__td-name {
  width: 115px;
}
.w-main .w-table__td-country {
  display: inline-block;
  width: 75px;
  text-align: left;
}
.w-main .w-table__td-add {
  padding-right: 5px;
  width: 65px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  text-align: right;
}
.w-main .w-table__td-num {
  display: inline-block;
  width: 30px;
}
.w-main .w-table__td-flag {
  display: inline-block;
  width: 19px;
  text-align: left;
}
.w-main .w-table__td-flag span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 5px;
  vertical-align: top;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  overflow: hidden;
}
.w-main .w-table__td-flag img {
  position: relative;
  top: -2px;
  left: -2px;
}
.w-main .w-table__td-first {
  padding-left: 20px;
  text-align: left;
}
.w-main .w-table__td-last {
  padding-right: 20px;
}
.w-main .w-table__td-time {
  width: 30px;
}
.w-main .w-table__td-time .w-main__link {
  color: rgba(0, 0, 0, 0.54);
}
.w-main .w-table__td-bullet {
  width: 4px;
}
.w-main .w-table__td-bullet .w-main__link {
  color: rgba(0, 0, 0, 0.54);
}
.w-main .w-table__td-group {
  width: 40px;
}
.w-main .w-table__td-group .w-main__link {
  color: rgba(0, 0, 0, 0.54);
}
.w-main .w-table__td-countries {
  width: 103px;
}
.w-main .w-table-statistics tr:last-child {
  border-bottom: 1px solid transparent;
}
.w-main .w-table-statistics.active {
  display: table;
}
.w-main .w-table-calendar {
  text-align: left;
}
.w-main .w-table-calendar .w-table__td-last {
  text-align: right;
  font-weight: 500;
}
.w-main .w-table-calendar.is_online {
  background-color: #e4dbb7;
}
.w-main .w-table-calendar.is_online tr:hover {
  background-color: #e4dbb7;
}
.w-main .w-main__table-wr {
  overflow-y: scroll;
  max-height: 251px;
  margin-bottom: 1px;
}
.w-main .w-main__table-wr::-webkit-scrollbar {
  width: 3px;
}
.w-main .w-main__table-wr::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  outline: 1px solid #d8d8d8;
}
.w-main .w-main__table-wr:hover::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  outline: 1px solid #b3b3b3;
}
.w-playoff {
  display: table;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.w-playoff__title {
  margin: 10px 0;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  text-transform: none;
  line-height: 16px;
}
.w-playoff__title-left {
  text-align: left;
}
.w-playoff__title-center {
  text-align: center;
}
.w-playoff__title-right {
  text-align: right;
}
.w-playoff__match {
  padding: 9px;
  background-color: #fff;
  border-radius: 5px;
}
.w-playoff__match.is_online {
  background-color: #e4dbb7;
}
.w-playoff__match:hover {
  background-color: #e8ecee;
  cursor: pointer;
}
.w-playoff__match:hover a {
  text-decoration: none;
}
.w-playoff__column {
  position: relative;
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -3px;
  vertical-align: top;
}
.w-playoff__column:first-child:nth-last-child(3),
.w-playoff__column:first-child:nth-last-child(3) ~ div {
  width: 33.33%;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match {
  position: relative;
  height: 60px;
  margin-bottom: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  box-sizing: border-box;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-quarter,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-quarter {
  margin-bottom: 8px;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-quarter:nth-child(2n-1):before,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-quarter:nth-child(2n-1):before {
  content: '';
  position: absolute;
  top: 22px;
  right: -113px;
  width: 113px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-quarter:nth-child(2n):before,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-quarter:nth-child(2n):before {
  content: '';
  position: absolute;
  bottom: 21px;
  right: -113px;
  width: 113px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-semifinal,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-semifinal {
  margin-bottom: 77px;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-semifinal:nth-child(2n-1):before,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-semifinal:nth-child(2n-1):before {
  content: '';
  position: absolute;
  top: 28px;
  right: -11px;
  width: 11px;
  height: 70px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-semifinal:nth-child(2n),
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-semifinal:nth-child(2n) {
  margin-bottom: 0;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-semifinal:nth-child(2n):before,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-semifinal:nth-child(2n):before {
  content: '';
  position: absolute;
  bottom: 28px;
  right: -11px;
  width: 11px;
  height: 70px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-final,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-final {
  margin-bottom: 18px;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-final:before,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-final:before {
  content: '';
  position: absolute;
  top: -106px;
  left: 50%;
  margin-left: -48px;
  width: 97px;
  height: 96px;
  background: url('//ss.sport-express.ru/projects/desktop/img/hockey/cup.svg') no-repeat 0 0;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match-final:after,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match-final:after {
  content: '';
  position: absolute;
  top: 28px;
  left: -11px;
  width: 11px;
  height: 1px;
  border-top: 1px solid #fff;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match:hover,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match:hover {
  background-color: #e8ecee;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__match:hover a,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__match:hover a {
  text-decoration: none;
}
.w-playoff__column:first-child:nth-last-child(3) .w-playoff__item-name,
.w-playoff__column:first-child:nth-last-child(3) ~ div .w-playoff__item-name {
  width: 80px;
}
.w-playoff__column-2 {
  padding-top: 34px;
}
.w-playoff__column-3 {
  padding-top: 102px;
}
.w-playoff__row {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 3px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: none;
  text-align: center;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.w-playoff__row * {
  font-weight: 400;
}
.w-playoff__row-header {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.54);
}
.w-playoff__row-header * {
  font-weight: 400;
}
.w-playoff__row-win * {
  font-weight: 500;
}
.w-playoff__row .w-playoff__item-date {
  font-weight: 300;
}
.w-playoff__item {
  display: table-cell;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.w-playoff__item-left {
  text-align: left;
}
.w-playoff__item-right {
  text-align: right;
}
.w-playoff__item-flag {
  width: 25px;
}
.w-playoff__item-flag span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: top;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  overflow: hidden;
}
.w-playoff__item-flag img {
  position: relative;
  top: -2px;
  left: -2px;
}
.w-playoff__item-date {
  width: 51px;
}
.w-playoff-last {
  border-top: none;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.b-calendar__wrapper {
  position: absolute;
  top: 39px;
  right: 272px;
  z-index: 1;
}
.ui-datepicker {
  margin-top: 20px;
  width: 270px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.ui-datepicker-header {
  margin: auto;
}
.ui-datepicker-calendar {
  width: 270px;
  height: 230px;
  padding: 12px 10px 10px 10px;
}
.ui-datepicker-calendar th {
  height: 33px;
}
.ui-datepicker-calendar th span {
  text-transform: lowercase;
}
.ui-datepicker-calendar td {
  height: 35px;
  border: none;
}
.ui-datepicker-calendar td a {
  font-size: 11px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 5px;
  border: 1px solid transparent;
}
.ui-datepicker-calendar td a:hover {
  border: 1px solid #ccc;
}
.ui-widget-content {
  color: rgba(0, 0, 0, 0.38);
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
  background: #fff;
}
.ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #fff;
  background: #0078C3;
  border-radius: 5px;
}
.w-main-hockey {
  background: url('//ss.sport-express.ru/projects/desktop/img/hockey/bgr.jpg') no-repeat 0 0 #155384;
  background-size: cover;
  min-height: 435px;
  box-sizing: border-box;
}
.w-main-hockey .w-main__col-right .w-main__subtitle {
  color: #0078C3;
}
.w-main-hockey .w-main__btn:hover {
  background-color: #ffffff;
  color: #0078C3;
  font-weight: 500;
}
.w-main-hockey .w-main__tab:hover,
.w-main-hockey .w-main__tab.active {
  color: #0078C3;
}
.w-main-hockey .w-main__tab-small:hover,
.w-main-hockey .w-main__tab-small.active {
  color: #ffffff;
  background-color: #0078C3;
}
.w-main-hockey .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #0078C3;
}
.w-main-football {
  position: relative;
  background: url('//ss.sport-express.ru/projects/desktop/img/football/bgr.png') #000000;
  padding-bottom: 18px;
}
.w-main-football::before {
  content: '';
  position: absolute;
  top: 0;
  right: 305px;
  background: url('//ss.sport-express.ru/projects/desktop/img/football/ball.png') no-repeat 0 0;
  width: 222px;
  height: 57px;
}
.w-main-football .w-main__header {
  margin-bottom: 0;
}
.w-main-football .w-main__wr {
  padding-top: 35px;
  padding-bottom: 35px;
}
.w-main-football .w-main__content {
  flex-wrap: wrap;
}
.w-main-football .w-main__title {
  color: #E3DAB7;
}
.w-main-football .w-main__subtitle {
  color: #E3DAB7;
}
.w-main-football .w-main__btn:hover {
  color: #9E8F66;
  background-color: #ffffff;
}
.w-main-football .w-main__tabs {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-main-football .w-main__tab:hover,
.w-main-football .w-main__tab.active {
  color: #9E8F66;
}
.w-main-football .w-main__tab-small {
  padding: 12px 10px;
}
.w-main-football .w-main__tab-small:hover,
.w-main-football .w-main__tab-small.active {
  color: #ffffff;
  background-color: #9E8F66;
  border-color: #9E8F66;
}
.w-main-football .w-main__col-middle .w-main__subtitle,
.w-main-football .w-main__col-right .w-main__subtitle,
.w-main-football .w-main__subtitle {
  margin: 0 20px 20px 0;
}
.w-main-football .w-table-statistics tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.w-main-football .w-table__th-group {
  width: 55px;
  text-align: left;
}
.w-main-football .w-table__th-name {
  width: 112px;
}
.w-main-football .w-table__th-last {
  padding-right: 10px;
}
.w-main-football .w-table__td-country {
  width: 99px;
}
.w-main-football .w-table__td-time {
  width: 50px;
}
.w-main-football .w-table__td-last {
  padding-right: 10px;
}
.w-main-football .w-table__td-countries {
  width: 60%;
  min-width: 150px;
}
.w-main-football .w-main__col .w-main__wr-white {
  min-height: 276px;
  box-sizing: border-box;
}
.w-main-football .w-main__table-wr {
  overflow-x: hidden;
  overflow-y: inherit;
  margin-top: 26px;
  margin-bottom: 0;
}
.w-main-football .w-main__link {
  line-height: 27px;
}
.w-main-football .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #9E8F66;
}
.w-main-football .w-playoff {
  padding: 0;
}
.w-main-football .w-playoff__title {
  margin: 5px 0;
}
.w-main-football .w-playoff__row .w-playoff__item-date {
  width: 35px;
}
.w-main-football .w-playoff__match {
  position: relative;
  margin-bottom: 3px;
  padding: 8px 9px;
  width: 150px;
  box-sizing: border-box;
}
.w-main-football .w-playoff__match-semifinal {
  margin-top: 96px;
}
.w-main-football .w-playoff__match > a:hover {
  color: inherit;
  text-decoration: none;
}
.w-main-football .w-playoff__column {
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 0;
  display: block;
  float: left;
  width: 14.2%;
  box-sizing: border-box;
}
.w-main-football .w-playoff__column-1 {
  padding-left: 0;
  width: 14.8%;
}
.w-main-football .w-playoff__column-1 .w-playoff__match-eighth:nth-child(2) {
  margin-bottom: 8px;
}
.w-main-football .w-playoff__column-1 .w-playoff__match-eighth:nth-child(2n-1):before {
  content: '';
  position: absolute;
  top: 18px;
  right: -86px;
  width: 86px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.w-main-football .w-playoff__column-1 .w-playoff__match-eighth:nth-child(2n):before {
  content: '';
  position: absolute;
  bottom: 18px;
  right: -86px;
  width: 86px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.w-main-football .w-playoff__column-1 .w-playoff__title {
  padding-left: 50px;
}
.w-main-football .w-playoff__column-2 {
  padding-top: 0;
  padding-right: 0;
  width: 14.8%;
}
.w-main-football .w-playoff__column-2 .w-playoff__match-quarter:nth-child(1) {
  margin-top: 35px;
}
.w-main-football .w-playoff__column-2 .w-playoff__match-quarter:nth-child(2) {
  margin-top: 67px;
}
.w-main-football .w-playoff__column-2 .w-playoff__match-quarter:nth-child(2n-1):before {
  content: '';
  position: absolute;
  top: 26px;
  right: -28px;
  width: 28px;
  height: 36px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.w-main-football .w-playoff__column-2 .w-playoff__match-quarter:nth-child(2n):before {
  content: '';
  position: absolute;
  bottom: 26px;
  right: -28px;
  width: 28px;
  height: 36px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.w-main-football .w-playoff__column-2 .w-playoff__title {
  padding-left: 37px;
}
.w-main-football .w-playoff__column-3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 9px;
  margin-left: -28px;
  width: 15.2%;
}
.w-main-football .w-playoff__column-3 .w-playoff__match-semifinal:after {
  content: '';
  position: absolute;
  top: 27px;
  right: -20px;
  width: 22px;
  height: 1px;
  border-top: 1px solid #fff;
}
.w-main-football .w-playoff__column-3 .w-playoff__title {
  padding-left: 74px;
}
.w-main-football .w-playoff__column-4 {
  padding-top: 0;
  padding-left: 7px;
  padding-right: 7px;
  width: 15.7%;
}
.w-main-football .w-playoff__column-4 .w-playoff__match-final {
  margin-top: 96px;
  margin-bottom: 13px;
}
.w-main-football .w-playoff__column-4 .w-playoff__match-final:before {
  content: '';
  position: absolute;
  top: -85px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 70px;
  background: url('//ss.sport-express.ru/projects/desktop/img/football/cup.svg') no-repeat 0 0;
}
.w-main-football .w-playoff__column-4 .w-playoff__title {
  text-align: center;
}
.w-main-football .w-playoff__column-5 {
  padding-top: 0;
  padding-left: 9px;
  padding-right: 0;
  margin-right: -28px;
  width: 15.2%;
}
.w-main-football .w-playoff__column-5 .w-playoff__match-semifinal:before {
  content: '';
  position: absolute;
  top: 27px;
  left: -20px;
  width: 22px;
  height: 1px;
  border-top: 1px solid #fff;
}
.w-main-football .w-playoff__column-5 .w-playoff__title {
  padding-right: 74px;
  text-align: right;
}
.w-main-football .w-playoff__column-6 {
  padding-top: 0;
  padding-left: 0;
  width: 14.8%;
}
.w-main-football .w-playoff__column-6 .w-playoff__match-quarter:nth-child(1) {
  margin-top: 35px;
}
.w-main-football .w-playoff__column-6 .w-playoff__match-quarter:nth-child(2) {
  margin-top: 67px;
}
.w-main-football .w-playoff__column-6 .w-playoff__match-quarter:nth-child(2n-1):before {
  content: '';
  position: absolute;
  top: 26px;
  left: -28px;
  width: 28px;
  height: 36px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.w-main-football .w-playoff__column-6 .w-playoff__match-quarter:nth-child(2n):before {
  content: '';
  position: absolute;
  bottom: 26px;
  left: -28px;
  width: 28px;
  height: 36px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.w-main-football .w-playoff__column-6 .w-playoff__title {
  padding-right: 37px;
  text-align: right;
}
.w-main-football .w-playoff__column-7 {
  padding-right: 0;
  width: 14.8%;
}
.w-main-football .w-playoff__column-7 .w-playoff__match-eighth:nth-child(2) {
  margin-bottom: 8px;
}
.w-main-football .w-playoff__column-7 .w-playoff__match-eighth:nth-child(2n-1):before {
  content: '';
  position: absolute;
  top: 18px;
  left: -86px;
  width: 86px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.w-main-football .w-playoff__column-7 .w-playoff__match-eighth:nth-child(2n):before {
  content: '';
  position: absolute;
  bottom: 18px;
  left: -86px;
  width: 86px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.w-main-football .w-playoff__column-7 .w-playoff__title {
  padding-right: 50px;
  text-align: right;
}
.w-main-football .w-playoff__item-name {
  width: 75px;
}
.w-main-football .w-playoff .w-playoff-add {
  position: absolute;
  top: 13px;
  right: 18px;
  width: 17px;
  height: 31px;
  font-size: 12px;
  font-weight: 300;
}
.w-main-football .w-playoff .w-playoff-add__status {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 31px;
}
.w-main-football .w-playoff .w-playoff-add__penalty1 {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 12px;
}
.w-main-football .w-playoff .w-playoff-add__penalty2 {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 12px;
}
.w-main-football .w-playoff:after {
  content: '';
  display: block;
  clear: both;
}
.w-main-football .columned_materials .w-main__subtitle {
  position: relative;
  text-align: center;
  margin: 9px 0 0 0;
}
.w-main-football .columned_materials .w-main__subtitle::before,
.w-main-football .columned_materials .w-main__subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 45%;
  height: 2px;
  background-color: #E3DAB7;
  -webkit-transform: skew(-45deg);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  -ms-transform: skew(-45deg);
  /* IE 9 */
  transform: skew(-45deg);
  /* IE 10, Fx 16+, Op 12.1+ */
}
.w-main-football .columned_materials .w-main__subtitle::after {
  left: inherit;
  right: 0;
}
.w-main-football .columned_materials .w-main__column {
  float: left;
  width: 33.33%;
}
.w-main-football .columned_materials .w-main__announcement {
  margin: 7px 0 12px 0;
  padding-right: 25px;
}
.w-main-football .columned_materials .w-main__announcement:last-child {
  margin-bottom: 0;
}
.w-main-football .show_listed_materials .listed_materials {
  display: block;
}
.w-main-football .show_listed_materials .columned_materials {
  display: none;
}
.w-main-football .show_columned_materials .listed_materials {
  display: none;
}
.w-main-football .show_columned_materials .columned_materials {
  display: block;
}
@font-face {
  font-family: 'Arimo';
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  src: local('Courier'), url('//ss.sport-express.ru/fonts/Arimo-Regular.woff2') format('woff2'), url('//ss.sport-express.ru/fonts/Arimo-Regular.woff') format('woff'), url('//ss.sport-express.ru/fonts/Arimo-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Arimo';
  font-display: swap;
  font-style: normal;
  font-weight: bold;
  src: local('Courier'), url('//ss.sport-express.ru/fonts/Arimo-Bold.woff2') format('woff2'), url('//ss.sport-express.ru/fonts/Arimo-Bold.woff') format('woff'), url('//ss.sport-express.ru/fonts/Arimo-Bold.ttf') format('truetype');
}
.playoff-table {
  display: table;
  width: 100%;
}
.playoff-table table {
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
.playoff-table td:not([class]),
.playoff-table th:not([class]) {
  padding: 0;
}
.playoff-table img:not([class]) {
  display: block;
  border: 0 none;
}
.playoff-table__title-line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding: 20px 22px 20px 25px;
  background-color: #242424;
}
.playoff-table__title-line::after {
  display: block;
  content: "";
  clear: both;
}
.playoff-table__title {
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  font-weight: bold;
}
.playoff-table__select-holder {
  position: relative;
  display: inline-block;
  margin: 5px 0 0 9px;
}
.playoff-table__select-holder:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  background: #343232 url("//ss.sport-express.ru/projects/desktop/img/select-arr_dark.gif") no-repeat center center;
  pointer-events: none;
}
.playoff-table__select {
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  height: 26px;
  padding: 0 12px 0 8px;
  background-color: #343232;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .playoff-table__select {
    padding-right: 10px;
  }
}
.playoff-table__select > option {
  border: none;
}
.playoff-table__select > option:hover {
  background-color: #504d4c;
  color: #fff;
}
.playoff-table__select > option[selected] {
  background-color: #504d4c;
  color: #fff;
}
.playoff-table__select > option:checked {
  background-color: #504d4c;
  color: #fff;
}
.playoff-table__table {
  width: 100%;
}
.playoff-table__td-head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arimo', sans-serif;
  height: 40px;
  padding: 5px 5px 5px 0;
  background-color: #f2f2f2;
  border-left: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 16px;
}
.playoff-table__td-head_first {
  padding-left: 40px;
}
.playoff-table__td-head_last {
  padding-right: 20px;
}
.playoff-table__td-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arimo', sans-serif;
  height: 30px;
  padding: 5px;
  text-align: center;
  background-color: #343232;
  border-left: solid 1px #343232;
  border-right: solid 1px #343232;
  color: #FBFBFB;
  font-size: 18px;
  letter-spacing: 0.56px;
  line-height: 21px;
}
.playoff-table__td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arimo', sans-serif;
  height: 38px;
  padding: 5px 0;
  background-color: #fff;
  border-bottom: solid 1px #E3E2E2;
  color: rgba(0, 0, 0, 0.54);
  font-size: 11px;
  line-height: 16px;
}
.playoff-table__td a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}
.playoff-table__td_team {
  white-space: nowrap;
  padding-left: 2px;
  padding-right: 2px;
}
.playoff-table__td_team1 {
  text-align: right;
}
.playoff-table__td_score1 {
  padding-left: 10px;
  text-align: right;
}
.playoff-table__td_score2 {
  padding-right: 10px;
  text-align: right;
}
.playoff-table__td_delimiter {
  position: relative;
  padding-left: 2px;
  text-align: center;
}
.playoff-table__td_date {
  white-space: nowrap;
  padding-right: 10px;
  font-size: 12px;
  line-height: 16px;
}
.playoff-table__td_stretch1 {
  width: 50%;
}
.playoff-table__td_stretch2 {
  width: 20%;
}
.playoff-table__td_winner {
  color: rgba(0, 0, 0, 0.87) !important;
  font-weight: bold;
}
.playoff-table__td_winner a {
  color: rgba(0, 0, 0, 0.87);
}
.playoff-table__td_first {
  padding-left: 40px;
  border-left: solid 1px #E3E2E2;
}
.playoff-table__td_last {
  padding-right: 40px;
  border-right: solid 1px #E3E2E2;
}
.playoff-table__flag {
  width: 20px;
  height: 20px;
}
.playoff-table__sub-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arimo', sans-serif;
  position: absolute;
  display: block;
  left: -35px;
  right: -35px;
  bottom: -2px;
  text-align: center;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.54);
  font-size: 9px;
}
.playoff-table__sub-info a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}
.playoff-table__td-space {
  height: 30px;
}
.right-column-rfpl-widget {
  margin-bottom: 10px;
}
.right-column-rfpl-widget table {
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
.right-column-rfpl-widget td:not([class]),
.right-column-rfpl-widget th:not([class]) {
  padding: 0;
}
.right-column-rfpl-widget img:not([class]) {
  display: block;
  border: 0 none;
}
.right-column-rfpl-widget__title-line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  background-color: #242424;
}
.right-column-rfpl-widget__title-line::after {
  display: block;
  content: "";
  clear: both;
}
.right-column-rfpl-widget__title {
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  float: left;
  padding: 7px 5px 7px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.right-column-rfpl-widget__title-link {
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  padding: 10px 10px 7px 5px;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  opacity: 0.54;
}
.right-column-rfpl-widget__title-link:after {
  content: '>';
  display: inline-block;
  color: #fff;
  padding-left: 3px;
  font-size: 8px;
  line-height: inherit;
}
.right-column-rfpl-widget__title-link:hover {
  color: #fff;
}
.right-column-rfpl-widget__title-link:hover {
  opacity: 1;
}
.right-column-rfpl-widget__title-link .block_more {
  position: static;
  margin: 0;
  background: none;
  height: auto;
  display: inherit;
  color: #fff;
  /*color: inherit;*/
  opacity: 1;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
  text-align: unset !important;
  text-transform: unset;
  width: auto;
  min-height: auto;
}
.right-column-rfpl-widget__title-link .block_more:first-letter {
  text-transform: uppercase;
}
.right-column-rfpl-widget__tour-holder {
  display: block;
  clear: both;
  font-size: 0;
  text-align: right;
}
.right-column-rfpl-widget__tour-holder::after {
  display: block;
  content: "";
  clear: both;
}
.right-column-rfpl-widget__tour-wapper {
  float: left;
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
}
.right-column-rfpl-widget__tour-stripe {
  overflow: hidden;
  transition: 1s;
}
.right-column-rfpl-widget__tour {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  white-space: nowrap;
  width: 60px;
  height: 25px;
  line-height: 25px;
  vertical-align: bottom;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.right-column-rfpl-widget__tour:hover {
  background-color: #343232;
}
.right-column-rfpl-widget__tour_arr-left {
  float: left;
  width: 10%;
  text-align: left;
  padding-left: 10px;
  font-size: 8px;
}
.right-column-rfpl-widget__tour_arr-left:before {
  content: '<';
}
.right-column-rfpl-widget__tour_arr-right {
  width: 10%;
  text-align: right;
  padding-right: 10px;
  font-size: 8px;
}
.right-column-rfpl-widget__tour_arr-right:before {
  content: '>';
}
.right-column-rfpl-widget__tour_selected {
  background-color: #47b66c;
}
.right-column-rfpl-widget__tour_selected:hover {
  background-color: #47b66c;
}
.right-column-rfpl-widget__tour_startInvisible {
  display: none;
}
.right-column-rfpl-widget__table {
  width: 100%;
  background-color: #fff;
  border-left: solid 1px #E3E2E2;
  border-right: solid 1px #E3E2E2;
  border-bottom: solid 1px #E3E2E2;
}
.right-column-rfpl-widget__td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arimo', sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: left;
}
.right-column-rfpl-widget__td_th {
  text-align: center;
  background-color: transparent;
  color: #8a8989;
  border-bottom: solid 1px #E3E2E2;
}
.right-column-rfpl-widget__td_first {
  padding-left: 10px;
}
.right-column-rfpl-widget__td_last {
  padding-right: 10px;
}
.right-column-rfpl-widget__td_narrow {
  width: 1%;
  white-space: nowrap;
}
.right-column-rfpl-widget__td_num {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
.right-column-rfpl-widget__td_flag {
  width: 1%;
  text-align: center;
}
.right-column-rfpl-widget__td_flag a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: solid 1px #E3E2E2;
}
.right-column-rfpl-widget__td_flag a img {
  display: block;
  width: 15px;
  height: 15px;
}
.right-column-rfpl-widget__td_count {
  width: 1%;
  white-space: nowrap;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  border-left: solid 1px #E3E2E2;
  border-right: solid 1px #E3E2E2;
}
.right-column-rfpl-widget__td_no-count {
  text-align: right;
}
.right-column-rfpl-widget__td a {
  color: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.right-column-rfpl-widget__td_commandname {
  max-width: 64px;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px;
  text-overflow: ellipsis;
}
.right-column-rfpl-widget__table_no-borders .right-column-rfpl-widget__td {
  height: 18px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.right-column-rfpl-widget__table_borders .right-column-rfpl-widget__td {
  height: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.right-column-rfpl-widget__table_no-borders tr:first-child .right-column-rfpl-widget__td,
.right-column-rfpl-widget__table_borders tr:first-child .right-column-rfpl-widget__td {
  padding-top: 4px;
}
.right-column-rfpl-widget__table_no-borders tr:last-child .right-column-rfpl-widget__td,
.right-column-rfpl-widget__table_borders tr:last-child .right-column-rfpl-widget__td {
  padding-bottom: 4px;
}
.translation-icon {
  display: inline-block;
  min-height: 18px;
  padding-left: 22px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left;
  color: #383838;
  font-size: 12px;
  line-height: 18px;
  margin-left: 4px;
}
.translation-icon:hover {
  opacity: 0.7;
  text-decoration: none;
}
.translation-icon:first-child {
  margin-left: 0;
}
.translation-icon-holder {
  font-size: 0;
  text-align: right;
}
