@charset "UTF-8";

@font-face {
  font-family: "Scada";
  src: local("Scada"), local("Scada"), url("/fonts/Scada-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Scada";
  src: local("Scada Bold"), local("Scada-Bold"), url("/fonts/Scada-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria"), local("Geometria"), url("/fonts/Geometria-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria Bold"), local("Geometria-Bold"), url("/fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  color: #303030;
  font-family: Scada, serif;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

header {
  height: 110px;
  font-family: Scada, serif;
}

main {
  position: relative;
  overflow: hidden;
}

h1.title {
  font-size: 2rem;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  color: #858383;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

a:hover {
  text-decoration: none;
}

.custom-container-behavior {
  padding-left: 0;
  padding-right: 0;
}

.contacts {
  display: none;
  font-size: 11px;
  margin-top: 15px;
  font-weight: bold;
  line-height: 15px;
  padding-left: 40px;
  min-width: 150px;
}

.category-nav {
  background: #f4f4f4;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 1px 1px rgba(189, 189, 189, 0.5);
}

.category-nav a {
  color: #303030;
  padding: 15px;
}

.category-nav a:hover {
  background: #e3e3e3;
}

.category-nav a.active {
  /* text-shadow: 0px 1px 5px rgba(0,0,0,0.2); */
  color: #000000;
}

.category-nav .container {
  padding-left: 0;
  padding-right: 0;
}

#swiper-wrapper-block {
  opacity: 0;
}

#swiper-wrapper-block .swiper-slide {
  width: auto;
}

#swiper-wrapper-block .swiper-slide a {
  padding: 13px 18px;
}

.category-nav .container {
  position: relative;
}

.right-shadow-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  box-shadow: inset -50px 0 20px -5px #f4f4f4;
  /* background: rgb(244,244,244);
  background: linear-gradient(90deg, rgba(244,244,244,0) 0%, rgba(244,244,244,0.8827906162464986) 53%, rgba(244,244,244,1) 100%); */
  z-index: 1;
}

.logo {
  margin: 0;
}

.logo-second {
  padding-left: 12px;
  padding-right: 20px;
  margin-top: -3px;
  min-width: 137px;
}

.center-header-block .searchbox-container {
  display: none;
}

.searchbox {
  background: #FFFFFF;
  border: 1px solid #303030;
  box-sizing: border-box;
  border-radius: 2px;
  /* min-width: 400px; */
  width: 100%;
  font-size: 11px;
  line-height: 28px;
  padding: 0 20px;
}

.searchbox::-moz-placeholder {
  color: #B6B6B6;
  font-weight: normal;
}

.searchbox:-ms-input-placeholder {
  color: #B6B6B6;
  font-weight: normal;
}

.searchbox::-ms-input-placeholder {
  color: #B6B6B6;
  font-weight: normal;
}

.searchbox::placeholder {
  color: #B6B6B6;
  font-weight: normal;
}

.searchbox:focus {
  outline: none;
}

input[type=submit] {
  margin-left: -50px;
  height: 25px;
  width: 50px;
  background: blue;
  color: white;
  border: 0;
  -webkit-appearance: none;
}

.searchbox-container {
  position: relative;
  margin: 16px 0 0 0;
}

.searchbox-container button {
  margin-left: -40px;
  width: 35px;
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

.searchbox-container button:focus,
.searchbox-container button:active,
.bars-button:focus,
.bars-button:active {
  outline: none !important;
  box-shadow: none;
}

.bars-button {
  border: none;
  background: none;
}

.cart {
  position: relative;
}

.cart-label {
  position: absolute;
  text-align: center;
  left: 1px;
  top: 6px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  width: 18px;
}

.cart > svg {
  margin: 0;
  padding: 0;
}

.auth {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 7px;
}

.auth a {
  color: #303030;
}

.mobile-menu .fa-2x {
  font-size: 2.5em;
}

.mobile-menu .fb {
  color: #4F76BE;
}

.mobile-menu .ok {
  color: #EE8208;
}

.mobile-menu .tw {
  color: #1DA1F2;
}

.mobile-menu .vk {
  color: #507299;
}

.mobile-menu .auth {
  text-align: center;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
}

.mobile-menu .auth a.sign-in {
  padding: 10px 15px;
  background: #707070;
  color: #fff;
  display: block;
  margin-top: 10px;
  text-align: center;
  border-radius: 4px;
}

.mobile-menu .menu-text {
  font-weight: 500;
}

.logout {
  color: #303030;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 0;
}

.logout:hover {
  color: #303030;
}

.authorization {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mobile-menu .register {
  color: #303030;
  display: block;
  margin-top: 10px;
  padding: 5px 0;
}

.mobile-menu .register:hover {
  text-decoration: underline;
}

.right-header-block > div {
  padding: 0;
  margin-top: 15px;
  width: 200px;
}

.header-main-wrapper {
  padding-top: 20px;
}

.header-main-wrapper a {
  color: #303030;
}

.header-nav {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  width: 235px;
  margin-right: 40px;
}

.header-nav a {
  color: #303030;
  padding: 3px;
}

.header-nav a:hover {
  background: #e3e3e3;
}

.slider-wrapper {
  width: 100%;
  height: auto;
  border-radius: 0 0 2px 2px;
}

.slider-images {
  max-width: 850px;
  overflow: hidden;
  visibility: hidden;
  height: 0;
}

.slider-images.slick-initialized {
  visibility: visible;
  height: auto;
}

.slider-images .slideble-image {
  width: 100%;
}

.calendar-wrapper {
  width: 260px;
  background: #F4F4F4;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0 0 2px 0;
}

.calendar-header {
  width: 100%;
  height: 35px;
  background: #E5E3E3;
  padding-top: 10px;
}

.calendar-header span {
  padding-left: 5px;
}

#datepicker {
  width: 100%;
  height: 205px;
  margin: 5px 0;
}

.datepicker.datepicker-inline {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#datepicker .datepicker .datepicker-days table tr td,
#datepicker .datepicker .datepicker-days table tr th {
  width: 32px;
  height: 25px;
}

#datepicker .datepicker table tr td.new,
#datepicker .datepicker table tr td.old {
  color: #999;
}

.datepicker-fast-buttons {
  padding: 0 20px;
  display: -webkit-inline-box;
}

.datepicker-fast-buttons > div {
  text-transform: none;
}

.calendar-search {
  margin-top: 5px;
}

.calendar-search-button {
  background: #707070;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: 145px;
  height: 30px;
  margin: 0 auto;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  box-shadow: none;
}

.calendar-search-button:hover {
  background: #838383;
}

.content-header {
  text-align: center;
}

.content-header h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 25px 0;
}

.content-header h2::after {
  background-color: #CB3032;
  bottom: -8px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 70px;
}

.left-header.content-header {
  text-align: left;
}

.left-header.description h2 {
  margin-bottom: 8px;
}

.left-header.content-header h2::after {
  left: 35px;
}

.events {
  padding-left: 0;
  padding-right: 0;
}

.event-container {
  /* padding-right: 5px; */
  /* padding-left: 5px; */
  border-radius: 4px;
}

.event-card {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  background: #fff;
  border-radius: 4px;
}

.event-card a {
  color: #303030;
}

.event-card:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
}

.event-cover {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.event-weekday,
.event-time {
  color: #838383;
}

.event-weekday {
  padding: 0 3px 0 3px;
}

.cover-img {
  width: 120px;
  height: 165px;
  border-radius: 4px;
}

.event-cover .discount-label {
  position: absolute;
  top: 130px;
  left: 0;
}

.event-cover .discount-label-text {
  color: #fff;
  position: absolute;
  top: 130px;
  left: 7px;
  font-size: 14px;
}

.event-cover .buy-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding-top: 20px;
  opacity: 0;
  transition: 0.2s;
}

.event-cover .buy-button-wrapper .buy-button {
  text-transform: uppercase;
  background: #CB3032;
  padding: 8px 30px;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
}

.event-cover .buy-button-wrapper .buy-button:hover {
  background: #e73a3c;
}

.event-cover .buy-button-wrapper .buy-button:hover {
  text-decoration: none;
}

.filter-block {
  width: 100%;
}

.filter-block .filter-form {
  display: none;
  margin: 10px 15px 0 15px;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.17046);
  background: #fff;
  position: relative;
}

.filter-block .filter-form.active {
  display: block;
}

.filter-block .filter-toggle {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.17046);
  padding: 15px;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin: 15px;
}

.events-block {
  width: 100%;
  padding: 15px;
}

.article-container {
  width: 100%;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.article-card {
  width: 100%;
  height: auto;
  margin: 15px 0 0;
}

.article-card .article-title {
  color: #303030;
}

.article-card .article-cover {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.525%;
}

.article-card .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card .article-content {
  background: #fff;
  border-radius: 0 0 4px 4px;
  font-family: "Geometria";
}

.article-card .article-content .article-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  padding: 15px;
}

.article-card .article-content .article-date {
  font-size: 14px;
  color: #858383;
  padding: 15px;
}

.articles-wrapper {
  margin-bottom: 250px;
}

.articles-wrapper .more {
  padding-bottom: 50px;
}

.article-cover,
.article-card .cover-img {
  border-radius: 4px 4px 0 0;
}

.card-content {
  height: auto;
  width: calc(100% - 120px);
  padding: 5px 15px;
  font-size: 11px;
  background: #fff;
  border-radius: 0 4px 4px 0;
}

.card-content .svg-wrapper {
  width: 23px;
}

.card-content-title {
  border-bottom: 1px dashed #E4E1E1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Geometria";
  font-weight: bold;
  font-size: 13px;
  height: 45px;
}

.card-content-param {
  padding: 3px 0;
}

.card-content-date {
  text-transform: uppercase;
}

.card-content-date svg {
  margin-top: -3px;
}

.card-content-date span {
  font-weight: bold;
}

.card-content-price span {
  font-weight: bold;
}

.card-content-place {
  font-size: 12px;
  height: 50px;
}

.card-content-place .institution {
  width: 185px;
}

.card-content-labels {
  margin-top: 0;
}

.card-content-labels img {
  height: 15px;
  padding-left: 7px;
}

.card-content-labels .label-wrapper {
  position: relative;
}

.card-content-labels .label-wrapper span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.card-content-labels .bonus-label span {
  top: 1px;
  left: 13px;
}

.more a.more-button {
  font-size: 14px;
  background: #707070;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 50px;
  border-radius: 2px;
  margin: 25px 0;
}

.more a.more-button:hover {
  background: #838383;
}

.container-wrapper {
  position: relative;
  margin-bottom: 50px;
}

.container-wrapper-background {
  background: #F4F4F4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20px;
}

.price-description {
  border: 1px dashed #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

footer {
  background: #F4F4F4;
  padding-top: 30px;
  grid-row-start: 2;
  grid-row-end: 3;
}

footer .footer-payment-methods {
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 10px;
  padding: 0 0 45px 0;
}

footer .footer-payment-methods .quickpay,
footer .footer-payment-methods .visa-master {
  width: 85px;
}

footer .footer-payment-methods .balance {
  width: 105px;
}

footer .footer-payment-methods .moi-o,
footer .footer-payment-methods .pay24 {
  width: 55px;
}

footer .footer-payment-methods .umai {
  width: 50px;
}

footer .footer-payment-methods .bakai {
  width: 35px;
}

footer .footer-payment-methods .mbank {
  width: 75px;
}

footer .footer-payment-methods .elcard {
  width: 45px;
}

footer .footer-payment-methods .megapay {
  width: 105px;
}

footer .footer-payment-methods .onoi {
  width: 40px;
}

footer .footer-payment-methods .optima24 {
  width: 95px;
}

footer .footer-payment-methods img {
  margin: 0 0 10px 0;
}

footer .payment-methods-title {
  text-align: center;
  margin-bottom: 20px;
}

footer .footer-main-content {
  padding: 0;
}

footer .footer-main-content h4 {
  padding-top: 5px;
}

footer .footer-main-content h4.footer-list-title.collapsed {
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E3E3;
}

footer .footer-collapse-arrow {
  float: right;
  margin: 7px 10px 0 0;
  transition: transform 0.4s ease-in-out;
  transform: rotate(180deg);
}

footer .collapsed .footer-collapse-arrow {
  transform: rotate(0deg);
}

footer .footer-main-content ul.footer-list {
  padding: 0;
  list-style: none;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}

footer .footer-main-content ul.footer-list li {
  padding: 3px 0;
}

footer,
footer .footer-main-content ul.footer-list a {
  font-size: 13px;
  color: #858383;
}

footer .footer-main-content ul.footer-list a:hover {
  text-decoration: underline;
}

footer .footer-contacts,
footer .footer-contacts a {
  font-size: 14px;
  text-align: start;
  font-weight: 400;
  color: #303030;
}

.slider-wrapper .v-calendar-wrapper {
  height: 214px;
}

.slider-wrapper .vc-border-gray-400 {
  border: none;
}

.slider-wrapper .vc-bg-white {
  background: none;
}

.slider-wrapper .vc-container {
  font-family: Scada;
}

.slider-wrapper .vc-text-lg,
.slider-wrapper .vc-text-sm {
  font-size: 11px;
  font-weight: bold;
  color: #303030;
}

.slider-wrapper .vc-pane {
  padding: 0 10px;
}

.slider-wrapper .vc-pane .vc-header {
  /* padding-top:5px; */
}

.slider-wrapper .vc-arrows-container {
  padding: 5px 20px 0;
}

.slider-wrapper .vc-day .vc-day-content {
  height: 20px;
  margin: 0;
}

.vc-day .vc-opacity-0 {
  opacity: 0.5;
}

.vc-day .vc-pointer-events-none {
  pointer-events: all;
}

.slider-wrapper .vc-container {
  --day-min-height: 25px;
}

.slider-wrapper .vc-rounded-full {
  border-radius: 4px;
}

.slider-wrapper .vc-highlights .vc-highlight {
  height: 20px;
}

.slider-wrapper .vc-popover-content {
  color: #fff;
}

.slider-wrapper .slick-slide {
  position: relative;
}

.slider-wrapper .slide-box {
  position: absolute;
  top: 25px;
  left: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
}

.slider-wrapper .slick-slide .slide-box .slide-box-header {
  height: 90px;
  width: 700px;
  padding-bottom: 10px;
}

.slider-wrapper .slick-slide h3 {
  text-transform: uppercase;
  font-family: "Geometria";
  font-size: 28px;
  font-weight: bold;
}

.slider-wrapper .slick-slide .slide-box .slide-box-content {
  height: 155px;
}

.slider-wrapper .slick-slide .slide-box .slide-box-content > div {
  padding: 5px 0;
}

.slider-wrapper .slick-slide .slide-box .slide-box-content span {
  padding: 0 15px;
}

.buy-button {
  text-transform: uppercase;
  background: #CB3032;
  padding: 10px 35px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
}

.buy-button:hover {
  background: #e73a3c;
  text-decoration: none;
  color: #fff;
}

.buy-button.inactive {
  background: #707070;
}

a.buy-button.inactive:hover {
  background: #838383;
}

.event-discount-label {
  text-transform: uppercase;
  background: #58C264;
  padding: 10px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li button:before {
  font-size: 11px;
  opacity: 0.75;
  color: #cccccc;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 12px;
  color: #CB3032;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.dark-overlay {
  background: #151515;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}

.mobile-menu {
  width: 250px;
  min-height: 445px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -250px;
  z-index: 2;
  transition: 0.4s;
}

.mobile-menu.active {
  transition: 0.4s;
  right: 0;
  visibility: visible;
  opacity: 1;
}

.menu-wrapper {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.menu-wrapper .lang-label {
  font-size: 14px;
}

.mobile-menu .menu-close-btn {
  top: 25px;
  right: 25px;
}

.menu-category-nav a {
  color: #303030;
  padding: 10px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.menu-category-nav a:hover,
.menu-category-nav a.active {
  background: #f4f4f4;
}

@media (min-width: 768px) {
  h2 {
    font-size: 22px;
  }

  header {
    height: 130px;
  }

  .content-header h2 {
    font-size: 20px;
  }

  #swiper-wrapper-block .swiper-slide a {
    padding: 15px 32px;
  }

  .custom-container-behavior {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-wrapper {
    height: 345px;
  }

  .slider-images {
    visibility: visible;
    height: auto;
  }

  .logo {
    margin: 15px 0 0 0;
  }

  .logo-second {
    margin-top: 13px;
    padding-left: 27px;
    min-width: 150px;
  }

  .contacts {
    display: block;
  }

  .category-nav .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-container,
  .article-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .event-card {
    width: 210px;
    height: 400px;
    margin: 10px 0 15px;
    border-radius: 4px;
  }

  .event-card:hover {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  }

  .event-card:hover .buy-button-wrapper {
    display: block;
    opacity: 1;
  }

  .event-cover {
    width: 100%;
    height: 210px;
    background: #f6f6f6;
    border-radius: 4px 4px 0 0;
    position: relative;
    overflow: hidden;
  }

  .cover-img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .event-cover .discount-label {
    position: absolute;
    top: 20px;
    left: 0;
  }

  .card-content {
    height: 190px;
    width: 100%;
    border-radius: 0 0 4px 4px;
    padding: 5px 15px;
    font-size: 13px;
    background: #fff;
  }

  .card-content .svg-wrapper {
    width: 23px;
  }

  .svg-wrapper.map-marker {
    width: 25px;
  }

  .card-content-title {
    border-bottom: 1px dashed #E4E1E1;
    text-transform: uppercase;
    text-align: center;
    /* padding: 10px 0; */
    font-family: "Geometria";
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    height: 45px;
  }

  .card-content-param {
    padding: 5px 0;
  }

  .card-content-date {
    text-transform: uppercase;
  }

  .card-content-date svg {
    margin-top: -3px;
  }

  .card-content-date span {
    font-weight: bold;
  }

  .card-content-price span {
    font-weight: bold;
  }

  .card-content-place {
    font-size: 12px;
  }

  .card-content-labels {
    margin-top: 0;
  }

  .card-content-labels img {
    height: 15px;
    padding-left: 7px;
  }

  .card-content-labels .label-wrapper {
    position: relative;
  }

  .card-content-labels .label-wrapper span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
  }

  .card-content-labels .bonus-label span {
    top: 1px;
    left: 13px;
  }

  .event-cover .discount-label-text {
    top: 20px;
    left: 10px;
  }

  .container-wrapper-background {
    background: #F4F4F4;
    position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    bottom: -20px;
  }

  footer .footer-payment-methods {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 40px;
    padding: 0 0 20px 0;
  }

  footer .footer-payment-methods .quickpay,
  footer .footer-payment-methods .visa-master {
    width: 100px;
  }

  footer .footer-payment-methods .balance {
    width: 105px;
  }

  footer .footer-payment-methods .moi-o,
  footer .footer-payment-methods .pay24 {
    width: 70px;
  }

  footer .footer-payment-methods .umai {
    width: 65px;
  }

  footer .footer-payment-methods .bakai {
    width: 40px;
  }

  footer .footer-payment-methods .mbank {
    width: 90px;
  }

  footer .footer-payment-methods .elcard {
    width: 45px;
  }

  footer .footer-payment-methods .onoi {
    width: 40px;
  }

  footer .footer-main-content h4 {
    padding-top: 0;
  }

  footer .footer-main-content h4.footer-list-title.collapsed {
    padding-bottom: 0;
    border-bottom: none;
  }

  footer .footer-main-content ul.footer-list {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: none;
  }

  footer .footer-list.collapse {
    display: block;
  }

  footer .footer-collapse-arrow {
    display: none;
  }

  footer .footer-contacts {
    font-size: 14px;
    text-align: end;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 28px;
  }

  .events-block .event-container.col-lg-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }

  .filter-block {
    width: 25%;
  }

  .filter-block .filter-form {
    margin: 10px 20px 0 15px;
    display: block;
  }

  .filter-block .filter-toggle {
    display: none;
  }

  .events-block {
    width: 75%;
    padding: 0 15px;
  }

  .slider-images .slideble-image {
    width: auto;
  }

  .slick-dots li.slick-active button:before {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  header {
    height: 100px;
  }

  .events {
    padding-left: 10px;
    padding-right: 10px;
  }

  .event-container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .event-container.col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .events-block .event-container.col-xl-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .event-card {
    width: 210px;
    height: 455px;
  }

  .event-cover {
    height: 255px;
  }

  .searchbox-container {
    margin-left: 35px;
  }

  .center-header-block .searchbox-container {
    display: block;
  }

  .searchbox-container {
    width: 50%;
  }

  .filter-block {
    width: 20%;
  }

  .filter-block .filter-form {
    margin: 10px 20px 0 15px;
  }

  .events-block {
    width: 79%;
    padding: 0;
  }
}

/* Base for label styling */

.calendar-wrapper [type=checkbox]:not(:checked),
.calendar-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.calendar-wrapper [type=checkbox]:not(:checked) + label,
.calendar-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
}

/* checkbox aspect */

.calendar-wrapper [type=checkbox]:not(:checked) + label:before,
.calendar-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 16px;
  height: 16px;
  border: 1px solid #303030;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */

.calendar-wrapper [type=checkbox]:not(:checked) + label:after,
.calendar-wrapper [type=checkbox]:checked + label:after {
  content: "\2714";
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 12px;
  line-height: 1.2;
  color: #CB3032;
  transition: all 0.2s;
}

/* checked mark aspect changes */

.calendar-wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}

.calendar-wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* disabled checkbox */

.calendar-wrapper [type=checkbox]:disabled:not(:checked) + label:before,
.calendar-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #999999;
  background-color: #dddddd;
}

.calendar-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999999;
}

.calendar-wrapper [type=checkbox]:disabled + label {
  color: #aaaaaa;
}

/* accessibility */

.calendar-wrapper [type=checkbox]:checked:focus + label:before,
.calendar-wrapper [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #555555;
}

/* hover style just for information */

.calendar-wrapper label:hover:before {
  border: 1px solid #555555 !important;
  background: #ffffff;
}

/* EVENT */

.event-description-block {
  margin-top: 25px;
}

.event-description-block .event-description-cover img {
  max-width: 500px;
}

.event-description-block h1,
.mobile-title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Geometria";
  font-weight: bold;
}

.mobile-title {
  font-family: "Geometria";
  font-weight: bold;
  font-size: 16px;
}

/* SCROLL */

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.4em;
}

::-webkit-scrollbar-thumb {
  background: #AFAFAF;
}

::-webkit-scrollbar-track {
  background: #E8E8E8;
}

.event-dates-container {
  width: 100%;
  overflow-x: auto;
  height: 136px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.event-dates-container::-webkit-scrollbar {
  display: none;
}

/* .event-dates-container .swiper-wrapper {
	z-index: 2;
} */

.event-dates-wrapper {
  position: relative;
  width: calc(100% - 35px);
}

.event-dates-gradient {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 3.47%, #FFFFFF 89.15%);
}

.event-date-block {
  width: 100px;
  height: 117px;
  background: #ECECEC;
  border-radius: 4px;
  padding: 7px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
}

.event-date-block.active {
  background: #CB3032;
  color: #fff;
}

.icon-block {
  width: 20px;
  margin-right: 15px;
}

.icon-block img {
  margin: 0 auto;
  display: block;
  padding-top: 2px;
}

.share-wrapper {
  margin-bottom: 25px;
}

.share-wrapper .icon-block img {
  padding-top: 0;
}

.event-date-params.buy-block {
  margin: 45px 0 0 35px;
}

.event-date-block .date-top {
  border-bottom: 1px solid #B0B0B0;
  font-weight: bold;
  height: 58px;
}

.event-date-block.active .date-top {
  border-bottom: 1px solid #9E0000;
}

.event-date-block .day-digits {
  font-size: 20px;
  line-height: 27px;
}

.event-date-block .month {
  font-size: 15px;
  line-height: 21px;
}

.date-bottom {
  font-size: 14px;
  line-height: 17px;
  padding-top: 8px;
}

.date-bottom span {
  text-transform: lowercase;
}

.param-block {
  font-size: 15px;
}

.share .social {
  border: none;
  border-radius: 15px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 0.5rem;
  margin-right: 5px;
  cursor: pointer;
  font-size: 15px;
}

.social:focus {
  outline: 0;
}

.facebook {
  background: #4E71A8;
}

.facebook:hover {
  background: #6187bf;
}

.instagram {
  background: #444444;
}

.twitter {
  background: #55ACEE;
}

.twitter:hover {
  background: #72c1f9;
}

.odnoklassniki {
  background: #FA8A0F;
}

.odnoklassniki:hover {
  background: #ff992d;
}

.share .vk {
  background: #45668E;
}

.share .vk:hover {
  background: #597ca3;
}

.age-limit {
  border: 2px solid #CB3032;
  font-size: 11px;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  padding: 1px 0 0 2px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 700;
  cursor: pointer;
}

.container-wrapper-description {
  background: #f4f4f4;
  padding: 30px 0;
  font-size: 15px;
}

.container-wrapper-description h3 {
  font-size: 22px;
}

@media (min-width: 1200px) {
  .event-description-block {
    margin-top: 40px;
  }

  .container-wrapper-description {
    font-size: 16px;
  }
}

/* CART */

.cart-item-block {
  position: relative;
}

.cart-item-img {
  width: 80px;
  position: absolute;
  top: -15px;
  left: 15px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.28);
}

.cart-item-header {
  background: #CB3032;
  height: 45px;
  width: 100%;
  padding: 0 15px 0 100px;
}

.cart-item-header h3 {
  color: #fff;
  font-family: "Geometria";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin: 0;
}

.cart-item-body {
  border-bottom: 1px solid #d8d8d8;
  min-height: 70px;
  width: 100%;
  padding: 0 15px 0 0;
  font-size: 13px;
}

.cancel {
  cursor: pointer;
}

.cart-item-event {
  padding-left: 115px;
}

.payer-form {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 15px;
}

.payer-form label {
  font-size: 13px;
}

.payment-method {
  margin-top: 15px;
}

.payment-method label {
  cursor: pointer;
}

.optima24 img {
  position: absolute;
  top: -1px;
}

.mir img {
  position: absolute;
  top: 4px;
}

.total-block h3 {
  font-size: 21px;
  font-weight: 500;
}

.promo-block .apply {
  border: 1px solid #ccc;
  margin-left: -2px;
  cursor: pointer;
  background: #f4f4f4;
  color: #303030;
}

.payment-error {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 15px;
  text-align: left;
}

.payment-error p {
  line-height: 20px;
  padding: 10px;
  margin: 0;
}

.payment-error.animated {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.cart-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.5;
}

.cart-loader span {
  display: block;
  padding-top: 5%;
}

@media (min-width: 1200px) {
  .cart-item-img {
    width: 150px;
    position: absolute;
    top: -15px;
    left: 15px;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.28);
  }

  .cart-item-header {
    background: #CB3032;
    height: 55px;
    width: 100%;
    padding: 15px 15px 15px 185px;
  }

  .cart-item-header h3 {
    color: #fff;
    font-family: "Geometria";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
  }

  .cart-item-body {
    border-bottom: 1px solid #d8d8d8;
    min-height: 155px;
    width: 100%;
    padding: 15px;
    font-size: 15px;
  }

  .cart-item-event {
    padding-left: 185px;
  }

  .payer-form label {
    font-size: 16px;
  }
}

/* Event Item */

.event-name {
  text-transform: uppercase;
  font-family: Geometria;
  font-size: 18px;
  font-weight: 900;
}

.choice-block {
  border: 1px solid #C3C3C3;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: right;
  min-height: 20px;
  line-height: 20px;
  padding: 10px;
}

.map .cost {
  font-size: 13px;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .event-name {
    font-size: 24px;
  }
}

/* LOGIN PAGE */

.omb_login {
  padding: 0 15px;
  /* background: #f4f4f4; */
}

.omb_login .input-group-text {
  width: 40px;
}

.omb_login .omb_authTitle {
  text-align: center;
  line-height: 250%;
  margin-top: 0px;
  font-size: 22px;
}

.omb_login .omb_authTitle a {
  color: #838383;
  text-decoration: underline;
}

.omb_login .omb_socialButtons a {
  color: white;
  opacity: 0.9;
}

.omb_login .omb_socialButtons a:hover {
  color: white;
  opacity: 1;
}

.omb_login .omb_socialButtons .omb_btn-facebook {
  background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
  background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-ok {
  background: #EE8208;
}

.omb_login .omb_socialButtons .omb_btn-vk {
  background: #507299;
}

.omb_login .omb_socialButtons .col-sm-3 {
  width: 22.9%;
}

.omb_login .omb_loginOr {
  position: relative;
  font-size: 1.2em;
  color: #aaa;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
  background-color: #e3e3e3;
  height: 0.5px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.8em;
  margin-left: -1.5em;
  background-color: white;
  width: 3em;
  text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
  width: 2em;
}

.omb_login .omb_loginForm .help-block {
  color: red;
}

.omb_login .omb_forgotPwd {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer;
}

.omb_login .omb_forgotPwd:hover {
  text-decoration: underline;
}

.omb_login .btn-block {
  background: #707070;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.place-wrapper img {
  width: 100%;
}

.retro-metro-svg .cls-5 {
  padding-left: 15px;
}

.retro-metro-svg .cls-6 {
  font-size: 30.73px;
  letter-spacing: -0.03em;
}

.retro-metro-svg .cls-10,
.retro-metro-svg .cls-11,
.retro-metro-svg .cls-6 {
  font-family: "Scada", serif;
  letter-spacing: 0.05em;
}

.retro-metro-svg .cls-10 {
  font-size: 20px;
}

.retro-metro-svg .cls-11 {
  font-size: 18px;
}

/* LEGACY */

/* SEATS */

.map {
  padding: 0 0 15px 0;
  margin: 0;
  overflow: auto;
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b7bfc7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.map h4 {
  color: #4f4c4c;
}

.marker {
  text-align: center;
}

.map_bg {
  margin-top: 20px;
  background: #f5f5f5;
}

.zone {
  cursor: pointer;
}

.seat,
.seat_reserve,
.blank_a,
.blank_aa,
.blank_aaa,
.blank_a6,
.blank_b,
.blank_bc,
.blank_c,
.blank_d,
.screen {
  height: 20px;
  width: 22px;
  float: left;
  padding: 2px 0;
  margin: 2px;
  text-align: center;
  line-height: 13px;
}

.seat text,
.seat_reserve text,
.blank_a text,
.blank_aa text,
.blank_aaa text,
.blank_a6 text,
.blank_b text,
.blank_bc text,
.blank_c text,
.blank_d text,
.screen text {
  fill: #ffffff;
}

.seat,
.seat_reserve {
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}

.seat:hover,
.seat_reserve:hover,
.pack {
  cursor: pointer;
}

.blank_a {
  color: #666;
  font-size: 12px;
}

.blank_aa {
  width: 48px;
  color: #666;
  font-size: 12px;
}

.blank_aaa {
  width: 74px;
  color: #666;
  font-size: 12px;
}

.blank_a6 {
  width: 154px;
  color: #333;
  font-size: 12px;
}

.blank_b {
  width: 11px;
}

.blank_bc {
  width: 16.5px;
}

.blank_c {
  width: 6px;
}

.blank_d {
  width: 5.5px;
  margin: 2px 0;
}

.blank_1 {
  width: 1px;
  margin: 2px 0;
  float: left;
}

.blank_2 {
  width: 2px;
  margin: 2px 0;
  float: left;
}

.blank_4 {
  width: 4px;
  margin: 2px 0;
  float: left;
}

.screen {
  padding: 0;
  margin: 10px;
  height: 22px;
  width: 700px;
  border: 1px solid #AC2925;
  border-radius: 5px;
  float: left;
  text-align: center;
  background: #F84642;
  color: #fff;
  line-height: 18px;
}

.screen_small {
  padding: 0;
  margin: 10px;
  height: 22px;
  width: 470px;
  border: 1px solid #AC2925;
  border-radius: 5px;
  float: left;
  text-align: center;
  background: #F84642;
  color: #fff;
}

.screen:hover {
  color: #fff;
}

.seats {
  text-align: center;
  width: 1100px;
}

.row_mark {
  background: #ccc;
  width: 60px;
  height: 20px;
  float: left;
}

.rotate-270 {
  transform: rotate(270deg);
  width: auto;
}

.rotate-90 {
  transform: rotate(90deg);
  width: auto;
}

/* TICKET */

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

.ticket p {
  color: #666;
  padding: 0;
  margin: 0;
}

.ticket h1 {
  margin: 0;
}

.ticket h2 {
  margin: 0;
  font-size: 22px;
}

/* BUTTONS */

.btn-default {
  color: #333;
  /*  background-color: #8BB047;
      border-color: #80A76E;*/
  background-color: #ccc;
  border-color: #999;
}

.btn-default text {
  fill: #333333;
}

.btn-success {
  fill: #28a745;
}

.btn-success path,
.btn-success polygon {
  fill: #28a745;
}

.btn-success text {
  fill: #ffffff;
}

.btn-success:hover {
  fill: #218838;
}

.btn-success:hover path,
.btn-success:hover polygon {
  fill: #218838;
}

.btn-violet {
  color: #fff;
  background-color: #FF79BC;
  border-color: #FF3E9E;
}

.btn-violet path,
.btn-violet polygon {
  fill: #FF79BC;
}

.btn-violet text {
  fill: #ffffff;
}

.btn-orange {
  color: #fff;
  background-color: #FF8533;
  border-color: #F46200;
  fill: #FF8533;
}

.btn-orange path,
.btn-orange polygon {
  fill: #FF8533;
}

.btn-orange text {
  fill: #ffffff;
}

.btn-orange:hover {
  color: #fff;
  background-color: #F46200;
}

.btn-orange:hover path,
.btn-orange:hover polygon {
  fill: #F46200;
}

.btn-marine {
  color: #fff;
  background-color: #14B1AE;
  border-color: #0F8885;
  fill: #14B1AE;
}

.btn-marine path,
.btn-marine polygon {
  fill: #14B1AE;
}

.btn-marine text {
  fill: #ffffff;
}

.btn-marine:hover {
  color: #fff;
  background-color: #119996;
  border-color: #0D716F;
  fill: #119996;
}

.btn-marine:hover path,
.btn-marine:hover polygon {
  fill: #119996;
}

.btn-indian {
  color: #fff;
  background-color: #cd8162;
  border-color: #9B5131;
}

.btn-indian path,
.btn-indian polygon {
  fill: #cd8162;
}

.btn-indian text {
  fill: #ffffff;
}

.btn-indian:hover {
  color: #fff;
  background-color: #B9613C;
  border-color: #86462B;
}

.btn-indian:hover path,
.btn-indian:hover polygon {
  fill: #B9613C;
}

.btn-moss {
  color: #fff;
  background-color: #8A9A5B;
  border-color: #697544;
}

.btn-moss path,
.btn-moss polygon {
  fill: #8A9A5B;
}

.btn-moss text {
  fill: #ffffff;
}

.btn-moss:hover {
  color: #fff;
  background-color: #697544;
  border-color: #8A9A5B;
}

.btn-moss:hover path,
.btn-moss:hover polygon {
  fill: #697544;
}

.btn-steel {
  color: #fff;
  background-color: #4682B4;
  border-color: #376b96;
  fill: #4682B4;
}

.btn-steel path,
.btn-steel polygon {
  fill: #4682B4;
}

.btn-steel text {
  fill: #ffffff;
}

.btn-steel:hover {
  color: #fff;
  background-color: #376b96;
  border-color: #376b96;
  fill: #4682B4;
}

.btn-steel:hover path,
.btn-steel:hover polygon {
  fill: #376b96;
}

.btn-flamingo {
  color: #fff;
  background-color: #FCA3B7;
  border-color: #e2879c;
}

.btn-flamingo path,
.btn-flamingo polygon {
  fill: #FCA3B7;
}

.btn-flamingo text {
  fill: #ffffff;
}

.btn-flamingo:hover {
  color: #fff;
  background-color: #e2879c;
  border-color: #e2879c;
}

.btn-flamingo:hover path,
.btn-flamingo:hover polygon {
  fill: #e2879c;
}

.btn-darkblue {
  color: #fff;
  background-color: #8C9DB9;
  border-color: #748bad;
}

.btn-darkblue path,
.btn-darkblue polygon {
  fill: #8C9DB9;
}

.btn-darkblue text {
  fill: #ffffff;
}

.btn-darkblue:hover {
  color: #fff;
  background-color: #748bad;
  border-color: #8C9DB9;
}

.btn-darkblue:hover path,
.btn-darkblue:hover polygon {
  fill: #748bad;
}

.btn-suntan {
  color: #fff;
  background-color: #D2B58D;
  border-color: #B4904B;
}

.btn-suntan path,
.btn-suntan polygon {
  fill: #D2B58D;
}

.btn-suntan text {
  fill: #ffffff;
}

.btn-suntan:hover {
  color: #fff;
  background-color: #B4904B;
  border-color: #9B673B;
}

.btn-suntan:hover path,
.btn-suntan:hover polygon {
  fill: #B4904B;
}

.btn-purple {
  color: #fff;
  background-color: #AE67C5;
  border-color: #9966CC;
}

.btn-purple path,
.btn-purple polygon {
  fill: #AE67C5;
}

.btn-purple text {
  fill: #ffffff;
}

.btn-purple:hover {
  color: #fff;
  background-color: #8545A6;
  border-color: #9966CC;
}

.btn-purple:hover path,
.btn-purple:hover polygon {
  fill: #8545A6;
}

.btn-yellow {
  color: #fff;
  background-color: #FFCC00;
  border-color: #DDAA11;
}

.btn-yellow path,
.btn-yellow polygon {
  fill: #FFCC00;
}

.btn-yellow text {
  fill: #ffffff;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #DDAA11;
  border-color: #DDAA11;
}

.btn-yellow:hover path,
.btn-yellow:hover polygon {
  fill: #DDAA11;
}

.btn-salad {
  color: #fff;
  background-color: #AAD62B;
  border-color: #92B623;
}

.btn-salad path,
.btn-salad polygon {
  fill: #AAD62B;
}

.btn-salad text {
  fill: #ffffff;
}

.btn-salad:hover {
  color: #fff;
  background-color: #9CC426;
  border-color: #92B623;
}

.btn-salad:hover path,
.btn-salad:hover polygon {
  fill: #9CC426;
}

.btn-red {
  color: #fff;
  background-color: #FA6763;
  border-color: #E43636;
}

.btn-red path,
.btn-red polygon {
  fill: #FA6763;
}

.btn-red text {
  fill: #ffffff;
}

.btn-red:hover {
  color: #fff;
  background-color: #E43636;
  border-color: #E43636;
}

.btn-red:hover path,
.btn-red:hover polygon {
  fill: #E43636;
}

.btn-reserve {
  color: #fff;
  /*background-color: #405A86;
  border-color: #2F4262;*/
  background-color: #626262;
  border-color: #363637;
  fill: #bbb;
}

.btn-reserve path,
.btn-reserve polygon {
  fill: #bbb;
}

.btn-reserve text {
  fill: #ffffff;
}

.btn-reserve:hover {
  color: #fff;
  background-color: #8091AD;
  border-color: #2F4262;
}

.btn-grey {
  color: #fff;
  background-color: #888;
  border-color: #333;
}

.btn-grey path,
.btn-grey polygon {
  fill: #888;
}

.btn-grey text {
  fill: #ffffff;
}

.btn-grey:hover {
  color: #fff;
  background-color: #8091AD;
  border-color: #2F4262;
}

.btn-grey:hover path,
.btn-grey:hover polygon {
  fill: #8091AD;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning path,
.btn-warning polygon {
  fill: #f0ad4e;
}

.btn-warning text {
  fill: #ffffff;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:hover path,
.btn-warning:hover polygon {
  fill: #ec971f;
}

.map .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  fill: #d9534f;
}

.map .btn-danger path,
.map .btn-danger polygon {
  fill: #d9534f;
}

.map .btn-danger:hover,
.map .btn-danger:focus,
.map .btn-danger:active,
.map .btn-danger.active,
.map .open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-default {
  color: #333333;
  background-color: #ddd;
  border-color: #999;
  fill: #ddd;
}

.btn-default path,
.btn-default polygon {
  fill: #ddd;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default.disabled {
  background: #ddd;
  border: 1px solid #999;
}

[v-cloak] {
  display: none !important;
}

.tooltip-inner p {
  margin-bottom: 0.3rem;
}

.tooltip-inner h5 {
  font-size: 0.9rem;
  font-weight: 700;
}

.status-cont {
  border-radius: 5px;
  padding: 15px;
}

.status1 {
  background: #47A447;
  color: #111;
}

.status2 {
  background: #D2322D;
  color: #111;
}

.status3 {
  background: #ED9C28;
}

.validation-result {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
}

.operator-event-block .operator-event-image img {
  width: 100%;
}

.operator-event-block .operator-event-date {
  font-size: 14px;
}

.operator-event-block .operator-event-title {
  color: #333333;
}

.trash,
.trash:hover {
  color: #333333;
}

.section-wrapper .map {
  overflow: unset;
}

.wide-thin-banner img {
  width: 100%;
}

.custom-data-wrapper .custom-data-item {
  float: left;
}

.custom-data-wrapper input,
.custom-data-wrapper label {
  display: block;
}

.section:hover {
  cursor: pointer;
}

.spartak text {
  font-size: 40px;
}

.spartak .wireframe {
  fill: #F4F2F3;
  stroke: #CECACA;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.spartak .running_track {
  fill: #E79AA7;
}

.spartak .stripe {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.spartak .grass {
  fill: #7A9140;
}

.spartak .light_grey {
  fill: #E2E2E2;
}

.spartak .team_section {
  fill: #64887C;
}

.spartak .section:hover .section_blue,
.spartak .section:hover .section_red,
.spartak .section:hover .section_yellow {
  fill: #CB3032;
  stroke: #CB3032;
  cursor: pointer;
}

.spartak .section_red {
  fill: #EC3E59;
  stroke: #EF0F3A;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.spartak .section_number_red {
  fill: #F4F2F3;
  stroke: #EF0F3A;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.spartak .section_blue {
  fill: #2368A0;
  stroke: #5387F9;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.spartak .section_number_blue {
  fill: #F4F2F3;
  stroke: #5387F9;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.spartak .section_yellow {
  fill: #F4D31C;
  stroke: #E5BB0C;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.spartak .section_number_yellow {
  fill: #F4F2F3;
  stroke: #E5BB0C;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.ippodrom .section-a {
  fill: #443BB3;
  stroke: #30299A;
  stroke-miterlimit: 10;
}

.ippodrom .section-b {
  fill: #CDCD47;
  stroke: #A3A026;
  stroke-miterlimit: 10;
}

.ippodrom .section-c {
  fill: #9C332D;
  stroke: #62170A;
  stroke-miterlimit: 10;
}

.ippodrom .section-d {
  fill: #D2B58D;
  stroke: #9B673B;
  stroke-miterlimit: 10;
}

.ippodrom .section-e {
  fill: #33A32F;
  stroke: #0F7B00;
  stroke-miterlimit: 10;
}

.ippodrom .section-f {
  fill: #E3844C;
  stroke: #BB642E;
  stroke-miterlimit: 10;
}

.ippodrom .section-g {
  fill: #DD422E;
  stroke: #9D2917;
  stroke-miterlimit: 10;
}

.ippodrom .section-disabled {
  fill: #CCCCCC;
  stroke: #A6AAA5;
  stroke-miterlimit: 10;
}

.ippodrom .section:hover .section-a,
.ippodrom .section:hover .section-b,
.ippodrom .section:hover .section-c,
.ippodrom .section:hover .section-d,
.ippodrom .section:hover .section-e,
.ippodrom .section:hover .section-f,
.ippodrom .section:hover .section-g {
  fill: #CB3032;
  stroke: #CB3032;
  cursor: pointer;
}

.ippodrom .dance-floor {
  fill: #20A07C;
  stroke: #0B6B32;
  stroke-miterlimit: 10;
}

.ippodrom .text-label {
  font-size: 22px;
  letter-spacing: 3px;
}

.ippodrom .flagpole-outer {
  fill: #817240;
}

.ippodrom .flagpole-inner {
  fill: #CEC9BD;
}

.ippodrom .flag-kr {
  fill: #D50037;
}

.ippodrom .flag-kr-sun {
  fill: #F9F02A;
}

.ippodrom .st104 {
  fill: #BDB5AF;
}

.ippodrom .st108 {
  fill: #1E1207;
}

.ippodrom .st124 {
  fill: #93612D;
}

.ippodrom .st125 {
  fill: #686867;
}

.ippodrom .st126 {
  fill: #947E50;
}

.ippodrom .st127 {
  fill: #A06733;
}

.ippodrom .st128 {
  fill: #E2E2E2;
}

.ippodrom .st129 {
  fill: #738498;
}

.ippodrom .st130 {
  fill: #58292C;
}

.ippodrom .st131 {
  fill: #5D5F4E;
}

.ippodrom .st132 {
  fill: #1F74C1;
}

.ippodrom .st133 {
  fill: none;
  stroke: #0D298E;
  stroke-miterlimit: 10;
}

.ippodrom .st139 {
  fill: #F4F2F3;
  stroke: #CECACA;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.ippodrom .st140 {
  fill: #313132;
}

.ippodrom .st141 {
  fill: none;
  stroke: #313132;
  stroke-width: 1.0114;
  stroke-miterlimit: 10;
}

.ippodrom .st142 {
  fill: #313132;
  stroke: #313132;
  stroke-width: 0.8506;
  stroke-miterlimit: 10;
}

.ippodrom .st143 {
  fill: #313132;
  stroke: #313132;
  stroke-width: 1.0114;
  stroke-miterlimit: 10;
}

.ippodrom .st144 {
  fill: #8BDEF2;
}

.ippodrom .st145 {
  fill: #A5EAFF;
}

.section.disabled .section_path,
.section.disabled polygon {
  fill: #c5c5c5;
  stroke: #adadad;
}

.section.disabled .section_number {
  stroke: #adadad;
}

.section.disabled:hover .section_path,
.section.disabled:hover polygon {
  cursor: not-allowed;
  fill: #c5c5c5;
  stroke: #adadad;
}

.klenovyi-list .st0 {
  display: none;
}

.klenovyi-list .st1 {
  display: inline;
  fill: #FFFFFF;
}

.klenovyi-list .st2 {
  fill: #BEBDBE;
}

.klenovyi-list .st3 {
  fill: #777777;
}

.klenovyi-list .st5 {
  font-size: 21.1591px;
}

.klenovyi-list .st7 {
  fill: #929292;
}

.klenovyi-list .st8 {
  fill: #444444;
}

.klenovyi-list .st9 {
  font-size: 26.439px;
}

.klenovyi-list .st10 {
  font-size: 12px;
}

.klenovyi-list .st11 {
  fill: #D6D7D7;
}

.klenovyi-list .st12 {
  fill: #020203;
}

.klenovyi-list .st13 {
  font-size: 40px;
}

.osh-stadion text {
  font-size: 40px;
}

.osh-stadion .wireframe {
  fill: #F4F2F3;
  stroke: #CECACA;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.osh-stadion .running_track {
  fill: #B2ADAF;
}

.osh-stadion .stripe {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.osh-stadion .grass {
  fill: #7A9140;
}

.osh-stadion .light_grey {
  fill: #E2E2E2;
}

.osh-stadion .team_section {
  fill: #64887C;
}

.osh-stadion .section:hover .section_blue,
.osh-stadion .section:hover .section_red,
.osh-stadion .section:hover .section_yellow,
.osh-stadion .section:hover .section_green {
  fill: #CB3032;
  stroke: #CB3032;
  cursor: pointer;
}

.osh-stadion .section:hover path,
.osh-stadion .section:hover polygon {
  cursor: pointer;
  stroke: #CB3032;
}

.osh-stadion .section_red {
  fill: #EC3E59;
  stroke: #EF0F3A;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.osh-stadion .section_number_red {
  fill: #F4F2F3;
  stroke: #EF0F3A;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.osh-stadion .section_blue {
  fill: #2368A0;
  stroke: #5387F9;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.osh-stadion .section_number_blue {
  fill: #F4F2F3;
  stroke: #5387F9;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.osh-stadion .section_yellow {
  fill: #F4D31C;
  stroke: #E5BB0C;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.osh-stadion .section_number_yellow {
  fill: #F4F2F3;
  stroke: #E5BB0C;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.osh-stadion .section_green {
  fill: #69BF41;
  stroke: #4F9622;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.osh-stadion .section_number_green {
  fill: #FFFFFF;
  stroke: #4F9622;
  stroke-width: 3;
  stroke-miterlimit: 10;
}

.osh-stadion .st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.osh-stadion .st5 {
  display: inline;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.osh-stadion .st6 {
  display: inline;
  fill: #E8E8E8;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.osh-stadion .st7 {
  display: inline;
  fill: none;
  stroke: #E8E8E8;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.osh-stadion .st8 {
  fill: #FFFFFF;
}

.osh-stadion .st10 {
  font-size: 35.6651px;
}

.draggable {
  overflow: hidden;
}

.event-item-wrapper {
  min-height: 300px;
}

.event-discount {
  border: 1px dashed #cccccc;
  padding: 10px;
  border-radius: 7px;
  background: rgba(20, 177, 174, 0.1);
  font-size: 15px;
  font-weight: 500;
}

.event-bonus {
  border: 1px dashed #cccccc;
  padding: 10px;
  border-radius: 7px;
  background: #f7f8fa;
  font-size: 13px;
  font-weight: 500;
}

.event-bonus .bonus-badge {
  background: linear-gradient(0deg, #8f33ff 0%, #CC5C9F 100%);
  border-radius: 20px;
  padding: 5px;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  font-weight: 600;
}

.event-bonus .bonus-badge .amount {
  background: #fff;
  padding: 1px 5px;
  border-radius: 20px;
  color: #8f33ff;
}

.loader .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}

.loader-ellipsis-wrapper {
  position: absolute;
  top: 20%;
  left: calc(50% - 40px);
}

.loader-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.loader-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #CB3032;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.loader-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.loader-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.loader-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.whatsapp-block {
  width: 85px;
  height: 85px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100000;
}

.whatsapp-block .whatsapp-button {
  width: 65px;
  height: 65px;
  background: #44bb6e;
  margin-right: 20px;
  border-radius: 65px;
  box-shadow: 0 20px 40px 0 rgba(34, 36, 43, 0.4);
  font-size: 35px;
  z-index: 10000;
  color: #fff;
  cursor: pointer;
}

.whatsapp-block .whatsapp-button i {
  margin-top: 15px;
  margin-left: 18px;
}

.profile {
  font-size: 14px;
}

.profile .filter-wrapper {
  background: #f1f1e3;
  padding: 15px;
  border-radius: 10px;
}

.seat-container {
  overflow: hidden;
  position: relative;
}

.cinema-wrapper {
  background-position-x: 0;
  background-position-y: 0;
  background: linear-gradient(to bottom right, #0d1f4d 0 30%, #15b6d0);
  border-radius: 1rem;
  color: #ffffff;
  padding: 40px 40px 30px 40px;
}

.cinema-wrapper a {
  color: #ffffff;
}

.cinema-wrapper h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cinema-wrapper .all {
  text-decoration: underline;
}

.cinema-wrapper .poster {
  max-width: 210px;
}

.cinema-wrapper .poster img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cinema-wrapper .title {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .cinema-wrapper {
    background-size: auto;
  }
}

.cinema a {
  color: #0c0c0c;
}

.cinema .poster img {
  border-radius: 0.5rem;
  width: 10rem;
}

@media (min-width: 768px) {
  .cinema .poster img {
    width: 15rem;
  }
}

.cinema .trailer-button {
  cursor: pointer;
  border-radius: 1.5rem;
  background: #102554;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}

.cinema .trailer-button img {
  width: 20px;
}

.cinema .film-info {
  font-size: 14px;
  overflow: auto;
}

.cinema .film-info .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.cinema .film-info .param-title {
  font-weight: 600;
}

.cinema .pills-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cinema .pills-wrapper::-webkit-scrollbar {
  display: none;
}

.cinema .pill {
  border-radius: 12px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  margin-right: 5px;
  background: #ECECEC;
  min-width: 50px;
  text-align: center;
  white-space: nowrap;
}

.cinema .pill.m-bonus {
  background: linear-gradient(0deg, #8f33ff 0%, #CC5C9F 100%);
  color: #fff;
  font-size: 11px;
  padding: 5px 8px;
  min-width: 87px;
}

.cinema .pill.m-bonus .amount {
  background: #fff;
  padding: 1px 5px;
  border-radius: 12px;
  color: #8f33ff;
}

.cinema .pill.duration {
  min-width: 75px;
}

.cinema .show-time {
  border-radius: 7px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  background: #CB3032;
  color: #ffffff;
  min-width: 50px;
}

.cinema .show-time:hover {
  background: #9E0000;
}

.cinema .param-block {
  margin-top: 7px;
  padding-top: 7px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .cinema .param-block {
    font-size: 15px;
  }
}

.cinema .param-block:not(:first-child) {
  border-top: 1px solid #E0E5E8;
}

.cinema .theater-wrapper {
  border: 1px solid #ECECEC;
  border-radius: 5px;
  width: 100%;
}

.cinema .theater-wrapper .theater {
  background: #ECECEC;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
}

.cinema .theater-wrapper .schedule {
  padding: 10px;
}

.cinema .theater-wrapper .hall-wrapper {
  padding: 0;
}

.cinema .theater-wrapper .hall-wrapper:not(:first-child) {
  border-top: 1px solid #ECECEC;
  padding-top: 10px;
}

.cinema .theater-wrapper .hall-wrapper:not(:last-child) {
  padding-bottom: 10px;
}

.cinema .theater-wrapper .hall-wrapper .hall {
  width: 30%;
}

#trailerModal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

#trailerModal .modal-content {
  position: relative;
  background-color: #000;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  max-width: 90%;
  max-height: 80%;
}

#trailerModal .modal-content video {
  width: 100%;
  height: auto;
  display: block;
}

#trailerModal .modal-content #closeTrailerBtn {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.slide-cinema-card {
  width: 160px;
  height: 260px;
  margin: 10px 0;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #E0E5E8;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide-cinema-card {
    width: 210px;
    height: 320px;
  }
}

.slide-cinema-card a {
  color: #40474F;
}

.slide-cinema-card:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.slide-cinema-card .event-cover {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.slide-cinema-card .event-cover .badges {
  position: absolute;
  bottom: 10px;
  width: 100%;
  right: 0;
  padding: 0;
}

.slide-cinema-card .event-cover .badges .m-plus-badge {
  background: linear-gradient(0deg, #e97a31 -7.13%, #ffb952 150.03%), var(--White, #fff);
  border-radius: 24px;
  height: 27px;
  width: 35px;
  position: relative;
  margin: 0 10px 0 0;
}

.slide-cinema-card .event-cover .badges .m-plus-badge img {
  position: absolute;
  top: 7px;
  left: 3px;
  height: 12px;
}

.slide-cinema-card .event-cover .badges .m-bonus-badge {
  background: linear-gradient(0deg, #8f33ff 0%, #CC5C9F 100%);
  border-radius: 24px;
  height: 27px;
  width: 35px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #ffffff;
}

.slide-cinema-card .event-cover .badges .m-bonus-badge .amount {
  background: #fff;
  padding: 1px 5px;
  border-radius: 20px;
  color: #8f33ff;
  position: absolute;
  top: 7px;
  left: 3px;
}

.slide-cinema-card .event-cover .price-badge {
  color: #40474F;
  font-weight: 500;
  font-size: 14px;
  background: #FDDB2B;
  border-radius: 24px;
  padding: 3px 8px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: Nunito, "serif";
}

.slide-cinema-card .cover-img {
  width: 160px;
  height: auto;
  border-radius: 0.5rem 0.5rem 0 0;
}

@media (min-width: 992px) {
  .slide-cinema-card .cover-img {
    width: 210px;
  }
}

.slide-cinema-card .card-content {
  height: auto;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
  width: 100%;
}

.slide-cinema-card .card-content .svg-wrapper {
  width: 23px;
}

.slide-cinema-card .card-content .map-marker {
  margin-right: 2px;
}

.slide-cinema-card .card-content-title {
  text-align: left;
  padding-top: 5px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #0E0F11;
  border: none;
}

.slide-cinema-card .card-content-param {
  padding: 3px 0;
}

.slide-cinema-card .card-content-date {
  color: #3B82F6;
  text-align: center;
  padding-bottom: 5px;
  font-size: 12px;
}

.slide-cinema-card .card-content-date svg {
  margin-top: -3px;
}

.slide-cinema-card .card-content-date span {
  font-weight: 400;
}

.slide-cinema-card .card-content-place {
  font-size: 12px;
  height: 30px;
  font-weight: 400;
}

.slide-cinema-card .card-content-place .institution {
  color: #40474F;
  width: 185px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: calc(1.5em * 2);
}

.slide-cards {
  overflow: hidden;
}

.slide-cards .swiper-container {
  overflow: inherit;
}

.slide-cards .swiper-container .swiper-slide {
  width: auto;
  margin: 0 6px;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 992px) {
  .slide-cards .swiper-container .swiper-slide {
    margin: 0 15px;
  }
}

.slide-cards .swiper-container .swiper-slide:first-child {
  margin-left: 15px;
}

@media (min-width: 992px) {
  .slide-cards .swiper-container .swiper-slide:first-child {
    margin-left: 0;
  }
}

.slide-cards .swiper-container .swiper-slide:last-child {
  margin-right: 12px;
}

.slide-cards .swiper-container .swiper-slide.active {
  background: #16A34A;
  color: #fff;
}

.events-block .swiper-slide:first-child {
  margin-left: 0 !important;
}

