.reviews-page {
  background-color: rgba(161, 122, 94, 0.0588235294);
}
.reviews-page.open {
  overflow: hidden;
}
.reviews-page .footer {
  margin-top: 30px;
}
.reviews-page .reviews {
  text-align: center;
  margin-top: 120px;
  position: relative;
}
@media (min-width: 1561px) {
  .reviews-page .reviews {
    margin-top: 158px;
  }
}
.reviews-page .reviews .rating {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .reviews-page .reviews .rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.reviews-page .reviews .rating img {
  max-width: 124px;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .reviews-page .reviews .rating img {
    margin-right: 0;
  }
}
.reviews-page .reviews .descr {
  max-width: 1010px;
  margin: 20px auto 0;
}
.reviews-page .reviews .show-more {
  color: #000;
}
.reviews-page .reviews .show-more.hidden {
  display: none;
}
.reviews-page .reviews .show-more .icon-caret {
  background-image: url("../img/icons/icon-caret-black.svg");
}
.reviews-page .reviews-blocks {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .reviews-page .reviews-blocks {}
}
@media (max-width: 767px) {
  .reviews-page .reviews-blocks {
    margin-top: 40px;
  }
}
.reviews-page .reviews-blocks .item {
  width: auto !important;
  font-weight: 500;
}
.reviews-page .reviews-blocks .item::before {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
  background-size: 20px 20px;
  opacity: 0.8;
}
.reviews-page .reviews-blocks .item.macos::before {
  content: "";
  background-image: url("../img/icons/apple-logo.svg");
}
.reviews-page .reviews-blocks .item.ios::before {
  content: "";
  background-image: url("../img/icons/ios-logo.svg");
}
.reviews-page .reviews-blocks .item.wind::before {
  content: "";
  background-image: url("../img/icons/windows-logo.svg");
}
.reviews-page .reviews-blocks .item.andr::before {
  content: "";
  background-image: url("../img/icons/android-logo.svg");
}
.reviews-page .reviews #addReview {
  position: sticky;
  bottom: 30px;
  right: 30px;
  margin-top: 30px;
  margin-left: auto;
  display: block;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .reviews-page .reviews #addReview {
    right: 15px;
  }
}
.reviews-page .reviews .review {
  display: block;
  text-align: left;
}
.reviews-page .reviews .review .rinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  gap: 20px;
}
.reviews-page .reviews .review .clamp {
  -webkit-line-clamp: 5;
}
@media (max-width: 767px) {
  .reviews-page .reviews .review .clamp {
    -webkit-line-clamp: 8;
  }
}
.reviews-page .reviews .review .descr {
  margin: 0;
}
.reviews-page .reviews .review .rate {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 499px) {
  .reviews-page .reviews .review .rate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reviews-page .reviews .review .rate-star {
  max-width: 124px;
}
.reviews-page .reviews .review .rate-sys {
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviews-page .reviews .review blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  height: 100%;
}
.reviews-page .reviews .review blockquote header h3 {
  font-size: 20px;
  line-height: 30px;
}
.reviews-page .reviews .review blockquote footer {
  margin-top: 8px;
}
.reviews-page .reviews .review blockquote footer .author {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
.reviews-page .reviews .review blockquote img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.reviews-page .reviews .review blockquote figcaption {
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.reviews-page .reviews .review blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}
.reviews-page .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(24, 30, 34, 0.3);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  z-index: 11;
}
.reviews-page .modal-content {
  position: relative;
  margin: 80px auto;
  overflow: visible;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), #F9F7F5;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #F9F7F5;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  width: 100%;
  max-width: 1270px;
  border-radius: 16px;
  padding: 60px;
}
@media (max-width: 1380px) {
  .reviews-page .modal-content {
    margin-left: 55px;
    margin-right: 55px;
    width: calc(100% - 110px);
  }
}
@media (max-width: 1024px) {
  .reviews-page .modal-content {
    margin: 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .reviews-page .modal-content {
    margin: 0;
    width: 100%;
    border-radius: 0;
    padding: 15px 15px 50px;
  }
}
@media (max-width: 1024px) {
  .reviews-page .modal-content .h2 {
    text-align: center;
    margin-top: 15px;
  }
}
.reviews-page .modal-content .cwl-form {
  margin: 0;
  padding: 0;
  gap: 30px;
}
.reviews-page .modal-content .cwl-form .contact_form {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  max-width: 630px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media (max-width: 1024px) {
  .reviews-page .modal-content .cwl-form .contact_form {
    max-width: unset;
    margin-top: 0;
  }
}
.reviews-page .modal-content .cwl-form .contact_form form .form-group textarea {
  height: 216px;
}
@media (max-width: 767px) {
  .reviews-page .modal-content .cwl-form .contact_form form .form-group textarea {
    height: 168px;
  }
}
@media (max-width: 767px) {
  .reviews-page .modal-content .cwl-form .contact_form form .cf-row {
    gap: 15px;
  }
}
.reviews-page .modal-content .cwl-form .cwl-title {
  padding-top: 0;
  max-width: 42.609%;
}
@media (max-width: 1024px) {
  .reviews-page .modal-content .cwl-form .cwl-title {
    max-width: unset;
  }
}
.reviews-page .modal-content .cwl-form .cwl-title .cwl-image {
  margin-top: auto;
  display: block;
}
@media (max-width: 1024px) {
  .reviews-page .modal-content .cwl-form .cwl-title .cwl-image {
    max-width: 345px;
    margin: 30px auto 0;
  }
}
.reviews-page .modal-content .cwl-form label.lifetime {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .reviews-page .modal-content .cwl-form label.lifetime {
    text-align: left;
  }
}
.reviews-page .modal-content .cwl-form label.lifetime:hover input:not(:checked) ~ .checkmark {
  background: #f9f7f6;
}
.reviews-page .modal-content .cwl-form label.lifetime .current-price {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.reviews-page .modal-content .cwl-form label.lifetime .current-price.loading {
  min-width: 26px;
  min-height: 26px;
  background-size: 26px 26px;
}
.reviews-page .modal-content .cwl-form label.lifetime input,
.reviews-page .modal-content .cwl-form label.lifetime .wpcf7-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.reviews-page .modal-content .cwl-form label.lifetime .checkmark.active:after {
  display: block;
}
.reviews-page .modal-content .cwl-form label.lifetime .checkmark.active {
  background-color: #31C28E;
  border-color: #31C28E;
}
.reviews-page .modal-content .cwl-form label.lifetime .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.reviews-page .modal-content .cwl-form label.lifetime .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  background-image: url("../img/icons/check-input.svg");
  background-size: 12px 10px;
  background-position: center;
}
.reviews-page .modal-content .cwl-form .star-rating {
  direction: rtl;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
}
.reviews-page .modal-content .cwl-form input#rating {
  display: none;
}
.reviews-page .modal-content .cwl-form .star-icon {
  width: 24px;
  height: 24px;
  fill: #E6E6E6;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.2s ease;
  transition: fill 0.3s ease, -webkit-transform 0.2s ease;
  transition: fill 0.3s ease, transform 0.2s ease;
  transition: fill 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}
.reviews-page .modal-content .cwl-form .star-rating label:hover .star-icon,
.reviews-page .modal-content .cwl-form .star-rating label:hover ~ label .star-icon {
  fill: #FFCF24;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.reviews-page .modal-content .cwl-form .star-rating label.active .star-icon,
.reviews-page .modal-content .cwl-form .star-rating label.active ~ label .star-icon {
  fill: #FFCF24;
}
.reviews-page .modal-content .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .reviews-page .modal-content .top {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}