/* 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;
}

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/bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
	background-color: #e1def3;
	overflow-x: hidden;
}


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


#credit{
	position: absolute;
	width: 22px;
	height: 48px;
	left: 6px;
	top: 90px;
	z-index: 8;
	background-image: url("images/credit.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
}

.content{
	position: absolute;
	width: 1150px;
	height: auto;
	right: 45px;
	top: 580px;
	z-index: 1;
}

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


h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	color: #543191;
	font-size: 58px;
	line-height: 0.8;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	margin: 0px 0px 40px 0px;
	padding: 0;
}
h1 strong{
    font-size: 100px;
    color: #f1792f;
	font-weight: 700;
}

h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	font-size: 40px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	direction: rtl;
	color: #401268;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.flax{
	position: absolute;
	width: 284px;
	height: 287px;
    left: 350px;
    top: 30px;
	padding: 0;
    z-index: 5;
	background-image: url("images/flax.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

.flaxTitle{
	position: absolute;
	width: 100%;
	height: auto;
    left: -30px;
    top: 50px;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #fff;
	padding: 0;
	margin: 0;
}
.flaxTitle2{
	position: absolute;
	width: 100%;
	height: auto;
    left: -10px;
    top: 120px;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #fff;
	padding: 0;
	margin: 0;
}
.price{
    font-size: 70px;
    font-weight: 700;
}


.flaxText{
	position: absolute;
	width: 100%;
	height: auto;
    left: 10px;
    top: 170px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	direction: rtl;
	color: #fff;
	margin: 0;
	padding: 0;
}

.rotated-text {
  transform: rotate(-15deg); /* Rotates 45 degrees clockwise */
}
.terms{
	position: absolute;
	width: 100%;
	height: auto;
	top: 240px;
    left: 0px;
	font-size: 24px;
	line-height: 1;
	text-align: left;
	font-weight: 400;
	direction: rtl;
	color: #646a6d;
	margin: 0;
	padding: 0;
}


/* footer */

#FormHolder{
	position: absolute;
	width: 550px;
	height: auto;
	left: 70px;
	top: 150px;
	z-index:5;
}

#FormDiv{
	position: relative;
	width: 550px;
	height: 590px;
	float: left;
    margin: 0;
	z-index:5;
}

#ThankYou{
	position: relative;
	width: 550px;
	height: 590px;
	float: left;
    margin: 0;
	z-index:6;
	display: none;
}

h3{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 1;
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	color: #543191;
	text-align: center;
	direction: rtl;
	margin: 0px 0px 20px 0px;
}

#formText{
	position: relative;
	width: 100%;
	height: auto;
    float: right;
	z-index: 1;
	font-size: 44px;
	line-height: 1;
	font-weight: 400;
	color: #543191;
	text-align: center;
	direction: rtl;
	margin: 0px 0px 60px 0px;
}

#thanksTitle{
	position: absolute;
	width: 100%;
	height: auto;
	right: 0px;
	top: 15px;
	z-index: 1;
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
	color: #401268;
	text-align: center;
	direction: rtl;
}

#chb{
	position: relative;
	width: 22px;
	height: 22px;
	float: right;
	margin: 15px 10px 0px 15px;
	z-index: 5;
	border: 2px solid #401268;
}

#chbLabel{
	position: relative;
	width: auto;
	height: 26px;
	display: inline-flex;
	float: right;
	margin: 15px 0px 0px 0px;
	white-space: nowrap;
	z-index: 1;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #401268;
	text-align: right;
	direction: rtl;
	padding: 0;
}

.inputText{
	position: relative;
	width: 100%;
	height: 70px;
	float: right;
	margin: 0px 0px 30px 0px;
	text-indent: 20px;
	font-size: 22px;
	font-weight: 400;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #543191;
	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;
}

.inputSelect{
	position: relative;
	width: 336px;
	height: 48px;
	float: right;
	margin: 0px 0px 0px 25px;
	text-indent: 20px;
	font-size: 22px;
	font-weight: 400;
    font-family: 'Heebo',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');
}
.cbHolder{
	position: relative;
	width: 292px;
	height: auto;
	float: right;
	z-index: 3;
}
#SendBut{
	position: relative;
	width: 100%;
	height: 70px;
	float: right;
	z-index: 3;
    font-family: 'Heebo',Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 70px;
	font-weight: 400;
    background-color: #ff8257;
	color: #fff;
	text-align: center;
	direction: rtl;
	margin: 30px 0px 0px 0px;
	text-decoration: none;
}
#SendBut a{
	text-decoration: none;
	color: #fff;
}

#ErrorDiv{
	position: relative;
	width: 100%;
	height: 30px;
    float: left;
	z-index: 1;
	text-align: center;
	direction: rtl;
	font-size: 20px;
	line-height:30px;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
    margin: 20px 0px;
}

#callIcon{
	position: relative;
	width: 308px;
	height: 40px;
	float: right;
	margin: 40px 121px 0px 121px;
	background-image: url("images/web_call.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;
}
