@import "helper.min.css";
@import "fonts.css";
@import "helper.min.css";

a,abbr,acronym,address,applet,
b,big,blockquote,body,caption,
center,cite,code,dd,del,dfn,div,
dl,dt,em,fieldset,font,form,h1,h2,h3,
h4,h5,h6,html,i,iframe,img,ins,kbd,label,
legend,li,object,ol,p,pre,q,s,samp,
small,span,strike,strong,sub,table,
tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

body {
	line-height: 1
}

ol, ul {
	 list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
}

:focus {
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.cleared:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

body,
html {
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	position: relative
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline
}

b {
	font: 16px/24px Roboto, sans-serif;
	font-weight: 700
}

.app_wrapper {
	width: 100%;
	height: 100%;
}

.app_ct_cr {
	background-image: url('../images/background.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 100%;
	position: relative;

}

.app_container {
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.app_header {
	padding: 30px 0px;
	position: relative;
	z-index: 9;
}

.desktop_menu {
	float: right;
}

.desktop_menu ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 11px 0px 0px 50px;
}

.desktop_menu ul li a {
	color: #e4e4e4;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.desktop_menu ul li a:hover {
	color: #498709;
	text-decoration: none;
}

.app_footer {
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #e4e4e4;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.app_content {
	position: absolute;
	padding: 100px 0px;
	height: 100%;
	min-height: 715px;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.app_content_inner {
	background: #fff;
	height: 100%;
}

.app_tl_bk {
	background: url('../img/outline_logo.png') no-repeat top center;
	text-align: center;
	padding: 35px 0px 35px 0px;
}

.app_tl {
	font-size: 50px;
	font-weight: 100;
	line-height: 0.84;
	text-align: center;
	color: #1a2633;
	padding: 0px 0px 25px;
}

.app_tl_bk span {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #1a2633;
}

.h265 {
	height: 265px;
}

.advantages_list {
	vertical-align: top;
}

.advantages_list li {
	position: relative;
	font-size: 14px;
	color: #262626;
	line-height: 26px;
	text-align: left;
	padding: 0px 0px 15px 35px;
}

.advantages_list li:before {
	content: '';
	position: absolute;
	background: url('../img/checkbox.png') no-repeat 0px 0px;
	width: 15px;
	height: 13px;
	left: 0;
	top: 5px;
}

.dl_btn {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	background-image: linear-gradient(257deg, #7dad13, #429810);
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 50px;
	width: 200px;
	height: 50px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.dl_btn:hover {
	text-decoration: none;
}

.dl_btn span {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition: -moz-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

.dl_btn:hover span {
	-moz-transform: translate3d(-155px,0px,0);
	-webkit-transform: translate3d(-155px,0px,0);
	-ms-transform: translate(-155px,0px);
}

.dl_btn span:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 17px;
	background: url('../img/Ico_download.png') no-repeat 0px 0px;
	right: -63px;
	top: 16px;
}

.ap_license {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	padding: 10px 0px 0px;
}

.ap_license a {
	color: #498709;
}

@media only screen and (max-width:1279px) {

}

@media only screen and (min-width:1280px) {

}

@media only screen and (max-width:1379px) {
	.app_container {
		width: 100%;
		padding: 0px 50px;
	}
	.app_content {
		padding: 100px 50px;
	}
}

@media only screen and (max-width:1079px) {
	.app_container {
		padding: 0px 20px;
	}
	.app_content {
		padding: 100px 20px;
	}
	.app_logo_bk {
		width: 20%;
	}
	.app_links_bk {
		width: 80%;
	}
}

@media only screen and (max-width:870px) {
	.advantages_list {
		padding: 0;
		display: block;
		margin: 0 auto;
		max-width: 400px;
	}
	.app_content_tb {
		display: block;
	}
	.app_content_cell {
		display: block;
		height: 100%;
		position: relative;
		padding: 70px 0px 0px;
		box-sizing: border-box;
	}
	.download_bk {
		position: absolute;
		bottom: 75px;
		width: 100%;
	}
}

@media only screen and (max-width:550px) {
	html, body, .app_container {
		width: 550px;
	}
}

@media only screen and (max-height:820px) {
	.app_content {
		padding: 100px 20px 30px;
		min-height: 635px;
	}
	.app_footer {
		height: 65px;
	}
	.app_content_cell {
		padding: 10px 0px 0px;
	}
	.download_bk {
		bottom: 25px;
	}
}

@media only screen and (max-height:635px) {
	html, body {
		min-height: 635px;
	}
	.app_footer {
		display: none;
	}
	.download_bk {
		bottom: 20px;
		position: relative;
	}
}