.thx_list li:before {
	width: 0!important
}
.thx_list {
	list-style-type: decimal;
	color: #000;
	font-weight: 700
}
.thx_list li {
	padding-left: 0;
	margin-left: 25px!important
}
.thx_list li span {
	color: gray;
	font-size: 16px!important;
	display: block;
	font-weight: 400
}
.orderForm {
	background: #fff;
	padding: 20px;
	max-width: 450px;
	font-family: Arial;
	margin: 20px;
	background-image: url(../img/formbg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px auto
}
.orderForm div {
	background: 0 0!important
}
.orderForm h2 {
	margin: 25px 0 0;
	padding: 0;
	line-height: 32px;
	border: none
}
.orderForm label {
	width: 230px;
	padding: 5px 0;
	font-weight: 700;
	font-size: 16px
}
.orderForm label.vertical {
	border: none!important
}
.device_info {
	font-size: 14px;
	color: green;
	display: block;
	margin: 10px 20px
}
.orderForm .order_form_pole {
	padding: 5px
}
.orderForm input {
	font-size: 17px;
	padding: 7px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
	background: #fff
}
.orderForm select {
	font-size: 17px;
	padding: 7px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
	background: #fff
}
.orderForm span {
	font-size: 12px
}
.orderForm button, .obutton {
	display: inline-block;
	padding: 13px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .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: 18px;
	margin-top: 20px
}
.orderForm button:hover, .obutton:hover {
	background-color: #017acc
}
.orderForm button:active {
	position: relative;
	top: 1px
}
.order_info h2 {
	border: none!important;
	color: red!important
}
.left_count {
	background: red;
	padding: 23px;
	margin: 12px 0;
	width: 178px;
	color: #fff;
	text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	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) {
	.orderForm input {}
	.orderForm label {
		font-size: 14px
	}
	.orderForm button {
		font-size: 16px
	}
	.orderForm {
		padding: 10px
	}
	.orderForm .order_form_pole {
		padding: 0;
		margin: 2px
	}
}
@media screen and (max-width:459px) {
	.orderForm input {
		width: 80%
	}
	.orderForm {
		margin-left: -20px;
		margin-right: -20px
	}
}
@media screen and (max-width:349px) {
	.orderForm input {
		font-size: 17px
	}
	.orderForm button {
		margin-left: 0
	}
}
@media screen and (max-width:1200px) {
	.orderForm {
		background-image: url(../img/formbg3.jpg);
		margin-bottom: 0
	}
}
@media screen and (max-width:620px) {
	.orderForm {
		margin-left: -20px;
		margin-right: -20px
	}
}