@font-face {
  font-family: Montserrat-Regular;
  src: url("../../fonts/Montserratarm-Regular.otf");
}
@font-face {
  font-family: Mardoto-Medium;
  src: url("../../fonts/Mardoto-Medium.ttf");
}
@font-face {
  font-family: Mardoto-Regular;
  src: url("../../fonts/mardoto_regular.ttf");
}
.slider-btn {
  display: flex;
  align-items: center;
}
.slider-btn:hover {
  opacity: 0.7;
}

.slider__right-btn #slide-right-btn[disabled] {
  opacity: 0.7;
  cursor: default;
}

.slider__left-btn #slide-left-btn[disabled] {
  opacity: 0.7;
  cursor: default;
}

.slider-body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.slider-body::-webkit-scrollbar {
  height: 3px;
}
.slider-body::-webkit-scrollbar-track {
  background: #FFF;
  border-radius: 10px;
}
.slider-body::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}
.slider-body .slider-swiper {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
  transition: all 500ms;
  height: 100%;
}
.slider-body .slider__item-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 300px;
  flex-shrink: 0;
  flex-grow: 1;
}
.slider-body .slider__item-box .slider__image-box {
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.slider-body .slider__item-box .slider__image-box .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-body .slider__item-box .slider__image-box .img-resize {
  width: 100%;
  height: 100%;
}
.slider-body .slider__item-box .slider__text {
  padding: 7px 2px;
  background-color: #FFF;
  font-size: 16px;
  font-family: Mardoto-Regular, san-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: max-content;
  line-height: 120%;
}

.empty-input {
  border: 1px solid red !important;
  filter: drop-shadow(0 0 1px #FF1212) !important;
}

@media (max-width: 768px) {
  .slider-body {
    padding-bottom: 0;
  }
  .slider-btn button svg {
    width: 2rem;
  }
}
@media (max-width: 425px) {
  .slider-body {
    padding-bottom: 0;
  }
  .slider-body .slider-swiper .slider__item-box {
    width: 85%;
    height: 200px;
  }
}
.faq-page {
  background-color: #E8FFE9;
}
.faq-page .faq-page__banner {
  height: 50vh;
}
.faq-page .faq-page__banner .faq-page__banner-content {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.faq-page .faq-page__faq-block {
  padding: 10% 5%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.faq-page .faq-page__faq-block .faq-block__title-box {
  padding-bottom: 30px;
}
.faq-page .faq-page__faq-block .faq-block__title-box p {
  font-family: Mardoto-Medium, san-serif;
  font-size: 26px;
  color: rgba(19, 52, 42, 0.5);
}

/*# sourceMappingURL=faq.css.map */
