.btn-add-review {
	background: #b51119 !important;
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24500', endColorstr='#de3401',GradientType=0 ); */
	position: relative;
	display: inline-block;
	padding: 0 18px;
	height: 30px;
	line-height: 47px;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: transparent;
	font: bold 12px "OpenSans",Helvetica,Arial,sans-serif;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	outline: 0;
	cursor: pointer;
	opacity: .9;
	color: #fff;
}

.btn-add-review.btn-rev-sub {
	height: 47px;
}

.btn-add-review:hover {
	background: #b51119 !important;
	/* background: -moz-linear-gradient(top, #59b248 0%, #57b348 47%, #56b247 49%, #419e33 51%, #43a035 53%, #3e9e32 54%, #41a135 56%, #3d9f32 58%, #3fa134 59%, #3f9f33 100%) !important;
	background: -webkit-linear-gradient(top, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%) !important;
	background: linear-gradient(to bottom, #59b248 0%,#57b348 47%,#56b247 49%,#419e33 51%,#43a035 53%,#3e9e32 54%,#41a135 56%,#3d9f32 58%,#3fa134 59%,#3f9f33 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b248', endColorstr='#3f9f33',GradientType=0 ); */
}

.review-add-block {
	padding-bottom: 25px;
}

.success {
	color: green;
}

.form-item {

}

.form-item-title {
	padding: 15px 0 5px;
	font-size: 16px;
}

.form-input,
.inp-area {
	padding: 5px;
	width: 100%;
	max-width: 250px;
}

.submit-block {
	padding-top: 20px;
}

.review-form-block {
	display: none;
}

.inp-phone {
	display: none !important;
}

.static_page .news-item {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.news-list .news-date-time {
    display: block;
    position: absolute;
    color: #999;
    z-index: 10;
    /* bottom: 44px; */
    right: 0;
    padding: 5px 10px;
    background: no-repeat;
    font-size: 12px;
    top: 0;
}

.star-active {
	background: url(/local/templates/aspro_mshop/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px -19px no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}

.star-voted {
	background-position: 0 0;
}

.form-desc-star {
	display: block;
	width: 110px;
}

.txt-g-good {
	float: right;
}

.txt-g {
	font-size: 10px;
}

.rating-block span {
	cursor: default;
	width: 13px;
	height: 13px;
	background-size: 13px auto;
}

.form-item-block-top span {
	cursor: default;
}

.rating-block span:not(.star-voted) {
	background-position: 0px -14px;
}

.rating-all b {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.error-code {
	color: red;
}

.success-code {
	color: green;
}

.code-status {
	font-size: 13px;
}

.btn-reload {
	cursor: pointer;
}

.js-submit:disabled {
	opacity: 0.5;
}

.rev-text, .rev-text b {
	color: black !important;
}

.rev-text {
	padding-bottom: 10px;
}

.rev-date{
	font-size: 13px;
	color: #bbb;
}

.rev-answer{
	margin-left: 30px;
}