.review-info-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2.9em -0.5em 3.5em -0.5em;
}
.review-info-list .review-info-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .review-info-list .review-info-row {
    width: 50%;
  }
}
@media only screen and (max-width: 596px) {
  .review-info-list .review-info-row {
    width: 100%;
    max-width: 20em;
  }
}
.review-info-list .review-info-row > * {
  margin: 0.5em;
}
.review-info-list .review-info-row .is-icon {
  position: relative;
}
.review-info-list .review-info-row .is-icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .review-info-list .review-info-row .is-icon img {
    width: 80%;
  }
}
.review-info-list .review-info-row .is-info {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .review-info-list .review-info-row .is-info {
    margin-left: 1em;
  }
}
.review-info-list .review-info-row .is-info > *:first-child {
  font-weight: bold;
}
.rev-gray-line-area {
  position: relative;
  padding: 0.02px 0;
  background-color: #f1f1f1;
}
.rev-gray-line-area::before,
.rev-gray-line-area::after {
  content: '';
  position: absolute;
  width: 5000px;
  height: 100%;
  top: 0;
  background-color: inherit;
}
.rev-gray-line-area::before {
  right: calc(100% - 1px);
}
.rev-gray-line-area::after {
  left: calc(100% - 1px);
}
.rev-stars-area,
.rev-stars-area-two {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1.6em 0;
}
@media only screen and (max-width: 596px) {
  .rev-stars-area,
  .rev-stars-area-two {
    flex-direction: column;
  }
}
.rev-stars-area .is-title,
.rev-stars-area-two .is-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 597px) {
  .rev-stars-area .is-title,
  .rev-stars-area-two .is-title {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 665px) {
  .rev-stars-area .is-title,
  .rev-stars-area-two .is-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 596px) {
  .rev-stars-area .is-title,
  .rev-stars-area-two .is-title {
    text-align: center;
    margin-bottom: 0.6em;
  }
}
.rev-stars-area .is-form,
.rev-stars-area-two .is-form {
  position: relative;
  flex: 0 0 auto;
  width: 200px;
}
.rev-form-btn-area {
  position: relative;
}
@media only screen and (max-width: 990px) {
  .rev-form-btn-area {
    text-align: center;
  }
}
.rev-form-btn-area [type="submit"] {
  position: relative;
  font-size: 24px;
}
.rew-thx-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.rew-thx-block .content-h {
  text-align: center;
}
.rew-thx-block .is-img {
  margin-top: 2em;
}
.rev-two-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2.2em -1em 3em;
}
.rev-two-flex > * {
  width: calc(100% / 2 - 2em);
  margin: 1em;
}
@media only screen and (max-width: 990px) {
  .rev-two-flex.rev-two-flex-text {
    flex-direction: column;
  }
  .rev-two-flex.rev-two-flex-text > * {
    width: calc(100% / 1 - 2em);
  }
}
.rev-two-flex.rev-two-flex-photo {
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 990px) {
  .rev-two-flex.rev-two-flex-photo {
    flex-direction: column;
  }
  .rev-two-flex.rev-two-flex-photo > * {
    width: calc(100% / 1 - 2em);
  }
  .rev-two-flex.rev-two-flex-photo > *:nth-child(1) {
    order: 2;
  }
  .rev-two-flex.rev-two-flex-photo > *:nth-child(2) {
    order: 1;
  }
}
.rev-two-flex .is-title {
  font-size: 24px;
  font-weight: bold;
  color: #88898b;
  margin-bottom: 0.9em;
}
@media only screen and (max-width: 499px) {
  .rev-two-flex .is-title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
}
.rev-two-flex .is-title .br {
  display: block;
}
.rev-two-flex .is-title .br.br-more-title {
  display: block;
}
.rev-two-flex textarea {
  display: block;
  width: 100%;
  resize: none;
  padding: 1em 1.5em;
}
.is-photo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -1em;
}
@media only screen and (max-width: 1199px) {
  .is-photo {
    margin: -0.5em;
  }
}
@media only screen and (max-width: 499px) {
  .is-photo {
    flex-direction: column;
    align-items: center;
  }
}
.is-photo > * {
  width: calc(100% / 3 - 2em);
  margin: 1em;
}
@media only screen and (max-width: 1199px) {
  .is-photo > * {
    width: calc(100% / 3 - 1em);
    margin: 0.5em;
  }
}
@media only screen and (max-width: 499px) {
  .is-photo > * {
    width: calc(100% / 1 - 1em);
    max-width: 10em;
  }
}
.is-photo .rew-file-block {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.is-photo .rew-file-block .rew-prev-block {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-photo .rew-file-block .rew-prev-block img {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.is-photo .rew-file-block .rew-prev-block.is-showed {
  opacity: 1;
}
.is-photo .rew-file-block .rew-file-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #88898b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.is-photo .rew-file-block .rew-file-icon.is-hidden {
  opacity: 0;
}
.is-photo .rew-file-block .rew-file-icon .is-make-photo {
  position: relative;
  opacity: 1;
  padding: 0 1em;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-photo .rew-file-block .rew-file-icon .is-make-photo {
    line-height: 1.2;
    text-align: center;
  }
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye {
  position: relative;
  margin-bottom: 0.5em;
  height: 0;
  width: 60%;
  padding-bottom: 60%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-photo .rew-file-block .rew-file-icon .is-make-eye {
    width: 50%;
    padding-bottom: 50%;
  }
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #e6e6e6;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../img/iris.png");
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid;
  border-color: currentColor;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 60%;
  height: 60%;
  top: 20%;
  left: 20%;
  background-color: #c4c4c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease, background-color 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, background-color 0.5s ease;
  -o-transition: -o-transform 0.5s ease, background-color 0.5s ease;
  transition: transform 0.5s ease, background-color 0.5s ease;
  will-change: -webkit-transform, background-color;
  will-change: -moz-transform, background-color;
  will-change: -o-transform, background-color;
  will-change: transform, background-color;
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add::after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(72,183,73,0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add span {
  position: absolute;
  z-index: 3;
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add span:before,
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add span:before {
  opacity: 1;
  background-image: url("../img/icon_pluse_white.svg");
}
.is-photo .rew-file-block .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add span:after {
  opacity: 0;
  background-image: url("../img/icon_pluse_green.svg");
}
.is-photo .rew-file-block [type="file"] {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.is-photo .rew-file-block [type="file"]:hover {
  cursor: pointer;
}
.is-photo .rew-file-block [type="file"]:hover + .rew-file-icon .is-make-eye .rew-single-eye-block {
  color: #48b749;
}
.is-photo .rew-file-block [type="file"]:hover + .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add::before {
  background-color: #48b749;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.is-photo .rew-file-block [type="file"]:hover + .rew-file-icon .is-make-eye .rew-single-eye-block .xpr-single-eye-add::after {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .rew-what-text {
    height: 163px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rew-what-text {
    height: 136px;
  }
}
.rev-shadow-area {
  position: relative;
  z-index: 1;
  padding: 0.02px 0;
  margin-top: 3em;
}
.rev-shadow-area > * {
  position: relative;
  z-index: 2;
}
.rev-shadow-area::before,
.rev-shadow-area::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rev-shadow-area::before {
  z-index: 0;
  -webkit-border-radius: 50%/3%;
  -moz-border-radius: 50%/3%;
  border-radius: 50%/3%;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 30px rgba(0,0,0,0.3);
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.rev-shadow-area::after {
  z-index: 1;
  background-color: #fff;
  width: 120%;
  left: -10%;
}
.rev-form-area .rev-form-line + .rev-form-line {
  margin-top: 2em;
}
.rev-form-area .rev-form-line + .rev-form-btn-area {
  margin-top: 4em;
}
.rev-form-area .rev-form-line .is-title {
  position: relative;
}
.rev-form-area .rev-form-line .is-form {
  position: relative;
  width: 100%;
  max-width: 30em;
}
.rev-form-area .rev-form-line .is-form textarea {
  display: block;
  width: 100%;
  resize: none;
}
.rev-imp-more-area {
  margin-top: 37px;
}
.rev-imp-more-area .btn-info {
  font-weight: normal;
  padding: 13px 28px;
}
.rev-imp-area {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -6px -15px -15px;
  overflow: hidden;
  max-height: 718px;
}
.rev-imp-area.rev-show-all {
  max-height: unset !important;
}
.rev-imp-area .rev-imp-item {
  position: relative;
  z-index: 1;
  margin: 0 15px;
  flex: 0 0 auto;
  width: calc(100% / 2 - 30px);
  border-top: 1px solid #bdbdbd;
  background-color: #fff;
  padding: 25px 25px 15px;
  overflow: hidden;
  max-height: 329px;
}

.rev-imp-area .rev-imp-item:first-child {
  border-top: 0 solid #bdbdbd;
}
@media only screen and (max-width: 990px) {
  .rev-imp-area .rev-imp-item {
    width: calc(100% / 1 - 30px);
  }
}
@media only screen and (max-width: 350px) {
  .rev-imp-area .rev-imp-item {
    padding: 20px;
  }
}
.rev-imp-area .rev-imp-item.rev-show-item {
  max-height: unset;
  width: calc(100% / 1 - 30px);
}
.rev-imp-area .rev-imp-item.rev-show-item .rev-show-self {
  display: none;
}
.rev-imp-area .rev-imp-item .rev-imp-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}
.rev-imp-area .rev-imp-item .rev-imp-head > * {
  margin: 10px;
}
@media only screen and (min-width: 500px) {
  .rev-imp-area .rev-imp-item .rev-imp-head > *.rev-head-photo-area {
    margin-left: auto;
  }
}
@media only screen and (max-width: 499px) {
  .rev-imp-area .rev-imp-item .rev-imp-head > *.rev-head-photo-area {
    width: 100%;
  }
}
.rev-imp-area .rev-imp-item .rev-imp-head > *.rev-head-date .rev-head-date-is {
  font-size: 14px;
  margin-top: -6px;
  color: #858585;
}
.rev-imp-area .rev-imp-item .rev-imp-head > *.rev-smile {
  flex: 0 0 auto;
  width: 39px;
  height: 39px;
  background-origin: center;
  background-position: contain;
  background-repeat: no-repeat;
}
.rev-imp-area .rev-imp-item .rev-imp-head > *.rev-smile.count-smile-0,
.rev-imp-area .rev-imp-item .rev-imp-head > *.rev-smile.count-smile-1 {
  background-image: url("../img/reviewSmiles/smile_1.svg");
}
.rev-imp-area .rev-imp-item .rev-imp-head > *.rev-smile.count-smile-2 {
  background-image: url("../img/reviewSmiles/smile_2.svg");
}
.rev-imp-area .rev-imp-item .rev-imp-head > *.rev-smile.count-smile-3 {
  background-image: url("../img/reviewSmiles/smile_3.svg");
}
.rev-imp-area .rev-imp-item .rev-imp-head > *.rev-smile.count-smile-4 {
  background-image: url("../img/reviewSmiles/smile_4.svg");
}
.rev-imp-area .rev-imp-item .rev-imp-head > *.rev-smile.count-smile-5 {
  background-image: url("../img/reviewSmiles/smile_5.svg");
}
.rev-imp-area .rev-imp-item .rev-imp-head > * .rev-imp-foto-area {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -0.5em;
}
.rev-imp-area .rev-imp-item .rev-imp-head > * .rev-imp-foto-area .rev-imp-foto-item {
  position: relative;
  max-width: 10em;
  margin: 0.5em;
}
.rev-imp-area .rev-imp-item .rev-imp-head > * .rev-imp-foto-area .rev-imp-foto-item img {
  display: block;
  object-fit: cover;
}
.rev-imp-area .rev-imp-item .rev-imp-row {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 4px;
}
@media only screen and (max-width: 499px) {
  .rev-imp-area .rev-imp-item .rev-imp-row {
    margin-top: 20px;
    font-size: 14px;
  }
}
.rev-imp-area .rev-imp-item .rev-imp-row + .rev-imp-row {
  margin-top: 10px;
}
.rev-imp-area .rev-imp-item .rev-imp-row.is-answer {
  padding-left: 2em;
}
.rev-imp-area .rev-imp-item .rev-imp-row.is-answer .is-name {
  color: #48ab33;
}
.rev-imp-area .rev-imp-item .rev-imp-row p:last-child {
  margin-bottom: 0;
}
.rev-imp-area .rev-imp-item .rev-imp-row .is-name {
  font-weight: bold;
}
.rev-imp-area .rev-imp-item .rev-imp-row .is-text {
  position: relative;
}
.rev-imp-area .rev-imp-item .rev-show-self {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 33px 25px 36px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 38%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 38%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 38%, #fff 100%);
}
.rev-imp-area .rev-imp-item .rev-show-self .rev-show-btn {
  display: inline-block;
  color: #29b7e9;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.rev-imp-area .rev-imp-item .rev-show-self .rev-show-btn:hover {
  cursor: pointer;
  color: #1c83a9;
}
.rev-imp-area .rev-imp-item .rev-show-self .rev-show-btn::after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 11px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
