/*.review-block{*/

/*}*/
/*.reviews-header{*/
/*	margin-top: 30px;*/
/*	padding-bottom: 15px;*/
/*	position: relative;*/
/*}*/
/*.reviews-header:before{*/
/*	position: absolute;*/
/*	content: "";*/
/*	left: 15px;*/
/*	right: 15px;*/
/*	bottom: 0;*/
/*	border-bottom: 1px solid #e3e3e3;*/
/*}*/
/*.reviews-header h3{*/
/*	padding-bottom: 10px;*/
/*	margin: 0;*/
/*}*/
/*.reviews-header-rating .fa{*/
/*	color: #03a9f4;*/
/*	font-size: 22px;*/
/*}*/
/*.reviews-header-rating p{*/
/*	margin-left: 20px;*/
/*	font-size: 16px;*/
/*	font-weight: 300;*/
/*	display: inline;*/
/*	margin-bottom: 0;*/
/*}*/
/*.review-header-date {*/
/*	display: inline;*/
/*	font-size: 14px;*/
/*	color: #999;*/
/*	position: absolute;*/
/*	top: 20px;*/
/*	right: 0;*/
/*	line-height: 25px;*/
/*}*/
/*.review-block .review{*/
/*	border-bottom: 1px solid #eee;*/
/*	padding-bottom: 15px;*/
/*	padding-top: 20px;*/
/*	position: relative;*/
/*}*/

/*.review-block .review-header {*/
/*	font-size: 18px;*/
/*}*/
/*.review-comment {*/
/*	color: #666;*/
/*	margin-right: 130px;*/
/*	line-height: 21px;*/
/*	margin-top: 15px;*/
/*}*/
/*.review-block .review:hover .review-comment{*/
/*	color: #000;*/
/*}*/
/*.review-rating{*/
/*	margin: 5px 0;*/
/*}*/
/*.review-rating .fa{*/
/*	color: rgba(3, 169, 244, 0.3);*/
/*	font-size: 18px;*/
/*}*/
/*.review-info{*/
/*	position: absolute;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	padding-bottom: 15px;*/
/*}*/

/*.review-info-col{*/
/*	display: inline-block;*/
/*	margin-left: 10px;*/
/*	color: #999;*/
/*}*/
/*.review-block .review:hover .review-header-date{*/
/*	color: #666;*/
/*}*/
/*.review-block .review:hover .review-info-col{*/
/*	color: #666;*/
/*}*/
/*.review-block .review:hover .review-rating .fa{*/
/*	color: #03a9f4;*/
/*}*/
/*.review-block .btn {*/
/*	text-transform: none !important;*/
/*}*/


/*.popup-window{*/
/*	border-radius: 4px;*/
/*	padding: 30px;*/
/*	-webkit-box-shadow: 0 0.25em 0.75em rgba(0,0,0,.15);*/
/*	-moz-box-shadow: 0 .25em .75em rgba(0,0,0,.15);*/
/*	box-shadow: 0 0.25em 0.75em rgba(0,0,0,.15);*/
/*}*/
/*.review-form{*/
/*	width: 400px;*/
/*	font-family:  'Roboto',Arial,Helvetica,sans-serif;*/
/*}*/
/*.review-form .fld input[type=text], .review-form .fld textarea{*/
/*	width: 100%;*/
/*}*/
/*.review-form .fld label sup, .review-form .review-form-rating label sup{*/
/*	color: red;*/
/*}*/
/*.review-form-title{*/
/*	font-size: 22px;*/
/*	font-weight: 300;*/
/*	margin-bottom: 30px;*/
/*	text-align: center;*/
/*	margin-top: -10px;*/
/*}*/
/*.review-form-rating{*/
/*	margin-bottom: 1.75em;*/
/*}*/
/*.review-form-rating .fa{*/
/*	color: #03a9f4;*/
/*	font-size: 22px;*/
/*	cursor: pointer;*/
/*}*/
/*.review-form-rating label{*/
/*	font-size: 1.1429em;*/
/*	line-height: 1;*/
/*	color: #999;*/
/*	display: block;*/
/*	margin-bottom: 0.5em;*/
/*}*/

.comments_add-comment, .form-submit #review-form-send {
    padding: 12px 30px;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .2em;
    background-color: #262526;
    color: white;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.a.comments_add-comment, .form-submit .a#review-form-send {
    border-bottom: none;
}

.comments_add-comment, .form-submit #review-form-send {
    background-color: #c59d5f;
    color: white;
}

.comments_add-comment:hover, .form-submit #review-form-send:hover {
    background-color: #262526 !important;
}

.comments_add-comment:hover, .form-submit #review-form-send:hover {
    background-color: #c59d5f;
    color: white !important;
}

.comments_add-comment, .form-submit #review-form-send {
    background-color: #f3ae00;
}

/*----------------------------------------*\
*   $COMMENTS
\*----------------------------------------*/

.comments-area {
    position: relative;
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
}

.comments-area:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    border-left: 1px solid #d8d8d8;
    height: 100%;
}

.comments-area.no-comments {
    padding: 0;
}

.comments-area.no-comments:before {
    content: none;
}

.comment-number, .comment-number--dark, .comments-area-title .comment-number.total, .comment-reply-title .comment-number.total, .add-comment .add-comment__button {
    width: 42px;
    height: 42px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    /*line-height: 1.72429;*/
    line-height: 42px;
    text-align: center;
    color: #b3b3b3;
    background: white;
}

.comment-number.total, .total.comment-number--dark, .comments-area-title .total.comment-number, .comment-reply-title .total.comment-number, .add-comment .total.add-comment__button {
    margin-right: 12px;
}

.comment-number--dark, .comments-area-title .comment-number.total, .comments-area-title .total.comment-number--dark, .comment-reply-title .comment-number.total, .comment-reply-title .total.comment-number--dark, .add-comment .add-comment__button {
    border: 1px solid #262526;
    display: inline-block;
    background-color: #262526;
    color: white;
    font-size: 20px;
    /*font-size: 1.25rem;*/
    /*line-height: 1.21;*/
    line-height: 42px;
    font-weight: 500;
}

.comments-area-title .comments-title, .comments-area-title a, .comment-reply-title .comments-title, .comment-reply-title a {
    display: inline-block;
    vertical-align: middle;
}

.comments-area-title .comments-title, .comment-reply-title .comments-title {
    margin: 0;
    margin-right: 6px;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
}

.comments-area-title .total.comment-number--dark, .comments-area-title .total.comment-number, .comments-area-title .add-comment .total.add-comment__button, .add-comment .comments-area-title .total.add-comment__button, .comment-reply-title .total.comment-number--dark, .comment-reply-title .total.comment-number, .comment-reply-title .add-comment .total.add-comment__button, .add-comment .comment-reply-title .total.add-comment__button {
    position: relative;
    z-index: 1;
}

.comment-reply-title {
    margin-bottom: 24px;
}

.commentlist > .comment, .commentlist > .pingback {
    padding-left: 60px;
}

.comment, .pingback {
    position: relative;
}

.comment .comment-number, .comment .comment-number--dark, .comment .comments-area-title .comment-number.total, .comments-area-title .comment .comment-number.total, .comment .comment-reply-title .comment-number.total, .comment-reply-title .comment .comment-number.total, .comment .add-comment .add-comment__button, .add-comment .comment .add-comment__button, .pingback .comment-number, .pingback .comment-number--dark, .pingback .comments-area-title .comment-number.total, .comments-area-title .pingback .comment-number.total, .pingback .comment-reply-title .comment-number.total, .comment-reply-title .pingback .comment-number.total, .pingback .add-comment .add-comment__button, .add-comment .pingback .add-comment__button {
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 1;
}

@media only screen and (max-width: 899px) {
    .comment .comment-number, .comment .comment-number--dark, .comment .comments-area-title .comment-number.total, .comments-area-title .comment .comment-number.total, .comment .comment-reply-title .comment-number.total, .comment-reply-title .comment .comment-number.total, .comment .add-comment .add-comment__button, .add-comment .comment .add-comment__button, .pingback .comment-number, .pingback .comment-number--dark, .pingback .comments-area-title .comment-number.total, .comments-area-title .pingback .comment-number.total, .pingback .comment-reply-title .comment-number.total, .comment-reply-title .pingback .comment-number.total, .pingback .add-comment .add-comment__button, .add-comment .pingback .add-comment__button {
        left: -60px;
    }
}

@media only screen and (max-width: 899px) {
    .depth-1 > .comment-article > .comment-number, .depth-1 > .comment-article > .comment-number--dark, .add-comment .depth-1 > .comment-article > .add-comment__button {
        left: 0;
    }
}

.comments_add-comment {
    margin-top: 3px;
    text-transform: uppercase;
}

.commentlist {
    list-style: none;
    margin: 0;
    border-left: 0;
    padding-left: 0;
}

li.comment, li.pingback {
    display: block;
    margin-bottom: 0;
    padding-top: 24px;
    padding-top: 1.5rem;
}

li.comment .children, li.pingback .children {
    position: relative;
    margin-left: 0;
    margin-top: -24px;
    margin-top: -1.5rem;
}

@media only screen and (min-width: 900px) {
    li.comment .children li, li.pingback .children li {
        padding-left: 72px;
    }

    li.comment .children li:before, li.pingback .children li:before {
        content: "";
        position: absolute;
        top: 45px;
        border-top: 1px solid #d8d8d8;
    }
}

li.comment .children li .comment-number, li.comment .children li .comment-number--dark, li.comment .children li .add-comment .add-comment__button, .add-comment li.comment .children li .add-comment__button, li.pingback .children li .comment-number, li.pingback .children li .comment-number--dark, li.pingback .children li .add-comment .add-comment__button, .add-comment li.pingback .children li .add-comment__button {
    border: 1px solid #eeeeee;
    background: #eeeeee;
    color: #515150;
}

li.depth-2:before {
    left: -40px;
    width: 60px;
}

@media only screen and (min-width: 900px) {
    li.depth-3:before {
        left: -112px;
        width: 112px;
    }

    li.depth-4:before {
        left: -184px;
        width: 184px;
    }

    li.depth-5:before {
        left: -256px;
        width: 256px;
    }

    li.depth-6:before {
        left: -328px;
        width: 328px;
    }

    li.depth-7:before {
        left: -400px;
        width: 400px;
    }

    li.depth-8:before {
        left: -472px;
        width: 472px;
    }

    li.depth-9:before {
        left: -544px;
        width: 544px;
    }

    li.depth-10:before {
        left: -616px;
        width: 616px;
    }
}

.comment__meta {
    font-size: 12px;
    /*font-size: 0.75rem;*/
    line-height: 2.01;
}

.comment__author-name {
    margin-right: 5px;
    font-size: 15px;
    /*font-size: 0.9375rem;*/
    line-height: 1.61;
    font-style: normal;
    font-weight: bold;
}

.comment-article {
    margin-bottom: 0;
    position: static;
}

.comment-article:hover .comment-edit-link, .comment-article:hover .comment-reply-link {
    opacity: 1;
}

.comment__avatar {
    margin-right: 12px;
    margin-right: 0.75rem;
}

.comment__timestamp {
    color: #919191;
}

.comment__avatar {
    margin-bottom: 24px;
    /*margin-bottom: 1.5rem;*/
}

.comment__content {
    position: relative;
    margin-bottom: 24px;
    /*margin-bottom: 1.5rem;*/
    font-size: 14px;
    /*font-size: 0.875rem;*/
    line-height: 1.72429;
    color: #919191;
}

.comment__content:last-child {
    margin-bottom: 0;
}

.comment__content:last-child {
    margin-bottom: 0;
}

.comment__links {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    /*font-size: 0.75rem;*/
    line-height: 2.01;
}

.comment-edit-link, .comment-reply-link {
    color: #919191;
    opacity: 0;
    margin-right: 12px;
    /*margin-right: 0.75rem;*/
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.comment-reply-link {
    color: #c59d5f;
}

.logged-in-as {
    margin: -12px 0;
    margin: -0.75rem 0;
}

.comment-reply-title {
    margin-top: 0;
}

.comment-respond {
    position: relative;
}

@media only screen and (min-width: 900px) {
    .comment-respond {
        padding-left: 58px;
    }

    .comment .comment-respond {
        padding-left: 0;
    }

    .comment-respond .comment-reply-title {
        margin-left: -58px;
    }

    .comment .comment-respond .comment-reply-title {
        margin-left: 0;
    }

    .comment .comment-respond .comment-number, .comment .comment-respond .comment-number--dark, .comment .comment-respond .add-comment .add-comment__button, .add-comment .comment .comment-respond .add-comment__button {
        display: none;
    }
}

#cancel-comment-reply-link {
    position: absolute;
    bottom: 24px;
    /*bottom: 1.5rem;*/
    left: 0;
    z-index: 5;
    text-decoration: none;
    font-style: normal;
}

/*----------------------------------------*\
*   $COMMENT_FORM
\*----------------------------------------*/
.comment-form {
    font-size: 0;
}

.comment-form label {
    display: none;
}

.lt-ie9 .comment-form label {
    display: block;
}

.comment-form input, .comment-form textarea {
    outline: 0 !important;
    font-size: 14px;
    /*font-size: 0.875rem;*/
    line-height: 1.72429;
    font-weight: 300;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: none;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 6px 0;
    border: none;
    border-bottom: 1px solid #d8d8d8;
}

.comment-form-author input::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 300;
}

.comment-form-author input:-moz-placeholder,
.comment-form-email input:-moz-placeholder,
.comment-form-url input:-moz-placeholder {
    font-style: normal;
    font-weight: 300;
}

.comment-form-author input::-moz-placeholder,
.comment-form-email input::-moz-placeholder,
.comment-form-url input::-moz-placeholder {
    font-style: normal;
    font-weight: 300;
}

.comment-form-author input:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 300;
}

.lt-ie9 .comment-form-author, .lt-ie9
.comment-form-email, .lt-ie9
.comment-form-url {
    width: 30%;
    float: none;
    display: inline-block;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    padding-left: 24px;
    padding-left: 1.5rem;
    vertical-align: top;
    width: 33.333%;
}

.comment-form-comment {
    width: 100%;
}

.comment-form-comment textarea {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    background: url("/local/templates/.default/img/textarea-bg1.png") scroll;
    line-height: 26px;
    width: 100%;
}

.comment-form .form-submit {
    margin-top: 20px;
}

/**
 * !Important stuff here to override wordpress styles...
 */
.form-submit #review-form-send {
    text-transform: uppercase;
    float: right;
    border: 0;
    cursor: pointer;
}

.lt-ie9 .form-submit #review-form-send {
    width: 100px;
}

.add-comment {
    margin-top: 48px;
}

.add-comment .add-comment__button {
    position: relative;
    z-index: 1;
    margin-right: 12px;
    font-size: 25px;
    line-height: 30px;
}

.add-comment .add-comment__text {
    font-size: 20px;
    font-weight: bold;
}

.review-form-rating {
    font-size: 16px;
    margin-bottom: 10px;
}
/* Капча: картинка сверху, поле ниже */
.review-captcha{
  display: flex;
  flex-direction: column;   /* вертикально */
  align-items: flex-start;
  gap: 8px;                 /* отступ между картинкой и полем */
}

.review-captcha .captcha-image img{
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.review-captcha .captcha-input input{
  width: 260px;             /* при желании подгони ширину */
  padding: 6px 8px;
  border: 1px solid #999;
  box-sizing: border-box;
}
/* === Цвет звёзд и кнопок === */

/* звёзды рейтинга */
.fa-star,
.fa-star-o {
  color: #febf0f !important;
}

/* кнопки "добавить новый" и "добавить" */
.comments_add-comment,
.form-submit #review-form-send {
  background-color: #febf0f !important;
  color: #fff !important;
  border: none;
}

/* эффект при наведении */
.comments_add-comment:hover,
.form-submit #review-form-send:hover {
  background-color: #d4a600 !important; /* чуть темнее при наведении */
  color: #fff !important;
}