.div-section-form {
	margin: 20px auto;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.order-wrap {
	width: fit-content;
	z-index: 1;
	margin-top: 0;
	display: flex;
	align-items: center;
	width: 100%;
}

.order {
	width: 100%;
	position: relative;
	background: #2c3874;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px;
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#order-form1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 470px;
	margin: 0 auto;
}

.order .price {
	border-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 138px;
	position: relative;
}

.order .price__new-currency {
	font-size: 55px;
	color: white;
}

.order .price__new-cost {
	color: white;
	font-size: 60px;
	font-weight: 500;
}

.order .price__old {
	color: #fff;
	z-index: 10;
	font-size: 0;
	opacity: 0.3;
	position: absolute;
	left: 30px;
	top: 14px;
	font-family: Arial, sans-serif;
}

.order .price__old-cost,
.order .price__old-currency {
	font-size: 37px;
	line-height: 49px;
	text-decoration: line-through;
}

.order .price__old-cost,
.order .price__old-currency {
	font-size: 37px;
	line-height: 49px;
	text-decoration: line-through;
}

.order-head {
	width: 100%;
	background-size: 390px;
	background-position: bottom center;
	height: 138px;
	position: relative;
	border-radius: 1rem;
}

.discount-wrap {
	position: absolute;
	top: -39px;
	right: 25px;
	width: 105px;
	height: 105px;
	background-image: url('../images/discount.png');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.discount-wrap p {
	text-align: center;
	color: white;
}

.discount-wrap span {
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 15px;
	letter-spacing: 0.005em;
}

.time-block {
	width: fit-content;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

.time-title {
	margin: 0 auto;
	padding: 0 0 6px;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: inherit;
}

.time-remain {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	font-weight: 300;
	font-size: 8px;
	line-height: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.redirect {
	pointer-events: visible !important;
}

.order .form__submit {
	border: 2px solid #fff;
	position: relative;
	width: 320px !important;
	height: 65px;
	background: linear-gradient(180deg, #ff031e 0, #ff5265 100%);
	border-radius: 10px;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5);
}

.form-free {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
	text-align: center;
}

.order__list {
	color: #fff;
	padding: 0 15px 0 30px;
}

.order__list li {
	margin-bottom: 10px;
	list-style: disc;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}

.images-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.images-form img {
	width: 100%;
}

.order__conditions {
	margin-top: 20px;
}

.order__conditions_item {
	font-weight: 600;
}

.time-remain-items {
	position: relative;
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 7px 14px;
	z-index: 1;
	border-radius: 5px;
}

.hour,
.minutes,
.seconds {
	font-weight: 700;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.time-dots {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	color: inherit;
}

@media screen and (max-width: 720px) {
	.div-section-form {
		flex-direction: column-reverse;
		gap: 3rem;
	}
	.order .form__submit {
		width: 100% !important;
		font-size: 16px;
	}
	.redirect {
		margin-top: 16px;
		width: 90%;
		margin: 0 20px;
	}
	.form-free {
		font-size: 22px;
	}
	.order__list li {
		font-size: 14px;
	}
	.order__conditions_item {
		margin-bottom: 0.5rem;
		font-size: 16px;
	}
}
