@charset "utf-8";
#formOver{
	position: fixed;
	width: 1920px;
	height: 1100px;
	left: 0px;
	top: 0px;
	z-index: 50;
	background: rgba(0,0,0,0.7);
	display: none;
}

#formHolder2{
	position: fixed;
	width: 704px;
	height:770px;
	left: 0px;
	top: 0px;
	z-index:52;
	background-color: #000;
	border: 4px solid #fff;
}


#formDiv2{
	position:absolute;
	width:528px;
	height: 760px;
	left:88px;
	top:130px;
	z-index:5;
	/*background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position:left top;
	background-size: 100% auto;*/

}


#formDiv2 h4{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: left;
	font-family: 'FbKolyaBold', Arial, Sans-Serif;
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

#thanksHolder2{
	position: absolute;
	width:528px;
	height:760px;
	left: 88px;
	top:130px;
	z-index: 25;
	display: none;

}


#thanksDiv2{
	position:absolute;
	width:528px;
	height:760px;
	left: 88px;
	top:130px;
	z-index:5;
	display: none;
}

#thanksPromt2{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 55px;
	direction: rtl;
	font-family: 'FbKolyaRegular', Arial, Sans-Serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 44px;
	color: #fff;
	text-align: center;
}

#thanksPromt2 span{
	font-family: 'FbKolyaBold', Arial, Sans-Serif;
	font-size: 82px;
	
}


.tfield2{
	position:relative;
	width: 528px;
	height: 42px;
	font-size:26px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding:0;
	direction:rtl;
	background-color: #000;
	/*border: 2px solid #fff;*/
	font-family: 'FbKolyaLight', Arial, Sans-Serif;
	text-indent:25px;
	outline:0;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.input{
	background-image: url("images/field.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}
.select{
	background-image: url("images/field2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
}

.cat{
	position: relative;
	display: block;
	width: 30px;
	height: 27px;
	float: right;
	margin: 0px 20px 20px 20px;
}
.cbLabelF{
	position: relative;
	width: 380px;
	height: auto;
	float: right;
	font-family: 'FbKolyaLight', Arial, Sans-Serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	direction: rtl;
	margin: 0px 0px 20px 0px;
	padding: 0;
	text-align: right;
}

.cbLabelF2{
	position: relative;
	width: 420px;
	height: auto;
	float: right;
	font-family: 'FbKolyaLight', Arial, Sans-Serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	direction: rtl;
	margin: 0px 20px 0px 0px;
	padding: 0;
	text-align: right;
}


.formWrapper{
	position: absolute;
	width: 400px;
	height: 20px;
	right: 30px;
	top: 200px;
	z-index: 2;
}

.cbItem{
	position: absolute;
	width: 19px;
	height: 19px;
	right: 0px;
	top: 0px;
	z-index: 2;
}

.cbText{
	position: absolute;
	width: 400px;
	height: 20px;
	right: 30px;
	top: 0px;
	font-family: 'FbKolyaRegular', Arial, Sans-Serif;
	font-size: 26px;
	line-height: 20px;
	color: #000;
	direction: rtl;
	margin: 0;
	padding: 0;
	text-align: right;
}


#selError2{
	position: relative;
	width: 100%;
	height: 25px;
	float: left;
	z-index: 5;
	font-family: 'FbKolyaLight', Arial, Sans-Serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #f00;
	text-align: center;
	direction: rtl;
}


.sendBtnLong2{
    position: relative;
    display: block;
    width: 300px;
    height: 45px;
	float: left;
    z-index: 5;
    font-family: FbKolyaBold,Arial,Sans-Serif;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    text-decoration: none;
	direction: rtl;
    margin: 20px 114px 10px 114px;
    padding: 0;
	border: 2px solid #fff;
	background-color: #000;
	cursor: pointer;
}
.sendBtnLong2:focus{
	/*outline: 3px solid #fff;*/
	outline: 0;
}


.formClose{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 30px;
	top: 30px;
}
