@media (max-width: 1040px) {
	#form-block {
		margin-bottom: 30px !important;
	}
}

body *:not(i) {
	font-family: sans-serif !important;
}

p {
	font-size: 22px !important;
	line-height: 26px !important;
}

@keyframes super-rotation {
	70% {
		transform: rotate(1640deg);
	}

	100% {
		transform: rotate(1620deg);
	}
}

input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"] {
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 15px 0;
	outline: none;
	border: none;
	margin-top: 5px;
	border-radius: 5px;
	box-shadow: 0 4px 3px #242120;
	background: red;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.3s;
}

input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"]:hover {
	background: #b00 !important;
	transition: background 0.3s;
}

input[value="ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾"]:active {
	transform: translateY(2px);
	box-shadow: none !important;
}

.input-roulette::placeholder {
	font-size: 0.9em;
}



.time_remains {
	font-size: 1.1em;
	color: red;
	font-weight: 700;
}

@keyframes pop-up-appear {
	0% {
		transform: translateY(-2000px);
	}

	30% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes pop-up-appear-before {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes pop-up-appear-after {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.order_block h3 {
	text-align: center;
	font-size: 20px;
}

.input-roulette {
	display: block;
	margin: 0 auto 10px;
	width: 100%;

	height: 42px;
	padding: 0 10px;
	font-size: 16px;
	border: 2px solid #e9d7dc;
	box-sizing: border-box;
	outline: none;
}

.button {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: red;
	border: none;
	border-radius: 8px;
	width: 100%;
	max-width: 250px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 8px 16px;
	height: auto;
}

.button {
	transition: 0.2s;
	font-family: arial;
	font-size: 24px !important;
	font-weight: 300 !important;
}

.order_block,
.order_block * {
	box-sizing: border-box;
	transition: 0.2s;
	font-family: sans-serif !important;
}

.order_block {
	max-width: 430px;
	width: 100%;
	margin: auto;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
	border: 3px dashed #eaeaea;
	border-radius: 0;
}

.order_block .order_offer {
	text-align: center;
	position: relative;
	display: inline-block;
}
.offer_price {
	background: gold;
	position: absolute;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #149d14;
	font-weight: 700;
	height: 96px;
	right: 0px;
	bottom: 0;
	border-radius: 50%;
	flex-direction: column;
}
.offer_price p {
	margin: 0;
	font-size: 19px !important;
}
.old__price {
	text-decoration: line-through;
	color: red;
}

.order_block .order_offer img {
	max-width: 100%;
	width: auto;
}

.order_pre_form {
	padding: 20px 20px 0 20px;
}

.order_form_row {
	margin-bottom: 10px;
	text-align: left;
}

.order_form {
	width: 100%;
	max-width: 500px;
	padding: 0 20px 20px 20px;
}

.order_header {
	margin: 12px 0 !important;
	padding: 0 !important;
	font-size: 18px;
}

.order_form .order_form_row input,select {
	width: 100% !important;
	max-width: 100%!important;
	padding: 14px;
	border: 2px solid #eaeaea;
	font-size: 15px;
	border-radius: 3px;
	box-shadow: none !important;
	margin: 0 !important;
}

.order_form .order_form_row label {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
	outline: none;
	border: 2px solid #cecece;
}

.order_form .order_form_button {
	box-shadow: 0 1px 0 0 #f5978e inset;
	background: #f24537;
	border-radius: 3px;
	border: 1px solid #d02718;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	padding: 16px 0;
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	text-decoration: none;
	letter-spacing: 0.6px;
	text-shadow: 0 1px 0 #810e05;
}

.order_form .order_form_button:hover {
	background: #c62d1f;
}

.order_form .order_form_button:active {
	position: relative;
	top: 1px;
}

.order_timer_block {
	line-height: 1;
	font-weight: bold;
}

.order_timer_block p {
	font-size: 18px;
	margin: 10px 0 !important;
	padding: 0 !important;
}

.order_timer_block .order_timer {
	font-size: 21px;
}

.time_remains {
	color: red;
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

@media (max-width: 480px) {
	.order_form_button {
		font-size: 13px;
	}
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.03);
	}
}
