/*Слайдер Выбор зала*/

.halls {
  border-bottom: 1px solid #81bbbb;
  height: auto;
}
.viewport {
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1000px) {
  .viewport {
    display: block;
  }
}

.halls-slider-mobile {
  display: none;
}

.halls h2 {
  margin-top: 28px;
  margin-bottom: 34px;
}
.halls-slider {
  width: 100%;
  height: 553px;
}

.halls-slider .hall-wrap,
.halls-slider2 .hall-wrap2 {
  display: block;
  float: right;
  width: 128px;
  height: 553px;
  border-left: 2px solid #fff;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.halls-slider li:first-child,
.halls-slider2 li:first-child {
  border-left: none;
}

.actives{
  width: 879px;
}

.hall {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/*слайдер изображений залов*/

.hall-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.hall-imgs-slider-inner,
.hall-imgs-slider-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: calc(100% * 6);
  top: 0;
  left: 0;
}
.hall-imgs-slider-mobile {
  width: calc(100% * 2);
}
.hall-img-item
.hall-img-item-mobile {
  display: none;
  position: relative;
  width: calc(100%/6);
  line-height: 0;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.hall-img-item-mobile {
  width: calc(100%/2);
}
.hall-img {
  max-width: 100%;
  vertical-align: middle;
}

.hall-wrap-closed .bgheading:hover ~ .hall-carousel .hall-img {
  animation: 5s scale infinite linear;
}

@keyframes scale {
0%{
    transform: scale(0,0.0,0);
}
50%{
    transform: scale(1.1);
}
100%{
    transform: scale(0,0.0,0);
}
}

.hall-carousel .active {
  display: block;
}

.hall-carousel .active img {
  opacity: 1;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.prev, .next {
  position: absolute;
  width: 32px;
  height: 50px;
  top: calc(50% - 25px);
  outline: none;
  z-index: 3;
  opacity: 1;
  transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in-out;
}

.hall-wrap-closed .prev,
.hall-wrap-closed .next {
  opacity: 0;
  transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in-out;
}

.prev:hover, .next:hover {
  cursor: pointer;
}

.prev {
  left: 20px;
  background: url('/assets/img/icons/angle-arrow-left.png');
}

.next {
  right: 20px;
  background: url('/assets/img/icons/angle-arrow-right.png');
}

.hall-slide__overlay {}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item .next,
    .carousel-fade .carousel-inner > .item .active .right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item .prev,
    .carousel-fade .carousel-inner > .item .active .left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item .next .left,
    .carousel-fade .carousel-inner > .item .prev .right,
    .carousel-fade .carousel-inner > .item .active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.halls-slider .description,
.halls-slider-mobile .description {
  position: absolute;
  right: 29px;
  bottom: 29px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .halls-slider-mobile .description {
    bottom: auto;
    top: 30%;
  }
}

.description-inner {
  width: 348px;
  height: 141px;
  border: 1px solid #047878;
  margin: 10px 9px;
  padding: 20px 17px 17px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  justify-content: space-between;
}
.description-inner h3 {
  line-height: 30px;
}
.description-inner p {
  font-family: 'robotolight';
}
.description-inner .hall-metre {
  font-family: 'robotomedium';
  color: #047878;
  padding-top: 8px;
}

.halls-slider sup {
  font-size: 64%;
}

.heading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 128px;
  padding: 16px 13px 0px 9px;
}
.hall-wrap-open .heading {
  opacity: 0;
  transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in-out;
}
.hall-wrap-closed .heading {
  opacity: 1;
  transition: opacity .6s ease-in-out;
  -webkit-transition: opacity .6s ease-in-out;
  z-index: 21;
}
.heading p {
  font-family: 'robotomedium';
  font-size: 24px;
  color: #fff;
  line-height: 17px; 
}
.heading p:first-child {
  margin-top: 16px;
  margin-bottom: 19px;
}
.heading-title {
  color: #fff;
  font-family: 'robotothin';
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  bottom: -360px;
}

.heading .lowtext {
  font-family: 'robotolight';
  font-size: 16px;
}
.heading .lowtext2 {
  font-family: 'robotoregular';
  font-size: 18px;
}

.hall-wrap-closed .bgheading {
  background-color: rgba(0, 0, 0, 0.5);
  height: 553px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  z-index: 4;
}

.halls-slider-dsc {
  position: relative;
  width: calc(100% * 9);
  /*height: 388px;*/
  height: auto;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: rgba(4, 120, 120, 0.03);
  margin-bottom: 0 !important;
  overflow: hidden;
}

.halls-slider-dsc-item {
  width: calc(100%/9);
  float: left;
  display: inline;
}

.halls-slider-dsc-colm {
  position: relative;
  padding: 28px 26px 35px 35px;
  color: #6f6f6f;
  display: inline-block;
}
.halls-slider-dsc-colm:first-child {
  width: 879px;
}
.halls-slider-dsc-colm:first-child:after {
  content: '';
  position: absolute;
  background-color: #7db9b9;
  width: 1px;
  height: 200px;
  top: 95px;
  right: 0;
}

.halls-slider-dsc-colm:last-child {
  width: 754px;
  margin-left: -4px;
  vertical-align: top;
}

.halls-slider-dsc-top {
  color: #6f6f6f;
  margin-bottom: 43px;
}

.halls-slider-dsc-top span,
.halls-slider-dsc-title {
  font-family: 'robotomedium'; 
}

.halls-slider-dsc-title {
  font-size: 30px;
  margin-bottom: 26px;
}

.halls-slider-dsc-bottom,
.hall-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.layout1,
.layout2,
.layout3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 99px;
  margin-right: 34px;
}

.hall-layout span {
  display: block;
  width: 100%;
  text-align: center;
}
.hall-layout .seats-number {
  margin-top: 18px;
  font-family: 'robotomedium'; 
  font-size: 24px;
}

.hall-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  justify-content: space-around;
}

.hall-price {
  font-family: 'robotomedium'; 
  font-size: 24px;
  margin-top: 21px;
  text-align: center;
}
.hall-price__number {
  color: #047878;
  font-size: 30px;
  font-family: 'robotoregular';
  font-weight: bold;
}

.hall-book-btn {
  width: 259px;
  height: 50px;
  background-color: #047878;
  font-family: 'robotomedium'; 
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  margin-top: 35px;
  cursor: pointer;
}

.hall-equipped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
  width: 100%;
}

.hall-equipped  li {
  height: 106px;
  max-width: 149px;
  text-align: center;
  flex: 1;
}

.hall-equipped-img-wrap {
  height: 59px;
  text-align: center;
  margin-bottom: 4px;
}

.hall-equipped-img-wrap img {
  margin: 0 auto;
}

.hall-equipped span {
  display: inline-block;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
	.halls {
    border-bottom: none;
  }
  .halls-slider-dsc {
    height: 519px;
  }
  .halls-slider,
  .halls-slider-dsc {
    display: none !important;
  }
   .hall-price-info{text-align: center;}
  .hall-imgs-slider-mobile img {
    width: 100%;
    max-height: 530px;
    float: left;
  }
  .hall-book {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .halls-slider-dsc-bottom, .hall-layout {
    justify-content: space-between;
  }
  .halls-slider-dsc-colm:first-child:after {
    position: initial;
  }
  .halls-slider-mobile {
    display: block;
    width: 100%;
  }
  .halls-slider-mobile-item {
    max-height: 1210px;
  }
  .hall-slider-mobile-pic {
    position: static;
    width: 100%;
    height: 600px;
    height: auto;
  }
  .hall-slider-mobile-dsc {
    background-color: rgba(4, 120, 120, 0.03);
  }
  .halls-slider-dsc-colm {
    padding: 14px 15px;
  }
  .halls-slider-dsc-colm:first-child,
  .halls-slider-dsc-colm:last-child {
    width: 100%;
  }
  .description-inner p {
    line-height: normal;
  }
  .halls-slider-dsc-top p {
    font-size: 20px;
  }
/*  .halls-pics-zoom {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url('/assets/img/icons/zoom.png') center no-repeat;
    background-color: rgba(0,0,0,.5);
  }*/
}

@media screen and (max-width: 750px) {
	.hall-slider-mobile-dsc {
    background-color: transparent;
  }
  .halls h2 {
    font-size: 30px;
  }
  .hall-slider-mobile-equip {
    display: none;
  }
  .hall-price-info{text-align: center;}
  .halls-slider-dsc-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .hall-layout {
    justify-content: center;
  }
  .hall-book {
    align-items: center;
  }
  .hall-book-btn {
    margin-top: 30px;
  }
}