/* ============================== FROM OLD ======================================= */
#registration_benefits{
	overflow: hidden;

	margin-bottom: 16px;
	margin-top: 27px;

	background: url("/regions/img/comments/registration_benefits.png") no-repeat 97% 87% #ddedf2;
}
#registration_benefits .header {
	height: 22px;

	padding: 7px 18px 0;

	color: #FFFFFF;
	font: bold 13px/19px "PT Sans", Arial, Helvetica, sans-serif;

	background-color: #57A6C0;
}
#registration_benefits > ul {
	padding: 0;
	margin-left: 33px;
	margin-right: 84px;

	list-style: none outside none;
}
#registration_benefits > ul > li {
	padding: 4px 0;

	color: #666666;
	text-indent: -17px
}




/* ============================== NEW ======================================= */
#comments {
	padding-top: 20px;
}
#comments .about-title {
	font: 700 20px/20px "PT Sans",Arial,Helvetica,sans-serif;
	margin: 0 0 18px;
	color: #000;
	letter-spacing: .4px;
}
#comments .last-comment-date {
	margin: 0 0 14px;

	color: #434c53;
	font: 400 13px/20px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .last-comment-date .date,
#comments .about-title .date {
	margin-left: 12px;
	
	color: #91a2a8;
	font: normal 13px/20px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments a,
#comments .r-b {
	display: inline;

    color: #0090ff;
    text-decoration: none;
    font: normal 16px/24px "PT Sans", Arial, Helvetica, sans-serif;

    cursor: pointer;
}
#comments .more {
	display: block;
	padding-top: 2px;
}
#comments a.all ,
#comments a.next {
	display: inline-block;
	font: bold 14px/24px "PT Sans", Arial, Helvetica, sans-serif;
	color: #0090ff;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-right: 20px;
}
#comments a.all:hover ,
#comments a.next:hover {
	color: #005EA6;
}
#comments a.all span ,
#comments a.next span {
	color: #B3B3B3;
}
#comments .data {
	overflow: hidden;
	margin-top: -2px;
}
#comments .answer {
	display: inline-block;
}
#comments .vote {
	float: right;
	margin-right: 20px;
}
#comments .votes {
	display: flex;
	justify-content: space-between;
	margin: 0 75px 0 1px;
	min-width: 240px;
	}
	#comments .votes .criterion {
		display: flex;
		align-items: center;
		overflow: hidden;
	}
	#comments .votes .criterion .stars {

	}
	#comments .votes .criterion .criterion_label {
		margin-left: 3px;
		color: #666666;
		font: 13px/16px "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
#comments .share {
	float: right;
}
#comments .vote > span ,
#comments .share > span {
	display: inline-block;
	margin-right: 2px;
	color: #000;
	font: normal 13px/17px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .share > .ya-share2{
	display: inline-block;
	margin: 0;
}
#comments .answer .comments_form {
	background-color: #ffffff;

}
#comments .comments-title {
	margin-bottom: 11px;

	color: #1c1c1c;
	font: bold 17px/17px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .comments-title .count {
	color: #91a2a8;
	font: normal 13px/19px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .comments-mailing {
	margin: 5px 0;

	color: #434c53;
	font: normal 13px/19px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .comments-mailing .u-s{
	font-size: 11px;
	color: #666666;
}
#comments .last-update {
	color: #434c53;
	font: normal 13px/19px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .last-update span {
	color: #91a2a8;
}
#comments .i {
	display: flex;
	padding-top: 10px;
	position: relative;
	height: 44px;
}
#comments .c-w,
#comments .c-w.primary {
	background-color: #fff;
	background-image: none;
    position: relative;

}

#comments.admin .c-w{
    margin-bottom: 15px;
    border-bottom: 2px solid #7d7d7d;
    padding-bottom: 15px;
}

#comments.admin .checked_wrong:before,
#comments.admin .spam:before,
#comments.admin .deleted:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#comments.admin .deleted:before{
    background-color: #F2DEDE;
}

#comments.admin .checked_wrong:before{
    background-color: #5BB75B !important;
}

#comments.admin .spam:before{
    background-color: #eeeeee;
}

#comments .c-l .c-s:hover > .i > .d-w {
	display: block;
}
#comments .c-l .c-s .i .d-w {
	display: none;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}
#comments .c-l .c-s .i .d-w.show {
	display: block;
}
#comments .c-l .c-s .i .c-d {
	background: url("data:;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAFCAMAAACKPcf2AAAAGFBMVEWixdWRus30+Pq81uK81eL4+/yRuc3///8n0QrmAAAAJklEQVR42oWNwREAAAiCLEv337gNjC/HAXsdgKcm+RXUqacY+u9/RIAEFdgYcRsAAAAASUVORK5CYII=") repeat-x scroll 94% 0 transparent;
	height: 5px;
	position: absolute;
	right: 1px;
	top: 25px;
	width: 500px;
}
#comments .c-s {
	padding: 0 0 10px 0 !important;
	margin: 0;

	color: #000;
	font: normal 16px/24px "PT Sans", Arial, Helvetica, sans-serif;

	cursor: default;
    position: relative;
}

#comments .buttons{
    position: relative;
}

#comments .btn-primary,
#comments .btn-primary:hover,
#comments .btn-warning,
#comments .btn-warning:hover,
#comments .btn-success,
#comments .btn-success:hover,
#comments .btn-danger,
#comments .btn-danger:hover,
#comments .btn-inverse,
#comments .btn-inverse:hover{
	color: #ffffff;
}
#comments .top-name {
	display: flex;
	width: 400px;
	margin-bottom: 1px;
	overflow: hidden;

}
#comments .top-name .u-n-w {
	flex-shrink: 0;
	overflow: hidden;

	margin-right: 8px;

    white-space: nowrap;
    text-overflow: ellipsis;
	font: normal 16px/24px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .top-name .u-n-w a:hover {
	color: #B3B3B3;
}
#comments .c-date {
	color: #666666 !important;
	font: normal 13px/16px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .u-s {
	display: flex;
	margin-right: 8px;
	padding-top: 3px;
	align-items: center;
}
#comments .u-s p{
	margin: 0;
	max-width: 225px;
	overflow: hidden;

	color: #B3B3B3;
    white-space: nowrap;
    text-overflow: ellipsis;
	font: normal 13px/16px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments .u-p {
	margin: 0;
	line-height: 0;
}
#comments .u-p .no_user {
	width: 40px;
	height: 40px;

	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 53 53' style='enable-background:new 0 0 53 53;' xml:space='preserve'%3E%3Cpath style='fill:%23E7ECED;' d='M18.613,41.552l-7.907,4.313c-0.464,0.253-0.881,0.564-1.269,0.903C14.047,50.655,19.998,53,26.5,53 c6.454,0,12.367-2.31,16.964-6.144c-0.424-0.358-0.884-0.68-1.394-0.934l-8.467-4.233c-1.094-0.547-1.785-1.665-1.785-2.888v-3.322 c0.238-0.271,0.51-0.619,0.801-1.03c1.154-1.63,2.027-3.423,2.632-5.304c1.086-0.335,1.886-1.338,1.886-2.53v-3.546 c0-0.78-0.347-1.477-0.886-1.965v-5.126c0,0,1.053-7.977-9.75-7.977s-9.75,7.977-9.75,7.977v5.126 c-0.54,0.488-0.886,1.185-0.886,1.965v3.546c0,0.934,0.491,1.756,1.226,2.231c0.886,3.857,3.206,6.633,3.206,6.633v3.24 C20.296,39.899,19.65,40.986,18.613,41.552z'/%3E%3Cg%3E%3Cpath style='fill:%23556080;' d='M26.953,0.004C12.32-0.246,0.254,11.414,0.004,26.047C-0.138,34.344,3.56,41.801,9.448,46.76 c0.385-0.336,0.798-0.644,1.257-0.894l7.907-4.313c1.037-0.566,1.683-1.653,1.683-2.835v-3.24c0,0-2.321-2.776-3.206-6.633 c-0.734-0.475-1.226-1.296-1.226-2.231v-3.546c0-0.78,0.347-1.477,0.886-1.965v-5.126c0,0-1.053-7.977,9.75-7.977 s9.75,7.977,9.75,7.977v5.126c0.54,0.488,0.886,1.185,0.886,1.965v3.546c0,1.192-0.8,2.195-1.886,2.53 c-0.605,1.881-1.478,3.674-2.632,5.304c-0.291,0.411-0.563,0.759-0.801,1.03V38.8c0,1.223,0.691,2.342,1.785,2.888l8.467,4.233 c0.508,0.254,0.967,0.575,1.39,0.932c5.71-4.762,9.399-11.882,9.536-19.9C53.246,12.32,41.587,0.254,26.953,0.004z'/%3E%3C/g%3E%3C/svg%3E");
}
#comments .u-i {
	margin: 0px 8px 0 8px;
}
#comments .b-w {

}
#comments .b-w a {
	display: inline-block;
	text-decoration: none;

	border-bottom: none;
	width: 18px;
	height: 8px;
	overflow: hidden;
	text-indent: -9000px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE4IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAxSDEzLjYxOTdDMTUuMTk3MiAxIDE3IDEuNiAxNyA0QzE3IDYuNCAxNS4xOTcyIDcgMTMuNjE5NyA3SDEwTTggMUw0LjYwNTYzIDFDMy4wMjgxNyAxIDEgMS42IDEgNEMxIDYuNCAzLjAyODE3IDcgNC42MDU2MyA3SDhNNC44MzA5OSA0SDEzLjM5NDQiIHN0cm9rZT0iI0IzQjNCMyIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
}
#comments .b-w a:hover {
	opacity: 0.48;
}

#comments .b-w a.comment-page-header{
	display: inline-block;
	max-width: 350px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: top;
}

#comments .b-w a:hover {
	opacity: 0.8;
}
#comments .b-w .t-p {
	display: inline-block;
	width: 5px;
	height: 8px;

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAICAMAAAAsnzSmAAAAGFBMVEUAAAABp8oBp8oBp8oBp8oBp8oBp8oBp8rjkBI3AAAAB3RSTlMAESJmd7vM/P9o4AAAAC5JREFUCNdjYGBkY2RAAuxAzMjKzsaEJsbMzM7MgiYGI0kTg5mELAazEUUvyGUANRYAqRHgbcEAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
}
#comments .b-w .t-p.up {
	background-position: 0px 0px;
}
#comments .b-w .t-p.down {
	background-position: -14px 0px;
}
#comments .answers {
	display: inline-block;
	height: 12px;
	float: right;

	padding-left: 18px;
	padding-bottom: 2px;
	margin: 4px 10px 0 20px;

	color: #434c53;
	font: normal 11px "PT Sans", Arial, Helvetica, sans-serif;

	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAMAAACKnBfWAAAAJFBMVEX///+VpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKmVpKngHRi9AAAADHRSTlMAFxgaG0x1doGJjpltHhQEAAAAPklEQVQI122LwQ2AMAzE3AIN4P335QEiKcI/686ElcBG0kQqIu/58f89/bP3ol1CHaznXQ0A9uXYpspJidQLMMQCp2efSYwAAAAASUVORK5CYII=);

	cursor: help;
}
#comments .msg {
	padding: 5px 0 12px 0;

	position: relative;
    z-index: 2;

	color: #000;
	word-wrap: break-word;
	font: normal 16px/24px "PT Sans", Arial, Helvetica, sans-serif;
}

#comments .msg p {
	margin: 0;
	margin-bottom: 10px;
	padding-top: 7px;
}

#comments .alert {
	padding: 8px 35px 8px 14px;
	color: #C09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#comments .r-w {
	margin-left: 24px;

	position: relative;
}
#comments .r-w:before {
	content: '';

	display: block;
	width: 13px;
	height: 100%;

	position: absolute;
	background-image: linear-gradient(to bottom, #B3B3B3 2px, transparent 2px);
	background-size: 1px 4px;
	background-repeat: repeat-y;
	background-position: 0 17px;
	top: -7px;
	left: -24px;
}
#comments .r-w.nopad {
	margin-left: 0;
}
#comments .r-w.nopad .r-w {
	margin-left: 0;
}
#comments .s-t {
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 12px;
	text-indent: 0;
	font: normal 16px/24px "PT Sans", Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: none;
}

#comments .s-t.hidden{
    display: none;
}

#comments .s-t:hover {
	color: #B3B3B3;
}
#comments .s-t.open {
	background-position: -14px 5px;
}
#comments .c-w.primary > .c-s .v-c.nt {
	color: #89929c;
}
#comments .g-w {
	padding-top: 6px;
}

#comments .g-w .thumbs{

}

#comments .g-w .thumbs ul{
	display: flex;
    list-style: none;
    margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

#comments .g-w .thumbs ul li{
    vertical-align: top;
	margin-bottom: 10px;
	margin-right: 8px;
}

#comments .g-w .thumbs ul li.hidden{
	display: none;
}

#comments .g-w .box {
	display: flex;
	width: 131px;
	height: 87px;
	overflow: hidden;
	align-items: center;
	position: relative;

	border-bottom: none;
	background-color: #C4C4C4;
}
#comments .g-w .box:after {
    content: '';

    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;

    position: absolute;
    top: 0;
    left: 0;

    background-color: rgba(255, 255, 255, 0.4);

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;

    pointer-events: none;
}
#comments .g-w .box:hover:after {
	opacity: 1;
}
#comments .g-w .last-shown .box::before {
	content: '';
    display: block;
    width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
#comments .g-w .box img {
	width: 100%;
}
#comments .r-b {
	margin-top: 5px;
}
#comments a.r-b:hover {
	color: #B3B3B3;
}
#comments .g-w .last-shown .box span{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
	font: normal 16px/24px "PT Sans", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}

#comments-block{
	position: relative;
}

.margin-block{
	margin: 20px 0;
}

#comments-anchor{
    position: absolute;
    top: -50px;
}

#comments-block .answer .comments_form {
	background-color: #ffffff;

}
#comments-block .comments-title {
	margin-bottom: 11px;

	color: #1c1c1c;
	font: bold 17px/17px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments-block .comments-title .count {
	color: #91a2a8;
	font: normal 13px/19px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments-block .comments-mailing {
	margin: 5px 0;

	color: #000;
	font: normal 13px/19px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments-block .comments-mailing .u-s{
	color: #666666;
}
#comments-block .last-update {
	color: #666666;
	font: normal 16px/24px "PT Sans", Arial, Helvetica, sans-serif;
}
#comments-block .last-update span {
	font-weight: bold;
	color: #666666;
}

#comments .ya-share2{
	margin: 10px 0;
}

#comments .ya-share2 a{
	border-bottom: none;
}

.comments-subscriber{
	margin: 15px 0;
}

.comments-subscriber .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f0fafa;
	padding: 15px;
}

.subscribe-static:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 13px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAANCAMAAABxTNVSAAAAElBMVEVefIX///9efIVefIVefIVefIW2UQxMAAAABnRSTlMAACFnaHNfmNNGAAAATklEQVR42nXQUQrAMAgDUHXm/ldemywwBPNT+ghiGzfV+KeL2uCRX9C8IsjGRChk41EwZKO6bgulbJOFs4uEuxqruW4vOyz7rm+b//DUCxpBAf4nEwTJAAAAAElFTkSuQmCC);
	margin-right: 9px;
}


/* =============================== VOTES RATING ===================================== */

.votes_rating_widget {
	overflow: hidden;
	margin: -4px 0 -3px;
	font: 13px/16px "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
	.votes_rating_widget .aggregate {
		float: left;
		min-width: 220px;
		overflow: hidden;
		}
		.votes_rating_widget .aggregate .stars {
			display: inline-block;
			margin-bottom: -4px;
		}
		.votes_rating_widget .aggregate .add_vote {
			display: inline-block;
		}
		.votes_rating_widget .aggregate .add_vote a{
			border-bottom: 1px dashed #8ecdf5 !important;
			font: 13px/22px "PT Sans",Arial,Helvetica,sans-serif;
		}
		.votes_rating_widget .aggregate .add_vote::before {
			content: "";
			display: inline-block;
			margin: 2px 9px 2px 6px;
			width: 2px;
			height: 2px;
			background-color: #eceeef;
		}
		.votes_rating_widget .aggregate .add_vote::after {
			content: "↓";
			color: #0090ff;
			margin-left: 5px;
		}
		.votes_rating_widget .aggregate .count {
			margin-top: 10px;
		}
	.votes_rating_widget .detail {
		float: left;
		width: 360px;
		margin-left: 25px;
		padding-left: 30px;
		min-height: 46px;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAuCAMAAADX2iMiAAAAQlBMVEXo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uvo6uu/0RqaAAAAFnRSTlMA8FIF0/TZctYgLynVS0m/Fc0oH9tvcjk8dQAAADpJREFUeF69ybcBADEIxdDvmMPF/Vc10HgDVLxGsDmBKpF1hoWOQfSVbX2Qc13k/ZxrNHTi+xHW/8AGhZMBGQ+3C84AAAAASUVORK5CYII=") left center no-repeat;
		overflow: hidden;
		}
		.votes_rating_widget .detail .criterion .stars {
			float: left;
			margin-top: 4px;
		}
		.votes_rating_widget .detail .criterion {
			overflow: hidden;
			margin-bottom: 2px;
		}
		.votes_rating_widget .detail .criterion .stars_form {
			float: left;
			margin-top: 4px;
		}
		.votes_rating_widget .detail .criterion .criterion_label {
			color: #000;
			font: 13px/18px "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
		}
		.votes_rating_widget .detail .criterion .criterion_label::before {
			content: "—";
			margin-right: 6px;
			margin-left: 6px;
		}
		.votes_rating_widget .detail .criterion.error .criterion_label {
			color: red;
		}

.votes_rating_widget.firm .detail {
    float: right;
    max-width: 290px;
    min-width: 250px;
    margin-left: 0;
    padding-left: 0;
}

/* === */
#comments-block .comments-block-wrap {
	display: block;
	width: 700px;
	opacity: 1;
	transition: all 1500ms;
}

#comments-block .nocomments {
	display: none;
	opacity: 0;
	transition: all 1500ms;
}

#comments-block.nocomments-state .comments-block-wrap {
	display: none;
	opacity: 0;
	transition: all 1500ms;
}

#comments-block.nocomments-state .nocomments {
	display: block;
	opacity: 1;
	transition: all 1500ms;
}

#comments-block .nocomments__main-wrap {
	background: #F7F7F7;
	border-radius: 3px;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #F2F2F2;
}

#comments-block .nocomments__title {
	font: 700 16px/24px "PT Sans",Arial,Helvetica,sans-serif;
	color: #000;
}

#comments-block .nocomments__btns {
	display: flex;
}

#comments-block .nocomments__btn {
	box-sizing: border-box;
	font: 700 13px/16px "PT Sans",Arial,Helvetica,sans-serif;
	color: #fff;
	padding: 12px 16px;
	background: #0090ff;
	border-radius: 3px;
}

#comments-block .nocomments__btn_subscribe {
	margin-left: 16px;
	padding-left: 35px;
	width: 217px;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1847 17.2324C10.9743 17.9644 10.2997 18.5 9.50001 18.5C8.70031 18.5 8.0257 17.9644 7.81528 17.2324H11.1847Z' fill='white' stroke='white'/%3E%3Cpath d='M16.6927 13.9165L14.6652 10.9382C14.6652 10.0265 14.6652 7.79873 14.6652 7.22244C14.6652 4.71656 12.8806 2.62775 10.513 2.15702V1.0128C10.513 0.453476 10.0595 0 9.50016 0C8.94079 0 8.48736 0.453476 8.48736 1.0128V2.15706C6.11979 2.62783 4.33517 4.71664 4.33517 7.22248C4.33517 8.20348 4.33517 10.3696 4.33517 10.9382L2.3077 13.9165C2.09414 14.2302 2.07156 14.6363 2.24901 14.9718C2.42646 15.3072 2.77483 15.517 3.15435 15.517H15.846C16.2255 15.517 16.5739 15.3072 16.7513 14.9718C16.9288 14.6363 16.9062 14.2302 16.6927 13.9165Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 12px center;
}

#comments-block .nocomments__btn_subscribe.active {
	padding-left: 40px;
	background-color: #FFFFFF;
	color: #99D3FF;
	-webkit-box-shadow: 0px 0px 0px 1px #99D3FF;
	-moz-box-shadow: 0px 0px 0px 1px #99D3FF;
	box-shadow: 0px 0px 0px 1px #99D3FF;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.185 17.2324C10.9746 17.9644 10.3 18.5 9.5003 18.5C8.7006 18.5 8.02599 17.9644 7.81557 17.2324H11.185Z' fill='%2399D3FF' stroke='%2399D3FF'/%3E%3Cpath d='M16.6929 13.9165L14.6654 10.9382C14.6654 10.0265 14.6654 7.79873 14.6654 7.22244C14.6654 4.71656 12.8808 2.62775 10.5132 2.15702V1.0128C10.5132 0.453476 10.0598 0 9.50039 0C8.94102 0 8.48758 0.453476 8.48758 1.0128V2.15706C6.12002 2.62783 4.3354 4.71664 4.3354 7.22248C4.3354 8.20348 4.3354 10.3696 4.3354 10.9382L2.30793 13.9165C2.09437 14.2302 2.07178 14.6363 2.24924 14.9718C2.42669 15.3072 2.77506 15.517 3.15458 15.517H15.8462C16.2257 15.517 16.5741 15.3072 16.7515 14.9718C16.929 14.6363 16.9064 14.2302 16.6929 13.9165Z' fill='%2399D3FF'/%3E%3C/svg%3E");
}

#comments-block .nocomments__btn:hover {
	color: #fff;
}

#comments-block .nocomments__btn_subscribe.active:hover {
	color: #99D3FF;
}

#comments-block .nocomments__unauth-wrap {
	background: #F7F7F7;
	border-radius: 3px;
	padding: 16px 24px 16px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #F2F2F2;
}
#comments-block .nocomments__unauth-form.error input[type=text]{
	border-color: #993333;
	background-color: #f6d5d5;
}
#comments-block .nocomments__unauth-form .errorMessage{
	position: absolute;
	top: 25px;
	left: 10px;
}
#comments-block .nocomments__unauth-wrap form{
	display: contents;
}


#comments-block .nocomments__unauth-title {
	display: flex;
	align-items: center;
	font: 400 16px/24px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
}

#comments-block .nocomments__unauth-link-auth {
	display: flex;
	align-items: center;
	font: 400 16px/24px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #0090ff;
	margin-right: 5px;
}

#comments-block .nocomments__unauth-link-auth:before {
	content: '';
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='8' y='8' width='16' height='16'%3E%3Crect x='8' y='24' width='16' height='16' transform='rotate(-90 8 24)' fill='url(%23pattern0)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='4' y='28' width='24' height='24' rx='4' transform='rotate(-90 4 28)' fill='%230090FF'/%3E%3C/g%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0' transform='scale(0.01)'/%3E%3C/pattern%3E%3Cimage id='image0' width='100' height='100' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAABdElEQVR4nO3c3UrDQBRF4e0bVqn2Qp9eQSyoL1ChXsSNEpM27Uzmd32Q2zPhLOYykQAAAAAAAAAAAAAAAAAAAADUYivpXdKrpE3md6nRraQ3SZ+SHkKH3WiIcfx5DpJ2oUM7stOwM+/vQ8NOg+z/DCTKcuMYRw27DHY3MZgop03FOGjYZRTbiQO+JD3FOqAh95re1WPsg4hyXrIYRpR5yWMYUf7LFsOI8it7DCNKQTGs5yjFxbAeoxQbw3qKUnwM6yFKNTGs5SjVxbAWo1Qbw1qKUn0MayFKMzGs5ijNxbAaozQbw2qK0nwMqyFKNzGs5CjdxbASo3Qbw0qK0n0MKyEKMUZyRiHGjBxRiHFGyijEWChFFGJcaM0oxLjSGlGIEShmFGJEEiMKMSILiUKMlVwThRgruyQKMRJZEoUYiZ2KQoxM5r7f4zvIjKZuCjcjs7koxMhoHIUYBdhIepH0LH79AQAAAAAAAAAAAAAAAAAAACCSb9y8zt1AnQExAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

#comments-block .nocomments__unauth-form {
	position: relative;
}

#comments-block .nocomments__unauth-email {
	outline: none;
	box-sizing: border-box;
	width: 531px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	font: 400 16px/24px "PT Sans",Arial,Helvetica,sans-serif;
	padding: 8px 16px;
}

#comments-block .nocomments__unauth-email.error {
	border: 1px solid #FF0000;
}

#comments-block .nocomments__unauth-btn {
	outline: none;
	font: 700 13px/16px "PT Sans",Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	width: 203px;
	height: 40px;
	background: #0090ff;
	border: none;
	border-radius: 3px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

#comments-block .nocomments__unauth-btn:hover {
	opacity: .8;
}

#comments-block .likes-counter {
	margin-left: auto;
	margin-top: 20px;
}

.subscribe_info_popup{
	position: fixed;
	top: 40px;
	right: 40px;
	background: #CCE9FF;
	border-radius: 4px;
	font: 16px "PT Sans",Arial,Helvetica,sans-serif;
	line-height: 160%;
	padding: 16px 48px 16px 16px;
	z-index: 1200;
}
.subscribe_info_popup .subscribe_info_popup_close{
	position: absolute;
	top: 21px;
	right: 16px;
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjgiIGN5PSI4IiByPSI4IiBmaWxsPSIjOTlEM0ZGIi8+DQo8cGF0aCBkPSJNMTIgNC44MDU3MUwxMS4xOTQzIDRMOCA3LjE5NDI5TDQuODA1NzEgNEw0IDQuODA1NzFMNy4xOTQyOSA4TDQgMTEuMTk0M0w0LjgwNTcxIDEyTDggOC44MDU3MUwxMS4xOTQzIDEyTDEyIDExLjE5NDNMOC44MDU3MSA4TDEyIDQuODA1NzFaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=");
	border-radius: 8px;
}
.subscribe_info_popup .subscribe_info_popup_close:hover{
	box-shadow: 0px 0px 8px rgba(0, 144, 255, 0.4);
}