.gofromir-vpn-notice {
	position: absolute;
	right: 16px;
	left: auto;
	top: 0;
	z-index: 98;
	display: none;
	align-items: flex-start;
	gap: 10px;
	box-sizing: border-box;
	width: 100%;
	max-width: min(460px, calc(100vw - 32px));
	padding: 16px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 7px 50px 0 rgba(48, 48, 48, .10);
}
.gofromir-vpn-notice.is-visible {
	display: flex;
}
.gofromir-vpn-notice__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: block;
	line-height: 0;
}
.gofromir-vpn-notice__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}
.gofromir-vpn-notice__text {
	flex: 1;
	min-width: 0;
	color: #3E3E3E;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}
.gofromir-vpn-notice__close {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin: 0 0 auto 0;
	padding: 0;
	border: 0;
	border-radius: 50px;
	background: #F4F5F6;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gofromir-vpn-notice__close:hover path {
	fill: #3DB845;
}
@media (max-width: 1024px) {
	.gofromir-vpn-notice__icon {
		width: 32px;
		height: 32px;
	}
	.gofromir-vpn-notice__text {
		font-size: 12px;
		line-height: 16px;
	}
}
@media (max-width: 560px) {
	.gofromir-vpn-notice__close {
		width: 24px;
		height: 24px;
	}
}
