/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url(../fonts/Lato/Lato-Bold-min.css);
@import url(../fonts/Lato/Lato-Regular-min.css);
@import url(../fonts/Lato%20Light/Lato-Light-min.css);
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #11519a;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: #104c90; }
  a:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.wrapper {
  background-color: #1E242B;
  color: #fff; }
  .wrapper header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    padding: 10px;
    margin: auto; }
    .wrapper header .inner .logo {
      max-width: 150px;
      width: 100%;
      padding-top: 0 10px; }
    .wrapper header .inner ul {
      display: flex;
      align-items: center; }
      .wrapper header .inner ul li {
        margin: 0 5px;
        line-height: 10px; }
  .wrapper .intro, .wrapper .outro {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px; }
    .wrapper .intro .hero, .wrapper .outro .hero {
      background-image: url(../img/header.jpg);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      padding: 15% 0; }
      .wrapper .intro .hero h1, .wrapper .outro .hero h1 {
        font-size: 3em; }
        @media screen and (max-width: 700px) {
          .wrapper .intro .hero h1, .wrapper .outro .hero h1 {
            font-size: 2em; } }
    .wrapper .intro h2, .wrapper .outro h2 {
      margin: 2em 0 1em; }
    .wrapper .intro a, .wrapper .outro a {
      color: inherit; }
  .wrapper .footer {
    padding: 32px 40px 20px;
    background-color: #1f262b;
    text-align: center;
    font-size: 12px;
    margin: 40px 0 0;
    color: #fff; }
    .wrapper .footer.fixed {
      margin-top: 69px; }
    .wrapper .footer .inner {
      max-width: 100%; }
    .wrapper .footer a {
      color: #fff; }
    .wrapper .footer .links {
      padding: 30px 0 16px; }
      .wrapper .footer .links a {
        display: inline-block;
        padding: 0 6px;
        text-align: center;
        border-left: 1px solid #d8d8d8;
        margin-top: 10px; }
        .wrapper .footer .links a:nth-of-type(1) {
          border-left: 0; }
    .wrapper .footer .icons {
      padding: 20px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .wrapper .footer .icons li {
        margin: 10px; }
  .wrapper .text {
    margin: 40px auto;
    text-align: center;
    max-width: 1000px;
    padding: 0	20px; }
  .wrapper .table_wrap {
    max-width: 900px;
    margin: auto; }
    .wrapper .table_wrap .filter, .wrapper .table_wrap .nav {
      display: flex; }
      .wrapper .table_wrap .filter > *, .wrapper .table_wrap .nav > * {
        flex: 1;
        margin: 0 10px; }
    .wrapper .table_wrap .filter {
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .wrapper .table_wrap .filter > * {
        background-color: #fff;
        border-radius: 100px;
        padding: 10px 20px;
        color: #30ACDA;
        text-align: left;
        flex: inherit;
        margin: 10px; }
        .wrapper .table_wrap .filter > *.active {
          background-color: #30ACDA;
          color: #fff; }
      .wrapper .table_wrap .filter select {
        width: auto;
        box-sizing: border-box;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        text-align: center; }
        .wrapper .table_wrap .filter select-ms-expand {
          display: none; }
        .wrapper .table_wrap .filter select option {
          font-weight: normal; }
      .wrapper .table_wrap .filter input {
        width: auto; }
    .wrapper .table_wrap .nav {
      border-bottom: 1px solid #30ACDA;
      margin: 20px 10px;
      padding: 10px 0; }
      .wrapper .table_wrap .nav .icon_wrap {
        border-radius: 25%;
        background-color: #fff;
        width: 60%;
        max-width: 150px;
        margin: 20px auto; }
      .wrapper .table_wrap .nav .icon {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-size: 100%;
        background-position: 0 0; }
      .wrapper .table_wrap .nav .league .icon {
        background-image: url("../img/iconLeague.svg"); }
      .wrapper .table_wrap .nav .team .icon {
        background-image: url("../img/iconTeam.svg"); }
      .wrapper .table_wrap .nav .avg .icon {
        background-image: url("../img/iconAvg.svg"); }
      .wrapper .table_wrap .nav .full .icon {
        background-image: url("../img/iconFull.svg"); }
      .wrapper .table_wrap .nav > div:hover {
        cursor: pointer; }
        .wrapper .table_wrap .nav > div:hover .icon_wrap {
          background-color: #eaf7fb; }
      .wrapper .table_wrap .nav > div.active .icon_wrap {
        background-image: linear-gradient(to bottom right, #30ACDA, #0B66B7); }
        .wrapper .table_wrap .nav > div.active .icon_wrap .icon {
          background-position: 0 100%; }
      .wrapper .table_wrap .nav h2 {
        text-align: center;
        font-size: 1em;
        font-weight: 400; }
        .wrapper .table_wrap .nav h2 span {
          display: inline-block;
          background-color: #30ACDA;
          height: 20px;
          width: 20px;
          position: absolute;
          border-radius: 100%;
          margin-left: 10px; }
          @media screen and (max-width: 700px) {
            .wrapper .table_wrap .nav h2 span {
              background-color: transparent;
              width: 10px;
              height: 10px;
              margin-left: 5px; } }
          .wrapper .table_wrap .nav h2 span:after {
            content: "\203A";
            position: absolute;
            top: 50%;
            left: 50%;
            transform-origin: center center;
            transform: translate(-75%, -50%) rotate(-90deg);
            color: #fff;
            font-size: 1.5em; }
          .wrapper .table_wrap .nav h2 span.reverse {
            transform: rotate(180deg); }
    .wrapper .table_wrap .table {
      min-height: 100px;
      max-height: 500px;
      overflow-y: scroll; }
      .wrapper .table_wrap .table .row {
        display: flex; }
        .wrapper .table_wrap .table .row > * {
          flex: 1;
          border-radius: 5px;
          background-color: #fff;
          color: #262D34;
          padding: 5px 10px;
          margin: 5px 10px; }
        .wrapper .table_wrap .table .row:nth-child(odd) > * {
          background-color: #d6eef8; }
    .wrapper .table_wrap .league, .wrapper .table_wrap .avg {
      display: none; }
    .wrapper .table_wrap.seasons .league, .wrapper .table_wrap.seasons .avg {
      display: block; }
    @media screen and (max-width: 650px) {
      .wrapper .table_wrap .table .row, .wrapper .table_wrap .nav {
        font-size: 0.7em; }
        .wrapper .table_wrap .table .row > *, .wrapper .table_wrap .nav > * {
          padding: 2px 5px;
          margin: 5px 2px; } }
