.mp-reviews-header {
  padding: 40px 0;
  background: #F8F8F8;
}
.mp-reviews-header__title {
  text-align: center;
  letter-spacing: -0.1px;
  font-weight: 500;
  color: #000000;
  font-size: 6.875vw;
  margin: 0;
}
@media (min-width: 416px) {
  .mp-reviews-header__title {
    font-size: 28px;
  }
}
@media (min-width: 640px) {
  .mp-reviews-header__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .mp-reviews-header__title {
    font-size: 40px;
  }
}
@media (min-width: 600px) {
  .mp-reviews-header {
    padding: 56px 0;
  }
}
@media (min-width: 960px) {
  .mp-reviews-header {
    padding: 80px 0;
    background: url(../img/h1_bg.png) center center no-repeat #f8f8f8;
  }
}
.mp-reviews {
  padding: 32px 0;
}
.mp-reviews__wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-reviews__item-inner {
  margin-bottom: 16px;
  border: 2px solid #F8F8F8;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 24px;
  transition: all 0.2s ease-in-out;
  background: #fff;
}
.mp-reviews__item {
  position: relative;
}
.mp-reviews__item:last-child .mp-reviews__item-inner {
  margin-bottom: 0;
}
.mp-reviews__date {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #909090;
  margin-bottom: 8px;
}
.mp-reviews__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 16px;
}
.mp-reviews__body {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #555;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.mp-reviews__body p {
  margin: 0;
}
.mp-reviews__body-full {
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.2s ease-in-out;
}
.mp-reviews__more {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .mp-reviews__more {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.mp-reviews__btn {
  cursor: pointer;
  padding: 17px;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 8px;
  line-height: 0;
  margin-right: 10px;
}
.mp-reviews__btn svg:nth-child(2) {
  display: none;
}
.mp-reviews__btn:hover {
  box-shadow: inset 0px 0px 0px 2px #f8f8f8;
  background: #fff;
}
.mp-reviews__link {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #666;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 8px 16px;
  margin-left: auto;
}
@media (max-width: 600px) {
  .mp-reviews__link {
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.mp-reviews__item-inner.active .mp-reviews__body-short {
  display: none;
}
.mp-reviews__item-inner.active .mp-reviews__body-full {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: static;
}
.mp-reviews__item-inner.active .mp-reviews__btn {
  padding: 12px 22px;
}
.mp-reviews__item-inner.active .mp-reviews__btn svg:first-child {
  display: none;
}
.mp-reviews__item-inner.active .mp-reviews__btn svg:nth-child(2) {
  display: block;
}
@media (min-width: 600px) {
  .mp-reviews {
    padding: 56px 0 45px;
  }
}
@media (min-width: 960px) {
  .mp-reviews {
    padding: 80px 0 56px;
  }
  .mp-reviews__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
  }
  .mp-reviews__item {
    height: 100%;
    position: relative;
  }
  .mp-reviews__item-inner {
    margin-bottom: 0;
    height: 100%;
    padding: 32px;
  }
  .mp-reviews__date {
    font-size: 14px;
    line-height: 24px;
  }
  .mp-reviews__title {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
  }
  .mp-reviews__body {
    font-size: 16px;
    line-height: 24px;
    min-height: 168px;
  }
  .mp-reviews__body.full_text {
    min-height: 224px;
  }
  .mp-reviews__item-inner.active {
    position: absolute;
    height: auto;
    z-index: 1;
  }
}
.mp-news__page-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 32px;
}
@media (min-width: 600px) {
  .mp-news__page-list {
    padding-bottom: 45px;
  }
}
@media (min-width: 960px) {
  .mp-news__page-list {
    padding-bottom: 56px;
  }
}
.mp-news__page-list a {
  text-decoration: none;
  box-sizing: border-box;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin: 0 4px;
  border-radius: 8px;
  box-shadow: inset 0px 0px 0px 2px #f8f8f8;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .mp-news__page-list a {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 2px;
  }
}
.mp-news__page-list a:hover {
  box-shadow: inset 0px 0px 0px 2px #2dbf60;
}
.mp-news__page-list span {
  text-decoration: none;
  box-sizing: border-box;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin: 0 4px;
  border-radius: 8px;
  box-shadow: inset 0px 0px 0px 2px #2dbf60;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .mp-news__page-list span {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 2px;
  }
}
.mp-news__page-list .mp-news__page-hide {
  box-shadow: inset 0px 0px 0px 2px transparent;
}
@media (max-width: 600px) {
  .mp-news__page-list .mp-news__page-hide {
    display: none;
  }
}
.mp-news__page-list .mp-news__page-next {
  background: url("../img/arrow.png") 50% 50% no-repeat;
  transform: rotate(-90deg);
}
.mp-news__page-list .mp-news__page-last {
  background: url("../img/arrow-full.png") 50% 50% no-repeat;
}
.mp-news__page-list .mp-news__page-first {
  background: url("../img/arrow-full.png") 50% 50% no-repeat;
  transform: rotate(180deg);
}
.mp-news__page-list .mp-news__page-prev {
  background: url("../img/arrow.png") 50% 50% no-repeat;
  transform: rotate(90deg);
}
