* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.content-spec {
  font-size: 30px;
  color: #000000;
  background-color: #fff;
  font-family: "BebasNeueRegular";
  letter-spacing: 6px;
  overflow-x: hidden; }

@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.eot"); }

@font-face {
  font-family: "BebasNeueBold";
  src: url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.eot"); }


button:focus, input, a, .slick-slide:focus, .select2-selection, a:focus, .swiper-button-next,
.swiper-button-prev, .swiper-pagination-bullet, textarea, video {
  outline: none; }

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

.slick-slide {
  height: auto; }

div.wpcf7 .ajax-loader {
  display: none; }

ul, li {
  list-style: none; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

button {
  border: none; }

h1, h2, h3, h4, div, p, span, ul, li, button {
  padding: 0px;
  margin: 0px; }

.container, h1, h2, h3, h4, h5 {
  z-index: 10;
  position: relative; }

.fancybox-slide.fancybox-slide--video {
  padding: 10px 0; }

section {
  position: relative;
  z-index: 20; }

a, button {
  cursor: pointer; }

h2 {
  font-family: "Gilroy-ExtraBold";
  color: #000;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2.4px; }

h3 {
  font-family: "BebasNeueBold";
  font-size: 40px;
  letter-spacing: 3.2px;
  line-height: 46px; }

.h3-sub {
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 20px; }

.section-title {
  font-size: 36px;
  letter-spacing: 8px;
  border-top: 3px solid #a41c2b;
  padding-top: 35px; }

.hall-title {
  font-size: 72px;
  padding-top: 180px;
  font-family: "BebasNeueBold";
  letter-spacing: 15px;
  text-align: center;
  line-height: 70px; }

.hall-card {
  padding: 60px 0 150px 0; }

.hall-price {
  margin-top: 38px;
  width: 100%;
  line-height: 30px; }
  .hall-price tr td {
    vertical-align: top;
    padding: 8px 0; }
  .hall-price tr td:first-child {
    padding-right: 10px; }
  .hall-price tr td:last-child {
    min-width: 235px;
    text-align: right; }

.hall-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 80px; }

.hall-card-price,
.hall-card-title {
  font-size: 48px;
  line-height: 45px;
  border-bottom: 3px solid #a41c2b;
  letter-spacing: 10px; }

.hall-card-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .hall-card-sub span {
    font-size: 22px;
    letter-spacing: 5px;
    border-bottom: 3px solid #a41c2b;
    line-height: 26px;
    margin-top: 3px; }

.hall-card-info-l, .hall-card-info-r {
  padding: 10px 0; }

.hall-card-info-l {
  margin-right: 10px; }

.hall-card-info-r {
  margin-left: auto; }

.hall-slider-navi {
  position: absolute;
  bottom: 20px;
  right: 60px;
  height: 12px; }
  .hall-slider-navi .slick-arrow {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #f8f8f6;
    border-radius: 4px;
    top: 50%; }
    .hall-slider-navi .slick-arrow:before {
      opacity: 1;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .hall-slider-navi .slick-prev {
    left: -36px; }
    .hall-slider-navi .slick-prev:before {
      border-width: 5px 8px 5px 0;
      border-color: transparent #8f8c8c transparent transparent; }
  .hall-slider-navi .slick-next {
    right: -36px; }
    .hall-slider-navi .slick-next:before {
      border-width: 5px 0 5px 8px;
      border-color: transparent transparent transparent #8f8c8c; }

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 0; }
  .slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #f8f8f6;
    border-radius: 4px;
    overflow: hidden; }
    .slick-dots li button:before {
      display: none; }

.hall-slider-wrapper {
  position: relative;
  margin-bottom: 56px; }

.hall-slider-inner {
  height: 670px;
  position: relative;
  cursor: pointer; }
  .hall-slider-inner img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.hall-logo {
  position: absolute;
  z-index: 10;
  top: 16px;
  left: 16px; }

.serv {
  margin: -40px 0 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.serv-card {
  min-width: 200px;
  margin-top: 80px; }

.serv-card-title {
  margin-top: 23px;
  padding: 0 5px; }

.serv-card-img {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .serv-card-img img {
    max-width: 100%;
    max-height: 100%; }


.modal-win{top: 0;}
/*@media (min-width: 1200px) {
  .container {
    max-width: 1110px; } }*/

@media (max-width: 1000px) {
 .hall-slider-inner {
    height: 500px;}

    .serv-card {
  
    margin-top: 40px;}
    .serv{margin-top: 0;}
  }
