<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wSummaryRating .stars .starsBlock &gt; span + span,
.wRatingStatistics ul li .starsBlock &gt; span + span,
.wNotesList .tableComment .starsImage .starsBlock &gt; span + span {
	margin-left: 3px;
}
.wSummaryRating .stars .starsBlock &gt; span.fr-icon2-star-empty,
.wRatingStatistics ul li .starsBlock &gt; span.fr-icon2-star-empty,
.wRatings .editBlock .starsBlock &gt; span.fr-icon2-star-empty,
.wRatings .readOnlyBlock .starsBlock &gt; span.fr-icon2-star-empty,
.wNotesList .tableComment .starsImage .starsBlock &gt; span.fr-icon2-star-empty,
#solvingWindow span.fr-icon2-star-empty {
	color: #cccccc;
}
.wSummaryRating .stars .starsBlock &gt; span.fr-icon2-star,
.wRatingStatistics ul li .starsBlock &gt; span.fr-icon2-star,
.wRatings .editBlock .starsBlock &gt; span.fr-icon2-star,
.wRatings .readOnlyBlock .starsBlock &gt; span.fr-icon2-star,
.wNotesList .tableComment .starsImage .starsBlock &gt; span.fr-icon2-star,
#solvingWindow span.fr-icon2-star {
	color: #F7CA18;
}
.wRatings .readOnlyBlock .starsBlock &gt; span,
.wRatings .editBlock .starsBlock &gt; span {
	float: left;
	padding-right: 3px;
	width: 16px;
	font-size: 16px;
	text-align: center;
}

.wRatings .ratingSolved {
	margin-left: 20px;
	vertical-align: text-bottom;
	font-weight: 700;
}

@media (max-width: 767px) {
	.wRatings .writeComment .ratingSolved {
		display: block;
		margin-left: 0;
		clear: both;
		padding-top: 5px;
	}
}

.wRatings .ratingSolved #solvingWindowButton {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.wRatings .fr-icon2-thumbs-up-alt {
	font-size: 15px;
	margin-right: 5px;
	vertical-align: top;
}

.wRatings .ratingFilterSolved {
	margin-top: 10px;
}

.wRatings #ratingFilterSolved{
	border-bottom: 1px dotted;
}

.wSummaryRating {
	padding: 0 0 15px 0;
	text-align: center;
	color: #222;
}
.wSummaryRating .stars {
	float: left;
}
.wSummaryRating .stars .starsBlock {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.wSummaryRating .stars .starsBlock &gt; span {
	font-size: 16px;
}
.wSummaryRating .reviewsQuant {
	margin-left: 5px;
}
.wRatingStatistics {
	width: 100%;
	display: inline-block;
}
.wRatingStatistics a {
	font-size: 13px;
	text-decoration: none;
}
.wRatingStatistics ul li {
	cursor: default;
}
.wRatingStatistics ul li.filterItem {
	cursor: pointer;
}
.wRatingStatistics ul li .starsBlock {
	float: left;
	margin-right: 10px;
}
.wRatingStatistics ul li .starsBlock &gt; span {
	float: left;
	width: 15px;
	font-size: 16px;
	text-align: center;
}
.wRatingStatistics ul li.filterItem.filterActive,
.wRatingStatistics ul li.filterItem.filterActive a {
	cursor: default;
}
.wRatingStatistics ul li.filterItem.filterActive a,
.wRatingStatistics ul li.filterItem.filterActive:hover a {
	color: #999999;
}
.wRatingStatistics ul li.filterItem:hover a {
	color: #333;
}
.wRatingStatistics .ratingFilterShowAll {
	margin-top: 5px;
}
.wRatingStatistics .ratingFilterShowAll a:hover {
	color: #333;
}
.wNotesList{
	overflow: hidden;
}
.wNotesList .tableComment .starsImage .starsBlock &gt; span {
	float: left;
	font-size: 14px;
}
.star.selectAllow {
	cursor: pointer;
}
.commentButtonBlock{
	position: relative;
}

input#writeCommentButton,
input#editCommentButton,
input.sendCommentButton{
	cursor:pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	font: bold 13px/13px 'arial';
	padding: 6px 10px;
	height: 30px;
	vertical-align: top;
}

input.sendCommentButton {
	vertical-align: middle;
}

#editCommentButton,
#writeCommentButton,
.sendCommentButton{
	border: 1px solid #fcc100;
	background: #FFC916 none;
	color: #616C76;
}

#editCommentButton:hover,
#writeCommentButton:hover,
.sendCommentButton:hover{
	background: #FFD909;
	border: 1px solid #fcc100;
}

#editCommentButton:active,
#writeCommentButton:active,
.sendCommentButton:active{
	border-color: #fcc100;
	background: #FFD909;
	box-shadow: 0 0 2px #bebebe inset;
	text-shadow: none;
}

#editCommentButton,
#writeCommentButton{
	width: 175px;
	margin: 0 0 15px 0;
}

input.cancelCommentButton {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #616C76;
}

.mainCommentBlock{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.mainCommentBlock &gt; div {
	padding: 0 190px 0 0;
	-webkit-transition: padding 0.15s ease-out;
	-moz-transition: padding 0.15s ease-out;
	-ms-transition: padding 0.15s ease-out;
	-o-transition: padding 0.15s ease-out;
	transition: padding 0.15s ease-out;
}
.mainCommentBlock &gt; div.allWidthBlock {
	padding: 0;
}

.mainCommentBlock .ratingsEmpty{
	background: #F6F5F3;
	color: #909090;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}

#writeCommentBlock .writeComment{
	background: #f0f6fa;
	border: 1px solid #E0E0E0;
	padding: 10px 15px;
	margin: 0 0 20px 0;
	color: #555555;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#writeCommentBlock .writeComment p {
	margin: 0;
}

.ratingOrderNumber {
	font-weight: bold;
	padding: 5px 0 0;
	clear: both;
}

#writeCommentBlock .yourRating{
	display: inline-block;
	float:left;
	font-size: 13px;
	line-height: 16px;
	margin-top: 1px;
	padding-right: 5px;
	color: #909090;
}

#writeCommentBlock #noteText{
	width: 100%;
	height: 65px;
	overflow: auto;
	resize: none;
	margin: 10px 0;
	padding: 1%;
	border: 1px solid #D3D3D3;
	color: #555555;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#writeCommentBlock .noteTextReadOnly{
	width: 100%;
	overflow: auto;
	resize: none;
	margin: 10px 0 0 0;
	padding: 0;
	background-color: transparent;
	color: #555;
	border: none;
	font-size: 13px;
}

#writeCommentBlock p.current-user-rating-usefulness {
	clear: both;
	color: #909090;
	margin-top: 5px;
	font-size: 12px;
}

#writeCommentBlock .review-status{
	margin-left: 10px;
	font-size: 12px;
}

#writeCommentBlock .sendCommentBlock {
	text-align: right;
}

#writeCommentBlock .sendCommentBlock .privacyPolicyLinkCont {
	margin-top: 5px;
}

#writeCommentBlock .sendCommentBlock.showChangePhone {
	padding-bottom: 10px;
}

#writeCommentBlock .sendCommentBlock .phoneSuccessBlock {
	display: inline-block;
	vertical-align: middle;
}

.anonRating {
	display: inline-block;
	vertical-align: middle;
	float: left;
	text-align: left;
}

.sellerAnswer{
	padding: 10px 0 0;
	margin-top: 10px;
	border-top: 1px solid #D3D3D3;
}

.tableComment .separatorComment:first-child{
	height: 0;
	padding: 0 !important;
}

.mainCommentBlock .tableComment .starsImage{
	padding: 10px 15px 5px;
}

.mainCommentBlock .tableComment .usefulness{
	padding: 5px 15px;
}

.mainCommentBlock .tableComment .userCommentHashBlock {
	margin-top: -137px;
	padding-top: 137px;
}
.mainCommentBlock .tableComment .usernameComment{
	font-size: 13px;
	background-color: #efefef;
	padding: 6px 15px;
	font-weight: bold;
	overflow: hidden;
}
.mainCommentBlock .tableComment img{
	max-width: 68px;
	vertical-align: text-bottom;
	margin-right: 3px;
	margin-left: 3px;
}

.emailSolveTextMessage {
	color: #909090;
	font-size: 13px;
	text-align: left !important;
	background: #f6f5f3;
	padding: 10px 15px;
	margin: 5px 0 10px;
}

.emailSolveTextMessage span {
	font-size: 13px !important;
}

.mainCommentBlock .tableComment .usernameComment .dateComment{
	float: right;
	text-align: right;
	color: #909090;
	font-weight: normal;
}
.mainCommentBlock .tableComment .noteComment{
	padding: 5px 15px 0;
}

.mainCommentBlock .tableComment .noteComment div{
	word-wrap: break-word; /* FF */
	word-break: break-word; /* Chrome */
	font-size: 13px;
}

.mainCommentBlock .tableComment .commentAnnotator{
	padding: 0 5px 5px 40px;
	font-size: 13px;
}

.mainCommentBlock .tableComment .commentText{
	padding-left: 55px;
	background: url('/.abcp-pr/astatic.nodacdn.net/common.images/goods.info/border.png') repeat-y 40px 0;
	font-size: 13px;
}

.mainCommentBlock .tableComment .answer-comment-edit-link{
	color: #355E8D;
	padding-left: 5px;
}

.rightCommentBlock {
	position: relative;
	float: right;
	margin-left: -175px;
	margin-bottom: 20px;
	width: 175px;
	text-align: center;
}

.rightCommentBlock ul li, .rightCommentBlock ul{
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 13px;
}

.rightCommentBlock ul li{
	text-align: right;
	color: #555;
	line-height: 18px;
	padding-bottom: 5px;
}

.rightCommentBlock ul li img{
	float: left;
	padding-right: 10px;
}

.userCommentHashBlock{
	margin-bottom: 30px;
}

.usefulness{
	color: #808080;
	text-align: right;
}

.usefulness span{
	font-size: 12px;
}

.usefulness .answer-comment-link{
	color: #355E8D;
	padding: 0 3px 0 0;
}

.usefulness .useful-link,
.usefulness .useless-link{
	background: none;
	border: none;
	padding: 0 2px;
	cursor: pointer;
	color: #468847;
	font-size: 13px;
}

.usefulness .useful-link{
	color: #468847;
}

.usefulness .useless-link{
	color: #D41F02;
}

.usefulness .choice {
	background-color: #909090;
	color: #F6F6F6;
}

.usefulness .useless-link[disabled],
.usefulness .useful-link[disabled]{
	color: #808080;
}

.usefulness .choice[disabled] {
	color: #F6F6F6;
}

.ratingsLoader{
	text-align: center;
}

.moreRatingsLoader {
	display: none;
	margin: 0 auto;
}

#solvingWindow .starsBlock {
	margin-bottom: 10px;
}

#solvingWindow span.fr-icon2-star,
#solvingWindow  span.fr-icon2-star-empty {
	font-size: 20px;
}

#ratingOrderInfoBlock {
	clear: both;
	padding-top: 10px;
}

#ratingOrderInfoBlock #ratingOrderInfo {
	font-weight: bold;
	margin-right: 15px;
}

#ratingOrderInfoBlock #changeRatingOrderInfoBtn {
	border-bottom: 1px dotted;
	color: #0263B0;
	cursor: pointer;
}

#selectRatingOrderInfo {
	display: none;
}

#emailForAnswerModerator-error{
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
}

.errorMessage {
	color: red;
}</pre></body></html>