#reviews {
  padding: 98px 0 50px 0;
}

#reviews .container {
  --content-width: 1345px;
}

#reviews .title {
  font-size: 55px;
  margin-bottom: 38px;
}

#reviews .inner {
  padding: 0 57px;
  position: relative;
}

#reviews .swiper-slide {
  border: 1.5px solid #b3b3b3;
  padding: 32px 34px;
  font-size: 18px;
  line-height: 23px;
  height: auto;
}

#reviews .swiper-button-next,
#reviews .swiper-button-prev {
  position: absolute;
  background-image: url('../../images/icons/swiper-arrow.png');
  background-size: 9px 17px;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-color: var(--light-gray);
  border-radius: 50%;
  opacity: 1;
}

#reviews .swiper-button-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#reviews .swiper-button-next {
  top: 50%;
  right: 0px;
  left: unset;
  transform: translateY(-50%) scale(-1);
}

#reviews .swiper-button-next:after,
#reviews .swiper-button-prev:after {
  display: none;
}

#reviews .swiper-pagination {
  display: none;
  bottom: -45px;
}

#reviews .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #d4d4d4;
  background: transparent;
  opacity: 1;
  margin: 0 5px;
}

#reviews .swiper-pagination-bullet-active {
  border: 1px solid #a20101;
  background-color: var(--red);
}

#reviews .top {
  margin-bottom: 17px;
}

#reviews .top > img {
  margin-right: 18px;
}

#reviews .cname {
  font-size: 32.5px;
  line-height: 1em;
  margin-bottom: 4px;
}

#reviews .rating {
  gap: 5px;
}

#reviews .button {
  width:305px;
  height: 67px;
  line-height: 67px;
  background-color: var(--red);
  font-size: 25px;
  margin-top: 45px;
}

@media screen and (max-width: 992px) {
  #reviews .inner {
    padding: 0;
  }

  #reviews .swiper-button-next,
  #reviews .swiper-button-prev {
    display: none;
  }

  #reviews .swiper-pagination {
    display: block;
  }

  #reviews .swiper {
    margin-left: -15px;
    width: 100vw;
    overflow: visible;
    padding-left: 15px;
  }

  #reviews .button {
    margin-top: 77px;
  }
}

@media screen and (max-width: 567px) {
  #reviews {
    padding: 28px 0 16px 0;
  }

  #reviews .title {
    font-size: 41px;
    line-height: 43px;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }

  #reviews .top {
    margin-bottom: 13px;
  }

  #reviews .top > img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }

  #reviews .rating img {
    width: 14px;
    height: auto;
  }

  #reviews p {
    font-size: 13px;
    line-height: 15px;
  }

  #reviews .cname {
    font-size: 22px;
  }

  #reviews .swiper-slide {
    padding: 17px 22px 38px 23px;
  }

  #reviews .button {
    width:247px;
    line-height: 54px;
    height: 54px;
    font-size: 20px;
  }
}