@charset "UTF-8";
.feetback__content {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 3.2rem;
}
.feetback__block {
  width: 100%;
  border-radius: 2rem;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  height: 100%;
}
.feetback__block-top {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.feetback__block-image {
  max-width: 11.3rem;
  aspect-ratio: 1;
}
.feetback__block-image img {
  width: 100%;
  height: 100%;
}
.feetback__block-text {
  display: flex;
  flex-direction: column;
}
.feetback__block-name {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #dbdbdb;
}
.feetback__block-job {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
}
.feetback__info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.feetback__info-block {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.feetback__info-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
}
.feetback__info-text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 100%;
}
.feetback__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.feetback__buttons button {
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: none;
  width: 6rem;
  height: 6rem;
}
.feetback__buttons button img {
  max-width: 1.5rem;
  width: 100%;
  height: 100%;
}

/* --- Swiper base --- */
.feetback__slider {
  position: relative;
  width: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: 74rem !important;
  height: 100% !important;
  display: flex;
  margin-right: 0 !important;
}

/* Ховаємо стрілки на десктопі */
@media (min-width: 768px) {
  .feetback__buttons {
    display: none;
  }
}
.feetback-button-next {
  rotate: 180deg;
}

/* Мобілка — swiper */
@media (max-width: 767px) {
  .swiper-slide {
    width: 60rem !important;
    height: 80rem !important;
    margin-right: 20px !important;
  }
  .feetback__content {
    display: flex !important;
    gap: 0;
  }
  .feetback__info-text {
    font-size: 2.4rem;
  }
}
.faqs__feetback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}/*# sourceMappingURL=feetback.css.map */