.sgps-lang-popup-overlay {
	display: none;
}
.sgps-lang-popup {
	display: none;
	position: fixed;
	align-items: center;
	max-width: 160px;
	top: 45px;
	right: 50%;
	background-color: #fff;
	z-index: 1000;
	transform: translateX(-50%) translateX(745px) translateY(0) translateZ(0);
	padding: 15px 10px;
	line-height: 0;
	border-radius: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}
.sgps-lang-popup::before {
	content: '';
	position: absolute;
	top: -13px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	transform: translateX(-50%) translateY(0) translateZ(0);
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
.sgps-lang-popup__text {
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #444;
	text-align: center;
	margin: 0 0 8px;
}
.sgps-lang-popup__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sgps-lang-popup__link {
	display: block;
	width: 54px;
	min-width: 54px;
	height: 21px;
	min-height: 21px;
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 1px;
}
.sgps-lang-popup__link:active,
.sgps-lang-popup__link:focus,
.sgps-lang-popup__link:hover {
	color: #fff;
}
.sgps-lang-popup__link--yes {
	background-color: #1d96db;
	color: #fff;
	opacity: 1;
	margin-right: 8px;
}
.sgps-lang-popup__link--yes:hover {
	opacity: 0.9;
	color: #fff;
}
.sgps-lang-popup__link--no {
	background-color: #f5f5f5;
	color: #7e7e7e;
}
.sgps-lang-popup__link--no:hover {
	background-color: #1d96db;
	color: #fff;
}
@media (max-width: 1360px) {
	.sgps-lang-popup {
	    transform: translateX(-50%) translateX(695px) translateY(0) translateZ(0);
	}
	.sgps-lang-popup::before {
		left: 75%;
		transform: none;
	}
}
@media (max-width: 1319px) {
	.sgps-lang-popup {
	    transform: translateX(-50%) translateX(590px) translateY(0) translateZ(0);
	}
	.sgps-lang-popup::before {
		left: 50%;
		transform: translateX(-50%) translateY(0) translateZ(0);
	}
}
@media (max-width: 1050px) {
	.sgps-lang-popup {
	    transform: translateX(-50%) translateX(545px) translateY(0) translateZ(0);
	}
	.sgps-lang-popup::before {
		left: 75%;
		transform: none;
	}
}
@media (max-width: 991px) {
	.sgps-lang-popup {
		min-width: 240px;
		padding: 18px 10px;
		top: 40%;
		right: initial;
		left: 50%;
		z-index: 999999;
		transform: translateX(-50%) translateY(-50%) translateZ(0);
	}
	.sgps-lang-popup__text {
		font-size: 16px;
		margin-bottom: 14px;
	}
	.sgps-lang-popup__link {
		width: 70px;
		min-width: 70px;
		height: 30px;
		min-height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.sgps-lang-popup__link--yes {
		margin-right: 15px;
	}
	.sgps-lang-popup::before {
		display: none;
	}
	.sgps-lang-popup-overlay {
		display: block;
		position: fixed;
		z-index: 999998;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.65);
	}
}