.msiFooter {
  display: none;
}

.edition {
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.edition .fontBold {
  font-family: "din-2014", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.edition .fontM {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.edition .hiddenBlock {
  display: none;
}
.edition .showBlock {
  display: block;
}

.kv {
  width: 100%;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.kv__figure {
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 0;
}
.kv__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv__figure-position {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  -webkit-animation: opacityAnimate 4s 1s linear forwards;
          animation: opacityAnimate 4s 1s linear forwards;
}
.kv__outside {
  position: relative;
  z-index: 5;
}
.kv__bg {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background-size: 100% 400%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0c0d0d), color-stop(#535868), color-stop(#0c0d0d), color-stop(#18181c), color-stop(65%, #3a3d46), color-stop(97%, #0c0d0d));
  background-image: linear-gradient(to top, #0c0d0d, #535868, #0c0d0d, #18181c, #3a3d46 65%, #0c0d0d 97%);
  -webkit-animation: kvAnimate 5s linear;
          animation: kvAnimate 5s linear;
}

@media (min-width: 996px) {
  .kv__bg {
    height: 70vh;
  }
}
@media (min-width: 1600px) {
  .kv__bg {
    height: 90vh;
  }
}
@media (min-width: 1930px) {
  .kv__bg {
    height: 100vh;
  }
}
@-webkit-keyframes kvAnimate {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes kvAnimate {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-webkit-keyframes opacityAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.social {
  background: #000;
  text-align: center;
  padding: 5% 25px 5%;
  font-size: 24px;
}
.social__flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social__flex a {
  width: 50px;
  display: inline-block;
  margin: 20px;
}
.social__flex a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.timeBox {
  background: #000;
  text-align: center;
  padding: 3% 25px 5%;
}
.timeBox h2 {
  font-size: 30px;
  font-weight: 100;
}
.timeBox__date {
  display: none;
}
.timeBox .dateLine {
  width: 100%;
  max-width: 1440px;
  padding: 25px;
  margin: 0 auto;
  display: inline-block;
  margin: 0 auto;
}
.timeBox .dateLine__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.timeBox .dateLine__flex-font {
  font-size: 28px;
  font-weight: 100;
  line-height: 1;
}
.timeBox .dateLine__flex p {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.timeBox .dateLine__flex .colon {
  margin: 0 10px;
}
.timeBox .dateBox__text {
  margin: 30px auto;
}
.timeBox .dateBox__text-title {
  font-size: 28px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}
.timeBox .dateBox__text-small {
  color: #939393;
  font-size: 18px;
}
.timeBox .popUpBox__btn {
  font-size: 16px;
  padding: 10px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 10px auto;
  width: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.timeBox .popUpBox__btn:hover {
  background: #4e4e4e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 576px) {
  .timeBox {
    padding: 3% 25px 5%;
  }
  .timeBox h2 {
    font-size: 36px;
  }
  .timeBox .dateLine__flex-font {
    font-size: 38px;
  }
  .timeBox .dateLine__flex p {
    font-size: 18px;
  }
  .timeBox .dateLine__flex .colon {
    margin: 0 10px;
  }
  .timeBox .popUpBox__btn {
    margin: 10px;
  }
}
@media (min-width: 996px) {
  .timeBox {
    padding: 2% 25px 6%;
  }
  .timeBox h2 {
    font-size: 70px;
  }
  .timeBox .dateLine__flex-font {
    font-size: 70px;
  }
  .timeBox .dateLine__flex p {
    font-size: 20px;
  }
  .timeBox .dateLine__flex .colon {
    margin: 0 30px;
  }
  .timeBox .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeBox .dateBox__text {
    margin: 20px 0px;
    padding: 0 30px;
  }
  .timeBox .dateBox__text:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .timeBox .dateBox__text-title {
    font-size: 30px;
  }
  .timeBox .dateBox__text-small {
    color: #939393;
    font-size: 20px;
  }
  .timeBox .popUpBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeBox .popUpBox__btn {
    font-size: 20px;
    padding: 10px 0;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0px 40px;
    width: 220px;
  }
}
.popUp {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6117647059);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  display: none;
}
.popUp__box {
  width: 800px;
  min-height: 500px;
  background: #000;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  display: none;
}
.popUp__box--active {
  display: block;
}
.popUp__box .closeBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.popUp__box .closeBtn__figure {
  width: 30px;
}
.popUp__box .closeBtn__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popUp__box h2 {
  font-size: 42px;
  margin-top: 50px;
}
.popUp__box-title {
  margin-top: 0 !important;
}
.popUp__box p {
  font-size: 20px;
  color: #949494;
}
.popUp__box .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  margin: 20px auto;
  border-radius: 50px;
  border: 2px solid #fff;
}
.popUp__box .iconBox__link {
  display: inline-block;
  margin: 12px 20px;
  width: 35px;
}
.popUp__box .iconBox__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popUp--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popUp__form {
  max-height: 500px;
  overflow-y: scroll;
}
.popUp__form::-webkit-scrollbar {
  opacity: 0;
  width: 5px;
}
.popUp__form::-webkit-scrollbar-track {
  opacity: 0;
  border: 1px solid #444444;
  padding: 2px 0;
  background-color: #c7c7c7;
}
.popUp__form::-webkit-scrollbar-thumb {
  opacity: 0;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #ffffff;
          box-shadow: inset 0 0 6px #ffffff;
  background-color: #1f1f1f;
}

@media (min-width: 576px) {
  .popUp__form {
    overflow-y: auto;
    max-height: 100%;
  }
}
:root {
  --emscol-border: #ccc;
  --emscol-focus: #eee;
  --emscol-focus-opt: #ff0000;
  --emscol-focus-opt-ckecked: #fff;
}

.formStyle {
  width: 80%;
}
.formStyle input {
  color: #fff;
}
.formStyle input,
.formStyle select,
.formStyle textarea {
  outline: none;
  border: var(--emscol-border) 1px solid;
  border-radius: 4px;
  padding: 10px;
  font-size: 100%;
  color: #fff !important;
  width: 100%;
  background: #000 !important;
}
.formStyle input.error,
.formStyle select.error,
.formStyle textarea.error {
  border-color: var(--emscol-error);
}
.formStyle input:focus,
.formStyle select:focus,
.formStyle textarea:focus {
  outline: var(--emscol-focus) 1px solid;
  -webkit-box-shadow: var(--emscol-focus) 0 0 5px;
          box-shadow: var(--emscol-focus) 0 0 5px;
}
.formStyle .ems__item {
  padding-bottom: 0;
  margin: 0 auto;
}
.formStyle .ems__item__item__note {
  padding: 5px;
}
.formStyle .ems__title {
  text-align: left;
  display: block;
  font-size: 18px;
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}
.formStyle .ems__tc li {
  margin-bottom: 0;
}
.formStyle .ems__tc a {
  display: inline-block;
  color: red;
}
.formStyle .ems__tc p {
  text-align: left;
  width: 100%;
  font-size: 14px;
  margin: 0;
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.formStyle .ems__send {
  padding: 0px;
}
.formStyle .ems__send button {
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  background: #000;
}
.formStyle .ems__send button:hover {
  background: #ffffff;
  color: #000000;
}
.formStyle .ems-form--checkbox input[type=checkbox] {
  display: none;
}
.formStyle .ems-form--checkbox input[type=checkbox]:checked + label::before {
  border-color: var(--emscol-focus-opt);
  background: var(--emscol-focus-opt);
}
.formStyle .ems-form--checkbox input[type=checkbox]:checked + label::after {
  content: "\ea01";
  font-family: "msi-icons" !important;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--emscol-focus-opt-ckecked);
  font-weight: bold;
  font-size: 16px;
}
.formStyle .ems-form--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.formStyle .ems-form--checkbox label::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  border: var(--emscol-border) 1px solid;
  background-color: none;
  border-radius: 3px;
  margin-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin-top: 4px;
}

@media (min-width: 996px) {
  .formStyle .ems__item:nth-child(1), .formStyle .ems__item:nth-child(2) {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .formStyle .ems__item:nth-child(1) {
    margin-right: 20px;
  }
}
.textBox {
  width: 100%;
}
.textBox__bold {
  font-weight: 900;
}
.textBox ul {
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  padding: 5%;
  color: #000;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .textBox ul {
    font-size: 26px;
  }
}
.outside {
  width: 100%;
  line-height: 0;
}
.outside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sliderBox {
  width: 100%;
  line-height: 0;
  background: #000;
}
.sliderBox .swiper {
  width: 100%;
}
.sliderBox .swiper .swiper-slide {
  color: #000;
  width: 100%;
}
.sliderBox .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sliderBox .swiper .swiper-slide .available {
  position: relative;
}
.sliderBox .swiper .swiper-slide .swiperText {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
}
.sliderBox .availableBox {
  background: #fff;
  color: #000;
  width: 100%;
  height: 300px;
  border-bottom: 1px solid #000;
}
.sliderBox .availableBox__text {
  text-align: center;
  line-height: 300px;
  font-size: 20px;
}

@media (min-width: 996px) {
  .sliderBox {
    width: 100%;
  }
  .sliderBox .swiper {
    width: 100%;
  }
  .sliderBox .swiper .swiper-slide {
    color: #000;
    width: 100%;
  }
  .sliderBox .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sliderBox .swiper .swiper-slide .available {
    position: relative;
  }
  .sliderBox .swiper .swiper-slide .swiperText {
    font-size: 30px;
  }
  .sliderBox .availableBox__text {
    font-size: 30px;
  }
}/*# sourceMappingURL=main.css.map */