.p-rev ul {
  list-style: none;
  padding: 0;
  margin-top: 54px;
}
.p-rev ul li {
  list-style: none;
  padding: 0;
}

.date {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8392156863);
}

button.new_button_reviews {
  display: block;
  background: #81b5d1;
  border: 0px;
  border-radius: 5px;
  width: 100%;
  max-width: 340px;
  height: 45px;
  text-decoration: none;
  line-height: 39px;
  color: #ffffff;
  font-size: 17px;
  font-family: "Myriad Pro Bold";
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.title_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title_modal div {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  vertical-align: middle;
  text-align: center;
}
.title_modal img {
  width: 67px;
  height: 67px;
  margin-top: 40px;
  margin-bottom: 23px;
}

.niceForm__button {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  border-radius: 10px;
  gap: 12px;
  cursor: pointer;
  color: #fff;
  background-color: #ff0000;
}
@media (max-width: 1200px) {
  .niceForm__button {
    width: 100%;
  }
}
.niceForm__button span {
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 20px;
}
.niceForm__good {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
}
.niceForm__good img {
  width: 110px;
  height: -moz-fit-content;
  height: fit-content;
}
.niceForm__name {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0a5a77;
}
@media (max-width: 768px) {
  .niceForm__name {
    font-size: 15px;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.c-modal {
  border-radius: 45px;
}
@media (max-width: 768px) {
  .c-modal {
    border-radius: 0;
  }
}

input,
textarea {
  margin-top: 0 !important;
}

.rating input {
  height: unset;
}

.fancybox-content {
  padding: 20px 44px 44px !important;
}

.fancybox-slide--html .fancybox-close-small {
  color: #0a5a77 !important;
  right: 12px !important;
  top: 12px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.company-reviews-header {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.company-reviews-header .rating-overview {
  display: inline-block;
}
.company-reviews-header .rating-overview .average-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.company-reviews-header .rating-overview .average-rating .rating-value {
  font-size: 22px;
  font-weight: bold;
  color: #0a5a77;
}
.company-reviews-header .rating-overview .average-rating .stars {
  display: flex;
}
.company-reviews-header .rating-overview .average-rating .stars .icon {
  font-size: 24px;
  margin: 0 2px;
}
.company-reviews-header .rating-overview .average-rating .stars .icon.full {
  color: #ffc107;
}
.company-reviews-header .rating-overview .average-rating .stars .icon.half {
  background: linear-gradient(90deg, #ffc107 50%, #e4e5e9 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company-reviews-header .rating-overview .average-rating .stars .icon.empty {
  color: #e4e5e9;
}
.company-reviews-header .rating-overview .reviews-count {
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .company-reviews-header .rating-overview .reviews-count {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .write_rev {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

.toggle-text-btn {
  cursor: pointer;
  color: #a9a3a3;
  margin-left: 10px;
}

.load-more {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.load-more-btn {
  background: #fff;
  color: #6f6f6f;
  font-size: 24px;
  font-weight: bold;
  width: 315px;
  border: none;
  padding: 12px 30px;
  border: 3px solid #6f6f6f;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .load-more-btn {
    width: 100%;
  }
}
.load-more-btn:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.load-more-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}/*# sourceMappingURL=style.css.map */