.page-write-off-reward {
	padding: 30px 0 158px;
}
.container-write-off-reward {
	max-width: 1291px;
	margin: 0 auto;
}
.write-off-reward-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 58px;
}
.write-off-reward-step-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin: 0 0 28px;
}
.write-off-reward-step-number {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--color-FF8204);
	background: var(--color-FFF);
	color: var(--color-000);
	text-align: center;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
}
.write-off-reward-step-name {
	color: var(--color-000);
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 33px */
}
.write-off-reward-step-double-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 90px;
	align-content: flex-start;
}
.write-off-reward-step-double-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.write-off-reward-step-double-item > legend {
	color: var(--color-23221F);
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 22.1px */
	margin: 0 0 29px;
	padding: 0;
	border: none;
}
.write-off-reward-step-double-item > .btn-start-wrapper {
	margin: 25px 0 0;
}
.write-off-reward-step-double-item .double-column-wrapper {
	width: 100%;
	margin: 20px 0 0;
}
.write-off-reward-step-second-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px;
	align-items: flex-start;
	background: var(--color-F1F1F1);
	padding: 42px 31px 46px 30px;
	position: relative;
}
.write-off-reward-step-second-wrapper > svg {
	position: absolute;
	left: 264px;
	bottom: 0;
	z-index: 1;
}
.write-off-reward-step-second-wrapper > div {
	position: relative;
	z-index: 3;
}
.write-off-reward-step-second-title {
	color: var(--color-000);
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 26px */
	margin: 0 0 18px;
}
.write-off-reward-step-second-subtitle {
	max-width: 359px;
	color: var(--color-000);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0 0 19px;
}
.write-off-reward-step-second-subtitle > a {
	color: var(--color-000);
	text-decoration: underline;
}
.write-off-reward-step-second-data .form-field-btn-wrapper {
	margin: 20px 0;
}
.form-field-btn-wrapper {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}
.form-field-btn-wrapper > a {
	flex-shrink: 0;
	background: var(--color-FFF);
	padding: 13px 20px;
	border: none;
}
.help-total-price {
	margin: 20px 0 23px;
	color: var(--color-77-77-77-7);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.custom-checkbox > label > .custom-checkbox-pattern {
	background: var(--color-FFF);
}
.btn-send-request-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 25px 0 0;
}
.btn-send-request-wrapper > span {
	color: var(--color-000);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.btn-default-white.black-border {
	border: 1px solid var(--color-000);
	background: var(--color-FFF);
}
.btn-send-request-wrapper > a {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 48px;
}
.added-equipment {
	display: none;
	margin: 20px 0;
}
@media(min-width: 1100px) {
	.page-write-off-reward {
		padding: 1.56vw 0 8.23vw;
	}
	.container-write-off-reward {
		max-width: 67.24vw;
	}
	.write-off-reward-wrapper {
		grid-gap: 3.02vw;
	}
	.write-off-reward-step-wrapper {
		gap: 1.04vw;
		margin: 0 0 1.46vw;
	}
	.write-off-reward-step-number {
		width: 2.6vw;
		height: 2.6vw;
	}
	.write-off-reward-step-double-wrapper {
		grid-gap: 4.69vw;
	}
	.write-off-reward-step-double-item > legend {
		margin: 0 0 1.51vw;
	}
	.write-off-reward-step-double-item > .btn-start-wrapper {
		margin: 1.3vw 0 0;
	}
	.write-off-reward-step-double-item .double-column-wrapper {
		margin: 1.04vw 0 0;
	}
	.write-off-reward-step-second-wrapper {
		grid-gap: 3.13vw;
		padding: 2.19vw 1.61vw 2.4vw 1.56vw;
	}
	.write-off-reward-step-second-wrapper > svg {
		left: 13.75vw;
	}
	.write-off-reward-step-second-title {
		margin: 0 0 0.94vw;
	}
	.write-off-reward-step-second-subtitle {
		max-width: 18.7vw;
		margin: 0 0 0.99vw;
	}
	.write-off-reward-step-second-data .form-field-btn-wrapper {
		margin: 1.04vw 0;
	}
	.form-field-btn-wrapper {
		gap: 1.04vw;
	}
	.form-field-btn-wrapper > a {
		padding: 0.68vw 1.04vw;
	}
	.help-total-price {
		margin: 1.04vw 0 1.2vw;
	}
	.btn-send-request-wrapper {
		gap: 0.52vw;
		margin: 1.3vw 0 0;
	}
	.btn-send-request-wrapper > a {
		line-height: 2.5vw;
	}
	.added-equipment {
		margin: 1.04vw 0;
	}
}
@media(max-width: 1099.99px) {
	.container-write-off-reward {
		padding: 0 20px;
	}
	.write-off-reward-step-double-wrapper {
		grid-gap: 40px;
	}
	.write-off-reward-step-second-wrapper {
		grid-template-columns: 2fr 3fr;
	}
	.write-off-reward-step-second-wrapper > svg {
		left: 15%;
	}
	.page-write-off-reward {
		padding: 30px 0 90px;
	}
}
@media(max-width: 700px) {
	.write-off-reward-step-double-wrapper {
		grid-template-columns: 1fr;
	}
	.write-off-reward-step-second-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.write-off-reward-step-second-data .form-field-btn-wrapper {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.btn-send-request-wrapper {
		flex-direction: column;
	}
	.write-off-reward-step-second-wrapper > svg {
		left: 1px;
		width: 56.25%;
		height: auto;
	}
	.form-field-btn-wrapper > a {
		width: 100%;
		justify-content: center;
	}
	.write-off-reward-step-double-item .double-column-wrapper {
		margin-top: 10px;
	}
	.write-off-reward-step-number {
		width: 40px;
		height: 40px;
		flex-shrink: 0;
	}
	.write-off-reward-wrapper {
		grid-gap: 30px;
	}
}