/* CSS Document */
/* Кнопка */

.pole-1 {
	width: 270px;
	height: 30px;
	border-left: 1px solid #ffcc33;
	border-right: 1px solid #ffcc33;
	border-bottom: 1px solid #ffcc33;
	border-top: 1px solid #ffcc33;
	background-color: transparent;
	border-radius: 2px;
	padding-left: 30px;
	color: rgba(0,0,0,1.00);
	font-size: 16px;
}
.send {
	width: 300px;
	height: 60px;
	background-color: #ffcc33;
	border-radius: 4px;
	font-size: 24px;
	color: #ed1c24;
	margin-top: 10px;
	text-align: center;
	line-height: 57px;
}
.kn {
	border-radius: 4px;
	border: 1px solid #ffcc33;
	background-color: #ffcc33;
	width: 300px;
	height: 60px;
	cursor:pointer;
	color: #ed1c24;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 57px;
}
.hover {
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.7);
	top:0;
	left:0;
	display: none;
	z-index:998;
	cursor:pointer;
}
.popup {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	display: none;
	z-index: 999;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 3px solid #ffcc33;
	text-align: center;
	color: #ed1c24;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	width: 500px;
	padding-bottom: 40px;
	padding-top: 10px;
}
.popup_1 {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	display: none;
	z-index: 999;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 3px solid #ffcc33;
	text-align: center;
	color: #ed1c24;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	width: 500px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.x {
	width: 20px;
	height: 20px;
	border-bottom: 3px solid #ffcc33;
	border-left: 3px solid #ffcc33;
	text-align: center;
	line-height: 20px;
	color: rgba(126,126,126,1.00);
	cursor: pointer;
	margin-left: 477px;
	margin-top: -10px;
}
.forma {}
