.tzeli-pwa-install {
	position: fixed;
	left: 50%;
	bottom: 18px;
	z-index: 9998;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 32px);
	max-width: 430px;
	min-height: 76px;
	padding: 12px 14px;
	background: #4c6471;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
	color: #fff;
	transform: translateX(-50%);
	font-family: inherit;
}

.tzeli-pwa-install[hidden] {
	display: none !important;
}

.tzeli-pwa-install__icon {
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background: transparent;
	border-radius: 8px;
}

.tzeli-pwa-install__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tzeli-pwa-install__copy {
	min-width: 0;
	padding: 0 12px;
	line-height: 1.2;
}

.tzeli-pwa-install__copy > strong,
.tzeli-pwa-install__text {
	display: block;
}

.tzeli-pwa-install__copy > strong {
	font-size: 15px;
	font-weight: 700;
	color: #eec029;
}

.tzeli-pwa-install__text {
	margin-top: 2px;
	font-size: 13px;
	color: rgba(255, 255, 255, .82);
}

.tzeli-pwa-install__text strong {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	color: #eec029;
}

.tzeli-pwa-install__text span {
	display: block;
}

.tzeli-pwa-install__text ol {
	margin: 6px 0 0 18px;
	padding: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, .86);
}

.tzeli-pwa-install__text li {
	margin: 0 0 4px;
}

.tzeli-pwa-install__button {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 132px;
	padding: 8px 15px;
	border: 0;
	border-radius: 6px;
	background: #eec029;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	white-space: normal;
}

.tzeli-pwa-install__close {
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin-left: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, .7);
	font-size: 30px;
	line-height: 24px;
}

.tzeli-pwa-install--help {
	max-width: 540px;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tzeli-pwa-install--help .tzeli-pwa-install__button {
	display: none;
}

.tzeli-pwa-install--help .tzeli-pwa-install__close {
	margin-top: 10px;
}

@media (max-width: 575px) {
	.tzeli-pwa-install {
		bottom: 12px;
		width: calc(100% - 24px);
		max-width: none;
		padding: 12px;
	}

	.tzeli-pwa-install__icon {
		-ms-flex-basis: 54px;
		flex-basis: 54px;
		width: 54px;
		height: 54px;
	}

	.tzeli-pwa-install__copy {
		padding: 0 10px;
	}

	.tzeli-pwa-install__copy strong {
		font-size: 16px;
	}

	.tzeli-pwa-install__text {
		font-size: 14px;
	}

	.tzeli-pwa-install__button {
		max-width: 118px;
		padding: 9px 13px;
	}
}
