.radio-review { /*max-width:785px;*/ margin:0 auto;}

.radio-review--cols {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}

.radio-review--title { margin:0 0 1.5rem 0; text-align:center; }
	.radio-review--title h2 { position:relative; margin:0 0 5px 0; padding-right:15px; }
        .radio-review--title h2 span { color: #ff0000; }

.radio-review--left {
	width: 100%;
}

.radio-review--counter {
	margin: 0 0 1rem 0;
	font-size: 24px;
	color: #333;
}

.radio-review--author {
	margin: 0 0 0.6rem 0;
	font-size: 16px;
}

.radio-review--text {
	font-size: 13px;
}

.radio-review--text .review-ico-thumb {
	display: inline-block;
	width: 17px;
	height: 19px;
	margin-right: 5px;
	vertical-align: -2px;
	background: url(../../img/review-ico-thumb.png) left top no-repeat;
}

.radio-review--text .review-ico-thumb.negative {
	background-position: left bottom;
}

.radio-review--date {
	font-size: 13px;
	color: #999;
}

.radio-review--more-link {
	margin: 0.9rem 0 0 0;
}

.radio-review--more-link a, .radio-review--more-link a:link {
	display: block;
	padding: 6px 20px;
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
	color: #212121;
	border: #ccc 1px solid;
	border-radius: 2px;
	transition: all 0.2s ease;
    background-color: #fff;
}

.radio-review--more-link a:hover {
	border-color: #aaa;
    border-bottom: 1px solid #aaa;
	color: #212121;
}

.radio-review--author .red {
	color: #ee1727!important;
	font-weight: normal!important;
}

.radio-review--right {
	flex: 0 0 350px;
	margin-left: 10%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.radio-review--right--rate {
	margin-right: 20px;
}

.radio-review--right--rate .rate {
	position: relative;
	margin-right: 7px;
	padding: 0 5px 0 7px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	background: #fc0 none repeat scroll 0 0;
	border-color: #fc0;
	color: #664c0e;
}

.radio-review--right--rate .rate:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 14px solid transparent;
    border-image: none;
    border-left-color: inherit;
    border-right: 0 solid transparent;
    border-style: solid;
    border-top: 14px solid transparent;
    border-width: 14px 0 14px 7px;
    content: " ";
    height: 0;
    left: 100%;
    position: absolute;
    top: 0;
    width: 0;
}

.radio-review--right--text {
	font-size: 16px;
}

.radio-review--right--text p {
	padding: 0;
	margin: 0 0 0.6rem 0;
}

.radio-review--right--text a.ya-btn {
    background-color: #fed95a;
    border: 1px solid rgba(192, 153, 0, 0.8);
    border-radius: 3px;
    color: #212121;
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.875rem;
    padding: 0 1.25rem;
    text-align: center;
}

.radio-review--right--text a.ya-btn:hover {
    border-color: rgba(159, 127, 0, 0.8);
}

@media (max-width:48rem) {

	.radio-review--cols {
		flex-wrap: wrap;
	}

	.radio-review--left {
		margin: 0 0 1.3rem 0;
	}

	.radio-review--right {
		flex: 0 0 auto;
		max-width: 330px;
		width: 100%;
		margin: 0;
	}

}


/* 21.10.2017 */

.ya-review-buttons {
	width: 230px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 14px 0 0 0;
	padding: 6px 0;
	font-size: 15px;
	border: #ccc 1px solid;
	border-width: 1px 0;
}

@media (max-width:390px) {
	.ya-review-buttons {
		width: auto;
		justify-content: center;
		margin-left:-64px;
	}
}

.ya-review-buttons > * {
	margin: 2px 0;
}

.ya-review-buttons--nowrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin: 4px 0;
}

.ya-review-buttons--descr {
	margin-right: 16px;
}

.ya-review-buttons--separator {
	height: 24px;
	margin: 0 16px;
	width: 1px;
	background: #ccc;
}

.ya-review-buttons--like,
.ya-review-buttons--dislike {
	width: 22px;
	height: 24px;
	text-decoration: none!important;
	border: none!important;
}

.ya-review-buttons--like {
	background: url(../../img/ya/ya-like.svg) left top no-repeat;
}

.ya-review-buttons--like:hover,
.radio-review--right:hover .ya-review-buttons--like {
	background: url(../../img/ya/ya-like-hover.svg) left top no-repeat;
}

.ya-review-buttons--dislike {
	background: url(../../img/ya/ya-dislike.svg) left top no-repeat;
}

.ya-review-buttons--dislike:hover,
.radio-review--right:hover .ya-review-buttons--dislike {
	background: url(../../img/ya/ya-dislike-hover.svg) left top no-repeat;
}


.ya-review-bottom {
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	/* border-top: #cccccc 1px solid; */
}

.ya-review-bottom--button {
	padding: 10px 0 0 0;
}

.ya-review-bottom--button a {
	display: block;
	padding: 4px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #fa6042;
	border: #fa6042 1px solid;
	border-radius: 2px;
	transition: all 0.2s ease;
}

.ya-review-bottom--button a:hover {
	color: #fa6042;
	background: #fff;
    border-bottom: 1px #fa6042 solid;
}