@charset "utf-8";
/* CSS Document */
/* RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li, input, select, textarea,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;} iframe{display:none;}

/*********************************
	Styling
**********************************/

@font-face {
    font-family: 'Fb Reforma';
    src: url('../inc/FbReforma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Fb Reforma Light';
    src: url('../inc/FbReforma-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;

}
body{
	direction: rtl;
	font-family: 'almoni';
	position:relative;
}
#wrapper_popup { 
	width: 100%;
    position: absolute;
    left: 0px;
	height:100%;
}
#bg{
      width: 100%;
    display: block;
    position: relative; height: 568px;}
input#form_checkbox { 
	position: absolute;
	top: 91.7%;
	right: 34%;
	width: 0.7rem;
	height: 0.7rem; 
	border-radius: 0px;
}
img.logo_popup.mobile {
    margin: 20px auto;
    display: block;
}
.title{
	color:#00529e;
	text-align:center;
	font-size: 2.9em;
	line-height: 1.2em;
	margin: 0 0 16px;
	font-size: 3.6em;
	font-weight: bold; 
	line-height: 1.3;
}
.image{
	position: relative;
	left: 0;margin: 0 auto;
	display: block;
	width: 44%;
	bottom: -1rem;
}
.action-btn.mobile{
	    font-weight: bold;
    width: 55%;
    display: inline-block;
    background: url(../img/button.png) no-repeat;
    color: #fff;
    height: 40px;
    width: 241px;
    text-align: center;
    font-size: 0.9rem;
    text-decoration: none;
    /* margin-right: 22%; */
    margin-top: 1.2rem;
    /* height: 1.6rem; */
    margin: 0 auto;
    text-align: center;
    display: block;
	
}
a.continuation.mobile {
	position: relative;
	width: 100%;    text-decoration-style: dotted;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-family: 'almoni',Arial;
	padding-top: 0.7rem;
	display: block;
	word-spacing: 0.05rem;
}
.checkbox-con.mobile {
    position: relative;
    width: 133px;
    text-align: center;
    font-size: 13px;
    margin-top: 0.7rem;
    color: #fff;
    /* margin-right: 34%; */
    text-align: center;
    margin: 30px auto 0px;
    word-spacing: 0.05rem;
    padding-bottom: 1rem;
}
label.popup_label { 
	display: block; 
}
input#popup_cb {
	display: none; 
}
span.popup-styled-cb {
	    display: block;
    width: 12px;
    float: right;
    font-weight: 100;
    background: transparent;
    border: 1px solid #FFC10E;
}
span.popup-styled-cb img {
	visibility: hidden;
	display: block;
	width: 100%;
}
span.checkbox-text-popup {
	    float: right;
    margin-right: 8px;	font-family: 'Fb Reforma';
}
input#popup_cb:checked+span.popup-styled-cb img { visibility: visible ;}



h1{
		font-family: 'Fb Reforma';
	font-size: 15px;
	font-weight: 500;
	color: rgba(0, 82, 155, 1);
	text-align: center;
	letter-spacing: -0.01em;
	line-height: 21px;
	text-transform: uppercase;}
h2{    margin-top: 5px;
		 font-family: 'Fb Reforma Light';
	font-size: 19px;
	font-weight: 300;
	color: rgba(0, 82, 155, 1);
	text-align: center;
	letter-spacing: -0.01em;
	line-height: 24px;
}
#mobImg{margin: 20px auto;
    display: block;
}
#content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.buttons {
	position: absolute;
    width: 100%;
    bottom: 5%;
}