@font-face {
	font-family: 'ploni';
	src: url('fonts/ploni-regular-aaa.otf');    
}
@font-face {
	font-family: 'ploni black';
	src: url('fonts/ploni-black-aaa.otf');    
}

@font-face {
	font-family: 'ploni bold';
	src: url('fonts/ploni-bold-aaa.otf');   
}

@font-face {
	font-family: 'ploni demibold';
	src: url('fonts/ploni-demibold-aaa.otf');  
}

@font-face {
	font-family: 'ploni light';
	src: url('fonts/ploni-light-aaa.otf');    
}

@font-face {
	font-family: 'ploni medium';
	src: url('fonts/ploni-medium-aaa.otf');
}

@font-face {
	font-family: 'ploni ultrabold';
	src: url('fonts/ploni-ultrabold-aaa.otf');
}

@font-face {
	font-family: 'ploni ultralight';
	src: url('fonts/ploni-ultralight-aaa.otf');
}


body {
	font-family: 'ploni', sans-serif;
	direction: rtl;
	font-size: 21px;
	background: #1B5FCE;
	color: white;
	line-height: 1.44em;
	margin: 0;
}

.main {
	width: 50%;
	margin: 0 auto;
	margin-top: 14%;
}

h1 {
	font-size: 2.15em;
	font-family: 'ploni bold', sans-serif;
	line-height: 1;
	margin-top: 0;
	padding: 5px 0;
}

p {
	font-size: 1.2em;
}

.fs35 {
	font-size: 1.667em;
	line-height: 1.15;
	font-weight: normal;
}

a {
	color: white;
}

img {width: 100%; height: auto;}

.item2-img {
	height: 13.5em;
	width: auto;
	display: block;
	margin: 0 auto;
}

.row {
	display: flex;
}

.justify-content-center {
	justify-content: center;
}

.align-items-end {
	align-items: flex-end;
}

.d-inline-block {
	display: inline-block;
}

.h100 {
	height: 100%;
}

.text-container {
	width: 95%;
}

.text-container._404 {
	width: 90%;
}

.text-container._update {

}

.unsupported-container > div {
	display: inline-block;
}

.updated-browser img {
	border: 0px;
}

.col-md-10p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
	order: 3;
}

.col-md-30p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	order: 2;
}

.col-md-60p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	order: 1;
}

.updated-browser img {
	height: 4.14em;
	width: auto;
	margin-left: 35px;
}

.updated-browser .d-inline-block:first-child img {
	margin-left: 28px;
}

@media screen and (max-width: 1620px) {
	body {
		font-size: 18px;
	}
}


@media screen and (max-width: 1420px) {
	body {
		font-size: 15px;
	}
}

@media screen and (max-width: 1220px) {
	body {
		font-size: 13px;
	}
}

@media screen and (max-width: 1015px) {
	body {
		font-size: 24px;
		line-height: 1.6;
	}
	
	.main  {
		width: 90%;
		margin-top: 8%;
	}

	.fs35 {
		line-height: 1.2;
	}

	.flex-dir-col-mobile {
		flex-direction: column;
		align-items: center; 
	}

	.col-sm-100p {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.text-container {
		width: 100%;
	}

	.order-mob1 {order: 1;margin-bottom: 40px;}
	.order-mob2 {order: 2;width: auto;margin-bottom: 40px;}
	.order-mob3 {order: 3;}
}

@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) {
	body {
		font-size: 15px;
	}

}

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2) {
	body {
		font-size: 24px;
	}
}