/*RESET*/
html, body, header, main, footer, section, article, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
	background: #eceff1;
}
li {
	list-style: none;
}
a {
    color: #555555;
    text-decoration: none;
}
h1 {
	font-size: 26px;
	font-weight: 100;
}
/*RESET*/

/*STRUCTURE*/
header {
    width: 100%;
    height: 50px;
    position: fixed;
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
	z-index: 100;
   top: 0px
}
header .logo {
    width: 46px;
    height: 52px;
    float: left;
    background: url(../img/logo_gn.svg);
    background-size: contain;
}
header h1 {
    float: left;
    margin-left: 10px;
    line-height: 50px;
    font-size: 17px;
    font-weight: 300;
    color: #555555;
}
header .options {
	position: absolute;
	right: 10px;
	top: 12px;
}
header .options li {
	display: inline-block;
	margin-right: calc(-4px + 10px);
}
header .options li a {
	width: 25px;
	height: 25px;	
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
	opacity: .8;
	transition: opacity .5s ease;
}
header .options li a.call {
	background-image: url(../img/icon_call.svg);
}
header .options li a.mail {
	background-image: url(../img/icon_mail.svg);
}
header .options li a.chat {
	background-image: url(../img/icon_chat.svg);
}
header .options li a:hover {
	opacity: 1;
}
main {
    padding: 50px 0 50px 0;
    background: #fff;
}
main.white {
    background: #fff;
}
main.gray {
    background: #eceff1;
   margin-top: 50px
}
main .content {
    width: 90%;
	max-width: 800px;
    margin: auto;
}
main .content.margin {
	padding-top: 20px;
}
footer {
    margin: 20px 0 20px 0;
}
footer .content {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 13px;    
}
footer .content p {
    margin-bottom: 15px;
}
footer .content a {
    text-decoration: underline;
}
footer .content em {
	font-size: 12px;
	font-style: normal;
	color: #707070;
}
/*STRUCTURE*/

/*CONTENT*/
.starApp {
	position: relative;
	margin: 50px 0 0 0;
}
.starApp .image {
	position: absolute;
	right: 0;
	bottom: -100px;
}
.starApp .info {
	width: 70%;
}
.starApp .info h1 {
	margin: 0 0 10px 0;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}
.starApp .info p {
	margin-bottom: 20px;
}
.starApp .info p a {
	color: #898989;	
	text-decoration: underline;
	cursor: pointer;
	transition: all .5s ease;	
}
.starApp .info p a:hover {
	color: #000;
}
#listApps {
	margin: 25px auto;
	text-align: center;
}
#listApps > li {
	width: 240px;
	padding:15px 5px;
	margin: 15px calc(-4px + 15px);
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px;
	box-shadow: 0px 0px 7px #bfbfbf;
    min-height: 320px
}
#listApps > li span {
	min-height: 95px;
	padding-bottom: 10px;
	display: block;
	font-size: 18px;
	text-align: left;
	line-height: 20px;
	font-weight: 600;
	border-bottom: 1px solid #eff2f4;
}
#listApps > li span img {
	float: left;
	margin-right: 10px;
}
#listApps > li p {
	margin: 20px 0;
}
#listApps > li p a {
	color: #898989;
	text-decoration: underline;
	cursor: pointer;
	transition: all .5s ease;
}
#listApps > li p a:hover {
	color: #000;
}
.info {height: auto; width: 60%;display:block}
.newParams {display: none}
.download {
	margin-top: 20px;
   display: inline-flex;
   height: 40px
}
.download li {
}
.newParamsMaximun {min-width: 160px}
.download li a {
	height: 40px;
	margin-right: calc(-4px + 22px);
	padding: 0 15px 0 36px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 100;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 25px;	
	border-radius: 6px;
	transition: background 0.3s ease;
}
.download li a span {
}
.download li a span img {
   height: 40px
}
.download li a.googleplay {
	background-image: url(../img/icon_googleplay.svg);	
}
.download li a.apple {
	background-image: url(../img/icon_apple.svg);
}
.download li a.huawei {
	background-image: url(../img/icon_huaweigallery.svg);
}
.download li a:hover {
	background-color: rgba(0,0,0,1);
}
#modals {
	text-align: center;
}
#modals h1 {
	margin: 10px 0;
	font-size: 24px;
	font-weight: 100;
}
#modals h2 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: 500;
}
#modals p {
	margin-bottom: 20px;
}
#modals p.gray {
	color: #acacac;
}
@media screen and (max-width: 700px){
.info {width: 100%}
.newParams {display: block;width: 120px}
.starApp {
		margin: 75px 0 0 0;	
		padding-bottom: 225px;
	}
.starApp .image {
		left: 0;
	}	
	.starApp .info {
		margin-left: 0;
	}
	.starApp .info {
		width: 100%;
	}
   .download li a {
      margin-bottom: 6px
   }
   .download li a span img {
   height: 43px
}
}