/* CSS Document */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.noText{
	color: transparent;
	overflow:hidden;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 0;
}

img.a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: block;
}

img.b{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: none;
}

*:focus {
    outline: 0;
}

body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	/*background: url(images/main_pic.webp) no-repeat bottom center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/*background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-attachment: fixed;
	background-image: url("images/bg.webp");*/
	background-color: #fff;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
}
#MainDiv{
	position:absolute;
	width: 1920px;
	height: auto;
	top: 0px;
	left: 0px;
	z-index:2;
	overflow-x: hidden;
}


#logo{
	position: relative;
	width: 100%;
	height: 114px;
	float: right;
	margin: 80px 0px 0px 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	background-image: url("images/logo.png");	
}

.logosHolder{
	position: relative;
	width: 330px;
	height: auto;
	float: right;
	margin: 25px 148px 20px 0px;
}



#logo_bait{
	position: relative;
	width: 63px;
	height: 67px;
	float: right;
	margin: 0px 0px 0px 37px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-attachment: fixed;
	background-image: url("images/logo_bait.png");	
}

#logo_haxshara{
	position: relative;
	width: 162px;
	height: 67px;
	float: right;
	margin: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-attachment: fixed;
	background-image: url("images/logo_haxsharat.png");	
}

/* content */

#page0{
	position: relative;
	width: 1320px;
	height: 910px;
	float: right;
	margin: 0px;
	display: block;
}

.item{
    position: absolute;
    width: 640px;
    height: 435px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
    overflow: hidden;
    
}
#it1{
    right: 0px;
    top: 0px;
	background-position: left bottom;
	background-image: url("images/pic1.jpg");
    border-bottom-left-radius: 435px;
}
#it2{
    left: 0px;
    top: 0px;
	background-position: right bottom;
	background-image: url("images/pic2.jpg");
    border-bottom-right-radius: 435px;
}
#it3{
    right: 0px;
    bottom: 0px;
	background-position: left top;
	background-image: url("images/pic3.jpg");
    border-top-left-radius: 435px;
}
#it4{
    left: 0px;
    bottom: 0px;
	background-position: right top;
	background-image: url("images/pic4.jpg");
    border-top-right-radius: 435px;
}



h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 400px 0px 20px 0px;
	font-size: 90px;
	line-height: 0.8;
	font-weight: 900;
	text-align: center;
	direction: rtl;
	color: #009fb4;
}
h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 0px 0px 30px 0px;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #000;
}

.regtext{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	margin: 0px 0px 20px 0px;
	color: #000;
}

/* form */
#footer{
	position: relative;
	width: 600px;
	height: 910px;
	float: left;
    margin: 0;
	z-index: 25;
	background-color: #199eb2;
}

.footerHolder{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 25;
	background-color: #199eb2;
}

#FormDiv{
	position: relative;
	width: 528px;
	height: 470px;
	float: right;
	margin: 50px 36px;
	padding: 0;
	z-index: 2;
}


#ThankYou{
	position: relative;
	width: 528px;
	height: 470px;
	float: right;
	margin: 50px 36px;
	padding: 0;
	z-index: 3;
	display:none;
}

.formTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
	padding: 0;
	margin: 0px;
}

.thanksText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
	padding: 0;
	margin: 0px;
}

.fieldHolder{
	position: relative;
	width: 378px;
	height: auto;
	float: right;
	z-index: 2;
	margin: 0px 75px;
}
.inputText{
	position: relative;
	width: 100%;
	height: 54px;
	float: right;
	margin: 14px 0px 14px 0px;
	text-indent: 15px;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	background-color: #fff;
	color: #000;
	text-align: right;
	direction: rtl;
	border: 2px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}
.inputSelect{
	width: 600px;
	height: 50px;
	float: right;
	margin: 20px 20px 0px 20px;
	text-indent: 15px;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	background-color: #fff;
	color: #000;
	text-align: right;
	direction: rtl;
	border: 2px solid #000;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;	
	background-image: url("images/select_bg.png");
}

.checkHolder{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 14px 0px 20px 0px;
}

.cb{
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
	z-index: 2;
	border: 2px solid #fff;
	margin: 0px 0px 0px 0px;
}
.cbLabel{
	position: relative;
	width: 480px;
	height: auto;
	float: right;
	margin: 0px 20px 0px 0px;
	z-index: 5;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #fff;
}

#SendBut{
	position: relative;
	width: 100%;
	height: 50px;
	float: right;
	margin: 14px 0px 14px 0px;
	z-index: 5;
	font-size: 28px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	background-color: #0c5c75;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #0c5c75;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
}


#ErrorDiv{
	position: relative;
	width: 470px;
	height: 20px;
	float: right;
	z-index: 5;
	font-size: 22px;
	line-height: 20px;
	font-weight: 700;
	color: #FF0000;
	text-align: center;
	direction: rtl;
	margin: 0px 0px;
}

/* form end */


::-webkit-input-placeholder { 
    color:    #002b4f;
   opacity:  1;
}
:-moz-placeholder { 
   color:    #002b4f;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #002b4f;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #002b4f;
   opacity:  1;
}


.en{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: 500;
}


.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
}





#stiky{
	position: fixed;
	width: 600px;
	height: 1080px;
	left: 0px;
	top: 0px;
	z-index: 20;
	display: block;
	background-color: #199eb2;
}

.foot_btn{
	position: absolute;
	width: 620px;
	height: 60px;
	left: 650px;
	top: 0px;
	z-index: 25px;
	font-size: 28px;
	line-height: 60px;
	font-weight: 500;
	text-align: center;
	direction: rtl;
	color: #000;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.foot_btn a{
	text-decoration: none;
	color: #fff;
}
.btn_arrow{
	position: absolute;
	width: 41px;
	height: 20px;
	top: 20px;
	z-index: 26;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;	
	background-image: url("images/arrow.png");
}
#bl{
	left: 660px;
}
#br{
	right: 660px;
}

.termsInner{
	position: relative;
	width: 100%;
	height: 40px;
	float: left;
	z-index: 5;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	direction: rtl;
	color: #000;
}

.thp{
	top: 800px;
}

.terms{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	z-index: 5;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	opacity: 0.8;
}



.termsFooter{
	position: absolute;
	width: auto;
	height: 30px;
	left: 0px;
	top: 15px;
	z-index: 30;
}

.termsLink{
	position: relative;
	width: auto;
	height: 30px;
	float: left;
	padding: 0px 0px 0px 25px;
	margin: 0;
	white-space: nowrap;
	z-index: 20;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	text-align: left;
	direction: rtl;
	display: block;
	text-decoration: underline;
}
.termsLink a{
	color: #000;
	text-decoration: underline;
}

.coockes{
	position: fixed;
	width: 1920px;
	height: 80px;
	right: 0px;
	bottom: 0px;
	z-index: 70;
	background: rgba(0,0,0,0.7);
	display: none;
}
.ftext{
	position: absolute;
	width: 1450px;
	height: 60px;
	right: 150px;
	top: 15px;
	margin: 0;
	z-index: 20;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-align: right;
	direction: rtl;
	
}
.ftext a{
	color: #fff;
	text-decoration: underline;
}

#okBtn{
	position: absolute;
	width: 150px;
	height: 40px;
	left: 40px;
	top: 15px;
	z-index: 1;
	background-color: #199eb2;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #000;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}



