/*.text p {
    text-align: left;
}*/

[type='submit']:disabled {
	display: none !important;
}

.ring-loading {
	width: 10px;
	height: 10px;
	padding: 15px !important;
	border: 7px dashed #000;
	border-radius: 100%;
	display: none;
	margin: 10px auto !important;
	animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

[type='submit']:disabled + .ring-loading {
	display: block !important;
}

@keyframes loadingD {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
a {
	text-decoration: none;
}

.under-href {
	text-decoration: underline;
}

.under-href:hover {
	text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	vertical-align: top;
	background: transparent none repeat scroll 0% 0%;
}

body {
	line-height: 1;
	/*background: rgb(125,255,252);*/
	/*background: linear-gradient(180deg, rgba(125,255,252,1) 34%, rgba(255,252,252,1) 100%);*/
	background: rgba(249, 255, 131, 1);
	background: linear-gradient(
		180deg,
		rgba(246, 251, 139, 1) 0%,
		rgba(255, 252, 252, 1) 19%
	);
}

.fadepopup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}

img,
table {
	max-width: 70%;
}

@media (max-width: 500px) {
	img,
	table {
		max-width: 100%;
	}
}

a {
	color: red;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

header {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgb(210 252 255);
	background-position: center center;
	background-size: 100% 100%;
}

.text h2 {
	text-align: center;
	font-size: 2.1em;
}

div.conContent {
	text-align: center;
	display: inline;
	width: 100%;
	font-size: 18px;
	padding: 10px 0px;
	background-color: rgba(249, 251, 202, 1);
}

.images-logo {
	display: block;
}

.images-logo img {
	max-width: 100%;
	float: left;
	padding: 0px 10px;
	height: auto;
}

.images-logo img:last-child {
	width: 130px;
	padding-top: 25px;
}

div.text-header {
	display: block;
	text-align: center;
	padding-top: 10px;
	line-height: 28px;
}

div.text-header p {
	padding: 10px;
}

.container {
	width: 990px;
	position: relative;
	margin: 0px auto;
}

.content {
	/*background: rgb(255, 255, 255) none repeat scroll 0% 0%;*/
	border-radius: 10px;
	margin: 0px 0px 15px;
	overflow: hidden;
	padding: 2px;
	-webkit-box-shadow: 0px 0px 10px rgb(230, 230, 230);
	box-shadow: 0px 0px 10px rgb(230, 230, 230);
	display: flex;
	justify-content: space-between;
}

.sidebar {
	/*float: right;*/
	font-size: 14px;
	line-height: 1.2;
	position: relative;
}

@media (max-width: 1000px) {
	.sidebar {
		/*float: right;*/
		font-size: 14px;
		line-height: 1.2;
		position: relative;
	}
}

.itemfirst {
	width: 249px;
	padding: 12px;
	background: rgb(210 252 255) none repeat scroll 0% 0%;
	border: 1px solid rgb(225, 225, 225);
	float: left;
}

.sidebar .author {
	text-align: left;
	overflow: hidden;
	padding: 0px 0px 15px;
}

.sidebar .author h3 {
	margin: 0px;
	text-decoration: underline;
}

.sidebar .author img {
	float: right;
}

.sidebar .author ul {
	position: relative;
	top: 13px;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 30px 15px;
	overflow: hidden;
}

.text {
	/*width: 655px;*/
	/*float: left;*/
	font-size: 17px;
	line-height: 1.2;
	text-align: justify;
	padding: 0px 15px 60px 0px;
}

.content h1 {
	font-size: 28px;
	/*width: 655px;*/
	margin: 0px 0px 40px;
	text-align: left;
}

.content h1 span {
	color: red;
}

.content h3 {
	font-size: 17px;
	margin: 15px 0px 10px;
}

.content p {
	margin: 0px 0px 15px;
	font-weight: 400;
}

.content .red {
	font-size: 16px;
	padding: 10px 0px 0px;
	color: rgb(244, 11, 11);
}

.text3 img {
	width: 65px;
	margin: 15px 0px 0px;
}

.content .red2 {
	font-size: 16px;
	padding: 10px 0px 0px;
	color: rgb(244, 11, 11);
}

#comments {
}

#comments h1 {
	color: rgb(204, 0, 0);
	margin: 0px 0px 5px;
}

.maxB {
	margin: 0px auto;
	display: inline-block;
}

.comment {
	padding: 15px 10px;
	border-top: 1px solid rgb(232, 232, 232);
}

.comment .text1 {
	font-size: 14px;
	font-weight: bold;
}

.comment .text2 {
	font-size: 12px;
	float: right;
	color: rgb(136, 136, 136);
	font-weight: normal;
}

.comment .text3 {
	font-size: 15px;
	padding: 10px 0px 0px;
	font-weight: normal;
}

.footer {
	margin: 0;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	border-radius: 10px;
	padding: 15px;
	font-weight: 600;
	font-size: 12px;
	color: rgb(119, 119, 119);
	text-align: center;
}

.block2 {
	width: 650px;
	background: rgba(249, 255, 131, 1) none repeat scroll 0% 0%;
	padding: 5px;
	border: 1px solid black;
}

.block2 p {
	font-weight: 600;
}

.red {
	font-size: 26px;
	padding: 10px 0px 0px;
	color: rgb(244, 11, 11);
}

.yourChance {
	background: rgba(0, 0, 0, 0) -webkit-gradient(
			linear,
			right top,
			left top,
			from(rgb(210 252 255)),
			to(rgb(0 178 255))
		) repeat scroll 0% 0%;
	background: rgba(0, 0, 0, 0)
		linear-gradient(to left, rgba(247, 247, 247, 1), rgba(249, 255, 131, 1))
		repeat scroll 0% 0%;
	font-size: 18px;
	padding: 20px;
	margin-bottom: 15px;
	font-style: inherit;
}

.button_page,
.btn {
	margin: 0px auto;
	border: medium none;
	font: bold 16px Arial, Helvetica, sans-serif;
	max-width: 100%;
	vertical-align: middle;
	text-decoration: none;
	color: rgb(255, 255, 255);
	position: relative;
	padding: 20px 30px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 1px 0px rgb(158, 141, 132) inset,
		0px 5px 0px 0px rgb(178, 90, 8), 0px 10px 5px rgb(153, 153, 153);
	box-shadow: 0px 1px 0px rgb(158, 141, 132) inset,
		0px 5px 0px 0px rgb(178, 90, 8), 0px 10px 5px rgb(153, 153, 153);
	background-color: #f44336;
	text-transform: uppercase;
	text-align: center;
}

.itemfirst .button_page {
	max-width: 100%;
}

.insite {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}

#slidebox {
	width: 200px;
	height: 100px;
	padding: 0px 10px;
	background-color: rgb(255, 255, 255);
	border-top: 3px solid rgb(226, 132, 9);
	position: fixed;
	bottom: 10px;
	left: -100%;
	-webkit-box-shadow: -2px 0px 5px rgb(170, 170, 170);
	box-shadow: -2px 0px 5px rgb(170, 170, 170);
	z-index: 999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.insight {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 5px;
}

.close {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 25px;
	padding: 0px 10px;
	cursor: pointer;
	z-index: 999;
	font-weight: 600;
	color: rgb(204, 204, 204);
}

.box img {
	max-width: 30%;
	float: left;
	padding-right: 10px;
}

.box {
	width: 100%;
	height: 100px;
	position: relative;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#slidebox p {
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: rgb(85, 85, 85);
	margin-right: 18px;
}

.box .read {
	font-size: 14px;
	color: rgb(22, 151, 206);
	text-decoration: underline;
}

@media screen and (max-width: 999px) {
	.content h1 {
		width: auto;
	}

	.container {
		width: 95%;
	}

	.text {
		width: auto;
		float: none;
		text-align: justify;
		padding: 0px;
	}

	.block2 {
		width: auto;
	}

	.conteinerCenter {
		width: 550px;
		margin: 0px auto;
	}

	.itemfirst {
		display: none;
	}

	#slidebox {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	img.imgFl {
		float: none !important;
		margin: 0px auto 10px;
		display: block;
	}

	.conteinerCenter {
		width: 100%;
	}

	.button_page {
		width: 100% !important;
		font-size: 14px;
	}
}

@media screen and (max-width: 479px) {
	.content h1 {
		width: auto;
		font-size: 22px;
	}

	.center-m {
		text-align: center;
	}

	/*    .text p {
        text-align: left;
    }*/

	.block2 {
		text-align: left;
	}

	.text3 {
		text-align: left;
	}

	.comment {
		text-align: left;
	}

	.footer {
		text-align: center;
	}
}

@media screen and (max-width: 320px) {
	.button_page {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.images-logo img {
		float: none;
	}
}

@media screen and (max-width: 720px) {
}

@media screen and (max-width: 468px) {
	.images-logo img {
		float: none;
	}
}

@media screen and (max-width: 468px) {
}

* {
	margin: 0px;
	padding: 0px;
}

.screenLock {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	top: 0px;
	left: 0px;
	z-index: 99999;
	display: none;
}

.msg {
	position: absolute;
	width: 600px;
	height: auto;
	padding-bottom: 30px;
	text-align: center;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	background: rgb(20, 143, 185) none repeat scroll 0% 0%;
	border: 1px solid rgb(238, 238, 238);
}

.msg > h1 {
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.close {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 40px;
	cursor: pointer;
}

.submit {
	margin-top: 10px;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	width: 400px;
	text-transform: uppercase;
	font-weight: bold;
	border: 0px none;
	background-color: firebrick;
	color: rgb(255, 255, 255);
	font-size: 26px;
	border-radius: 3px;
}

/* ********************************************************************************** */

.lead-form-box {
	display: block;
}

#lead-form-result {
	display: none;
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
	padding: 7px;
	font-size: 15px;
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
}

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

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

.order_block .order_offer {
	text-align: center;
}

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

.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: 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: 0px 1px 0px 0px rgb(245, 151, 142) inset;
	background: rgb(242, 69, 55);
	border-radius: 3px;
	border: 1px solid rgb(208, 39, 24);
	width: 100%;
	display: inline-block;
	cursor: pointer;
	color: rgb(255, 255, 255);
	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: 0px 1px 0px rgb(129, 14, 5);
}

.order_form .order_form_button:hover {
	background: rgb(198, 45, 31);
}

.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;
}

/**/

/* ****************************************************** */

/* *** FORM  *** */

.order {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.order * {
	box-sizing: border-box;
}

.order .prod-img {
	display: block;
	margin: 20px auto;
}

.order-info h2 {
	color: red;
	font-size: 1.5em;
}

.order-info h2 span {
	text-decoration: underline;
}

.order-info .left_count {
	display: block;
	width: 178px;
	padding: 23px;
	margin: 12px auto;
	background: red;
	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;
}

.order-info .prod_left_val {
	font-size: 52px;
	font-weight: 700;
	line-height: 52px;
}

.order-info div h4 span {
	color: green;
}

.order-info div#soldout_text h4 {
	color: red;
}

.order-form {
	max-width: 600px;
	padding: 90px;
	margin: 50px auto;
	background-size: 100% 100% !important;
}

.order-form.red-form {
	background: #fff url(./img/formbg-red.jpg) no-repeat;
}

.order-form.blue-form {
	background: #fff url(../images/formbg-blue.jpg) no-repeat;
}

.order-form .top {
	padding-top: 100px;
	background-size: 100px auto !important;
}

.order-form.red-form .top {
	background: url(./img/med-red.png) top center no-repeat;
}
.order-form.blue-form .top {
	background: url(../images/med-blue.png) top center no-repeat;
}

.order-form .top h2 {
	margin: 25px 0 0;
	padding: 0;
	line-height: 32px;
	font-size: 30px;
	font-weight: 700;
}

.order-form .top p {
	font-size: 14px;
	color: #00f;
	font-style: italic;
}

.order-form .price p span {
	font-size: 21px;
	font-weight: 700;
	color: red;
}

.order-form .top-descr {
	line-height: 22px;
	margin: 10px 0;
}

.order-form .frame {
	margin: 45px 10px 25px;
	border: 2px solid whitesmoke;
	padding: 10px;
	text-align: center;
}

.order-form .frame p {
	margin: 0 !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
}

.order-form .order-input {
	margin: 10px;
}

.order-form label {
	width: 230px;
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}

.order-form input {
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	font-size: 20px;
}
.order-form select {
	width: 100%;
	max-width: 334px;
	display: block;
	margin: 0 auto;
	padding: 15px;
	border-radius: 3px;
	border: 2px solid #e9d7dc;
	font-size: 21px;
}
.order-form p {
	font-size: 18px;
	margin: 0;
	line-height: 30px;
}

.order-form button,
.obutton {
	max-width: 245px;
	display: block;
	margin: 20px 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: red;
	transition: all 0.15s ease-in-out;
	border: none;
	cursor: pointer;
	font-size: 20px;
}

.order-form button:hover,
.obutton:hover {
	background: #017acc;
	text-decoration: none;
	color: #fff;
}

.order-form button:disabled,
.obutton:disabled {
	opacity: 0.5;
}

.order-form button:hover:disabled,
.obutton:hover:disabled {
	background-color: #0299ff;
}

.order-form button:active {
	position: relative;
	top: 1px;
}

.order-form .timelimit {
	font-size: 14px;
	margin: 0 0 10px;
}

.timer {
	display: inline-block;
	background: url(../images/timerIcon2.png) no-repeat;
	padding-left: 14px;
	color: red;
	font-weight: 700;
	line-height: 15px;
}

@media screen and (max-width: 480px) {
	.order-form label {
		font-size: 14px;
	}

	.order-form button {
		font-size: 16px;
	}

	.order-form {
		padding: 95px 50px 85px;
		margin-right: -35px;
		margin-left: -35px;
	}

	.order-form .order-input {
		margin: 2px;
	}
}

@media screen and (max-width: 459px) {
	.order-form input {
		width: 80%;
	}
}

@media screen and (max-width: 349px) {
	.order-form .top h2 {
		margin: 0;
	}
	.order-form input {
		font-size: 17px;
	}

	.order-form .frame {
		margin: 10px;
	}
}

.order-form .notice {
	font-size: 16px;
	margin: 0;
	line-height: 22px;
}

#formBlk .center {
	text-align: center;
}

#formBlk s,
del,
.str {
	text-decoration: line-through;
}
/* *** *** *** ************************ *** *** *** */

.b-notification-bottom * {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.b-notification-bottom {
	background-color: red;
	position: fixed;
	z-index: 11;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.b-notification-bottom__wrapper {
	padding: 10px;
}

.b-notification-bottom__close-icon {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.b-notification-bottom__close-icon-wrapper {
	position: relative;
	width: 80%;
	padding-bottom: 80%;
}

.b-notification-bottom__close-icon-wrapper:after,
.b-notification-bottom__close-icon-wrapper:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	width: 100%;
	height: 2px;
	border-radius: 5px;
}

.b-notification-bottom__close-icon-wrapper:after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.b-notification-bottom__close-icon-wrapper:before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.b-notification-bottom__body {
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.b-notification-bottom__title {
	font-size: 18px;
	line-height: 26px;
}

.b-notification-bottom__title span {
	text-transform: uppercase;
}

.b-notification-bottom__button {
	min-width: 200px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	font-size: 18px;
	color: red;
	padding: 10px 20px;
	background-color: #ff0;
	animation: changeColorBtn 1s ease 0s infinite;
	text-transform: uppercase;
	border-radius: 4px;
}

@keyframes changeColorBtn {
	50% {
		opacity: 0.7;
	}
}

.to-form {
	cursor: pointer;
}
