@charset "utf-8";
/* CSS Document */

.paranja
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;

	height: 100%;
	width: 100%;

	background: url(openform-overlay.png);
}

.order-popup
{
	width: 450px;
	margin: 2.8% auto;
	padding-bottom: 10px;
	background: #fff;
}

.order-popup__title
{
	font-size: 29px;
	font-weight: bold;

	padding-top: 22px;
	padding-bottom: 10px;

	text-transform: uppercase;
	text-align: center;

	color: #4ca900;
}

.order-popup__close
{
	float: right;

	opacity: 0.7;

	width: 12px;
	height: 12px;
	margin: 19px 17px 0 -17px;

	cursor: pointer;

	background: url(close.png);
}

.order-popup__close:hover
{
	opacity: 1;
}

.label_type_order
{
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
	
	color: #858585;
}

.input-text
{
	border: none;
	outline: none;
}

.input-text_type_order-form
{
	font-size: 24px;
	height: 36px;
	width: 417px;
	margin-bottom: 14px;
	text-indent: 10px;
	background: #d7d7d7;
}

.order-form
{
	margin: 0 54px 0 73px;
}

.input-text_width_366
{
	width: 366px;
}

.input-text_width_272
{
	width: 272px;
}

.textarea
{
	font-family: Arial, sans-serif;
	font-size: 24px;
	width: 272px;
	height: 80px;
	max-width: 272px;
	min-height: 40px;

	background: #d7d7d7;
	border: none;
	outline: none;
}

.button_type_submit
{	
	font-family: 'Roboto Slab';
	font-size: 24px;

	display: block;

	margin: 18px auto 15px auto;
	padding: 16px 25px;
	cursor: pointer;

	color: #f9f8f1;
	background: #4ca900;
	border: none;
	outline: none;

	-webkit-box-shadow: 2px 2px #cecdc7;
	-moz-box-shadow: 2px 2px #cecdc7;
	box-shadow: 2px 2px #cecdc7;

	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.button_type_submit:hover
{
	background: #e05b49;
}

.progress
{	position: absolute;
	top: 7px;

	height: 14px;	
	padding-right: 4px;

	background: url(../images/scrollbar-.png);

	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.hide
{
	display: none;
}

.label__warning
{
	font-size: 14px;
	margin-left: 12px;
}

.label_validate_wrong
{
	color: #e05b49;
}
