.TINKOFF_BTN_YELLOW {
	margin-bottom: 5px;
}

li.payment_method_alg_tinkoff_gateway_1 label,
li.payment_method_alg_tinkoff_gateway_2 label,
li.payment_method_alg_tinkoff_gateway_3 label,
li.payment_method_alg_tinkoff_gateway_4 label {
	background-color: #ffdd2d;
	font-family: haas, pragmatica, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	position: relative;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid transparent;
	box-sizing: border-box;
	max-width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #333;
	font-weight: 400;
	transition-property: background-color, border, box-shadow;
	transition-duration: .25s;
	transition-timing-function: ease;
	padding: 15px 31px;
	min-height: 54px;
	font-size: 15px;
	line-height: 24px;
	margin: 5px 0;
}