@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-price {
  background-image: url(../images/sprite.png);
  background-position: -147px 0px;
  width: 71px;
  height: 70px; }

.icon-star-empty {
  background-image: url(../images/sprite.png);
  background-position: -147px -70px;
  width: 20px;
  height: 20px; }

.icon-star-full {
  background-image: url(../images/sprite.png);
  background-position: -167px -70px;
  width: 20px;
  height: 20px; }

.icon-tribune-home {
  background-image: url(../images/sprite.png);
  background-position: -74px 0px;
  width: 73px;
  height: 70px; }

.icon-tribune-parking {
  background-image: url(../images/sprite.png);
  background-position: 0px -96px;
  width: 67px;
  height: 49px; }

.icon-tribune-vip {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 74px;
  height: 96px; }

/* Generated by Glyphter (http://www.glyphter.com) on  Mon Jan 16 2017*/
@font-face {
  font-family: 'Glyphter';
  src: url("../fonts/Glyphter.eot");
  src: url("../fonts/Glyphter.eot?#iefix") format("embedded-opentype"), url("../fonts/Glyphter.woff") format("woff"), url("../fonts/Glyphter.ttf") format("truetype"), url("../fonts/Glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-info:before {
  content: '\0041'; }

.icon-user:before {
  content: '\0042'; }

.icon-warning:before {
  content: '\0043'; }

.is-visible_block {
  display: block !important; }

.is-hidden {
  display: none !important; }

html,
body {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  background: #022660;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1987d4 0%, #022660 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1987d4', endColorstr='#022660',GradientType=0 );
  /* IE6-9 */ }

html {
  height: 100%; }

body {
  height: auto;
  min-height: 100%; }
  body.noSvg {
    display: none; }

a {
  color: inherit;
  text-decoration: underline; }

.w--priceblock {
  position: absolute;
  z-index: 500;
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  display: none;
  background: #0096ea;
  background: rgba(0, 150, 234, 0.8);
  padding: 5px 10px;
  border-radius: 2px; }
  .w--priceblock.off {
    font-size: 12px;
    background: red;
    background: rgba(255, 0, 0, 0.8); }

.b--wrapper {
  width: 1072px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 25px; }

.b--header__menu {
  background: #014a99;
  zoom: 1; }
  .b--header__menu:before, .b--header__menu:after {
    content: "";
    display: table; }
  .b--header__menu:after {
    clear: both; }
  .b--header__menu .menu__left {
    float: left; }
  .b--header__menu .menu__right {
    float: right; }
  .b--header__menu ul,
  .b--header__menu li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .b--header__menu ul {
    padding: 12px 40px 13px 0; }
  .b--header__menu li {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 50px; }
  .b--header__menu a {
    color: white;
    text-decoration: none;
    position: relative; }
    .b--header__menu a i.icon {
      font-size: 31px;
      position: absolute;
      left: -40px;
      top: -6px; }

.b--header__pic {
  position: relative; }
  .b--header__pic .header__mainlink {
    position: absolute;
    width: 220px;
    height: 205px;
    left: 15px;
    top: 10px; }
  .b--header__pic img {
    display: block; }

.b--content {
  background: white;
  padding: 10px; }
  .b--content__wrapper {
    border: 1px solid #aab9ca;
    padding: 0 25px 10px; }
  .b--content p {
    line-height: 1.25; }
  .b--content h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: normal; }
    .b--content h2 a {
      text-decoration: none;
      border-bottom: 2px solid black;
      border-bottom: 2px solid rgba(0, 0, 0, 0.5); }
  .b--content ul {
    margin: 15px 0;
    padding: 0;
    padding-left: 25px;
    text-indent: -25px; }
    .b--content ul li {
      margin-bottom: 10px;
      list-style: none; }
      .b--content ul li:before {
        content: '—';
        padding-right: 10px; }

.b--footer {
  background: #01428c;
  color: #7eadd1;
  font-size: 12px;
  padding: 20px 40px;
  margin: 5px 0 0;
  zoom: 1; }
  .b--footer:before, .b--footer:after {
    content: "";
    display: table; }
  .b--footer:after {
    clear: both; }
  .b--footer .left {
    float: left; }
  .b--footer .right {
    float: right; }
  .b--footer p {
    margin: 0;
    padding: 0; }
  .b--footer a {
    color: #c4d5e7; }

.w--auth {
  display: block; }

.w--auth__on {
  display: none; }
  .w--auth__on ul {
    margin-bottom: 40px;
    font-size: 18px; }
  .w--auth__on li {
    margin-bottom: 15px;
    list-style: none; }
    .w--auth__on li:before {
      content: '\2014';
      padding-right: 15px; }
  .w--auth__on.show {
    display: block; }

.w--alert {
  border: 1px solid;
  margin: 25px 0;
  zoom: 1; }
  .w--alert:before, .w--alert:after {
    content: "";
    display: table; }
  .w--alert:after {
    clear: both; }
  .w--alert__blue {
    border-color: #0096ea;
    background: #0096ea; }
  .w--alert .left {
    float: left;
    display: block;
    width: 100px;
    position: relative; }
    .w--alert .left i.icon {
      position: absolute;
      color: white;
      font-size: 64px;
      left: 50%;
      height: 64px;
      margin-left: -32px;
      transform: translateY(50%); }
  .w--alert .right {
    margin-left: 100px;
    background: white;
    padding: 10px 30px; }
    .w--alert .right p {
      font-size: 14px;
      line-height: 18px; }
      .w--alert .right p.title {
        font-size: 18px;
        margin-top: 10px; }
      .w--alert .right p.notice {
        color: #0096ea;
        font-size: 18px;
        font-weight: bold; }

.w--form {
  margin: 25px 0; }
  .w--form__auth input {
    width: 250px; }
    .w--form__auth input[type="password"] {
      padding: 5px 10px;
      margin: 10px 15px 0 0;
      border-radius: 3px;
      border: 1px solid #aab9ca;
      box-sizing: border-box; }
  .w--form__phonefield {
    min-width: 165px; }
  .w--form__phone input[type="text"], .w--form__print input[type="text"] {
    width: 140px; }
  .w--form__print input[type="text"] {
    letter-spacing: 10px;
    text-align: center;
    text-indent: 10px; }
  .w--form__bottomsmall {
    opacity: 0.7;
    font-size: 0.8em;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.15s ease-out; }
    .w--form__bottomsmall:hover {
      opacity: 1; }
  .w--form__hiddencontainer {
    margin: 10px -16px -5px;
    position: relative;
    height: 1px;
    z-index: 1; }
  .w--form__hidden {
    padding: 15px 15px 10px;
    background: #f1f1f1;
    display: none;
    font-size: .85em;
    border-left: 1px solid #aab9ca;
    border-bottom: 1px solid #aab9ca;
    border-right: 1px solid #aab9ca; }
  .w--form p {
    margin: 0; }
  .w--form input[type="text"] {
    padding: 5px 10px;
    margin: 10px 15px 0 0;
    border-radius: 3px;
    border: 1px solid #aab9ca;
    box-sizing: border-box; }
    .w--form input[type="text"][name="phone_temp"] {
      width: 165px; }
  .w--form button {
    background: #014a99;
    border: none;
    color: white;
    padding: 6px 10px;
    margin: 10px 15px 0 0;
    border-radius: 3px;
    box-sizing: border-box; }
  .w--form .form__line {
    margin-bottom: 15px; }
    .w--form .form__line--title {
      margin-bottom: -5px; }
    .w--form .form__line input,
    .w--form .form__line button {
      width: 100%; }

.w--buy {
  color: #014a99; }

.w--buy__about .__rollable {
  display: none; }

.w--buy__about .about__link {
  font-size: 24px;
  color: #494949;
  line-height: 24px; }
  .w--buy__about .about__link i.icon {
    vertical-align: middle;
    color: #0096ea;
    display: inline-block;
    font-size: 50px;
    margin: 0 28px; }

.w--matchlist {
  text-align: center;
  margin-bottom: 50px; }
  .w--matchlist .matchlist--item {
    border: 1px solid #0096ea;
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-align: left;
    margin: 15px;
    width: 400px; }
    .w--matchlist .matchlist--item p,
    .w--matchlist .matchlist--item h2 {
      margin: 0; }
    .w--matchlist .matchlist--item__date {
      color: white;
      background: #0096ea;
      width: 85px;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0; }
      .w--matchlist .matchlist--item__date .date {
        font-size: 36px;
        padding: 7px 0; }
        .w--matchlist .matchlist--item__date .date p {
          font-weight: bold;
          line-height: 1; }
          .w--matchlist .matchlist--item__date .date p.small {
            font-size: 18px;
            font-weight: normal; }
      .w--matchlist .matchlist--item__date .price {
        background: #006ac5;
        font-size: 16px;
        padding: 7px 2px; }
    .w--matchlist .matchlist--item__description {
      color: #363636;
      padding-left: 105px;
      padding-right: 10px;
      padding-top: 10px; }
      .w--matchlist .matchlist--item__description p {
        font-size: 24px; }
      .w--matchlist .matchlist--item__description h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px; }
    .w--matchlist .matchlist--item__logos {
      vertical-align: middle;
      margin: 30px 0;
      text-align: center; }
      .w--matchlist .matchlist--item__logos .logo {
        display: inline-block;
        width: 135px;
        height: 135px;
        margin: 0;
        position: relative;
        vertical-align: middle;
        text-align: center;
        line-height: 135px; }
        .w--matchlist .matchlist--item__logos .logo img {
          max-width: 100%;
          width: auto;
          max-height: 100%;
          display: inline-block;
          margin-top: 50%;
          transform: translateY(-50%); }

.w--popup {
  position: fixed;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  visibility: hidden;
  transition: all 0.15s ease-out; }
  .w--popup.show {
    background: rgba(0, 0, 0, 0.5);
    visibility: visible; }
    .w--popup.show .w--popup__wrapper {
      top: 0; }
  .w--popup__wrapper {
    position: relative;
    width: 960px;
    top: -600px;
    margin: 0 auto;
    max-height: 600px;
    transition: all 0.15s ease-out; }
  .w--popup__content {
    width: 600px;
    margin: 50px auto;
    height: auto;
    background: white;
    padding: 40px 50px 20px;
    box-sizing: border-box;
    position: relative; }
  .w--popup .popup__close {
    position: absolute;
    font-size: 46px;
    color: white;
    text-decoration: none;
    right: -45px;
    top: 0; }
  .w--popup .form__line {
    width: 90%;
    margin-bottom: 20px; }
    .w--popup .form__line p {
      margin: 0; }
  .w--popup h2 {
    margin: 0;
    margin-bottom: 20px; }
  .w--popup input[type="password"],
  .w--popup input[type="text"] {
    padding: 5px 10px;
    margin: 10px 15px 0 0;
    border-radius: 3px;
    border: 1px solid #aab9ca;
    width: 100%;
    box-sizing: border-box; }
  .w--popup button {
    background: #014a99;
    border: none;
    color: white;
    padding: 6px 10px;
    margin: 10px 15px 0 0;
    border-radius: 3px;
    width: 120px; }

.b--ticketprice {
  text-align: center;
  margin: 50px 50px 10px;
  font-family: 'Arial Narrow', 'Ubuntu Condensed', 'Nimbus Sans L', sans-serif;
  zoom: 1; }
  .b--ticketprice:before, .b--ticketprice:after {
    content: "";
    display: table; }
  .b--ticketprice:after {
    clear: both; }
  .b--ticketprice .ticketprice--icon {
    display: inline-block; }
  .b--ticketprice .icon {
    display: block;
    margin-top: 5px; }
  .b--ticketprice .price {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    text-align: left; }
    .b--ticketprice .price .title {
      font-size: 28px;
      color: #0096ea;
      display: inline-block;
      text-transform: uppercase;
      border-bottom: 3px solid #0096ea;
      margin: 0;
      width: 100%; }
  .b--ticketprice ul {
    margin: 15px 0;
    padding: 0;
    text-indent: 0; }
    .b--ticketprice ul li {
      display: inline-block;
      margin: 0 5px;
      font-size: 18px; }
      .b--ticketprice ul li:before {
        content: none;
        display: none; }
      .b--ticketprice ul li a {
        text-decoration: none;
        border-bottom: 1px solid transparent;
        border-bottom: 1px solid rgba(0, 150, 234, 0.25);
        padding-bottom: 2px;
        transition: all 0.15s ease-out; }
        .b--ticketprice ul li a:hover {
          border-bottom: 1px solid #0096ea; }

.b--placemap {
  position: relative;
  margin: 10px 0 50px;
  font-family: 'Roboto Condensed', 'Arial Narrow', 'Ubuntu Condensed', 'Nimbus Sans L', sans-serif; }
  .b--placemap .stadium {
    margin-bottom: 50px;
    position: relative;
    padding-top: 135px; }
    .b--placemap .stadium-map .mapwrapper {
      margin: 0 auto; }
  .b--placemap .parking {
    position: relative;
    margin-top: 125px; }
  .b--placemap area {
    cursor: pointer; }
    .b--placemap area[data-price=""] {
      cursor: default; }
  .b--placemap ul {
    margin: 15px 0;
    padding: 0;
    text-indent: 0; }

.b--helpers .tribune {
  z-index: 10;
  position: absolute; }
  .b--helpers .tribune:after, .b--helpers .tribune:before {
    content: '';
    position: absolute;
    display: block;
    height: 3px;
    background: pink; }
  .b--helpers .tribune .tribune--line {
    position: absolute;
    font-size: 0;
    top: 61px;
    height: 3px;
    background: #0096ea;
    display: block; }
    .b--helpers .tribune .tribune--line:after {
      position: absolute;
      font-size: 0;
      content: '';
      display: block;
      background: #0096ea;
      height: 3px; }
  .b--helpers .tribune .tribune-image {
    position: absolute; }
    .b--helpers .tribune .tribune-image .icon {
      display: block; }
  .b--helpers .tribune .title {
    margin-bottom: 10px; }
  .b--helpers .tribune .closed {
    text-transform: uppercase;
    color: #c0c0c0;
    font-size: 18px;
    margin: 10px 0; }
  .b--helpers .tribune ul {
    margin-top: 15px; }
  .b--helpers .tribune.tribune-b {
    top: 155px;
    left: 0; }
    .b--helpers .tribune.tribune-b .tribune--line {
      width: 175px;
      left: 0; }
      .b--helpers .tribune.tribune-b .tribune--line:after {
        width: 150px;
        transform: rotate(45deg);
        right: -127px;
        top: 53px; }
  .b--helpers .tribune.tribune-c {
    top: 40px;
    left: 0; }
    .b--helpers .tribune.tribune-c .tribune--line {
      width: 178px;
      left: 0; }
      .b--helpers .tribune.tribune-c .tribune--line:after {
        width: 228px;
        transform: rotate(45deg);
        right: -194px;
        top: 81px; }
  .b--helpers .tribune.tribune-d {
    right: -10px;
    top: 160px; }
    .b--helpers .tribune.tribune-d .tribune--line {
      width: 178px;
      right: 0; }
      .b--helpers .tribune.tribune-d .tribune--line:after {
        width: 160px;
        transform: rotate(-45deg);
        left: -136px;
        top: 57px; }
    .b--helpers .tribune.tribune-d .tribune-image {
      top: 25px;
      right: 0;
      display: none; }
  .b--helpers .tribune.tribune-a {
    top: 640px;
    left: 0; }
    .b--helpers .tribune.tribune-a .tribune--line {
      width: 194px;
      left: 0;
      top: 65px; }
      .b--helpers .tribune.tribune-a .tribune--line:after {
        width: 330px;
        transform: rotate(-45deg);
        left: 145px;
        top: -116px; }
  .b--helpers .tribune.tribune-vip {
    top: 640px;
    right: 25px; }
    .b--helpers .tribune.tribune-vip .tribune--line {
      width: 260px;
      right: 0; }
      .b--helpers .tribune.tribune-vip .tribune--line:after {
        width: 210px;
        transform: rotate(45deg);
        left: -179px;
        top: -74px; }
    .b--helpers .tribune.tribune-vip .tribune--sectors .title {
      text-align: right; }
    .b--helpers .tribune.tribune-vip .tribune-image {
      right: 0;
      display: none;
      top: 5px; }
  .b--helpers .tribune.tribune-bis {
    top: 0;
    right: 0; }
    .b--helpers .tribune.tribune-bis .tribune--line {
      width: 185px;
      right: 0; }
      .b--helpers .tribune.tribune-bis .tribune--line:after {
        width: 262px;
        transform: rotate(-45deg);
        left: -223px;
        top: 93px; }
  .b--helpers .tribune.tribune-parking {
    display: block;
    right: 115px;
    top: -15px; }
    .b--helpers .tribune.tribune-parking .tribune--line {
      width: 185px;
      right: 75px; }
      .b--helpers .tribune.tribune-parking .tribune--line:after {
        width: 181px;
        transform: rotate(-45deg);
        left: -154px;
        top: 64px; }
    .b--helpers .tribune.tribune-parking .title {
      margin-bottom: 15px; }
    .b--helpers .tribune.tribune-parking .tribune--sectors {
      padding-right: 85px; }
    .b--helpers .tribune.tribune-parking .tribune-image {
      right: 0;
      top: 30px; }

.b--helpers ul {
  margin: 0;
  padding: 0; }

.b--helpers li {
  margin: 0 5px;
  padding: 0;
  display: inline-block; }
  .b--helpers li:before {
    content: none;
    display: none; }

.b--helpers .sector-item {
  color: #4d4d4d;
  text-decoration: none;
  position: relative;
  display: block; }
  .b--helpers .sector-item.off {
    cursor: default; }
  .b--helpers .sector-item:after {
    content: '';
    position: absolute;
    width: 100%;
    border-radius: 1px;
    height: 3px;
    top: 29px;
    background: transparent;
    transition: all 0.15s ease-out; }
  .b--helpers .sector-item.active:after {
    background: #0096ea; }
  .b--helpers .sector-item.off {
    color: #c0c0c0; }
    .b--helpers .sector-item.off .sector-cost {
      font-size: 12px; }
  .b--helpers .sector-item p {
    margin: 0;
    text-align: center; }
    .b--helpers .sector-item p.sector-title {
      margin-bottom: 4px; }

.b--helpers .sector-title {
  font-size: 24px;
  text-transform: uppercase; }

.b--helpers .sector-cost {
  font-size: 14px; }

.b--helpers .title {
  font-size: 28px;
  text-transform: uppercase;
  color: #0096ea; }
  .b--helpers .title span {
    display: block;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0; }

.b--sectormap.sectormap__parking .w--map .sector {
  height: auto; }

.b--sectormap.sectormap__parking .w--map .buyform {
  margin-top: 0; }

.b--sectormap.sectormap__parking .w--map .buyform form:before, .b--sectormap.sectormap__parking .w--map .buyform form:after {
  display: none; }

.b--sectormap.sectormap__parking .w--ticketlist {
  display: none; }

.w--map {
  zoom: 1;
  margin-bottom: 40px; }
  .w--map:before, .w--map:after {
    content: "";
    display: table; }
  .w--map:after {
    clear: both; }
  .w--map .buyform {
    margin-top: 50px; }
    .w--map .buyform .w--form {
      margin-top: -40px;
      padding: 10px 15px 5px;
      border: 1px solid #aab9ca;
      position: relative; }
    .w--map .buyform .w--form,
    .w--map .buyform .w--form h3 {
      margin-top: 0; }
    .w--map .buyform .btn {
      width: 100%; }
    .w--map .buyform form:before, .w--map .buyform form:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -10px; }
    .w--map .buyform form:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      top: -10px;
      border-color: transparent transparent #aab9ca transparent; }
    .w--map .buyform form:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      top: -9px;
      border-color: transparent transparent white transparent; }
  .w--map .sector {
    float: left;
    width: 595px;
    height: 500px;
    overflow: hidden;
    position: relative; }
  .w--map .minimap {
    width: 240px;
    padding-left: 645px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .w--map .minimap__wrapper {
      position: relative;
      width: 240px;
      height: auto;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .w--map .minimap_image--field {
      background: #2aa02e;
      text-transform: uppercase;
      font-size: 0.70em;
      text-align: center;
      padding: 2px 0;
      color: white;
      font-weight: bold;
      letter-spacing: 1px; }
    .w--map .minimap .selector {
      width: 50px;
      height: 35px;
      background: #0070ee;
      opacity: .3;
      cursor: pointer;
      cursor: -webkit-grab;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .w--map #hall_plan {
    position: absolute; }
  .w--map .hall_place {
    position: absolute;
    width: 23px;
    height: 23px;
    border: 1px solid #d7d7d7;
    background: #d7d7d7;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    transition: all 0.15s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .w--map .hall_place.free {
      border: 1px solid #1060a5;
      background: white;
      cursor: pointer; }
      .w--map .hall_place.free:hover {
        background: #62b2ea; }
        .w--map .hall_place.free:hover span {
          opacity: 1; }
    .w--map .hall_place.selected, .w--map .hall_place.selected.free {
      background: #1060a5;
      border: 1px solid #1060a5; }
      .w--map .hall_place.selected span, .w--map .hall_place.selected.free span {
        opacity: 1; }
    .w--map .hall_place span {
      opacity: 0;
      color: white;
      font-size: 14px;
      font-weight: bold; }
  .w--map .hall_row {
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .w--map #field {
    width: 100%;
    background: url("../images/bg-field.jpg") repeat-x center top;
    position: absolute;
    bottom: 0; }

.w--ticketlist {
  margin-top: 40px;
  min-height: 120px;
  zoom: 1; }
  .w--ticketlist:before, .w--ticketlist:after {
    content: "";
    display: table; }
  .w--ticketlist:after {
    clear: both; }
  .w--ticketlist .list {
    vertical-align: top;
    text-align: left; }
  .w--ticketlist .ticket {
    display: inline-block;
    font-size: 18px;
    color: #2c2c2c;
    border: 1px solid #aab9ca;
    line-height: 22px;
    padding: 8px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    zoom: 1; }
    .w--ticketlist .ticket:before, .w--ticketlist .ticket:after {
      content: "";
      display: table; }
    .w--ticketlist .ticket:after {
      clear: both; }
    .w--ticketlist .ticket__data {
      display: inline-block;
      vertical-align: middle; }
    .w--ticketlist .ticket__remove {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      font-size: 24px;
      font-weight: 300;
      margin-left: 15px;
      color: #999999;
      position: relative;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .w--ticketlist .ticket__remove:before {
        content: '';
        border: 2px solid #999999;
        width: 25px;
        height: 25px;
        position: absolute;
        display: block;
        border-radius: 50%;
        left: -8px;
        top: -4px; }

.btn {
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn__default {
    background: #0d4e90;
    color: white;
    padding: 10px;
    min-width: 200px; }
  .btn.disabled {
    background: #f1f1f1 !important;
    color: #a3a3a3 !important;
    cursor: default !important; }

.b--box {
  margin: 40px 0; }

.w--stars ul,
.w--stars li {
  list-style: none;
  display: inline-block;
  margin: 0; }
  .w--stars ul:before, .w--stars ul:after,
  .w--stars li:before,
  .w--stars li:after {
    display: none; }

.w--stars ul li {
  margin: 0;
  line-height: 25px; }

.w--stars p {
  display: inline-block;
  margin: 0;
  line-height: 25px;
  vertical-align: top;
  font-weight: bold;
  margin-left: 20px; }
  .w--stars p.stars__result {
    margin-left: 0; }

.w--stars a {
  display: block; }

.w--stars i.icon {
  display: block; }

.w--buttonbottom {
  margin-bottom: 30px; }
  .w--buttonbottom input[type="submit"] {
    min-width: 300px; }

table.table__lined {
  width: 100%; }
  table.table__lined tr {
    border-collapse: collapse;
    border: 1px solid #aab9ca; }
  table.table__lined td,
  table.table__lined th {
    text-align: left;
    padding: 10px 10px; }
  table.table__lined th {
    font-weight: bold;
    background: #eaf6ff; }
  table.table__lined p {
    margin: 0; }
    table.table__lined p strong {
      margin-bottom: 10px;
      display: inline-block; }
  table.table__lined span.param {
    display: inline-block;
    min-width: 70px; }

.w--tickettoemail {
  font-size: 0.85em;
  padding: 25px 0 5px; }
  .w--tickettoemail input[type="text"] {
    padding: 5px 10px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #aab9ca;
    box-sizing: border-box;
    width: 100%;
    width: 75%;
    display: inline-block;
    margin-right: 2%; }
  .w--tickettoemail .btn__default__small {
    width: 15%;
    min-width: 10px;
    padding: 5px;
    border-radius: 3px; }
  .w--tickettoemail .btn__default__small__wide {
    width: 100%;
    min-width: 10px;
    padding: 5px;
    border-radius: 3px; }
  .w--tickettoemail form p {
    margin-bottom: 6px;
    font-weight: bold; }
