@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style:  normal;
  src:         url("../fonts/Helvetica.otf");
}

@font-face {
  font-family: "Helvetica";
  font-weight: 600;
  font-style:  normal;
  src:         url("../fonts/Helvetica-Bold.otf");
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,time { display: block }

body, input, select { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }

html, body {
  width: 100%;
  box-sizing: content-box;
}
main {
  position: relative;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #000;
  text-decoration: underline;
}
img {
  max-width: none !important;
}

/* ==========================================================================
 * Helper classes
 * ========================================================================== */

.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--black {
  color: #000 !important;
}

.float--left {
  float: left;
}
.float--right {
  float: right;
}

.relative {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-bg_img {
  opacity: 0;
}
.js__vertical-centering,
.js__centering {
  opacity: 0;
}
/* Containers */
.section {}
.section--common {
  padding: 113px 0 50px 0;
}
.section--large {
  padding: 113px 0;
}
.section--medium {
  padding: 95px 0;
}
.section--narrow {
  padding: 50px 0;
}
.section--big-tabs {
  padding: 0 0 55px 0;
}
.section--contacts {
  padding: 80px 0 50px 0;
}
.section--inverted {
  padding: 50px 0 110px 0;
}
.section--inverted-large {
  padding: 50px 0 330px 0;
}
.top-section {
  border-top: 1px solid #ecf0f1;
}
.section--gray {
  background-color: #f5f5f5;
}
.container {
  width: 1230px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: content-box;
}
.container--buy-cards {
  width: 1095px;
}
/* Main titles */
.section-title {
  color: #000;
}
.section-title--large {
  font: 600 52px/52px Helvetica, sans-serif, Arial;
  letter-spacing: -1.5px;
}
.section-title--medium {
  font: 600 30px/36px Helvetica, sans-serif, Arial;
}
.section-title--small {
  font: 600 25px/28px Helvetica, sans-serif, Arial;
}
.section-title--m-extra-large {
  margin-bottom: 97px;
}
.section-title--m-large {
  margin-bottom: 65px;
}
.section-title--m-medium {
  margin-bottom: 45px;
}
.section-title--m-small {
  margin-bottom: 35px;
}
.section-title--m-small--partners {
  margin-bottom: 50px;
}
.section-title--m-extra-small {
  margin-bottom: 5px;
}
.section-title--m-team {
  margin: 60px 0 35px 0px;
}
/* Buttons */
.button-round {
  display: inline-block;
  padding: 13px 41px 12px 41px;
  border: 2.5px solid #fff;
  border-radius: 30px;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font: 600 13px/15px Helvetica, sans-serif, Arial;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}
.button-round--white-fill {
  background: #fff;
  color: #000;
}
.button-round--white-fill:hover {

}
.button-round--white-brdr {
  color: #fff;
}
.button-round--white-brdr:hover {
  background: #fff;
  color: #000;
}
.button-round--black-brdr {
  border-color: #000;
  color: #000;
}
.button-round--black-brdr:hover {
  background: #000;
  color: #fff;
}


/* ==========================================================================
 * Main styles
 * ========================================================================== */


.header-area {
  position: relative;
  z-index: 999;
  width: 100%;
  padding-top: 85px;
  box-sizing: content-box;
}
.section-content-body img{
  width: 100%;
  height: auto;
}
.nav-panel--narrow {
  width: 100%;
  height: 45px;
  padding: 20px 0;
  box-sizing: content-box;
}
.nav-panel--narrow.footer {
  height: auto !important;
}
.nav-panel--top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.nav-panel--wide {
  z-index: 9999;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.nav-panel--black {
  background-color: #000;
}
.nav-panel--black .main-nav li a {
  color: #fff;
}
.nav-panel--white {
  background-color: #fff;
}
.nav-panel--white .main-nav li a {
  color: #000;
}
.nav-panel--wide hgroup {
  float: left;
  height: 86px;
  overflow: hidden;
}
.nav-panel--narrow hgroup {
  float: left;
  height: 45px;
}
.hgroup--bordered {
  border-right: 1px solid #fff;
}
.main-nav {}
.main-nav--min {

}
.main-nav--large {}
.main-nav--narrow-header {
  padding-right: 20px;
}
.main-nav > div:before,
.main-nav > div:after {
  content: " ";
  display: table;
}
.main-nav > div:after {
  clear: both;
}
.main-nav li {
  float: left;
  display: block;
  list-style: none;
}
.main-nav--min li {
  min-width: 39px;
  margin-right: 38px;
}
.main-nav--min li a {
  display: block;
  height: 45px;
  font: 400 15px/45px Helvetica, sans-serif, Arial;
  color: #fff;
  text-decoration: none;
}
.main-nav--min li:hover a {
  text-decoration: underline;
}
.main-nav--min li a:hover {
  text-decoration: underline;
}
.main-nav--large li {
  float: left;
  margin-right: 48px;
}
.main-nav--large li a {
  display: block;
  height: 86px;
  font: 600 15px/86px Helvetica, sans-serif, Arial;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.main-nav--large li:hover a {
  text-decoration: underline;
}
.main-nav--large li a:hover {
  text-decoration: underline;
}
.social-icons {
  cursor: default;
}
.social-icons--narrow-header {
  height: 40px;
  padding: 4px 29px 0 52px;
  line-height: 45px;
}
.social-icons_icon-wrap {
  display: inline-block;
  margin: 0 23px 0 0;
  cursor: pointer;
}
.social-icons_icon {
  font-size: 22px !important;
  line-height: 23px !important;
  color: #b6b3b5;
  transition: .2s;
}
.social-icons_icon.fa-vk:hover {
  color: #507299;
}
.social-icons_icon.fa-twitter:hover {
  color: #41abe1;
}
.social-icons_icon.fa-facebook:hover {
  color: #3b5998;
}
.social-icons_icon.fa-instagram:hover {
  color: #e8433d;
}
.social-icons_icon.fa-youtube-play:hover {
  color: #cc181e;
}
/* .social-icons_vk .social-icons_icon {
  width: 25px;
  height: 20px;
  background-position: 0 0;
}
.social-icons_vk:hover .social-icons_icon {
  background-position: 0 -19px;
}
.social-icons_tw .social-icons_icon {
  width: 20px;
  height: 20px;
  background-position: 0 -38px;
}
.social-icons_tw:hover .social-icons_icon {
  background-position: 0 -57px;
}
.social-icons_fb .social-icons_icon {
  width: 9px;
  height: 19px;
  background-position: 0 -77px;
}
.social-icons_fb:hover .social-icons_icon {
  background-position: 0 -96.5px;
}
.social-icons_in .social-icons_icon {
  width: 19px;
  height: 19px;
  background-position: 0 -116px;
}
.social-icons_in:hover .social-icons_icon {
  background-position: 0 -136px;
}
.social-icons_yt .social-icons_icon {
  width: 24px;
  height: 19px;
  background-position: 0 -155px;
}
.social-icons_yt:hover .social-icons_icon {
  background-position: 0 -175px;
} */
.social-buttons {
  text-align: left;
  margin-bottom: 60px;
}
.social-buttons_item {
  display: inline-block;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  text-align: center;
  transition: .2s;
}
.social-buttons_item--vk {background: #507299;}
.social-buttons_item--vk:hover {background: #55779e;}
.social-buttons_item--tw {background: #41abe1;}
.social-buttons_item--tw:hover {background: #49b4ea;}
.social-buttons_item--gp {background: #cc181e;}
.social-buttons_item--gp:hover {background: #dc2228;}
.social-buttons_item--fb {background: #3b5998;}
.social-buttons_item--fb:hover {background: #4161a5;}
.social-buttons_item--inst {background: #D03086;}
.social-buttons_item--inst:hover {background: #e5479b;}
.social-buttons_item i {
  margin-top: 14px;
  font-size: 32px !important;
  color: #fff;
}
.search-field {}
.search-field--narrow-header {
  position: relative;
  padding-left: 55px;
}
.search-field_input-wrap {
  position: relative;
  display: block;
  width: 136px;
  height: 45px;
  padding: 0 45px 0 18px;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  box-sizing: content-box;
}
.search-field_input {
  display: block;
  width: 100%;
  height: 45px;
  border: 0;
  outline: 0;
  font: 400 15px/45px Helvetica, sans-serif, Arial;
}
.search-field_link {
  position: absolute;
  top: 11px;
  right: 17px;
  z-index: 3;
  display: block;
  width: 23px;
  height: 23px;
  border:0 none;
  background: url(../img/ui/search-icon.png) center no-repeat;
  background-size: 23px;
}
.lang-switch {}
.lang-switch--narrow-header {
  float: right;
  font: 400 15px/45px Helvetica, sans-serif, Arial;
  color: #fff;
  cursor: default;
}
.lang-switch_link {
  font: 400 15px/45px Helvetica, sans-serif, Arial;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.lang-switch_link:hover,
.lang-switch_link:focus,
.lang-switch_link.active {
  color: #fff;
  text-decoration: underline;
}
.main-logo {
  float: left;
  display: block;
  margin-right: 52px;
}
.main-logo--wide-header  {
  float: left;
  display: block;
  margin-right: 49px;
}
.main-logo_img {
  width: 90px;
}
.account-label {
  float: right;
  height: 86px;
  font: 400 15px/86px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
  cursor: default;
}
.account-label_link {
  display: inline-block;
  height: 86px;
  font: 400 15px/86px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
  text-decoration: none;
  cursor: pointer;
}
.account-label_link:hover{
  color: #000;
  text-decoration: underline;
}
.big-crsl {
  position: relative;
  width: 100%;
  height: 630px;
}
.big-crsl_slides {
  position: relative;
  z-index: 3;
  height: 630px;
}
.big-crsl_slide {
  width: 100vw;
  height: 630px;
  overflow: hidden !important;
}
.big-crsl_controls {
  position: relative;
  z-index: 4;
  max-width: 1250px;
  width: 100%;
  height: 0;
  margin: 0 auto;
}
.big-crsl_controls-wrap {
  position: relative;
  width: 100%;
  height: 0;
}
.big-crsl .slick-prev,
.big-crsl .slick-next {
  top: -325px;
  width: 20px;
  height: 35px;
}
.big-crsl .slick-prev {
  left: -70px;
  background: url(../img/ui/arrow-w-l.png);
}
.big-crsl .slick-next {
  right: -53px;
  background: url(../img/ui/arrow-w-r.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
@media only screen and ( min--moz-device-pixel-ratio: 2),
@media only screen and ( -o-min-device-pixel-ratio: 2/1),
@media only screen and ( min-device-pixel-ratio: 2),
@media only screen and ( min-resolution: 192dpi),
@media only screen and ( min-resolution: 2dppx) {
  .big-crsl .slick-prev {
    left: -70px;
    background: url(../img/ui/arrow-w-lX2.png);
    background-size: auto 100%;
  }
  .big-crsl .slick-next {
    right: -53px;
    background: url(../img/ui/arrow-w-rX2.png);
    background-size: auto 100%;
  }
}
.big-crsl_img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.big-crsl_img-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}
.big-crsl_img {
  opacity: 0;
}
.big-crsl_desc {
  position: relative;
  z-index: 3;
}
.big-crsl_title {
  display: block;
  max-width: 700px;
  margin-bottom: 63px;
  color: #fff;
  cursor: default;
  font: 600 52px/58px Helvetica, sans-serif, Arial;
}
.big-crsl_buttons {}
.big-crsl_button {
  margin-right: 13px;
}
.big-crsl .slick-dots {
  position: absolute;
  bottom: 80px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.big-crsl .slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.big-crsl .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  border-radius: 50%;
  background: #b6b3b5;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.big-crsl .slick-dots li button:hover,
.big-crsl .slick-dots li button:focus {
  background: #b6b3b5;
}
.big-crsl .slick-dots li.slick-active button {
  background: #fff;
}
.three-col-crsl {}
.three-col-crsl--min {
  position: relative;
  height: 60px;
  padding: 55px 0;
  box-sizing: content-box;
}
.three-col-crsl_slide--min {
  position: relative;
  float: left;
  width: 260px;
  height: 60px;
  padding: 0 74px;
  margin: -2px;
  text-align: center;
}
.three-col-crsl_slide--min:focus {
  outline: 0;
}
.three-col-crsl_icon-wrap {
  float: left;
  width: 52px;
  height: 55px;
  margin-right: 30px;
  overflow: hidden;
}
.three-col-crsl_icon-wrap:before {
  content: '';
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 3;
  display: block;
  height: 100px;
  width: 2px;
  background: #f0f4f4;
}
.three-col-crsl_slide--min:first-child .three-col-crsl_icon-wrap:before {
  display: none !important;
}
.three-col-crsl_icon {
  display: block;
  width: 100%;
  margin-top: 2px;
}
.three-col-crsl_icon-desc {
  float: left;
  width: 180px;
  text-align: left;
}
.three-col-crsl_icon-title {
  margin-bottom: 5px;
  color: #000;
}
.three-col-crsl_link {
  position: relative;
  font: 600 14px/18px Helvetica, sans-serif, Arial;
  color: #3498db;
  text-decoration: none;
}
.three-col-crsl_link:hover {
  text-decoration: underline;
}
.three-col-crsl_link:after {
  content: '>';
  position: absolute;
  right: -15px;
  font: 600 11px/19px Helvetica, sans-serif, Arial;
}
.three-col-crsl_link.disable {
  text-decoration: none !important;
  color: #b6b3b5;
  cursor: default;
}
.three-col-crsl .slick-prev,
.three-col-crsl .slick-next {
  width: 20px;
  height: 35px;
  opacity: .3;
  -webkit-transition: .2s;
  transition: .2s;
}
.three-col-crsl .slick-prev:hover,
.three-col-crsl .slick-next:hover {
  opacity: 1;
}
.three-col-crsl--min .slick-prev,
.three-col-crsl--min .slick-next {
  top: 50%;
}
.three-col-crsl .slick-prev {
  left: -50px;
  background: url(../img/ui/arrow-l.png) no-repeat;
  background-size: 100% auto;
}
.three-col-crsl .slick-next {
  right: -35px;
  background: url(../img/ui/arrow-r.png) no-repeat;
  background-size: auto 100%;
}
.three-col-crsl--large {}
.three-col-crsl_slide--large {
  float: left;
  display: block;
  width: 415px;
  margin-right: 20px;
}
.three-col-crsl_slide-wrap {
  max-width: 395px;
  width: 100%;
  margin: 0 auto;
}
.three-col-crsl_img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.three-col-crsl_img {
  opacity: 0;
}
.three-col-crsl_img-caption {
  padding: 20px;
}
.three-col-crsl_img-title {
  float: left;
  width: 65%;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #000;
  text-decoration: none;
}
.three-col-crsl_img-title:hover {
  text-decoration: underline;
}
.three-col-crsl_image-date {
  float: left;
  width: 35%;
  margin-top: -4px;
  font: 400 20px/24px Helvetica, sans-serif, Arial;
  text-align: right;
  color: #b6b3b5;
}
.three-col-crsl_img-desc {
  font: 400 15px/22px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.three-col-crsl--large .slick-prev,
.three-col-crsl--large .slick-next {
  top: 125px;
}
.vertical-crsl {
 /* height: 365px;*/
  overflow-y: hidden !important;
}
.vertical-crsl_slide {}
.vertical-crsl_left-col {
  float: left;
  width: 40%;
  margin-right: 5%;
}
.vertical-crsl_image-wrap {
  position: relative;
  max-width: 250px;
  width: 100%;
  height: 250px;
  margin: 0 auto 35px auto;
}
.vertical-crsl_image {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  padding: 5px;
}
.vertical-crsl_time-label {
  font: 400 25px/35px Helvetica, sans-serif, Arial;
  color: #000;
}
.vertical-crsl_time {
  font: 400 25px/35px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.vertical-crsl_desc-box {}
.vertical-crsl_right-col {
  float: left;
  width: 55%;
}
.vertical-crsl_title {
  margin-bottom: 40px;
  font: 600 52px/58px Helvetica, sans-serif, Arial;
  color: #000;
}
.vertical-crsl_desc {
  margin-bottom: 46px;
  font: 400 25px/35px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.vertical-crsl_controls-wrap {
  position: absolute;
  top: 0;
  left: -54px;
  display: block;
  width: 23px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.vertical-crsl .slick-dots {
  display: block;
}
.vertical-crsl .slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.vertical-crsl .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 12px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #b6b3b5;
  background: #b6b3b5;
  cursor: pointer;
  color: transparent;
  outline: none;
}
.vertical-crsl .slick-dots li button:hover,
.vertical-crsl .slick-dots li button:focus {
  background: #b6b3b5;
}
.vertical-crsl .slick-dots li.slick-active button {
  background: #fff;
  border: 1px solid #cbcbcb;
}
.vertical-crsl_button {}
.buy-card {
  float: left;
  width: 313px;
  margin-right: 74px;
  overflow: hidden;
  text-align: center;
}
.buy-card:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.bx-context-toolbar-empty-area .buy-card:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
.buy-card_header {
  width: auto;
  padding: 22px 43px 17px 43px;
  background: #f5f5f5;
  text-align: center;
  -webkit-transition: .2s;
  transition: .2s;
}
.buy-card_content {
  width: auto;
  padding: 35px 43px 35px 43px;
  border: 2px solid #f5f5f5;
  color: #000;
  -webkit-transition: .2s;
  transition: .2s;
}
.buy-card:hover .buy-card_header {
  background: #000;
  color: #fff;
}
.buy-card:hover .buy-card_content {
  border: 2px solid #000;
  color: #fff;
}
.buy-card_content-title {
  margin-bottom: 5px;
  font: 600 14px/18px Helvetica, sans-serif, Arial;
  color: #000;
}
.buy-card_text {
  margin-bottom: 20px;
  font: 600 15px/22px Helvetica, sans-serif, Arial;
  color: #b2b2b2;
}
.buy-card_price {
  margin-bottom: 25px;
  font: 400 25px/35px Helvetica, sans-serif, Arial;
  color: #000;
}
.buy-card_button {}
.media-playlist {}
.media-playlist_list {
  float: left;
  width: 472px;
  height: 395px;
  padding-right: 30px;
  margin-right: 25px;
  overflow-y: scroll;
}
.media-playlist_list-item {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}
.media-playlist_list-item:hover {
 background: #eeeeee;
}
.media-playlist_preview-wrap {
  position: relative;
  float: left;
  width: 70px;
  height: 54px;
  margin-right: 35px;
  overflow: hidden;
}
.media-playlist_preview {
  opacity: 0;
}
.media-playlist_preview-title {
  text-transform: uppercase;
  font: 600 14px/18px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.media-playlist_list-item.active .media-playlist_preview-title {
  color: #000;
}
.media-playlist_date {
  font: 400 15px/22px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.media-playlist_view {
  float: right;
  width: 700px;
  height: 395px;
}
.subscribe-narrow {
  height: 44px;
  padding: 9px 0;
  overflow: hidden;
}
.subscribe-narrow--black {
  background: #000;
}
.subscribe-narrow_left {
  float: left;
}
.subscribe-narrow_title {
  float: left;
  margin-right: 30px;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 45px;
}
.subscribe-narrow--black .subscribe-narrow_title {
  color: #fff;
}
.subscribe-narrow_input-wrap {
  position: relative;
  float: left;
}
.subscribe-narrow_input {
  display: block;
  width: 272px;
  height: 38px;
  padding: 0 34px 0 24px;
  border: 3px solid #b6b3b5;
  border-radius: 5px;
  outline: 0 !important;
  font: 400 15px/22px Helvetica, sans-serif, Arial;
  color: #fff;
}
.subscribe-narrow--black .subscribe-narrow_input {
  border: 3px solid #b6b3b5;
  color: #fff;
  background: #000;
}
.subscribe-narrow_input-icon {
  position: absolute;
  top: 14px;
  right: 17px;
  z-index: 3;
  width: 10px;
  height: 15px;
  background: url(../img/ui/min-arrow-r.png) no-repeat;
  background-size: 100%;
}
.subscribe-narrow_right {
  float: right;
  padding-top: 12px;
}
.subscribe-narrow_right .social-icons_icon-wrap:last-child {
  margin-right: 0;
}
.league-switch {
  float: right;
  font: 600 30px/58px Helvetica, sans-serif, Arial;
}
.league-switch_link {
  font: 600 30px/58px Helvetica, sans-serif, Arial;
  text-decoration: none;
  color: #b6b3b5;
}
.league-switch_link:hover {
  text-decoration: underline;
}
.league-switch_link.current {
  color: #000;
  text-decoration: none !important;
}
.standings_container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.standings {
  width: 100%;
}
.standings .table {
  min-width: 600px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  cursor: default;
}
.standings .thead {}
.standings .thead > div {
  float: left;
  height: 11px;
  padding-top: 15px;
  padding-bottom: 17px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  font: 600 14px/18px Helvetica, sans-serif, Arial;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.standings .thead > div:first-child {width: 3.4%;}
.standings .thead div:nth-child(2) {width: 18.1%;padding-left: 1.6%;text-align: left !important;}
.standings .thead div:nth-child(3) {width: 18.8%;}
.standings .thead div:nth-child(4) {width: 19%;}
.standings .thead div:nth-child(5) {width: 19%;}
.standings .thead div:last-child {width: 19.1%;}

.standings .tbody {}
.standings .tbody .td div {
  float: left;
  height: 11px;
  padding-top: 15px;
  padding-bottom: 17px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  font: 600 14px/18px Helvetica, sans-serif, Arial;
  text-align: center;
  text-transform: uppercase;
  color: #b6b3b5;
  -webkit-transition: .2s;
  transition: .2s;
}
.standings .tbody .td div:first-child {width: 3.4%;}
.standings .tbody .td div:nth-child(2) {width: 18.1%;padding-left: 1.6%;text-align: left !important;}
.standings .tbody .td div:nth-child(3) {width: 18.8%;}
.standings .tbody .td div:nth-child(4) {width: 19%;}
.standings .tbody .td div:nth-child(5) {width: 19%;}
.standings .tbody .td div:last-child {width: 19.1%;}
.standings .tbody .td:hover div,
.standings .tbody .td.active div{
  background: #f5f5f5;
  color: #000;
}
.section--lined {
  border-bottom: 1px solid #ecf0f1;
}
.section--lined,
.three-icons_section {
  border-top: 1px solid #ecf0f1;
}
.three-icons {}
.three-icons_slide {
  float: left;
  width: 33%;
  text-align: center;
}
.three-icons_icon {
  display: inline-block;
  width: 59px;
}
.logos-crsl_container {
  text-align: center;
}
.logos-crsl {
  margin-bottom: 50px;
}
.logos-crsl .slick-list {
  margin-left: -12px;
}
.logos-crsl_slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
}
.logos-crsl_logo {
  display: block;
  max-width: 150px;
  max-height: 50px;
  margin: 0 auto;
}
.logos-crsl .slick-prev,
.logos-crsl .slick-next {
  bottom: -12px;
  width: 20px;
  height: 35px;
  opacity: .3;
  -webkit-transition: .2s;
  transition: .2s;
}
.logos-crsl .slick-prev:hover,
.logos-crsl .slick-next:hover {
  opacity: 1;
}
.logos-crsl--min .slick-prev,
.logos-crsl--min .slick-next {
  top: 50%;
}
.logos-crsl .slick-prev {
  left: -50px;
  background: url(../img/ui/arrow-l.png) no-repeat;
  background-size: 100% auto;
}
.logos-crsl .slick-next {
  right: -35px;
  background: url(../img/ui/arrow-r.png) no-repeat;
  background-size: auto 100%;
}
.logos-crsl_button {

}
.left-col {
  float: left;
  width: 50%;
}
.right-col {
  float: right;
  width: 50%;
}
.submit-form {
  max-width: 616px;
  width: 100%;
}
.submit-form_input {
  display: block;
  max-width: 566px;
  width: 100%;
  height: 58px;
  padding: 0 25px;
  border: 0;
  outline: 0;
  margin-bottom: 38px;
  background: #f5f5f5;
  font: 400 15px/58px Helvetica, sans-serif, Arial;
}
.submit-form_textarea {
  display: block;
  max-width: 566px;
  width: 100%;
  max-width: 566px;
  height: 225px;
  padding: 22px 25px;
  border: 0;
  outline: 0;
  margin-bottom: 38px;
  background: #f5f5f5;
  font: 400 15px/18px Helvetica, sans-serif, Arial;
}
.submit-form_file-wrap {
  position: relative;
  z-index: 5;
  float: left;
  width: 130px;
  cursor: pointer;
}
.submit-form_file-label {
  font: 400 15px/18px Helvetica, sans-serif, Arial;
  color: #000;
}
.submit-form_file-wrap:hover .submit-form_file-label {
  text-decoration: underline;
}
.submit-form_file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.submit-form_submit {
  float: right;
  margin-top: -15px;
  background: transparent;
}
.contact-info {
  max-width: 460px;
  margin-left: 100px;
}
.contact-info_title {
  margin-bottom: 13px;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #000;
  text-transform: uppercase;
}
.contact-info_map {
  display: block;
  width: 100%;
  height: 310px;
  margin-bottom: 30px;
}
.contact-info_figure {
  margin-bottom: 16px;
}
.contact-info_icon {
  float: left;
  width: 22px;
  margin-top: 2px;
  margin-right: 25px;
  background-size: 22px;
  text-align: center;
}
.contact-info_icon .fa-map-marker {
  font-size: 22px !important;
}
.contact-info_icon .fa-envelope-o {
  font-size: 17px !important;
}
.contact-info_icon .fa-phone {
  font-size: 22px !important;
}
.contact-info_figure-text {
  font: 400 15px/22px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.footer_left-col {
  float: left;
}
.footer_right-col {
  float: right;
}
.footer_social-icons {
  float: left;
  margin-top: 35px;
}
.footer_main-nav--large li {
  margin-right: 0;
  margin-left: 25px !important;
}
.footer_main-nav--min {
  margin-top: 10px;
}
.footer_main-nav--min li {
  margin-right: 0;
  margin-left: 43px !important;
}
.copyright-text {
  font: 400 15px/18px Helvetica, sans-serif, Arial;
  margin-top: 7px;
}
.persons-grid {
  width: 1250px;
}
.person-card {
  float: left;
  display: block;
  width: 289px;
  margin-right: 24px;
  overflow: hidden;
  text-decoration: none;
}
.person-card {
  margin-bottom: 45px;
}
.person-card:nth-child(4n) {
  margin-right: 0;
}
.person-card_img-wrap {
  position: relative;
  width: 294px;
  height: 294px;
  margin-bottom: 42px;
  overflow: hidden;
  background: #f5f5f5;
}
.person-card_img-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  background: rgba(0,0,0,.6);
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}
a.person-card:hover .person-card_img-cover {
  opacity: 1;
}
.person-card_img {
  height: 100%;
}
a.person-card:hover .person-card_img {
  opacity: .6 !important;
}
.person-card_title {
  display: block;
  font: 600 25px/28px Helvetica, sans-serif, Arial;
  color: #000;
}
.person-card_desc {
  display: block;
  font: 400 15px/22px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
a.person-card .person-card_title,
a.person-card .person-card_desc {
  text-decoration: none;
}
a.person-card:hover .person-card_title,
a.person-card:hover .person-card_desc {
  text-decoration: underline;
}
.entry-card {
  float: left;
  display: block;
  width: 396px;
  margin-bottom: 30px;
  margin-right: 20px;
}
.entry-card:nth-child(3n) {
  margin-right: 0;
}
.entry-card_wrap {
  max-width: 395px;
  width: 100%;
  margin: 0 auto;
}
.entry-card_img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.entry-card_img {
  opacity: 0;
}
.entry-card_caption {
  height: 80px;
  padding: 20px;
}
.entry-card_title {
  float: left;
  width: 65%;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #000;
  text-decoration: none;
}
.tickets *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tickets__buy{
  float: right;
}
.tickets__buy .button-round{
  letter-spacing: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    vertical-align: middle;
}
.tickets__head.section-title .season-switch{
  float: left;
  top: 10px;
  left: 18px;
}
.tickets__body{
  padding-top: 5px;
}
.tickets__colm-left{
  float: left;
  width: 50%;
}
.tickets__colm-right{
  float: left;
  width: 50%;
  padding-left: 80px;
}
.tickets__title{
  float: left;
}
.tickets__head{
  margin-bottom: 40px;
}
@media (max-width: 768px){
  .tickets__colm-left, .tickets__colm-right{
    width: 100%;
    padding: 0 8px;
  }
  .tickets__title{
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .tickets__buy {
    float: none;
  }
  .tickets__head.section-title .season-switch{
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .tickets__colm-right{
    margin-top: 25px;
  }
  .tickets__head{
    margin-bottom: 20px;
  }
}
.tickets__table table{
  width: 100%;
  text-align: center;
}
.tickets__table thead{
  width: 100%;
  border-top: 2px solid #EEE;
}
.tickets__table tbody{
  width: 100%;
  border-bottom: 2px solid #EEE;

}
.tickets__table-tr{

}
.tickets__table  th{
  background-color: #f5f5f5;
}

.tickets__table  th, .tickets__table td{
  font-weight: bold;
  font-size: 16px;
  height: 60px;
  border-left: 2px solid #EEE;
  border-right: 2px solid #EEE;
  border-bottom: 2px solid #EEE;
}

.tickets__table td:first-child{
  width: 60%;
}


.entry-card_title:hover {
  text-decoration: underline;
}
.entry-card_date {
  float: left;
  width: 35%;
  margin-top: -4px;
  font: 400 20px/24px Helvetica, sans-serif, Arial;
  text-align: right;
  color: #b6b3b5;
}
.entry-card_desc {
  font: 400 15px/22px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.grid-controls {
  height: 62px;
  margin-bottom: 35px;
}
.season-switch {
  position: relative;
  height: 60px;
  padding: 0 60px 0 30px;
  border: 1px solid #fff;
  font: 600 14px Helvetica, sans-serif, Arial;
  line-height: 62px !important;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  min-width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99;
}
.section-title .season-switch {
  float: right;
}
.season-switch.active {
  border: 1px solid #f5f5f5;
}
.season-switch:after {
  content: '';
  position: absolute;
  top: 28px;
  right: 27px;
  display: block;
  width: 6px;
  height: 5px;
  background: url(../img/ui/min-season-arrow.png) no-repeat;
  background-size: 100%;
}
.season-switch_select {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 4;
  box-sizing: border-box;
  padding: 20px 0 20px 30px;
  border: 1px solid #f5f5f5;
  margin-right: -2px;
  background: #f5f5f5;
}
.section-title .season-switch_select {
  width: 210px;
}
.grid-controls .season-switch_select {
  width: 208px;
  right: auto;
  left: -1px;
}
.season-switch_select.active {
  display: block;
}
.season-switch_link {
  display: block;
  font: 600 14px/22px Helvetica, sans-serif, Arial;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
.season-switch_link:hover {
  text-decoration: underline;
}
.grid-controls .season-switch {
  float: left;
}
.grid-controls .min-tabs {
  float: right;
}
.min-tabs_tab {
  float: left;
  display: block;
  padding: 8px 30px 9px 30px;
  border: 2px solid #f5f5f5;
  border-radius: 30px;
  margin-left: 22px;
  font: 600 13px/15px Helvetica, sans-serif, Arial;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  -webkit-transition: .2s;
  transition: .2s;
}
.min-tabs_tab.active {
  border-color: #000 !important;
  background: transparent !important;
  color: #000 !important;
  cursor: default;
}
.min-tabs_tab:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto 65px auto;
}
.pagination_item {
  float: left;
  display: block;
  width: 29px;
  height: 29px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 0 10px;
  font: 600 15px/25px Helvetica, sans-serif, Arial;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.pagination_icon-first {
  background: url(../img/ui/pagi-arrow-first.png) no-repeat;
}
.pagination_icon-last {
  background: url(../img/ui/pagi-arrow-last.png) no-repeat;
}
.pagination_icon-first,
.pagination_icon-last {
  background-position: center;
}
.pagination_button {
  border-color: #dfdfdf;
}
.pagination_button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.pagination_button.current {
  background: #000;
  border-color: #000;
  color: #fff;
  cursor: default;
}
.pagination_icon-prev {
  background: url(../img/ui/pagi-arrow-prev.png) no-repeat !important;
}
.pagination_icon-next {
  background: url(../img/ui/pagi-arrow-next.png) no-repeat !important;
}
.pagination_icon-prev,
.pagination_icon-next {
  background-position: center !important;
  background-color: transparent !important;
  border-color: #dfdfdf !important;
  color: #000 !important;
}
.search-block {
  margin-bottom: 5px;
}
.search-block_bar-wrap {
  position: relative;
  height: 44px;
  margin-bottom: 32px;
  overflow: hidden;
}
.search-block_input-wrap {
  width: auto;
  height: 40px;
  padding: 0 35px;
  border: 2px solid #e0e0e0;
  border-radius: 30px;
}
.search-block_input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  font: 400 15px/40px Helvetica, sans-serif, Arial;
  color: #000;
}
.search-block_submit {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 3;
  border: 0;
  outline: 0;
  width: 24px;
  height: 23px;
  background-color: transparent;
  background: url(../img/ui/search-icon.png) no-repeat;
  background-size: 100%;
}
.search-block_result {
  margin-bottom: 32px;
  font: 400 25px/28px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.big-tabs {
  position: relative;
  height: 42px;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
}
.big-tabs--third .big-tabs_bg {
  position: absolute;
  z-index: 2;
  width: 33.33333%;
  height: 41px;
  border-radius: 30px;
  background: #000;
  -webkit-transition: left .3s;
  transition: left .3s;
}
.big-tabs--quarter .big-tabs_bg {
  position: absolute;
  z-index: 2;
  width: 25%;
  height: 41px;
  border-radius: 30px;
  background: #000;
  -webkit-transition: left .3s;
  transition: left .3s;
}
.big-tabs--third .big-tabs_bg.index0 {
  left: 0;
}
.big-tabs--third .big-tabs_bg.index1 {
  left: 33.33333%;
}
.big-tabs--third .big-tabs_bg.index2 {
  left: 66.66666%;
}
.big-tabs--quarter .big-tabs_bg.index0 {
  left: 0;
}
.big-tabs--quarter .big-tabs_bg.index1 {
  left: 25%;
}
.big-tabs--quarter .big-tabs_bg.index2 {
  left: 50%;
}
.big-tabs--quarter .big-tabs_bg.index3 {
  left: 75%;
}
.big-tabs_tab {
  position: relative;
  z-index: 3;
  float: left;
  height: 41px;
  border-radius: 30px;
  font: 600 15px/41px Helvetica, sans-serif, Arial;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}
.big-tabs_third {
  width: 33.33333%;
}
.big-tabs_quarter {
  width: 25%;
}
.big-tabs_tab.active {
  color: #fff;
}
/*.big-tabs_tab:hover {
  text-decoration: underline;
}
.big-tabs_tab.active:hover {
  text-decoration: none !important;
}*/
.game-stats_block {}
.game-stats_card {
  margin-bottom: 27px;
}
.game-stats_top {
  position: relative;
  padding: 50px 123px;
  border: 1px solid #e2e2e2;
  box-sizing: content-box;
}
.game-stats_info {
  position: absolute;
  top: 50px;
  left: 75px;
  z-index: 3;
  width: 198px;
}
.game-stats_game-type-text {
  margin-bottom: 35px;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  text-transform: uppercase;
}
.game-stats_league-icon-wrap {
  width: 55px;
  height: 55px;
  margin-bottom: 35px;
  overflow: hidden;
}
.game-stats_league-icon {
  display: block;
  width: 100%;
}
.game-stats_date {
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  text-transform: uppercase;
}
.game-stats_scores {
  float: left;
}
.game-stats_team {
  float: left;
  width: 425px;
  text-align: center;
}
.game-stats_logo-wrap {
  display: block;
  width: 280px;
  height: 115px;
  margin: 0 auto 30px auto;
  text-align: center;
}
.game-stats_logo {
  display: inline-block;
  height: 100%;
}
.game-stats_team-name {
  font: 600 30px/33px Helvetica, sans-serif, Arial;
  color: #000;
}
.game-stats_city {
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
  text-transform: uppercase;
}
.game-stats_middle {
  float: left;
  width: 130px;
  text-align: center;
}
.game-stats_game-type-icon {
  margin: 0 auto 25px auto;
}
.game-stats_game-type-icon .fa {
  font-size: 40px !important;
}
.game-stats_game-type-icon.home {
  width: 32px;
  height: 29px;
  background: url(../img/sprites/game-stats-place.png) no-repeat;
  background-position: 0 -29px;
}
.game-stats_game-type-icon.away {
  width: 32px;
  height: 28px;
  background: url(../img/sprites/game-stats-place.png) no-repeat;
  background-position: 0 0;
}
.game-stats_result {
  margin-bottom: 8px;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  text-transform: uppercase;
}
.game-stats_result.win {
  color: #00a388;
}
.game-stats_result.lose {
  color: #e74c3c;
}
.game-stats_score {
  margin-bottom: 27px;
  font: 600 30px/30px Helvetica, sans-serif, Arial;
}
.game-stats_vs {
  display: block;
  margin-top: 55px;
}
.game-stats_more-button {
  cursor: pointer;
}
.game-stats_more-text {
  margin-bottom: 20px;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
  text-transform: uppercase;
}
.game-stats_more-button:hover .game-stats_more-text {
  color: #000;
}
.game-stats_more-arrow {
  width: 35px;
  height: 19px;
  margin: 0 auto;
  border: 0;
  background: url(../img/sprites/game-stats-arrows.png) no-repeat;
  background-position: 0 0;
}
.game-stats_more-button:hover .game-stats_more-arrow {
  background-position: 0 -20px;
}
.game-stats_more-arrow.active {
  background-position: 0 -40px !important;
}
.game-stats_more-button:hover .game-stats_more-arrow.active {
  background-position: 0 -60px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
@media only screen and ( min--moz-device-pixel-ratio: 2),
@media only screen and ( -o-min-device-pixel-ratio: 2/1),
@media only screen and ( min-device-pixel-ratio: 2),
@media only screen and ( min-resolution: 192dpi),
@media only screen and ( min-resolution: 2dppx) {
  .game-stats_more-arrow {
    background: url(../img/sprites/game-stats-arrowsX2.png) no-repeat !important;
    background-size: 100% auto !important;
  }
  .game-stats_more-button:hover .game-stats_more-arrow {
    background-position: 0 -20px !important;
  }
  .game-stats_more-arrow.active {
    background-position: 0 -40px !important;
  }
  .game-stats_more-button:hover .game-stats_more-arrow.active {
    background-position: 0 -60px !important;
  }
}
.game-stats_bottom {
  display: none;
  padding: 17px 75px 14px 75px;
  background: #f5f5f5;
}
.game-stats_bottom.active {
  display: block;
}
.game-stats_broadcasts {
  float: left;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #000;
  text-transform: uppercase;
}
.game-stats_links {
  float: right;
  text-align: right;
}
.game-stats_links-item {
  display: inline-block;
  margin-left: 44px;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.game-stats_links-item:hover {
  text-decoration: underline;
}
.photo-masonry {}
.photo-album {}
.person-stats {}
.person-chronology {}
.mobile-menu_toggle {
  position: absolute;
  top: 45px;
  left: 30px;
  z-index: 4;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.mobile-menu_open,
.mobile-menu_close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  cursor: pointer;
}
.mobile-menu_close {
  display: none;
}
.breadcrumbs {
  text-align: left;
  margin-bottom: 45px;
  font: 600 13px/18px Helvetica, sans-serif, Arial;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs_item {
  position: relative;
  display: inline-block;
  padding-right: 85px;
  font: 600 13px/18px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumbs_item:hover {
  text-decoration: underline;
}
.breadcrumbs_item:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 40px;
  display: block;
  width: 6px;
  height: 9px;
  z-index: 3;
  background: url(../img/ui/pagi-arrow-next.png) no-repeat;
}
.entry-content_img-wrap {
  max-height: 1000px;
  margin-bottom: 45px;
  overflow: hidden;
}
.entry-content_img {
  display: block;
  width: 100%;
}
.entry-content_iframe-wrap {

}
.entry-content_iframe {
  width: 100%;
}
.entry-content_paragraph {
  margin-bottom: 35px;
  font: 400 25px/35px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.entry-content_paragraph.black {
  color: #000;
}
.entry-content_info {
  margin-bottom: 45px;
  font: 400 25px/35px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.entry-content_date {}
.entry-content_tags {}
.entry-content_tag {
  color: #b6b3b5;
}
.partners_paragraph {
  font: 400 25px/35px Helvetica, sans-serif, Arial;
  letter-spacing: 0.9px;
  color: #b6b3b5;
}
.partners_item {
  position: relative;
  float: left;
  width: 232px;
  margin-right: 265px;
  margin-bottom: 55px;
}
.partners_item:nth-child(3n) {
  margin-right: 0;
}
.partners_logo-wrap {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: visible !important;
}
.partners_logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.partners_item-text {
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 5;
  width: 202px;
  height: 0;
  padding: 0;
  border: 1px solid #e8e8e8;
  margin-left: -125px;
  background: #fff;
  overflow: hidden;
  font: 400 15px/21px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}
.partners_item-text:after {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 5;
  width: 24px;
  height: 16px;
  margin-left: -12px;
  overflow: hidden;
  background: url(../img/ui/box-triangle.png) no-repeat;
  background-position: center;
}
.partners_item:hover .partners_item-text {
  top: 110px;
  height: auto;
  padding: 33px 23px;
  overflow: visible;
  opacity: 1;
  -webkit-transition: top .2s, opacity .2s;
  transition: top .2s, opacity .2s;
}
.photoalbum_items {
  position: relative;
}
.photoalbum_img {
  display: block;
  width: 100%;
}
.person-main-info {}
.person-main-info_left-col {
  float: left;
  max-width: 645px;
  width: 100%;
  margin-right: 50px;
}
.person-main-info_photos {
  margin-bottom: 25px;
}
.person-main-info_photos-slide {
  position: relative;
  width: 670px;
  height: 647px;
  overflow: hidden;
}
.person-main-info_photo {}
.person-main-info_previews {
  width: 100%;
  height: auto;
}
.person-main-info_previews .slick-track {
  width: 100% !important;
  height: auto;
}
.person-main-info_preview-item {
  position: relative;
  float: left;
  width: 108px;
  height: 108px;
  margin-bottom: 25px;
  margin-right: 25px;
  cursor: pointer;
}
.person-main-info_preview {}
.person-main-info_right {
  float: left;
  max-width: 530px;
  width: 100%;
}
.person-main-info_section {
  margin-bottom: 50px;
}
.person-main-info_title {
  margin-bottom: 30px;
}
.person-main-info_options-row {
  padding: 15px;
  border-bottom: 1px solid #efefef;
  line-height: 18px;
}
.person-main-info_option-left {
  float: left;
  width: 50%;
  font: 400 15px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.person-main-info_option-right {
  float: left;
  width: 50%;
  font: 400 15px Helvetica, sans-serif, Arial;
  color: #000;
}
.person-main-info_paragraph {
  font: 400 15px/21px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.standings_season-switch-wrap {}
.standings_season-switch {
  float: left;
  margin-bottom: 5px;
}
.standings_standings-reference {
  position: relative;
  height: 60px;
  padding: 0 60px 0 0;
  margin-left: 100px;
  border: 1px solid #fff;
  font: 600 14px/62px Helvetica, sans-serif, Arial;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.standings_standings-reference:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 27px;
  display: block;
  width: 7px;
  height: 5px;
  background: url(../img/ui/min-season-arrow.png) no-repeat;
  background-size: 100%;
}
.standings_person {
  width: 100%;
}
.standings_person .table {
  min-width: 600px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  cursor: default;
}
.standings_person .thead {}
.standings_person .thead div {
  float: left;
  height: 11px;
  padding-top: 15px;
  padding-bottom: 17px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  font: 600 14px/18px Helvetica, sans-serif, Arial;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  box-sizing: content-box;
}
.standings_person .thead div:first-child,
.standings_person .thead div:nth-child(2),
.standings_person .thead div:nth-child(3),
.standings_person .thead div:nth-child(4),
.standings_person .thead div:nth-child(5) {width: 18.21%;}
.standings_person .thead div:last-child {width: 8.333%;}
.standings_person .thead div:first-child {width: 18.02%; border-right: 0;}

.standings_person-table-wrap {
  display: none;
}
.standings_person-table-wrap.active {
  display: block !important;
}

.standings_person table {
  width: 100%;
  min-width: 600px;
}
.standings_person table tr td {
  float: left;
  height: 11px;
  padding-top: 15px;
  padding-bottom: 17px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  font: 600 14px/18px Helvetica, sans-serif, Arial;
  text-align: center !important;
  text-transform: uppercase;
  color: #b6b3b5;
  -webkit-transition: .2s;
  transition: .2s;
  box-sizing: content-box;
}
.standings_person table tr td:first-child {
  text-align: left !important;
}
.standings_person table tr td:first-child,
.standings_person table tr td:nth-child(2),
.standings_person table tr td:nth-child(3),
.standings_person table tr td:nth-child(4),
.standings_person table tr td:nth-child(5) {width: 18.21%;}
.standings_person table tr td:last-child {width: 8.333%;}
.standings_person table tr td:first-child {width: 14.91%; padding-left: 3%; color: #000; text-align: left;}
.standings_person table tr:hover td {
  background: #f5f5f5;
  color: #000;
}
.standings_person-title {
  margin-bottom: 30px;
}
.simple-table {
  float: left;
  min-width: 810px;
  font: 600 13px/50px Helvetica, sans-serif, Arial;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .simple-table {
    overflow-x: scroll;
  }
}
.simple-table_thead {
  background: #b6b3b5;
  color: #fff;
}
.simple-table_tbody {
  color: #000;
}
.simple-table_row {}
.simple-table_left {
  width: 250px;
  padding: 0 30px;
}
.simple-table_right {
  width: 500px;
  padding: 0 30px;
}

.simple-table > table {
  border: 0 none;
}
.simple-table > table tr {
}
.simple-table > table td {
  padding: 0 30px;
  border: 0 none;
}
.simple-table > table td:first-child {
  width: 250px;
}
.simple-table > table td:last-child {
  width: 500px;
}


.game-stats_pass-link {
  position: absolute;
  top: 47px;
  right: 75px;
  z-index: 3;
  font: 600 14px/18px Helvetica, sans-serif, Arial;
  color: #3498db;
  text-decoration: none;
}
.popup_desc,
.popup_title {
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #000;
  text-align: center;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.form-output {
  display: none;
  opacity: 0;
}
.slick-track > script {
  display: none;
}

.photoalbum_img-wrap {
  float: left;
  width: 277.5px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.row {
  margin: 0 !important;
}
.entrys_button {
  margin-bottom: 60px;
}
.st-table {
  display: none;
}
.st-table.active {
  display: block;
}
.pop-up {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
.pop-up_back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.pop-up_body {
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 91;
  box-sizing: border-box;
  width: 610px;
  padding: 60px 80px;
  margin-left: -305px;
  background: #fff;
  text-align: center;
}
.pop-up_body-wrap {
  position: relative;
}
.pop-up_close {
  position: absolute;
  top: -35px;
  right: -55px;
  z-index: 999;
  width: 20px;
  height: 20px;
  background: url(../img/ui/cross.png) center no-repeat;
  cursor: pointer;
}
.pop-up_content {}
.pop-up_title {
  margin-bottom: 20px;
  font: 600 52px/52px Helvetica, sans-serif, Arial;
  color: #000;
}
.pop-up_text {
  margin-bottom: 30px;
  font: 400 19px/28px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.social-auth {}
.pop-up_social-auth {
  margin-bottom: 23px;
}
.social-auth_button {
  display: block;
  float: left;
  width: 212px;
  height: 45px;
  border-radius: 25px;
  text-align: center;
}
.social-auth_button span {
  display: inline-block;
  background: url(../img/ui/socialauth.png) no-repeat;
  background-size: 100% auto;
}
.social-auth_button--vk {
  margin-right: 25px;
  background-color: #4e77a2;
}
.social-auth_button--fb {
  box-sizing: border-box;
  border: 1px solid #ededed;
  background-color: #fff;
}
.social-auth_button--vk span {
  width: 122px;
  height: 13px;
  margin-top: 16px;
  background-position: 0 0;
  background-color: #4e77a2;
}
.social-auth_button--fb span {
  width: 122px;
  height: 20px;
  margin-top: 11px;
  background-position: 0 -13px;
}
.registration_form {}
.pop-up_registration_form {}
.registration_input {
  float: left;
  box-sizing: border-box;
  height: 56px;
  padding: 0 26px;
  border: 0 none;
  background: #f5f5f5;
  font: 400 15px/56px Helvetica, sans-serif, Arial;
  color: #333333;
}
.registration_input--min {
  width: 212px;
  margin: 0 25px 25px 0;
}
.registration_input--common {
  width: 100%;
  margin: 0 25px 25px 0;
}
.registration_input--min:nth-child(2n) {
  margin: 0;
}
.registration_checkbox {
  z-index: 999;
  float: left;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.registration_agreement-label {
  position: relative;
  float: left;
  margin-bottom: 25px;
  font: 400 12px/20px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.registration_fake-checkbox {
  position: absolute;
  top: 0;
  left: -35px;
  z-index: 99;
  box-sizing: border-box;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../img/ui/ckeckbox-unckeck.png) center no-repeat;
  background-size: contain;
}
.registration_checkbox:checked + label .registration_fake-checkbox {
  background: url(../img/ui/ckeckbox-ckeck.png) center no-repeat;
  background-size: contain;
}
.registration_agreement-link {
  font: 400 12px/20px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.registration_min-text {
  display: block;
  margin-bottom: 30px;
  font: 400 12px/20px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.registration_min-text a {
  font: 400 12px/20px Helvetica, sans-serif, Arial;
  color: #000;
}

.subscribe-popup {
  display: none;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.subscribe-popup_wrap {
  position: relative;
}
.subscribe-popup_body {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 99;
  box-sizing: border-box;
  width: 850px;
  height: 0;
  padding: 60px 80px;
  margin-left: -405px;
  margin-bottom: 113px;
  background: #fff;
  text-align: left;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0 2px 36px rgba(0,0,0,.17);
}
.subscribe-popup_close {
  position: absolute;
  top: -35px;
  right: -55px;
  z-index: 999;
  width: 20px;
  height: 20px;
  background: url(../img/ui/cross.png) center no-repeat;
  cursor: pointer;
}
.subscribe-popup_content {}
.subscribe-popup_header {}
.subscribe-popup_header--center {
  text-align: center !important;
}
.subscribe-popup_left {
  float: left;
  width: 50%;
}
.subscribe-popup_title {
  margin-bottom: 30px;
  font: 600 52px/52px Helvetica, sans-serif, Arial;
  color: #000;
}
.subscribe-popup_advantage--green {
  margin-bottom: 12px;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #28a76b;
}
.subscribe-popup_right {
  float: left;
  width: 50%;
}
.subscribe-popup_subtitle {
  margin-top: 13px;
  margin-bottom: 30px;
  font: 600 20px/22px Helvetica, sans-serif, Arial;
  color: #000;
}
.subscribe-popup_advantage--grey {
  margin-bottom: 20px;
  font: 600 15px/18px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.subscribe-popup_form {
  padding-top: 20px;
}
.subscribe-popup_input {
  float: left;
  box-sizing: border-box;
  width: 212px;
  height: 56px;
  padding: 0 26px;
  border: 0 none;
  margin-right: 23px;
  background: #f5f5f5;
  font: 400 15px/56px Helvetica, sans-serif, Arial;
  color: #b6b3b5;
}
.subscribe-popup_submit {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  border-color: #28a76b;
  margin: 5px 0 0 19px;
  background: #28a76b;
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
.subscribe-popup_submit--done {
  float: none !important;
  display: inline-block !important;
}
.subscribe-popup_submit:hover {
  background: #21c175;
  border-color: #21c175;
}

.ad-slider {
  box-sizing: content-box !important;
  display: block !important;
  width: 100%;
  height: 160px;
  margin-top: 25px;
}
.ad-slider_slide {
  width: 100%;
  max-width: 1250px;
  height: 160px;
}
.ad-slider_prev {
  background: #c6c4c7;
  font: 400 26px/160px Helvetica, sans-serif, Arial;
  color: #fff;
  text-align: center;
}

/* ==========================================================================
 * Media styles
 * ========================================================================== */


@media (max-width: 1420px) {
  .big-crsl_controls {
    width: auto;
    max-width: none;
  }
  .big-crsl_desc {
    padding: 0 40px;
  }
  .big-crsl .slick-prev {
    left: 10px;
  }
  .big-crsl .slick-next {
    right: 10px;
  }
  .three-col-crsl--large {
    padding: 0 20px;
  }
  .three-col-crsl .slick-prev {
    left: -10px;
  }
  .three-col-crsl .slick-next {
    right: 5px;
  }
  .vertical-crsl_controls-wrap {
    left: -3px;
  }
}
/* 1420px */


@media (max-width: 1279px) {
  .big-crsl_title,
  .vertical-crsl_title,
  .section-title--large {
    font-size: 36px;
    line-height: 45px;
  }
  .vertical-crsl_time-label,
  .vertical-crsl_time,
  .vertical-crsl_desc,
  .buy-card_price {
    font-size: 20px;
    line-height: 30px;
  }
  .three-col-crsl_image-date,
  .entry-card_date {
    font-size: 16px;
  }
  .container {
    width: auto;
    max-width: 1004px;
  }
  .main-nav--narrow-header {
    padding-right: 0;
  }
  .social-icons--narrow-header {
    padding: 0 20px 0 25px;
  }
  .social-icons_icon-wrap {
    margin: 0 5px 0 0;
  }
  .search-field--narrow-header {
    padding-left: 25px;
  }
  .search-field_input-wrap {
    width: 100px;
  }
  .main-logo--wide-header {
    margin-right: 30px;
  }
  .main-nav--large li {
    margin-right: 20px;
  }
  .three-col-crsl--large {
    padding: 0 30px;
  }
  .three-col-crsl_slide--min {
    padding: 0 35px;
  }
  .three-col-crsl .slick-prev {
    left: -8px;
  }
  .three-col-crsl .slick-next {
    right: -8px;
  }
  .three-col-crsl_img-title {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 5px;
  }
  .three-col-crsl_image-date {
    float: none;
    width: auto;
    text-align: left;
  }
  .three-col-crsl_icon-wrap:before {
    display: none;
  }
  .vertical-crsl_image-wrap {
    max-width: 210px;
    height: 210px;
  }
  .buy-card {
    width: 300px;
    margin-right: 30px;
  }
  .media-playlist_list {
    float: none;
    width: 692px;
    height: 280px;
    margin: 0 auto;
    padding-right: 0;
  }
  .media-playlist_view {
    float: none;
    margin: 0 auto;
  }
  .standings .thead div:nth-child(3) {width: 18.5%;}
  .standings .thead div:nth-child(4) {width: 19%;}
  .standings .thead div:nth-child(5) {width: 19%;}
  .standings .thead div:last-child {width: 19%;}
  .standings .tbody .td div:nth-child(3) {width: 18.5%;}
  .standings .tbody .td div:nth-child(4) {width: 19%;}
  .standings .tbody .td div:nth-child(5) {width: 19%;}
  .standings .tbody .td div:last-child {width: 19%;}
  .logos-crsl {
    padding: 0 30px;
  }
  .logos-crsl_slide {
    padding: 0 10px;
  }
  .logos-crsl .slick-prev {
    left: -8px;
  }
  .logos-crsl .slick-next {
    right: -8px;
  }
  .footer_left-col {
    float: none;
    width: 290px;
    margin: 0 auto;
  }
  .copyright-text a {
    color: #000;
  }
  .footer_right-col {
    float: none;
  }
  .footer_main-nav--large {
    max-width: 773px;
    margin: 0 auto;
  }
  .footer_main-nav--min {
    max-width: 562px;
    margin: 0 auto;
  }
  .copyright-text {
    margin-bottom: 12px;
  }
  .footer_main-nav--min li {
    margin: 0 20px;
  }
  .persons-grid {
    width: 615px;
    margin: 0 auto;
  }
  .person-card:nth-child(2n) {
    margin-right: 0;
  }
  .entrys-grid {
    width: 827px;
    margin: 0 auto;
  }
  .entry-card:nth-child(2n) {
    margin-right: 0;
  }
  .partners_item {
    margin-right: 110px;
  }
  .game-stats_scores {
    float: none;
    margin: 0 auto;
  }
  .game-stats_team {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .game-stats_middle {
    float: none;
    width: auto;
    margin: 20px auto;
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
  }
  .game-stats_broadcasts {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .game-stats_links {
    float: none;
  }
  .game-stats_links-item {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
  }
  .person-main-info_previews {
    display: none;
  }
  .person-main-info_left-col {
    float: none;
    margin: 0 auto;
  }
  .person-main-info_right {
    float: none;
    margin: 0 auto;
  }
}
/* 1279px */


@media (max-width: 1023px) {
  .big-crsl_title,
  .vertical-crsl_title,
  .section-title--large {
    font-size: 32px;
  }
  .section-title {
    text-align: center;
  }
  .vertical-crsl_time-label,
  .vertical-crsl_time,
  .vertical-crsl_desc,
  .buy-card_price {
    font-size: 22px;
    line-height: 32px;
  }
  .section {
    padding: 50px 0 20px;
  }
  .section-symmetric--large {
    padding: 50px 0;
  }
  .section-symmetric--min {
    padding: 50px 0 40px 0;
  }
  .header-area {
    padding-top: 0;
  }
  .nav-panel--wide {
    border-bottom: 3px solid #000;
  }
  .nav-panel--top {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 0;
  }
  .nav-panel--narrow hgroup {
    float: none;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .hgroup--bordered {
    border: 0;
  }
  .main-nav--min li {
    float: none;
    margin: 0;
    text-align: center;
  }
  .social-icons--narrow-header {
    width: 132px;
    padding: 0;
    margin: 0 auto 15px auto;
  }
  .social-icons_icon-wrap {
    margin: 0 1.5px;
  }
  .search-field--narrow-header {
    padding-left: 0;
  }
  .search-field_input-wrap {
    width: 140px;
    margin: 0 auto;
  }
  .lang-switch--narrow-header {
    float: none;
    text-align: center;
  }
  .nav-panel--wide hgroup {
    float: none;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  .main-nav--large li {
    float: none;
    margin: 0;
    text-align: center;
  }
  .main-nav--large li > a,
  .account-label,
  .account-label_link {
    height: 40px;
    line-height: 40px;
  }
  .account-label {
    float: none;
    text-align: center;
  }
  .main-logo--wide-header {
    float: none;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .three-col-crsl_mobile-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    margin-left: -110px;
  }
  .three-col-crsl_slide--large {
    margin-right: 0;
  }
  .three-col-crsl_img-wrap {
    border-radius: 5px;
  }
  .three-col-crsl_icon-wrap {
    margin-right: 15px;
  }
  .three-col-crsl_icon-desc {
    width: 160px;
  }
  .three-col-crsl .slick-prev {
    left: 0;
  }
  .three-col-crsl .slick-next {
    right: 0;
  }
  .buy-card {
    float: none;
    margin: 0 auto 35px auto !important;
  }
  .subscribe-narrow {
    height: auto;
    padding: 15px 0;
  }
  .subscribe-narrow_left {
    float: none;
    width: auto;
  }
  .subscribe-narrow_title {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .subscribe-narrow_input-wrap {
    float: none;
    width: 310px;
    margin: 0 auto;
  }
  .subscribe-narrow_input {
    width: 245px;
    margin: 0 auto 10px auto;
  }
  .subscribe-narrow_right {
    float: none;
    width: 160px;
    margin: 0 auto;
  }
  .section-title--left {
    text-align: center;
  }
  .league-switch {
    float: none;
    text-align: center;
  }
  .league-switch_link {
    text-decoration: underline;
  }
  .mobile-hide {
    display: none;
  }
  .standings .thead div,
  .standings .tbody .td div {font-size: 10px}
  .footer_left-col {
    width: auto;
  }
  .footer_main-logo {
    display: block;
    width: 91px;
    margin: 0 auto 35px auto;
    overflow: hidden;
  }
  .footer_social-icons {
    float: none;
    width: 132px;
    margin: 0 auto 35px auto;
  }
  .copyright-text {
    text-align: center;
  }
  header.header-area.active .mobile-menu_close {
    display: block;
  }
  header.header-area.active .mobile-menu_open {
    display: none;
  }
  header.header-area {
    height: 122px;
    overflow: hidden;
  }
  header.header-area.active {
    height: auto;
    overflow: hidden;
  }
  .entrys-grid {
    width: 400px;
  }
  .entry-card {
    margin-right: 0;
  }
  .grid-controls {
    height: auto;
  }
  .season-switch {
    float: none !important;
    width: 119px;
    margin: 0 auto 15px auto;
  }
  .min-tabs {
    float: none !important;
    width: 400px;
    margin: 0 auto;
  }
  .min-tabs_tab {
    margin: 0 11px;
  }
  .big-tabs {
    height: auto;
    border-bottom: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .big-tabs_tab {
    float: none;
    display: block;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
  }
  .big-tabs_tab.active {
    border-color: #000;
  }
  .big-tabs_quarter,
  .big-tabs_third {
    width: 100%;
  }
  .big-tabs_tab {
    color: #000 !important;
  }
  .big-tabs_tab.active {
    background: #000;
    color: #fff !important;
  }
  .big-tabs_tab:hover {
    text-decoration: underline;
  }
  .partners_item {
    float: none;
    margin: 0 auto 50px auto !important;
  }
  .entry-content_info,
  .entry-content_paragraph {
    font-size: 18px;
    line-height: 24px;
  }
  .game-stats_top {
    padding-left: 0;
    padding-right: 0;
  }
  .game-stats_info {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .game-stats_game-type-text {
    display: none;
  }
  .game-stats_league-icon-wrap {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .standings_standings-reference {
    float: none;
    display: block;
    width: 210px;
    height: auto !important;
    margin: 0 auto 40px auto;
  }
  .simple-table {
    float: none;
    text-align: center;
  }
  .simple-table_thead {
    display: none;
  }
  .simple-table_left {
    float: none;
    width: auto;
    background: #b6b3b5;
  }
  .simple-table_right {
    float: none;
    width: auto;
    background: #eaeaea;
  }
  .subscribe-popup {
    height: auto !important;
  }
  .subscribe-popup_body {
    bottom: auto;
    width: 100%;
    height: auto !important;
    margin-left: 0 !important;
  }
  .subscribe-popup_header {
    text-align: center;
  }
  .subscribe-popup_left,
  .subscribe-popup_right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .subscribe-popup_input {
    float: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px auto;
  }
  .subscribe-popup_submit {
    float: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
/* 1023px */


@media (max-width: 800px) {
  .vertical-crsl {
    height: auto;
  }
  .vertical-crsl_left-col,
  .vertical-crsl_right-col {
    float: none;
    width: auto;
    padding: 0 40px;
  }
  .vertical-crsl_left-col {
    margin: 0 auto 35px auto;
  }
  .vertical-crsl_right-col {
    margin: 0 auto;
  }
  .vertical-crsl_title {
    margin-bottom: 7px;
  }
  .media-playlist_list {
    width: auto;
  }
  .media-playlist_view {
    width: 100%;
  }
  .media-playlist_view iframe {
    width: 100%;
  }
  .left-col,
  .right-col {
    float: none;
    width: 100%;
  }
  .left-col {
    margin-bottom: 70px;
  }
  .submit-form {
    width: 300px;
    margin: 0 auto;
  }
  .submit-form_input {
    width: 250px;
  }
  .submit-form_textarea {
    width: 250px;
  }
  .contact-info {
    margin: 0 auto;
  }
  .persons-grid {
    width: 295px;
    margin: 0 auto;
  }
  .person-card {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .search-block_result {
    font-size: 18px;
    line-height: 20px;
  }
  .logos-crsl_logo {
    max-width: auto;
    max-height: auto;
    width: 100%;
  }
}
/* 800px */


@media (max-width: 600px) {
  .big-crsl_title,
  .vertical-crsl_title,
  .section-title--large {
    font-size: 28px;
    line-height: 32px;
  }
  .vertical-crsl_time-label,
  .vertical-crsl_time,
  .vertical-crsl_desc,
  .buy-card_price {
    font-size: 18px;
    line-height: 26px;
  }
  .big-crsl_title {
    margin-bottom: 30px;
  }
  .big-crsl_button {
    display: block;
    width: 150px;
    margin: 0 auto 15px auto;
    text-align: center;
  }
  .media-playlist_view,
  .media-playlist_view iframe {
    height: 250px;
  }
  .standings {
    overflow-x: scroll;
  }
  .entrys-grid {
    width: 300px;
  }
  .entry-card {
    width: 300px;
    margin-bottom: 25px;
  }
  .entry-card_caption {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .entry-card_date,
  .entry-card_title {
    float: none;
    width: auto;
    text-align: left;
  }
  .entry-card_title {
    display: block;
    margin-bottom: 7px;
  }
  .min-tabs {
    width: 290px;
  }
  .min-tabs_tab {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 3px;
  }
  .partners_paragraph {
    font-size: 18px;
    line-height: 24px;
  }
  .entry-content_info,
  .entry-content_paragraph {
    font-size: 16px;
    line-height: 18px;
  }
  .social-buttons_item {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: 30px;
  }
  .social-buttons_item--vk {
    background-position: 0 0 ;
  }
  .social-buttons_item--tw {
    background-position: 0 -30px;
  }
  .social-buttons_item--gp {
    background-position: 0 -60px;
  }
  .social-buttons_item--fb {
    background-position: 0 -90px;
  }
  .social-buttons_item i {
    font-size: 16px !important;
    margin-top: 6px;
  }
  .game-stats_pass-link {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 3;
    margin-left: -55px;
  }
  .pop-up_body {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .social-auth_button {
    float: none;
    display: inline-block;
  }
  .social-auth_button--vk {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .registration_min-text {
    float: none;
  }
  .registration_input--min {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  .pop-up_body {
    padding: 60px 40px;
  }
  .pop-up_close {
    top: -35px;
    right: 0;
  }
  .subscribe-popup_body {
    padding: 60px 40px;
  }
  .subscribe-popup_close {
    top: -35px;
    right: 0;
  }
  .subscribe-popup_title {
    font-size: 35px;
    line-height: 45px;
  }
  .subscribe-popup_advantage--grey,
  .subscribe-popup_advantage--green {
    font-size: 13px;
    line-height: 18px;
  }
  .subscribe-popup_subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
/* 600px */


@media (max-width: 479px) {
  .vertical-crsl_left-col,
  .vertical-crsl_right-col {
    padding: 0 20px;
  }
  .vertical-crsl_button {
    display: block;
    width: 115px;
    margin: 0 auto;
    text-align: center;
  }
  .media-playlist_list-item {
    border-bottom: 2px solid #e4e4e4;
  }
  .media-playlist_preview-wrap {
    float: none;
    margin-bottom: 15px;
  }
  .entrys-grid {
    width: 285px;
  }
  .entry-card {
    width: 285px;
  }
  .pop-up_body {
    padding: 60px 20px;
  }
  .subscribe-popup_body {
    padding: 60px 20px;
  }
  .subscribe-popup_title {
    font-size: 30px;
    line-height: 45px;
  }
  .subscribe-popup_advantage--grey,
  .subscribe-popup_advantage--green {
    font-size: 13px;
    line-height: 18px;
  }
  .subscribe-popup_subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .subscribe-popup_right {
    display: none;
  }
}
.api-mf-antibot{
  display: none;
}
/* 479px */