.ap-order-reviews {
  padding-bottom: 24px;
}
.ap-order-reviews .ap-account-header {
  margin-bottom: 16px;
}
.ap-order-reviews .ap-account-desc {
  font-size: 12px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.ap-order-reviews .ap-account-desc__toggle-btn {
  font-size: 12px;
}

.ap-account-stat {
  font-size: 14px;
  color: #666666;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
}
.ap-account-stat__line {
  margin: 0;
}

.ap-account-header-mobile {
  margin-bottom: 10px;
  display: none;
}
.ap-account-header-mobile .ap-account-title {
  font-size: 26px;
}
.ap-account-header-mobile .ap-account-title a {
  color: #ff0000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.ap-account-header-mobile .ap-account-title a:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  background-color: #ff0000;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ap-account-header-mobile .ap-account-title a:hover {
  color: #ff0000;
  text-decoration: none;
}
.ap-account-header-mobile .ap-account-title a:hover:after {
  opacity: 0;
}
.ap-account-header-mobile .ap-btn-add-panel {
  text-align: right;
}
.ap-account-header-mobile .ap-btn-add {
  display: inline-block;
  text-decoration: none !important;
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding-right: 28px;
  position: relative;
  color: #5e5e5e;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  transition: color 0.24s;
}
.ap-account-header-mobile .ap-btn-add span.plus {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-account-header-mobile .ap-btn-add span.plus:before, .ap-account-header-mobile .ap-btn-add span.plus:after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ap-account-header-mobile .ap-btn-add span.plus:before {
  width: 9px;
  height: 1px;
}
.ap-account-header-mobile .ap-btn-add span.plus:after {
  width: 1px;
  height: 9px;
}
.ap-account-header-mobile .ap-btn-add:hover {
  color: #000000;
}
.ap-account-header-mobile .ap-btn-add:hover span.plus {
  background-color: #ff0000;
}

.ap-order-reviews-switch {
  text-align: right;
  line-height: 1.2;
  margin-bottom: 7px;
}
.ap-order-reviews-switch a {
  display: inline-block;
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.4);
          text-decoration: underline rgba(255, 0, 0, 0.4);
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 300;
  -webkit-transition: -webkit-text-decoration-color 0.24s;
  transition: -webkit-text-decoration-color 0.24s;
  -o-transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s, -webkit-text-decoration-color 0.24s;
}
.ap-order-reviews-switch a:hover {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0);
          text-decoration: underline rgba(255, 0, 0, 0);
}

.ap-order-reviews-list {
  padding-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ap-order-reviews-list * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ap-order-review {
  border: 1px solid #e5e5e5;
  border-top-width: 4px;
  position: relative;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 365px;
}
.ap-order-review * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ap-order-review:not(:last-child) {
  margin-bottom: 16px;
}
.ap-order-review__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}
.ap-order-review__col {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 34px 24px 36px !important;
}
.ap-order-review__id {
  margin: 0;
}
.ap-order-review__col-gallery {
  padding: 0 !important;
  position: relative;
}
.ap-order-review .ap-order-review-teaser {
  height: 100%;
}

.ap-order-review-teaser {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.ap-order-review-teaser__header {
  height: 41px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41px;
      -ms-flex: 0 0 41px;
          flex: 0 0 41px;
  max-height: 41px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-order-review-teaser__body {
  min-width: 100%;
  height: calc(100% - 147px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 147px);
      -ms-flex: 0 0 calc(100% - 147px);
          flex: 0 0 calc(100% - 147px);
  max-height: calc(100% - 147px);
}
.ap-order-review-teaser__body.os-theme-dark > .os-scrollbar {
  padding: 0;
  width: 8px;
}
.ap-order-review-teaser__body.os-theme-dark > .os-scrollbar.os-scrollbar-vertical {
  top: 7px;
}
.ap-order-review-teaser__body.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 0;
}
.ap-order-review-teaser__body.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: #d9d9d9;
  border-radius: 0;
}
.ap-order-review-teaser__body.os-host-overflow-y {
  padding-right: 18px;
  margin-right: -12px;
}
.ap-order-review-teaser__footer {
  height: 106px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 106px;
      -ms-flex: 0 0 106px;
          flex: 0 0 106px;
  max-height: 106px;
  width: 100%;
  background-color: #ffffff;
  padding-top: 12px;
}

.ap-order-review-teaser-id {
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #bbbbbb;
  font-weight: 700;
  margin: 0;
}

.ap-order-review-teaser-user {
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.ap-order-review-teaser-user__avatar {
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  border-radius: 50%;
  overflow: hidden;
  background-color: #dedede;
}
.ap-order-review-teaser-user__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-order-review-teaser-user__caption {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  font-weight: 300;
  text-align: right;
}
.ap-order-review-teaser-user__name {
  display: block;
  margin: 0;
  color: #a1a1a1;
}
.ap-order-review-teaser-user__date {
  display: block;
  color: #bbbbbb;
}

.ap-order-review-teaser-text {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.ap-order-review-teaser-text:before {
  content: "";
  display: block;
  float: left;
  width: 28px;
  height: 23px;
  margin-right: 7px;
  margin-top: -7px;
  background: url(../img/account/quotes.svg) no-repeat top left;
  background-size: contain;
}
.ap-order-review-teaser-text p, .ap-order-review-teaser-text ul {
  margin-top: 0;
}
.ap-order-review-teaser-text p:last-child, .ap-order-review-teaser-text ul:last-child {
  margin-bottom: 0;
}
.ap-order-review-teaser-text__more {
  color: #ff0000;
  text-decoration: none !important;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  transition: color 0.24s;
}
.ap-order-review-teaser-text__more:hover {
  color: #999999;
  text-decoration: none !important;
}

.ap-order-review-teaser-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-order-review-teaser-author__avatar {
  width: 92px;
  height: 92px;
  margin-right: 18px;
  position: relative;
  background-color: #dedede;
}
.ap-order-review-teaser-author__avatar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 24px;
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#0000));
  background-image: -o-linear-gradient(bottom, #000000, #0000);
  background-image: linear-gradient(to top, #000000, #0000);
}
.ap-order-review-teaser-author__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-order-review-teaser-author__status {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: normal;
  font-weight: 300;
  padding: 5px 7px;
}
.ap-order-review-teaser-author__status:before {
  content: "";
  display: block;
  margin-right: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.ap-order-review-teaser-author__status_online {
  color: #36ff00;
}
.ap-order-review-teaser-author__status_online:before {
  background-color: #36ff00;
}
.ap-order-review-teaser-author__status_online:after {
  content: "Online";
}
.ap-order-review-teaser-author__status_offline {
  color: #ff0000;
}
.ap-order-review-teaser-author__status_offline:before {
  background-color: #ff0000;
}
.ap-order-review-teaser-author__status_offline:after {
  content: "Offline";
}
.ap-order-review-teaser-author__caption {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.3;
  width: calc(100% - 110px);
}
.ap-order-review-teaser-author__name {
  margin: 0;
  font-weight: 600;
}
.ap-order-review-teaser-author__first-name {
  display: block;
}
.ap-order-review-teaser-author__second-name {
  display: block;
}
.ap-order-review-teaser-author__location {
  display: block;
  margin: 0;
}
.ap-order-review-teaser-author__profession {
  display: block;
  margin: 0;
}
.ap-order-review-teaser-author__portfolio-link a {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.2);
          text-decoration: underline rgba(255, 0, 0, 0.2);
  -webkit-transition: -webkit-text-decoration-color 0.24s;
  transition: -webkit-text-decoration-color 0.24s;
  -o-transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s, -webkit-text-decoration-color 0.24s;
}
.ap-order-review-teaser-author__portfolio-link a:hover {
  -webkit-text-decoration: underline rgba(255, 0, 0, 0);
          text-decoration: underline rgba(255, 0, 0, 0);
}
.ap-order-review-teaser-author__all-reviews-link a {
  vertical-align: middle;
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.2);
          text-decoration: underline rgba(255, 0, 0, 0.2);
  -webkit-transition: -webkit-text-decoration-color 0.24s;
  transition: -webkit-text-decoration-color 0.24s;
  -o-transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s, -webkit-text-decoration-color 0.24s;
}
.ap-order-review-teaser-author__all-reviews-link a:hover {
  -webkit-text-decoration: underline rgba(255, 0, 0, 0);
          text-decoration: underline rgba(255, 0, 0, 0);
}
.ap-order-review-teaser-author__rating {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  height: 12px;
  line-height: 12px;
  margin-right: 4px;
}
.ap-order-review-teaser-author__rating-star {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ff0000' d='M10,15.8l6.2,3.7l-1.6-7L20,7.7l-7.2-0.6L10,0.5L7.2,7.1L0,7.7l5.5,4.7l-1.6,7L10,15.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.ap-order-review-gallery {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.ap-order-review-gallery__container {
  height: 100%;
}
.ap-order-review-gallery__list {
  height: 100%;
}
.ap-order-review-gallery__col {
  height: auto;
}
.ap-order-review-gallery__img {
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  outline: 0;
  cursor: default;
}
.ap-order-review-gallery__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-order-review-gallery__img:hover {
  text-decoration: none;
}
.ap-order-review-gallery__caption {
  color: #ffffff;
  min-height: 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 120px 8px 20px;
  font-size: 11px;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ap-order-review-gallery__caption p {
  margin: 0;
}
.ap-order-review-gallery__caption a {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.4);
          text-decoration: underline rgba(255, 0, 0, 0.4);
  -webkit-transition: -webkit-text-decoration-color 0.24s;
  transition: -webkit-text-decoration-color 0.24s;
  -o-transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s, -webkit-text-decoration-color 0.24s;
}
.ap-order-review-gallery__caption a:hover {
  color: #ff0000;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.ap-order-review-gallery__item {
  height: 100%;
  position: relative;
}
.ap-order-review-gallery__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ap-order-review-gallery__item_pdf {
  font-size: 14px;
}
.ap-order-review-gallery__item_pdf .ap-order-review-gallery__img {
  background: #eaeaea;
}
.ap-order-review-gallery__item_pdf .ap-order-review-gallery__img img {
  display: block;
  line-height: 1;
  width: 100%;
  height: auto;
  max-width: 42%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -46%);
      -ms-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
}
.ap-order-review-gallery__arrows {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 97px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-order-review-gallery__arrow {
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #000;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.24s;
  -o-transition: opacity 0.24s;
  transition: opacity 0.24s;
}
.ap-order-review-gallery__arrow:not(:last-child) {
  margin-right: 1px;
}
.ap-order-review-gallery__arrow:not(:last-child):after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #302a26;
  position: absolute;
  right: -1px;
  top: 0;
}
.ap-order-review-gallery__arrow:hover {
  opacity: 0.5;
}
.ap-order-review-gallery__arrow svg {
  display: block;
  height: 13.81px;
  width: 24px;
  fill: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ap-order-review-gallery__arrow_prev svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ap-order-review-gallery__arrow_next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ap-hatching {
  height: 100%;
  background: -o-linear-gradient(135deg, rgba(0, 0, 0, 0) 49.9%, #f1f1f1 49.9%, #f1f1f1 68%, rgba(0, 0, 0, 0) 68%), -o-linear-gradient(135deg, #f1f1f1 18%, rgba(0, 0, 0, 0) 18%);
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49.9%, #f1f1f1 49.9%, #f1f1f1 68%, rgba(0, 0, 0, 0) 68%), linear-gradient(-45deg, #f1f1f1 18%, rgba(0, 0, 0, 0) 18%);
  background-size: 6px 6px;
}
.ap-hatching .left_col_block {
  background: none;
  padding: 15px;
}
.ap-hatching .left_col_block .white_orange_button {
  margin-top: 0;
  margin-bottom: 0;
}

.ap-order-reviews-teasers {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ap-order-reviews-teasers__title {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 18px;
  line-height: 1.3;
}
.ap-order-reviews-teasers .ap-order-review-teaser {
  border: 1px solid #e5e5e5;
  border-top-width: 5px;
  padding: 15px 15px 12px;
  margin-bottom: 7px;
}
.ap-order-reviews-teasers .ap-order-review-teaser-author {
  margin-left: -5px;
  margin-right: -5px;
}
.ap-order-reviews-teasers .ap-order-review-teaser-author__avatar {
  margin-right: 8px;
}
.ap-order-reviews-teasers .ap-order-review-teaser-author__caption {
  width: calc(100% - 100px);
}
.ap-order-reviews-teasers .ap-order-review-teaser-author__first-name {
  display: block;
  white-space: nowrap;
}
.ap-order-reviews-teasers .ap-order-review-teaser-author__second-name {
  display: block;
  white-space: nowrap;
}

.ap-order-review-teaser-list .ap-order-review-teaser .ap-order-review-teaser-id {
  display: none;
}

@media (max-width: 1199px) {
  .ap-order-review-gallery__caption {
    padding-right: 80px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .ap-order-review__col-desc {
    padding: 20px 28px 24px 24px !important;
  }

  .ap-order-review-teaser-id {
    line-height: 1.3;
  }
  .ap-order-review-teaser-id span {
    display: block;
  }
}
@media (max-width: 991px) {
  .ap-order-review__col-gallery {
    padding: 0 !important;
  }

  .ap-order-review-teaser-id {
    line-height: 1.3;
  }
  .ap-order-review-teaser-id span {
    display: block;
  }
}
@media (max-width: 767px) {
  .ap-order-review__col {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ap-order-review__col-desc {
    padding: 20px 28px 24px 24px !important;
  }

  .ap-order-review-teaser-id {
    display: none;
  }
}
@media (min-width: 661px) {
  .ap-order-review {
    height: 365px !important;
  }
}
@media (max-width: 660px) {
  .ap-account-header,
.ap-account-stat,
.ap-account-desc,
.ap-order-reviews-switch {
    display: none;
  }

  .ap-account-header-mobile {
    display: block;
  }
  .ap-account-header-mobile .ap-account-title {
    margin: 0 0 18px;
  }

  .ap-order-review {
    height: auto;
    overflow: hidden;
  }
  .ap-order-review__row {
    height: auto;
    display: block;
  }
  .ap-order-review__col {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .ap-order-review__col-desc {
    padding: 20px !important;
  }

  .ap-order-review-teaser__body {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-height: 182px;
  }

  .ap-order-review-gallery {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
@media (max-width: 420px) {
  .ap-order-review__col-desc {
    padding: 18px 15px !important;
  }

  .ap-account-header-mobile {
    margin-bottom: 5px;
  }
  .ap-account-header-mobile .ap-account-title {
    margin: 0 0 12px;
  }
}
@media (max-width: 359px) {
  .ap-order-review__col-desc {
    padding: 18px 12px !important;
  }
}