

.revs_info {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  order: 4;
  margin-top: 200px;
  position: relative;
}

.revs_info .ptype10 {
  position: absolute;
  top: -80%;
  right: 100%;
  z-index: 100;
}

.revs_info .ptype10 img,
.revs_info .ptype10 .sphere_box {
  width: 778px;
  height: 778px;
  filter: blur(25px);
}

.revs_info_eye {
  max-width: 90%;
}

.revs_info_holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.revs_info_num {
  color: #DF0022;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -2.033px;
  margin-bottom: 10px;
}

.revs_info_text {
  color: #192233;
  text-align: left;
  font-size: 20px;
  line-height: 120%;
  max-width: 270px;
  padding-left: 10px;
}

.revs_bottom_text {
  color: #192233;
  font-size: 80px;
  line-height: 93px;
  letter-spacing: -2.033px;
}

.revs_info_bottom {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
  justify-content: space-between;
  order: 5;
  margin-top: 80px;
  z-index: 200;
}

.revs_info_bottom {
  display: flex;
  align-items: center;
  position: relative;
}

.reviews_page .container {
  z-index: 110;
  position: relative;
}

.reviews_page .section_title_row {
  order: 1;
}

.reviews_page .links__list {
  order: 2;
}

.reviews_page .reviews_list_page {
  order: 3;
}

.reviews_page .pagination {
  order: 4;
}

.reviews_page .revs_info {
  order: 6;
}

.reviews_page .revs_info_bottom {
  order: 5;
}

.reviews_page .ptype52 {
  top: 300px;
  bottom: auto;
}

.reviews_page .ptype53 {
  top: 350px;
  bottom: auto;
}

.reviews_page .ptype54 {
  top: 435px;
  right: 15%;
  left: auto;
  bottom: auto;
}

.reviews_page .ptype55 {
  top: 250px;
  bottom: auto;
}

.reviews_page .ptype56 {
  top: 30%;
  left: 7%;
  right: auto;
  bottom: auto;
}

.reviews_single_page .ptype52 {
  top: 300px;
  bottom: auto;
}

.reviews_single_page .ptype53 {
  top: 350px;
  bottom: auto;
}

.reviews_single_page .ptype54 {
  top: 435px;
  right: 15%;
  left: auto;
  bottom: auto;
}

.reviews_single_page .ptype55 {
  top: 250px;
  bottom: auto;
}

.reviews_single_page .ptype56 {
  top: 700px;
  left: 7%;
  right: auto;
  bottom: auto;
}

.reviews_list_page {
  box-sizing: border-box;
  word-wrap: break-word;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.reviews_list_page .revs_triple_item {
  width: calc(33.3333% - 38px);
  height: auto;
  margin-bottom: 38px;
  margin: 0 19px 38px;
}

.review_full_content {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
}

.full-review__title {
  color: #DF0022;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 39px;
  max-width: 880px;
}

.full-review__text {
  color: #5C5C5E;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}

.full-review__text img {
  margin: 30px 0;
}

.full-review__video {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  margin: 40px 0 60px;
  max-width: 800px;
}

.full-review__button {
  margin: 0 0 0 auto;
}

.google-city-slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 260px;
}

.google-city-slider__item .button {
  width: 100%;
  height: 60px;
}

.google-city-slider__item .button .button_icon {
  width: 44px;
  height: 44px;
}

.google-city-slider__item img {
  width: 260px;
  height: 47px;
}

.google-city-slider__item-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #192233;
  gap: 9px;
}

.google-city-slider__item span.star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 32px;
  transition: background .2s;
  outline: 0;
}

.google-city-slider__item span.star img {
  width: 34px;
  height: 32px;
}

@media all and (max-width: 1400px) {

  .revs_bottom_text {
    font-size: 70px;
    line-height: 83px;
  }
}

@media all and (max-width: 1200px) {

  .revs_info {
    flex-wrap: wrap;
    margin-top: 50px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .revs_info .ptype10 img,
.revs_info .ptype10 .sphere_box {
    width: 144px;
    height: 144px;
    filter: blur(5px);
  }

  .revs_info .ptype10 {
    top: -100px;
    left: -57px;
    right: auto;
  }

  .revs_info_eye {
    margin: 0 auto;
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .revs_info_num {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
  }

  .revs_bottom_text {
    font-size: 38px;
    line-height: 51px;
  }

  .revs_info_bottom {
    margin-top: 120px;
  }

  .reviews_single_page .ptype54 {
    top: 47px;
    right: 0px;
  }

  .reviews_list_page {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .reviews_list_page .revs_triple_item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .full-review__title {
    font-size: 40px;
    line-height: 44px;
  }

  .google-city-slider__item {
    gap: 16px;
    width: 200px;
  }

  .google-city-slider__item .button {
    height: 52px;
  }

  .google-city-slider__item .button .button_icon {
    width: 40px;
    height: 40px;
  }

  .google-city-slider__item img {
    width: 200px;
    height: 36px;
  }
  .google-city-slider__item span.star img {
    width: 31px;
    height: 29px;
  }

  .google-city-slider__item-rating {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  .reviews_list_page .revs_lineup {
    display: none;
  }
  .reviews_list_page .revs_triple_item_author {
    height: auto;
  }

  .revs_info {
    margin-top: 30px;
    grid-template-columns: auto minmax(0, 1fr);
  }
  .revs_info_num {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.906px;
    margin-bottom: 9px;
  }

  .revs_info_text {
    padding-left: 0;
  }

  .revs_info .revs_info_eye {
    order: 1;
  }

  .revs_bottom_text {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 28px;
  }

  .revs_info_bottom {
    margin-top: 107px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .reviews_page .ptype53,
.reviews_single_page .ptype52,
.reviews_single_page .ptype53 {
    display: none;
  }

  .reviews_single_page .ptype54 {
    top: 47px;
    right: -99px;
  }

  .reviews_single_page .ptype55,
.reviews_single_page .ptype56 {
    display: none;
  }

  .reviews_list_page .revs_triple_item {
    width: 100%;
  }

  .full-review__title {
    font-size: 30px;
    line-height: 34px;
  }

  .full-review__text {
    font-size: 16px;
    line-height: 25px;
  }
}
