
.b_brand ._rating_apple {
	display     : inline-block;
	height      : 4rem;
	width       : 4rem;
	position    : absolute;
	top         : -10px;
	left        : 0;
	color       : #b6ada6;
	font-size   : 16px;
	font-weight : 900;
	line-height : 2rem;
	padding-top : 1.8rem;
	text-align  : center;
	background  : url(/app/images/ratings/apple-white.svg) no-repeat;
}

@media (max-width : 767px) {
	.b_brand ._rating_apple {
		top  : -1.8rem;
		left : -1.2rem;
	}
}

.b_brand ._rating_apple.--gold {
	color      : #ffffff;
	background : url(/app/images/ratings/apple-gold.svg) no-repeat;
}

.b_brand ._rating_apple.--silver {
	color      : #ffffff;
	background : url(/app/images/ratings/apple-silver.svg) no-repeat;
}

.b_brand ._rating_apple.--bronze {
	color      : #fff;
	background : url(/app/images/ratings/apple-bronze.svg) no-repeat;
}

.b_brand ._rating_apple.--wood {
	color:#6F5E54;
	background : url(/app/images/ratings/apple-wood.svg) no-repeat;
}

.b_brand ._title {
	padding-left  : 4rem;
	padding-top   : .6666666667rem;
	position      : relative;
	min-height    : 3.2rem;
	margin-bottom : 1.3333333333rem
}

@media (max-width : 767px) {
	.b_brand ._title {
		float        : left;
		width        : 70%;
		padding-left : 1.5rem;
		position     : static;
	}
}
