@font-face {
  font-family: 'omega-font';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/omegact/omegact-regular-webfont.eot');
  src: url('../fonts/omegact/omegact-regular-webfont.eot') format('embedded-opentype'), url('../fonts/omegact/omegact-regular-webfont.woff') format('woff'), url('../fonts/omegact/omegact-regular-webfont.ttf') format('truetype'), url('../fonts/omegact/omegact-regular-webfont.svg#CreativeBlockBBBold') format('svg');
}

@font-face {
  font-family: 'omega-font-bold';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/omegact/omegact-bold-webfont.eot');
    src: url('../fonts/omegact/omegact-bold-webfont.eot') format('embedded-opentype'), url('../fonts/omegact/omegact-bold-webfont.woff') format('woff'), url('../fonts/omegact/omegact-bold-webfont.woff2') format('woff2'), url('../fonts/omegact/omegact-bold-webfont.ttf') format('truetype'), url('../fonts/omegact/omegact-bold-webfont.svg') format('svg');
}

@font-face {
  font-family: 'omega-font-light';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/omegact/omegact-light-webfont.eot');
    src: url('../fonts/omegact/omegact-light-webfont.eot') format('embedded-opentype'), url('../fonts/omegact/omegact-light-webfont.woff') format('woff'), url('../fonts/omegact/omegact-light-webfont.woff2') format('woff2'), url('../fonts/omegact/omegact-light-webfont.ttf') format('truetype'), url('../fonts/omegact/omegact-light-webfont.svg') format('svg');
}

@font-face {
  font-family: 'austin-semibold-italic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/austin/Austin-SemiboldItalic-Web.eot');
    src: url('../fonts/austin/Austin-SemiboldItalic-Web.eot') format('embedded-opentype'), url('../fonts/austin/Austin-SemiboldItalic-Web.woff') format('woff'), url('../fonts/austin/Austin-SemiboldItalic-Web.woff2') format('woff2'), url('../fonts/austin/Austin-SemiboldItalic-Web.ttf') format('truetype'), url('../fonts/austin/Austin-SemiboldItalic-Web.svg') format('svg');
}

@font-face {
  font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/icomoon/icomoon.eot');
    src: url('../fonts/icomoon/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.woff2') format('woff2'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg') format('svg');
}

html,
body {
  font-family: 'omega-font';
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #f2f2f2;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
  display: inherit;
  margin: inherit;
}

*:focus {
  outline: 0;
  box-shadow: none;
}

.hidden {
  display: none;
}

.desktop {
  display: none;
}

.heading {
  position: relative;
}

.heading .black-mist {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.heading img:not(.desktop) {
  display: block;
  width: 100%;
}

.heading .title {
  font-family: 'omega-font-bold';
  font-size: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: white;
}

.heading .title p:not(.subtitle) {
  margin: 0 auto;
}

.heading .subtitle {
  font-family: 'omega-font';
  font-size: 16px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.title-red {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #c40d2e;
}

.title-red.hr:after {
  display: block;
  width: 100%;
  height: 1px;
  margin: 8.33333333% 0 8.33333333% 0;
  content: '';
  background: #f0f0f0;
}

header .header-fix {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  max-width: 1600px;
  padding: 10px 0;
  transition: .5s;
  color: white;
}

header .header-fix .burger {
  cursor: pointer;
}

header .header-fix .burger-menu {
  font-family: 'omega-font-bold';
  position: absolute;
  z-index: 1000;
  top: 20px;
  left: 20px;
  display: none;
  padding: 40px 70px;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: black;
}

header .header-fix .burger-menu a {
  display: block;
  margin: 15px 0;
  text-decoration: none;
  color: white;
}

header .header-fix .burger-menu .close {
  position: absolute;
  top: 25px;
  left: 25px;
  cursor: pointer;
}

header .header-fix .burger-menu .close:before {
  font-family: 'icomoon';
  content: '\e905';
}

header .header-fix a.logo-link {
  text-decoration: none;
  color: white;
}

header .header-fix .live-button {
  font-family: 'omega-font-bold';
  font-size: 12px;
  margin-right: 20px;
  padding: 10px 20px;
  transition: .2s;
  text-decoration: none;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #c40d2e;
  background: white;
}

header .header-fix .live-button:before {
  font-family: 'icomoon';
  font-size: 8px;
  margin-right: 3px;
  content: '\e90c';
}

header .header-fix .live-button:hover {
  color: white;
  background: #c40d2e;
}

header .header-sticky {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  max-width: 1600px;
  height: 60px;
  transition: .2s;
  -webkit-transform: translate3d(0, -81px, 0);
          transform: translate3d(0, -81px, 0);
  background: white;
}

header .header-sticky.headroom--top,
header .header-sticky.headroom--pinned {
  -webkit-transform: translate3d(0, -81px, 0);
          transform: translate3d(0, -81px, 0);
}

header .header-sticky.headroom--unpinned {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

header .header-sticky .header-content {
  width: 100%;
  height: 100%;
}

header .header-sticky .header-item {
  position: relative;
  display: block;
  float: left;
  height: 100%;
}

header .header-sticky .header-item:nth-of-type(1) {
  width: 25%;
  border-bottom: 1px solid #f0f0f0;
}

header .header-sticky .header-item:nth-of-type(2) {
  width: 50%;
  border-bottom: 1px solid #f0f0f0;
}

header .header-sticky .header-item:nth-of-type(3) {
  width: 25%;
}

header .header-sticky .burger,
header .header-sticky .close {
  position: absolute;
  top: 50%;
  left: 20px;
  cursor: pointer;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

header .header-sticky .burger:before,
header .header-sticky .close:before {
  font-family: 'icomoon';
  font-size: 20px;
  content: '\e904';
}

header .header-sticky .close {
  display: none;
}

header .header-sticky .close:before {
  font-size: 20px;
  content: '\e905';
}

header .header-sticky .burger-menu {
  position: absolute;
  display: none;
  width: 100%;
  background: black;
}

header .header-sticky .burger-menu a {
  font-family: 'omega-font-bold';
  display: block;
  margin: 20px 0 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}

header .header-sticky .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

header .header-sticky .logo:before {
  font-family: 'icomoon';
  font-size: 60px;
  content: '\e90a';
  color: #c40d2e;
}

header .header-sticky .live-button {
  font-family: 'omega-font-bold';
  font-size: 13px;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: .2s;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: white;
  border-bottom: 1px solid #c40d2e;
  background: #c40d2e;
}

header .header-sticky .live-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

header .header-sticky .live-button .icon:before {
  font-family: 'icomoon';
  font-size: 10px;
  margin-right: 7px;
  content: '\e90c';
}

header .header-sticky .live-button:hover {
  color: #c40d2e;
  border-bottom-color: #f0f0f0;
  background: white;
}

header .header-fix .header-content {
  display: table;
  width: 100%;
  table-layout: fixed;
}

header .header-fix .header-item {
  display: table-cell;
  vertical-align: middle;
}

header .header-fix .header-item .burger:before {
  font-family: 'icomoon';
  font-size: 20px;
  margin-left: 20px;
  content: '\e904';
  cursor: pointer;
}

header .header-fix .header-item .logo:before {
  font-family: 'icomoon';
  font-size: 60px;
  content: '\e90a';
}

header .header-fix .header-item:nth-child(2) {
  text-align: center;
}

header .header-fix .header-item:nth-child(3) {
  position: relative;
  text-align: right;
}

footer {
  font-size: 11px;
  text-align: center;
  color: #7f7f7f;
}

footer .grey-part {
  margin: 0 auto;
  padding: 5px 0 5px 0;
  background: #e8e8e8;
}

footer .grey-part .legal {
  display: none;
}

footer .grey-part a {
  color: #7f7f7f;
}

footer .grey-part a:nth-of-type(1) {
  margin-right: 10px;
}

footer .grey-part a:nth-of-type(2) {
  margin: 0 10px;
}

footer .grey-part a:nth-of-type(3) {
  margin-left: 10px;
}

footer .red-part {
  font-size: 16px;
  position: relative;
  padding: 20px 0;
  text-transform: uppercase;
  background: #c40d2e;
}

footer .red-part a {
  width: 100%;
  text-decoration: none;
  color: white;
}

.home-page {
  max-width: 1600px;
  margin: 0 auto;
  background-color: white;
}

.home-page .block-introduce {
  position: relative;
  width: 100%;
  padding-top: 133.066667%;
}

.home-page .block-introduce .background {
  position: absolute;
  top: 0;
  width: 100%;
}

.home-page .block-introduce .background img {
  width: 100%;
}

.home-page .block-introduce .red-block {
  font-family: 'omega-font-bold';
  position: absolute;
  bottom: 0;
  width: 75%;
  min-width: 300px;
  letter-spacing: .09em;
  color: white;
  background: #c40d2e;
}

.home-page .block-introduce .red-block h1 {
  font-size: 30px;
  width: 58.33333333%;
  margin: 16.66666667% auto;
  text-transform: uppercase;
  word-break: normal;
}

.home-page .block-text {
  line-height: 1.6em;
  width: 83.33333333%;
  margin: 70px auto;
  color: #999;
}

.home-page .block-text .title {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 30px 0;
  color: #c40d2e;
}

.home-page .block-calendar {
  position: relative;
  padding-top: 191.2%;
}

.home-page .block-calendar .background {
  position: absolute;
  top: 0;
  width: 100%;
}

.home-page .block-calendar .background img {
  width: 100%;
}

.home-page .block-calendar .calendar {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 83.33333333%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background: #f0f0f0;
}

.home-page .block-calendar .button-list a:not(.active) {
  display: none;
  transition: .2s;
  background: red;
}

.home-page .block-calendar .calendar-tab,
.home-page .block-calendar .results-tab {
  font-family: 'omega-font-bold';
  font-size: 20px;
  float: left;
  width: 40%;
  margin: 30px 0 40px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: .2s;
  text-align: center;
  text-transform: uppercase;
}

.home-page .block-calendar .calendar-tab:not(.active),
.home-page .block-calendar .results-tab:not(.active) {
  color: #999;
}

.home-page .block-calendar .calendar-tab {
  margin-left: 10%;
}

.home-page .block-calendar .results-tab {
  margin-right: 10%;
}

.home-page .block-calendar .content {
  clear: left;
}

.home-page .block-calendar .content ul {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.home-page .block-calendar .content ul li {
  margin: 40px 0;
}

.home-page .block-calendar .content ul span:not(.hyphen) {
  display: block;
}

.home-page .block-calendar .content .title {
  font-family: 'omega-font-bold';
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #1e1e1e;
}

.home-page .block-calendar .content .title:before {
  font-family: 'icomoon';
  font-size: 20px;
  margin-right: 10px;
  vertical-align: bottom;
}



.home-page .block-calendar .content .title.swimming:before {
    content: '\e90e';
    width: 33px;
    float: left;
    margin-top: -3px;
}

.home-page .block-calendar .content .title.diving:before {
    content: '\e906';
    width: 33px;
    float: left;
    margin-top: -3px;
}

.home-page .block-calendar .content .title.artistic-swimming:before {
    content: '\e903';
    width: 33px;
    float: left;
    margin-top: -3px;
}

    .home-page .block-calendar .content .title.high-diving:before {
        content: '\e909';
        width: 30px;
        float: left;
        margin-top: -3px;
        font-size: 20px;
        margin-left: 3px;
    }

.home-page .block-calendar .content .title.water-polo:before {
    content: '\e90f';
    width: 33px;
    float: left;
    margin-top: -3px;
}

.home-page .block-calendar .content .title.open-water:before {
    content: '\e90b';
    width: 33px;
    float: left;
    margin-top: -3px;
}

    .home-page .block-calendar .content .title.athletics:before {
        content: '\e910';
        width: 33px;
        float: left;
        margin-top: -3px;
        font-size: 22px;
    }



    .home-page .block-calendar .content .title.bobsleigh---skeleton:before {
        content: '\e911';
        width: 33px;
        float: left;
        margin-top: -3px;
        font-size: 22px;
    }

.home-page .block-calendar .content .category {
  font-family: 'omega-font-bold';
  font-size: 20px;
  position: relative;
  display: inline;
  padding: 0;
  cursor: pointer;
  transition: .2s;
  text-align: left;
  letter-spacing: inherit;
  text-transform: uppercase;
  color: #c40d2e !important;
}

.home-page .block-calendar .content .category-link {
  margin-top: 15px;
}

.home-page .block-calendar .content .category:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  transition: .2s;
  background: transparent;
}

.home-page .block-calendar .content .category:hover:after {
  background: #c40d2e;
}

.home-page .block-calendar .content .category:hover,
.home-page .block-calendar .content .category:visited:hover {
  color: #c40d2e;
}

.home-page .block-calendar .content .category:visited {
  color: inherit;
}

.home-page .block-calendar .content .date-place {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}

.home-page .block-calendar .content a {
  display: block;
  width: 100%;
  padding: 40px 0;
  transition: .2s;
  text-align: center;
  text-decoration: none;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-page .block-calendar .content a span:before {
  font-family: 'icomoon';
  margin-right: 10px;
  content: '';
}

.home-page .block-calendar .content a.calendar-link {
  color: white;
  background: #c40d2e;
}

.home-page .block-calendar .content a.calendar-link span:before {
  content: '\e907';
}

.home-page .block-calendar .content a.calendar-link:hover {
  color: #c40d2e;
  background: white;
}

.home-page .block-calendar .content a.results-link {
  color: white;
  background: black;
}

.home-page .block-calendar .content a.results-link span:before {
  content: '\e90d';
}

.home-page .block-calendar .content a.results-link:hover {
  color: #c40d2e;
  background: white;
}

.home-page .block-calendar .results-tab-content {
  display: none;
}

.home-page .block-slider {
  overflow: hidden;
  margin-bottom: 100px;
}

.home-page .block-slider .frame {
  overflow: visible!important;
  width: 84%;
  height: 100%;
  margin: 0 auto 100px auto;
  padding: 0;
}

.home-page .block-slider .slidee {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .block-slider .slide {
  cursor: pointer;
}

.home-page .block-slider .slide:not(.shown) {
  pointer-events: none;
}

.home-page .block-slider li {
  position: relative;
  float: left;
  width: 200px;
  height: 100%;
  margin: 0;
  padding: 0;
}

.home-page .block-slider img {
  position: relative;
  display: block;
  width: 100%;
}

.home-page .block-slider .slide-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
}

.home-page .block-slider .mist {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .35) 60%, transparent 100%);
}

.home-page .block-slider .title {
  font-family: 'omega-font';
  font-size: 40px;
  font-weight: normal;
  width: 80%;
  margin-left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-page .block-slider .title a {
  text-decoration: none;
  color: inherit;
}

.home-page .block-slider .desc {
  font-family: 'omega-font-light';
  line-height: 1.8em;
  overflow: hidden;
  width: 80%;
  margin: 0 auto 30px auto;
  transition: .5s;
}

.home-page .block-slider .desc p {
  margin: 0;
}

.home-page .block-slider .shown .see-more {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.home-page .block-slider .see-more {
  display: block;
  padding: 20px 0 20px 20px;
  transition: .5s, background-color .2s, color .2s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  text-decoration: none;
  letter-spacing: .05em;
  text-transform: uppercase;
  opacity: 1;
  color: white;
  background: #c40d2e;
}

.home-page .block-slider .see-more:hover {
  color: #c40d2e;
  background: white;
}

.home-page .block-slider .counter {
  font-family: 'omega-font-bold';
  width: 83.33333333%;
  margin: 40px auto 10px auto;
  color: #c40d2e;
}

.home-page .block-slider .scrollbar {
  width: 83.33333333%;
  height: 4px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #f2f2f2;
}

.home-page .block-slider .scrollbar .handle {
  height: 100%;
  cursor: ew-resize;
  background-color: #c40d2e;
}

@media only screen and (max-width: 959px) {
  .home-page .block-calendar ul li:nth-child(n+3) {
    display: none;
  }

  .home-page .block-slider {
    margin-bottom: 100px;
  }

  .home-page .block-slider .frame .slidee .slide.active .slide-content {
    position: absolute;
  }

  .home-page .block-slider .frame .slidee .slide.active .title {
    position: relative;
    bottom: 0;
  }

  .home-page .block-slider .frame .slidee .slide.active .see-more {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media all and (min-width: 640px), print {
  .heading img.desktop {
    width: 100%;
  }

  .heading img.mobile {
    display: none;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .desktop.inline {
    display: inline;
  }

  .home-page .block-introduce {
    padding-top: 55%;
  }

  .home-page .block-introduce .red-block {
    width: 62.5%;
    height: 80%;
  }

  .home-page .block-introduce .red-block .wrapper {
    display: table;
    height: 79%;
    margin-top: 20%;
  }

  .home-page .block-introduce .red-block .wrapper .arrow {
    position: relative;
    display: table-cell;
    width: 25%;
    height: 100%;
    vertical-align: middle;
  }

  .home-page .block-introduce .red-block .wrapper .arrow:before {
    font-family: 'icomoon';
    font-size: 60px;
    position: absolute;
    left: 50%;
    margin-top: -30%;
    content: '\e901';
    cursor: pointer;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }

  .home-page .block-introduce .red-block .wrapper .text {
    display: table-cell;
    width: 75%;
  }

  .home-page .block-introduce .red-block .wrapper .text h1 {
    width: 75%;
    margin: 0;
  }

  .home-page .block-introduce .red-block h1 {
    width: 43.75%;
    margin: 12.5% auto 25% auto;
  }

  .home-page .block-calendar {
    padding-top: 82.8125%;
  }

  .home-page .block-calendar .calendar {
    display: table;
    table-layout: fixed;
  }

  .home-page .block-calendar .calendar:before {
    position: absolute;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    opacity: .2;
    background-color: #999;
  }

  .home-page .block-calendar .calendar-tab,
    .home-page .block-calendar .results-tab {
    width: 43%;
    margin-top: 5%;
    margin-bottom: 0;
    margin-left: 7%;
    cursor: initial;
    -webkit-user-select: initial;
       -moz-user-select: initial;
        -ms-user-select: initial;
            user-select: initial;
    text-align: left;
    color: black!important;
  }

  .home-page .block-calendar .results-tab {
    margin-right: 0;
    margin-left: 7%;
  }

  .home-page .block-calendar .calendar-tab-content,
    .home-page .block-calendar .results-tab-content {
    display: table-cell;
  }

  .home-page .block-calendar .calendar-tab-content ul,
    .home-page .block-calendar .results-tab-content ul {
    width: 70%;
  }

  .home-page .block-calendar .calendar-tab-content {
    display: block!important;
    float: left;
    width: 50%;
  }

  .home-page .block-calendar .results-tab-content {
    display: block!important;
    float: left;
    width: 50%;
  }

  .home-page .block-calendar .content .button-list {
    clear: left;
  }

  .home-page .block-calendar .content .button-list .calendar-link,
    .home-page .block-calendar .content .button-list .results-link {
    display: inline-block;
    float: left;
    width: 50%;
  }

  .home-page .block-slider .counter {
    width: 50%;
  }

  .home-page .block-slider .scrollbar {
    width: 50%;
  }
}

@media all and (min-width: 960px), print {
  .heading .title {
    font-size: 40px;
  }

  .heading .subtitle {
    font-size: 20px;
    margin: 15px auto 0 auto;
  }

  .title-red {
    font-family: 'omega-font-bold';
    font-size: 32px;
    letter-spacing: .04em;
  }

  .title-red.hr:after {
    display: none;
  }

  header .header-fix .header-content .burger:before {
    margin-left: 45px;
  }

  header .header-fix .header-content .logo:before {
    font-size: 100px;
  }

  header .header-fix .header-content .live-button {
    font-size: 16px;
    padding: 20px 60px;
    letter-spacing: .1em;
  }

  header .header-fix .header-content .live-button:before {
    font-size: 12px;
    margin-right: 10px;
  }

  header .header-sticky {
    height: 80px;
  }

  header .header-sticky .header-item:nth-of-type(1) {
    width: 18.75%;
  }

  header .header-sticky .header-item:nth-of-type(2) {
    width: 62.5%;
  }

  header .header-sticky .header-item:nth-of-type(3) {
    width: 18.75%;
  }

  header .header-sticky .burger {
    left: 40px;
  }

  header .header-sticky .burger:before {
    font-size: 25px;
  }

  header .header-sticky .close {
    left: 42px;
  }

  header .header-sticky .burger-menu {
    top: 0;
    left: 60px;
    width: unset;
    height: 100%;
    background: transparent;
  }

  header .header-sticky .burger-menu a {
    font-size: 20px;
    display: inline-block;
    height: 100%;
    margin: 27px 0 0 30px;
    color: black;
  }

  header .header-sticky .logo:before {
    font-size: 70px;
  }

  header .header-sticky .live-button {
    font-size: 16px;
  }

  header .header-sticky .live-button .icon {
    width: 80%;
  }

  header .header-sticky .live-button .icon:before {
    font-size: 12px;
  }

  footer {
    display: table;
    width: 100%;
  }

  footer .grey-part {
    display: table-cell;
    width: 70%;
    padding-left: 3%;
    text-align: left;
    vertical-align: middle;
  }

  footer .grey-part p,
    footer .grey-part a {
    font-size: 13px;
    display: inline-block;
  }

  footer .grey-part a {
    margin-left: 15px;
  }

  footer .red-part {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
  }

  .home-page .block-introduce .text h1 {
    font-size: 30px;
  }

  .home-page .block-introduce .red-block {
    width: 37.5%;
    height: 60%;
  }

  .home-page .block-introduce .red-block .wrapper .text h1 {
    display: block;
    width: 85%;
  }

  .home-page .block-introduce .red-block .wrapper .arrow:before {
    font-size: 100px;
    margin-top: -10px;
  }

  .home-page .block-text {
    width: 43.75%;
    margin: 120px auto;
  }

  .home-page .block-text .title {
    font-size: 40px;
    width: 78.57142857%;
    letter-spacing: unset;
  }

  .home-page .block-text p {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .07em;
    color: #999;
  }

  .home-page .block-calendar .calendar {
    width: 75%;
  }

  .home-page .block-calendar .calendar-tab,
    .home-page .block-calendar .results-tab {
    font-size: 30px;
    width: 33.33333333%;
    margin: 8.33333333% 8.33333333% 1.66666667% 8.33333333%;
  }

  .home-page .block-calendar .calendar-tab-content,
    .home-page .block-calendar .results-tab-content {
    width: 33.33333333%;
    margin: 0 8.33333333% 8.33333333% 8.33333333%;
  }

  .home-page .block-calendar .calendar-tab-content ul,
    .home-page .block-calendar .results-tab-content ul {
    width: 100%;
    margin: 0 auto;
  }

  .home-page .block-calendar .calendar-tab-content ul li,
    .home-page .block-calendar .results-tab-content ul li {
    margin: 40px 0 0 0;
  }

  .home-page .block-slider .frame {
    width: 94%;
  }

  .home-page .block-slider .frame .slidee .desc {
    transition: .5s;
  }

  .home-page .block-slider .frame .slidee .desc.hide {
    height: 0!important;
    opacity: 0;
  }

  .home-page .block-slider .frame .slidee .slide.shown .see-more {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  .home-page .block-slider .frame .slidee .see-more {
    display: block;
    padding: 20px 0 20px 20px;
    transition: .5s, background-color .2s, color .2s;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    text-decoration: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: 1;
    color: white;
    background: #c40d2e;
  }

  .home-page .block-slider .frame .slidee .see-more:hover {
    color: #c40d2e;
    background: white;
  }

  .home-page .block-slider .frame .slidee .slide:hover .title {
    position: relative;
    bottom: unset;
  }

  .home-page .block-slider .frame .slidee .slide:hover .see-more {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .home-page .block-slider .counter {
    display: none;
  }

  .home-page .block-slider .scrollbar {
    width: 22.5%;
    margin: 3% 0 0 3%;
  }
}

@media all and (min-width: 1300px), print {
  .home-page .block-introduce .text h1 {
    font-size: 40px;
  }
}
