html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.icon-arrow-next {
  width: 0.53em;
  height: 1em;
  fill: initial;
}

.icon-arrow-prev {
  width: 0.53em;
  height: 1em;
  fill: #FFF;
}

.icon-date-sm {
  width: 1em;
  height: 1em;
  fill: #282828;
}

.icon-drinks {
  width: 0.88em;
  height: 1em;
  fill: #FFF;
}

.icon-facebook {
  width: 0.48em;
  height: 1em;
  fill: none;
}

.icon-home {
  width: 1.21em;
  height: 1em;
  fill: #282828;
}

.icon-instagram {
  width: 1em;
  height: 1em;
  fill: none;
}

.icon-matches {
  width: 1.26em;
  height: 1em;
  fill: #282828;
}

.icon-meal {
  width: 1em;
  height: 1em;
  fill: #FFF;
}

.icon-profile {
  width: 1.19em;
  height: 1em;
  fill: #282828;
}

.icon-share {
  width: 0.87em;
  height: 1em;
  fill: #6F7BA2;
}

.icon-star-empty {
  width: 1.06em;
  height: 1em;
  fill: #FFF;
}

.icon-star {
  width: 1.06em;
  height: 1em;
  fill: #FFF;
}

.icon-twitter {
  width: 1.25em;
  height: 1em;
  fill: none;
}

.icon-venues {
  width: 0.8em;
  height: 1em;
  fill: #282828;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
  }

    .owl-carousel .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
    }

  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }

  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }

  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }

    .owl-carousel .owl-item img {
      display: block;
      width: 100%;
    }

  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none;
  }

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }

  .owl-carousel.owl-loaded {
    display: block;
  }

  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }

  .owl-carousel.owl-hidden {
    opacity: 0;
  }

  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }

  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }

  .owl-carousel.owl-rtl {
    direction: rtl;
  }

    .owl-carousel.owl-rtl .owl-item {
      float: right;
    }

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }

    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
      max-height: 0;
    }

  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/fonts/Avenir-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Heavy.woff") format("woff"), url("fonts/fonts/Avenir-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Black.woff") format("woff"), url("fonts/fonts/Avenir-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

body {
  min-width: 375px;
  height: 100%;
  font-family: 'Avenir', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #282828;
}

  body.no-scroll {
    overflow: hidden;
  }

button,
input,
textarea,
select {
  font-family: 'Avenir', serif;
}

a {
  text-decoration: none;
}

button {
  background: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.out {
  position: relative;
}

a.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  min-width: 206px;
  height: 54px;
  padding: 0 37px;
  -webkit-clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
  clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
  font-family: 'Avenir', serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header .top__share {
  margin-right: 35px;
  margin-left: 0;
  margin-top: 20px;
  color: white;
  fill: white;
}

  .header .top__share .icon {
    fill: white;
  }

.btn_orange {
  background: #F37021;
  color: #ffffff;
}

  .btn_orange:hover {
    background: #6F7BA2;
  }

  .btn_orange .icon {
    fill: #ffffff;
  }

.center {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 30px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 40, 0.7)), to(rgba(40, 40, 40, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.7) 0%, rgba(40, 40, 40, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(40, 40, 40, 0.7) 0%, rgba(40, 40, 40, 0.1) 100%);
  background-image: linear-gradient(180deg, rgba(40, 40, 40, 0.7) 0%, rgba(40, 40, 40, 0.1) 100%);
}

.header__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.header__logo {
  margin: 0 auto 10px 0;
  font-size: 0;
}

  .header__logo .header__pic {
    width: 194px;
    opacity: 0.3;
  }

.header__venue {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 177px;
  height: 38px;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}

  .header__venue .venue__phone {
    z-index: 10000;
    color: white;
    text-decoration: none;
  }

    .header__venue .venue__phone:hover {
      color: #F37021;
    }

  .header__venue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    -webkit-transform: skewX(-9deg);
    -ms-transform: skewX(-9deg);
    transform: skewX(-9deg);
  }

.live {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 160px;
  height: 40px;
  padding: 2px 15px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.live_border {
  background-image: url("../img/live-border-white.png");
}

.live_orange {
  background-image: url("../img/live-orange.png");
  text-transform: uppercase;
  color: #ffffff;
}

.live_time {
  background-image: url("../img/live-border-asphalt.png");
  color: #6F7BA2;
}

.main {
  position: relative;
  background: #282828;
}

  .main__bg, .main:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.main__bg {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: .67;
}

.main:before {
  content: "";
  z-index: 2;
  background-image: -webkit-linear-gradient(352deg, rgba(40, 40, 40, 0.14) 22%, #282828 93%);
  background-image: -o-linear-gradient(352deg, rgba(40, 40, 40, 0.14) 22%, #282828 93%);
  background-image: linear-gradient(98deg, rgba(40, 40, 40, 0.14) 22%, #282828 93%);
  opacity: .7;
}

.main__center {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1020px;
  height: 550px;
  padding-bottom: 150px;
}

.main__wrap {
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.main__format {
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
}

.main__match {
  margin-bottom: 30px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.main__live {
  margin-bottom: 100px;
}

.main__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__tournament, .main__channel {
  font-size: 0;
}

.main__tournament {
  margin-right: auto;
}

.main__pic {
  max-height: 80px;
}

.main__channel .main__pic {
  max-width: 150px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rating__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

  .rating__list:not(:last-child) {
    margin-right: 10px;
  }

.rating__item {
  font-size: 0;
}

  .rating__item .icon {
    font-size: 20px;
    fill: #F37021;
  }

  .rating__item:not(:last-child) {
    margin-right: 4px;
  }

.details {
  position: relative;
  z-index: 4;
  margin: -88px 0 74px;
}

.details__center {
  max-width: 1180px;
}

.details__wrap {
  padding: 42px 50px 42px;
  border-radius: 28px;
  background: #ffffff;
  text-align: center;
}

.details__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.details__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 103px;
  flex: 0 0 103px;
  width: 103px;
  font-size: 0;
}

  .details__logo .details__pic {
    max-width: 103px;
    margin-right: auto;
  }

.details__venue {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 900;
  flex: 1;
}

.details__rating {
  margin: 10px auto 0;
}

.details__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #F37021;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}

  .details__share .icon {
    margin-left: 17px;
    font-size: 31px;
    fill: #8288A3;
    -webkit-transition: fill .25s;
    -o-transition: fill .25s;
    transition: fill .25s;
  }

  .details__share:hover {
    color: #f58948;
  }

    .details__share:hover .icon {
      fill: #f58948;
    }

.details__address {
  margin-bottom: 40px;
  font-size: 30px;
  color: #8288A3;
}

.details__promo__description {
  font-size: 24px;
  color: #8288A3;
}

dd
.map {
  width: 100%;
  height: 560px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__link {
  font-size: 0;
}

  .social__link .icon {
    font-size: 29px;
    fill: #FEFEFE;
    -webkit-transition: fill .25s;
    -o-transition: fill .25s;
    transition: fill .25s;
  }

  .social__link .icon-twitter {
    font-size: 24px;
  }

  .social__link:hover .icon {
    fill: #F37021;
  }

  .social__link:not(:last-child) {
    margin-right: 30px;
  }

.footer__body {
  padding: 17px 0;
  background: #282828;
}

.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.footer__logo {
  margin: 0 54px 12px 0;
  font-size: 0;
}

  .footer__logo .footer__pic {
    width: 165px;
  }

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

  .footer__menu .footer__link {
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
  }

    .footer__menu .footer__link:hover {
      color: #F37021;
    }

    .footer__menu .footer__link:not(:last-child) {
      margin-right: 30px;
    }

.footer__copyright {
  padding: 15px 30px;
  background: #F37021;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.menu {
  display: none;
}

.menu__list {
  position: fixed;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0;
  background: #ffffff;
  border: 1px solid #282828;
  border-radius: 18px 18px 0 0;
}

  .menu__list .menu__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6A6A6A;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

    .menu__list .menu__link.active {
      color: #F37021;
    }

.menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 27px;
  margin-bottom: 4px;
  font-size: 0;
}

  .menu__icon .icon {
    font-size: 21px;
    fill: #282828;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
  }

  .menu__icon .icon-matches {
    font-size: 27px;
  }

  .menu__icon .icon-venues {
    font-size: 25px;
  }

.menu__list .menu__link.active .icon {
  fill: #F37021;
}

@media only screen and (max-width: 1439px) {
  .main__center {
    height: 768px;
    padding-bottom: 130px;
  }

  .main__live {
    margin-bottom: 80px;
  }

  .details {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1279px) {
  .header {
    padding: 15px 0;
  }

  .main__center {
    height: 650px;
  }

  .main__match {
    margin-bottom: 35px;
    font-size: 60px;
  }

  .main__live {
    margin-bottom: 60px;
  }

  .details {
    margin-bottom: 35px;
  }

  .details__venue {
    font-size: 44px;
  }

  .details__address {
    margin-bottom: 35px;
    font-size: 24px;
  }

  .offers .owl-prev .icon,
  .offers .owl-next .icon {
    font-size: 40px;
  }

  .offers .owl-prev {
    left: -25px;
  }

  .offers .owl-next {
    right: -25px;
  }

  .map {
    height: 450px;
  }

  .footer__body {
    padding: 13px 0;
  }

  .footer__menu .footer__link:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .out {
    padding-bottom: 54px;
  }

  .btn {
    height: 45px;
  }

  .center {
    padding: 0 25px;
  }

  .header__venue {
    width: 160px;
    height: 35px;
  }

  .live {
    min-width: 140px;
    height: 35px;
    padding: 1px 10px 0;
    font-size: 16px;
  }

  .main__center {
    padding-bottom: 120px;
  }

  .main__format {
    font-size: 18px;
  }

  .main__match {
    margin-bottom: 25px;
    font-size: 50px;
  }

  .main__live {
    margin-bottom: 90px;
  }

  .details {
    margin-bottom: 25px;
  }

  .details__wrap {
    margin: 0 -10px;
    padding: 30px 20px;
  }

  .details__venue {
    font-size: 40px;
  }

  .details__address {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .offers {
    margin-bottom: 60px;
  }

  .offers__card_big {
    padding: 40px 20px;
  }

    .offers__card_big .offers__icon {
      width: 25px;
      margin-right: 15px;
    }

      .offers__card_big .offers__icon .icon {
        font-size: 25px;
      }

    .offers__card_big .offers__category {
      margin: 0 0 10px;
      font-size: 20px;
    }

    .offers__card_big .offers__title {
      font-size: 26px;
    }

    .offers__card_big .offers__control {
      display: block;
    }

    .offers__card_big .offers__btn {
      margin: 0 0 20px;
    }

  .footer {
    display: none;
  }

  .menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .out {
    padding-bottom: 33px;
    overflow: hidden;
  }

  .btn {
    min-width: 138px;
    height: 34px;
    padding: 0 17px;
    font-size: 12px;
    -webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
    clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  }

  .center {
    padding: 0 20px;
  }

  .header {
    padding: 9px 0;
    background: none;
  }

  .header__center {
    padding: 0 15px;
  }

  .header__logo {
    margin-bottom: 6px;
  }

    .header__logo .header__pic {
      width: 121px;
    }

  .header__venue {
    width: auto;
    height: auto;
    padding: 0 5px 0 0;
    font-size: 12px;
  }

    .header__venue:before {
      display: none;
    }

  .header__category {
    display: none;
  }

  .live {
    min-width: 66px;
    height: 18px;
    padding: 1px 5px 0;
    font-size: 9px;
  }

  .main {
    margin-bottom: 21px;
  }

  .main__bg {
    opacity: .4;
  }

  .main:before {
    background-image: -webkit-linear-gradient(342deg, rgba(40, 40, 40, 0.25) 0%, #282828 100%);
    background-image: -o-linear-gradient(342deg, rgba(40, 40, 40, 0.25) 0%, #282828 100%);
    background-image: linear-gradient(108deg, rgba(40, 40, 40, 0.25) 0%, #282828 100%);
    opacity: .5;
  }

  .main__center {
    height: auto;
    min-height: 225px;
    padding: 70px 15px 15px;
  }

  .main__format {
    margin-bottom: 10px;
    font-size: 9px;
    font-weight: 500;
  }

  .main__match {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .main__live {
    margin-bottom: 27px;
  }

  .main__pic {
    max-height: 29px;
  }

  .main__channel .main__pic {
    max-width: 65px;
  }

  .rating__item .icon {
    font-size: 12px;
  }

  .rating__item:not(:last-child) {
    margin-right: 2px;
  }

  .details {
    margin: 0 0 22px;
  }

  .details__wrap {
    margin: 0;
    padding: 0;
  }

  .details__head {
    position: relative;
    margin-bottom: 12px;
  }

  .details__logo {
    display: none;
  }

  .details__rating {
    margin: 0 auto;
  }

  .details__share {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 0;
  }

  .header .icon {
    margin: 0;
    font-size: 20px;
  }

  .details__venue {
    font-size: 18px;
  }

  .details__address {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .offers {
    margin: 0 -10px 22px;
  }

  .offers__title {
    display: block;
  }

  .offers__row {
    display: block;
  }

    .offers__row:nth-child(n+2) {
      display: none;
    }

  .offers__col_big {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

    .offers__col_big:first-child {
      padding: 0;
    }

    .offers__col_big:last-child {
      padding: 0;
    }

  .offers__col_sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .offers__col:not(:last-child) {
    margin-bottom: 10px;
  }

  .offers__card_big {
    min-height: auto;
    padding: 22px 25px;
  }

    .offers__card_big:before {
      background-image: -webkit-linear-gradient(223deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.74) 85%);
      background-image: -o-linear-gradient(223deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.74) 85%);
      background-image: linear-gradient(227deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.74) 85%);
      opacity: 1;
    }

  .offers__card_sm {
    min-height: auto;
    padding: 22px 25px;
  }

    .offers__card_sm:not(:last-child) {
      margin-bottom: 10px;
    }

  .offers__card.active:before {
    background-image: -webkit-linear-gradient(223deg, #919CCE 0%, #3B4265 85%);
    background-image: -o-linear-gradient(223deg, #919CCE 0%, #3B4265 85%);
    background-image: linear-gradient(227deg, #919CCE 0%, #3B4265 85%);
    opacity: .8;
  }

  .offers__card_big .offers__icon {
    width: 21px;
    margin-right: 17px;
  }

    .offers__card_big .offers__icon .icon {
      font-size: 21px;
    }

  .offers__card_big .offers__category {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .offers__card_sm .offers__category {
    font-size: 14px;
  }

  .offers__card_big .offers__title {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .offers__card_big .offers__info {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .offers__card_big .offers__text {
    font-size: 9px;
  }

  .offers__card_sm .offers__text {
    margin-bottom: 20px;
    font-size: 9px;
  }

  .offers__card_big .offers__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }

  .offers__card_sm .offers__control {
    min-height: 24px;
  }

  .offers__card_big .offers__btn {
    min-width: 100px;
    height: 24px;
    margin: 0 auto 0 0;
    font-size: 9px;
  }

  .offers__card_sm .offers__btn {
    min-width: 100px;
    height: 24px;
    font-size: 9px;
  }

  .offers__card_big .offers__link .icon-date-sm {
    font-size: 17px;
  }

  .offers__card_big .offers__link .icon-share {
    font-size: 15px;
  }

  .offers__card_big .offers__link:not(:last-child) {
    margin-right: 18px;
  }

  .offers__card_sm .offers__link:not(:last-child) {
    margin-right: 18px;
  }

  .map {
    height: 275px;
  }

  .menu__list .menu__link {
    font-size: 9px;
  }

  .header .top__share {
    margin-right: 14px;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .details__share {
    top: 0;
    position: static;
    font-size: 16px;
  }

    .details__share .icon {
      font-size: 20px;
    }

  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display:block !important;
  }

  .show-mobile-flex {
    display: flex !important;
  }

  .details__promo__description {
    font-size: 12px;
  }

  .header .addeventatc_dropdown.addeventatc-selected {
    bottom: -130px !important;
    left: -245px !important;
  }

  .details__head .addeventatc_dropdown.addeventatc-selected {
    bottom: -25px !important;
    left: 15px !important;
  }
}

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

