@charset "UTF-8";

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.till--content__text a {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.till--content__text a:hover {
  text-decoration: underline;
}

a.telefone {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.telefone:hover {
  text-decoration: underline;
}

#cookies-using-message {
  font-family: "Montserrat", sans-serif;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 806px;
  align-items: center;
  vertical-align: middle;
  padding: 10px 52px 10px 72px;
  z-index: 999999999;
  box-sizing: border-box;
  color: #ffffff;
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  box-shadow: 0px 10px 32px -5px rgba(51, 64, 77, 0.2);
  border-radius: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

#cookies-using-message a {
  text-decoration: underline;
}

#cookies_submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.cookies-using-message__image-cookie {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  #cookies-using-message {
    padding: 10px 52px 10px 22px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 30px;
  }

  .cookies-using-message__image-cookie {
    display: none;
  }

  .cookies-using-message a {
    display: inline;
    text-decoration: underline;
  }
}

.warning-work {
  display: block;
  background: linear-gradient(90.25deg, #371c67 11.01%, #960f46 106.45%);
  color: #ffffff;
  font-family: "Yanone Kaffeesatz", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 0px !important;
}

.warning-work a {
  color: #761451;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background: #ffffff;
  border-radius: 2px;
  padding: 2.5px 48px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.warning-work a:hover {
  box-shadow: 0px 2px 20px rgb(255 255 255 / 80%);
}

.site--afisha {
  padding-top: 0px !important;
}

@media (min-width: 576px) {
  .slider_iteam_text {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .slider_iteam_text {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .slider_iteam_text {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .slider_iteam_text {
    padding-top: 60px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.img_slider_top_PC-wrapper {
  position: relative;
}

.img_slider_top_PC-wrapper--pseudo {
  position: absolute;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.2);
}

.img_slider_top_PC.slick-slide img {
  width: 100%;
  object-fit: cover !important;
}

.page-slider__image-item.slick-slide.slick-current.slick-active {
  width: 100%;
}

.page-slider__image-item picture {
  width: 100%;
}

@media (max-width: 1440px) {
  .img_slider_top_PC-wrapper--pseudo {
    width: auto;
    min-width: inherit;
    min-height: inherit;
  }
  .img_slider_top_PC {
    width: auto;
    min-width: inherit;
    min-height: inherit;
  }
}

@media (max-width: 1366px) {
  .img_slider_top_PC-wrapper--pseudo,
  .img_slider_top_PC {
    min-width: inherit;
    min-height: inherit;
    overflow: hidden;
  }
}

@media (max-width: 1365px) {
  .img_slider_top_PC-wrapper--pseudo,
  .img_slider_top_PC {
    max-width: inherit;
    max-height: inherit;
    min-width: inherit;
    min-height: inherit;
  }
}

@media (max-width: 1300px) {
  .img_slider_top_PC {
    height: 440px;
  }
}

@media (max-width: 991px) {
  img.img_slider_top_PC {
    display: none;
  }

  .img_slider_top {
    width: auto;
    max-height: 200px;
    margin-top: 15px;
    margin-bottom: 30px;
    display: block !important;
  }
}

#afishaSlide {
  background-color: rgb(16, 16, 16);
}

#afishaIndex {
  background-color: rgb(227, 19, 36);
}

#videoSliding {
  background-color: rgb(16, 16, 16);
}

@media (max-width: 1024px) {
  #videoSliding {
    padding-bottom: 60px;
  }
}

#adsBlock {
  background-image: url("./images/cs-v2_ice-arena_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#adsBlock--lounge {
  background-color: #ffffff;
}

#adsBlock--lounge .site--banner-cs-v2__image-wrapper {
  width: 80%;
}

#premialService {
  overflow: visible;
  padding-top: 62px;
  padding-bottom: 65px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.slider_title {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  line-height: 1.34;
  text-align: left;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  margin-bottom: 50px;
  white-space: nowrap;
  z-index: 1000;
  position: relative;
}

#top_slider .slider_title {
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: break-word;
}

@media (max-width: 1700px) {
  .slider_title {
    margin-bottom: 10px;
    font-size: 50px;
  }
}

.slider_iteam_top {
  padding-left: 82px;
  padding-top: 0px;
  position: relative;
}

.slider_tip2 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 38px;
  padding-bottom: 6px;
  position: relative;
  letter-spacing: 0.1rem;
}

.slider_tip2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 227px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.slider_subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #828282;
}

.slider_time {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.slider_time2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.site--content__vip--slider__razdel {
}

.site--content__vip--slider__razdel:after {
}

.razzdel_iteam {
  float: left;
  height: 2px;
  width: 50%;
  background-color: #3c3b3b;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 3px;
  position: relative;
}

.razzdel_iteam.active {
  background-color: #ffffff;
}

#top_slider .site--content__vip--slider__total,
#top_slider .site--content__vip--slider__current {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-align: right;
}

#top_slider .site--content__vip--slider__current {
  margin-right: 16px;
}

#top_slider .site--content__vip--slider__total {
  margin-right: 0;
  margin-left: 16px;
}

.slider_mesto {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 54px;
  letter-spacing: 0.1em;
}

.slider_mesto a {
  text-decoration: underline;
}

@media (max-width: 1500px) {
  .slider_mesto {
    margin-bottom: 10px;
  }
}

.slider_details {
  color: #fff;
  font-size: 18px;
}

.slider_details a {
  text-decoration: underline;
}

.site--afisha__btn.ticket2 {
  border: 1px solid #e31324;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  margin-top: 50px;
  margin-right: 20px;
}

.site--afisha__btn.ticket2:hover {
  background: #e31324;
}

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

#top_slider #opportunity_arrow_left {
  bottom: 38px;
  left: 333px;
  padding: 0;
  margin: 0;
  display: inline-block;
  border: none;
  outline: none;
  height: auto;
  width: auto;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: 27px !important;
}

#top_slider #opportunity_arrow_right {
  bottom: 38px;
  left: 364px;
  padding: 0;
  margin: 0;
  display: inline-block;
  border: none;
  outline: none;
  height: auto;
  width: auto;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  line-height: 27px !important;
}

#top_slider #opportunity_arrow_right:hover {
  color: #e31e24;
}

#top_slider #opportunity_arrow_left:hover {
  color: #e31e24;
}

#dot_top_slider {
  bottom: 32px;
  left: 60px;
  color: #fff;
  width: 200px;
  font-size: 20px;
}

.slider_tip {
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0 13px 6px;
  color: #e31324;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 14px;
}

#top_slider .slick-dots {
  position: static;
  width: 100%;
  padding: 0 0;
  z-index: 50;
}

#top_slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#top_slider .slick-dots li {
  width: 100%;
  height: auto;
  margin: 0;
}

#top_slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

#top_slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top_slider .slick-dots {
  position: static;
  width: 100%;
  padding: 0 0;
  z-index: 50;
}

.site--content__vip--slider__razdel {
  color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

  .d-sm-block {
    display: block !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: flex !important;
  }

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

  .d-md-block {
    display: block !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: flex !important;
  }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

  .d-lg-block {
    display: block !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: flex !important;
  }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

  .d-xl-block {
    display: block !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: flex !important;
  }

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

  .d-print-block {
    display: block !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: flex !important;
  }

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

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

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

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

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

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

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

body {
  font-family: "Yanone Kaffeesatz", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

* {
  outline: none !important;
}

a {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

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

li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.fade-enter-active,
.fade-leave-active {
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.switch-enter-active,
.switch-leave-active {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.switch-enter,
.switch-leave-to {
  opacity: 0;
}

.site--seo {
  background-color: #999999;
}

.site--seo > .container-fluid {
  max-width: 1534px;
  padding: 40px;
}

@media (max-width: 1200px) {
  .site--seo > .container-fluid {
    padding: 20px;
  }
}

@media (max-width: 320px) and (max-height: 480px) {
  .site--seo > .container-fluid {
    padding-top: 70px;
  }
}

.site--seo__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 134.09%;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .site--seo__text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;

    text-align: center;
  }

  .slider_title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .slider_time {
    color: #fff;
    font-size: 17px;
    margin-bottom: 8px;
  }

  .site--afisha__btn.vip2 {
    max-width: 151px;
  }

  .site--afisha__btn.ticket2 {
    max-width: 151px;
  }

  .slider_iteam_top {
    padding-left: 10px;
  }

  #top_slider #opportunity_arrow_left {
    left: 28px;
  }

  #top_slider #opportunity_arrow_right {
    left: 270px;
  }

  .slider_iteam_top {
    background: none !important;
  }
}

@media (max-width: 800px) {
  #top_slider .slick-slide {
    width: 800px;
  }

  .slider_iteam_top {
    padding-top: 0px;
  }

  .site--afisha__btn.ticket2 {
    margin-top: 15px;
  }

  .img_slider_top {
    width: auto;
    max-height: 200px;
    margin-top: 15px;
    display: block !important;
  }

  #top_slider #opportunity_arrow_right {
    bottom: 10px;
  }

  #top_slider #opportunity_arrow_left {
    bottom: 10px;
  }

  #dot_top_slider {
    bottom: 13px;
  }

  .zo_big_title {
    font-size: 35px !important;
  }
}

@media (max-height: 580px) {
  .img_slider_top {
    max-height: 150px !important;
  }

  #top_slider #opportunity_arrow_left {
    bottom: 0px;
  }

  #dot_top_slider {
    bottom: 0px;
  }

  #top_slider #opportunity_arrow_right {
    bottom: 0px;
  }
}

@media (max-width: 700px) {
  #top_slider .slick-slide {
    width: 700px;
  }

  .slider_iteam_top {
    padding-top: 0px;
  }

  .site--afisha__btn.ticket2 {
    margin-top: 15px;
  }

  .img_slider_top {
    width: auto;
    max-height: 200px;
    margin-top: 15px;
    display: block !important;
  }

  #top_slider #opportunity_arrow_right {
    bottom: 10px;
  }

  #top_slider #opportunity_arrow_left {
    bottom: 10px;
  }

  #dot_top_slider {
    bottom: 13px;
  }
}

@media (max-width: 600px) {
  #top_slider .slick-slide {
    width: 600px;
  }

  .slider_iteam_top {
    padding-top: 0px;
  }

  .site--afisha__btn.ticket2 {
    margin-top: 15px;
  }

  .img_slider_top {
    width: auto;
    max-height: 200px;
    margin-top: 15px;
    display: block !important;
  }

  #top_slider #opportunity_arrow_right {
    bottom: 10px;
  }

  #top_slider #opportunity_arrow_left {
    bottom: 10px;
  }

  #dot_top_slider {
    bottom: 13px;
  }
}

@media (max-width: 500px) {
  #top_slider .slick-slide {
    width: 500px;
  }

  .slider_iteam_top {
    padding-top: 0px;
  }

  .site--afisha__btn.ticket2 {
    margin-top: 15px;
  }

  .img_slider_top {
    width: auto;
    max-height: 200px;
    margin-top: 15px;
    display: block !important;
  }

  #top_slider #opportunity_arrow_right {
    bottom: 10px;
  }

  #top_slider #opportunity_arrow_left {
    bottom: 10px;
  }

  #dot_top_slider {
    bottom: 13px;
  }
}

@media (max-width: 380px) {
  #top_slider .slick-slide {
    width: 360px;
  }

  .slider_iteam_top {
    padding-top: 0px;
  }

  .site--afisha__btn.ticket2 {
    margin-top: 15px;
  }

  .img_slider_top {
    width: auto;
    max-height: 200px;
    margin-top: 15px;
    display: block !important;
  }

  #top_slider #opportunity_arrow_right {
    bottom: 10px;
  }

  #top_slider #opportunity_arrow_left {
    bottom: 10px;
  }

  #dot_top_slider {
    bottom: 13px;
  }
}

.site--page__title {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.085em;
}

@media (max-width: 1199.98px) {
  .site--page__title {
    font-size: 40px;
  }
}

@media (max-width: 1199.98px) {
  .site--page__title {
    padding: 0 15px 27px;
  }
}

@media (max-width: 320px) and (max-height: 480px) {
  .site--page__title {
    padding: 8% 15px 0;
  }
}

.site--page__subtitle {
  color: #000;
  text-align: center;
  padding-bottom: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.34;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1600px) {
  .site--page__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .site--page__subtitle {
    font-size: 22px;
  }
}

.site--page__subtitle.left-t {
  padding-bottom: 0;
  padding-top: 25px;
  text-align: left;
}

.site--page__subtitle.left-st {
  text-align: left;
}

.site--page__psubtitle1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.site--page__psubtitle2 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.site--page__psubtitle3 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.site--page__content {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.34;
  text-align: left;
}

.site--page__content.pad-top {
  padding-top: 35px;
}

.site--page__content > .container-fluid {
  max-width: 1200px;
  padding: 0;
}

@media (max-width: 1300px) {
  .site--page__content > .container-fluid {
    max-width: 1130px;
  }
}

@media (max-width: 767.98px) {
  .site--page__content > .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 1600px) {
  .site--page__content {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .site--page__content {
    font-size: 18px;
  }
}

.site--page__btn {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #101010;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px 11px;
  border: 2px solid #101010;
  border-radius: 2px;
  min-width: 226px;
  text-decoration: none;
  background: #ffffff;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .site--page__btn {
    line-height: 30px;
  }
}

@media (max-width: 1199.98px) {
  .site--page__btn {
    font-size: 12px;
    line-height: 30px;
    max-width: none;
  }
}

@media (max-width: 1199.98px) {
  .site--page__btn {
    margin-top: 3%;
  }
}

.site--page__btn:hover {
  border: none;
  padding: 11px 10px 13px;
  background: linear-gradient(230deg, #3d1959 28%, #91124d 100%);
  color: #ffffff;
}

.site--page__btn.active {
  background: linear-gradient(230deg, #3d1959 28%, #91124d 100%);
  border-color: transparent;
  color: #ffffff;
  border: none;
}

.site--page__btn.not-max {
  max-width: none;
}

.site--page__files--item {
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  .site--page__files--item {
    padding-top: 23px;
    padding-bottom: 0;
  }
}

.site--page__files--icon {
  background-image: url(/local/templates/icearenamsk/assets/images/privacy-visit/pdf_icon.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 73px;
  height: 83px;
  display: inline-block;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .site--page__files--icon {
    width: 38px;
    height: 44px;
  }
}

.site--page__files--title {
  color: #2b2d35;
  font-family: "Yanone Kaffeesatz", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .site--page__files--title {
    font-size: 12px;
  }
}

.site--page__files--link {
  cursor: pointer;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-block;
  line-height: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  min-width: 151px;
  max-width: 151px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 11px;
  border: 1px solid #101010;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #141414;
  color: #fff;
}

@media (max-width: 1400px) {
  .site--page__files--link {
    line-height: 30px;
  }
}

@media (max-width: 1199.98px) {
  .site--page__files--link {
    font-size: 14px;
    line-height: 30px;
    max-width: none;
  }
}

@media (max-width: 1199.98px) {
  .site--page__files--link {
    margin-top: 3%;
  }
}

.site--page__files--link:hover {
  box-shadow: 0 5px 40px rgba(16, 16, 16, 0.5);
}

.site--page__files--link.active {
  box-shadow: 0 5px 40px rgba(16, 16, 16, 0.5);
}

.site--page__files--link.not-max {
  max-width: none;
}

.site--page__files--icon {
  margin-left: 13px;
  display: inline-block;
  width: 17px;
  height: 18px;
  background-image: url(/local/resource/images/pdf.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

.site--page__files--text {
  text-decoration: none;
}

.site--page__yandex {
  color: #fff;
  cursor: pointer;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-block;
  line-height: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site--page__yandex span {
  color: #e31e24;
  font-size: 20px;
  display: inline-block;
  vertical-align: sub;
}

.site--banner__title {
  width: 100%;
  font-size: 72px;
  background: linear-gradient(262.01deg, #3d1959 9.55%, #91124d 75.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  padding-left: 228px;
}

.cs-v2__site-banner--title-image {
  margin-top: -173px;
}

@media (max-width: 1540px) {
  .cs-v2__site-banner--title-image {
    width: 100%;
  }
}

.site--banner__title--cs-v2 {
  display: flex;
  justify-content: center;
  margin-left: 0;
  text-transform: uppercase;
  background: linear-gradient(45deg, #ffffff 33%, #ffffff 66%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 107px;
}

@media (max-width: 1320px) {
  .site--banner__title {
    padding-left: 0;
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .site--banner__title {
    padding-bottom: 0;
  }
}

.site--banner__subtitle {
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
}

@media (max-width: 1300px) {
  .site--banner__subtitle {
    font-size: 34px;
    line-height: 48px;
  }
}

@media (max-width: 1199.98px) {
  .site--banner__subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.085em;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .site--banner__subtitle {
    font-size: 16px;
  }
}

.site--banner__view-ice-arena-left {
  padding-left: 0;
}

@media (max-width: 1300px) {
  .site--banner__view {
    padding-top: 0;
  }
}

@media (max-width: 1199.98px) {
  .site--banner__view {
    padding-top: 0;
  }
}

@media (max-width: 320px) {
  .site--banner__view {
    padding-top: 15px;
  }
}

@media (max-width: 840px) and (orientation: landscape) {
  .site--banner__view {
    display: none;
  }
}

@media (max-width: 840px) and (orientation: portrait) {
  .site--banner__view {
    display: block;
  }
}

@media (min-width: 840px) {
  .site--banner__view_ma {
    display: none;
  }
}

@media (max-width: 840px) and (orientation: landscape) {
  .site--banner__view_ma {
    display: block;
  }
}

@media (max-width: 840px) and (orientation: portrait) {
  .site--banner__view_ma {
    display: none;
  }
}

.site--banner__content {
  padding-right: 20px;
  position: relative;
}

#adsBlock .site--banner__content {
  z-index: 100;
  margin-left: 211px;
}

@media (max-width: 1750px) {
  #adsBlock .site--banner__content {
    margin-left: 137px;
  }
}

@media (max-width: 1300px) {
  .site--banner__content {
    padding-left: 5%;
  }

  #adsBlock .site--banner__content {
    margin-left: 10px;
  }
}

@media (max-width: 1199.98px) {
  .site--banner__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
}

.site--banner__thumb {
  margin-right: -131px;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  padding-bottom: 70%;
}

@media (max-width: 1525px) {
  .site--banner__thumb {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .site--banner__thumb {
    margin: 0 -15px;
    padding-bottom: 90%;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .site--banner__thumb {
    padding-bottom: 72%;
  }
}

@media (max-width: 320px) {
  .site--banner__thumb {
    padding-bottom: 50%;
  }
}

.site--banner__list {
  max-width: 70%;
}

#adsBlock .site--banner__list {
  margin-top: 32px;
}

.cs-v2-wrapper-lounge {
  padding-left: 230px;
  padding-bottom: 108px;
}

@media (max-width: 1600px) {
  .cs-v2-wrapper-lounge {
    padding-left: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 1320px) {
  .site--banner__list {
    padding-top: 0;
  }

  #adsBlock .site--banner__list {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .site--banner__list {
    padding-top: 15px;
  }
}

@media (max-width: 1199.98px) {
  .site--banner__list {
    max-width: 100%;
    padding-top: 15px;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .site--banner__list {
    padding-top: 0;
  }
}

@media (max-width: 320px) {
  .site--banner__list {
    padding-top: 15px;
  }
}

.zo_ul {
  list-style-type: disc !important;
  padding-left: 37px;
}

.site--banner__list ul {
  list-style-type: disc !important;
  padding-left: 141px;
  margin-bottom: 57px;
}

@media (max-width: 1300px) {
  .site--banner__list ul {
    padding-left: 100px;
  }
}

.site--banner__list ul > li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  display: list-item;
  width: 100%;
  position: relative;
  list-style: none;
}

.site--banner__list ul > li::before {
  content: "";
  position: absolute;
  left: -45px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
}

#adsBlock .site--banner__list ul > li::before {
  background: #bdbdbd;
  left: -32px;
}

.site--banner__list--cs-v2 ul > li {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 24px;
  line-height: 250%;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #bdbdbd;
  font-weight: 400;
  white-space: nowrap;
}

.site--banner__list.site--banner__list--lounge ul > li {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #101010;
  font-size: 24px;
  line-height: 250%;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .site--banner__list ul > li {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 200%;
    text-align: left;
    margin-bottom: 5px;
  }
}

.site--banner__list ul > li:last-child {
  margin-bottom: 0;
}

.site--banner__list ul > li > span {
  font-weight: bold;
  color: #101010;
  position: absolute;
  top: 0;
  left: 0;
}

.site--banner__action.site--banner__action--lounge {
  padding-left: 96px;
}

.cs-v2-banner-grate-vue-lounge {
  z-index: 100;
  position: relative;
  margin-top: -66px;
  margin-left: -20px;
  max-width: 672px;
}

@media (max-width: 1300px) {
  .cs-v2-banner-grate-vue-lounge {
    width: 500px;
  }

  .site--banner__action {
    padding-top: 30px;
  }

  .site--banner__action.site--banner__action--lounge {
    padding-left: 66px;
  }
}

@media (max-width: 1199.98px) {
  .site--banner__list ul {
    margin-bottom: 35px;
  }

  .site--banner__action {
    padding-top: 15px;
    padding-left: 0;
  }

  .site--banner__list.site--banner__list--lounge ul > li {
    line-height: 200%;
  }
}

@media (max-width: 320px) {
  .site--banner__action {
    padding-top: 15px;
  }
}

.site--banner__btn {
  min-width: 202px;
  text-align: center;
  background: #fff;
  line-height: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #141414;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.site--banner__btn.site--banner__btn--lounge {
  background-color: #101010;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 51px;
  display: inline;
  white-space: nowrap;
}

.site--banner__btn.site--banner__btn--lounge:hover {
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.45);
}

.site--banner__btn--sc-v2-ice-arena {
  font-size: 20px;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
}

#adsBlock .site--banner__btn--sc-v2-ice-arena {
  margin-left: 55px;
}

.site--banner__list--cs-v2 ul {
  padding-left: 85px;
}

.site--banner__btn:hover {
  box-shadow: 0 5px 50px rgba(255, 255, 255, 0.45);
}

.link-text {
  color: #e31324;
}

.scrolling {
  z-index: 11;
}

#afishaSlide {
  z-index: 9;
}

#panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.site--header {
  background-color: #101010;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 777;
}

.site--header__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.site--header__top > .container-fluid {
  max-width: 1920px;
}

@media (min-width: 1920px) {
  .site--header__top > .container-fluid {
    padding: 0 92px;
  }
}

.site--header__impaired {
  line-height: 39px;
}

@media (max-width: 320px) and (max-height: 480px) {
  .site--header__impaired {
    padding-top: 5px;
  }
}

.site--header__impaired--icon {
  display: inline-block;
  width: 36px;
  height: 18px;
  background-image: url(/local/resource/images/btn_version.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.site--header__impaired--text {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 15px;
  color: #828282;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--header__impaired--text:hover {
  color: #ffffff;
}

.site--header__navbar {
  padding: 30px 0 34px;
}

@media (max-width: 1400px) {
  .site--header__navbar {
    padding: 10px 0 10px;
  }

  .site--content {
    padding-top: 106px !important;
  }
}

@media (min-width: 1800px) {
  .site--header__navbar > .container-fluid {
    padding: 0 92px;
  }
}

.site--header__personal--separate {
  width: 1px;
  min-height: 18px;
  background-color: #fff;
  display: block;
  margin: 2px 13px 0;
}

.site--header__personal--link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .site--header__personal--link {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1700px) {
  .site--header__personal--link {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.site--header__personal--link:hover,
.site--header__personal--link.active {
  color: #828282;
}

.site--header__personal--phone {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 1599px) {
  .site--header__personal--phone {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .site--header__personal--phone {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .site--header__personal--phone {
    font-size: 20px;
    justify-content: center;
  }
}

#header-social-mobile {
  text-align: center;
}

@media (max-width: 1199.98px) {
  .site--header__personal--phone {
    /* padding-top: 15px; */
    font-style: normal;
    font-weight: 800;
    /* font-size: 18px; */
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}

@media (max-width: 1920px) {
  .site--header__personal--link,
  .site--header__personal--text {
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
  }

  .site--header__phone {
    padding: 0 !important;
  }
}

@media (max-width: 1700px) {
  .site--header__personal--link,
  .site--header__personal--text {
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.035em;
  }
}

@media (max-width: 1400px) {
  .site--header__personal--link,
  .site--header__personal--text {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.035em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.site--header__personal--text {
  display: inline-block;
}

.site--header__personal--icon {
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(/local/resource/images/icon_lk.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 14px;
}

.site--header__personal--icon_m {
  display: inline-block;
  width: 12.89px;
  height: 14.41px;
  background-image: url(/local/resource/images/m_icon_user.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.site--header__personal--iphone {
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(/local/resource/images/icon_phone.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 14px;
}

.site--header__personal--iphone_m {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/local/resource/images/icon_phone_m.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 14px;
}

.site--header__personal--basket {
  display: inline-block;
  width: 20.75px;
  height: 21.75px;
  background-image: url(/local/resource/images/icon_basket.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.site--header__personal--basket_m {
  display: inline-block;
  width: 17px;
  height: 14px;
  background-image: url(/local/resource/images/m_icon_cart.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.site--header__personal--text_m {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 14px;
}

.site--header__logo {
  min-width: 300px;
  max-width: 303px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .site--header__logo {
    width: 200px;
    min-width: auto;
  }
}

@media (max-width: 1199.98px) {
  .site--header__logo {
    width: 100%;
    min-width: auto;
  }
}

.site--header__logo--link {
  display: inline-block;
  width: 100%;
}

@media (max-width: 1300px) {
  .site--header__logo--link {
    max-width: 200px;
  }
}

@media (max-width: 1199.98px) {
  .site--header__logo--link {
    max-width: none;
    min-width: auto;
  }
}

.site--header__logo--image {
  display: block;
  width: 100%;
}

@media (max-width: 1280px) {
  .site--header__logo--image {
    max-width: 200px;
    min-width: 200px;
  }
}

.site--header__logo--image.mobile {
  max-width: 145px;
  min-width: 145px;
}

@media (max-width: 1199.98px) {
  .site--header__logo--image.mobile {
    max-width: none;
    min-width: auto;
  }
}

.site--header__menu.left .site--header__menu--list {
  text-align: left;
}

.site--header__menu.left .site--header__menu--item {
  text-align: left;
}

.site--header__menu.right .site--header__menu--list {
  text-align: right;
}

.site--header__menu.right .site--header__menu--item {
  text-align: left;
}

.site--header__mobile {
  background-color: #101010;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 991.98px) {
  .site--header__mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .site--header {
    position: static;
  }

  .site--content {
    padding-top: 40px !important;
  }
}

.site--header__mobile .col-0 {
  width: 0;
}

.site--header__mobile--menu__btn {
  cursor: pointer;
  display: inline-block;
  min-height: 12px;
}

.site--header__mobile--menu__btn span {
  display: block;
  width: 24px;
  height: 3.4px;
  background-color: #fff;
  margin-bottom: 2.4px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.site--header__mobile--menu__btn span:last-child {
  margin-bottom: 0;
}

.site--header__mobile--menu__btn.active span {
  position: absolute;
  top: 50%;
  margin-bottom: 0;
  left: 0;
  margin-top: -1.2px;
}

.site--header__mobile--menu__btn.active span:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* Для IE */
  -o-transform: rotate(45deg);
  /* Для Opera */
  -webkit-transform: rotate(45deg);
  /* Для Safari, Chrome, iOS */
  transform: rotate(45deg);
}

.site--header__mobile--menu__btn.active span:nth-child(2n) {
  display: none;
}

.site--header__mobile--menu__btn.active span:last-child {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  /* Для IE */
  -o-transform: rotate(135deg);
  /* Для Opera */
  -webkit-transform: rotate(135deg);
  /* Для Safari, Chrome, iOS */
  transform: rotate(135deg);
}

.site--header__mobile--menu__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #101010;
  height: 100%;
  padding: 0 15px;
  z-index: 10;
}

.site--header__mobile--menu__block .site--header__personal {
  padding: 0;
}

@media (max-width: 320px) and (max-height: 480px) {
  .site--header__mobile--menu__block .site--header__personal {
    padding: 0;
  }
}

.site--header__mobile--menu__block .site--header__lang {
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .site--header__mobile--menu__block
    .site--header__lang
    #header-lang
    .site--header__lang--list {
    justify-content: center;
  }
}

@media (max-width: 320px) and (max-height: 480px) {
  .site--header__mobile--menu__block .site--header__lang {
    display: none;
  }
}

.site--header__mobile--menu__view {
  position: absolute;
  top: calc(100% + 14px);
  left: -15px;
  z-index: 10;
  height: calc(100vh - 40px);
  width: 100vw;
  overflow: hidden;
  display: none;
}

.site--header__mobile--menu__view.show {
  display: block;
}

.site--header__mobile--menu__advanced {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5% 15px;
}

.site--header__mobile--menu__impaired {
  line-height: 1;
  text-align: right;
}

.site--header__mobile--menu__impaired--link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
}

.site--header__mobile--menu__impaired--link:hover {
  border-bottom-color: transparent;
}

.site--content {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-top: 150px;
}

@media (max-width: 991.98px) {
  .site--content {
    padding-top: 0px;
  }
}

@media (max-width: 767.98px) {
  .site--content > .container-fluid {
    padding: 0;
  }
}

.site--content__title {
  border-bottom: 1px solid #e8e8e8;
  padding: 55px 15px 0;
}

.site--content__title--block {
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .site--content__title--block {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
  }
}

@media (max-width: 1199.98px) {
  .site--content__title--block {
    padding: 0 15px 24px;
  }

  .site--content__title {
    padding: 24px 15px 0;
    border-bottom: none;
  }
}

@media (max-width: 320px) and (max-height: 480px) {
  .site--content__title--block {
    padding: 8% 15px 0;
  }
}

.site--content__kroom {
  padding-top: 35px;
}

.site--content__kroom--title {
  padding: 0 51px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 88px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #2b2d35;
}

.site--content__kroom--title:before,
.site--content__kroom--title:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 26px;
  top: 50%;
  margin-top: -2.5px;
  background-color: #e31324;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  /* Для IE */
  -o-transform: skewX(-20deg);
  /* Для Opera */
  -webkit-transform: skewX(-20deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-20deg);
}

.site--content__kroom--title:before {
  left: 0;
}

.site--content__kroom--title:after {
  right: 0;
}

.site--content__kroom > .container-fluid {
  max-width: 1200px;
  padding: 0;
}

@media (max-width: 1300px) {
  .site--content__kroom > .container-fluid {
    max-width: 1130px;
  }
}

@media (max-width: 767.98px) {
  .site--content__kroom > .container-fluid {
    padding: 0 15px;
  }
}

.site--content__kroom--subtitle {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 33px;
  border-bottom: 1px solid #f3f3f3;
}

.site--content__kroom--text {
  font-size: 24px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  color: #2b2d35;
  line-height: 1;
}

.site--content__kroom--big {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #e31324;
}

@media (max-width: 767.98px) {
  .site--content__kroom--big {
    margin: 0 -15px;
  }
}

.site--content__kroom .kroom-1_item--block,
.site--content__kroom .kroom-2_item--block {
  padding-bottom: 22px;
}

@media (max-width: 767.98px) {
  .site--content__kroom .kroom-1_item--block,
  .site--content__kroom .kroom-2_item--block {
    padding-top: 20px;
  }
}

.site--content__kroom .kroom-1_item--content,
.site--content__kroom .kroom-2_item--content {
  padding-bottom: 15px;
}

.site--content__kroom .kroom-1_item--content__title,
.site--content__kroom .kroom-2_item--content__title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  position: relative;
  padding-left: 39px;
}

@media (max-width: 767.98px) {
  .site--content__kroom .kroom-1_item--content__title,
  .site--content__kroom .kroom-2_item--content__title {
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 0 23px;
    text-align: left;
  }
}

.site--content__kroom .kroom-1_item--content__title:before,
.site--content__kroom .kroom-2_item--content__title:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 26px;
  top: 50%;
  margin-top: -2.5px;
  background-color: #e31324;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  /* Для IE */
  -o-transform: skewX(-20deg);
  /* Для Opera */
  -webkit-transform: skewX(-20deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-20deg);
}

@media (max-width: 767.98px) {
  .site--content__kroom .kroom-1_item--content__title:before,
  .site--content__kroom .kroom-2_item--content__title:before {
    height: 3px;
    width: 11px;
    margin-top: 0;
    top: 6px;
  }
}

.site--content__kroom .kroom-1_item--content__title:before,
.site--content__kroom .kroom-2_item--content__title:before {
  left: 0;
}

.site--content__kroom .kroom-1_item--content__text,
.site--content__kroom .kroom-2_item--content__text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  .site--content__kroom .kroom-1_item--content__text,
  .site--content__kroom .kroom-2_item--content__text {
    font-size: 12px;
    line-height: 1.3;
    text-align: justify;
  }
}

.site--content__kroom--btn {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .site--content__kroom--btn {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.site--content__kroom--btn__link {
  display: inline-block;
  position: relative;
  height: 49px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.site--content__kroom--btn__link > span {
  display: inline-block;
  line-height: 49px;
  text-align: center;
}

.site--content__kroom--btn__icon {
  height: 31px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.site--content__kroom--btn__text {
  display: inline-block;
  line-height: 31px;
  vertical-align: middle;
  padding-right: 9px;
  color: #2b2d35;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .site--content__kroom--btn__text {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
  }
}

.site--content__prohibited--icon {
  display: inline-block;
  max-width: 130px;
  width: 100%;
  height: auto;
  padding-right: 30px;
}

@media (max-width: 1199.98px) {
  .site--content__prohibited--icon {
    max-width: 80px;
    padding-right: 15px;
  }
}

@media (max-width: 1199.98px) {
  .site--content__prohibited--text {
    font-size: 14px;
  }
}

.site--content__vip .container-fluid {
  max-width: 1920px;
}

@media (min-width: 1920px) {
  .site--content__vip .container-fluid {
    padding: 0 52px;
  }
}

.site--content__vip--subtitle {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 33px;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767.98px) {
  .site--content__vip--subtitle {
    padding: 20px 0 20px 0;
    text-align: left;
  }
}

.site--content__vip--text {
  font-size: 20px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  color: #2b2d35;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .site--content__vip--text {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
}

.site--content__vip--big {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #e31324;
}

@media (max-width: 767.98px) {
  .site--content__vip--big {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
}

.site--content__vip--view {
  padding-top: 35px;
  padding-bottom: 59px;
}

.site--content__vip--view > .container-fluid {
  max-width: 1230px;
  padding: 0 15px;
}

@media (max-width: 1300px) {
  .site--content__vip--view > .container-fluid {
    max-width: 1130px;
  }
}

.site--content__vip--view__title {
  display: block;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-top: 32px;
}

.site--content__vip--view__title:first-child {
  padding-top: 0;
}

.site--content__vip--view__title.no-bold {
  font-weight: 400;
  text-align: center;
}

.site--content__vip--view__text {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.025em;
}

.site--content__vip--view__text p {
  position: relative;
}

.site--content__vip--view__text p.bold-text {
  font-weight: 700;
}

.site--content__vip--view__text p span {
  color: #e31324;
}

.site--content__vip--info__list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767.98px) {
  .site--content__vip--info__list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.site--content__vip--info__item {
  padding-bottom: 35px;
  text-align: center;
}

.site--content__vip--info__title {
  display: block;
  line-height: 22.5px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-top: 20px;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__vip--info__title {
    font-size: 12px;
    line-height: 1.3;
  }
}

.site--content__vip--info__subtitle {
  display: block;
  line-height: 22.5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-top: 5px;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__vip--info__subtitle {
    font-size: 12px;
    line-height: 1.3;
  }
}

.site--content__vip--personal {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767.98px) {
  .site--content__vip--personal {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.site--content__vip--personal__title {
  display: block;
  line-height: 25px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-bottom: 25px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .site--content__vip--personal__title {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
  }
}

.site--content__vip--personal__item {
  display: block;
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__vip--personal__item {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
}

.site--content__vip--personal__item .icon_phone,
.site--content__vip--personal__item .icon_mail {
  padding-right: 15px;
  color: #e31324;
}

@media (max-width: 767.98px) {
  .site--content__vip--personal__item .icon_phone,
  .site--content__vip--personal__item .icon_mail {
    padding-right: 5px;
  }
}

.site--content__vip--personal__item a {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__vip--personal__item a:hover {
  text-decoration: underline;
}

.site--content__vip--slider {
  margin-bottom: 40px;
}

.site--content__vip--slider__subtitle {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #2b2d35;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__subtitle {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
    text-align: justify;
  }
}

.site--content__vip--slider__subtitle:before {
  display: inline-block;
  content: "";
  position: static;
  height: 6px;
  width: 29px;
  vertical-align: middle;
  background-color: #e31324;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  /* Для IE */
  -o-transform: skewX(-20deg);
  /* Для Opera */
  -webkit-transform: skewX(-20deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-20deg);
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__subtitle:before {
    height: 3px;
    width: 11px;
    margin-top: -3.5px;
    margin-right: 10px;
  }
}

.site--content__vip--slider__title {
  padding: 0 51px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 118px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__title {
    font-size: 14px;
    line-height: 49px;
    padding: 0 0 0 23px;
    text-align: left;
  }
}

.site--content__vip--slider__title:before,
.site--content__vip--slider__title:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 26px;
  top: 50%;
  margin-top: -2.5px;
  background-color: #e31324;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  /* Для IE */
  -o-transform: skewX(-20deg);
  /* Для Opera */
  -webkit-transform: skewX(-20deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-20deg);
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__title:before,
  .site--content__vip--slider__title:after {
    height: 3px;
    width: 11px;
    margin-top: -1.5px;
  }
}

.site--content__vip--slider__title:before {
  left: 0;
}

.site--content__vip--slider__title:after {
  right: 0;
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__title:after {
    content: none;
  }
}

.site--content__vip--slider__wrapper {
  position: relative;
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__item--image {
    width: 100%;
    height: auto;
  }
}

.site--content__vip--slider__btn {
  font-size: 31.77px;
  text-decoration: none;
  color: #e2e2e2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* Для IE */
  -o-transform: translateY(-50%);
  /* Для Opera */
  -webkit-transform: translateY(-50%);
  /* Для Safari, Chrome, iOS */
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__btn {
    top: -49px;
    transform: translateY(50%);
    font-size: 24px;
    color: #011659;
  }
}

.site--content__vip--slider__btn.slider--btn__left {
  left: -61px;
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__btn.slider--btn__left {
    left: auto;
    right: 37px;
  }
}

.site--content__vip--slider__btn.slider--btn__right {
  right: -61px;
}

@media (max-width: 767.98px) {
  .site--content__vip--slider__btn.slider--btn__right {
    right: 0;
  }
}

.site--content__vip--scheme__title {
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 82px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 767.98px) {
  .site--content__vip--scheme__title {
    font-size: 14px;
    line-height: 49px;
    text-align: left;
  }
}

.site--content__vip--scheme__section
  .item-section:last-child
  .site--content__vip--scheme__section--item {
  border-left: 1px solid #2b2d35;
}

@media (max-width: 767.98px) {
  .site--content__vip--scheme__section
    .item-section:last-child
    .site--content__vip--scheme__section--item {
    border-left: none;
  }
}

.site--content__vip--scheme__section--item {
  padding: 0 19px;
}

@media (max-width: 767.98px) {
  .site--content__vip--scheme__section--item {
    padding: 0 5px;
  }
}

.site--content__vip--scheme__section--link {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #cfcfcf;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__vip--scheme__section--link {
    font-size: 14px;
    text-align: left;
    line-height: 49px;
  }
}

.site--content__vip--scheme__section--link:hover,
.site--content__vip--scheme__section--link.active {
  font-weight: 400;
  color: #e31324;
}

.site--content__vip--scheme__location {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .site--content__vip--scheme__location {
    position: relative;
  }
}

.site--content__vip--scheme__legend--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20.77px;
  padding-right: 30px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .site--content__vip--scheme__legend--title {
    font-size: 12.36px;
    text-align: left;
    line-height: 19px;
    padding-left: 5px;
    padding-right: 0;
  }
}

.site--content__vip--scheme__legend--color {
  margin-left: 40px;
  width: 30px;
  height: 29px;
}

@media (max-width: 767.98px) {
  .site--content__vip--scheme__legend--color {
    width: 19px;
    height: 19px;
    margin-left: 5px;
  }
}

.site--content__vip--scheme__legend--color.gold {
  background-color: #f3c313;
}

.site--content__vip--scheme__legend--color.silver {
  background-color: #cfcfcf;
}

.site--content__vip--scheme__legend--color.bronze {
  background-color: #cc7e30;
}

.site--content__vip--scheme__legend--name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20.77px;
  padding-left: 20px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .site--content__vip--scheme__legend--name {
    font-size: 12.36px;
    text-align: left;
    line-height: 19px;
    padding-left: 5px;
  }
}

.site--content__vip--scheme .floor-3 svg > g > g > g {
  cursor: pointer;
}

.site--content__vip--scheme .floor-3 .st0 {
  fill: #cc7f31;
}

.site--content__vip--scheme .floor-3 .st1 {
  fill: none;
  stroke: #c3d5ed;
  stroke-width: 1.0372;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st2 {
  fill: #c3d5ed;
}

.site--content__vip--scheme .floor-3 .st3 {
  fill: #cfcfcf;
}

.site--content__vip--scheme .floor-3 .st4 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.6168;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st5 {
  fill: #f3c314;
}

.site--content__vip--scheme .floor-3 .st6 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.3082;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st7 {
  fill: none;
  stroke: #253984;
  stroke-width: 0.99;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st8 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.2853;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st9 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.0029;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st10 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.3961;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st11 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.978;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st12 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.3332;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st13 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.4609;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st14 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.4479;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st15 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.967;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st16 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.9331;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st17 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.8001;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st18 {
  fill: #304e9c;
  stroke: #ffffff;
  stroke-width: 3.6168;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st19 {
  fill: #4fbfde;
}

.site--content__vip--scheme .floor-3 .st20 {
  fill: #8b8b8b;
}

.site--content__vip--scheme .floor-3 .st21 {
  fill: #ffffff;
}

.site--content__vip--scheme .floor-3 .st22 {
  fill: #cfd0d2;
}

.site--content__vip--scheme .floor-3 .st23 {
  font-family: "Roboto";
  font-weight: 700;
}

.site--content__vip--scheme .floor-3 .st24 {
  font-size: 29.932px;
}

.site--content__vip--scheme .floor-3 .st25 {
  font-size: 19.2647px;
}

.site--content__vip--scheme .floor-3 .st26 {
  font-family: "Roboto";
  font-weight: 700;
}

.site--content__vip--scheme .floor-3 .st27 {
  fill: #dc5799;
}

.site--content__vip--scheme .floor-3 .st28 {
  fill: #4471b6;
}

.site--content__vip--scheme .floor-3 .st29 {
  fill: none;
  stroke: #4471b6;
  stroke-width: 5.1893;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st30 {
  font-size: 17.0992px;
}

.site--content__vip--scheme .floor-3 .st31 {
  font-size: 15.5545px;
}

.site--content__vip--scheme .floor-3 .st32 {
  fill: #253984;
}

.site--content__vip--scheme .floor-3 .st33 {
  font-size: 9.6309px;
}

.site--content__vip--scheme .floor-3 .st34 {
  font-family: "Roboto";
  font-weight: 500;
}

.site--content__vip--scheme .floor-3 .st35 {
  font-size: 7.0144px;
}

.site--content__vip--scheme .floor-3 .st36 {
  font-size: 15.2498px;
}

.site--content__vip--scheme .floor-3 .st37 {
  font-family: "Roboto";
  font-weight: 900;
}

.site--content__vip--scheme .floor-3 .st38 {
  font-size: 35.5345px;
}

.site--content__vip--scheme .floor-3 .st39 {
  clip-path: url(#SVGID_2_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-3 .st40 {
  clip-path: url(#SVGID_2_);
}

.site--content__vip--scheme .floor-3 .st41 {
  clip-path: url(#SVGID_4_);
  fill: #23387e;
}

.site--content__vip--scheme .floor-3 .st42 {
  clip-path: url(#SVGID_4_);
  fill: #ffffff;
}

.site--content__vip--scheme .floor-3 .st43 {
  clip-path: url(#SVGID_4_);
  fill: #e20613;
}

.site--content__vip--scheme .floor-3 .st44 {
  clip-path: url(#SVGID_4_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-3 .st45 {
  clip-path: url(#SVGID_4_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1f275c;
}

.site--content__vip--scheme .floor-3 .st46 {
  clip-path: url(#SVGID_4_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #23387e;
}

.site--content__vip--scheme .floor-3 .st47 {
  clip-path: url(#SVGID_4_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

.site--content__vip--scheme .floor-3 .st48 {
  clip-path: url(#SVGID_4_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #e20613;
}

.site--content__vip--scheme .floor-3 .st49 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.658;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st50 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.753;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st51 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.694;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st52 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.278;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st53 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.832;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st54 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.304;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st55 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.98;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st56 {
  fill: #283887;
}

.site--content__vip--scheme .floor-3 .st57 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.969;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st58 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.353;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st59 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.792;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st60 {
  fill: #2f4e9d;
  stroke: #ffffff;
  stroke-width: 3.6168;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-3 .st61 {
  clip-path: url(#SVGID_6_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-3 .st62 {
  clip-path: url(#SVGID_6_);
}

.site--content__vip--scheme .floor-3 .st63 {
  clip-path: url(#SVGID_8_);
  fill: #23387e;
}

.site--content__vip--scheme .floor-3 .st64 {
  clip-path: url(#SVGID_8_);
  fill: #ffffff;
}

.site--content__vip--scheme .floor-3 .st65 {
  clip-path: url(#SVGID_8_);
  fill: #e20613;
}

.site--content__vip--scheme .floor-3 .st66 {
  clip-path: url(#SVGID_8_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-3 .st67 {
  clip-path: url(#SVGID_8_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1f275c;
}

.site--content__vip--scheme .floor-3 .st68 {
  clip-path: url(#SVGID_8_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #23387e;
}

.site--content__vip--scheme .floor-3 .st69 {
  clip-path: url(#SVGID_8_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

.site--content__vip--scheme .floor-3 .st70 {
  clip-path: url(#SVGID_8_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #e20613;
}

.site--content__vip--scheme .floor-3 .st71 {
  fill: #f9f9f4;
}

.site--content__vip--scheme .floor-4 svg > g > g > g {
  cursor: pointer;
}

.site--content__vip--scheme .floor-4 .st0 {
  fill: #8b8b8b;
}

.site--content__vip--scheme .floor-4 .st1 {
  fill: #cc7f31;
}

.site--content__vip--scheme .floor-4 .st2 {
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st3 {
  font-family: "Roboto";
  font-weight: 700;
}

.site--content__vip--scheme .floor-4 .st4 {
  font-size: 29.9997px;
}

.site--content__vip--scheme .floor-4 .st5 {
  font-size: 19.3083px;
}

.site--content__vip--scheme .floor-4 .st6 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.658;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st7 {
  fill: none;
  stroke: #c3d5ed;
  stroke-width: 1.0372;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st8 {
  fill: #cfcfcf;
}

.site--content__vip--scheme .floor-4 .st9 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.98;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st10 {
  fill: #f3c314;
}

.site--content__vip--scheme .floor-4 .st11 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.969;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st12 {
  fill: #283887;
}

.site--content__vip--scheme .floor-4 .st13 {
  font-size: 30px;
}

.site--content__vip--scheme .floor-4 .st14 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.753;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st15 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.694;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st16 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.278;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st17 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.832;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st18 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.304;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st19 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4.353;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st20 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3.792;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st21 {
  fill: #2f4e9d;
  stroke: #ffffff;
  stroke-width: 3.6168;
  stroke-miterlimit: 10;
}

.site--content__vip--scheme .floor-4 .st22 {
  fill: #cfd0d2;
}

.site--content__vip--scheme .floor-4 .st23 {
  clip-path: url(#SVGID_2_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st24 {
  clip-path: url(#SVGID_4_);
}

.site--content__vip--scheme .floor-4 .st25 {
  clip-path: url(#SVGID_6_);
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st26 {
  clip-path: url(#SVGID_8_);
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st27 {
  clip-path: url(#SVGID_10_);
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st28 {
  clip-path: url(#SVGID_12_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st29 {
  clip-path: url(#SVGID_14_);
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st30 {
  clip-path: url(#SVGID_16_);
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st31 {
  clip-path: url(#SVGID_18_);
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st32 {
  clip-path: url(#SVGID_20_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st33 {
  clip-path: url(#SVGID_22_);
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st34 {
  clip-path: url(#SVGID_24_);
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st35 {
  clip-path: url(#SVGID_26_);
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st36 {
  clip-path: url(#SVGID_28_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st37 {
  clip-path: url(#SVGID_30_);
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st38 {
  clip-path: url(#SVGID_32_);
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st39 {
  clip-path: url(#SVGID_34_);
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st40 {
  clip-path: url(#SVGID_36_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st41 {
  clip-path: url(#SVGID_38_);
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st42 {
  clip-path: url(#SVGID_40_);
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st43 {
  clip-path: url(#SVGID_42_);
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st44 {
  clip-path: url(#SVGID_44_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st45 {
  clip-path: url(#SVGID_46_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st46 {
  clip-path: url(#SVGID_48_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st47 {
  clip-path: url(#SVGID_50_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st48 {
  clip-path: url(#SVGID_52_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st49 {
  clip-path: url(#SVGID_54_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st50 {
  clip-path: url(#SVGID_56_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st51 {
  clip-path: url(#SVGID_58_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st52 {
  clip-path: url(#SVGID_60_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st53 {
  clip-path: url(#SVGID_62_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st54 {
  clip-path: url(#SVGID_64_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st55 {
  clip-path: url(#SVGID_66_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st56 {
  clip-path: url(#SVGID_68_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st57 {
  clip-path: url(#SVGID_70_);
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st58 {
  clip-path: url(#SVGID_72_);
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st59 {
  clip-path: url(#SVGID_74_);
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st60 {
  clip-path: url(#SVGID_76_);
  fill: #1f275c;
}

.site--content__vip--scheme .floor-4 .st61 {
  clip-path: url(#SVGID_78_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #23387e;
}

.site--content__vip--scheme .floor-4 .st62 {
  clip-path: url(#SVGID_80_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
}

.site--content__vip--scheme .floor-4 .st63 {
  clip-path: url(#SVGID_82_);
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #e20613;
}

.site--content__vip--scheme .floor-4 .st64 {
  font-family: "Roboto";
  font-weight: 900;
}

.site--content__vip--scheme .floor-4 .st65 {
  font-size: 35.5345px;
}

.site--content__vip--scheme .floor-4 .st66 {
  font-size: 34.0938px;
}

.site--content__vip--scheme .floor-4 .st67 {
  font-size: 18.3227px;
}

.site--content__vip--scheme .floor-4 .st68 {
  fill: #17809d;
}

.site--content__vip--btn {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .site--content__vip--btn {
    margin-top: 15px;
  }
}

.site--content__vip--btn__link {
  display: inline-block;
  position: relative;
  height: 49px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  min-width: 308px;
}

@media (max-width: 767.98px) {
  .site--content__vip--btn__link {
    min-width: 230px;
    height: 39px;
  }
}

.site--content__vip--btn__link > span {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* Для IE */
  -o-transform: translateY(-50%);
  /* Для Opera */
  -webkit-transform: translateY(-50%);
  /* Для Safari, Chrome, iOS */
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  line-height: 49px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .site--content__vip--btn__link > span {
    line-height: 39px;
  }
}

.site--content__vip--btn__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  /* Для IE */
  -o-transform: skewX(-30deg);
  /* Для Opera */
  -webkit-transform: skewX(-30deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-30deg);
  border: 1px solid #e31324;
}

@media (max-width: 767.98px) {
  .site--content__vip--btn__link:before {
    height: 41px;
  }
}

.site--content__vip--btn__icon {
  height: 31px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .site--content__vip--btn__icon {
    height: 23px;
  }
}

.site--content__vip--btn__text {
  display: inline-block;
  line-height: 31px;
  vertical-align: middle;
  padding-right: 9px;
  color: #2b2d35;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .site--content__vip--btn__text {
    font-size: 12px;
  }
}

.site--content__vip--hover {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* Для IE */
  -o-transform: translateY(-50%);
  /* Для Opera */
  -webkit-transform: translateY(-50%);
  /* Для Safari, Chrome, iOS */
  transform: translateY(-50%);
  background-color: #5f5f5f;
  width: 500px;
  height: 394px;
}

@media (max-width: 767.98px) {
  .site--content__vip--hover {
    top: 100%;
    z-index: 100;
    width: 100%;
    height: auto;
    min-height: 228px;
  }
}

.site--content__vip--hover.left {
  left: 0;
}

.site--content__vip--hover.right {
  right: 0;
}

.site--content__vip--hover__image {
  display: block;
  width: 500px;
  height: 394px;
}

@media (max-width: 767.98px) {
  .site--content__vip--hover__image {
    width: 100%;
    height: auto;
  }
}

.site--content__vip--hover__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 13px 10px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .site--content__vip--hover__content {
    padding: 18px 10px;
  }
}

.site--content__vip--hover__content--title {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20.22px;
  color: #2b2d35;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__vip--hover__content--title {
    font-size: 12px;
  }
}

.site--content__vip--hover__content--title span {
  font-weight: 300;
}

.site--content__vip--hover__content--status {
  padding-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20.22px;
  line-height: 1;
  color: #2b2d35;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__vip--hover__content--status {
    font-size: 12px;
    padding-top: 10px;
  }
}

.site--content__vip--hover__content--status span {
  font-weight: 700;
  color: #2f4e9c;
}

.site--content__vip--hover__content--comment {
  padding-top: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #2b2d35;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__vip--hover__content--comment {
    font-size: 12px;
    padding-top: 10px;
  }
}

.site--content__vip--hover__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.site--content__icerent--subtitle {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 33px;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767.98px) {
  .site--content__icerent--subtitle {
    padding: 20px 0 20px 0;
    text-align: left;
  }
}

.site--content__icerent--text {
  font-size: 20px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  color: #2b2d35;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .site--content__icerent--text {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
}

.site--content__icerent--big {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #e31324;
}

@media (max-width: 767.98px) {
  .site--content__icerent--big {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
}

.site--content__icerent--view {
  padding-bottom: 59px;
}

.site--content__icerent--view > .container-fluid {
  max-width: 1230px;
  padding: 0 15px;
}

@media (max-width: 1300px) {
  .site--content__icerent--view > .container-fluid {
    max-width: 1130px;
  }
}

.site--content__icerent--view__title {
  display: block;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-top: 32px;
}

.site--content__icerent--view__title:first-child {
  padding-top: 0;
}

.site--content__icerent--view__title.no-bold {
  font-weight: 400;
  text-align: center;
}

.site--content__icerent--view__text {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.025em;
}

.site--content__icerent--view__text p {
  position: relative;
}

.site--content__icerent--view__text p.bold-text {
  font-weight: 700;
}

.site--content__icerent--view__text p span {
  color: #e31324;
}

.site--content__icerent--info__list {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767.98px) {
  .site--content__icerent--info__list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.site--content__icerent--info__item {
  padding-bottom: 35px;
}

@media (max-width: 767.98px) {
  .site--content__icerent--info__icon {
    display: block;
    width: 100%;
    height: auto;
  }
}

.site--content__icerent--info__title {
  display: block;
  line-height: 22.5px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-top: 20px;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__icerent--info__title {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
    margin-left: -15px;
  }
}

.site--content__icerent--service__title {
  display: block;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-bottom: 25px;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__icerent--service__title {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
  }
}

.site--content__icerent--service__text {
  margin: 0;
  display: block;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  letter-spacing: 0.025em;
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  .site--content__icerent--service__text {
    font-size: 12px;
    line-height: 1.3;
  }
}

.site--content__icerent--service__text a {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__icerent--service__text a:hover {
  text-decoration: underline;
}

.site--content__icerent--service__text.nopad {
  padding-bottom: 0;
}

.site--content__icerent--service__text .icon_phone,
.site--content__icerent--service__text .icon_mail {
  color: #e31324;
}

.site--content__icerent--service__stick--title {
  display: block;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__icerent--service__stick--title {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    padding-top: 20px;
    text-transform: uppercase;
  }
}

.site--content__icerent--service__stick--text {
  display: block;
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  letter-spacing: 0.025em;
  padding-top: 35px;
}

.site--content__icerent--service__stick--text a {
  text-decoration: none;
  color: #e31324;
  font-style: italic;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__icerent--service__stick--text a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .site--content__icerent--service__stick--text {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    padding: 15px 0 0;
  }
}

.site--content__icerent--service__stick--text.nopad {
  padding-bottom: 0;
}

.site--content__icerent--service__stick--text .icon_phone,
.site--content__icerent--service__stick--text .icon_mail {
  color: #e31324;
}

.site--content__videos {
  display: block;
  width: 100%;
  height: auto;
}

.site--content__images {
  display: block;
  width: 100%;
  height: auto;
}

.site--content__mediacontacts--subtitle {
  padding-top: 35px;
  padding-bottom: 30px;
  margin-bottom: 33px;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--subtitle {
    font-size: 12px;
    line-height: 1.3;
    padding: 25px 0;
    text-align: left;
    margin-bottom: 25px;
  }
}

.site--content__mediacontacts--text {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #2b2d35;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--text {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
    text-align: justify;
  }
}

.site--content__mediacontacts--text a {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__mediacontacts--text a:hover {
  text-decoration: underline;
}

.site--content__mediacontacts--big {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #e31324;
}

.site--content__mediacontacts--view {
  padding-bottom: 59px;
}

.site--content__mediacontacts--view > .container-fluid {
  max-width: 1230px;
  padding: 0 15px;
}

@media (max-width: 1300px) {
  .site--content__mediacontacts--view > .container-fluid {
    max-width: 1130px;
  }
}

.site--content__mediacontacts--view__title {
  display: block;
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-top: 16px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--view__title {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
    text-align: justify;
  }
}

.site--content__mediacontacts--view__text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.025em;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--view__text {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
    text-align: justify;
  }
}

.site--content__mediacontacts--view__text p {
  position: relative;
}

.site--content__mediacontacts--view__text p.normTitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 22.5px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--view__text p.normTitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
  }
}

.site--content__mediacontacts--view__text p.upper {
  padding-top: 35px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--view__text p.upper {
    padding-top: 0;
  }
}

.site--content__mediacontacts--view__text p.m-mar {
  margin: 24px 0 0;
}

.site--content__mediacontacts--view__text p.red-touch {
  padding-left: 19px;
  font-weight: 700;
}

.site--content__mediacontacts--view__text p.red-touch:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 6px;
  top: 8px;
  background-color: #e31324;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  /* Для IE */
  -o-transform: skewX(-20deg);
  /* Для Opera */
  -webkit-transform: skewX(-20deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-20deg);
}

.site--content__mediacontacts--view__text p.red-touch:before {
  left: 0;
}

.site--content__mediacontacts--view__text p.big-line {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 34px;
}

.site--content__mediacontacts--view__text p.big-line > span {
  font-weight: 700;
}

.site--content__mediacontacts--view__text p.big-line:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 26px;
  top: 12px;
  background-color: #e31324;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  /* Для IE */
  -o-transform: skewX(-20deg);
  /* Для Opera */
  -webkit-transform: skewX(-20deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-20deg);
}

.site--content__mediacontacts--view__text p.big-line:before {
  left: 0;
}

.site--content__mediacontacts--view__text p .icon_phone,
.site--content__mediacontacts--view__text p .icon_mail {
  color: #e31324;
}

.site--content__mediacontacts--btns {
  padding-bottom: 30px;
  text-align: center;
}

.site--content__mediacontacts--btn {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--btn {
    margin-top: 15px;
  }
}

.site--content__mediacontacts--btn__link {
  display: inline-block;
  position: relative;
  height: 49px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  min-width: 340px;
  margin: 0 -5px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--btn__link {
    min-width: 230px;
    height: 39px;
  }
}

.site--content__mediacontacts--btn__link > span {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* Для IE */
  -o-transform: translateY(-50%);
  /* Для Opera */
  -webkit-transform: translateY(-50%);
  /* Для Safari, Chrome, iOS */
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  line-height: 49px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--btn__link > span {
    line-height: 39px;
  }
}

.site--content__mediacontacts--btn__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  /* Для IE */
  -o-transform: skewX(-30deg);
  /* Для Opera */
  -webkit-transform: skewX(-30deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-30deg);
  border: 1px solid #e31324;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--btn__link:before {
    height: 41px;
  }
}

.site--content__mediacontacts--btn__icon {
  height: 31px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--btn__icon {
    height: 23px;
  }
}

.site--content__mediacontacts--btn__text {
  display: inline-block;
  line-height: 31px;
  vertical-align: middle;
  padding-right: 9px;
  color: #2b2d35;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .site--content__mediacontacts--btn__text {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .site--content__phones--view {
    padding-top: 23px;
    padding-bottom: 56px;
  }
}

.site--content__phones--view > .container-fluid {
  max-width: 1230px;
  padding: 0 15px;
}

@media (max-width: 1300px) {
  .site--content__phones--view > .container-fluid {
    max-width: 1130px;
  }
}

.site--content__phones--view__big {
  padding-top: 35px;
  padding-bottom: 33px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 767.98px) {
  .site--content__phones--view__big {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 25px;
  }

  .site--content__phones--view__big .pad-top {
    padding-top: 33px;
  }
}

.site--content__phones--view__big .phones--icon {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .site--content__phones--view__big .phones--icon {
    max-width: 54px;
  }
}

.site--content__phones--view__big .phones--title {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__phones--view__big .phones--title {
    font-size: 12px;
    padding-bottom: 0;
    margin-left: -15px;
  }
}

.site--content__phones--view__big .phones--text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 31px;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__phones--view__big .phones--text {
    font-size: 12px;
    margin-left: -15px;
    line-height: normal;
  }

  .site--content__phones--view__big .phones--text.sub {
    padding-bottom: 10px;
  }

  .site--content__phones--view__big .phones--text.time {
    width: 95%;
  }
}

.site--content__phones--view__big .phones--text a {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__phones--view__big .phones--text a:hover {
  text-decoration: underline;
}

.phones--text a {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.phones--text a:hover {
  text-decoration: underline;
}

.site--content__phones--view__list .phones--item {
  padding-bottom: 40px;
}

.site--content__phones--view__list .phones--title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.025em;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .site--content__phones--view__list .phones--title {
    font-size: 12px;
    padding-left: 23px;
    margin-bottom: 10px;
  }
}

.site--content__phones--view__list .phones--text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 28px;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__phones--view__list .phones--text {
    font-size: 12px;
    padding-left: 23px;
    line-height: 1.4;
  }
}

.site--content__phones--view__list .phones--text i {
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  width: 16.39px;
  height: 16px;
  background: #000000;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.site--content__phones--view__list .phones--text span {
  vertical-align: middle;
}

.site--content__phones--view__list .phones--text a {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__phones--view__list .phones--text a:hover {
  text-decoration: underline;
}

.site--content__phones--list .arena_item--block {
  padding-bottom: 22px;
}

.site--content__phones--list .arena_item--icons__item {
  padding-top: 47px;
}

.site--content__phones--list .arena_item--icon__content--title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #2b2d35;
  line-height: 50px;
}

.site--content__phones--list .arena_item--icon__content--text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2b2d35;
  line-height: 29px;
  letter-spacing: 0.025em;
}

.site--content__phones--list .arena_item--icon__content--text.touch {
  position: relative;
}

.site--content__phones--list .arena_item--icon__content--text.touch:before {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  content: "\2022";
  padding-right: 6px;
}

.site--content__phones--list .arena_item--icon__content--text.subtitle {
  font-weight: 400;
  padding-top: 10px;
}

.site--content__phones--list
  .arena_item--icon__content--text.subtitle:nth-child(2) {
  padding-top: 0;
}

.site--content__phones--list .arena_item--icon__img {
  padding-right: 32px;
}

.site--content__phones--list .arena_item--icon__img img {
  min-width: 64px;
  max-width: 64px;
  height: auto;
}

.site--content__arena {
  padding-top: 35px;
}

.site--content__arena > .container-fluid {
  max-width: 1070px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .site--content__arena > .container-fluid {
    padding: 0 15px;
  }
}

.site--content__arena--subtitle {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 33px;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767.98px) {
  .site--content__arena--subtitle {
    padding: 20px 0 20px 0;
    text-align: left;
    margin-bottom: 0;
  }
}

.site--content__arena--text {
  font-size: 20px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  color: #2b2d35;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .site--content__arena--text {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
}

.site--content__arena--big {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #e31324;
}

@media (max-width: 767.98px) {
  .site--content__arena--big {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
}

.site--content__arena--list .arena_item--icons__item {
  padding-bottom: 47px;
}

@media (max-width: 767.98px) {
  .site--content__arena--list .arena_item--icons__item {
    padding-bottom: 20px;
  }
}

.site--content__arena--list .arena_item--icon__content--title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2b2d35;
  line-height: 50px;
}

@media (max-width: 767.98px) {
  .site--content__arena--list .arena_item--icon__content--title {
    font-size: 12px;
    line-height: 1.3;
    padding-top: 30px;
  }
}

.site--content__arena--list .arena_item--icon__content--text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2b2d35;
  line-height: 1.4;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__arena--list .arena_item--icon__content--text {
    font-size: 12px;
    line-height: 1.3;
  }
}

.site--content__arena--list .arena_item--icon__content--text.touch {
  position: relative;
}

.site--content__arena--list .arena_item--icon__content--text.touch:before {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  content: "\2022";
  padding-right: 6px;
}

@media (max-width: 767.98px) {
  .site--content__arena--list .arena_item--icon__content--text.touch:before {
    font-size: 12px;
    line-height: 1.3;
  }
}

.site--content__arena--list .arena_item--icon__content--text.subtitle {
  font-weight: 700;
  padding-top: 10px;
}

.site--content__arena--list
  .arena_item--icon__content--text.subtitle:nth-child(2) {
  padding-top: 0;
}

.site--content__arena--list .arena_item--icon__img {
  padding-right: 32px;
}

.site--content__arena--list .arena_item--icon__img img {
  min-width: 40px;
  max-width: 40px;
  height: auto;
}

.site--content__arena .arena--slider__wrapper {
  position: relative;
}

.site--content__arena .arena--slider__wrapper:hover .arena--title {
  opacity: 1;
}

.site--content__arena .arena--slide {
  position: relative;
}

.site--content__arena .arena--slide__image {
  width: 100%;
  height: auto;
}

.site--content__arena .arena--slide__popup {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__arena .arena--slide__popup--icon {
  position: absolute;
  top: 50%;
  margin-top: -35.5px;
  left: 50%;
  margin-left: -35.25px;
  font-size: 70.05px;
  color: #ffffff;
}

.site--content__arena .arena--slide__popup:hover {
  opacity: 1;
}

.site--content__arena .arena--title {
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.site--content__arena .arena--title__text {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 37px;
  padding: 16px 31px 17px;
  display: inline-block;
  margin-top: 0;
  position: relative;
  color: #ffffff;
  background-image: url(/local/templates/icearenamsk/assets/images/bg_title_slider.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .site--content__arena .arena--title__text {
    font-size: 12px;
    line-height: 1.3;
    width: 95%;
    padding: 6px 31px 6px 12px;
    margin-top: -12px;
  }
}

.site--content__arena .arena--title__text--name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  .site--content__arena .arena--title__text--name {
    font-size: 12px;
    line-height: 1.3;
    padding-bottom: 5px;
  }
}

.site--content__arena .arena--title__text--content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767.98px) {
  .site--content__arena .arena--title__text--content {
    font-size: 12px;
    line-height: 1.3;
  }
}

.site--content__arena .arena--title__btn {
  display: inline-block;
  text-align: right;
  width: 20%;
  position: relative;
  z-index: 100;
  padding-right: 2px;
}

@media (max-width: 767.98px) {
  .site--content__arena .arena--title__btn {
    width: 25%;
  }
}

.site--content__arena .arena--btn__left,
.site--content__arena .arena--btn__right {
  font-size: 23px;
  color: #001f5b;
  text-decoration: none;
  line-height: 46px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .site--content__arena .arena--btn__left,
  .site--content__arena .arena--btn__right {
    font-size: 24px;
    padding-right: 5px;
    line-height: 1.3;
  }
}

.site--content__arena .arena--btn__left:hover,
.site--content__arena .arena--btn__right:hover {
  color: #007bff;
}

.site--content__arena .arena--btn__left {
  padding-right: 7px;
}

@media (max-width: 767.98px) {
  .site--content__arena .arena--btn__left {
    padding-right: 5px;
  }
}

.site--content__arena--btn {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
}

.site--content__arena--btn__link {
  display: inline-block;
  position: relative;
  height: 49px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  min-width: 308px;
}

@media (max-width: 767.98px) {
  .site--content__arena--btn__link {
    min-width: 230px;
    height: 39px;
  }
}

.site--content__arena--btn__link > span {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* Для IE */
  -o-transform: translateY(-50%);
  /* Для Opera */
  -webkit-transform: translateY(-50%);
  /* Для Safari, Chrome, iOS */
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  line-height: 49px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .site--content__arena--btn__link > span {
    line-height: 39px;
  }
}

.site--content__arena--btn__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  /* Для IE */
  -o-transform: skewX(-30deg);
  /* Для Opera */
  -webkit-transform: skewX(-30deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-30deg);
  border: 1px solid #e31324;
}

@media (max-width: 767.98px) {
  .site--content__arena--btn__link:before {
    height: 41px;
  }
}

.site--content__arena--btn__icon {
  height: 31px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .site--content__arena--btn__icon {
    height: 23px;
  }
}

.site--content__arena--btn__text {
  display: inline-block;
  line-height: 31px;
  vertical-align: middle;
  padding-right: 9px;
  color: #2b2d35;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .site--content__arena--btn__text {
    font-size: 12px;
  }
}

.site--content__history > .container-fluid {
  max-width: 1920px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .site--content__history > .container-fluid {
    padding: 0 15px;
  }
}

.site--content__history--content {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .site--content__history--content {
    overflow: visible;
  }
}

.site--content__history--block {
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #2b2d35;
  line-height: 25px;
  text-align: justify;
}

@media (max-width: 1500px) {
  .site--content__history--block {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 1400px) {
  .site--content__history--block {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (max-width: 1300px) {
  .site--content__history--block {
    font-size: 16px;
    line-height: 1.2;
  }
}

.site--content__history--block > .container-fluid {
  max-width: 1230px;
}

.site--content__history--block__image > .container-fluid {
  max-width: 1920px;
  padding: 44px 0 0 0;
}

@media (max-width: 767.98px) {
  .site--content__history--block__image > .container-fluid {
    padding-top: 15px;
  }
}

.site--content__history--block__image.short-width > .container-fluid {
  max-width: 1230px;
  padding: 25px 15px 0;
}

.site--content__history--block__image .image-block {
  display: block;
  width: 100%;
  max-height: 389px;
}

.site--content__history--block__text {
  padding-top: 40px;
  letter-spacing: 0.025em;
}

@media (max-width: 767.98px) {
  .site--content__history--block__text {
    padding-top: 0;
  }
}

.site--content__history--block__text.no-letters {
  letter-spacing: 0;
}

.site--content__history--block__text.no-letters p:first-child {
  margin-top: 0;
}

.site--content__history--block__text > .container-fluid {
  max-width: 1200px;
  padding: 0;
}

.site--content__history--block__text .left {
  padding-right: 16.5px;
}

@media (max-width: 1200px) {
  .site--content__history--block__text .left {
    padding-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__text .left {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
}

.site--content__history--block__text .right {
  padding-left: 16.5px;
}

@media (max-width: 1200px) {
  .site--content__history--block__text .right {
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__text .right {
    font-size: 12px;
    line-height: 1.3;
    padding: 0;
  }
}

.site--content__history--block__gibrid {
  max-width: 1552px;
}

.site--content__history--block__gibrid .content-trangle {
  background-color: #e31324;
  line-height: 30px;
  padding: 10px 55px 10px 55px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  max-width: 643px;
  width: 100%;
  -webkit-clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

@media (max-width: 1500px) {
  .site--content__history--block__gibrid .content-trangle {
    max-width: none;
    padding: 10px 70px 10px 64px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__gibrid .content-trangle {
    padding: 10px 25px 10px 15px;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    margin: -16px -15px 0;
    width: calc(100% + 30px);
    -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  }
}

.site--content__history--block__gibrid p {
  max-width: 1552px;
}

@media (max-width: 1500px) {
  .site--content__history--block__gibrid p {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__gibrid p {
    font-size: 12px;
    line-height: 1.3;
  }
}

.site--content__history--block__gibrid.left {
  margin: 0 auto 0 0;
}

.site--content__history--block__gibrid.left p {
  margin-left: 0;
  margin-right: 31.5px;
  letter-spacing: 0.01em;
}

@media (max-width: 767.98px) {
  .site--content__history--block__gibrid.left p {
    margin-right: 0;
  }
}

.site--content__history--block__gibrid.left p:first-child {
  margin-top: 0;
}

.site--content__history--block__gibrid.right {
  margin: 0 0 0 auto;
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  .site--content__history--block__gibrid.right {
    padding-top: 0;
  }
}

.site--content__history--block__gibrid.right p {
  margin-left: 31.5px;
  margin-right: 0;
  letter-spacing: 0.025em;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .site--content__history--block__gibrid.right p {
    margin-left: 0;
  }
}

.site--content__history--block__gibrid .sphere-left {
  display: block;
  width: 100%;
  height: auto;
}

.site--content__history--block__gibrid .sphere-right {
  display: block;
  width: 100%;
  height: auto;
}

.site--content__history--block__gibrid .mobile-image {
  padding-top: 15px;
  width: calc(100% + 30px);
  height: auto;
  margin: 0 -15px 0;
}

.site--content__history--block__gibrid .topm-minus {
  margin: 0 -15px -20px;
}

.site--content__history--block__gibrid .pad-bottom {
  padding-bottom: 20px;
}

.site--content__history--block__champion {
  padding: 61px 0 45px;
  background-size: cover;
  margin: 44px 0 32px;
  background-image: url("/local/templates/icearenamsk/assets/images/history/6.jpg");
}

@media (max-width: 1200px) {
  .site--content__history--block__champion {
    background-position: top center;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__champion {
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    margin: 20px -15px 5px;
    padding: 15px 0 270px;
    background-image: url("/local/templates/icearenamsk/assets/images/history/6_mobile.jpg");
  }
}

.site--content__history--block__champion .left {
  padding-right: 16.5px;
}

@media (max-width: 767.98px) {
  .site--content__history--block__champion .left {
    padding-right: 0;
  }
}

.site--content__history--block__champion .right {
  padding-left: 16.5px;
}

@media (max-width: 767.98px) {
  .site--content__history--block__champion .right {
    padding-left: 0;
  }
}

.site--content__history--block__champion.arena-bg {
  padding-top: 340px;
  padding-bottom: 70px;
  margin-bottom: 0;
  background-image: url("/local/templates/icearenamsk/assets/images/history/15.jpg");
}

@media (max-width: 767.98px) {
  .site--content__history--block__champion.arena-bg {
    padding-top: 235px;
    padding-bottom: 25px;
    background-image: url("/local/templates/icearenamsk/assets/images/history/15_mobile.jpg");
  }
}

.site--content__history--block__champion .title-block {
  padding: 0 51px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .site--content__history--block__champion .title-block {
    font-size: 13px;
    line-height: 22.5px;
    padding: 0 0 0 23px;
    text-align: left;
    margin-bottom: 0;
  }
}

.site--content__history--block__champion .title-block:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 26px;
  top: 50%;
  margin-top: -2.5px;
  background-color: #e31324;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  /* Для IE */
  -o-transform: skewX(-20deg);
  /* Для Opera */
  -webkit-transform: skewX(-20deg);
  /* Для Safari, Chrome, iOS */
  transform: skewX(-20deg);
  left: 0;
}

@media (max-width: 767.98px) {
  .site--content__history--block__champion .title-block:before {
    height: 3px;
    width: 11px;
    margin-top: -1.5px;
  }
}

.site--content__history--block__champion p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
  text-align: justify;
  letter-spacing: 0.025em;
}

@media (max-width: 1200px) {
  .site--content__history--block__champion p {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__champion p {
    font-size: 12px;
    line-height: 1.3;
  }
}

.site--content__history--block__eventslist {
  letter-spacing: 0.025em;
}

.site--content__history--block__eventslist > .container-fluid {
  max-width: 1230px;
  padding: 0 15px;
}

@media (max-width: 767.98px) {
  .site--content__history--block__eventslist > .container-fluid {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__eventslist .event-image {
    margin: 15px -15px 0;
    width: calc(100% + 30px);
    height: auto;
  }
}

.site--content__history--block__eventslist p {
  text-align: left;
}

@media (max-width: 767.98px) {
  .site--content__history--block__eventslist p {
    font-size: 12px;
    line-height: 1.3;
    text-align: justify;
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .site--content__history--block__eventslist p {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__texticon {
    margin: 15px -15px 25px;
  }
}

.site--content__history--block__texticon .wrapper-block {
  background-color: #f3f3f3;
  padding: 31px;
}

@media (max-width: 767.98px) {
  .site--content__history--block__texticon .wrapper-block {
    padding: 28px 15px;
  }
}

.site--content__history--block__texticon > .container-fluid {
  max-width: 1200px;
  padding: 0;
  color: #d5d5d5;
}

.site--content__history--block__texticon span {
  font-size: 60px;
  line-height: 75px;
}

.site--content__history--block__texticon p {
  text-align: left;
  color: #2b2d35;
  margin: 0;
  font-weight: bold;
  font-style: italic;
  padding-left: 30px;
  font-size: 19px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .site--content__history--block__texticon p {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 0;
  }
}

.site--content__history--block__imageontext {
  min-height: 355px;
  max-width: 1552px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext {
    min-height: auto;
  }
}

.site--content__history--block__imageontext.right {
  margin-top: 46px;
  margin-right: 0;
  margin-left: auto;
  background-position: right center;
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext.right {
    margin: 0 -15px 10px;
  }
}

.site--content__history--block__imageontext.left {
  margin-top: -18px;
  margin-left: 0;
  margin-right: auto;
  background-position: left center;
}

@media (max-width: 1500px) {
  .site--content__history--block__imageontext.left {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext.left {
    margin: 0 -15px 10px;
  }
}

.site--content__history--block__imageontext .texton-image {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* Для IE */
  -o-transform: translateY(-50%);
  /* Для Opera */
  -webkit-transform: translateY(-50%);
  /* Для Safari, Chrome, iOS */
  transform: translateY(-50%);
  max-width: 859px;
  padding: 65px;
  color: #ffffff;
  letter-spacing: 0.025em;
  font-weight: bold;
  font-style: italic;
  line-height: 25px;
  text-align: justify;
}

@media (max-width: 1400px) {
  .site--content__history--block__imageontext .texton-image {
    max-width: 50%;
  }
}

@media (max-width: 1300px) {
  .site--content__history--block__imageontext .texton-image {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext .texton-image {
    padding: 17px 15px;
    line-height: 18px;
    font-size: 12px;
  }
}

.site--content__history--block__imageontext .texton-image.blue-block {
  left: 0;
  padding-right: 72px;
  background-color: #202f5c;
  clip-path: polygon(0px 0px, 100% 0%, 84.3% 100.4%, 0% 100%);
  -webkit-clip-path: polygon(0px 0px, 100% 0%, 84.3% 100.4%, 0% 100%);
}

@media (max-width: 1400px) {
  .site--content__history--block__imageontext .texton-image.blue-block {
    clip-path: polygon(0px 0px, 100% 0%, 80.3% 100.4%, 0% 100%);
    -webkit-clip-path: polygon(0px 0px, 100% 0%, 80.3% 100.4%, 0% 100%);
  }
}

@media (max-width: 1300px) {
  .site--content__history--block__imageontext .texton-image.blue-block {
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext .texton-image.blue-block {
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    max-width: 236px;
    min-height: 232px;
  }
}

.site--content__history--block__imageontext .texton-image.blue-block p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext .texton-image.blue-block p {
    text-align: left;
  }
}

.site--content__history--block__imageontext .texton-image.blue-block .sphered {
  display: block;
  min-height: 132px;
  height: 100%;
  width: 117px;
  background-color: #202f5c;
  float: right;
  shape-outside: polygon(
    91.45% -48.5%,
    158.95% -47.75%,
    45.3% 149.25%,
    -22.2% 149.25%
  );
  -webkit-clip-path: polygon(
    91.45% -48.5%,
    158.95% -47.75%,
    45.3% 149.25%,
    -22.2% 149.25%
  );
  clip-path: polygon(
    91.45% -48.5%,
    158.95% -47.75%,
    45.3% 149.25%,
    -22.2% 149.25%
  );
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext
    .texton-image.blue-block
    .sphered {
    min-height: 232px;
    width: 80px;
    shape-outside: polygon(
      91.45% -48.5%,
      158.95% -47.75%,
      45.3% 149.25%,
      -22.2% 149.25%
    );
    -webkit-clip-path: polygon(75% 0%, 100% 0%, 100% 100%, -15% 100%);
    clip-path: polygon(75% 0%, 100% 0%, 100% 100%, -15% 100%);
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext .texton-image.blue-block {
    padding-right: 30px;
    width: calc(100% - 15px);
    left: 0;
    shape-outside: polygon(0 0, 100% 0, 51% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 51% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 51% 100%, 0 100%);
  }
}

.site--content__history--block__imageontext .texton-image.red-block {
  right: 0;
  padding-left: 72px;
  background-color: #e31324;
  -webkit-clip-path: polygon(15.25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(15.25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1400px) {
  .site--content__history--block__imageontext .texton-image.red-block {
    -webkit-clip-path: polygon(21.25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(21.25% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 1200px) {
  .site--content__history--block__imageontext .texton-image.red-block {
    -webkit-clip-path: polygon(28.25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(28.25% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext .texton-image.red-block {
    right: 0;
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 51% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 100%);
  }
}

.site--content__history--block__imageontext .texton-image.red-block .sphered {
  display: block;
  min-height: 132px;
  height: 100%;
  width: 80px;
  background-color: #e31324;
  float: left;
  shape-outside: polygon(
    71.25% -47.75%,
    142.5% -47.75%,
    -20% 149.25%,
    -88.75% 149.25%
  );
  -webkit-clip-path: polygon(
    71.25% -47.75%,
    142.5% -47.75%,
    -20% 149.25%,
    -88.75% 149.25%
  );
  clip-path: polygon(
    71.25% -47.75%,
    142.5% -47.75%,
    -20% 149.25%,
    -88.75% 149.25%
  );
}

@media (max-width: 767.98px) {
  .site--content__history--block__imageontext .texton-image.red-block .sphered {
    width: calc(100% - 15px);
    padding-left: 30px;
    min-height: 232px;
    shape-outside: polygon(0% 0%, 100% 0%, 15% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 15% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 15% 100%, 0% 100%);
  }
}

.site--content__history--block__imageontext .mobile-image {
  width: 100%;
  height: auto;
  margin-bottom: -20px;
}

.site--content__history--block__imageontext .blue {
  margin: 0;
}

.site--content__history--block__imageontext .blue .content-trangle {
  background-color: #202f5c;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  display: inline-block;
  max-width: 643px;
  width: 100%;
  padding: 10px 15px;
  line-height: 18px;
  font-size: 12px;
  text-align: justify;
  margin: 0;
}

.site--content__history--block__imageontext .red {
  margin: 0;
}

.site--content__history--block__imageontext .red .content-trangle {
  background-color: #e31324;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  display: inline-block;
  max-width: 643px;
  width: 100%;
  padding: 10px 15px;
  line-height: 18px;
  font-size: 12px;
  text-align: justify;
  margin: 0;
}

.site--content__history--slider {
  overflow: hidden;
}

.site--content__history--slider__wrapper {
  margin: 0 -5px;
}

.site--content__history--wrap {
  position: relative;
  margin: 0 5px;
}

@media (max-width: 1199.98px) {
  .site--content__history--wrap {
    margin: 10px 5px 0;
  }
}

.site--content__history--slide__image {
  width: 100%;
  height: auto;
  display: block;
}

.site--content__history--slide__popup {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__history--slide__popup--icon {
  position: absolute;
  top: 50%;
  margin-top: -35.5px;
  left: 50%;
  margin-left: -35.25px;
  font-size: 70.05px;
  color: #ffffff;
}

.site--content__history--slide__popup:hover {
  opacity: 1;
}

.site--footer {
  background-color: #101010;
}

.site--footer > .container-fluid {
  max-width: 1564px;
  padding: 97px 15px 63px;
}

@media (max-width: 840px) and (orientation: landscape) {
  .site--footer > .container-fluid {
    padding: 3% 15px 4%;
  }
}

@media (max-width: 1199.98px) {
  .site--footer__menu {
    padding: 46px 0;
  }
}

@media (max-width: 840px) and (orientation: landscape) {
  .site--footer__menu {
    padding: 15px 0;
  }
}

@media (max-width: 1199.98px) {
  .site--footer__menu--list > div > div {
    text-align: center;
  }
}

.site--footer__menu--list > div > div a {
  font-weight: 500;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  text-align: left;
  margin-top: 33px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .site--footer__menu--list > div > div a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
  }
}

.site--footer__menu--list > div > div:nth-child(2) a,
.site--footer__menu--list > div > div:first-child a {
  margin-top: 0;
}

.site--footer__phone {
  margin-top: 48px;
}

@media (max-width: 767.98px) {
  .site--footer__phone {
    margin-top: 19px;
  }
}

.site--footer__phone--link {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .site--footer__phone--link {
    font-size: 14px;
    text-align: center;
  }
}

.site--footer__phone--link .icon_phone {
  line-height: 18px;
  color: #007bff;
  display: inline-block;
}

.site--footer__phone--link .text-line {
  line-height: 18px;
  display: inline-block;
}

.site--footer__logo--link {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767.98px) {
  .site--footer__logo--link {
    display: block;
  }
}

.site--footer__logo--image {
  min-width: 300px;
  max-width: 303px;
}

@media (max-width: 767.98px) {
  .site--footer__logo--image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 303px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 840px) and (orientation: landscape) {
  .site--footer__logo--image {
    padding: 0 50px 0;
  }
}

.site--footer__copyright {
  margin-top: 24px;
  width: 100%;
}

.site--footer__copyright--text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 158.47%;
  color: #999999;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .site--footer__copyright--text {
    padding: 22px 65px 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 840px) and (orientation: landscape) {
  .site--footer__copyright--text {
    padding: 10px 65px;
  }
}

.site--footer__requisites {
  font-family: "Montserrat", sans-serif;
  margin-top: 24px;
  font-weight: 500;
  font-size: 13px;
  line-height: 158.47%;
  color: #999999;
  max-width: 80%;
}

@media (max-width: 1199.98px) {
  .site--footer__requisites {
    padding: 0 27px 21px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .site--footer__privacy {
    text-align: center;
  }
}

.site--footer__privacy--link,
.site--footer__privacy2--link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #999999;
  line-height: 158.47%;
  text-align: left;
  text-decoration-line: underline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--footer__privacy--link:hover,
.site--footer__privacy2--link:hover {
  color: #e31324;
}

.site--footer__privacy2--link {
  display: inline-block;
  margin-bottom: 10px;
}

.site--footer__social {
  padding-top: 35px;
}

@media (max-width: 1198px) {
  .site--footer__social {
    padding-bottom: 35px;
  }
}

@media (max-width: 840px) and (orientation: landscape) {
  .site--footer__social {
    padding-top: 15px;
  }
}

.site--footer__social .site--social__list {
  text-align: center;
}

.site--footer__social .site--social__item {
  padding: 0 10px;
}

.site--footer__social .site--social__link {
  width: 24px;
  line-height: 24px;
  font-size: 14px;
}

.site--footer__social .site--social__link:hover {
  background-color: #e31324;
}

.izolda_title {
  color: rgb(227, 19, 36);
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.34;
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.izolda_text1 {
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.34;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

.izolda_text2 {
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.34;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

.izolda_right {
  padding-top: 115px;
}

.izolda_right ul {
}

.izolda_right ul li {
  font-size: 20px;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: 0.085em;
  color: #000;
  display: block;
  margin-bottom: 35px;
}

.izolda_right ul li:last-child {
}

.izolda_right ul li.bg1 {
  background: url(/images/bg1.png) left center no-repeat;
  padding-left: 60px;
}

.izolda_right ul li.bg2 {
  background: url(/images/bg2.png) left center no-repeat;
  padding-left: 60px;
}

.izolda_right ul li.bg3 {
  background: url(/images/bg3.png) left center no-repeat;
  padding-left: 60px;
}

.izolda_right ul li.bg4 {
  background: url(/images/bg4.png) left center no-repeat;
  padding-left: 60px;
}

.izolda_img {
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .izolda_title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
  }

  .izolda_text1,
  .izolda_text2 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .izolda_right {
    padding-top: 60px;
  }

  .izolda_right ul li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 30px;
  }
}

@media (max-width: 980px) {
  .izolda_title {
    text-align: Center;
  }

  .izolda_text1,
  .izolda_text2 {
    text-align: Center;
  }

  .izolda_img {
    max-width: 80%;
  }

  .izolda_left {
    text-align: center;
  }

  .izolda_right {
    padding-top: 20px;
  }

  .izolda_right .site--afisha__btn {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }

  .izolda_right_div {
    width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 990px) {
  .site--content__afisha {
    padding-top: 45px;
  }

  .site--content__afisha--actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site--content__afisha--actions__datas--item {
    padding-left: 0px;
  }

  .site--content__afisha--actions__datas .justify-content-md-end {
    justify-content: flex-start !important;
  }

  .site--content__afisha--actions .col-md-3,
  .site--content__afisha--actions .mob_full {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 10px;
  }

  .site--content__afisha .view {
    right: 10px;
    display: block !important;
  }

  .site--content__afisha .view .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .site--content__afisha--actions__types--item.ferstt {
    padding-left: 0px;
  }

  #dot_top_slider {
    bottom: -35px;
  }

  #top_slider #opportunity_arrow_right {
    bottom: -35px;
  }

  #top_slider #opportunity_arrow_right {
    bottom: -35px;
  }
}

@media (max-width: 980px) {
  .site--content__afisha--events__item--day.list-view {
    width: 175px;
    padding-left: 15px;
  }

  .site--content__afisha--events__item--day.list-view
    .site--content__afisha--events__item--day__text--name {
    font-size: 12px;
  }
}

.site--psubscribe__title {
  color: #ffffff !important;
}

#new_lounge.site--afisha .container-fluid {
  max-width: 90%;
}

#contact_lounge.site--afisha .container-fluid {
  max-width: 90%;
}

#contact_lounge > .container-fluid {
  max-width: 90%;
}

#contact_lounge {
  margin: 120px 0;
}

.vopros_iteam {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e31e24;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.clear {
  clear: both;
}

.top_uzor1 {
  position: absolute;
  top: -164px;
  left: 53px;
  z-index: 77;
  width: 347px;
  height: 137px;
  cursor: initial;
}

.top_uzor1 img {
  cursor: initial;
}

.bot_uzor1 {
  position: absolute;
  bottom: -164px;
  left: 53px;
  z-index: 77;
  width: 347px;
  height: 137px;
  cursor: initial;
}

.bot_uzor1 img {
  cursor: initial;
}

#new_afisha {
  background: #e31e24;
  padding-top: 120px !important;
  padding-bottom: 106px;
}

#new_afisha .site--banner__title {
  text-align: center;
  margin-bottom: 83px;
}

#new_afisha.site--afisha .container-fluid {
  max-width: 90%;
}

#adsBlock--lounge .site--banner__title {
  margin-bottom: 91px;
}

@media (max-width: 1300px) {
  #adsBlock--lounge .site--banner__title {
    margin-bottom: 50px;
  }
}

#new_lounge {
  background: #000;
  padding-top: 120px !important;
  margin-bottom: 120px;
  background: url("/images/new_lounge_bg.png") repeat-x top center;
}

.lounge_desc {
  font-size: 18px;
  line-height: 160%;
  color: #fff;
  padding-right: 87px;
}

#new_lounge .site--banner__title {
  text-align: left;
  padding-top: 18px;
  padding-bottom: 0px;
  font-size: 72px;
  line-height: 86px;
  padding-left: 87px;
}

@media (max-width: 750px) {
  #new_lounge .site--banner__title {
    font-size: 40px;
  }

  .contact_lounge__title {
    font-size: 45px !important;
  }
}

#tur_div {
  border: solid 15px #fff;
  height: 70vh;
  max-height: 800px;
  margin-top: 120px;
  position: relative;
}

#tur_div iframe {
  width: 100%;
  height: 68vh;
  max-height: 780px;
}

@media (max-height: 700px) {
  #tur_div {
    height: 82vh;
    max-height: 800px;
  }

  #tur_div iframe {
    height: 80vh;
    max-height: 780px;
  }
}

#tur_div_title {
  text-align: center;
  background: #fff;
  line-height: 80px;
  height: 80px;
  width: 358px;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;

  letter-spacing: 0.085em;
  text-transform: uppercase;
  color: #141414;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 40px;
  left: 70px;
}

.tur_div_title {
  text-align: center;
  background: #fff;
  line-height: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #141414;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 160px;
  width: auto;
  position: absolute;
  top: 40px;
  left: 70px;
}

.tur_div {
  border: solid 15px #fff;
  height: 780px;
  margin-top: 30px;
  position: relative;
}

.tur_div iframe {
  width: 100%;
  height: 750px;
}

.contact_lounge__title {
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 90px;
}

.contact_lounge__div {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
  background: linear-gradient(230deg, #3d1959 28%, #91124d 100%);
  background-size: cover;
}

.contact_lounge__title1 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact_lounge__title2 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contact_lounge__div a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 230px;
}

.contact_lounge__div a:hover {
  box-shadow: 0 5px 50px rgba(255, 255, 255, 0.45);
}

#lounge_form .site--content__feedback--form__field--input {
  background: #e5e5e5;
  border: none;
  color: #0a2a0b;
  height: 65px;
  line-height: 65px;
  padding-left: 25px;
  padding-top: 12px;
  font-family: "Yanone Kaffeesatz", sans-serif;
}

#lounge_form textarea.site--content__feedback--form__field--input {
  height: 145px;
}

#lounge_form .site--content__feedback--form__btn {
  margin-top: 16px;
}

#lounge_form .site--content__feedback--form__btn .site--page__btn {
  height: 55px;
  line-height: 55px;
  width: 230px;
  text-align: center;
  background: #e31e24;
  color: #fff;
  font-size: 20px;
  margin-top: 0px;
  border: none;
}

#lounge_form .site--content__feedback--form__btn .site--page__btn:hover {
  box-shadow: 0 5px 50px rgba(255, 255, 255, 0.45);
}

#lounge_form .site--content__feedback--form__btn {
  text-align: left;
}

#lounge_form .site--content__feedback--form__field {
  padding-bottom: 13px;
}

#lounge_form .site--content__feedback--form__field.no-pad {
  padding-bottom: 0;
}

@media (max-width: 999px) {
  .lounge_slider #dot_top_slider {
    bottom: 21px;
    left: 30px !important;
  }

  .lounge_slider #top_slider #opportunity_arrow_left {
    bottom: 10px !important;
    left: 15px !important;
  }

  .lounge_slider #top_slider #opportunity_arrow_right {
    bottom: 10px !important;
    left: 230px !important;
  }

  #lounge_slider .slider_iteam_top {
    padding-left: 15px;
  }

  .lounge_slider .slider_mesto {
    max-width: 90%;
  }

  .lounge_slider .img_slider_top {
    max-width: 90%;
  }

  .lounge_slider .slick-slide {
    width: 360px;
  }

  .bot_uzor1 {
    display: none;
  }

  .top_uzor1 {
    display: none;
  }

  #new_lounge {
    padding-top: 30px !important;
    margin-bottom: 30px;
  }

  #new_lounge {
    padding-top: 30px !important;
    margin-bottom: 30px;
  }

  #new_lounge .site--banner__title {
    padding-left: 0px;
  }

  #tur_div {
    margin-top: 30px;
  }

  .contact_lounge__title {
    margin-bottom: 30px;
  }

  .contact_lounge__div {
    padding-left: 30px;
  }

  #tur_div_title {
    font-size: 16px;
    width: 170px;
  }
}

@media (max-width: 400px) {
  .bot_uzor1 {
    display: none;
  }

  .top_uzor1 {
    display: none;
  }

  #new_lounge {
    padding-top: 30px !important;
    margin-bottom: 30px;
  }

  #new_lounge .site--banner__title {
    padding-left: 0px;
  }

  #tur_div {
    margin-top: 30px;
  }

  .contact_lounge__title {
    margin-bottom: 30px;
  }

  .contact_lounge__div {
    padding-left: 30px;
  }
}

.izolda_page_left_title {
  color: #c4c4c4;
  font-size: 36px;
  line-height: 135%;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  margin-bottom: 7px;
  text-transform: uppercase;
  padding-left: 90px;
}

.izolda_page_left_title2 {
  color: #fff;
  font-size: 48px;
  line-height: 134.09%;
  font-weight: bold;
  letter-spacing: 0.085em;
  margin-bottom: 7px;
  text-transform: uppercase;
  margin-bottom: 43px;
  padding-left: 90px;
}

.izolda_scroll {
  background: #1a1a1a;
  padding-top: 74px;
  padding-bottom: 74px;
  border-radius: 0px 80px 0px 0px;
  padding-right: 15px;
  min-height: 762px;
}

.izolda_scroll_div {
  /*max-height:600px;
	overflow-y:auto;*/
  max-height: 1600px;
  overflow-y: auto;
  padding-left: 90px;
  padding-right: 115px;
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

.izolda_scroll_div::-webkit-scrollbar {
  width: 5px;
}

.izolda_scroll_div::-webkit-scrollbar-track {
  background: #1a1a1a;
}

.izolda_scroll_div::-webkit-scrollbar-thumb {
  background: rgb(255 255 255 / 20%);
  border-radius: 20px;
  border: none;
}

.izolda_name_text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

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

.izolda_otvet1 {
  display: block;
}

.izolda_page_left {
  padding-left: 0px;
}

.izolda_text_text {
  min-height: 47px;
  display: inline-block;
}

.izolda_text_text_zag {
  line-height: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.izolda_text_text_zag_h {
  display: none;
}

.izolda_right_otvet .izolda_text_text {
  background: #2f80ed;
  border-radius: 60px 0px 60px 60px;
  color: #fff;
  float: right;
  font-size: 16px;
}

.izolda_left_otvet .izolda_text_text {
  background: #e8e8e8;
  border-radius: 0px 60px 60px 60px;
  color: #0a2a0b;
  float: left;
  font-size: 16px;
}

.izolda_left_otvet.has_href .izolda_text_text {
  border-radius: 0px 30px 30px 30px;
  background: #e8e8e8;
}

.izolda_text_text_href {
  height: 40px;
  line-height: 40px;
  text-align: Center;
  color: #2f80ed;
  font-size: 12px;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px 0px 30px 30px;
}

.izolda_text_text_href a {
  color: #2f80ed;
  font-size: 12px;
  text-transform: uppercase;
}

.izolda_text_text_href a:hover {
  text-decoration: underline;
}

.sent_izolda {
  width: 280px;
  max-width: 290px !important;
  height: 65px;
  line-height: 65px;
  background: #e31e24;
  color: #fff;
  padding-left: 23px;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  float: right;
  cursor: pointer;
  letter-spacing: 5px;
  font-weight: bold;
}

.sent_izolda:hover {
  box-shadow: 0px 5px 35px rgba(227, 30, 36, 0.58);
}

.sent_izolda span {
  background: url("/images/izilda_znak.png") no-repeat top center;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.izolda_page_left {
  padding-right: 0px;
}

.izolda_page_right {
  padding-right: 130px;
}

#izolda_page {
  background: #101010;
}

.hidden_xs_zolda {
  display: none;
}

@media (max-width: 991px) {
  .zo_row_top {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 540px;
  }

  .padding_izolda_btn {
    display: none;
  }

  .izolda_page_left_title {
    padding-left: 20px;
    font-size: 27px;
    line-height: 51px;
  }

  .izolda_page_left_title2 {
    padding-left: 20px;
    font-size: 50px;
    line-height: 55px;
  }

  .hidden_xs_zolda {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  .izolda_page_right {
    display: none;
  }

  .hidden_xs_zolda img {
    max-width: 100%;
  }

  .hidden_xs_zolda img {
    position: absolute;
    top: -10px;
    right: 15px;
  }

  .sent_izolda {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 25px !important;
  }

  .izolda_scroll_div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .zo_izolda_img_bg {
    display: none;
  }

  .zo_izolda_black_bg {
    display: none;
  }

  .zo_row_top_space {
    height: 100%;
  }
}

@media (max-width: 860px) {
  .zo_row_top {
    min-height: 480px;
  }
}

@media (max-width: 900px) {
  .zo_izolda_black_bg {
    height: auto !important;
  }

  .izolda_page_left_title {
    font-size: 27px;
    line-height: 51px;
  }

  .izolda_page_left_title2 {
    font-size: 43px;
    line-height: 44px;
  }

  .sent_izolda {
    margin-top: 0;
  }
}

@media (max-width: 850px) {
  .izolda_page_left_title2 {
    font-size: 38px;
    line-height: 40px;
  }
}

.zo_row_top {
  background: none;
}

@media (max-width: 800px) {
  .zo_izolda_black_bg {
    display: none;
  }

  .zo_row_top {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
  }

  .izolda_page_left_title {
    padding-left: 20px;
    font-size: 25px;
    line-height: 40px;
  }

  .izolda_page_left_title2 {
    padding-left: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .sent_izolda {
    width: 100%;
    margin: none;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hidden_xs_zolda {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hidden_xs_zolda img {
    max-width: 100%;
  }

  .izolda_scroll_div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .izolda_page_left_title2 {
    margin-bottom: 0px;
  }

  .izolda_scroll {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0px 20px 0px 0px;
    min-height: 300px;
  }

  .izolda_text_text_zag {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .izolda_otvet {
    margin-bottom: 23px;
  }

  .izolda_text_text {
    min-height: 39px;
  }

  .zo_row_top_space {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .zo_bg_small {
    background-image: none !important;
  }
}

@media (max-width: 720px) {
  .zo_row_top {
    min-height: inherit;
    height: 400px;
  }
}

@media (max-width: 600px) {
  .izolda_page_left_title2 {
    font-size: 33px;
    line-height: 35px;
  }

  .zo_row_top {
    height: auto;
  }
}

@media (max-height: 765px) {
  .zo_izolda_black_bg {
    top: 80px;
  }
}

@media (max-width: 576px) {
  .izolda_page_left_title2 {
    font-size: 40px;
    line-height: 42px;
  }

  .zo_row_top {
    background-image: none;
  }

  .zo_bg_small {
    background-image: url(/images/izolda_sm.png) !important;
  }
}

.izolda_text_text_zag img {
  max-width: 100%;
}

@media (min-width: 320px) {
  .izolda_page_left_title2 {
    font-size: 40px;
    line-height: 42px;
  }

  .zo_row_top {
    background-image: none;
  }

  .sent_izolda {
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    max-width: 100% !important;
  }

  .sent_izolda span {
    top: 14px;
  }

  .izolda_text_text_zag {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 500px) {
  .sent_izolda {
    max-width: 290px !important;
  }
}

@media (max-width: 500px) {
  .sent_izolda {
    max-width: 290px !important;
  }
}

@media (max-width: 400px) {
  #izolda_page {
    background: url("/images/bg_izolda_mob.png") no-repeat top center;
    background-size: 100% auto;
  }

  .col-6.hidden_xs_zolda {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
  }

  .hidden_xs_zolda img {
    position: absolute;
    top: -30px;
    max-width: 100%;
    right: 15px;
    width: 150px;
  }

  .izolda_page_left_title {
    padding-left: 15px;
    font-size: 14px;
    line-height: 135%;
  }

  .izolda_page_left_title2 {
    padding-left: 15px;
    font-size: 18px;
    line-height: 135%;
    padding-right: 31px;
  }

  .sent_izolda {
    margin-top: 42px;
  }
}

.zo_big_title {
  font-size: 62px;
  line-height: 1.3;
}

.zo_ul li {
  padding-left: 0px;
}

.zo_ul li span {
  margin-right: 25px;
  color: black;
}

.zo_padding130 {
  padding-top: 160px;
}

.izolda_href {
  background: #ffffff;
  width: 100%;
  border-radius: 0px 0px 19px 19px;
  text-align: center;
  color: #2f80ed;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px !important;
  font-family: "Montserrat", sans-serif !important;
}

.padding_izolda_btn {
  padding-right: 130px;
}

.zo_izolda_black_bg {
  position: fixed;
  max-width: 100%;
  z-index: 0;
  right: 0;
}

.zo_izolda_img_bg {
  position: fixed;
  z-index: -1;
  right: 20px;
  bottom: -50px;
  max-width: 450px;
}

.zo_header_info_line {
  min-height: 39px;
}

@media (max-height: 650px) {
  .zo_izolda_img_bg {
    max-width: 350px !important;
  }
}

@media (min-height: 800px) {
  .zo_izolda_img_bg {
    bottom: 20px;
  }
}

.site--afisha__action--btn {
  margin-bottom: 20px;
}

@media (max-height: 620px) {
  .zo_form_input name {
    height: 45px;
    line-height: 40px;
    padding-left: 25px;
    padding-top: 0px;
  }

  .zo_form_submit {
    height: 45px;
    line-height: 40px;
  }

  .zo_popup {
    max-width: 430px !important;
  }

  .site--psubscribe__view {
    padding: 20px;
  }

  .site--page__subtitle {
    padding-bottom: 10px;
  }
}

.zo_href_text {
  text-decoration: underline;
  font-weight: bold;
}

.site--page__subtitle_zo {
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .site--page__content .phones--text {
    font-size: 12px;
    padding-left: 0 !important;
    line-height: 1.4;
  }

  .site--page__content h3 {
    font-size: 18px;
  }

  .site--page__subtitle_zo {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.site--page__content .phones--text a {
  color: #e31324;
  font-style: italic;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site--content__people-wlm--view__text a {
  color: #000000 !important;
  text-decoration: underline !important;
}

.site--advanteges {
  padding: 120px 0 20px 0;
  background-color: #e31324;
}

@media (max-width: 1700px) {
  .site--advanteges {
    padding: 80px 0 55px 0;
  }
}

@media (max-width: 1400px) {
  .site--advanteges {
    padding: 65px 0 35px 0;
  }
}

.site--advanteges .container-fluid {
  max-width: 1537px;
}

.site--advanteges__title {
  margin: 0;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.34;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .site--advanteges__title {
    font-size: 36px;
  }
}

.site--advanteges__description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

@media (max-width: 1700px) {
  .site--advanteges__description {
    margin-top: 60px;
  }
}

@media (max-width: 965px) {
  .site--advanteges__description {
    justify-content: space-evenly;
  }
}

.site--advanteges__description--item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 358px;
  padding: 0 25px 20px 25px;
  margin-bottom: 100px;

  border-bottom: 1px solid #ffffff;
}

@media (max-width: 1700px) {
  .site--advanteges__description--item {
    max-width: 308px;
    padding: 0 20px 15px 20px;
    margin-right: 30px;
    margin-bottom: 75px;
  }
}

@media (max-width: 1400px) {
  .site--advanteges__description--item {
    max-width: 275px;
    padding: 0 20px 15px 20px;
    margin-right: 30px;
    margin-bottom: 65px;
  }
}

@media (max-width: 576px) {
  .site--advanteges__description--item {
    margin-right: 0;
  }
}

.site--advanteges__description--icon {
  width: 60px;
  height: 60px;
}

@media (max-width: 1700px) {
  .site--advanteges__description--icon {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 1400px) {
  .site--advanteges__description--icon {
    width: 50px;
    height: 50px;
  }
}

.site--advanteges__description--icon--img {
  display: block;
  width: auto;
  height: 100%;
}

.site--advanteges__description--text {
  width: fit-content;
  max-width: fit-content;
  padding-left: 27px;
  max-height: 2em;

  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1700px) {
  .site--advanteges__description--text {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .site--advanteges__description--text {
    max-height: 2.6em;

    font-size: 16px;
    line-height: 1.3;
  }
}

.site--select--arena {
  padding: 120px 0 60px 0;
  background-color: #ffffff;
}

@media (max-width: 1700px) {
  .site--select--arena {
    padding: 80px 0 40px 0;
  }
}

@media (max-width: 1400px) {
  .site--select--arena {
    padding: 65px 0 32.5px 0;
  }
}

.site--select--arena .container-fluid {
  max-width: 1537px;
}

.site--select--arena__header {
}

.site--select--arena__title {
  margin: 0;
  padding: 0;
  color: #101010;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 1.34;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .site--select--arena__title {
    font-size: 36px;
  }
}

.site--select--arena__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 83px;
  flex-wrap: wrap;
}

@media (max-width: 1700px) {
  .site--select--arena__list {
    margin-top: 60px;
  }
}

@media (max-width: 1400px) {
  .site--select--arena__list {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .site--select--arena__list {
    flex-direction: column;
    align-items: center;
  }
}

.site--select--arena__item {
  position: relative;
  width: 32%;
  margin-bottom: 20px;
}
.site--select--arena__item .slick-list {
  padding: 0;
}

@media (max-width: 1537px) {
  .site--select--arena__item {
    width: 31vw;
  }
}

@media (max-width: 576px) {
  .site--select--arena__item {
    max-width: 400px;
    width: 80vw;
    margin-bottom: 50px;
  }
}

.site--select--arena__item--img--numbers {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 20px;

  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #3e3852;
  background-color: #ffffff;
  z-index: 2;
}

@media (max-width: 991px) {
  .site--select--arena__item--img--numbers {
    top: 10px;
    left: 10px;
    padding: 5px 10px;

    font-size: 14px;
  }
}

.site--select--arena__item--img--big {
  max-height: 100%;
}

.site--select--arena__item--img--big::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-color: #101010;
  opacity: 0;
  transition: all 0.3s ease-in;
  z-index: 2;
}

.site--select--arena__item--img--big:hover::after {
  opacity: 0.6;
  transition: all 0.3s ease-in;
  z-index: 2;
}

.site--select--arena__item--img--big::before {
  display: block;
  content: "Выбрать";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 5;
}

@media (max-width: 1200px) {
  .site--select--arena__item--img--big::before {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .site--select--arena__item--img--big::before {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .site--select--arena__item--img--big::before {
    font-size: 22px;
  }
}

.site--select--arena__item--img--big:hover::before {
  opacity: 1;
  transition: all 0.3s ease;
}

.site--select--arena__item--img {
  position: relative;
  height: 22vw;
  max-height: 22vw;
  overflow: hidden;
}

@media (max-width: 576px) {
  .site--select--arena__item--img {
    max-height: 80vh;
    height: auto;
  }
}

@media (max-height: 400px) and (orientation: landscape) and (max-width: 576px) {
  .site--select--arena__item--img {
    max-width: 65vw;
  }
}

@media (min-width: 1537px) {
  .site--select--arena__item--img {
    height: 420px;
    max-height: 420px;
  }
}

.site--select--arena__item--img .slick-list,
.site--select--arena__item--img .slick-track {
  height: auto;
  max-height: 100%;
}

.site--select--arena__item--img .slick-prev::before,
.site--select--arena__item--img .slick-next::before {
  display: none;
  content: "";
}

.site--select--arena__item--img .slick-prev,
.site--select--arena__item--img .slick-next {
  width: 44px;
  height: 44px;
  background: #e31e24;
  opacity: 0.8;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .site--select--arena__item--img .slick-prev,
  .site--select--arena__item--img .slick-next {
    width: 33px;
    height: 33px;
  }
}

.site--select--arena__item--img .slick-prev svg,
.site--select--arena__item--img .slick-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}

.site--select--arena__item--img .slick-prev svg {
  transform: translate(-60%, -50%);
}

.site--select--arena__item--img .slick-prev {
  left: 15px;
  z-index: 2;
}

.site--select--arena__item--img .slick-next {
  right: 15px;
  z-index: 2;
}

.site--select--arena__item--img--thumb {
  /*max-width: 31vw;*/
  max-width: 520px;
  width: auto;
  max-height: 420px;
  height: 22vw;
}

@media (max-width: 576px) {
  .site--select--arena__item--img--thumb {
    width: 100%;
    max-width: 90vw;
    height: 36vh;
  }
}

@media (max-height: 400px) and (orientation: landscape) and (max-width: 576px) {
  .site--select--arena__item--img--thumb {
    width: 100%;
    max-width: 65vw;
    height: 65vh;
  }
}

.site--select--arena__name--link {
  width: fit-content;
  margin-top: 40px;

  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101010;
  cursor: pointer;
}

.site--select--arena__name--link:hover {
  color: #e31e24;
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  .site--select--arena__name--link {
    margin-top: 25px;

    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .site--select--arena__name--link {
    margin-top: 15px;

    font-size: 26px;
  }
}

/* pop-up styles */

.site--popup--date.active {
  display: block;
}

.site--popup--date {
  position: fixed;
  z-index: 10;
}

.site--popup--date.active .site--popup--date__overlay {
  opacity: 1;
  transition: 0.2s all ease-in;
  pointer-events: all;
}

.site--popup--date .site--popup--date__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition: 0.3s all ease-in;
  pointer-events: none;
}

.site--popup--date.active .site--popup--date__form--time {
  transform: translate(-50%, -50%) scale(1);
}

.site--popup--date__form--time,
.site--popup--date.successful.active .site--popup--date__form--time {
  position: fixed;
  padding: 60px;
  top: 55%;
  left: 50%;
  width: fit-content;
  min-width: 753px;
  overflow: hidden;

  transform: translate(-50%, -50%) scale(0);
  background-color: rgb(224, 224, 224);
  z-index: 5;
  transition: 0.3s all ease-in;
}

@media (max-width: 767px), (max-height: 767px) {
  .site--popup--date__form--time {
    padding: 30px;
  }
}

@media (max-height: 991px) and (min-width: 991px) {
  .site--popup--date__form--time {
    top: 58%;
  }
}

@media (max-height: 576px) and (min-width: 991px) {
  .site--popup--date__form--time {
    top: 61%;
  }
}

@media (max-height: 576px) and (orientation: landscape) {
  .site--popup--date__form--time {
    min-width: 80vw;
  }
}

@media (max-height: 450px) {
  .site--popup--date__form--time {
    padding: 20px 10px;
  }
}

@media (max-width: 576px) {
  .site--popup--date__form--time {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    min-width: initial;
    padding: 20px 10px;
  }
}

.site--popup--date__form--time .ajax {
  width: 100%;
}

.site--popup--date.successful.active .site--popup--date__successful {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: fit-content;
  height: fit-content;

  transform: translate(-50%, -50%);
  background-color: wheat;
  z-index: 4;
}

.site--popup--date__successful--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site--popup--date__title {
  margin: 0;
  padding: 0;
  width: fit-content;
  font-weight: bold;
  font-size: 74px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101010;
  white-space: nowrap;
}

@media (max-width: 1200px), (max-height: 767px) {
  .site--popup--date__title {
    font-size: 44px;
  }
}

@media (max-width: 576px) {
  .site--popup--date__title {
    font-size: 26px;
  }
}

.site--popup--date__time--select {
  display: grid;
  width: 100%;
  min-height: 275px;
  grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
}

@media (max-height: 767px) {
  .site--popup--date__time--select {
    min-height: 235px;
  }
}

@media (max-width: 576px) {
  .site--popup--date__time--select {
    width: 100%;
    min-height: 160px;
    grid-template-columns: 25% 25% 25% 25%;
  }
}

@media (max-height: 576px) and (orientation: landscape) {
  .site--popup--date__time--select {
    min-height: 120px;
    max-height: 180px;
    overflow: scroll;
  }
}

.site--popup--date__time--interval--table {
  padding: 5px 7px 5px 7px;
  margin-bottom: 10px;
  min-width: 80%;
  width: fit-content;
  max-width: fit-content;

  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: #101010;
  border: 1px solid black;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .site--popup--date__time--interval--table {
    padding: 3px 5px 3px 5px;
    font-size: 14px;
  }
}

@media (max-width: 576px), (max-height: 576px) {
  .site--popup--date__time--interval--table {
    margin-bottom: 5px;
  }
}

@media (max-width: 1200px), (max-height: 767px) {
  .site--popup--date__header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.site--popup--date__header span {
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101010;
}

@media (max-width: 1200px), (max-height: 767px) {
  .site--popup--date__header span {
    font-size: 14px;
  }
}

@media (max-height: 576px) {
  .site--popup--date__header span {
    margin: 10px 0 0 0;
  }
}

.site--popup--date__time--interval {
  margin-top: 60px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1200px), (max-height: 767px) {
  .site--popup--date__time--interval {
    margin-top: 20px;
  }
}

@media (max-width: 576px), (max-height: 567px) {
  .site--popup--date__time--interval {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-height: 390px) {
  .site--popup--date__time--interval {
    margin-top: 5px;
  }
}

@media (max-width: 390px) {
  .site--popup--date__time--interval {
    padding-right: 0;
  }
}

.site--popup--date__time--interval label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.site--popup--date__time--interval input {
  display: none;
}

.site--popup--date__time--interval span {
  display: none;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  text-transform: lowercase;
  color: #101010;
}

@media (max-width: 1200px) {
  .site--popup--date__time--interval span {
    font-size: 14px;
  }
}

.site--popup--date__time--select input ~ span.nochecked {
  display: flex;
}

.site--popup--date__time--select input:checked ~ span.checked {
  display: flex;
}

.site--popup--date__time--select input:checked ~ span.nochecked {
  display: none;
}

.site--popup--date__time--select input:disabled ~ span.disabled {
  display: flex;
}

.site--popup--date__time--select input:disabled ~ span.nochecked {
  display: none;
}

.site--popup--date__fake--ckeckbox {
  position: relative;
  margin-right: 10px;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  border-radius: 50%;

  background-color: rgba(179, 179, 179, 0.8);
}

@media (max-width: 1200px) {
  .site--popup--date__fake--ckeckbox {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    margin-right: 5px;
  }
}

.site--popup--date__fake--ckeckbox::before {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  border: 2.5px solid #2f80ed;
  background-color: white;
  border-radius: 50%;
}

.site--popup--date__time--select
  input:checked
  + .site--popup--date__fake--ckeckbox::after {
  display: block;
  content: "";
  position: absolute;
  width: 26%;
  height: 26%;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  background-color: #2f80ed;
  border-radius: 50%;
}

.site--popup--date__time--interval
  input:disabled
  + .site--popup--date__fake--ckeckbox::before {
  border: 2.5px solid #e31324;
  background-color: #e31324;
}

.site--popup--date__time--interval
  input:disabled
  + .site--popup--date__fake--ckeckbox::after {
  background-color: #e31324;
}

.site--popup--date__form--button.form_first_btn:disabled {
  background-color: rgb(224, 224, 224);
}

.site--popup--date__form--button {
  margin-top: 30px;
  padding: 5px 10px;
  width: fit-content;

  cursor: pointer;
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #101010;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #141414;
  color: #fff;
}

@media (max-width: 1200px) {
  .site--popup--date__form--button {
    margin-top: 14px;
    font-size: 14px;
  }
}

@media (max-height: 576px), (max-width: 576px) {
  .site--popup--date__form--button {
    margin-top: 10px;
    height: fit-content;
  }
}

@media (max-height: 380px), (max-width: 380px) {
  .site--popup--date__contacts--data .site--popup--date__form--button {
    max-height: 50px;
    width: 95px;
    word-break: break-word;
    margin: 3px 0 10px 0;
  }
}

@media (max-height: 380px) and (orientation: landscape) {
  .site--popup--date__contacts--data .site--popup--date__form--button {
    max-height: 40px;
    width: 140px;
  }
}

.site--popup--date__contacts {
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 30px;
  width: fit-content;
  max-width: 71%;
  height: 100%;

  transform: translateX(100%);
  transition: 0.3s all ease-in;
  background-color: rgb(224, 224, 224);
  z-index: 2;
}

@media (max-width: 1200px) {
  .site--popup--date__contacts {
    padding: 30px 30px;
    max-width: 85%;
  }
}

@media (max-width: 767px), (max-height: 767px) {
  .site--popup--date__contacts {
    max-width: 90%;
    padding: 20px 25px;
  }
}

@media (max-width: 576px) {
  .site--popup--date__contacts {
    padding: 20px 15px;
  }
}

@media (max-width: 400px) {
  .site--popup--date__contacts {
    padding: 15px 15px 10px 15px;
  }
}

.site--popup--date__contacts.active {
  transform: translateX(0);
  transition: 0.3s all ease-in;
}

.site--popup--date__contacts--title {
  width: fit-content;
}

.site--popup--date__contacts--title h3 {
  margin: 0;
  padding: 0;
  width: fit-content;
  font-weight: bold;
  font-size: 42px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101010;
}

@media (max-width: 1200px), (max-height: 767px) {
  .site--popup--date__contacts--title h3 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .site--popup--date__contacts--title h3 {
    font-size: 26px;
  }
}

@media (max-height: 400px), (max-width: 400px) {
  .site--popup--date__contacts--title h3 {
    font-size: 20px;
  }
}

.site--popup--date__contacts--container {
  width: 100%;
  min-height: 90%;
}

@media (max-width: 576px), (max-height: 576px) {
  .site--popup--date__contacts--container {
    width: 100%;
  }
}

.site--popup--date__contacts--time {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .site--popup--date__contacts--time {
    width: fit-content;
    margin-top: 7px;
  }
}

.site--popup--date__contacts--time--selected {
  margin-right: 15px;

  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  color: #101010;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .site--popup--date__contacts--time--selected {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .site--popup--date__contacts--time--selected {
    font-size: 14px;
  }
}

.site--popup--date__contacts--time .site--popup--date__time--interval--table {
  margin-right: 10px;
}

.site--popup--date__contacts--data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .site--popup--date__contacts--data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .site--popup--date__contacts--data {
    justify-content: space-between;
  }
}

@media (max-height: 576px) and (orientation: landscape) {
  .site--popup--date__contacts--data {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.site--popup--date__contacts--input {
  max-width: 300px;
  width: 100%;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

@media (max-width: 1200px) {
  .site--popup--date__contacts--input {
    max-width: 250px;
    padding: 4px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media (max-width: 767px), (max-height: 767px) {
  .site--popup--date__contacts--input {
    padding: 4px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media (max-height: 576px) and (orientation: landscape) {
  .site--popup--date__contacts--input,
  .site--popup--date__contacts--data label {
    max-width: 150px;
    width: 48%;
    max-height: 50px;
  }
}

@media (max-height: 576px), (max-width: 576px) {
  .site--popup--date__contacts--input,
  .site--popup--date__contacts--data label {
    margin-bottom: 3px;
    max-width: 150px;
  }
}

@media (max-height: 400px), (max-width: 400px) {
  .site--popup--date__contacts--data label {
    max-width: 95px;
  }
}

@media (max-height: 400px) and (orientation: landscape) {
  .site--popup--date__contacts--data label {
    max-width: 200px;
  }
}

.site--popup--date__contacts--input_message {
  max-height: 100px;
  max-width: 300px;
}

.site--popup--date__contacts--input_message::placeholder {
  font-family: sans-serif;
}

@media (max-width: 1200px) {
  .site--popup--date__contacts--input_message {
    max-width: 250px;
  }
}

@media (max-width: 576px), (max-height: 576px) {
  .site--popup--date__contacts--input_message {
    max-width: 150px;
    max-height: 55px;
  }
}

@media (max-height: 576px) and (orientation: landscape) {
  .site--popup--date__contacts--input_message {
    max-height: 50px;
  }
}

.site--popup--date__contacts--data label {
  display: flex;
  align-items: center;
}

.site--popup--date__contacts--data label span {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #101010;
}

@media (max-width: 1200px), (max-height: 767px) {
  .site--popup--date__contacts--data label span {
    font-size: 10px;
  }
}

.site--popup--date__contacts--overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition: 0.3s all ease-in;
  pointer-events: none;
  z-index: 0;
  transition: 0.3s all ease-in;
}

.site--popup--date__contacts.active + .site--popup--date__contacts--overlay {
  opacity: 1;
  transition: 0.2s all ease-in;
  pointer-events: all;
  transition: 0.3s all ease-in;
}

@media (max-width: 1600px) {
  .site--page__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .site--page__subtitle {
    font-size: 22px;
  }
}

@media (max-height: 620px) {
  .site--page__subtitle {
    padding-bottom: 10px;
  }
}

.site--content__feedback--message_zo {
  color: green;
}

.site--popup--date__contacts--error {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: 0.085em;
  color: #e31324;
  text-transform: uppercase;
}

@media (max-width: 576px) and (orientation: portrait) {
  .site--popup--date__contacts--error {
    max-width: 150px;
  }
}

@media (max-width: 576px), (max-height: 576px) {
  .site--popup--date__contacts--error {
    margin: 0;
    width: 100%;
    max-height: 2.4em;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (max-width: 576px) and (orientation: landscape),
  (max-height: 576px) and (orientation: landscape) {
  .site--popup--date__contacts--error {
    margin-right: 10px;
  }
}

.site--popup--date__close,
.site--popup--date__contacts-close {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  font-size: 28px;
  font-size: 40px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .site--popup--date__close {
    font-size: 28px;
  }
}

@media (max-height: 400px), (max-width: 576px) {
  .site--popup--date__close,
  .site--popup--date__contacts-close {
    top: 0;
    right: 10px;
    font-size: 23px;
  }
}

@media (max-height: 400px) and (max-width: 576px) and (orientation: landscape) {
  .site--popup--date__close,
  .site--popup--date__contacts-close {
    top: 25px;
  }
}

.site--popup--date__contacts-close {
  font-size: 23px;
}

.calendar_title_ice {
  text-align: center;
  font-family: Yanone Kaffeesatz;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101010;
}

@media (max-width: 800px) {
  .calendar_title_ice {
    font-size: 50px;
    line-height: 100%;
  }
}

#id_calendar_elem {
  display: none !important;
}

.innova_calendar_filter_values .innova_calendar_filter_data {
  border: 1px solid #f39ea1 !important;
}

.innova_calendar_controls_left button {
  background-color: #e31e24 !important;
}

.innova_calendar_controls_right button {
  background-color: #e31e24 !important;
}

.innova_calendar_day_container_number {
  font-size: 16px;
}

.innova_calendar_day_event {
  font-size: 20px !important;
}

.site--popup--date__fake--ckeckbox,
.nochecked {
  cursor: pointer;
}

.site--popup--date__time--interval span {
  font-weight: normal !important;
}

.site--popup--date__time--interval--table {
  font-weight: normal !important;
}

.site--popup--date__time--interval .checked {
  cursor: pointer;
}

.site--popup--date__form--time,
.site--popup--date.successful.active .site--popup--date__form--time {
  background-color: rgb(255 255 255) !important;
}

.site--popup--date__contacts {
  background-color: #101010 !important;
}

.site--popup--date__contacts--title h3 {
  color: #fff !important;
}

.site--popup--date__contacts--time--selected {
  color: #fff !important;
}

.site--popup--date__contacts--data label span {
  color: #fff !important;
}

.site--popup--date__contacts--data .site--popup--date__form--button {
  background: #e31e24 !important;
  color: #fff !important;
}

.site--popup--date__close,
.site--popup--date__contacts-close {
  color: #fff !important;
}

.site--popup--date__fake--ckeckbox::before {
  border: 2.5px solid #000307 !important;
}

.site--popup--date__time--select
  input:checked
  + .site--popup--date__fake--ckeckbox::after {
  background-color: #000000 !important;
}

.form_small_desc {
  font-family: "Montserrat" !important;
  letter-spacing: 0.05em !important;
}

.form_first_btn:hover {
  background: white;
  color: black;
}

.innova_calendar_filter_values .innova_calendar_filter_data.is-active {
  background: black !important;
  color: white !important;
}

.site--popup--date__contacts--data input {
  font-family: "Montserrat" !important;
}

.site--popup--date__contacts--data textarea {
  font-family: "Montserrat" !important;
}

.site--popup--date__form--time .site--popup--date__close {
  color: black !important;
}

.site--content__people-wlm--view__title a {
  color: black;
}

.site--afisha__btn.ticket2 {
  border: 1px solid #e31324;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  margin-top: 50px;
  margin-right: 20px;
}

@media (max-width: 1199.98px) {
  .site--afisha__btn.ticket2 {
    max-width: 151px;
  }

  .site--afisha__btn {
    font-size: 14px;
    line-height: 30px;
    max-width: none;
  }
}

.site--afisha__btn {
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  max-width: 151px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.site--afisha__btn.ticket2:hover {
  background: #e31324;
}

.zo_popup_form .site--popup--date__time--interval--table {
  min-width: initial;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.block_a_black a {
  color: black !important;
  text-decoration: underline;
}

.block_ul_style ul {
  ist-style: disc !important;
  color: black !important;
}

.block_ul_style li {
  display: list-item !important;
}

.slider_iteam_text {
  padding-top: 30px;
  position: relative;
}

.slick-list {
  padding: 0 0 0 5%;
}

#dot_top_slider {
  left: 335px;
}

#top_slider #opportunity_arrow_left {
  left: 737px;
}

#top_slider #opportunity_arrow_right {
  left: 811px;
}

.sc-v2__button-slider-list {
  display: flex;
  flex-wrap: nowrap;
}

.sc-v2__button-slider-afisha {

  font-family: "Yanone Kaffeesatz", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 2px;
  min-width: 220px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 10px;
}

.sc-v2__button-slider-afisha--border {
  border: 2px solid #8b134e;
  margin-right: 39px;
}

.sc-v2__button-slider-afisha--bg {
  background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  box-shadow: 0px 5px 35px rgba(80, 24, 86, 0.9);
  padding: 20px 10px 17px 10px;
}

.sc-v2__button-slider-afisha--bg:hover {
  text-shadow: 0px 0px 24px #ffffff;
  transition: text-shadow 0.3s ease;
}



.sc-v2__slides-button-wrapper {
  /* height: 80px; */
  display: flex;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}

.sc-v2__slider-element-wrapper {
  width: 100%;
}

#footer .cs-v2__footer-special-version {
  padding-left: 0;
  margin-bottom: 40px;
}

@media (max-width: 1198px) {
  #footer .sc-v2__footer-wrapper-content {
    padding-top: 10px;
    padding-bottom: 35px;
  }

  #footer .cs-v2__footer-special-version {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site--header__logo--image.mobile {
    width: 100%;
    max-width: 200px;
  }
  .cs-v2-banner-grate-vue-lounge,
  .cs-v2__site-banner--title-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .slider_title {
    white-space: normal;
  }
  .sc-v2__slides-button-wrapper {
    position: relative;
    left: 0;
    width: 100%;
  }

  #dot_top_slider {
    left: 50%;
    transform: translateX(-50%);
  }

  #top_slider #opportunity_arrow_left {
    left: 15px;
    top: 12px;
  }

  #top_slider #opportunity_arrow_right {
    right: 15px;
    left: unset;
    top: 12px;
  }

  .site--footer__menu--list .col-6 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .site--footer__menu--list .site--footer__menu--item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .site--footer__menu--list .col-6:first-child .site--footer__menu--item {
    margin-top: 0;
  }

  .site--footer__menu--list .col-6:last-child .site--footer__menu--item {
    margin-bottom: 0;
  }

  #footer .sc-v2__footer-wrapper-content {
    padding-bottom: 90px;
  }

  #footer .cs-v2__footer-special-version {
    padding: 0;
    margin-bottom: 119px;
  }

  .site--footer__copyright {
    margin-top: 20px;
  }

  .site--footer__copyright--text {
    padding: 0 0 0 5px;
    text-align: left;
  }

  .site--footer__requisites {
    padding: 0 0 0 5px;
    text-align: left;
  }

  .site--footer__privacy {
    text-align: left;
    padding-left: 5px;
  }

  .site--banner__list--cs-v2 ul > li,
  .site--banner__list.site--banner__list--lounge ul > li {
    white-space: normal;
  }

  .site--banner__list ul > li::before {
    transform: translateY(0);
    top: 19px;
  }

  .site--banner__title--cs-v2 {
    background: none;
    color: #ffffff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
  }

  .site--banner__title {
    display: block;
  }
}

#adsBlock,
#adsBlock--lounge {
  padding-top: 105px;
}

#adsBlock {
  padding-bottom: 131px;
}

#adsBlock--lounge {
  padding-bottom: 83px;
}

.r-banner__title {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 134.09%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 91px;
  max-width: 1432px;
  padding-left: 7px;
  padding-right: 7px;
}

.r-banner__title--gradient {
  background: linear-gradient(262.01deg, #3d1959 9.55%, #91124d 75.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.r-banner__title--lounge {
  text-align: left;
}

@media (max-width: 1200px) {
  .r-banner__title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  #adsBlock,
  #adsBlock--lounge {
    padding-bottom: 64px;
  }

  .r-banner__title {
    font-size: 48px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #adsBlock,
  #adsBlock--lounge {
    padding-bottom: 64px;
  }

  #adsBlock {
    padding-top: 64px;
    background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
  }

  #adsBlock--lounge {
    padding-top: 5px;
  }

  .r-banner__title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 64px;
  }

  .site--banner__btn.site--banner__btn--lounge,
  #adsBlock .site--banner__btn--sc-v2-ice-arena {
    width: 259px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: 44px;
    background: #101010;
    color: #ffffff;
  }

  #adsBlock .site--banner__btn--sc-v2-ice-arena:hover {
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.45);
  }

  .site--banner__action.site--banner__action--lounge {
    padding: 0;
  }

  .site--banner__list ul {
    padding: 0 0 47px 20px;
    margin: 0;
  }

  .site--banner__list {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
    padding-top: 50px;
  }

  .site--banner__list--cs-v2 ul > li,
  .site--banner__list.site--banner__list--lounge ul > li {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 17px;
  }

  .site--banner__list ul > li::before,
  #adsBlock .site--banner__list ul > li::before {
    width: 10px;
    height: 10px;
    left: -20px;
    top: 7px;
  }

  #adsBlock .site--banner__list ul > li::before {
    background: #101010;
  }

  #adsBlock .site--banner__list ul > li {
    color: #fbfbfb;
  }

  @media (max-width: 575px) {
    .site--banner__list {
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 0;
      padding-top: 50px;
    }
  }
}

@media (max-width: 590px) {
  .r-banner__title--lounge {
    max-width: 320px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .r-banner__title--mobile-narrow {
    margin-left: 0;
    max-width: 234px;
  }
}
.fancybox-opened {
  z-index: 99999;
}
