.order-form-text {
	color: #212121;
	text-align: center;
	margin: 15px 0 25px 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: 600;
	text-indent: 0;
	border-bottom: 2px solid #d32f2f;
}
.order-form-footnote {
	color: #9e9e9e !important;
	font-size: 12px !important;
	line-height: 16px !important;
	margin: 15px 0 0 0 !important;
	padding: 0;
	text-indent: 0 !important;
	text-align: left !important;
	max-width: 400px !important;
}
.order-form-body {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25) !important;
	padding: 25px !important;
	margin: 20px auto !important;
	max-width: 400px !important;
}
.order-form .order-form-label {
	color: #212121 !important;
	display: block !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	text-align: left !important;
	padding: 0 !important;
	line-height: 14px !important;
	margin: 0 0 5px 0 !important;
	text-transform: uppercase !important;
}
.order-form .order-form-input-field-wrapper {
	margin: 0 0 15px 0 !important;
}
.order-form-submit-button {
	height: auto;
	text-align: center;
	margin: 0;
	border-radius: 2.5px;
	display: inline-block;
	background: #d32f2f;
	line-height: 1.4;
	padding: 10px 25px;
	color: #fff;
	border: 0;
	width: 100%;
	outline: 0;
	font-weight: 700;
	box-shadow: none;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
	box-sizing: border-box;
}
.order-form .order-form-input-field {
	transition: 0.25s !important;
	display: block !important;
	width: 100% !important;
	height: 50px !important;
	background: #f5f5f5 !important;
	line-height: 50px !important;
	padding: 0 10px;
	outline: 0 !important;
	font-size: 16px !important;
	border: 2px solid #eee !important;
	border-radius: 2.5px !important;
	color: #212121 !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
}
.order-form .order-form-input-field {
	padding-left: 15px !important;
}
.order-form-submit-button {
	transition: background-color 300ms linear;
}
.order-form-submit-button:hover {
	background-color: #a32525;
}
.product-image1 img {
	max-width: 280px;
	margin: 0 auto;
	width: 100%;
}
.order-form-input-field--country {
	line-height: 48px !important;
	font-weight: normal !important;
}
@media screen and (max-width: 479px) {
	.contentBox h2 {
		font-size: 22px;
	}
	.order-form-body {
		padding: 10px !important;
	}
	.com-txt b {
		align-items: flex-start !important;
		flex-direction: column !important;
	}
}
.lead-form-box {
	display: none;
}
.order_block,
.order_block * {
	box-sizing: border-box;
	transition: 0.2s;
	font-family: Arial, sans-serif !important;
}
.order_block .order_offer {
	text-align: center;
}
.order_block .order_offer img {
	max-width: 100%;
	width: auto;
	height: 110px;
}
.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 {
	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: 700;
}
.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
	outline: 0;
	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: 0;
	padding: 16px 0;
	font-weight: 700;
	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: 700;
}
.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;
}
.box-popup-wrapper {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}
.box-tooltip {
	background: #fff;
	font-size: 18px;
	padding: 20px;
	width: 90%;
	max-width: 320px;
	margin: 80px auto;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	position: relative;
	box-shadow: 0 1px 40px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.box-tooltip:hover .box-tooltip-btn {
	background: #62a30e;
	transition: 0.2s;
}
.box-tooltip-title {
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
}
.box-tooltip-ico {
	width: 100%;
	padding: 20px;
	padding-top: 0;
	box-sizing: border-box;
	text-align: center;
}
.box-tooltip-ico img {
	height: 40px;
	width: auto;
	margin: 0 auto;
}
.box-tooltip-btn {
	background: #70b31a;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif !important;
	width: 100%;
	margin: 0 auto !important;
	padding: 16px 0;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	animation: scale 0.4s infinite;
	animation-direction: alternate;
}
.order-form-body select {
	position: relative;
	background: #fff none repeat scroll 0 0;
	outline: 0 none;
	display: block;
	font-weight: 600;
	width: 100% !important;
	padding: 14px;
	border: 2px solid #eaeaea;
	font-size: 15px;
	border-radius: 3px;
	box-shadow: none !important;
	margin-bottom: 10px;
}
.afterlose-boxes_item {
	opacity: 0.6;
}
.shake {
	animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation-iteration-count: 1;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
@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);
	}
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.03);
	}
}
#boxesContainer {
	width: 100%;
	margin: auto;
	max-width: 600px;
}
.boxes,
.boxes cbox,
.boxes img {
	width: 100%;
}
.instructions {
	padding: 10px;
	background-color: #232f3e;
	border-radius: 4px;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
	color: #fff;
}
#tries_count {
	font-size: 19px;
}
.boxes {
	margin: 10px 0;
}
.boxes_item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 32.5%;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.boxes_item.afterlose-boxes_item {
	cursor: default;
}
.boxes_item.afterlose-boxes_item:hover {
	-webkit-transform: none;
	transform: none;
}
.boxes_item:hover {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.win_prize {
	font-size: 35px;
	font-weight: 700;
	color: #e72c2a;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin: 0;
}
@media (max-width: 479px) {
	.boxes > div {
		width: 32%;
	}
	.win_prize {
		font-size: 20px;
	}
}
@media (max-width: 319px) {
	.boxes > div {
		width: 48%;
	}
	.win_prize {
		font-size: 21px;
	}
}
.api-form1 {
	background: #fff !important;
	box-sizing: border-box !important;
	max-width: 465px !important;
	position: relative !important;
	margin: 25px auto 25px auto !important;
	text-align: center !important;
	border: 2.5px dashed #ddd !important;
	border-radius: 2.5px !important;
	padding: 30px !important;
	clear: both !important;
}
.api-form1 .text1 {
	border: none !important;
	text-align: center !important;
	color: #222 !important;
	padding: 0 !important;
	font-size: 18px !important;
	width: 100% !important;
	float: none !important;
	line-height: 25px !important;
	font-weight: bold !important;
	margin: 10px 0 10px 0 !important;
}
.api-form1 .form-body1 .text1 .offer-name1,
.api-form1 .form-body1 .text1 .offer-price1 {
	color: #ca2d2d !important;
	font-weight: 700 !important;
}
.product-banner-text1 {
	text-align: center !important;
	margin: 0 !important;
	font-weight: 700 !important;
	color: #f2f2f2 !important;
	display: table-cell !important;
	vertical-align: middle !important;
	position: relative;
	font-size: 13px;
}
.api-form1 .deadline1 {
	font-size: 13px !important;
	color: #222 !important;
	text-align: center !important;
	margin: 0 !important;
}
.product-banner1 {
	opacity: 0.9 !important;
	display: table !important;
	width: 110px !important;
	height: 110px !important;
	line-height: 25px !important;
	color: #fff !important;
	font-size: 18px !important;
	text-align: center !important;
	background: url(../images/product-banner.png) no-repeat center !important;
	background-size: 100% !important;
	position: absolute !important;
	top: 36px !important;
	right: 25px !important;
	text-decoration: none !important;
}
@media (max-width:767px) {
	.product-banner1 {
		top: 10px !important;
		right: 10px !important;
	}
}
