
@font-face{
  font-family: 'BMWTypeNext-Regular';
  src: url('fonts/BMWTypeNext/BMWTypeNextProHebrew-Regular.eot');
  src: url('fonts/BMWTypeNext/BMWTypeNextProHebrew-Regular.eot?#iefix')
       format('embedded-opentype'),
       url('fonts/BMWTypeNext/BMWTypeNextProTTHebrew-Regular.woff') format('woff'),
       url('fonts/BMWTypeNext/BMWTypeNextProTTHebrew-Regular.ttf') format('truetype'),
       url('fonts/BMWTypeNext/BMWTypeNextProTTHebrew-Regular.svg#webfont') format('svg');
}

html,body {
	margin:0;
	padding:0;
	background:transparent;
	color:#262626;
	font-family:'BMWTypeNext-Regular';
	font-size:17px;
	line-height:22px;
	font-weight:normal;
	direction:rtl;
	text-align:right;
}

.pdfsite {
	max-width:1090px;
	margin:auto;
	text-align:center;
	padding:105px 0;
}
.pdfsite .logo {
	width:107px;
}
.pdfsite h1 {
	font-size: 35px;
    font-weight: normal;
    margin: 25px 0 5px;
}
.pdfsite .scenter p {
	margin:0;
	font-size:20px;
	line-height:27px;
}
.pdfsite .ctext {
	border-top:1px solid #E6E6E6;
	margin-top:40px;
	padding:40px 40px 0;
	font-size:26px;
	line-height:35px;
}
.pdfsite .details .number {
	white-space:nowrap;
}
.pdfsite .details {
	font-size: 31px;
    line-height: 41px;
    border: 12px solid #1C69D4;
    width: 600px;
    margin: 50px auto;
    max-width:calc( 90% - 80px - 24px);
    padding: 50px 40px;
}
.pdfsite .comments {
	font-size:17px;
	line-height:22px;
	color:#8E8E8E;
	text-align:right;
	margin:0 80px;
}
/* MOBILE */
@media (max-width:800px) {

}