.form-action-reviews {
    padding: 2rem;
    margin-bottom: 2.625rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.1);
}

.reviews__heading {
    font-weight: 400;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.reviews__number {
    font-size: 1rem;
    width: 2rem;
    height: 2rem;
    background-color: #F7F7F7;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    top: -5px;
    right: -25px;
    z-index: -1;
}

.reviews__btn {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1.9px;
    color: #231f20;
    background-color: #ffcb05;
    border-radius: 4px 11px 8px 14px;
    padding: 2px 27px 2px 24px;
    cursor: pointer;
    margin: 3px 5px;
    margin-top: 20px;
}

.reviews__attention {
    color: #C1C1C1;
    text-align: center;
    padding-top: 15px;
    /*max-width: 450px;*/
}

.reviews .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #E5E5E5;
}

.reviews .review:last-of-type {
    border-bottom: 0;
    padding: 0;
}

.reviews .review__left {
    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-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}

.reviews .review__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
}

.reviews .review__author {
    color: #777777;
}

.reviews .review__date {
    color: #C1C1C1;
}

.review__rating {
    padding-bottom: 10px;
}

.review-button_block {
    flex: none;
    text-align: center;
}

.star {
    height: 13px;
    width: 13px;
    margin: 0 1px;
}

.star g {
    fill: #ffcb05;
}

.star path.c {
    fill: #ffcb05;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}

.star--transparent g {
    fill: transparent;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
}

@media (max-width: 766px) {
    .reviews .review__right {
        flex: 0 0 64%;
    }

    .reviews .review__left {
        flex: 0 0 36%;
    }
}
.reviews-foto{
display:inline-block;
height:111px;
overflow:hidden;
}
.reviews-foto img{
width:150px;
}
.file-drop-area {
position: relative;
    display: block;
    align-items: center;
    text-align:center;
    width: 450px;
    max-width: 100%;
    background: #f6f6f6;
    padding: 25px;
    border: 1px dashed rgb(216 216 216);
    border-radius: 3px;
    transition: 0.2s;
}
.file-drop-area-svg{
   width: 40px;
    margin: 10px auto;
    display: block;
}

.fake-btn {
  flex-shrink: 0;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
    font-weight: 600;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;

}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}