.bonusprogram_list {
	padding: 20px;
	background-color: #afffaf;
}
.bonusprogram_list_title {
	padding-top: 20px;
}
.bonusprogram_list li::before {
	content: "✓";
	margin-right: 5px;
	font-size: 18px;
	color: #289e1a;
}
.bonusprogram_list {
	margin: 25px 0;
	padding: 0 0 0 20px;
}
.bonusprogram_list li {
	display: flex;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	margin: 10px 0;
}
.bonusprogram_product {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}
.bonusprogram_product_img {
	max-width: 100%;
	max-height: 250px;
}
.bonusprogram_product_good {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 91px;
	height: 91px;
	background: url(form_good.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 150px;
	top: 0;
	transform: rotate(20deg);
}
.bonusprogram_product_good span {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #4db145;
}
.bonusform {
	padding: 10px;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #000;
	border: 8px solid #166ca7;
	background-color: #fff;
	background-image: url(data:image/svg+xml,%3Csvg\ width=\'48\'\ height=\'32\'\ viewBox=\'0\ 0\ 48\ 32\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg\ fill=\'none\'\ fill-rule=\'evenodd\'%3E%3Cg\ fill=\'%23DDD\'\ fill-opacity=\'0.4\'%3E%3Cpath\ d=\'M27\ 32c0-3.314\ 2.686-6\ 6-6\ 5.523\ 0\ 10-4.477\ 10-10S38.523\ 6\ 33\ 6c-3.314\ 0-6-2.686-6-6h2c0\ 2.21\ 1.79\ 4\ 4\ 4\ 6.627\ 0\ 12\ 5.373\ 12\ 12s-5.373\ 12-12\ 12c-2.21\ 0-4\ 1.79-4\ 4h-2zm-6\ 0c0-3.314-2.686-6-6-6-5.523\ 0-10-4.477-10-10S9.477\ 6\ 15\ 6c3.314\ 0\ 6-2.686\ 6-6h-2c0\ 2.21-1.79\ 4-4\ 4C8.373\ 4\ 3\ 9.373\ 3\ 16s5.373\ 12\ 12\ 12c2.21\ 0\ 4\ 1.79\ 4\ 4h2z\'\ /%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}
.bonusform p {
	margin: 0;
	padding: 0;
}
.bonusform_title {
	display: flex;
	gap: 30px;
	max-width: 400px;
	align-self: center;
}
.bonusform_title_logo {
	flex-shrink: 0;
}
.bonusform_title_text {
	align-self: center;
}
.bonusform_title_text > b {
	display: block;
}
.bonusform_order {
	max-width: 600px;
	font-weight: bold;
	font-size: 16px;
	list-style: 1.4;
	margin: 15px 0;
	text-align: center;
}
.bonusform_order > b {
	color: #ed1b24;
}
.bonusform_footer {
	text-align: center;
	color: #000;
	font-size: 14px;
	margin: 10px 0;
}
.bonusform_footer > img {
	margin-top: 10px;
}
.bonusform_value {
	display: flex;
	color: #166ca7;
	font-weight: bold;
	font-size: 20px;
	align-items: center;
	align-self: center;
}
.bonusform_value_current {
	border: 1px solid #000;
	color: #ff5858;
	line-height: 1;
	font-size: 24px;
	padding: 5px 20px;
	margin: 0 15px;
}
.bonusform_value_total {
	font-size: 24px;
}
.bonusform_price {
	display: flex;
	align-items: center;
	align-self: center;
	gap: 30px;
	margin-top: 30px;
}
.bonusform_price_old span {
	display: block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #000;
	position: relative;
	line-height: 1;
}
.bonusform_price_old span:before {
	position: absolute;
	content: "";
	left: 0;
	top: 45%;
	right: 0;
	border-top: 4px solid #ed1b24;
	transform: rotate(-15deg);
}
.bonusform_price_new span {
	display: block;
	background-color: #ed1b24;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	font-size: 44px;
	padding: 5px 15px;
	font-weight: 700;
	line-height: 1;
}
@media (max-width: 500px) {
	.bonusform_title {
		gap: 5px;
	}
	.bonusform_title_text {
		font-size: 16px;
	}
	.bonusform_value {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.bonusform .name-input,
.bonusform .phone-input {
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
}
.bonusform .name-input label,
.bonusform .phone-input label {
	font-weight: bold;
	margin-top: 10px;
}
.bonusform .name-input input,
.bonusform .phone-input input {
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	min-width: 0;
	background: #fff;
	border: 2px solid #9b9b9b;
}
.bonusform .button-submit:focus,
.bonusform input:focus {
	outline: 0;
	box-shadow: 0 0 0 4px #bdab3c;
}
.bonusform .button-submit {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	text-decoration: none;
	border-radius: 20px;
	color: #fff;
	border: 4px solid #eeeccb;
	padding: 14px 0;
	cursor: pointer;
	background: #0056b5;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.bonusform .button-submit:hover {
	background: #000;
}
.bonusform ::placeholder {
	color: #000;
	opacity: 1;
	font-size: 16px;
}
