.rating span {
  font-size: 32px;
  cursor: pointer;
  color: #ccc;
}
.cookie-notification.notification {
  display: none !important;
}
.reviews__rating {
  display: flex;
}
.reviews__list {
  padding-left: 0;
}
.reviews__platforms h2 {
  text-align: center;
  margin-bottom: 10px;
}
#feedbackForm {
  padding: 0 !important;
}
.reviews__list-section,
.reviews__platforms,
.reviews__platforms {
  padding-top: 0;
  padding-bottom: 0;
}
.reviews__modal .counter {
  top: auto;
  bottom: -22px;
}
/* layout */
.layout-row {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.layout-col {
  padding: 12px;
}

.layout-col-2 {
  width: 50%;
}
.layout-col-4 {
  width: 33.333%;
}

.layout-center {
  justify-content: center;
}

@media (max-width: 768px) {
  .layout-col-2,
  .layout-col-4 {
    width: 100%;
  }
}
.feedback-info__text {
  max-width: 520px;
}
.feedback-info__text h2 {
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 20px;
  font-weight: 700;
}
/* flex helpers */
.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

/* cards */
.feedback-cards {
  margin-bottom: 40px;
}

.feedback-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px 2px rgba(127, 156, 197, 0.4);
  box-shadow: 0 5px 10px 2px rgba(127, 156, 197, 0.4);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.feedback-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.feedback-card__inner {
  padding: 20px;
}

.feedback-card__inner .icon-wrap img {
  /* width: 48px; */
  height: 48px;
}
.feedback-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.icon-wrap {
  margin-right: 12px;
}

.arrow-icon {
  width: 20px;
}

/* info */
.feedback-info {
  margin-bottom: 30px;
}

.feedback-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.feedback-author {
  display: flex;
  align-items: center;
}

.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

/* form */
.feedback-form {
  max-width: 600px;
}

.feedback-label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.feedback-input,
.feedback-textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.feedback-textarea {
  min-height: 120px;
}

/* rating */
.rating span {
  font-size: 32px;
  cursor: pointer;
  color: #ccc;
}

.rating span.active {
  color: gold;
}
@media screen and (max-width: 991px) {
  .text__content,
  h1 {
    font-size: 36px;
    line-height: 1;
  }
  .feedback-info__text h2 {
    font-size: 30px;
    line-height: 1;
  }
  .feedback-cards {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .text__content,
  h1 {
    font-size: 32px;
    line-height: 1;
  }
  .feedback-info__text h2 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .feedback-cards {
    margin-bottom: 20px;
  }
  .feedback-text {
    font-size: 16px;
  }
  .feedback-card__inner {
    padding: 10px;
  }
}

@media screen and (max-width: 374px) {
  .text__content,
  h1 {
    font-size: 28px;
    line-height: 1;
  }
  .feedback-info__text h2 {
    font-size: 22px;
    line-height: 1;
  }
  .feedback-cards {
    margin-bottom: 0;
  }
}
.footer * {
  font-size: 14px !important;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
.feedback-block {
  background-color: rgba(127, 156, 197, 0.1);
  border-radius: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
}
#feedbackForm {
  background-color: #fff;
  padding: 30px 30px;
  max-width: 520px;
  min-width: auto;
}
@media (max-width: 620px) {
  #feedbackForm {
    padding: 15px;
  }
}
