@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,700&subset=cyrillic");
@font-face {
  font-family: '2018';
  src: url("../fonts/2018.eot?80187866");
  src: url("../fonts/2018.eot?80187866#iefix") format("embedded-opentype"), url("../fonts/2018.woff2?80187866") format("woff2"), url("../fonts/2018.woff?80187866") format("woff"), url("../fonts/2018.ttf?80187866") format("truetype"), url("../fonts/2018.svg?80187866#2018") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "2018";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ni4ya:before {
  content: '\e800'; }

.icon-winner:before {
  content: '\e801'; }

.icon-loser:before {
  content: '\e802'; }

.icon-right:before {
  content: '\e803'; }

.icon-left:before {
  content: '\e804'; }

.icon-ball:before {
  content: '\e805'; }

.icon-fullscreen:before {
  content: '\e806'; }

.icon-close:before {
  content: '\e807'; }

.icon-down:before {
  content: '\e808'; }

.icon-up:before {
  content: '\e809'; }

.icon-vk:before {
  content: '\e80a'; }

.icon-fb:before {
  content: '\e80b'; }

.icon-insta:before {
  content: '\e80c'; }

.icon-twitter:before {
  content: '\e80d'; }

.icon-googleplus:before {
  content: '\e80e'; }
.icon-youtube-play:before { 
content: '\f16a'; }
h1, .h1 {
  margin: 0; }

h2, .h2 {
  margin: 0;
  color: #2f2f2f;
  font-size: 4.5rem;
  font-weight: 300; }

h3, .h3 {
  margin: 0; }

p {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 3rem 0; }
  p.bold {
    font-weight: 700; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 3rem 0; }
  ul li, ol li {
    position: relative;
    padding-left: 4rem;
    color: #000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 1rem 0; }
    ul li:before, ol li:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 15px;
      height: 3px;
      background-color: #e52638; }

.quote {
  position: relative;
  padding: 4rem 5rem;
  background-color: #fbf7f0;
  margin: 4rem 0; }
  .quote:before {
    content: '“';
    position: absolute;
    top: 4.5rem;
    left: 2rem;
    color: #c9c5be;
    font-size: 5.6rem;
    font-weight: 400; }
  .quote .quote-text {
    color: #000;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.5; }
  .quote .author {
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4rem; }

.comment {
  padding-left: 4.7rem;
  color: #000000;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 4rem 0;
  border-left: 3px solid #e52638; }

img {
  display: block; }

.breadcrumbs {
  font-size: 0; }
  .breadcrumbs .item {
    display: inline-block;
    font-size: 1.6rem; }
    .breadcrumbs .item:not(:last-child) {
      margin-right: 1rem; }

.btn {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.08px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 190px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  margin: auto;
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn.red {
    background-color: #e82231; }
  .btn:hover {
    background-color: #c31421; }
   .btn.red.players {
    margin:3rem auto 0 auto; }
.preloader {
  width: 40px;
  height: 40px;
  background-image: url("../img/preloader.svg");
  margin: 3rem auto 0; }

.container {
  padding: 1px 15px;
  max-width: 1230px;
  margin: auto; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

.row {
  margin: 0 -15px; }
  .row:after {
    content: '';
    display: table;
    clear: both; }

.col {
  float: left;
  padding: 0 15px; }
  .col.w100 {
    width: 100%; }
  .col.w66 {
    width: 66.66666%; }
  .col.w50 {
    width: 50%; }
  .col.w33 {
    width: 33.33333%; }
  .col.w25 {
    width: 25%; }
  .col.w20 {
    width: 20%; }

.widgets {
  overflow: hidden; }
  .widgets .social-left {
    overflow: hidden;
    margin-top: -5px; }

.main-section {
  position: relative;
  /*height: 660px;*/
  height: 100%;
  background-image: url("../img/main-bg.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*padding-top: 110px;*/ }
  /*.main-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 364px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%); }*/
  .main-section .cup-logo {
    width: 100%;
    height: 254px;
    margin-bottom:2rem;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 1; }
  .main-section .cup-logo-2 {
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    height: 356px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 320px 356px;
            background-size: 320px 356px;
    z-index: 1; }
  .main-section .title {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
   /* max-width: 600px;*/
   max-width: 700px;
    margin: auto;
    z-index: 1; }
    .main-section .title-small{
      font-size: 20px;
    }
  .main-section .wl-tabs {
    position: relative;
    z-index: 1;
    font-size: 0;
    text-align: center;
    margin-top: 30px; }
    .main-section .wl-tabs .tab {
      display: inline-block;
      width: 107px;
      line-height: 28px;
      background-color: #665c64;
      color: #d4c3d1;
      font-size: 13px;
      font-weight: 400;
      text-align: center;
      -webkit-transition: 100ms;
      -o-transition: 100ms;
      transition: 100ms;
      cursor: pointer; }
      .main-section .wl-tabs .tab.left {
        -webkit-border-radius: 14px 0 0 14px;
                border-radius: 14px 0 0 14px; }
      .main-section .wl-tabs .tab.right {
        -webkit-border-radius: 0 14px 14px 0;
                border-radius: 0 14px 14px 0; }
      .main-section .wl-tabs .tab.active {
        background-color: #e82231; }

html {
  font-size: 10px;
  height: 100%; }
  html * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none; }

body {
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-x: hidden; }
  body.hidden {
    overflow: hidden; }

main {
  margin-top: -80px;
  min-height: 100%;
  height: auto !important; }
  main .header-indent {
    padding-top: 80px; }
  main .footer-indent {
    padding-bottom: 70px; }
  main.gray {
    background-color: #f2f5f7; }

header {
  position: relative;
  width: 100%;
  background-color: #da1522;
  background-image: url("../img/header-line.png");
  background-image: url("../img/header-line.png"), -webkit-gradient(linear, left bottom, left top, from(#a31d21), to(#da1522));
  background-image: url("../img/header-line.png"), -webkit-linear-gradient(bottom, #a31d21 0%, #da1522 100%);
  background-image: url("../img/header-line.png"), -o-linear-gradient(bottom, #a31d21 0%, #da1522 100%);
  background-image: url("../img/header-line.png"), linear-gradient(to top, #a31d21 0%, #da1522 100%); }
  header .header-wrapper {
    position: relative;
    height: 78px; }
  header .social .item {
    color: #f7f2d1; }

footer {
  margin-top: -70px;
  background-color: #3a3c47;
  width: 100%; }
  footer .footer-wrapper {
    position: relative;
    padding: 27.5px 0; }
  footer .footer-text {
    color: #fff;
    font-size: 13px;
    margin-right: 220px; }
  footer .social .item {
    color: #d3dee7; }

.logo {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32.5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .logo .logo-img {
    float: left;
    width: 65px;
    height: 65px;
    background-image: url("../img/rfpl.svg"); }
  .logo .logo-text {
    width: 128px;
    margin-left: 80px; }
    .logo .logo-text .logo-title {
      color: #fff;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 8px; }
    .logo .logo-text .logo-desc {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      margin-top: 5px; }

.social {
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  right: 0;
  font-size: 0; }
  .social .item {
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms; }
    .social .item:not(:last-child) {
      margin-right: 30px; }
    .social .item:hover {
      color: #fff; }

nav {
  position: absolute;
  top: -1px;
  left: 220px;
  right: 220px;
  font-size: 0;
  text-align: center; }
  nav .item {
    display: inline-block;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms; }
    nav .item a {
      display: inline-block;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      line-height: 80px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.12px;
      padding: 0 20px; }
    nav .item:hover {
      background-color: rgba(255, 42, 62, 0.4); }
    nav .item.active {
      background-color: rgba(255, 42, 62, 0.4); }

section {
  padding: 4rem 0; }
  section.gray {
    background-color: #f2f5f7;
    border-top: 1px solid #e1e5e8;
    border-bottom: 1px solid #e1e5e8; }
  section.dashboard-item {
    display: none; }
    section.dashboard-item.active {
      display: block; }

.players h2, .players .h2 {
  margin-bottom: 1rem; }

.players .item {
  margin-top: 3rem;
  font-size: 0; }
  .players .item .photo {
    position: relative;
    display: inline-block;
    width: 10rem;
    height: 10rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 1.2rem;
    vertical-align: middle; }
    .players .item .photo .number {
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      font-size: 2rem;
      font-weight: 700;
      background-color: #e82231;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 3.5rem;
      height: 3.5rem;
      line-height: 3.5rem;
      text-align: center; }
  .players .item .text {
    display: inline-block;
    vertical-align: middle; }
    .players .item .text .name {
      color: #303030;
      font-size: 1.7rem;
      font-weight: 700;
      text-decoration: none;
      -webkit-transition: 100ms;
      -o-transition: 100ms;
      transition: 100ms; }
      .players .item .text .name:hover {
        color: #0d59c0; }
    .players .item .text .role {
      color: #8f8f8f;
      font-size: 1.4rem;
      font-weight: 400;
      margin-top: 0.5rem; }
    .players .item .text .info {
      font-size: 0;
      margin-top: 1rem; }
      .players .item .text .info .info-ico {
        vertical-align: middle;
        display: inline-block;
        width: 2.5rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: left center;
        margin-right: 1.5rem; }
        .players .item .text .info .info-ico.flag {
          -webkit-background-size: 23px 15px;
                  background-size: 23px 15px; }
        .players .item .text .info .info-ico.club {
          -webkit-background-size: 25px 25px;
                  background-size: 25px 25px; }
      .players .item .text .info .info-name {
        display: inline-block;
        vertical-align: middle;
        color: #000;
        font-size: 1.4rem;
        font-weight: 400;
        text-decoration: none;
        -webkit-transition: 100ms;
        -o-transition: 100ms;
        transition: 100ms; }
      .players .item .text .info a.flag:hover + .info-name {
        color: #0d59c0; }
      .players .item .text .info a.info-name:hover {
        color: #0d59c0; }

.players .trainer {
  text-align: center;
  padding-bottom: 4rem;
  border-bottom: 1px solid #e1e1e1; }
  .players .trainer .photo {
    width: 145px;
    height: 145px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: auto; }
  .players .trainer .role {
    color: #303030;
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 1.5rem; }
  .players .trainer .name {
    color: #303030;
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 1rem; }

.players.team-item {
  padding-top: 2rem; }

.news h2, .news .h2 {
  margin-bottom: 2rem; }

.news .item {
  position: relative;
  display: block;
  margin-top: 2rem;
  text-decoration: none; }
  .news .item .info {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 2rem;
    height: 15rem; }
    .news .item .info .date {
      color: #989898;
      font-size: 1.4rem;
      font-weight: 400; }
    .news .item .info .text {
      color: #000000;
      font-size: 1.7rem;
      font-weight: 700;
      margin-top: 1rem;
      line-height: 1.1;
      overflow: hidden;
      max-height: 9rem; }
  .news .item .item-img {
    height: 235px;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms; }
  .news .item .category {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    padding: 0.5rem 1.3rem; }
    .news .item .category.media {
      background-image: -webkit-gradient(linear, left top, right top, from(#e82231), to(#ff196a));
      background-image: -webkit-linear-gradient(left, #e82231 0%, #ff196a 100%);
      background-image: -o-linear-gradient(left, #e82231 0%, #ff196a 100%);
      background-image: linear-gradient(to right, #e82231 0%, #ff196a 100%); }
    .news .item .category.new {
      background-image: -webkit-gradient(linear, left top, right top, from(#6e58f8), to(#3d7ff8));
      background-image: -webkit-linear-gradient(left, #6e58f8 0%, #3d7ff8 100%);
      background-image: -o-linear-gradient(left, #6e58f8 0%, #3d7ff8 100%);
      background-image: linear-gradient(to right, #6e58f8 0%, #3d7ff8 100%); }
    .news .item .category.video {
      background-image: -webkit-gradient(linear, left top, right top, from(#02dcc0), to(#03b1d0));
      background-image: -webkit-linear-gradient(left, #02dcc0 0%, #03b1d0 100%);
      background-image: -o-linear-gradient(left, #02dcc0 0%, #03b1d0 100%);
      background-image: linear-gradient(to right, #02dcc0 0%, #03b1d0 100%); }
    .news .item .category.article {
      background-image: -webkit-gradient(linear, left top, right top, from(#e89b22), to(#d2da05));
      background-image: -webkit-linear-gradient(left, #e89b22 0%, #d2da05 100%);
      background-image: -o-linear-gradient(left, #e89b22 0%, #d2da05 100%);
      background-image: linear-gradient(to right, #e89b22 0%, #d2da05 100%); }
    .news .item .category.inteview {
      background-image: -webkit-gradient(linear, left top, right top, from(#f858f6), to(#913df8));
      background-image: -webkit-linear-gradient(left, #f858f6 0%, #913df8 100%);
      background-image: -o-linear-gradient(left, #f858f6 0%, #913df8 100%);
      background-image: linear-gradient(to right, #f858f6 0%, #913df8 100%); }
  .news .item:hover .item-img {
    opacity: 0.7; }
  .news .item:hover .info .text {
    color: #0d59c0; }
  .news .item.big {
    height: 460px;
    cursor: pointer;
    overflow: hidden; }
    .news .item.big .item-img {
      height: 100%;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
    .news .item.big:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 228px;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%); }
    .news .item.big .info {
      position: absolute;
      bottom: 2.5rem;
      left: 2rem;
      z-index: 1;
      border: none;
      padding: 0;
      height: auto; }
      .news .item.big .info .date {
        color: #fff; }
      .news .item.big .info .text {
        color: #fff;
        -webkit-transition: 100ms;
        -o-transition: 100ms;
        transition: 100ms; }
    .news .item.big:hover .item-img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }

.news .btn {
  margin: 4rem auto 0; }

.news.team-item {
  padding-top: 0; }

.schedule h2, .schedule .h2 {
  margin-bottom: 4rem; }

.schedule .schedule-table {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(166, 205, 232, 0.2);
          box-shadow: 0 0 10px rgba(166, 205, 232, 0.2);
  margin-top: 3rem; }
  .schedule .schedule-table.hide {
    display: none; }
  .schedule .schedule-table .title {
    position: relative;
    display: table;
    width: 100%;
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    height: 60px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px; }
    .schedule .schedule-table .title span {
      display: table-cell;
      vertical-align: middle; }
      .schedule .schedule-table .title span b {
        color: #c0c3ca; }
  .schedule .schedule-table .schedule-row {
    display: block;
    border-top: 1px solid #dee6ec;
    cursor: pointer;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms; }
    .schedule .schedule-table .schedule-row:hover {
      background-color: #f5f7f9; }
    .schedule .schedule-table .schedule-row:after {
      content: '';
      display: table;
      clear: both; }
    .schedule .schedule-table .schedule-row .schedule-col {
      position: relative;
      float: left;
      width: 50%;
      height: 60px;
      padding: 0 20px; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-team {
        font-size: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-team .flag {
          display: inline-block;
          width: 45px;
          height: 30px;
          vertical-align: middle;
          -webkit-background-size: 45px 30px;
                  background-size: 45px 30px;
          background-repeat: no-repeat;
          background-position: center center;
          border: 1px solid #c0c0c0;
          background-image: url("/img/flags_2018/flag-none.png"); }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-team .text {
          display: inline-block;
          color: #303030;
          font-size: 14px;
          font-weight: 400;
          vertical-align: middle; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-team.left {
          left: 20px; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-team.left .flag {
            margin-right: 20px; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-team.right {
          right: 20px; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-team.right .flag {
            margin-left: 20px; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-date {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-left: -100px;
        width: 200px;
        text-align: center; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-date .time {
          color: #000;
          font-size: 22px;
          font-weight: 700; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-date .time .icon {
            font-size: 15px;
            position: relative;
            top: -2px;
            margin: 0 5px; }
            .schedule .schedule-table .schedule-row .schedule-col .schedule-date .time .icon.icon-winner {
              color: #27c353; }
            .schedule .schedule-table .schedule-row .schedule-col .schedule-date .time .icon.icon-loser {
              color: #e52638; }
            .schedule .schedule-table .schedule-row .schedule-col .schedule-date .time .icon.icon-ni4ya {
              color: #ffae00; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-date .date {
          color: #9f9f9f;
          font-size: 14px;
          font-weight: 400; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-info {
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group {
          font-size: 14px;
          font-weight: 700; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group.blue {
            color: #0062a7; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group.red {
            color: #b41113; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group.light-blue {
            color: #00ace1; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group.yellow {
            color: #c1b28b; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group.purple {
            color: #52307b; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group.green {
            color: #06ac2b; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group.dark-green {
            color: #009090; }
          .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group.orange {
            color: #f87d05; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-info .play-off {
          color: #3b3b3b;
          font-weight: 700; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-info .place {
          color: #000000;
          font-size: 14px;
          font-weight: 400;
          margin-top: 2px; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-score {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        text-align: center;
        width: 110px; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-score .score {
          color: #303030;
          font-size: 22px;
          font-weight: 700; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-score .score-about {
          color: #9f9f9f;
          font-size: 14px;
          font-weight: 400; }

.schedule .btn {
  margin: 4rem auto 0; }

.schedule .playoff-title {
  color: #252525;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-top: 3rem; }

.schedule #oops {
  display: none;
  text-align: center; }
  .schedule #oops.show {
    display: block; }

.schedule.team-item {
  padding-top: 0; }

.groups h2, .groups .h2 {
  margin-bottom: 1rem; }

.groups .table-group {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-spacing: 0;
  margin-top: 3rem;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .groups .table-group th {
    height: 60px;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.58px;
    text-align: left;
    padding: 0 15px; }
    .groups .table-group th.small {
      font-size: 20px;
      letter-spacing: 1.2px; }
    .groups .table-group th.blue {
      background-color: #0062a7; }
    .groups .table-group th.red {
      background-color: #b41113; }
    .groups .table-group th.light-blue {
      background-color: #00ace1; }
    .groups .table-group th.yellow {
      background-color: #c1b28b; }
    .groups .table-group th.purple {
      background-color: #52307b; }
    .groups .table-group th.green {
      background-color: #06ac2b; }
    .groups .table-group th.dark-green {
      background-color: #009090; }
    .groups .table-group th.orange {
      background-color: #f87d05; }
    .groups .table-group th .icon {
      display: none; }
  .groups .table-group td {
    height: 40px;
    border-top: 1px solid #dadada; }
    .groups .table-group td.num {
      width: 35px;
      vertical-align: middle;
      text-align: center;
      color: #000000;
      font-size: 16px;
      font-weight: 400; }
    .groups .table-group td.line {
      width: 7px;
      background-color: #ebebeb; }
      .groups .table-group td.line.green {
        background-color: #8dc63f;
        border-color: #8dc63f; }
    .groups .table-group td.country {
      position: relative;
      padding: 0 10px;
      font-size: 0;
      -webkit-transition: 100ms;
      -o-transition: 100ms;
      transition: 100ms; }
      .groups .table-group td.country:hover {
        background-color: #f5f7f9; }
      .groups .table-group td.country .flag {
        display: inline-block;
        width: 36px;
        height: 24px;
        border: 1px solid #c2c2c2;
        vertical-align: middle;
        margin-right: 10px;
        -webkit-background-size: 36px 24px;
                background-size: 36px 24px;
        background-position: center center;
        background-repeat: no-repeat; }
      .groups .table-group td.country .text {
        display: inline-block;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        vertical-align: middle; }
      .groups .table-group td.country .link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%; }
    .groups .table-group td.label {
      padding: 0 15px;
      font-size: 14px; }
    .groups .table-group td.stats {
      width: 60px;
      border-left: 1px solid #dadada;
      text-align: center;
      vertical-align: middle;
      color: #000;
      font-size: 14px;
      font-weight: 400; }
      .groups .table-group td.stats.long {
        width: 100px; }
      .groups .table-group td.stats.bold {
        font-weight: 700; }
    .groups .table-group td.second-country {
      position: relative;
      width: 67px;
      text-align: center;
      vertical-align: middle;
      border-left: 1px solid #dadada;
      -webkit-transition: 100ms;
      -o-transition: 100ms;
      transition: 100ms;
      cursor: pointer; }
      .groups .table-group td.second-country:hover {
        background-color: #f5f7f9; }
      .groups .table-group td.second-country .flag {
        display: inline-block;
        width: 27px;
        height: 18px;
        border: 1px solid #c2c2c2;
        -webkit-background-size: 27px 18px;
                background-size: 27px 18px;
        background-position: center center;
        background-repeat: no-repeat; }
      .groups .table-group td.second-country .link {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%; }
    .groups .table-group td.result {
      border-left: 1px solid #dadada;
      text-align: center;
      vertical-align: middle;
      width: 67px; }
      .groups .table-group td.result.empty {
        background-color: #f5f7f9; }

.tournament-gallery {
  position: relative;
  overflow: hidden; }
  .tournament-gallery .slide {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .tournament-gallery .slide .table-group {
      margin-bottom: 4rem; }
  .tournament-gallery .slider-arrow {
    position: absolute;
    bottom: -36px;
    opacity: 0.4;
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.92px;
    cursor: pointer;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
    border: none;
    background: none; }
    .tournament-gallery .slider-arrow span {
      vertical-align: middle; }
    .tournament-gallery .slider-arrow .icon {
      display: inline-block;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 2px solid #333333;
      width: 32px;
      height: 32px;
      vertical-align: middle;
      text-align: center;
      line-height: 26px;
      letter-spacing: 0; }
    .tournament-gallery .slider-arrow.prev {
      left: 15px; }
      .tournament-gallery .slider-arrow.prev .icon {
        margin-right: 15px; }
    .tournament-gallery .slider-arrow.next {
      right: 15px; }
      .tournament-gallery .slider-arrow.next .icon {
        margin-left: 15px; }
    .tournament-gallery .slider-arrow:hover {
      opacity: 1; }

.leaders h2, .leaders .h2 {
  margin-bottom: 1rem; }

.leaders .leaders-wrapper {
  position: relative;
  height: 400px;
  margin-left: -15px;
  margin-right: -15px; }

.leaders .tabs {
  position: absolute;
  top: -52px;
  right: 15px;
  font-size: 0; }
  .leaders .tabs .tabs-controller {
    display: inline-block;
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #e82231;
    width: 160px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .leaders .tabs .tabs-controller.left {
      -webkit-border-radius: 19px 0 0 19px;
              border-radius: 19px 0 0 19px; }
    .leaders .tabs .tabs-controller.right {
      -webkit-border-radius: 0 19px 19px 0;
              border-radius: 0 19px 19px 0; }
    .leaders .tabs .tabs-controller.active {
      color: #fff;
      background-color: #e82231; }

.leaders .tabs-item {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%; }
  .leaders .tabs-item.active {
    visibility: visible; }

.leaders .slide {
  padding: 0 15px;
  margin-bottom: 10px; }

.leaders .item {
  display: block;
  padding: 25px 19px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(166, 205, 232, 0.25);
          box-shadow: 0 0 30px rgba(166, 205, 232, 0.25);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-top: 20px;
  text-decoration: none; }
  .leaders .item:hover {
    -webkit-box-shadow: 0 0 30px rgba(166, 205, 232, 0.7);
            box-shadow: 0 0 30px rgba(166, 205, 232, 0.7); }
  .leaders .item .img {
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: top center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: auto; }
  .leaders .item .name {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px; }
  .leaders .item .country {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px; }
    .leaders .item .country .flag {
      display: inline-block;
      width: 36px;
      height: 24px;
      border: 1px solid #c2c2c2;
      margin-right: 15px;
      vertical-align: middle;
      -webkit-background-size: 36px 24px;
              background-size: 36px 24px;
      background-repeat: no-repeat;
      background-position: center center; }
    .leaders .item .country span {
      vertical-align: middle; }
  .leaders .item .goals {
    text-align: center;
    margin-top: 5px; }
    .leaders .item .goals span {
      color: #e82231;
      font-size: 70px;
      font-weight: 700; }
    .leaders .item .goals .icon {
      font-size: 33px;
      color: #b9b9b9; }
  .leaders .item .cards {
    position: relative;
    height: 60px;
    width: 100%;
    text-align: center;
    margin-top: 15px; }
    .leaders .item .cards span {
      display: block;
      position: absolute;
      color: #e82231;
      font-size: 50px;
      font-weight: 700; }
      .leaders .item .cards span.yellow {
        left: 0;
        top: 0;
        color: #ffbe21; }
      .leaders .item .cards span.red {
        right: 0;
        top: 0; }
    .leaders .item .cards .card-icon {
      position: relative;
      display: inline-block;
      margin-top: 20px;
      height: 25px;
      width: 15px; }
      .leaders .item .cards .card-icon:after {
        position: absolute;
        top: 5px;
        left: 5px;
        content: '';
        width: 100%;
        height: 100%;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        background-color: #e82231; }
      .leaders .item .cards .card-icon:before {
        position: absolute;
        top: -10px;
        left: -5px;
        content: '';
        width: 100%;
        height: 100%;
        -webkit-border-radius: 5px;
                border-radius: 5px;
        background-color: #ffbe21; }

.caption {
  position: relative;
  height: 170px;
  background-image: url("../img/caption-bg.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }
  .caption:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    opacity: 0.67; }
  .caption .caption-wrapper {
    display: table;
    width: 100%;
    height: 168px; }
    .caption .caption-wrapper .caption-cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 0; }
    .caption .caption-wrapper .team-logo {
      position: relative;
      display: inline-block;
      width: 100px;
      height: 100px;
      border: 3px solid #cfcfcf;
      background-color: #ffffff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      z-index: 1; }
      .caption .caption-wrapper .team-logo .img {
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
    .caption .caption-wrapper .title {
      height: auto;
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
      position: relative;
      color: #fff;
      font-size: 3rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 9.3px;
      z-index: 1; }
    .caption .caption-wrapper .site {
      position: relative;
      color: #ffffff;
      font-size: 17px;
      font-weight: 400;
      z-index: 1;
      margin-top: 1rem; }
      .caption .caption-wrapper .site a {
        color: #67efff;
        text-decoration: underline; }
        .caption .caption-wrapper .site a:hover {
          text-decoration: none; }
  .caption.large {
    height: 250px; }
    .caption.large .caption-wrapper {
      height: 248px; }
      .caption.large .caption-wrapper .title {
        margin-top: 2rem; }

.interesting {
  background-color: #f2f5f7; }

.news-inner {
  background-color: #f2f5f7;
  padding-bottom: 0; }
  .news-inner .wrapper {
    background-color: #fff; }
    .news-inner .wrapper .content {
      padding: 4rem 0;
      max-width: 680px;
      margin: auto; }
      .news-inner .wrapper .content .news-head:after {
        content: '';
        clear: both;
        display: table; }
      .news-inner .wrapper .content .news-head .date {
        float: left;
        color: #757575;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 30px; }
      .news-inner .wrapper .content .news-head .share {
        float: right; }
      .news-inner .wrapper .content h2, .news-inner .wrapper .content .h2 {
        margin-top: 3rem; }
      .news-inner .wrapper .content .news-img {
        width: 100%; }
        .news-inner .wrapper .content .news-img img {
          display: block;
          width: 100%; }
        .news-inner .wrapper .content .news-img .desc {
          margin: 1.5rem 0;
          color: #a2a2a2;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 1.3; }

.jq-selectbox__dropdown ul {
  margin: 0;
}

.controlls {
  padding: 3rem 0;
  -webkit-box-shadow: 0 0 5px rgba(102, 126, 146, 0.17);
          box-shadow: 0 0 5px rgba(102, 126, 146, 0.17);
  background-color: #f2f5f7; }
  .controlls .tabs {
    text-align: center;
    font-size: 0; }
    .controlls .tabs .tabs-btn {
      border: none;
      padding: 0;
      color: #000;
      font-family: "Fira Sans", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      background-color: #fff;
      -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
              box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
      width: 160px;
      height: 40px;
      cursor: pointer;
      -webkit-transition: 100ms;
      -o-transition: 100ms;
      transition: 100ms; }
      .controlls .tabs .tabs-btn.left {
        -webkit-border-radius: 19px 0 0 19px;
                border-radius: 19px 0 0 19px; }
      .controlls .tabs .tabs-btn.right {
        -webkit-border-radius: 0 19px 19px 0;
                border-radius: 0 19px 19px 0; }
      .controlls .tabs .tabs-btn:hover {
        -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.8);
                box-shadow: 0 0 10px rgba(167, 206, 231, 0.8); }
      .controlls .tabs .tabs-btn.active {
        background-color: #e52638;
        color: #fff; }
  .controlls .selects {
    margin-top: 3rem; }
    .controlls .selects .select-wrapper {
      position: relative; }
      .controlls .selects .select-wrapper .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 14px;
        z-index: 20;
        margin-top: -7px;
        pointer-events: none; }
      .controlls .selects .select-wrapper .select-label {
        position: absolute;
        top: 15px;
        left: 25px;
        z-index: 20;
        color: #303030;
        font-size: 13px;
        font-weight: 400; }
    .controlls .selects .jq-selectbox {
      background-color: #fff;
      width: 100%; }
      .controlls .selects .jq-selectbox .jq-selectbox__select-text {
        color: #e52638;
        font-family: "Fira Sans", sans-serif;
        font-size: 19px;
        font-weight: 700;
        height: 70px;
        padding-left: 25px;
        padding-right: 35px;
        padding-top: 35px;
        -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
                box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
        -webkit-border-radius: 3px;
                border-radius: 3px;
        cursor: pointer; }
      .controlls .selects .jq-selectbox.opened + .icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      .controlls .selects .jq-selectbox .jq-selectbox__dropdown {
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
                box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
        -webkit-border-radius: 3px;
                border-radius: 3px;
        width: 100%; }
        .controlls .selects .jq-selectbox .jq-selectbox__dropdown ul li {
          padding-left: 25px;
          padding-right: 35px;
          cursor: pointer;
          font-family: "Fira Sans", sans-serif;
          font-size: 19px;
          font-weight: 700;
          -webkit-transition: 100ms;
          -o-transition: 100ms;
          transition: 100ms; }
          .controlls .selects .jq-selectbox .jq-selectbox__dropdown ul li:before {
            display: none; }
          .controlls .selects .jq-selectbox .jq-selectbox__dropdown ul li:hover {
            color: #e52638; }

.scoreboard {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 7rem 0; }
  .scoreboard .title {
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700; }
  .scoreboard .date {
    text-align: center;
    color: #cfdcee;
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 1rem; }
  .scoreboard .place {
    text-align: center;
    color: #cfdcee;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1rem; }
  .scoreboard .match-state {
    margin: auto;
    text-align: center;
    width: 138px;
    line-height: 26px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #c92531;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    margin-top: 2.5rem; }
  .scoreboard .score {
    text-align: center;
    font-size: 0;
    margin-top: 4rem; }
    .scoreboard .score span {
      text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
      color: #ffffff;
      font-size: 9rem;
      font-weight: 700;
      margin: 0 10px;
      vertical-align: middle; }
      .scoreboard .score span.dots {
        font-size: 4rem; }
    .scoreboard .score .flag {
      position: relative;
      display: inline-block;
      width: 94px;
      height: 62px;
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      vertical-align: middle; }
      .scoreboard .score .flag.left {
        margin-right: 45px; }
      .scoreboard .score .flag.right {
        margin-left: 45px; }
      .scoreboard .score .flag .name {
        position: absolute;
        top: 110%;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }

.controlls-v2 {
  text-align: center;
  font-size: 0;
  padding: 2rem 0; }
  .controlls-v2 .item {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    width: 136px;
    line-height: 42px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background-color: #ffffff;
    color: #010101;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.96px;
    -webkit-box-shadow: 0 0 10px rgba(166, 205, 232, 0.2);
            box-shadow: 0 0 10px rgba(166, 205, 232, 0.2);
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .controlls-v2 .item.active {
      background-color: #e82231;
      color: #ffffff; }
    .controlls-v2 .item:hover {
      -webkit-box-shadow: 0 0 10px rgba(166, 205, 232, 0.8);
              box-shadow: 0 0 10px rgba(166, 205, 232, 0.8); }
    .controlls-v2 .item:not(:last-child) {
      margin-right: 15px; }

.match-item {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  display: none; }
  .match-item.active {
    display: block; }
  .match-item .h2 {
    text-align: center; }
  .match-item .content {
    margin-top: 4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
            box-shadow: 0 0 10px rgba(167, 206, 231, 0.2); }
    .match-item .content .match-row {
      max-width: 680px;
      height: 46px;
      border-bottom: 1px solid #e1e1e1;
      margin: auto;
      font-size: 0;
      display: table;
      width: 100%; }
      .match-item .content .match-row:last-child {
        border: none; }
      .match-item .content .match-row .time {
        display: table-cell;
        color: #303030;
        font-size: 18px;
        font-weight: 700;
        width: 65px;
        vertical-align: middle;
        text-align: center; }
      .match-item .content .match-row .players {
        position: relative;
        font-weight: 400;
        display: table-cell;
        vertical-align: middle; }
        .match-item .content .match-row .players.left {
          text-align: right;
          padding-right: 15px; }
        .match-item .content .match-row .players.right {
          text-align: left;
          padding-left: 15px; }
        .match-item .content .match-row .players .player {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; right: 0;
        }
        .match-item .content .match-row .players .goal {
          display: block;
          color: #303030;
          font-size: 17px; }
        .match-item .content .match-row .players .pass {
          color: #9c9c9c;
          font-size: 14px;
          display: block; }
      .match-item .content .match-row .event-icon {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 60px; }
        .match-item .content .match-row .event-icon .icon {
          color: #606060;
          font-size: 15px; }
        .match-item .content .match-row .event-icon .card {
          display: inline-block;
          width: 15px;
          height: 22px;
          -webkit-border-radius: 3px;
                  border-radius: 3px; }
          .match-item .content .match-row .event-icon .card.red {
            background-color: #da1515; }
          .match-item .content .match-row .event-icon .card.yellow {
            background-color: #ffbe21; }
    .match-item .content .structure-title {
      height: 76px;
      display: table;
      width: 100%;
      padding: 0 40px; }
      .match-item .content .structure-title .wrapper {
        display: table-cell;
        vertical-align: middle; }
      .match-item .content .structure-title .flag {
        display: inline-block;
        width: 46px;
        height: 30px;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-right: 2.5rem;
        vertical-align: middle; }
      .match-item .content .structure-title span {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.44px;
        vertical-align: middle; }
    .match-item .content .structure-table {
      width: 100%;
      border-spacing: 0; }
      .match-item .content .structure-table tr:nth-child(2n+2) {
        background-color: #f7f7f7; }
      .match-item .content .structure-table th {
        border-top: 1px solid #e9edf3;
        color: #a0a0a0;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        height: 40px;
        text-align: left; }
      .match-item .content .structure-table .info {
        width: 70px;
        padding: 0 5px; }
      .match-item .content .structure-table .num {
        width: 40px;
        text-align: center;
        padding: 0 5px; }
      .match-item .content .structure-table .name {
        padding: 0 10px; }
      .match-item .content .structure-table .photo {
        width: 45px; }
        .match-item .content .structure-table .photo .img-wrapper {
          width: 100%;
          height: 40px;
          overflow: hidden; }
        .match-item .content .structure-table .photo img {
          display: block;
          width: 100%; }
      .match-item .content .structure-table td {
        height: 60px;
        border-top: 1px solid #e9edf3; }
        .match-item .content .structure-table td.info {
          color: #757575;
          font-size: 15px;
          font-weight: 400; }
        .match-item .content .structure-table td.num {
          color: #303030;
          font-size: 15px;
          font-weight: 700; }
        .match-item .content .structure-table td.name {
          color: #000000;
          font-size: 15px;
          font-weight: 700; }
    .match-item .content .translation-item {
      padding: 4rem 2.75rem 2rem; }
      .match-item .content .translation-item .title {
        color: #303030;
        font-size: 2.3rem;
        font-weight: 700;
        padding-left: 2.5px; }
      .match-item .content .translation-item .photos {
        margin-top: 2.5rem; }
        .match-item .content .translation-item .photos:after {
          content: '';
          clear: both;
          display: table; }
        .match-item .content .translation-item .photos .item {
          float: left;
          width: 33.33333%;
          padding: 2.5px;
          cursor: pointer; }
          .match-item .content .translation-item .photos .item .img {
            width: 100%;
            overflow: hidden;
            -webkit-background-size: cover;
                    background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
            .match-item .content .translation-item .photos .item .img:after {
              content: "";
              float: left;
              padding-top: 69%; }
      .match-item .content .translation-item .video {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 2.5rem; }
        .match-item .content .translation-item .video:after {
          content: "";
          float: left;
          padding-top: 56%; }
        .match-item .content .translation-item .video iframe {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%; }

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .modal-wrapper .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer; }
  .modal-wrapper .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 5;
    cursor: pointer; }
    .modal-wrapper .modal-close span {
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -2.5px;
      width: 30px;
      height: 5px;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .modal-wrapper .modal-close span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .modal-wrapper .modal-gallery {
    width: 100%;
    height: 100%; }
    .modal-wrapper .modal-gallery .item {
      position: relative; }
      .modal-wrapper .modal-gallery .item img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%; }
    .modal-wrapper .modal-gallery .slick-arrow {
      position: absolute;
      top: 50%;
      z-index: 1;
      padding: 0;
      background: none;
      border: none;
      font-size: 30px;
      color: #fff;
      cursor: pointer; }
      .modal-wrapper .modal-gallery .slick-arrow.prev {
        left: 15px; }
      .modal-wrapper .modal-gallery .slick-arrow.next {
        right: 15px; }

.teams .team-card {
  display: block;
  -webkit-box-shadow: 0 0 10px rgba(166, 205, 232, 0.2);
          box-shadow: 0 0 10px rgba(166, 205, 232, 0.2);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ffffff;
  text-decoration: none;
  padding: 1.5rem;
  font-size: 0;
  margin-top: 1.5rem;
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms; }
  .teams .team-card:hover {
    -webkit-box-shadow: 0 0 10px rgba(166, 205, 232, 0.8);
            box-shadow: 0 0 10px rgba(166, 205, 232, 0.8);
    background-color: #f2f5f7; }
  .teams .team-card .flag {
    display: inline-block;
    width: 70px;
    height: 45px;
    border: 1px solid #dee7ec;
    vertical-align: middle;
    margin-right: 2rem;
    background-image: url("../img/flags/flag-none.png");
    -webkit-background-size: 70px 45px;
            background-size: 70px 45px;
    background-position: center center;
    background-repeat: no-repeat; }
  .teams .team-card .text {
    display: inline-block;
    color: #303030;
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle; }

.players-slider {
  overflow: hidden;
  padding-bottom: 0; }
  .players-slider .players-carousel {
    height: 300px;
    position: relative; }
    .players-slider .players-carousel .prev {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -40px;
      width: 32px;
      height: 32px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 2px solid #333333;
      text-align: center;
      cursor: pointer; }
      .players-slider .players-carousel .prev i {
        font-size: 14px;
        line-height: 30px; }
    .players-slider .players-carousel .next {
      position: absolute;
      bottom: 0;
      right: 50%;
      margin-right: -40px;
      width: 32px;
      height: 32px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 2px solid #333333;
      text-align: center;
      cursor: pointer; }
      .players-slider .players-carousel .next i {
        font-size: 14px;
        line-height: 30px; }
    .players-slider .players-carousel .item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 650px;
      -webkit-transition: 200ms;
      -o-transition: 200ms;
      transition: 200ms;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .players-slider .players-carousel .item:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.5;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms; }
      .players-slider .players-carousel .item.active {
        -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
              box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
        z-index: 2; }
        .players-slider .players-carousel .item.active:after {
          opacity: 0;
          pointer-events: none; }
      .players-slider .players-carousel .item.left {
        -webkit-transform: translateX(-350px) scale(0.77);
            -ms-transform: translateX(-350px) scale(0.77);
                transform: translateX(-350px) scale(0.77);
        z-index: 1; }
      .players-slider .players-carousel .item.right {
        -webkit-transform: translateX(350px) scale(0.77);
            -ms-transform: translateX(350px) scale(0.77);
                transform: translateX(350px) scale(0.77);
        z-index: 1; }
    .players-slider .players-carousel .player {
      position: relative;
      height: 250px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background-color: #ffffff;
      padding: 25px 30px; }
      .players-slider .players-carousel .player .photo {
        position: absolute;
        width: 200px;
        height: 200px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: top center;
        background-repeat: no-repeat; }
        .players-slider .players-carousel .player .photo .number {
          display: inline-block;
          position: absolute;
          bottom: 0;
          left: 0;
          color: #fff;
          font-size: 2rem;
          font-weight: 700;
          background-color: #e82231;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          width: 3.5rem;
          height: 3.5rem;
          line-height: 3.5rem;
          text-align: center; }
      .players-slider .players-carousel .player .about {
        margin-left: 235px; }
        .players-slider .players-carousel .player .about .name {
          color: #303030;
          font-size: 28px;
          font-weight: 700; }
        .players-slider .players-carousel .player .about .role {
          color: #8f8f8f;
          font-size: 14px;
          font-weight: 400;
          margin-top: 10px; }
        .players-slider .players-carousel .player .about .label {
          color: #818181;
          font-size: 12px;
          font-weight: 400;
          margin-top: 30px; }
        .players-slider .players-carousel .player .about .value {
          margin-top: 8px; }
          .players-slider .players-carousel .player .about .value .flag {
            display: inline-block;
            width: 20px;
            height: 13px;
            -webkit-background-size: 20px 13px;
                    background-size: 20px 13px;
            background-repeat: no-repeat;
            background-position: center center;
            margin-right: 5px;
            vertical-align: middle; }
            .players-slider .players-carousel .player .about .value .flag:hover + .country {
              color: #0d59c0; }
          .players-slider .players-carousel .player .about .value .country {
            display: inline-block;
            color: #000000;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            -webkit-transition: 100ms;
            -o-transition: 100ms;
            transition: 100ms;
            vertical-align: middle; }
            .players-slider .players-carousel .player .about .value .country:hover {
              color: #0d59c0; }
          .players-slider .players-carousel .player .about .value .club {
            display: inline-block;
            width: 20px;
            height: 20px;
            -webkit-background-size: 20px 20px;
                    background-size: 20px 20px;
            vertical-align: middle;
            margin-right: 5px; }
          .players-slider .players-carousel .player .about .value span {
            vertical-align: middle; }

.players-groups {
  padding-top: 0; }

.team-item {
  display: none; }
  .team-item.active {
    display: block; }

.burger {
  display: none; }

.nav-mobile {
  display: none; }

  .match-item {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  display: none; }
  .match-item.active {
    display: block; }
  .match-item .h2 {
    text-align: center; }
  .match-item .content {
    margin-top: 4rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
            box-shadow: 0 0 10px rgba(167, 206, 231, 0.2); }
    .match-item .content .match-row {
      max-width: 680px;
      height: 46px;
      border-bottom: 1px solid #e1e1e1;
      margin: auto;
      font-size: 0;
      display: table;
      width: 100%; }
      .match-item .content .match-row:last-child {
        border: none; }
      .match-item .content .match-row .time {
        display: table-cell;
        color: #303030;
        font-size: 18px;
        font-weight: 700;
        width: 65px;
        vertical-align: middle;
        text-align: center; }
      .match-item .content .match-row .players {
        position: relative;
        font-weight: 400;
        display: table-cell;
        vertical-align: middle; }
        .match-item .content .match-row .players.left {
          text-align: right;
          padding-right: 15px; }
        .match-item .content .match-row .players.right {
          text-align: left;
          padding-left: 15px; }
        .match-item .content .match-row .players .player {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; right: 0;
        }
        .match-item .content .match-row .players .goal {
          display: block;
          color: #303030;
          font-size: 17px; }
        .match-item .content .match-row .players .pass {
          color: #9c9c9c;
          font-size: 14px;
          display: block; }
      .match-item .content .match-row .event-icon {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 60px; }
        .match-item .content .match-row .event-icon .icon {
          color: #606060;
          font-size: 15px; }
        .match-item .content .match-row .event-icon .card {
          display: inline-block;
          width: 15px;
          height: 22px;
          -webkit-border-radius: 3px;
                  border-radius: 3px; }
          .match-item .content .match-row .event-icon .card.red {
            background-color: #da1515; }
          .match-item .content .match-row .event-icon .card.yellow {
            background-color: #ffbe21; }


@media (max-width: 1199px) {
  nav .item a {
    padding: 0 10px; }
  .social .item:not(:last-child) {
    margin-right: 25px; }
  .news .item .info .text {
    font-size: 1.5rem; }
  .groups .table-group td.country {
    padding: 0 5px; }
    .groups .table-group td.country .flag {
      margin-right: 5px; }
    .groups .table-group td.country .text {
      font-size: 13px; }
  .groups .table-group td.label {
    font-size: 13px; }
  .groups .table-group td.stats {
    font-size: 13px; }
    .groups .table-group td.stats.long {
      width: 70px; }
  .groups .table-group td.second-country {
    width: 60px; }
  .groups .table-group td.result {
    width: 60px;
    font-size: 13px; }
  .match-item .col.w50 {
    width: 100%; }
  .schedule .schedule-table .schedule-row .schedule-col .schedule-team.left .flag {
    margin-right: 10px; }
  .schedule .schedule-table .schedule-row .schedule-col .schedule-team.right .flag {
    margin-left: 10px; }
  .schedule .schedule-table .schedule-row .schedule-col .schedule-team .text {
    font-size: 13px; }
  .schedule .schedule-table .schedule-row .schedule-col .schedule-info .place {
    font-size: 13px; }
  .slick-dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    font-size: 0; }
    .slick-dots li {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-size: 0;
      margin-right: 5px; }
      .slick-dots li:last-child {
        margin-right: 0; }
      .slick-dots li:before {
        display: none; }
      .slick-dots li button {
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #dadbdc;
        padding: 0;
        border: none;
        font-size: 0;
        margin: 0; }
      .slick-dots li.slick-active button {
        background-color: #e52638; }
  .main-v2 {
    height: 500px; }
  .main-section .cup-logo-2 {
    top: 70px; } }

@media (max-width: 991px) {
  .col.w33 {
    width: 50%; }
  .col.w25 {
    width: 50%; }
  h2, .h2 {
    font-size: 36px; }
  section {
    padding: 20px 0; }
  header .header-wrapper {
    height: 52px; }
  header .nav-mobile {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0; }
    header .nav-mobile .item {
      text-align: center; }
      header .nav-mobile .item a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
        text-transform: uppercase;
        letter-spacing: 1.12px;
        text-decoration: none; }
  header.active {
    height: 100%; }
    header.active .nav-mobile {
      display: block; }
      header.active .nav-mobile .social {
        margin-top: 30px;
        display: block;
        position: static;
        text-align: center; }
        header.active .nav-mobile .social .item {
          font-size: 14px; }
  .logo {
    margin-top: -20px; }
    .logo .logo-img {
      width: 40px;
      height: 40px; }
    .logo .logo-text {
      width: 90px;
      margin-left: 45px; }
      .logo .logo-text .logo-title {
        font-size: 10px;
        margin-top: 4px; }
      .logo .logo-text .logo-desc {
        font-size: 10px;
        margin-top: 2px; }
  nav {
    display: none; }
  header .social {
    display: none; }
  .burger {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    display: block;
    width: 22px;
    height: 19px; }
    .burger span {
      position: absolute;
      left: 0;
      display: block;
      width: 22px;
      height: 3px;
      background-color: #fff;
      -webkit-transition: 100ms;
      -o-transition: 100ms;
      transition: 100ms; }
      .burger span:nth-child(1) {
        top: 0; }
      .burger span:nth-child(2) {
        top: 50%;
        margin-top: -1.5px; }
      .burger span:nth-child(3) {
        top: 100%;
        margin-top: -3px; }
    .burger.active span:nth-child(1) {
      top: 50%;
      margin-top: -1.5px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .burger.active span:nth-child(2) {
      display: none; }
    .burger.active span:nth-child(3) {
      top: 50%;
      margin-top: -1.5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .schedule .schedule-table {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .schedule .schedule-table .title {
      background-color: #fff;
      -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
              box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
      -webkit-border-radius: 3px;
              border-radius: 3px; }
    .schedule .schedule-table .schedule-row {
      border: none;
      margin-top: 10px;
      background-color: #fff;
      -webkit-box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
              box-shadow: 0 0 10px rgba(167, 206, 231, 0.2);
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .schedule .schedule-table .schedule-row .schedule-col {
        width: 100%;
        border-top: 1px solid #dee6ec; }
        .schedule .schedule-table .schedule-row .schedule-col:first-child {
          border: none; }
  .players h2, .players .h2, .news h2, .news .h2, .groups h2, .groups .h2, .schedule h2, .schedule .h2 {
    margin-bottom: 0; }
  .news .btn, .schedule .btn {
    margin-top: 25px; }
  .widgets {
    display: none; }
  .controlls .selects .col.w33 {
    width: 33.333%; }
  .controlls .selects .jq-selectbox .jq-selectbox__dropdown ul {
    margin: 0;
  }
  .controlls .selects .jq-selectbox .jq-selectbox__dropdown ul li {
    font-size: 16px; }
  .controlls .selects .jq-selectbox .jq-selectbox__select-text {
    font-size: 16px; }
  .match-item {
    padding-top: 0;
    padding-bottom: 20px; }
    .match-item .content {
      margin-top: 20px; }
      .match-item .content .translation-item {
        padding-top: 20px; }
  .groups .table-group td.second-country {
    display: none; }
  .groups .table-group td.result {
    display: none; }
  .players-slider .players-carousel .item {
    width: 100%; }
  .players-slider .players-carousel .player .about .col.w25 {
    width: 25%; }
  .leaders .tabs-item {
    bottom: auto;
    top: 0; }
  .leaders .item {
    margin-top: 10px; }
  .leaders .tabs {
    top: -45px; }
  .main-v2 {
    height: 400px;
    padding: 0; }
  .main-section .cup-logo-2 {
    top: 70px;
    width: 228px;
    height: 254px;
    margin-left: -114px;
    -webkit-background-size: 228px 254px;
            background-size: 228px 254px; } }

@media (max-width: 767px) {
    .main-section .cup-logo{
        height:200px;
    }
  h2, .h2 {
    font-size: 28px; }
  .players .item {
    margin-top: 20px; }
    .players .item .photo {
      width: 80px;
      height: 80px; }
      .players .item .photo .number {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px; }
    .players .item .text .name {
      font-size: 16px; }
    .players .item .text .role {
      font-size: 14px; }
    .players .item .text .info {
      margin-top: 5px; }
      .players .item .text .info .info-ico.club {
        width: 20px;
        height: 20px;
        -webkit-background-size: 16px 16px;
                background-size: 16px 16px; }
      .players .item .text .info .info-ico.flag {
        width: 20px;
        height: 20px;
        -webkit-background-size: 19px 12px;
                background-size: 19px 12px; }
      .players .item .text .info .info-name {
        font-size: 14px; }
  .news .item.big {
    height: 240px; }
  .news .item .item-img {
    height: 140px; }
  .news .item .info .date {
    font-size: 11px; }
  .news .item .info .text {
    font-size: 14px; }
  .schedule .schedule-table {
    margin-top: 20px; }
  .groups .table-group th {
    font-size: 22px;
    height: 30px; }
  .groups .table-group td.num {
    width: 30px; }
  .news-inner .wrapper .content {
    padding: 4rem 10px; }
  .controlls {
    padding: 20px 0; }
    .controlls .selects {
      margin-top: 10px; }
      .controlls .selects .col.w33 {
        width: 100%; }
        .controlls .selects .col.w33:nth-child(1) .select-wrapper {
          z-index: 5; }
        .controlls .selects .col.w33:nth-child(2) .select-wrapper {
          z-index: 4; }
        .controlls .selects .col.w33:nth-child(3) .select-wrapper {
          z-index: 3; }
      .controlls .selects .select-wrapper {
        margin-top: 10px; }
  .schedule .playoff-title {
    margin-top: 20px; }
  #matches_list {
    padding-top: 0; }
  .scoreboard {
    padding: 50px 0; }
  .match-item .content .match-row {
    height: 60px; }
    .match-item .content .match-row .players .goal {
      font-size: 14px; }
    .match-item .content .match-row .players .pass {
      font-size: 12px; }
    .match-item .content .match-row .time {
      font-size: 15px; }
  .match-item .content .structure-table .info {
    width: 60px; }
  .match-item .content .structure-table td.name {
    font-size: 14px; }
  .match-item .content .structure-table td.num {
    font-size: 14px; }
  .match-item .content .structure-title {
    height: 60px; }
  .match-item .content .translation-item {
    padding-left: 10px;
    padding-right: 10px; }
    .match-item .content .translation-item .photos {
      margin-top: 20px; }
  .groups .table-group {
    margin-top: 20px; }
    .groups .table-group th.small {
      font-size: 16px; }
    .groups .table-group td.stats {
      font-size: 12px; }
    .groups .table-group td.stats {
      width: 55px; }
      .groups .table-group td.stats.long {
        width: 55px; }
    .groups .table-group td.label {
      font-size: 12px; }
    .groups .table-group td.country .flag {
      width: 30px;
      height: 20px;
      -webkit-background-size: 30px 20px;
              background-size: 30px 20px; }
  .teams .team-card .flag {
    width: 50px;
    height: 30px;
    -webkit-background-size: 50px 30px;
            background-size: 50px 30px; }
  .teams .team-card .text {
    font-size: 14px; }
  .players.team-item {
    padding-top: 0; }
  .players .trainer {
    padding-bottom: 20px; }
    .players .trainer .photo {
      width: 90px;
      height: 90px; }
    .players .trainer .role {
      font-size: 14px;
      margin-top: 10px; }
    .players .trainer .name {
      font-size: 12px;
      margin-top: 5px; }
  .players-slider .players-carousel {
    height: 480px; }
    .players-slider .players-carousel .player {
      height: auto;
      padding: 20px; }
      .players-slider .players-carousel .player .photo {
        position: relative;
        top: 0;
        left: 0;
        margin: auto;
        width: 170px;
        height: 170px; }
        .players-slider .players-carousel .player .photo .number {
          left: 10px;
          bottom: 10px;
          width: 30px;
          height: 30px;
          font-size: 16px;
          line-height: 30px; }
      .players-slider .players-carousel .player .about {
        text-align: center;
        margin: 0; }
        .players-slider .players-carousel .player .about .name {
          margin-top: 20px;
          font-size: 20px; }
        .players-slider .players-carousel .player .about .col.w50 {
          width: 100%; }
        .players-slider .players-carousel .player .about .col.w25 {
          width: 100%; }
        .players-slider .players-carousel .player .about .label {
          margin-top: 15px;
          display: inline-block;
          margin-right: 20px; }
        .players-slider .players-carousel .player .about .value {
          margin-top: 15px;
          display: inline-block; } }

@media (max-width: 575px) {
  .container {
    padding: 1px 10px; }
  .row {
    margin: 0 -10px; }
  .col {
    padding: 0 10px; }
    .col.w33 {
      width: 100%; }
    .col.w25 {
      width: 100%; }
  .news .item {
    margin-top: 30px;
    height: auto; }
    .news .item.big {
      height: auto; }
      .news .item.big .item-img {
        height: 100px; }
      .news .item.big .info {
        position: static;
        padding-top: 2rem; }
        .news .item.big .info .date {
          color: #989898; }
        .news .item.big .info .text {
          color: #000; }
      .news .item.big:after {
        display: none; }
    .news .item .item-img {
      height: 100px; }
    .news .item .info {
      height: auto;
      border: none; }
      .news .item .info .text {
        line-height: 1.2; }
    .news .item .category {
      font-size: 10px; }
  .schedule .playoff-title {
    font-size: 20px; }
  .schedule .schedule-table .title {
    font-size: 13px;
    height: 40px; }
  .schedule .schedule-table .schedule-row .schedule-col {
    height: 46px;
    padding: 0 10px; }
    .schedule .schedule-table .schedule-row .schedule-col .schedule-date {
      width: 80px;
      margin-left: -40px; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-date .date {
        display: none; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-date .time {
        font-size: 14px; }
        .schedule .schedule-table .schedule-row .schedule-col .schedule-date .time .icon {
          font-size: 8px; }
    .schedule .schedule-table .schedule-row .schedule-col .schedule-team .flag {
      width: 18px;
      height: 12px;
      -webkit-background-size: 18px 12px;
              background-size: 18px 12px; }
    .schedule .schedule-table .schedule-row .schedule-col .schedule-team .text {
      font-size: 12px;
      max-width: 80px; }
    .schedule .schedule-table .schedule-row .schedule-col .schedule-team.left {
      left: 10px; }
    .schedule .schedule-table .schedule-row .schedule-col .schedule-team.right {
      right: 10px; }
    .schedule .schedule-table .schedule-row .schedule-col .schedule-score {
      width: auto; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-score .score-about {
        display: none; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-score .score {
        font-size: 14px; }
    .schedule .schedule-table .schedule-row .schedule-col .schedule-info {
      left: 10px; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-info .group {
        font-size: 12px; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-info .place {
        font-size: 10px; }
      .schedule .schedule-table .schedule-row .schedule-col .schedule-info .play-off {
        font-size: 12px; }
  .groups .col.w25 .table-group th {
    position: relative; }
    .groups .col.w25 .table-group th .icon {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 15px;
      font-size: 10px; }
  .groups .col.w25 .table-group td {
    display: none; }
    .groups .col.w25 .table-group td.active {
      display: table-cell; }
  .groups .table-group td.country .text {
    max-width: 90px; }
  footer .footer-wrapper {
    padding: 20px 0; }
  footer .footer-text {
    margin: auto;
    text-align: center; }
  footer .social {
    position: static;
    top: auto;
    bottom: auto;
    margin: auto;
    text-align: center; }
    footer .social .item {
      font-size: 16px;
      margin-top: 25px; }
  .tournament-gallery .slider-arrow {
    bottom: 0; }
    .tournament-gallery .slider-arrow span {
      display: none; }
    .tournament-gallery .slider-arrow .icon {
      width: 20px;
      height: 20px;
      font-size: 9px;
      line-height: 19px;
      border: 1px solid #333; }
  .tournament-gallery .slick-dots {
    bottom: 7px; }
    .tournament-gallery .slick-dots button {
      width: 8px;
      height: 8px; }
  .tournament-gallery .btn {
    margin-top: 20px; }
  .leaders .tabs {
    top: -35px;
    right: 0;
    left: 0;
    text-align: center; }
    .leaders .tabs .tabs-controller {
      line-height: 26px;
      width: 115px;
      font-size: 12px; }
  .leaders .leaders-wrapper {
    margin-top: 50px; }
  .leaders .item {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-bottom: 30px; }
    .leaders .item .img {
      width: 100%;
      -webkit-border-radius: 6px 6px 0 0;
              border-radius: 6px 6px 0 0; }
    .leaders .item .name {
      padding: 0 20px; }
    .leaders .item .country {
      padding: 0 20px; }
    .leaders .item .cards {
      padding: 0 20px; }
      .leaders .item .cards span.yellow {
        left: 20px; }
      .leaders .item .cards span.red {
        right: 20px; }
  .leaders .slick-dots {
    bottom: -30px; }
  .news-inner .wrapper {
    background: none; }
    .news-inner .wrapper .content {
      padding: 0; }
      .news-inner .wrapper .content .news-head .date {
        font-size: 15px; }
      .news-inner .wrapper .content .news-img .desc {
        font-size: 12px; }
  p {
    font-size: 14px; }
  ul li, ol li {
    font-size: 14px; }
  .quote {
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px; }
    .quote .quote-text {
      font-size: 17px; }
    .quote:before {
      top: 35px;
      font-size: 42px; }
    .quote .author {
      margin-top: 20px;
      font-size: 17px; }
  .comment {
    font-size: 17px;
    margin: 20px 0; }
  .caption {
    height: 50px; }
    .caption .caption-wrapper {
      height: 48px; }
      .caption .caption-wrapper .title {
        font-size: 14px; }
  .controlls .tabs .tabs-btn {
    width: 115px;
    height: 26px;
    font-size: 13px; }
  .controlls .selects .jq-selectbox .jq-selectbox__select-text {
    height: 55px;
    padding-top: 25px;
    padding-left: 10px; }
  .controlls .selects .jq-selectbox .jq-selectbox__dropdown ul {
    margin: 10px 0; }
    .controlls .selects .jq-selectbox .jq-selectbox__dropdown ul li {
      padding-left: 10px; }
  .controlls .selects .select-wrapper .select-label {
    top: 10px;
    font-size: 12px;
    left: 10px; }
  .scoreboard {
    padding-top: 30px; }
    .scoreboard .title {
      font-size: 20px; }
    .scoreboard .date {
      font-size: 12px;
      margin-top: 5px; }
    .scoreboard .place {
      font-size: 12px;
      margin-top: 5px; }
    .scoreboard .match-state {
      margin-top: 20px;
      width: 100px;
      height: 20px;
      font-size: 10px;
      line-height: 20px; }
    .scoreboard .score {
      margin-top: 30px; }
      .scoreboard .score .flag {
        width: 46px;
        height: 30px;
        -webkit-background-size: 46px 30px;
                background-size: 46px 30px; }
        .scoreboard .score .flag .name {
          font-size: 12px;
          bottom: -25px; }
      .scoreboard .score span {
        font-size: 44px;
        margin: 0 5px; }
        .scoreboard .score span.dots {
          font-size: 20px; }
  .controlls-v2 .item {
    line-height: 26px;
    width: 100px;
    font-size: 9px; }
    .controlls-v2 .item:not(:last-child) {
      margin-right: 5px; }
  .match-item .content .match-row .event-icon {
    width: 25px; }
    .match-item .content .match-row .event-icon .icon {
      font-size: 10px; }
    .match-item .content .match-row .event-icon .card {
      width: 12px;
      height: 18px; }
  .match-item .content .match-row .time {
    width: 35px;
    font-size: 13px; }
  .match-item .content .match-row .players.left {
    padding: 0 5px; }
  .match-item .content .match-row .players.right {
    padding: 0 5px; }
  .match-item .content .match-row .players .goal {
    font-size: 12px; }
  .match-item .content .match-row .players .pass {
    font-size: 12px; }
  .match-item .content .translation-item .title {
    font-size: 14px; }
  .match-item .content .structure-title .flag {
    width: 35px;
    height: 23px;
    -webkit-background-size: 35px 23px;
            background-size: 35px 23px;
    margin-right: 15px; }
  .match-item .content .structure-title span {
    font-size: 14px; }
  .match-item .content .structure-table td:nth-last-child(1), .match-item .content .structure-table th:nth-last-child(1) {
    display: none; }
  .match-item .content .structure-table td:nth-last-child(2), .match-item .content .structure-table th:nth-last-child(2) {
    display: none; }
  .match-item .content .structure-table td:nth-last-child(3), .match-item .content .structure-table th:nth-last-child(3) {
    display: none; }
  .match-item .content .structure-table td.info {
    font-size: 14px; }
  .match-item .content .structure-table td.name {
    font-size: 13px; }
  .match-item .content .structure-table td.num {
    font-size: 13px; }
  .groups .table-group td.stats.long {
    display: none; }
    .groups .table-group td.stats.long:nth-last-child(1) {
      display: table-cell; }
    .groups .table-group td.stats.long:nth-last-child(2) {
      display: table-cell; }
  .caption.large {
    height: 120px; }
    .caption.large .caption-wrapper {
      height: 118px; }
      .caption.large .caption-wrapper .team-logo {
        width: 36px;
        height: 36px; }
        .caption.large .caption-wrapper .team-logo .img {
          left: 5px;
          right: 5px;
          top: 5px;
          bottom: 5px; }
      .caption.large .caption-wrapper .title {
        margin-top: 15px; }
      .caption.large .caption-wrapper .site {
        font-size: 13px; }
        .caption-wrapper .social{
        margin-top:7px!important;}
  .players-slider .players-carousel .player .about .value {
    font-size: 14px; }
  .main-v2 {
    height: 200px;
    padding: 0; }
    .main-v2:after {
      height: 100%; }
  .main-section .cup-logo-2 {
    top: 35px;
    width: 114px;
    height: 127px;
    margin-left: -57px;
    -webkit-background-size: 114px 127px;
            background-size: 114px 127px; } }
.video-container{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;}
.video-container iframe{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;}

.caption-wrapper .social {
  position: relative;
  margin-top: 15px;
  z-index:5;
  font-size: 0; }
 .caption-wrapper .social .item {
    font-size: 16px;
    color:#fdfdfdba;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    transition: 100ms; }
  .caption-wrapper .social .item:not(:last-child) {
      margin-right: 30px; }
  .caption-wrapper .social .item:hover {
      color: #fff; }
.content.arbitr{
    max-width: 680px;
    margin: 2rem auto;
    text-align: center;
    padding: 5px 0;
}
.content.arbitr p{
margin:1rem 0;
}
.img-wrapper{
position:relative;
}
.capitan{
    position: absolute;
    right: 0px;
    bottom: 0;
    font-size: 15px;
    color: #e82231;
    height: 15px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    background-color: white;
    font-weight: bold;
    -moz-user-select: none
    user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
}
.capitan-inner{
    -moz-user-select: none user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #e82231;
    font-size: 2rem;
    font-weight: 700;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    }
.map {
    height: 260px;
    margin-bottom: 4rem;
}

/*28.05.18*/
.news-inner .news-slider .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.news-inner .news-slider .item:after {
  content: '';
  float: left;
  padding-top: 67%;
}

.news-inner .news-slider .item img {
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.news-inner .news-slider-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f2f5f7;
  margin-top: 20px;
  max-height: 460px;
}
.news-inner .news-slider-wrapper .news-slider-arrows {
  position: absolute;
  bottom: 0; left: 0;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #e52638;
  font-size: 0;
}
.news-inner .news-slider-wrapper .news-slider-arrows .prev-arrow {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}
.news-inner .news-slider-wrapper .news-slider-arrows .next-arrow {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}
.news-inner .news-slider-wrapper .news-slider-arrows .news-counter {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 60px;
  text-align: center;
}
.news-slider-modal {
  display: none;
  position: fixed;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background-color: rgba(0,0,0, 0.5);
}
.news-slider-modal-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; right: 0;
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
}
.close-modal {
  position: absolute;
  top: 0; right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(0,0,0, 0.6);
  z-index: 2;
}
.close-modal span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin-left: -10px;
  margin-top: -1.5px;
}
.close-modal span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-modal span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-slider-modal-gallery .item {
  position: relative;
  width: 100%;
  height: 100%;
}

.news-slider-modal-gallery .item img {
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.news-slider-modal-content .prev-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: rgba(0,0,0, 0.6);
  color: #fff;
  font-size: 16px;
  padding: 30px 10px;
  cursor: pointer;
}
.news-slider-modal-content .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: rgba(0,0,0, 0.6);
  color: #fff;
  font-size: 16px;
  padding: 30px 10px;
  cursor: pointer;
}
.news-slider-modal-gallery {
  width: 100%;
  height: 100%;
}

.news-slider-modal .slick-slider .slick-track, .news-slider-modal .slick-slider .slick-list {
  height: 100%;
}

@media (max-width: 999px) {
  .close-modal {
    width: 30px;
    height: 30px;
  }
  .close-modal span {
    width: 10px;
    margin-left: -5px;
  }
  .news-slider-modal-content .prev-arrow {
    padding: 20px 5px;
  }
  .news-slider-modal-content .next-arrow {
    padding: 20px 5px;
  }
  .news-slider-modal-gallery .slick-list {
    height: 100% !important;
  }
  .news-slider-modal-gallery .slick-track {
    height: 100% !important;
  }
}
/*END 28.05.18*/

.row.toggle-block{
display:none;
}




            
            .replace{
  background-image: url(/2018/img/swap.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.autogoal{
  background-image: url(/2018/img/autogoal.svg);
  background-size: 24px 25px;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 24px;
  height: 25px;
  display: inline-block;
}
.penalty-ok{
  background-image: url(/2018/img/penalty.svg);
  background-size: 24px 25px;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 24px;
  height: 25px;
  display: inline-block;
}
.penalty-neok{
  background-image: url(/2018/img/notpenalty.svg);
  background-size: 24px 25px;
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 24px;
  height: 25px;
  display: inline-block;
}

.red-arrow{
  background-image: url(/2018/img/red_arrow.svg);
     background-size: 14px 13px;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
  }
.green-arrow{
  background-image: url(/2018/img/green_arrow.svg);
     background-size: 14px 13px;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}




@media (max-width: 575px) {
    
  .replace{
  
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  
}
.autogoal{
  
  background-size: 10px 10px;
  width: 10px;
  height: 10px;

}
.penalty-ok{

  background-size: 10px 10px;
  width: 10px;
  height: 10px;

}
.penalty-neok{
 
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
}

}
.doptime {
    font-size: 2.5rem;
}

.doptime .span_name {
    font-size: inherit!important;
    display: block;
}

.doptime span {
    font-size: inherit!important;
}

.penalty {
    font-size: 2.5rem;
    margin-top: 1rem;
}

.penalty .span_name {
    font-size: inherit!important;
    display: block;
}

.penalty span {
    font-size: inherit!important;
}

@media (max-width: 575px){
.doptime {
    font-size: 1.8rem;
}
.penalty {
    font-size: 1.8rem;
    margin-top: 1rem;

}