.top_get_app_wrap {
	height: 78px;
	background-color: white;
	position: absolute;
	top: -78px;
	width: 100%;
	display: flex;
	
}
.get_app_cross {
	margin-left: 11px;
	border: 0;
	background: transparent;
    padding: 0;
}
.get_app_logo {
	border-radius: 12px;
/*	width: 55px;
	height: 55px;
*/	margin-top: 11px;
	margin-left: 11px;
	
}

.get_app_main {
	display: flex;
	flex-flow: column;
	margin-left: 8px;
}
.get_app_main_text {
	font-family: Roboto;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	color: black;
	margin-top: 22px;
}
.get_app_main_subtext {
	font-family: Roboto;
	font-size: 10px;
	font-weight: 400;
	line-height: 11.72px;
	color: #757575;

	margin-top: 5px;

}
.get_app_button {
	
	width: 59px;
	height: 28px;
	margin-left: auto;
	margin-top: 24px;
	margin-right: 12px;
	border-radius: 40px;
	color: white;
	background: #047BF9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto;
	font-size: 10px;
	font-weight: 400;
	line-height: 11.72px;
	border: 0;



}

