section.page-reviews {
    margin-bottom: 30px;
}
.page-reviews * {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #181818;
}
h1.title-bordered {
    display: none;
}
.reviews-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 34px;
}
.reviews-title h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 0px;
}
.page-reviews .col-12 {
    padding-left: 0;
}
.reviews-title span, .reviews-title .reviewsCount {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #828282;
}
.page-reviews .reviews-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 69px;
}
.page-reviews_left-block {
    width: 58%;
}
.page-reviews_right-block {
    width: 42%;
    padding-left: 20px;
}
.review-item {
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 27px 29px;
}
.review-item-titleblock {
    display: flex;
    margin-bottom: 13px;
    justify-content: space-between;
}
.review-item-titleblock_left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.review-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #181818;
}
.review-item-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
.review-item-text-preview {
    font-size: 16px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: inherit;
}
.review-item-text-preview.more {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-item-raiting a,
.review-item-images a {
    border-bottom: none;
}
.fa-star-rew:before {
    content: '★';
    color: #FFB400;
    font-size: 20px;
}
.fa-star-rew-o:before {
    content: '★';
    color: #bfbaba;
    font-size: 20px;
}
a.fa-star-rew:hover, .fa-star-rew-o:hover {
    text-shadow: 1px 1px #BB8F25;
    text-decoration: none;
}
.review-item-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
}
.review-item-images {
    display: flex;
    gap: 10px;
}
img.review-img {
    height: 100px;
    object-fit: cover;
    border-radius: 7px;
}
.wrap-reviews-form {
    background: #F3F3F3;
    border-radius: 7px;
    padding: 36px 40px;
}
#success-message {
    display: none;
}
.reviews-form-slogan {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 13px;
}
.reviews-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 22px;
    color: #787878;
    width: 70%;
}
.rating-area {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.form-field.photo-raiting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}
.form-field.photo-raiting .left-area, .form-field.photo-raiting .right-area {
    width: 50%;
}
.label-reviews-file {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    width: 34px;
    padding: 0;
    cursor: pointer;
    font-size: 30px;
    line-height: 34px;
    color: #D9D9D9;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area:not(:checked) > label:hover, .rating-area:not(:checked) > label:hover ~ label {
    color: #FF9900;
}
.rating-area > input:checked ~ label {
    color: #FF9900;
    text-shadow: 1px 1px #ee8f00;
}
.reviews-file-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-decoration-line: underline;
    cursor: pointer;
}
.reviews-file-text:hover {
    text-decoration-line: none;
}
#reviews-file {
    position: absolute;
    visibility: hidden;
}
.form-field input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    padding-left: 19px;
}
button.reviews-submit {
    background: #339999;
    border-radius: 7px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
button.reviews-submit.active {
    box-shadow: 1px 2px #074540;
}
.form-field {
    margin-bottom: 20px;
}
.form-field textarea {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    height: 100px;
}
.form-btn {
    margin-bottom: 16px;
}
.police-text {
    text-align: center;
    width: 76%;
    margin: 0 auto;
}
.police-text, .police-text a {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #828282;
}
.police-text a {
    color: #339999;
}
.form-field input[type="text"]:focus, .form-field textarea:focus {
    border: 1px solid #bfbfbf;
}
#js-file-value .rev-prev-img {
    position: relative;
    flex: 0 0 17%;
    max-width: 17%;
    margin: 5px;
}
.remove-rew-img {
    position: absolute;
    content: url("/img/closerew.png");
    top: 0;
    right: 0;
}
#js-file-value {
    color: #000;
    margin: 3px 0;
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    margin: 0 auto;
}
.review-success #success-message {
    display: flex;
    align-items: center;
    justify-content: center;
}
#reviews-form input[name="secondname"] {
    display: none;
}
#success-message .success-head {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    color: #339999;
    margin-bottom: 20px;
}
#success-message .success-text{
    font-size: 18px;
    line-height: 25px;
}
.read_more {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    text-decoration-line: underline;
    padding-right: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.read_more::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    background: url("/img/arrow_down.png") no-repeat;
    width: 10px;
    height: 7px;
    background-size: 98%;
}
.read_more.transform::after {
    transform: rotateX(180deg);
}
.read_more:hover {
    text-decoration: none;
}
.independency_title {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 59px;
}
.independency_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 88px;
}
a.independency_item {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
}
a.independency_item img {
    height: 62px;
}
a.independency_item:hover { 
    border: 1px solid #d3d2d2;
}
.rew_contact_block {
    background: #F3F3F3;
    border-radius: 7px;
    padding: 70px 63px 70px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
    gap: 30px;
}
.rew_contact-left {
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    width: 31%;
}
.rew_contact-top {
    display: flex;
    justify-content: flex-start;
    gap: 10px 67px;
    margin-bottom: 28px;
}
.rew_contact-phone, .rew_contact-mail {
    position: relative;
    padding-left: 43px;
}
.rew_contact-phone a, .rew_contact-mail a {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    border-bottom: none;
}
.rew_contact-bottom.addr {
    position: relative;
    padding-left: 43px;
}
.rew_contact-phone::before, .rew_contact-mail::before, .rew_contact-bottom.addr::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 25px;
    height: 25px;
}
.rew_contact-phone::before {
    background: url("/images/contact/phone.png") no-repeat;
}
.rew_contact-mail::before {
    top: 8px;
    background: url("/images/contact/email.png") no-repeat;
}
.rew_contact-bottom.addr::before {
    background: url("/img/map_icon.png") no-repeat;
}
.rew_contact-bottom.addr div {
    font-size: 18px;
    line-height: 22px;
}
.rew_contact-bottom.addr div.work-time {
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
.load_more_reviews {
    width: 240px;
    height: 50px;
    border: 1px solid #339999;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #339999;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
}
.load_more_reviews:hover {
    color: #FFFF;
    border: 1px solid #32869b;
    background: #32869b;
}
.reviews-widjet {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .rew_contact-left {
        font-size: 26px;
    }
    .rew_contact-phone a, .rew_contact-mail a {
        font-size: 24px;
    }
    .rew_contact-top {
        gap: 10px 40px;
    }
}
@media (max-width: 1100px) {  
    .rew_contact-phone a, .rew_contact-mail a {
        font-size: 20px;
    }
    .rew_contact-top {
        gap: 10px 20px;
    }
}
@media (max-width: 1030px) {
    .form-field.photo-raiting {
        flex-direction: column;
    }
    .form-field.photo-raiting .left-area, .form-field.photo-raiting .right-area {
        width: 60%;
    }
    #js-file-value {
        margin: 10px auto;
    }
}
@media (max-width: 980px) {
    .rew_contact_block {
        flex-wrap: wrap;
        padding: 26px 30px;
    }
    .rew_contact-left {
        width: 100%;
    }
}
@media (max-width: 915px) {
    .page-reviews .reviews-wrapper {
        flex-direction: column;
    }
    .page-reviews_left-block {
        width: 100%;
        margin-bottom: 70px;
    }
    .page-reviews_right-block {
        width: 100%;
        padding-left: 0px;
    }
    .form-field.photo-raiting {
        flex-direction: row;
        align-items: flex-start;
    }
    .form-field.photo-raiting .left-area, .form-field.photo-raiting .right-area {
        width: 50%;
    }
    .independency_block {
        flex-wrap: wrap;
    }
    a.independency_item {
        width: 48%;
    }
    .review-item-text-preview {
        display: -webkit-box;
        -webkit-line-clamp: 40;
        -webkit-box-orient: vertical;
        overflow: inherit;
    }
}
@media (max-width: 780px) {
    .wrap-reviews-form {
        padding: 26px 30px;
    }
    .reviews-form-slogan {
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
    }
    .reviews-text {
        font-size: 15px;
        line-height: 20px;
        width: 90%;
    }
    .form-field input[type="text"] {
        font-size: 16px;
        line-height: 16px;
    }
    .reviews-file-text {
        font-size: 15px;
    }
    .rating-area:not(:checked) > label { 
        width: 15px;
        font-size: 15px;
        line-height: 19px;
    }
    .independency_title {
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 23px;
    }
    .independency_block {
        flex-wrap: wrap;
    }
    a.independency_item {
        width: 48%;
        height: 72px;
    }
    a.independency_item img {
        height: 30px;
    }
    .rew_contact-left {
        font-size: 20px;
        line-height: 25px;
    }
    .rew_contact-phone a, .rew_contact-mail a {
        font-size: 18px;
    }
    .rew_contact-bottom.addr div {
        font-size: 15px;
        line-height: 18px;
    }
    .rew_contact-bottom.addr div.work-time {
        font-size: 12px;
        line-height: 14px;
    }
    .rew_contact-top {
        flex-wrap: wrap;
    }
    
}