 fieldset,
  form,
  img {
    border-style: none;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  audio,
  canvas,
  video {
    display: inline-block;
  }

  audio:not([controls]) {
    display: none;
  }

  /*body {*/
  /*  line-height: 1;*/
  /*  -webkit-text-size-adjust: 100%;*/
  /*  -ms-text-size-adjust: none;*/
  /*}*/

  ol,
  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: "";
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  a {
    color: inherit;
  }

  input,
  select,
  textarea {
    font: 100% "Asap Condensed", sans-serif;
    color: #000;
  }

  .italic,
  .news-detail i,
  .panel-technique i,
  .profile .input-group.avatar .upload-btn .filename,
  .results .job {
    font-style: italic;
  }

  fieldset,
  figure,
  form {
    margin: 0;
    padding: 0;
  }

  input[type="image"] {
    padding: 0;
    border: none;
  }

  input[type="file"],
  input[type="password"],
  input[type="submit"],
  input[type="text"],
  textarea {
    -webkit-appearance: none;
  }

  .col-1 {
    width: 8.33%;
  }

  .col-2 {
    width: 16.66%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.33%;
  }

  .col-5 {
    width: 41.66%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.33%;
  }

  .col-8 {
    width: 66.66%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.33%;
  }

  .col-11 {
    width: 91.66%;
  }

  .col-12 {
    width: 100%;
  }

  .bg-grey {
    background: #f9f9f9 !important;
  }

  .color-grey {
    color: #383838;
  }

  .color-grey2 {
    color: #717171;
  }

  .color-green {
    color: #dc4545;
  }

  .color-red {
    color: #e43b52;
  }

  .color-darkblue {
    color: #75b8e5;
  }

  .color-win {
    color: #01d77f;
  }

  .color-draw {
    color: #edbb28;
  }

  .color-lose {
    color: #cf5b4e;
  }

  .color-white,
  .label {
    color: #fff;
  }

  .color-dark {
    color: #000 !important;
  }

  .color-light {
    color: #fff !important;
  }

  .t-cz {
    text-transform: capitalize;
  }

  .t-lc {
    text-transform: lowercase !important;
  }

  .ta-r {
    text-align: right;
  }

  .custom-title-section,
  .label,
  .ta-c {
    text-align: center;
  }

  .ta-l {
    text-align: left;
  }

  .bold {
    font-weight: 700;
  }

  .positive {
    color: #dc4545 !important;
  }

  .negative {
    color: #e43b52 !important;
  }

  body,
  input[type="text"] {
    color: #383838;
  }

  .fs13 {
    font-size: 13px;
  }

  .fs26 {
    font-size: 26px;
  }

  .fs38 {
    font-size: 38px;
  }

  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .jc-ce {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .jc-fe {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .jc-fs {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .jc-sb {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .jc-sa {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .pn {
    padding: 0 !important;
  }

  .pvn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .phn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mn {
    margin: 0 !important;
  }

  .hidden {
    display: none !important;
  }

  * {
    box-sizing: border-box;
  }

  html {
    height: 100%;
  }

  /*body {*/
  /*  font-size: 16px;*/
  /*  margin: 0;*/
  /*  line-height: 1.5;*/
  /*  font-size: 20px;*/
  /*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*  -webkit-font-smoothing: antialiased;*/
  /*  height: 100%;*/
  /*  display: -webkit-box;*/
  /*  display: -ms-flexbox;*/
  /*  display: flex;*/
  /*  -webkit-box-orient: vertical;*/
  /*  -webkit-box-direction: normal;*/
  /*  -ms-flex-direction: column;*/
  /*  flex-direction: column;*/
  /*}*/

  body.protect {
    overflow: hidden;
  }

  body.protect:before {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    position: fixed;
    z-index: 9998;
  }

  .panel-head,
  .panel-head .image-content {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  #match .row-main,
  .centered .row-main {
    margin: 0 auto;
  }

  #match .main-column,
  .centered .main-column {
    padding-left: 10px;
  }

  #match .col-7,
  .centered .col-7 {
    width: 65.33%;
  }

  #match .head-info .head-menu {
    margin-left: 0;
  }

  #match .head-info .head-menu .menu-scroll {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  a:hover {
    color: #4caf50;
  }

  b,
  strong {
    font-weight: 700;
  }

  .panel {
    -webkit-box-shadow: 0 1px 2px 1px #e1e1e1 !important;
    box-shadow: 0 1px 2px 1px #e1e1e1 !important;
    border-radius: 2px !important;
    margin-bottom: 12px;
    background-color: #fff;
  }

  .panel.panel-red {
    -webkit-box-shadow: 0 1px 20px 1px #e43b52;
    box-shadow: 0 1px 20px 1px #e43b52;
  }

  .panel-head {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    background-color: #f9f9f9;
    line-height: 22px;
    font-size: 14px;
    color: #383838;
  }

  .panel-head .image-content {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .panel-head .image-content .shield {
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .panel-head .image-content .shield img {
    width: 24px;
  }

  .panel-head .dots {
    display: inline-block;
    width: 18px;
    height: 28px;
  }

  .panel-head .dot,
  .panel-head .dot:after,
  .panel-head .dot:before {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 20px;
    background-color: #dc4545;
  }

  .panel-head .dot {
    right: 6px;
    top: 14px;
  }

  .panel-head .dot:after,
  .panel-head .dot:before {
    content: "";
  }

  .panel-head .dot:before {
    top: 8px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .panel-head .dot:after {
    bottom: 8px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .panel-head .dots:hover .dot:before {
    top: -8px;
  }

  .panel-head .dots:hover .dot:after {
    bottom: -8px;
  }

  .panel-head .flag-img {
    width: 20px;
    margin-bottom: -2px;
    margin-right: 4px;
  }

  .panel-head.bg-white {
    background: #fff;
  }

  .panel-body {
    position: relative;
    padding: 12px;
    border-top: 1px solid #ececec;
    background-color: #fff;
  }

  .panel-body.section-title {
    font-size: 18px;
  }

  .view-more.active .vmore-initial,
  .view-more:not(.active) .vmore-hide {
    display: none;
  }

  .loader {
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 100%;
    top: 0;
    left: 0;
    background: 0 0;
    background-color: rgba(255, 255, 255, 0.7);
    text-indent: -9999em;
    font-size: 14px;
  }

  .loader .loaderanim {
    padding: 60px 0;
    line-height: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }

  .pt0,
  .pv0 {
    padding-top: 0 !important;
  }

  .ph0,
  .pr0 {
    padding-right: 0 !important;
  }

  .pb0,
  .pv0 {
    padding-bottom: 0 !important;
  }

  .ph0,
  .pl0 {
    padding-left: 0 !important;
  }

  .loader .loaderanim:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    border-radius: 50%;
    color: #dc4545;
    -webkit-animation: load4 1.6s infinite linear;
    animation: load4 1.6s infinite linear;
  }

  .mt0,
  .mv0 {
    margin-top: 0 !important;
  }

  .mh0,
  .mr0 {
    margin-right: 0 !important;
  }

  .mb0,
  .mv0 {
    margin-bottom: 0 !important;
  }

  .mh0,
  .ml0 {
    margin-left: 0 !important;
  }

  @-webkit-keyframes load4 {
    0%,
    100% {
      -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 0;
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em,
        0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
      -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0,
        2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
        0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
      -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em,
        2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
        0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0,
        2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em,
        0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    50% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
        2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0,
        0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
        0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em,
        -2em -2em 0 0;
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
        0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
      -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0,
        -2em -2em 0 0.2em;
      box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
        0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
    }
  }

  @keyframes load4 {
    0%,
    100% {
      -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 0;
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em,
        0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
      -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0,
        2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
        0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
      -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em,
        2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
        0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0,
        2em 2em 0 0.2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 0.2em,
        0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    50% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
        2em 2em 0 0, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0,
        0 3em 0 0.2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0,
        -2em -2em 0 -1em;
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
        0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
      -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em,
        -2em -2em 0 0;
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
        0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
      -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em,
        2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0,
        -2em -2em 0 0.2em;
      box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
        0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 0.2em;
    }
  }

  .p0 {
    padding: 0 !important;
  }

  .pt5,
  .pv5 {
    padding-top: 5px !important;
  }

  .ph5,
  .pr5 {
    padding-right: 5px !important;
  }

  .pb5,
  .pv5 {
    padding-bottom: 5px !important;
  }

  .ph5,
  .pl5 {
    padding-left: 5px !important;
  }

  .m0 {
    margin: 0 !important;
  }

  .mt5,
  .mv5 {
    margin-top: 5px !important;
  }

  .mh5,
  .mr5 {
    margin-right: 5px !important;
  }

  .mb5,
  .mv5 {
    margin-bottom: 5px !important;
  }

  .mh5,
  .ml5 {
    margin-left: 5px !important;
  }

  .p5 {
    padding: 5px !important;
  }

  .pt10,
  .pv10 {
    padding-top: 10px !important;
  }

  .ph10,
  .pr10 {
    padding-right: 10px !important;
  }

  .pb10,
  .pv10 {
    padding-bottom: 10px !important;
  }

  .ph10,
  .pl10 {
    padding-left: 10px !important;
  }

  .m5 {
    margin: 5px !important;
  }

  .mt10,
  .mv10 {
    margin-top: 10px !important;
  }

  .mh10,
  .mr10 {
    margin-right: 10px !important;
  }

  .mb10,
  .mv10 {
    margin-bottom: 10px !important;
  }

  .mh10,
  .ml10 {
    margin-left: 10px !important;
  }

  .p10 {
    padding: 10px !important;
  }

  .pt15,
  .pv15 {
    padding-top: 15px !important;
  }

  .ph15,
  .pr15 {
    padding-right: 15px !important;
  }

  .pb15,
  .pv15 {
    padding-bottom: 15px !important;
  }

  .ph15,
  .pl15 {
    padding-left: 15px !important;
  }

  .m10 {
    margin: 10px !important;
  }

  .mt15,
  .mv15 {
    margin-top: 15px !important;
  }

  .mh15,
  .mr15 {
    margin-right: 15px !important;
  }

  .mb15,
  .mv15 {
    margin-bottom: 15px !important;
  }

  .mh15,
  .ml15 {
    margin-left: 15px !important;
  }

  .p15 {
    padding: 15px !important;
  }

  .pt20,
  .pv20 {
    padding-top: 20px !important;
  }

  .ph20,
  .pr20 {
    padding-right: 20px !important;
  }

  .pb20,
  .pv20 {
    padding-bottom: 20px !important;
  }

  .ph20,
  .pl20 {
    padding-left: 20px !important;
  }

  .m15 {
    margin: 15px !important;
  }

  .mt20,
  .mv20 {
    margin-top: 20px !important;
  }

  .mh20,
  .mr20 {
    margin-right: 20px !important;
  }

  .mb20,
  .mv20 {
    margin-bottom: 20px !important;
  }

  .mh20,
  .ml20 {
    margin-left: 20px !important;
  }

  .p20 {
    padding: 20px !important;
  }

  .pt30,
  .pv30 {
    padding-top: 30px !important;
  }

  .ph30,
  .pr30 {
    padding-right: 30px !important;
  }

  .pb30,
  .pv30 {
    padding-bottom: 30px !important;
  }

  .ph30,
  .pl30 {
    padding-left: 30px !important;
  }

  .m20 {
    margin: 20px !important;
  }

  .mt30,
  .mv30 {
    margin-top: 30px !important;
  }

  .mh30,
  .mr30 {
    margin-right: 30px !important;
  }

  .mb30,
  .mv30 {
    margin-bottom: 30px !important;
  }

  .mh30,
  .ml30 {
    margin-left: 30px !important;
  }

  .p30 {
    padding: 30px !important;
  }

  .pt40,
  .pv40 {
    padding-top: 40px !important;
  }

  .ph40,
  .pr40 {
    padding-right: 40px !important;
  }

  .pb40,
  .pv40 {
    padding-bottom: 40px !important;
  }

  .ph40,
  .pl40 {
    padding-left: 40px !important;
  }

  .m30 {
    margin: 30px !important;
  }

  .mt40,
  .mv40 {
    margin-top: 40px !important;
  }

  .mh40,
  .mr40 {
    margin-right: 40px !important;
  }

  .mb40,
  .mv40 {
    margin-bottom: 40px !important;
  }

  .mh40,
  .ml40 {
    margin-left: 40px !important;
  }

  .p40 {
    padding: 40px !important;
  }

  .pt50,
  .pv50 {
    padding-top: 50px !important;
  }

  .ph50,
  .pr50 {
    padding-right: 50px !important;
  }

  .pb50,
  .pv50 {
    padding-bottom: 50px !important;
  }

  .ph50,
  .pl50 {
    padding-left: 50px !important;
  }

  .m40 {
    margin: 40px !important;
  }

  .mt50,
  .mv50 {
    margin-top: 50px !important;
  }

  .mh50,
  .mr50 {
    margin-right: 50px !important;
  }

  .mb50,
  .mv50 {
    margin-bottom: 50px !important;
  }

  .mh50,
  .ml50 {
    margin-left: 50px !important;
  }

  .p50 {
    padding: 50px !important;
  }

  .pt100,
  .pv100 {
    padding-top: 100px !important;
  }

  .ph100,
  .pr100 {
    padding-right: 100px !important;
  }

  .pb100,
  .pv100 {
    padding-bottom: 100px !important;
  }

  .ph100,
  .pl100 {
    padding-left: 100px !important;
  }

  .m50 {
    margin: 50px !important;
  }

  .mt100,
  .mv100 {
    margin-top: 100px !important;
  }

  .mh100,
  .mr100 {
    margin-right: 100px !important;
  }

  .mb100,
  .mv100 {
    margin-bottom: 100px !important;
  }

  .mh100,
  .ml100 {
    margin-left: 100px !important;
  }

  .p100 {
    padding: 100px !important;
  }

  .pt120,
  .pv120 {
    padding-top: 120px !important;
  }

  .ph120,
  .pr120 {
    padding-right: 120px !important;
  }

  .pb120,
  .pv120 {
    padding-bottom: 120px !important;
  }

  .ph120,
  .pl120 {
    padding-left: 120px !important;
  }

  .m100 {
    margin: 100px !important;
  }

  .mt120,
  .mv120 {
    margin-top: 120px !important;
  }

  .mh120,
  .mr120 {
    margin-right: 120px !important;
  }

  .mb120,
  .mv120 {
    margin-bottom: 120px !important;
  }

  .mh120,
  .ml120 {
    margin-left: 120px !important;
  }

  .p120 {
    padding: 120px !important;
  }

  .m120 {
    margin: 120px !important;
  }

  .content {
    margin-bottom: 26px;
  }

  .sidebar-right {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }

  .wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    overflow: hidden;
  }

  .content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
  }

  .main-second {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 10px;
    width: 100%;
  }

  .row-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
  }

  @media (max-width: 1023px) {
    .content-main {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    #match .col-7,
    .centered .col-7,
    .main-column {
      width: 100%;
    }
  }

  @media (min-width: 1023px) {
    .main-column {
      padding-left: 70px;
    }

    .content {
      margin-bottom: 0;
    }
  }

  @media (max-width: 1365px) {
    .sidebar-right,
    .wrapper {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
    }

    .row-main {
      display: block;
    }
  }

  @media (min-width: 1920px) {
    .row-main {
      max-width: 1640px;
    }

    .skinad-container .row-main {
      max-width: 1400px;
    }
        .masonry-wrapper {
      max-width: 1640px;
    }
    
    .news-page .news.small {
      max-height: 436px;
    }

    .news-page .news-box.layout2 .news-row .news .news-content h3 {
      font-size: 27px;
      line-height: 29px;
      -webkit-line-clamp: 4;
    }

    .news-page .news-box.layout2 .news-row .desc {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      margin-bottom: 0;
    }

    .news-page .news-box.layout2 .main .main-desc .m-title {
      font-size: 24px;
      margin-top: 6px;
    }

    .news-page .news-box.layout2 .main .main-desc .m-desc {
      -webkit-line-clamp: 5;
      line-height: 26px;
    }

    .news-page .news-box.layout2 .main .main-desc .m-subtitle {
      font-size: 42px;
      line-height: 47px;
      -webkit-line-clamp: 2;
    }

    .news-page .news-box.layout3 .news-row .news {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .news-page .news-box.layout3 .news-row .news:nth-of-type(n + 2) {
      margin-left: 10px;
    }

    .news-page .news-box.layout3 .news-row .news .news-content {
      padding-left: 6px;
      -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
    }

    .news-page .news-box.layout3 .news-row .news .news-content h3 {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 5px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
    }

    .news-page .news-box.layout3 .news-row .news .news-content h4 {
      margin: 0 0 4px;
    }

    .news-page .news-box.layout3 .news-row .news .news-image {
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
    }

    .news-page .news-box.layout3 .news-row .news .responsive-img {
      padding-bottom: 66.25%;
    }

    .header-search .search-box .search-bar {
      width: 70%;
    }

    .header-search .search-box .search .logo {
      max-width: 1640px;
    }

    .responsive-img.map.betfair {
      background-color: #ffb80c;
    }
  }

  .masonry-wrapper {
    max-width: 1400px;
    margin: 10px auto;
  }

  .grid-item {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }

  .field-box .field .pos-best:after,
  .grid-sizer,
  .loading-ico:after,
  .mfp-container {
    -webkit-box-sizing: border-box;
  }

  .grid-item.grid-100-340px,
  .grid-item.grid-30,
  .grid-item.grid-340px,
  .grid-item.grid-40,
  .grid-item.grid-50,
  .grid-item.grid-60,
  .grid-item.grid-66,
  .grid-item.grid-70,
  .grid-item.grid-80,
  .grid-item.grid-full {
    width: 100%;
  }

  .grid-sizer {
    box-sizing: border-box;
    width: 1px;
  }

  .highchart-fix {
    min-height: 400px;
  }

  .highchart-fix.h100 {
    min-height: 100px;
  }

  .highchart-fix.h150 {
    min-height: 150px;
  }

  .highchart-fix.h200 {
    min-height: 200px;
  }

  .highchart-fix.h300 {
    min-height: 300px;
  }

  .highchart-fix.h500 {
    min-height: 500px;
  }

  @media (min-width: 0) {
    .grid-item {
      width: 100%;
    }
  }

  @media (min-width: 768px) {
    .grid-item {
      width: 50%;
    }

    .grid-item.grid-center-50 {
      width: 100%;
    }

    .highchart-fix.sm-h100 {
      min-height: 100px;
    }

    .highchart-fix.sm-h200 {
      min-height: 200px;
    }

    .highchart-fix.sm-h300 {
      min-height: 300px;
    }

    .highchart-fix.sm-h350 {
      min-height: 350px;
    }

    .highchart-fix.sm-h400 {
      min-height: 400px;
    }

    .highchart-fix.sm-h500 {
      min-height: 500px;
    }
  }

  @media (min-width: 1000px) {
    .grid-item {
      width: 33%;
    }

    .grid-item.grid-80 {
      width: 80%;
    }

    .grid-item.grid-70 {
      width: 70%;
    }

    .grid-item.grid-66 {
      width: 66%;
    }

    .grid-item.grid-60 {
      width: 60%;
    }

    .grid-item.grid-55 {
      width: 55%;
    }

    .grid-item.grid-50 {
      width: 50%;
    }

    .grid-item.grid-45 {
      width: 45%;
    }

    .grid-item.grid-40 {
      width: 40%;
    }

    .grid-item.grid-30 {
      width: 30%;
    }

    .grid-item.grid-center-50 {
      padding: 0 22%;
    }
  }

  @media (min-width: 1024px) {
    .grid-item.min.grid-340px {
      width: 340px;
    }

    .grid-item.min.grid-100-340px {
      width: calc(100% - 340px);
    }
  }

  @media (min-width: 1200px) {
    .grid-item.pl10p {
      padding-left: 10%;
    }

    .grid-item.pl15p {
      padding-left: 15%;
    }

    .grid-item.pl20p {
      padding-left: 20%;
    }

    .grid-item.pl25p {
      padding-left: 25%;
    }

    .grid-item.pl30p {
      padding-left: 30%;
    }

    .grid-item.pr10p {
      padding-right: 10%;
    }

    .grid-item.pr15p {
      padding-right: 15%;
    }

    .grid-item.pr20p {
      padding-right: 20%;
    }

    .grid-item.pr25p {
      padding-right: 25%;
    }

    .grid-item.pr30p {
      padding-right: 30%;
    }
  }



  .benchmark > * {
    width: 100%;
    overflow: hidden;
  }

  a.link:hover {
    color: #dc4545;
  }

  .panel-title {
    font-size: 15px;
    font-weight: 700;
  }

  .panel-subtitle {
    font-size: 13px;
  }

  .br-top {
    border-top: 1px solid #ececec;
  }

  .br-right {
    border-right: 1px solid #ececec;
  }

  .br-left {
    border-left: 1px solid #ececec;
  }

  .br-bottom {
    border-bottom: 1px solid #ececec;
  }

  .br-all {
    border: 1px solid #ececec;
  }

  .poll label,
  .scroll-cards .scroll-box,
  .va-t {
    vertical-align: top;
  }

  .mtn10 {
    margin-top: -10px !important;
  }

  .align-middle {
    display: inline-block;
    vertical-align: middle;
  }

  .block {
    display: block;
  }

  .ib {
    display: inline-block;
  }

  .text-nowrap {
    white-space: nowrap;
  }

  .fluid-width {
    width: 100%;
  }

  .fl-left {
    float: left;
  }

  .comparing-bar .bar.align-right,
  .fl-right,
  .match-graph .col-right {
    float: right;
  }

  .hide-xs {
    display: none;
  }

  .show-md,
  .show-xs {
    display: block;
  }

  .title-section {
    font-size: 20px;
    font-weight: 700;
  }

  .title-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 20px 10px;
  }

  .title-separator .line {
    border-bottom: 3px solid #e1e1e1;
    width: 100%;
    display: none;
  }

  .title-separator .title-section {
    white-space: normal;
    margin-right: 10px;
  }

  .custom-title-section {
    border-bottom: 2px solid #dc4545;
  }

  .custom-title-section .result-title {
    border-bottom: 5px solid #dc4545;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .flag-sm {
    width: 26px;
  }

  .flag-xs,
  .w-20 {
    width: 20px;
  }

  .flag-custom {
    height: 14px;
    -webkit-box-shadow: 0 0 1px 1px gray;
    box-shadow: 0 0 1px 1px gray;
  }

  .w-25 {
    width: 25px;
  }

  .w-30 {
    width: 30px;
  }

  .w-40 {
    width: 40px;
  }

  .w-50 {
    width: 50px;
  }

  .w-60 {
    width: 60px;
  }

  .w-70 {
    width: 70px;
  }

  .w-5p {
    width: 5%;
  }

  .w-10p {
    width: 10%;
  }

  .w-20p {
    width: 20%;
  }

  .w-30p {
    width: 30%;
  }

  .w-35p {
    width: 35%;
  }

  .w-40p {
    width: 40%;
  }

  .w-50p {
    width: 50%;
  }

  .w-60p {
    width: 60%;
  }

  .w-70p {
    width: 70%;
  }

  .table-responsive {
    overflow-x: auto;
  }

  .label {
    border-radius: 5px;
    padding: 1px 6px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
  }

  .label.sub,
  .label.yellow {
    background-color: #edbb28;
  }

  .label.red,
  .label.retired,
  .stat-list .stat .round-row.red {
    background-color: #e43b52;
  }

  .label.grey,
  .label.int {
    background-color: #717171;
  }

  .label.blue {
    background-color: #75b8e5;
  }

  .class-pos.green {
    background-color: #dc4545;
  }

  .class-pos.green2 {
    background-color: #5bd02b;
  }

  .class-pos.green3 {
    background-color: #41a573;
  }

  .class-pos.green4 {
    background-color: #52d090;
  }

  .class-pos.blue {
    background-color: #75b8e5;
  }

  .class-pos.blue2 {
    background-color: #476f8b;
  }

  .class-pos.red {
    background-color: #f44;
  }

  .class-pos.red2 {
    background-color: #ff7979;
  }

  .class-pos.grey {
    background-color: #bcbcbc;
  }

  .footer,
  .header-search {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .panel-more {
    position: relative;
    padding-top: 18px;
  }

  .panel-more .panel-more-circle {
    position: absolute;
    top: 0;
    left: 50%;
    height: 36px;
    width: 36px;
    border-radius: 36px;
    margin-left: -18px;
    background-color: #dc4545;
  }

  .panel-more .panel-more-circle:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    width: 12px;
    height: 12px;
    margin: -5.3px;
    -webkit-transform-origin: 5.3px 5.3px;
    -ms-transform-origin: 5.3px 5.3px;
    transform-origin: 5.3px 5.3px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .panel-tab,
  .panel-tab .tab > a {
    display: -webkit-box;
    display: -ms-flexbox;
  }

  .panel-more .panel-more-content {
    border-top: 1px solid #ececec;
    background-color: #f9f9f9;
    color: #dc4545;
    padding: 0 11px;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
  }

  .view-more.active .panel-more .panel-more-circle:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .panel-tab {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
  }

  .panel-tab:after {
    content: " ";
    display: table;
    clear: both;
  }

  .panel-tab .tab {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .panel-tab .tab > a {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 12px 10px;
    color: #717171;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
  }

  .news-page .result-title {
    padding: 10px 0 0;
  }

  .news-page .box-top-padding {
    padding: 20px 0;
  }

  .news-page .news-box.league .desc {
    font-family: Asap, sans-serif;
  }

  .news-page .news-box.dark,
  .news-page .news-box.light {
    color: #fff;
    padding: 20px;
  }

  .news-page .news-box.dark .news-separator,
  .news-page .news-box.light .news-separator {
    color: #dc4545;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .news-page .news-box.dark .news .news-content p,
  .news-page .news-box.dark .news-separator a:hover,
  .news-page .news-box.light .news-separator a:hover {
    color: #fff;
  }

  .news-page .news-box.dark .news.small:after,
  .news-page .news-box.light .news.small:after {
    content: none;
  }

  .news-page .news-box.dark .news.big .news-image,
  .news-page .news-box.dark .responsive-img,
  .news-page .news-box.light .news.big .news-image,
  .news-page .news-box.light .responsive-img {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .news-page .news-box.dark .result-title,
  .news-page .news-box.light .result-title {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 20px;
    margin-top: -20px;
    margin-left: -20px;
    line-height: 60px;
  }

  .news-page .news-box.dark .result-title:before,
  .news-page .news-box.light .result-title:before {
    content: "";
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 0);
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 40px;
  }

  .news-page .news-box.dark {
    background: -o-radial-gradient(black 15%, transparent 16%),
      -o-radial-gradient(black 15%, transparent 16%) 8px 8px,
      -o-radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
      -o-radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background: radial-gradient(black 15%, transparent 16%),
      radial-gradient(black 15%, transparent 16%) 8px 8px,
      radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
      radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background-color: #323232;
    background-size: 16px 16px;
  }

  .news-page .news-box.dark .result-title,
  .news-page .news-box.dark .result-title:before {
    background: #000;
  }

  .news-page .news-box.light {
    background: -o-radial-gradient(rgba(0, 0, 0, 0.05) 15%, transparent 16%),
      -o-radial-gradient(rgba(0, 0, 0, 0.05) 15%, transparent 16%) 8px 8px,
      -o-radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
      -o-radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background: radial-gradient(rgba(0, 0, 0, 0.05) 15%, transparent 16%),
      radial-gradient(rgba(0, 0, 0, 0.05) 15%, transparent 16%) 8px 8px,
      radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
      radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background-color: rgba(0, 0, 0, 0.05);
    background-size: 16px 16px;
  }

  .news-page .news-box.light .news .news-content {
    color: #000;
  }

  .news-page .news-box.light .news .news-content:hover h3,
  .news-page .news.big .news-content h3:hover {
    color: #dc4545;
  }

  .news-page .news-box.light .news-separator a:hover {
    color: #000;
  }

  .news-page .news-box.light .result-title {
    background: #fff;
    color: #323232;
    -webkit-box-shadow: 0 -6px 0 0 #dc4545 inset;
    box-shadow: 0 -6px 0 0 #dc4545 inset;
    padding-left: 0;
    margin-left: -20px;
    -webkit-clip-path: polygon(0 0, 84.71% 0, 72.56% 100%, 0 100%);
    clip-path: polygon(0 0, 84.71% 0, 72.56% 100%, 0 100%);
    padding-right: 90px;
  }

  .news-page .news-box.light .result-title:before {
    background: #fff;
  }

  .news-page .news-box.light .result-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    height: 100%;
    width: 100%;
    background: #dc4545;
    -webkit-clip-path: polygon(0 0, 84.71% 0, 72.56% 100%, 0 100%);
    clip-path: polygon(0 0, 84.71% 0, 72.56% 100%, 0 100%);
    -webkit-transform: rotate(116deg);
    -ms-transform: rotate(116deg);
    transform: rotate(116deg);
  }

  .news-page .league .news-row .news:first-child {
    display: unset;
  }

  .news-page .league .news-row .news:first-child .news-content {
    padding: 4px 12px 20px 0;
  }

  .news-page .league .news-row .news:first-child .news-content h3 {
    margin: 5px 0;
    font-size: 22px;
    font-weight: 700;
  }

  .news-page .news-row.main {
    margin-bottom: 15px;
    width: 100%;
  }

  .news-page .news-row.main.news:hover .main-desc {
    color: #efe583;
  }

  .news-page .news-row .main-desc {
    width: 100%;
    color: #FFFFFF;
    background-color: #4CAF50;
    margin-bottom: 10px;
    padding: 10px 0;
  }

  .news-page .news-row .main-desc .m-title {
    font-size: 16px;
    padding: 2px 0;
  }

  .news-page .news-row .main-desc .m-subtitle {
    font-size: 26px;
    padding: 6px 0;
  }

  .news-page .news-row .main-desc .m-desc {
    font-size: 18px;
    padding: 4px 0;
  }

  .news-page .news-row .main-desc .m-time {
    padding: 6px 0;
  }

  .news-page .news-row .main-desc .m-box {
    margin: 0 14px;
  }

  .news-page .news-row .main-desc .m-time,
  .news-page .news-row .main-desc .m-title {
    color: #ffe700;
  }

  .news-page .news-row .main-desc .icon {
    fill: #efe583;
  }

  .news-page .news-row .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .news-page .news-row .news .news-image {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .news-page .news-row .news .news-content {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-left: 6px;
  }

  .news-page .news-row .news .news-content h4 {
    font-size: 12px;
    padding: 0;
  }

  .news-page .news-row .news .news-content h3 {
    font-size: 16px;
  }

  .news-page .news-row .news .news-content .news-info {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 2px;
  }

  .news-page .news-row .dugout-wrapper.news {
    display: block;
  }

  .news-page .news {
    width: 100%;
  }

  .news-page .news.small {
    max-height: 370px;
    overflow: hidden;
    position: relative;
  }

  .news-page .news.big {
    display: unset;
  }

  .news-page .news.big .news-image {
    margin-bottom: 20px;
  }

  .news-page .news.big .news-content {
    font-weight: 700;
    padding: 4px 12px 4px 0;
  }

  .news-page .news.big .news-content h3 {
    margin: 5px 0;
    font-size: 22px;
  }

  .news-page .news.related {
    width: 100%;
  }

  .news-page .news .news-content {
    position: relative;
    width: 100%;
  }

  .news-page .news .news-content h4 {
    padding: 8px 0;
  }

  .news-page .news .news-content p {
    margin-bottom: 20px;
    color: #383838;
  }

  .news-page .news .news-info {
    margin-bottom: 10px;
  }

  .news-page .news .desc {
    display: none;
  }

  .news-page .news .related-box {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    padding: 6px;
    top: 4px;
    left: 4px;
    -webkit-box-shadow: 1px 0 2px 1px #000;
    box-shadow: 1px 0 2px 1px #000;
    z-index: 2;
  }

  .news-page .news .related-box.player,
  .news-page .popular-news .news-box {
    padding: 0;
  }

  .news-page .news .related-box img {
    width: 100%;
    position: static;
  }

  .news-page .news-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-page .news-separator .line {
    border-bottom: 3px solid #e1e1e1;
    width: 100%;
  }

  .news-page .news-separator .more-news-btn {
    white-space: nowrap;
    margin-left: 8px;
  }

  .news-page .row-list-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-page .head-info.news-head {
    border-bottom: none;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
  }

  .news-page .responsive-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }

  .responsive-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 56.25%;
  }

  .responsive-img iframe,
  .responsive-img img {
    width: 100%;
    position: absolute;
    display: block;
  }

  .responsive-img iframe {
    top: 0;
    left: 0;
  }

  .responsive-img.map {
    padding-bottom: 14.94%;
  }

  .responsive-img.map.betfair {
    padding-bottom: 17.94%;
  }

  .responsive-img.map.betfair iframe {
    width: 332px;
    left: 50%;
    transform: translateX(-50%);
  }

  .responsive-img.square {
    padding-bottom: 100%;
  }

  .responsive-img.full iframe,
  .responsive-img.full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .responsive-img.full-nofit iframe,
  .responsive-img.full-nofit img {
    height: 100%;
  }

  .responsive-img.top img {
    -o-object-position: top;
    object-position: top;
  }

  .responsive-img.bottom img {
    -o-object-position: bottom;
    object-position: bottom;
  }

  .news .news-image {
    width: 100%;
    position: relative;
  }

  .news .news-image .btn-play {
    position: absolute;
    background-color: #dc4545;
    border-radius: 100%;
    z-index: 1;
    height: 26px;
    width: 26px;
    border: 2px solid #fff;
    bottom: 6px;
    right: 6px;
  }

  .news .news-image .btn-play img {
    width: 20px;
    height: 20px;
    top: 1px;
    left: 3px;
    position: relative;
  }

  .news .news-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #000;
    bottom: 5px;
    left: 5px;
    z-index: 1;
  }

  .news .news-result .r-team {
    padding: 4px;
    display: none;
  }

  .news .news-result .r-mid {
    padding: 4px;
  }

  .news .news-result .r-img {
    background-color: #fff;
    width: 24px;
  }

  .news .news-result .r-img img {
    width: 20px;
    display: block;
    margin-left: 2px;
  }

  .news .news-content h4 {
    color: #dc4545;
    font-size: 14px;
    font-weight: 700;
  }

  .news .news-content h3 {
    font-size: 20px;
    margin: 0;
  }

  .news .news-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #717171;
    font-size: 14px;
    margin-top: 10px;
  }

  .news .news-info svg {
    padding-right: 2px;
    margin-left: 2px;
  }

  .news .news-info .icon {
    fill: #717171;
    width: 18px;
    height: 14px;
  }

  .news .comments {
    position: relative;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    padding: 1px 4px;
    margin-right: 8px;
    border-radius: 2px 2px 0;
    display: inline-block;
    width: 15px;
    height: 12px;
  }

  .news .comments::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-top-color: #717171;
    border-left-color: #717171;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 5;
  }

  .match-list {
    padding: 0;
    position: relative;
  }

  .match-list .ml-row:nth-child(n + 2) {
    border-top: 1px solid #ececec;
  }

  .news-horizontal + .news-horizontal,
  .popular-news .news-content .news-box h3:nth-child(n + 2),
  .popular-news .news-content .news-box:not(:first-of-type),
  .writer-list + .writer-list {
    border-top: 1px solid #e1e1e1;
  }

  .news-list .category {
    font-size: 12px;
  }

  .news-list .news-info {
    margin: 5px 0;
  }

  .news-list .news-horizontal {
    padding: 10px 0;
  }

  .news-list .news-horizontal .news-content h3 {
    font-size: 18px;
  }

  .news-list .news-horizontal .news-content h4 {
    font-size: 13px;
  }

  .news-list .news .news-info {
    font-size: 12px;
  }

  .news-list.search .news-horizontal {
    padding: 10px 5px 10px 10px;
  }

  .news-list.search .news-horizontal .news .news-content {
    padding-left: 10px;
  }

  .news-list.search .news-horizontal .news .news-content h3 {
    font-size: 14px;
  }

  .news-vertical {
    padding-bottom: 20px;
  }

  .news-vertical .category {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .news-horizontal {
    padding: 6px;
  }

  .news-horizontal .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news-horizontal .news .news-image {
    width: 80%;
  }

  .news-horizontal .news .news-image .r-team {
    display: none;
  }

  .news-horizontal .news .news-content {
    width: 100%;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .news-horizontal .news .news-content:after {
    display: none;
    content: "";
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(47%, rgba(255, 255, 255, 0.47)),
      color-stop(100%, #fff)
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.47) 47%,
      #fff 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(47%, rgba(255, 255, 255, 0.47)),
      to(#fff)
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.47) 47%,
      #fff 100%
    );
  }

  .news-horizontal .news .related-box {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    padding: 6px;
    top: 4px;
    left: 4px;
    -webkit-box-shadow: 1px 0 2px 1px #000;
    box-shadow: 1px 0 2px 1px #000;
    z-index: 2;
  }

  .news-horizontal .news .related-box img {
    width: 100%;
    position: static;
  }

  .news-horizontal .news .related-box.player {
    padding: 0;
  }

  .news-horizontal .news .teaser {
    font-size: 13px;
    max-height: 25px;
    overflow: hidden;
    position: relative;
    display: none;
  }

  .news-horizontal .news h3 {
    margin: 3px 0;
  }

  .news-horizontal .news .time,
  .table-spree ul a .img-box {
    margin-right: 5px;
  }

  .news-detail .news-crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 24px;
  }

  .news-detail .crumb-title {
    color: #dc4545;
    text-transform: uppercase;
  }

  .news-detail .crumbs-dot {
    background-color: #dc4545;
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 0 8px;
  }

  .news-detail .row.top {
    border-bottom: 2px solid #e1e1e1;
    padding-top: 5px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-detail .result-title {
    font-size: 30px;
    line-height: 34px;
    padding: 15px 0 18px;
  }

  .news-detail .news-head-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #717171;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-detail .news-head-info img {
    margin-right: 6px;
    width: 20px;
  }

  .news-detail .news-head-info span {
    margin: 0 4px;
  }

  .news-detail .sm-round {
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 4px;
  }

  .news-detail .sm-round svg {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 6px;
    left: 6px;
  }

  .news-detail .sm-round svg.msg,
  .news-detail .sm-round svg.twitter {
    left: 7px;
  }

  .news-detail .sm-round:hover {
    background: #383838;
  }

  .news-detail .sm-round:hover svg {
    fill: #fff;
  }

  .news-detail .sm-round:hover.b-facebook {
    background: #4267b2;
  }

  .news-detail .sm-round:hover.b-twitter {
    background: #1da1f2;
  }

  .news-detail .news-head-img .news-image-box {
    width: 100%;
  }

  .news-detail .news-undertext {
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 30px;
  }

  .news-detail .news-ad {
    display: table;
    margin: 0 auto 30px;
  }

  .news-detail .news-teaser {
    font-size: 24px;
    word-spacing: 2px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .news-detail .news-article {
    margin-top: 30px;
    font-size: 18px;
    word-spacing: 2px;
    line-height: 24px;
    font-family: Asap, sans-serif;
  }

  .news-detail .news-article a {
    color: #dc4545;
  }

  .news-detail .news-article a:hover {
    text-decoration: underline;
  }

  .news-detail .news-article p {
    margin: 0 0 30px;
  }

  .news-detail .news-article p img {
    display: block;
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news-detail .news-article h2,
  .news-detail .news-article h3,
  .news-detail .news-article h4,
  .news-detail .news-article h5,
  .news-detail .news-article h6 {
    font-weight: 700;
    margin-bottom: 10px;
  }

  .news-detail .news-article h2 {
    font-size: 22px;
  }

  .news-detail .news-article h3 {
    font-size: 20px;
  }

  .news-detail .news-article h4,
  .news-detail .news-article h5,
  .news-detail .news-article h6 {
    font-size: 18px;
  }

  .news-detail .match-list {
    margin-bottom: 0;
    padding: 6px 2px;
  }

  .news-detail .news-f-box {
    margin-top: 20px;
    padding: 14px 0;
    border-top: 3px solid #e1e1e1;
  }

  .news-detail .news-f-box a:hover {
    text-decoration: underline;
  }

  .news-detail .news-featured {
    border-bottom: 3px solid #e1e1e1;
    margin-bottom: 20px;
    clear: left;
  }

  .news-detail .news-featured .result-title {
    font-size: 30px;
  }

  .news-detail .featured-links {
    margin-top: 10px;
    list-style: disc;
  }

  .news-detail .featured-links li {
    padding-left: 8px;
    margin-left: 30px;
  }

  .news-detail .news-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    font-size: 20px;
    margin-top: 14px;
  }

  .news-detail .news-author img {
    border-radius: 100%;
    width: 70px;
    margin-left: 10px;
  }

  .news-detail .news-mentions-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    border-top: 2px solid #f9f9f9;
    border-bottom: 2px solid #f9f9f9;
    overflow-x: auto;
  }

  .news-detail .news-mentions-content .mention {
    border-right: 2px solid #f9f9f9;
    text-align: center;
    padding: 16px 8px;
  }

  .news-detail .news-mentions-content .mention .see-button {
    padding: 6px 10px;
  }

  .news-detail .news-mentions-content .mention .see-button a {
    display: block;
    font-size: 14px;
    padding: 5px 0;
    min-width: 70px;
  }

  .news-detail .news-mentions-content .mention .see-button a:first-child {
    margin-bottom: 5px;
  }

  .news-detail .news-mentions-content .mention .name {
    font-size: 18px;
    margin-bottom: 2px;
    display: inline-block;
  }

  .news-detail .news-mentions-content .img-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news-detail .news-mentions-content .mention-img {
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .news-detail .news-mentions-content .mention-img img {
    width: 48px;
  }

  .news-detail .news-retaled-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-detail .news-retaled-btn span {
    width: 180px;
  }

  .news-detail .news-retaled-btn .related-img {
    margin: 0 6px;
  }

  .news-detail .news-retaled-btn .related-img img {
    width: 100px;
  }

  .news-detail .news-row .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .news-detail .news-row .news-info,
  .rivals.player-team-squad .scroll-cards .scroll-box.circle .main-img {
    margin-bottom: 0;
  }

  .news-detail .news-row .news + .news {
    padding-top: 10px;
  }

  .news-detail .news-row .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 8px;
  }

  .news-detail .news-row .news-content h4 {
    display: none;
  }

  .news-detail .news-row .news-content h3 {
    max-height: 55px;
    min-height: 45px;
    overflow: hidden;
    position: relative;
  }

  .news-detail .news-row .news-content h3:after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, rgba(255, 255, 255, 0)),
      color-stop(47%, rgba(255, 255, 255, 0.47)),
      to(#fff)
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.47) 47%,
      #fff 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.47) 47%,
      #fff 100%
    );
  }

  .news-detail .responsive-iframe {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }

  .news-detail .responsive-iframe iframe,
  .news-detail .responsive-iframe video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .news-detail .share-row {
    display: none;
  }

  .link-hover-c1:hover {
    color: #717171;
  }

  @media (max-width: 1100px) {
    .skinad {
      display: none;
    }
  }

  @media (min-width: 380px) {
    .news-detail .news-row .news-content h3 {
      max-height: 72px;
      min-height: 72px;
    }

    .mobile-menu .download-logo {
      width: 120px;
    }

    .classif-board .match-box .mb-versus.small .score {
      font-size: 19px;
      line-height: 22px;
    }

    .classif-board .match-box .mb-versus.small .score .penaltis {
      font-size: 12px;
    }
  }

  @media (min-width: 480px) {
    .news-list .teaser {
      line-height: 22px;
    }

    .news-list.search .news-horizontal .news .news-content h3 {
      font-size: 18px;
    }

    .news-horizontal .news .teaser {
      max-height: 82px;
    }

    .news-detail .news-row .news-content h3 {
      max-height: unset;
      min-height: unset;
      overflow: unset;
    }

    .news-detail .news-row .news-content h3:after {
      display: none;
    }

    .title-section {
      font-size: 26px;
    }

    .news .news-result .r-team {
      display: unset;
    }
  }

  @media (min-width: 676px) {
    .news-page .news-row .news .news-content .news-info,
    .news-page .news-row .news .news-content h4 {
      margin: 8px 0;
    }

    .news-page .news-row .news .news-content h3 {
      /*font-size: 20px;*/
    }

    .news-page .news-row .news .news-content .news-info {
      font-size: 14px;
    }

    .news-page .news-row .main-desc .m-title {
      font-size: 24px;
    }

    .news-page .news-row .main-desc .m-subtitle {
      font-size: 40px;
    }

    .news-horizontal .news .news-content:after,
    .news-horizontal .news .teaser {
      display: block;
    }

    .news-list .news-horizontal {
      padding: 20px 0;
    }

    .news-list .news-horizontal .news-content h3 {
      font-size: 20px;
    }

    .news-list .news .news-info,
    .news-list .news-horizontal .news-content h4 {
      font-size: 14px;
    }

    .results .news .news-content h3 {
      font-size: 20px;
    }

    .results .news .news-content .news-info.news-detail {
      font-size: 14px;
    }

    .head-info .top-row.select-box .head-title {
      max-width: unset;
      margin-right: 8px;
    }
  }

  @media (min-width: 768px) {
    .news-detail .result-title {
      font-size: 50px;
      line-height: 56px;
    }

    .news-detail .news-row .news {
      display: unset;
    }

    .news-detail .news-row .news + .news {
      border: none;
      padding-top: 0;
    }

    .news-detail .news-row .news.related {
      width: 25%;
    }

    .news-detail .news-row .news-content {
      display: unset;
      padding-left: 0;
    }

    .news-detail .news-row .news-content h4 {
      display: block;
    }

    .news-detail .news-row .news-info {
      margin-bottom: 10px;
    }

    .news-detail .news-article p img {
      width: unset;
    }

    .news-detail .share-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .news-list.search .news-horizontal .news .news-content h3 {
      font-size: 15px;
    }

    .news-page .news-box.light .result-title {
      padding-right: 110px;
    }

    .news-page .news-box.light .result-title:after {
      right: -138px;
      -webkit-transform: rotate(125deg);
      -ms-transform: rotate(125deg);
      transform: rotate(125deg);
    }
  }

  @media (min-width: 1024px) {
    .featured-article .news-content .panel {
      width: 33.33%;
    }

    .featured-article .news-content .panel:nth-child(n + 2) {
      margin-left: 10px;
    }

    .news-page .news-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .news-page .news-row .main-desc {
      margin-bottom: 0;
    }

    .news-page .news-row .main-desc .m-desc {
      padding: 18px 0;
    }

    .news-page .news-row .news {
      display: unset;
      margin-bottom: 0;
    }

    .news-page .news-row .news:nth-of-type(n + 2) {
      margin-left: 15px;
    }

    .news-page .news-row .news.big {
      width: 51%;
      position: relative;
    }

    .news-page .news-row .news.big .news-content {
      padding: 0 12px;
      position: absolute;
      bottom: 0;
      left: 0;
      font-weight: 700;
      background: rgba(0, 0, 0, 0.8);
    }

    .news-page .news-row .news.big .news-content .news-info,
    .news-page .news-row .news.big .news-content h3 {
      color: #fff;
    }

    .news-page .news-row .news.big .news-content:after {
      content: "";
      display: block;
      width: 100%;
      height: 20px;
      position: absolute;
      bottom: 100%;
      left: 0;
      -webkit-box-shadow: inset 0 -26px 8px -15px rgba(0, 0, 0, 0.8);
      box-shadow: inset 0 -26px 8px -15px rgba(0, 0, 0, 0.8);
    }

    .news-page .news-row .news.small {
      width: 25%;
    }

    .news-page .news-row .news.small:after {
      display: block;
      content: "";
      width: 100%;
      height: 16px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      background: rgba(255, 255, 255, 0);
      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(47%, rgba(255, 255, 255, 0.47)),
        to(#fff)
      );
      background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.47) 47%,
        #fff 100%
      );
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.47) 47%,
        #fff 100%
      );
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@white', endColorstr='@white', GradientType=0);
    }

    .news-page .news-row .news .news-content {
      padding-left: 0;
    }

    .news-page .news-row .news .news-content h3 {
      /*font-size: 26px;*/
    }

    .news-page .news-row .news .news-content .news-info,
    .news-page .news-row .news .news-content h4 {
      margin: 10px 0;
    }

    .news-page .league .news-row .news:first-child .news-content h3 {
      margin: 0;
      font-size: 26px;
      font-weight: 400;
    }

    .news-page .main .news-image .responsive-img {
      height: 100%;
    }

    .news-page .main .news-image .responsive-img img {
      width: auto;
      min-width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }

    .news-page .main .main-desc {
      padding: 0;
    }

    .news-page .main .main-desc .m-title {
      margin-top: 10px;
    }

    .news-page .main .main-desc .m-subtitle {
      font-size: 38px;
    }

    .news-page .news-box.layout2 {
      display: -webkit-box;
      display: -ms-flexbox;
      /* display:flex; */
    }

    .news-page .news-box.layout2 .news-row,
    .news-page .news-box.layout2 .news-row.main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 50%;
    }

    .news-page .news-box.layout2 .news-row.main {
      /*background: #dc4545;*/
      margin-bottom: 0;
    }

    .news-page .news-box.layout2 .news-row .news {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 10px;
    }

    .news-page .news-box.layout2 .news-row .news:nth-of-type(n + 2) {
      margin-top: 10px;
      margin-left: 0;
    }

    .news-page .news-box.layout2 .news-row .news .news-content {
      padding: 0 10px;
      background: #f7f7f7;
    }

    .news-page .news-box.layout2 .news-row .news .news-content h3 {
      font-size: 20px;
      line-height: 23px;
      width: 100%;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .news-page .news-box.layout2 .news-row .news .news-content h4 {
      margin: 8px 0;
    }

    .news-page .news-box.layout2 .main .main-desc .m-title {
      font-size: 18px;
      margin-top: 3px;
    }

    .news-page .news-box.layout2 .main .main-desc .m-desc,
    .news-page .news-box.layout2 .main .main-desc .m-subtitle {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      padding: 0;
    }

    .news-page .news-box.layout2 .main .main-desc .m-subtitle {
      font-size: 27px;
      line-height: 30px;
      -webkit-line-clamp: 2;
    }

    .news-page .news-box.layout2 .main .main-desc .m-desc {
      line-height: 20px;
      -webkit-line-clamp: 3;
    }

    .news-page .news-box.layout3 .news-row {
      margin-top: 10px;
    }

    .news-page .news-box.layout3 .news-row.main {
      display: unset;
    }

    .news-page .news-box.layout3 .news-row.main .responsive-img {
      padding-bottom: 30%;
    }

    .news-page .news-box.layout3 .news-row.main.news .news-result {
      font-size: 20px;
      top: unset;
      bottom: 5px;
    }

    .news-page .news-box.layout3 .news-row.main.news .news-result .r-img {
      width: 30px;
    }

    .news-page .news-box.layout3 .news-row.main.news .news-result .r-img img {
      width: 28px;
      padding: 1px;
    }

    .news-page .news-box.layout3 .news-row .main-desc {
      background-color: unset;
      color: #383838;
    }

    .match-header .competition a:hover,
    .match-header .name-box a:hover,
    .news-page .news-box.layout3 .news-row .main-desc .m-time,
    .news-page .news-box.layout3 .news-row .main-desc .m-title,
    .news-page .news-box.layout3 .news-row.main.news:hover .main-desc {
      color: #dc4545;
    }

    .news-page .news-box.layout3 .news-row .main-desc .m-title {
      padding-top: 10px;
      font-weight: 700;
    }

    .news-page .news-box.layout3 .news-row .main-desc .m-box {
      margin: 0;
    }

    .news-page .news-box.layout3 .news-row .main-desc .m-time {
      padding: 0;
    }

    .news-page .news-box.layout3 .news-row .main-desc .m-subtitle {
      padding: 0 0 4px;
    }

    .news-page .news-box.dark .news-row .news.small:after,
    .news-page .news-box.light .news-row .news.small:after {
      content: none;
    }

    .news-page .news-box.dark .news-row .news.big,
    .news-page .news-box.light .news-row .news.big {
      width: 51.4%;
    }

    .news-detail .news-head-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    .news-detail .news-ad {
      padding: 0 30px;
    }

    .news-detail .news-ad img {
      width: 100%;
    }

    .news-detail .news-article p img {
      width: unset !important;
      height: unset !important;
      max-width: 100%;
    }

    .news-detail.news.news-page .video-wrapper {
      float: left;
      width: 50%;
      margin-right: 15px;
      margin-top: 5px !important;
    }

    .news-detail .news-row .news .news-content h3 {
      font-size: 22px;
    }

    .news .news-content h3 {
      font-size: 26px;
    }

    .news .news-content .teaser {
      font-size: 18px;
    }

    .news .news-result {
      top: 5px;
      bottom: unset;
    }

    .news-list .news-horizontal .news-content h3 {
      font-size: 26px;
    }

    .news-list .news .news-info {
      font-size: 14px;
    }

    .explore .featured-wrapper {
      padding: 0 5px;
      border: 5px solid #eee;
    }

    .explore .featured-wrapper .elem:nth-child(3),
    .explore .featured-wrapper .elem:nth-child(4),
    .explore .featured-wrapper .elem:nth-child(5) {
      display: unset;
    }

    .explore .featured-wrapper .elem p {
      font-weight: 700;
    }

    .explore .row-featured {
      border: none;
    }

    .explore .row-featured .item-img {
      width: 42px;
    }

    .explore .row-featured .featured-title {
      top: 15px;
    }

    .explore .featured-title {
      left: 50px;
    }

    .explore .country-box {
      margin: 0 18px;
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
    }

    .show-xs {
      display: none;
    }
  }

  @media (min-width: 1025px) {
    .news-page .row-list-news {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }

    .news-page .row-list-news .col-news {
      width: 75%;
      padding-right: 5px;
    }

    .news-page .row-list-news .col-sidebar {
      width: 25%;
      padding-left: 10px;
      padding-top: 20px;
    }

    .news-page .news-row .dugout-wrapper.news {
      width: 50%;
      margin-right: 15px;
      margin-top: -20px;
    }
  }

  @media (min-width: 1300px) {
    .news-page .news .desc {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 20px;
    }

    .news-page .news.small {
      max-height: 340px;
    }

    .news-page .news-box.layout2 .news-row .desc {
      display: none;
    }

    .news-detail .news-row .news .news-content h3 {
      font-size: 26px;
    }

    .news-list.search .news-horizontal .news .news-content h3 {
      font-size: 22px;
    }
  }

  @media (min-width: 1366px) {
          .grid-item.grid-340px {
      width: 340px;
    }

    .grid-item.grid-100-340px {
      width: calc(100% - 340px);
    }
    
    .news-horizontal .news .news-content:after,
    .row-news aside {
      display: none;
    }

    .news-page .news-row .main-desc .m-title {
      font-size: 1.5vw;
    }

    .news-page .news-row .main-desc .m-subtitle {
      font-size: 2.2vw;
    }

    .news-page .news-row .main-desc .m-desc {
      font-size: 1.2vw;
      padding: 18px 0;
      word-spacing: 2px;
    }

    .news-page .news-row .main-desc .m-time {
      font-size: 1vw;
    }

    .news-page .news.small {
      max-height: 370px;
    }

    .news-page .news-box.layout2 .news-row .news .news-content h3 {
      /*font-size: 23px;*/
      line-height: 27px;
    }

    .news-page .news-box.layout2 .main .main-desc .m-subtitle {
      font-size: 32px;
      line-height: 36px;
    }

    .news-page .news-box.layout2 .main .main-desc .m-desc {
      -webkit-line-clamp: 5;
    }

    .news-horizontal .news .teaser {
      max-height: unset;
    }

    .hide-xs {
      display: block;
    }

    .show-md {
      display: none;
    }
  }


  @media (min-width: 2100px) {
    .news-page .news-box.layout2 .main .main-desc .m-desc {
      -webkit-line-clamp: 4;
      font-size: 26px;
      line-height: 29px;
    }
  }

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .deskt44 {
      /*width: 85%;*/
      margin: 0 auto;
    }
  }

  main {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
    transform: translateX(0px);
    transition: transform 500ms ease;
    z-index: 0;
    top: 30px;
  }

  main section {
    position: relative;
    display: block;
    margin: 0;
    /*padding: 50px 0;*/
    background-color: white;
    z-index: 100;
  }

  main .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: #444;
  }

  main .img h1 {
    color: rgba(255, 255, 255, 0.2);
  }

  main footer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 20px 20px;
    background-color: #444;
  }

  main footer::after {
    clear: both;
    content: "";
    display: block;
  }