/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
.checkbox__custom::after, .dropdown__link_history .dropdown__icon:after, .dropdown__link_profile .dropdown__icon:after, .dropdown__link_exit .dropdown__icon:after, .dropdown__link_verification .dropdown__icon:after, .hamburger__icon, .hamburger.opened .hamburger__icon, .history__wallet::before, .lk__clear::before, .order__place::before, .order__time::before, .order__revert::before, .pagination li.prev a::after, .pagination li.next a::after, .pagination li.disabled::after, .place::before, .places__info-top .events__time::before, .places__time::before, .purchase__clear::before, .tickets__remove-button::after, .tickets__download span::before, .time::before, .venue {
  display: inline-block;
  background-image: url("../../images/site/sprite.svg?55961125");
  background-size: 41.125em 37.125em; }

html,
body {
  height: 100%; }

html {
  overflow: hidden; }

.body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(40, 62, 131, 0.3) rgba(46, 43, 57, 0.3);
  overflow: hidden;
  overflow-y: scroll;
  background-color: #e5e5e5;
  color: #2b2d30;
  font-size: 16px;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth; }
  .body::-webkit-scrollbar {
    width: 10px; }
  .body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(40, 62, 131, 0.3); }
  .body_overlay {
    overflow: hidden; }
    .body_overlay .header {
      position: absolute;
      height: 100vh;
      padding-bottom: 50px;
      overflow-y: scroll; }
      .body_overlay .header__fixed {
        height: 100%;
        padding: 15px;
        overflow-y: scroll; }
      .body_overlay .header__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start; }
      .body_overlay .header__top {
        display: block;
        padding-top: 55px; }
      .body_overlay .header__right {
        width: 100%; }
      .body_overlay .header__links {
        top: auto;
        right: 15px;
        width: 100%; }
      .body_overlay .header__link_basket {
        display: none; }
      .body_overlay .header__link_enter {
        padding: 4px 25px;
        border-radius: 5px;
        background-color: #283e83;
        background-image: none;
        color: #fff; }
      .body_overlay .header__link_profile {
        display: none; }
      .body_overlay .header__link-text {
        display: inline; }
        .body_overlay .header__link-text_login {
          display: block; }
      .body_overlay .header__hover-link_logout {
        display: block; }
      .body_overlay .header__middle {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .body_overlay .header__mobile {
        display: block; }
      .body_overlay .header__auth {
        display: block; }
      .body_overlay .header__search {
        display: none; }
    .body_overlay .dropdown_header {
      display: block;
      position: absolute;
      bottom: 20px;
      left: 15px;
      margin-bottom: 0; }
      .body_overlay .dropdown_header .dropdown__menu {
        top: initial;
        right: initial;
        bottom: 100%;
        left: 0; }
    .body_overlay .menu {
      display: block; }

*:focus,
button:focus {
  outline: none; }

button:focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

button {
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s; }

a {
  -webkit-transition: color 0.3s;
  color: #283e83;
  transition: color 0.3s; }
  a:hover {
    color: #2b2d30;
    text-decoration: none; }
  a:focus {
    color: #283e83;
    text-decoration: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

.break:after {
  white-space: pre;
  content: "\A"; }

svg {
  fill: currentColor;
  -webkit-transition: fill 0.3s, stroke 0.3s, -webkit-filter 0.3s, -webkit-transform 0.3s;
  transition: fill 0.3s, stroke 0.3s, -webkit-filter 0.3s, -webkit-transform 0.3s;
  transition: filter 0.3s, fill 0.3s, stroke 0.3s, transform 0.3s;
  transition: filter 0.3s, fill 0.3s, stroke 0.3s, transform 0.3s, -webkit-filter 0.3s, -webkit-transform 0.3s; }

input,
button,
textarea,
select {
  font: inherit; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent; }

img,
video,
audio {
  max-width: 100%;
  height: auto; }

sub,
sup {
  line-height: 0; }

label,
button,
select {
  cursor: pointer; }

input {
  cursor: text; }

[disabled] {
  cursor: default; }

abbr[title],
acronym[title],
dfn {
  cursor: help; }

textarea {
  resize: vertical; }

input:hover {
  border-color: #2b2d30; }

input,
textarea {
  background-clip: padding-box; }

p:last-child {
  margin-bottom: 0; }

.inline {
  background-size: auto !important; }

.sr-only {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.color-primary {
  color: #283e83; }

.mobile {
  display: none !important; }

.reset-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
  cursor: pointer; }

.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.fade-in {
  -webkit-animation: fadeIn 0.25s ease-in-out;
  animation: fadeIn 0.25s ease-in-out; }

.fade-out {
  -webkit-animation: fadeOut 0.25s ease-in-out;
  animation: fadeOut 0.25s ease-in-out;
  opacity: 0; }

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

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

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

.age {
  display: inline-block;
  min-width: 35px;
  max-width: 35px;
  padding: 0 5px;
  border-radius: 5px;
  background-color: #283e83;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

.back {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  border: none;
  background: none;
  color: #2b2d30;
  font-size: 14px; }
  .back .icon_back {
    margin-right: 10px; }
  .back_primary {
    color: #283e83; }
    .back_primary .icon_down {
      stroke: #283e83; }
  .back .icon_down {
    -webkit-transform: translateY(-2px) rotate(90deg) scale(0.75);
    transform: translateY(-2px) rotate(90deg) scale(0.75); }
  .back:hover {
    color: #283e83; }
    .back:hover .icon_down {
      stroke: #283e83; }
    .back:hover .icon_back {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px); }
  .back_left {
    margin-left: 0; }
  .back_primary {
    color: #283e83; }
    .back_primary .icon_down {
      stroke: #283e83; }
    .back_primary:hover {
      color: #2b2d30; }
      .back_primary:hover .icon_down {
        stroke: #2b2d30; }

.banner.alone .information {
  min-width: 205px; }

.banner.alone .banner__bottom {
  width: calc(100% - 30px); }

.banner__container {
  position: relative; }

.banner__image {
  height: 500px; }
  .banner__image img {
    -o-object-fit: cover;
    -o-object-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top; }

.banner__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 15px;
  align-items: center;
  width: calc(1000 / 1200 * 100%);
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff; }

.banner__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center; }

.banner__buy {
  position: absolute;
  right: 30px; }

@-webkit-keyframes banner {
  0% {
    -webkit-transform: translateX(2.5%) scale(1.2);
    transform: translateX(2.5%) scale(1.2);
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    -webkit-transform: translateX(-2.5%) scale(1.2);
    transform: translateX(-2.5%) scale(1.2);
    opacity: 1; } }

@keyframes banner {
  0% {
    -webkit-transform: translateX(2.5%) scale(1.2);
    transform: translateX(2.5%) scale(1.2);
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    -webkit-transform: translateX(-2.5%) scale(1.2);
    transform: translateX(-2.5%) scale(1.2);
    opacity: 1; } }

.bookings {
  margin-bottom: 30px; }
  .bookings .teams {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    margin-bottom: 20px; }
  .bookings__sum strong {
    font-size: 18px; }
  .bookings_history {
    margin-bottom: 30px; }
  .bookings__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-left: -5px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
    color: #283e83;
    font-size: 14px; }
    .bookings__open .icon_down {
      stroke: #283e83;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .bookings__open.active .icon_down {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
  .bookings__count {
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    color: #283e83; }
  .bookings__item + .bookings__item {
    margin-top: 20px; }
  .bookings__item {
    padding: 20px 20px 0;
    border: 1px solid #e3e5ec;
    border-radius: 5px;
    font-size: 14px; }
  .bookings__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .bookings__top .teams {
      font-size: 16px; }
  .bookings__bottom {
    margin-bottom: 10px; }
  .bookings__close {
    -webkit-transform: scale(0.75);
    margin-left: 20px;
    padding: 0;
    transform: scale(0.75);
    border: none;
    background-color: transparent;
    text-align: right; }
    .bookings__close .icon_close {
      fill: #283e83; }

.bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 2;
  position: sticky;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05); }
  .bottom.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .bottom::after, .bottom::before {
    -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
    content: ""; }
  .bottom::after {
    right: 100%; }
  .bottom::before {
    left: 100%; }
  .bottom_subscription {
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    width: calc(100% + 50px + 50px + 15px + 15px);
    margin-right: -65px;
    margin-left: -65px;
    padding: 0 30px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05); }
    .bottom_subscription::after, .bottom_subscription::before {
      display: none; }
  .bottom__buy-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .bottom__buy-info a.inactive {
      opacity: 0.5;
      pointer-events: none; }
  .bottom__sum {
    margin-right: 30px;
    font-size: 14px;
    white-space: nowrap; }
    .bottom__sum-price {
      font-size: 24px; }
  .bottom__buy.inactive {
    opacity: 0.5;
    pointer-events: none; }
    .bottom__buy.inactive.next {
      opacity: 1;
      pointer-events: auto; }
  .bottom__buy.next .bottom__word_buy {
    display: none; }
  .bottom__buy.next .bottom__word_next {
    display: block; }
  .bottom__word_next {
    display: none; }
  .bottom__buy.btn {
    padding: 7.5px 50px; }

.btn {
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  padding: 7.5px 18px;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #283e83;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn:hover {
    border-color: #283e83;
    background-color: transparent;
    color: #283e83; }
  .btn:focus {
    outline: none; }
  .btn_wide {
    width: 100%; }
  .btn_border {
    border-color: #283e83;
    background-color: transparent;
    color: #283e83; }
    .btn_border:hover {
      background-color: #283e83;
      color: #fff; }
  .btn_link {
    border: none;
    background-color: transparent;
    color: #283e83;
    font-weight: 400; }
    .btn_link:hover {
      background-color: transparent;
      color: #2b2d30; }
  .btn_transparent {
    background-color: rgba(0, 0, 0, 0.5); }
  .btn_small {
    padding: 3.5px 18px; }
  .btn_gray {
    background-color: #b5bacd; }
  .btn.inactive {
    pointer-events: none; }

.checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #2b2d30; }
  .checkbox_filter:hover {
    color: #283e83; }
  .checkbox_discount {
    min-height: 40px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .checkbox_discount:hover {
      color: #283e83; }
  .checkbox_register {
    font-size: 12px; }
  .checkbox__input,
  .checkbox input[type="checkbox"] {
    z-index: -1;
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    overflow: hidden;
    opacity: 0; }
    .checkbox__input:checked ~ .checkbox__custom:after,
    .checkbox__input.checked ~ .checkbox__custom:after,
    .checkbox input[type="checkbox"]:checked ~ .checkbox__custom:after,
    .checkbox input[type="checkbox"].checked ~ .checkbox__custom:after {
      opacity: 1; }
    .checkbox__input:focus .checkbox__custom,
    .checkbox input[type="checkbox"]:focus .checkbox__custom {
      border-color: #283e83; }
  .checkbox__custom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 2px; }
    .checkbox__custom::after {
      -webkit-transform: translateX(-50%) translateY(-50%);
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1.3125em;
      height: 1.3125em;
      transform: translateX(-50%) translateY(-50%);
      background-position: -7.375em -3.6875em;
      font-size: 14px;
      content: "";
      opacity: 0; }
  .checkbox__block {
    font-size: 14px; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.daterangepicker {
  -webkit-box-shadow: 0 2px 10px #dce1f0;
  box-shadow: 0 2px 10px #dce1f0; }

.cancelBtn {
  border: none;
  background-color: transparent;
  color: #283e83; }
  .cancelBtn:hover {
    color: #2b2d30; }

.daterangepicker.show-calendar .drp-buttons {
  display: block !important; }

.daterangepicker .drp-selected {
  display: none; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #283e83; }

.daterangepicker td.in-range {
  background-color: rgba(40, 62, 131, 0.1); }

.daterangepicker td.end-date {
  background-color: #283e83; }

.daterangepicker td.start-date,
.daterangepicker td.end-date,
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border-radius: 5px; }

.dates {
  display: none; }

.dropdown_header {
  z-index: 32 !important; }
  .dropdown_header .dropdown__menu {
    min-width: 120px; }
  .dropdown_header .dropdown__btn:hover {
    color: #283e83; }
    .dropdown_header .dropdown__btn:hover .dropdown__btn-icon {
      stroke: #283e83; }
  .dropdown_header .dropdown__btn-icon {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

.dropdown_expanded .dropdown-menu {
  display: block; }

.dropdown_expanded .dropdown__btn .filter__icon-down {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }

.dropdown_expanded .dropdown__btn .header__link-down {
  -webkit-transform: scale(0.75) rotate(-180deg);
  transform: scale(0.75) rotate(-180deg); }

.dropdown_filter {
  min-width: 210px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 5px;
  background-color: transparent; }
  .dropdown_filter .dropdown__btn {
    -webkit-transition: border-color 0.3s;
    width: 100%;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    border: 1px solid #283e83;
    border-radius: 5px;
    text-align: left;
    transition: border-color 0.3s; }
    .dropdown_filter .dropdown__btn:hover {
      border-color: #2b2d30; }
  .dropdown_filter .dropdown__menu {
    top: 115%;
    left: 0;
    min-width: 250px;
    padding: 15px;
    padding-bottom: 0; }
  .dropdown_filter .dropdown__item {
    margin-bottom: 5px; }
  .dropdown_filter .filter__icon-down {
    -webkit-transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    stroke: currentColor;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.dropdown_user .dropdown__menu {
  min-width: 220px; }

.dropdown_user .dropdown__list {
  margin-bottom: 0;
  padding-top: 10px; }

.dropdown_user .dropdown__btn {
  color: #fff; }
  .dropdown_user .dropdown__btn .header__link-down {
    stroke: #fff; }
  .dropdown_user .dropdown__btn:hover {
    color: #c4a003; }
    .dropdown_user .dropdown__btn:hover .header__link-down {
      stroke: #c4a003; }

.dropdown_sphere {
  width: 100%; }
  .dropdown_sphere .dropdown__btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    border: 1px solid #2b2d30;
    border-radius: 5px; }
  .dropdown_sphere .dropdown__menu {
    top: 98%;
    width: 100%; }
  .dropdown_sphere .dropdown__item button {
    width: 100%;
    padding: 5px 10px;
    text-align: left; }
    .dropdown_sphere .dropdown__item button:hover {
      color: #283e83; }

.dropdown__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-left: -10px;
  padding-left: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap; }
  .dropdown__btn:hover {
    color: #2b2d30; }
  .dropdown__btn-text {
    margin-right: 5px; }
  .dropdown__btn-icon {
    stroke: currentColor; }
  .dropdown__btn_expanded .dropdown__btn-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.dropdown__menu {
  -webkit-box-shadow: 0 2px 10px #dce1f0;
  scrollbar-width: thin;
  scrollbar-color: rgba(153, 153, 153, 0.3) #ffffff;
  display: none;
  top: 110%;
  right: 0;
  min-width: 12rem;
  max-height: 255px;
  overflow: hidden;
  overflow-y: visible;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 10px #dce1f0; }
  .dropdown__menu::-webkit-scrollbar {
    width: 5px; }
  .dropdown__menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(153, 153, 153, 0.3); }

.dropdown__list {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style-type: none; }

.dropdown__item + .dropdown__item {
  margin-top: 5px; }

.dropdown__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  color: #283e83;
  font-size: 14px; }
  .dropdown__link:hover {
    color: #2b2d30; }
    .dropdown__link:hover .dropdown__icon:after {
      -webkit-filter: brightness(100%);
      filter: brightness(100%); }
  .dropdown__link-image {
    margin-right: 10px; }
  .dropdown__link_history .dropdown__icon:after {
    width: 1.375em;
    height: 1.3125em;
    background-position: -21.0625em -17.375em; }
  .dropdown__link_profile .dropdown__icon:after {
    width: 1.4375em;
    height: 1.4375em;
    background-position: -33.6875em -29.8125em; }
  .dropdown__link_exit .dropdown__icon:after {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -17em -13.3125em; }
  .dropdown__link_verification .dropdown__icon:after {
    width: 1.4375em;
    height: 1.3125em;
    background-position: -37.5625em -33.6875em; }

.dropdown__icon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 7px; }
  .dropdown__icon::after {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-filter 0.3s;
    -webkit-filter: invert(15%) sepia(92%) saturate(1021%) hue-rotate(203deg) brightness(106%) contrast(94%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    filter: invert(15%) sepia(92%) saturate(1021%) hue-rotate(203deg) brightness(106%) contrast(94%);
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s; }

.dropdown__icon-down {
  stroke: #2b2d30;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.dropdown_header.dropdown_expanded .dropdown__btn-icon {
  -webkit-transform: scale(0.75) rotate(-180deg);
  transform: scale(0.75) rotate(-180deg); }

.dropdown_access.dropdown_expanded .dropdown__icon-down {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.phone-confirm {
  position: relative; }
  .phone-confirm__back {
    margin-bottom: 30px;
    color: #24397A;
    font-size: 14px;
    text-align: center;
    cursor: pointer; }
  .phone-confirm__resend {
    margin-bottom: 20px;
    text-align: center; }
    .phone-confirm__resend[data-available="1"] .phone-confirm__resend_no {
      display: none; }
    .phone-confirm__resend[data-available="0"] .phone-confirm__resend_yes {
      display: none; }
    .phone-confirm__resend_no {
      color: #999999;
      font-size: 14px; }
    .phone-confirm__resend_yes {
      color: #24397A;
      font-size: 14px;
      text-align: center;
      cursor: pointer; }
  .phone-confirm .confirm {
    z-index: 1;
    position: absolute;
    top: -2px;
    right: -6px;
    padding: 10px 20px; }
    .phone-confirm .confirm__make {
      color: #24397A;
      font-size: 14px;
      cursor: pointer; }
    .phone-confirm .confirm__made {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #35AC7B;
      font-size: 14px; }
      .phone-confirm .confirm__made img {
        margin-right: 10px; }
    .phone-confirm .confirm[data-done="0"] .confirm__made {
      display: none; }
    .phone-confirm .confirm[data-done="1"] .confirm__make {
      display: none; }

.enter {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  padding-top: 45px;
  font-size: 14px; }
  .enter.phone {
    min-width: 506px;
    max-width: 506px;
    padding: 50px; }
    .enter.phone .top__title {
      padding-right: 0px; }
    .enter.phone .enter__submit-wrapper {
      margin-bottom: 20px; }
  .enter input[type="checkbox"] {
    display: none; }
    .enter input[type="checkbox"]:checked ~ .checkbox__custom:after {
      border-color: #2b2d30; }
  .enter .form-group {
    position: relative;
    max-width: calc(50% - 35px);
    margin-bottom: 15px;
    color: #2b2d30; }
    .enter .form-group_wide {
      max-width: inherit; }
    .enter .form-group_agree label {
      max-width: 90%;
      vertical-align: top; }
    .enter .form-group[class*="phone"]:not(.field-phoneform-code) {
      margin-bottom: 10px !important; }
      .enter .form-group[class*="phone"]:not(.field-phoneform-code) input {
        height: auto;
        padding: 7px 10px;
        border-color: #000; }
      .enter .form-group[class*="phone"]:not(.field-phoneform-code) label {
        margin-bottom: 0; }
      .enter .form-group[class*="phone"]:not(.field-phoneform-code) input:hover ~ label,
      .enter .form-group[class*="phone"]:not(.field-phoneform-code) input:focus ~ label {
        opacity: 0;
        pointer-events: none; }
    .enter .form-group.has-error .enter__input {
      border-color: #ed2337; }
    .enter .form-group.has-error .help-block {
      margin-bottom: 10px;
      color: #ed2337; }
  .enter_fast {
    padding-top: 0; }
    .enter_fast .enter__wrapper {
      -webkit-box-shadow: none;
      padding: 0;
      box-shadow: none; }
  .enter_modal {
    width: 100%;
    min-width: 500px;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 80px;
    background-color: #fff; }
    .enter_modal .top:after {
      display: none; }
    .enter_modal .top__title, .enter_modal .top__link {
      background-color: #fff; }
    .enter_modal .top__link {
      color: #283e83; }
    .enter_modal .form-group {
      max-width: inherit; }
      .enter_modal .form-group.has-success select {
        color: #2b2d30; }
    .enter_modal select {
      height: auto;
      margin-bottom: 10px;
      padding: 9.5px 6px;
      border-color: #2b2d30;
      color: #999;
      font-size: 14px; }
    .enter_modal .enter__wrapper {
      -webkit-box-shadow: none;
      padding: 0;
      box-shadow: none; }
    .enter_modal .enter__fields {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .enter_modal .enter__fieldset {
      margin-top: 0 !important; }
    .enter_modal .enter__button {
      width: 100%; }
  .enter_profile {
    padding-top: 0; }
  .enter__top-text {
    margin-top: -10px;
    margin-bottom: 20px; }
  .enter__wrapper {
    padding: 50px;
    border-radius: 5px;
    background-color: #fff; }
    .enter__wrapper_page {
      padding: 30px; }
  .enter__fieldset + .enter__fieldset {
    margin-top: 20px; }
  .enter__fields {
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -35px; }
    .enter__fields .form-group {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      min-width: calc(50% - 30px);
      margin-left: 30px; }
    .enter__fields_lonely .form-group {
      max-width: 100%; }
    .enter__fields_third {
      margin-left: -20px; }
      .enter__fields_third .form-group {
        width: calc(33.33% - 20px);
        min-width: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
        margin-left: 20px; }
  .enter__block {
    position: relative; }
    .enter__block.has-error .enter__input {
      border-color: #283e83; }
    .enter__block::before {
      display: block;
      z-index: 2;
      position: absolute;
      top: 18px;
      right: 14px;
      width: 20px;
      height: 20px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: ""; }
    .enter__block .enter__input {
      padding-right: 50px; }
  .enter__visible {
    z-index: 2;
    position: absolute;
    top: 10px;
    right: -5px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.894 9.164a19.181 19.181 0 00-4.477-4.321L19.355 1.9a.55.55 0 00-.774-.774l-3.13 3.127a9.237 9.237 0 00-4.453-1.257c-5.443 0-9.725 5.915-9.896 6.157a.55.55 0 000 .638 19.18 19.18 0 004.477 4.332l-2.938 2.943a.551.551 0 00.153.936.55.55 0 00.621-.162l3.13-3.127a9.237 9.237 0 004.453 1.258c5.443 0 9.725-5.916 9.896-6.158a.55.55 0 000-.649zm-18.66.319c.953-1.203 4.57-5.388 8.764-5.388a7.917 7.917 0 013.635.974l-1.57 1.57a3.519 3.519 0 00-4.908 4.909L6.38 13.323a18.422 18.422 0 01-4.146-3.84zM13.05 8.208a2.42 2.42 0 01-3.327 3.327l3.327-3.327zm-4.104 2.55a2.419 2.419 0 013.328-3.327l-3.328 3.327zm2.052 4.113a7.917 7.917 0 01-3.635-.974l1.57-1.57a3.519 3.519 0 004.909-4.909l1.774-1.775a18.425 18.425 0 014.146 3.84c-.953 1.203-4.57 5.388-8.764 5.388z' fill='%2324397A' stroke='%2324397A' stroke-width='.2'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px; }
    .enter__visible.active {
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.873 9.611c-.179-.244-4.436-5.985-9.873-5.985-5.437 0-9.695 5.74-9.873 5.985a.66.66 0 000 .778c.178.245 4.436 5.985 9.873 5.985 5.437 0 9.694-5.74 9.873-5.985a.66.66 0 000-.778zM10 15.055c-4.005 0-7.474-3.81-8.5-5.055C2.524 8.753 5.985 4.945 10 4.945c4.005 0 7.473 3.81 8.5 5.056-1.025 1.246-4.486 5.054-8.5 5.054z' fill='%2324397A'%3E%3C/path%3E%3Cpath d='M10 6.044A3.96 3.96 0 006.044 10 3.96 3.96 0 0010 13.956 3.96 3.96 0 0013.956 10 3.96 3.96 0 0010 6.044zm0 6.593A2.64 2.64 0 017.363 10 2.64 2.64 0 0110 7.363 2.64 2.64 0 0112.637 10 2.64 2.64 0 0110 12.637z' fill='%2324397A'%3E%3C/path%3E%3C/svg%3E"); }
  .enter__legend {
    margin-bottom: 25px;
    color: #2b2d30;
    font-size: 20px;
    font-weight: 600; }
  .enter__label {
    -webkit-transition: opacity 0.3s;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 15px;
    color: #999;
    transition: opacity 0.3s; }
    .enter__label.inactive {
      opacity: 0;
      pointer-events: none; }
  .enter__input {
    -webkit-filter: none;
    z-index: 1;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 8.5px 15px;
    border: solid 1px #ccc;
    border-radius: 20px;
    background-color: #fff;
    font-weight: 500;
    filter: none; }
    .enter__input::-webkit-input-placeholder {
      color: #999; }
    .enter__input:-moz-placeholder {
      color: #999; }
    .enter__input::-moz-placeholder {
      color: #999; }
    .enter__input:-ms-input-placeholder {
      color: #999; }
    .enter__input:focus ~ label, .enter__input:not(:placeholder-shown) ~ label, .enter__input:-webkit-autofill ~ label {
      opacity: 0;
      pointer-events: none; }
    .enter__input[name*="phone"]:-webkit-autofill {
      -webkit-text-fill-color: transparent;
      -webkit-box-shadow: 0 0 0 1000px #fff inset;
      -webkit-transition: background-color 5000s ease-in-out 0s;
      border: 1px solid #000;
      transition: background-color 5000s ease-in-out 0s; }
      .enter__input[name*="phone"]:-webkit-autofill ~ label {
        opacity: 1;
        pointer-events: none; }
    .enter__input:disabled {
      pointer-events: none; }
  .enter__forgot {
    margin-top: 30px;
    text-align: center; }
  .enter__middle {
    text-align: center; }
  .enter__double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    .enter__double .form-group {
      max-width: 73%; }
      .enter__double .form-group:first-child {
        margin-right: 10px; }
  .enter__modal-link {
    position: relative;
    padding: 0;
    border: none;
    background: none;
    color: #283e83; }
    .enter__modal-link:hover {
      color: #2b2d30; }
  .enter__bottom {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #e3e5ec;
    border-radius: 5px; }
  .enter__button {
    min-width: 246px; }
  .enter__link {
    font-size: 18px; }
  .enter__radios {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: -40px; }
  .enter__input-radio {
    z-index: -1;
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    overflow: hidden;
    opacity: 0; }
    .enter__input-radio:checked ~ label:before {
      opacity: 1; }
  .enter__radio {
    margin-left: 40px; }
    .enter__radio label {
      position: relative;
      margin-bottom: 0;
      padding-left: 30px; }
      .enter__radio label::before, .enter__radio label::after {
        -webkit-transform: translateY(-50%);
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        content: ""; }
      .enter__radio label::after {
        left: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #283e83; }
      .enter__radio label::before {
        left: 5px;
        width: 10px;
        height: 10px;
        background-color: #283e83;
        opacity: 0; }
  .enter__close {
    -webkit-transition: -webkit-transform 0.3s;
    z-index: 2;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    opacity: 1;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .enter__close:hover {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 1 !important; }
  .enter__text {
    display: none;
    margin-bottom: 20px;
    font-size: 14px; }
    .enter__text.medium {
      color: #1e1e1e; }
  .enter__social {
    margin-bottom: 30px; }
  .enter__submit-wrapper {
    margin-bottom: 30px; }
  .enter__link-wrapper {
    text-align: center; }
  .enter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .enter__photo {
    position: relative;
    min-width: 250px;
    max-width: 250px;
    margin-right: 30px;
    border: 1px dashed transparent;
    border-radius: 5px; }
    .enter__photo-remove {
      -webkit-transition: opacity 0.3s;
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: calc(100% - 20px);
      border-radius: 5px;
      font-weight: 400;
      opacity: 0;
      transition: opacity 0.3s; }
    .enter__photo:hover .enter__photo-remove {
      opacity: 1; }
    .enter__photo:hover .enter__file {
      opacity: 1; }
    .enter__photo-message {
      display: none;
      max-width: 230px;
      margin-top: 10px;
      color: #ed2337;
      font-size: 14px;
      text-align: center; }
    .enter__photo.hover {
      border-color: #24397a; }
  .enter__file {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s; }
    .enter__file .form-group {
      max-width: initial; }
    .enter__file-input {
      z-index: -1;
      position: absolute;
      width: 0.1px;
      height: 0.1px;
      overflow: hidden;
      opacity: 0; }
    .enter__file-label {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100px;
      height: 100px;
      margin-right: auto;
      margin-left: auto;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5); }
  .enter__columns {
    -ms-flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-left: -30px; }
    .enter__columns .form-group {
      max-width: 100%;
      margin-bottom: 10px; }
  .enter__column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 30px; }

.events-top {
  padding-bottom: 10px;
  background-color: #fff; }

.events {
  position: relative;
  margin-bottom: 50px; }
  .events .empty {
    margin-bottom: 20px; }
  .events__tabs {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .events__tabs_item {
      margin-right: 40px;
      padding-bottom: 5px;
      cursor: pointer; }
      .events__tabs_item.active {
        border-bottom: 4px solid #ed2337;
        color: #ed2337;
        font-weight: 500;
        cursor: auto; }
  .events_main {
    margin-bottom: 30px; }
    .events_main .events__item {
      -webkit-transition: -webkit-transform 0.3s;
      position: relative;
      margin-bottom: 20px;
      padding-right: 30px;
      border-radius: 10px;
      background-color: #fff;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .events_main .events__item:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02); }
    .events_main .events__teams {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .events_main .events__info a {
      color: #2b2d30; }
    .events_main .events__name {
      display: inline-block;
      position: absolute;
      left: 100%;
      min-width: 110px;
      max-width: 110px;
      height: auto;
      min-height: initial;
      margin-bottom: 0;
      margin-left: 20px; }
      .events_main .events__name:hover {
        color: #2b2d30; }
    .events_main .events__image {
      width: 60px;
      min-width: 60px;
      height: 60px;
      min-height: 60px; }
    .events_main .events__time-text {
      display: inline-block;
      vertical-align: middle; }
    .events_main .events__place:not(:last-child) {
      margin-bottom: 5px; }
    .events_main .events__place.place {
      color: #8d95a9; }
      .events_main .events__place.place:before {
        -webkit-filter: invert(62%) sepia(20%) saturate(269%) hue-rotate(185deg) brightness(92%) contrast(88%);
        filter: invert(62%) sepia(20%) saturate(269%) hue-rotate(185deg) brightness(92%) contrast(88%); }
    .events_main .events__text {
      display: none;
      margin: 25px; }
    .events_main .events__buy {
      padding: 6px 13px;
      white-space: nowrap; }
      .events_main .events__buy:hover {
        color: #283e83; }
      .events_main .events__buy:focus {
        color: #283e83; }
  .events_page {
    margin-bottom: 30px; }
    .events_page .information {
      margin-bottom: 20px;
      padding: 8.5px 30px; }
    .events_page .events__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border: 1px solid #e3e5ec;
      border-radius: 5px;
      background-color: #fff;
      text-align: center; }
      .events_page .events__item:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .events_page .events__info {
      min-width: auto;
      margin-right: 0;
      text-align: center; }
    .events_page .events__teams {
      max-width: 850px;
      margin-right: auto;
      margin-left: auto; }
    .events_page .events__team {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      flex-direction: column;
      justify-content: center;
      min-width: 200px;
      max-width: 200px;
      min-height: 200px;
      border: 1px solid #e3e5ec;
      border-radius: 5px; }
      .events_page .events__team:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 200px;
        max-width: 200px; }
        .events_page .events__team:last-child .events__image {
          margin-right: 0; }
    .events_page .events__image {
      width: 100px;
      height: 100px;
      min-height: 65px;
      margin-bottom: 15px; }
    .events_page .events__time {
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      align-items: center;
      margin-bottom: 10px;
      padding: 10px;
      color: #283e83;
      font-weight: 600; }
    .events_page .events__date {
      color: #283e83;
      font-size: 24px;
      font-weight: 600; }
  .events_subscription {
    margin-bottom: 30px; }
    .events_subscription .events__item {
      padding: 22px 15px; }
    .events_subscription .events__info {
      margin-top: -25px;
      margin-bottom: -25px;
      margin-left: -15px;
      pointer-events: none; }
  .events_margin {
    margin-bottom: 80px;
    padding-bottom: 20px; }
  .events_plays {
    margin-bottom: 0; }
    .events_plays .events__col {
      width: 20%;
      padding: 0 15px; }
    .events_plays .events__item {
      margin-bottom: 30px; }
    .events_plays .events__more {
      display: block;
      margin-right: auto;
      margin-left: auto; }
  .events_places .events__name {
    min-height: 48px; }
  .events_places .events__desc {
    min-height: initial; }
  .events_split {
    margin-bottom: 30px; }
    .events_split .events__item, .events_split .events__items {
      margin-bottom: 0; }
    .events_split .events__name {
      position: static; }
  .events__items {
    margin-bottom: 30px; }
  .events__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .events__item {
    overflow: hidden;
    border-radius: 5px; }
    .events__item:focus-within {
      border-color: #283e83; }
    .events__item .teams {
      margin-bottom: 0; }
  .events__teams-wrapper {
    margin-left: -130px; }
  .events__text {
    padding: 15px;
    border: 2px solid #e3e5ec;
    border-radius: 5px;
    font-size: 14px; }
  .events__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 205px;
    max-width: 205px;
    margin-right: auto; }
    .events__info.wide {
      min-width: 253px;
      max-width: 253px; }
  .events__link {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .events__center-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center; }
    .events__center-link img {
      -o-object-fit: contain;
      width: 50px;
      height: 50px;
      object-fit: contain; }
    .events__center-link:hover .events__name {
      color: #283e83; }
  .events__league {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    color: #999999;
    font-size: 14px; }
    .events__league_absolute {
      -webkit-transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 220px;
      transform: translateY(-50%); }
    .events__league img {
      width: 55px;
      margin-right: 10px; }
    .events__league_page img {
      width: 33px; }
  .events__image {
    position: relative;
    height: 320px;
    min-height: 280px;
    max-height: 230px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    text-align: center; }
    .events__image img {
      -o-object-fit: cover;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .events__age {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #fff;
    color: #2b2d30;
    font-size: 12px;
    font-weight: 600;
    text-align: center; }
  .events__desc {
    min-height: 150px;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    background-color: #fff; }
  .events__name {
    -webkit-transition: color 0.3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box !important;
    height: 48px;
    min-height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #2b2d30;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: color 0.3s; }
    .events__name:hover {
      color: #283e83; }
  .events__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 47px; }
  .events__time {
    color: #283e83;
    font-weight: 500; }
  .events__price {
    color: #999;
    font-size: 14px; }
  .events__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 270px;
    max-width: 270px;
    margin-left: auto;
    text-align: right; }
  .events__more {
    margin-bottom: 100px;
    text-align: center; }
    .events__more .btn_border {
      background-color: transparent; }
      .events__more .btn_border:hover {
        background-color: #24397a; }
    .events__more .btn.inactive {
      opacity: 0; }
  .events__some {
    margin-right: 10px; }
    .events__some.active .events__some-active {
      display: block; }
    .events__some.active .events__some-hide {
      display: none; }
    .events__some-active {
      display: none; }
  .events__label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 16px;
    border-radius: 5px;
    background-color: #fff;
    color: #c4a003;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase; }
  .events__mobile-info {
    display: none; }
  .events__mobile-buy {
    display: none; }
  .events__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%; }
  .events__message {
    margin-bottom: 40px; }
  .events__buy.inactive {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none; }
  .events__places {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .events__place {
    min-width: 110px; }
    .events__place::before {
      left: 5px; }

.plan__choose {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  pointer-events: none; }

.filter {
  margin-bottom: 45px;
  padding: 30px 0 10px;
  background-color: #fff; }
  .filter__top {
    margin-bottom: 25px; }
  .filter__title {
    display: none; }
  .filter__bottom {
    color: #283e83;
    font-size: 14px; }
  .filter__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .filter__dropdowns {
    margin-right: 20px;
    margin-left: -20px;
    font-size: 0; }
  .filter__dropdown {
    margin-left: 15px; }
    .filter__dropdown-icon {
      fill: #000;
      stroke: #000;
      position: absolute;
      right: 10px;
      width: 20px;
      height: 20px; }
  .filter__date {
    position: relative;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: transparent; }
    .filter__date.opened .filter__icon-down {
      -webkit-transform: translateY(-50%) rotate(-180deg);
      transform: translateY(-50%) rotate(-180deg); }
    .filter__date.visible .filter__icon-down {
      -webkit-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .filter__date-input {
      -webkit-transition: border-color 0.3s;
      max-width: 220px;
      height: 40px;
      padding: 6.5px 10px;
      border: 1px solid #283e83;
      border-radius: 5px;
      background-color: transparent;
      font-size: 14px;
      cursor: pointer;
      transition: border-color 0.3s; }
      .filter__date-input:hover {
        border-color: #2b2d30; }
      .filter__date-input::-webkit-input-placeholder {
        color: #2b2d30; }
      .filter__date-input:-moz-placeholder {
        color: #2b2d30; }
      .filter__date-input::-moz-placeholder {
        color: #2b2d30; }
      .filter__date-input:-ms-input-placeholder {
        color: #2b2d30; }
      .filter__date-input.double ~ .filter__date-label, .filter__date-input.alone ~ .filter__date-label, .filter__date-input.input ~ .filter__date-label {
        display: none; }
      .filter__date-input.alone {
        width: 130px; }
      .filter__date-input.double {
        width: 200px; }
    .filter__date-label {
      -webkit-transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      font-size: 14px; }
    .filter__date .filter__icon-down {
      -webkit-transform: translateY(-50%);
      -webkit-transition: -webkit-transform 0.3s;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      pointer-events: none;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .filter__icon-reset {
    margin-right: 10px; }
  .filter__icon-down {
    stroke: currentColor; }
  .filter__fields {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .filter__fields-space {
      margin: 0 10px;
      color: #2b2d30; }
  .filter__input {
    max-width: 120px;
    height: 42px;
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #e5e5e5;
    font-size: 16px; }
    .filter__input:hover {
      border-color: #2b2d30; }
  .filter__buttons {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .filter__text {
    margin-right: 50px;
    margin-bottom: 20px; }
  .filter__reset {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: sticky;
    bottom: 0;
    align-items: center;
    width: 100%;
    margin-left: -5px;
    padding: 10px 5px;
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #283e83;
    font-size: 14px;
    white-space: nowrap; }
    .filter__reset:hover {
      color: #2b2d30; }
      .filter__reset:hover .filter__icon-reset {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
  .filter__close {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent; }
    .filter__close:hover {
      opacity: 0.8; }
  .filter__selected-count {
    color: #999;
    opacity: 0; }
    .filter__selected-count.active {
      opacity: 1; }
  .filter__apply {
    margin-right: 20px;
    margin-bottom: 20px; }
  .filter__clear {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.3s;
    display: none;
    position: relative;
    align-items: center;
    margin-right: -5px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 5px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s; }
    .filter__clear.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #2b2d30;
      opacity: 1;
      pointer-events: auto; }
      .filter__clear.active .filter__clear-icon {
        fill: #2b2d30; }
    .filter__clear:hover {
      opacity: 0.8; }
    .filter__clear-icon {
      fill: rgba(255, 255, 255, 0.5);
      margin-right: 10px; }
  .filter__switch {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto; }
    .filter__switch.active .filter__switch-text {
      color: #c4a003; }
    .filter__switch-text {
      margin-bottom: 0;
      color: #a2a2a2;
      font-size: 15px;
      font-weight: 600; }

button.focus-visible,
a.focus-visible,
.btn.focus-visible {
  outline-color: rgba(40, 62, 131, 0.5);
  outline-style: solid;
  outline-width: 2px;
  background-color: #fff;
  color: #283e83; }

.focus-visible.menu__link, .focus-visible.header__link, .focus-visible.banner__buy, .focus-visible.filter__reset, .focus-visible.events__buy, .focus-visible.to-top, .focus-visible.footer__phone, .focus-visible.footer__email, .focus-visible.footer__brand, .focus-visible.logo__link, .focus-visible.play-info__close, .focus-visible.places__control, .focus-visible.stadium__previous, .focus-visible.stadium__next, .focus-visible.lk__button, .focus-visible.tickets__remove-button, .focus-visible.bottom__buy, .focus-visible.lk__clear, .focus-visible.order__left-link, .focus-visible.order__button, .focus-visible.order__delete, .focus-visible.promo__button, .focus-visible.bookings__open {
  border-color: #283e83; }

.focus-visible.btn_border {
  background-color: #283e83;
  color: #fff; }

.focus-visible.banner__buy {
  color: #283e83; }
  .focus-visible.banner__buy .icon_next-round {
    fill: #283e83;
    stroke: #283e83; }

.focus-visible.filter__clear.active {
  color: #283e83; }
  .focus-visible.filter__clear.active .filter__clear-icon {
    fill: #283e83; }

.focus-visible.history__button .icon_download {
  fill: #fff;
  stroke: #fff; }

.dropdown_header .focus-visible.dropdown__btn {
  border-color: #283e83; }

.dropdown_user .focus-visible.dropdown__btn {
  border-color: #283e83; }

.dropdown_filter .focus-visible.dropdown__btn {
  border-color: #2b2d30; }

.skip-to-content.focus-visible {
  background-color: #283e83; }

.places__button.focus-visible {
  -webkit-box-shadow: 0 0 0 10px #fff;
  outline: none;
  box-shadow: 0 0 0 10px #fff; }

.places__input.focus-visible ~ .places__price-content {
  border-color: #283e83 !important; }

.footer a.focus-visible {
  -webkit-box-shadow: none;
  outline-color: #fff;
  box-shadow: none; }

.dropdown__link.focus-visible {
  color: #283e83; }

.checkbox__input.focus-visible ~ .checkbox__block {
  color: #283e83; }

input.focus-visible {
  border-color: #2b2d30; }

.pagination a.focus-visible {
  background-color: transparent; }

.footer__link.focus-visible,
.social__link.focus-visible {
  border: 1px solid; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 40px 0;
  border-top: 1px solid #e3e5ec;
  background-color: #0f1529;
  color: #fff; }
  .footer__top {
    margin-bottom: 30px; }
  .footer__bottom {
    margin-bottom: 10px; }
    .footer__bottom .footer__item {
      font-size: 14px; }
  .footer__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -40px; }
  .footer__item {
    margin-left: 40px; }
    .footer__item_brand {
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
  .footer__link {
    display: inline-block;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 14px; }
    .footer__link:hover {
      color: #283e83; }
    .footer__link:focus {
      color: #2b2d30; }
    .footer__link.active {
      position: relative; }
      .footer__link.active::after {
        -webkit-transform: translateX(-50%);
        -webkit-transition: background-color 0.3s;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: calc(100% - 10px);
        height: 3px;
        transform: translateX(-50%);
        background-color: #fff;
        content: "";
        transition: background-color 0.3s; }
      .footer__link.active:hover::after {
        background-color: #283e83; }
  .footer__phone, .footer__email, .footer__brand {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #2b2d30; }
    .footer__phone:hover, .footer__email:hover, .footer__brand:hover {
      color: #283e83; }
  .footer__phone {
    display: inline-block; }
  .footer__email {
    position: relative; }
  .footer__brand {
    height: 25px;
    color: #2b2d30; }
    .footer__brand:hover .icon_infomatika {
      fill: #283e83; }

.hamburger {
  display: none;
  position: relative;
  padding: 0;
  padding-left: 15px;
  border: none;
  background: none;
  cursor: pointer;
  /* Text meant only for screen readers. */ }
  .hamburger:focus {
    outline: none; }
  .hamburger__screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .hamburger__icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    width: 1.625em;
    height: 1.625em;
    background-position: -18.875em -15.1875em;
    cursor: pointer;
    user-select: none; }

.header {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 12;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #283e83;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
  .header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding-left: 135px; }
  .header__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end; }
  .header__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .header__auth_entered::after {
      -webkit-transform: translateX(-50%);
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      width: 100%;
      height: 10px;
      transform: translateX(-50%);
      content: ""; }
    .header__auth:hover .header__hover, .header__auth.focus .header__hover {
      clip: auto;
      width: 180px;
      height: auto;
      opacity: 1;
      pointer-events: auto; }
  .header__hover {
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity 0.3s;
    clip: rect(1px, 1px, 1px, 1px);
    z-index: 100;
    position: absolute;
    top: 100%;
    right: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s; }
    .header__hover-list {
      margin: 0;
      padding: 10px;
      list-style-type: none; }
    .header__hover-link {
      display: block;
      padding: 5px 10px;
      color: #2b2d30;
      white-space: nowrap; }
      .header__hover-link:hover {
        color: #283e83; }
  .header__btn {
    padding: 7.5px 16.65px;
    border-radius: 20px;
    font-size: 14px; }
  .header__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: initial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    min-height: 20px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: none;
    color: #2b2d30;
    transition: initial; }
    .header__link:hover {
      color: #283e83; }
    .header__link_enter {
      border: none;
      background-color: transparent; }
    .header__link_basket {
      margin-right: 30px; }
    .header__link_profile {
      z-index: 3;
      color: #283e83; }
    .header__link-down {
      stroke: #283e83;
      -webkit-transform: scale(0.75);
      -webkit-transition: stroke 0.3s, -webkit-transform 0.3s;
      transform: scale(0.75);
      transition: stroke 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, stroke 0.3s;
      transition: transform 0.3s, stroke 0.3s, -webkit-transform 0.3s; }
    .header__link-count {
      -webkit-transform: translateY(-50%);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 50%;
      left: 15px;
      align-items: center;
      justify-content: center;
      min-width: 15px;
      height: 15px;
      padding: 0 2px;
      transform: translateY(-50%);
      border-radius: 50%;
      background-color: #de562d;
      color: #ffffff;
      font-size: 12px; }
      .header__link-count.add {
        -webkit-animation: add 0.3s;
        animation: add 0.3s; }

@-webkit-keyframes add {
  0% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3); }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); } }

@keyframes add {
  0% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3); }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); } }
    .header__link-text {
      margin-right: 10px;
      white-space: nowrap; }
    .header__link-icon_ticket {
      fill: #fff;
      stroke: #fff; }
      .header__link-icon_ticket:hover {
        fill: #c4a003;
        stroke: #c4a003; }
  .header__avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%; }
  .header__btn {
    border-color: #fff;
    color: #fff; }
    .header__btn:hover {
      border-color: #c4a003;
      color: #c4a003; }
    .header__btn_login {
      margin-right: 10px; }

.history .teams__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.history .teams__item {
  min-width: initial;
  max-width: initial; }

.history .time {
  margin-bottom: 0; }

.history__item + .history__item {
  margin-top: 30px; }

.history__item {
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff; }

.history__status {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center; }
  .history__status_expect {
    background-color: #283e83; }
  .history__status_paid, .history__status_success {
    background-color: #b5bacd; }

.history__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px; }

.history__right {
  text-align: right; }

.history__line {
  margin-bottom: 15px; }

.history__name {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600; }

.history__price {
  margin-bottom: 10px; }

.history__date {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500; }

.history__order {
  color: #8d95a9;
  font-size: 14px;
  font-weight: 500; }

.history__button_print, .history__button_download {
  margin-right: 10px; }
  .history__button_print svg, .history__button_download svg {
    fill: #283e83;
    stroke: #283e83; }
  .history__button_print:hover > svg, .history__button_download:hover > svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }

.icon {
  display: inline-block;
  vertical-align: middle; }
  .icon_minus, .icon_plus {
    fill: #283e83; }
  .icon_edit {
    fill: #283e83;
    stroke: #283e83;
    width: 15px;
    min-width: 15px;
    height: 15px; }
  .icon_down {
    stroke: #2b2d30;
    width: 20px;
    min-width: 20px;
    height: 20px; }
  .icon_clock {
    fill: #959595;
    width: 20px;
    min-width: 20px;
    height: 20px; }
  .icon_to-top {
    fill: #283e83;
    width: 50px;
    height: 50px; }
  .icon_infomatika {
    fill: #fff;
    width: 130px;
    height: 20px; }
    .icon_infomatika_ru {
      width: 150px; }
  .icon_phone {
    fill: #283e83;
    width: 16px;
    height: 16px; }
  .icon_enter, .icon_search, .icon_close, .icon_minus, .icon_plus, .icon_time, .icon_back {
    width: 20px;
    height: 20px; }
  .icon_calendar {
    stroke: currentColor;
    width: 17px;
    height: 17px; }
  .icon_profile {
    width: 19px;
    height: 20px; }
  .icon_next {
    fill: #000;
    width: 15px;
    height: 15px; }
  .icon_to-top {
    fill: #2b2d30;
    width: 50px;
    height: 50px; }
  .icon_next-round {
    fill: #fff;
    stroke: #fff;
    width: 27px;
    height: 27px; }
  .icon_question {
    fill: #283e83;
    stroke: #283e83;
    width: 22px;
    height: 22px; }
  .icon_print {
    width: 15px;
    height: 15px;
    margin-right: 5px; }
  .icon_download {
    width: 25px;
    height: 25px; }
  .icon_right {
    width: 52px;
    height: 52px; }
  .icon_rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .icon_ticket {
    width: 25px;
    height: 25px; }
  .icon_location {
    width: 20px;
    height: 22px; }

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

.info__icon {
  min-width: 20px;
  margin-right: 20px;
  padding: 0;
  border: none;
  background-color: transparent; }

.info__text {
  -webkit-transition: opacity 0.3s;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }
  .info__text.active {
    opacity: 1;
    pointer-events: auto; }
  .info__text::after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-right-color: #fff;
    content: ""; }

.information {
  display: block;
  padding: 23.5px 30px;
  background-color: #c4a003;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center; }
  .information__season {
    font-size: 18px; }

.inner {
  margin-top: 50px; }

.link {
  position: relative;
  padding: 0;
  border: none;
  background: none;
  color: #283e83; }
  .link:hover {
    color: #2b2d30; }

.lk {
  margin-bottom: 65px; }
  .lk_verification {
    margin-bottom: 0; }
    .lk_verification .lk__top {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .lk_verification .lk__title {
      margin-right: 10px; }
  .lk__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .lk__title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    white-space: nowrap; }
  .lk__small-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600; }
  .lk__clear {
    -webkit-transition: color 0.3s;
    position: relative;
    padding: 5px;
    padding-left: 30px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
    color: #283e83;
    font-size: 14px;
    transition: color 0.3s; }
    .lk__clear::before {
      -webkit-transform: translateY(-50%);
      -webkit-transition: -webkit-filter 0.3s;
      display: block;
      position: absolute;
      top: 50%;
      left: 5px;
      width: 1.3125em;
      height: 1.3125em;
      transform: translateY(-50%);
      background-position: -9.25em -5.5625em;
      content: "";
      transition: -webkit-filter 0.3s;
      transition: filter 0.3s;
      transition: filter 0.3s, -webkit-filter 0.3s; }
    .lk__clear:hover {
      color: #2b2d30; }
      .lk__clear:hover::before {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
  .lk__empty {
    padding: 50px;
    border: 1px solid #e3e5ec;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    text-align: center; }

.logo {
  position: absolute;
  top: 10px;
  left: 0;
  min-width: 84px;
  max-width: 100px; }
  .logo__link {
    -webkit-transition: -webkit-transform 0.3s;
    display: inline-block;
    margin-left: -5px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .logo__link:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }

.menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-grow: 1; }
  .menu__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    margin: 0 -10px;
    padding: 0;
    list-style-type: none; }
    .menu__list_dropdown {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      z-index: 61;
      position: absolute;
      right: 10px;
      flex-direction: column;
      background-color: #000; }
  .menu__item {
    margin-left: 10px; }
  .menu__link {
    display: inline-block;
    position: relative;
    padding: 10px 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap; }
    .menu__link.active {
      color: #c4a003;
      font-weight: 600; }
    .menu__link:hover {
      color: #c4a003; }
  .menu__dropdown {
    position: relative; }
  .menu__next {
    display: none; }

.message {
  display: none;
  padding: 30px 50px;
  text-align: center; }
  .message__image {
    margin-bottom: 15px; }
  .message__text {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px; }

.modal {
  background-color: rgba(0, 0, 0, 0.3); }
  .modal_enter {
    max-width: initial; }
    .modal_enter .modal-content {
      border: none; }
    .modal_enter .modal-body {
      position: static;
      padding: 0; }
    .modal_enter .enter__bottom {
      text-align: center; }
    .modal_enter .enter__fields {
      margin-left: 0; }
      .modal_enter .enter__fields .form-group {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0; }
  .modal_event {
    padding-top: 0 !important; }
    .modal_event .modal-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      padding: 0; }
    .modal_event .modal-content {
      overflow: hidden;
      border: none;
      border-radius: 0; }
    .modal_event .tickets {
      margin-bottom: 0; }
    .modal_event .modal__content {
      padding-right: 0;
      padding-left: 0; }
    .modal_event .places__content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-shadow: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      padding: 0;
      box-shadow: none; }
  .modal_subscription {
    max-height: 95%; }
    .modal_subscription .modal-body,
    .modal_subscription .modal__content,
    .modal_subscription .modal-dialog {
      overflow: visible; }
  .modal_place .modal-body {
    min-width: 90vw; }
  .modal_place .modal-dialog {
    max-width: 1200px; }
  .modal-dialog {
    pointer-events: auto; }
  .modal-body {
    padding: 15px;
    padding-bottom: 0; }
  .modal-open {
    padding-right: 10px !important; }
    .modal-open .modal {
      scrollbar-color: rgba(40, 62, 131, 0.3) rgba(46, 43, 57, 0.3); }
      .modal-open .modal::-webkit-scrollbar {
        width: 10px; }
      .modal-open .modal::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(40, 62, 131, 0.3); }
  .modal__content {
    overflow: hidden;
    border-radius: 5px; }
  .modal__close {
    z-index: 2;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    border: none;
    background-color: transparent; }
  .modal__inner {
    padding: 50px;
    text-align: center; }
  .modal__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }
  .modal__text {
    margin-bottom: 20px; }

.modal__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  outline: 0;
  background-clip: padding-box;
  background-color: #fff;
  pointer-events: auto; }

.modal-open {
  overflow: visible; }

.modal-dialog {
  -webkit-transition: opacity 0.3s;
  min-width: 500px;
  overflow: hidden;
  border-radius: 5px;
  transition: opacity 0.3s; }

.modal-content {
  height: 100%;
  border-radius: 5px; }

.modal.fade .modal-dialog {
  -webkit-transition: opacity 0.3s;
  -webkit-transform: translate(0, -50px) scale(0);
  transform: translate(0, -50px) scale(0);
  opacity: 0;
  transition: opacity 0.3s; }

.modal.show .modal-dialog {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateX(0) translateY(0) scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  transform: translateX(0) translateY(0) scale(1);
  opacity: 1; }

.hide-close .modal__close {
  display: none; }

.order {
  margin-bottom: 5px; }
  .order .teams__item {
    min-width: initial;
    max-width: initial; }
  .order_history .order__bottom .order__wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .order_history .order__right {
    margin-bottom: 20px; }
  .order__item {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #e3e5ec;
    border-radius: 5px;
    background-color: #fff; }
  .order__event + .order__event {
    margin-top: 30px; }
  .order__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px; }
  .order__left {
    max-width: 70%; }
    .order__left-link {
      display: block;
      margin-bottom: 20px;
      margin-left: -5px;
      padding: 5px;
      border: 1px solid transparent;
      border-radius: 5px; }
  .order__price strong {
    font-size: 20px; }
  .order__date {
    color: #999;
    font-size: 14px; }
  .order__name {
    display: block;
    margin-bottom: 15px;
    color: #2b2d30;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2; }
    .order__name:hover {
      opacity: 0.8; }
  .order__right {
    font-size: 14px;
    text-align: right; }
  .order__commission {
    margin-left: 40px;
    font-size: 14px; }
  .order__price {
    margin-bottom: 20px; }
  .order__delete {
    position: relative;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
    color: #283e83;
    text-align: left; }
    .order__delete:hover {
      color: #2b2d30; }
      .order__delete:hover .order__delete-icon {
        fill: #2b2d30; }
    .order__delete-icon {
      fill: #283e83;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 5px;
      vertical-align: middle; }
    .order__delete-text {
      display: inline-block;
      vertical-align: middle; }
  .order__info {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600; }
    .order__info-time {
      margin-right: 25px; }
    .order__info-order {
      color: #8d95a9; }
    .order__info-number {
      font-size: 24px;
      font-weight: 700; }
  .order__place {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 25px; }
    .order__place::before {
      -webkit-transform: translateY(-50%);
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1.3125em;
      height: 1.4375em;
      transform: translateY(-50%);
      background-position: -23em -19.25em;
      content: ""; }
  .order__tickets {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px; }
  .order__discount, .order__commission {
    display: inline-block;
    vertical-align: middle; }
  .order__count {
    margin-bottom: 15px;
    font-size: 14px; }
  .order__time {
    position: relative;
    margin-top: 30px;
    margin-right: 35px;
    margin-bottom: 20px;
    padding-left: 25px;
    color: #283e83;
    font-size: 14px;
    font-weight: 500; }
    .order__time::before {
      -webkit-transform: translateY(-50%);
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1.3125em;
      height: 1.3125em;
      transform: translateY(-50%);
      background-position: -5.5em -1.8125em;
      content: ""; }
  .order__low {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .order__low-block {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .order__low_bottom .order__sum {
      margin-right: 20px;
      font-size: 24px; }
    .order__low-button-wrapper {
      position: relative;
      text-align: right; }
  .order__revert {
    position: relative;
    margin-bottom: 30px;
    padding-left: 25px;
    color: #283e83;
    font-size: 14px;
    white-space: nowrap; }
    .order__revert::before {
      -webkit-transform: translateY(-50%);
      -webkit-transition: -webkit-filter 0.3s;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1.3125em;
      height: 1.3125em;
      transform: translateY(-50%);
      background-position: -35.6875em -31.8125em;
      content: "";
      transition: -webkit-filter 0.3s;
      transition: filter 0.3s;
      transition: filter 0.3s, -webkit-filter 0.3s; }
    .order__revert:hover {
      color: #2b2d30; }
      .order__revert:hover::before {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
  .order__message {
    display: none;
    margin-top: 10px; }
  .order__sum {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600; }
  .order__commission {
    margin-left: 50px; }
  .order__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end; }
    .order__bottom .order__sum {
      margin-top: 10px;
      margin-bottom: 10px; }

.overlay {
  display: none;
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.page {
  margin-top: 50px;
  margin-bottom: 65px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff; }
  .page__center {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  .page__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600; }
  .page__image {
    margin-bottom: 25px; }
  .page__text {
    font-size: 14px; }

.pagination {
  display: block;
  margin-top: 40px;
  text-align: center; }
  .pagination li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }
    .pagination li.active a {
      font-weight: 600; }
    .pagination li.prev, .pagination li.next {
      width: 20px;
      text-indent: -9999px;
      cursor: pointer; }
      .pagination li.prev a, .pagination li.next a {
        display: block;
        position: relative; }
        .pagination li.prev a::after, .pagination li.next a::after {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 0.75em;
          height: 0.5em;
          background-position: -28.625em -25em;
          content: ""; }
    .pagination li.disabled {
      position: relative;
      opacity: 0.5;
      pointer-events: none; }
      .pagination li.disabled::after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0.75em;
        height: 0.5em;
        background-position: -28.625em -25em;
        content: ""; }
      .pagination li.disabled.prev::after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg); }
      .pagination li.disabled.next::after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
    .pagination li.prev a::after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      transform: translateX(-50%) translateY(-50%) rotate(90deg); }
    .pagination li.next a::after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
  .pagination a {
    padding: 5px;
    color: #2b2d30;
    font-size: 14px; }
    .pagination a:hover {
      color: #283e83; }

.place {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: #2b2d30;
  font-size: 14px;
  font-weight: 500; }
  .place::first-letter {
    text-transform: uppercase; }
  .place::before {
    -webkit-transform: translateY(-50%) scale(0.8);
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    width: 1.3125em;
    height: 1.4375em;
    transform: translateY(-50%) scale(0.8);
    background-position: -23em -19.25em;
    content: ""; }

.places {
  margin-bottom: 60px;
  border-radius: 5px;
  opacity: 0; }
  .places_subscription {
    margin-bottom: 0;
    padding: 30px 50px 0;
    padding-top: 0;
    opacity: 1; }
    .places_subscription .subscription__name {
      margin-bottom: 15px; }
    .places_subscription .subscription__date {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 40px;
      padding: 4.5px 20px;
      border-radius: 5px; }
      .places_subscription .subscription__date div:first-child {
        margin-right: 10px; }
    .places_subscription .events__image {
      width: 60px;
      min-width: 60px;
      height: 60px;
      min-height: 60px; }
    .places_subscription .teams {
      -webkit-box-flex: initial;
      -ms-flex-positive: initial;
      flex-grow: initial;
      margin-right: 40px;
      margin-bottom: 0; }
    .places_subscription .places__svg {
      position: relative;
      margin-bottom: 0; }
    .places_subscription .places__controls {
      top: 0; }
    .places_subscription .places__open {
      display: none; }
  .places_event .places__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .places.active {
    opacity: 1; }
  .places__change {
    position: relative; }
  .places__description {
    width: 100%;
    color: #2b2d30;
    font-size: 20px;
    text-align: center; }
  .places__info-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: -65px;
    margin-bottom: 30px;
    margin-left: -65px;
    padding: 25px;
    padding-top: 10px;
    border-bottom: 1px solid #e3e5ec; }
    .places__info-top .time {
      margin-bottom: 0; }
    .places__info-top .teams {
      pointer-events: none; }
      .places__info-top .teams__item {
        min-width: initial; }
    .places__info-top .events__time {
      position: relative;
      margin-right: 30px;
      padding-left: 25px; }
      .places__info-top .events__time::before {
        -webkit-transform: translateY(-50%);
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 1.3125em;
        height: 1.3125em;
        transform: translateY(-50%);
        background-position: -5.5em -1.8125em;
        content: ""; }
  .places__total {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500; }
  .places__limit {
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 9.5px 15px;
    border-radius: 10px;
    background-color: #f3f5fb;
    color: #2b2d30;
    font-size: 14px;
    text-align: center; }
    .places__limit-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
  .places_service .places__content {
    padding: 30px; }
    .places_service .places__content::after {
      display: table;
      clear: both;
      content: " "; }
  .places_service .places__right {
    float: right; }
  .places .enter {
    margin-bottom: 0; }
  .places__top {
    position: relative;
    padding: 15px;
    border-bottom: solid 1px #ede3e3;
    background-color: #fff; }
  .places__close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #283e83;
    font-size: 35px; }
  .places__name {
    font-weight: 600; }
  .places__center {
    position: relative;
    text-align: center; }
  .places__buttons {
    -ms-flex-wrap: wrap;
    display: none;
    position: relative;
    flex-wrap: wrap;
    padding: 12px 0;
    padding-right: 85px;
    overflow: hidden; }
  .places__button {
    padding: 15px 0;
    border: none;
    background-color: transparent;
    color: #2b2d30;
    white-space: nowrap; }
    .places__button.active {
      position: relative;
      color: #283e83; }
      .places__button.active::after {
        display: block;
        z-index: 2;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #283e83;
        content: ""; }
    .places__button:hover {
      color: #283e83; }
  .places__content {
    position: relative;
    padding: 50px;
    padding-top: 30px;
    border-radius: 5px;
    background-color: #fff; }
  .places__svg {
    height: 600px;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center; }
    .places__svg.loading {
      -webkit-transition: opacity 0.3s;
      opacity: 0;
      transition: opacity 0.3s; }
    .places__svg svg {
      fill: none;
      width: 100%;
      height: 100%; }
    .places__svg g[class*="active"], .places__svg g[class*="in-cart"], .places__svg g[view], .places__svg g[view_id] {
      cursor: pointer; }
    .places__svg g.inactive {
      opacity: 0.5;
      pointer-events: none; }
    .places__svg g.disabled rect,
    .places__svg g.disabled ellipse,
    .places__svg g.disabled circle {
      fill: #ccc !important; }
    .places__svg g.default rect,
    .places__svg g.default ellipse,
    .places__svg g.default circle,
    .places__svg g.default polygon, .places__svg g[free="0"] rect,
    .places__svg g[free="0"] ellipse,
    .places__svg g[free="0"] circle,
    .places__svg g[free="0"] polygon {
      fill: #d3d3d3 !important; }
    .places__svg g.inactive {
      pointer-events: none; }
      .places__svg g.inactive rect,
      .places__svg g.inactive ellipse,
      .places__svg g.inactive circle,
      .places__svg g.inactive polygon {
        fill: #ccc !important; }
    .places__svg g.gray rect,
    .places__svg g.gray ellipse,
    .places__svg g.gray circle,
    .places__svg g.gray polygon {
      fill: #9b9b9b !important; }
    .places__svg g.in-cart {
      opacity: 1;
      pointer-events: auto; }
      .places__svg g.in-cart rect,
      .places__svg g.in-cart ellipse,
      .places__svg g.in-cart circle,
      .places__svg g.in-cart polygon {
        fill: #283e83 !important; }
    .places__svg g text {
      fill: #fff;
      cursor: pointer; }
    .places__svg g polygon {
      cursor: pointer; }
    .places__svg tspan {
      cursor: pointer; }
  .places__change-svg.loading {
    -webkit-transition: opacity 0.3s;
    opacity: 0;
    transition: opacity 0.3s; }
  .places__change-svg svg {
    width: 100% !important;
    height: 100% !important; }
  .places__to-home {
    font-size: 12px; }
  .places__controls {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0; }
  .places__control {
    -webkit-box-shadow: 0 2px 10px rgba(220, 225, 240, 0.5);
    -webkit-transition: -webkit-transform 0.3s;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgba(220, 225, 240, 0.5);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .places__control:active {
      -webkit-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8); }
    .places__control:not(:last-child) {
      margin-bottom: 10px; }
    .places__control:hover {
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .places__control:focus {
      -webkit-box-shadow: 0 2px 10px rgba(220, 225, 240, 0.5);
      box-shadow: 0 2px 10px rgba(220, 225, 240, 0.5); }
    .places__control_reset {
      background-image: url(/images/site/zoom-reset.svg); }
    .places__control_plus {
      background-image: url(/images/site/zoom-plus.svg); }
    .places__control_minus {
      background-image: url(/images/site/zoom-minus.svg); }
  .places__prices {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: -10px;
    border-radius: 5px; }
    .places__prices_sector .places__price {
      white-space: initial; }
      .places__prices_sector .places__price-content:hover {
        border-color: #283e83; }
  .places__price {
    position: relative;
    min-width: 90px;
    margin-left: 10px;
    border-radius: 5px;
    background-color: #f3f3f3;
    white-space: nowrap; }
    .places__price-content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-transition: border-color 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 40px;
      padding: 0 10px;
      border: 1px solid transparent;
      border-radius: 5px;
      transition: border-color 0.3s; }
      .places__price-content_column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 10px 15px;
        padding-left: 50px;
        font-size: 14px; }
    .places__price-color {
      display: block;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      border-radius: 5px; }
    .places__price.selected {
      font-weight: 600; }
  .places__description {
    width: 100%;
    color: #2b2d30;
    font-size: 20px;
    text-align: center; }
  .places__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-left: -40px; }
    .places__info_sector .places__info-item:not([class*="places__info-item_sector"]) {
      display: none; }
    .places__info_sector .places__info-item_sector {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .places__info-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 40px; }
      .places__info-item_work .places__info-color {
        background-color: #283e83; }
      .places__info-item_sector {
        display: none; }
      .places__info-item_disabled .places__info-color {
        background-color: #d3d3d3; }
      .places__info-item_clear {
        display: none;
        padding: 0;
        border: none;
        background-color: transparent;
        color: #ed2337;
        cursor: pointer; }
        .places__info-item_clear:hover {
          opacity: 0.8; }
        .places__info-item_clear img {
          margin-right: 10px; }
    .places__info-color {
      width: 15px;
      height: 15px;
      margin-right: 10px;
      border-radius: 5px; }
  .places__input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    white-space: nowrap;
    clip-path: inset(100%); }
    .places__input:checked ~ .places__custom:after {
      border-color: #283e83; }
  .places__commission {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center; }
  .places__custom {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    transform: translateY(-50%);
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff; }
    .places__custom:after {
      -webkit-transform: rotate(-45deg);
      -webkit-transition: border-color 0.2s linear;
      position: absolute;
      top: 3.5px;
      left: 3px;
      width: 12px;
      height: 8px;
      transform: rotate(-45deg);
      border-bottom: 2px solid transparent;
      border-left: 2px solid transparent;
      content: "";
      transition: border-color 0.2s linear; }
  .places__buy {
    width: 100%;
    min-width: 245px; }
  .places__back {
    margin-bottom: 20px; }
    .places__back.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .places__cost {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px;
    margin-bottom: 15px; }
    .places__cost .places__buy {
      width: auto;
      min-width: auto; }
    .places__cost.hide {
      display: none !important; }
  .places__selected {
    margin-bottom: 10px; }
  .places__open {
    position: absolute;
    right: 10px;
    padding: 0;
    border: none;
    border-radius: 5px;
    background-color: transparent; }
  .places__line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .places__summ {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600; }
  .places__sum {
    display: inline-block;
    margin-right: 30px;
    font-size: 24px;
    white-space: nowrap; }
  .places__discount {
    color: #283e83; }
  .places__about {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -40px;
    font-size: 14px; }
    .places__about-item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 40px; }
      .places__about-item_disabled .places__about-color {
        background-color: #d3d3d3; }
    .places__about-color {
      width: 15px;
      height: 15px;
      margin-right: 10px;
      border-radius: 5px; }
  .places__reset {
    display: none;
    position: relative;
    margin-left: 50px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #283e83;
    font-size: 14px; }
    .places__reset-icon {
      fill: #283e83;
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle; }
    .places__reset-text {
      display: inline-block;
      vertical-align: middle; }
    .places__reset-prices {
      -webkit-transition: initial;
      color: #283e83;
      font-size: 14px;
      transition: initial; }
      .places__reset-prices svg {
        -webkit-transition: initial;
        transition: initial; }
      .places__reset-prices:hover {
        color: #2b2d30; }
        .places__reset-prices:hover svg {
          fill: #2b2d30; }
    .places__reset:hover {
      color: #2b2d30; }
      .places__reset:hover svg {
        fill: #2b2d30; }
  .places__choose, .places__legend {
    display: none;
    padding-bottom: 20px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    pointer-events: none; }
  .places__choose-sector {
    font-size: 14px; }
  .places__check-price {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center; }
  .places__cancel {
    margin-right: 20px; }
  .places__cart {
    width: 100%; }
  .places__twice {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center; }
    .places__twice-text {
      margin-bottom: 20px; }
    .places__twice-items {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      margin-left: -27px;
      overflow: hidden; }
    .places__twice-item {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-transition: initial;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      align-items: center;
      margin-left: 27px;
      padding: 10px;
      border: 1px solid transparent;
      transition: initial; }
      .places__twice-item::after {
        display: inline-block;
        position: absolute;
        content: ""; }
      .places__twice-item:first-child {
        border-radius: 5px 0 0 5px;
        background-color: #f5f5f5; }
        .places__twice-item:first-child::after {
          -webkit-transform: rotate(45deg);
          right: -16px;
          width: 31px;
          height: 31px;
          transform: rotate(45deg);
          border: 1px solid transparent;
          background-color: #f5f5f5; }
        .places__twice-item:first-child:hover {
          background-color: #fff; }
          .places__twice-item:first-child:hover:after {
            background-color: #fff; }
        .places__twice-item:first-child.active:after {
          background-color: #283e83; }
        .places__twice-item:first-child.active:hover {
          border-color: #283e83;
          border-right-color: transparent;
          background-color: #fff;
          color: #283e83; }
          .places__twice-item:first-child.active:hover:after {
            border-top-color: #283e83;
            border-right-color: #283e83;
            background-color: transparent; }
          .places__twice-item:first-child.active:hover .places__twice-number {
            border-color: #283e83;
            color: #283e83; }
      .places__twice-item:nth-child(2) {
        border-radius: 0 5px 5px 0;
        background-color: #f5f5f5; }
        .places__twice-item:nth-child(2)::after, .places__twice-item:nth-child(2)::before {
          right: 100%;
          border: 12px solid transparent;
          border-right: 11px solid #f5f5f5; }
        .places__twice-item:nth-child(2)::after {
          top: -1px;
          border-top: 12px solid #f5f5f5; }
        .places__twice-item:nth-child(2)::before {
          display: inline-block;
          position: absolute;
          bottom: -1px;
          border-bottom: 12px solid #f5f5f5;
          content: ""; }
        .places__twice-item:nth-child(2):hover {
          background-color: #fff; }
          .places__twice-item:nth-child(2):hover:after {
            border-top-color: #fff;
            border-right-color: #fff; }
          .places__twice-item:nth-child(2):hover:before {
            border-right-color: #fff;
            border-bottom-color: #fff; }
        .places__twice-item:nth-child(2).active:after {
          border-top-color: #283e83;
          border-right-color: #283e83; }
        .places__twice-item:nth-child(2).active:before {
          border-right-color: #283e83;
          border-bottom-color: #283e83; }
        .places__twice-item:nth-child(2).active:hover {
          background-color: #283e83;
          color: #fff; }
      .places__twice-item.inactive {
        pointer-events: none; }
      .places__twice-item.active {
        background-color: #283e83;
        color: #ffffff; }
        .places__twice-item.active .places__twice-number {
          border-color: #fff;
          color: #fff; }
        .places__twice-item.active:hover {
          border-color: #283e83;
          background-color: #fff;
          color: #283e83; }
    .places__twice-number {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      border: 1px solid currentColor;
      border-radius: 50%;
      color: #8d95a9; }
    .places__twice-over {
      z-index: 2;
      position: relative; }

.promo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center; }
  .promo.active .promo__button {
    opacity: 1;
    pointer-events: auto; }
    .promo.active .promo__button.active {
      opacity: 0.5;
      pointer-events: none; }
    .promo.active .promo__button[disabled] {
      opacity: 0.5;
      pointer-events: none; }
  .promo.focus {
    border-color: #2b2d30; }
  .promo_popup {
    border-color: #e3d6d6; }
  .promo__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 6px 15px;
    border: solid 1px #2b2d30;
    border-radius: 5px; }
  .promo__input {
    width: 50%;
    border: none;
    background: transparent;
    color: #2b2d30; }
  .promo__button {
    -webkit-transition: border-color 0.3s;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
    color: #283e83;
    opacity: 0.5;
    pointer-events: none;
    transition: border-color 0.3s; }
    .promo__button.active {
      position: relative;
      padding-left: 25px;
      color: #72bf44;
      opacity: 1;
      pointer-events: none; }
      .promo__button.active::before {
        -webkit-transform: translateY(-50%);
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 60c16.569 0 30-13.431 30-30C60 13.431 46.569 0 30 0 13.431 0 0 13.431 0 30c0 16.569 13.431 30 30 30z' fill='%2372BF44'%3E%3C/path%3E%3Cpath d='M44.398 19.2L26.675 40.8l-11.077-9.6' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
        background-size: cover;
        content: ""; }
  .promo__message {
    position: absolute;
    top: 100%;
    font-size: 14px; }
    .promo__message.success {
      color: #72bf44; }
    .promo__message.error {
      color: #ed2337; }
  .promo__discount {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: none;
    align-items: center;
    margin-left: 40px;
    font-size: 14px; }
    .promo__discount.active {
      display: block; }

.purchase {
  margin-bottom: 100px; }
  .purchase__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px; }
  .purchase__item {
    width: 50%;
    margin-left: 20px;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff; }
  .purchase__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .purchase__name {
    font-weight: 600;
    text-transform: uppercase; }
  .purchase__all {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #283e83;
    font-size: 14px;
    white-space: nowrap; }
  .purchase__table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px; }
    .purchase__table td {
      white-space: nowrap; }
      .purchase__table td:last-child {
        text-align: right; }
    .purchase__table tbody td {
      padding-bottom: 15px; }
  .purchase__head {
    padding-bottom: 15px;
    color: #9b9b9b;
    font-weight: 500; }
  .purchase__prop {
    display: none; }
  .purchase__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .purchase__clear {
    -webkit-transition: color 0.3s;
    position: relative;
    margin-right: 20px;
    padding-left: 30px;
    color: #283e83;
    font-size: 14px;
    transition: color 0.3s; }
    .purchase__clear::before {
      -webkit-transform: translateY(-50%);
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1.3125em;
      height: 1.3125em;
      transform: translateY(-50%);
      background-position: -9.25em -5.5625em;
      content: ""; }
    .purchase__clear:hover {
      color: #2b2d30; }
      .purchase__clear:hover::before {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
  .purchase__sum {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px; }

.section__title {
  min-height: 35px;
  margin-bottom: 25px;
  padding-right: 70px;
  color: #2b2d30;
  font-size: 30px;
  font-weight: 500; }

.session-flashes {
  max-width: 1200px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff; }

.short-text {
  position: relative;
  padding: 15px 0; }
  .short-text.short .short-text__content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .short-text.short .short-text__more {
    position: absolute;
    right: 0;
    bottom: 22px;
    padding-left: 10px; }
  .short-text.short .short-text__icon-down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .short-text_event {
    margin-bottom: 20px;
    background-color: #e7e7e7; }
    .short-text_event::after, .short-text_event::before {
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #e7e7e7;
      content: ""; }
    .short-text_event::after {
      right: 100%; }
    .short-text_event::before {
      left: 100%; }
    .short-text_event .short-text__more {
      background-color: #e7e7e7; }
  .short-text_subscription .short-text__more {
    background-color: #fff; }
  .short-text__content {
    margin-bottom: 10px; }
  .short-text__more {
    position: static;
    padding: 0;
    padding-right: 30px;
    border: none;
    color: #283e83;
    font-size: 14px; }
    .short-text__more span {
      position: relative; }
    .short-text__more:hover {
      color: rgba(40, 62, 131, 0.8); }
      .short-text__more:hover:not(:disabled) {
        opacity: 1; }
      .short-text__more:hover .short-text__icon-down {
        opacity: 0.8; }
  .short-text__icon-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.skip-to-content {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .skip-to-content:focus {
    clip: auto !important;
    z-index: 10000;
    width: auto;
    height: auto; }
  .skip-to-content_style {
    -webkit-transition: top 0.5s ease-out;
    top: -40px;
    left: 0;
    padding: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: #2E2B39;
    color: #fff;
    transition: top 0.5s ease-out; }
    .skip-to-content_style:focus {
      top: 0;
      outline: none;
      color: #ffffff; }

.social__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: -20px; }

.social__item {
  margin-left: 20px; }

.social__link {
  -webkit-filter: invert(100%);
  display: inline-block;
  width: 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  filter: invert(100%); }
  .social__link:hover {
    -webkit-filter: invert(21%) sepia(34%) saturate(6285%) hue-rotate(193deg) brightness(96%) contrast(101%);
    filter: invert(21%) sepia(34%) saturate(6285%) hue-rotate(193deg) brightness(96%) contrast(101%); }

.spinner {
  -webkit-transform: translate(-50%, -50%);
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .spinner__bounce {
    -webkit-animation: bounce 1.4s infinite ease-in-out both;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #ffffff;
    vertical-align: middle;
    animation: bounce 1.4s infinite ease-in-out both; }
    .spinner__bounce_first {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .spinner__bounce_second {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }

@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.stadium {
  position: fixed;
  background-color: transparent;
  opacity: 0;
  pointer-events: none; }
  .stadium.active {
    opacity: 1;
    pointer-events: auto; }
  .stadium__previous, .stadium__next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: absolute;
    top: 50%;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 100%;
    background-color: #fff; }
    .stadium__previous svg, .stadium__next svg {
      fill: #2b2d30; }
  .stadium__previous {
    -webkit-transform: translateY(-50%) rotate(90deg);
    left: 0;
    transform: translateY(-50%) rotate(90deg); }
  .stadium__next {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    right: 0;
    transform: translateY(-50%) rotate(-90deg); }

.swiper_banner {
  margin-top: -70px; }
  .swiper_banner .swiper-slide-active .banner__image {
    -webkit-animation: banner linear 5s forwards;
    animation: banner linear 5s forwards; }
  .swiper_banner .swiper-button-prev, .swiper_banner .swiper-button-next {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .swiper_banner .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  .swiper_banner .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }

.swiper__container {
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  top: -110px;
  width: 52px;
  height: 52px;
  margin-top: 0;
  background-image: none; }
  .swiper-button-next.inactive, .swiper-button-prev.inactive {
    display: none; }
  .swiper-button-next:hover .icon, .swiper-button-prev:hover .icon {
    -webkit-filter: invert(100%);
    filter: invert(100%); }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: 80px;
  left: auto; }

.swiper-pagination.inactive {
  display: none; }

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1; }
  .swiper-pagination-bullet-active {
    border: none;
    background-color: #fff; }
  .swiper-pagination-bullet canvas {
    display: block;
    width: 100% !important;
    height: 100% !important; }

.switch {
  position: relative;
  width: 40px;
  height: 20px; }
  .switch_filter {
    margin-right: 15px; }
  .switch__inner, .switch__knobs, .switch__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .switch__inner {
    -webkit-box-shadow: 0 10px 20px -8px #c5d6d6;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6; }
    .switch__inner :before {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 5px;
      color: #d7e3e3;
      font-size: 12px;
      line-height: 1;
      content: ""; }
  .switch__knobs {
    z-index: 2; }
    .switch__knobs:before, .switch__knobs:after {
      -webkit-transition: 0.3s ease all;
      position: absolute;
      top: 3px;
      left: 3px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #c4a003;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      content: "";
      transition: 0.3s ease all; }
    .switch__knobs:after {
      right: -15px;
      left: auto;
      background-color: #c4a003; }
    .switch__knobs:before {
      background-color: #a2a2a2; }
  .switch__button, .switch__layer {
    border-radius: 100px; }
  .switch__layer {
    -webkit-transition: 0.3s ease all;
    z-index: 1;
    width: 100%;
    border: 1px solid #a2a2a2;
    transition: 0.3s ease all; }
  .switch__button {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2px; }
  .switch__checkbox {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0; }
    .switch__checkbox:checked ~ .switch__knobs:before {
      left: -15px; }
    .switch__checkbox:checked ~ .switch__knobs:after {
      right: 3px; }
    .switch__checkbox:checked ~ .switch__layer {
      border-color: #c4a003; }

.teams {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px; }
  .teams_order {
    margin-bottom: 0; }
  .teams_main {
    position: relative; }
    .teams_main .teams__item {
      min-width: initial; }
      .teams_main .teams__item:first-child .teams__name {
        position: absolute;
        right: 100%; }
      .teams_main .teams__item:last-child {
        position: absolute;
        left: calc(100% + 83px); }
    .teams_main .teams__info {
      position: absolute;
      left: 100%; }
  .teams_page {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto; }
    .teams_page .teams__wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-content: center; }
    .teams_page .teams__item {
      min-width: 200px;
      max-width: inherit;
      padding: 30px;
      text-align: center; }
      .teams_page .teams__item:first-child .teams__name {
        margin-right: 30px; }
      .teams_page .teams__item:last-child .teams__image {
        margin-right: 30px; }
    .teams_page .teams__image {
      width: 100px;
      height: 100px; }
    .teams_page .teams__name {
      margin-right: 0; }
  .teams_banner {
    margin-bottom: 0; }
  .teams__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center; }
  .teams__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 170px;
    max-width: 170px; }
    .teams__item:last-child {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .teams__item:last-child .teams__name {
        margin-right: 0; }
      .teams__item:last-child .teams__image {
        margin-right: 20px; }
  .teams__name {
    min-width: 78px;
    margin-right: 20px;
    color: #2b2d30;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }
  .teams__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px; }
    .teams__image img {
      -o-object-fit: contain;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .teams__info {
    min-width: 23px;
    margin: 0 30px;
    margin-top: 12px; }
  .teams__date, .teams__time {
    color: #283e83;
    font-weight: 600; }
  .teams__date {
    margin-bottom: 10px;
    font-size: 24px; }
  .teams__time {
    margin-bottom: 25px; }

.tickets {
  margin-bottom: 20px; }
  .tickets_order, .tickets_small {
    margin-bottom: 0; }
    .tickets_order .tickets__place, .tickets_small .tickets__place {
      text-align: center; }
    .tickets_order .tickets__sector, .tickets_small .tickets__sector {
      margin-right: auto;
      margin-left: auto; }
  .tickets_fixed {
    width: 62%;
    max-width: 700px;
    margin-bottom: 0;
    opacity: 0; }
    .tickets_fixed.active {
      opacity: 1; }
    .tickets_fixed .tickets__items {
      -ms-flex-wrap: nowrap;
      -webkit-transform: translateY(-7px);
      flex-wrap: nowrap;
      margin-left: 0;
      transform: translateY(-7px); }
    .tickets_fixed .tickets__item {
      -webkit-box-shadow: 0 -1px 0 0 transparent;
      -webkit-transition: margin 0.2s ease 0s;
      display: inline-block;
      max-width: 180px;
      margin-bottom: 0;
      margin-left: 0;
      box-shadow: 0 -1px 0 0 transparent;
      font-size: 14px;
      transition: margin 0.2s ease 0s; }
      .tickets_fixed .tickets__item:hover, .tickets_fixed .tickets__item:focus-within {
        z-index: 2;
        margin-top: -22px;
        border-color: #283e83 !important; }
        .tickets_fixed .tickets__item:hover .tickets__remove, .tickets_fixed .tickets__item:focus-within .tickets__remove {
          opacity: 1; }
      .tickets_fixed .tickets__item:after, .tickets_fixed .tickets__item::before {
        display: none; }
  .tickets_event {
    margin-bottom: 0; }
  .tickets_sub .tickets__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: initial;
    margin-bottom: -20px; }
  .tickets_sub .tickets__item {
    max-width: initial;
    min-height: initial;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500; }
  .tickets__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .tickets__order {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 500; }
  .tickets__status, .tickets__count, .tickets__prop {
    color: #2b2d30; }
  .tickets__price {
    color: #2b2d30;
    font-size: 20px;
    font-weight: 600;
    text-align: right; }
  .tickets__items {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px; }
  .tickets__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    max-width: 180px;
    min-height: 103px;
    margin-bottom: 20px;
    margin-left: 20px;
    overflow: hidden;
    border: 2px solid #283e83;
    border-radius: 5px;
    background-color: #fff;
    text-align: left; }
    .tickets__item:hover .tickets__remove {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.79; }
    .tickets__item_inactive {
      border-color: #e3e5ec; }
    .tickets__item_split {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-width: 100%;
      border: none; }
      .tickets__item_split .place {
        margin-bottom: 10px; }
      .tickets__item_split .tickets__sector {
        display: inline;
        color: #2b2d30;
        font-weight: 500; }
      .tickets__item_split .tickets__place {
        font-size: 14px;
        font-weight: 500; }
      .tickets__item_split .tickets__content {
        display: block;
        padding: 10px 15px;
        border: 1px solid #e3e5ec;
        border-radius: 5px;
        text-align: center; }
  .tickets__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 20px; }
  .tickets__sector, .tickets__amount {
    color: #999;
    font-size: 14px; }
    .tickets__sector.hide, .tickets__amount.hide {
      display: none; }
  .tickets__sector,
  .tickets__place .js-ticket-place {
    display: block;
    margin-bottom: 3px; }
  .tickets__place {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 600; }
    .tickets__place:first-letter {
      text-transform: capitalize; }
    .tickets__place-price {
      display: block; }
  .tickets__remove {
    -webkit-transform: scale(1);
    position: absolute;
    top: 10px;
    right: 5px;
    left: auto;
    width: 20px;
    height: 20px;
    transform: scale(1);
    background-color: transparent;
    opacity: 1; }
    .tickets__remove-button {
      width: 20px;
      height: 20px;
      padding: 5px;
      border: 1px solid transparent;
      border-radius: 5px;
      text-indent: -9999px; }
      .tickets__remove-button::after {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.75);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1.3125em;
        height: 1.3125em;
        transform: translateX(-50%) translateY(-50%) scale(0.75);
        background-position: -9.25em -5.5625em;
        content: ""; }
      .tickets__remove-button:hover::after {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
    .tickets__remove svg {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  .tickets__download {
    width: 100%;
    padding: 12.5px;
    border-top: solid 1px rgba(151, 151, 151, 0.53);
    color: #283e83; }
    .tickets__download span {
      position: relative;
      margin-left: 25px; }
      .tickets__download span::before {
        -webkit-transform: translateY(-50%);
        display: block;
        position: absolute;
        top: 50%;
        left: -25px;
        width: 1.5625em;
        height: 1.5625em;
        transform: translateY(-50%);
        background-position: -14.875em -11.1875em;
        content: ""; }
      .tickets__download span::after {
        -webkit-transition: width 0.3s;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #283e83;
        content: "";
        transition: width 0.3s; }
    .tickets__download:hover {
      color: #283e83; }
      .tickets__download:hover span::after {
        width: 100%; }

.tickets_small .tickets__content {
  padding: 9px 15px; }

.tickets_small .tickets__item {
  max-width: 100%;
  min-height: auto;
  text-align: center; }

.time {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap; }
  .time::before {
    -webkit-transform: translateY(-50%);
    -webkit-filter: invert(100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.3125em;
    height: 1.3125em;
    transform: translateY(-50%);
    background-position: -5.5em -1.8125em;
    content: "";
    filter: invert(100%); }
  .time_primary {
    margin-right: 15px;
    padding-left: 25px;
    color: #2b2d30;
    font-size: 14px;
    font-weight: 400; }
    .time_primary:before {
      -webkit-filter: invert(0%);
      filter: invert(0%); }

.title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  position: relative;
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: normal; }
  .title::after {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 95%;
    height: 1px;
    transform: translateY(-50%);
    background-color: rgba(156, 156, 156, 0.2);
    content: ""; }
  .title span {
    z-index: 2;
    position: relative;
    padding-right: 30px;
    background-color: #e5e5e5; }

.to-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 2px 10px #dce1f0;
  -webkit-transition: all 0.3s ease;
  display: none;
  position: absolute;
  right: -40px;
  bottom: -60px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 10px #dce1f0;
  transition: all 0.3s ease; }
  .to-top.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .to-top:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

.subscription__items .to-top {
  right: -60px;
  bottom: -100px; }

.tooltip-info {
  -webkit-box-shadow: 7px 7px 69px -15px rgba(0, 0, 0, 0.31);
  z-index: 2;
  position: fixed;
  min-width: 68px;
  margin-top: -10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 7px 7px 69px -15px rgba(0, 0, 0, 0.31);
  text-align: center;
  pointer-events: none; }
  .tooltip-info::after {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #fff;
    content: ""; }
  .tooltip-info__price {
    font-size: 18px;
    font-weight: 600; }
  .tooltip-info__name, .tooltip-info__available, .tooltip-info__count {
    font-size: 14px; }

.top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .top__title {
    z-index: 2;
    position: relative;
    padding-right: 40px;
    font-size: 24px;
    font-weight: 600; }
  .top__link {
    z-index: 2;
    font-size: 14px; }
    .top__link:hover {
      color: #2b2d30; }

.access-request .top__title {
  padding-right: 0; }

.ulogin-buttons-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: auto !important; }

[class*="ulogin-button-"] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px !important;
  padding: 5px 0 !important;
  overflow: hidden;
  border: solid 1px #2b2d30 !important;
  border-radius: 5px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important; }
  [class*="ulogin-button-"]:last-child {
    margin-right: 0 !important; }

.ulogin-button-facebook {
  background-image: url(../../images/site/facebook.svg) !important; }

.ulogin-button-google {
  background-image: url(../../images/site/google.svg) !important; }

.ulogin-button-vkontakte {
  background-image: url(../../images/site/vk.svg) !important; }

.venue {
  width: 1.3125em;
  height: 1.3125em;
  background-position: -24.875em -21.25em; }

.warning {
  margin-bottom: 1rem;
  color: #283e83;
  font-weight: 600;
  text-transform: uppercase; }

.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%; }

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px; } }

@media (max-width: 1200px) {
  .banner__desc {
    padding-right: 170px; }
  .banner .events__league {
    display: none; }
        .events_plays .events__col {
          width: 25%; }
      .places__total {
        width: 100%; }
      .places__commission {
        width: 100%; } }

@media (max-width: 1000px) {
        .events_plays .events__col {
          width: 33.33%; } }

@media (max-width: 992px) {
  .hidden-medium-down {
    display: none !important; }
  .banner__desc {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0; }
  .banner__buy {
    position: static; }
    .footer__wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer__item {
      margin-left: 20px; }
    .footer__bottom .footer__item {
      margin-bottom: 10px; }
    .purchase__item {
      padding: 20px; }
    .purchase__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      flex-direction: column;
      align-items: flex-start; }
      .purchase__bottom-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 100%; }
        .purchase__bottom-block button,
        .purchase__bottom-block .btn {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
    .purchase__sum {
      margin-bottom: 10px;
      margin-left: auto; }
    .purchase__clear {
      text-align: left; } }

@media (max-width: 767px) {
        .body_overlay .dropdown_header {
          display: block;
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 5px 20px 10px;
          background-color: #ffffff; }
    .mobile {
      display: inline-block !important; }
  .desktop {
    display: none !important; }
    .back {
      display: none;
      margin-top: 10px;
      margin-left: 10px;
      text-align: left; }
      .back_subscription {
        display: block; }
  .banner__image {
    height: 200px;
    min-height: 200px; }
  .banner__container {
    margin-top: -75px; }
  .banner__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    position: static;
    flex-direction: column;
    width: auto; }
    .banner__bottom > div {
      width: 100%; }
  .banner__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px 15px; }
  .banner__buy {
    width: 100%;
    margin-right: 0;
    font-size: 15px; }
    .bookings_history {
      margin-bottom: 0; }
    .bookings__sum {
      margin-bottom: 15px; }
    .bookings__item {
      position: relative; }
    .bookings__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      flex-direction: column;
      align-items: flex-start; }
    .bookings__name, .bookings__date {
      margin-bottom: 15px; }
    .bookings__close {
      position: absolute;
      top: 10px;
      right: 10px; }
    .bookings__open {
      font-size: 12px; }
      .bookings__open strong {
        font-size: 14px; }
      .bookings__open.active {
        margin-bottom: 15px; }
    .bottom_subscription {
      width: calc(100% + 30px);
      margin-right: -15px;
      margin-left: -15px;
      padding: 10px 15px; }
    .bottom_event {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-shadow: none;
      position: static;
      flex-direction: column;
      height: auto;
      margin-bottom: 10px;
      box-shadow: none;
      opacity: 0; }
    .bottom.active {
      display: block;
      opacity: 0; }
    .bottom.mobile-active {
      opacity: 1; }
    .bottom__buy-info {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
    .bottom__sum {
      margin-right: 0; }
    .bottom__buy.btn {
      padding: 7.5px 18px; }
    .checkbox_discount {
      margin-bottom: 10px; }
  .daterangepicker.show-calendar .drp-calendar.right {
    display: none; }
    .dates {
      display: block;
      width: 100%; }
      .dates__items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between; }
      .dates__label {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        width: 49%;
        min-height: 39px;
        padding: 6.5px;
        padding-left: 5px;
        border-radius: 5px;
        background-color: #fff; }
        .dates__label.active .dates__icon {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .dates__icon {
        position: absolute;
        right: 0;
        width: 40px;
        background-color: #fff;
        text-align: center;
        pointer-events: none; }
      .dates__text {
        display: inline-block;
        margin-right: 5px; }
      .dates__item {
        -webkit-box-shadow: inset 0 0 0 0 #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        max-width: 80%;
        border: none;
        background: #fff;
        box-shadow: inset 0 0 0 0 #fff; }
  .dropdown_header {
    display: none;
    margin-bottom: 10px; }
    .dropdown_header .dropdown__menu {
      background-color: transparent; }
  .dropdown_filter {
    display: block;
    margin-bottom: 10px; }
  .dropdown_user .dropdown__btn {
    position: fixed;
    top: 15px;
    right: 40px;
    color: #fff;
    pointer-events: none; }
    .dropdown_user .dropdown__btn .header__link-down {
      display: none; }
  .dropdown_user .dropdown__list {
    padding-top: 0; }
  .dropdown_user .dropdown__menu {
    -webkit-box-shadow: none;
    display: block !important;
    position: static;
    background-color: transparent;
    box-shadow: none; }
  .dropdown_user .dropdown__item {
    margin-top: 0 !important;
    margin-left: -15px; }
  .dropdown_user .dropdown__icon {
    display: none; }
  .dropdown_user .dropdown__link {
    padding: 10px 15px;
    font-weight: 600; }
  .dropdown__menu {
    min-width: 180px; }
  .dropdown__link {
    color: #fff;
    text-transform: uppercase; }
    .enter {
      font-size: 16px; }
      .enter_modal {
        min-width: initial;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-left: 15px; }
        .enter_modal .social_enter .social__item:first-child, .enter_modal .social_enter .social__item:nth-child(2) {
          width: auto; }
          .enter_modal .social_enter .social__item:first-child .social__link, .enter_modal .social_enter .social__item:nth-child(2) .social__link {
            width: auto; }
        .enter_modal .enter__wrapper {
          margin: 0; }
        .enter_modal .enter__bottom {
          text-align: center; }
      .enter_fast .enter__wrapper {
        margin: 0; }
      .enter_fast .enter__fieldset {
        margin-top: 0; }
      .enter_fast .enter__legend {
        display: none; }
      .enter__close {
        right: 5px; }
      .enter__wrapper {
        margin: 0 -15px;
        padding: 20px; }
      .enter__middle {
        margin-top: 20px; }
      .enter__button {
        width: 100%; }
      .enter .form-group {
        max-width: inherit;
        margin-bottom: 0; }
      .enter__text {
        display: block; }
      .enter__fieldset + .enter__fieldset {
        margin-top: 0; }
      .enter__legend {
        display: none; }
      .enter__double {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
      .enter__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .enter__photo {
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto; }
        .enter__photo-remove {
          position: absolute;
          top: 10px;
          right: 10px;
          left: auto;
          width: auto;
          max-width: 40px;
          max-height: 40px;
          padding: 0 8px;
          color: #fff;
          opacity: 1; }
      .enter__file {
        -webkit-transform: translateX(-50%);
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        opacity: 1; }
        .enter__file-label {
          width: auto;
          height: auto;
          border-radius: 0;
          background-color: transparent;
          white-space: nowrap; }
          .enter__file-label button {
            border-radius: 5px; }
      .enter__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0; }
      .enter__column {
        margin-left: 0; }
      .enter__fields_third .form-group {
        width: 100%;
        min-width: initial;
        max-width: initial; }
    .events-top {
      padding-bottom: 10px; }
        .events_plays .events__col {
          width: 100%; }
    .events {
      margin-bottom: 30px;
      padding-top: 0; }
      .events_page {
        opacity: 0; }
      .events_margin {
        margin-bottom: 60px;
        padding-bottom: 0; }
      .events_subscription .events__info {
        width: calc(100% + 30px);
        max-width: initial;
        margin-right: -15px;
        margin-bottom: 20px;
        text-align: center; }
      .events_subscription .events__name {
        margin-right: 0;
        margin-bottom: 20px; }
      .events_subscription .events__center-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: auto; }
        .events_subscription .events__center-link img {
          margin-right: 0;
          margin-bottom: 10px; }
      .events_main .teams {
        position: relative; }
        .events_main .teams__game {
          -webkit-transform: translateX(-50%);
          position: absolute;
          top: 15px;
          left: 50%;
          transform: translateX(-50%); }
        .events_main .teams__item {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        .events_main .teams__info {
          margin: 0; }
      .events_main .events__item {
        padding-right: 0; }
        .events_main .events__item:hover {
          -webkit-transform: initial;
          transform: initial; }
      .events_main .events__name {
        position: static;
        margin-bottom: 0; }
      .events_main .events__buy {
        padding: 7.5px 18px; }
      .events_main .events__league {
        display: none; }
      .events .section__title {
        padding-top: 3px; }
      .events__tabs {
        display: none; }
      .events_plays {
        margin-bottom: 0; }
      .events__slider {
        padding: 0; }
      .events__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
      .events__teams-wrapper {
        display: block;
        width: 100%; }
      .events__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        border-radius: 5px; }
        .events__item .teams {
          margin-bottom: 20px; }
      .events__teams-wrapper {
        width: 100%;
        margin-left: 0; }
      .events__info {
        width: 100%;
        max-width: initial;
        margin-bottom: 20px;
        margin-left: auto; }
        .events__info.center {
          text-align: center; }
        .events__info a {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%; }
      .events__column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .events__center-link {
        margin-bottom: 20px;
        margin-left: 0;
        padding: 0 15px; }
      .events__right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: initial;
        margin-right: auto;
        padding: 0 15px;
        padding-bottom: 15px;
        text-align: center; }
      .events__some, .events__buy {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 40%; }
      .events__name {
        text-align: center; }
      .events__image {
        min-width: 120px;
        max-width: 120px;
        height: auto;
        min-height: 160px;
        max-height: 160px;
        border-radius: 5px 0 0 5px; }
        .events__image img {
          -o-object-fit: contain;
          -o-object-position: top;
          width: auto;
          height: 100%;
          object-fit: contain;
          object-position: top; }
      .events__desc {
        width: 100%;
        min-height: 160px;
        max-height: 160px;
        padding: 13px;
        padding-top: 10px;
        border-radius: 0 5px 5px 0; }
      .events__name {
        height: 42px;
        min-height: 42px;
        margin-bottom: 10px;
        font-size: 14px; }
      .events__time {
        font-size: calc(12.3px + 0.6vw); }
      .events__mobile-info {
        display: block; }
      .events__mobile-buy {
        display: block; }
      .events__more .btn.inactive {
        display: none; }
      .events__message {
        margin-bottom: 20px; }
      .events__more .btn {
        width: 100%; }
    .plan__choose {
      display: none; }
    .filter {
      margin-bottom: 20px;
      padding: 8px 0; }
      .filter.active .filter__top {
        margin-bottom: 15px; }
        .filter.active .filter__top .filter__reset {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
      .filter.active .filter__bottom {
        display: block; }
      .filter.active .dropdown_filter {
        width: 100%; }
      .filter__wrapper {
        display: none;
        margin-right: 0; }
      .filter__top {
        margin-bottom: 0; }
        .filter__top .filter__reset {
          display: none; }
      .filter__title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        margin-right: 0;
        font-weight: 600;
        cursor: pointer; }
        .filter__title.active {
          margin-bottom: 15px; }
          .filter__title.active .filter__icon-down {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
      .filter__bottom {
        display: none; }
      .filter__dropdowns {
        width: 100%;
        margin-right: 0;
        margin-left: 0; }
      .filter__dropdown {
        margin-left: 0; }
      .filter__clear {
        margin-bottom: 0;
        margin-left: 0; }
      .filter__date {
        display: none;
        width: 100%;
        max-width: initial;
        margin-right: 0;
        margin-bottom: 10px; }
        .filter__date.alone, .filter__date.double {
          max-width: initial; }
        .filter__date-input {
          width: 100%;
          max-width: initial;
          font-size: 16px; }
          .filter__date-input.alone, .filter__date-input.double {
            width: 100%; }
      .filter__fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
      .filter__field {
        width: 48%; }
      .filter__input {
        width: 100%;
        max-width: initial; }
        .filter__input_last {
          margin-top: 20px; }
      .filter__apply {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0; }
    .footer {
      padding: 15px 0; }
      .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0; }
      .footer__top {
        margin-bottom: 20px; }
      .footer__item {
        margin-left: 0; }
      .footer__link, .footer__phone, .footer__email, .footer__brand {
        margin-left: -5px; }
    .hamburger {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: -10px;
      padding: 10px; }
      .hamburger.opened {
        z-index: 12;
        position: absolute;
        top: 0;
        right: 0; }
        .hamburger.opened .hamburger__icon {
          -webkit-filter: invert(100%);
          width: 1.3125em;
          height: 1.3125em;
          background-position: -11.125em -7.4375em;
          filter: invert(100%); }
  .history .dropdown-menu {
    margin-bottom: -10px;
    padding-bottom: 0; }
  .history .dropdown-item {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px; }
  .history__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    padding-bottom: 5px; }
  .history .teams__game {
    margin-top: -40px; }
  .history .teams__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .history__order {
    display: block;
    margin-bottom: 15px; }
  .history__right {
    font-size: 14px;
    text-align: left; }
  .history__buy {
    width: 100%; }
  .history__buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .history__buttons.double {
      position: relative; }
      .history__buttons.double::after {
        -webkit-transform: translateX(-50%) translateY(-50%);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1px;
        height: 20px;
        transform: translateX(-50%) translateY(-50%);
        background-color: #e3e5ec;
        content: ""; }
  .history__wallet {
    position: relative;
    padding: 7.5px 25px;
    color: #283e83;
    font-weight: 500; }
    .history__wallet::before {
      -webkit-transform: translateY(-50%);
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1.3125em;
      height: 1.3125em;
      transform: translateY(-50%);
      background-position: -39.5625em -35.5625em;
      content: ""; }
    .history__wallet-wrapper {
      position: relative;
      width: 50%;
      text-align: center; }
      .history__wallet-wrapper::after {
        -webkit-transform: translateY(-50%);
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 20px;
        transform: translateY(-50%);
        background-color: #e3e5ec;
        content: ""; }
  .history__download {
    width: 50%;
    margin-right: 0;
    border: none; }
      .icon_next-round {
        width: 20px;
        height: 20px; }
  .info__wrapper {
    position: relative; }
  .info__icon {
    margin-right: 0; }
  .info__text {
    position: absolute;
    left: 100%; }
    .info__text--down-xs {
      -webkit-transform: translateX(-50%);
      top: calc(100% + 20px);
      left: 50%;
      transform: translateX(-50%); }
      .info__text--down-xs::after {
        -webkit-transform: translateX(-50%);
        top: unset;
        right: unset;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-right-color: transparent;
        border-bottom-color: #fff; }
    .information {
      width: 100%;
      padding: 10px; }
    .inner {
      margin-top: 15px; }
    .lk {
      margin-bottom: 30px;
      padding-top: 20px; }
      .lk__top {
        margin-bottom: 15px; }
      .lk__title {
        font-size: 18px;
        line-height: 21px; }
      .lk__empty {
        padding: 15px; }
    .logo {
      position: static;
      width: 40px;
      min-width: 40px; }
    .modal_enter .modal__content {
      overflow-y: scroll; }
    .modal-dialog {
      border-radius: 0; }
    .modal-body {
      height: 100%; }
    .modal_subscription {
      max-height: initial; }
      .modal_subscription .subscription__date {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .modal_subscription .places__controls {
        right: 0; }
      .modal_subscription .places__fixed {
        width: calc(100% + 60px);
        margin-right: -30px;
        margin-left: -30px;
        padding: 0 15px; }
        .modal_subscription .places__fixed.active {
          padding-bottom: 20px; }
    .modal.modal_mobile-event {
      overflow: hidden; }
    .modal__title {
      font-size: 18px;
      line-height: 24px; }
    .modal__inner {
      padding: 25px 15px;
      padding-top: 50px; }
    .modal__text {
      font-size: 14px; }
    .modal__content {
      width: 100%;
      border-radius: 0; }
  .modal-dialog {
    height: 100%; }
  .modal-content {
    border-radius: 0; }
  .modal__content {
    height: 100%; }
  .modal_enter {
    background-color: #fff; }
  .modal_event {
    background-color: #fff; }
    .modal_event .places__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
    .modal_event .modal-dialog {
      max-width: inherit; }
    .modal_event .modal-body {
      height: 100%; }
    .modal_event .modal__content {
      overflow: hidden; }
    .modal_event .promo {
      max-width: initial;
      margin-bottom: 5px; }
    .order__name {
      font-size: 18px; }
    .order_event {
      margin: 0; }
      .order_event .order__low {
        margin: 0 15px; }
      .order_event .order__sum {
        margin-right: 0; }
    .order_page .order__low {
      width: 100%; }
    .order__item {
      position: relative;
      padding: 10px; }
    .order__place {
      display: block;
      margin-left: 0;
      font-size: 14px; }
    .order__time {
      font-size: 13px; }
    .order__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      flex-direction: column;
      align-items: flex-start; }
    .order__left {
      width: 100%;
      max-width: inherit;
      margin-bottom: 20px; }
    .order__right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      text-align: left; }
    .order__info-time {
      display: block; }
    .order__price {
      display: none; }
    .order__delete {
      margin-bottom: 20px; }
    .order__status_expect {
      display: inline-block; }
    .order__tickets {
      max-width: inherit;
      margin-bottom: 30px;
      margin-left: 0;
      padding-left: 15px; }
    .order__revert {
      position: absolute;
      top: 10px;
      right: 10px;
      margin-right: 0;
      margin-bottom: 20px;
      text-align: left;
      text-indent: -9999px; }
      .order__revert::before {
        width: 1.3125em;
        height: 1.3125em;
        background-position: -9.25em -5.5625em; }
    .order__low {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0; }
      .order__low-block {
        width: 100%;
        margin-bottom: 10px; }
        .order__low-block > div {
          width: 100%; }
      .order__low-button-wrapper {
        width: 100%; }
    .order__empty {
      padding: 15px; }
    .order__sum, .order__commission {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-left: 0; }
    .order__sum {
      width: 100%;
      margin-right: 0; }
    .order__common-sum {
      margin-bottom: 20px; }
    .order__button {
      width: 100%; }
    .order__inner {
      max-width: 100%;
      margin-top: auto; }
    .page {
      margin-top: 20px;
      padding: 20px; }
      .page__title {
        font-size: 1.5rem; }
    .places {
      display: none;
      height: 100%;
      margin-bottom: 0; }
      .places_subscription {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        padding: 0; }
        .places_subscription .back {
          margin-left: 0; }
        .places_subscription .tickets {
          padding: 0 15px; }
        .places_subscription .subscription__date {
          margin-bottom: 20px; }
        .places_subscription .places__info {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .places_subscription .places__footer {
          position: absolute; }
        .places_subscription .places__svg {
          height: 50vh;
          max-height: 50vh;
          margin-bottom: 20px; }
        .places_subscription .places__open {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-box-align: center;
          -ms-flex-align: center;
          display: none;
          position: static;
          align-items: center;
          justify-content: space-between;
          width: calc(100% - 30px);
          margin-right: 15px;
          margin-bottom: 10px;
          margin-left: 15px;
          padding: 5px 10px;
          border: 1px solid #ccc; }
          .places_subscription .places__open.visible {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .places_subscription .places__open.active {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .places_subscription .places__open .icon_down {
            -webkit-transform: rotate(180deg) translateY(2px);
            transform: rotate(180deg) translateY(2px); }
          .places_subscription .places__open.active .icon_down {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
      .places .order {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        flex-direction: column;
        flex-grow: 1;
        margin: 0 -15px;
        margin-top: auto;
        padding: 0 15px;
        padding-top: 5px;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #fff; }
        .places .order__right {
          padding: 0 15px 15px; }
        .places .order.short {
          height: auto; }
      .places__fixed {
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 50%;
        margin-top: auto;
        overflow: hidden;
        overflow-y: scroll;
        background-color: #fff; }
        .places__fixed.active {
          padding-bottom: 40px; }
      .places__center {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-grow: 1; }
      .places .events__date {
        display: inline-block; }
      .places .events__day {
        display: inline; }
      .places__info-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 0;
        padding-bottom: 10px; }
        .places__info-top .teams__image {
          display: none; }
        .places__info-top .teams__info {
          margin: 0 15px;
          margin-top: 0; }
        .places__info-top .teams__item {
          max-width: initial; }
        .places__info-top .events__time {
          margin-right: 0;
          margin-bottom: 15px; }
      .places__top {
        padding: 0; }
      .places__hall {
        height: auto; }
      .places__control {
        width: 30px;
        height: 30px;
        background-size: 80%; }
      .places__choose {
        margin-top: 10px;
        padding-bottom: 0; }
      .places__buy {
        width: 100%; }
      .places__buy-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 10px 15px; }
      .places__description {
        display: none !important; }
      .places__limit {
        margin-top: 0;
        margin-bottom: 10px; }
      .places__change-svg {
        height: 100% !important; }
      .places__cancel {
        margin-right: 0;
        padding: 7.5px 10px; }
      .places__sum {
        margin-right: 0; }
      .places__time {
        position: relative;
        margin-bottom: 5px;
        padding-left: 25px; }
        .places__time::before {
          -webkit-transform: translateY(-50%);
          -webkit-filter: brightness(0);
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 1.3125em;
          height: 1.3125em;
          transform: translateY(-50%);
          background-position: -5.5em -1.8125em;
          content: "";
          filter: brightness(0); }
      .places__legend {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px; }
      .places__name {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        margin-bottom: 10px;
        padding-right: 10px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .places__check-price {
        margin-bottom: 5px;
        font-size: 14px; }
      .places__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 0;
        overflow: hidden;
        border: none;
        border-radius: 0; }
      .places__cart {
        width: 100%;
        background-color: #fff; }
      .places__back {
        margin-left: 0; }
      .places__about {
        margin-bottom: 10px; }
      .places__count {
        position: relative;
        padding: 10px;
        border-radius: 5px;
        background-color: #fff; }
      .places__cost {
        display: block;
        margin: 0;
        margin-bottom: 10px;
        border: 1px solid #2b2d30;
        border-radius: 5px; }
        .places__cost.show {
          display: block !important; }
      .places__button-time {
        display: inline; }
      .places__back {
        margin-bottom: 0; }
      .places__change {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-height: 50%; }
      .places__svg {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0; }
      .places__prices {
        -webkit-overflow-scrolling: touch;
        display: block;
        margin-bottom: 0;
        margin-left: 0;
        padding: 5px 0;
        padding-right: 10px;
        padding-bottom: 0;
        overflow-x: scroll;
        overflow-y: hidden;
        text-align: center;
        white-space: nowrap; }
        .places__prices::-webkit-scrollbar {
          display: none; }
        .places__prices_sector .places__price {
          padding: 5px 15px; }
          .places__prices_sector .places__price:hover {
            border-color: #283e83; }
            .places__prices_sector .places__price:hover .places__price-content {
              border-color: transparent; }
      .places__price {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        align-items: center;
        min-width: initial;
        margin-left: 15px;
        padding: 0;
        border: 1px solid transparent;
        font-size: 12px; }
        .places__price-content {
          height: auto;
          padding: 5px 10px; }
      .places__custom {
        -webkit-transform: translate(0);
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0); }
      .places__selected {
        display: none; }
      .places__info {
        -webkit-overflow-scrolling: touch;
        margin-bottom: 10px;
        margin-left: 0;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 14px; }
        .places__info::-webkit-scrollbar {
          display: none; }
        .places__info-item {
          margin-left: 15px;
          font-size: 12px; }
        .places__info-text {
          white-space: nowrap; }
      .places__discount {
        display: none; }
      .places__count.active .places__open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
        .places__count.active .places__open:hover {
          opacity: 1; }
    .promo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      min-width: initial; }
      .promo__message {
        position: relative; }
      .promo__wrapper {
        width: 100%;
        margin-bottom: 10px; }
      .promo__discount {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 5px;
        margin-left: 0; }
        .promo__discount.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    .purchase__items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .purchase__item {
      width: auto;
      margin-bottom: 15px; }
    .purchase__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      flex-direction: column;
      align-items: flex-start; }
    .purchase__sum {
      margin-bottom: 10px;
      margin-left: auto;
      font-size: 14px;
      font-weight: 400; }
      .purchase__sum span {
        font-size: 16px;
        font-weight: 600; }
  .section__title {
    font-size: 25px; }
  .swiper_banner {
    margin-top: -20px;
    margin-bottom: 20px; }
    .swiper_banner .swiper-button-next,
    .swiper_banner .swiper-button-prev {
      display: none; }
    .swiper_banner .swiper-pagination {
      bottom: 280px; }
    .teams_main .teams__item {
      width: 33%;
      max-width: initial; }
      .teams_main .teams__item:first-child .teams__name {
        position: static; }
      .teams_main .teams__item:last-child {
        position: static; }
    .teams_main .teams__info {
      position: static; }
    .teams_banner {
      position: relative;
      width: 100%;
      margin-bottom: 20px; }
      .teams_banner .teams__info {
        margin: 0; }
      .teams_banner .teams__game {
        -webkit-transform: translateX(-50%);
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%); }
      .teams_banner .teams__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
    .teams__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      min-width: auto;
      text-align: center; }
      .teams__item:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .teams__item:last-child .teams__image {
          margin-right: 0; }
    .teams__image {
      margin-bottom: 20px; }
    .teams__name {
      margin-right: 0; }
    .teams__info {
      margin-top: -45px; }
          .tickets__item_split .tickets__content {
            width: 100%; }
    .tickets_order .tickets__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .tickets_order .tickets__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 20px; }
      .tickets_order .tickets__item_split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
    .tickets_order .tickets__sector {
      margin-left: 0; }
    .tickets_order .tickets__content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: left; }
    .tickets_order .tickets__place {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      text-align: left; }
      .tickets_order .tickets__place-dots {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-transform: translateY(5px);
        flex-grow: 1;
        margin: 0 5px;
        transform: translateY(5px);
        border-bottom: 1px dotted #e8dede; }
    .tickets_order .tickets__download {
      width: 48px;
      min-width: 48px;
      margin-right: 15px;
      padding: 0;
      border: solid 1px rgba(151, 151, 151, 0.53);
      border-radius: 5px;
      font-size: 12px; }
      .tickets_order .tickets__download span {
        display: block;
        padding: 5px;
        padding-top: 25px;
        background-position: center 5px; }
    .tickets_fixed {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      margin-left: 0;
      opacity: 1; }
      .tickets_fixed .tickets__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-transform: translateY(0);
        flex-direction: column;
        margin-bottom: -10px;
        transform: translateY(0); }
      .tickets_fixed .tickets__item {
        max-width: 100%;
        margin-bottom: 10px; }
      .tickets_fixed .tickets__place-price {
        margin-right: 30px; }
      .tickets_fixed .tickets__remove {
        top: 5px;
        right: 5px; }
    .tickets_event {
      padding: 0 15px 0; }
      .tickets_event .tickets__item {
        margin-bottom: 20px; }
      .tickets_event .tickets__remove {
        background-color: transparent; }
    .tickets_fast .tickets__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .tickets_fast .tickets__items {
      width: 100%; }
    .tickets_sub .tickets__items {
      margin-bottom: 0; }
    .tickets_sub .tickets__item {
      margin-bottom: 10px; }
    .tickets_small .tickets__sector {
      margin-right: 0;
      margin-left: 0; }
    .tickets__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .tickets__items {
      width: 100%;
      margin: 0; }
    .tickets__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      max-width: inherit;
      min-height: auto;
      margin: 0; }
      .tickets__item_inactive {
        margin-bottom: 10px;
        border-width: 1px; }
    .tickets__content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      -webkit-box-align: start;
      -ms-flex-align: start;
      flex-grow: 1;
      align-items: flex-start;
      padding: 10px;
      text-align: left; }
    .tickets__remove-button:after {
      -webkit-filter: brightness(100%);
      filter: brightness(100%); }
    .tickets__line_info, .tickets__line_alone {
      display: none; }
    .tickets__download span {
      margin-left: 0; }
      .tickets__download span:before {
        -webkit-transform: translateX(-50%);
        top: 5px;
        left: 50%;
        transform: translateX(-50%); }
    .tickets__place {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .time {
      font-size: 14px; }
    .to-top {
      right: 0;
      bottom: -70px;
      width: 50px;
      height: 50px; }
      .to-top .icon_to-top {
        -webkit-transform: scale(0.75) translateX(-2px);
        transform: scale(0.75) translateX(-2px); }
    .tooltip-info {
      display: none; }
    .top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .top__title {
        margin-bottom: 20px;
        font-size: 20px; }
      .top__link {
        margin-bottom: 20px;
        padding-left: 0; } }

@media screen and (-ms-high-contrast: active) {
    .reset-btn {
      border: 2px solid currentcolor; } }

@media screen and (max-width: 767px) {
    .header {
      z-index: 12;
      margin-bottom: 20px; }
      .header__wrapper {
        min-height: auto;
        padding-left: 0; }
      .header__auth {
        display: none;
        width: 100%; }
      .header__link_basket {
        margin-right: 40px; }
      .header__link-text {
        display: none; }
      .header__hover {
        -webkit-box-shadow: none;
        clip: auto;
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto; }
        .header__hover-list {
          padding: 0; }
        .header__hover-item:not(:last-child) {
          margin-bottom: 5px; }
        .header__hover-link {
          padding: 5px 0;
          color: #2b2d30;
          font-size: 14px; }
          .header__hover-link:hover {
            color: #283e83; }
          .header__hover-link_logout {
            display: none;
            padding-left: 30px; }
            .header__hover-link_logout::before {
              display: block;
              position: absolute;
              left: 0;
              width: 20px;
              height: 20px;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='M10 14.444L15.556 10 10 5.556v3.333H0v2.222h10z'/%3E%3Cpath d='M17.778 0h-10a2.224 2.224 0 0 0-2.222 2.222v4.445h2.222V2.222h10v15.556h-10v-4.445H5.556v4.445c0 1.225.996 2.222 2.222 2.222h10A2.224 2.224 0 0 0 20 17.778V2.222A2.224 2.224 0 0 0 17.778 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
              background-repeat: no-repeat;
              content: ""; }
      .header__btn {
        display: block;
        width: 100%; }
        .header__btn_login {
          margin-bottom: 10px; }
    .menu {
      display: none;
      position: relative; }
      .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px; }
      .menu__item {
        width: 100%;
        margin-left: -10px; }
      .menu__link {
        font-size: 14px; }
        .menu__link.active:after {
          -webkit-transform: translateY(-50%);
          top: 50%;
          left: -10px;
          width: 3px;
          height: 20px;
          transform: translateY(-50%); } }

@media (max-width: 520px) {
  .modal-dialog {
    min-width: inherit;
    margin: 0; } }

@media (max-width: 321px) {
    .dates__label {
      width: auto; }
    .dates__items {
      display: block; }
    .dates__item {
      -webkit-min-logical-width: calc(100% - 35px);
      width: 100%;
      max-width: initial; } }

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