@import url('https://fonts.googleapis.com/css2?family=Metal+Mania&family=Montserrat:wght@500;600&display=swap');
.popup-fortune__overlay {
	position: fixed;
	z-index: 50;
	inset: 0;
	background: rgba(0,0,0,.5);
	display: none;
}
.popup-fortune {
	position: fixed;
	z-index: 51;
	width: 793px;
	height: 651px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	display: none;
}
.popup-fortune__close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	transition: 0.3s all;
	z-index: 4;
}
.popup-fortune__close:hover {
	transform: scale(1.05);
}
.popup-fortune .line {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 840px;
	z-index: 3;
}
.popup-fortune .line-top {
	top: -27px;
}
.popup-fortune .line-bottom {
	bottom: -29px;
}
.popup-fortune .line img {
	display: block;
	width: 100%;
}
.popup-fortune .art {
	position: absolute;
	z-index: 1;
}
.popup-fortune .art img {
	display: block;
}
.popup-fortune .art-left {
	left: -196px;
	top: 304px;
	z-index: 2;
}
.popup-fortune .art-right {
	right: -256px;
  top: 118px;
}
.popup-fortune__wrapper {
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 60px;
	color: #fff;
	background: url(../img/popup-fortune/bg.png) 50% 0 / 100% auto no-repeat;
	border-radius: 20px;
	height: 100%;
}
.popup-fortune__text {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 30px;
}
.popup-fortune__offer {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Metal Mania';
	font-size: 100px;
	font-style: normal;
	font-weight: 400;
	line-height: 0.8;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.popup-fortune__offer .text-line2 {
	font-size: 75px;
}
.popup-fortune__btn {
	margin-top: 60px;
}
.popup-fortune__btn img {
	transition: 0.3s all;
	animation: pulse ease-in-out 1s alternate infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}
.popup-fortune__btn:hover img {
	transform: scale(1.05);
	animation: none;
}



@media (max-width: 991px) {
	.popup-fortune {
		width: 569px;
		height: 467px;
	}
	.popup-fortune .line {
		width: 590px;
	}
	.popup-fortune__close {
		top: 22px;
		right: 12px;
	}
	.popup-fortune__btn img {
		width: 327px;
	}
	.popup-fortune__btn {
		margin-top: 40px;
	}
	.popup-fortune__offer img {
		width: 345px;
	}
	.popup-fortune__offer {
		margin-bottom: 20px;
	}
	.popup-fortune__text {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.popup-fortune .art-left img {
		width: 446px;
	}
	.popup-fortune .art-left {
    left: -140px;
    top: 218px;
	}
	.popup-fortune .art-right {
		right: -182px;
    top: 85px;
	}
	.popup-fortune .art-right img {
		width: 516px;
	}
	.popup-fortune .line-top {
		top: -14px;
	}
	.popup-fortune .line-bottom {
		bottom: -16px;
	}
	.popup-fortune__wrapper {
		padding-top: 45px;
	}
	.popup-fortune__offer {
		font-size: 65px;
		gap: 17px;
	}
	.popup-fortune__offer .text-line2 {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.popup-fortune {
		width: 331px;
		height: 357px;
	}
	.popup-fortune .line {
		width: 352px;
	}
	.popup-fortune__close {
		top: 12px;
		right: 6px;
	}
	.popup-fortune__close img {
		width: 22px;
	}
	.popup-fortune__btn img {
		width: 245px;
	}
	.popup-fortune__btn {
		margin-top: 30px;
	}
	.popup-fortune__offer img {
		width:265px;
	}
	.popup-fortune__offer {
		margin-bottom: 12px;
	}
	.popup-fortune__text {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.popup-fortune__text:first-child br {
		display: none;
	}
	.popup-fortune__text:first-child {
		padding: 0 30px;
	}
	.popup-fortune .art-left img {
		width: 346px;
	}
	.popup-fortune .art-left {
		left: -148px;
    top: 163px;
	}
	.popup-fortune .art-right {
		right: -195px;
    top: 63px;
	}
	.popup-fortune .art-right img {
		width: 402px;
	}
	.popup-fortune .line-top {
		top: -9px;
	}
	.popup-fortune .line-bottom {
		bottom: -10px;
	}
	.popup-fortune__wrapper {
		padding-top: 26px;
		border-radius: 5px;
		background: url(../img/popup-fortune/bg-mob.png) 50% 0 / 100% auto no-repeat;
	}
	.popup-fortune__offer {
		font-size: 50px;
		gap: 12px;
	}
	.popup-fortune__offer .text-line2 {
		font-size: 32px;
	}
}