/* -------- reviews -------- */
.reviews__content-wrapper {
    padding-top: 20px;
    border-radius: 30px;
    min-width: 300px;
}

.reviews__info {
    display: flex;
    margin: 30px 0 0;
}

.reviews__info-text {
    margin: 0 30px 0 0;
}

.reviews__info-text h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
}

.reviews__info-text p {
    font-size: 16px;
    line-height: 1.5;
}

.reviews__info-text p a {
    color: #1a60b5;
}

.reviews__info-text p a:hover {
    text-decoration: underline;
}

.reviews__info-text p + p {
    margin: 40px 0 0;
}

.reviews__info-img img {
    max-width: 230px;
    display: block;
}

.reviews__content > h4 {
    color: rgb(61, 54, 148);
    font-size: 19px;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 500;
}

.reviews__content-inner {
    background: url("../images/fon_bg.jpg");
    padding: 10px;
}

.reviews__content-inner + .reviews__content-inner {
    margin: 0;
}

.reviews__content-item {
    padding: 0 5px 5px;
    position: relative;
    border-bottom: 1px dotted #ccc;
}

.reviews__content-item.reviews__content-item-answer {
    margin: 10px 0 0;
    padding: 10px;
}

.reviews__content-title {
    display: flex;
    margin: 0 0 20px;
}

.reviews__content-img {
    margin: 0 15px 0 0;
}

.reviews__content-img img {
    max-width: 100%;
    width: 100%;
    display: block;
    border-radius: 50px;
}

.reviews__content-author span.author {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #f90;
}

.reviews__content-author span.separator {
    color: #777;
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.reviews__content-author span.date {
    color: #4a90e5;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.reviews__content-comment p {
    color: #cfcfcf;
    font-size: 15px;
}

.reviews__content-reply {
    position: absolute;
    right: 0;
    bottom: 0;
}

.reviews__content-reply a.default-link {
    display: block;
    border-radius: 50px;
    color: #fff;
    text-transform: unset;
    padding: 3px 20px;
    font-size: 14px;
    background: rgb(61, 54, 148);
    border: 2px solid #f90;
    cursor: pointer;
    margin-top: -15px;
    position: absolute;
    right: 1px;
}

.reviews__content-reply a.default-link::before {
    background: #ff9610;
}

.reviews__comment {
    margin: 0;
}

.comment_answer {
    padding-left: 50px;
}

.comment_answer .reviews__content-item {
    border-left: 1px dotted #ccc
}

form.form__comments {
    background: url("../images/fon_bg.jpg");
    padding: 10px;
}

form.form__comments h3 {
    color: #f90;
    font-size: 18px;
    margin: 0 0 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

form.form__comments p {
    font-size: 14px;
    text-align: center;
    color: #ccc;
    margin: 0 0 15px;
}

form.form__comments p span {
    color: #f90;
    font-weight: bold;
}

.form__comments-item {
    position: relative;
    margin: 0 0 10px;
    border-radius: 3px;
}

.form__comments-item > span {
    position: absolute;
    top: 5px;
    left: 70px;
    font-size: 22px;
    color: #8f8f8f;
}

.form__comments-item span.icon-comments {
    left: 14px;
}

.form__comments-item input,
.form__comments-item textarea {
    padding: 10px 10px 10px 45px;
    width: 50%;
    border: 1px solid #777;
    background: #f8f8f8;
    border-radius: 3px;
}

.form__comments-item textarea {
    width: 100%;
}

.form__comments-item input:focus,
.form__comments-item textarea:focus {
    border: 1px solid #ffbb00;
    outline: none;
}

.form__comments-item label {
    font-size: 14px;
    color: #ccc;
    width: 55px;
    display: inline-block;
}

.form__comments-item label span {
    color: #f90;
    font-weight: bold;
}

form.form__comments .form__comments-item p {
    text-align: left;
    background: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin: 10px 0 0;
    font-size: 13px;
    border: 1px solid #777;
}

.form__comments button {
    background: #ff9610;
    color: #fff;
    border-radius: 3px;
    transition: all .5s;
    border: 1px solid transparent;
    padding: 12px 15px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.form__comments button:hover {
    z-index: 0;
}

.form__comments button::before {
    content: '';
    background: rgba(51, 44, 153, 0.61);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -120%;
    transform: skewX(-45deg);
    transition: all .5s;
}

.form__comments button:hover::before {
    left: -20%;
    width: 140%;
    z-index: -1;
}
