@font-face {
	font-family: UKIJ Tuz Tom;
	src: url('../ukij_tuz_tom.eot');
	src: local('UKIJ Tuz Tom'), url('../ukij_tuz_tom.ttf') format('truetype')
}

*{
	margin: 0;
	padding: 0;
	outline: none;
}
.clear {
	clear: both;
}
body {
	font-family: UKIJ Tuz Tom, UKIJ Tuz, UKIJ Basma, Microsoft Uighur, Arial Unicode MS, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #555;
}
.main {
	height: 650px;
	background: #265973 url(../images/bg.jpg) center top no-repeat;
	position: relative;
}
.row {
	width: 1250px;
	margin: 0 auto;
	position: relative;
}
.header {
	height: 80px;
}
.logo {
	float: right;
}
.menus {
	float: left;
	cursor: pointer;
}
.devices {
	width: 650px;
	height: 538px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.appStore {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 169px;
}
.googlePlay {
	position: absolute;
	left: 189px;
	bottom: 20px;
	width: 169px;
}
.wpStore {
	position: absolute;
	left: 378px;
	bottom: 20px;
	width: 169px;
}
.downloadTxt {
	width: 126px;
	height: 27px;
	position: absolute;
	left: 211px;
	bottom: 98px;
}
.mainInfo {
	width: 500px;
	position: absolute;
	left: 50px;
	top: 180px;
	direction: rtl;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	font-smooth: always;
}
.mainTitle {
	font-size: 36px;
}
.mainTxt {
	margin-top: 10px;
	line-height: 36px;
}
.shadow {
	width: 100%;
	height: 10px;
	background: url(../images/shadow.png) left bottom repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.4;
	-moz-opacity: 0.;
	-webkit-opacity: 0.4;
}
.aboutApp {
	position: relative;
	background: url(../images/bg2.jpg) center center no-repeat;
	overflow: hidden;
}
.aboutRight {
	float: right;
	width: 550px;
	padding: 20px 0;
	margin-top: 30px;
	direction: rtl;
}
.aboutTitle {
	font-size: 36px;
}
.aboutRight ul {
	margin: 20px 0 40px 0;
}
.aboutRight ul li {
	list-style: none;
	background: url(../images/ok.png) right 24px no-repeat;
	background-size: 20px;
	padding: 20px 30px 0 20px;
	line-height: 24px;
}
.downloadApp {
	background: #f9f9f9;
	position: relative;
}
.downloadApp td {
	text-align: center;
}
.downloadTitle {
	font-size: 36px;
	text-align: center;
	padding: 40px 0;
}