.r-tabs-anchor__review
{
    font-weight: 400;
}

.r-tabs-state-active .r-tabs-anchor__review
{
    color: #53bed0;
}

.reviews
{
    position: relative;

    color: #000;
}

.reviews__btn
{
    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 292px;
    padding-top: 30px;
    padding-bottom: 26px;

    background-color: #e5fbff;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.reviews__btn img
{
    margin-bottom: 8px;
}

.reviews__title
{
    font-size: 36px;

    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 300px;
}

.reviews__stars-block
{
    margin-bottom: 65px;
    margin-bottom: 100px;
    min-height:250px;
}

.stars-procent
{
    position: relative;

    width: 127px;
    height: 20px;
}

.stars-procent__empty
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-image: url(../images/icon-empty-star.png);
    -moz-background-size: auto 100%;
         background-size: auto 100%;
}

.stars-procent__full
{
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;

    background-image: url(../images/icon-full-star.png);
    -moz-background-size: auto 100%;
         background-size: auto 100%;
}

.reviews-stars-block__average
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 45px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.reviews-stars-block__average-text
{
    padding-top: 1px;
    padding-right: 12px;
}

.reviews-stars-block__average-rating
{
    padding-top: 1px;
    padding-left: 9px;
}

.stars-rating__row
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 18px;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.stars-rating__row:last-child
{
    margin-bottom: 0;
}

.stars-rating__row--without-stars .stars-rating__bar-fill
{
    background-color: #ccc;
}

.stars-rating__text
{
    width: 80px;
}

.stars-rating__bar
{
    position: relative;

    width: 265px;
    height: 14px;
    margin-right: 8px;

    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    background-color: #f2f2f2;
}

.stars-rating__bar-fill
{
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;

    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    background-color: #53bed0;
}

.stars
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
}

.stars__item
{
    width: 22px;
    height: 20px;
    margin-right: 4px;

    background-image: url(../images/icon-star.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.stars__item:last-child
{
    margin-right: 0;
}

.box-product .product-description .rating:before
{
    left: 13px;

    width: 31px;
    height: 29px;

    content: '';

    background-image: url(../images/icon_rating.png);
}

.comments
{
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #e1f6fa;
}

.comments .wpd-form-head
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 24px;
    padding-bottom: 10px;

    border-bottom: 1px solid #d1d7d8;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.comments__wrapper
{
    padding: 42px;
}

.comments__pagination
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.comments__title
{
    font-size: 28px;

    position: relative;

    display: inline-block;

    margin-top: 0;
    margin-bottom: 45px;

    color: #5cc0d0;
}

.comments__title-number
{
    font-size: 14px;

    position: absolute;
    top: -17px;
    right: -31px;

    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    width: 31px;
    height: 31px;
    padding-top: 2px;

    color: #fff;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #5cc0d0;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.comment
{
    margin-bottom: 40px;
}

.comment__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
}

.comment__left
{
    margin-top: 0;
    margin-right: -56px;
    padding-right: 22px;
}

.comment__right
{
    width: 100%;
    padding-left: 52px;
}

.comment__avatar
{
    position: relative;
    z-index: 1;
}

.comment__avatar img
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    width: 57px;
    max-width: 57px;
    height: 57px;

    border: 5px solid #e1f6fa;
    border-left: 0;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}

.comment__header
{
    margin-bottom: 11px;
    padding-top: 3px;
}

.comment__author
{
    font-size: 16px;

    display: inline-block;

    margin-right: 20px;
}

.comment__date
{
    font-size: 13px;
}

.comment__rating
{
    margin-bottom: 18px;
}

.comment__rating-without
{
    color: #53bed0;
}

.comment__text
{
    margin-bottom: 16px;
}

.comment__text p:last-child
{
    margin-bottom: 0;
}

.comment__images
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    margin-right: -15px;
    margin-bottom: 10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.comment__img
{
    display: block;

    margin-right: 15px;
    margin-bottom: 15px;
}

.comment__img img
{
    max-height: 185px;
}

.comment__reply-btn
{
    position: relative;

    padding-left: 27px;

    cursor: pointer;
    text-decoration: underline;

    color: #53bed0;
}

.comment__reply-btn:hover
{
    text-decoration: none;
}

.comment__reply-btn:after
{
    position: absolute;
    top: 4px;
    left: 0;

    width: 17px;
    height: 14px;

    content: '';

    background-image: url(../images/icon-reply-arrow.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.comment__form
{
    display: none;
}

.comment__form .modal-review__rating
{
    margin-top: 22px;
}

.comment__form .rating-area
{
    margin-left: 12px;
}

.comment__form .rating-area:not(:checked) > label
{
    width: 26px;
    height: 20px;
}

.comment__form .rating-area:not(:checked) > label:before
{
    width: 22px;
    height: 20px;
}

.comment__form .rating-area:not(:checked) > label:hover:before,
.comment__form .rating-area:not(:checked) > label:hover ~ label:before
{
    width: 22px;
    height: 20px;
}

.comment__form--top
{
    display: block;

    margin-bottom: 60px;
}

.comment__form--top .comment__form-wrapper
{
    padding-top: 0;
}

.comment__form--top .comment__form-footer
{
    display: none;
}

.comment__form-wrapper
{
    padding-top: 30px;
}

.comment__form-textarea
{
    display: block;

    width: 100%;
    height: 120px;
    padding: 5px;

    resize: none;

    border: 0 solid #000;
    outline: 0;
    background-color: #fff;
}

.comment__form-textarea-wrapper
{
    margin-bottom: 13px;

    border: 1px solid #dee1e2;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.comment__form-textarea-wrapper .emoji-picker-icon
{
    top: auto;
    right: auto;
    bottom: 12px;
    left: 40px;

    color: #ffa600;
}

.comment__form-textarea-wrapper .emoji-menu
{
    top: 100%;
    right: auto;
    left: 0;
}

.comment__form-textarea-wrapper .emoji-wysiwyg-editor
{
    border: 0;
}

.comment__form-buttons
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    height: 40px;
    padding: 6px;

    background-color: #fafafa;
}

.comment__form-buttons-right
{
    margin-left: auto;
}

.comment__form-add-btn
{
    display: inline-block;

    margin: 3px;
}

.comment__form-add-btn .wmu-add
{
    display: block;

    width: 23px;
    height: 17px;
    margin: 0 2px;

    cursor: pointer;

    color: #aaa;
    background-image: url(../images/icon-add.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.comment__form-btn
{
    font-weight: normal;

    display: inline-block;

    width: 28px;
    min-width: auto;
    max-width: auto;
    height: 24px;
    min-height: auto;
    padding: 3px 5px;

    cursor: pointer;
    text-transform: none;

    border: none;
    background: 0 0;
}

.comment__form-btn svg
{
    display: inline;
}

.comment__form-btn .ql-stroke
{
    fill: none;
    stroke: #999;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.comment__form-footer-wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.comment__form-footer-wrapper .comment__form-footer-row:first-child
{
    width: 50%;
}

.comment__form-footer .fa
{
    font-size: 20px;

    color: #b2bfc3;
}

.comment__form-footer-row
{
    margin-bottom: 25px;
    margin-bottom: 0;
}

.comment__form-footer-row:last-child
{
    margin-bottom: 0;
}

.comment__form-footer-item
{
    position: relative;

    width: 100%;
    margin-bottom: 8px;
}

.comment__form-footer-item:last-child
{
    margin-bottom: 0;
}

.comment__form-footer-item input
{
    width: 100%;
    height: 36px;
    padding-left: 40px;

    border: 2px solid #ddd;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    outline: 0;
}

.comment__form-footer-icon
{
    position: absolute;
    top: 50%;
    left: 12px;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.comment__form-footer-submit
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.comment__form-footer-submit-button
{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;

    max-width: none;
    /*margin-left: 14px;*/
    padding: 6px 20px;

    cursor: pointer;

    color: #000;
    border: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #58becf;
    -webkit-box-shadow: 1px 1px 3px -1px #bbb;
       -moz-box-shadow: 1px 1px 3px -1px #bbb;
            box-shadow: 1px 1px 3px -1px #bbb;
}

.comment__form-footer-submit-button:hover
{
    opacity: .9;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.comment__form-footer-submit-label
{
    position: relative;

    margin-bottom: 0;
    margin-left: auto;
}

.comment__form-footer-submit-label-check
{
    margin: 0 3px 0 0;

    cursor: pointer;
    text-align: center;
    vertical-align: middle;

    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.comment__form-footer-submit-label-checkbox
{
    display: none;
}

.comment__form-footer-submit-label-checkbox:checked + .comment__form-footer-submit-label-text .comment__form-footer-submit-icon--on
{
    display: inline-block;
}

.comment__form-footer-submit-label-checkbox:checked + .comment__form-footer-submit-label-text .comment__form-footer-submit-icon--off
{
    display: none;
}

.comment__form-footer-submit-label-checkbox + .comment__form-footer-submit-label-text .comment__form-footer-submit-icon--on
{
    display: none;

    color: #58becf;
    border: 1px solid #58becf;
}

.comment__form-footer-submit-label-checkbox + .comment__form-footer-submit-label-text .comment__form-footer-submit-icon--off
{
    display: inline-block;

    border: 1px solid #ddd;
}

.comment__form-footer-submit-icon
{
    width: 32px;
    margin: 0;
    padding: 4px 5px;
}

.comment--have-reply .comment
{
    margin-top: 40px;
    margin-bottom: 0;
}

.comment--have-reply .comment .comment__left
{
    margin-left: -5px;
}

.comment--have-reply .comment__right
{
    border-left: 2px solid #53bed0;
}

/* Пагинация
   ========================================================================== */

.pagination
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.pagination__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    width: 40px;
    height: 40px;
    margin-right: 12px;

    text-align: center;
    text-decoration: none;

    color: #53bed0;
    border: 2px solid #53bed0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.pagination__item:last-child
{
    margin-right: 0;
}

.pagination__item:hover,
.pagination__item:focus
{
    text-decoration: none;
}

.pagination__item--active
{
    color: #fff;
    background-color: #53bed0;
}

.pagination__items
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    padding-right: 28px;
    padding-left: 28px;
}

.pagination__arrow
{
    width: 13px;
    height: 22px;

    background-image: url(../images/icon-pag-arrow.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.pagination__arrow--next
{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* Модалка
   ========================================================================== */

.modal-review .modal-body
{
    padding: 0;
}

.modal-review .modal-top
{
    position: relative;

    padding: 46px;
    padding-bottom: 40px;

    background-color: #e2f4f7;
}

.modal-review .modal-bottom
{
    position: relative;

    padding: 46px;
    padding-bottom: 70px;

    background-color: #fbfdfd;
}

.modal-review .modal-title
{
    font-size: 36px;
    line-height: 1.1;

    margin-bottom: 16px;
}

.modal-review .btn
{
    font-size: 21px;

    padding-top: 14px;
    padding-right: 68px;
    padding-bottom: 16px;
    padding-left: 68px;

    -webkit-border-radius: 31px;
       -moz-border-radius: 31px;
            border-radius: 31px;
}

.modal-review .btn-link
{
    font-size: 17px;
    font-weight: 700;

    padding-right: 0;
    padding-left: 0;

    text-transform: uppercase;
}

.modal-review .form-label
{
    font-size: 18px;
}

.modal-review .form .form-control
{
    font-family: 'Mulish', Arial, serif;
    font-size: 20px;

    height: 56px;
}

.modal-review .form-row
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
}

.modal-review .form-column--50
{
    width: 50%;
    padding-right: 33px;
}

.modal-review .form-column--50:nth-child(2)
{
    padding-left: 33px;
}

.modal-review .form-label-small
{
    font-size: 14px;
    font-weight: 400;
}

.modal-review .form-buttons
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.modal-review .form-buttons .btn
{
    margin-bottom: 36px;
}

.modal-review .form-buttons.form-buttons__privacy .form-buttons-desc:last-of-type {
    margin-bottom: 36px;
}
.modal-review .form-buttons.form-buttons__privacy .btn {
    margin-bottom: 0;
}

.modal-review .form-buttons-desc
{
    font-family: 'Mulish', Arial, serif;
    font-size: 14px;

    color: #4a4a4a;
}

.modal-review .form-buttons-desc a
{
    text-decoration: underline;

    color: #4a4a4a;
}

.modal-review .form-buttons-desc a:hover
{
    text-decoration: none;
}

.modal-review .form textarea.form-control
{
    font-size: 16px;
    line-height: 1.1;

    height: 166px;
    padding: 26px;

    text-align: left;

    -webkit-border-radius: 26px;
       -moz-border-radius: 26px;
            border-radius: 26px;
}

.modal-review .form textarea.form-control::-webkit-input-placeholder
{
    font-size: 14px;

    color: #000;
}

.modal-review .form textarea.form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.modal-review .form textarea.form-control:-moz-placeholder
{
    font-size: 14px;

    color: #000;
}

.modal-review .form textarea.form-control::-moz-placeholder
{
    font-size: 14px;

    color: #000;
}

.modal-review .form textarea.form-control:focus:-moz-placeholder
{
    color: transparent
}

.modal-review .form textarea.form-control:focus::-moz-placeholder
{
    color: transparent
}

.modal-review .form textarea.form-control:-ms-input-placeholder
{
    font-size: 14px;

    color: #000;
}

.modal-review .form textarea.form-control::-ms-input-placeholder
{
    font-size: 14px;

    color: #000;
}

.modal-review .form textarea.form-control:focus:-ms-input-placeholder
{
    color: transparent
}

.modal-review .form textarea.form-control:focus::-ms-input-placeholder
{
    color: transparent
}

.modal-review .form textarea.form-control::placeholder
{
    font-size: 14px;

    color: #000;
}

.modal-review .form textarea.form-control:focus::placeholder
{
    color: transparent
}

.modal-review .form-label-type-file
{
    font-size: 14px;
    line-height: 1.42857143;

    position: relative;

    display: block;

    width: 100%;
    height: 58px;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: 20px;

    cursor: pointer;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;

    color: #555;
    border: 1px solid #aaa;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.modal-review .form-label-type-file:before
{
    font-family: 'Mulish', Arial, serif;
    font-size: 16px;
    font-weight: 900;

    position: absolute;
    top: 50%;
    left: 20px;

    content: 'Загрузить фото';
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #1f2a37;
}

.modal-review .form-label-type-file:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    width: 16px;
    height: 16px;

    content: '';
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);

    background-image: url('../images/icon-plus.png');
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.modal-review .form-label-type-file input
{
    display: none;
}

.modal-review__product
{
    font-family: 'Mulish', Arial, serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;

    max-width: 450px;
    margin-bottom: 18px;

    color: #53bed0;
}

.modal-review__img
{
    position: absolute;
    z-index: 10;
    top: 42px;
    right: 46px;

    display: block;
}

.modal-review__img img
{
    display: block;

    max-width: 240px;
    max-height: 280px;

    border: 6px solid #fff;
}

.modal-review__rating-area
{
    position: relative;

    padding-top: 2px;
}

.modal-review__rating
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.modal-review__rating-text
{
    font-size: 22px;
    font-weight: 800;

    margin-right: 22px;
}

.modal-review--login .form-buttons
{
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.modal-review--login .modal-inner
{
    width: 416px;
    margin-right: auto;
    margin-left: auto;
}

.modal-review--login .form-buttons-desc
{
    width: 100%;

    text-align: center;
}

.modal-review--login .modal-title
{
    margin-bottom: 45px;

    text-align: center;
}

.modal-review--login .form-pass
{
    margin-bottom: 50px;
}

.modal-review--login .radio-check input[type='checkbox'] + span,
.modal-review--login .radio-check input[type='radio'] + span
{
    font-size: 19px;

    padding-left: 46px;
}

.modal-review--login .icon-ch_hov,
.modal-review--login .radio-check input[type='checkbox']:checked + span:hover:before,
.modal-review--login .icon-ch_hov,
.modal-review--login .radio-check input[type='checkbox']:checked + span:before
{
    width: 20px;
    height: 20px;

    background-image: url(../images/icon-check.png);
    background-position: 0 0;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.modal-review--login .icon-ch_out,
.modal-review--login .radio-check input[type='checkbox'] + span:before
{
    top: 3px;

    width: 20px;
    height: 20px;

    background-image: url(../images/icon-uncheck.png);
    background-position: 0 0;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.modal-dialog.modal-small-medium
{
    width: 620px;
}

.modal-dialog.modal-medium
{
    width: 922px;
}

/* Рейтинг в модалке
   ========================================================================== */

.rating-area
{
    position: relative;
}

.rating-area__text
{
    font-family: 'Mulish', Arial, serif;
    font-size: 14px;
    line-height: 1;

    position: absolute;
    bottom: -20px;
    left: 50%;

    -webkit-transform: translateX(-54%);
       -moz-transform: translateX(-54%);
        -ms-transform: translateX(-54%);
         -o-transform: translateX(-54%);
            transform: translateX(-54%);
    white-space: nowrap;

    color: #53bed0;
}

.rating-area:not(:checked) > input
{
    display: none;
}

.rating-area:not(:checked) > label
{
    position: relative;

    float: right;

    width: 36px;
    height: 26px;
    padding: 0;

    cursor: pointer;
}

.rating-area:not(:checked) > label:before
{
    position: absolute;

    width: 26px;
    height: 26px;

    content: '';

    background-image: url(../images/icon_rating.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.rating-area > input:checked ~ label:before
{
    width: 26px;
    height: 26px;

    background-image: url(../images/icon_rating_fill.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.rating-area:not(:checked) > label:hover:before,
.rating-area:not(:checked) > label:hover ~ label:before
{
    width: 26px;
    height: 26px;

    background-image: url(../images/icon_rating_fill.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.rating-area > input:checked + label:hover:before,
.rating-area > input:checked + label:hover ~ label:before,
.rating-area > input:checked ~ label:hover:before,
.rating-area > input:checked ~ label:hover ~ label:before,
.rating-area > label:hover ~ input:checked ~ label:before
{
    width: 26px;
    height: 26px;

    background-image: url(../images/icon_rating_fill.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
}

.rate-area > label:active
{
    position: relative;
}

.rating-label {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #53bed0;
    padding-left: 28px;
    padding-right: 10px;
    height: 26px;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 4;
}

.rating-label:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 16px;
    background-image: url(../images/rating-label-star.png);
    background-size: 100% 100%;
}

.rating-label__number {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 767px)
{
    .comment__form-textarea
    {
        height: 80px;
    }
}
