

@font-face{
	font-family:almoni;
	src:url(fonts/MIXTAPE-AAA-REGULAR.ttf)
	}
@font-face{
	font-family:almoni-bold;
	src:url(fonts/MIXTAPE-AAA-BOLD.ttf)
}
body{font-family:almoni-bold}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #0a0809 !important;
    width:100vw;
    height:100vh;
    overflow:hidden;
    max-width:1920px;
    max-height:1080px;
}
*{
	font-family: Arial;
}
*:focus {
    outline: 0;
}
#loader{
	width: 100%;
	height: 100%;
	background-image: url(images/logo.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 2;
}
#container{
	margin: 0 auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(images/bg.jpg);
	width: 100vw;
	height: 100vh;
	max-width: 1920px;
	max-height: 1080px;
	background-size: 100% 100%;
}
iframe[name="google_conversion_frame"] {
    display: none;
}
input[type="text"] {
    background-color: #ffffff !important;
    /* border-radius: 100px; */
    border: 2px solid #09398e !important;
    width: 17.3%;
    top: 59%;
    right: 16%;
    height: 4.7%;
}
#lead-thanks{
	position: absolute;
	top: 77%;
	left: 44%;
	width: 37%;
	height: 25%;
	background-color: #fff;
	text-align: center;
	direction: rtl;
	box-sizing: border-box;
	display: none;
	color: #142976;
}
#lead-thanks span{
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: #142876;
	line-height: 50px;
}
#lead-submit{
	left: 44.1%;
	width: 18.3%;
	height: 6%;
	top: 87.4%;
	border-radius: 100px;
	cursor: pointer;
	position: absolute;
	/* background-color: rgb(255, 14, 14); */
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
input[type="text"],select{
	position: absolute;
	padding: 0;
	line-height: 24px;
	font-size: 16px;
	background-color: rgba(255, 0, 0, 0);
	/* background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); */
	border: none;
	color: #333 !important;
	text-align: right;
	line-height: 1;
	direction: rtl;
	padding: 0 10px;
	box-sizing: border-box;
}
select{
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	/*background-image: url(images/arr.png);*/
	background-repeat: no-repeat;
	background-position: left 4px center;
	background-size: auto 70%;
	padding-left: 20px;
}
select::-ms-expand{
  display:none;
}
#lead-name{right: 20%;top: 82%;}
#lead-phone{direction: ltr;right: 37.8%;top: 82%;}
#lead-phonePrefix{
	left: 332px;
	top: 364px;
	width: 91px;
	background-color: rgba(0, 136, 255, 0);
}
input#lead-lastName {right: 34%;display: none;}

input#lead-phone, input#lead-email {
    /* top: 89%; */
}
#lead-email{
    right: 20%;
    top: 88%;
}
.txt {
    position: absolute;
    color: #ffffff;
    direction: rtl;
    font-size: 1.8vw;
}

div#txt1 {
    top: 74%;
    right: 13%;
    display: none;
}
div#txt2 {
    top: 38.4%;
    right: 19.4%;
    font-family: almoni-bold;
    text-align: center;
    font-size: 5.3vw;
    line-height: 1.2;
}

div#txt3 {
    top: 61%;
    right: 19.8%;
    font-family: almoni-bold;
    font-size: 2.1vw;
    color: #01337c;
    display: none;
}

div#txt4 {
    top: 50.9%;
    right: 40.8%;
    font-family: almoni-bold;
    font-size: 2.1vw;
    color: #01337c;
}

div#txt5 {
    right: 40.8%;
    top: 55.9%;
    text-align: center;
    font-family: almoni-bold;
    font-size: 2.1vw;
    color: #01337c;
    background: #ffffff;
    padding: 0 0.2%;
}
div#txt5 span {
    font-size: 2.5vw;
}
#lead-customer,#lead-confirm{
	position: absolute;
	width: 307px;
	padding-right: 20px;
	height: 24px;
	text-align: right;
	width: 52%;
}
#lead-customer input,#lead-confirm input{
	right: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	display: none;
}
#lead-customer label,#lead-confirm label{
	margin: 0;
	direction: rtl;
	font-size: 1vw;
	color: #0086a3;
	font-weight: normal;
	background-color: #ffffff;
	width: 1.3vw;
	text-align: center;
	height: 1.3vw;
	border-width: 2px;
	border-style: solid;
	border-color: #475793;
	position: absolute;
	border-radius: 100%;
	right: 1%;
}
#lead-customer{
	top: 454px;
	left: 384px;
}
#lead-confirm{
	top: 95%;
	right: 19%;
}
#terms{
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	font-size: 14px;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	direction: rtl;
}
img#cooler {
    position: absolute;
    width: 33%;
    bottom: 0;
    left: 3%;
}
