﻿.rev-form {
  margin-top: 70px;
  padding: 55px 80px;
  background-image: url(../../../../../../../clinic/comments/rev-form.png);
  background-size: cover;
}
.rev-title {
  color: #996b3e;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 7px;
  font-family: "Optima";
}
.field142 {
  display: none;
}
.rev-text {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 23px;
}
.rev-form form {
  display: flex;
  flex-wrap: wrap;
  width: 625px;
  max-width: 100%;
  justify-content: space-between;
}
.rev-form .mat-div input[type="text"] {
  width: 305px;
  max-width: 100%;
  padding: 11px 20px;
  border: none;
  background: #fff;
  color: #c0c0c0;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.rev-form .mat-div textarea {
  width: 625px;
  padding: 11px 20px;
  border: none;
  background: #fff;
  color: #c0c0c0;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 17px;
  max-width: 100%;
  height: 90px;
}
.rev-form input[type="submit"] {
  width: 245px;
}

.rating-area {
  overflow: hidden;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  width: 25px;
  padding: 0;
  cursor: pointer;
  font-size: 25px;
  line-height: 25px;
  color: lightgrey;
}
.rating-area:not(:checked) > label:before {
  content: "â˜…";
}
.rating-area > input:checked ~ label {
  color: #ffcc00;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #ffcc00;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #ffcc00;
}
.rate-area > label:active {
  position: relative;
}

.mark-block {
  width: 625px;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.mark-title {
  color: #333;
  font-family: PT Sans;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  margin-right: 16px;
}

@media (max-width: 1150px) {
  .rev-form {
    padding: 50px 35px;
  }
  .rev-form form {
    justify-content: flex-start;
  }
  .rev-form .mat-div input[type="text"] {
    width: 253px;
    margin-right: 13px;
  }
  .rev-form .mat-div textarea {
    width: 520px;
  }
  .rev-form {
    background-image: url(../../../../../../../clinic/comments/rev-form2.png);
  }
}
@media (max-width: 767px) {
  .rev-form {
    padding: 20px 25px;
    background-position: center;
  }
  .rev-title {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.5px;
    margin-bottom: 14px;
  }
  .rev-text {
    line-height: 19.5px;
  }
  .rev-form .mat-div input[type="text"] {
    width: 100%;
    margin-right: 0px;
    height: 49px;
  }
  .rev-form .mat-div textarea {
    width: 100%;
    height: 49px;
  }
  .rev-form input[type="submit"] {
    width: 100%;
    height: 49px;
  }
}
