/*! Varriables */
.reviews {
  padding: 0 0 74px 0;
}
.reviews .container {
  min-height: 550px;
}
.reviews h2 {
  font-family: "AireBoldPro", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #424242;
}
@media (max-width: 767px) {
  .reviews h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .reviews {
    padding: 0 0 528px 0;
    margin-bottom: -365px;
    background-image: url(../../assets/images/home/block6/fon-footer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
.reviews__title {
  padding: 153px 0 80px 0;
}
@media (max-width: 768px) {
  .reviews__title {
    padding: 100px 0 40px 0;
  }
}
.reviews__title h1 {
  text-align: center;
  font-family: "AireBoldPro", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #424242;
}
@media (min-width: 768px) {
  .reviews__title h1 {
    font-size: 64px;
  }
}
@media (min-width: 768px) {
  .reviews__title h1::before {
    position: absolute;
    content: "";
    width: 514px;
    height: 315px;
    left: -231px;
    top: -20px;
    background-image: url(../../assets/images/reviews/feather-1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .reviews__title h1::before {
    left: -181px;
    top: 0;
  }
}
@media (min-width: 1440px) {
  .reviews__title h1::before {
    left: -150px;
  }
}
@media (min-width: 1920px) {
  .reviews__title h1::before {
    left: 131px;
  }
}
@media (min-width: 768px) {
  .reviews__title h1::after {
    position: absolute;
    content: "";
    width: 622px;
    height: 425px;
    top: 0;
    right: -280px;
    background-image: url(../../assets/images/reviews/feather-2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
  }
}
@media (min-width: 1440px) {
  .reviews__title h1::after {
    top: 0;
    right: -131px;
  }
}
@media (min-width: 1920px) {
  .reviews__title h1::after {
    top: 0;
    right: 31px;
  }
}
.reviews__container {
  margin: 0 auto;
  max-width: 980px;
}
@media (min-width: 1024px) {
  .reviews__list::before {
    position: absolute;
    content: "";
    width: 237px;
    height: 234px;
    left: 0;
    top: 930px;
    background-image: url(../../assets/images/reviews/feather-3.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
  }
}
@media (min-width: 1920px) {
  .reviews__list::before {
    left: 200px;
  }
}
@media (min-width: 1024px) {
  .reviews__list::after {
    position: absolute;
    content: "";
    width: 357px;
    height: 330px;
    right: -60px;
    top: 930px;
    background-image: url(../../assets/images/reviews/feather-4.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
  }
}
@media (min-width: 1920px) {
  .reviews__list::after {
    right: 95px;
  }
}
.reviews__item:not(:last-child) {
  margin-bottom: 80px;
}
.reviews__item__data-thumb {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
@media (max-width: 1023px) {
  .reviews__item__data-thumb {
    align-items: center;
  }
}
.reviews__item__name {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  color: #424242;
}
.reviews__item__city, .reviews__item__date {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.04em;
  color: rgba(66, 66, 66, 0.5);
}
@media (min-width: 1024px) {
  .reviews__item__date {
    margin-top: 22px;
  }
}
.reviews__item-image {
  display: block;
  width: 280px;
  height: 375px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .reviews__item-image {
    margin: 0 auto;
  }
}
.reviews__item-image-thumb {
  min-width: 280px;
  height: 375px;
  border-top-right-radius: 150px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .reviews__item-image-thumb {
    margin-right: 58px;
  }
}
.reviews__item__text {
  position: relative;
  margin: 67px 0 0 0px;
  max-height: 200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reviews__item__text {
    margin: 40px 0 0 0px;
  }
}
.reviews__item__text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #666666;
}
.reviews__item__text p:not(:last-child) {
  margin-bottom: 30px;
}
.reviews__item__text__gradient:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
  pointer-events: none;
}
.reviews__item__text__show-more {
  height: auto;
  overflow: visible;
  max-height: 100%;
}
.reviews__item__text-thumb {
  position: relative;
  width: 100%;
}
.reviews__item__text-thumb iframe {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .reviews__item__text-thumb iframe {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .reviews__item__container {
    display: flex;
  }
}

.btn-show-more {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #856d65;
  background-color: inherit;
}
@media (min-width: 1024px) {
  .btn-show-more {
    margin-right: 45px;
  }
}
.btn-show-more:hover .icon-arrow-down-line {
  height: 55px;
}
.btn-show-more__center {
  margin-top: 24px;
  text-align: center;
}
.btn-show-more__hide {
  display: none;
}

.icon-arrow-down-line {
  width: 1px;
  height: 30px;
  background: #856d65;
  margin: 5px auto 0 auto;
  transition: 0.5s;
}

.icon-arrow-down {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 7px;
}

.icon-arrow-up {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-45%) rotate(180deg);
  width: 12px;
  height: 7px;
}

.line-up {
  position: absolute;
  left: 50%;
}

.pagination {
  padding: 0;
}

.pagination__container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .pagination__container {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .reviews__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .pagination__container {
    margin-top: 25px;
  }
  .btn-show-more:hover .icon-arrow-down-line {
    height: 20px;
  }
  .icon-arrow-down-line {
    height: 20px;
  }
}