/*===========================================*/
/*================   REVIEW  ================*/
/*===========================================*/
/*#review {
    list-style: none;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1000px;
}*/
.rate-stars {
    height: 25px;
}
.rate-stars span {
    display: block;
    text-align: center;
    margin: 0 0 0 -8px;
    font-size: 14px;
    color: #ff9800;
}
/*#review ul.tabs li {
margin: 10px 0;
display: inline-block;
border-right: 1px solid #ccc;
padding: 0 10px;
}
#review ul.tabs li h2 {
margin-top: -1px;
}

#review ul.tabs li:hover h2 {
color: #4baeb4;
}
#review ul.tabs li:last-child {
border-right: 0;
}*/
/*
.loaded_review .date_review {
    font-size: 10px;
    font-weight: bold;
    margin-top: -2px;
    display: block;
    text-align: right;
}
*/
#loading_more {
    display: none;
    width: 100%;
    height: 60px;
    background: url('/img/loading6.gif') no-repeat center center;
}
#load_more_reviews {
    position: relative;
    margin-left: -17px;
}

#load_more_reviews:before {
    content: "⇩";
    padding: 5px 4px 3px;
    line-height: 1;
    top: 6px;
}
/*#load_more_reviews span {
    display: inline-block;
    left: 25px;
    padding: 0;
    width: 17px;
    height: 17px;
    border-radius: 30px;
    position: absolute;
    font-size: 20px;
    top: 0;
    text-shadow: none;
    color: #fff;
}*/

table.width100 {
    width: 100%;
}

/*-------- writen reviews --------*/
#write_reviews li {
    border-top: 1px solid #ccc;
    padding: 40px 30px;
    /* list-style: none; */
    display: grid;
    grid-template-columns: 185px auto;
    column-gap: 30px;
}
.one_review {
    position: relative;
}
/*
#review .main_info {
    padding: 0 40px 0 0;
    width: 185px;
    z-index: 4;
    position: relative;
}
*/

.one_review .photo {
    height: 185px;
    width: 185px;

    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    border-radius: 95px;

/*    box-shadow: 1px 1px 13px #b3b3b3;
    -moz-box-shadow: 1px 1px 13px #b3b3b3;
    -webkit-box-shadow: 1px 1px 13px #b3b3b3;*/

    font-size: 13px;
    line-height: 1;
}
@media screen and (max-width:600px) {
    .one_review .photo {
        float: left;
        margin-right: 20px;
        width: 80px;
        height: 80px;
    }
}
.one_review .name>span {
    font-size: 16px;
    color: var(--font-color-bold);
    width: 185px;
    font-family: sans-serif;
    text-align: center;
    font-weight: bold;
    display: block;
    line-height: 18px;
    margin-left: -6px;
}

/*#review .info img.admin_img {
    width: 10px;
    height: 10px;
}*/

/*#review .info, */
.one_review .links {
    font-size: 11px;
    color: var(--font-color-main);
    padding-right: 10px;
}

/*.one_review .info {
    text-transform: uppercase;
    margin-top: 8px;
    text-align: center;
    color: #646464;
    font-size: 11px;
    line-height: initial;
    display: none;
}*/

.one_review .links {
    /*font-size: 10px;*/
    text-align: center;
    margin-top: 6px;
    line-height: 1;
}
.one_review .links a {
    color: var(--font-color-accent);
    text-decoration: none;
    word-wrap: break-word;
    font-size: .8rem;
}
.one_review .links a:hover {
    text-decoration: underline;
}
.one_review .text {
    /*font-size: 14px;*/
    text-align: justify;
    /*line-height: 25px;*/
    /*margin-top: -1px;*/

}

#add_review {
    margin: 20px 20px 15px 20px;
    position: relative;
}
#add_review .ask_label {
    padding-top: 10px;
}

.review_link {
    margin-left: 50px;
}

.review-choose.col4 {
    grid-gap: 10px;
}
.review_title {
    top: 0;
    position: relative;
    line-height: 1.2rem;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
}
.review-choose.col4>li {
    text-align: center;
    grid-row: auto;
}
.review-choose.col4>li>a {
    text-decoration: none;
}
.review-choose.col4 span {
    padding: 10px;
    display: block;
    line-height: 1;
}
.review-choose.col4>li>a:hover span {
    /*color: #0d798c;*/
    text-decoration: underline;
}
/*a:hover .review_title {
    color: #aff3ff;
    text-decoration: none;
}
.flag-emoji-big {
    z-index: 2;
    position: absolute;
    top: 0;
    font-size: 50px;
    left: 0;
    width: 50px;
    height: 25px;
    line-height: 1;
}*/
#write_reviews {
    position: relative;
    margin-top: 25px;
}
#write_reviews.not_all_reviews:after {
    display: block;
    content: ' ';
    /*background-image: url(https://cdn.dimasfrolov.com/img/grad-white-300.png);*/
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAEsCAYAAAAGpQnoAAAAaElEQVR4AWJ0L/ABtE8HGhjEMAyA/6X93/+JT28wCiGsOGQUn7YxZr9zsEvAqioc5K7oWLQDCj6W2k5qASF25qBH/+/H+M5303hA3EaHFh2jzwgKngbtbuDoX/PpqBEYhmEYhmEYhvEC76uHpByAnDIAAAAASUVORK5CYII=');
    background-repeat: repeat-x;
    z-index: 2;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: -70px;
    padding-bottom: 15px;
}
#load_more_reviews_block {
    z-index: 2;
    position: relative;
    top: -150px;
    margin-bottom: -110px;
}

.trust-img {
    display: inline-block;
    margin-bottom: -8px;
    padding: 0 23px;
    width: 100%;
    box-sizing: border-box;
    max-width: 250px;
}
#yandex-logo {
    padding: 0 40px;
}

@media screen and (max-width:960px) {
    #write_reviews li {
        padding: 15px 0;
        /*overflow: hidden;*/
    }
    .review-choose.col4 {

    }

}
@media screen and (max-width:600px) {
    #write_reviews li {
        display: block;
    }
    .one_review {
        min-height: 80px;
    }
    .one_review li .photo {
        float: left;
        margin-right: 20px;
        width: 70px;
        height: 70px;
    }
    .one_review .name>span {
        text-align: left;
        margin-left: -1px;
        width: calc(100% - 13px);
    }
/*    .flag-emoji-big {
        top: -5px;
        font-size: 28px;
        left: -2px;
    }*/
    .rate-stars span {
        text-align: left;
    }
    .one_review .links {
        text-align: left;
    }


}
/*************************************/
/********  NEW RATING    *************/
/*************************************/
.rating-new {
    max-width: 900px;
    width: 100%;
    grid-row-gap: 6vw!important;
    grid-column-gap: 3vw!important;
}
ul.col.rating-new li {
    grid-row: auto;
    text-align: center;
}
.rating-number {
    font-weight: 800;
    font-size: min(12vw, 3rem);
    font-family: monospace;
    line-height: 1em;
    letter-spacing: -7px;
}
.rating-number ~ span {
    white-space: nowrap;
    display: block;
    text-align: center;
    margin: 0;
}
.rate-text {
    font-size: .9rem;
    color: var(--font-color-accent)
}
.rating-new .trust-img {
    max-width: 180px;
    margin-top: -15px;
}
.rating-new a,
.rating-new a:hover
{
    text-decoration: none;
    border: 0;
    color: var(--font-color-main);
}
.rating-new a:hover {
    color: var(--font-color-accent);
    background-color: transparent;
    box-shadow: none;
}
.trust-img {
    padding: 0;
}
@media screen and (max-width:700px) {
    .rating-new.col4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
