html{
				height: 100%;
				background: #ff464c;
			}
			body{
				height: 100%;
				background: #ff464c;
			}
			.down-app{
				
			}
			.down-app-rows span.logos{
				width: 120px;
				display: block;
				margin: 0px auto;
				padding-top: 40px;
			}
			.down-app-rows span.logos img{
				width: 120px;
			}
			.app-title{
				text-align: center;
				color: #fff;
			}
			.app-title h3{
				font-size: 20px;
				font-weight: 400;
				display: block;
				margin-top: 15px;
			}
			.app-title span{
				letter-spacing:10px;
				font-size: 14px;
				display: block;
				margin-top: 15px;
			}
			.app-btn{
				display: flex;
				margin: 35px 35px 0px 35px;
				justify-content:space-between;
			}
			.app-btn a{
				display: block;
				width: 45%;
			}
			.app-btn a img{
				width: 100%;
			}
			.app-img{
				position: absolute;
				bottom: 0;
				left: 35px;
				right: 35px;
			}
			.app-img img{
				width: 100%;
			}