.get-app {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 7000;
	display: none;
	background: #FFF;
}
.get-app__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	max-width: 360px;
	margin: auto;
	padding: 7px 15px;
}

.get-app__close {
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	padding: 0;
	border: none;
	background: url('/assets/upload/v4/get-app/close.svg') no-repeat center;
	text-indent: -9999em;
	cursor: pointer;
	opacity: .5;
	transition: .2s;
}
.get-app__close:hover,
.get-app__close:focus,
.get-app__close:active {
	border: none;
	outline: none;
	opacity: 1;
}

.get-app__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: auto;
	padding: 0 5px 0 0;
	color: inherit;
}

.get-app__main:hover,
.get-app__main:focus {
	color: #ED1C24;
}

.get-app__ico {
	flex: none;
	display: block;
	margin: 0 7px;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	overflow: hidden;
}
.get-app__img {
	width: 100%;
	height: auto;
}

.get-app__name {
	display: block;
	font-size: 11px;
	line-height: 1;
}

.get-app__rating {
	display: block;
	margin-top: 3px;
}

.get-app__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
	padding: 5px 10px;
	border: 1px solid;
	border-radius: 3px;
	background: none;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1B3281;
	transition: .2s;
}
.get-app__btn:hover,
.get-app__btn:focus {
	color: #ED1C24;
}