@media (max-width: 850px){
    .content__row {
        flex-direction: column;

        .comments_page-left {
            width: auto;
        }
    }
}
.comments_page-left {
    width: 25%;
}
@media (min-width: 851px) {
    .comments_page-right {
        width: 75%;
    }
}
.leftside-widgets, .top-comments-widgets {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    gap: 5px;
}
.total-comments, .total-rating-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
	font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    color: #7a7f81;
    padding: 14px 0 8px;
}
.comments__list {
    background: #fff;
}
.comments__post {
    background-color: #fdfaf2;
    padding: 30px;
    border-top: none; 


    &:first-child {
        padding: 30px;
    }
}
.comments__post-header {
    display: flex;
    justify-content: space-between;

    .comments__post-author {
        display: flex;
        flex-direction: column; 
    }
}
.comments__post-text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;

    .typo {
        margin: auto 0 auto 2%;
    }
    .comments__post-image {
        max-width: 265px;
        margin: 20px 0;
    }
}

#collaps-link {
    cursor: default;
    color: #fff;
    background-color: red;
    width: 230px;
    text-align: center;
    border-radius: 32px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 16px;

    &:hover {
        color: #000;
    }
}
#collaps-body {
    display: none;
}
.comments__post-reply-link {
    cursor: default;
    color: #fff;
    background-color: green;
    width: 230px;
    text-align: center;
    border-radius: 32px;
    /*margin-left: 20px;*/
    padding: 15px;
    border: unset;
    font-size: 16px;
}
.director {
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdbdb;
    margin-top: 20px;
    justify-content: space-between;
    text-align: center;

    .write-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.4;
        color: #343434;
        padding: 4px 0 10px;
    }
    .write-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
        color: #7a7f81;
    }
    .write-submit {
        border-radius: 30px;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 15px;
        margin: 32px auto !important;
        background: orange;
        text-decoration: unset;
        display: block;

        &:hover {
            color: #000;
        }
    }
}
.product-view a {
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 230px;
    padding: 15px;
    margin-left: 14px;
    background: orange;
    text-decoration: unset;
    display: block;

    &:hover {
        color: #000;
    }
}
.comments__post-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
    gap: 10px;
}
.comments__post-vote {
    margin: auto 0;
}
.comments__post-reply {
    margin-left: 0px;
}
.comments__post-rate {
    width: 88px;
}
@media (max-width: 600px) {
	.comments__post-text {
    flex-direction: column-reverse;
	}
}
@media (max-width: 850px) {
    .content__row.com-pg {
        flex-direction: column-reverse;
    }
    .comments_page-img, .leftside-widgets, .comments_page-left .google-reviews-block {
        display: none;
    }
    .top-comments-img {
        padding-bottom: 20px;
    }
	.director {
		margin-top: 0;
	}
}
@media (min-width: 851px) {
    .top-comments-img, .top-comments-widgets, .comments_page-right .google-reviews-block {
        display: none;
    }
}
input[type=file] {
    color: steelblue;
    z-index: 0;
    position: relative;
    display: inline;
    &:focus {
        outline: unset;
        outline-offset: unset;
    }
}
span.com-total {
    font-weight: 600;
    font-size: 32px;
    line-height: 126%;
    color: #343434;
}
.total-rating-block {
    .star-rating__star {
        width: 25px;
        height: 25px;
    }
}