.reviews:not(.reviews_all) {
  padding-bottom: 60px
}
.reviews__wrap {
  margin-top: 40px;
  width: 100%
}
.reviews .desktop {
  display: flex!important
}
.reviews .mobile {
  display: none!important
}
.reviews__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -6px 0;
  padding-bottom: 10px
}
.reviews__grid .review-item {
  width: calc(33.33333% - 12px);
  margin: 20px 6px 0
}
.reviews__grid .review-item.review-item_open .review-item__wrapper {
  box-shadow: 0 0 15px rgba(0,0,0,.08)
}
.reviews__pagination {
  margin-bottom: 0
}
.reviews_col_2 .review-item {
  width: calc(50% - 12px)
}
.reviews-tags {
  display: flex;
  margin-bottom: 34px;
  flex-wrap: wrap
}
.reviews-tags__tag {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  height: 34px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  margin-right: 6px;
  margin-bottom: 6px;
  white-space: nowrap
}
.reviews-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 32px
}
.reviews-list__item {
  width: calc((100% / 4) - 12px);
  margin: 0 6px 12px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden
}
.reviews-list .reviews-card__img {
  width: 100%;
  position: relative
}
.reviews-list .reviews-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  max-height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%
}
.reviews-list .reviews-card__img_video::before {
  content: url(../img/svg/icon-play.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}
.reviews-list .reviews-card__descr {
  padding: 20px 20px 40px
}
.reviews-list .reviews-card__tag {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #858585;
  margin-bottom: 10px
}
.reviews-list .reviews-card__name {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.reviews-list .reviews-card__name span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #0e0e0e
}
.reviews-pagination {
  background-color: #f3f3f3;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0
}
.reviews-pagination__more {
  display: flex;
  align-items: center;
  margin-left: 30px
}
.reviews-pagination__more span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #e81b23
}
.reviews-pagination__more svg {
  margin-left: 12px
}
.reviews-pagination__paginator {
  display: flex;
  align-items: center;
  margin-right: 10px
}
.reviews-pagination__paginator .paginator__wrap {
  display: flex;
  align-items: center;
  margin: 0 24px
}
.reviews-pagination__paginator .paginator__button {
  background-color: #fff;
  border-radius: 10px;
  width: 44px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #0e0e0e;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.reviews-pagination__paginator .paginator__button_active {
  background-color: #e81b23;
  color: #fff
}
.reviews-pagination__paginator .paginator__dots {
  width: 44px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #0e0e0e;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.reviews-pagination__paginator .paginator__arrow {
  background-color: #fff;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.reviews-detail {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap
}
.reviews-detail-image {
  order: 1;
  width: calc((100% / 3 * 2) - 6px);
  margin-right: 6px;
  border-radius: 20px;
  overflow: hidden
}
.reviews-detail-other {
  order: 2;
  width: calc((100% / 3) - 6px);
  margin-left: 6px
}
.reviews-detail-other__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #0e0e0e;
  padding: 6px 10px 24px
}
.reviews-detail-other__item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: block;
  margin-bottom: 5px
}
.reviews-detail-other__item__tag {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #e81b23;
  margin-bottom: 8px
}
.reviews-detail-other__item__text {
  display: flex;
  align-content: flex-start
}
.reviews-detail-other__item__text span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #0e0e0e
}
.reviews-detail-other__item__text svg {
  min-width: 28px;
  margin-top: -3px
}
.reviews-detail-other__show-all {
  margin-left: 20px;
  display: flex;
  align-items: center;
  margin-top: 24px
}
.reviews-detail-other__show-all span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #e81b23
}
.reviews-detail-other__show-all svg {
  margin-left: 12px
}
.reviews-detail-gallery {
  order: 3;
  margin-top: 80px;
  width: 100%
}
.reviews-detail-gallery__title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #0e0e0e;
  text-align: center;
  margin-bottom: 40px
}
.reviews-detail-gallery__wrap {
  margin: 0 -6px
}
.reviews-detail-gallery__item {
  position: relative;
  margin: 0 6px
}
.reviews-detail-gallery__item img {
  width: 100%
}
.reviews-detail-gallery__item_video::before {
  content: url(../img/svg/icon-play.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}
.reviews-detail-gallery .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -11px;
  background-color: #f3f3f3;
  border-radius: 50%;
  z-index: 7
}
.reviews-detail-gallery .slick-arrow:hover {
  background-color: #0e0e0e
}
.reviews-detail-gallery .slick-arrow:hover::before {
  background-image: url(../img/content/icon-arrow-left-w.svg)
}
.reviews-detail-gallery .slick-arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/content/icon-arrow-left.svg);
  background-size: 16px 16px;
  background-position: center
}
.reviews-detail-gallery .slick-next {
  left: auto;
  right: -11px
}
.reviews-detail-gallery .slick-next::before {
  transform: rotate(180deg)
}
.reviews-detail-gallery .slick-dots {
  bottom: -21px
}
.reviews-detail-gallery .slick-dots li {
  margin: 0
}
.reviews-detail-gallery .slick-dots .slick-active button::before {
  font-size: 8px
}
.reviews-detail-gallery__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px
}
.reviews-detail-gallery__btn .btn:hover {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
  color: #fff
}
@media (max-width:1200px) {
  .reviews-list__item {
    width: calc((100% / 3) - 12px)
  }
}
@media (max-width:1024px) {
  .reviews__grid .review-item {
    width: calc(50% - 12px)
  }
  .reviews_col_2 .review-item {
    width: 100%
  }
}
@media (max-width:1023px) {
  .reviews:not(.reviews_all) {
    padding-bottom: 10px
  }
  .reviews__wrap {
    margin: 12px auto 0
  }
  .reviews .desktop {
    display: none!important
  }
  .reviews .mobile {
    display: flex!important
  }
  .reviews-tags {
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
  }
  .reviews-tags::-webkit-scrollbar {
    background-color: transparent!important;
    width: 0!important;
    height: 0!important
  }
  .reviews-tags::-webkit-scrollbar-track {
    background: 0 0!important
  }
  .reviews-tags::-webkit-scrollbar-thumb {
    background: 0 0!important
  }
  .reviews-tags::-webkit-scrollbar-thumb:hover {
    background: 0 0!important
  }
  .reviews-tags__tag {
    margin-bottom: 0
  }
  .reviews-list__item {
    width: calc((100% / 2) - 12px)
  }
  .reviews-list .reviews-card__img img {
    min-height: 150px;
    max-height: 150px
  }
  .reviews-list .reviews-card__descr {
    padding: 20px 20px 25px
  }
  .reviews-list .reviews-card__tag {
    margin-bottom: 13px
  }
  .reviews-list .reviews-card__name span {
    font-size: 16px
  }
  .reviews-pagination {
    flex-direction: column;
    padding: 10px 12px
  }
  .reviews-pagination__more {
    margin: 11px 0 21px
  }
  .reviews-pagination__paginator {
    margin-right: 0
  }
  .reviews-detail-image {
    width: 100%;
    margin-top: -12px
  }
  .reviews-detail-other {
    order: 3;
    width: 100%;
    margin-left: 0;
    margin-top: 30px
  }
  .reviews-detail-other__title {
    font-size: 18px;
    line-height: 23px
  }
  .reviews-detail-other__item {
    padding: 16px
  }
  .reviews-detail-other__item__tag {
    font-size: 14px;
    line-height: 110%;
    color: #858585
  }
  .reviews-detail-other__item__text span {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    padding-right: 20px
  }
  .reviews-detail-gallery {
    order: 2;
    margin-top: 40px
  }
  .reviews-detail-gallery__title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px
  }
}
@media (max-width:768px) {
  .reviews__grid .review-item {
    width: 100%;
    margin: 10px 0 0
  }
  .reviews_col_2 .review-item {
    margin: 10px 0 0
  }
}
@media (max-width:767px) {
  .reviews-list {
    margin-left: 0;
    margin-right: 0
  }
  .reviews-list__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px
  }
  .reviews-pagination__paginator .paginator__wrap {
    margin: 0 2px
  }
  .reviews-pagination__paginator .paginator__button,
  .reviews-pagination__paginator .paginator__dots {
    width: 34px
  }
}
@media (max-width:520px) {
  .reviews__grid {
    margin: -10px 0 0
  }
}