﻿*{
	padding: 0;
	margin: 0;
}

.clear{
	clear: both;
}

.project_title{
	width: 100%;
	text-align: center;
	padding: 120px 0 120px 0;
	float: left;
	color: #323233;
}

#bg1{
	position: relative;
	width: 100%;
	height: 818px;
	background: url("../images/apps/appup/bg1.jpg") no-repeat center;
}

#appup_cont{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

#appstore{
	position: relative;
	margin: 390px 0 0 630px;
	width: 166px;
	height: 52px;
	background: url("../images/apps/appup/appstore_ico.png") no-repeat center;
	float: left;
	cursor: pointer;
}

#googleplay{
	position: relative;
	margin: 390px 0 0 20px;
	width: 166px;
	height: 52px;
	background: url("../images/apps/appup/googleplay_ico.png") no-repeat center;
	float: left;
	cursor: pointer;
}

#appstore:hover{
	background: url("../images/apps/appup/appstore_ico_active.png") no-repeat center;
}

#googleplay:hover{
	background: url("../images/apps/appup/googleplay_ico_active.png") no-repeat center;
}

.text_block{
	width: 310px;
	color: #fff;
	float: left;
	margin: 180px 0 0 30px;
}

.l_text_block{
	margin-left: 420px;
}

#clock{
	position: relative;
	margin: 0 0 0 120px;
	width: 300px;
	height: 100px;
	background: url("../images/apps/appup/clock.jpg") no-repeat left top;
	float: left;
	overflow: visible;
}

#clock p{
	padding: 10px 0 0 70px;
}

.text_block2{
	width: 500px;
	color: #323232;
	float: left;
	margin: 10px 0 0 60px;
}

#api{
	position: relative;
	width: 100%;
	height: 177px;
	background: url("../images/apps/appup/api.jpg") no-repeat center;
	float: left;
	padding: 80px 0 190px 0;
}

#bg2{
	position: relative;
	width: 100%;
	height: 1100px;
	background: url("../images/apps/appup/bg2.jpg") no-repeat center;
	float: left;
}

.project_title2{
	color: #fff;
	padding: 60px 0 0 0;
}

#clock_white{
	position: relative;
	margin: 80px 0 0 60px;
	width: 300px;
	height: 100px;
	background: url("../images/apps/appup/clock_white.png") no-repeat left top;
	float: left;
	overflow: visible;
}

#clock_white p{
	padding: 10px 0 0 70px;
	color: #fff;
}

.text_block3{
	width: 400px;
	color: #fff;
	float: left;
	margin: 400px 0 0 60px;
}

.project_title3{
	padding: 0 0 80px 0;
	margin-top: -100px;
}


.text_block4{
	width: 400px;
	float: left;
	margin: 0px 0 0 60px;
	color: #323232;
}

#illustration{
	position: relative;
	width: 450px;
	height: 450px;
	background: url("../images/apps/appup/illustration.jpg") no-repeat center;
	float: left;
	margin: 80px 0 0 60px;
}

.features_title{
	margin: 110px 0 0 40px;
	float: left;
}

#features{
	width: 400px;
	margin: 20px 0 0 60px;
	float: left;
}

#features li{
	padding-bottom: 7px;
	list-style-image: url("../images/apps/appup/dot.png");
	font-family: "Segoe ui", "helvetica", "Arial", serif;
}

#green_line{
	position: relative;
	width: 100%;
	height: 150px;
	background: #94b050;
	float: left;
	margin-top: 90px;
}

.footer_appstore{
	position: relative;
	margin: 50px 0 0 335px;
	width: 166px;
	height: 52px;
	background: url("../images/apps/appup/appstore_ico.png") no-repeat center;
	cursor: pointer;
	float: left;
}

.footer_google{
	position: relative;
	margin: 50px 0 0 30px;
	width: 166px;
	height: 52px;
	background: url("../images/apps/appup/googleplay_ico.png") no-repeat center;
	float: left;
	cursor: pointer;
}

.footer_appstore:hover{
	background: url("../images/apps/appup/appstore_ico_active.png") no-repeat center;
}

.footer_google:hover{
	background: url("../images/apps/appup/googleplay_ico_active.png") no-repeat center;
}

#clock, #clock_white{
animation:clock 2s;
-moz-animation:clock 2s; /* Firefox */
-webkit-animation:clock 2s; /* Safari и Chrome */
animation-iteration-count: 15;
animation-timing-function: linear;
}

@keyframes clock 
{
0%   {background-position: 0 0%;}
50%  {background-position: 0 7px;}
100% {background-position: 0 0%;}
}

@-moz-keyframes clock /* Firefox */
{
0%   {background-position: 0 0%;}
50%  {background-position: 0 7px;}
100% {background-position: 0 0%;}
}

@-webkit-keyframes clock /* Safari и Chrome */
{
0%   {background-position: 0 0%;}
50%  {background-position: 0 7px;}
100% {background-position: 0 0%;}
}
