/*Слайдер Отзывы*/

.reviews {
  width: 100%;
  background: url('/assets/img/reviews-b.jpg') center no-repeat;
  background-size: cover;
}
.reviews-wrap {
  width: 100%;
  height: 646px;
  background-color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  color: #fff;
  position: relative;
}

.reviews h2 {
  margin-top: 28px;
  margin-bottom: 66px;
  color: inherit;
}

.reviews-slider {
  width: 1490px;
  margin: 0 auto;
  font-size: 0;
}

.review-slider-item {
  display: inline-block;
  width: 428px;
  height: 421px;
  padding: 0 38px 7px 0;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-right: 104px;
}

.review-item-card {
  width: 390px;
  height: 340px;
  border: 2px solid #fff;
  padding: 28px 14px 4px;
  font-size: 16.15px;
}

.review-item-card p {
  font-family: 'open_sanslight';
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 24px;
  line-height: 20px;
}

.review-card-signature {
  font-family: 'open_sanssemibold';
  font-style: italic;
  font-size: 18px;
  border-top: 2px solid #fff;
  margin: 0 54px;
  padding: 16px 0 18px;
}

.review-card-title {
  font-family: 'robotolight_italic';
  padding-bottom: 14px;
  border-bottom: 2px solid #fff;
  margin: 0 54px;
}

.review-item-doc {
  position: absolute;
  bottom: 12%;
  right: 0;
  width: 73px;
  height: 103px;
  line-height: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.review-item-doc img {
  width: 100%;
  height: auto;
}

.review-doc-hover {
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  line-height: 0;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out; 
}

.review-doc-hover img {
  width: 34px;
  margin: 0 auto;
  margin-top: 48%;
  opacity: 0;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out; 
}

.review-doc-hover:hover {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out; 
}

.review-doc-hover:hover img {
  opacity: 1;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out; 
}

.reviews-slider-nav-wrap {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.reviews-slider-nav {
  width: 1270px;
  margin: 0 auto;
  padding: 22px 0px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  align-items: center;
}

.review-item-link {
  width: 232px;
  height: 50px;
  margin: 0 auto;
  margin-top: 26px;
}
.review-item-link a {
  width: 100%;
  height: auto;
  font-family: 'robotomedium';
  color: inherit;
  font-size: 20px;
  padding: 14px 0 11px;
  border: 1px solid #db7822;
  opacity: 0;
}

.reviews-section-slider-wrap {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.reviews-section-slider {
  width: 1180px;
  padding: 0 85px;
}

.review-item {
  width: 1011px;
  height: 213px;
}

.review-pic-wrap {
  width: 190px;
  display: inline-block;
  margin-right: -6px;
}

.review-pic {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  vertical-align: top;
  margin: 0 auto;
}

.review-pic1 {
  background: url('/assets/img/reviews/03.jpg');
}

.review-pic2 {
  background: url('/assets/img/reviews/02.jpg');
}

.review-pic3 {
  background: url('/assets/img/reviews/01.jpg');
}

.review-pic4 {
  background: url('/assets/img/reviews/04.jpg');
}

.review-pic5 {
  background: url('/assets/img/reviews/05.jpg');
}

.review-dsc {
  display: -webkit-box;
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  height: 100%;
  flex: 1;
  width: 812px;
  vertical-align: top;
}

.review-dsc p {
  margin-bottom: 18px;
}

.review-dsc__title {
  font-family: 'robotomedium';
  font-size: 24px;
  margin-bottom: 14px;
}

.review-dsc__other,
.review-room-type,
.review-system-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  align-items: flex-start;
}

.review-room-type,
.review-system-type {
  flex-wrap: nowrap;
}

.review-room-type__title,
.review-system-type__title {
  font-family: 'robotomedium';
  margin-right: 7px;
}

.review-dsc__other a {
  border-bottom: 1px dashed #047878;
}

.review-arrow-prev,
.review-arrow-next{
  position: absolute;
  top: 45%;
  width: 30px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  border: none;
  outline: none;
}

.review-arrow-prev {
  background: url('/assets/img/reviews/review-arrow-prev.png') no-repeat;
  background-size: contain;
  left: 0;
}

.review-arrow-next {
  background: url('/assets/img/reviews/review-arrow-next.png') no-repeat;
  background-size: contain;
  right: 0;
}

@media screen and (max-width: 1180px) {
  .reviews {
    display: none;
  }
}