/* 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.jpg) 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/bg2.webp");*/
	background-color: #FFF;
	font-family: 'Assistant',Arial, Helvetica, sans-serif;
}
#MainDiv{
	position:absolute;
	width: 1920px;
	height: auto;
	top: 0px;
	left: 0px;
	z-index:2;
	overflow-x: hidden;
}

/* header */
#header{
    position: fixed;
    width: 1920px;
    height: 110px;
    left: 0px;
    top: 0px;
    z-index: 15;
    background-color: #fff;
    box-shadow: 10px 10px 10px #00000029;
}



#logo{
	position: absolute;
	width: 375px;
	height: 76px;
	left: 100px;
	top: 17px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-image: url("images/logo.svg");	
    cursor: pointer;
}

#logoBig{
	position: absolute;
	width: 871px;
	height: 177px;
	left: 524px;
	bottom: 40px;
	z-index: 15;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-image: url("images/logo_big.svg");	
}

#menuHolder{
    position: absolute;
    width: 700px;
    height: 36px;
    right: 100px;
    top: 38px;
    z-index: 1;
}

.menuItem{
    position: relative;
    width: auto;
    white-space: nowrap;
    height: 36px;
    float: right;
    margin: 0px 0px 0px 60px;
 	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
    text-decoration: none;
}
.menuItem a{
    color: #000;
    text-decoration: none;
}
.menuItem:hover{
    color: #000;
    text-decoration: underline;
}
.menuOn {
    text-decoration: underline;
}
.menuOff {
    text-decoration: none;
}
/* content */
.page{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
}
/* page 0 */
#page0{
    margin-top: 100px;
    height: 810px;
}
#page1{
    background-color: #f0f0f0;
    padding: 50px 0px;
}
#page3{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    background-color: #f0f0f0;
    padding: 50px 0px;
}
#page2{
    background-color: #fff;
    padding: 50px 0px;
}
.bgs{
    position: absolute;
    width: 1920px;
    height: 810px;
    left: 0px;
    top: 0px;
    z-index: 1;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
#bg1{
	background-image: url("images/01.webp");	    
}
#bg2{
	background-image: url("images/02.webp");
    display: none;
}
#bg3{
	background-image: url("images/03.webp");	    
    display: none;
}
/* page 1 */

.p1holder{
	position: relative;
	width: 1100px;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 0px 75px 0px 0px;
	
}
h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 0px 0px 50px 0px;
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #1E84E1;
}

h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 50px 0px 30px 0px;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #03CCAD;
}

.regText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 0px 0px 40px 0px;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
}

.titlePic{
	position: relative;
	width: 100%;
    float: right;
	z-index: 1;
	margin: 50px 0px 30px 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
    font-size: 0px;
    color: transparent;
}
#citystory{
    height: 51px;
	background-image: url("images/citystory.svg");	    
}
#gitam{
    height: 32px;
	background-image: url("images/bbdo.svg");	    
}

#pic1{
	position: absolute;
	width: 555px;
	height: 672px;
	left: 100px;
	top: 50px;
	z-index: 15;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-image: url("images/pic1.webp");	
}

#pic2{
	position: absolute;
	width: 555px;
	height: 672px;
	left: -160px;
	top: 488px;
	z-index: 15;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-image: url("images/pic2.webp");	
}

/* page 2 */
.circle{
    position: relative;
    width: 624px;
    height: 750px;
    float: left;
    margin: 0px 0px 0px 100px;
    z-index: 1;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-image: url("images/circle.svg");	
}
.p2holder{
	position: relative;
	width: 890px;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 150px 75px 0px 0px;
	
}
h3{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 0px 0px 30px 0px;
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #1E84E1;
}
.txt1{
    position: absolute;
    width: 134px;
    height: auto;
    right: 82px;
    top: 75px;
    z-index: 2;
}

.txt2{
    position: absolute;
    width: 174px;
    height: auto;
    right: 275px;
    top: 75px;
    z-index: 2;
}

.txt3{
    position: absolute;
    width: 150px;
    height: auto;
    right: 432px;
    top: 234px;
    z-index: 2;
}

.txt4{
    position: absolute;
    width: 110px;
    height: auto;
    right: 450px;
    top: 432px;
    z-index: 2;
}

.txt5{
    position: absolute;
    width: 174px;
    height: auto;
    right: 275px;
    top: 585px;
    z-index: 2;
}

.txt6{
    position: absolute;
    width: 128px;
    height: auto;
    right: 80px;
    top: 585px;
    z-index: 2;
}

.flaxText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 0;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #FFF;
}

/* page 3 */
.p3holder{
	position: relative;
	width: 890px;
	height: auto;
	float: right;
	z-index: 5;
	padding: 0;
	margin: 0px 75px 0px 0px;
	
}



/* form */
.terms{
	position: absolute;
	width: 80%;
	height: auto;
	top: 130px;
	right: 44px;
	z-index: 15;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
}


.picText{
	position: absolute;
	width: 375px;
	height: auto;
	top: 345px;
	right: 20px;
	z-index: 5;
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
}

/* form */
#footer{
	position: fixed;
	width: 1920px;
	height: 150px;
	right: 0px;
	bottom: 0px;
	z-index: 25;
	background-color: #fff;
	display: none;
}

.footerHolder{
	position: relative;
	width: 690px;
	height: auto;
	float: left;
	z-index: 25;
    margin: 25px 0px 25px 110px;
}

#FormDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	z-index: 2;
}


#ThankYou{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	z-index: 3;
	display:none;
}


.thanksText{
	position: relative;
	width: 100%;
	height: auto;
	margin: 50px 0px 30px 0px;
	float: left;
	z-index: 5;
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #1c83e0;
}


.inputText{
	position: relative;
	width: 100%;
	height: 50px;
	float: right;
	margin: 0px 0px 15px 0px;
	text-indent: 15px;
	font-family: 'Assistant',Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	background-color: #fff;
	color: #000;
	text-align: right;
	direction: rtl;
	border: 1px solid #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}


.inputSelect{
	position: relative;
	width: 340px;
	height: 50px;
	float: right;
	margin: 0px 0px 0px 20px;
	text-indent: 15px;
	font-family: 'Assistant',Arial, Helvetica, sans-serif;
	font-size: 22px;
	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: 15px 0px;
}



.cb{
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
	z-index: 2;
	border: 2px solid #000;
}
.cbLabel{
	position: relative;
	width: 650px;
	height: auto;
	float: right;
	margin: 0px 10px 0px 0px;
	z-index: 5;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
}

#SendBut{
	position: relative;
	width: 100%;
	height: 50px;
	float: right;
	margin: 0;
	z-index: 5;
	font-size: 28px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	background-color: #1c83e0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	font-family: 'Assistant',Arial, Helvetica, sans-serif;
}

#ErrorDiv{
	position: relative;
	width: 100%;
	height: auto;
    float: left;
	z-index: 5;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #FF0000;
	text-align: center;
	direction: rtl;
	margin: 10px 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-size: 85%;
	font-weight: 500;
}


.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
}





#stiky{
	position: fixed;
	width: 1920px;
	height: 60px;
	left: 0px;
	bottom: 0px;
	z-index: 20;
	display: block;
	background-color: #FFF;
}
#stikyHolder{
	position: absolute;
	width: 1920px;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 25;
	display: block;
	background-color: #d3e8e7;
}
