.space-slider {
  margin-bottom: 31.25px;
}
.space-slider__content {
  position: relative;
  z-index: 1000;
  margin-bottom: 16px;
  overflow: hidden;
}
.space-slider__slide {
  height: 690px;
  position: relative;
  overflow: hidden;
}
.space-slider__slide-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.space-slider__slide-content img {
  display: block;
  height: 100%;
  margin: auto;
}
.space-slider__slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
}
.space-slider__slide-cover img {
  width: 100%;
  height: 100%;
  filter: blur(10px);
}
.space-slider__navigation {
  display: flex;
  justify-content: space-between;
}
.space-slider__pagination {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  margin-left: 16px;
  margin-right: 16px;
}
.space-slider__pagination-button {
  background-color: transparent;
  border: none;
  margin: 0 16px 12px 0;
  padding: 0;
  position: relative;
  width: 154px;
  min-width: 154px;
  outline: none;
}
.space-slider__pagination-button::after {
  content: "";
  height: 4px;
  bottom: -8px;
  position: absolute;
  left: 0;
  right: 0;
}
.space-slider__pagination-button:focus::after, .space-slider__pagination-button:active::after {
  outline: solid 1px white;
  border: solid 1px white;
}
.space-slider__pagination-button.tns-nav-active::after,
.space-slider__pagination-button.nav-active::after {
  background-color: #e94347;
}
.space-slider__pagination-button img {
  display: block;
  height: auto;
  object-fit: fill;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px #ccc;
  pointer-events: none;
}
.space-slider__button-left, .space-slider__button-right {
  width: 4%;
  height: 116px;
  min-width: 45px;
  background-color: transparent;
  border: solid 1px #ccc;
  border-radius: 3px;
  color: #ccc;
  font-size: 28px;
  line-height: 0;
  text-align: center;
  font-weight: bold;
  outline: none;
}
.space-slider__button-left:hover, .space-slider__button-right:hover {
  border-color: #e94347;
}
.space-slider__button-left:hover path, .space-slider__button-right:hover path {
  stroke: #e94347;
}
.space-slider__button-left:active, .space-slider__button-right:active {
  padding: 0;
}
.space-slider .space-price {
  display: flex;
  flex-direction: column;
}
.space-slider .discount-price {
  text-decoration: line-through #e94347 3px;
}
.space-slider .discount-notice {
  position: absolute;
  bottom: 109px;
  left: 0;
  right: 0;
  width: 223px;
  height: auto;
  padding: 8px 13px;
  margin: auto;
  background: rgba(224, 59, 60, 0.9);
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.space-slider .discount-notice.small{
  bottom: inherit;
  left: 15px;
  top: 15px;
  height: 55px;
  right: inherit;
  width: 235px;
  margin: inherit;
  font-size: 14px;
}
.space-slider .slick-arrow {
  width: 47px;
}
.space-slider .slick-arrow::before {
    color: #ff6d2c;
    font-size: 2.25rem;
}
#space-slider-fotorama {
  background-color: rgba(38, 52, 76, 0.2);
}
#space-slider-fotorama .fotorama__wrap {
  margin: 0 auto;
}
.fotorama__fullscreen-icon {
  z-index: 500;
}
.space__navigation {
  z-index: 499;
  width: 30%;
}
.fotorama__stage {
  height: 782px;
}
.fotorama__stage {
  max-height: 666px;
}
.fotorama__nav__frame img {
  display: block;
  margin: auto;
  border-width: 0;
  width: 90%;
  height: 90%;
  max-width: 110px;
}
.fotorama__nav__frame.yt img {
    width: auto;
    max-width: inherit;
    height: 116px;
}
@media screen and (max-width: 992px) {
  .space-slider__slide {
    height: 450px;
  }
  .space-slider__pagination-button {
    width: 115.5px;
    min-width: 115.5px;
    height: 87px;
  }
  .space-slider__pagination-button img {
    width: 115.5px;
    height: 87px;
  }
  .space-slider__button-left, .space-slider__button-right {
    height: 87px;
  }
  .fotorama__nav__frame.yt img {
    height: 91px;
  }
}
@media screen and (max-width: 768px) {
  .space-slider__slide {
    height: 380px;
  }
  .space-slider__pagination-button {
    width: 77px;
    min-width: 77px;
    height: 58px;
  }
  .space-slider__pagination-button img {
    width: 77px;
    height: 58px;
  }
  .space-slider__button-left, .space-slider__button-right {
    height: 58px;
    min-width: 30px;
    outline: none;
  }
  .space-slider__pagination {
    margin-left: 8px;
    margin-right: 8px;
  }
  .space-slider__pagination-button {
    margin: 0 8px 6px 0;
  }
  .space-slider__pagination-button::after {
    height: 2px;
    bottom: -4px;
  }
  .fotorama__nav__frame img {
    width: 72%;
    height: 72%;
  }
  .fotorama__nav__frame.yt img {
    height: 58px;
  }
  .space__navigation {
    display: none;
  }
}
@media screen and (max-width: 496px) {
  .space-slider .discount-notice.small {
    left: 4px;
    top: 10px;  
  }
}
@media screen and (max-width: 300px) {
  .space-slider .discount-notice.small {
    display: none;
  }
}
