

/* Start:/local/components/raifa/main.feedback/templates/.default/style.css?175040603715467*/
/* from reviews */
/*/local/templates/raifa/components/bitrix/news.list/reviews/style.css */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container-reviews {
  min-width: 100%;
  padding: 0;
}

.review__active {
  display: block;
}

.review__hidden {
  display: none !important;
}

.review__load--btn:disabled {
  background: #F7F7F7;
  color: #808080;
  border: none;
}

.review__load--btn:disabled svg {
  fill: #808080;
}

.review__load--btn svg {
  fill: #00B052;
}

.review-form {
  width: 100%;
}

.review-form_btn {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  margin-top: 40px;
  margin-bottom: 120px;
  border: 2px solid #F5FAF7;
  color: #00B052;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.review__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #333333;
  margin-right: 0;
}

.review__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #808080;
}

.stars svg.active path {
  fill: #6263C5;
}

.review__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}

.review__load--btn {
  width: 100%;
  height: 54px;
  border: 2px solid #F5FAF7;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #00B052;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
}

.review__container--btn {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  padding: 0 20px;
}

.review__load--btn:hover {
  background-color: #F5FAF7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.review__load--btn svg {
  margin-right: 14px;
}

.review-form__wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__content {
  /*width: 615px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 30px;*/
}

.review__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.review__row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px 0;
}

.reviews__title--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.reviews__btn {
  /* flex: 1 1 230px; */
  height: 52px;
  background: #ECEDFE;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #363787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reviews__btn:hover {
  background: #CFCFFC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reviews__title--container h1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #333333;
}

.reviews__grid {
  /*display: grid;
  grid-gap: 30px;
  grid-template-columns: 615px 615px;
  grid-auto-rows: 20px;*/
  position: relative;
  width: 100%;
}

.review__item {
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  padding: 30px;
  margin-bottom: 0px;
}

.grid-sizer {
  width: 100%;
}

@media (min-width: 870px) {
  .container-reviews {
    min-width: 100%;
    padding: 0 20px;
  }

  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .reviews__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 230px;
            flex: 0 1 230px;
    height: 52px;
    background: #ECEDFE;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #363787;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .review__item {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
  }

  .reviews__title--container h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #333333;
  }

  .review__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .review__row-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }

  .review__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    margin-right: auto;
  }

  .review__container--btn {
    margin-top: 10px;
    margin-bottom: 120px;
    width: 100%;
    padding: 0;
  }

  .review__load--btn {
    width: 184px;
    margin: 0 auto;
  }

  .reviews__title--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 30px;
  }

  .grid-sizer {
    width: 400px;
  }
}
@media (min-width: 910px) {
  .grid-sizer {
    width: 430px;
  }
}
@media (min-width: 960px) {
  .grid-sizer {
    width: 460px;
  }
}
@media (min-width: 1100px) {
  .grid-sizer {
    width: 500px;
  }
}
@media (min-width: 1279px) {
  .container-reviews {
    min-width: 1366px;
    padding: 0 53px;
  }

  .grid-sizer {
    width: 615px;
  }
}
/* from reviews */


.review-form:valid .review-form_btn {
  background: #00b052;
  color: #f5faf7;
}

.review-form:valid:hover .review-form_btn {
  background: #00b052;
  color: #f5faf7;
}

.review-form_btn:hover {
  background-color: #f5faf7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.review-form__item {
  position: relative;
  width: 100%;
}

.review-form__item:not(:last-child) {
  margin-bottom: 30px;
}

.review-form__item input {
  width: 100%;
  height: 72px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #333333;
  padding-left: 25px;
  border: 1px solid #e6e6e6;
}

.review-form__item input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #808080;
}

.review-form__item input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #808080;
}

.review-form__item input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #808080;
}

.review-form__item input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #808080;
}

.review-form__item input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #808080;
}

.label_placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #b3b3b3;
  position: absolute;
  top: 25px;
  left: 21px;
  padding: 0 4px;
  background-color: #fff;
}

.label_textarea {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #808080;
  position: absolute;
  top: -8.5px;
  left: 21px;
  padding: 0 4px;
  background-color: #fff;
}

.placeholder {
  left: 21px;
  line-height: 120%;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition:
    transform 200ms,
    color 200ms;
  top: 25px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px);
  color: #b3b3b3;
  font-size: 14px;
}

.input:focus~.label_placeholder,
/* фокус на input */
.input:not(:placeholder-shown)~.label_placeholder

/* в input есть значение */ {
  transform: translateY(-30px);
}

.review-form__item input:focus,
.review-form__item textarea:focus {
  border: 1px solid #b3b3b3;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: #e6e6e6;
  border-radius: 4px;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  outline: none;
}

.custom-checkbox:checked + label::before {
  border-color: #f5faf7;
  background-color: #f5faf7;
  background-image: url(/local/components/raifa/main.feedback/templates/.default/../img/checkbox-bg.svg);
}

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.review-form__item input:valid {
  border: 1px solid #00b052;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.review-form__item input.required:invalid {
  border: 1px solid #fb5976;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.grade__subtitle.required {
  color: #fb5976;
}

.review-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.review-form__item textarea {
  width: 100%;
  height: 216px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  resize: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.review-form__item textarea::placeholde {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #808080;
}

.grade__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 31px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.grade__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #808080;
  text-align: center;
}

.grade__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #808080;
  text-align: center;
}

.grad__container-text {
  width: 100%;
  margin: 0 0 30px 0;
}

.grade__row svg:not(:last-child) {
  margin-right: 5px;
}

.grade__row svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.grade__item path:hover {
  fill: #6263c5;
}

.grade__row svg.active path {
  fill: #6263c5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input:focus~.label,
/* фокус на input */
.input:not(:placeholder-shown)~.label

/* в input есть значение */ {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

@media (min-width: 1279px) {
  .review-form {
    width: 924px;
  }

  .review-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .review-form__item input {
    width: 447px;
    height: 72px;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
    padding-left: 25px;
    border: 1px solid #e6e6e6;
  }

  .review-form__item {
    position: relative;
    width: 447px;
  }

  .review-form__item textarea {
    width: 447px;
    height: 216px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    resize: none;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
  }

  .grade__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #808080;
    text-align: center;
  }

  .grade__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #808080;
    text-align: center;
  }

  .grade__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 31px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
}




/* End */
/* /local/components/raifa/main.feedback/templates/.default/style.css?175040603715467 */
