/* CSS Document */

.web{
	display: block;
}
.mob{
	display: none;
}

a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    /*outline: 2px solid #000;*/
    outline: 0;
}

*:focus {
    outline: 0;
}
img.a{
	position:absolute;
	cursor: pointer;
	left:0px;
	top: 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #401268;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #401268;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #401268;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #401268;
}



#MainDiv{
	position:absolute;
	width:1920px;
	height:auto;
	top:0px;
	right: 0px;
	z-index:2;
}

#logo{
	position: absolute;
	width: 348px;
	height: 127px;
	left: 168px;
	top: 73px;
	z-index: 8;
	background-image: url("images/logo.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	border: none;
	padding: 0;
}
#credit{
	position: absolute;
	width: 17px;
	height: 38px;
	left: 6px;
	top: 270px;
	z-index: 8;
	background-image: url("images/credit.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}

.topText{
	position: absolute;
	width: 480px;
	height: auto;
	right: 168px;
	top: 140px;
	z-index: 1;
}



.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: right;
}


h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	color: #fff;
	font-size: 76px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	margin: 0px 0px 30px 0px;
	padding: 0;
	white-space: nowrap;
}

.spec{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	color: #45b3e3;
	font-size: 76px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	margin: -30px 0px 30px 0px;
	padding: 0;
	white-space: nowrap;
}


h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #fff;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.itemHolder{
	position: relative;
	width: 770px;
	height: 175px;
	right: 832px;
	top: 258px;
	z-index: 2;
}

.item{
	position: relative;
	width: 126px;
	height: 175px;
	float: right;
	margin: 0;
}

.itemP{
	position: relative;
	width: 70px;
	height: 175px;
	float: right;
	margin: 0;
}

.itemIcon{
	position: relative;
	width: 126px;
	height: 126px;
	float: right;
	margin: 0px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;	
}
#it1{
	background-image: url("images/ic1.webp");	
}
#it2{
	background-image: url("images/ic2.webp");	
}
#it3{
	background-image: url("images/ic3.webp");	
}
#it4{
	background-image: url("images/ic4.webp");	
}


.itemText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #fff;
	margin: 0;
	padding: 0;
}

.plusText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #fff;
	margin: 0;
	margin-top: 60px;
	padding: 0;
}


/* footer */
footer{
	position: fixed;
	width: 1920px;
	height: 200px;
	left: 0px;
	bottom: 0px;
	z-index: 25;
	text-align: center;
}


#FormHolder{
	position: absolute;
	width: 1595px;
	height: 200px;
	right: 162.5px;
	top: 0px;
	z-index:5;
	background-image: url("images/form_bg.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}


#FormDiv{
	position: absolute;
	width: 1595px;
	height: 200px;
	right: 0px;
	top: 0px;
	z-index:5;
}

#ThankYou{
	position: absolute;
	width: 1595px;
	height: 200px;
	right: 0px;
	top: 0px;
	z-index:6;
	display: none;
}

#FormDiv h3{
	position: absolute;
	width: 400px;
	height: auto;
	right: 67px;
	top: 16px;
	z-index: 1;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	color: #0f143c;
	text-align: right;
	direction: rtl;
	margin: 0;
	padding: 0;
}
.fieldLabel{
	position: absolute;
	width: 200px;
	height: 40px;
	right: 20px;
	top: 0px;
	z-index: 1;
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	direction: rtl;
	margin: 0;
	padding: 0;
}

.formFields{
	position: absolute;
	width: 1270px;
	height: auto;
	right: 46px;
	top: 50px;
	z-index: 2;
}

.fieldsHolder{
	position: relative;
	width: 400px;
	height: 40px;
	float: right;
	margin: 0px 0px 0px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #45b3e3;
	border: none;
}

#thanksTitle{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 50px;
	z-index: 1;
	font-size: 38px;
	line-height: 1;
	font-weight: 600;
	color: #0f143c;
	text-align: center;
	direction: rtl;
}
#thanksTitle strong{
	color: #45b3e3;
}


.cbHolder{
	position: absolute;
	width: 350px;
	height: auto;
	right: 67px;
	top: 105px;
	z-index: 3;
}
.cbHolder2{
	position: absolute;
	width: 550px;
	height: auto;
	right: 410px;
	top: 105px;
	z-index: 3;
}
.chb{
	position: relative;
	width: 18px;
	height: 18px;
	float: right;
	margin: 0px 0px 0px 15px;
	z-index: 5;
	border: 2px solid #0f143c;
}

.chbLabel{
	position: relative;
	width: auto;
	height: 22px;
	display: inline-flex;
	float: right;
	margin: 0;
	white-space: nowrap;
	z-index: 1;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #0f143c;
	text-align: right;
	direction: rtl;
	padding: 0;
	text-decoration: none;
}
.chbLabel a{
	color: #0f143c;
	text-decoration: underline;
}
.inputText{
	position: absolute;
	width: 308px;
	height: 38px;
	left: 0px;
	top: 0px;
	margin: 0;
	text-indent: 20px;
	font-size: 22px;
	font-weight: 400;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
	background-color: #71c5ea;
	color: #fff;
	text-align: right;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 3;
	border: none;
}


#SendBut{
	position: absolute;
	width: 254px;
	height: 119px;
	left: 22px;
	top: 12px;
	z-index: 3;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 119px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #45b3e3;
}
#SendBut a{
	text-decoration: none;
	color: #fff;
}

#ErrorDiv{
	position: absolute;
	width: 400px;
	height: auto;
	left: 310px;
	top: 102px;
	z-index: 1;
	text-align: left;
	direction: rtl;
	font-size: 20px;
	line-height:1;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
}

.terms{
	position: absolute;
	width: 1500px;
	height: auto;
	right: 47.5px;
	top: 160px;
	z-index: 100;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
}
.terms a{
	color: #fff;
	text-decoration: underline;
}


.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;
}
