@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
 */
:root {
  --ms-option-bg-selected: none;
  --ms-option-bg-selected-pointed: #f3f4f6;
  --ms-option-color-selected-pointed: #1f2937;
  --ms-option-color-selected: #1f2937;
}

/** @format */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

.text-bg-secondary {
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

.text-bg-success {
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

.text-bg-info {
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

.text-bg-warning {
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

.text-bg-danger {
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

.text-bg-light {
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #000 !important;
}

.text-bg-dark {
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(1, 73, 136, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(1, 73, 136, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(94, 94, 94, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(94, 94, 94, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(142, 204, 105, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(142, 204, 105, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  gap: 0.375rem;
  text-underline-offset: 0.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
}
.icon-link > .bi {
  fill: currentcolor;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.fixed-bottom {
  z-index: 1030;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.sticky-top {
  z-index: 1020;
  position: sticky;
  top: 0;
}

.sticky-bottom {
  z-index: 1020;
  position: sticky;
  bottom: 0;
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --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: #015baa;
  --bs-secondary: #757575;
  --bs-success: #72bf44;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 1, 91, 170;
  --bs-secondary-rgb: 117, 117, 117;
  --bs-success-rgb: 114, 191, 68;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #002444;
  --bs-secondary-text-emphasis: #2f2f2f;
  --bs-success-text-emphasis: #2e4c1b;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #ccdeee;
  --bs-secondary-bg-subtle: #e3e3e3;
  --bs-success-bg-subtle: #e3f2da;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99bddd;
  --bs-secondary-border-subtle: #c8c8c8;
  --bs-success-border-subtle: #c7e5b4;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #015baa;
  --bs-link-color-rgb: 1, 91, 170;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #014988;
  --bs-link-hover-color-rgb: 1, 73, 136;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e3e5ec;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 5px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(1, 91, 170, 0.25);
  --bs-form-valid-color: #72bf44;
  --bs-form-valid-border-color: #72bf44;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #679dcc;
  --bs-secondary-text-emphasis: #acacac;
  --bs-success-text-emphasis: #aad98f;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #001222;
  --bs-secondary-bg-subtle: #171717;
  --bs-success-bg-subtle: #17260e;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #013766;
  --bs-secondary-border-subtle: #464646;
  --bs-success-border-subtle: #447329;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #679dcc;
  --bs-link-hover-color: #85b1d6;
  --bs-link-color-rgb: 103, 157, 204;
  --bs-link-hover-color-rgb: 133, 177, 214;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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;
  border-top: var(--bs-border-width) solid;
  color: inherit;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: var(--bs-heading-color);
  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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
  color: var(--bs-highlight-color);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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;
}

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: var(--bs-code-color);
  font-size: 0.875em;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  border-radius: 0.25rem;
  background-color: var(--bs-body-color);
  color: var(--bs-body-bg);
  font-size: 0.875em;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
}

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

::file-selector-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;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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.33333333%;
}

.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.66666667%;
}

.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.33333333%;
}

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

.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.33333333%;
}

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

.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.33333333%;
}

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  display: none;
  z-index: var(--bs-modal-zindex);
  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: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  color: var(--bs-modal-color);
  pointer-events: auto;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  background-color: var(--bs-modal-footer-bg);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
.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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  margin-bottom: var(--bs-alert-margin-bottom);
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  background-color: var(--bs-alert-bg);
  color: var(--bs-alert-color);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  color: var(--bs-alert-link-color);
  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 {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.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-inline-grid {
  display: -ms-inline-grid !important;
  display: inline-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;
}

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !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;
}

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

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

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

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

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

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

.mr-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;
}

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

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

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

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

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

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

.ml-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;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-top-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-top-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-start-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-start-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -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 var(--bs-btn-close-bg) center/1em auto no-repeat;
  color: var(--bs-btn-close-color);
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  opacity: var(--bs-btn-close-disabled-opacity);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-close-white {
  -webkit-filter: var(--bs-btn-close-white-filter);
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter);
  filter: var(--bs-btn-close-white-filter);
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 15px;
  --bs-tooltip-padding-y: 10px;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #000;
  --bs-tooltip-bg: #fff;
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  word-wrap: break-word;
  display: block;
  z-index: var(--bs-tooltip-zindex);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-tooltip-font-size);
  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: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  border-radius: var(--bs-tooltip-border-radius);
  background-color: var(--bs-tooltip-bg);
  color: var(--bs-tooltip-color);
  text-align: center;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  margin-bottom: 0;
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  color: var(--bs-secondary-color);
  font-size: 0.875em;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  border-color: #80add5;
  outline: 0;
  background-color: var(--bs-body-bg);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
  color: var(--bs-body-color);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  border-inline-end-width: var(--bs-border-width);
  border-color: inherit;
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-body-color);
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  border-inline-end-width: var(--bs-border-width);
  border-color: inherit;
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-body-color);
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0.375rem 0;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
  background-color: transparent;
  color: var(--bs-body-color);
  line-height: 1.5;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius-sm);
  font-size: 0.875rem;
}
.form-control-sm::-webkit-file-upload-button {
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.form-control-sm::file-selector-button {
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
.form-control-lg::file-selector-button {
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  color: var(--bs-body-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-select:focus {
  border-color: #80add5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  border-radius: var(--bs-border-radius-sm);
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.25rem;
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0.125rem;
  padding-left: 1.5em;
}
.form-check .form-check-input {
  margin-left: -1.5em;
  float: left;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  margin-right: -1.5em;
  margin-left: 0;
  float: right;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80add5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
}
.form-check-input:checked {
  border-color: #015baa;
  background-color: #015baa;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  border-color: #015baa;
  background-color: #015baa;
}
.form-check-input:disabled {
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  border-radius: 2em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380add5'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: right center;
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(1, 91, 170, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  background-color: #015baa;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3cee6;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: var(--bs-secondary-bg);
  color: transparent;
  cursor: pointer;
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  background-color: #015baa;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-range::-moz-range-thumb:active {
  background-color: #b3cee6;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: var(--bs-secondary-bg);
  color: transparent;
  cursor: pointer;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border: var(--bs-border-width) solid transparent;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  inset: 1rem 0.375rem;
  z-index: -1;
  position: absolute;
  height: 1.5em;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-body-bg);
  content: "";
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  inset: 1rem 0.375rem;
  z-index: -1;
  position: absolute;
  height: 1.5em;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-body-bg);
  content: "";
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  inset: 1rem 0.375rem;
  z-index: -1;
  position: absolute;
  height: 1.5em;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-body-bg);
  content: "";
}
.form-floating > .form-control:-webkit-autofill ~ label {
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  z-index: 2;
  position: relative;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-body-color);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.25rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius-sm);
  font-size: 0.875rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: var(--bs-form-valid-color);
  font-size: 0.875em;
}

.valid-tooltip {
  display: none;
  z-index: 5;
  position: absolute;
  top: 100%;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-success);
  color: #fff;
  font-size: 0.875rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2372bf44' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2372bf44' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: var(--bs-form-invalid-color);
  font-size: 0.875em;
}

.invalid-tooltip {
  display: none;
  z-index: 5;
  position: absolute;
  top: 100%;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-danger);
  color: #fff;
  font-size: 0.875rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  border-color: var(--bs-form-invalid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.alert-accent {
  border-color: transparent;
  background-color: #b5bacd;
  color: #ffffff;
}
.alert-sm {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
}
.alert-sm.alert-dismissible {
  padding-right: 2rem;
}
.alert-sm.alert-dismissible .btn-close {
  padding: 10px 10px;
}

html,
body {
  height: 100%;
}

html {
  scrollbar-color: rgba(1, 91, 170, 0.3) rgba(46, 43, 57, 0.3);
  font-size: 16px;
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(1, 91, 170, 0.3);
}
html.overflow-hidden {
  overflow: hidden;
}

.html_overlay {
  overflow-y: hidden;
}

.body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background-color: #f3f5fb;
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
}
.body.modal-open {
  padding-right: 10px !important;
}
.body_overlay {
  overflow: hidden;
}
.body_overlay .header {
  z-index: 3002;
  position: fixed;
  height: 100%;
  margin-bottom: 0;
  overflow-y: scroll;
}
.body_overlay .header .container {
  height: 100%;
}
.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;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
.body_overlay .header__top {
  display: block;
  padding-top: 55px;
}
.body_overlay .header__right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  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: #015baa;
  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;
  margin-top: auto;
  margin-bottom: 10px;
}
.body_overlay .dropdown_header .dropdown__menu {
  top: initial;
  bottom: 100%;
}
.body_overlay .dropdown_user {
  position: static;
}
.body_overlay .menu {
  display: block;
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}
.body_overlay.modal-open .header {
  z-index: 14;
}

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

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

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

button {
  padding: 0;
  border: none;
  background: none;
  -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 {
  color: #015baa;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  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: #015baa;
}
.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 {
  max-width: 180px;
  padding: 13px 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(187, 187, 187, 0.25);
  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);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.color-primary {
  color: #015baa;
}

.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(1, 91, 170, 0.5);
}

.color-light-green {
  color: rgba(114, 191, 68, 0.5);
}

.color-red {
  color: #ed2337;
}

.access-request__bottom {
  text-align: center;
}
.access-request__link {
  display: none;
  padding-top: 30px !important;
  color: #015baa;
}
.access-request__link .icon_down {
  stroke: #015baa;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.access-request__link:hover .icon_down {
  stroke: #000;
}

.access {
  padding: 20px 0;
  border-bottom: 1px solid #e3e5ec;
}
.access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.access__left {
  max-width: 650px;
  margin-right: 15px;
}
.access__arrow {
  display: inline-block;
  width: 4.625em;
  min-width: 73px;
  height: 0.9375em;
  margin-right: 20px;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -0.3125em -0.3125em;
  background-size: 56.875em 52.9375em;
}
.access__text {
  font-size: 14px;
  font-weight: 500;
}
.access__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.access__no-more.btn, .access__fill.btn {
  margin-right: 7px;
  padding: 3.5px 14px;
  white-space: nowrap;
}
.access__close.btn {
  margin-right: -18px;
  padding: 7.5px 10px;
  color: #000;
}
.access__close.btn:hover {
  color: #015baa;
}

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

.adding-params {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.additional-info {
  position: relative;
  margin-bottom: 20px;
  padding: 8.5px 15px;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff;
  color: #72bf44;
  font-size: 14px;
  text-align: center;
}
.additional-info__close {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px;
  -webkit-transform: translateY(-50%) scale(0.75);
  transform: translateY(-50%) scale(0.75);
  border: 2px solid transparent;
  border-radius: 5px;
}
.additional-info_collective {
  padding: 10px 15px;
  border: 1px solid #f2c749;
  background-color: #fff3cd;
  color: #000;
  text-align: left;
}
.additional-info_collective .additional-info__text {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.additional-info_collective svg {
  margin-top: -3px;
}

.additional-service-modal__header {
  margin-bottom: 12px;
  font-family: "Exo 2";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.additional-service-modal__desc {
  row-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.additional-service-modal__desc p {
  margin-bottom: 0;
}
.additional-service-modal__list {
  row-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 24px;
}
.additional-service-modal__footer .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  width: 100%;
  height: 40px;
  padding: 12px 24px;
  border-radius: 5px;
  background: #015baa;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.additional-services {
  font-family: Roboto;
}
.additional-services__added-service, .additional-services__add-service, .additional-services__add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.additional-services__added-service span, .additional-services__add-service span, .additional-services__add-info span {
  color: #01B823;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.additional-services__added-service svg, .additional-services__add-service svg, .additional-services__add-info svg {
  color: #01B823;
}
.additional-services__add-service {
  cursor: pointer;
}
.additional-services__added-service {
  cursor: pointer;
}
.additional-services__add-info {
  margin-top: 10px;
}
.additional-services__add-info span {
  color: #ED2337;
}
.additional-services__add-info svg {
  color: #ED2337;
}
.additional-services__change-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
  margin-left: 20px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.additional-services__info {
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.additional-services__change-info {
  color: #01B823;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}
.additional-services__container {
  row-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 0;
}
.additional-services__container .additional-service {
  row-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 99px;
  padding: 12px 16px;
  border: 2px solid #E3E5EC;
  border-radius: 5px;
  background: #FFF;
}
.additional-services__container .additional-service:hover {
  border: 2px solid #015baa;
}
.additional-services__container .additional-service.active {
  border-color: #015baa;
}
.additional-services__container .additional-service .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.additional-services__container .additional-service__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.additional-services__container .additional-service__name, .additional-services__container .additional-service__price {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.additional-services__container .additional-service__desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.additional-services__container .additional-service__desc-added {
  color: #72bf44;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.additional-services__container .additional-service__scheme-link {
  z-index: 9999;
  margin-bottom: 0;
  color: #015baa;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}
.additional-services__container .additional-service__img-container {
  display: none;
}
.additional-services__container .additional-service__img-container p {
  margin-bottom: 0;
}
.additional-services__container .additional-service__count-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  padding: 10px 16px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background: #fff;
}
.additional-services__container .additional-service__service-count {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.additional-services__container .additional-service__minus-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #015baa;
  cursor: pointer;
}
.additional-services__container .additional-service__plus-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #015baa;
  cursor: pointer;
}
.additional-services__header {
  margin-bottom: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
}
.additional-services__desc {
  row-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}
.additional-services__desc p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.additional-services__list {
  row-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 24px;
}
.additional-services__info-input {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.additional-services__info-input-desc {
  margin-top: 8px;
  color: #6a737b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.additional-services__tickets-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 32px 0;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}
.additional-services__ticket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 112px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: #72bf44;
}
.additional-services__ticket-info p {
  max-width: 132px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.additional-services__ticket-info svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.additional-services__ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 180px;
  height: 112px;
  padding-left: 20px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -o-border-image: url("../../../../../images/site/border.svg") 30/30px stretch;
  border-image: url("../../../../../images/site/border.svg") 30/30px stretch;
  color: #72bf44;
  cursor: pointer;
}
.additional-services__ticket span {
  font-size: 12px;
  font-weight: 400;
}

.additional-service_added {
  pointer-events: none;
}
.additional-service__link-back {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 16px;
  left: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #015baa;
  cursor: pointer;
}
.additional-service__img-container {
  margin-top: 35px;
}

.js-additional-services-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 404px;
  height: 40px;
  padding: 12px 24px;
  border-radius: 5px;
  background: #015baa;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.js-additional-services-confirm-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.age-label {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 1px 8.5px;
  border-radius: 4px;
  background-color: #015baa;
  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: #015baa;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.auth-sib__link {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.auth-sib__image {
  width: 100%;
}

.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: #015baa;
}
.back:hover .icon_down {
  stroke: #015baa;
}
.back.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.back_primary {
  color: #015baa;
}
.back_primary .icon_down {
  stroke: #015baa;
}
.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: #015baa;
}
.back_primary .icon_down {
  stroke: #015baa;
}
.back_primary:hover {
  color: #000;
}
.back_primary:hover .icon_down {
  stroke: #000;
}
.back[disabled] {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.back[disabled]:hover {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.back__icon {
  fill: #015baa;
  margin-right: 10px;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.banner .container_relative {
  position: relative;
}
.banner__event-item {
  max-width: 360px;
  max-height: 276px;
  border-radius: 5px;
  background-color: #fff;
}
.banner__event-item_concert {
  background-color: transparent;
}
.banner__event-item .teams {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 30px;
}
.banner__event-item .teams__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 33.33%;
  min-width: inherit;
  max-width: inherit;
  text-align: center;
}
.banner__event-item .teams__item:first-child .teams__desc {
  margin-right: 0;
}
.banner__event-item .teams__item:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.banner__event-item .teams__item:last-child .teams__image {
  margin-right: 0;
}
.banner__event-item .teams__image {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
}
.banner__event-item .teams__game {
  font-size: 20px;
}
.banner__event-item .teams__info {
  margin-top: 30px;
}
.banner__container {
  z-index: 1;
  position: relative;
  width: 100%;
  max-height: 500px;
}
.banner__container.swiper-container {
  opacity: 0;
}
.banner__container.swiper-container.active, .banner__container.swiper-container.show {
  opacity: 1;
}
.banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
}
.banner__item_concert {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.banner__top {
  padding: 25px 0 0;
  text-align: center;
}
.banner__date {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #015baa;
  font-size: 14px;
  font-weight: 700;
}
.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banner__content_concert {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}
.banner__title {
  margin-bottom: 20px;
  margin-left: 4px;
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.6;
}
.banner__title span {
  display: inline;
  padding: 5px;
  background-color: #72bf44;
}
.banner__title span:first-child {
  margin-bottom: 15px;
}
.banner__buy {
  display: block;
  padding: 11px 10px;
  border: 1px solid transparent;
  border-radius: 0 0 5px 5px;
  background-color: #015baa;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.banner__buy_concert {
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 5px;
}
.banner__buy:hover {
  background-color: #015baa;
  color: #fff;
}
.banner__prev, .banner__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 100%;
  outline: none;
  background-color: #fff;
  background-image: none;
  color: #fff;
}
.banner__prev svg, .banner__next svg {
  fill: #015baa;
}
.banner__prev:after, .banner__next:after {
  display: none;
}
.banner__prev.swiper-button-disabled, .banner__next.swiper-button-disabled {
  display: none;
}
.banner__prev.swiper-button-prev {
  left: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner__next.swiper-button-next {
  right: 20px;
}
.banner__pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner__pagination.swiper-pagination-bullets {
  bottom: 5px;
  width: 100%;
  max-width: 500px;
}
.banner__pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 2px solid #fff;
  outline: none;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.banner__pagination.swiper-pagination-bullets span.swiper-pagination-bullet_active {
  background-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: #015baa;
  font-size: 14px;
}
.bookings__open .icon_down {
  stroke: #015baa;
  -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: #015baa;
}
.bookings__item {
  margin-bottom: 20px;
  padding: 20px 20px 0;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  font-size: 14px;
}
.bookings__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0;
  -webkit-transform: translateY(-50%) scale(0.75);
  transform: translateY(-50%) scale(0.75);
  border: none;
  background-color: transparent;
  text-align: right;
}
.bookings__close .icon_close {
  fill: #015baa;
}

.bottom-pane {
  display: none;
  z-index: 1040;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 90px;
  -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
  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.expanded .tickets__notification_mobile.active {
  display: none;
}
.bottom-pane__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.bottom-pane__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.bottom-pane__controller {
  display: none;
  text-align: center;
}

.bottom {
  display: none;
  z-index: 2;
  position: sticky;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  margin-top: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
}
.bottom.active {
  display: block;
}
.bottom_subscription {
  width: calc(100% + 50px + 50px + 15px + 15px);
  margin-right: -65px;
  margin-left: -65px;
  padding: 0 30px;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  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__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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__word_next {
  display: none;
}
.bottom__buy.btn {
  padding: 7.5px 50px;
}
.bottom__pull {
  display: none;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 7.5px 18px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #015baa;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.btn:hover {
  border-color: #015baa;
  background-color: transparent;
  color: #015baa;
}
.btn:focus {
  outline: none;
}
.btn_wide {
  width: 100%;
}
.btn_border {
  border-color: #015baa;
  background-color: #fff;
  color: #015baa;
}
.btn_border:hover {
  border-color: transparent;
  background-color: #015baa;
  color: #fff;
}
.btn_link {
  border: none;
  background-color: transparent;
  color: #015baa;
  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 {
  opacity: 0.5;
  pointer-events: none;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

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

.change-day__btn.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.change-day__btn-text {
  color: #015baa;
  font-size: 14px;
  font-weight: 500;
}
.change-day__list {
  row-gap: 16px;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  list-style: none;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.change-day__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.change-day__item {
  width: 100%;
  max-width: 165px;
  padding: 8px 9px;
  border-radius: 5px;
  background: #F5F5F5;
  white-space: nowrap;
}
.change-day__item a {
  padding: 0;
}
.change-day__item:hover {
  background-color: #F5F5F5;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #000;
}
.checkbox_filter:hover {
  color: #015baa;
}
.checkbox_discount {
  min-height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.checkbox_discount:hover {
  color: #015baa;
}
.checkbox_register {
  font-size: 12px;
}
.checkbox_remember {
  margin-bottom: 10px;
}
.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: #015baa;
}
.checkbox__custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.checkbox__custom::after {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3125em;
  height: 1.3125em;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -8.5625em -4.875em;
  background-size: 56.875em 52.9375em;
  font-size: 14px;
  content: "";
  opacity: 0;
}
.checkbox__custom_double {
  border: none;
}
.checkbox__custom_double::after {
  display: inline-block;
  width: 1.375em;
  height: 1.3125em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -21.6875em -18em;
  background-size: 56.875em 52.9375em;
}
.checkbox__block {
  font-size: 14px;
}

.date__day {
  color: #015baa;
  font-size: 18px;
  font-weight: 700;
}
.date__time {
  margin-bottom: 5px;
  color: #696969;
  font-size: 14px;
}

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

.daterangepicker::after,
.daterangepicker::before {
  display: none;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  position: relative;
  padding-left: 20px;
  border: none;
  background-color: transparent;
  color: #015baa;
  text-transform: initial;
}
.daterangepicker .drp-buttons .btn.cancelBtn::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.3125em;
  height: 1.3125em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -14.1875em -10.5em;
  background-size: 56.875em 52.9375em;
  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: #015baa;
}

.daterangepicker td.in-range {
  background-color: rgba(1, 91, 170, 0.1);
}

.daterangepicker td.end-date {
  background-color: #015baa;
}

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

.daterangepicker .calendar-table .year-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12px;
  height: 24px;
}

.daterangepicker .year-nav span {
  display: inline-block;
  padding: 3px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  color: #fff;
}

.daterangepicker .prev-year span {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.daterangepicker .prev-year::before {
  position: absolute;
  left: 5px;
  padding: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
}

.daterangepicker .next-year span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.daterangepicker .next-year::before {
  position: absolute;
  right: 5px;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
}
.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: #015baa;
}
.dropdown_header .dropdown__btn:hover .dropdown__btn-icon {
  stroke: #015baa;
}
.dropdown_header .dropdown__btn-icon {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.dropdown_expanded .dropdown-menu {
  display: block;
}
.dropdown_expanded .dropdown__btn .filter__icon-down {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.dropdown_expanded .dropdown__btn .header__link-down {
  -webkit-transform: scale(0.75) rotate(-180deg);
  transform: scale(0.75) rotate(-180deg);
}
.dropdown_filter {
  min-width: 220px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.dropdown_filter .dropdown__btn {
  width: 100%;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: left;
  -webkit-transition: border-color 0.3s;
  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 {
  stroke: currentColor;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.dropdown_user .dropdown__menu {
  min-width: 272px;
}
.dropdown_user .dropdown__list {
  margin-bottom: 0;
  padding-top: 10px;
}
.dropdown_user .dropdown__btn {
  color: #015baa;
}
.dropdown_user .dropdown__btn .header__link-down {
  stroke: #015baa;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: #015baa;
}
.dropdown_event .dropdown__btn {
  color: #015baa;
}
.dropdown_event .dropdown__menu {
  min-width: 140px;
  padding: 10px;
  border: 1px solid #e3e5ec;
  -webkit-box-shadow: 0 0 15px rgba(232, 232, 232, 0.5);
  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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  scrollbar-width: thin;
  scrollbar-color: rgba(117, 117, 117, 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;
  -webkit-box-shadow: 0 2px 10px #dce1f0;
  box-shadow: 0 2px 10px #dce1f0;
}
.dropdown__menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown__menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(117, 117, 117, 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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  color: #000;
  font-size: 14px;
}
.dropdown__link:hover {
  color: #015baa;
}
.dropdown__link:hover .dropdown__icon:after {
  -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%);
}
.dropdown__link-image {
  margin-right: 10px;
}
.dropdown__link_history .dropdown__icon:after {
  display: inline-block;
  width: 1.375em;
  height: 1.3125em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -29.6875em -26.0625em;
  background-size: 56.875em 52.9375em;
}
.dropdown__link_profile .dropdown__icon:after {
  display: inline-block;
  width: 1.3125em;
  height: 1.3125em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -47.6875em -43.875em;
  background-size: 56.875em 52.9375em;
}
.dropdown__link_exit .dropdown__icon:after {
  display: inline-block;
  width: 1.1875em;
  height: 1.3125em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -25.75em -22em;
  background-size: 56.875em 52.9375em;
}
.dropdown__link_verification .dropdown__icon:after {
  display: inline-block;
  width: 1.4375em;
  height: 1.3125em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -53.3125em -49.5em;
  background-size: 56.875em 52.9375em;
}
.dropdown__link_collective .dropdown__icon::after {
  display: inline-block;
  width: 1.3125em;
  height: 1.3125em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -19.8125em -16.125em;
  background-size: 56.875em 52.9375em;
}
.dropdown__icon {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 20px;
  margin-right: 7px;
}
.dropdown__icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
  -webkit-transition: -webkit-filter 0.3s;
  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);
}

.empty-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 140px 0;
  background: #fff;
}
.empty-search__image {
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
  color: #A1B2BC;
  text-align: center;
}
.empty-search__text {
  text-align: center;
}

.enter {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
}
.enter__pushkin {
  position: relative;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ed2337;
  border-radius: 5px;
  font-size: 12px;
  text-align: left;
}
.enter__pushkin_bold {
  font-weight: 700;
}
.enter__pushkin_bold a {
  color: #015baa;
}
.enter__poet {
  position: absolute;
  right: 10px;
  bottom: 4px;
  width: 16px;
  height: 16px;
  color: #ed2337;
}
.enter__top-text {
  margin-top: -10px;
  margin-bottom: 20px;
}
.enter__wrapper_page {
  padding: 30px;
}
.enter__block {
  position: relative;
}
.enter__forgot {
  margin-top: 30px;
  text-align: center;
}
.enter__middle {
  text-align: center;
}
.enter__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: -40px;
}
.enter__radio {
  margin-left: 40px;
}
.enter__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.enter__double .form-group:first-child {
  margin-right: 10px;
}
.enter__modal-link {
  position: relative;
  padding: 0;
  border: none;
  background: none;
  color: #015baa;
}
.enter__modal-link:hover {
  color: #000;
}
.enter__fields_third {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.enter__fields .form-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.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__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;
}

.event-order-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}
.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: #015baa;
  font-size: 14px;
}
.event-order-bottom__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.event-order-bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.event-order-bottom__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-performance-item {
  border: 1px solid #e3e5ec;
}
.events-performance-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.events-performance-item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 66px;
}
.events-performance-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
}
.events-performance-item__right::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 160px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #e3e5ec;
  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: 16px;
  font-size: 24px;
  font-weight: bold;
}
.events-performance-item__place {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.events-performance-item__place svg {
  width: unset;
  height: unset;
}
.events-performance-item__free, .events-performance-item__league {
  color: #6a737b;
  font-size: 14px;
}
.events-performance-item__free strong, .events-performance-item__league strong {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}
.events-performance-item__league {
  margin-right: 20px;
}
.events-performance-item__description {
  margin-top: 16px;
  font-size: 14px;
}
.events-performance-item__info-list {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 0;
}
.events-performance-item__info-item-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 32px;
  max-height: 24px;
  border-radius: 4px;
  background: #015baa;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
.events-performance-item__info-item-pushkin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 2px;
}
.events-performance-item__info {
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.events-performance-item__price {
  margin-top: 12px;
}
.events-performance-item__price_text {
  color: #6a737b;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.events-performance-item__price_range {
  margin-top: 4px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

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

.events {
  position: relative;
}
.events .empty {
  margin-bottom: 20px;
}
.events__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  padding: 25.5px 30px;
  overflow: hidden;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff;
}
.events_main .events__item_performance .events__image {
  width: 82px;
  min-width: 82px;
  height: 110px;
  min-height: 110px;
}
.events_main .events__item_performance .events__left {
  min-width: 225px;
  margin-right: auto;
}
.events_main .events__item_performance .events__name {
  margin: 5px 0 10px 0;
}
.events_main .events__item_performance .events__name:not(.events__name_left) {
  text-align: center;
}
.events_main .events__item_width-image {
  padding: 10px 30px 10px 10px;
}
.events_main .events__wrapper {
  width: 100%;
}
.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: 240px;
  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__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: 25px;
}
.events_main .events__buy {
  min-height: 40px;
  padding: 5.5px 10.5px;
}
.events_page, .events_service {
  margin-top: 30px;
  margin-bottom: 30px;
}
.events_page .events__item, .events_service .events__item {
  padding: 35px;
  background-color: #fff;
}
.events_page .events__nom {
  display: block;
  width: calc(100% + 70px);
  margin: -35px -35px 25px;
}
.events_page .events__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  text-align: center;
}
.events_page .events__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.events_page .events__item.events-performance-item {
  padding: 30px 50px;
}
.events_page .events__place {
  margin-bottom: 30px;
}
.events_page .events__name {
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: 20px;
}
.events_subscription {
  margin-bottom: 30px;
}
.events_subscription .events__info {
  pointer-events: none;
}
.events_subscription .events__name {
  position: absolute;
  left: 100%;
  white-space: nowrap;
}
.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__teams-link:hover .teams__name {
  color: #015baa;
}
.events__items {
  margin-bottom: 30px;
}
.events__top-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.events__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events__empty {
  display: none;
}
.events__nom {
  width: calc(100% + 60px);
  margin: -15px -30px 25px;
  padding: 9.5px;
  background-color: #015baa;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.events__item {
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.events__item:hover:not(.inactive) {
  -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.inactive a,
.events__item.inactive button {
  pointer-events: none;
}
.events__item .teams {
  margin-bottom: 0;
}
.events__item_performance .events__name_left {
  padding-left: 20px;
}
.events__center-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.events__text {
  padding: 15px;
  border: 2px solid #e3e5ec;
  border-radius: 5px;
  font-size: 14px;
}
.events__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 205px;
  max-width: 205px;
  margin-right: auto;
  text-align: left;
}
.events__info.wide {
  min-width: 253px;
  max-width: 253px;
}
.events__link {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.events__center-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.events__center-link_main {
  margin-left: -130px;
}
.events__center-link_main .events__name {
  position: absolute;
  left: 100%;
}
.events__center-link img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.events__center-link:hover .events__name {
  color: #015baa;
}
.events__league {
  display: block;
  color: #6a737b;
  font-size: 14px;
  font-weight: 400;
}
.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 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.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 {
  display: block;
  height: 48px;
  min-height: 48px;
  margin-bottom: 10px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.events__name:hover {
  color: #015baa;
}
.events__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 47px;
}
.events__time {
  color: #015baa;
  font-weight: 500;
}
.events__price {
  color: #757575;
  font-size: 14px;
}
.events__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 205px;
  margin-left: auto;
  text-align: right;
}
.events__more {
  margin-bottom: 50px;
  text-align: center;
}
.events__more .btn.inactive {
  display: none;
}
.events__button {
  margin-bottom: 5px;
}
.events__some {
  min-width: 120px;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 4.5px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.events__label_soon {
  min-height: 30px;
  background-color: #72bf44;
}
.events__mobile-info {
  display: none;
}
.events__mobile-buy {
  display: none;
}
.events__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.events__message {
  margin-bottom: 30px;
}
.events__empty {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}
.events__places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.events__place {
  min-width: 110px;
}
.events__place::before {
  left: 5px;
}
.events__park {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
  padding: 9px;
  border: 1px solid #015baa;
}
.events__park-icon {
  fill: #015baa;
}

.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: #015baa;
}
.filter_no-banner {
  margin-top: -50px;
}
.filter__top {
  margin-bottom: 25px;
}
.filter__title {
  display: none;
}
.filter__bottom {
  color: #015baa;
  font-size: 14px;
}
.filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  min-width: 220px;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #ffffff;
}
.filter__date.opened {
  pointer-events: none;
}
.filter__date.opened .filter__icon-down {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  cursor: pointer;
  pointer-events: auto;
}
.filter__date.visible .filter__icon-down {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.filter__date-input {
  width: 100%;
  min-width: 220px;
  max-width: 220px;
  height: 40px;
  padding: 6.5px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  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 .filter__icon-down {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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: #f3f5fb;
  font-size: 16px;
}
.filter__input:hover {
  border-color: #000;
}
.filter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter__text {
  margin-right: 50px;
  margin-bottom: 20px;
}
.filter__reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: sticky;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 5px);
  margin-left: -5px;
  padding: 10px 5px;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #015baa;
  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 {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
.filter__close:hover {
  opacity: 0.8;
}
.filter__selected-count {
  color: #757575;
  opacity: 0;
}
.filter__selected-count.active {
  opacity: 1;
}
.filter__apply {
  margin-right: 20px;
  margin-bottom: 20px;
}
.filter__clear {
  display: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.filter__clear.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(255, 255, 255);
  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(1, 91, 170, 0.5);
  outline-style: solid;
  outline-width: 2px;
  background-color: #fff;
  color: #015baa;
}

.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: #015baa;
}
.focus-visible.btn_border {
  background-color: #015baa;
  color: #fff;
}
.focus-visible.banner__buy {
  color: #015baa;
}
.focus-visible.banner__buy .icon_next-round {
  fill: #015baa;
  stroke: #015baa;
}
.focus-visible.filter__clear.active {
  color: #015baa;
}
.focus-visible.filter__clear.active .filter__clear-icon {
  fill: #015baa;
}
.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: #015baa;
}

.dropdown_user .focus-visible.dropdown__btn {
  border-color: #015baa;
}

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

.skip-to-content.focus-visible {
  background-color: #015baa;
}

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

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

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

.dropdown__link.focus-visible {
  color: #015baa;
}

.checkbox__input.focus-visible ~ .checkbox__block {
  color: #015baa;
}

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__top {
  margin-bottom: 30px;
}
.footer__bottom {
  margin-bottom: 10px;
}
.footer__bottom .footer__item {
  font-size: 14px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -40px;
}
.footer__item {
  margin-left: 40px;
}
.footer__item_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__link {
  display: inline-block;
  position: relative;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
}
.footer__link:hover {
  color: #015baa;
}
.footer__link:focus {
  color: #000;
}
.footer__link::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 10px);
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.footer__link[aria-current=page]::after, .footer__link:hover::after {
  background-color: #015baa;
}
.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: #015baa;
}
.footer__phone {
  display: inline-block;
}
.footer__email {
  position: relative;
}
.footer__brand:hover .icon_infomatika {
  fill: #015baa;
}

.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 {
  display: block;
  display: inline-block;
  width: 1.625em;
  height: 1.625em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -27.5em -23.875em;
  background-size: 56.875em 52.9375em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header {
  z-index: 12;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  border-bottom: 1px solid #e3e5ec;
  background-color: #fff;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__lang {
  margin-left: 30px;
}
.header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header__auth_entered::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 10px;
  -webkit-transform: translateX(-50%);
  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__role {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #72bf44;
}
.header__role-svg {
  stroke: #72bf44;
  margin-top: -3px;
}
.header__hover {
  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;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  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: #015baa;
}
.header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none;
  color: #000;
  -webkit-transition: initial;
  transition: initial;
}
.header__link:hover {
  color: #015baa;
}
.header__link_enter {
  border: none;
  background-color: transparent;
}
.header__link_basket {
  margin-right: 30px;
}
.header__link_profile {
  z-index: 3;
  color: #015baa;
}
.header__link-down {
  stroke: #015baa;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: stroke 0.3s, -webkit-transform 0.3s;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 15px;
  height: 15px;
  padding: 0 2px;
  border-radius: 5px;
  background-color: #72bf44;
  color: #fff;
  font-size: 12px;
}
.header__link-text {
  white-space: nowrap;
}
.header__name-wrapper {
  margin-right: 10px;
  text-align: right;
}
.header__avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}
.header__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.header__btn_login {
  margin-right: 10px;
}

.help-block-error {
  color: #ed2337;
}

.history-table__td .i-ticket__content {
  border: 2px solid #d3d3d3 !important;
}
.history-table__td .i-ticket::after {
  border: 2px solid #d3d3d3 !important;
}
.history-table__td .i-ticket::before {
  border: 2px solid #d3d3d3 !important;
}

.history .teams__wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.history .teams__item {
  min-width: initial;
  max-width: initial;
}
.history .time {
  margin-bottom: 0;
}
.history__item + .history__item {
  margin-top: 30px;
}
.history__item {
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff;
}
.history__status {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.history__status_expect {
  background-color: #015baa;
}
.history__status_paid, .history__status_success {
  background-color: #b5bacd;
}
.history__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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__price {
  margin-bottom: 10px;
}
.history__date {
  margin-right: 25px;
  font-size: 14px;
  font-weight: 500;
}
.history__order {
  color: #8d95a9;
  font-size: 14px;
  font-weight: 500;
}
.history__button_print:not(:last-child), .history__button_download:not(:last-child) {
  margin-right: 20px;
}
.history__button_print svg, .history__button_download svg {
  fill: #000;
}
.history__button_download svg {
  -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%);
}

.container__holdseats {
  margin-bottom: 50px;
  background-color: transparent;
  font-family: Roboto, serif;
  font-size: 14px;
}
.container__holdseats_header {
  margin-bottom: 0;
  padding: 48px 0 32px 0;
  background: transparent;
}
.container__holdseats table {
  width: 100%;
  margin-top: 12px;
}
.container__holdseats h1 {
  margin-bottom: 30px;
  font-size: 30px;
}
.container__holdseats button {
  font-size: 16px;
  text-align: center;
}
.container__holdseats .checkbox {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.container__holdseats .checkbox__block {
  color: #015baa;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.container__holdseats .top-section {
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container__holdseats .top-section__header {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container__holdseats .top-section h1 {
  margin-bottom: 0;
}
.container__holdseats .top-section__share-link {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.container__holdseats .top-section__share-link p {
  color: #015baa;
  font-size: 14px;
  line-height: 120%;
}
.container__holdseats .top-section__share-link svg {
  color: #015baa;
}
.container__holdseats .top-section__search input {
  width: 300px;
  height: 40px;
  padding: 11px 16px;
  float: left;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.container__holdseats .top-section__search input::-webkit-input-placeholder {
  color: #6a737b;
  font-size: 14px;
  line-height: 130%;
}
.container__holdseats .top-section__search input::-moz-placeholder {
  color: #6a737b;
  font-size: 14px;
  line-height: 130%;
}
.container__holdseats .top-section__search input:-ms-input-placeholder {
  color: #6a737b;
  font-size: 14px;
  line-height: 130%;
}
.container__holdseats .top-section__search input::-ms-input-placeholder {
  color: #6a737b;
  font-size: 14px;
  line-height: 130%;
}
.container__holdseats .top-section__search input::placeholder {
  color: #6a737b;
  font-size: 14px;
  line-height: 130%;
}
.container__holdseats .top-section__search button {
  width: 100px;
}
.container__holdseats .top-section__pushkin {
  display: none;
  min-width: 325px;
  padding: 8px 15px;
  border: 0.5px solid #e5ecf1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(185, 185, 185, 0.25);
  box-shadow: 0px 0px 10px rgba(185, 185, 185, 0.25);
}
.container__holdseats .top-section__pushkin img {
  margin-right: 10px;
  float: left;
}
.container__holdseats .top-section__pushkin .text {
  padding: 4px 0;
}
.container__holdseats .events__item {
  display: block;
  margin-bottom: 30px;
  padding: 24px;
  border: 1px solid #d1d6e0;
  border-radius: 10px;
  background: #fff;
}
.container__holdseats .events__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container__holdseats .events__item h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.container__holdseats .events__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 120px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  border-bottom: 1px solid #e3e5ec;
}
.container__holdseats .events__item__head {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container__holdseats .events__item__head img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.container__holdseats .events__item__head_performance {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.container__holdseats .events__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 16px;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.container__holdseats .events__item__info_performance {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
  margin-left: 0;
}
.container__holdseats .events__item__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #015baa;
}
.container__holdseats .events__item__date img {
  margin-right: 5px;
  float: left;
}
.container__holdseats .events__item__location {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
}
.container__holdseats .events__item__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.container__holdseats .events__item table {
  width: 100%;
  margin-bottom: 40px;
  border: 0;
}
.container__holdseats .events__item table th {
  color: #8d95a9;
}
.container__holdseats .events__item table td {
  padding: 8px 0;
}
.container__holdseats .events__item .btn-share {
  padding-right: 15px;
  padding-left: 15px;
}
.container__holdseats .events__item .btn-seat {
  border-radius: 10px;
  font-size: 14px;
}
.container__holdseats .events__item .btn-seat.buy {
  padding: 8px 16px;
  border: 2px solid #015baa;
  border-radius: 5px;
  background-color: #fff;
  color: #015baa;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.container__holdseats .events__item .btn-seat.sold {
  padding: 5px 10px;
  border: 0;
  background-color: #dcf4e3;
  color: #01aa30;
}
.container__holdseats .events__item .btn-seat.booked {
  padding: 8px 16px;
  border: 2px solid #015baa;
  border-radius: 5px;
  color: #fff;
}
.container__holdseats .input_block {
  position: relative;
  float: left;
}
.container__holdseats .input_block img {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.text-right {
  text-align: right;
}

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

.seats-table__button-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-seat {
  margin-left: 12px;
  padding: 8px 16px;
  border: 2px solid #015baa;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.button-seat.buy {
  background-color: #fff;
  color: #015baa;
}
.button-seat.booked {
  background-color: #015baa;
  color: #fff;
}
.button-seat.sold {
  background-color: #015baa;
  color: #fff;
}
.button-seat:hover {
  background-color: #015baa;
  color: #fff;
}

.buy-button {
  margin-left: 12px;
  padding: 8px 16px;
  border: 2px solid #015baa;
  border-radius: 5px;
  background-color: #fff;
  color: #015baa;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.buy-button.booked {
  background-color: #015baa;
  color: #fff;
}
.buy-button:hover {
  background-color: #015baa;
  color: #fff;
}

.btn-share-link {
  display: none;
}

.delete-ticket-button {
  visibility: hidden;
}

.is-booked .delete-ticket-button {
  visibility: visible;
}

.buy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.buy-container__clear-button {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #015baa;
  cursor: pointer;
}
.buy-container__clear-button_active {
  visibility: visible;
}
.buy-container__buy-button {
  opacity: 0.5;
  pointer-events: none;
}
.buy-container__buy-button.active {
  opacity: unset;
  pointer-events: unset;
}
.buy-container__price span {
  font-size: 14px;
  line-height: 130%;
}
.buy-container__price strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.i-form-field__input::-ms-reveal, .i-form-field__input::-ms-clear, .i-form-field__input::-webkit-contacts-auto-fill-button, .i-form-field__input::-webkit-credentials-auto-fill-button, .i-form-field__input::-webkit-reveal {
  display: none;
}

.i-modal__content:has(.additional-service__img-container.big-modal) {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.i-modal_alert .modal-dialog {
  max-width: 618px;
}
.i-modal.additional-modal {
  z-index: 1251;
}
.i-modal.additional-prompt-modal {
  z-index: 1252;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon_minus, .icon_plus {
  fill: #015baa;
}
.icon_edit {
  fill: #015baa;
  stroke: #015baa;
  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: #015baa;
  width: 130px;
  height: 20px;
}
.icon_infomatika_ru {
  width: 150px;
}
.icon_phone {
  fill: #015baa;
  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: #015baa;
}
.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_acquiring {
  margin-right: 0.5rem;
}
.icon_question {
  fill: #015baa;
  stroke: #015baa;
  width: 22px;
  height: 22px;
}
.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: 15px;
  height: 16px;
}
.icon_zoom-reset, .icon_zoom-in, .icon_zoom-out {
  fill: currentColor;
  stroke: currentColor;
  width: 30px;
  height: 30px;
}
.icon_zoom-in {
  stroke: transparent;
}

.incompleate-order-popup {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 24px;
  width: 0;
  height: 0;
  text-align: left;
  -webkit-animation: show 1s;
  animation: show 1s;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.incompleate-order-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 116px;
  right: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 504px;
  padding: 16px 40px 24px 16px;
  background-color: #72bf44;
}
.incompleate-order-popup__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.incompleate-order-popup__close-button:hover svg {
  fill: #757575;
}
.incompleate-order-popup__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}
.incompleate-order-popup__info {
  cursor: default;
}
.incompleate-order-popup__icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #fff;
  color: #72bf44;
}
.incompleate-order-popup__title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.incompleate-order-popup__description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.incompleate-order-popup__paid-link {
  position: relative;
  width: 160px;
  height: 40px;
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.incompleate-order-popup__paid-link:hover {
  background-color: #fff;
  color: #72bf44;
}
.index {
  position: relative;
  margin-bottom: 20px;
}

.info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info__icon {
  min-width: 20px;
  margin-right: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.info__text {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #dce1f0;
  box-shadow: 0 2px 10px #dce1f0;
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.info__text.active {
  opacity: 1;
  pointer-events: auto;
}
.info__text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-right-color: #fff;
  content: "";
}

.inner {
  margin-top: 50px;
}

.interact-plan__svg g.inactive, .interact-plan__svg g.disabled, .interact-plan__svg g[free="0"] {
  opacity: 1 !important;
  pointer-events: none;
}
.interact-plan__svg g.inactive path:first-child, .interact-plan__svg g.disabled path:first-child, .interact-plan__svg g[free="0"] path:first-child {
  fill: #a2afba;
}
.interact-plan__svg svg {
  height: auto;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 32px;
}
.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 {
  position: relative;
  padding: 5px;
  padding-left: 30px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  color: #015baa;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.lk__clear::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 1.3125em;
  height: 1.3125em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -14.1875em -10.5em;
  background-size: 56.875em 52.9375em;
  content: "";
  -webkit-transition: -webkit-filter 0.3s;
  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;
}
.lk__filtered-empty {
  padding: 40px;
  border: 1px solid #e3e5ec;
  background-color: #fff;
  text-align: center;
}
.lk__filtered-empty svg {
  color: #b5bacd;
}
.lk__filtered-empty p {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.lk__filtered-empty p:first-of-type {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.lk__close-btn {
  font-weight: 700;
  text-transform: uppercase;
}
.lk__clear-btn-pointer {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ed2337;
}
.lk__left {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lk__search-btn {
  row-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #015baa;
}
.lk__search-btn svg {
  color: #6a737b;
}
.lk__clear-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  color: #015baa;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.logo {
  min-width: 64px;
}
.logo_ru {
  margin-right: 20px;
}
.logo_en {
  margin-right: 20px;
}
.logo__link {
  display: inline-block;
  margin-left: -5px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.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: #015baa;
}
.long-text__more-btn .icon {
  stroke: currentColor;
}
.long-text__more-btn.active .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.long-text__mobile {
  display: none;
}
.long-text__mobile.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.long-text__mobile p {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.long-text__toggle-mobile {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.map {
  z-index: 1;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  margin: 0 -10px;
  padding: 0;
  list-style-type: none;
}
.menu__list_dropdown {
  z-index: 61;
  position: absolute;
  right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
}
.menu__link {
  display: inline-block;
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
}
.menu__link::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 20px);
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
.menu__link::after {
  display: block;
  visibility: hidden;
  height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  color: transparent;
  font-size: 14px;
  font-weight: 700;
  content: attr(title);
}
.menu__link[aria-current=page], .menu__link:hover {
  color: #015baa;
  font-weight: 700;
}
.menu__link[aria-current=page]::before, .menu__link:hover::before {
  background-color: #015baa;
}
.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 .modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
}

.news {
  z-index: 13;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 0px #ececec !important;
  box-shadow: 0px 1px 0px #ececec !important;
}

.swiper-button-disabled {
  display: none;
  width: 20px;
  height: 20px;
}

.news-slider {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.news-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.news-slider__text p {
  display: inline;
}
.news-slider__count {
  display: inline;
  margin-right: 8px;
}
.news-slider__total-count {
  color: #b3b3b3;
}
.news-slider__content {
  margin-top: 3px;
  margin-right: 100px;
}
.news-slider__nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: absolute;
  right: 0;
  border-radius: 25% 0 0 25%;
  background-color: #ffffff;
  cursor: default;
}
.news-slider__btn-prev {
  z-index: 7;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
}
.news-slider__btn-prev::after {
  z-index: 6;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}
.news-slider__btn-next {
  z-index: 7;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
}
.news-slider__btn-next::after {
  z-index: 6;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}
.order {
  margin-bottom: 5px;
}
.order-acquirings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.order-acquirings > * {
  margin-right: 20px;
}
.order-acquirings > *:last-child {
  margin-right: 0;
}
.order .teams__item {
  min-width: initial;
  max-width: initial;
}
.order_history .tickets__category {
  display: none;
}
.order_history .order__item {
  padding: 30px 30px 10px;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order_history .order__low-block:nth-child(2) {
  display: none;
}
.order__item {
  margin-bottom: 40px;
  padding: 45px 30px;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order__left {
  max-width: 70%;
}
.order__left-link {
  display: block;
  margin-bottom: 20px;
  margin-left: -5px;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.order__price strong {
  font-size: 20px;
}
.order__date {
  color: #757575;
  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__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: #015baa;
  text-align: left;
}
.order__delete:hover {
  color: #000;
}
.order__delete:hover .order__delete-icon {
  fill: #000;
}
.order__delete-icon {
  fill: #015baa;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.order__delete-text {
  display: inline-block;
  vertical-align: middle;
}
.order__info {
  font-size: 14px;
}
.order__info-time {
  margin-right: 25px;
}
.order__info-order {
  color: #8d95a9;
}
.order__info-number {
  font-size: 24px;
  font-weight: 700;
}
.order__timer {
  color: #6a737b;
  font-size: 14px;
}
.order__timer_red {
  color: #ed2337;
  font-weight: 700;
}
.order__place {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}
.order__place::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.3125em;
  height: 1.4375em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -35.375em -31.6875em;
  background-size: 56.875em 52.9375em;
  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: #015baa;
  font-size: 14px;
  font-weight: 500;
}
.order__time::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -6.875em -3.1875em;
  background-size: 56.875em 52.9375em;
  content: "";
}
.order__sub-info-tooltip {
  margin-top: -1px;
  color: #015baa;
}
.order__low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}
.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: #015baa;
  font-size: 14px;
  white-space: nowrap;
}
.order__revert::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.3125em;
  height: 1.3125em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -51.4375em -47.625em;
  background-size: 56.875em 52.9375em;
  content: "";
  -webkit-transition: -webkit-filter 0.3s;
  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 {
  padding: 7px 28px;
}
.order__button-wrapper {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order__collective-button {
  padding: 7px 28px;
  cursor: pointer;
}
.order__collective-button_disabled {
  cursor: default;
  opacity: 0.5;
}
.order__collective-button_disabled:hover {
  background-color: #015baa;
  color: #fff;
}
.order__cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order__cards-container a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.order__cards-container .order__button {
  margin-right: 0;
  padding: 10px 20px;
  white-space: nowrap;
}
.order__cards-container .order__button_active {
  height: initial;
}
.order__cards-container .order-acquirings > .order__button {
  display: none;
}
.order__cards-container .order-acquirings > .order__button_active {
  display: initial;
}
.order__cards-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 228px;
  height: 0;
  margin-top: 16px;
  padding: 0 16px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.25);
  box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.25);
  opacity: 0;
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s, height 0.2s, opacity 0.6s;
  transition: padding-top 0.3s, padding-bottom 0.3s, height 0.2s, opacity 0.6s;
}
.order__cards-choice_active {
  height: initial;
  padding-top: 16px;
  padding-bottom: 16px;
  opacity: 1;
}
.order__cards-choice_active .order__button {
  height: initial;
}
.order__cards-choice a + a {
  margin-top: 10px;
}
.order__cards-show-button {
  position: relative;
  width: 20px;
  min-width: 240px;
  height: 20px;
  margin-left: 16px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.order__cards-show-button:hover svg {
  stroke: #000;
}
.order__cards-show-button_active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.order__cards-show-button svg {
  stroke: #015baa;
  fill: #015baa;
  width: 100%;
  max-width: 20px;
  height: 100%;
  max-height: 20px;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.order__bottom .order__sum {
  margin-top: 10px;
  margin-bottom: 10px;
}
.order__pull {
  display: none;
}
.order__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 24px;
}
.order__prop {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
  text-align: right;
}
.order__promo {
  margin-right: 12px;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order__name-image .order__name {
  margin-left: 20px;
}
.order__upload-svg {
  stroke: currentColor;
  margin: -5px 5px 0 0;
}
.order__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}
.order__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

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

.package-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.package-event__left-block {
  row-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.package-event__date {
  color: #015baa;
  font-size: 14px;
  font-weight: 500;
}
.package-event__date svg {
  margin-bottom: 2px;
}
.package-event__place {
  font-size: 14px;
  font-weight: 500;
}
.package-event__teams {
  margin: 0 auto;
}
.package-event__content {
  display: none;
  border-top: 1px solid #e3e5ec;
}
.package-event__mobile-btn {
  display: block;
  margin: 10px 0;
  margin-right: auto;
  margin-left: 15px;
  color: #015baa;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.package-event__mobile-btn svg.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.package-event__mobile-btn .icon_down {
  stroke: #015baa;
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pagination-container__info {
  margin: 0;
  padding: 0;
  color: #6a737b;
  font-size: 14px;
}
.pagination-container__info .selected {
  color: #000;
}

.pagination {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__item a {
  width: 100%;
  height: 100%;
  color: #6a737b;
  text-align: center;
}
.pagination__item:not(.active):hover a {
  color: #015baa;
}
.pagination__item.active {
  background-color: #015baa;
}
.pagination__item.active a {
  color: #fff;
  font-weight: 400;
}
.pagination__item.disabled {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.pagination__prev, .pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__prev a, .pagination__next a {
  position: relative;
}
.pagination__prev:hover, .pagination__next:hover {
  opacity: 0.5;
}
.pagination__prev.disabled, .pagination__next.disabled {
  position: relative;
  opacity: 0.2;
  pointer-events: none;
}
.pagination__prev a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.0625em;
  height: 1.0625em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -46.0625em -42.25em;
  background-size: 56.875em 52.9375em;
  content: "";
}
.pagination__next a::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.0625em;
  height: 1.0625em;
  -webkit-transform: rotate(180deg) translate(50%, 50%);
  transform: rotate(180deg) translate(50%, 50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -46.0625em -42.25em;
  background-size: 56.875em 52.9375em;
  content: "";
}

.performance-date__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.performance-date__day-num {
  margin-right: 10px;
  color: #015baa;
  font-size: 48px;
  line-height: 56px;
}
.performance-date__month {
  color: #015baa;
  font-size: 20px;
  line-height: 23px;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.place__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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_event .places__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.places_twoPlans .interact-plan__svg svg {
  width: auto;
}
.places.active {
  opacity: 1;
}
.places__description {
  width: 100%;
  color: #000;
  font-size: 20px;
  text-align: center;
}
.places__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -65px;
  margin-bottom: 30px;
  margin-left: -65px;
  padding: 25px;
  padding-top: 10px;
  border-bottom: 1px solid #e3e5ec;
}
.places__info-top .time {
  margin-bottom: 0;
}
.places__info-top .teams {
  pointer-events: none;
}
.places__info-top .teams__item {
  min-width: initial;
}
.places__info-top .subscription__name {
  margin-right: 20px;
  margin-bottom: 0;
}
.places__info-top .subscription__date {
  margin-bottom: 0;
}
.places__info-top .events__time {
  position: relative;
  margin-right: 30px;
  padding-left: 25px;
}
.places__info-top .events__time::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -6.875em -3.1875em;
  background-size: 56.875em 52.9375em;
  content: "";
}
.places__total {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: #015baa;
  font-size: 35px;
}
.places__name {
  font-weight: 700;
}
.places__name-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.places__center {
  position: relative;
  text-align: center;
}
.places__buttons {
  display: none;
  position: relative;
  -ms-flex-wrap: wrap;
  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: #015baa;
}
.places__button.active::after {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #015baa;
  content: "";
}
.places__button:hover {
  color: #015baa;
}
.places__content {
  position: relative;
  padding: 50px;
  padding-top: 30px;
  border: 1px solid #e3e5ec;
  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 {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.places__svg.skeleton-loader {
  position: relative;
  overflow: hidden;
}
.places__svg.skeleton-loader::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  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));
  -webkit-animation: shimmer 2s infinite;
  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;
  max-width: 100%;
  max-height: 600px;
  -webkit-transition: none;
  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 rect,
.places__svg g polygon,
.places__svg g ellipse,
.places__svg g circle {
  stroke: none !important;
}
.places__svg g.inactive, .places__svg g.disabled, .places__svg g[free="0"] {
  opacity: 0.5;
  pointer-events: none;
}
.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: #015baa !important;
}
.places__svg g text {
  fill: #fff !important;
  cursor: pointer;
}
.places__svg g polygon {
  cursor: pointer;
}
.places__svg tspan {
  cursor: pointer;
}
.places__change-svg.loading {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  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__twice-booth {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.places__twice-booth svg {
  height: 100%;
}
.places__twice-content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.places__twice-content > div g {
  cursor: pointer;
}
.places__twice-content > div g rect,
.places__twice-content > div g polygon,
.places__twice-content > div g ellipse,
.places__twice-content > div g circle {
  stroke: none !important;
}
.places__twice-content > div g.active:not(.disabled) text {
  fill: #fff !important;
}
.places__twice-content > div g.disabled, .places__twice-content > div g.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.places__twice-content > div g.disabled rect,
.places__twice-content > div g.disabled ellipse,
.places__twice-content > div g.disabled circle,
.places__twice-content > div g.disabled polygon, .places__twice-content > div g.inactive rect,
.places__twice-content > div g.inactive ellipse,
.places__twice-content > div g.inactive circle,
.places__twice-content > div g.inactive polygon {
  fill: #ccc !important;
}
.places__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: #015baa;
}
.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);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}
.places__input:checked ~ .places__custom:after {
  border-color: #015baa;
}
.places__commission {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.places__custom {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
  background-color: #fff;
}
.places__custom:after {
  position: absolute;
  top: 3.5px;
  left: 3px;
  width: 12px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  content: "";
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.places__buy {
  width: 100%;
  min-width: 245px;
}
.places__back {
  position: absolute;
  margin-bottom: 20px;
  margin-left: 0;
}
.places__select-places {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
.places__cost {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 5px;
  background-color: transparent;
}
.places__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: #015baa;
}
.places__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: -40px;
  font-size: 14px;
}
.places__about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: #015baa;
  font-size: 14px;
}
.places__reset-icon {
  fill: #015baa;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.places__reset-text {
  display: inline-block;
  vertical-align: middle;
}
.places__reset-prices {
  color: #015baa;
  font-size: 14px;
  -webkit-transition: initial;
  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__location {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -27px;
  overflow: hidden;
}
.places__twice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 27px;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-transition: initial;
  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 {
  right: -16px;
  width: 31px;
  height: 31px;
  -webkit-transform: rotate(45deg);
  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: #015baa;
}
.places__twice-item:first-child.active:hover {
  border-color: #015baa;
  border-right-color: transparent;
  background-color: #fff;
  color: #015baa;
}
.places__twice-item:first-child.active:hover:after {
  border-top-color: #015baa;
  border-right-color: #015baa;
  background-color: transparent;
}
.places__twice-item:first-child.active:hover .places__twice-number {
  border-color: #015baa;
  color: #015baa;
}
.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: #015baa;
  border-right-color: #015baa;
}
.places__twice-item:nth-child(2).active:before {
  border-right-color: #015baa;
  border-bottom-color: #015baa;
}
.places__twice-item:nth-child(2).active:hover {
  background-color: #015baa;
  color: #fff;
}
.places__twice-item.inactive {
  pointer-events: none;
}
.places__twice-item.active {
  background-color: #015baa;
  color: #ffffff;
}
.places__twice-item.active .places__twice-number {
  border-color: #fff;
  color: #fff;
}
.places__twice-item.active:hover {
  border-color: #015baa;
  background-color: #fff;
  color: #015baa;
}
.places__twice-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
}
.places__warning {
  display: block;
  color: #ed2337;
  font-size: 14px;
  text-align: center;
}
.places__sub-info {
  padding: 0 15px;
}
.places__sub-btns {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  padding-bottom: 8px;
  border: none;
  background: none;
  white-space: nowrap;
  cursor: pointer;
}
.places__sub-btns svg {
  stroke: #015baa;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.places__sub-btns.active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.price-category-select .dropdown__menu {
  padding: 15px;
}
.price-category-select .dropdown__item {
  margin-bottom: 10px;
}
.price-category-select .dropdown__item:last-child {
  margin-bottom: 0;
}
.price-category-select__selected-name .icon {
  margin-right: 6px;
}
.price-category-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  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: 5px;
  margin-right: 10px;
}
.price-category-select__item input:checked:after {
  border-color: #015baa;
}
.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: #015baa !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: #015baa;
  background-color: #015baa !important;
}
.price-legend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.price-legend__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f3f3f3;
  -webkit-transition: all 0.25s ease;
  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;
}

.i-profile__remove-photo.btn_transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

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

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: -20px;
}
.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 15px;
  overflow: hidden;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff;
}
.service__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px;
  max-width: 120px;
  min-height: 160px;
  max-height: 160px;
}
.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 60px;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff;
}
.service__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: auto;
}
.service__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  grid-gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  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;
}

.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: #015baa;
  font-size: 14px;
}
.short-text__more span {
  position: relative;
}
.short-text__more:hover {
  color: rgba(1, 91, 170, 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.site-error__image {
  margin-bottom: 40px;
}
.site-error__title {
  margin-bottom: 20px;
  color: #015baa;
  font-size: 32px;
  font-weight: 900;
}
.site-error__text {
  margin-bottom: 40px;
}

.skeleton-box {
  display: inline-block;
  position: relative;
  height: 1em;
  overflow: hidden;
  background-color: #f3f3f3;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  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));
  -webkit-animation: shimmer 2s infinite;
  animation: shimmer 2s infinite;
  content: "";
}
.skeleton-box_price-legend {
  width: 235px;
  height: 43px;
  margin-right: 10px;
  margin-bottom: 0.5rem;
  border-radius: 5px;
}
.skeleton-box_price-legend:last-child {
  margin-right: 0;
}
@keyframes shimmer {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.skip-to-content {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-to-content:focus {
  clip: auto !important;
  z-index: 10000;
  width: auto;
  height: auto;
}
.skip-to-content_style {
  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;
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}
.skip-to-content_style:focus {
  top: 0;
  outline: none;
  color: #ffffff;
}

.slider {
  width: 100%;
}

.social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  z-index: 10000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.spinner_primary .spinner__bounce {
  background-color: #015baa;
}
.spinner__bounce {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffffff;
  vertical-align: middle;
  -webkit-animation: bounce 1.4s infinite ease-in-out both;
  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;
}
.spinner-circle {
  display: inline-block;
  position: relative;
  width: 10em;
  height: 10em;
  margin: 60px auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-top: 1.1em solid rgba(187, 187, 187, 0.2);
  border-right: 1.1em solid rgba(187, 187, 187, 0.2);
  border-bottom: 1.1em solid rgba(187, 187, 187, 0.2);
  border-left: 1.1em solid #000000;
  border-radius: 50%;
  font-size: 10px;
  text-indent: -9999em;
  -webkit-animation: circle 1.1s infinite linear;
  animation: circle 1.1s infinite linear;
}
.spinner-circle_small {
  width: 2em;
  height: 2em;
  margin: 4px 4px -4px;
  border-width: 4px;
  font-size: 11px;
}
.spinner-circle_white {
  border-top-color: rgba(187, 187, 187, 0.51);
  border-right-color: rgba(187, 187, 187, 0.51);
  border-bottom-color: rgba(187, 187, 187, 0.51);
  border-left-color: #ffffff;
}
@-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);
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.stadium {
  position: fixed;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
}
.stadium.active {
  opacity: 1;
  pointer-events: auto;
}
.stadium__previous, .stadium__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.stadium__next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.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 {
  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: "";
  -webkit-transition: 0.3s ease all;
  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 {
  z-index: 1;
  width: 100%;
  border: 1px solid #a2a2a2;
  -webkit-transition: 0.3s ease all;
  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:first-child {
  right: 100%;
  text-align: right;
}
.teams_main .teams__item:last-child {
  left: 100%;
}
.teams_main .teams__name {
  white-space: wrap;
}
.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 #e3e5ec;
  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__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.teams__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 170px;
  max-width: 300px;
}
.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 {
  color: #000;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.teams__city {
  color: #6a737b;
  font-size: 12px;
  white-space: nowrap;
}
.teams__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}
.teams__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.teams__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 23px;
  margin: 0 30px;
  margin-top: 12px;
  color: #000;
}
.teams__game {
  white-space: nowrap;
}
.teams__date, .teams__time {
  color: #015baa;
  font-weight: 700;
}
.teams__date {
  margin-bottom: 10px;
  font-size: 24px;
}
.teams__time {
  margin-bottom: 25px;
}

.ticket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 180px;
  min-height: 110px;
  overflow: hidden;
}
.ticket-item::before, .ticket-item::after {
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 2px solid #015baa;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}
.ticket-item::before {
  left: -10px;
}
.ticket-item::after {
  right: -10px;
}
.ticket-item_large {
  min-width: 224px;
}
.ticket-item_large .ticket-item__content {
  padding: 18px 15px;
}
.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 .ticket-item__content {
  border-color: #e3e5ec;
}
.ticket-item_inactive .ticket-item__remove-button {
  display: none;
}
.ticket-item_inactive::after, .ticket-item_inactive::before {
  border-color: #e3e5ec;
}
.ticket-item.max-width {
  max-width: 180px;
}
.ticket-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 18px;
  border: 2px solid #015baa;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
}
.ticket-item__sector, .ticket-item__place {
  margin-bottom: 9px;
}
.ticket-item__place {
  font-weight: 700;
}
.ticket-item__place-price {
  display: block;
  font-weight: 700;
}
.ticket-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.ticket-item__remove-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  color: #015baa;
}
.ticket-item__remove-button:hover {
  color: #000;
}

.tickets {
  margin-bottom: 20px;
}
.tickets__notification {
  display: none;
}
.tickets__notification.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  padding-left: 20px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-transform: translateY(calc(-100% - 30px));
  transform: translateY(calc(-100% - 30px));
  color: #72bf44;
  font-size: 14px;
  line-height: 130%;
}
.tickets__notification.active svg {
  width: 18px;
  height: 18px;
  color: #72bf44;
}
.tickets__notification_mobile.active {
  display: none;
  position: unset;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 12px;
  padding-left: 0;
  -webkit-transform: unset;
  transform: unset;
}
.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 .tickets__items {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.tickets_fixed .tickets__item {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-transform: initial !important;
  transform: initial !important;
  -webkit-box-shadow: 0 -1px 0 0 transparent;
  box-shadow: 0 -1px 0 0 transparent;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tickets_fixed .tickets__item:hover, .tickets_fixed .tickets__item:focus-within {
  z-index: 2;
  border-color: #015baa !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 {
  position: relative;
  left: 40px;
  -webkit-transition: 0.3s ease-out;
  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;
  -o-border-image: url("../../../../../images/site/border.svg") 30/30px stretch;
  border-image: url("../../../../../images/site/border.svg") 30/30px stretch;
}
.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;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 25px !important;
  border-color: #015baa !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 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-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 {
  padding: 5px 15px;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.tickets__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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_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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 224px;
  min-height: 103px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}
.tickets__item.no-switch {
  border-color: #015baa;
}
.tickets__item.no-switch .tickets__category {
  display: none;
}
.tickets__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: #72bf44;
}
.tickets__category.color-light-primary:hover {
  color: #015baa;
}
.tickets__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: transparent;
  color: #015baa;
  opacity: 1;
}
.tickets__remove-button {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #015baa;
}
.tickets__remove-button:hover {
  color: #000;
}
.tickets__download {
  width: 100%;
  padding: 12.5px;
  border-top: solid 1px rgba(151, 151, 151, 0.53);
  color: #015baa;
}
.tickets__download span {
  position: relative;
  margin-left: 25px;
}
.tickets__download span::before {
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -25px;
  width: 1.5625em;
  height: 1.5625em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -23.625em -19.875em;
  background-size: 56.875em 52.9375em;
  content: "";
}
.tickets__download span::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #015baa;
  content: "";
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tickets__download:hover {
  color: #015baa;
}
.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: #015baa;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.time_center {
  margin-right: 0;
}
.time__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

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

.to-top {
  display: none;
  position: sticky;
  right: 0;
  bottom: 10vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  padding: 0;
  -webkit-transform: translateX(50%) scale(0.625);
  transform: translateX(50%) scale(0.625);
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px #dce1f0;
  box-shadow: 0 2px 10px #dce1f0;
  -webkit-transition: all 0.3s ease;
  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 {
  z-index: 11;
  position: fixed;
  min-width: 68px;
  margin-top: -10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 69px -15px rgba(0, 0, 0, 0.31);
  box-shadow: 7px 7px 69px -15px rgba(0, 0, 0, 0.31);
  text-align: center;
  pointer-events: none;
}
.tooltip-info::after {
  display: block;
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.top__title {
  z-index: 2;
  position: relative;
  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 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto !important;
}

[class*=ulogin-button-] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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;
}

.user-modal .modal-dialog {
  max-width: 500px;
}
.user-modal .modal-content {
  border: none;
  border-radius: 5px;
}
.user-modal .modal-header {
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  padding: 48px 80px 7px;
}
.user-modal .modal-header .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}
.user-modal .modal-header .btn-close:hover {
  -webkit-filter: invert(16%) sepia(74%) saturate(4281%) hue-rotate(196deg) brightness(97%) contrast(99%);
  filter: invert(16%) sepia(74%) saturate(4281%) hue-rotate(196deg) brightness(97%) contrast(99%);
}
.user-modal .modal-header .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.user-modal .modal-header .modal-title-header {
  font-size: 24px;
  font-weight: 700;
}
.user-modal .modal-header .modal-title-btn {
  color: #015baa;
  font-size: 14px;
  font-weight: 400;
}
.user-modal .modal-body {
  padding: 7px 80px 48px;
}
.user-modal .modal-body .modal-body-info {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
}
.user-modal .modal-body .modal-body-button {
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.user-modal__input-info {
  margin-bottom: 16px;
  color: #72bf44;
  font-size: 12px;
  font-weight: 400;
}
.user-modal__input-info:last-child {
  margin-bottom: 16px;
}
.user-modal__socials-text {
  margin-bottom: 12px;
}
.user-modal__agree-label {
  gap: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.user-modal__agree-label .custom-checkbox-input:checked ~ .custom-checkbox:after {
  opacity: 1;
}
.user-modal__agree-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.user-modal__input-wrapper {
  margin-bottom: 16px;
}
.user-modal__input-wrapper_agree {
  margin-bottom: 25px;
}
.user-modal__input-wrapper_with-info {
  margin-bottom: 8px;
}
.user-modal__input-error {
  margin: 5px 0;
  color: #ed2337;
  font-size: 14px;
  line-height: 1;
}
.user-modal .custom-checkbox-input {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.user-modal .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #6a737b;
  border-radius: 5px;
}
.user-modal .custom-checkbox::after {
  display: inline-block;
  position: absolute;
  left: -1px;
  width: 1.3125em;
  height: 1.3125em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -8.5625em -4.875em;
  background-size: 56.875em 52.9375em;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.venue {
  display: inline-block;
  width: 1.3125em;
  height: 1.3125em;
  background-image: url("../../images/site/sprite.svg?55961126");
  background-position: -37.25em -33.6875em;
  background-size: 56.875em 52.9375em;
}

.warning {
  margin-bottom: 1rem;
  color: #015baa;
  font-weight: 700;
  text-transform: uppercase;
}

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 140px 0;
  background: #fff;
}
.welcome__text-subtitle {
  max-width: 657px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}

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

.i-profile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 1px solid #e3e5ec;
  background-color: #fff;
}
.i-profile__photo {
  position: relative;
  min-width: 250px;
  max-width: 250px;
  min-height: 250px;
  margin-right: 30px;
  border-radius: 5px;
  text-align: center;
}
.i-profile__photo:hover .i-profile__file-label:not([disabled]), .i-profile__photo:hover .i-profile__remove-photo:not([disabled]) {
  opacity: 1;
}
.i-profile__image {
  height: 100%;
  max-height: 250px;
}
.i-profile__file {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.i-profile__file .i-profile__field {
  position: static;
}
.i-profile__file .help-block {
  position: absolute;
  top: calc(100% + 75px);
  text-align: center;
}
.i-profile__file-input {
  z-index: -1;
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  opacity: 0;
}
.i-profile__file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.i-profile__remove-photo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  border-radius: 5px;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.i-profile__remove-photo.btn[disabled] {
  opacity: 0;
}
.i-profile__feedback {
  max-width: 250px;
  margin-top: 10px;
  color: #ed2337;
  font-size: 14px;
  text-align: center;
}
.i-profile__feedback-item {
  display: none;
}
.i-profile__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.i-profile__column {
  width: calc(50% - 30px);
  margin-left: 30px;
}

.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::-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__label {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #6a737b;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.i-form-field__label.inactive {
  opacity: 0;
  pointer-events: none;
}
.i-form-field__label_required:after {
  display: inline-block;
  color: #dc3545;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 20px;
}
.i-form-field__svg {
  min-width: 20px;
}
.i-form-field__svg_visible {
  display: none;
  -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%);
}
.i-form-field__svg_hide {
  fill: #015baa;
}
.i-form-field__button-text {
  display: block;
  text-indent: -9999px;
}

.interact-plan-controls {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.interact-plan-controls__item {
  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;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #015baa;
  -webkit-transition: -webkit-transform 0.3s;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: #015baa;
}
.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: #015baa;
  font-size: 14px;
}
.interact-plan-info__reset svg {
  fill: #015baa;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.interact-plan-info__reset-prices {
  color: #015baa;
  font-size: 14px;
  -webkit-transition: initial;
  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 {
  min-height: 300px;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
  -ms-touch-action: none;
  touch-action: none;
}
.interact-plan__svg.loading {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.interact-plan__svg.skeleton-loader {
  position: relative;
  overflow: hidden;
}
.interact-plan__svg.skeleton-loader::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  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));
  -webkit-animation: shimmer 2s infinite;
  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;
  width: 100%;
  -webkit-transition: none;
  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: #015baa !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(1, 91, 170, 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(1, 91, 170, 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: #015baa;
}
.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 #e3e5ec;
  border-radius: 5px;
}
.i-service-ticket__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 4px 10px;
  border: solid 1px #e3e5ec;
  border-radius: 5px;
  background-color: transparent;
  color: #015baa;
}
.i-count__minus:hover, .i-count__plus:hover {
  border-color: #015baa;
}
.i-count__minus[disabled], .i-count__plus[disabled] {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.1;
}

.i-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.i-radio__input {
  z-index: -1;
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  opacity: 0;
}
.i-radio__input:checked ~ .i-radio__custom, .i-radio__input.checked ~ .i-radio__custom {
  border-color: #015baa;
}
.i-radio__input:checked ~ .i-radio__custom:after, .i-radio__input.checked ~ .i-radio__custom:after {
  opacity: 1;
}
.i-radio__custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #6a737b;
  border-radius: 100%;
  cursor: pointer;
}
.i-radio__custom::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  background-color: #015baa;
  font-size: 14px;
  content: "";
  opacity: 0;
}

:root {
  --ms-option-bg-selected: none;
  --ms-option-bg-selected-pointed: #f3f4f6;
  --ms-option-color-selected-pointed: #1f2937;
  --ms-option-color-selected: #1f2937;
}

.use-cookie-notification {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e7ebf7;
}
.use-cookie-notification__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 98%;
  max-width: 1110px;
  margin: 0 auto;
}
.use-cookie-notification__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 736px;
  margin: 0 auto;
  padding: 13px 0;
}
.use-cookie-notification__icon-wrapper svg {
  fill: #015baa;
}
.use-cookie-notification__icon-wrapper svg path {
  fill: #015baa;
}
.use-cookie-notification__description {
  margin: 0 0 0 24px;
  padding: 0;
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
.use-cookie-notification__accept-button {
  margin-left: 32px;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
.use-cookie-notification__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background: 0;
}
.use-cookie-notification__close-button svg {
  stroke: #000;
  -webkit-transition: stroke 0.15s;
  transition: stroke 0.15s;
}
.use-cookie-notification__close-button:hover svg {
  stroke: #015baa;
}

.i-event-item {
  min-height: 100px;
  padding: 25px 30px;
  border: 1px solid #e3e5ec;
  border-radius: 5px;
  background-color: #fff;
}
.i-event-item-actions_league {
  display: none;
}
.i-event-item-actions_name {
  margin-left: 16px;
  color: inherit;
}
.i-event-item-package:first-child .i-event-item-actions_league {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.i-event-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.i-event-item__logo {
  width: 50px;
  height: 50px;
}
.i-event-item__name {
  color: #000;
  font-weight: bold;
}
.i-event-item__sub-name {
  color: #6a737b;
  font-size: 14px;
  font-weight: 500;
}
.i-event-item__image {
  width: 82px;
  min-width: 82px;
  height: 110px;
  min-height: 110px;
  overflow: hidden;
  border-radius: 5px;
}
.i-event-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.i-event-item__info-wrapper {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.i-event-item__age-limit {
  padding: 1.5px 8px;
  border-radius: 5px;
  background-color: #015baa;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}
.i-event-item__min-price {
  margin-top: 8px;
  color: #6a737b;
  font-size: 14px;
  font-weight: 500;
}
.i-event-item:not(.i-event-item_short) .i-event-item-info {
  min-width: 205px;
  max-width: 205px;
}
.i-event-item:not(.i-event-item_short) .i-event-item-actions {
  min-width: 205px;
  max-width: 205px;
}

.i-event-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
  text-align: left;
}
.i-event-item-info__text {
  font-size: 14px;
  font-weight: 500;
}
.i-event-item-info__matches {
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 5px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}
.i-event-item-info__date-wrapper {
  gap: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i-event-item-logo-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.i-event-item-logo-name .i-event-item__name {
  position: absolute;
  left: 100%;
  width: 300px;
  margin-left: 20px;
}

.i-event-item-actions {
  gap: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  text-align: right;
}

.i-event-item-expand {
  display: none;
  margin-top: 25px;
  padding: 15px;
  border: 2px solid #e3e5ec;
  border-radius: 5px;
  font-size: 14px;
}

.i-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #015baa;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.i-btn:hover, .i-btn:focus {
  border-color: #015baa;
  background-color: transparent;
  color: #015baa;
}
.i-btn.disabled, .i-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.i-btn_wide {
  width: 100%;
}
.i-btn_outlined {
  border-color: #015baa;
  background-color: transparent;
  color: #015baa;
}
.i-btn_outlined:hover, .i-btn_outlined:focus {
  background-color: #015baa;
  color: #ffffff;
}

.i-card {
  padding: 15px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
}

.i-icon_stroke-color {
  stroke: currentColor;
}
.i-icon_sm {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.i-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.5px 15px;
  border-radius: 5px;
  background-color: #b5bacd;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.i-label_small {
  padding: 1px 8.5px;
  font-size: 12px;
}
.i-label_primary {
  background-color: #015baa;
}
.i-label_success {
  background-color: #72bf44;
}

.i-text-input {
  position: relative;
  font-size: 14px;
}
.i-text-input__label {
  position: absolute;
  top: calc(50% - 9px);
  left: 16px;
  height: 18px;
  color: #6a737b;
  line-height: 18px;
}
.i-text-input__input {
  width: 100%;
  height: 40px;
  padding: 8.5px 15px;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
}
.i-text-input__input::-webkit-input-placeholder {
  color: #6a737b;
  font-weight: normal;
}
.i-text-input__input::-moz-placeholder {
  color: #6a737b;
  font-weight: normal;
}
.i-text-input__input:-ms-input-placeholder {
  color: #6a737b;
  font-weight: normal;
}
.i-text-input__input::-ms-input-placeholder {
  color: #6a737b;
  font-weight: normal;
}
.i-text-input__input::placeholder {
  color: #6a737b;
  font-weight: normal;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
  .fade {
    -webkit-transition: none;
    transition: none;
  }
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
  .sticky-sm-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
  .container-sm, .container {
    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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .i-modal__dialog_wide {
    max-width: 100%;
    margin-left: 20px;
  }
}
@media (min-width: 767px) {
  .tickets_fixed {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
  .sticky-md-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
  .container-md, .container-sm, .container {
    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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
  .sticky-lg-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
  .container-lg, .container-md, .container-sm, .container {
    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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
  .sticky-xl-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
  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-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .modal-xl {
    --bs-modal-width: 1140px;
  }
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-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;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
  .sticky-xxl-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media screen and (max-width: 480px) and (max-width: 1024px) {
  .container__holdseats .top-section__pushkin .container__holdseats .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section_search {
    margin-bottom: 25px;
  }
}
@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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer__dash {
    display: none;
  }
  .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 screen and (max-width: 480px) and (max-width: 768px) {
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__location {
    margin: 8px auto 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__info_performance {
    margin-right: auto;
    margin-left: 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__info .events__item__date {
    margin-left: 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .container__holdseats .top-section__pushkin .container__holdseats {
    padding: 15px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats h1 {
    font-size: 24px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search {
    margin-bottom: 25px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search button {
    margin-top: 10px;
    padding: 5px 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search input {
    height: 40px;
    font-size: 14px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__pushkin {
    min-width: 285px;
    padding: 5px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__pushkin .text {
    font-size: 13px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item {
    padding: 0;
    border: 0;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .i-event-item__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .i-event-item:not(.i-event-item_short) .i-event-item-info {
    min-width: 100%;
    max-width: 100%;
  }
  .i-event-item:not(.i-event-item_short) .i-event-item-actions {
    min-width: 100%;
    max-width: 100%;
  }
  .i-event-item-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
  }
  .i-event-item-info__matches {
    margin-bottom: 16px;
  }
  .i-event-item-logo-name .i-event-item__name {
    position: static;
    left: 0;
    width: auto;
  }
  .i-event-item-logo-name {
    margin-left: 0;
  }
  .i-event-item-actions {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%;
    margin-top: 20px;
  }
  .i-event-item-actions > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .i-event-item {
    padding: 15px;
  }
}
@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-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 (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 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    position: absolute;
    top: -20px;
    right: -5px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .additional-info {
    padding: 8.5px 35px 8.5px 15px;
  }
  .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 {
    display: block !important;
    position: static;
    overflow: visible;
    background-color: transparent;
    -webkit-box-shadow: none;
    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 {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: calc(100% - 20px);
    height: 1px;
    -webkit-transform: translateX(-46%);
    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 {
    margin-left: 20px;
  }
  .footer__bottom .footer__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .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: 15px;
    right: 15px;
  }
  .hamburger.opened .hamburger__icon {
    display: inline-block;
    width: 1.3125em;
    height: 1.3125em;
    background-image: url("../../images/site/sprite.svg?55961126");
    background-position: -16.0625em -12.375em;
    background-size: 56.875em 52.9375em;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .history__buttons.double {
    position: relative;
  }
  .history__buttons.double::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #e3e5ec;
    content: "";
  }
  .history__button_download:not(:last-child) {
    margin-right: 0;
  }
  .history__button_print {
    display: none;
  }
  .history__wallet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px 25px;
    padding-right: 5px;
    color: #015baa;
    font-size: 14px;
    font-weight: 700;
  }
  .history__wallet svg {
    margin-right: 10px;
    -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%);
  }
  .history__wallet-wrapper {
    position: relative;
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
  }
  .history__wallet-wrapper::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    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;
    width: calc(100vw - 25px);
  }
  .history__wallet-wrapper .dropdown-item {
    white-space: initial;
  }
  .history__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    padding-right: 12px;
    padding-left: 12px;
    border: none;
  }
  .history__download svg {
    margin-right: 10px;
  }
  .history__download_wallet {
    border-right: 1px solid #e3e5ec;
  }
  .history__button_refund {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border: none;
  }
  .history__button_print {
    display: none;
  }
  .incompleate-order-popup {
    top: auto;
    right: initial;
    bottom: 0;
    left: 0;
  }
  .incompleate-order-popup__inner {
    top: initial;
    right: initial;
    bottom: 68px;
    left: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 355px;
    padding: 16px;
  }
  .incompleate-order-popup__left {
    margin-bottom: 12px;
  }
  .incompleate-order-popup__icon-container {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .incompleate-order-popup__icon-container svg {
    width: 24px;
    height: 24px;
  }
  .incompleate-order-popup__title {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .incompleate-order-popup__description {
    font-size: 14px;
    line-height: 20px;
  }
  .incompleate-order-popup__description br {
    display: none;
  }
  .incompleate-order-popup__paid-link {
    margin-left: 52px;
    font-size: 14px;
    line-height: 18px;
  }
  .news-slider__btn-prev, .news-slider__btn-next {
    display: none;
  }
  .news-slider__container {
    height: 50px;
    margin: 0 auto;
  }
  .news-slider__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto !important;
    min-height: 50px;
  }
  .news-slider__nav-block {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 15px;
  }
  .news-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
  }
  .news-slider__count {
    margin-right: 6px;
  }
  .news-slider__icon {
    margin-right: 10px;
  }
  .news-slider__btn-mobile {
    z-index: 7;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .news-slider__btn-mobile_active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .news-slider__btn-mobile::after {
    z-index: 6;
    position: absolute;
    top: 30%;
    right: 34%;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
  }
  .news-slider__text p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .order__low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
  }
  .order__low-item {
    margin-top: 10px;
    margin-right: 0;
  }
  .play-info {
    padding: 8.5px 35px 8.5px 15px;
  }
  .tickets__items_split .tickets__content {
    width: 100%;
  }
  .to-top {
    bottom: initial;
    margin-right: -15px;
    -webkit-transform: scale(0.625);
    transform: scale(0.625);
  }
  .to-top:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1024px) {
  .header__auth {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .header__lang {
    margin-left: 0;
  }
  .header__link-text {
    display: none;
  }
  .header__hover {
    clip: auto;
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    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: #015baa;
  }
  .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: "";
  }
  .container__holdseats .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container__holdseats .top-section_search {
    margin-bottom: 25px;
  }
  .menu {
    display: none;
    position: relative;
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu__item {
    width: 100%;
    margin-left: -15px;
  }
  .menu__link {
    font-size: 14px;
  }
  .menu__link.active:before, .menu__link:hover:before {
    top: 50%;
    left: -10px;
    width: 3px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    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 {
    position: static;
    width: 40%;
    max-width: initial;
    -webkit-transform: 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 (max-width: 991px) {
  .package-event__left-block {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .empty-search {
    padding: 70px 10px;
  }
  .container__holdseats .events__item__date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
  }
  .container__holdseats .events__item__location {
    margin: 8px auto 0;
  }
  .container__holdseats .events__item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .container__holdseats .events__item__info_performance {
    margin-right: auto;
    margin-left: 0;
  }
  .container__holdseats .events__item__info .events__item__date {
    margin-left: 0;
  }
  .container__holdseats .events__item__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .welcome {
    padding: 70px 10px;
  }
}
@media (max-width: 768px) {
  .package-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
    padding: 16px 15px;
    border-bottom: 1px solid #e3e5ec;
  }
  .package-event__left-block {
    row-gap: 9px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .package-event__teams {
    margin: unset;
  }
  .package-event__description {
    padding: 16px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .body_overlay .header {
    z-index: 3002;
  }
  .mobile {
    display: inline-block !important;
  }
  .tablet-and-desktop {
    display: none !important;
  }
  .access {
    padding-bottom: 0;
  }
  .access__fill {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .access__no-more {
    margin-bottom: 20px;
    margin-left: -11px;
  }
  .access__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .additional-info {
    width: 100%;
  }
  .additional-info svg {
    min-width: 20px;
  }
  .additional-info__close {
    top: 18px;
    right: 0;
  }
  .additional-service__link-back {
    position: fixed;
  }
  .back {
    display: none;
    margin-top: 5px;
    margin-left: 0;
    text-align: left;
  }
  .back_subscription {
    display: block;
    margin-left: -5px;
  }
  .back__text {
    display: none;
  }
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .banner__event-item {
    margin-top: -60px;
  }
  .banner__event-item_concert {
    margin-top: 0;
  }
  .banner__event-item .teams {
    padding: 15px;
  }
  .banner__event-item .teams_banner {
    margin-top: -25px;
  }
  .banner__event-item .teams__image {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .banner__event-item .teams__game {
    font-size: 14px;
  }
  .banner__event-item .teams__info {
    margin-top: 7px;
  }
  .banner__image {
    position: unset;
    height: 180px;
  }
  .banner__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial;
  }
  .banner__title {
    display: none;
  }
  .banner__top {
    margin: 0 15px;
  }
  .banner__time {
    font-size: 12px;
  }
  .banner__content_concert {
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
  }
  .banner__buy {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    font-size: 18px;
  }
  .banner__buy_concert {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
  .banner__buy img {
    margin-top: -1px;
  }
  .banner__buy span {
    display: inline-block;
    vertical-align: middle;
  }
  .banner__pagination.swiper-pagination-bullets {
    position: static;
  }
  .banner__pagination {
    left: initial;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: initial;
    transform: initial;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    margin-top: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner__prev.swiper-button-prev {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .bookings_history {
    margin-bottom: 0;
  }
  .bookings__item {
    position: relative;
  }
  .bookings__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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 {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
  }
  .bottom_fixed {
    position: sticky;
    bottom: 0;
    width: calc(100% + 30px);
    height: auto;
    padding: 0 15px 10px;
    -webkit-transform: translateX(-15px);
    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__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom__inner {
    z-index: 2;
    position: sticky;
    bottom: 0;
    left: -1%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: #015baa;
    font-size: 14px;
  }
  .bottom__pull {
    display: block;
    text-align: center;
  }
  .checkbox_discount {
    margin-bottom: 10px;
  }
  .date_event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .date_event .date__day {
    margin-right: 5px;
  }
  .date__day, .date__time {
    font-size: 14px;
  }
  .daterangepicker {
    width: 100%;
  }
  .daterangepicker .drp-calendar {
    max-width: none;
  }
  .dates {
    display: block;
    width: 100%;
  }
  .dates__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 39px;
    margin-bottom: 10px;
    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 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    text-align: center;
    pointer-events: none;
  }
  .dates__text {
    display: inline-block;
    margin-right: 5px;
  }
  .dates__item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 80%;
    border: none;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 0 #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__fields_third .form-group {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .enter__close {
    right: 5px;
  }
  .enter__wrapper {
    margin: 0 -15px;
    padding: 20px;
  }
  .enter__middle {
    margin-top: 20px;
  }
  .enter__button {
    width: 100%;
  }
  .enter__text {
    display: block;
  }
  .enter__double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .enter__double .form-group:first-child {
    margin-right: 0;
  }
  .enter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .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 {
    display: none;
    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__item {
    padding: 15px;
  }
  .events_main .events__item_performance .events__left {
    min-width: auto;
    margin-left: auto;
  }
  .events_main .events__name {
    position: static;
    min-width: auto;
    margin-bottom: 0;
  }
  .events__center-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .events__center-info .time {
    margin-right: 0;
  }
  .events__info {
    width: 100%;
    max-width: initial;
    margin-bottom: 20px;
    margin-left: auto;
    padding-bottom: 5px;
  }
  .events__info.center {
    text-align: center;
  }
  .events__info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .events__label_soon {
    width: 100%;
  }
  .events__center-link {
    margin-left: 0;
  }
  .events__center-link_main {
    margin-left: 0;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 5px;
  }
  .events__item .teams {
    margin-bottom: 20px;
  }
  .events__center-link {
    margin-bottom: 20px;
  }
  .events__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: calc(50% - 5px);
  }
  .events__some {
    margin-right: 10px;
  }
  .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 {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    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__name_split {
    height: initial;
    min-height: initial;
  }
  .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;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    padding-right: 10px;
    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 {
    width: 100%;
    max-width: initial;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .filter__date.opened {
    pointer-events: auto;
  }
  .filter__date.alone, .filter__date.double {
    max-width: initial;
  }
  .filter__date-input {
    max-width: initial;
    font-size: 14px;
  }
  .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;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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__btn {
    display: block;
    width: 100%;
  }
  .header__btn_login {
    margin-bottom: 10px;
  }
  .header__link-text {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .i-modal__close {
    color: #015baa;
  }
  .i-modal__close svg {
    width: 16px;
    height: 16px;
  }
  .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-top: 24px;
    margin-bottom: 16px;
  }
  .lk__title {
    position: relative;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 21px;
  }
  .lk__empty {
    padding: 15px;
  }
  .lk__filtered-empty {
    padding: 15px;
  }
  .lk__clear {
    font-size: 14px;
  }
  .lk__clear:before {
    display: none;
  }
  .lk__close-btn {
    gap: 5px;
  }
  .lk__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
  }
  .logo {
    width: 60px;
    min-width: 60px;
    margin-right: 55px;
  }
  .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__cards-container .order-acquirings > .order__button {
    display: initial;
  }
  .order__cards-choice {
    height: initial;
    padding-top: initial;
    padding-bottom: initial;
    opacity: 1;
  }
  .order .place {
    display: block;
    text-align: left;
  }
  .order__top {
    display: none;
  }
  .order__price {
    margin-bottom: 15px;
  }
  .order .tickets__items .place {
    display: none;
  }
  .order .tickets__items_split .place {
    display: block;
  }
  .order__name {
    font-size: 18px;
  }
  .order_event {
    margin: 0;
    padding: 0 15px;
    -webkit-box-shadow: 0 0 18px rgba(174, 174, 174, 0.25);
    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__item {
    position: relative;
    padding: 10px;
  }
  .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;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .order__left {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
  .order__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  .order__info-time {
    display: block;
  }
  .order__price {
    display: none;
  }
  .order__delete {
    margin-bottom: 20px;
    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 {
    display: inline-block;
    width: 1.3125em;
    height: 1.3125em;
    background-image: url("../../images/site/sprite.svg?55961126");
    background-position: -14.1875em -10.5em;
    background-size: 56.875em 52.9375em;
  }
  .order__low {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
  }
  .order__low-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: 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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }
  .order__sum {
    width: 100%;
    margin-right: 0;
  }
  .order__common-sum {
    margin-bottom: 20px;
  }
  .order-acquirings {
    width: 100%;
  }
  .order__button {
    width: 100%;
  }
  .order__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .order__collective-button {
    width: 100%;
  }
  .order__inner {
    max-width: 100%;
    margin-top: auto;
  }
  .order__pull {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
  }
  .order__line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .order__prop {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    max-width: 70%;
    margin-right: 0;
    text-align: start;
  }
  .order__info-number {
    margin-bottom: 10px;
  }
  .order__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 12px;
  }
  .order__promo {
    margin-right: 0;
  }
  .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_subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    display: none;
    position: static;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    display: none;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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__twice {
    margin-bottom: 10px;
  }
  .places__twice-content {
    height: 100%;
  }
  .places__twice-booth {
    height: 100%;
  }
  .places__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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 .subscription__name {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .places__info-top .subscription__date {
    margin-bottom: 0;
  }
  .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;
    align-items: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    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 {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
    content: " – ";
  }
  .places__info-top .events__time {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .places__top {
    margin-bottom: 8px;
    padding: 0;
    padding-top: 15px;
  }
  .places__middle {
    z-index: 2;
    position: relative;
    margin: 0 -15px;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(174, 174, 174, 0.25);
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
    max-width: 100%;
    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: #015baa;
    font-size: 14px;
  }
  .places__reset-prices {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .play-info {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
  }
  .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;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 15px;
    padding-bottom: 10px;
  }
  .service__desc {
    margin-bottom: 10px;
  }
  .service__name {
    font-size: 18px;
  }
  .service__buy {
    width: 100%;
  }
  .skeleton-box_price-legend {
    width: 207px;
    height: 32px;
  }
  .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;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    text-align: left;
  }
  .ticket-item__remove-button:after {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  .ticket-item__place {
    width: 100%;
  }
  .tickets__notification {
    display: none;
  }
  .tickets__notification_mobile.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    flex-grow: 1;
    margin: 0 5px;
    -webkit-transform: translateY(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_service .tickets__items {
    margin-left: 0;
  }
  .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 .tickets__items {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .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 {
    left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: inherit;
    min-height: auto;
    margin: 0;
  }
  .tickets__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 20px;
    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 {
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tickets__place {
    width: 100%;
  }
  .tooltip-info {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
  .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .top__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .top__link {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .user-modal .modal-dialog {
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
  }
  .user-modal .modal-content {
    border-radius: 0;
  }
  .user-modal .modal-header {
    padding: 60px 35px 10px;
  }
  .user-modal .modal-body {
    padding: 10px 35px 60px;
  }
  .i-profile__wrapper, .i-profile__columns {
    display: block;
  }
  .i-profile__wrapper {
    padding: 20px;
  }
  .i-profile__photo {
    max-height: initial;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .i-profile__file {
    position: static;
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .i-profile__file .help-block {
    position: static;
    padding: 0 10px;
    text-align: center;
  }
  .i-profile__file-label {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    white-space: nowrap;
    opacity: 1;
  }
  .i-profile__file-label .btn_transparent {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .i-profile__image {
    min-height: 200px;
    margin-bottom: 10px;
  }
  .i-profile__column {
    width: auto;
  }
  .i-profile__remove-photo {
    top: 10px;
    max-width: 40px;
    max-height: 40px;
    padding: 0 8px;
    color: #fff;
    opacity: 1;
  }
  .i-profile__remove-photo .icon {
    fill: #fff;
  }
  .i-profile__feedback {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
  }
  .use-cookie-notification__wrapper {
    width: 100%;
  }
  .use-cookie-notification__main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85%;
    padding: 16px 0;
  }
  .use-cookie-notification__description {
    margin: 12px 0;
    text-align: center;
  }
  .use-cookie-notification__accept-button {
    margin-left: 0;
  }
  .use-cookie-notification__close-button {
    right: 8px;
  }
  .modal::-webkit-scrollbar {
    width: 0;
  }
  .i-event-item_perfomance {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .i-event-item__wrapper_perfomance {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .i-event-item__perfomance-info-wrapper {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .i-event-item__perfomance-info-right {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .i-event-item-actions_league {
    display: none !important;
  }
  .i-event-item-info_perfomance {
    margin-bottom: 15px;
  }
  .i-event-item-info__date-wrapper {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .i-label_perfomance {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (-ms-high-contrast: active) {
  .reset-btn {
    border: 2px solid currentcolor;
  }
}
@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__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .event-order-bottom__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
  }
  .event-order-bottom__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .incompleate-order-popup {
    width: 100%;
  }
  .incompleate-order-popup__inner {
    width: calc(100% - 24px);
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .container__holdseats {
    padding: 15px;
  }
  .container__holdseats h1 {
    font-size: 24px;
  }
  .container__holdseats .top-section__search {
    margin-bottom: 25px;
  }
  .container__holdseats .top-section__search button {
    margin-top: 10px;
    padding: 5px 0;
  }
  .container__holdseats .top-section__search input {
    height: 40px;
    font-size: 14px;
  }
  .container__holdseats .top-section__pushkin {
    min-width: 285px;
    padding: 5px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats {
    margin-bottom: 50px;
    padding: 50px;
    background-color: transparent;
    font-family: Roboto, serif;
    font-size: 14px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats_header {
    margin-bottom: 0;
    padding: 48px 0 32px 0;
    background: transparent;
  }
  .container__holdseats .top-section__pushkin .container__holdseats table {
    width: 100%;
    margin-top: 12px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats h1 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats button {
    font-size: 16px;
    text-align: center;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .checkbox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .checkbox__block {
    color: #015baa;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section {
    row-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__header {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section h1 {
    margin-bottom: 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__share-link {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__share-link p {
    color: #015baa;
    font-size: 14px;
    line-height: 120%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__share-link svg {
    color: #015baa;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search input {
    width: 300px;
    height: 40px;
    padding: 11px 16px;
    float: left;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search input::-webkit-input-placeholder {
    color: #6a737b;
    font-size: 14px;
    line-height: 130%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search input::-moz-placeholder {
    color: #6a737b;
    font-size: 14px;
    line-height: 130%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search input:-ms-input-placeholder {
    color: #6a737b;
    font-size: 14px;
    line-height: 130%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search input::-ms-input-placeholder {
    color: #6a737b;
    font-size: 14px;
    line-height: 130%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search input::placeholder {
    color: #6a737b;
    font-size: 14px;
    line-height: 130%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__search button {
    width: 100px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__pushkin {
    display: none;
    min-width: 325px;
    padding: 8px 15px;
    border: 0.5px solid #e5ecf1;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px rgba(185, 185, 185, 0.25);
    box-shadow: 0px 0px 10px rgba(185, 185, 185, 0.25);
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__pushkin img {
    margin-right: 10px;
    float: left;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .top-section__pushkin .text {
    padding: 4px 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item {
    display: block;
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid #d1d6e0;
    border-radius: 10px;
    background: #fff;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 120px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    border-bottom: 1px solid #e3e5ec;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__head img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__head_performance {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 16px;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__info_performance {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: auto;
    margin-left: 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #015baa;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__date img {
    margin-right: 5px;
    float: left;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__location {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item table {
    width: 100%;
    margin-bottom: 40px;
    border: 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item table th {
    color: #8d95a9;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item table td {
    padding: 8px 0;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item .btn-share {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item .btn-seat {
    border-radius: 10px;
    font-size: 14px;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item .btn-seat.buy {
    padding: 8px 16px;
    border: 2px solid #015baa;
    border-radius: 5px;
    background-color: #fff;
    color: #015baa;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item .btn-seat.sold {
    padding: 5px 10px;
    border: 0;
    background-color: #dcf4e3;
    color: #01aa30;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .events__item .btn-seat.booked {
    padding: 8px 16px;
    border: 2px solid #015baa;
    border-radius: 5px;
    color: #fff;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .input_block {
    position: relative;
    float: left;
  }
  .container__holdseats .top-section__pushkin .container__holdseats .input_block img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .container__holdseats .top-section__pushkin .text-right {
    text-align: right;
  }
  .container__holdseats .top-section__pushkin a.disabled {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  .container__holdseats .top-section__pushkin .seats-table__button-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .container__holdseats .top-section__pushkin .button-seat {
    margin-left: 12px;
    padding: 8px 16px;
    border: 2px solid #015baa;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }
  .container__holdseats .top-section__pushkin .button-seat.buy {
    background-color: #fff;
    color: #015baa;
  }
  .container__holdseats .top-section__pushkin .button-seat.booked {
    background-color: #015baa;
    color: #fff;
  }
  .container__holdseats .top-section__pushkin .button-seat.sold {
    background-color: #015baa;
    color: #fff;
  }
  .container__holdseats .top-section__pushkin .button-seat:hover {
    background-color: #015baa;
    color: #fff;
  }
  .container__holdseats .top-section__pushkin .buy-button {
    margin-left: 12px;
    padding: 8px 16px;
    border: 2px solid #015baa;
    border-radius: 5px;
    background-color: #fff;
    color: #015baa;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
  }
  .container__holdseats .top-section__pushkin .buy-button.booked {
    background-color: #015baa;
    color: #fff;
  }
  .container__holdseats .top-section__pushkin .buy-button:hover {
    background-color: #015baa;
    color: #fff;
  }
  .container__holdseats .top-section__pushkin .btn-share-link {
    display: none;
  }
  .container__holdseats .top-section__pushkin .delete-ticket-button {
    visibility: hidden;
  }
  .container__holdseats .top-section__pushkin .is-booked .delete-ticket-button {
    visibility: visible;
  }
  .container__holdseats .top-section__pushkin .buy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container__holdseats .top-section__pushkin .buy-container__clear-button {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #015baa;
    cursor: pointer;
  }
  .container__holdseats .top-section__pushkin .buy-container__clear-button_active {
    visibility: visible;
  }
  .container__holdseats .top-section__pushkin .buy-container__buy-button {
    opacity: 0.5;
    pointer-events: none;
  }
  .container__holdseats .top-section__pushkin .buy-container__buy-button.active {
    opacity: unset;
    pointer-events: unset;
  }
  .container__holdseats .top-section__pushkin .buy-container__price span {
    font-size: 14px;
    line-height: 130%;
  }
  .container__holdseats .top-section__pushkin .buy-container__price strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
  }
  .container__holdseats .top-section__pushkin .text {
    font-size: 13px;
  }
  .container__holdseats .events__item {
    padding: 10px;
    border: 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 */
