#order_form {
	background: white;
	padding: 20px;
	max-width: 670px;
	padding-bottom: 40px;
	font-family: Arial;
	margin: 20px;
	background-image: url("../img/formbg.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;
}

.price_main span {
	font-size: 20px !important;
}

#order_form input {
	font-size: 18px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
	background: #fff;
	outline: none !important;
}

#order_form select {
	font-size: 18px;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	max-width: 300px;
	width: 100%;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
}

#order_form span {
	font-size: 12px;
}

#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;
	margin-bottom: 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 10px 30px;
	}

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

#order_form button {
	width: 100%;
	max-width: 300px;
}

@media screen and (max-width: 459px) {
	#order_form input,
	#order_form select,
	#order_form button {
		width: 80%;
	}
	#footer img {
		width: 100%;
	}
}

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

#order_form_place img {
	max-width: 100px;
	display: block;
	margin: 20px 0px;
}

form h2 {
	font-size: 30px;
	margin-block-start: 0.83em !important;
	margin-block-end: 0.83em !important;
}

form .count {
	display: block;
	margin-bottom: 10px;
}

.timelimit {
	margin-bottom: 20px;
}
.timelimit b {
	display: inline-block;
	background: url("../img/timericon2.png") no-repeat;
	padding-left: 14px;
	color: red;
	vertical-align: middle;
	background-position-y: 5px;
}
.over_form {
	max-width: 300px;
	margin: 20px auto 10px;
}
.over_form .flex_pride {
	display: flex;
	justify-content: space-between;
}
.over_form .flex_pride .new_prc span, .over_form .flex_pride .new_prc sup {
	color: #ff7a00;
	font-size: 26px!important;
	font-weight: 700;
}
.old_prc * {
	font-size: 26px!important;
}
img.prod-img {
	display: block;
	width: 85%;
	max-width: 300px;
	margin: 0 auto 30px;
}
.order_block {
	display: none;
}

.com_item:after {
	content: "";
	display: block;
	clear: both;
}
/*comments*/
.comments {
	margin-top: 30px;
}

.comments .tlt {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 25px;
}

.comments .tlt>span {
	display: inline-block;
	font-size: 18px;
	font-family: 'Fira sans', sans-serif;
	font-weight: 700;
	padding: 0 8px 10px;
	position: relative;
}

.comments .tlt>span:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #000;
}

.com_item {
	margin-bottom: 24px;
}

.com_item:last-child {
	margin-bottom: 0;
}

.com_itemFrame>img {
	width: 64px;
	float: left;
	border-radius: 50%;
	margin-right: 0;
}

.com_item .text {
	overflow: hidden;
	padding-left: 15px;
}

.com_item .text .info {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 5px;
}

.com_item .text .info>span {
	margin-left: 22px;
	color: rgba(0, 0, 0, .25);
	font-family: 'Fira sans', sans-serif;
}

.com_item .text>p {
	margin-bottom: 8px;
	padding-bottom: 0;
}

.com_item .text>p a {
	text-decoration: underline;
}

.com_item .text>p a:hover {
	text-decoration: none
}

.com_item .text .btns {
	font-size: 0;
	margin-top: 10px;
}

.com_item .text .btns>div {
	display: inline-block;
	vertical-align: top;
	font-family: Fira sans, sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-left: 22px;
}

.com_item .text .btns>div:first-child {
	margin-left: 0;
}

.com_item .text .btns .complain {
	color: #757575;
}

.com_item .text .btns .bns {
	float: right;
}

.com_item .text .btns .bns>div {
	display: block;
	float: left;
	width: 55px;
	height: 24px;
	line-height: 24px;
	font-family: 'Fira sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-left: 14px;
	border-radius: 4px;
	color: #000;
	padding-left: 6px;
	cursor: pointer;
}
.answer, .complain {
	cursor: pointer;
}

.com_itemFrame {
	background-color: #f7f7f7;
	padding: 10px;
	border-radius: 10px;
}

.com_item .text .btns .bns>div:first-child,
.com_item .text .btns .bns>div:first-child {
	margin-left: 0;
}

.com_item .text .btns .bns>div:hover {
	background-color: rgba(0, 0, 0, .05);
}

.com_item .text .btns .bns .comnts:before {
	content: '';
	width: 20px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.com_item .text .btns .bns .plus:before {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}

.com_item .text .btns .bns .minus:before {
	content: '';
	width: 14px;
	height: 2px;
	background: #000;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}

.com_item .text .btns .bns .tg {
	width: 55px;
	height: 38px;
	border: 1px solid #e4602b;
	border-radius: 4px;
	background: url(../img/tg_icon.png) 50% 50% / 16px no-repeat;
	float: left;
	display: none;
}

.com_item .text .btns .bns .tg:hover {
	background-color: #fff;
}

.com_item.reply {
	padding-left: 80px;
}

.com_item.reply .btns .bns .comnts {
	display: none;
}
.comment-block .article__title {
	font-weight: 600;
	font-size: 24px;
	padding: 10px;
	background: #f7f7f7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
@media screen and (max-width: 480px) {
	.com_item.reply {
		padding-left: 30px;
	}
}
@media screen and (max-width: 480px) {
	.com_item .text .btns .bns {
		margin-left: 0;
	}
}