@charset "utf-8";

#formHolder{
	position: fixed;
	width: 526px;
	height:1080px;
	left: 0px;
	top: 0px;
	z-index:25;
	/*background-image: url(../images/form_bg.png);
	background-repeat: repeat;
	background-position:left top;
	background-size: 100% auto;*/
	background-color: #000;
}


#formDiv{
	position:absolute;
	width:428px;
	height:1080px;
	left:43.5px;
	top:0px;
	z-index:5;
	/*background-image: url(../images/form_bg.png);
	background-repeat: no-repeat;
	background-position:left top;
	background-size: 100% auto;*/

}


#formDiv 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-top: 230px;
	margin-bottom: 30px;
}
#formDiv h4 span{
	font-family: 'FbKolyaRegular', Arial, Sans-Serif;
	font-weight: 400;
}
.formPromt2{
	position: absolute;
	display: block;
	width: 90%;
	height: auto;
	right: 30px;
	top: 150px;
	font-family: 'FbKolyaBold', Arial, Sans-Serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	direction: rtl;
}

#thanksHolder{
	position: absolute;
	width:428px;
	height:1080px;
	left:43.5px;
	top:0px;
	z-index: 25;
	display: none;

}

#thanksHolder2{
	position: absolute;
	width: 1920px;
	height:1080px;
	left:0px;
	top:0px;
	z-index: 55;
	display: none;
	background-color: #322f31;

}

#thanksDiv{
	position:absolute;
	width:478px;
	height:1080px;
	left:18px;
	top:0px;
	z-index:5;
	display: none;
}

#thanksPromt{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 285px;
	direction: rtl;
	font-family: 'FbKolyaRegular', Arial, Sans-Serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 44px;
	color: #fff;
	text-align: center;
}

#thanksPromt span{
	font-family: 'FbKolyaBold', Arial, Sans-Serif;
	font-size: 82px;
	
}


.tfield{
	position:relative;
	width: 428px;
	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;
}
#cat2{
	position:absolute;
	display:block;
	right:0;
	top:0px;
}
.cbLabel{
	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;
}

.cbLabel2{
	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;
}


::-webkit-input-placeholder { 
    color:    #000;
}
:-moz-placeholder { 
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #000;
}



#selError{
	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;
	margin: 0;
}

.sendBtnLong{
    position: relative;
    display: block;
    width: 313px;
    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 57.5px 10px 57.5px;
    padding: 0;
	border: 2px solid #fff;
	background-color: #000;
	cursor: pointer;
}
.sendBtnLong:focus{
	/*outline: 3px solid #fff;*/
	outline: 0;
}
.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
}

/* Base for label styling */
	[type="checkbox"]:not(:checked),
	[type="checkbox"]:checked {
		position: absolute;
		right: 0;
		opacity: 0.01;
	}
	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		position: relative;
		padding-right: 2.3em;
		font-family: 'FbKolyaLight', Arial, Sans-Serif;
		font-size: 20px;
		line-height: 20px;
		color: #fff;
		direction: rtl;
		cursor: pointer;
		float: right;
		margin: 0px 20px 20px 20px;
	}

	/* checkbox aspect */
	[type="checkbox"]:not(:checked) + label:before,
	[type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		width: 1.4em;
		height: 1.4em;
		border: 1px solid #000;
		background: #FFF;
		border-radius: .2em;
	}

	/* checked mark aspect */
	[type="checkbox"]:not(:checked) + label:after,
	[type="checkbox"]:checked + label:after {
		content: '\2714';
		font-family: 'FbKolyaLight', Arial, Sans-Serif;
		position: absolute;
		top: 0px;
		right: 0px;
		text-align: center;
		font-size: 1.5em;
		font-weight: 600;
		color: #000;
		line-height: 32px;
	}

	/* checked mark aspect changes */
	[type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		-webkit-transform: scale(0) rotate(45deg);
				transform: scale(0) rotate(45deg);
	}

	[type="checkbox"]:checked + label:after {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0);
				transform: scale(1) rotate(0);
	}

	/* Disabled checkbox */
	[type="checkbox"]:disabled:not(:checked) + label:before,
	[type="checkbox"]:disabled:checked + label:before {
		box-shadow: none;
		border-color: #bbb;
		background-color: #e9e9e9;
	}

	[type="checkbox"]:disabled:checked + label:after {
		color: #777;
	}

	[type="checkbox"]:disabled + label {
		color: #aaa;
	}

	/* Accessibility */
	[type="checkbox"]:checked:focus + label:before,
	[type="checkbox"]:not(:checked):focus + label:before {
		/*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);*/
		/*outline: 3px solid #f00;*/
		outline: 0;
	}


