﻿@charset "utf-8";
/*** Guarantee_icon ***/
.guarantee_icon {
	background: url("../images/icons/guarantee.png") no-repeat center top;
	background-size: cover;
	width: 152px;
	height: 152px;
	margin: 0 auto;
}
/*** Cashback-rates ***/
.cashback-rates {
	margin: 16px 0px 16px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	clear: both;
}
.cashback-rates .text {
	padding: 3px 8px;
	background: url("../images/bg.png") no-repeat center top;
	background-size: 100% 100%;
	-webkit-box-flex: 1;
	flex-grow: 1;
	font-size: 9px;
	line-height: 10px;
	color: #fff;
}
.cashback-rates .text .title {
	margin: 0;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
}
.cashback-rates .text p:last-of-type {
	margin-bottom: 0;
}
.cashback-rates .image {
	max-width: 78px;
	margin-left: 12px;
	margin-top: -20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 78px;
	flex: 1 0 78px;
}
.cashback-rates .image img {
	max-width: 100%;
	height: auto;
}
.cashback-rates .link-more {
	padding: 4px 0px 4px 0px;
	margin-top: 4px;
	background: #e2a824;
	border-radius: 1px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .34);
	color: #5c1f60;
	display: inline-block;
	vertical-align: middle;
	font-size: 9px;
	line-height: 9px;
	letter-spacing: .06em;
	white-space: nowrap;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}
.cashback-rates .link-more:hover, .cashback-rates .link-more:focus {
	background: #f6bb11;
}