.web_app_popup {
	display: none;
}

.web_app_popup .ios,
.web_app_popup .android {
	display: none;
}

@media (max-width: 767px) {
	.web_app_popup .ios.active,
	.web_app_popup .android.active {
		display: block;
	}

	.web_app_popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: white;
		z-index: 2;
		padding: 14px;
		flex-direction: column;
		overflow: auto;
	}

	.web_app_popup.active {
		display: flex;
	}

	.web_app_popup__content {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	.web_app_popup__title {
		font-size: 22px;
		line-height: 27px;
		text-align: center;
		margin-bottom: 48px;
		margin-top: auto;
		color: black;
	}

	.web_app_popup__description {
		background-color: #24408E1A;
		border-radius: 10px;
		margin-bottom: 17px;
		padding: 28px 24px;
	}

	.web_app_popup__description ol {
		padding-left: 17px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 25px;
	}

	.web_app_popup__footer {
		text-align: center;
		padding-bottom: 33px;
		margin-top: auto;
	}

	.close_popup_button {
		font-size: 16px;
		line-height: 25px;
		color: #24408E;
		border: 2px solid #24408E;
		border-radius: 10px;
		font-weight: bold;
		background-color: transparent;
		padding: 10px 22px;
	}

	.close_popup_button:hover {
		background-color: #24408E;
		color: white;
	}

	.continue_text {
		font-size: 16px;
		line-height: 25px;
		color: black;
		font-weight: bold;
		margin-bottom: 16px;
	}

	.web_app_popup__disclaimer {
		font-size: 12px;
		line-height: 18px;
		color: #979797;
		font-weight: 500;
		padding: 0 22px;
	}

	.web_app_popup__icon {
		text-align: center;
		margin-bottom: 38px;
	}

	.web_app_popup__install,
	.web_app_popup__or {
		text-align: center;
	}

	.web_app_popup__install_button {
		border-radius: 10px;
		background: #24408E;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
		color: white;
		border: none;
		font-size: 16px;
		line-height: 25px;
		font-weight: bold;
		padding: 12px 20px;
		min-width: 244px;
	}

	.web_app_popup__install {
		margin-bottom: 20px;
	}

	.web_app_popup__or {
		font-size: 14px;
		line-height: 25px;
		color: black;
		font-weight: bold;
		margin-bottom: 14px;
	}

	body.web_app_popup_active {
		overflow: hidden;
	}
}
