/* CSS Document */

.web{
	display: none;
}
.mob{
	display: block;
}

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:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}

body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	/*background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/*background-image: url("images/mb_bg3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;*/
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	/*background-color: #349d79;*/
	background-color: #dddde7;
    overflow-x: hidden;
}

#MainDiv{
	position:absolute;
	width:1920px;
	height:auto;
	top:0px;
	right: 0px;
	z-index:2;
    /*overflow-x: hidden;*/
}

/* top */
.topPic{
	position: relative;
	width: 1920px;
	height: 360px;
	float: right;
	margin: 0px;
	z-index: 8;
	background-image: url("images/web.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	border: none;
	padding: 0;
}

.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	float: right;
}

h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	color: #293034;
	font-size: 56px;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	direction: rtl;
	margin: 80px 0px 0px 0px;
	padding: 0;
}

h1 strong{
    font-weight: 700;
}

#topBut{
	position: relative;
	width: 380px;
	height: 60px;
	float: right;
	z-index: 3;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 20px 770px 0px 770px;
    background-color: #bda632;
	text-decoration: none;
    border-radius: 45px;
}
#topBut a{
	text-decoration: none;
	color: #fff;
}
/* content */
.content{
	position: relative;
	width: 1920px;
	height: auto;
	float: right;
	margin: 0px;
	z-index: 8;
    background-color: #fff;
	border: none;
	padding: 0;
}

.yellowText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	color: #bda632;
	font-size: 38px;
	line-height: 1.1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	margin: 20px 0px 20px 0px;
	padding: 0;
}

.yellowText strong{
    font-weight: 700;
}
ul {
    float: right;
  list-style-type:disc;
    margin: 20px 400px 20px 0px;
}
ul li{
    width: 1540px;
    color: #293034;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	margin: 0px;
}




/* form */
footer{
	position: fixed;
	width: 1920px;
	height: 169px;
	left: 0px;
	bottom: 0px;
	z-index: 25;
	text-align: center;
	background-color: #fff;
}

h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	color: #293034;
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	margin: 40px 0px 40px 0px;
	padding: 0;
}



#FormHolder{
	position: relative;
	width: 1740px;
	height: auto;
	float: right;
	z-index:5;
    margin: 0px 90px 35px 90px;
    
}

.fieldHolder{
    position: relative;
    width: 790px;
    height: auto;
    float: right;
    margin: 0px 35px 25px 35px;
}

.fieldHolderC{
    position: relative;
    width: 1650px;
    height: auto;
    float: right;
    margin: 0px 45px 25px 45px;
}


#FormDiv{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index:1;
}

#ThankYou{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index:6;
	display: none;
}

#thanksTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	color: #293034;
	font-size: 70px;
	line-height: 1.1;
	font-weight: 500;
	text-align: center;
	direction: rtl;
	margin: 50px 0px 70px 0px;
	padding: 0;
}
.cbHolder{
    position: relative;
    width: 1650px;
    height: auto;
    float: left;
    margin: 0px 45px 15px 45px;
	z-index: 3;
}

.chb{
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
	margin: 20px 0px 0px 10px;
	z-index: 5;
}

.radioCh{
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin: 20px 0px 20px 0px;
	z-index: 5;
}

.chbLabel{
	position: relative;
	width: 1590px;
	height: auto;
	display: inline-flex;
	float: right;
	margin: 20px 0px 0px 0px;
	z-index: 1;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	color: #343a3f;
	text-align: right;
	direction: rtl;
	padding: 0;
}

.radioTitle{
	position: relative;
	width: 465px;
	height: 70px;
	float: right;
	margin: 0px 40px 0px 0px;
	z-index: 1;
	font-size: 40px;
	font-weight: 400;
	line-height: 70px;
	color: #293034;
	text-align: right;
	direction: rtl;
	padding: 0;
}

.radioText{
	position: relative;
	width: auto;
	height: 70px;
	float: right;
    white-space: nowrap;
	margin: 0px 10px 0px 10px;
	z-index: 1;
	font-size: 40px;
	font-weight: 400;
	line-height: 70px;
	color: #293034;
	text-align: right;
	direction: rtl;
	padding: 0;
}

.inputText{
	position: relative;
	width: 100%;
	height: 70px;
	float: right;
	margin: 0px;
	text-indent: 20px;
	font-size: 40px;
	font-weight: 400;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #293034;
	text-align: right;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	border-radius: 35px;
	border: 2px solid #fff;
}

.inputSelect{
	position: relative;
	width: 100%;
	height: 48px;
	float: right;
	margin: 0px 0px 20px 0px;
	text-indent: 20px;
	font-size: 22px;
	font-weight: 400;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	background-color: #f8cce0;
	color: #401268;
	text-align: right;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;	
	background-image: url('images/select.png');
}
#termsText{
    display: none;
}

.spacer{
	position: relative;
	width: 1650px;
	height: 3px;
	float: right;
    margin: 20px 45px 40px 45px;
    background-color: #343a3f;
    
}

.formArrow{
	position: relative;
	width: 36px;
	height: 72px;
	float: right;
	margin: 15px 25px 15px 0px;
	z-index: 8;
	background-image: url("images/arrow.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	border: none;
	padding: 0;
	transition: transform 0.3s ease;
}

.formArrow.open{
	transform: rotate(-90deg);
}

.toggleHeader{
	cursor: pointer;
}

.sectionClosed{
	display: none;
}

.formText{
	position: relative;
	width: auto;
	height: 70px;
	float: right;
    white-space: nowrap;
	margin: 16px 10px 0px 10px;
	z-index: 1;
	font-size: 40px;
	font-weight: 400;
	line-height: 70px;
	color: #293034;
	text-align: right;
	direction: rtl;
	padding: 0;
}
#comments{
    height: 250px;
}

#SendButT{
	position: relative;
	width: 456px;
	height: 70px;
	float: right;
	z-index: 3;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 70px;
	font-weight: 700;
	color: #95989f;
	text-align: center;
	direction: rtl;
	margin: 30px 640px 50px 640px;
    background-color: transparent;
	text-decoration: none;
    border-radius: 50px;
    border: 4px solid #95989f;
}

#SendBut{
	position: relative;
	width: 456px;
	height: 70px;
	float: right;
	z-index: 3;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 70px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 30px 640px 50px 640px;
    background-color: #bda632;
	text-decoration: none;
    border-radius: 50px;
    border: 4px solid #bda632;
    display: none;
}
#SendBut a{
	text-decoration: none;
	color: #fff;
}

#errorOver{
    position: fixed;
    width: 1920px;
    height: 1200px;
    left: 0px;
    top: 0px;
    z-index: 50;
    background: rgba(0,0,0,0.6);
    display: none;
}


#ErrorHolder{
	position: absolute;
	width: 980px;
	height: 280px;
    left: 470px;
    top: 100px;
	z-index: 10;
    border: 4px solid #bda632;
    border-radius: 25px;
	text-align: center;
	direction: rtl;
    background-color: #fff;
}
#ErrorDiv{
	position: absolute;
	width: 100%;
	height: auto;
    left: 0px;
    top: 50px;
	text-align: center;
	direction: rtl;
	font-size: 40px;
	line-height:1;
	font-weight: 400;
	color: #F00;
}


.errorClose{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 25px;
    top: 25px;
	z-index: 8;
	background-image: url("images/close.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}


.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;
}

