:root {
  --swiper-wrapper-transition-timing-function: 1s;
}

body {
  position: relative;
}

#layer__popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6666666667);
}
#layer__popup .popup__wrapper {
  position: relative;
}
#layer__popup .popup__wrapper .swiper-wrapper {
  max-width: 1800px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#layer__popup .popup__wrapper .hd_pops_close {
  position: absolute;
  top: 0;
  left: 100%;
  translate: 10px 0;
  border: 0;
  background: none;
  font-size: 40px;
  width: 1em;
  height: 1em;
  overflow: hidden;
  color: transparent;
}
#layer__popup .popup__wrapper .hd_pops_close::before, #layer__popup .popup__wrapper .hd_pops_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1em;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#layer__popup .popup__wrapper .hd_pops_close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#layer__popup .popup__wrapper .hd_pops_close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#layer__popup .popup__wrapper .hd_pops_close:hover::before, #layer__popup .popup__wrapper .hd_pops_close:hover::after {
  background: var(--theme-color);
}
#layer__popup .popup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#layer__popup .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#layer__popup .swiper-slide p {
  padding: 1em 0;
  color: #fff;
  text-align: center;
  background: #000;
}
#layer__popup .swiper-slide + .swiper-slide {
  margin-left: 2dvh;
}
#layer__popup .popup__footer {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#layer__popup .popup__footer button,
#layer__popup .popup__footer a {
  width: 49.5%;
  border: 0;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  color: #fff;
  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;
  height: 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#layer__popup .popup__footer button:hover,
#layer__popup .popup__footer a:hover {
  color: var(--theme-color);
  background: #fff;
  border-radius: 0.5em;
}

@media screen and (max-width: 1600px) {
  #layer__popup .swiper-slide img {
    width: 25vw;
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  #layer__popup .popup__wrapper .hd_pops_close {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  #layer__popup .swiper {
    width: 40dvw;
    overflow: hidden;
  }
  #layer__popup .swiper .swiper-slide {
    width: 40dvw;
  }
  #layer__popup .swiper .swiper-slide img {
    width: 100%;
  }
  #layer__popup .swiper .swiper-slide + .swiper-slide {
    margin-left: 0;
  }
  #layer__popup .popup__wrapper .swiper-wrapper {
    max-width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #layer__popup .swiper-pagination {
    position: absolute;
    bottom: 9.5em;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 1px;
    font-size: 14px;
  }
  #layer__popup .swiper-pagination-bullet-active {
    background: var(--theme-color);
  }
}
@media screen and (orientation: portrait) {
  #layer__popup {
    font-size: 3.2vw;
  }
  #layer__popup .swiper,
  #layer__popup .swiper .swiper-slide {
    width: 80dvw;
  }
  #layer__popup .popup__wrapper .hd_pops_close {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    translate: 0 -5px;
    font-size: 8vw;
  }
}/*# sourceMappingURL=style.css.map */