.smartbanner_show {
	margin-top: 82px;
}

.smartbanner_hide {
	display: none;
}

.smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
	background: #F2F2F2;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner__container {
	margin: 0 auto;
	height: 84px;
	position: relative;
}

.smartbanner_ios_no_safari .smartbanner__container,
.smartbanner_ios .smartbanner__container {
	border-bottom: 1px solid #CCC;
}

.smartbanner__close {
	position: absolute;
	left: 6px;
	top: 50%;
	display: block;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	font-size: 24px;
	line-height: 18px;
	text-align: center;
	color: #777;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner__close:active,
.smartbanner__close:hover {
	text-decoration: none;
	color: #777;
}

.smartbanner__icon {
	position: absolute;
	left: 30px;
	top: 10px;
	display: block;
	width: 64px;
	height: 64px;
	background: rgba(0,0,0,0.6);
	background-size: cover;
	border-radius: 16px;
}

.smartbanner__info {
	position: absolute;
	left: 101px;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 44%;
	font-size: 12px;
	line-height: 1.2;
	color: #303030;
	font-weight: 400;
}

.smartbanner__title {
	font-size: 14px;
	line-height: 16px;
	color: black;
	margin-bottom: 2px;
}

.smartbanner__store {
	margin-top: 2px;
}

.smartbanner__button {
	position: absolute;
	right: 16px;
	top: 28px;
	font-weight: 400;

	min-width: 10%;
	font-size: 18px;

	color: #007AFF;
	text-decoration: none;
	text-align: right;
	border-radius: 3px;
}

.smartbanner__button:active,
.smartbanner__button:hover {
	text-decoration: none;
	color: #007AFF;
}

.smartbanner.smartbanner--android {
	font-family: "Roboto", sans-serif;
}

.smartbanner--android .smartbanner__container {
	border-bottom: 1px solid #E5E5E5;
}

.smartbanner--android .smartbanner__icon {
	background-color: transparent;
}

.smartbanner--android .smartbanner__close {
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-size: 13px;
	color: #AAA;
	background: #DDD;
	border-radius: 18px;
}

.smartbanner--android .smartbanner__info {
	font-weight: 300;
}

.smartbanner--android .smartbanner__title {
	font-weight: 500;
}

.smartbanner--android .smartbanner__button {
	min-width: 12%;
	padding: 4px 8px 1px;
	font-size: 16px;
	background: #B3C833;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	border-radius: 2px;
	border-bottom: 2px solid transparent;
	font-weight: 500;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.smartbanner--android .smartbanner__button:active,
.smartbanner--android .smartbanner__button:hover {
}
