@font-face {
  font-family: his-icons;
  src: url("../fonts/hisicons-icomoon.woff") format("woff");
}
@keyframes blink-opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes bounce-scale {
  0%, 80%, 100% {
    opacity: 0.3;
    transform: scale(0);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.db-error-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 672px;
  margin: 40px auto 0;
}
.db-error-layout .ui-static-message-title-wrapper {
  align-items: flex-start;
}
.db-error-layout .ui-static-message-title-wrapper .ui-static-icon {
  /* stylelint-disable-next-line */
  margin-top: 3px;
}
.db-error-layout__recommend-slider {
  --swiper-pagination-bottom: 0;
}
.db-error-layout__recommend-slider .swiper {
  /* stylelint-disable-next-line */
  padding: 10px;
  /* stylelint-disable-next-line */
  margin: -10px;
}
.db-error-layout__recommend-slider .swiper .swiper-wrapper {
  align-items: stretch;
}
.db-error-layout__recommend-slider .swiper .swiper-slide {
  max-width: 324px;
  height: auto;
}
.db-error-layout__recommend-slider .swiper .swiper-slide .ui-static-product-card {
  height: 100%;
}
.db-error-layout__recommend-slider .swiper .swiper-slide .ui-static-product-card .ui-static-product-card-container {
  padding-top: 16px;
}
.db-error-layout__recommend-slider .swiper .swiper-slide .ui-static-product-card .ui-static-product-card-departure-arival-info {
  padding: 0;
  margin: 0;
}
.db-error-layout__recommend-slider .swiper .swiper-slide .ui-static-product-card .ui-static-product-card-overlay-image {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 150px;
  max-height: 29px;
  aspect-ratio: initial !important;
}
.db-error-layout__recommend-slider .ui-static-slider-button-prev,
.db-error-layout__recommend-slider .ui-static-slider-button-next {
  top: 44%;
  background: rgba(44, 42, 41, 0.55);
}
.db-error-layout__recommend-slider .ui-static-slider-button-prev .ui-static-icon,
.db-error-layout__recommend-slider .ui-static-slider-button-next .ui-static-icon {
  color: var(--color-white);
}
.db-error-layout__recommend-slider .ui-static-slider-button-prev {
  left: -22px;
}
.db-error-layout__recommend-slider .ui-static-slider-button-next {
  right: -22px;
}
.db-error-layout__move-button {
  text-align: center;
}
.db-error-layout__move-button .ui-static-button:focus {
  background: var(--color-hover);
}
@media screen and (width < 768px) {
  .db-error-layout__recommend-slider .swiper {
    /* stylelint-disable-next-line */
    padding: 10px 20px;
    /* stylelint-disable-next-line */
    margin: -10px -20px;
  }
  .db-error-layout__recommend-slider .swiper .swiper-slide {
    max-width: 261px;
  }
  .db-error-layout__recommend-slider .swiper .swiper-slide.swiper-slide-prev .ui-static-product-card {
    opacity: 0;
  }
  .db-error-layout__recommend-slider .ui-static-slider-button-prev {
    left: -16px;
  }
  .db-error-layout__recommend-slider .ui-static-slider-button-next {
    right: -16px;
  }
}
@media (any-hover: hover) {
  .db-error-layout__recommend-slider .ui-static-slider-button-prev:hover,
  .db-error-layout__recommend-slider .ui-static-slider-button-next:hover {
    background: rgba(44, 42, 41, 0.3);
  }
}
@media print, screen and (width >= 768px) {
  .db-error-layout__recommend-slider .swiper .swiper-slide .ui-static-product-card .ui-static-product-card-image-container .ui-static-image {
    aspect-ratio: 324/203;
  }
}
