<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------
    ÐšÐžÐœÐœÐ•ÐÐ¢ÐÐ&nbsp;Ð˜Ð˜
-------------------------------------------- */

/* Ð‘Ð»Ð¾Ðº Ñ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸ÑÐ¼Ð¸ */
.comments-header {
    padding: 18px 0 0 170px;
    margin: 35px 0 20px -30px;
    height: 38px;
    background: url("../images/pomade.png") no-repeat;
}

.comments-header h3 {
    font-size: 14px;
    font-family: "Open Sans";
    color: #fff;
}

.comments-header h3 span {
    font-size: 21px;
}

.comments {
    margin-bottom: 30px;
}

.comment-wrapper {
    position: relative;
}

.comment-wrapper .comment-wrapper {
    padding-left: 25px;
}

.comment-preview {
    padding: 5px 10px 6px;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 3px;
}

.comment-preview {
    font-size: 13px;
    line-height: 18px;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐ¿Ð¸ÑÐºÐ° ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸ÐµÐ² Ð½Ð° ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ðµ http://Ð²Ð°Ñˆ_ÑÐ°Ð¹Ñ‚/comments/ */
.comments.comment-list .comment {
    margin-bottom: 15px;
}

.comments.comment-list .comment-path {
    background: #eee;
    padding: 5px 10px 6px;
    border-top: 1px solid #ddd;
}

.comments.comment-list .comment-path .blog-name {
    color: #777;
}

/* ÐšÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¹ */
.comment {
    min-height: 48px;
    margin-bottom: 5px;
    padding: 25px 10px 10px 91px;
    position: relative;
    border-radius: 24px;
    border: solid 1px rgba(111, 65, 61, 0.13);
}

.comment .deleted {
    padding: 5px 10px;
    color: #777;
    background: #f4f4f4;
}

.comment .comment-avatar {
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 4px;
    background: #F5BACD;
    display: inline-block;
}
.comment .comment-avatar img {
    display: inline-block;
    border-radius: 50%;
    width: 52px;
    height: 52px;
}

/* Ð¢Ð¸Ð¿Ñ‹ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸ÐµÐ²
 *
 * deleted  -   ÑƒÐ´Ð°Ð»ÐµÐ½Ð½Ñ‹Ð¹ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¹
 * self     -   Ð²Ð°Ñˆ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¹
 * new      -   Ð½Ð¾Ð²Ñ‹Ð¹, Ð½ÐµÐ¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ‹Ð¹ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¹
 * current  -   Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ‹Ð¹ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ð¹, ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ð¹ Ð²Ñ‹Ð´ÐµÐ»ÑÐµÑ‚ÑÑ Ð¿Ñ€Ð¸ Ð¸ÑÐ¿Ð¾Ð»Ð·Ð¾Ð²Ð°Ð½Ð¸Ðµ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð² Ñ‚ÑƒÐ»Ð±Ð°Ñ€Ðµ
 *
 */
.comment {
    background: #ecf7fb;
}

.comment.comment-deleted {
    background: #efd5d5;
}

.comment.comment-self {
    background: #f4efe8;
}

/*
.comment.comment-new                { background: #fbfba8; }
.comment.comment-current            { background: #a5e7fa; }
.comment.comment-bad                { opacity: 0.3; filter: alpha(opacity=30); }
.comment.comment-bad:hover          { opacity: 1; filter: alpha(opacity=100); }*/

.ls-user-role-not-admin .comment.comment-deleted {
    padding: 10px 15px;
    min-height: 0;
    background: #f7f7f7;
    color: #888;
}

/* Info Block */
.comment .comment-info {
    padding: 0 70px 7px 0;
    line-height: 12px;
    font-size: 12px;
    position: relative;
    top: -2px;
    height: 20px;
    zoom: 1;
}

.comment .comment-info li {
    float: left;
    height: 18px;
    margin-right: 10px;
}

.comment .comment-info li a {
    text-decoration: none;
}

.comment .comment-info li.comment-author a {
    color: #7d7468;
}

.comment .comment-info li.comment-date a {
    border-color: #9a7471;
    font-family: Georgia;
    font-style: italic;
    color: #9a7471;
}

.comment .comment-info li.vote {
    position: absolute;
    top: -12px;
    right: 16px;
    margin: 0;
    z-index: 10;
}

.comment .comment-info li.goto-comment-child {
    display: none;
}

/* Content */
.comment .comment-content {
    margin-bottom: 10px;
    border-radius: 12px;
    background: #fff;
    line-height: 1.4em;
    font-size: 13px;
    font-style: italic;
    color: #826d6c;
    padding: 19px 24px 18px;
    position: relative;
}

.comment .comment-content:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 21px;
    height: 11px;
    width: 14px;
    background: url("../images/comment-arrow.png")
}

.comment .comment-content.text {
    overflow: hidden;
}

.comment .comment-content.text blockquote {
    background: #fff;
    border-color: #ccc;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.comment .comment-content.text img  {
    max-width:100%;
    height:auto;
}
.comment .comment-content.text img  {
    display:table;
    margin:0 auto;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
}
.comment .comment-content.text iframe {
    display:table;
    margin:auto;
}
.comment .comment-content.text img.emoicon  {
    display:inline;
    margin:0px 1px 0px 3px;
    width:13px;
}
.comment .comment-content.text img.emoicon.emoicon-big  {
    display:inline;
    margin:0px 0px 0px 6px;
    width:27px;
    vertical-align:middle;
}

/* Actions */
.comment .comment-actions li {
    display: inline;
    margin-right: 10px;
}

/* Ð¤Ð¾Ñ€Ð¼Ð° ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ */
.reply-header {
    padding: 0 44px 0 17px;
    line-height: 42px;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 2px #c4b9b9;
    -moz-box-shadow: 1px 2px #c4b9b9;
    box-shadow: 1px 2px #c4b9b9;
    font-size: 18px;
    font-style: italic;
    color: #6f413d;
    background: #fff url("../images/comment-reply-icon.png") right center no-repeat;
    border-radius: 20px;
    display: inline-block;
}
.reply-header:active{
	position:relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top:1px;
    left:1px;
}

.reply-header a {
    color: #6f413d;
    text-decoration: none;
}

.reply {
    padding-bottom: 10px;
}

.reply textarea {
    height: 100px;
}

.reply textarea.loader {
    background: #f7f7f7 url(../images/loader.gif) no-repeat center;
}

.reply .mceEditor {
    display: block;
    margin-bottom: 10px;
}


/*** hide comments */
.hide-info {
    border-radius: 24px;
    border: solid 1px rgba(111, 65, 61, 0.13);
    background-color: white;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    display:table;
    margin:auto;
    width:50%;
}

.more-comments {
	position:relative;
	cursor:pointer;
    /*text-align: center;
    border-radius: 24px;
    border: solid 1px rgba(111, 65, 61, 0.13);
    margin: 5px auto;
    display: inline-flex;
    font-size: 20px;
    background-color: white;
    padding: 9px 25px;
    cursor: pointer;*/
    padding: 0 44px;
    line-height: 42px;
    margin: 10px;
    -webkit-box-shadow: 1px 2px #c4b9b9;
    -moz-box-shadow: 1px 2px #c4b9b9;
    box-shadow: 1px 2px #c4b9b9;
    font-size: 18px;
    font-style: italic;
    color: #6f413d;
    background: #fff; /*url(../images/comment-reply-icon.png) right center no-repeat;*/
    border-radius: 20px;
    display: inline-block;
}

.more-comments:active{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top:1px;
    left:1px;

}

/*.more-comments:after {
    content: url(../images/comment-reply-icon.png);
    padding: 0px;
    margin:0px;
    left:3px;
    position: relative;
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width:37px;
    height:42px;
    display:block;
    float:right;
    top:2px;
}*/

.more-container {
    background: 
    margin: 0 auto;
    text-align: center;
}
</pre></body></html>