@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	color: #18296e;
	font-family: "Open Sans Hebrew", Arial, sans-serif;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	font-size: 20px;
}

body * {
	box-sizing: border-box;
}

.container {
	width: 992px;
	height: auto;
	margin: 10px auto;
	border: 1px solid #dddddd;
	background-color: white;
	font-size: 20px;
}

.header, .footer {
	width: 100%;
	background-color: #18296e;
	background-image: url(../images/back.jpg);
	background-size: 100% 100%;
	padding: 32px 45px 28px 45px;
}

.header_logo {
	float: right;
}

.clear {
	clear: both;
}

.main {
	padding: 26px 45px 26px 20px;
}

.main_title {
	font-size: 3.5em;
	margin: 0 0 22px 0;
	padding: 0;
	font-weight: 400;
}

.lightblue {
	color: #21a9e1;
}

.bold {
	font-weight: 600;
}

.txt1 {
	font-size: 1.25em;
	line-height: 1.25em;
}

.double_break {
	margin-top: 1.1em;
	display: block;
}

.main_card {
	position: relative;
	padding-top: 43px;
	margin-top: 41px;
	padding-left: 20px;
}

.card {
	position: absolute;
	top: 0.29em;
	right: 0.9em;
}

.card_a {
	right: 0em;
}
.main_card_txt {
	width: 100%;
	padding: 13px 300px 22px 30px;
	font-size: 2em;
	background-color: #f1f2f2;
	line-height: 1.26em;
}

.txt2a {
	padding-left: 0em;
	padding-right: 260px;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	font-size: 1.9em;
}

.txt3 {
	font-size: 1em;
	margin-top: 1.3em;
	margin-bottom: 1.5em;
	line-height: 1.45em;
}

.float {
	width: 50%;
}

.float_right {
	float: right;
	padding-left: 2.7em;
}

.float_left {
	float: left;
	padding-right: 0.8em;
}

.box {
	font-size: 1em;
	padding-top: 3.9em;
	background-size: 3.2em auto;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 1.1em;
	line-height: 1.5em;
}

.box1 {
	background-image: url(../images/icon1.png);
}

.box2 {
	background-image: url(../images/icon2.png);
}

.box3 {
	background-image: url(../images/icon3.png);
}

.box4 {
	background-image: url(../images/icon4.png);
}

.ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.li {
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: right 0.55em;
	background-size: 0.38em auto;
	padding: 0 0.75em 0 0;
}

.ils {
	display: inline-block;
}

.txt5 {
	font-size: 1.9em;
	width:100%;
	margin-top: 0.6em;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
	border-top: 1px dashed #21a9e1;
	border-bottom: 1px dashed #21a9e1;
}

.fixer {
	padding-left: 37px;
}

.txt6 {
	font-size: 0.98em;
	margin-top: 1em;
}

.extrabold {
	font-weight: 800;
}

.btn {
	width: 638px;
	padding: 0.7em;
	color: white;
	text-decoration: underline;
	text-align: center;
	float: left;
	cursor: pointer;
	margin-top: 1.8em;
	font-size: 1em;
}

.btn1a {
	width:638px;
}

.btn1 {
	background: #003e86;
	background: -moz-linear-gradient(-45deg,  #003e86 0%, #007dc5 100%);
	background: -webkit-linear-gradient(-45deg,  #003e86 0%,#007dc5 100%);
	background: linear-gradient(135deg,  #003e86 0%,#007dc5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e86', endColorstr='#007dc5',GradientType=1 );
}

.regular_card {
	width: 100%;
	border: 1px dashed #21a9e1;
	padding: 0.7em;
	margin-top: 3.5em;
}

.regular_card_title {
	font-size: 2em;
	width: 100%;
	text-align: center;
	padding: 1em;
	background-image: url(../images/regular.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-color: #f1f2f2;
}

.txt7 {
	margin-top: 1em;
}

.btn2 {
	width: 450px;
	background: #6eacd3;
	background: -moz-linear-gradient(-45deg,  #6eacd3 0%, #77b6dd 100%);
	background: -webkit-linear-gradient(-45deg,  #6eacd3 0%,#77b6dd 100%);
	background: linear-gradient(135deg,  #6eacd3 0%,#77b6dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eacd3', endColorstr='#77b6dd',GradientType=1 );
	margin-top: 0.8em;
}

.footer {
	text-align: center;
	margin-top: 0em;
	padding-bottom: 15px;
}

.a {
	text-decoration: none;
}

.mobile {
	display: none;
}

.milut {
	font-size: 0.8em;
	margin-top: 2em;
}

.miluto {
	font-size: 0.7em;
	margin-top: 2em;
}

@media screen and (max-width: 992px) {
	html {
		font-size: 20px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	body {
		font-size: 0.5rem;
		-webkit-text-size-adjust: none;
	}
	.container {
		font-size: 1.3em;
		width: 100%;
		margin: 0 auto;
	}
	
	.header {
		padding: 1.9em 0 1.6em 0;
		text-align: center;
	}
	
	.header_logo {
		float: none;
		width: 12em;
		height:auto;
	}
	.main {
		padding: 0.5em 1.5em 0.5em 1.5em;
	}
	.main_title {
		font-size: 3.5em;
		margin: 0;
		padding: 0;
		font-weight: 400;
		text-align: center;
	}
	.txt1 {
		font-size: 1.7em;
		padding: 0 0.5em 0 0.5em;
		text-align: center;
		margin-top: 0.5em;
	}

	.main_card {
		position: relative;
		padding-top: 2em;
		margin-top: 0em;
		padding-left: 0;
		text-align: center;
	}

	.card {
		top: auto;
		right: 9em;
		width: 13em;
		margin-left: 2em;
	}

	.main_card_txt {
		width: 100%;
		padding: 1.7em 1em 0.4em 1em;
		font-size: 2.3em;
		background-color: #f1f2f2;
		line-height: 1.26em;
		margin-top: 2.5em;
	}

	.txt3 {
		font-size: 1.4em;
		margin-top: 1.3em;
		margin-bottom: 0em;
		line-height: 1.45em;
	}
	
	.txt4 {
		font-size: 1.45em;
	}
	.float, .float_left,.float_right{
		width: 100%;
		float: none;
		padding: 0;
	}
	.box {
		line-height: 1.35em;
	}
	
	.txt5 {
		font-size: 2.4em;
		width:100%;
		margin-top: 1em;
		padding: 0.5em 0 0.5em 0;
		text-align: center;
		border-top: 1px dashed #21a9e1;
		border-bottom: 1px dashed #21a9e1;
		line-height: 1.25em;
	}
	
	.fixer {
		padding: 0;
	}
	
	.txt6 {
		font-size: 1.4em;
		margin-top: 1em;
		line-height: 1.1em;
	}
	
	.btn {
		font-size: 1.5em;
		width: 100%;
		padding: 0.9em 0 0.9em 0;
	}
	
	.regular_card {
		margin-top: 1em;
		font-size: 1.45em;
	}
	
	.regular_card_title {
		text-align: right;
		padding: 0.5em 4.7em 0.5em 0;
		font-size: 1.7em;
		background-size: 3.8em;
		background-position: 97% center;
		line-height: 1.25em;
	}
	
	.btn2 {
		font-size:0.95em;
		margin-top:1em;
	}
	.footer_logos {
		width: 20em;
		height: auto;
	}
	.milut {
		font-size: 1.2em;
		margin-bottom: 1em;
		text-align: center;
	}
}