/*
 * Colors
 */
/*
 * Breakpoints
 */
.reviews {
  padding: 54px 0 112px;
  position: relative;
}
@media (min-width: 992px) {
  .reviews {
    padding: 100px 0 80px;
  }
}
.reviews .reviews-info p a {
  color: var(--accent);
}
.reviews .reviews-info p a:hover {
  text-decoration: underline;
}
.reviews .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .reviews .wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .reviews .wrapper {
    padding: 0 40px;
  }
}
.reviews-head {
  padding: 0 20px;
  justify-content: center;
}
@media (min-width: 992px) {
  .reviews-head {
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
}
.reviews-info {
  align-items: center;
}
@media (min-width: 992px) {
  .reviews-info {
    align-items: flex-start;
  }
}
.reviews-list {
  margin-top: 32px;
  border: 1px solid #e2e8ed;
}
@media (min-width: 992px) {
  .reviews-list {
    margin-top: 42px;
  }
}
.reviews .review {
  padding: 40px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1200px) {
  .reviews .review {
    padding: 50px 40px;
  }
}
.reviews .review-content {
  margin-top: 10px;
  min-height: 140px;
  position: relative;
  z-index: 1;
}
.reviews .review-content p {
  color: #5e6265;
  display: inline;
}
.reviews .review-content a {
  color: var(--accent);
  text-decoration: underline;
  display: inline;
}
.reviews .review-author {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8ed;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .reviews .review-author {
    padding-top: 26px;
  }
}
.reviews .review-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .review-author strong {
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.reviews .swiper-slide {
  display: flex;
  align-self: stretch;
  height: auto;
  position: relative;
  border-right: 1px solid #e2e8ed;
}
@media (min-width: 992px) {
  .reviews .swiper-slide {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .reviews .swiper-slide.swiper-slide-next {
    border-left: 1px solid #e2e8ed;
    border-right: 1px solid #e2e8ed;
  }
}
.reviews .swiper-wrapper {
  box-sizing: border-box;
}
.reviews-navigation {
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 992px) {
  .reviews-navigation {
    position: static;
    width: auto;
  }
}
.reviews-navigation div:not(.reviews-navigation-dots) {
  width: 40px;
  height: 40px;
  background: #f2f4f5;
  cursor: pointer;
  position: relative;
  display: flex;
}
@media (min-width: 992px) {
  .reviews-navigation div:not(.reviews-navigation-dots) {
    width: 54px;
    height: 54px;
  }
}
.reviews-navigation div:not(.reviews-navigation-dots):after, .reviews-navigation div:not(.reviews-navigation-dots):before {
  width: 9px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reviews-navigation div:not(.reviews-navigation-dots):focus {
  outline: none;
}
.reviews-navigation div:not(.reviews-navigation-dots).disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.reviews-navigation-prev:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjUgMUwxLjUgOEw4LjUgMTUiIHN0cm9rZT0iIzE5MUUyMiIvPgo8L3N2Zz4K);
}
.reviews-navigation-next:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgMTVMNy41IDhMMC41IDEiIHN0cm9rZT0iIzE5MUUyMiIvPgo8L3N2Zz4K);
}
.reviews-navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 100px);
  position: static;
}
@media (min-width: 992px) {
  .reviews-navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}
.reviews-navigation .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background: #e2e8ed;
  margin: 0 2.5px;
  padding: 0;
  border-radius: 0;
  transition: background-color 0.5s, opacity 0.5s;
}
@media (min-width: 992px) {
  .reviews-navigation .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet {
    height: 2px;
  }
}
.reviews-navigation .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--accent);
}
.reviews .reviews-list-google .star-rating::before, .reviews .reviews-list-google .star-rating .star-rating span::before {
  display: none;
}
.reviews .reviews-list-google .review-union {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8ed;
}
@media (min-width: 1200px) {
  .reviews .reviews-list-google .review-union {
    padding-top: 26px;
  }
}
.reviews .reviews-list-google .review-union .review-author {
  margin-top: 0;
  padding-top: 0;
  border-top: 0px solid #e2e8ed;
}
@media (min-width: 1200px) {
  .reviews .reviews-list-google .review-union .review-author {
    padding-top: 0px;
  }
}
.reviews .reviews-list-google .review-rating {
  margin-bottom: 4px;
}
.reviews .reviews-list-google .review-content {
  margin-top: 0;
}
