@font-face{
	font-family: 'ploni';
	font-weight: 300; /*(light)*/
	font-style: normal;
	src: url('./../../fonts/ploni-light-aaa.woff2') format('woff2'),
		url('./../../fonts/ploni-light-aaa.woff') format('woff');
}
@font-face{
	font-family: 'ploni';
	font-weight: 400; /*(regular)*/
	font-style: normal;
	src: url('./../../fonts/ploni-regular-aaa.woff2') format('woff2'),
		url('./../../fonts/ploni-regular-aaa.woff') format('woff');
}
@font-face{
	font-family: 'ploni';
	font-weight: 500; /*(medium)*/
	font-style: normal;
	src: url('./../../fonts/ploni-medium-aaa.woff2') format('woff2'),
		url('./../../fonts/ploni-medium-aaa.woff') format('woff');
}
@font-face{
	font-family: 'ploni';
	font-weight: 700; /*(bold)*/
	font-style: normal;
	src: url('./../../fonts/ploni-bold-aaa.woff2') format('woff2'),
		url('./../../fonts/ploni-bold-aaa.woff') format('woff');
}
@font-face{
	font-family: 'ploni';
	font-weight: 900; /*(black)*/
	font-style: normal;
	src: url('./../../fonts/ploni-black-aaa.woff2') format('woff2'),
		url('./../../fonts/ploni-black-aaa.woff') format('woff');
}
html, body{margin:0px;padding:0px;direction:rtl;background:#F5F7FB;}
*{font-family: 'ploni', 'Dosis', sans-serif; box-sizing: border-box;color:#06267F;}
.main{background:url(./../images/main-bg.jpg) no-repeat center top / cover;padding-top:80px;}
.content{max-width:90%;width:700px;margin:50px auto;}
.section{background:#ffffff;border-radius:16px;padding:15px 20px;margin-bottom:20px;}
h1, h2{margin:0px;}
p{margin-top:0px;}
.section p:last-child, .section ul:last-child{margin-bottom:0px;}
ul{padding-right:20px;}
.header{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0px;left:0px;right:0px;background:#ffffff; -webkit-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.16); box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.16);height:80px;padding:0px 50px 0px 100px;}
.header .phone{background:#E6F4FD;border-radius:30px;font-weight:600;padding:10px 30px;direction:ltr;}
.header .phone a{text-decoration:none;}
@media only screen and (max-width: 770px){
	.content{margin:15px auto;}
	.header{padding: 0px 18px 0px 63px;}
	.header .logo img{max-width:120px;}
	.header .phone{padding: 7px 20px;}
	.main{background:url(./../images/mobile-bg.jpg) no-repeat center top / cover;}
}