@charset "UTF-8";
.about_functionality .info_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.video_section .video_btn img, .images_section .images_slider .slide_inner img, .video_section .iframe_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_section .iframe_block > img {
  object-fit: cover;
}

.video_section .iframe_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.video_section .iframe_block {
  position: relative;
  overflow: hidden;
}
.video_section .iframe_block:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

.images_section .images_slider .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.images_section .images_slider a.slide_inner img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@media screen and (min-width: 1200px) {
  .video_section, .about_functionality, .images_section, .about_hall {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .video_section, .about_functionality, .images_section, .about_hall {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .video_section, .about_functionality, .images_section, .about_hall {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .video_section, .about_functionality, .images_section, .about_hall {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .video_section, .about_functionality, .images_section, .about_hall {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .about_functionality, .about_hall {
    margin-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .about_functionality, .about_hall {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .about_functionality, .about_hall {
    margin-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .about_functionality, .about_hall {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .about_functionality, .about_hall {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .video_section, .about_functionality, .about_hall {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .video_section, .about_functionality, .about_hall {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .video_section, .about_functionality, .about_hall {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .video_section, .about_functionality, .about_hall {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .video_section, .about_functionality, .about_hall {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .video_section, .images_section {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .video_section, .images_section {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .video_section, .images_section {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .video_section, .images_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .video_section, .images_section {
    margin-bottom: 30px;
  }
}

.about_hall {
  position: relative;
  overflow: hidden;
}
.about_hall .image_block,
.about_hall .info_block {
  padding: 0 10px;
}
.about_hall img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .about_hall .image_block,
.about_hall .info_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-right: 8.3333333333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .about_hall .image_block,
.about_hall .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .about_hall .image_block,
.about_hall .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_hall .image_block {
    margin-bottom: 20px;
  }
}
.about_hall .page_container .image_block img {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_hall .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_hall .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_hall .page_container .standard_text {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.about_hall .page_container:not(.active) .image_block img {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_hall .page_container:not(.active) .section_title,
.about_hall .page_container:not(.active) .standard_text {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.about_hall .page_container:not(.active) .section_title:after {
  width: 0;
}

.images_section {
  position: relative;
  overflow: hidden;
}
.images_section:before {
  display: block;
  content: "";
  padding-bottom: 10%;
  max-height: 90px;
}
.images_section .info_block {
  flex: 0 0 100%;
  max-width: 400px;
  padding: 0 10px;
  margin: 0 auto;
}
.images_section .standard_text {
  margin-top: 20px;
  max-width: 345px;
}
.images_section .images_slider {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
  white-space: nowrap;
  font-size: 0;
}
.images_section .images_slider .slick-list {
  overflow: visible;
}
.images_section .images_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 66.66%;
  vertical-align: top;
  padding: 0 10px;
}
.images_section .images_slider .slide_block .iframe_block {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.images_section .images_slider .slide_block .iframe_block iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.images_section .images_slider .slide_block:not(.playing) .iframe_block {
  display: none;
}
.images_section .images_slider .slide_block.playing .video_btn {
  display: none;
}
.images_section .images_slider .slide_block.playing .iframe_block {
  display: block;
}
.images_section .images_slider .slide_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.images_section .images_slider .slide_inner img {
  object-fit: cover;
}
.images_section .images_slider a.slide_inner {
  display: block;
}
.images_section .images_slider a.slide_inner:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.images_section .images_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  width: 58px;
  height: 58px;
  color: #ffffff;
  border: 2px solid;
  padding: 0;
  z-index: 3;
  background: transparent;
  border-radius: 50%;
}
.images_section .images_slider .slick-arrow:before {
  display: block;
  font-size: 2.1rem;
}
.images_section .images_slider .slick-prev {
  right: 100%;
}
.images_section .images_slider .slick-prev:before {
  content: "";
}
.images_section .images_slider .slick-next {
  left: 100%;
}
.images_section .images_slider .slick-next:before {
  content: "";
}
.images_section .images_slider .slick-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1365px) {
  .images_section .images_slider .slick-prev {
    left: 40px;
    right: auto;
  }
  .images_section .images_slider .slick-next {
    right: 40px;
    left: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .images_section .images_slider {
    margin-top: 30px;
  }
  .images_section .images_slider .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .images_section .images_slider .slick-arrow:before {
    font-size: 1.8rem;
  }
  .images_section .images_slider .slide_block {
    width: 75%;
  }
}
@media screen and (max-width: 575px) {
  .images_section .images_slider {
    margin-top: 20px;
  }
  .images_section .images_slider .slick-arrow {
    width: 38px;
    height: 38px;
    margin-top: -18px;
  }
  .images_section .images_slider .slick-arrow:before {
    font-size: 1.4rem;
  }
}
.images_section .images_slider .slide_block {
  width: 80%;
}
@media screen and (max-width: 479px) {
  .images_section .images_slider .slide_block {
    width: 100%;
    padding: 0;
  }
  .images_section .images_slider .slick-prev {
    left: 20px;
  }
  .images_section .images_slider .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .images_section .info_block {
    margin-left: 0;
  }
}
.images_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.images_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.images_section .page_container .images_slider {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.images_section .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.images_section .page_container:not(.active) .section_title:after {
  width: 0;
}
.images_section .page_container:not(.active) .images_slider {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
}

.about_functionality {
  position: relative;
  overflow: hidden;
  background: #F1F6F6;
}
.about_functionality:before, .about_functionality:after {
  display: block;
  content: "";
  height: 20px;
}
.about_functionality .info_block {
  padding: 0 10px;
}
.about_functionality .info_list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: serialnumber;
}
.about_functionality .info_list li {
  padding: 0 10px;
  counter-increment: serialnumber;
}
.about_functionality .info_list li:before {
  display: block;
  content: "0" counter(serialnumber);
  font-size: 130%;
  line-height: 16px;
  font-family: "montserrat-m", "montserratarm-m";
}
.about_functionality .info_list .section_subtitle {
  padding-left: 23px;
}
@media screen and (min-width: 1200px) {
  .about_functionality .info_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .about_functionality .info_list {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .about_functionality .info_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-right: auto;
  }
  .about_functionality .info_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_functionality .info_list li:nth-child(n+3) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .about_functionality .info_block,
.about_functionality .info_list {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_functionality .info_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_functionality .info_list li:not(:first-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .about_functionality .info_block,
.about_functionality .info_list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_functionality .info_block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .about_functionality .info_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_functionality .info_list li:nth-child(n+3) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 479px) {
  .about_functionality .info_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_functionality .info_list li:not(:first-child) {
    margin-bottom: 30px;
  }
}
.about_functionality .page_container .info_list li {
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.about_functionality .page_container .info_list li:first-child {
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_functionality .page_container .info_list li:nth-child(2) {
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.about_functionality .page_container .info_list li:nth-child(3) {
  -o-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.about_functionality .page_container .info_list li:nth-child(4) {
  -o-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.about_functionality .page_container .info_list li:nth-child(5) {
  -o-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.about_functionality .page_container .info_list li:nth-child(6) {
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.about_functionality .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_functionality .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_functionality .page_container .standard_text {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.about_functionality .page_container:not(.active) .image_block {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_functionality .page_container:not(.active) .section_title,
.about_functionality .page_container:not(.active) .standard_text {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_functionality .page_container:not(.active) .section_title:after {
  width: 0;
}
.about_functionality .page_container:not(.active) .info_list li {
  opacity: 0;
}

.video_section {
  position: relative;
  overflow: hidden;
}
.video_section .video_block,
.video_section .info_block {
  padding: 0 10px;
}
.video_section .standard_text {
  margin-top: 20px;
}
.video_section .video_btn {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  display: block;
}
.video_section .video_btn img {
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .video_section .video_block {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }
  .video_section .info_block {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .video_section .section_subtitle {
    max-width: 320px;
  }
  .video_section .standard_text {
    max-width: 345px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .video_section .video_block,
.video_section .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .video_section .video_block,
.video_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .video_section .video_block {
    margin-bottom: 20px;
  }
}
.video_section .video_block:not(.playing) .iframe_block {
  display: none;
}
.video_section .video_block.playing .video_btn {
  display: none;
}
.video_section .video_block.playing .iframe_block {
  display: block;
}
.video_section .page_container .video_block {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.video_section .page_container .section_subtitle {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.video_section .page_container .section_subtitle:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.video_section .page_container .standard_text {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.video_section .page_container:not(.active) .video_block {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.video_section .page_container:not(.active) .section_subtitle,
.video_section .page_container:not(.active) .standard_text {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}

.web .images_section .images_slider .slick-arrow, .images_section .images_slider .web .slick-arrow {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.images_section .images_slider a.slide_inner img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .images_section .images_slider .slick-arrow, .images_section .images_slider .touch .slick-arrow {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .images_section .images_slider .slick-arrow:hover, .images_section .images_slider .web .slick-arrow:hover {
  color: #A7DA36;
}
.touch .images_section .images_slider .slick-arrow:active, .images_section .images_slider .touch .slick-arrow:active {
  color: #A7DA36;
}

/*# sourceMappingURL=hall.css.map */
