#order_form {
	background: white;
	padding: 20px;
	max-width: 600px;
	font-family: Arial;
	margin: 20px;
	background-image: url("../img/formbg.jpg")/*tpa=https://world-today.site/am/incasol/mx-1-kjs684s-p/assets/formbg1.jpg*/;
	background-repeat: no-repeat;
	background-size: 100% 100%;

	margin: 0 auto;
}

#order_form div {
	background: transparent !important;
}

#order_form h2 {
	margin: 25px 0 0 0;
	padding: 0px;
	line-height: 32px;
	border: none;
}

#order_form label {
	width: auto;
	display: block;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-size: 16px;
}

#order_form label.vertical {
	border: none !important;
}

.device_info {
	font-size: 14px;
	color: green;
	display: block;
	margin: 10px 20px;
}

#order_form .order_form_pole {
	padding: 10px;
	margin: 10px;

	text-align: center;
}

#order_form input {
	font-size: 21px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
}

#order_form select {
	font-size: 21px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
}

#order_form .center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#order_form button,
.obutton {
	display: block;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
	border-radius: 5px;
	background-color: #0299ff;
	background-position: 1.35em .94em;
	background-size: 1em;
	background-repeat: no-repeat;
	transition: all .15s ease-in-out;
	border: none;
	cursor: pointer;
	font-size: 20px;
	margin-top: 20px;
}

#order_form button:hover,
.obutton:hover {
	background-color: #017ACC;
}

#order_form button:active {
	position: relative;
	top: 1px;
}

.order_info h2 {
	border: none !important;
	color: red !important;
}

.left_count {
	background: red;
	padding: 23px;
	margin: 12px 0px;
	width: 178px;
	color: #fff;
	text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
	font-size: 32px !important;
	border-radius: 5px;
}

.left_count .prod_left_val {
	font-size: 52px !important;
}

#order_form_success {
	position: relative;
}

@media screen and (max-width: 480px) {
	#order_form label {
		font-size: 14px;
	}

	#order_form button {
		font-size: 16px;
	}

	#order_form {
		padding: 10px;
	}

	#order_form .order_form_pole {
		padding: 0px;
		margin: 2px;
	}
}

@media screen and (max-width: 459px) {
	#order_form input {
		width: 80%;
	}

	#order_form select {
		width: 90% !important;
	}
	#footer img {
		width: 100%;
	}
}

@media screen and (max-width: 349px) {
	#order_form input {
		font-size: 17px;
	}
}

.timelimit b {
    display: inline-block;
    background: url("../img/timerIcon2.png")/*tpa=https://world-today.site/am/incasol/mx-1-kjs684s-p/assets/timerIcon2.png*/ no-repeat;
	background-position-y: 0%;
    padding-left: 14px;
    color: red;
    vertical-align: middle;
    background-position-y: 5px;
}

.tcenter {
	text-align: center;
}

.price {
	display: flex;
	justify-content: center;
	padding: 5px;
	background: #e9e5ff;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.price__item {
	padding: 0 10px;
}

.price__item--old {
	border-right: 1px solid #ddd;
}

.price__item-title {
	font-weight: 700;
	font-size: 18px;
}

.price__item-value--old {
	text-decoration: line-through;
	font-size: 22px;
	color: gray;
}

.price__item-value--old {
	text-decoration: line-through;
	font-size: 22px;
	color: gray;
}

.price__item-value--new {
	color: red;
	font-weight: 700;
	font-size: 26px;
	text-shadow: 0 0 1px darkred;
}

.input {
	background: #fff;
	font-family: inherit;
	font-size: 16px;
	padding: 12px;
	border: 1px solid #eee;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	resize: none;
}

.form__input {
	position: relative;
	width: 100%;
	margin: 5px 0;
}

.btn {
	display: inline-block;
	outline: none;
	border: none;
	cursor: pointer;
	padding: 12px;
	background: red;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-family: inherit;
	border-radius: 5px;
	font-weight: 700;
}

.ft {
	font-style: italic;
	font-size: 0.9em;
	margin-top: 20px;
}
