/* CSS Document */
::-webkit-input-placeholder { 
    color:    #000;
}
:-moz-placeholder { 
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #000;
}

#VideoOver{
	position:fixed;
	width:100%;
	height:980px;
	top:0px;
	left:0px;
	z-index:50;
	background-color:rgba(0,0,0,0.85);
	display:none;
}


#errors{
	color:transparent;	
}

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

img.a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
img.b{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: none;
}

*:focus {
    outline: 1;
}
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	/*background: url("images/bg.webp") no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	overflow-x:hidden;
	background-color: #c01f31;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}


#MainDiv{
	position: absolute;
	width:1920px;
	height: 900px;
	right:0px;
	bottom:0px;
	z-index:10;
	overflow-x:hidden;
}



#pageBG{
	position: fixed;
	width: 1920px;
	height: 880px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
	background-image: url("images/pic.webp");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center top;
}


/* page 0 */
.content{
	position: relative;
	width: 810px;
	height: auto;
    float: right;
    margin: 30px 130px 0px 0px;
	z-index:1;
}


#logo{
	position: relative;
	width: 100%;
	height: 120px;
    float: right;
    margin: 0;
	z-index:5;
	background-image: url("images/logo.webp");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
}

h1{
	position: relative;
	width: 100%;
	height: auto;
    float: right;
	z-index:5;
	padding: 0;
	margin: 15px 0px 0px 0px;
	font-size: 90px;
	line-height: 1;
	font-weight: 900;
	text-align: right;
	direction: rtl;
	color: #ffc012;
    display: none;
}

.smallText{
	position: relative;
	width: 100%;
	height: auto;
    float: right;
	z-index: 2;
	padding: 0;
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
	text-align: right;
	direction: rtl;
	color: #fff;
    display: none;
    
}


h2{
	position: relative;
	width: 100%;
	height: auto;
    float: right;
    margin: 20px 0px 10px 0px;
	z-index: 2;
	padding: 0;
	font-size: 38px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #ffc012;
    display: none;
}

.regText{
	position: relative;
	width: 100%;
	height: 50px;
    float: right;
    margin: 0px 0px 0px 0px;
	z-index: 2;
	padding: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #fff;
    display: none;
}

.flaxHolder{
    position: absolute;
    width: 300px;
    height: 120px;
    left: 140px;
    top: 220px;
    overflow: hidden;
}
#flax{
    position: absolute;
    width: 431px;
    height: 111px;
    top: 0px;
    left: 300px;
    z-index: 1;
 	background-image: url("images/flax.webp");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right top;
   
}

.flaxTextHolder{
    position: absolute;
    width: 236px;
    height: auto;
    left: 55px;
    top: 20px;
}

.flaxTitle{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
	font-size: 16px;
	line-height: 0.8;
	font-weight: 300;
	text-align: center;
	direction: rtl;
	color: #fff;
    text-decoration: none;
}

.flaxText{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #ffc012;
    text-decoration: none;
}

.terms{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: -30px;
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	direction: rtl;
	color: #fff;
    display: none;
    text-decoration: none;
    /*text-shadow: 4px 4px 6px rgba(0,0,0,0.75);*/
}
.terms a{
    color: #fff;
    text-decoration: underline;
}

.en{
	font-size: 26px!important;
	font-family: 'Arial'!important;
	font-weight: 900!important;
}

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

.privacy{
    position: absolute;
    width: auto;
    white-space: nowrap;
    height: auto;
    left: 25px;
    bottom: 25px;
    margin: 0;
    display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	direction: rtl;
	color: #c01f31;
    text-decoration: underline;  
    z-index: 25;
}

.privacy a{
	color: #c01f31;
    text-decoration: underline;
}

.botLine{
	position: fixed;
	width: 1920px;
	height: 80px;
	right: 0px;
	bottom: 0px;
	z-index: 20;
    background-color: #ffc012;
}
.bottext{
	position: absolute;
	width: 100%;
	height: 80px;
	right: 0px;
	top: 0px;
	margin: 0;
	z-index: 20;
	font-size: 46px;
	line-height: 80px;
	font-weight: 400;
	color: #c01f31;
	text-align: center;
	direction: rtl;
	
}
.footer{
	position: fixed;
	width: 1920px;
	height: 80px;
	right: 0px;
	bottom: 0px;
	z-index: 30;
	background: rgba(0,0,0,0.7);
	display: none;
}
.ftext{
	position: absolute;
	width: 1500px;
	height: 60px;
	right: 150px;
	top: 15px;
	margin: 0;
	z-index: 20;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 300;
	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: #c01f31;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: #ffc012;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}

