/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: 'SF Compact Display', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  min-width: 320px;
  position: relative;
  background: #ffffff;
  max-width: 3000px;
  margin: auto;
  color: #141414; }

header, section, footer {
  margin: auto; }

a {
  text-decoration: none; }
  a:focus {
    outline: none !important; }

a:hover, a:focus, a:active {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

figure {
  margin: 0; }
  figure img {
    width: auto;
    max-width: 100%;
    vertical-align: top; }

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

p, a {
  color: #141414;
  margin: 0; }

/*input{
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
}*/
.content-width {
  width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

h1, h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
  color: #141414;
  margin: 0 0 10px; }

h3 {
  margin: 0 0 30px; }

h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 30px; }

h5 {
  margin: 0 0 10px; }

h6 {
  margin: 0 0 2px; }

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

input, textarea, button {
  outline: none !important; }

/*---------------------------------HEADER----------------------------------*/
.top-line {
  background: #141414;
  padding: 30px 0 40px; }
  .top-line .top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-line .top-wrap .left {
      width: calc(50% - 130px);
      padding-top: 1px; }
      .top-line .top-wrap .left ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .top-line .top-wrap .left ul li a {
          font-style: normal;
          font-weight: 600;
          font-size: 12px;
          line-height: 100%;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          font-family: "Josefin Sans", sans-serif;
          color: #FFFFFF; }
          .top-line .top-wrap .left ul li a:hover {
            opacity: 0.7; }
        .top-line .top-wrap .left ul li + li {
          margin-left: 28px; }
    .top-line .top-wrap .logo-wrap {
      width: 260px; }
      .top-line .top-wrap .logo-wrap img {
        max-width: 100%; }
    .top-line .top-wrap .right {
      width: calc(50% - 130px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 1px; }
      .top-line .top-wrap .right .youtube-wrap {
        margin-left: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .top-line .top-wrap .right .youtube-wrap a {
          position: relative;
          top: 5px;
          font-family: "Josefin Sans", sans-serif;
          display: inline-block;
          font-style: normal;
          font-weight: normal;
          font-size: 8px;
          line-height: 14px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #FFFFFF;
          padding: 0 4px;
          border: 1px solid #FFFFFF;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 20px;
          margin-left: 11px;
          height: 14px; }
          .top-line .top-wrap .right .youtube-wrap a:hover {
            background: #fff;
            color: #141414; }
        .top-line .top-wrap .right .youtube-wrap p {
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 100%;
          position: relative;
          top: -2px;
          font-family: "Josefin Sans", sans-serif;
          color: #CC0808; }
          .top-line .top-wrap .right .youtube-wrap p i {
            margin-left: 7px;
            color: #fff;
            position: relative;
            font-size: 20px;
            top: 4px; }
      .top-line .top-wrap .right .login-wrap {
        margin-left: 20px;
        display: inline-block; }
        .top-line .top-wrap .right .login-wrap a {
          font-style: normal;
          font-weight: 600;
          font-size: 12px;
          line-height: 100%;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #FFFFFF;
          font-family: "Josefin Sans", sans-serif;
          display: inline-block; }
          .top-line .top-wrap .right .login-wrap a:hover {
            opacity: 0.7; }
      .top-line .top-wrap .right .search-wrap {
        display: inline-block; }
        .top-line .top-wrap .right .search-wrap a {
          position: relative;
          top: 2px;
          color: #fff;
          font-size: 20px; }
          .top-line .top-wrap .right .search-wrap a:hover {
            opacity: 0.7; }
  .top-line .top-menu {
    padding: 29px 0 25px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 33px; }
    .top-line .top-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-line .top-menu ul li {
        margin: 0 25px; }
        .top-line .top-menu ul li a {
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          color: #FFFFFF; }
          .top-line .top-menu ul li a:hover {
            opacity: 0.7; }

/*-----------------------------END-HEADER------------------------------------*/
/*-----------------------------TREND------------------------------------*/
.trend {
  padding: 19px 0 19px;
  background: #F6F6F6; }
  .trend .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .trend .content-width:after {
      position: absolute;
      top: -5px;
      bottom: -5px;
      right: 0;
      width: 55px;
      content: '';
      z-index: 10;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      background: -webkit-gradient(linear, left top, right top, color-stop(65.39%, #F6F6F6), color-stop(85.09%, rgba(246, 246, 246, 0.01)));
      background: linear-gradient(90deg, #F6F6F6 65.39%, rgba(246, 246, 246, 0.01) 85.09%); }
    .trend .content-width .title {
      width: 175px;
      margin-right: 20px;
      position: relative; }
      .trend .content-width .title:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        content: '';
        background: #000; }
    .trend .content-width .content-wrap {
      width: calc(100% - 195px); }
  .trend h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0; }

.trend-slider a {
  display: inline-block;
  border: 1px solid #141414;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  height: 22px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  font-family: "Josefin Sans", sans-serif;
  padding: 0 9px; }
  .trend-slider a:hover {
    background: #141414;
    color: #fff; }
.trend-slider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.trend-prev {
  left: inherit;
  right: 20px;
  z-index: 20;
  }
.trend-prev:after {
  font-size: 14px;
  color: #141414;
  font-weight: 900; }
.trend-next {
  right: -10px;
  z-index: 20; }
  .trend-next:after {
    font-size: 14px;
    color: #141414;
    font-weight: 900; }

/*----------------------------END-TREND------------------------------------*/
/*----------------------------BIG-NEWS------------------------------------*/
.big-news {
  padding: 30px 0 50px; }
  .big-news .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .big-news .content-width .left {
      width: 68.4%; }
    .big-news .content-width .right {
      width: calc(31.6% - 30px); }
      .big-news .content-width .right img {
        width: 100%; }
  .big-news .slider-wrap {
    margin-top: 0px; }
  .big-news .pagin-wrap {
    position: relative;
    margin-top: 20px; }
    .big-news .pagin-wrap .swiper-pagination {
      position: relative; }
    .big-news .pagin-wrap .swiper-pagination-progressbar {
      background: #E5E5E5; }
    .big-news .pagin-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: #CC0808; }

.item-big {
  width: 100%; }
  .item-big figure {
    overflow: hidden;
    height: 450px; }
    .item-big figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .item-big figure a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .item-big .text-wrap {
    padding: 13px 0 0;
    position: relative; }
    .item-big .text-wrap p.time {
      position: absolute;
      top: 20px;
      right: 20px;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      font-family: "Josefin Sans", sans-serif;
      color: #8D8D8D; }
    .item-big .text-wrap h6 a {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      display: inline-block;
      color: #141414; }
      .item-big .text-wrap h6 a:hover {
        opacity: 0.7; }

.item-medium {
  width: 100%; }
  .item-medium figure {
    overflow: hidden;
    height: auto !important; }
    /*.item-medium figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }*/
    .item-medium figure a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .item-medium .text-wrap {
    padding: 6px 0 0;
    position: relative; }
    .item-medium .text-wrap p.time {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      text-align: left;
      font-family: "Josefin Sans", sans-serif;
      color: #8D8D8D;
      margin-bottom: 0px; }

.video-block .content-width{
  
}
.blue-background .content-width{ 
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1B4C6A;
}
.blue-background .content-width h2 {
  margin-bottom: 0;
  padding-bottom: 0px;
}
.video-block .item-big .text-wrap h6{
  text-align: left;
}
.video-block .content-1 .item-medium .text-wrap h6{
  text-align: left;
}

.video-block .item-big .text-wrap{
  padding-bottom: 0px;
}
.video-block .item-big h6 a, .video-block .content-1 .item-medium h6 a{
  color: #fff;
}
.video-block .content-1 .tag-list li a{
  color: #cac9c9;
}
.video-block .content-1 .tag-list li a:hover{
  opacity: 0.7;
}
.article .article-wrap  ol{
  padding: 0 0 0 27px;
  margin-bottom: 25px;
}
.article .article-wrap  ol li{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
  color: #141414;
  margin: 0 0 30px;
}
.video-block .content-1 .tag-list li a:before{
  background: #cac9c9;
}
.item-big .text-wrap h6 a
.video-block .content-1 .item-medium{
  min-height: 410px;
}
    .item-medium .text-wrap h6 a {
      font-style: normal;
      font-weight: 500;
      font-size: 1.8em;
      line-height: 1.1;
      display: inline-block;
      color: #141414; }
      .item-medium .text-wrap h6 a:hover {
        opacity: 0.7; }
  .item-medium .tag-list {
    max-width: 100% !important;
    margin-bottom: 7px; }
    .item-medium .tag-list li a {
      font-size: 12px;
      line-height: 100%; }

.item-small {
  margin-bottom: 38px; }
  .item-small figure {
    overflow: hidden;
    height: 232px; }
    .item-small figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .item-small figure a:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .item-small .text-wrap {
    padding: 20px 0 0; }
    .item-small .text-wrap p {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      color: #8D8D8D;
      font-family: "Josefin Sans", sans-serif;
      margin-bottom: 10px; }
    .item-small .text-wrap h6 {
      margin: 0; }
      .item-small .text-wrap h6 a {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #141414; }
        .item-small .text-wrap h6 a:hover {
          opacity: 0.7; }

.item-semi-big figure {
  height: 530px; }

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 24px;
  max-width: calc(100% - 180px); }
  .tag-list li {
    margin-right: 16px; }
    .tag-list li a {
      display: inline-block;
      position: relative;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      text-transform: uppercase;
      color: #1B4C6A !important;
      font-family: "Josefin Sans", sans-serif;
      padding-left: 6px; }
      .tag-list li a:hover {
        color: #000; }
      .tag-list li a:before {
        position: absolute;
        top: 4px;
        left: 0;
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background: #1B4C6A; }
  .tag-list li:last-child {
    margin-right: 0; }

.advertising {
  margin: 30px 0 50px; }
  .advertising figure {
    text-align: center; }

.news-slider .swiper-slide {
  width: 380px; }

/*---------------------------END-BIG-NEWS------------------------------------*/
/*---------------------------LATEST-NEWS------------------------------------*/
.line {
  width: 100%;
  margin-bottom: 10px;
  height: 1px;
  background: #141414; }

.latest-news {
  padding: 45px 0 50px;
  overflow: hidden; }
  .latest-news h1 {
    margin-bottom: 5px; }
  .latest-news .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + ((100vw - 100%)/2)); }

.video-block .content-2{
  width: calc(100% + ((100vw - 100%)/2));
}
.video-block .content-2 .slider-wrap{
  width: 100%!important;
}
.podcast-slider .swiper-slide:last-child{
  margin-right: 100px;
}
  .latest-news .left {
    width: 200px; }
    .latest-news .left .nav-wrap {
      position: relative;
      margin-top: 226px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 5px; }
      .latest-news .left .nav-wrap > div {
        position: relative;
        left: 0;
        right: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .latest-news .left .nav-wrap > div:hover {
          opacity: 0.7; }
        .latest-news .left .nav-wrap > div:after {
          content: url("../img/icon-1.svg"); }
      .latest-news .left .nav-wrap .swiper-button-next {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .latest-news .left .nav-wrap .swiper-button-next:after {
          -webkit-transform: scale(-1, 1);
                  transform: scale(-1, 1); }
      .latest-news .left .nav-wrap .swiper-button-prev {
        margin-right: 40px; }
  .latest-news .right {
    width: calc(100% - 210px); }
  .latest-news .content-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 108px; }
    .latest-news .content-news .news-wrap {
      width: 65.9%; }
      .latest-news .content-news .news-wrap .item-big {
        padding-bottom: 30px;
        border-bottom: 1px solid #141414;
        margin-bottom: 30px; }
      .latest-news .content-news .news-wrap .advertising {
        margin-bottom: 60px; }
    .latest-news .content-news .sponsored-wrap {
      width: 31.6%; }
      .latest-news .content-news .sponsored-wrap .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; }
        .latest-news .content-news .sponsored-wrap .wrap h5 {
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #141414;
          margin: 0; }
        .latest-news .content-news .sponsored-wrap .wrap a {
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          color: #CC0808;
          display: inline-block; }
          .latest-news .content-news .sponsored-wrap .wrap a:hover {
            color: #141414; }
      .latest-news .content-news .sponsored-wrap .twit-wrap {
        margin-top: 98px; }

.last-news-slider .swiper-slide {
  width: 380px; }

.btn-border {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #141414;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  height: 22px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  padding: 0 10px;
  font-family: "Josefin Sans", sans-serif; }
  .btn-border:hover {
    background: #141414;
    color: #fff; }

/*--------------------------END-LATEST-NEWS------------------------------------*/
/*--------------------------VIDEO-BLOCK------------------------------------*/
.item-video figure a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  .item-video figure a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 90; }
  .item-video figure a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: url("../img/icon-play.svg");
    z-index: 99; }
.video-block .bg{
  padding: 10px 0 30px;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #1B4C6A;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1B4C6A;
}
.video-block {
  padding: 5px 0 50px;

  overflow: hidden; }
  .video-block h2 {
    margin-bottom: 48px; }
  .video-block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .video-block .content .left {
      width: 200px;
      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: 6px 0 131px; }
    .video-block .content .right {
      width: calc(100% - 210px); }
      .video-block .content .right .item-big {
        margin-bottom: 77px; }
  .video-block .nav-wrap {
    position: relative;
    margin-top: 226px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5px; }
    .video-block .nav-wrap > div {
      position: relative;
      left: 0;
      right: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .video-block .nav-wrap > div:hover {
        opacity: 0.7; }
      .video-block .nav-wrap > div:after {
        content: url("../img/icon-1.svg"); }
    .video-block .nav-wrap .swiper-button-prev {
      margin-right: 40px; }
    .video-block .nav-wrap .swiper-button-next {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .video-block .nav-wrap .swiper-button-next:after {
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1); }
  .video-block .slider-wrap {
    width: calc(100% + ((100vw - 100%)/2) - 205px); }
  .video-block .content-1 {

    margin-bottom: 104px; }
.screen-reader-text{
  width: 100%;
  text-align: center;
}
.video-slider .swiper-slide, .podcast-slider .swiper-slide {
  width: 380px; }
.team .item-medium figure{
  background: #1B4C6C;
}

.team .swiper-slide:last-child{
  margin-right: 700px !important;
}
.tribe-events-calendar-list__event-row{
  margin-bottom: 30px;
}

.tribe-events-single-event-title{
  font-family: 'SF Compact Display', sans-serif;
}
/*-------------------------END-VIDEO-BLOCK------------------------------------*/
/*-------------------------IMG-TEXT------------------------------------*/
.img-text {
  overflow: hidden;
  padding: 45px 0 45px; }
  .img-text h2 {
    margin-bottom: 63px; }
  .img-text .marquee-wrap {
    padding: 19px 0 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #1B4C6A;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1B4C6A;
    margin-bottom: -60px;
    position: relative;
    z-index: 99; }
    .img-text .marquee-wrap .marquee {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .img-text .marquee-wrap p {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 100%;
      text-transform: uppercase;
      color: #FFFFFF;
      display: inline-block;
      font-family: "Josefin Sans", sans-serif;
      margin-right: 50px; }
  .img-text .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .img-text .content .wrap {
      width: 1920px;
      max-width: 100%;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .img-text .content figure {
      width: 50%;
      height: 900px; }
      .img-text .content figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .img-text .content .text-wrap {
      width: 50%;
      padding: 147px 50px 50px; }
      .img-text .content .text-wrap .img-wrap {
        text-align: center;
        margin-bottom: 54px; }
        .img-text .content .text-wrap .img-wrap img {
          max-width: 100%; }
      .img-text .content .text-wrap .text {
        position: relative;
        max-width: 400px;
        margin: auto;
        padding-left: 50px; }
        .img-text .content .text-wrap .text .btn-wrap {
          position: absolute;
          top: 4px;
          left: -37%; }
        .img-text .content .text-wrap .text p {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 130%;
          t/*ext-align: justify;*/
          color: #8D8D8D; }

/*------------------------END-IMG-TEXT------------------------------*/
/*------------------------EVENT------------------------------*/
.event {
  padding: 65px 0 111px; }
  .event h2 {
    margin-bottom: 55px; }
  .event .nav-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
    .event .nav-wrap .event-next {
      right: 0;
      z-index: 20;
      display: inline-block;
      position: relative;
      margin-top: 0;
      top: 0;
      width: 8px; }
      .event .nav-wrap .event-next:after {
        font-size: 14px;
        color: #141414;
        font-weight: 900; }
    .event .nav-wrap .event-prev {
      position: relative;
      display: inline-block;
      left: 0;
      margin-top: 0;
      top: 0;
      width: 8px; }
      .event .nav-wrap .event-prev:after {
        font-size: 14px;
        color: #141414;
        font-weight: 900; }
    .event .nav-wrap .event-pagination {
      position: relative;
      display: inline-block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      top: 0;
      margin: 0 30px 0; }
      .event .nav-wrap .event-pagination .swiper-pagination-bullet {
        display: none; }
      .event .nav-wrap .event-pagination .swiper-pagination-bullet-active {
        display: inline-block;
        width: auto;
        height: auto;
        background: transparent; }
        .event .nav-wrap .event-pagination .swiper-pagination-bullet-active i {
          border: 1px solid #141414;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 20px;
          height: 22px;
          line-height: 24px;
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          text-transform: uppercase;
          color: #141414;
          padding: 0 10px;
          display: inline-block;
          font-family: "Josefin Sans", sans-serif; }

.event-slider .swiper-slide .item {
  display: -webkit-box;
  display: -ms-flexbox;
  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; }
  .event-slider .swiper-slide .item .date {
    width: 16%; }
    .event-slider .swiper-slide .item .date p {
      font-style: normal;
      font-weight: 600;
      font-size: 63px;
      line-height: 100%;
      text-transform: uppercase;
      text-align: center;
      color: #141414;
      font-family: "Josefin Sans", sans-serif; }
  .event-slider .swiper-slide .item figure {
    width: 220px;
    height: 108px;
    overflow: hidden;
    margin-left: 5%; }
    .event-slider .swiper-slide .item figure img {
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .event-slider .swiper-slide .item figure:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .event-slider .swiper-slide .item .info-wrap {
    width: 34%;
    padding: 10px 0 0; }
    .event-slider .swiper-slide .item .info-wrap h6 {
      margin-bottom: 21px; }
      .event-slider .swiper-slide .item .info-wrap h6 a {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: #141414; }
        .event-slider .swiper-slide .item .info-wrap h6 a:hover {
          opacity: 0.7; }
    .event-slider .swiper-slide .item .info-wrap p {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 140%;
      text-transform: uppercase;
      color: #8D8D8D; }
.event-slider .swiper-slide .item + .item {
  margin-top: 95px; }

/*-----------------------END-EVENT------------------------------*/
/*-----------------------PARTNERS------------------------------*/
.partners {
  padding: 50px 0 93px; }
  .partners h2 {
    margin-bottom: 53px; }
  .partners .top {
    width: calc(100% - 410px);
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .partners .top figure {
      height: 260px;
      overflow: hidden;
      width: 48%; }
      .partners .top figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .partners .top figure:hover img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
    .partners .top .text-wrap {
      width: 48%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .partners .top .text-wrap p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        color: #8D8D8D; }
  .partners .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .partners .center .left {
      width: calc(100% - 410px);
      -ms-flex-line-pack: start;align-content: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .partners .center .left figure {
        height: auto;
        overflow: hidden;
        width: 48%;
        margin-bottom: 10px; }
        .partners .center .left figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .partners .center .left figure:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .partners .center .right {
      width: 350px; }
      .partners .center .right img {
        width: 100%;
        height: auto; }

/*----------------------END-PARTNERS------------------------------*/
/*----------------------FOOTER------------------------------*/
footer {
  padding: 100px 0 100px;
  background: #141414; }
  footer .logo-wrap {
    text-align: center;
    margin-bottom: 93px; }
  footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer .content .left {
      width: 65%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .content .left h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-family: "Josefin Sans", sans-serif;
        color: #1B4C6A; }
      footer .content .left ul li {
        margin-bottom: 7px; }
        footer .content .left ul li a {
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          color: #FFFFFF; }
          footer .content .left ul li a:hover {
            opacity: 0.7; }
      footer .content .left .item {
        width: 190px; }
      footer .content .left .item + .item {
        margin-left: 15px; }
    footer .content .right {
      width: 29%; }
      footer .content .right p {
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 140%;
        color: #FFFFFF;
        font-family: "Josefin Sans", sans-serif; }
    footer .content .bottom {
      margin-top: 74px;
      width: 100%; }
      footer .content .bottom p {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #E5E5E5; }
  footer h4 {
    color: #fff;
    margin-bottom: 43px; }
  footer .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
    footer .soc li a {
      color: #fff;
      font-size: 20px; }
    footer .soc li + li {
      margin-left: 31px; }

.latest-news .content-news .sponsored-wrap .twit-wrap img {
  width: 100%; }

.latest-news .content-news .sponsored-wrap .twit-wrap {
  margin-top: 50px; }

.open-menu {
  display: none; }

.fancybox-fx-slide-in-out.fancybox-slide--previous {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.fancybox-fx-slide-in-out.fancybox-slide--next {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.fancybox-fx-slide-in-out.fancybox-slide--current {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.partners .top figure a:last-child {
  display: none; }

/*---------------------END-FOOTER------------------------------*/
/*---------------------PAGE-ARTICLE------------------------------*/
.trend + .advertising {
  margin-bottom: 0; }

.article {
  padding: 46px 0 120px; }
  .article h1 {
    margin-bottom: 5px;
    max-width: 65%; }
  .article .line {
    margin-bottom: 5px; }
  .article .tag-list {
    margin-bottom: 5px; }
  .article .author {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .article .author figure {
      width: 50px;
      height: 50px;
      overflow: hidden;
      border-radius: 100%;
      margin-right: 20px; }
      .article .author figure a:hover img {
        opacity: 0.7; }
    .article .author .text-wrap {
      width: calc(100% - 70px);
      padding-top: 8px; }
      .article .author .text-wrap p {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        font-family: "Josefin Sans", sans-serif;
        color: #1B4C6A;
        margin-bottom: 5px; }
        .article .author .text-wrap p a {
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 100%;
          font-family: "Josefin Sans", sans-serif;
          color: #1B4C6A; }
          .article .author .text-wrap p a:hover {
            opacity: 0.7; }
      .article .author .text-wrap h6 a {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        text-transform: uppercase;
        font-family: "Josefin Sans", sans-serif;
        color: #8D8D8D; }
        .article .author .text-wrap h6 a:hover {
          color: #141414; }
  .article .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .article .article-wrap {
    width: 68.4%; }
    .article .article-wrap > figure {
      width: 100%;
      margin-bottom: 20px; }
    .article .article-wrap figure + .advertising {
      margin-bottom: 0px; }
    .article .article-wrap .video-wrap + .advertising {
      margin-bottom: 41px; }
    .article .article-wrap p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 1.3em;
      color: #141414;
      margin-bottom: 20px;
      padding-right: 15px; }
.article .article-wrap p a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #CC0808;
}
.article .article-wrap ul a {
  color: #CC0808; 
}

.article .article-wrap p em a{
  font-style: italic;
}
.article .article-wrap p a:hover{
  text-decoration: underline;
}
.article .article-wrap blockquote p{
  font-style: italic;
  font-weight: 400;
}
.article .article-wrap blockquote p em{
  font-weight: 700;
}
    .article .article-wrap p.share {
      color: #1B4C6A;
      font-weight: 500;
      margin-bottom:5px; }
    .article .article-wrap ul {
      margin-bottom: 0px; }
      .article .article-wrap ul li {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.2em;
        color: #141414;
        margin-bottom: 0;
        position: relative;
        padding-left: 28px; }
        .article .article-wrap ul li:before {
          display: none;
          position: absolute;
          top: 12px;
          left: 3px;
          content: '';
          width: 5px;
          height: 5px;
          border-radius: 100%;
          background: #141414; }
          ul.tag-list li {
            padding: 0px;
            padding-left:0px !important;
          }
    .article .article-wrap h6 {
      max-width: 80%;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      color: #1B4C6A;
      margin: 50px 0 46px; }
      .article .article-wrap h6 a {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #cc0808; }
        .article .article-wrap h6 a:hover {
          color: #141414; }
  .article .info-article {
    width: 29.2%; }
    .article .info-article h2 {
      margin-bottom: 0px; }
    .article .info-article h5 {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      margin-bottom: 20px;
      text-align: right;
      color: #1B4C6A; }
    .article .info-article .list-share {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 57px; }
    .article .info-article .ad-wrap {
      margin-bottom: 55px; }
      .article .info-article .ad-wrap img {
        width: 100%; }
    .article .info-article .list-article {
      list-style: none;
      padding: 0; }
      .article .info-article .list-article li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #163d55;
        position: relative;
        counter-increment: li; }
        .article .info-article .list-article li:before {
          content: counter(li) ".";
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          margin-right: 5px;
          color: #8D8D8D; }
        .article .info-article .list-article li a {
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 0;
          letter-spacing: 0;
          text-transform: uppercase;
          color: #8D8D8D; }
          .article .info-article .list-article li a:hover {
            color: #141414; }
      .article .info-article .list-article li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
  .article .comments {
    margin-top: 117px; }
    .article .comments h4 {
      text-transform: inherit;
      font-weight: 500;
      margin-bottom: 20px; }
    .article .comments .item-comment {
      margin-bottom: 20px;
      position: relative;
      max-width: 600px; }
      .article .comments .item-comment h6 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #141414;
        margin-bottom: 19px; }
      .article .comments .item-comment p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        color: #141414; }
      .article .comments .item-comment p.date {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        font-family: "Josefin Sans", sans-serif;
        color: #8D8D8D;
        position: absolute;
        top: 6px;
        right: -16px;
        margin: 0 !important; }
      .article .comments .item-comment .bottom {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .article .comments .item-comment .bottom .reply a {
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 150%;
          color: #8D8D8D; }
          .article .comments .item-comment .bottom .reply a:hover {
            color: #141414; }
        .article .comments .item-comment .bottom .like {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .article .comments .item-comment .bottom .like a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 150%;
            color: #1B4C6A; }
            .article .comments .item-comment .bottom .like a i {
              margin-right: 10px;
              font-weight: 500; }
            .article .comments .item-comment .bottom .like a:hover {
              color: #141414; }
          .article .comments .item-comment .bottom .like a + a {
            margin-left: 25px; }
          .article .comments .item-comment .bottom .like a:last-child {
            color: #8D8D8D; }
            .article .comments .item-comment .bottom .like a:last-child:hover {
              color: #141414; }
  .article .form-wrap {
    margin-top: 60px; }
    .article .form-wrap .line {
      margin-bottom: 101px; }
    .article .form-wrap h4 {
      margin-bottom: 9px; }
    .article .form-wrap h6 {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      color: #8D8D8D;
      margin: 0 0 63px;
      max-width: 100%; }
  .article .video-wrap {
    width: 100%;
    height: 670px; }
    .article .video-wrap iframe {
      width: 100%;
      height: 100%; }

.list-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-share li {
    padding: 0 !important; }
    .list-share li:before {
      display: none !important; }
    .list-share li a {
      font-size: 24px;
      color: #1B4C6A; }
      .list-share li a:hover {
        opacity: 0.7; }
  .list-share li + li {
    margin-left: 24px; }

.form-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px; }
  .form-default .input-wrap {
    width: 44.5%;
    margin-bottom: 30px; }
    .form-default .input-wrap label {
      display: none; }
    .form-default .input-wrap input {
      height: 52px;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      text-transform: uppercase;
      width: 100%;
      line-height: 50px;
      border: 1px solid #141414;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: "Josefin Sans", sans-serif;
      border-radius: 10px;
      padding: 0 30px; }
    .form-default .input-wrap textarea {
      width: 100%;
      padding: 30px 30px;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 100%;
      font-family: "Josefin Sans", sans-serif;
      height: 290px;
      resize: none;
      border-radius: 20px; }
  .form-default .input-wrap-full {
    width: 100% !important; }
  .form-default .input-wrap-check {
    margin-bottom: 20px; }
    .form-default .input-wrap-check input[type=checkbox] {
      margin: 0;
      display: none; }
    .form-default .input-wrap-check label {
      display: block;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      color: #8D8D8D;
      padding-left: 40px;
      position: relative;
      margin: -3px 0 0;
      cursor: pointer;
      font-family: "Josefin Sans", sans-serif; }
    .form-default .input-wrap-check input[type="checkbox"] + span {
      position: absolute;
      top: -4px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #8D8D8D; }
    .form-default .input-wrap-check input[type="checkbox"]:checked + span {
      border: 1px solid #141414; }
      .form-default .input-wrap-check input[type="checkbox"]:checked + span:after {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
        background: #CC0808;
        content: ''; }

.btn-big {
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: none !important;
  background: #1B4C6A;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Josefin Sans", sans-serif;
  padding: 0 30px;
  height: 62px;
  line-height: 66px;
  border-radius: 31px; }
  .btn-big:hover {
    background: #141414; }

.bg-grey {
  padding: 10px 0;
  background: #F9F9F9; }

.last-news-block {
  padding: 52px 0 57px; }
  .last-news-block .content-width {
    position: relative; }
  .last-news-block h2 {
    margin-bottom: 49px; }
  .last-news-block .nav-wrap {
    position: absolute;
    top: 15px;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 5px; }
    .last-news-block .nav-wrap > div {
      position: relative;
      left: 0;
      right: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .last-news-block .nav-wrap > div:hover {
        opacity: 0.7; }
      .last-news-block .nav-wrap > div:after {
        content: url("../img/icon-1.svg"); }
    .last-news-block .nav-wrap .swiper-button-prev {
      margin-right: 40px; }
    .last-news-block .nav-wrap .swiper-button-next {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .last-news-block .nav-wrap .swiper-button-next:after {
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1); }

.article .tag-list {
  max-width: 100%; }

.article .mob-wrap {
  display: none; }

/*--------------------END-PAGE-ARTICLE------------------------------*/
/*---------------------PAGE-NO-SEARCH------------------------------*/
.top-line .close-search-wrap {
  display: none; }
.top-line .search-wrap {
  display: none; }

.is-search .close-search-wrap {
  display: inline-block; }
.is-search .top-line .top-wrap .right .search-wrap, .is-search .top-line .top-wrap .right .login-wrap, .is-search .top-line .top-wrap .right .youtube-wrap {
  display: none; }
.is-search .top-line .top-menu ul {
  display: none; }
.is-search .search-wrap {
  display: block; }
.is-search .top-line .top-menu {
  padding: 18px 0 15px; }

.form-search {
  width: 100%;
  max-width: 100%; }
  .form-search .input-wrap {
    width: 100% !important;
    margin: 0 !important; }
    .form-search .input-wrap input {
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      height: 42px;
      line-height: 40px;
      text-transform: inherit; }

.no-search {
  background: #141414;
  padding: 40px 0 150px; }
  .no-search .content-width {
    padding: 35px 0;
    background: #fff;
    border-radius: 15px;
    text-align: center; }
    .no-search .content-width h4 {
      text-align: center;
      text-transform: inherit;
      font-weight: 500;
      margin-bottom: 10px; }
    .no-search .content-width h6 {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      color: #8D8D8D;
      margin: 0; }

/*--------------------END-PAGE-NO-SEARCH------------------------------*/
/*---------------------PAGE-SEARCH------------------------------*/
.search-block {
  padding: 50px 0 147px;
  overflow: hidden; }

.filter-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 10px;
  margin-bottom: 30px; }
  .filter-line:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    left: -1000px;
    right: -1000px;
    background: #F6F6F6; }
  .filter-line .left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    padding-right: 22px;
    margin-right: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    .filter-line .left:after {
      position: absolute;
      top: -2px;
      bottom: 4px;
      width: 1px;
      content: '';
      background: #141414;
      right: 0; }
    .filter-line .left h6 {
      display: inline-block;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin: 0 9px 0 0; }
    .filter-line .left p {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      color: #000000;
      font-family: "Josefin Sans", sans-serif;
      position: relative;
      top: 6px; }
  .filter-line .right {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1; }
    .filter-line .right .select-block {
      display: inline-block;
      margin-right: 57px; }
    .filter-line .right .select-block:last-child {
      margin-right: 0; }
  .filter-line .nice-select {
    border: none !important;
    padding-left: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Josefin Sans", sans-serif;
    height: 24px;
    background: transparent; }
  .filter-line .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    width: 8px;
    height: 8px;
    right: 10px;
    margin-top: -9px; }
  .filter-line .nice-select .list {
    border-radius: 0; }
    .filter-line .nice-select .list li {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 28px;
      color: #000000;
      font-family: "Josefin Sans", sans-serif;
      min-height: 28px;
      text-transform: capitalize; }
  .filter-line .nice-select .option:hover, .filter-line .nice-select .option.focus, .filter-line .nice-select .option.selected.focus {
    background: #E5E5E5; }

.select-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }
  .select-line .select-item {
    display: none;
    margin-right: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #8D8D8D;
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px; }
    .select-line .select-item span {
      display: inline-block;
      margin-left: 10px;
      color: #141414; }
    .select-line .select-item:after {
      position: absolute;
      bottom: 0;
      left: -10000px;
      right: -10000px;
      content: '';
      height: 1px;
      border-bottom: 1px solid #141414; }

.search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .search-content .search-result {
    width: 66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }


  /*PODCAST*/
    .search-content .search-result .item-medium {
      width: 48%;
      margin-bottom: 10px; }
.search-block-podcast .search-content .search-result .item-medium .text-wrap{
  padding-top: 0;
}

.search-block-podcast .search-content .search-result{
  display: block;
}
.search-block-podcast .search-content .search-result .item-medium{
  display: inline-block;
  float: left;
}

.search-block-podcast .search-content .search-result .item-medium:after {
  content: "";
  display: table;
  clear: both;}
.search-block-podcast .pagination-wrap{
  float: left;
}
.search-block-podcast .search-content .search-result .item-medium:nth-child(2n){
  float: right;
}
  .search-content .aside-search {
    width: 29%; }
    .search-content .aside-search .ad {
      margin-bottom: 30px; }
      .search-content .aside-search .ad img {
        width: 100%; }
    .search-content .aside-search h2 {
      margin-bottom: 0px; }
    .search-content .aside-search .list-article {
      margin-bottom: 57px;
      list-style: none;
      padding: 0;
      margin-top: 0;
    }
      .search-content .aside-search .list-article li {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #163d55;
        position: relative;
        counter-increment: li; }
        .search-content .aside-search .list-article li:before {
          content: counter(li) ".";
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          margin-right: 5px;
          color: #8D8D8D; }
        .search-content .aside-search .list-article li a {
          font-style: normal;
          font-weight: 500;
          font-size: 15px;
          line-height: 0px;
          letter-spacing: 0;
          text-transform: uppercase;
          color: #8D8D8D; }
          .search-content .aside-search .list-article li a:hover {
            color: #141414; }
      .search-content .aside-search .list-article li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }

.pagination-wrap {
  margin-top: 0;
  padding-top: 53px;
  border-top: 1px solid #141414;
  width: 100%; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination li {
    margin: 0 7px;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #141414; }
    .pagination li a {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #8D8D8D;
      display: inline-block; }
      .pagination li a:hover {
        color: #141414; }
      .pagination li a i {
        color: #141414;
        font-weight: 700;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
        .pagination li a i:hover {
          color: #8D8D8D; }
  .pagination li:first-child {
    margin-right: 20px; }
  .pagination li:last-child {
    margin-left: 20px; }

.select-line {
  display: none; }

.is-show.select-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*--------------------END-PAGE-SEARCH------------------------------*/
/*---------------------PAGE-STATS------------------------------*/
.bg-black {
  padding: 0 0 24px;
  background: #141414; }
  .bg-black .content-width {
    text-align: center; }
  .bg-black .advertising {
    margin: 0; }
    .bg-black .advertising img {
      max-width: 100%; }

.stats {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #1B4C6A;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1B4C6A;
  padding: 50px 0 50px; }
  .stats .stat-content .tabs {
    display: none; }
    .stats .stat-content .tabs .item {
      width: calc(33.33% - 20px);
      margin-bottom: 30px;
      margin-right: 30px; }
      .stats .stat-content .tabs .item figure {
        height: 260px;
        overflow: hidden; }
        .stats .stat-content .tabs .item figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: all .4s ease;
          transition: all .4s ease; }
        .stats .stat-content .tabs .item figure:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      .stats .stat-content .tabs .item .text-wrap {
        padding: 20px 0 20px; }
        .stats .stat-content .tabs .item .text-wrap h6 a {
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 140%;
          color: #FFFFFF; }
          .stats .stat-content .tabs .item .text-wrap h6 a:hover {
            opacity: 0.7; }
    .stats .stat-content .tabs .item:nth-child(3n) {
      margin-right: 0; }
  .stats .stat-content .is-active.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .stats .wrap {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .stats .wrap p {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #8D8D8D; }
    .stats .wrap .btn-wrap {
      position: relative;
      top: -3px; }
      .stats .wrap .btn-wrap a {
        border-color: #fff;
        color: #fff; }
        .stats .wrap .btn-wrap a:hover {
          background: #fff;
          color: #141414; }

.trend-stat {
  padding: 100px 0 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #1B4C6A;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1B4C6A; }
  .trend-stat .content-width {
    position: relative; }
  .trend-stat .trend-slider a {
    padding: 0;
    border: none !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding-top: 5px;
    font-family: "Josefin Sans", sans-serif;
    background: transparent !important; }

.trend-stat .trend-slider a:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  content: '';
  cursor: pointer;
}
  .trend-stat .trend-slider .swiper-slide {
    position: relative;
    padding-bottom: 5px; }
    .trend-stat .trend-slider .swiper-slide:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      height: 2px;
      background: #CC0808;
      opacity: 0;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
    .trend-stat .trend-slider .swiper-slide:hover:after {
      opacity: 1; }
  .trend-stat .trend-slider .swiper-slide.is-active:after {
    opacity: 1; }
  .trend-stat .content-width:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, #163D55), color-stop(100%, rgba(22, 61, 85, 0.01)));
    background: linear-gradient(90deg, #163D55 70%, rgba(22, 61, 85, 0.01) 100%);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 58px; }
  .trend-stat .trend-stat-next {
    right: -10px;
    z-index: 20; }
    .trend-stat .trend-stat-next:after {
      font-size: 14px;
      color: #fff;
      font-weight: 900; }
  .trend-stat .trend-stat-prev {
    left: -10px;
    z-index: 20; }
    .trend-stat .trend-stat-prev:after {
      font-size: 14px;
      color: #fff;
      font-weight: 900; }
  .trend-stat .nav-wrap {
    position: absolute;
    right: 0;
    top: 10px;
    width: 34px; }

/*--------------------END-PAGE-STATS------------------------------*/
/*---------------------PAGE-CHAMPIONSHIP------------------------------*/
.bg-white {
  padding: 0; }
  .bg-white .advertising {
    text-align: center;
    margin-bottom: 20px; }
    .bg-white .advertising img {
      max-width: 100%; }

.championship {
  padding: 15px 0 50px;
  overflow: hidden; }
  .championship .marquee {
    margin-bottom: 48px; }
    .championship .marquee:after {
      content: "";
      display: table;
      clear: both; }
    .championship .marquee p {
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 130%;
      text-transform: uppercase;
      color: #141414;
      font-family: 'SF Compact Display', sans-serif;
      margin-right: 60px;
      display: inline-block; }
  .championship .search-wrap {
    border-top: 1px solid #8D8D8D;
    border-bottom: 1px solid #8D8D8D;
    padding: 18px 0;
    margin-bottom: 59px; }
  .championship .form-search {
    position: relative; }
    .championship .form-search label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      height: 40px;
      width: 100%;
      color: #141414;
      font-size: 20px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      opacity: 1; }
    .championship .form-search input {
      height: 40px;
      width: 100%;
      background: #F6F6F6;
      border-radius: 10px;
      text-align: center;
      line-height: 40px;
      border: none !important; }
    .championship .form-search label.is-active, .championship .form-search label.is-focus {
      top: -40px;
      opacity: 0; }
    .championship .form-search:hover label {
      top: -40px;
      opacity: 0; }
  .championship .table-wrap .table {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .championship .table-wrap .table .left {
      width: 380px; }
      .championship .table-wrap .table .left figure {
        height: 380px;
        width: 100%;
        margin-bottom: 35px; }
        .championship .table-wrap .table .left figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .championship .table-wrap .table .left p.name {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: #141414;
        margin: 0; }
    .championship .table-wrap .table .right {
      width: calc(100% - 580px); }
      .championship .table-wrap .table .right .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .championship .table-wrap .table .right .title {
        text-align: center; }
      .championship .table-wrap .table .right .col {
        width: 25%; }
        .championship .table-wrap .table .right .col .val {
          height: 380px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 10px;
          border-right: 1px solid #E5E5E5; }
          .championship .table-wrap .table .right .col .val p {
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 150%;
            color: #141414; }
      .championship .table-wrap .table .right .col-1 .val {
        border-left: 1px solid #E5E5E5; }
    .championship .table-wrap .table .title {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 100%;
      text-transform: uppercase;
      color: #141414;
      margin-bottom: 40px;
      font-family: "Josefin Sans", sans-serif; }
  .championship .table-wrap .table.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.select-slider-wrap {
  padding: 0 0 50px;
  position: relative;
  min-height: 200px;
  margin-top: 77px; }
  .select-slider-wrap .nav-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .select-slider-wrap .nav-wrap > div {
      position: relative;
      left: 0;
      right: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .select-slider-wrap .nav-wrap > div:hover {
        opacity: 0.7; }
      .select-slider-wrap .nav-wrap > div:after {
        content: url("../img/icon-1.svg"); }
    .select-slider-wrap .nav-wrap .swiper-button-next {
      -webkit-box-ordinal-group: 3;
      display: inline-block!important;
      cursor: pointer;
      pointer-events: auto;
      outline: none!important;
      opacity: 1!important;
          -ms-flex-order: 2;
              order: 2; }
      .select-slider-wrap .nav-wrap .swiper-button-next:after {

        content: url("../img/arr-1.svg");
         }
    .select-slider-wrap .nav-wrap .swiper-button-prev {
     /* opacity: 1!important;*/
      outline: none!important;
      cursor: pointer;
      pointer-events: auto;
      margin-right: 40px; }
  .select-slider-wrap .select-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    padding: 10px;
    overflow: hidden; }
    .select-slider-wrap .select-slider .swiper-slide {
      width: 110px;
      height: 110px;
      position: relative; }
      .select-slider-wrap .select-slider .swiper-slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all .4s ease;
        transition: all .4s ease; }
      .select-slider-wrap .select-slider .swiper-slide a {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        display: block; }
        .select-slider-wrap .select-slider .swiper-slide a:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .select-slider-wrap .select-slider .swiper-slide.is-active:after {
      position: absolute;
      top: -5px;
      left: -5px;
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      content: '';
      border: 1px solid rgba(0, 0, 0, 0.2); }

/*--------------------END-PAGE-CHAMPIONSHIP------------------------------*/
/*---------------------PAGE-ROSTER------------------------------*/
.roster {
  padding: 33px 0 100px; }
  .roster .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .roster .left {
    width: calc(100% - 430px); }
    .roster .left p {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      text-transform: uppercase;
      color: #141414;
      font-family: "Josefin Sans", sans-serif;
      margin: 61px 0 20px; }
    .roster .left ul li {
      margin-bottom: 13px; }
      .roster .left ul li a {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #141414; }
        .roster .left ul li a:hover {
          opacity: 0.7; }
  .roster .right {
    width: 350px;
    padding-top: 10px; }
  .roster h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 21px; }
  .roster h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #141414;
    margin: 0; }
  .roster .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 45px; }
    .roster .content .item {
      width: calc(33.33% - 20px);
      margin-right: 30px;
      margin-bottom: 30px;
      height: 600px;
      position: relative; }
      .roster .content .item p {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: #FFFFFF;
        margin-bottom: 24px;
        width: 100%; }
      .roster .content .item ul {
        width: 100%; }
        .roster .content .item ul li {
          margin-bottom: 8px;
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.1em;
          color: #FFFFFF; }
          .roster .content .item ul li b {
            display: inline-block;
            font-weight: bold;
            text-transform: uppercase;
            margin-right: 5px; }
        .roster .content .item ul li:last-child {
          margin-bottom: 0; }
      .roster .content .item figure {
        width: 100%;
        height: 100%; }
        .roster .content .item figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .roster .content .item .scroll-block {
        position: absolute;
        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-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        bottom: 33px;
        left: 20px;
        right: 20px;
        z-index: 10; }
        .roster .content .item .scroll-block .wrap {
          width: 100%;
          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: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
    .roster .content .item:nth-child(3n) {
      margin-right: 0; }

/*--------------------END-PAGE-ROSTER------------------------------*/
/*---------------------PAGE-RECORD------------------------------*/
.bg-blue {
  padding: 1px 0;
  background: #1B4C6A 0.07%; }
  .bg-blue .advertising {
    text-align: center;
    margin-bottom: 20px; }
    .bg-blue .advertising img {
      max-width: 100%; }

.records {
  padding: 10px 0;
  background: #1B4C6A 0.07%; }
  .records h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center; }
  .records .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .records figure {
    width: 350px; }
  .records .text-wrap {
    width: calc(100% - 410px); }
  .records h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8D8D8D;
    margin-bottom: 30px; }
  .records p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20px; }
  .records ul {
    margin: 50px 0 30px; }
    .records ul li {
      margin-bottom: 13px; }
      .records ul li a {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF; }
        .records ul li a:hover {
          opacity: 0.7; }

.accordion-records {
  padding: 10px 0;
  background: #1B4C6A 0.07%; }
  .accordion-records .pagination-wrap {
    max-width: 790px;
    margin: 0 auto;
    border-top: 1px solid #fff; }
  .accordion-records .pagination li a i {
    color: #fff; }
  .accordion-records .pagination li a {
    color: #fff; }
  .accordion-records .pagination li {
    color: #CC0808; }

.accordion-thumb {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  padding: 0 90px;
  overflow: hidden;

  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
.accordion-records .accordion-thumb{
  background: #0e2b3c;
}
  .accordion-thumb:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 22px;
    margin-top: -19px;
    pointer-events: none;
    position: absolute;
    right: 98px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 22px; }
  .accordion-thumb h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    position: relative;
    z-index: 1; }
  .accordion-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .accordion-thumb:hover {
    height: 300px; }

.accordion-panel {
  display: none;
  background: #fff;
  padding: 60px 85px; }
  .accordion-panel ul li, .accordion-records .accordion-panel p {
    margin-bottom: 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #141414; }
    .accordion-panel ul li b, .accordion-records .accordion-panel p strong {
      font-weight: bold;
      margin-right: 5px; }

.is-active .accordion-thumb:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }
.is-active .accordion-thumb {
  height: 300px; }

.records-search {
  background: #141414;
  overflow: hidden; }
  .records-search .marquee-wrap {
    background: #fff;
    padding: 19px 0 20px;
    margin-bottom: 48px; }
  .records-search .marquee:after {
    content: "";
    display: table;
    clear: both; }
  .records-search .marquee p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #141414;
    margin-right: 80px;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block; }
  .records-search .search-wrap {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 18px 0;
    margin-bottom: 84px; }
  .records-search .form-search {
    position: relative; }
    .records-search .form-search label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      height: 40px;
      width: 100%;
      color: #141414;
      font-size: 20px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all .4s ease;
      transition: all .4s ease;
      opacity: 1; }
    .records-search .form-search input {
      height: 40px;
      width: 100%;
      background: #fff;
      border-radius: 10px;
      text-align: center;
      line-height: 40px;
      border: none !important; }
    .records-search .form-search label.is-active, .records-search .form-search label.is-focus {
      top: -40px;
      opacity: 0; }
    .records-search .form-search:hover label {
      top: -40px;
      opacity: 0; }
  .records-search ol {
    padding: 0 0 50px;
    text-align: left; }
    .records-search ol li {
      counter-increment: li;
      position: relative;
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 20px; }
      .records-search ol li span {
        display: inline-block;
        width: 40%;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #CC0808;
        position: relative;
        top: 3px; }
        .records-search ol li span:before {
          content: counter(li) ".";
          display: inline-block;
          position: relative;
          font-style: normal;
          font-weight: bold;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: #FFFFFF;
          margin-right: 5px; }
      .records-search ol li p {
        display: inline-block;
        width: 50%;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        color: #FFFFFF; }
  .records-search .wrap {
    text-align: center;
    position: relative;
    padding-bottom: 50px; }
    .records-search .wrap:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#141414));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141414 100%);
      height: 600px; }

.records-search .wrap.hide-back:after{
  display: none!important;
}
.records-search .percent-wrap>div, .win_loss_wrap>div{
  padding: 15px 20px;
  background: #fff;
  border-radius: 15px;

}
.records-search .percent-wrap>div.wrap{
  background: transparent!important;
  padding: 0!important;
}
.records-search .percent-wrap>div p, .win_loss_wrap>div p{
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
    .records-search .wrap a {
      border-bottom: 3px solid #fff;
      border-right: 3px solid #fff;
      content: '';
      display: inline-block;
      height: 22px;
      margin-top: -19px;
      position: absolute;
      z-index: 9;
      bottom: 10px;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 22px; }
  .records-search .is-open:after {
    display: none; }
  .records-search .is-open a {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }

/*--------------------END-PAGE-RECORD------------------------------*/
/*---------------------PAGE-WREASTLE-LEAGUE------------------------------*/
.league {
  padding: 35px 0 118px; }
  .league h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #141414;
    text-align: center;
    margin-bottom: 13px; }
  .league .content {
    border-top: 1px solid #141414;
    padding-top: 34px; }

.tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px; }
  .tabs-menu li {
    margin: 0 15px; }
  .tabs-menu .is-active {
    background: #1B4C6A;
    color: #fff;
    border-color: #1B4C6A; }

.tab-content .list-result {
  max-width: 365px;
  margin: 0 auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.tab-content .list-result li{
  position: relative;
  z-index: 1;
}
.tab-content .list-result:nth-child(2n):after{
  position: absolute;
  top: 0;
  left: -2000px;
  right: -2000px;
  content: '';
  bottom: 0;
  background: rgba(229, 229, 229, 0.5);
}
.tab-content .list-result li:last-child{
  margin-bottom: 0;
}
.tab-content .list-result:first-child{
  margin-top: 30px;
}
.league .tab-item{
  overflow: hidden;
}
  .tab-content .list-result li {
    margin-bottom: 30px; }
    .tab-content .list-result li p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      color: #000000; }
      .tab-content .list-result li p b {
        display: block;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 150%;
        color: #000000; }
.tab-content .red-title {
  margin-bottom: 14px; }
  .tab-content .red-title h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #CC0808;
    text-align: center;
    margin-bottom: 16px; }
  .tab-content .red-title p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #CC0808;
    font-family: "Josefin Sans", sans-serif;
    text-align: center; }
.tab-content .input-wrap {
  padding: 45px 0 35px; }
  .tab-content .input-wrap h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    max-width: 365px;
    margin: 0 auto 20px; }
  .tab-content .input-wrap p {
    margin-bottom: 10px; }
    .tab-content .input-wrap p input[type=radio] {
      margin: 0;
      display: none; }
    .tab-content .input-wrap p input[type="radio"] + span {
      position: absolute;
      top: 4px;
      left: 2px;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: 1px solid #1B4C6A; }
    .tab-content .input-wrap p input[type="radio"]:checked + span:after {
      position: absolute;
      width: 10px;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #1B4C6A;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1B4C6A;
      border-radius: 100%;
      top: 4px;
      left: 4px;
      content: ''; }
    .tab-content .input-wrap p label {
      display: block;
      position: relative;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      color: #000000;
      padding-left: 30px;
      cursor: pointer;
      max-width: 365px;
      margin: auto; }
.tab-content .input-wrap:nth-child(2n) {
  background: rgba(229, 229, 229, 0.5); }
.tab-content .input-wrap-submit {
  text-align: center;
  padding-top: 87px; }
  .tab-content .input-wrap-submit button {
    line-height: 66px;
    min-width: 237px; }

.table-standings .title-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 267px 0 155px;
  margin-bottom: 20px; }
  .table-standings .title-table div {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8D8D8D; }
  .table-standings .title-table div:first-child {
    width: calc(100% - 100px);
    padding-left: 38px; }
  .table-standings .title-table div:last-child {
    width: 100px;
    text-align: center; }
.table-standings ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 267px 0 55px;
  height: 150px; }
  .table-standings ul li div {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #141414; }
  .table-standings ul li div:first-child {
    width: 100px; }
  .table-standings ul li div:nth-child(2) {
    width: calc(100% - 200px);
    padding: 0 0 0 38px; }
  .table-standings ul li div:last-child {
    width: 100px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center; }
.table-standings ul li:nth-child(2n) {
  background: rgba(229, 229, 229, 0.5); }

.table-seasons .title-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 267px 0 155px;
  margin-bottom: 20px; }
  .table-seasons .title-table div {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8D8D8D; }
  .table-seasons .title-table div:first-child {
    width: calc(100% - 100px);
    padding-left: 38px; }
  .table-seasons .title-table div:last-child {
    width: 100px;
    text-align: center; }
.table-seasons ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 255px 0 192px;
  height: 150px; }
  .table-seasons ul li div {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #141414; }
  .table-seasons ul li div:first-child {
    width: calc(100% - 100px); }
  .table-seasons ul li div:last-child {
    width: 100px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center; }
.table-seasons ul li:nth-child(2n) {
  background: rgba(229, 229, 229, 0.5); }

/*--------------------END-PAGE-WREASTLE-LEAGUE------------------------------*/
/*--------------------PAGE-CALENDAR------------------------------*/
.calendar {
  padding: 35px 0 50px;
  overflow: hidden; }
  .calendar .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #141414;
    padding-bottom: 13px; }
  .calendar h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #141414;
    margin: 0; }
  .calendar .tabs-menu {
    padding-top: 15px;
    margin: 0; }
    .calendar .tabs-menu li {
      margin: 0 0 0 15px; }
  .calendar .filter-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .calendar .select-wrap, .calendar .clear-wrap {
    position: relative;
    z-index: 1; }
  .calendar .select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .calendar .select-wrap .select-block {
      margin-right: 49px; }
    .calendar .select-wrap .select-block:last-child {
      margin-right: 0; }
  .calendar .clear-wrap a {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    color: #141414;
    font-family: "Josefin Sans", sans-serif;
    position: relative; }
    .calendar .clear-wrap a:after {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      height: 1px;
      content: '';
      background: #141414; }
    .calendar .clear-wrap a:hover {
      opacity: 0.7; }
  .calendar .select-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .calendar .select-line .select-item {
      margin: 0 0 0 30px; }
  .calendar .select-line .select-item:after {
    display: none; }
  .calendar .calendar-wrap img {
    max-width: 100%; }
  .calendar .event-calendar .event-item {
    display: -webkit-box;
    display: -ms-flexbox;
    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; }
    .calendar .event-calendar .event-item .date {
      width: 16%; }
      .calendar .event-calendar .event-item .date p {
        font-style: normal;
        font-weight: 600;
        font-size: 63px;
        line-height: 100%;
        text-transform: uppercase;
        text-align: center;
        color: #141414;
        font-family: "Josefin Sans", sans-serif; }
    .calendar .event-calendar .event-item figure {
      width: 220px;
      height: 108px;
      overflow: hidden;
      margin-left: 5%; }
      .calendar .event-calendar .event-item figure img {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .calendar .event-calendar .event-item figure:hover img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
    .calendar .event-calendar .event-item .info-wrap {
      width: 34%;
      padding: 10px 0 0; }
      .calendar .event-calendar .event-item .info-wrap h6 {
        margin-bottom: 21px; }
        .calendar .event-calendar .event-item .info-wrap h6 a {
          font-style: normal;
          font-weight: 500;
          font-size: 24px;
          line-height: 100%;
          color: #141414; }
          .calendar .event-calendar .event-item .info-wrap h6 a:hover {
            opacity: 0.7; }
      .calendar .event-calendar .event-item .info-wrap p {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
        color: #8D8D8D; }
  .calendar .event-calendar .event-item + .event-item {
    margin-top: 95px; }
  .calendar .date-wrap {
    margin: 22px 0 47px; }
    .calendar .date-wrap h4 {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      color: #000000;
      margin: 0;
      text-transform: inherit;
      text-align: center; }

.margin-bottom-120 {
  margin-bottom: 120px !important; }

/*--------------------END-PAGE-CALENDAR------------------------------*/
/*---------------------PAGE-TEAM------------------------------*/
.team {
  padding: 35px 0 50px; }
  .team .left {
    padding-top: 0px; }
    .team .left .nav-wrap {
      margin-top: 70px; }
    .team .left h5 {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      color: #141414;
      margin: 0; }
    .team .left h6 {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      color: #CC0808;
      margin-bottom: 5px; }
    .team .left p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      color: #000000;
      max-width: 325px;
      margin-bottom: 30px; }
  .team .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px; }
    .team .soc li {
      margin: 0 25px 0 0; }
      .team .soc li a {
        font-size: 20px;
        color: #1B4C6A; }
        .team .soc li a:hover {
          opacity: 0.7; }
    .team .soc li:last-child {
      margin-right: 0; }
  .team .item-medium figure {
    height: 600px; }
    .team .item-medium figure img {
      -o-object-position: center bottom;
         object-position: center bottom;
         max-height:500px; }
  .team .swiper-slide {
    width: 380px; }
.left .swiper-slide figure img{
  max-height:380px !important;
}
.add-team {
  padding: 105px 0 100px;
  background: #F6F6F6; }
  .add-team h2 {
    text-align: center;
    margin-bottom: 40px; }
  .add-team figure {
    text-align: center;
    margin-bottom: 38px; }
  .add-team .btn-wrap {
    text-align: center; }

/*--------------------END-PAGE-TEAM------------------------------*/
/*--------------------PAGE-LOGIN------------------------------*/
.login {
  padding: 100px 0 100px; }
  .login h1 {
    text-align: center;
    margin-bottom: 60px;
    color: #1B4C6A; }
  .login h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px; }
  .login .content-width {
    max-width: 470px; }
  .login .form-default .input-wrap-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 10px 0 0; }
    .login .form-default .input-wrap-submit a {
      display: inline-block;
      position: relative;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      color: #141414;
      font-family: "Josefin Sans", sans-serif; }
      .login .form-default .input-wrap-submit a:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        content: '';
        height: 1px;
        background: #141414; }
      .login .form-default .input-wrap-submit a:hover {
        opacity: 0.7; }
    .login .form-default .input-wrap-submit button {
      line-height: 66px;
      width: 230px; }
  .login .link-wrap {
    margin-top: 35px;
    text-align: center; }
    .login .link-wrap a {
      display: inline-block;
      position: relative;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      color: #141414;
      font-family: "Josefin Sans", sans-serif; }
      .login .link-wrap a:after {
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        content: '';
        height: 1px;
        background: #141414; }
      .login .link-wrap a:hover {
        opacity: 0.7; }

/*-------------------END-PAGE-LOGIN------------------------------*/
/*--------------------PAGE-PROFILE------------------------------*/
.profile {
  position: relative;
  overflow: hidden; }
  .profile .content-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .profile .left {
    width: 50%;
    padding: 100px 0 126px; }
    .profile .left p.name {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      color: #8D8D8D;
      margin-bottom: 59px; }
  .profile h1 {
    margin-bottom: 11px; }
  .profile .profile-menu {
    margin-bottom: 94px; }
    .profile .profile-menu li {
      margin-bottom: 17px; }
      .profile .profile-menu li a {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #000000;
        display: inline-block; }
        .profile .profile-menu li a:after {
          position: absolute;
          bottom: -2px;
          left: 0;
          right: 0;
          content: '';
          height: 1px;
          background: #000;
          -webkit-transition: all .4s ease;
          transition: all .4s ease;
          opacity: 0; }
        .profile .profile-menu li a:hover:after {
          opacity: 1; }
    .profile .profile-menu li.is-active a:after {
      opacity: 1; }
  .profile .link-wrap a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    color: #141414;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
    position: relative; }
    .profile .link-wrap a:after {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      content: '';
      height: 1px;
      background: #141414; }
    .profile .link-wrap a:hover {
      opacity: 0.7; }
  .profile .border-wrap {
    padding: 50px 30px 56px;
    border: 1px solid #8D8D8D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    max-width: 300px; }
  .profile .right {
    width: 50%;
    padding: 100px 0 100px; }
    .profile .right .bg {
      position: absolute;
      top: 0;
      left: 50%;
      right: 0;
      bottom: 0; }
      .profile .right .bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .profile .right .item-2 h6 {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      color: #000000;
      margin-bottom: 60px; }
    .profile .right .item-2 h5 {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 20px; }
    .profile .right .item-2 p.label {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      text-transform: uppercase;
      color: #8D8D8D;
      margin-bottom: 30px;
      font-family: "Josefin Sans", sans-serif; }
    .profile .right .item-2 .form-tag .input-wrap {
      width: 100%;
      margin-bottom: 30px; }
    .profile .right .item-2 .form-tag input {
      height: 66px;
      line-height: 64px;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      text-transform: inherit;
      padding-top: 2px; }
  .profile .bottom {
    display: none;
    width: 100%;
    padding-bottom: 120px; }
    .profile .bottom .bg {
      background: #F6F6F6;
      -webkit-box-shadow: 0px 4px 8px rgba(50, 50, 71, 0.06), 0px 4px 4px rgba(50, 50, 71, 0.08);
              box-shadow: 0px 4px 8px rgba(50, 50, 71, 0.06), 0px 4px 4px rgba(50, 50, 71, 0.08);
      border-radius: 10px;
      padding: 70px 60px 70px;
      min-height: 310px; }
      .profile .bottom .bg .empty {
        text-align: center;
        padding: 100px 0 100px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        text-transform: uppercase;
        color: #8D8D8D;
        font-family: "Josefin Sans", sans-serif; }
    .profile .bottom h2 {
      margin-bottom: 40px;
      text-align: center; }
    .profile .bottom .tag-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 100%; }
      .profile .bottom .tag-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 40px 30px 0; }
        .profile .bottom .tag-list li p {
          background: #FFFFFF;
          border: 1px solid #141414;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 20px;
          padding: 0 10px;
          height: 30px;
          line-height: 28px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .profile .bottom .tag-list li p img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            border-radius: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .profile .bottom .tag-list li a {
          margin-left: 10px !important;
          padding: 0 !important; }
          .profile .bottom .tag-list li a:before {
            display: none; }
          .profile .bottom .tag-list li a:hover {
            opacity: 0.7; }
    .profile .bottom .add-visible {
      margin-top: 30px;
      text-align: center;
      padding-bottom: 20px;
      position: relative; }
      .profile .bottom .add-visible a {
        display: inline-block;
        border-bottom: 2px solid #141414;
        border-right: 2px solid #141414;
        content: '';
        height: 14px;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 14px; }
        .profile .bottom .add-visible a:hover {
          opacity: 0.7; }
      .profile .bottom .add-visible a.is-open {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg); }
    .profile .bottom .btn-wrap {
      margin-top: 80px;
      text-align: center; }
      .profile .bottom .btn-wrap a {
        width: 250px;
        line-height: 66px; }
  .profile .tag-wrap-active, .profile .tag-wrap-popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .profile .tag-wrap-active p.checkbox, .profile .tag-wrap-popular p.checkbox {
      display: inline-block;
      margin: 0 20px 20px 0; }
      .profile .tag-wrap-active p.checkbox label, .profile .tag-wrap-popular p.checkbox label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #141414;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer; }
        .profile .tag-wrap-active p.checkbox label span, .profile .tag-wrap-popular p.checkbox label span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 28px;
          line-height: 100%;
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          text-transform: uppercase;
          color: #141414;
          padding: 0 10px; }
          .profile .tag-wrap-active p.checkbox label span img, .profile .tag-wrap-popular p.checkbox label span img {
            border-radius: 100%;
            width: 20px;
            height: 20px;
            vertical-align: top;
            margin-right: 10px; }
          .profile .tag-wrap-active p.checkbox label span b, .profile .tag-wrap-popular p.checkbox label span b {
            font-weight: 600;
            display: inline-block; }
      .profile .tag-wrap-active p.checkbox label.is-check, .profile .tag-wrap-popular p.checkbox label.is-check {
        background: #141414;
        color: #fff; }
      .profile .tag-wrap-active p.checkbox input[type=checkbox], .profile .tag-wrap-popular p.checkbox input[type=checkbox] {
        margin: 0;
        display: none; }
      .profile .tag-wrap-active p.checkbox input[type="checkbox"]:checked + span, .profile .tag-wrap-popular p.checkbox input[type="checkbox"]:checked + span {
        background: #141414;
        color: #fff; }
    .profile .tag-wrap-active .top label, .profile .tag-wrap-popular .top label {
      background: #CC0808;
      border-color: #CC0808 !important; }
      .profile .tag-wrap-active .top label span, .profile .tag-wrap-popular .top label span {
        color: #fff !important; }
    .profile .tag-wrap-active .medium label, .profile .tag-wrap-popular .medium label {
      background: #8D8D8D; }
      .profile .tag-wrap-active .medium label span, .profile .tag-wrap-popular .medium label span {
        color: #fff !important; }
    .profile .tag-wrap-active .lite label, .profile .tag-wrap-popular .lite label {
      background: #E5E5E5; }
  .profile .tag-wrap-popular {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #CC0808; }
    .profile .tag-wrap-popular h5 {
      margin-bottom: 44px !important;
      width: 100%; }
  .profile .item-3 h6 {
    margin-bottom: 20px; }
  .profile .item-3 .label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #8D8D8D;
    margin-bottom: 55px; }
  .profile .item-3 .label-big {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #8D8D8D;
    margin-bottom: 55px; }
  .profile .item-3 h4 {
    margin-bottom: 30px; }
    .profile .item-3 h4 a {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      color: #CC0808; }
      .profile .item-3 h4 a:hover {
        color: #141414; }
  .profile .item-3 .buy-wrap p.checkbox {
    margin-bottom: 10px; }
    .profile .item-3 .buy-wrap p.checkbox label {
      cursor: pointer;
      display: block;
      position: relative;
      padding-left: 35px;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      color: #000000; }
      .profile .item-3 .buy-wrap p.checkbox label span {
        position: absolute;
        top: 2px;
        left: 0;
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 1px solid #141414; }
    .profile .item-3 .buy-wrap p.checkbox input[type=checkbox] {
      margin: 0;
      display: none; }
    .profile .item-3 .buy-wrap p.checkbox input[type="checkbox"]:checked + span:after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      font-weight: 500;
      font-size: 14px;
      color: #141414;
      -webkit-transform: translate(-46%, -46%);
              transform: translate(-46%, -46%); }
  .profile .item-3 .buy-wrap .input-wrap {
    margin-top: 40px; }
  .profile .item-3 .buy-wrap .btn-big {
    width: 280px; }
  .profile .item-3 .buy-wrap .cancel-wrap a {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    color: #8D8D8D;
    position: relative; }
    .profile .item-3 .buy-wrap .cancel-wrap a:after {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 1px;
      background: #8D8D8D;
      content: ''; }
    .profile .item-3 .buy-wrap .cancel-wrap a:hover {
      color: #141414; }
      .profile .item-3 .buy-wrap .cancel-wrap a:hover:after {
        background: #141414; }
  .profile .item-3 .wrap {
    margin-top: 100px; }
    .profile .item-3 .wrap h6 i {
      margin-right: 20px; }
    .profile .item-3 .wrap p.checkbox {
      margin-bottom: 10px; }
      .profile .item-3 .wrap p.checkbox label {
        cursor: pointer;
        display: inline-block;
        position: relative;
        padding-left: 35px;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        text-transform: uppercase;
        color: #000000;
        padding-bottom: 10px;
        border-bottom: 1px solid #141414; }
        .profile .item-3 .wrap p.checkbox label span {
          position: absolute;
          top: -3px;
          left: 0;
          display: inline-block;
          width: 20px;
          height: 20px;
          border: 1px solid #141414; }
      .profile .item-3 .wrap p.checkbox input[type=checkbox] {
        margin: 0;
        display: none; }
      .profile .item-3 .wrap p.checkbox input[type="checkbox"]:checked + span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '\f00c';
        font-family: "Font Awesome 5 Pro";
        font-weight: 500;
        font-size: 14px;
        color: #141414;
        -webkit-transform: translate(-46%, -46%);
                transform: translate(-46%, -46%); }
    .profile .item-3 .wrap p.checkbox:last-child label {
      border-bottom: 0; }

.profile-content .item {
  display: none; }
  .profile-content .item h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px; }
  .profile-content .item .form-default .input-wrap {
    width: 100%; }
  .profile-content .item .form-default .input-wrap-submit {
    width: 100%;
    text-align: right; }
    .profile-content .item .form-default .input-wrap-submit button {
      line-height: 64px;
      width: 212px; }
.profile-content .item.is-active {
  display: block; }

/*-------------------END-PAGE-PROFILE------------------------------*/
/*--------------------PAGE-EVENT-FUTURE------------------------------*/
.event-block {
  padding: 7px 0 50px; }
  .event-block .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .event-block .top figure {
      width: 50%;
      min-height: 375px; }
      .event-block .top figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .event-block .top .text-wrap {
      width: 50%;
      background: #1B4C6A;
      padding: 39px 55px 40px 40px; }
      .event-block .top .text-wrap .info-wrap h2 {
        color: #fff;
        margin-bottom: 24px; }
      .event-block .top .text-wrap .info-wrap p {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
        color: #FFFFFF; }
      .event-block .top .text-wrap .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 68px;
        padding-bottom: 0;
        border-bottom: 1px solid #8D8D8D; }
      .event-block .top .text-wrap .date-wrap {
        width: 40%;
        padding: 10px 0 0; }
        .event-block .top .text-wrap .date-wrap p {
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          text-transform: uppercase;
          color: #FFFFFF;
          font-family: "Josefin Sans", sans-serif;
          margin-bottom: 5px; }
        .event-block .top .text-wrap .date-wrap p.date {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          .event-block .top .text-wrap .date-wrap p.date span {
            display: inline-block;
            margin-right: 10px;
            font-style: normal;
            font-weight: 600;
            font-size: 63px;
            line-height: 100%;
            color: #CC0808; }
          .event-block .top .text-wrap .date-wrap p.date b {
            display: inline-block;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 100%;
            color: #FFFFFF;
            position: relative;
            top: -15px; }
      .event-block .top .text-wrap .soc-wrap {
        width: auto; }
        .event-block .top .text-wrap .soc-wrap h6 {
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 140%;
          color: #FFFFFF;
          margin-bottom: 20px;
          text-align: left; }
        .event-block .top .text-wrap .soc-wrap .soc {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .event-block .top .text-wrap .soc-wrap .soc li {
            margin-left: 27px; }
            .event-block .top .text-wrap .soc-wrap .soc li a {
              color: #fff;
              font-size: 20px; }
              .event-block .top .text-wrap .soc-wrap .soc li a:hover {
                opacity: 0.7; }
          .event-block .top .text-wrap .soc-wrap .soc li:first-child {
            margin-left: 0; }
  .event-block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 51px; }
    .event-block .content .left {
      width: 61%; }
      .event-block .content .left h6 {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #CC0808;
        margin-bottom: 14px; }
      .event-block .content .left ul.event-list li {
        padding: 40px 0 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-top: 1px solid #141414; }
        .event-block .content .left ul.event-list li h5 {
          margin: 0;
          width: 45%;
          font-style: normal;
          font-weight: 500;
          font-size: 24px;
          line-height: 130%;
          text-transform: uppercase;
          color: #000000; }
        .event-block .content .left ul.event-list li p {
          font-style: normal;
          font-weight: 500;
          font-size: 18px;
          line-height: 140%;
          color: #000000;
          margin: 0;
          width: 44%; }
      .event-block .content .left ul.event-list li:last-child {
        border-bottom: 1px solid #141414; }
    .event-block .content .right {
      width: 29%; }
      .event-block .content .right h2 {
        margin-bottom: 49px; }
      .event-block .content .right .list-article {
        list-style: none;
        padding: 0; }
        .event-block .content .right .list-article li {
          padding-bottom: 38px;
          margin-bottom: 14px;
          border-bottom: 1px solid #163d55;
          position: relative;
          counter-increment: li; }
          .event-block .content .right .list-article li:before {
            content: counter(li) ".";
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            margin-right: 5px;
            color: #8D8D8D; }
          .event-block .content .right .list-article li a {
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: #8D8D8D; }
            .event-block .content .right .list-article li a:hover {
              color: #141414; }
        .event-block .content .right .list-article li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: 0; }

.event-block .accordion-thumb {
  padding: 40px 0 40px !important;
  border-top: 1px solid #141414;
  height: auto !important; }
  .event-block .accordion-thumb h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    max-width: 380px;
    text-align: left;
    margin: 0 !important; }
.event-block .accordion-item:last-child {
  border-bottom: 1px solid #141414; }
.event-block .accordion-thumb:after {
  display: none; }
.event-block .accordion-thumb:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  content: url("../img/icon-4.svg"); }
.event-block .is-active .accordion-thumb:before {
  content: url("../img/icon-4-1.svg"); }
.event-block .accordion-panel {
  padding: 0 0 40px; }
.event-block .vs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .event-block .vs-block:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #CC0808;
/*    content: 'vs';*/
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .event-block .vs-block .item {
    width: 49.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #F6F6F6;
    position: relative;
    padding: 18px 18px 3px; }
.event-block .vs-block .item + .item:after{
  position: absolute;
  top: 50%;
  left: -16px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #CC0808;
  content: 'vs';
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
    .event-block .vs-block .item .wrap {
      width: 100px;
      margin: 0 15px 15px 0; }
      .event-block .vs-block .item .wrap figure {
        width: 100%;
        height: 100px;
        margin-bottom: 5px; }
        .event-block .vs-block .item .wrap figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .event-block .vs-block .item .wrap p {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 100%;
        color: #000000;
        font-family: "Josefin Sans", sans-serif; }
  .event-block .vs-block .item:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .event-block .vs-block .item:last-child .wrap {
      margin: 0 0 15px 15px; }
.event-block .block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #F6F6F6;
  padding: 18px 18px 3px; }
  .event-block .block-item .wrap {
    width: 100px;
    margin: 0 15px 15px 0; }
    .event-block .block-item .wrap figure {
      width: 100%;
      height: 100px;
      margin-bottom: 5px; }
      .event-block .block-item .wrap figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .event-block .block-item .wrap p {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 100%;
      color: #000000;
      font-family: "Josefin Sans", sans-serif; }

.result-block {
  padding: 85px 0 50px; }
  .result-block h6 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #CC0808;
    margin-bottom: 15px; }
  .result-block ul, .result-block ol {
    border-top: 1px solid #141414;
    margin-bottom: 50px; }
    .result-block ul li, .result-block ol li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .result-block ul li .item, .result-block ol li .item {
        min-height: 70px;
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .result-block ul li .item-1, .result-block ol li .item-1 {
        width: 100px;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: #000000;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .result-block ul li .item-2, .result-block ol li .item-2 {
        width: calc(100% - 370px);
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #000000; }
    .result-block ul li:nth-child(2n + 1), .result-block ol li:nth-child(2n + 1) {
      background: #F6F6F6; }
.result-block ol li:before{
  content: counter(li);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  display: inline-block;
  width: 70px;
  min-width: 70px;
  text-align: center;
  font-family: 'SF Compact Display', sans-serif;
  margin-right: 310px;
}
.result-block ol{
  padding: 0;
}
.result-block ol li{
  counter-increment: li;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
  font-family: 'SF Compact Display', sans-serif;
}
.event-block .vs-block .item.item-wide{
  width: 100% !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: transparent!important;
}

.event-block .vs-block .item.item-wide .wrap{
  margin-right: 30px!important;
  margin-left: 0!important;
  position: relative;
}
/*.event-block .vs-block .item.item-wide .wrap:after{
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  position: absolute;
  content: '';
  background: #F6F6F6;
}*/
/*.event-block .vs-block .item.item-wide .wrap + .wrap:before{
  position: absolute;
  top: 50%;
  left: -25px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #CC0808;
  content: 'vs';
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}*/
/*.event-block .vs-block .item.item-wide .wrap:nth-child(7n +1):before{
  display: none;
}*/
.event-block .vs-block .item.item-wide .wrap>*{
  position: relative;
  z-index: 1;
}
.sticky-wrapper {
  /*min-height: 212px;*/
  z-index: 99999 !important; }

.news-slider, .news-slider-home {
  padding-left: calc((100vw - 1216px)/2); }

.latest-news h2, .video-block h2, .latest-news h1, .img-text h2, .event h2, .partners h2 {
  color: #CC0808; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important; }
.filter-line .nice-select .list li.disabled{
  display: none;
}
.accordion-records .search-wrap {
  border-top: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
  padding: 18px 0;}
.accordion-records .form-search {
  position: relative; }
  .accordion-records .form-search label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 40px;
    width: 100%;
    color: #141414;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1; }
  .accordion-records .form-search input {
    height: 40px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    border: none !important; }
  .accordion-records .form-search label.is-active, .accordion-records .form-search label.is-focus {
    top: -40px;
    opacity: 0; }
  .accordion-records .form-search:hover label {
    top: -40px;
    opacity: 0; }

.team .left {
  width: 370px; }

.team .right {
  width: calc(100% - 410px); }

.profile .profile-menu li a {
  display: inline-block;
  position: relative; }
  .profile .profile-menu li a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    content: '';
    height: 2px;
    background: #141414;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }

.profile .profile-menu li.is-active a:after {
  opacity: 1; }

.profile .bottom h2 {
  text-transform: uppercase; }

.profile .item-3 .wrap p.checkbox label {
  font-family: "Josefin Sans", sans-serif; }

.login .btn-wrap {
  margin-top: 50px;
  text-align: center; }

.profile .bottom .tag-list li p {
  text-transform: uppercase; }
.calendar .tabs-menu li a{
  padding: 4px 10px 0;
  display: inline-block;
  line-height: 16px;
  border: 1px solid #141414;
  border-radius: 16px;
}
.calendar .tabs-menu li a:hover{
  color: #fff;
}
.calendar .title-wrap{
  width: 100%;
}
.calendar .tabs-menu{
  padding-top: 0;
  margin-bottom: -51px;
  position: relative;
  z-index: 2;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
  padding: 0!important;
}
.calendar .filter-line{
  padding: 22px 0 18px;
}
.filter-line .nice-select{
  padding-right: 31px;
}
.is-show.select-line{
  padding: 20px 0 20px;
}
.tribe-events .tribe-events-calendar-month__header-row{
  padding: 21px 0 2px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: -1px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.tribe-events .tribe-events-calendar-month__day-date-daynum{
  color: #CC0808;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day{
  min-height: 20px;
  margin-top: 50px;

}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date{
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month{
  margin-top:20px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week{
  border-color: transparent!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:after{
  display: none;
}
.tribe-events .tribe-events-calendar-month__events{
  margin-bottom: 50px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:first-child{
 position: relative;
  border-left: 1px solid var(--tec-color-border-secondary-month-grid);

}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:before{
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  content: '';
  height: 50px;
  background: #fff;
}
.tribe-events .tribe-events-calendar-month__calendar-event--featured:last-child:before{
  display: none;
}
.tribe-common .tribe-common-h--alt a{
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #141414;
  font-family: 'SF Compact Display', sans-serif;
}
.tribe-common .tribe-common-h--alt{
  margin-bottom: 15px;
  margin-top: 15px;
}
.tribe-common p{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #8D8D8D;
  font-family: 'SF Compact Display', sans-serif;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event{
  opacity: 1;
}
.select-wrap{
  position: relative;
  z-index: 1;
}
.clear-wrap{
  position: relative;
  z-index: 1;
}
.calendar .tabs-menu li{
  border: none;
  padding: 0;
}
.calendar-list .tabs-menu{
  position: relative;
  top: 15px;
  width: 160px;
  float: right;
}
.tribe-events-calendar-list__month-separator{
  text-align: center;
  margin: 22px 0 47px;
}
.tribe-events-calendar-list__month-separator-text{
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 100%;
  color: #000000;
  margin: 0;
  text-transform: inherit;
  text-align: center;
}
.is-hide .accordion-thumb:after{
  display: none;
}
.tribe-events-calendar-list__event-row{
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}
.tribe-events-calendar-list__event-date-tag{
  width: 16%;
  -webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;
}
.tribe-events-calendar-list__event-date-tag-daynum{
  font-style: normal;
  font-weight: 600;
  font-size: 63px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #141414;
  font-family: "Josefin Sans", sans-serif;
  display: block;
}
.tribe-events-calendar-list__event-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 84%;
}
.calendar-list .tabs-menu li:last-child a{
  background: #1B4C6A!important;
  color: #fff!important;
  border-color: #1B4C6A!important;
}
.calendar-mon .tabs-menu li:first-child a{
  background: #1B4C6A!important;
  color: #fff!important;
  border-color: #1B4C6A!important;
}
.tribe-events-calendar-list__event{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.tribe-events-calendar-list__event-featured-image-wrapper{
  width: 220px;
  height: 108px;
  overflow: hidden;
  margin-left: 20%;
  -webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;
}
.tribe-events-calendar-list__event-featured-image-wrapper img{
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tribe-events-calendar-list__event-details{
  width: 410px;
  padding: 10px 0 0;
  -webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
}
.tribe-events-calendar-list__event-row + .tribe-events-calendar-list__month-separator{
  margin-top: 70px;
}
.tribe-events-calendar-list__event-title a{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #141414;
}
.tribe-events-calendar-list__event-venue p{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #8D8D8D;
}

.tribe-events-calendar-month__calendar-event{
  position: relative;
}
/*.tribe-events-calendar-month__calendar-event .hover-bg{
  opacity: 1;
}*/
.hover-bg{
  position: absolute;
  top: -48px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .4s ease;
  background-position: center;
}
.hover-bg:after{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: red;
  opacity: 0.3;
}
.tribe-events-calendar-month__calendar-event-details{
  position: relative;
  z-index: 2;
}

.tribe-events-calendar-month__calendar-event:hover .tribe-events-calendar-month__calendar-event-details h3 a{
  color: #fff!important;
}
 .tribe-events-calendar-month__calendar-event:hover p,  .tribe-events-calendar-month__calendar-event:hover .tribe-events-calendar-month__calendar-event-details{
  color: #fff!important;
}
.tribe-events-calendar-month__calendar-event:hover .hover-bg{
  opacity: 1;
}
.article .article-wrap p strong a{
  font-weight: 700;
}
.tribe-events-single-event-title{
  color: #fff;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  text-transform: uppercase;
}


.news-block .search-result{
  -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;
}
.news-block .search-result .item-medium{
  width: calc(33.33% - 14px);
  margin-right: 20px;
}
.news-block .search-result .item-medium:nth-child(3n){
  margin-right: 0;
}
.news-block .search-result{
  width: 100%!important;
}
.trend-slider{
  padding-left: 1px;
}
header{
  position: relative;
  z-index: 99999;
}

.trend-slider .swiper-slide:last-child{
  margin-right: 60px!important;
}
.news-slider .swiper-slide:last-child{
  margin-right: 50px;
}
.calendar .filter-line{
  position: relative;
  z-index: 99;
}
.tribe-events-calendar-month header{
  z-index: 9!important;
}
.tribe-events-header{
  z-index: 9!important;
}
.article .article-wrap p img{
  max-width: 100%;
  height: auto;
}
.accordion-records .pagination-wrap{
  background: transparent!important;
  border-radius: 0!important;
  border-top: 0!important;
}
.accordion-records .pagination-wrap .btn-border{
  border: 1px solid #fff;
  color: #fff;
}
.search-content .search-result h6 a{
  font-size: 1.8em;
}
.search-content .search-result h6{
  margin: 5px 0;
}
.search-content .search-result .item{
  width: 49%;
  margin-bottom: 0px;
}
.search-content .search-result .item figure{
  height: 260px;
}
.search-content .search-result .item img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;object-fit: cover;
}
.tribe-events-calendar-list__event-header{
  z-index: 1!important;
}
footer .content .left ul li a{
  text-transform: capitalize;
}
.ui-widget.ui-widget-content{
  z-index: 99999!important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.form-search .input-wrap{
  position: relative;
}

.form-search .input-wrap .clear-search{
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.form-search .input-wrap .clear-search:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  color: #000;
}
.video-block .content-2 .left{
  padding-top: 19px;
}
.video-block .content-2 .nav-wrap{
  margin-top: 0px;
}
.event .nav-wrap .event-pagination .swiper-pagination-bullet-active{
  display: inline-block!important;
}
.ui-menu{
  max-height: 50vh;
  overflow: hidden auto;
  border: 1px solid #141414;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 10px;

}
.ui-state-active, .ui-widget-content .ui-state-active{
  background: #eee;
  color: #141414;
  border-color: #eee;
}
.ui-menu .ui-menu-item-wrapper{
  padding: 5px 15px;
  font-weight: 500;
  font-size: 18px;
}
.video-block .color-white h2{
  color: #fff;
}

.video-block.blue-background .btn-border {
  border: 1px solid #fff;
  color: #fff;
}
.video-block.blue-background .btn-border:hover{
  background: #141414;
  border: 1px solid #141414;
}
.video-block .content-1 .nav-wrap > div:after{
  -webkit-filter: invert(1);filter: invert(1);
}
.login-league{
/*  padding-top: 50px!important;*/
}
.login-league h1{
  margin-bottom: 20px;
}

.roster .content .item .scroll-block:after{
  position: absolute;
  top: -50px;
  left: -20px;
  right: -20px;
  bottom: -40px;
  content: '';
 /* background: linear-gradient(180deg, rgba(27, 76, 106, 0) 29.5%, #1B4C6A 100%);*/
  background: transparent;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(139,164,179,0.7) 25%, rgba(27,76,106,1) 100%);
}
.roster .content .item .scroll-block .wrap{
  position: relative;
  z-index: 2;
}

.wrap-big-video iframe{
  width: 100%;
  height: 100%

}
.wrap-big-video{
  margin-bottom: 50px;
}
.profile .left p.name{
  text-transform: capitalize;
}
.f-result{
  margin: 20px 0;
  text-align: center;
  color: red;
}

.form-default .input-wrap label.error{
  color: red;
}
.login-league .img-wrap{
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.login-league .img-wrap p{
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin: 20px 0;
}

.login-league .img-wrap figure{
  width: 48%;
}
.login-league .img-wrap .left{
  width: 48%;
  text-align: center;
}

.login-league .img-wrap img{
  width: 100%;
  height: auto;
}

.page-default p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
  margin-bottom: 20px;
}

.page-default p a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #1B4C6A;
  word-break:break-all;
}
.page-default p a:hover{
  opacity: 0.7;
}

.last-news-slider .swiper-slide:last-child{
  margin-right:50px!important;
}
.item-medium .text-wrap h6 a{
 /* text-align: justify;*/
}

.tribe-events-calendar-month__calendar-event:hover{
  color: #fff;
}

.tribe-events .tribe-events-calendar-month__calendar-event + .tribe-events-calendar-month__calendar-event .hover-bg{
  top: -5px;
}
.search-result .item-medium figure{
  height: 320px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1B4C6A;
}

.open-menu.is-active a span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px; }
.open-menu.is-active a span:nth-child(2) {
  opacity: 0; }
.open-menu.is-active a span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px; }

.mob-up-btn a{
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all .4s ease;
  background: #141414;
  color: #fff;
  font-size: 20px;
  z-index: 9999;
  border: 1px solid #fff;
}
.mobile-sponsored{
  display: none;
}

.item-big .text-wrap h6{
  padding-right: 185px;
}
.video-block .item-medium figure{
  height: 210px;
}
.team .left .swiper-slide  figure{
  display: none;
  background: #1B4C6C;
}

.team-info-next, .team-info-prev{
  display: none;
}
.event-block-mob{
  display: none;
}
.page-link-next-prev{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
.page-link-next-prev a{
  display: inline-block;
  cursor: pointer;
  border: 1px solid #141414;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  height: 22px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #141414;
  padding: 0 10px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 5px;
}
.page-link-next-prev a:hover{
  background: #141414;
  color: #fff;
}
.page-link-next-prev a:after{
  /*content: url("../img/icon-1.svg");*/
}
.page-link-next-prev a:last-child:after{
 /* content: url("../img/icon-1-101.svg");*/
}

.article .article-wrap p img{
  max-width: 100%;
  width: 100%;
}
.article .article-wrap > figure{
  position: relative;
}

.article .article-wrap > figure span{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: rgba(0,0,0,0.6);
  color: white;
}

.select-slider-wrap .select-slider{
  width: 130px;
  right: inherit;
  left: 30%;
  overflow: visible;
}
.select-slider-wrap .select-slider:after{
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 100%;
  width: 10000px;
  content: '';
  background: #fff;
  z-index: 99;
}

.select-slider-wrap{
  overflow: hidden;
  margin-top: 0;
  padding-top: 30px;
}
.select-slider-wrap .content-width{
  position: relative;
}
.advertising + .event{
  background: #c02026;
}
.advertising + .event h2{
  color: #fff;
}
.advertising + .event .event-slider .swiper-slide .item .info-wrap p{
  color: #fff;
}
.stats-h .stat-content .tabs .item figure {
  height: 225px;
}
.event-block .vs-block.items-3 .item + .item:after, .event-block .vs-block.items-4 .item + .item:after, .event-block .vs-block.items-5 .item + .item:after, .event-block .vs-block.items-6 .item + .item:after, .event-block .vs-block.items-7 .item + .item:after, .event-block .vs-block.items-8 .item + .item:after, .event-block .vs-block.items-9 .item + .item:after{
  left: -10px;
}
.event-block .vs-block.items-5{
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.event-block .vs-block.items-5 .item{
  width: auto;
  margin-right: 0!important;
}
.event-block .vs-block.items-5 .item .wrap{
  margin-right: 0!important;
  margin-left: 0!important;
}
.event-block .vs-block.items-3{
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.event-block .vs-block.items-3 .item{
  width: auto;
  margin-right: 0!important;
}
.event-block .vs-block.items-3 .item .wrap{
  margin-right: 0!important;
  margin-left: 0!important;
}
.event-block .vs-block.items-4{
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.event-block .vs-block.items-4 .item{
  width: auto;
  margin-right: 0!important;
}
.event-block .vs-block.items-4 .item .wrap{
  margin-right: 0!important;
  margin-left: 0!important;
}
.event-block .vs-block.items-6{
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.event-block .vs-block.items-6 .item{
  width: auto;
  margin-right: 0!important;
}
.event-block .vs-block.items-6 .item .wrap{
  margin-right: 0!important;
  margin-left: 0!important;
}
.event-block .vs-block.items-7{
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.event-block .vs-block.items-7 .item{
  width: auto;
  margin-right: 0!important;
}
.event-block .vs-block.items-7 .item .wrap{
  margin-right: 0!important;
  margin-left: 0!important;
}
.event-block .vs-block.items-8{
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.event-block .vs-block.items-8 .item{
  width: auto;
  margin-right: 0!important;
}
.event-block .vs-block.items-8 .item .wrap{
  margin-right: 0!important;
  margin-left: 0!important;
}
.event-block .vs-block.items-9{
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.event-block .vs-block.items-9 .item{
  width: auto;
  margin-right: 0!important;
}
.event-block .vs-block.items-9 .item .wrap{
  margin-right: 0!important;
  margin-left: 0!important;
}
.top-line .top-menu{
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.is-sticky .top-line .top-menu {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.is-search .is-sticky .top-line .top-menu{
  padding: 18px 0 15px;
  opacity: 1;
  max-height: inherit;
  margin-top: 30px;
}
.big-news .content-width .left .item-big{
  padding-bottom: 10px;
  border-bottom: 1px solid #141414;
}
.latest-news .content-news{
  display: none;
}
.accordion-records .accordion-thumb h3{
  position: relative;
  z-index: 3;
}
.accordion-records .accordion-thumb:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  opacity: 0.3;
  z-index: 2;
}
.partners .wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.partners .wrap .content{
  width: calc(100% - 410px);
  display: none;
}
.partners .wrap .right{
  width: 350px;
  width: 100%!important;
}
.partners .wrap .right .item-small{
  width: 30%;
  margin-bottom: 30px;
}
.partners .wrap .right .grid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partners .wrap .right .twit-wrap{
  width: 30%;
}
.related-story h5{
  margin-bottom: 0.25em;
  font-size: 1rem;
  color: #c00000;
}
.related-story{
  margin: 1.375rem 0;
  padding: 0.5em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.post-preview--inline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-preview__media{
  width: 145px;
}
.post-preview__media img{
  width: 100%;
  height: auto;
}
.post-preview__body{
  width: calc(100% - 145px);
  padding: 10px 0 0 10px;


}
.post-preview__body a{
  margin-bottom: 0.4rem;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.25;
  vertical-align: middle;
  color: #444;
}

.post-preview__body a:hover{
  text-decoration: underline;
}
.article .social-list{
  list-style: none;
  display: -webkit-box;display: -ms-flexbox;display: flex;

}
.article .social-list li{
  margin-right: 10px;
  padding: 0!important;
}
.article .social-list li svg{
  width: 25px;
  max-height: 25px;
}
.article .social-list li:before{
  display: none!important;
}
.article .live-report__feed{
  margin-top: 40px;
}
.article .byline{
  margin-bottom: 0!important;
  font-size: 12px!important;
}
.article h2{
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 11px;
}
.article .meta-icon__media img{
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.article .meta-icon__media{
  margin-bottom: 20px;
}
.article .article-wrap iframe{
  margin: auto;
}

.article .article-wrap.article-flex{
  width: 100%!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article .article-wrap.article-flex .text-wrap{
  width: 68.4%;
}

.article .article-wrap.article-flex .mob-soc{
  display: none;
}
.article .info-article .list-article li:before{
  background: transparent!important;
  width: auto!important;
  height: auto!important;
}
.article .live-report__update{
  margin-top: 30px!important;
  padding-top: 40px!important;
  border-top: 2px solid #eee;
}
.article .article-wrap.article-flex .text-wrap figure{
  position: relative;
}
.article .article-wrap.article-flex .text-wrap figure span{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  z-index: 10;
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.article .article-wrap .wp-caption, .article .article-wrap .wp-caption img{
  max-width: 100%!important;
  height: auto;
}

.article .article-wrap .wp-caption p em{
  font-size: 14px;
}
.tab-content .red-title .nice-select{
  float: none;
  margin: auto;
  width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;
}
.post-preview__media img{
  vertical-align: top;
}

.latest-news .item-medium figure{
  height: 220px;
}
.bg-grey .last-news-block{
  padding: 0!important;
}
.article h2 img{
  max-width: 100%;
}
.article .article-wrap p iframe{
  max-width: 100%;
}
/*-------------------END-PAGE-EVENT-FUTURE------------------------------*/



@media (min-width:641px)  {
.news-slider-home .swiper-wrapper {
    width:24% !important;
    padding: 0 10px;
}
.team .item-medium figure {
    height: 600px !important;
} 
header {
  background: #141414 !important;
}
  
  .top-line {
    background: #141414;
    padding: 15px 0 15px !important;
    margin-top: -8px;
}}
  .advertising div{height: auto !important;}

.big-news{padding: 10px 0 !important;}
.advertising {
    margin: 20px 0 0;
    min-height: 100%;
}
.item-medium .text-wrap h6 a, .item-big .text-wrap h6 a {
    font-weight: bolder;
}

.latest-news-team .item-medium figure {
    height: auto !important;
}
header.tribe-events-header, header.tribe-events-calendar-month__header {
    background: transparent !important;
}
@media (max-width: 575px)  {
  .article .mob-wrap figure {
    margin-bottom: 0px !important;
}
  .article .article-wrap ul {
    margin-bottom: 10px !important;
}
  .news-slider-home .swiper-wrapper {
    width:auto !important;
    padding: 0 10px;
}
.news-slider-home .swiper-slide {
    width: 75% !important;
} 
  
.swiper.news-slider-home.last-news-slider-no-loop.swiper-initialized.swiper-horizontal.swiper-pointer-events .swiper-slide {
  width: 300px;
  
}
  
.big-news .slider-wrap {
    margin-top: 0px;
}
body.category-news section.big-news, body.category-exclusives section.big-news, body.category-features section.big-news {
    padding: 0 0 !important;
}
body.category-news .search-block, body.category-exclusives .search-block,  body.category-features .search-block {
    padding: 0 0 !important;
}
body.category-news .big-news .content-width .left, body.category-exclusives .big-news .content-width .left, body.category-features .big-news .content-width .left{
    width: 100%;
    margin-bottom: 15px;
}
  .big-news .content-width .left .item-big {
    padding-bottom: 10px;
   
}
  .single-post .bg-grey {
  padding: 0 0 0px;
}
  .search-block {
  padding: 10px 0 !important;
}
  .big-news {
  padding: 10px 0 10px !important;
}
  .video-block .content-1 {
  margin-bottom: 0px !important;
}

  .search-content .search-result .item-medium {
  margin-bottom: 10px;
}
.top-line {
    padding: 12px 0 6px;
}
/*div#sticky-wrapper.sticky-wrapper {
  height: 58px !important;
  min-height: 58px !important;
}*/
}
.latest-news {
  padding: 10px 0px !important;
}
.video-block .bg {
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
}
.video-block .content-1 {
  margin-bottom: 0px !important;
}
.video-block {
  padding: 5px 0 0px !important;
}
.video-block .content .left {
  
  padding: 6px 0 50px !important;
}
.right #ad-container-22 div{height:auto !important;}
.partners {
  padding: 10px 0 !important;
}
.home .advertising.advertising-center {
  /*margin: 20px 0 0px !important;*/
  }
footer {
  padding: 60px 0 50px;
}
.search-block {
  padding: 100px 0;
}
.pagination-wrap {
  padding-top: 10px;
  
}
.single-advertising.advertising {
  min-height: auto;
}
.article {
  padding: 46px 0 0px;
}
.last-news-block h2 {
  margin-bottom: 20px;
}
.thumbs-feed-01-b .syndicatedItem .video-label-box {
  height: 82.0px;
  margin: 8px 0px 5px 0px;
}
.article .comments {
  margin-top: 10px;
}
#reply-title{margin-bottom:0;}
.article .comments h4 {
  
  margin-bottom: 5px;
}
.trend-stat {
  padding: 40px 0 0px;}
.stats .stat-content .tabs .item .text-wrap {
  padding: 10px 0 0px;
}
.stats .stat-content .tabs .item {

  margin-bottom: 0px;
}
.stats {
  padding: 30px 0 30px;
}
.video-block h2 {
  margin-bottom: 0px;
}
.video-block .content .right .item-big {
  margin-bottom: 20px;
}
.video-block .content .right .item-big {
  margin-bottom: 20px;
}.wrap-big-video {
  margin-bottom: 0px;
}
.img-text h2 {
  margin-bottom: 20px;
}.event {
  padding: 20px 0;
  margin-top: 15px;
}
.img-text{padding: 45px 0 15px;}
.event-slider .swiper-slide .item + .item {
  margin-top: 20px;
}
.event .nav-wrap {
  
  margin-bottom: 0px;
}
.event h2 {
  margin-bottom: 5px;
}.event-slider .swiper-slide .item .info-wrap h6 {
  margin-bottom: 5px;
}.partners h2 {
  margin-bottom: 10px;
}
.partners {
  padding: 50px 0 30px !important;
}
footer .logo-wrap {
  margin-bottom: 60px;
}.latest-news-mobile{display:none;}
.login-league {
/*  padding-top: 10px !important;*/
}
.login.login-league  {
  padding: 100px 0 30px;
}
@media (max-width:768px)  {
  div#pa-container-6 {
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
}
  
  
.latest-news.latest-news-desktop
{display:none;}
  .latest-news-mobile{display:block;}
  .video-block .content .left {
  padding: 0px !important;
}
  .partners {
  padding: 0px 0 0px !important;
}.login-league .img-wrap figure {
  width: 100%;
  margin-bottom: 20px;
}
}
 .article .article-wrap p.wp-caption-text {
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  text-align: left;
  font-family: 'SF Compact Display',sans-serif;
letter-spacing: 0;color: #141414;
}
.table-standings ul li {

  padding: 16px 267px 16px 55px;
  height: auto;
}
.tab-content .list-result {
  
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab-content .list-result li {
  margin-bottom: 8px;
}
.table-seasons ul li{
  padding: 16px 267px 16px 55px;
  height: auto;}



.big-news .slider-wrap .swiper-pointer-events {
  touch-action: pan-y;
  padding-left: calc((100vw - 1300px)/2);
}




.home .advertising-center {
  margin: 0;
}
.home .event {
  margin-top: 0;
}
.advertising-center .content-width{
  padding: 20px 0;
  background: white;

}

section#league_page_template {
    padding-top: 85px !important;
}
.bg-white, main {
    padding-top: 20px !important;
}

.bg-black, main {
    padding-top: 0px !important;
}