body, html {
  background: #121524; }

.linkable {
  cursor: pointer; }

.site-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

@media (max-width: 800px) {
  header.header {
    display: none; }

  .home-head {
    margin: 0 auto;
    max-width: 1400px;
    min-height: calc(100vh - 56px);
    width: 100%;
    padding: 30px 0;
    background-size: cover;
    background-position: top left;
    background-image: url("../../../images/home_head4.jpg"); }
    .home-head .home-head-content {
      margin: 0 auto 30px;
      width: 350px; }
      .home-head .home-head-content .home-head-img {
        width: 100%; }
      .home-head .home-head-content .home-head-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .home-head .home-head-content .home-head-buttons .home-head-button {
          margin: 30px 10px 0;
          color: #C1B39C;
          min-width: 100px;
          font-size: 14px;
          font-weight: bold;
          padding: 10px 20px;
          text-align: center;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          border: 1px solid #C1B39C; }
          .home-head .home-head-content .home-head-buttons .home-head-button:hover {
            color: #fff;
            background: #C1B39C; }

  .home-container {
    padding: 25px 10px; }

  .sport-types-row {
    padding: 0 10px 5px;
    margin-bottom: 10px; }
    .sport-types-row .sport-type-item {
      position: relative;
      margin-right: 25px;
      display: inline-block;
      padding: 5px;
      color: #C1B39C !important;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none !important; }
      .sport-types-row .sport-type-item:hover:after, .sport-types-row .sport-type-item.active:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 0;
        top: calc(100% - 3px);
        left: 0;
        border-bottom: 5px solid #C1B39C;
        border-radius: 10px; }

  .home-comp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    border-radius: 20px;
    width: 100%;
    background: #171A2A;
    padding-bottom: 35px; }
    .home-comp-block .home-comp-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px 20px 20px 20px; }
      .home-comp-block .home-comp-head span, .home-comp-block .home-comp-head a {
        color: #C1B39C;
        font-size: 14px;
        font-weight: bold; }
    .home-comp-block .swiper-container {
      overflow-x: hidden !important;
      overflow-y: hidden !important;
      padding-left: 20px;
      padding-right: 20px; }
    .home-comp-block .home-events-container {
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .home-comp-block .home-events-container .home-event-block {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        min-height: 50px;
        position: relative;
        margin-bottom: 10px;
        background: #121524;
        padding: 20px;
        border-radius: 5px;
        overflow: hidden;
        color: #C1B39C;
        font-size: 14px;
        text-decoration: none !important; }
        .home-comp-block .home-events-container .home-event-block:hover {
          background: #1e233c; }
        .home-comp-block .home-events-container .home-event-block .home-event-title {
          margin: 2px 0; }
        .home-comp-block .home-events-container .home-event-block .home-event-location {
          font-size: 12px;
          color: #fff; }
        .home-comp-block .home-events-container .home-event-block:before {
          position: absolute;
          content: '';
          display: block;
          left: 0;
          top: 0;
          width: 4px;
          height: 100%;
          background: #C1B39C; }
    .home-comp-block .home-comp-content {
      width: 100%;
      padding-top: 12px;
      position: relative; }
      .home-comp-block .home-comp-content .swiper-prev-button {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 50px;
        left: -45px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        background: #C1B39C;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-right: 5px;
        padding-top: 3px;
        z-index: 3; }
        .home-comp-block .home-comp-content .swiper-prev-button.swiper-button-disabled {
          display: none; }
      .home-comp-block .home-comp-content .swiper-next-button {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 50px;
        right: -45px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        background: #C1B39C;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-left: 5px;
        padding-top: 3px;
        z-index: 3; }
        .home-comp-block .home-comp-content .swiper-next-button.swiper-button-disabled {
          display: none; }
    .home-comp-block .comp-item {
      width: 200px;
      text-decoration: none !important; }
      .home-comp-block .comp-item .comp-item-img {
        width: 100%;
        padding-bottom: 100%;
        border-radius: 20px;
        background-size: cover;
        background-position: center; }
      .home-comp-block .comp-item:first-child {
        margin-left: 0px; }
      .home-comp-block .comp-item:last-child {
        margin-right: 0px; }
      .home-comp-block .comp-item .comp-item-title {
        padding: 10px 2px 0;
        font-size: 10px;
        line-height: 14px;
        color: #C1B39C;
        text-decoration: none !important; }
      .home-comp-block .comp-item .comp-item-sport {
        padding: 0 2px;
        font-size: 10px;
        line-height: 14px;
        color: #C1B39C; }
      .home-comp-block .comp-item .comp-item-location {
        padding: 0 2px;
        font-size: 10px;
        line-height: 14px;
        color: #fff; }

  .home-calendar-block {
    margin-top: 25px;
    padding: 10px 15px;
    background: rgba(23, 26, 42, 0.5);
    border-radius: 20px; }
    .home-calendar-block .home-calendar-month {
      padding-left: 5px;
      color: #C1B39C;
      font-size: 12px;
      font-weight: bold; }
    .home-calendar-block .home-calendar-table tr td {
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 12px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(1) {
      width: 110px;
      padding: 12px 0; }
    .home-calendar-block .home-calendar-table tr td:nth-child(2) {
      max-width: 150px !important;
      width: 150px;
      padding: 12px 6px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(3) {
      width: 400px;
      padding: 12px 6px; }
    .home-calendar-block .home-calendar-table tr td:last-child {
      text-align: right !important;
      padding: 12px 6px; }
    .home-calendar-block .home-calendar-table tr:first-child td {
      border-top: none; } }
@media (min-width: 800px) {
  header.header {
    height: 62px;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px; }
    header.header .header-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header.header .header-left .header-logo {
        height: 35px; }
      header.header .header-left .header-search-wrapper {
        margin-left: 30px; }
        header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input {
          height: 35px;
          width: 150px;
          color: #fff;
          font-size: 12px;
          font-weight: bold;
          padding: 10px 20px;
          background: rgba(255, 255, 255, 0.5);
          outline: none;
          border: none;
          border-radius: 10px; }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::placeholder {
            color: rgba(255, 255, 255, 0.8); }
    header.header .header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      header.header .header-right .header-right-nav {
        margin-right: 20px; }
        header.header .header-right .header-right-nav li {
          position: relative;
          display: inline-block;
          margin-left: 10px;
          list-style-type: none; }
        header.header .header-right .header-right-nav a {
          font-size: 12px;
          color: #fff;
          font-weight: bold; }
      header.header .header-right .header-right-lang {
        margin-right: 10px;
        margin-left: 20px; }
        header.header .header-right .header-right-lang a {
          font-size: 12px;
          color: #fff;
          font-weight: bold; }
      header.header .header-right .header-right-user {
        height: 43px;
        list-style-type: none; }
        header.header .header-right .header-right-user .dropdown-toggle {
          color: #fff;
          display: inline-block; }
          header.header .header-right .header-right-user .dropdown-toggle:after {
            vertical-align: 0.155em; }

  .home-head {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    height: 100vh;
    width: 100%;
    max-height: 700px;
    background-size: cover;
    background-position: top left;
    background-image: url("../../../images/home_head4.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home-head .header.header {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0; }
    .home-head .home-head-content {
      margin: 0 0 30px 100px;
      width: 350px; }
      .home-head .home-head-content .home-head-img {
        width: 100%; }
      .home-head .home-head-content .home-head-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .home-head .home-head-content .home-head-buttons .home-head-button {
          margin: 30px 10px 0;
          color: #C1B39C;
          min-width: 200px;
          font-size: 14px;
          font-weight: bold;
          padding: 10px 20px;
          border: 2px solid #C1B39C;
          text-align: center;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .home-head .home-head-content .home-head-buttons .home-head-button:hover {
            background: #C1B39C;
            color: #fff; }

  .home-container {
    padding: 20px 40px 20px; }

  .sport-types-row {
    padding: 20px 10px 5px;
    margin-bottom: 10px; }
    .sport-types-row .sport-type-item {
      position: relative;
      margin-right: 25px;
      display: inline-block;
      padding: 5px;
      color: #C1B39C !important;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none !important; }
      .sport-types-row .sport-type-item:hover:after, .sport-types-row .sport-type-item.active:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 0;
        top: calc(100% - 3px);
        left: 0;
        border-bottom: 4px solid #C1B39C;
        border-radius: 10px; }

  .home-comp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    border-radius: 20px;
    width: 100%;
    background: #171A2A;
    padding-bottom: 35px; }
    .home-comp-block .home-comp-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 26px 30px 20px 30px; }
      .home-comp-block .home-comp-head span, .home-comp-block .home-comp-head a {
        color: #C1B39C;
        font-size: 14px;
        font-weight: bold; }
    .home-comp-block .swiper-container {
      overflow-x: hidden !important;
      overflow-y: hidden !important;
      padding-left: 30px;
      padding-right: 30px; }
    .home-comp-block .home-events-container {
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal; }
      .home-comp-block .home-events-container .home-event-block {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        min-height: 50px;
        position: relative;
        margin-bottom: 10px;
        background: #121524;
        padding: 20px;
        border-radius: 5px;
        overflow: hidden;
        color: #C1B39C;
        font-size: 14px;
        text-decoration: none !important; }
        .home-comp-block .home-events-container .home-event-block:hover {
          background: #1e233c; }
        .home-comp-block .home-events-container .home-event-block .home-event-title {
          margin: 2px 0; }
        .home-comp-block .home-events-container .home-event-block .home-event-location {
          font-size: 12px;
          color: #fff; }
        .home-comp-block .home-events-container .home-event-block:before {
          position: absolute;
          content: '';
          display: block;
          left: 0;
          top: 0;
          width: 4px;
          height: 100%;
          background: #C1B39C; }
    .home-comp-block .home-comp-content {
      width: 100%;
      padding-top: 12px;
      position: relative; }
      .home-comp-block .home-comp-content .swiper-prev-button {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 85px;
        left: -25px;
        width: 50px;
        height: 50px;
        font-size: 25px;
        background: #C1B39C;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-right: 5px;
        padding-top: 3px;
        z-index: 3; }
        .home-comp-block .home-comp-content .swiper-prev-button.swiper-button-disabled {
          display: none; }
      .home-comp-block .home-comp-content .swiper-next-button {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 85px;
        right: -25px;
        width: 50px;
        height: 50px;
        font-size: 25px;
        background: #C1B39C;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-left: 5px;
        padding-top: 3px;
        z-index: 3; }
        .home-comp-block .home-comp-content .swiper-next-button.swiper-button-disabled {
          display: none; }
    .home-comp-block .comp-item {
      width: 200px;
      text-decoration: none !important; }
      .home-comp-block .comp-item .comp-item-img {
        width: 100%;
        padding-bottom: 100%;
        border-radius: 20px;
        background-size: cover;
        background-position: center; }
      .home-comp-block .comp-item:first-child {
        margin-left: 0px; }
      .home-comp-block .comp-item:last-child {
        margin-right: 0px; }
      .home-comp-block .comp-item .comp-item-title {
        padding: 10px 5px 0;
        font-size: 12px;
        line-height: 14px;
        color: #C1B39C;
        text-decoration: none !important; }
      .home-comp-block .comp-item .comp-item-sport {
        padding: 0 5px;
        font-size: 12px;
        line-height: 14px;
        color: #C1B39C; }
      .home-comp-block .comp-item .comp-item-location {
        padding: 0 5px;
        font-size: 12px;
        line-height: 14px;
        color: #fff; }

  .home-calendar-block {
    margin-top: 25px;
    padding: 10px 15px;
    background: rgba(23, 26, 42, 0.5);
    border-radius: 20px; }
    .home-calendar-block .home-calendar-month {
      padding-left: 5px;
      color: #FECA0A;
      font-size: 14px;
      font-weight: bold; }
    .home-calendar-block .home-calendar-table tr td {
      color: #fff;
      border-top: 2px solid rgba(255, 255, 255, 0.2);
      font-size: 14px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(1) {
      width: 110px;
      padding-left: 40px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(2) {
      max-width: 150px !important;
      width: 150px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(3) {
      width: 400px; }
    .home-calendar-block .home-calendar-table tr td:last-child {
      text-align: right;
      padding-right: 60px; }
    .home-calendar-block .home-calendar-table tr:first-child td {
      border-top: none; } }
@media (min-width: 1200px) {
  header.header {
    height: 82px;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 30px; }
    header.header .header-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header.header .header-left .header-logo {
        height: 45px; }
      header.header .header-left .header-search-wrapper {
        margin-left: 40px; }
        header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input {
          height: 50px;
          width: 350px;
          color: #fff;
          font-weight: bold;
          padding: 15px 20px;
          background: rgba(255, 255, 255, 0.5);
          outline: none;
          border: none; }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::placeholder {
            color: rgba(255, 255, 255, 0.8); }
    header.header .header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header.header .header-right .header-right-nav {
        margin-right: 30px; }
        header.header .header-right .header-right-nav li {
          position: relative;
          display: inline-block;
          margin-left: 35px;
          list-style-type: none; }
        header.header .header-right .header-right-nav a {
          font-size: 14px;
          color: #fff;
          font-weight: bold; }
      header.header .header-right .header-right-lang {
        margin-right: 20px;
        margin-left: 40px; }
        header.header .header-right .header-right-lang a {
          font-size: 14px;
          color: #fff;
          font-weight: bold; }
      header.header .header-right .header-right-user {
        height: 43px;
        list-style-type: none; }
        header.header .header-right .header-right-user .dropdown-toggle {
          color: #fff;
          display: inline-block; }
          header.header .header-right .header-right-user .dropdown-toggle:after {
            vertical-align: 0.155em; }

  .home-head {
    margin: 0 auto;
    max-width: 1400px;
    max-height: 800px;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: left;
    background-image: url("../../../images/home_head4.jpg"); }
    .home-head .home-head-content {
      margin: 0 0 30px 150px;
      width: 500px; }
      .home-head .home-head-content .home-head-img {
        width: 100%; }
      .home-head .home-head-content .home-head-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .home-head .home-head-content .home-head-buttons .home-head-button {
          margin: 30px 10px 0;
          font-size: 14px;
          padding: 10px 20px;
          text-align: center;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }

  .home-container {
    padding: 0px 86px; }

  .sport-types-row {
    padding: 25px 10px 5px;
    margin-bottom: 10px; }
    .sport-types-row .sport-type-item {
      position: relative;
      margin-right: 25px;
      display: inline-block;
      padding: 5px;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none !important; }
      .sport-types-row .sport-type-item:hover:after, .sport-types-row .sport-type-item.active:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 0;
        top: calc(100% - 3px);
        left: 0;
        border-bottom: 5px solid #C1B39C;
        border-radius: 10px; }

  .home-comp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    border-radius: 20px;
    width: 100%;
    padding-bottom: 35px; }
    .home-comp-block .home-comp-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 26px 90px 20px 50px; }
      .home-comp-block .home-comp-head span, .home-comp-block .home-comp-head a {
        font-size: 14px;
        font-weight: bold; }
    .home-comp-block .swiper-container {
      overflow-x: hidden !important;
      overflow-y: hidden !important;
      padding-left: 46px;
      padding-right: 46px; }
    .home-comp-block .home-events-container {
      padding: 0 46px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal; }
      .home-comp-block .home-events-container .home-event-block {
        margin-right: 30px;
        width: calc(33.333% - 20px);
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        min-height: 50px;
        position: relative;
        margin-bottom: 25px;
        background: #121524;
        padding: 40px;
        border-radius: 5px;
        overflow: hidden;
        color: #C1B39C;
        font-size: 16px;
        text-decoration: none !important; }
        .home-comp-block .home-events-container .home-event-block:nth-child(3n) {
          margin-right: 0; }
        .home-comp-block .home-events-container .home-event-block:hover {
          background: #1e233c; }
        .home-comp-block .home-events-container .home-event-block .home-event-title {
          margin: 2px 0; }
        .home-comp-block .home-events-container .home-event-block .home-event-location {
          font-size: 14px;
          color: #fff; }
        .home-comp-block .home-events-container .home-event-block:before {
          position: absolute;
          content: '';
          display: block;
          left: 0;
          top: 0;
          width: 4px;
          height: 100%;
          background: #C1B39C; }
    .home-comp-block .home-comp-content {
      width: 100%;
      padding-top: 12px;
      position: relative; }
      .home-comp-block .home-comp-content .swiper-prev-button {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 85px;
        left: -45px;
        width: 60px;
        height: 60px;
        font-size: 30px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-right: 5px;
        padding-top: 3px;
        z-index: 3; }
        .home-comp-block .home-comp-content .swiper-prev-button.swiper-button-disabled {
          display: none; }
      .home-comp-block .home-comp-content .swiper-next-button {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 85px;
        right: -45px;
        width: 60px;
        height: 60px;
        font-size: 30px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-left: 5px;
        padding-top: 3px;
        z-index: 3; }
        .home-comp-block .home-comp-content .swiper-next-button.swiper-button-disabled {
          display: none; }
    .home-comp-block .comp-item {
      width: 200px;
      text-decoration: none !important; }
      .home-comp-block .comp-item .comp-item-img {
        width: 100%;
        padding-bottom: 100%;
        border-radius: 20px;
        background-size: cover;
        background-position: center; }
      .home-comp-block .comp-item:first-child {
        margin-left: 0px; }
      .home-comp-block .comp-item:last-child {
        margin-right: 0px; }
      .home-comp-block .comp-item .comp-item-title {
        padding: 15px 5px 0;
        font-size: 12px;
        line-height: 14px;
        text-decoration: none !important; }
      .home-comp-block .comp-item .comp-item-sport {
        padding: 0 5px;
        font-size: 12px;
        line-height: 14px; }
      .home-comp-block .comp-item .comp-item-location {
        padding: 0 5px;
        font-size: 12px;
        line-height: 14px; }

  .home-calendar-block {
    margin-top: 25px;
    padding: 10px 15px;
    background: rgba(23, 26, 42, 0.5);
    border-radius: 20px; }
    .home-calendar-block .home-calendar-month {
      padding-left: 5px;
      color: #FECA0A;
      font-size: 14px;
      font-weight: bold; }
    .home-calendar-block .home-calendar-table tr td {
      color: #fff;
      border-top: 2px solid rgba(255, 255, 255, 0.2);
      font-size: 14px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(1) {
      width: 110px;
      padding-left: 40px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(2) {
      max-width: 150px !important;
      width: 150px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(3) {
      width: 400px; }
    .home-calendar-block .home-calendar-table tr td:last-child {
      text-align: right;
      padding-right: 60px; }
    .home-calendar-block .home-calendar-table tr:first-child td {
      border-top: none; } }
@media (min-width: 1400px) {
  .site-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat; }

  header.header {
    height: 82px;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 30px; }
    header.header .header-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header.header .header-left .header-search-wrapper {
        margin-left: 40px; }
        header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input {
          height: 50px;
          width: 350px;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          padding: 15px 20px;
          background: rgba(255, 255, 255, 0.5);
          outline: none;
          border: none; }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.8); }
          header.header .header-left .header-search-wrapper .header-search-input-wrap .header-search-input::placeholder {
            color: rgba(255, 255, 255, 0.8); }
    header.header .header-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header.header .header-right .header-right-nav li {
        position: relative;
        display: inline-block;
        margin-left: 35px;
        list-style-type: none; }
      header.header .header-right .header-right-nav a {
        font-size: 16px;
        color: #fff;
        font-weight: bold; }
      header.header .header-right .header-right-lang a {
        font-size: 16px;
        color: #fff;
        font-weight: bold; }

  .home-head {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    height: 100vh;
    max-height: 1000px;
    padding-bottom: 30px;
    width: 100%;
    background-size: cover;
    background-position: top left;
    background-image: url("../../../images/home_head4.jpg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home-head .header.header {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0; }
    .home-head .home-head-content {
      margin: 0 0 0 200px;
      width: 750px; }
      .home-head .home-head-content .home-head-img {
        width: 750px; }
      .home-head .home-head-content .home-head-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .home-head .home-head-content .home-head-buttons .home-head-button {
          margin: 30px 10px 0;
          font-size: 18px;
          font-weight: bold;
          padding: 15px 30px; }

  .home-container {
    padding: 20px 86px; }

  .sport-types-row {
    padding: 25px 10px 5px;
    margin-bottom: 10px; }
    .sport-types-row .sport-type-item {
      position: relative;
      margin-right: 25px;
      display: inline-block;
      padding: 5px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none !important; }
      .sport-types-row .sport-type-item:hover:after, .sport-types-row .sport-type-item.active:after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        height: 0;
        top: calc(100% - 3px);
        left: 0;
        border-bottom: 5px solid #C1B39C;
        border-radius: 10px; }

  .home-comp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    border-radius: 20px;
    width: 100%;
    background: rgba(23, 26, 42, 0.5);
    padding-bottom: 35px; }
    .home-comp-block .home-comp-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 26px 90px 20px 50px; }
      .home-comp-block .home-comp-head span, .home-comp-block .home-comp-head a {
        font-size: 16px;
        font-weight: bold; }
    .home-comp-block .swiper-container {
      overflow-x: hidden !important;
      overflow-y: hidden !important;
      padding-left: 46px;
      padding-right: 46px; }
    .home-comp-block .home-comp-content {
      width: 100%;
      padding-top: 12px;
      position: relative; }
      .home-comp-block .home-comp-content .swiper-prev-button {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 85px;
        left: -35px;
        width: 60px;
        height: 60px;
        font-size: 30px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-right: 5px;
        padding-top: 6px;
        z-index: 3; }
        .home-comp-block .home-comp-content .swiper-prev-button.swiper-button-disabled {
          display: none; }
      .home-comp-block .home-comp-content .swiper-next-button {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 85px;
        right: -35px;
        width: 60px;
        height: 60px;
        font-size: 30px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-left: 5px;
        padding-top: 6px;
        z-index: 3; }
        .home-comp-block .home-comp-content .swiper-next-button.swiper-button-disabled {
          display: none; }
    .home-comp-block .comp-item {
      width: 200px;
      text-decoration: none !important; }
      .home-comp-block .comp-item .comp-item-img {
        width: 100%;
        padding-bottom: 100%;
        border-radius: 20px;
        background-size: cover;
        background-position: center; }
      .home-comp-block .comp-item:first-child {
        margin-left: 0px; }
      .home-comp-block .comp-item:last-child {
        margin-right: 0px; }
      .home-comp-block .comp-item .comp-item-title {
        padding: 15px 5px 0;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none !important; }
      .home-comp-block .comp-item .comp-item-sport {
        padding: 0 5px;
        font-size: 14px;
        line-height: 16px; }
      .home-comp-block .comp-item .comp-item-location {
        padding: 0 5px;
        font-size: 14px;
        line-height: 16px; }

  .home-calendar-block {
    margin-top: 25px;
    padding: 10px 15px;
    background: rgba(23, 26, 42, 0.5);
    border-radius: 20px; }
    .home-calendar-block .home-calendar-month {
      padding-left: 5px;
      color: #FECA0A;
      font-size: 16px;
      font-weight: bold; }
    .home-calendar-block .home-calendar-table tr td {
      color: #fff;
      border-top: 2px solid rgba(255, 255, 255, 0.2);
      font-size: 16px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(1) {
      width: 110px;
      padding-left: 40px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(2) {
      max-width: 150px !important;
      width: 150px; }
    .home-calendar-block .home-calendar-table tr td:nth-child(3) {
      width: 400px; }
    .home-calendar-block .home-calendar-table tr td:last-child {
      text-align: right;
      padding-right: 60px; }
    .home-calendar-block .home-calendar-table tr:first-child td {
      border-top: none; } }
.page-list-items-title {
  font-size: 25px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #C1B39C; }

@media (max-width: 800px) {
  .page-list-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-list-items .page-list-item {
      max-width: 33%;
      width: 33%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33%;
              flex: 1 0 33%;
      padding: 5px 5px; }
    .page-list-items .page-list-card {
      display: block;
      width: 100%;
      border-radius: 0.5rem;
      background: #20243a;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .page-list-items .page-list-card:hover {
        background: #252a44; }
      .page-list-items .page-list-card .page-list-img {
        width: 100%;
        padding-bottom: 100%;
        background-position: center;
        background-size: cover; }
      .page-list-items .page-list-card .page-list-item-content {
        padding: 16px; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date {
          float: left;
          width: 30px;
          text-align: center;
          padding-top: 3px; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-logo {
            position: relative;
            width: 30px;
            height: 30px;
            left: -5px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            background-size: cover; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-content-card_date1 {
            width: 100%;
            color: #C1B39C;
            font-size: 10px;
            font-weight: 400;
            text-transform: uppercase; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-content-card_date2 {
            font-size: 18px;
            line-height: 20px;
            color: #C1B39C;
            width: 100%;
            font-weight: 400; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info {
          float: left;
          width: calc(100% - 30px);
          padding-left: 5px;
          word-break: break-word; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info .page-list-item-content-info_top {
            display: block;
            line-height: 14px;
            font-weight: 400;
            font-size: 10px;
            color: #C1B39C;
            text-decoration: none !important; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info .page-list-item-content-info_bot {
            font-size: 10px;
            margin-top: 2px;
            color: #C1B39C;
            line-height: 12px;
            max-height: 34px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis; } }
@media (min-width: 800px) {
  .page-list-items-title {
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 0px; }

  .page-list-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding-top: 30px; }
    .page-list-items .page-list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      max-width: 25%;
      width: 25%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      padding: 5px 5px; }
    .page-list-items .page-list-card {
      display: block;
      width: 100%;
      border-radius: 0.5rem;
      background: #20243a;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .page-list-items .page-list-card:hover {
        background: #252a44; }
      .page-list-items .page-list-card .page-list-img {
        position: relative;
        width: 100%;
        padding-bottom: 100%;
        background-position: center;
        background-size: cover; }
      .page-list-items .page-list-card .page-list-item-content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 16px; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date {
          float: left;
          width: 30px;
          text-align: center;
          padding-top: 3px; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-logo {
            position: relative;
            width: 35px;
            height: 35px;
            left: -5px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            background-size: cover; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-content-card_date1 {
            width: 100%;
            font-size: 10px;
            font-weight: 400;
            color: #C1B39C;
            text-transform: uppercase; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-content-card_date2 {
            font-size: 18px;
            line-height: 20px;
            color: #C1B39C;
            width: 100%;
            font-weight: 400; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info {
          float: left;
          width: calc(100% - 30px);
          padding-left: 10px;
          word-break: break-word; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info .page-list-item-content-info_top {
            margin-bottom: 3px;
            display: block;
            line-height: 12px;
            font-weight: 400;
            font-size: 10px;
            color: #C1B39C;
            text-decoration: none !important; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info .page-list-item-content-info_bot {
            font-size: 10px;
            margin-top: 2px;
            color: #C1B39C;
            line-height: 12px;
            max-height: 34px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis; } }
@media (min-width: 1200px) {
  .page-list-items-title {
    padding-top: 0;
    padding-bottom: 15px; }

  .page-list-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0px; }
    .page-list-items .page-list-item {
      max-width: 20%;
      width: 20%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 20%;
              flex: 1 0 20%;
      padding: 10px; }
    .page-list-items .page-list-card {
      display: block;
      width: 100%;
      border-radius: 0.5rem;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .page-list-items .page-list-card .page-list-img {
        width: 100%;
        padding-bottom: 100%;
        background-position: center;
        background-size: cover; }
      .page-list-items .page-list-card .page-list-item-content {
        padding: 24px; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-logo {
          position: relative;
          width: 35px;
          height: 35px;
          left: -5px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          border-radius: 50%;
          background-size: cover; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date {
          float: left;
          width: 35px;
          text-align: center;
          padding-top: 3px; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-content-card_date1 {
            width: 100%;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-content-card_date2 {
            font-size: 18px;
            line-height: 20px;
            width: 100%;
            font-weight: 400; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info {
          float: left;
          width: calc(100% - 35px);
          padding-left: 16px;
          word-break: break-word; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info .page-list-item-content-info_top {
            display: block;
            line-height: 14px;
            font-weight: 400;
            text-decoration: none !important; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info .page-list-item-content-info_bot {
            font-size: 12px;
            margin-top: 2px;
            line-height: 15px;
            max-height: 34px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis; } }
@media (min-width: 1400px) {
  .page-list-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-list-items .page-list-item {
      max-width: 20%;
      width: 20%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 20%;
              flex: 1 1 20%;
      padding: 15px; }
    .page-list-items .page-list-card {
      display: block;
      width: 100%;
      border-radius: 0.5rem;
      overflow: hidden;
      font-family: Calibri;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .page-list-items .page-list-card .page-list-img {
        width: 100%;
        padding-bottom: 100%;
        background-position: center;
        background-size: cover; }
      .page-list-items .page-list-card .page-list-item-content {
        padding: 24px; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date {
          float: left;
          width: 40px;
          text-align: center;
          padding-top: 3px; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-logo {
            position: relative;
            width: 40px;
            height: 40px;
            left: -5px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            background-size: cover; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-content-card_date1 {
            width: 100%;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-date .page-list-item-content-card_date2 {
            font-size: 18px;
            line-height: 20px;
            color: #666a73;
            width: 100%;
            font-weight: 400; }
        .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info {
          float: left;
          width: calc(100% - 40px);
          padding-left: 16px;
          word-break: break-word; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info .page-list-item-content-info_top {
            display: block;
            line-height: 14px;
            font-weight: 400;
            font-size: 16px;
            text-decoration: none !important; }
          .page-list-items .page-list-card .page-list-item-content .page-list-item-content-info .page-list-item-content-info_bot {
            font-size: 14px;
            margin-top: 2px;
            line-height: 17px;
            max-height: 34px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis; } }

/*# sourceMappingURL=kaz.css.map */