.reviews .title {
    position: relative;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 27px;
}
.reviews .title span {
    display: inline-block;
    margin-right: 200px;
}
.reviews-list .ask-add {
    margin-bottom: 20px;
}
.reviews-list .ask-add a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted;
    font-size: 20px;
}
.reviews-list .ask-add a:hover {
    color: #EA0000;
}
.reviews-list .ask-not-active {
    background: #DEFFE6;
}
.reviews-list {
    color: #000;
    font-size: 13px;
}
.reviews-list .ask-review {
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 26px;
}
.reviews-list .ask-review.hidden {
    display: none;
}
.reviews-list .cols {
    overflow: hidden;
}
.reviews-list .cols .col {
    float: left;
    margin-top: 3px;
}
.reviews-list .cols .col.name {
    width: 140px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.reviews-list .period {
    color: #8f8b7b;
    width: 288px;
}
.reviews-list .period span {
    font-size: 14px;
    color: #000;
}
.reviews-list .stars {

}
.reviews-list .stars img {
    border: 0;
    vertical-align: bottom;
    margin-right: 4px;
}
.reviews-list .stars span {
    font-size: 13px;
    line-height: 13px;
    margin-left: 8px;
    color: #999;
    vertical-align: bottom;
}
.reviews-list .cols .col.date {
    color: #8f8b7b;
    font-size: 16px;
    float: right;
}
.reviews-list .ask-edit-link-block {
    font-size: 12px;
    text-align: right;
}
.reviews-list .ask-edit-link-block a {
    text-decoration: underline;
    margin-left: 9px;
    color: #000;
}
.reviews-list .ask-review-info {
    overflow: hidden;
}
.reviews-list .ask-review-item {
    vertical-align: top;
    margin-top: 21px;
    width: 50%;
    float: left;
    margin-bottom: 23px;
    padding-right: 20px;
}
.reviews-list .ask-review-item.ask-review-item-comment {
    width: 100%;
}
.reviews-list .ask-review-item .ask-title {
    font-weight: bold;
    line-height: 16px;
    margin-right: 5px;
    margin-bottom: 11px;
    font-size: 16px;
}
.reviews-list .ask-review-item .ask-text {
    font-size: 14px;
    line-height: 14px;
    word-wrap: break-word;
}

.reviews-list .ask-new-interval {
    height: 30px;
    display: block;
}

.download_more,
.show_add_review_popup {
    position: absolute;
    top: -4px;
    right: 0;
    border: 4px solid #f4791f;
    color: #f4791f;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.download_more {
    position: relative;
    top: auto;
    margin: 10px auto;
    display: block;
    width: 320px;
    text-align: center;
}
.download_more:hover {
    text-decoration: none;
}

.show_add_review_popup:hover, .download_more:hover {
    color: #ffffff;
    background-color: #f4791f;
    transition: all 0.3s;
}

.background_for_popup {
    display: none;
    z-index: 1001;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('images/background_image.png');
}

.add_new_review_popup {
    display: none;
    left: 50%;
    margin-left: -323px;
    width: 745px;
    z-index: 1002;
    position: absolute;
    background: white;
    padding: 30px 50px 30px 50px;
    font-family: 'proximanovalight';
}

.add_new_review_popup .cross_line {
    background: url('images/cross_line_img.png');
    width: 25px;
    height: 25px;
    position: relative;
    top: -75px;
    left: 700px;
    cursor: pointer;
    display: inline-block;
}

.add_new_review_popup .title {
    color: #161d27;
    font-size: 24px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 24px;
}

.add_new_review_popup label.stars_input {
    display: inline-block;
}

.add_new_review_popup .stars_input .star {
    width: 19px;
    height: 19px;
    display: inline-block;
    cursor: pointer;
    background: url('images/stars_unchecked.png') no-repeat;
}

.star.star_checked {
    background: url('images/stars_checked.png') no-repeat !important;
}

.star.star_checked_hover {
    background: url('images/stars_checked.png') no-repeat !important;
}

.add_new_review_popup .stars_input input {
    display: none;
    top: 108px;
    left: 283px;
    position: absolute;
    opacity: 0;
}

.add_new_review_popup .ask-field textarea {
    border-color: #d0d1d4;
    color: #161d27;
}

.add_new_review_popup .ask-field.movable .description {
    margin-top: 0px;
}

.add_new_review_popup .ask-field.nedostatki textarea {
    margin-bottom: 5px !important;
}

.add_new_review_popup .ask-field.nedostatki .description,
.add_new_review_popup .ask-field.comment .description {
    margin-top: 7px !important;
}

.add_new_review_popup .ask-field.comment textarea {
    height: 76px !important;
}

.add_new_review_popup .ask-field.comment {
    margin-bottom: 26px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ebebeb;
}

.add_new_review_popup .ask-field.exp .description {
    margin-top: 6px !important;
}

.add_new_review_popup .ask-field.exp select {
    padding: 5px 10px 5px 15px;
    font-size: 16px;
    margin-bottom: 10px;
}

.add_new_review_popup .ask-button {
    padding-top: 27px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 0px !important;
    margin-top: 18px;
}

.add_new_review_popup .ask-button input {
    margin-left: 205px;
    padding: 0px 35px;
    font-size: 17px;
}

.add_new_review_popup .ask-field .description, .add_new_review_popup .ask-captcha .description {
    vertical-align: top;
    font-size: 16px;
    margin-top: 6px;
    width: 200px;
}

.add_new_review_popup .ask-field.name input {
    width: 440px !important;
    padding: 20px;
}

.add_new_review_popup .ask-field.email input {
    font-size: 16px;
    padding: 20px;
    border: 1px solid #d2d4d7;
    width: 350px;
}

.add_new_review_popup .ask-captcha .description {
    font-size: 16px;
}

.add_new_review_popup .ask-captcha input {
    padding: 19px;
    width: 165px;
}

.add_new_review_popup .ask-field div, .add_new_review_popup .ask-field > input,
.add_new_review_popup .ask-field textarea, .add_new_review_popup .ask-captcha > div {
    display: inline-block;
}

.add_new_review_popup .ask-field textarea:focus, .add_new_review_popup .ask-field input:focus,
.add_new_review_popup .ask-captcha input:focus {
    border-color: #646b77;
    color: #161d27;
}

.reviews-list .no-items {
    font-size: 16px;
}



.ask-review-item-image img {
    margin-right: 10px;
}
.ask-review-item-image {
    margin-bottom: 20px;
}
.ask-review-item-video {
    margin-bottom: 20px;
}
.ask-review-item-video iframe {
    width: 600px;
    height: 315px;
}
@media (max-width: 767px) {
    .ask-review-item-video iframe {
        width: 100%;
        height: 215px;
    }
}