.brand_block {
	border: 1px solid rgba(196, 196, 196, 0.5);
	padding: 31px 26px 31px 26px;
	margin-top: 28px;
	margin-bottom: 28px;
}

.brand_block__col-1 {
	text-align: center;
}

.brand_block__col-2 {
	border-right: 1px solid #D9D9D9;
	padding-left: 20px;
	padding-right: 20px;
}

.brand_block__col-3 {
	padding-left: 25px;
}

.brand_block__col-3-wrapper {
	width: 100%;
}

.brand_block__col-1-wrapper {
	position: relative;
}

.brand_block__badge {
	background-color: #FFE67F;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	padding-top: 11px;
	padding-bottom: 10px;
	position: absolute;
	top: -20px;
	left: -73px;
	width: 150px;
}

.brand_block__heading {
	color: #000000;
	font-size: 26px;
	line-height: 1.1;
	margin-top: 0 !important;
	margin-bottom: 11px !important;
}

.brand_block__point-item {
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px !important;
	font-weight: 300;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
}

.brand_block__point-item-image {
	width: 13px;
	display: inline-block;
	margin-right: 9px;
}

.brand_block__rating {
	color: #FF4713;
	font-size: 28px !important;
	line-height: 1 !important;
	font-weight: bold !important;
	margin-bottom: 10px !important;
	text-align: center;
}

.brand_block__rating-image {
	display: inline-block;
	width: 21px;
	height: 26px;
	position: relative;
	top: -2px;
	margin-right: 6px;
}

.brand_block__buy-url-image {
	display: inline-block;
	width: 25.55px;
	height: 24px;
	margin-right: 9px;
	position: relative;
	top: -1px;
}

.brand_block__buy-url {
	background-color: #FF4713;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	text-decoration: none !important;
}

.brand_block__buy-url:hover,
.brand_block__buy-url:active,
.brand_block__buy-url:focus {
	color: #ffffff;
}

.brand_block__review-url {
	border: 2px solid #FF4713;
	color: #000000;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	padding-top: 11px;
	padding-bottom: 13px;
	text-align: center;
	text-decoration: none !important;
}

.brand_block__review-url:hover,
.brand_block__review-url:active,
.brand_block__review-url:focus {
	color: #000000;
}

@media screen and (min-width: 768px) {
	.brand_block__wrapper {
		display: flex;	
	}

	.brand_block__col-1 {
		width: 16.7%;
	}

	.brand_block__col-2 {
		width: 56.9%;
	}

	.brand_block__col-3 {
		display: flex;
		align-items: center;
		width: 26.4%;
	}
}

@media screen and (max-width: 850px) {
	.brand_block__badge {
		font-size: 13px;
		left: 0;
		top: -19px;
		width: 100px;
		padding-top: 7px;
		padding-bottom: 8px;
	}
}

@media screen and (max-width: 767px) {
	.brand_block {
		padding: 21px 20px 26px 20px;
	}

	.brand_block__col-1 {
		margin-bottom: 22px;
	}

	.brand_block__col-2 {
		border-right: none;
		border-bottom: 1px solid #D9D9D9;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.brand_block__col-3 {
		padding-left: 0;
		padding-top: 18px;
	}

	.brand_block__badge {
		top: -8px;
	}

	.brand_block__heading {
		margin-bottom: 13px !important;
	}

	.brand_block__point-item {
		font-size: 14px !important;
	}

	[class="brand_block__point-item"]:last-of-type {
		margin-bottom: 0 !important;
	}

	.brand_block__rating {
		font-size: 50px !important;
		line-height: 1 !important;
		margin-bottom: 10px !important;
	}

	.brand_block__rating-image {
		width: 36px;
		height: 46px;
		top: -4px;
		margin-right: 8px;
	}
}
