@charset "UTF-8";
/**
 * 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
 */
.access__arrow, .checkbox__custom::after, .daterangepicker .drp-buttons .btn.cancelBtn::before, .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, .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, .places__info-top .events__time::before, .purchase__clear::before, .tickets__download span::before, .venue {
  display: inline-block;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-size: 47.9375em 43.6875em; }

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

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  text-align: var(--bs-body-text-align); }

hr {
  margin: 1rem 0;
  border: 0;
  background-color: currentColor;
  color: inherit;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }

h2 {
  font-size: calc(1.325rem + 0.9vw); }

h3 {
  font-size: calc(1.3rem + 0.6vw); }

h4 {
  font-size: calc(1.275rem + 0.3vw); }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2A3F8D;
  text-decoration: underline; }
  a:hover {
    color: #223271; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal; }

code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  background-color: #212529;
  color: #fff;
  font-size: 0.875em; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  border-collapse: collapse;
  caption-side: bottom; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-width: 0;
  border-style: solid;
  border-color: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #3669aa;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ea1317;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #219653;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2A3F8D;
  --bs-secondary: #00477a;
  --bs-success: #70B745;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #ea1317;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 42, 63, 141;
  --bs-secondary-rgb: 0, 71, 122;
  --bs-success-rgb: 112, 183, 69;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 234, 19, 23;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem); }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    -webkit-box-sizing: border-box;
    -ms-flex-negative: 0;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); }

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: -ms-grid !important;
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.modal {
  display: none;
  z-index: 1055;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.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;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  background-clip: padding-box;
  background-color: #fff;
  pointer-events: auto; }

.modal-backdrop {
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    margin: -0.5rem -0.5rem -0.5rem auto;
    padding: 0.5rem 0.5rem; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  -ms-flex-wrap: wrap;
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

.alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.25rem 1rem; }

.alert-primary {
  border-color: #bfc5dd;
  background-color: #d4d9e8;
  color: #192655; }
  .alert-primary .alert-link {
    color: #141e44; }

.alert-secondary {
  border-color: #b3c8d7;
  background-color: #ccdae4;
  color: #002b49; }
  .alert-secondary .alert-link {
    color: #00223a; }

.alert-success {
  border-color: #d4e9c7;
  background-color: #e2f1da;
  color: #436e29; }
  .alert-success .alert-link {
    color: #365821; }

.alert-info {
  border-color: #b6effb;
  background-color: #cff4fc;
  color: #055160; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  border-color: #ffecb5;
  background-color: #fff3cd;
  color: #664d03; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  border-color: #f9b8b9;
  background-color: #fbd0d1;
  color: #8c0b0e; }
  .alert-danger .alert-link {
    color: #70090b; }

.alert-light {
  border-color: #fdfdfe;
  background-color: #fefefe;
  color: #636464; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  border-color: #bcbebf;
  background-color: #d3d3d4;
  color: #141619; }
  .alert-dark .alert-link {
    color: #101214; }

.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  border: 0;
  border-radius: 5px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #000;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 63, 141, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(42, 63, 141, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    opacity: 0.25;
    pointer-events: none;
    user-select: none; }

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%); }

.tooltip {
  word-wrap: break-word;
  display: block;
  z-index: 1080;
  position: absolute;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .tooltip-arrow {
    display: block;
    position: absolute;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      border-style: solid;
      border-color: transparent;
      content: ""; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #fff; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #fff; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #fff; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #fff; }

.tooltip-inner {
  max-width: 200px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  text-align: center; }

html,
body {
  height: 100%; }

html {
  scrollbar-color: rgba(42, 63, 141, 0.3) rgba(46, 43, 57, 0.3); }
  html::-webkit-scrollbar {
    width: 10px; }
  html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(42, 63, 141, 0.3); }
  html.overflow-hidden {
    overflow: hidden; }

.html_overlay {
  overflow-y: hidden; }

.body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background-color: #fafafa;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth; }
  .body.modal-open {
    padding-right: 10px !important; }
  .body_overlay {
    overflow: hidden; }
    .body_overlay .header {
      z-index: 14;
      position: fixed;
      height: 100vh;
      margin-bottom: 0;
      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: #2A3F8D;
        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;
        position: static; }
      .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 .dropdown_user {
      position: static; }
    .body_overlay .menu {
      display: block; }
  .body_overlay.modal-open .header {
    z-index: 14; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

*: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: #2A3F8D;
  text-decoration: none;
  transition: color 0.3s; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a:focus {
    color: #2A3F8D;
    text-decoration: none; }

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

.link {
  position: relative;
  padding: 0;
  border: none;
  background: none;
  color: #2A3F8D; }
  .link:hover {
    color: #000; }

.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: #000; }

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

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

.tooltip.show {
  opacity: 1 !important; }

.tooltip > .tooltip-inner {
  -webkit-box-shadow: 0 0 6px rgba(187, 187, 187, 0.25);
  max-width: 180px;
  padding: 13px 12px;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(187, 187, 187, 0.25);
  color: #000;
  font-size: 12px; }

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before {
  border-top-color: #ffffff; }

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

.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%); }

.color-primary {
  color: #2A3F8D; }

.mobile {
  display: none !important; }

.tablet {
  display: none; }

.reset-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: inherit; }
  .reset-btn:not([disabled]) {
    cursor: pointer; }

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

.color-light-primary {
  color: rgba(42, 63, 141, 0.5); }

.color-light-green {
  color: rgba(118, 195, 248, 0.5); }

.color-red {
  color: #ed2337; }

.access-request__bottom {
  text-align: center; }

.access-request__link {
  display: none;
  padding-top: 30px !important;
  color: #2A3F8D; }
  .access-request__link .icon_down {
    -webkit-transform: rotate(90deg);
    stroke: #2A3F8D;
    transform: rotate(90deg); }
  .access-request__link:hover .icon_down {
    stroke: #000; }

.access {
  padding: 20px 0;
  border-bottom: 1px solid #e3e5ec; }
  .access__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; }
  .access__left {
    max-width: 650px;
    margin-right: 15px; }
  .access__arrow {
    width: 4.625em;
    min-width: 73px;
    height: 0.9375em;
    margin-right: 20px;
    background-position: -0.3125em -0.3125em; }
  .access__text {
    font-size: 14px;
    font-weight: 500; }
  .access__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .access__no-more.btn, .access__fill.btn {
    margin-right: 7px;
    padding: 3.5px 10px;
    white-space: nowrap; }
  .access__close.btn {
    margin-right: -18px;
    padding: 7.5px 10px;
    color: #000; }
    .access__close.btn:hover {
      color: #2A3F8D; }

.field-requestadmin-activity_sphere select {
  display: none; }

.age-label {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 1px 8.5px;
  border-radius: 4px;
  background-color: #2A3F8D;
  color: #fff;
  font-size: 12px;
  font-weight: 700; }
  .age-label_inline {
    display: inline-block;
    position: static; }

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

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

.banner {
  position: relative;
  margin-top: -50px; }
  .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__center {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: 30px;
    left: 50%;
    max-width: calc(100% + 30px);
    padding: 0 15px;
    transform: translateX(-50%); }
  .banner__title {
    max-width: 500px;
    margin-bottom: 20px;
    margin-left: 4px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 80px; }
    .banner__title span {
      -webkit-box-shadow: 0 0 0 4px #70B745, 0 0 0 2px #70B745;
      display: inline;
      background-color: #70B745;
      box-shadow: 0 0 0 4px #70B745, 0 0 0 2px #70B745; }
      .banner__title span:first-child {
        margin-bottom: 15px; }
  .banner__teams {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    max-width: 380px;
    padding: 30px;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    text-align: center; }
  .banner__team, .banner__with {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .banner__team {
    width: 33.33%; }
    .banner__team img {
      -o-object-fit: contain;
      width: 100%;
      height: 100%;
      max-height: 100%;
      margin-bottom: 15px;
      object-fit: contain; }
  .banner__img {
    width: 90px;
    height: 90px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto; }
  .banner__name {
    font-size: 20px;
    font-weight: 700; }
  .banner__buy {
    -webkit-transition: background-color 0.3s;
    display: block;
    max-width: 380px;
    padding: 11px 10px;
    border: 1px solid transparent;
    border-radius: 0 0 5px 5px;
    background-color: #2A3F8D;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.3s; }
    .banner__buy span {
      position: relative;
      margin-right: 20px; }
    .banner__buy:hover {
      background-color: #1a358b;
      color: #fff; }

.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: #2A3F8D;
    font-size: 14px; }
    .bookings__open .icon_down {
      stroke: #2A3F8D;
      -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: 5px;
    margin-left: 5px;
    color: #2A3F8D; }
  .bookings__item {
    margin-bottom: 20px;
    padding: 20px 20px 0;
    border: 1px solid #e3e5ec;
    border-radius: 5px;
    font-size: 14px; }
  .bookings__top {
    -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-bottom: 20px;
    padding-right: 30px; }
    .bookings__top .teams {
      margin-bottom: 0;
      font-size: 16px; }
  .bookings__bottom {
    margin-bottom: 10px; }
  .bookings__close {
    -webkit-transform: translateY(-50%) scale(0.75);
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    transform: translateY(-50%) scale(0.75);
    border: none;
    background-color: transparent;
    text-align: right; }
    .bookings__close .icon_close {
      fill: #2A3F8D; }

.bottom-pane {
  -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 1040;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 90px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05); }
  .bottom-pane.active {
    display: block;
    margin-top: auto; }
  .bottom-pane.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1251;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5); }
    .bottom-pane.expanded .bottom-pane__wrapper {
      height: auto;
      margin-top: auto; }
    .bottom-pane.expanded .bottom-pane__controller-btn {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .bottom-pane__wrapper {
    -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;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff; }
  .bottom-pane__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: center;
    width: 100%; }
  .bottom-pane__controller {
    display: none;
    text-align: center; }

.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;
  margin-top: auto;
  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_subscription.active {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .bottom_subscription .bottom__buy-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0; }
    .bottom_subscription .tickets_fixed {
      width: 70%;
      max-width: 1400px; }
  .bottom__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .bottom__buy-info {
    margin-right: 20px;
    white-space: nowrap; }
    .bottom__buy-info a.inactive {
      opacity: 0.5;
      pointer-events: none; }
    .bottom__buy-info_mobile {
      display: none; }
  .bottom__sum {
    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; }
  .bottom__pull {
    display: none; }

.btn {
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  display: inline-block;
  position: relative;
  padding: 7.5px 18px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #2A3F8D;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn:hover {
    border-color: #2A3F8D;
    background-color: transparent;
    color: #2A3F8D; }
  .btn:focus {
    outline: none; }
  .btn_wide {
    width: 100%; }
  .btn_border.btn {
    border-color: #2A3F8D;
    background-color: #fff;
    color: #2A3F8D; }
    .btn_border.btn:hover {
      border-color: transparent;
      background-color: #2A3F8D;
      color: #fff; }
  .btn_link {
    border: none;
    background-color: transparent;
    color: #2A3F8D;
    font-weight: 400; }
    .btn_link:hover {
      background-color: transparent;
      color: #000; }
  .btn_transparent {
    background-color: transparent; }
  .btn_translucence {
    background-color: rgba(0, 0, 0, 0.5); }
  .btn_small {
    padding: 3.5px 18px; }
  .btn_gray {
    background-color: #b5bacd; }
  .btn.inactive {
    background-color: #9d9d9d;
    pointer-events: none; }
  .btn:disabled {
    pointer-events: none; }

.btn__info-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px; }

.checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #000; }
  .checkbox_filter:hover {
    color: #2A3F8D; }
  .checkbox_discount {
    min-height: 40px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .checkbox_discount:hover {
      color: #2A3F8D; }
  .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: #2A3F8D; }
  .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: 4px; }
    .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.1875em -3.5em;
      font-size: 14px;
      content: "";
      opacity: 0; }
  .checkbox__block {
    font-size: 14px;
    text-align: left; }
  .checkbox__required-desc {
    color: #ed2337; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.date__day, .date__time {
  text-transform: lowercase; }

.date__day {
  color: #2A3F8D;
  font-size: 18px;
  font-weight: 700; }

.date__time {
  margin-bottom: 5px;
  color: #696969;
  font-size: 14px; }

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

.daterangepicker .drp-buttons .btn.cancelBtn {
  position: relative;
  padding-left: 20px;
  border: none;
  background-color: transparent;
  color: #2A3F8D;
  text-transform: initial; }
  .daterangepicker .drp-buttons .btn.cancelBtn::before {
    -webkit-transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.3125em;
    height: 1.3125em;
    transform: translateY(-50%);
    background-position: -10.9375em -7.25em;
    content: ""; }
  .daterangepicker .drp-buttons .btn.cancelBtn:hover {
    color: #000; }
    .daterangepicker .drp-buttons .btn.cancelBtn:hover::before {
      -webkit-filter: brightness(0);
      filter: brightness(0); }

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

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

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #2A3F8D; }

.daterangepicker td.in-range {
  background-color: rgba(42, 63, 141, 0.1); }

.daterangepicker td.end-date {
  background-color: #2A3F8D; }

.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__list {
    margin-bottom: 0; }
  .dropdown_header .dropdown__btn:hover {
    color: #2A3F8D; }
    .dropdown_header .dropdown__btn:hover .dropdown__btn-icon {
      stroke: #2A3F8D; }
  .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-price-category-select {
  margin-top: -15px; }
  .dropdown-price-category-select .dropdown__list {
    margin-bottom: 0; }

.dropdown_filter {
  min-width: 220px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 5px;
  background-color: #fff; }
  .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 transparent;
    border-radius: 5px;
    text-align: left;
    transition: border-color 0.3s; }
    .dropdown_filter .dropdown__btn:hover {
      border-color: #000; }
  .dropdown_filter .dropdown__menu {
    top: 115%;
    left: 0;
    min-width: 220px;
    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: #2A3F8D; }
  .dropdown_user .dropdown__btn .header__link-down {
    stroke: #2A3F8D; }
  .dropdown_user .dropdown__btn:hover {
    color: #000; }
    .dropdown_user .dropdown__btn:hover .header__link-down {
      stroke: #000; }

.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-left: 0;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    border: 1px solid #000;
    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: #2A3F8D; }

.dropdown_event .dropdown__btn {
  color: #2A3F8D; }

.dropdown_event .dropdown__menu {
  -webkit-box-shadow: 0 0 15px rgba(232, 232, 232, 0.5);
  min-width: 140px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 15px rgba(232, 232, 232, 0.5); }

.dropdown_event .dropdown__link {
  padding: 0;
  color: #6a737b;
  font-size: 12px; }

.dropdown_event .dropdown__list {
  margin-bottom: 0; }

.dropdown_event .dropdown__item {
  margin-bottom: 5px; }
  .dropdown_event .dropdown__item:last-child {
    margin-bottom: 0; }

.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;
  color: #000;
  font-size: 14px;
  white-space: nowrap; }
  .dropdown__btn:hover {
    color: #000; }
  .dropdown__btn-text {
    margin-right: 5px; }
  .dropdown__btn_expanded .dropdown__btn-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .dropdown__btn .dropdown__btn-icon {
    stroke: currentColor; }

.dropdown__menu {
  -webkit-box-shadow: 0 2px 10px #dce1f0;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 71, 122, 0.3) #ffffff;
  display: none;
  z-index: 2;
  position: absolute;
  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(0, 71, 122, 0.3); }

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

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

.dropdown__item {
  display: block; }

.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: #000;
  font-size: 14px; }
  .dropdown__link:hover {
    color: #2A3F8D; }
  .dropdown__link-image {
    margin-right: 10px; }
  .dropdown__link_history .dropdown__icon:after {
    width: 1.375em;
    height: 1.3125em;
    background-position: -24.5em -20.9375em; }
  .dropdown__link_profile .dropdown__icon:after {
    width: 1.3125em;
    height: 1.3125em;
    background-position: -37.125em -33.375em; }
  .dropdown__link_exit .dropdown__icon:after {
    width: 1.1875em;
    height: 1.3125em;
    background-position: -20.5625em -16.875em; }
  .dropdown__link_verification .dropdown__icon:after {
    width: 1.4375em;
    height: 1.3125em;
    background-position: -44.375em -40.25em; }

.dropdown__icon {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 20px;
  margin-right: 7px; }
  .dropdown__icon::after {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-filter 0.3s;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s; }

.dropdown__icon-down {
  stroke: #000;
  -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); }

.enter {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  font-size: 14px; }
  .enter input[type="checkbox"] {
    display: none; }
    .enter input[type="checkbox"]:checked ~ .checkbox__custom:after {
      border-color: #000; }
  .enter .form-group {
    position: relative;
    max-width: calc(50% - 35px);
    margin-bottom: 15px;
    color: #000; }
    .enter .form-group_wide {
      max-width: inherit; }
    .enter .form-group_agree label {
      max-width: 90%;
      vertical-align: top; }
    .enter .form-group[class*="phone"] {
      margin-bottom: 10px !important; }
      .enter .form-group[class*="phone"] input {
        height: auto;
        padding: 8.5px 10px;
        border-color: #000; }
      .enter .form-group[class*="phone"] label {
        margin-bottom: 0; }
      .enter .form-group[class*="phone"] input:hover ~ label,
      .enter .form-group[class*="phone"] 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 .enter__wrapper {
    -webkit-box-shadow: none;
    padding: 0;
    box-shadow: none; }
  .enter_modal {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px;
    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: #2A3F8D; }
    .enter_modal .form-group {
      max-width: inherit; }
      .enter_modal .form-group.has-success select {
        color: #000; }
    .enter_modal select {
      height: auto;
      margin-bottom: 10px;
      padding: 9.5px 6px;
      border-color: #000;
      color: #00477a;
      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_modal .enter__button.disabled {
        opacity: 0.5;
        pointer-events: none; }
  .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; }
    .enter__fields .form-group {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%;
      min-width: calc(50% - 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: #2A3F8D; }
    .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: 15px;
    width: 22px;
    height: 20px;
    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='%230060AE' stroke='%230060AE' 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='%230060AE'%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='%230060AE'%3E%3C/path%3E%3C/svg%3E"); }
  .enter__legend {
    margin-bottom: 25px;
    color: #000;
    font-size: 20px;
    font-weight: 700; }
  .enter__label {
    -webkit-transition: opacity 0.3s;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #00477a;
    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 10px;
    border: solid 1px #000;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 500;
    filter: none; }
    .enter__input::-webkit-input-placeholder {
      color: #00477a; }
    .enter__input:-moz-placeholder {
      color: #00477a; }
    .enter__input::-moz-placeholder {
      color: #00477a; }
    .enter__input:-ms-input-placeholder {
      color: #00477a; }
    .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: #2A3F8D; }
    .enter__modal-link:hover {
      color: #000; }
  .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 #2A3F8D; }
      .enter__radio label::before {
        left: 5px;
        width: 10px;
        height: 10px;
        background-color: #2A3F8D;
        opacity: 0; }
  .enter__close {
    display: none;
    z-index: 2;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    opacity: 1; }
  .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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    max-width: 250px;
    min-height: 250px;
    margin-right: 30px;
    border: 1px dashed transparent;
    border-radius: 5px; }
    .enter__photo:hover .enter__photo-remove {
      opacity: 1; }
    .enter__photo:hover .enter__file {
      opacity: 1; }
    .enter__photo-message {
      display: none;
      max-width: 250px;
      margin-top: 10px;
      color: #ed2337;
      font-size: 14px;
      text-align: center; }
    .enter__photo.hover {
      border-color: #24397a; }
  .enter button.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 button.enter__photo-remove .icon {
      fill: #fff; }
  .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; }

.event-order-bottom {
  -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;
  height: 90px; }
  .event-order-bottom .ticket-item_large {
    bottom: 35px; }
  .event-order-bottom__cost {
    margin-right: 20px;
    font-size: 14px;
    white-space: nowrap; }
  .event-order-bottom__sum {
    font-size: 24px;
    white-space: nowrap; }
  .event-order-bottom__buy {
    padding: 7.5px 50px; }
  .event-order-bottom__clear-btn {
    color: #2A3F8D;
    font-size: 14px; }
  .event-order-bottom__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .event-order-bottom__row {
    -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%; }

.event-refund__title {
  margin-bottom: 16px;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: left; }

.event-refund__warning {
  display: none;
  margin-bottom: 16px;
  color: #ed2337; }
  .event-refund__warning a {
    color: #000;
    text-decoration: underline; }

.events-performance-item {
  border: 1px solid #e0e0e0; }
  .events-performance-item__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    text-align: left; }
  .events-performance-item__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-right: 66px; }
  .events-performance-item__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 50px; }
    .events-performance-item__right::before {
      -webkit-transform: translateY(-50%);
      position: absolute;
      top: 50%;
      left: 0;
      height: 160px;
      transform: translateY(-50%);
      border-left: 1px solid #e0e0e0;
      content: ""; }
  .events-performance-item__image {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 135px;
    min-width: 135px;
    height: 180px;
    min-height: 180px;
    margin-right: 30px; }
  .events-performance-item__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold; }
  .events-performance-item__place {
    margin-bottom: 10px;
    color: #6a737b;
    font-size: 18px;
    font-weight: 500; }
    .events-performance-item__place svg {
      margin-top: -5px;
      margin-right: 5px; }
  .events-performance-item__description {
    margin-top: 30px;
    font-size: 14px; }

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

.events {
  position: relative;
  padding-bottom: 50px; }
  .events .empty {
    margin-bottom: 20px; }
  .events__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .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 .events__item {
    -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;
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff; }
  .events_main .events__wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    min-height: 91px;
    padding: 15px 30px; }
  .events_main .events__teams {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .events_main .events__info a {
    color: #000; }
  .events_main .events__name {
    display: inline-block;
    min-width: 300px;
    max-width: 300px;
    height: auto;
    min-height: initial;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 700; }
    .events_main .events__name:hover {
      color: #000; }
  .events_main .events__image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px; }
  .events_main .events__time-text, .events_main .events__place-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(63%) sepia(8%) saturate(660%) hue-rotate(185deg) brightness(93%) contrast(92%);
      filter: invert(63%) sepia(8%) saturate(660%) hue-rotate(185deg) brightness(93%) contrast(92%); }
  .events_main .events__text {
    display: none;
    width: 100%;
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #e3e5ec;
    border-radius: 5px; }
  .events_main .events__buy {
    min-height: 40px;
    padding: 5.5px 10.5px; }
    .events_main .events__buy .icon {
      width: 20px;
      height: 20px; }
  .events_page, .events_service {
    margin-bottom: 30px; }
    .events_page .events__item, .events_service .events__item {
      padding: 35px;
      background-color: #fff; }
  .events_page .events__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    text-align: center; }
    .events_page .events__item:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .events_page .events__place {
    margin-bottom: 30px; }
  .events_page .events__nom {
    display: block;
    width: auto;
    margin: -35px;
    margin-bottom: 20px;
    padding: 18px 0; }
  .events_page .events__league-top {
    padding: 18px 0; }
  .events_page .events__name {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 20px; }
  .events_page .events__right {
    min-width: 253px;
    max-width: 253px; }
  .events_subscription {
    margin-bottom: 30px; }
    .events_subscription .events__info {
      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__top-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700; }
  .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__nom {
    width: calc(100% + 60px);
    margin: -15px -30px 25px;
    padding: 9.5px;
    background-color: #AAB2D1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center; }
  .events__item {
    -webkit-transition: -webkit-box-shadow 0.3s;
    padding: 30px;
    border: 1px solid #d1d6e0;
    border-radius: 5px;
    border-radius: 10px;
    background-color: #fff;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
    .events__item-heading {
      margin-bottom: 14px;
      font-size: 20px;
      font-weight: 700; }
    .events__item-date {
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-bottom: 36px;
      color: #686868;
      font-size: 16px;
      font-weight: 400; }
    .events__item:hover {
      -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
    .events__item:focus-within {
      border-color: #2A3F8D; }
    .events__item.inactive {
      pointer-events: none; }
    .events__item .teams {
      margin-bottom: 0; }
    .events__item .events__item-cart-link {
      padding: 10px 18px; }
      .events__item .events__item-cart-link_disabled {
        opacity: 0.5;
        pointer-events: none; }
    .events__item .events__btn {
      padding: 10px 18px; }
      .events__item .events__btn svg {
        margin-top: -6px;
        margin-left: 12px; }
        .events__item .events__btn svg path {
          -webkit-transition: fill 0.3s ease;
          transition: fill 0.3s ease; }
      .events__item .events__btn:hover path {
        fill: #2A3F8D; }
    .events__item-btn-wrapper {
      -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;
      margin-top: 15px; }
  .events__date-img {
    margin-right: 12px; }
  .events__league-top {
    width: 100%;
    padding: 11px 0;
    background-color: #76c3f8;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
  .events__text {
    padding: 15px;
    border-top: 1px solid #e3e5ec;
    font-size: 14px; }
  .events__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 206px;
    max-width: 206px;
    margin-right: auto;
    text-align: left; }
    .events__info.wide {
      min-width: 253px;
      max-width: 253px; }
    .events__info.inactive {
      pointer-events: none; }
  .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_main .events__name {
      text-align: center; }
    .events__center-link img {
      -o-object-fit: contain;
      width: 50px;
      height: 50px;
      object-fit: contain;
      border: 1px solid #e0e0e0;
      border-radius: 10em; }
    .events__center-link:hover .events__name {
      color: #2A3F8D; }
    .events__center-link.inactive {
      pointer-events: none; }
  .events__league {
    margin-bottom: 20px;
    color: #999999;
    font-size: 14px; }
  .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: #000;
    font-size: 12px;
    font-weight: 700;
    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: #000;
    text-overflow: ellipsis;
    transition: color 0.3s; }
    .events__name:hover {
      color: #2A3F8D; }
  .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: #2A3F8D;
    font-weight: 500; }
  .events__price {
    color: #00477a;
    font-size: 14px; }
  .events__right {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    min-width: 205px;
    margin-left: auto;
    text-align: right; }
  .events__more {
    margin-bottom: 60px;
    text-align: center; }
    .events__more .btn_border {
      background-color: transparent; }
      .events__more .btn_border:hover {
        background-color: #1338a9; }
    .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-mobile {
      display: none !important; }
    .events__some-active {
      display: none; }
  .events__label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4.5px 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center; }
    .events__label_soon {
      background-color: #7e94a5; }
  .events__mobile-info {
    display: none; }
  .events__mobile-buy {
    display: none; }
  .events__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .events__message {
    margin-bottom: 40px; }
  .events__empty {
    margin-bottom: 40px;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff; }
  .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; }
  .events__park {
    -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;
    margin-right: 12px;
    padding: 9px;
    border: 1px solid #2A3F8D; }
    .events__park-icon {
      fill: #2A3F8D; }
  .events__event-table {
    width: 100%; }
  .events__thead {
    padding-bottom: 27px;
    color: #8d95a9;
    font-size: 14px;
    font-weight: 400; }
    .events__thead .text-right {
      text-align: right; }
  .events__tbody-td {
    padding-bottom: 30px; }
    .events__tbody-td_right {
      text-align: right; }
    .events__tbody-td strong {
      white-space: nowrap; }
  .events th {
    padding-bottom: 27px; }
  .events__description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin-right: auto;
    color: #9C9C9C;
    font-size: 12px; }
    .events__description hr {
      margin-top: 15px;
      margin-bottom: 15px;
      border-bottom-width: 1px;
      border-bottom-style: solid; }

.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: #2A3F8D; }
  .filter_no-banner {
    margin-top: -50px; }
  .filter__top {
    margin-bottom: 25px; }
  .filter__title {
    display: none; }
  .filter__bottom {
    color: #2A3F8D;
    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: #fafafa; }
    .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 transparent;
      border-radius: 5px;
      background-color: transparent;
      font-size: 14px;
      cursor: pointer;
      transition: border-color 0.3s; }
      .filter__date-input:hover {
        border-color: #000; }
      .filter__date-input::-webkit-input-placeholder {
        color: #000; }
      .filter__date-input:-moz-placeholder {
        color: #000; }
      .filter__date-input::-moz-placeholder {
        color: #000; }
      .filter__date-input:-ms-input-placeholder {
        color: #000; }
      .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: 210px; }
    .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: #000; }
  .filter__input {
    max-width: 120px;
    height: 42px;
    padding: 7px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fafafa;
    font-size: 16px; }
    .filter__input:hover {
      border-color: #000; }
  .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: #2A3F8D;
    font-size: 14px;
    white-space: nowrap; }
    .filter__reset:hover {
      color: #000; }
      .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: #00477a;
    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: auto;
    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: white;
      opacity: 1;
      pointer-events: auto; }
      .filter__clear.active .filter__clear-icon {
        fill: #fff; }
    .filter__clear:hover {
      opacity: 0.8; }
    .filter__clear-icon {
      fill: rgba(255, 255, 255, 0.5);
      margin-right: 10px; }

button.focus-visible,
a.focus-visible,
.btn.focus-visible {
  outline-color: rgba(42, 63, 141, 0.5);
  outline-style: solid;
  outline-width: 2px;
  background-color: #fff;
  color: #2A3F8D; }

.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: #2A3F8D; }

.focus-visible.btn_border {
  background-color: #2A3F8D;
  color: #fff; }

.focus-visible.banner__buy {
  color: #2A3F8D; }
  .focus-visible.banner__buy .icon_next-round {
    fill: #2A3F8D;
    stroke: #2A3F8D; }

.focus-visible.filter__clear.active {
  color: #2A3F8D; }
  .focus-visible.filter__clear.active .filter__clear-icon {
    fill: #2A3F8D; }

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

.focus-visible.events__teams-link {
  outline: none; }

.dropdown_header .focus-visible.dropdown__btn {
  border-color: #2A3F8D; }

.dropdown_user .focus-visible.dropdown__btn {
  border-color: #2A3F8D; }

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

.skip-to-content.focus-visible {
  background-color: #2A3F8D; }

.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: #2A3F8D !important; }

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

.dropdown__link.focus-visible {
  color: #2A3F8D; }

.checkbox__input.focus-visible ~ .checkbox__block {
  color: #2A3F8D; }

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

.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: #fff;
  color: #000; }
  .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;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-left: -30px; }
  .footer__item {
    margin-left: 30px; }
    .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: #000;
    font-size: 14px; }
    .footer__link:hover {
      color: #2A3F8D; }
    .footer__link:focus {
      color: #000; }
    .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: #2A3F8D; }
  .footer__phone, .footer__email, .footer__brand {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #000; }
    .footer__phone:hover, .footer__email:hover, .footer__brand:hover {
      color: #2A3F8D; }
  .footer__phone {
    display: inline-block; }
  .footer__email {
    position: relative; }
  .footer__brand:hover .icon_infomatika {
    fill: #2A3F8D; }

.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: -22.3125em -18.75em;
    cursor: pointer;
    user-select: none; }

.header {
  z-index: 14;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 34px 0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff; }
  .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;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .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: #000;
      white-space: nowrap; }
      .header__hover-link:hover {
        color: #2A3F8D; }
  .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: #000;
    transition: initial; }
    .header__link:hover {
      color: #2A3F8D; }
    .header__link_enter {
      border: none;
      background-color: transparent; }
    .header__link_basket {
      margin-right: 30px; }
    .header__link_profile {
      z-index: 3;
      color: #2A3F8D; }
    .header__link-down {
      stroke: #2A3F8D;
      -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-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: 0;
      right: 0;
      align-items: center;
      justify-content: center;
      min-width: 15px;
      height: 15px;
      padding: 0 2px;
      border-radius: 3px;
      background-color: #e60000;
      color: #ffffff;
      font-size: 12px;
      font-weight: bold;
      line-height: 16px; }
    .header__link-text {
      margin-right: 10px;
      white-space: nowrap; }
  .header__avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%; }
    .header__avatar img {
      -o-object-fit: cover;
      height: 100%;
      object-fit: cover; }
  .header__btn_login {
    margin-right: 10px; }

.history__t-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 16px;
  color: #4d4d4f;
  font-size: 14px;
  line-height: 16px; }

.history__t-col {
  white-space: nowrap; }
  .history__t-col_status {
    width: 13%; }
  .history__t-col_date {
    width: 10%; }
  .history__t-col_event {
    width: 25%;
    max-width: 280px; }
  .history__t-col_order-number {
    width: 11%; }
  .history__t-col_price {
    width: 9%; }

.history__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  user-select: none; }

.history__header-mobile {
  display: none; }

.history__order-inactive {
  height: 0;
  padding-top: 0 !important;
  overflow: hidden; }

.history__amount {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #f3f3f3; }

.history .event-name {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%; }

.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 {
  padding: 16px;
  border: 1px solid #e3e5ec;
  background-color: #fff; }
  .history__item .order__item-wrap {
    padding-top: 16px; }

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

.history__status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 13%;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px; }
  .history__status_expect {
    color: #3669aa; }
    .history__status_expect svg {
      stroke: #3669aa; }
  .history__status_paid, .history__status_success {
    color: #70B745; }
    .history__status_paid svg, .history__status_success svg {
      stroke: #70B745; }
  .history__status_refund {
    color: #ED2337; }
    .history__status_refund svg {
      stroke: #ED2337; }
  .history__status_part {
    color: #ED9937; }
    .history__status_part svg {
      stroke: #ED9937; }
  .history__status-text {
    margin-left: 12px; }

.history__purchase-date span, .history__order-number span, .history__price span {
  display: none;
  color: #4d4d4f;
  font-weight: 400;
  text-transform: capitalize; }

.history__purchase-date {
  width: 10%;
  color: #000;
  font-size: 14px;
  line-height: 16px; }

.history__event-name {
  width: 25%;
  max-width: 280px;
  color: #231f20;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }
  .history__event-name-text {
    display: inline-block;
    position: relative;
    padding-right: 24px; }
    .history__event-name-text svg {
      fill: #231f20;
      -webkit-transition: -webkit-transform 0.2s;
      cursor: pointer;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .history__event-name-text_active svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.history__order-number {
  width: 11%;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase; }

.history__price {
  width: 9%;
  color: #231f20;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }

.history .order__low {
  display: none; }

.history__left {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between; }
  .history__left-right {
    margin-left: auto; }
  .history__left .order__low {
    display: block; }

.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: 700; }

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

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

.history__button_print:not(:last-child), .history__button_download:not(:last-child) {
  margin-right: 32px; }

.history__button:hover {
  opacity: 0.6; }

.history .order__refund {
  -webkit-transition: 0.15s;
  margin-top: 14px;
  color: #3669aa;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  transition: 0.15s; }
  .history .order__refund-info {
    margin: 0;
    color: #2A3F8D;
    font-size: 14px;
    cursor: pointer; }
  .history .order__refund:hover {
    color: #231f20; }

.history .order__was-refund {
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 16px; }

.history__download {
  color: #3669aa;
  font-size: 0; }

.history .order__delete {
  display: none !important; }

.hotseats__heading {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 700; }

.hotseats__top-section {
  -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; }
  .hotseats__top-section .top-section__search {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px; }
    .hotseats__top-section .top-section__search .search__select {
      width: 300px;
      border: 1px solid #d1d6e0;
      border-radius: 4px;
      background-color: #fff; }
    .hotseats__top-section .top-section__search .search__btn {
      padding: 13px 27px;
      font-size: 16px; }
    .hotseats__top-section .top-section__search .search__input-block {
      height: 50px; }
      .hotseats__top-section .top-section__search .search__input-block .input-block__input {
        width: 300px;
        height: 50px;
        padding: 15px 0 15px 49px;
        border: 1px solid #d1d6e0;
        border-radius: 4px; }
        .hotseats__top-section .top-section__search .search__input-block .input-block__input-label {
          position: relative; }
          .hotseats__top-section .top-section__search .search__input-block .input-block__input-label::before {
            position: absolute;
            top: 13px;
            left: 17px;
            width: 24px;
            height: 24px;
            background-image: url(../../images/site/search.svg);
            content: ""; }
      .hotseats__top-section .top-section__search .search__input-block .input-block__clear-button {
        position: absolute;
        top: 22%;
        right: 5px;
        border: none;
        background: none; }

.hotseats .delete-ticket-button {
  display: none;
  margin-right: 10px;
  padding: 0;
  border: none;
  background-color: inherit; }

.hotseats .empty-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .hotseats .empty-block__img {
    width: 100px;
    height: 100px;
    margin: 50px 0; }
  .hotseats .empty-block__text {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500; }

.hotseats .events a.buy {
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  width: 100px;
  padding: 5px 17.5px;
  border: 1px solid #2A3F8D;
  border-radius: 10px;
  background-color: #2A3F8D;
  color: #fff;
  font-size: 14px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .hotseats .events a.buy:hover {
    background-color: #fff;
    color: #2A3F8D; }

.hotseats .events a.booked,
.hotseats .events a.sold {
  width: 100px;
  padding: 5px 13px;
  border: 0;
  border-radius: 10px;
  background: #dcf4e3;
  color: #01aa30;
  font-size: 14px; }

.hotseats .events a.sold {
  opacity: 0.5; }

.hotseats .events a.booked {
  padding: 5px 16.5px; }

.hotseats .events a.disabled {
  text-decoration: none;
  cursor: default;
  pointer-events: none; }

.i-form-field {
  position: relative;
  margin-bottom: 20px; }
  .i-form-field.has-error .i-form-field__input {
    border-color: #ed2337; }
  .i-form-field.has-error .help-block {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ed2337;
    text-align: left; }
  .i-form-field__input {
    z-index: 1;
    position: relative;
    width: 100%;
    min-height: 40px;
    padding: 7px 10px;
    border: solid 1px #000;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 500; }
    .i-form-field__input::-webkit-input-placeholder {
      color: #6a737b; }
    .i-form-field__input::-moz-placeholder {
      color: #6a737b; }
    .i-form-field__input:-ms-input-placeholder {
      color: #6a737b; }
    .i-form-field__input:not([disabled]):hover ~ label, .i-form-field__input:not([disabled]):not(:placeholder-shown) ~ label, .i-form-field__input:not([disabled]):-webkit-autofill ~ label {
      opacity: 0;
      pointer-events: none; }
    .i-form-field__input:not(:-moz-placeholder-shown) ~ label {
      opacity: 0;
      pointer-events: none; }
    .i-form-field__input:not(:-ms-input-placeholder) ~ label {
      opacity: 0;
      pointer-events: none; }
    .i-form-field__input:not(:placeholder-shown) ~ label {
      opacity: 0;
      pointer-events: none; }
    .i-form-field__input[disabled] ~ .i-form-field__visible {
      pointer-events: none; }
    .i-form-field__input[disabled] ~ label {
      opacity: 0;
      pointer-events: none; }
  .i-form-field__info_field {
    margin-bottom: 15px;
    text-align: justify; }
  .i-form-field__label {
    -webkit-transition: opacity 0.3s;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #6a737b;
    transition: opacity 0.3s; }
    .i-form-field__label.inactive {
      opacity: 0;
      pointer-events: none; }
    .i-form-field__label_required:after {
      display: inline-block;
      color: #ea1317;
      content: "*"; }
  .i-form-field__visible {
    z-index: 2;
    position: absolute;
    top: 10px;
    right: 10px; }
    .i-form-field__visible.active .i-form-field__svg_hide {
      display: none; }
    .i-form-field__visible.active .i-form-field__svg_visible {
      display: block; }
  .i-form-field__icon {
    -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;
    width: 22px;
    height: 20px; }
  .i-form-field__recommend {
    position: relative;
    bottom: 15px;
    margin-bottom: 10px;
    color: #70B745;
    font-size: 12px;
    text-align: left; }
    .i-form-field__recommend.name {
      bottom: 5px; }
  .i-form-field__svg {
    min-width: 20px; }
    .i-form-field__svg_visible {
      -webkit-filter: invert(21%) sepia(100%) saturate(1983%) hue-rotate(340deg) brightness(91%) contrast(86%);
      display: none;
      filter: invert(21%) sepia(100%) saturate(1983%) hue-rotate(340deg) brightness(91%) contrast(86%); }
    .i-form-field__svg_hide {
      fill: #2A3F8D; }
  .i-form-field__button-text {
    display: block;
    text-indent: -9999px; }

.i-modal__close:focus-visible {
  outline: none; }

.icon {
  display: inline-block;
  vertical-align: middle; }
  .icon_minus, .icon_plus {
    fill: #2A3F8D; }
  .icon_arrow {
    position: relative;
    bottom: 1px; }
  .icon_edit {
    fill: #2A3F8D;
    stroke: #2A3F8D;
    width: 15px;
    min-width: 15px;
    height: 15px; }
  .icon_down {
    stroke: #000;
    width: 20px;
    min-width: 20px;
    height: 20px; }
  .icon_clock {
    fill: #959595;
    width: 20px;
    min-width: 20px;
    height: 20px; }
  .icon_to-top {
    fill: #000;
    width: 50px;
    height: 50px; }
  .icon_infomatika {
    fill: #2A3F8D;
    width: 130px;
    height: 20px; }
    .icon_infomatika_ru {
      width: 150px; }
  .icon_phone {
    fill: #2A3F8D;
    width: 16px;
    height: 16px; }
  .icon_enter, .icon_search, .icon_close, .icon_minus, .icon_plus, .icon_time, .icon_cart {
    width: 20px;
    height: 20px; }
  .icon_close {
    fill: #2A3F8D; }
  .icon_calendar {
    stroke: currentColor;
    width: 15px;
    height: 15px; }
  .icon_profile {
    width: 19px;
    height: 20px; }
  .icon_next {
    fill: #000;
    width: 15px;
    height: 15px; }
  .icon_next-round {
    fill: #fff;
    stroke: #fff;
    width: 27px;
    height: 27px; }
  .icon_question {
    fill: #2A3F8D;
    stroke: #2A3F8D;
    width: 22px;
    height: 22px; }
  .icon_download, .icon_print {
    min-width: 15px;
    height: 15px;
    margin-right: 5px; }
  .icon_location {
    stroke: currentColor;
    width: 20px;
    height: 22px; }
    .icon_location-xs {
      stroke: currentColor;
      width: 15px;
      height: 15px; }
  .icon_banner-buy {
    width: 25px;
    height: 25px; }
  .icon_log-in {
    width: 20px;
    height: 20px; }
  .icon_register {
    width: 20px;
    height: 21px; }
  .icon_parking {
    width: 20px;
    height: 20px; }
  .icon_back {
    width: 20px;
    height: 20px; }
  .icon_pull {
    width: 22px;
    height: 7px; }
  .icon_chevron-down {
    width: 30px;
    height: 30px; }
  .icon_ticket-return {
    width: 20px;
    height: 20px; }
  .icon_zoom-reset, .icon_zoom-in, .icon_zoom-out {
    fill: currentColor;
    stroke: currentColor;
    width: 30px;
    height: 30px; }
  .icon_zoom-in {
    stroke: transparent; }
  .icon_acquiring {
    margin-right: 0.5rem; }
  .icon_slider-nav {
    fill: #fff;
    stroke: #fff;
    width: 8px;
    height: 16px; }

.index {
  position: relative;
  margin-bottom: 20px; }

.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;
  -webkit-box-shadow: 0 2px 10px #dce1f0;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 10px #dce1f0;
  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: ""; }

.inner {
  margin-top: 50px; }

.interact-plan__svg-text {
  color: #9C9C9C;
  font-size: 12px;
  line-height: 1.2;
  text-align: left; }

.link {
  position: relative;
  padding: 0;
  border: none;
  background: none;
  color: #2A3F8D; }
  .link:hover {
    color: #000; }

.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: 10px; }
  .lk__title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap; }
  .lk__small-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700; }
  .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: #2A3F8D;
    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: -10.9375em -7.25em;
      content: "";
      transition: -webkit-filter 0.3s;
      transition: filter 0.3s;
      transition: filter 0.3s, -webkit-filter 0.3s; }
    .lk__clear:hover {
      color: #000; }
      .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 {
  max-width: 150px;
  margin-right: 50px; }
  .logo__link {
    display: inline-block; }
    .logo__link:hover {
      opacity: 0.8; }

.long-text__text {
  margin-bottom: 10px; }
  .long-text__text.short {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    max-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis; }

.long-text__more-btn {
  color: #2A3F8D; }
  .long-text__more-btn .icon {
    stroke: currentColor; }
  .long-text__more-btn.active .icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.main-slider {
  margin-bottom: 40px;
  background-color: #020410;
  color: #fff; }
  .main-slider:hover .main-slider__prev,
  .main-slider:hover .main-slider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-slider__container {
    position: relative;
    max-height: 600px; }
  .main-slider__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    min-height: 280px;
    max-height: 280px;
    padding: 70px 0;
    overflow: hidden; }
    .main-slider__slide::after {
      inset: 0;
      z-index: 1;
      position: absolute;
      content: ""; }
  .main-slider__image {
    inset: 0;
    -o-object-fit: cover;
    -o-object-position: center;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    .main-slider__image img,
    .main-slider__image video {
      -o-object-fit: cover;
      -o-object-position: center;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .main-slider__offer, .main-slider__content {
    z-index: 2;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 112px; }
  .main-slider__teams {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .main-slider__team img {
    -o-object-fit: contain;
    -o-object-position: center;
    display: block;
    width: auto;
    max-height: 50px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center; }
  .main-slider__single-team {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    column-gap: 12px; }
    .main-slider__single-team .main-slider__name-team {
      margin-top: 0; }
  .main-slider__team-line {
    margin: 0 12px;
    color: #fff;
    font-size: 32px; }
  .main-slider__date {
    margin-bottom: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase; }
    .main-slider__date span {
      padding: 0 5px; }
  .main-slider__place {
    max-width: 600px;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 125%;
    text-transform: uppercase; }
    .main-slider__place span {
      padding: 0 5px; }
  .main-slider__name-team {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase; }
  .main-slider__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px; }
    .main-slider__btn .btn-main-slider {
      -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;
      height: 44px;
      padding: 0 52px;
      border: none;
      border-radius: 0;
      background-color: #fff;
      color: #2A3F8D;
      font-size: 14px;
      font-style: normal;
      font-weight: 700; }
  .main-slider__navigation {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; }
    .main-slider__navigation .container {
      position: relative; }
  .main-slider__pagination {
    display: none; }
  .main-slider__prev, .main-slider__next {
    -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;
    display: none;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 8px;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    transform: translateY(-50%);
    border-radius: 50px;
    outline: none;
    background: rgba(3, 14, 30, 0.35); }
    .main-slider__prev::after, .main-slider__next::after {
      display: none; }
    .main-slider__prev.swiper-button-disabled, .main-slider__next.swiper-button-disabled {
      display: none; }
  .main-slider__next {
    right: 8px;
    left: unset; }
  .main-slider__prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .main-slider__pagination .swiper-pagination-bullets {
    bottom: 15px; }
  .main-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    outline: none;
    background-color: #e9e9e9;
    opacity: 1; }
  .main-slider__pagination .swiper-pagination-bullet-active {
    background: #0e2648; }
  .main-slider__title {
    max-width: 660px;
    margin-bottom: 12px;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 500; }
    .main-slider__title span {
      padding: 0 5px; }
  .main-slider__description {
    display: inline-block;
    padding: 0 5px; }

#main {
  -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; }

.map {
  z-index: 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__link {
    display: inline-block;
    padding: 0 12.5px;
    color: #000;
    white-space: nowrap; }
    .menu__link:hover {
      color: #2A3F8D; }
    .menu__link.active {
      font-weight: bold; }
  .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 .disabled {
    opacity: 0.5;
    pointer-events: none; }
  .modal__refund-prohibition .modal__title-center {
    width: 100%;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    text-align: center; }
  .modal__refund-prohibition .modal__text {
    text-align: left; }
  .modal_subscription {
    -webkit-transform: translateY(-50%);
    top: 50%;
    max-height: 95%;
    transform: translateY(-50%); }
    .modal_subscription .modal-body,
    .modal_subscription .modal__content,
    .modal_subscription .modal-dialog {
      overflow: visible; }
  .modal__button-refund {
    width: 100%; }
  .modal__close-refund {
    margin-left: auto;
    padding-top: 15px;
    padding-right: 15px; }
  .modal .modal__body-refund {
    padding: 48px; }
  .modal_place .modal-body {
    min-width: 90vw;
    max-width: 1200px; }
  .modal_place .modal-dialog {
    max-width: 1200px; }
  .modal__text-success {
    margin-bottom: 20px;
    padding-left: 8px; }
  .modal__text {
    padding-left: 8px;
    border-left: 2px solid #3669aa; }
    .modal__text span {
      text-decoration: underline; }
  .modal__line {
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background-color: #e3e5ec; }
  .modal_refund .modal__content {
    padding: 60px;
    padding-bottom: 30px; }
  .modal_refund .modal__text {
    text-align: center; }
  .modal_refund .modal__close {
    -webkit-filter: brightness(0);
    filter: brightness(0); }
    .modal_refund .modal__close:hover {
      -webkit-filter: brightness(100%);
      filter: brightness(100%); }
  .modal_refund-success .modal__title {
    font-size: 22px;
    font-weight: 700;
    text-align: left; }
  .modal_refund-success .modal__content {
    padding: 40px;
    padding-bottom: 30px; }
  .modal_refund-success .modal__text {
    text-align: left; }
    .modal_refund-success .modal__text span {
      -webkit-text-decoration: auto;
      font-weight: 700;
      text-decoration: auto; }
  .modal_refund-success .modal__text-red {
    color: #ed2337; }
  .modal_refund-success .modal__amount-refund {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #e3e5ec; }
    .modal_refund-success .modal__amount-refund_text {
      font-size: 16px;
      font-weight: 700; }
  .modal_refund-success .modal__amount {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px; }
    .modal_refund-success .modal__amount_text {
      color: grey;
      font-size: 14px;
      font-weight: 400; }
  .modal_refund-success .modal__buttons {
    margin-top: 24px; }
  .modal-dialog {
    pointer-events: auto; }
  .modal_primary {
    min-width: 470px;
    padding: 30px; }
  .modal-buttons {
    margin-top: 30px; }
    .modal-buttons_flex {
      -ms-flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .modal-buttons_flex .btn:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .modal-buttons_flex .btn ~ .btn {
        margin-left: 20px; }
  .modal-body {
    padding: 15px; }
  .modal-open {
    padding-right: 10px !important;
    overflow: hidden !important; }
    .modal-open .modal {
      scrollbar-color: rgba(42, 63, 141, 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(42, 63, 141, 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: 16px; }
    .modal__text_red {
      color: #ed2337; }
  .modal__buttons {
    text-align: center; }
  .modal__button {
    min-width: 96px; }
    .modal__button:not(:last-child) {
      margin-right: 15px; }

.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__content .modal__close-refund {
    top: 8px;
    right: 8px; }

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

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

.news {
  -webkit-box-shadow: 0px 1px 0px #ececec;
  z-index: 13;
  position: relative;
  position: sticky;
  top: 106px;
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0px 1px 0px #ececec; }

.swiper-button-disabled {
  width: 20px;
  height: 20px;
  opacity: 0.3;
  pointer-events: none; }

.news-slider {
  padding: 20px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px; }
  .news-slider__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: auto !important; }
  .news-slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    width: 100%;
    max-width: 1170px;
    margin: 22px auto; }
  .news-slider__icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 20px;
    min-height: 20px;
    margin-right: 16px;
    color: #EC691F; }
  .news-slider__text {
    pointer-events: none; }
    .news-slider__text p {
      display: inline;
      font-size: 14px;
      font-weight: 700; }
  .news-slider__count {
    display: inline;
    margin-right: 8px; }
  .news-slider__total-count {
    color: #b3b3b3; }
  .news-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 70px; }
  .news-slider__nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 25% 0 0 25%;
    background-color: #fff;
    cursor: default; }
  .news-slider__btn-prev {
    z-index: 7;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: 1px solid #2A3F8D;
    border-radius: 50%;
    cursor: pointer; }
    .news-slider__btn-prev::after {
      -webkit-transform: rotate(-135deg);
      z-index: 6;
      position: absolute;
      top: 7px;
      left: 8px;
      width: 6px;
      height: 6px;
      transform: rotate(-135deg);
      border-top: 1px solid #2A3F8D;
      border-right: 1px solid #2A3F8D;
      content: ""; }
  .news-slider__btn-next {
    z-index: 7;
    width: 20px;
    height: 20px;
    border: 1px solid #2A3F8D;
    border-radius: 50%;
    cursor: pointer; }
    .news-slider__btn-next::after {
      -webkit-transform: rotate(45deg);
      z-index: 6;
      position: absolute;
      top: 7px;
      right: 8px;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      border-top: 1px solid #2A3F8D;
      border-right: 1px solid #2A3F8D;
      content: ""; }

.news-block-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column; }
  .news-block-mobile__item {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 12px; }
  .news-block-mobile__icon {
    min-width: 20px;
    min-height: 20px;
    color: #EC691F; }
  .news-block-mobile__text {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400; }
    .news-block-mobile__text a {
      color: #2A3F8D;
      font-weight: 700; }
    .news-block-mobile__text strong {
      font-weight: 700; }

.notification {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
  padding-right: 46px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff; }
  .notification__exclamation_icon-desktop {
    -webkit-transform: translate(-57px, -10px);
    display: block;
    position: absolute;
    transform: translate(-57px, -10px);
    color: #2A3F8D; }
  .notification__exclamation_icon-mobile {
    display: none; }
  .notification .second {
    margin-top: 12px; }
  .notification__text {
    font-size: 20px; }
  .notification span {
    font-weight: 600; }
  .notification__title {
    margin-bottom: 12px;
    color: #2A3F8D;
    font-size: 20px;
    font-weight: 600; }

.notification-entrance__top {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 220px;
  padding: 40px;
  padding-right: 46px;
  padding-bottom: 25px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff; }

.notification-entrance__bottom {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 220px;
  padding: 40px;
  padding-top: 0px;
  padding-right: 46px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #fff; }

.notification-entrance__wrapper {
  display: block;
  margin-bottom: 200px; }

.notification-entrance__exclamation_icon-desktop {
  -webkit-transform: translate(-57px, -30px);
  display: block;
  position: absolute;
  transform: translate(-57px, -30px);
  color: #2A3F8D; }
  .notification-entrance__exclamation_icon-desktop.first {
    -webkit-transform: translate(-57px, -37px);
    transform: translate(-57px, -37px); }

.notification-entrance__exclamation_icon-mobile {
  display: none; }

.notification-entrance .second {
  margin-top: 8px; }

.notification-entrance__text {
  width: 98%;
  font-size: 20px; }

.notification-entrance span {
  font-weight: 600; }

.notification-entrance__title {
  margin-bottom: 12px;
  color: #2A3F8D;
  font-size: 20px;
  font-weight: 600; }

.order {
  margin-bottom: 5px; }
  .order-acquirings {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end; }
    .order-acquirings > * {
      margin-right: 20px; }
      .order-acquirings > *:last-child {
        margin-right: 0; }
  .order__low-mobile {
    display: none; }
  .order .teams__item {
    min-width: initial;
    max-width: initial; }
  .order__sub-event {
    margin-bottom: 20px;
    padding: 15px 15px 0 15px;
    border: 1px solid #e3e5ec;
    border-radius: 5px; }
  .order_history:has(.history__event-name-text_active) {
    padding-bottom: 0; }
  .order_history:has(.history__event-name-text_active) .order__item-wrap {
    padding-top: 0; }
  .order_history .tickets__category {
    display: none; }
  .order_history .ticket-item__content {
    border-color: #2A3F8D; }
  .order_history .order__item {
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
  .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_history .order__price {
    margin-bottom: 10px; }
  .order_history .order__info {
    -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; }
  .order_history .order__low-block:nth-child(2) {
    display: none; }
  .order_history .order__sub-event {
    margin-bottom: 0;
    padding: 0;
    border: none; }
  .order__item {
    margin-bottom: 40px;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff; }
    .order__item_history {
      margin-bottom: 0;
      padding: 0;
      border: none; }
    .order__item_service .order__info {
      margin-bottom: 0; }
    .order__item_service .order__event .order__wrapper {
      margin-bottom: 15px; }
    .order__item_service .order__delete {
      margin-bottom: 0; }
  .order__event + .order__event {
    margin-top: 30px; }
  .order__wrapper {
    -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;
    margin-bottom: 20px; }
  .order__left {
    max-width: 70%; }
    .order__left-link {
      display: block;
      margin-bottom: 5px;
      margin-left: -5px;
      padding: 5px;
      border: 1px solid transparent;
      border-radius: 5px; }
  .order__price strong {
    font-size: 20px; }
  .order__date {
    color: #00477a;
    font-size: 14px; }
  .order__name {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2; }
    .order__name:hover {
      opacity: 0.8; }
  .order__right {
    font-size: 14px;
    text-align: right; }
  .order__price {
    margin-bottom: 20px; }
  .order__event {
    position: relative; }
  .order__commission {
    margin-left: 40px;
    font-size: 14px; }
  .order__delete {
    position: relative;
    margin-right: -5px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
    color: #2A3F8D;
    text-align: left; }
    .order__delete:hover {
      color: #000; }
      .order__delete:hover .order__delete-icon {
        fill: #000; }
    .order__delete-icon {
      fill: #2A3F8D;
      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: 14px; }
    .order__info-time {
      margin-right: 25px; }
    .order__info-order {
      color: #8d95a9; }
    .order__info-number {
      margin-bottom: 20px;
      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: -26.4375em -22.8125em;
      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: #2A3F8D;
    font-size: 14px;
    font-weight: 500; }
    .order__time::before {
      -webkit-transform: translateY(-50%);
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 1.125em;
      height: 1.125em;
      transform: translateY(-50%);
      background-position: -5.5em -1.8125em;
      content: ""; }
  .order__low {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .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: #2A3F8D;
    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: -42.5em -38.375em;
      content: "";
      transition: -webkit-filter 0.3s;
      transition: filter 0.3s;
      transition: filter 0.3s, -webkit-filter 0.3s; }
    .order__revert:hover {
      color: #000; }
      .order__revert:hover::before {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
  .order__button {
    min-width: 240px; }
    .order__button_disabled {
      opacity: 0.5;
      pointer-events: none; }
  .order__message {
    display: none;
    margin-top: 10px; }
  .order__sum {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 700; }
  .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; }
  .order__pull {
    display: none; }
  .order__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;
    margin-bottom: 20px; }
  .order__prop {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
    text-align: right; }
  .order__value {
    font-weight: 700; }
  .order__old-price {
    font-size: 12px;
    text-decoration: line-through; }
  .order__was-refund-btn {
    padding: 5px 10px;
    border: 1px solid #ed2337;
    border-radius: 5px;
    color: #ed2337;
    font-size: 13px;
    font-weight: 500;
    pointer-events: none; }
  .order__name-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .order__name-image .order__name {
      margin-left: 20px; }

.overlay {
  display: none;
  z-index: 1252;
  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__wrapper {
    gap: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700; }
  .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: 700; }
    .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: -32.0625em -28.5625em;
          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: -32.0625em -28.5625em;
        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: #000;
    font-size: 14px; }
    .pagination a:hover {
      color: #2A3F8D; }

.performance-date__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold; }

.performance-date__day-num {
  margin-right: 10px;
  color: #2A3F8D;
  font-size: 48px;
  line-height: 56px; }

.performance-date__month {
  color: #2A3F8D;
  font-size: 20px;
  line-height: 23px;
  text-transform: lowercase; }

.performance-date__time {
  color: #6a737b;
  line-height: 19px;
  text-transform: uppercase;
  white-space: nowrap; }

.place {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 500; }
  .place::first-letter {
    text-transform: uppercase; }
  .place__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .place__icon {
    -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;
    width: 15px;
    height: 15px;
    margin-right: 10px; }

.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;
      height: 600px;
      margin-bottom: 0; }
    .places_subscription .places__open {
      display: none; }
  .places_service {
    width: 100%;
    min-width: 279px;
    max-width: 354px; }
    .places_service .interact-plan-info__item_work {
      width: auto;
      height: 55px;
      padding: 16px 20px;
      border-radius: 6px;
      background-color: #F3F3F3;
      font-size: 16px;
      font-weight: bold; }
  .places .interact-plan__svg {
    min-height: 0px;
    margin-bottom: 0px; }
  .places_event .places__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .places.active {
    opacity: 1; }
  .places__description {
    width: 100%;
    color: #000;
    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 #e0e0e0; }
    .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.125em;
        height: 1.125em;
        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: #000;
    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 {
    z-index: 2;
    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: #2A3F8D;
    font-size: 35px; }
  .places__name {
    width: 90%;
    font-weight: 700; }
  .places__name-image {
    -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; }
  .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: #000;
    white-space: nowrap; }
    .places__button.active {
      position: relative;
      color: #2A3F8D; }
      .places__button.active::after {
        display: block;
        z-index: 2;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #2A3F8D;
        content: ""; }
    .places__button:hover {
      color: #2A3F8D; }
  .places__content {
    position: relative;
    padding: 50px;
    padding-top: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px;
    background-color: #fff; }
  .places__svg-wrap {
    min-height: 600px; }
  .places__svg {
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center; }
    .places__svg.loading {
      -webkit-transition: opacity 0.3s;
      opacity: 0;
      transition: opacity 0.3s; }
    .places__svg.skeleton-loader {
      position: relative;
      overflow: hidden; }
      .places__svg.skeleton-loader::after {
        -webkit-transform: translateX(-100%);
        -webkit-animation: shimmer 2s infinite;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer 2s infinite;
        content: ""; }
      .places__svg.skeleton-loader g[mode="2"] rect,
      .places__svg.skeleton-loader g[mode="2"] ellipse,
      .places__svg.skeleton-loader g[mode="2"] circle,
      .places__svg.skeleton-loader g[mode="2"] polygon {
        fill: #d3d3d3 !important; }

@-webkit-keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
    .places__svg svg {
      fill: none;
      -webkit-transition: none;
      width: 100%;
      max-height: 600px;
      transition: none; }
    .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, .places__svg g.disabled, .places__svg g[free="0"] {
      opacity: 0.5;
      pointer-events: none; }
    .places__svg g.hidden-sector {
      opacity: 0 !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, .places__svg g.disabled {
      pointer-events: none; }
      .places__svg g.inactive rect,
      .places__svg g.inactive ellipse,
      .places__svg g.inactive circle,
      .places__svg g.inactive polygon, .places__svg g.disabled rect,
      .places__svg g.disabled ellipse,
      .places__svg g.disabled circle,
      .places__svg g.disabled 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: #2A3F8D !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__description {
    width: 100%;
    color: #000;
    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-right: -40px; }
    .places__info_sector {
      padding-bottom: 10px; }
      .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_sector .places__info-item_work {
        display: none; }
    .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-bottom: 0.5rem; }
      .places__info-item:not(:last-child) {
        margin-right: 40px; }
      .places__info-item_work .places__info-color {
        background-color: #2A3F8D; }
      .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-item_sector {
        display: none; }
    .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: #2A3F8D; }
  .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-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_service {
      display: block;
      margin-bottom: 27px;
      margin-left: 0;
      font-size: 18px; }
  .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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 50%;
    right: -25px;
    align-items: center;
    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: 700; }
  .places__sum {
    display: inline-block;
    margin-right: 30px;
    font-size: 24px;
    white-space: nowrap; }
  .places__discount {
    color: #2A3F8D; }
  .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: #2A3F8D;
    font-size: 14px; }
    .places__reset-icon {
      fill: #2A3F8D;
      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: #2A3F8D;
      font-size: 14px;
      transition: initial; }
      .places__reset-prices svg {
        -webkit-transition: initial;
        transition: initial; }
      .places__reset-prices:hover {
        color: #000; }
        .places__reset-prices:hover svg {
          fill: #000; }
    .places__reset:hover {
      color: #000; }
      .places__reset:hover svg {
        fill: #000; }
  .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: 15px;
    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: #2A3F8D; }
        .places__twice-item:first-child.active:hover {
          border-color: #2A3F8D;
          border-right-color: transparent;
          background-color: #fff;
          color: #2A3F8D; }
          .places__twice-item:first-child.active:hover:after {
            border-top-color: #2A3F8D;
            border-right-color: #2A3F8D;
            background-color: transparent; }
          .places__twice-item:first-child.active:hover .places__twice-number {
            border-color: #2A3F8D;
            color: #2A3F8D; }
      .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: #2A3F8D;
          border-right-color: #2A3F8D; }
        .places__twice-item:nth-child(2).active:before {
          border-right-color: #2A3F8D;
          border-bottom-color: #2A3F8D; }
        .places__twice-item:nth-child(2).active:hover {
          background-color: #2A3F8D;
          color: #fff; }
      .places__twice-item.inactive {
        pointer-events: none; }
      .places__twice-item.active {
        background-color: #2A3F8D;
        color: #ffffff; }
        .places__twice-item.active .places__twice-number {
          border-color: #fff;
          color: #fff; }
        .places__twice-item.active:hover {
          border-color: #2A3F8D;
          background-color: #fff;
          color: #2A3F8D; }
    .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; }

.play-info {
  position: relative;
  margin-bottom: 20px;
  padding: 8.5px 15px;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff;
  color: #76c3f8;
  font-size: 14px;
  text-align: center; }
  .play-info__close {
    -webkit-transform: translateY(-50%) scale(0.75);
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 5px;
    transform: translateY(-50%) scale(0.75);
    border: 2px solid transparent;
    border-radius: 5px; }

.price-category-select {
  margin-top: 8px;
  margin-bottom: 8px; }
  .price-category-select .dropdown__menu {
    padding: 15px; }
  .price-category-select .dropdown__item {
    margin-bottom: 10px; }
    .price-category-select .dropdown__item input {
      cursor: pointer; }
    .price-category-select .dropdown__item:last-child {
      margin-bottom: 0; }
  .price-category-select-price {
    margin-top: 8px;
    font-weight: bold; }
  .price-category-select-line {
    width: 100%;
    height: 1px;
    margin: 0;
    background-color: #2A3F8D;
    opacity: 50%; }
  .price-category-select__selected-name .icon {
    margin-right: 6px; }
  .price-category-select__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-weight: normal;
    text-transform: capitalize; }
    .price-category-select__item .icon {
      margin-right: 6px; }
    .price-category-select__item input {
      margin-top: 2px;
      margin-right: 10px; }
      .price-category-select__item input:checked:after {
        border-color: #2A3F8D; }
  .price-category-select__description {
    display: block;
    width: 100%;
    color: #6a737b;
    font-size: 12px;
    text-align: left; }

.price-legend {
  position: relative;
  margin: 0 10px 10px; }
  .price-legend_primary {
    border-color: #2A3F8D !important; }
    .price-legend_primary .price-legend__color {
      border: 1px solid #abb1c7;
      background-color: transparent !important; }
    .price-legend_primary .price-legend__input:checked ~ .price-legend__content .price-legend__color {
      border-color: #2A3F8D;
      background-color: #2A3F8D !important; }
  .price-legend__list {
    -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: 10px; }
  .price-legend__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #f3f3f3;
    transition: all 0.25s ease; }
    .price-legend__content:hover {
      border-color: inherit; }
  .price-legend__text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1; }
  .price-legend__input {
    z-index: -1;
    position: absolute;
    opacity: 0; }
    .price-legend__input:checked ~ .price-legend__content {
      border-color: inherit; }
  .price-legend__color {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    border-radius: 3px; }

.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: 1;
      pointer-events: none; }
    .promo.active .promo__button[disabled] {
      opacity: 0.5;
      pointer-events: none; }
  .promo.focus {
    border-color: #000; }
  .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: 9px 15px;
    border: solid 1px #000;
    border-radius: 3px; }
  .promo__input {
    width: 50%;
    padding: 0;
    border: none;
    background: transparent;
    color: #000; }
  .promo__button {
    -webkit-transition: border-color 0.3s;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: transparent;
    color: #2A3F8D;
    opacity: 0.5;
    pointer-events: none;
    transition: border-color 0.3s; }
    .promo__button.active {
      position: relative;
      padding-left: 25px;
      color: #70B745;
      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: #70B745; }
    .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: 700;
    text-transform: uppercase; }
  .purchase__all {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #2A3F8D;
    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: #2A3F8D;
    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: -10.9375em -7.25em;
      content: ""; }
    .purchase__clear:hover {
      color: #000; }
      .purchase__clear:hover::before {
        -webkit-filter: brightness(0);
        filter: brightness(0); }
  .purchase__sum {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px; }

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

.service_main {
  margin-bottom: -20px; }

.service_page {
  height: 100%; }
  .service_page .service__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 24px; }
    .service_page .service__title-text {
      margin-right: 20px; }
  .service_page .service__form {
    height: 100%; }
  .service_page .service__text {
    margin-bottom: 40px; }

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

.service__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
  overflow: hidden;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff; }

.service__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;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  max-width: 120px;
  min-height: 160px;
  max-height: 160px; }

.service__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
  padding-right: 30px; }

.service__title {
  font-weight: 700; }

.service__text {
  margin-bottom: 5px;
  font-size: 14px; }

.service__price {
  color: #6a737b;
  font-size: 14px;
  font-weight: 700; }

.service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 60px;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff; }

.service__form {
  -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;
  margin-top: auto; }

.service__img {
  -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;
  min-width: 210px;
  max-width: 210px;
  min-height: 280px;
  max-height: 280px;
  margin-right: 30px;
  border: 1px solid #e3e5ec;
  border-radius: 5px; }

.service__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.service__blocks {
  -ms-grid-columns: 1fr 1fr;
  grid-gap: 30px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr; }

.service__small-text {
  margin-top: 10px;
  font-size: 12px; }
  .service__small-text::before {
    display: inline-block;
    padding-right: 3px;
    color: #ff0000;
    content: "*"; }

.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;
  text-align: center; }

.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: #2A3F8D;
    font-size: 14px; }
    .short-text__more span {
      position: relative; }
    .short-text__more:hover {
      color: rgba(42, 63, 141, 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); }

.site-error {
  padding: 85px 0; }
  .site-error__center {
    -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;
    text-align: center; }
  .site-error__image {
    margin-bottom: 40px; }
  .site-error__title {
    margin-bottom: 20px;
    color: #2A3F8D;
    font-size: 32px;
    font-weight: 900; }
  .site-error__text {
    margin-bottom: 40px; }

.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 {
  border: 1px solid transparent;
  border-radius: 5px; }
  .social__link:hover {
    -webkit-filter: invert(15%) sepia(95%) saturate(6855%) hue-rotate(198deg) brightness(94%) contrast(101%);
    filter: invert(15%) sepia(95%) saturate(6855%) hue-rotate(198deg) brightness(94%) 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: #000; }
  .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); }

.success-modal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 1050;
  position: fixed;
  top: 120px;
  left: 0;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .success-modal_active {
    visibility: visible;
    opacity: 1; }
  .success-modal__content {
    position: absolute;
    top: 50px;
    width: 300px;
    height: 300px;
    background-color: black; }
  .success-modal .modal-dialog {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none; }
  .success-modal .modal__content {
    border: 1px solid #72bf44;
    border-radius: 4px;
    background-color: #eafbe7; }
  .success-modal .modal-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 20px; }
  .success-modal__img {
    margin-right: 12px; }
  .success-modal__text {
    margin-right: 24px;
    font-size: 14px;
    font-weight: 700; }
  .success-modal__button {
    position: static !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 {
    height: 100%;
    border-radius: 4px; }
    .switch__inner :before {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 5px;
      color: rgba(255, 255, 255, 0.8);
      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: #fff;
      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: #fff; }
    .switch__knobs:before {
      background-color: rgba(255, 255, 255, 0.8); }
  .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: #fff; }

.teams {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px; }
  .teams_order {
    margin-bottom: 0; }
    .teams_order .teams__wrapper {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .teams_main {
    position: relative; }
    .teams_main .teams__item {
      -webkit-transform: translateY(-50%);
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .teams_main .teams__item:first-child {
        right: 100%;
        text-align: right; }
      .teams_main .teams__item:last-child {
        left: 100%; }
    .teams_main .teams__name {
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box !important;
      overflow: hidden;
      text-overflow: ellipsis; }
    .teams_main .teams__info {
      margin-top: 0; }
  .teams_page {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto; }
    .teams_page .teams__wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .teams_page .teams__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      min-width: 200px;
      padding: 30px;
      border: 1px solid #e0e0e0;
      border-radius: 5px;
      text-align: center; }
      .teams_page .teams__item:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .teams_page .teams__item:last-child .teams__image {
          margin-right: 0; }
    .teams_page .teams__game {
      display: block;
      margin-top: 75px;
      font-size: 20px; }
    .teams_page .teams__info .teams__time ~ .teams__game {
      margin-top: 0; }
    .teams_page .teams__image {
      width: 100px;
      height: 100px;
      margin-bottom: 20px; }
    .teams_page .teams__desc {
      margin-right: 0; }
  .teams_subscription .teams__link {
    display: block;
    pointer-events: none; }
  .teams_verification {
    margin-bottom: 0; }
    .teams_verification .teams__wrapper {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .teams_verification .teams__item {
      min-width: initial; }
  .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: 230px; }
    .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__desc {
        margin-right: 0; }
      .teams__item:last-child .teams__image {
        margin-right: 20px; }
  .teams__desc {
    margin-right: 20px; }
  .teams__name {
    -webkit-transition: color 0.3s;
    color: #000;
    font-weight: 700;
    transition: color 0.3s; }
  .teams__city {
    color: #6a737b;
    font-size: 12px;
    white-space: nowrap; }
  .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;
    color: #000000; }
  .teams__game {
    white-space: nowrap; }
  .teams__date, .teams__time {
    color: #2A3F8D;
    font-weight: 700; }
  .teams__date {
    margin-bottom: 10px;
    font-size: 24px; }
  .teams__time {
    margin-bottom: 25px; }

.ticket-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-height: 110px; }
  .ticket-item_large {
    min-width: 180px; }
    .ticket-item_large .ticket-item__content {
      padding: 12px; }
  .ticket-item_short {
    min-width: auto;
    min-height: auto;
    text-align: center; }
    .ticket-item_short .ticket-item__content {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 9px 15px; }
  .ticket-item_inactive {
    border-color: #e0e0e0; }
    .ticket-item_inactive .ticket-item__remove-button {
      display: none; }
  .ticket-item__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;
    width: 100%;
    height: 100%;
    padding: 20px 12px;
    border: 2px solid #142151;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    line-height: 130%;
    text-align: left; }
  .ticket-item__sector, .ticket-item__place {
    min-width: 75px;
    max-width: 140px;
    margin-bottom: 8px; }
  .ticket-item__refund-status {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #ed2337;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .ticket-item__place {
    font-weight: 700; }
    .ticket-item__place-price {
      display: block;
      font-weight: 700; }
  .ticket-item__bottom {
    width: 100%; }
  .ticket-item__remove-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 8px;
    right: 6px;
    width: 15px;
    height: 15px;
    color: #2A3F8D; }
    .ticket-item__remove-button:hover {
      color: #000; }

.ticket-refund {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .ticket-refund:not(:last-child) {
    margin-bottom: 16px; }
  .ticket-refund:last-child {
    margin-bottom: 16px; }
  .ticket-refund__price-wrapper {
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .ticket-refund__old-price {
    display: none;
    color: #6a737b;
    font-weight: 700;
    text-decoration: line-through; }
    .ticket-refund__old-price[is-show="true"] {
      display: block; }
  .ticket-refund__price {
    font-weight: 600; }
  .ticket-refund_info {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; }
  .ticket-refund_price {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; }
  .ticket-refund__non-refundable {
    opacity: 0.5;
    pointer-events: none; }

.ticket__category-read-only {
  margin-top: 8px;
  margin-bottom: 8px; }

.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; }
    .tickets_fixed.active {
      display: block !important;
      opacity: 1; }
    .tickets_fixed .ticket-item_large:not(:first-child) {
      margin-left: -92px !important; }
    .tickets_fixed .ticket-item:not(:first-child) {
      z-index: 2;
      margin-left: -90px; }
    .tickets_fixed .ticket-item:hover:not(.ticket-item_large) {
      z-index: 3 !important;
      border-color: #2A3F8D !important; }
      .tickets_fixed .ticket-item:hover:not(.ticket-item_large):not(:first-child) {
        margin-left: -60px; }
      .tickets_fixed .ticket-item:hover:not(.ticket-item_large) ~ .ticket-item {
        -webkit-transition: 0.3s ease-out;
        position: relative;
        left: 40px;
        transition: 0.3s ease-out; }
    .tickets_fixed .ticket-item__content {
      min-width: 180px; }
    .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: all 0.3s;
      -webkit-transform: initial !important;
      display: inline-block;
      margin-bottom: 0;
      margin-left: 0;
      transform: initial !important;
      box-shadow: 0 -1px 0 0 transparent;
      font-size: 14px;
      transition: all 0.3s; }
      .tickets_fixed .tickets__item:hover, .tickets_fixed .tickets__item:focus-within {
        z-index: 2;
        min-width: 224px;
        border-color: #2A3F8D !important; }
        .tickets_fixed .tickets__item:hover .tickets__remove, .tickets_fixed .tickets__item:focus-within .tickets__remove {
          opacity: 1; }
        .tickets_fixed .tickets__item:hover ~ .tickets__item, .tickets_fixed .tickets__item:focus-within ~ .tickets__item {
          -webkit-transition: 0.3s ease-out;
          position: relative;
          left: 40px;
          transition: 0.3s ease-out; }
      .tickets_fixed .tickets__item:after, .tickets_fixed .tickets__item::before {
        display: none; }
      .tickets_fixed .tickets__item:not(:first-child) {
        margin-left: -60px; }
      .tickets_fixed .tickets__item:last-child {
        min-width: 200px; }
    .tickets_fixed .tickets__content {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .tickets_event {
    margin-bottom: 0; }
  .tickets_sub .ticket-item {
    margin-bottom: 20px;
    margin-left: 20px; }
  .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;
    font-size: 14px;
    font-weight: 500; }
  .tickets_sub .tickets__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 25px !important;
    border-color: #2A3F8D !important;
    font-weight: 500; }
    .tickets_sub .tickets__content div:last-child {
      width: 100%;
      text-align: center; }
  .tickets_sub .tickets__sector {
    margin-right: 5px;
    margin-bottom: 0; }
  .tickets_sub .tickets__place {
    font-weight: 500; }
    .tickets_sub .tickets__place-price {
      -webkit-transform: translateX(-50%);
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
  .tickets_sub .tickets__remove {
    display: none; }
  .tickets_order .tickets__items {
    margin-left: 0; }
    .tickets_order .tickets__items .ticket-item {
      margin-right: 15px;
      margin-bottom: 15px; }
  .tickets_order .tickets__item {
    min-width: 180px; }
  .tickets_service .tickets__items {
    margin-left: -20px; }
  .tickets_small .tickets__item {
    border: none; }
  .tickets_small .tickets__content {
    border: 2px solid #757575; }
    .tickets_small .tickets__content:before, .tickets_small .tickets__content:after {
      display: none; }
  .tickets_inactive .tickets__items .tickets__content {
    border-color: #b5bacd; }
    .tickets_inactive .tickets__items .tickets__content::before, .tickets_inactive .tickets__items .tickets__content::after {
      border-color: #b5bacd; }
  .tickets_inactive .tickets__sector, .tickets_inactive .tickets__place {
    color: #b5bacd; }
  .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: #000; }
  .tickets__price {
    color: #000;
    font-weight: 700;
    text-align: right;
    white-space: nowrap; }
  .tickets__bottom {
    -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%; }
  .tickets__items {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px; }
    .tickets__items .place {
      display: none; }
    .tickets__items_inactive .tickets__content {
      border-color: #e3e5ec !important; }
      .tickets__items_inactive .tickets__content:after, .tickets__items_inactive .tickets__content:before {
        border-color: #e3e5ec !important; }
    .tickets__items_inactive .tickets__remove {
      display: none; }
    .tickets__items_inactive .ticket-item__content {
      width: 100%;
      min-width: 224px;
      height: 100%;
      padding: 18px 15px; }
    .tickets__items_inactive .ticket-item__bottom {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between; }
    .tickets__items_inactive .ticket-item__place-price {
      margin-top: 0; }
    .tickets__items_inactive .ticket__category {
      margin: 0;
      color: #000; }
    .tickets__items_split .place {
      display: block;
      margin-bottom: 10px; }
    .tickets__items_split .tickets__item {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-width: 100%;
      border: none;
      font-size: 14px; }
    .tickets__items_split .tickets__remove {
      display: none; }
    .tickets__items_split .tickets__content {
      display: block;
      position: relative;
      padding: 10px 15px;
      border: 2px solid #e3e5ec;
      border-radius: 5px;
      text-align: center; }
      .tickets__items_split .tickets__content::after, .tickets__items_split .tickets__content::before {
        display: none; }
      .tickets__items_split .tickets__content::before {
        border-right-color: #e3e5ec; }
  .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;
    max-width: 224px;
    min-height: 103px;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 2px solid #2A3F8D;
    border-radius: 5px;
    background-color: #fff;
    text-align: left; }
    .tickets__item.no-switch {
      border-color: #2A3F8D; }
      .tickets__item.no-switch .tickets__category {
        display: none; }
  .tickets__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -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: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 14px 17px;
    font-size: 14px; }
  .tickets__sector.hide, .tickets__amount.hide {
    display: none; }
  .tickets__sector:first-letter, .tickets__place:first-letter {
    text-transform: capitalize; }
  .tickets__sector,
  .tickets__place .js-ticket-place {
    display: block;
    margin-bottom: 3px; }
  .tickets__place {
    font-weight: 700; }
    .tickets__place-price {
      display: block;
      font-weight: 700; }
  .tickets__category {
    margin-left: 15px;
    white-space: nowrap; }
    .tickets__category.color-light-green:hover {
      color: #76c3f8; }
    .tickets__category.color-light-primary:hover {
      color: #2A3F8D; }
  .tickets__remove {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transform: scale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transform: scale(1);
    background-color: transparent;
    color: #2A3F8D;
    opacity: 1; }
    .tickets__remove-button {
      border: 1px solid transparent;
      border-radius: 5px;
      color: #2A3F8D; }
      .tickets__remove-button:hover {
        color: #000; }
  .tickets__download {
    width: 100%;
    padding: 12.5px;
    border-top: solid 1px rgba(151, 151, 151, 0.53);
    color: #2A3F8D; }
    .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: -16.5625em -12.875em;
        content: ""; }
      .tickets__download span::after {
        -webkit-transition: width 0.3s;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #2A3F8D;
        content: "";
        transition: width 0.3s; }
    .tickets__download:hover {
      color: #2A3F8D; }
      .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-right: 30px;
  color: #2A3F8D;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap; }
  .time_center {
    margin-right: 0; }
  .time__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .time__icon {
    -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;
    width: 15px;
    height: 15px;
    margin-right: 10px; }

.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: #fafafa; }

.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;
  -webkit-transform: translateX(50%) scale(0.625);
  display: none;
  position: sticky;
  right: 0;
  bottom: 10vh;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  padding: 0;
  transform: translateX(50%) scale(0.625);
  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: translateX(50%) scale(0.8);
    transform: translateX(50%) scale(0.8); }

.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: 12;
  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_red {
    -webkit-transform: translate(-20%, -150%);
    position: absolute;
    max-width: 283px;
    padding: 16px 24px 16px 12px;
    transform: translate(-20%, -150%);
    border: 1px solid #ED2337;
    border-radius: .25rem;
    background-color: #FCECEA;
    color: black;
    text-align: center; }
  .tooltip-info__close {
    position: absolute;
    top: 8px;
    right: 8px; }
  .tooltip-info::after {
    -webkit-transform: translateX(-50%);
    display: block;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #fff;
    content: ""; }
  .tooltip-info__price {
    font-size: 18px;
    font-weight: 700; }
  .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: 700; }
  .top__link {
    z-index: 2;
    font-size: 14px; }
    .top__link:hover {
      color: #000; }

.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: 3px 0 !important;
  overflow: hidden;
  border: solid 1px #000 !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: -28.3125em -24.8125em; }

.warning {
  margin-bottom: 1rem;
  color: #2A3F8D;
  font-weight: 700;
  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; }

.interact-plan-controls {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0; }
  .interact-plan-controls__item {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.3s;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #2A3F8D;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .interact-plan-controls__item:active {
      -webkit-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8); }
    .interact-plan-controls__item:not(:last-child) {
      margin-bottom: 10px; }
    .interact-plan-controls__item:hover {
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
    .interact-plan-controls__item:hover, .interact-plan-controls__item:active, .interact-plan-controls__item:focus {
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.interact-plan-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-right: -40px;
  padding-bottom: 10px; }
  .interact-plan-info_sector .interact-plan-info__item:not([class*="interact-plan-info__item_sector"]) {
    display: none; }
  .interact-plan-info_sector .interact-plan-info__item_sector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .interact-plan-info_sector .interact-plan-info__item_work {
    display: none; }
  .interact-plan-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-bottom: 0.5rem; }
    .interact-plan-info__item:not(:last-child) {
      margin-right: 40px; }
    .interact-plan-info__item_work .interact-plan-info__color {
      background-color: #2A3F8D; }
    .interact-plan-info__item_disabled .interact-plan-info__color {
      background-color: #d3d3d3; }
    .interact-plan-info__item_sector {
      display: none; }
  .interact-plan-info__color {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 5px; }
  .interact-plan-info__clear {
    display: none;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #ed2337;
    cursor: pointer; }
    .interact-plan-info__clear:hover {
      opacity: 0.8; }
    .interact-plan-info__clear img {
      margin-right: 10px; }
  .interact-plan-info__reset {
    display: none;
    position: relative;
    margin-left: 50px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #2A3F8D;
    font-size: 14px; }
    .interact-plan-info__reset svg {
      fill: #2A3F8D;
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle; }
    .interact-plan-info__reset-prices {
      -webkit-transition: initial;
      color: #2A3F8D;
      font-size: 14px;
      transition: initial; }
      .interact-plan-info__reset-prices svg {
        -webkit-transition: initial;
        transition: initial; }
      .interact-plan-info__reset-prices:hover {
        color: #000; }
        .interact-plan-info__reset-prices:hover svg {
          fill: #000; }
    .interact-plan-info__reset:hover {
      color: #000; }
      .interact-plan-info__reset:hover svg {
        fill: #000; }

.interact-plan {
  position: relative;
  width: 100%; }
  .interact-plan g[mode] circle,
  .interact-plan g[mode] rect,
  .interact-plan g[mode] ellipse,
  .interact-plan g[mode] polygon {
    stroke: none !important; }
  .interact-plan g[mode] text {
    fill: #fff !important; }
  .interact-plan.openedSector g[mode] circle text,
  .interact-plan.openedSector g[mode] rect text,
  .interact-plan.openedSector g[mode] ellipse text,
  .interact-plan.openedSector g[mode] polygon text {
    fill: #fff !important;
    font-size: 7px !important; }
    .interact-plan.openedSector g[mode] circle text:not([transform]),
    .interact-plan.openedSector g[mode] rect text:not([transform]),
    .interact-plan.openedSector g[mode] ellipse text:not([transform]),
    .interact-plan.openedSector g[mode] polygon text:not([transform]) {
      -webkit-transform: translate(1px, -1px);
      transform: translate(1px, -1px); }
  .interact-plan__svg {
    -ms-touch-action: none;
    min-height: 300px;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
    touch-action: none; }
    .interact-plan__svg.loading {
      -webkit-transition: opacity 0.3s;
      opacity: 0;
      transition: opacity 0.3s; }
    .interact-plan__svg.skeleton-loader {
      position: relative;
      overflow: hidden; }
      .interact-plan__svg.skeleton-loader::after {
        -webkit-transform: translateX(-100%);
        -webkit-animation: shimmer 2s infinite;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer 2s infinite;
        content: ""; }
      .interact-plan__svg.skeleton-loader g[mode="2"] rect,
      .interact-plan__svg.skeleton-loader g[mode="2"] ellipse,
      .interact-plan__svg.skeleton-loader g[mode="2"] circle,
      .interact-plan__svg.skeleton-loader g[mode="2"] polygon {
        fill: #d3d3d3 !important; }

@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
    .interact-plan__svg svg {
      fill: none;
      -webkit-transition: none;
      width: 100%;
      transition: none; }
    .interact-plan__svg g[class*="active"], .interact-plan__svg g[class*="in-cart"], .interact-plan__svg g[view], .interact-plan__svg g[view_id] {
      cursor: pointer; }
    .interact-plan__svg g.inactive, .interact-plan__svg g.disabled, .interact-plan__svg g[free="0"] {
      opacity: 0.5;
      pointer-events: none; }
    .interact-plan__svg g.default rect,
    .interact-plan__svg g.default ellipse,
    .interact-plan__svg g.default circle,
    .interact-plan__svg g.default polygon {
      fill: #d3d3d3 !important; }
    .interact-plan__svg g.inactive, .interact-plan__svg g.disabled {
      pointer-events: none; }
      .interact-plan__svg g.inactive rect,
      .interact-plan__svg g.inactive ellipse,
      .interact-plan__svg g.inactive circle,
      .interact-plan__svg g.inactive polygon, .interact-plan__svg g.disabled rect,
      .interact-plan__svg g.disabled ellipse,
      .interact-plan__svg g.disabled circle,
      .interact-plan__svg g.disabled polygon {
        fill: #ccc !important; }
    .interact-plan__svg g.gray rect,
    .interact-plan__svg g.gray ellipse,
    .interact-plan__svg g.gray circle,
    .interact-plan__svg g.gray polygon {
      fill: #9b9b9b !important; }
    .interact-plan__svg g.in-cart {
      opacity: 1;
      pointer-events: auto; }
      .interact-plan__svg g.in-cart rect,
      .interact-plan__svg g.in-cart ellipse,
      .interact-plan__svg g.in-cart circle,
      .interact-plan__svg g.in-cart polygon {
        fill: #2A3F8D !important; }
    .interact-plan__svg g text {
      fill: #fff;
      cursor: pointer; }
    .interact-plan__svg g polygon {
      cursor: pointer; }
    .interact-plan__svg tspan {
      cursor: pointer; }

.i-modal {
  scrollbar-color: rgba(42, 63, 141, 0.3) rgba(46, 43, 57, 0.3); }
  .i-modal::-webkit-scrollbar {
    width: 10px; }
  .i-modal::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(42, 63, 141, 0.3); }
  .i-modal .modal-dialog-centered {
    text-align: center; }
  .i-modal_large .i-modal__dialog {
    width: 100%;
    max-width: 1250px; }
  .i-modal__close {
    z-index: 3;
    position: absolute;
    top: 15px;
    right: 15px; }
    .i-modal__close svg {
      fill: #000; }
    .i-modal__close:hover svg {
      fill: #2A3F8D; }
  .i-modal__content {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background-color: #fff; }
  .i-modal__body {
    padding: 30px 60px 40px; }
  .i-modal__dialog {
    pointer-events: auto; }
  .i-modal__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }

.i-service-ticket {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px; }
  .i-service-ticket__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: 10px; }
  .i-service-ticket__name, .i-service-ticket__price {
    font-size: 20px;
    font-weight: 700; }
  .i-service-ticket__price {
    white-space: nowrap; }

.i-count__wrapper {
  -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; }

.i-count__input {
  -moz-appearance: textfield;
  width: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  pointer-events: none; }
  .i-count__input::-webkit-outer-spin-button, .i-count__input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

.i-count__minus, .i-count__plus {
  -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: 40px;
  height: 40px;
  padding: 4px 10px;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  background-color: transparent;
  color: #2A3F8D; }
  .i-count__minus:hover, .i-count__plus:hover {
    border-color: #2A3F8D; }
  .i-count__minus[disabled], .i-count__plus[disabled] {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    opacity: 0.1; }

.interact-plan__svg svg g.hidden-sector {
  opacity: 0 !important; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; }
    .i-modal__dialog_wide {
      max-width: 100%;
      margin-left: 20px; } }

@media (min-width: 767px) {
      .tickets_fixed {
        display: block !important; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
    .banner__center {
      width: 750px; }
  .container {
    max-width: 768px !important; }
    .price-category-select_top .dropdown__menu {
      top: auto;
      bottom: 100%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .modal-lg,
  .modal-xl {
    max-width: 800px; }
    .banner__center {
      width: 970px; } }

@media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; }
    h2 {
      font-size: 2rem; }
    h3 {
      font-size: 1.75rem; }
    h4 {
      font-size: 1.5rem; }
    legend {
      font-size: 1.5rem; }
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1130px; }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .modal-xl {
    max-width: 1140px; }
    .banner__center {
      width: 1200px; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

@media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1200px !important; }
  .interact-plan__svg svg {
    height: 100%; } }

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .dropdown_filter {
    min-width: 180px; }
    .dropdown_filter:last-child {
      position: absolute;
      bottom: 0;
      left: 0; } }

@media (max-width: 1024px) and (min-width: 767px) {
    .events_main .events__item {
      padding: 15px 20px; }
    .events__info {
      min-width: 130px;
      max-width: 130px; }
    .events__right {
      min-width: 115px; }
    .events__teams-link {
      max-width: 60%; }
    .events__some {
      padding: 3px 8px; }
      .events__some-hide, .events__some-active {
        display: none !important; }
      .events__some-mobile {
        display: block !important; }
    .filter {
      position: relative; }
      .filter__clear {
        position: absolute;
        right: 15px;
        bottom: 0; }
      .filter__fields {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%; }
      .filter__dropdowns {
        -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;
        padding-bottom: 10px; }
      .filter__dropdown:last-child {
        position: absolute;
        bottom: 0;
        left: 0;
        min-width: 220px; }
      .filter__date {
        min-width: 180px; }
    .footer__inner {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between; }
    .footer__wrapper {
      margin-left: -20px; }
    .footer__item {
      width: 100%; }
    .footer__bottom .footer__item {
      text-align: right; }
      .footer__bottom .footer__item_brand {
        -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; }
    .footer__brand {
      margin-right: -10px; }
    .header {
      right: 0;
      width: auto; }
  .social__items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media screen and (max-width: 1024px) and (min-width: 767px) and (orientation: portrait) {
    .filter {
      padding-bottom: 50px; } }

@media screen and (max-width: 1024px) and (min-width: 767px) and (orientation: landscape) {
    .filter {
      padding-bottom: 40px; } }

@media (max-width: 767px) and (max-width: 576px) {
    .i-modal_mobile-news .modal-dialog {
      height: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media screen and (max-width: 1400px) {
    .main-slider__prev.swiper-button-prev {
      left: 15px; }
    .main-slider__next.swiper-button-next {
      right: 15px; }
    .main-slider__navigation .container {
      position: unset; } }

@media screen and (max-width: 1250px) {
    .header {
      padding: 20px 0; }
    .menu__link {
      padding: 0 5px;
      font-size: 14px; } }

@media (max-width: 1250px) {
    .logo {
      max-width: 120px;
      margin-right: 30px; }
  .news {
    position: sticky;
    top: 76px; }
    .tickets_fixed .ticket-item_large:not(:first-child) {
      margin-left: -60px !important; } }

@media (max-width: 1200px) {
        .events_plays .events__col {
          width: 25%; }
      .places__total {
        width: 100%; }
      .places__commission {
        width: 100%; } }

@media (max-width: 1024px) {
    .tablet {
      display: block !important; }
  .desktop {
    display: none !important; }
  .hidden-medium-down {
    display: none !important; }
    .access__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      position: relative;
      flex-direction: column; }
    .access__left {
      max-width: 100%;
      margin-bottom: 10px; }
    .access__arrow {
      display: none; }
    .access__right {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
    .access__close {
      -webkit-transform: scale(0.75);
      position: absolute;
      top: -20px;
      right: -5px;
      transform: scale(0.75); }
  .dropdown_header {
    display: none;
    margin-bottom: 10px; }
  .dropdown_user .dropdown__btn {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #000;
    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;
    overflow: visible;
    background-color: transparent;
    box-shadow: none; }
  .dropdown_user .dropdown__item {
    margin-top: 0 !important;
    margin-left: -12px; }
  .dropdown_user .dropdown__icon {
    display: none; }
  .dropdown_user .dropdown__link {
    position: relative;
    padding: 10px 15px;
    color: #000; }
    .dropdown_user .dropdown__link::after {
      -webkit-transform: translateX(-46%);
      display: block;
      position: absolute;
      bottom: 5px;
      left: 50%;
      width: calc(100% - 20px);
      height: 1px;
      transform: translateX(-46%);
      content: ""; }
  .dropdown_filter {
    display: block; }
    .dropdown_filter:not(:last-child) {
      margin-bottom: 20px; }
    .filter_no-banner {
      margin-top: -20px; }
    .footer__wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer__item {
      -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: 20px; }
    .footer__bottom .footer__item:not(:last-child) {
      margin-bottom: 10px; }
    .footer__dash {
      display: none; }
    .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: 16px;
        right: 15px; }
        .hamburger.opened .hamburger__icon {
          width: 1.3125em;
          height: 1.3125em;
          background-position: -10.9375em -7.25em; }
  .news {
    top: 71px; }
    .play-info {
      padding: 8.5px 35px 8.5px 15px; }
    .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; }
    .to-top {
      -webkit-transform: scale(0.625);
      bottom: initial;
      margin-right: -15px;
      transform: scale(0.625); }
      .to-top:hover {
        -webkit-transform: scale(0.8);
        transform: scale(0.8); }
    .tooltip-info_red {
      -webkit-transform: translate(-1%, -145%);
      transform: translate(-1%, -145%); } }

@media (max-width: 991px) {
  .history__t-head {
    display: none; }
  .history__header {
    -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;
    border-radius: 5px 5px 0px 0px; }
  .history__status {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    order: 1;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(114, 191, 68, 0.5);
    border-radius: 5px 5px 0px 0px;
    background-color: #F4FFEE; }
    .history__status_expect {
      background: #3669aa;
      color: #fff; }
      .history__status_expect svg {
        stroke: #fff; }
    .history__status_refund {
      border: 1px solid rgba(237, 35, 55, 0.46);
      background: #FFF5F6; }
    .history__status_part {
      border: 1px solid rgba(237, 153, 55, 0.5);
      background-color: #FFF7EE; }
  .history__item {
    padding: 0;
    border-top: 0;
    border-radius: 4px; }
    .history__item .order__item-wrap {
      margin-top: -4px;
      padding: 0; }
  .history .order__item {
    margin-bottom: 0;
    padding: 0 16px !important;
    border: none; }
  .history .event-name {
    font-size: 16px;
    line-height: 120%; }
  .history__purchase-date, .history__event-name, .history__order-number, .history__price {
    width: 100%;
    padding: 0 16px; }
  .history__purchase-date, .history__order-number, .history__price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 8px; }
    .history__purchase-date span, .history__order-number span, .history__price span {
      display: initial; }
  .history__event-name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 16px 0; }
  .history__left {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 16px;
    padding: 0 16px; }
  .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;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .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__button_download {
    font-weight: 400; }
    .history__button_download:hover {
      background-color: #fff;
      color: #2A3F8D; }
    .history__button_download:hover {
      background-color: #fff;
      color: #2A3F8D; }
    .history__button_download:not(:last-child) {
      margin-right: 0; }
  .history__wallet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: 7.5px 25px;
    color: #2A3F8D;
    font-size: 14px;
    font-weight: 700;
    font-weight: 400; }
    .history__wallet svg {
      margin-right: 10px; }
    .history__wallet-wrapper {
      position: relative;
      width: 50%;
      margin-bottom: 0px;
      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__wallet-wrapper_subscription {
        width: 100%; }
        .history__wallet-wrapper_subscription:after {
          display: none; }
      .history__wallet-wrapper .dropdown-menu {
        left: -10px; }
      .history__wallet-wrapper .dropdown-item {
        white-space: initial; }
  .history__download {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    padding: 0;
    border: none;
    font-size: 14px; }
    .history__download svg {
      margin-right: 10px; }
  .history__button_refund {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: none; }
  .history__button_print {
    display: none; }
  .history .order__left-right {
    width: 100%; }
  .history__header .history__status {
    display: none; }
  .history__header .history__event-name-text {
    display: none; }
  .history__header-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    display: block;
    order: 1; }
    .history__header-mobile__status {
      display: block; }
  .history__header {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    .order_history {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column; }
    .order__item-wrap {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .order__low {
      display: block; }
    .time__wrapper_history {
      margin-bottom: 8px; } }

@media (max-width: 767px) {
        .body_overlay .dropdown_header {
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 5px 20px 10px;
          background-color: #ffffff; }
      .body_overlay .header {
        z-index: 2001; }
    .mobile {
      display: inline-block !important; }
  .tablet-and-desktop {
    display: none !important; }
    .access {
      padding-bottom: 0; }
      .access__fill {
        margin-bottom: 20px;
        font-size: 12px; }
      .access__no-more {
        margin-bottom: 20px;
        margin-left: -5px; }
      .access__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .back {
      display: none;
      margin-top: 10px;
      margin-left: 10px;
      text-align: left; }
      .back_subscription {
        display: block;
        margin-left: -5px; }
      .back__text {
        display: none; }
    .banner {
      margin-top: -20px;
      margin-bottom: 15px; }
      .banner__image {
        height: 200px;
        min-height: 200px; }
      .banner__img {
        width: 40px;
        height: 40px; }
      .banner__center {
        -webkit-transform: translateX(0);
        position: static;
        transform: translateX(0); }
      .banner__title {
        display: none; }
      .banner__teams {
        -webkit-box-shadow: 0 2px 10px #dce1f0;
        margin-top: -60px;
        margin-right: auto;
        margin-left: auto;
        padding: 15px;
        box-shadow: 0 2px 10px #dce1f0; }
      .banner__with {
        max-width: 30px; }
      .banner__name {
        font-size: 16px; }
      .banner__buy {
        margin-right: auto;
        margin-left: auto;
        padding: 10px;
        font-size: 18px; }
        .banner__buy img {
          margin-top: -1px; }
        .banner__buy span {
          display: inline-block;
          vertical-align: middle; }
    .bookings_history {
      margin-bottom: 0; }
    .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;
      padding-right: 0; }
      .bookings__top .teams {
        margin-bottom: 20px; }
    .bookings__bottom {
      margin-left: -5px; }
    .bookings__name, .bookings__date {
      margin-bottom: 15px; }
    .bookings__close {
      position: absolute;
      top: 10px; }
    .bookings__open {
      font-size: 12px; }
      .bookings__open strong {
        font-size: 14px; }
      .bookings__open.active {
        margin-bottom: 15px; }
    .bottom::after, .bottom::before {
      display: none; }
    .bottom_subscription {
      width: calc(100% + 30px);
      margin-right: -15px;
      margin-left: -15px;
      padding: 10px 15px; }
      .bottom_subscription .tickets_fixed {
        width: 100%; }
    .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_fixed {
      -webkit-transform: translateX(-15px);
      position: sticky;
      bottom: 0;
      width: calc(100% + 30px);
      height: auto;
      padding: 0 15px 10px;
      transform: translateX(-15px); }
      .bottom_fixed.open .tickets {
        display: block;
        overflow-y: scroll; }
        .bottom_fixed.open .tickets__items {
          margin-bottom: 0; }
    .bottom.active {
      display: block;
      opacity: 1; }
    .bottom__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      z-index: 2;
      position: sticky;
      bottom: 0;
      left: -1%;
      flex-direction: column;
      width: 101%;
      background-color: #fff; }
      .bottom__inner::after, .bottom__inner::before {
        display: none;
        position: absolute;
        top: -1px;
        width: 100%;
        height: 100%;
        border-top: 1px solid #ececec;
        background-color: #fff;
        content: ""; }
      .bottom__inner::after {
        right: 100%; }
      .bottom__inner::before {
        left: 100%; }
    .bottom__buy-info {
      -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-right: 0;
      margin-bottom: 5px;
      background-color: #fff; }
      .bottom__buy-info_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .bottom__buy.btn {
      width: 100%;
      padding: 7.5px 18px; }
    .bottom__sum-price {
      font-size: 18px; }
    .bottom__clear {
      color: #2A3F8D;
      font-size: 14px; }
    .bottom__pull {
      display: block;
      text-align: center; }
    .checkbox_discount {
      margin-bottom: 10px; }
  .date_event {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center; }
    .date_event .date__day {
      margin-right: 5px; }
  .date__day, .date__time {
    font-size: 14px; }
  .daterangepicker.show-calendar .drp-calendar.right {
    display: none; }
    .dates {
      display: block;
      width: 100%; }
      .dates__label {
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        min-height: 39px;
        padding: 5.5px 10px;
        border-radius: 5px;
        background-color: #fff; }
        .dates__label.active .dates__icon {
          -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
      .dates__icon {
        -webkit-transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 0;
        width: 40px;
        transform: translateY(-50%);
        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_filter {
    margin-bottom: 0; }
    .dropdown_filter:not(:last-child) {
      margin-bottom: 8px; }
  .dropdown__menu {
    min-width: 180px; }
    .enter {
      font-size: 16px; }
      .enter_modal {
        min-width: initial;
        padding-bottom: 30px; }
        .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; }
      .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__photo-message {
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto; }
      .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-performance-item__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .events-performance-item__left {
      padding-right: 0; }
    .events-performance-item__right {
      padding-left: 0; }
      .events-performance-item__right::before {
        display: none; }
    .events-top {
      padding-bottom: 10px; }
        .events_plays .events__col {
          width: 100%; }
    .events {
      margin-bottom: 30px;
      padding-top: 0; }
      .events_page {
        opacity: 0; }
      .events_service .events__item {
        padding: 15px; }
      .events_margin {
        margin-bottom: 80px;
        padding-bottom: 0; }
      .events_subscription .events__info {
        width: 100%;
        max-width: initial;
        text-align: center; }
      .events_subscription .events__name {
        margin-bottom: 20px;
        margin-left: 20px !important;
        text-align: left; }
      .events_subscription .events__center-link {
        min-width: auto; }
      .events_main .events__info {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e0e0; }
      .events_main .events__wrapper {
        padding: 0; }
      .events_main .events__item {
        padding: 20px 15px; }
      .events_main .events__name {
        position: static;
        min-width: 100px;
        margin-bottom: 0;
        margin-left: 0; }
      .events .events__btn {
        width: 100%;
        padding: 12px 27px; }
      .events__info {
        width: 100%;
        max-width: initial;
        margin-bottom: 20px;
        margin-left: auto;
        padding-bottom: 5px; }
        .events__info.center {
          border: none;
          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; }
      .events__center-link {
        margin-left: 0; }
        .events__center-link_main {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-left: 0; }
          .events__center-link_main img {
            margin-bottom: 10px; }
      .events__nom {
        margin-top: -20px; }
      .events__league-top {
        display: none; }
      .events__column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .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-link {
        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: 10px;
        padding: 15px;
        border: none; }
        .events__item .teams {
          margin-bottom: 20px; }
        .events__item-btn-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          gap: 15px;
          flex-direction: column;
          width: 100%; }
        .events__item-cart-link {
          width: 100%; }
      .events__center-link {
        margin-bottom: 20px; }
      .events__right {
        -ms-flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        margin-right: auto;
        text-align: center; }
      .events__some, .events__buy, .events__park {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%; }
      .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__place {
        margin-bottom: 5px; }
      .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__th-price {
        padding: 0 10px 27px 10px; }
      .events__tbody-td {
        padding: 0 10px 30px 10px; }
    .plan__choose {
      display: none; }
    .filter {
      margin-bottom: 20px;
      padding: 20px 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;
        color: #fff;
        font-weight: 700;
        cursor: pointer; }
        .filter__title.active {
          margin-bottom: 15px; }
          .filter__title.active .filter__icon-down {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        .filter__title .filter__icon-down {
          stroke: #fff; }
      .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__item_brand {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer__link, .footer__phone, .footer__email, .footer__brand {
        margin-left: -5px; }
    .header {
      margin-bottom: 0; }
      .header__btn {
        display: block;
        width: 100%; }
        .header__btn_login {
          margin-bottom: 10px; }
      .header__link-icon {
        width: 20px;
        height: 20px; }
      .header__link-text {
        display: inline-block;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis; }
  .history__buttons .history__button_download:hover {
    background-color: transparent;
    color: #2A3F8D;
    opacity: 1; }
  .history .order__refund-info {
    width: 100%; }
  .hotseats__heading {
    font-size: 24px; }
  .hotseats__top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .hotseats__top-section .top-section__search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      flex-direction: column;
      order: 2;
      width: 100%;
      height: auto; }
      .hotseats__top-section .top-section__search .search__input-block {
        width: 100%;
        height: auto; }
        .hotseats__top-section .top-section__search .search__input-block .input-block__input {
          width: 100%;
          height: 40px;
          padding: 8px 0 8px 49px; }
        .hotseats__top-section .top-section__search .search__input-block .input-block__input-label {
          width: 100%; }
          .hotseats__top-section .top-section__search .search__input-block .input-block__input-label::before {
            top: 8px; }
      .hotseats__top-section .top-section__search .search__btn {
        padding: 6px 27px; }
  .hotseats .empty-block__img {
    width: 60px;
    height: 60px;
    margin: 5px 0 43px; }
  .hotseats .empty-block__text {
    max-width: 320px;
    font-size: 14px;
    text-align: center; }
  .hotseats .events a.buy {
    width: 80px;
    padding: 5px 10.5px;
    border: 1px solid #2A3F8D;
    font-size: 13px; }
  .hotseats .events a.booked,
  .hotseats .events a.sold {
    width: 80px;
    padding: 5px 7px;
    font-size: 13px; }
  .hotseats .events a.booked {
    padding: 5px 10px; }
  .i-modal.i-modal_mobile-fixed .i-modal__body {
    overflow: scroll; }
    .i-modal.i-modal_mobile-fixed .i-modal__body > div:first-child,
    .i-modal.i-modal_mobile-fixed .i-modal__body #js-places {
      height: auto !important; }
  .i-modal_mobile-news .modal-dialog {
    -webkit-transform: translateX(-50%) !important;
    position: absolute;
    top: 50%;
    bottom: -1px;
    left: 50%;
    width: 100%;
    margin: 0;
    transform: translateX(-50%) !important;
    border-radius: 16px 16px 0px 0px; }
    .i-modal_mobile-news .modal-dialog .i-modal__body {
      padding: 32px 16px; }
    .i-modal_mobile-news .modal-dialog .i-modal__content {
      border-radius: 16px 16px 0px 0px; }
    .i-modal_mobile-news .modal-dialog .i-modal__close {
      top: 12px;
      right: 12px; }
      .i-modal_mobile-news .modal-dialog .i-modal__close svg {
        fill: #9c9c9c;
        width: 14px;
        height: 14px; }
      .icon_next-round {
        width: 20px;
        height: 20px; }
  .info {
    position: static; }
    .info__icon {
      position: absolute;
      margin-right: 0;
      opacity: 0;
      pointer-events: none; }
    .info__text {
      display: none;
      position: static;
      left: 100%;
      min-width: initial;
      max-width: initial; }
      .info__text.active {
        display: block;
        pointer-events: none; }
      .info__text--down-xs {
        height: auto; }
        .info__text--down-xs::after {
          display: none; }
    .inner {
      margin-top: 15px; }
    .lk {
      margin-bottom: 30px;
      padding-top: 20px; }
      .lk_verification {
        position: relative; }
        .lk_verification .info__wrapper {
          position: static; }
      .lk__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px; }
      .lk__title {
        position: relative;
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 21px; }
      .lk__empty {
        padding: 15px; }
      .lk__clear {
        font-size: 14px; }
        .lk__clear:before {
          display: none; }
    .modal_refund-success .modal__title {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%; }
    .modal__close-refund {
      padding: 0; }
    .modal-dialog-centered {
      -webkit-box-align: start;
      -ms-flex-align: start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start; }
    .modal_primary {
      min-width: auto;
      padding: 10px; }
    .modal-buttons {
      margin-top: 20px; }
      .modal-buttons .btn {
        width: 100%;
        margin-bottom: 15px; }
        .modal-buttons .btn ~ .btn {
          margin-left: 0; }
    .modal_refund .modal__content {
      padding: 30px; }
    .modal .modal__body-refund {
      padding: 28px 16px; }
    .modal-dialog {
      border-radius: 0; }
    .modal-body {
      height: 100%; }
    .modal_subscription {
      max-height: initial; }
      .modal_subscription .tooltip-info {
        display: none !important; }
      .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-content {
    border-radius: 0; }
  .modal__content {
    height: 100%; }
  .news {
    margin-bottom: 20px; }
  .news-slider {
    padding: 16px 15px;
    font-weight: 700; }
    .news-slider__icon {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
    .news-slider__text {
      width: 300px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      pointer-events: unset; }
    .news-slider__nav-block {
      -webkit-transform: translateY(-50%);
      top: 50%;
      transform: translateY(-50%); }
    .notification {
      position: relative;
      bottom: 30px;
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content;
      margin: 15px;
      margin-top: 35px;
      margin-bottom: 20px;
      padding: 23px;
      text-align: left; }
      .notification__title {
        font-size: 18px; }
      .notification__text {
        font-size: 14px; }
      .notification__exclamation_icon-desktop {
        display: none;
        color: #2A3F8D; }
      .notification__exclamation_icon-mobile {
        -webkit-transform: translate(-40px, -10px);
        display: block;
        position: absolute;
        transform: translate(-40px, -10px);
        color: #2A3F8D; }
  .notification-entrance {
    margin: 15px;
    text-align: left; }
    .notification-entrance__top {
      min-height: auto;
      margin-top: 35px;
      padding: 12px;
      padding-left: 23px;
      border: 1px solid #e0e0e0;
      border-radius: 5px; }
    .notification-entrance__bottom {
      min-height: auto;
      padding: 12px;
      padding-left: 23px;
      border: 1px solid #e0e0e0;
      border-radius: 5px; }
    .notification-entrance__title {
      font-size: 18px; }
    .notification-entrance__text {
      font-size: 14px; }
    .notification-entrance__exclamation_icon-desktop {
      display: none; }
    .notification-entrance__exclamation_icon-mobile {
      -webkit-transform: translate(-41px, -5px);
      display: block;
      position: absolute;
      transform: translate(-41px, -5px);
      color: #2A3F8D; }
      .order-acquirings {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .order-acquirings > * {
          margin-right: 0;
          margin-bottom: 10px; }
          .order-acquirings > *:last-child {
            margin-bottom: 0; }
    .order .place {
      display: block;
      text-align: left; }
    .order .tickets__items .place {
      display: none; }
    .order .tickets__items_split .place {
      display: block; }
    .order__low-mobile {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      display: block;
      order: 4; }
      .order__low-mobile .order__low {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .order__name {
      font-size: 18px; }
    .order_event {
      -webkit-box-shadow: 0 0 18px rgba(174, 174, 174, 0.25);
      margin: 0;
      padding: 0 15px;
      box-shadow: 0 0 18px rgba(174, 174, 174, 0.25); }
      .order_event .order__inner {
        background-color: #fff; }
      .order_event .order__low {
        margin: 0 15px; }
      .order_event .order__sum {
        margin-right: 0; }
      .order_event.active .order__inner {
        padding: 0 15px; }
    .order_page .order__low {
      width: 100%; }
    .order_history .order__item {
      padding: 10px; }
    .order_history .order__low-block:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .order_history .order__left-info_history {
      -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: start; }
    .order_history .order__left_history {
      margin-bottom: 0; }
    .order__sub-event {
      margin-bottom: 16px;
      padding: 12px 12px 0 12px; }
    .order__item {
      position: relative;
      padding: 16px; }
      .order__item_service .order__delete {
        margin-bottom: 10px; }
    .order__top {
      display: none; }
    .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;
      margin-bottom: 0; }
    .order__left {
      width: 100%;
      max-width: inherit;
      margin-bottom: 16px; }
      .order__left-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; }
      .order__left-link {
        margin-bottom: 10px; }
    .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%;
      margin-bottom: 0;
      text-align: left; }
    .order__info-time {
      display: block; }
    .order__info-number {
      margin-bottom: 12px;
      font-size: 20px; }
    .order__price {
      display: none; }
    .order__delete {
      margin-bottom: 16px;
      margin-left: -3px; }
    .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: -10.9375em -7.25em; }
    .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 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px; }
        .order__low-block:nth-child(2) {
          display: block; }
      .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; }
    .order__pull {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 2;
      justify-content: center;
      margin-bottom: -5px;
      background-color: #fff; }
      .order__pull.active {
        padding-top: 5px; }
        .order__pull.active .order__pull-button {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
    .order__lines {
      width: 100%; }
    .order__prop {
      -webkit-box-flex: initial;
      -ms-flex-positive: initial;
      flex-grow: initial; }
    .page {
      margin-top: 20px;
      padding: 20px; }
      .page__title {
        font-size: 1.5rem; }
    .place {
      text-align: center; }
    .places {
      display: none;
      height: 100%;
      margin-bottom: 0; }
      .places_twoPlans .places__twice {
        display: none; }
      .places_service {
        max-width: 100%; }
        .places_service .places__change {
          margin-top: 20px; }
      .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 .teams {
          margin-right: 0; }
        .places_subscription .back {
          z-index: 2;
          position: absolute;
          left: 15px;
          margin-left: 0; }
        .places_subscription .tickets {
          padding-bottom: 10px; }
        .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__choose {
          margin-top: 0; }
        .places_subscription .places__cost {
          padding: 0 15px; }
        .places_subscription .places__svg {
          height: 100%; }
        .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-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        display: none;
        position: relative;
        flex-direction: column;
        max-height: 38%;
        margin-top: auto;
        padding: 0; }
        .places .order__right {
          padding: 0 15px 15px; }
        .places .order.short {
          height: auto; }
        .places .order.sector-plan {
          padding-top: 0; }
        .places .order.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          z-index: 3;
          max-height: initial;
          margin-top: 0; }
        .places .order.opened {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
      .places__fixed {
        bottom: 0;
        left: 0;
        width: 100%;
        max-height: 50%;
        margin-top: auto;
        background-color: #fff; }
        .places__fixed.active {
          z-index: 3;
          max-height: initial;
          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;
        height: 100%;
        max-height: calc(100% - 48px - 74px); }
      .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: 10px 0;
        text-align: center; }
        .places__info-top .time {
          margin-right: auto;
          margin-left: auto; }
          .places__info-top .time::before {
            left: 0; }
        .places__info-top .place {
          display: none; }
        .places__info-top .teams__image {
          width: 20px;
          min-width: 20px;
          height: 20px;
          min-height: initial;
          margin-bottom: 0; }
        .places__info-top .teams__info {
          margin: 0;
          margin-top: 0; }
        .places__info-top .teams__city {
          display: none; }
        .places__info-top .teams__wrapper {
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
          align-items: center;
          justify-content: center !important; }
        .places__info-top .teams__item {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          width: initial !important;
          max-width: initial;
          font-size: 14px; }
          .places__info-top .teams__item:first-child .teams__desc {
            margin-left: 10px; }
          .places__info-top .teams__item:last-child {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row; }
            .places__info-top .teams__item:last-child .teams__desc {
              margin-right: 10px; }
        .places__info-top .teams__info {
          min-width: initial;
          margin-top: 0 !important; }
        .places__info-top .teams__game {
          position: relative;
          color: transparent; }
          .places__info-top .teams__game::after {
            -webkit-transform: translateX(-50%);
            display: inline-block;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            color: #000;
            content: " – "; }
        .places__info-top .events__time {
          margin-right: 0;
          margin-bottom: 15px; }
      .places__top {
        padding: 0;
        padding-top: 15px; }
      .places__middle {
        -webkit-box-shadow: 0 3px 10px rgba(174, 174, 174, 0.25);
        z-index: 2;
        position: relative;
        margin: 0 -15px;
        padding: 0 30px;
        background-color: #fff;
        box-shadow: 0 3px 10px rgba(174, 174, 174, 0.25); }
        .places__middle.inactive {
          z-index: 3;
          position: absolute;
          top: 56px;
          width: 100%;
          margin: 0;
          padding: 0 15px; }
          .places__middle.inactive .places__back {
            left: 15px; }
          .places__middle.inactive::after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            content: ""; }
      .places__hall {
        height: auto; }
      .places__choose {
        padding-top: 5px;
        padding-bottom: 5px; }
      .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__check-price {
        display: none; }
      .places__limit {
        display: none;
        margin-top: 0;
        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
        color: #df4040;
        font-size: 12px; }
      .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;
        text-align: center; }
      .places__legend {
        padding-top: 5px;
        padding-bottom: 5px; }
      .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;
        border: none;
        border-radius: 0; }
      .places__cart {
        width: 100%;
        background-color: #fff; }
      .places__back {
        position: absolute;
        left: 30px;
        margin-left: 0; }
      .places__about {
        margin-bottom: 10px; }
      .places__row {
        -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; }
      .places__count {
        position: relative; }
        .places__count.active .places__open {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
          .places__count.active .places__open:hover {
            opacity: 1; }
      .places__cost {
        display: block;
        margin: 0;
        margin-bottom: 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;
        -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;
        flex-direction: column;
        flex-grow: 1;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 35%;
        max-height: 600px;
        padding: 0; }
        .places__change.inactive {
          z-index: 2;
          position: absolute;
          min-height: 100%;
          pointer-events: none; }
          .places__change.inactive::after {
            display: block;
            position: absolute;
            top: -15px;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            content: ""; }
      .places__svg-wrap {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-height: initial; }
      .places__svg {
        width: 100%;
        height: 100%;
        margin-top: auto;
        margin-bottom: auto; }
      .places__selected {
        display: none; }
      .places__info {
        -webkit-overflow-scrolling: touch;
        display: none;
        margin-bottom: 0;
        margin-left: 0;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 14px; }
        .places__info::-webkit-scrollbar {
          display: none; }
        .places__info-item {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin-left: 15px;
          font-size: 12px; }
          .places__info-item:not(:last-child) {
            margin-right: 0; }
        .places__info-text {
          font-weight: 600;
          white-space: nowrap; }
        .places__info_sector {
          padding-bottom: 0; }
      .places__discount {
        display: none; }
      .places__clear {
        color: #2A3F8D;
        font-size: 14px; }
      .places__reset-prices {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px); }
    .play-info {
      z-index: 9999;
      position: fixed;
      bottom: 0;
      left: 0;
      margin-bottom: 0; }
    .price-legend {
      margin: 0 7px 10px; }
      .price-legend__list {
        display: block;
        margin-bottom: 0;
        overflow-x: scroll;
        overflow-y: hidden;
        text-align: center;
        white-space: nowrap; }
      .price-legend__content {
        height: 30px;
        padding: 0 10px; }
    .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: 700; }
  .section__title {
    font-size: 25px; }
  .service_page .service__title {
    font-size: 20px; }
  .service_page .service__price {
    font-size: 18px; }
  .service_page .service__text {
    margin-bottom: 30px; }
  .service__items {
    margin-bottom: 20px;
    margin-left: 0; }
  .service__item {
    width: 100%;
    max-width: initial;
    margin-bottom: 20px;
    margin-left: 0; }
  .service__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px; }
  .service__img {
    min-width: 135px;
    max-width: 135px;
    min-height: 180px;
    max-height: 180px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto; }
  .service__blocks {
    display: block; }
  .service__block {
    width: 100%;
    margin-left: 0; }
  .service__top {
    margin-bottom: 5px; }
  .service__inner {
    -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;
    padding: 5px 15px;
    padding-bottom: 10px; }
  .service__desc {
    margin-bottom: 10px; }
  .service__name {
    font-size: 18px; }
  .service__buy {
    width: 100%; }
    .success-modal {
      top: 90px; }
    .teams_main {
      width: 100%; }
      .teams_main .teams__name {
        white-space: initial; }
      .teams_main .teams__item:first-child {
        text-align: center; }
    .teams_small {
      margin-bottom: 0; }
      .teams_small .teams__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .teams_small .teams__image {
        width: 20px;
        min-width: 20px;
        height: 20px;
        min-height: 20px;
        margin-bottom: 0; }
      .teams_small .teams__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-direction: row-reverse;
        justify-content: center;
        width: 40%;
        min-width: initial;
        max-width: initial; }
        .teams_small .teams__item:first-child .teams__image {
          margin-right: 10px; }
        .teams_small .teams__item:last-child {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
          .teams_small .teams__item:last-child .teams__desc {
            margin-right: 10px; }
      .teams_small .teams__info {
        min-width: initial;
        margin: 0 10px; }
      .teams_small .teams__name {
        font-size: 14px; }
      .teams_small .teams__city {
        display: none; }
    .teams_subscription {
      width: 100%; }
      .teams_subscription .teams__item:first-child {
        text-align: center; }
    .teams_verification {
      width: 100%;
      margin-bottom: 15px; }
      .teams_verification .teams__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .teams_verification .teams__info {
        margin: 0 30px;
        margin-top: 12px; }
    .teams__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      min-width: 80px;
      max-width: 80px;
      text-align: center; }
      .teams__item:first-child .teams__desc {
        margin-right: 0; }
      .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__info {
      margin: 0 10px;
      margin-top: 12px; }
    .teams__image {
      margin-bottom: 20px; }
    .teams__desc {
      margin-right: 0; }
    .teams__name {
      white-space: initial; }
    .ticket-item {
      width: 100%;
      max-width: inherit;
      min-height: auto; }
      .ticket-item__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; }
      .ticket-item__remove-button:after {
        -webkit-filter: brightness(100%);
        filter: brightness(100%); }
      .ticket-item__place {
        width: 100%; }
    .ticket-refund_info {
      margin-right: 50px;
      margin-left: 25px; }
    .ticket-refund_price {
      white-space: nowrap; }
        .tickets__items_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__items_split .tickets__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .tickets_order .tickets__items .ticket-item {
      margin-right: 0; }
    .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__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 {
      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__bottom {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .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 {
      display: none;
      width: 100%;
      max-height: 50vh;
      margin-right: 0;
      margin-bottom: 10px;
      margin-left: 0;
      padding-bottom: 10px;
      overflow: hidden;
      overflow-y: scroll;
      opacity: 1; }
      .tickets_fixed.active {
        display: block;
        margin-bottom: 0;
        padding-top: 5px; }
        .tickets_fixed.active ~ .bottom__inner {
          padding-top: 5px;
          border-top: 0.5px solid #ececec; }
          .tickets_fixed.active ~ .bottom__inner::after, .tickets_fixed.active ~ .bottom__inner::before {
            display: block; }
      .tickets_fixed .ticket-item:not(:first-child) {
        margin-left: 0 !important; }
      .tickets_fixed .ticket-item__content {
        padding: 10px; }
      .tickets_fixed .ticket-item__place, .tickets_fixed .ticket-item__content {
        margin-bottom: 3px; }
      .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__content {
        padding-right: 20px; }
      .tickets_fixed .tickets__item {
        max-width: 100%;
        margin-bottom: 5px; }
        .tickets_fixed .tickets__item:not(:first-child) {
          margin-left: 0; }
        .tickets_fixed .tickets__item:hover ~ .tickets__item {
          left: 0; }
      .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 .ticket-item {
      margin-left: 0; }
    .tickets_sub .tickets__items {
      margin-bottom: 0; }
    .tickets_sub .tickets__item {
      margin-bottom: 10px; }
    .tickets_sub .tickets__sector {
      margin-right: 5px !important;
      white-space: nowrap; }
    .tickets_sub .tickets__place {
      width: auto;
      text-align: left; }
    .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__items_inactive .tickets__item {
        margin-bottom: 10px;
        border-width: 1px; }
      .tickets__items_split .tickets__content::before, .tickets__items_split .tickets__content::after, .tickets__items_inactive .tickets__content::before, .tickets__items_inactive .tickets__content::after {
        display: none; }
    .tickets__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      left: 0 !important;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      max-width: inherit;
      min-height: auto;
      margin: 0; }
    .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 {
      width: 100%; }
    .tooltip-info {
      display: none; }
    .tooltip-info_red {
      -webkit-transform: translate(-1%, -145%);
      transform: translate(-1%, -145%); }
    .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; }
    .interact-plan-controls {
      top: 60px; }
      .interact-plan-controls.inactive {
        opacity: 0.3;
        pointer-events: none; }
      .interact-plan-controls__item {
        width: 30px;
        height: 30px;
        min-height: 30px;
        padding-bottom: 5px; }
        .interact-plan-controls__item .icon {
          width: 20px;
          height: 20px; }
    .interact-plan-info {
      -webkit-overflow-scrolling: touch;
      display: none;
      margin-bottom: 0;
      margin-left: 0;
      overflow-x: scroll;
      overflow-y: hidden;
      font-size: 14px; }
      .interact-plan-info::-webkit-scrollbar {
        display: none; }
      .interact-plan-info_sector {
        padding-bottom: 0; }
      .interact-plan-info__item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 15px;
        font-size: 12px; }
        .interact-plan-info__item:not(:last-child) {
          margin-right: 0; }
      .interact-plan-info__text {
        font-weight: 600;
        white-space: nowrap; }
      .interact-plan-info__reset-prices {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px); }
    .interact-plan {
      height: 100%; }
      .interact-plan__svg {
        -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;
        height: 100%;
        min-height: initial;
        margin-bottom: 0; }
    .i-modal {
      z-index: 1250; }
      .i-modal_alert {
        z-index: 1251; }
      .i-modal:not(.i-modal_mobile-popup) .modal-dialog-centered {
        max-width: 100%;
        min-height: 100vh;
        margin: 0 auto;
        background-color: #fff; }
      .i-modal.i-modal_mobile-fixed.modal {
        overflow: hidden; }
      .i-modal.i-modal_mobile-fixed .i-modal__close {
        top: 10px;
        right: 10px; }
      .i-modal.i-modal_mobile-fixed .i-modal__content {
        height: 100vh; }
      .i-modal.i-modal_mobile-fixed .i-modal__body {
        height: 100%;
        padding: 0; }
        .i-modal.i-modal_mobile-fixed .i-modal__body > div:first-child,
        .i-modal.i-modal_mobile-fixed .i-modal__body #js-places {
          height: 100%; }
      .i-modal_mobile-popup .i-modal__content {
        position: relative; }
      .i-modal__close {
        top: 15px;
        right: 15px; }
      .i-modal__content {
        position: static; }
      .i-modal__body {
        padding: 50px 15px; }
      .i-modal__title {
        font-size: 18px;
        line-height: 24px; }
    .i-service-ticket:not(:last-child) {
      margin-bottom: 30px; }
    .i-service-ticket__name, .i-service-ticket__price {
      font-size: 18px; } }

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

@media screen and (max-width: 1024px) {
    .header {
      padding: 12px 0; }
      .header__auth {
        display: none;
        width: 100%; }
      .header__links {
        margin-right: 0; }
      .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: #000;
          font-size: 14px; }
          .header__hover-link:hover {
            color: #2A3F8D; }
          .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: ""; }
    .main-slider {
      margin-bottom: 30px; }
      .main-slider__pagination.swiper-pagination-bullets {
        bottom: 6px; }
      .main-slider__slide {
        height: 530px;
        min-height: 530px;
        padding: 0; }
      .main-slider__container {
        max-height: 530px; }
      .main-slider__content {
        padding: 0; }
      .main-slider__offer {
        max-width: 575px;
        margin: 0 auto;
        padding-left: 0; }
        .main-slider__offer div {
          color: #fff; }
        .main-slider__offer_event .main-slider__title, .main-slider__offer_event .main-slider__description, .main-slider__offer_event .main-slider__btn {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center; }
        .main-slider__offer_event .main-slider__description {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .main-slider__date {
        margin-bottom: 8px;
        font-size: 24px;
        text-align: center; }
      .main-slider__place {
        margin-bottom: 5px;
        font-size: 20px;
        text-align: center; }
      .main-slider__teams {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 28px; }
      .main-slider__title {
        max-width: 100%;
        font-size: 28px; }
      .main-slider__image {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -o-object-fit: cover;
        -o-object-position: center;
        display: block;
        flex-grow: 1;
        width: 100%;
        height: 100%;
        min-height: 530px;
        object-fit: cover;
        object-position: center; }
        .main-slider__image img,
        .main-slider__image video {
          -o-object-fit: cover;
          -o-object-position: center;
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .main-slider video.main-slider__image {
        -o-object-fit: cover;
        -o-object-position: center;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .main-slider__prev.swiper-button-prev {
        left: 0; }
      .main-slider__next.swiper-button-next {
        right: 0; }
      .main-slider__btn {
        margin-top: 24px; }
        .main-slider__btn .btn {
          min-width: 201px; }
    .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: 40px;
        padding-bottom: 15px; }
      .menu__item {
        width: 100%; }
      .menu__link {
        margin-bottom: 15px;
        padding: 0;
        font-size: 16px; }
        .menu__link.active:before, .menu__link:hover:before {
          -webkit-transform: translateY(-50%);
          top: 50%;
          left: -10px;
          width: 3px;
          height: 20px;
          transform: translateY(-50%); }
    .teams_main .teams__wrapper, .teams_order .teams__wrapper, .teams_subscription .teams__wrapper {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .teams_main .teams__item, .teams_order .teams__item, .teams_subscription .teams__item {
      -webkit-transform: initial;
      position: static;
      width: 40%;
      max-width: initial;
      transform: initial; }
    .teams_main .teams__info, .teams_order .teams__info, .teams_subscription .teams__info {
      margin-top: 12px; } }

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

@media screen and (max-width: 767px) {
    .bottom-pane {
      z-index: 2000;
      position: fixed;
      min-height: auto; }
      .bottom-pane__controller {
        display: block; }
      .bottom-pane__wrapper {
        padding-bottom: 10px; }
    .event-order-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; }
      .event-order-bottom .ticket-item_large {
        bottom: 0; }
      .event-order-bottom__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
      .event-order-bottom__cost {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 2;
        position: relative;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-right: 0;
        padding-bottom: 10px;
        background-color: #fff; }
      .event-order-bottom__buy {
        width: 100%; }
      .event-order-bottom__sum {
        font-size: 18px; } }

@media (max-width: 576px) {
    .logo {
      max-width: 100px; }
  .news-slider__text {
    width: 200px; } }

@media screen and (max-width: 576px) {
    .main-slider__container {
      width: calc(100% + 24px);
      margin-right: -12px !important;
      margin-left: -12px !important; }
    .main-slider__name-team {
      font-size: 16px; }
    .main-slider__pagination {
      display: block; }
    .main-slider__slide {
      min-height: 447px;
      max-height: 447px; }
    .main-slider__prev, .main-slider__next {
      display: none !important; }
    .main-slider__btn .btn-main-slider {
      padding: 0 44px; } }

@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 */
