
.popap-background {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	color: #7b7b7b;
	font-size: 15px;
	position: fixed;
	z-index: 10000;
	background: url(../content/images/popap-back-gray.png) repeat;
	display: none;
}

.popap-window-order {
	width: 670px;
	height: auto;
	margin: 0 auto;
	margin-top: 100px;
	padding: 70px 50px 50px 50px;
	color: #444444;
	background: #ffffff;
	display: none;
	position: relative;
}

.button-popap-close {
	width: 20px;
	height: 20px;
	text-align: center;
	float: right;
	cursor: pointer;
	position: absolute;
	right: 50px;
	top: 7px;
	color: #FFF;
	z-index: 100;
	font-size: 28px;
}

.popap-main-caption {
	background: #D04B38;
	height: 60px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	line-height: 60px;
	font-size: 20px;
	padding-left: 50px;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
}

#send-block {
	width: 240px;
	float: right;
	margin-top: 20px;
}

#general-loader {
	width: 25px;
	height: 25px;
	margin-top: 5px;
	float: left;
}
#general-loader img {width: 100%; display: none;}

.popap-window-body {margin-top: 20px;}

.popap-window-field {
	width: 100%;
	height: 30px;
	border: 1px solid #cacaca;
}

.button-popap-form-send {
	width: 150px;
	height: 27px;
	margin-top: 10px;
	color: #000000;
	text-align: center;
	background: #ffffff;
	border: 2px solid #cacaca;
	cursor: pointer;
}

.popap-window-service {margin-top: 10px;}

.popap-window-loader {
	width: 21px;
	height: 21px;
	margin-right: 10px;
	float: left;
}

.popap-window-state {
	min-width: 30px;
	float: left;
}

.no-margin {
	margin: 2px 0;
	padding: 0px;
}

.popap-center {
	margin: 15px 0;
	padding: 10px 0px 10px 28px;
}

select, input[type="text"] {width: 100%; height: 30px; padding-left: 5px; border: 0px none; border-bottom: 1px solid black; background: rgba(0, 0, 0, 0); outline: none; /* Убираем свечение в Chrome и Safari */
}


.form-block {margin-bottom: 15px;position: relative;}

.error-email-x, .error-key-x {
	color: #D04B38;
	position: absolute;
	left: -20px;
	top: 33px;
	display: none;
}

.button-block {
	width: 40px;
	float: right;
	position: relative;
	top: -43px;
	font-size: 30px;
	font-weight: bold;}

.button-plus, .button-minus {
	width: 20px;
	height: 30px;
	padding-top: 2px;
	text-align: center;
	border-right: 0px none;
	float: left;
	cursor: pointer;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#admin-message {margin-top: 10px; display: none;}

.input-with-button {
	width: 100%;
}

#count-computer {width: 100%;}
#add-count-computer {width: 100%;}

.link-discount {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	position: absolute;
	right: 0px;
}

.link-discount:hover {text-decoration: none;}

.popap-form-footer {margin-top: 20px;}

.total-amount-wrap {
	font-size: 23px;
	font-weight: bold;
}

.pay-block {
	width: 300px;
	position: absolute;
	bottom: 100px;
	padding-bottom: 7px;
}

#button-pay {
	width: 200px;
	height: 35px;
	text-align: center;
	border: 3px solid #7b7b7b;
	background: #ffffff;
	float: right;
	cursor: pointer;
	text-transform: uppercase;
}

#button-pay:hover {
	background: #5AB467;
	color: #fff;
	border: none;
}

.main-article {
	font-size: 20px;
	font-weight: lighter;
	line-height: 1;
}

.radio-wrap, .radio-wrap2 {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-right: 10px;
	padding: 3px;
	border: 2px solid #7b7b7b;
	border-radius: 15px;
	float: left;
	cursor: pointer;
}

.radio, .radio2 {
	width: 10px;
	height: 10px;
	margin: 0px !important;
	padding: 0px !important;
	background: #7b7b7b;
	border-radius: 10px;
	display: none;
}

#discount-field-wrap {display: none;}

#discount-loader {margin-left: 10px;}
#discount-loader img {display: none;}

#key-loader {margin-left: 10px;}
#key-loader img {display: none;}



.radio-on {display: block !important;}
}

.radio-desc {float: left; margin-left: 10px;}

#block-prolong-key {display: none;}

#add-count-computer-wrap {display: none;}

#old-amount {
	font-size: 20px;
	text-decoration: line-through;
	color: #5AB467
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: -60px;
	display: none;
}

#price-block {
	margin-left: 10px;
	position: relative;
	float: left;
}

#total-amount {
	font-size: 25px;
	font-weight: bold;
}

#discount-percent-wrap {
	color: #22b14c;
	font-weight: bold;
	display: none;
	position: absolute;
	width: 135px;
	right: -214px;
	top: 10px;
}

.green {color: #22b14c !important;}

#pay-text {margin-top: 10px; float: left; font-weight: bold;}

.clear {clear: both;}















