._iagree4form
{
	position: relative;
}
._iagree4form ._iagree4form-balloon-tgl
{
	cursor: pointer;
}
._iagree4form ._iagree-balloon
{
	display: none;
	position: absolute;
}
._iagree4form._in ._iagree-balloon
{
	display: block;
	background: #eee;
	position: absolute;
	border-radius: 5px;
	width: 100%;
	height: 360px;
	left: -15px;
	top: -375px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.99);
	padding: 15px;
	color: #333;
}
._iagree4form ._iagree-balloon-ttl
{
	text-align: center;
	font-size: 1.3em;
	height: 40px;
}
._iagree4form ._iagree-balloon-inner
{
	height: 230px;
	overflow: auto;
	font-size: 14px;
	border: 1px solid #999;
	padding: 7px;
	text-align: left;
    background: #fff;
}
._iagree4form ._iagree-balloon-btns
{
	text-align: center;
	padding: 15px 0 0;
}
._iagree4form ._iagree-balloon-btns ._iagree-balloon-btn
{
	border: 0;
	border-radius: 5px;
	padding: 11px 15px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
._iagree4form ._iagree-balloon-btns ._iagree-balloon-btn._y
{
	background: #004494;
}
._iagree4form ._iagree-balloon-btns ._iagree-balloon-btn._n
{
	background: #aaa;
}
._iagree4form-disable-sbmt
{
	opacity: .5;
}
.formcontent ._iagree4form ._iagree4form-balloon-tgl a {
    color: #fff;
    opacity: .6;
    text-decoration: underline;
    position: relative;
    top: -2px;
}

.formcontent ._iagree4form ._iagree4form-balloon-tgl a:hover {
    text-decoration:none;
    opacity: 1;
}
.itsForm ._iagree4form._in ._iagree-balloon {
    background-color: #f3d144;
}

.itsForm ._iagree4form ._iagree-balloon-btns ._iagree-balloon-btn._y{
    background-color: #cf211c
}
.itsForm ._iagree4form ._iagree4form-balloon-tgl {
    cursor: pointer;
    margin: 10px 18px;
    display: block;
}
.itsForm ._iagree4form ._iagree4form-balloon-tgl a {
    color: #d1221d;
}
.testzayavka-form ._iagree4form-balloon-tgl {color: #fff;}
.testzayavka-form ._iagree4form-balloon-tgl a {
    color: #fff;
    text-decoration: underline;
}
.testzayavka-form ._iagree4form-balloon-tgl a:hover {text-decoration: none;}
.row .testzayavka-form .field.form-group{margin-bottom: 10px;}
.testzayavka-form ._iagree4form{clear: both;}