.popup-lead-capture-fixed-btn,
.popup-lead-capture-modal,
.popup-lead-capture-modal *,
#popup-lead-capture-portal {
	box-sizing: border-box;
}

.popup-lead-capture-fixed-btn {
	position: fixed;
	right: 18px;
	bottom: 80px;
	z-index: 2147483000;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 64px;
	padding: 8px 8px 8px 8px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #1e293b 0%, #253247 38%, #0f172a 100%);
	color: #fff;
	box-shadow:
		0 18px 45px rgba(15, 23, 42, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	overflow: hidden;
	isolation: isolate;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		filter 0.25s ease;
	animation: popupLeadFloat 4s ease-in-out infinite;
}

.popup-lead-capture-fixed-btn::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02));
	pointer-events: none;
	z-index: 0;
}

.popup-lead-capture-fixed-btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -35%;
	width: 35%;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.24) 50%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-22deg);
	animation: popupLeadShine 4.5s ease-in-out infinite;
	pointer-events: none;
	z-index: 1;
}

.popup-lead-capture-fixed-btn__glow {
	position: absolute;
	inset: -10px;
	border-radius: inherit;
	filter: blur(12px);
	opacity: 0.9;
	z-index: 0;
	pointer-events: none;
	animation: popupLeadGlowCycle 9s ease-in-out infinite;
}

.popup-lead-capture-fixed-btn__icon-wrap {
	position: relative;
	z-index: 2;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow:
		0 10px 20px rgba(34, 158, 217, 0.30),
		inset 0 1px 0 rgba(255,255,255,0.25);
	animation: popupLeadIconWrap 9s ease-in-out infinite;
	overflow: hidden;
}

.popup-lead-capture-fixed-btn__icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform, opacity;
}

.popup-lead-capture-fixed-btn__icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.popup-lead-capture-fixed-btn__icon--tg svg {
	width: 24px;
	height: 24px;
}

.popup-lead-capture-fixed-btn__icon--max svg {
	width: 22px;
	height: 22px;
}

.popup-lead-capture-fixed-btn__icon--phone svg {
	width: 22px;
	height: 22px;
}

.popup-lead-capture-fixed-btn__icon--tg {
	animation: popupLeadIconTg 9s ease-in-out infinite;
}

.popup-lead-capture-fixed-btn__icon--max {
	animation: popupLeadIconMax 9s ease-in-out infinite;
}

.popup-lead-capture-fixed-btn__icon--phone {
	animation: popupLeadIconPhone 9s ease-in-out infinite;
}

.popup-lead-capture-fixed-btn__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2px;
	text-align: left;
}

.popup-lead-capture-fixed-btn__title {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

.popup-lead-capture-fixed-btn__subtitle {
	display: block;
	color: rgba(255,255,255,0.72);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
}

.popup-lead-capture-fixed-btn:hover {
	transform: translateY(-4px) scale(1.03);
	box-shadow:
		0 24px 55px rgba(15, 23, 42, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
	filter: brightness(1.05);
}

.popup-lead-capture-fixed-btn:hover .popup-lead-capture-fixed-btn__icon-wrap {
	transform: rotate(6deg) scale(1.05);
}

.popup-lead-capture-fixed-btn:active {
	transform: translateY(0) scale(0.98);
	box-shadow:
		0 12px 26px rgba(15, 23, 42, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.popup-lead-capture-fixed-btn:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 4px rgba(95, 58, 239, 0.22),
		0 18px 45px rgba(15, 23, 42, 0.34);
}

@keyframes popupLeadFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

@keyframes popupLeadShine {
	0%, 55% {
		left: -35%;
	}
	100% {
		left: 130%;
	}
}

@keyframes popupLeadGlowCycle {
	0%, 27%, 100% {
		background:
			radial-gradient(circle at 20% 50%, rgba(34, 158, 217, 0.26), transparent 38%),
			radial-gradient(circle at 80% 50%, rgba(34, 158, 217, 0.20), transparent 38%);
	}
	33%, 60% {
		background:
			radial-gradient(circle at 20% 50%, rgba(54, 190, 244, 0.24), transparent 38%),
			radial-gradient(circle at 80% 50%, rgba(95, 58, 239, 0.28), transparent 38%);
	}
	66%, 93% {
		background:
			radial-gradient(circle at 20% 50%, rgba(245, 158, 11, 0.28), transparent 38%),
			radial-gradient(circle at 80% 50%, rgba(212, 155, 54, 0.24), transparent 38%);
	}
}

@keyframes popupLeadIconWrap {
	0%, 27%, 100% {
		background: linear-gradient(135deg, #29b6f6 0%, #229ed9 100%);
		box-shadow:
			0 10px 20px rgba(34, 158, 217, 0.30),
			inset 0 1px 0 rgba(255,255,255,0.25);
	}
	33%, 60% {
		background: linear-gradient(135deg, #36BEF4 0%, #5F3AEF 100%);
		box-shadow:
			0 10px 24px rgba(95, 58, 239, 0.34),
			inset 0 1px 0 rgba(255,255,255,0.25);
	}
	66%, 93% {
		background: linear-gradient(135deg, #F5B342 0%, #D49B36 100%);
		box-shadow:
			0 10px 24px rgba(212, 155, 54, 0.34),
			inset 0 1px 0 rgba(255,255,255,0.25);
	}
}

@keyframes popupLeadIconTg {
	0%, 27%, 100% {
		opacity: 1;
		transform: translateY(0) scale(1) rotate(0deg);
	}
	30%, 93% {
		opacity: 0;
		transform: translateY(-14px) scale(0.72) rotate(-10deg);
	}
}

@keyframes popupLeadIconMax {
	0%, 27% {
		opacity: 0;
		transform: translateY(14px) scale(0.72) rotate(10deg);
	}
	33%, 60% {
		opacity: 1;
		transform: translateY(0) scale(1) rotate(0deg);
	}
	63%, 100% {
		opacity: 0;
		transform: translateY(-14px) scale(0.72) rotate(-10deg);
	}
}

@keyframes popupLeadIconPhone {
	0%, 60% {
		opacity: 0;
		transform: translateY(14px) scale(0.72) rotate(10deg);
	}
	66%, 93% {
		opacity: 1;
		transform: translateY(0) scale(1) rotate(0deg);
	}
	96%, 100% {
		opacity: 0;
		transform: translateY(-14px) scale(0.72) rotate(-10deg);
	}
}

.popup-lead-capture-open {
	overflow: hidden;
}

#popup-lead-capture-portal {
	position: relative;
	z-index: 2147483646;
	isolation: isolate;
}

.popup-lead-capture-modal {
	position: fixed;
	inset: 0;
	z-index: 2147483646;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: hidden;
	pointer-events: none;
	background: transparent;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	isolation: isolate;
}

.popup-lead-capture-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(26, 33, 43, 0.65);
	opacity: 0;
	transition: opacity 0.24s ease;
}

.popup-lead-capture-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 880px;
	margin: auto;
	max-height: calc(100dvh - 48px);
	overflow: hidden;
	opacity: 0;
	transform: translateY(24px) scale(0.98);
	transition: opacity 0.28s ease, transform 0.28s ease;
	will-change: opacity, transform;
	pointer-events: auto;
	outline: none;
}

.popup-lead-capture-modal.is-visible,
.popup-lead-capture-modal.is-closing {
	visibility: visible;
}

.popup-lead-capture-modal.is-visible {
	pointer-events: auto;
}

.popup-lead-capture-modal.is-visible .popup-lead-capture-backdrop {
	opacity: 1;
}

.popup-lead-capture-modal.is-visible .popup-lead-capture-dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.popup-lead-capture-modal.is-closing {
	pointer-events: none;
}

.popup-lead-capture-close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #374355;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: .2s;
}

.popup-lead-capture-close:hover {
	background: rgba(255, 255, 255, 0.92);
	color: #F59E0B;
}

.popup-lead-capture-content {
	display: grid;
	grid-template-columns: minmax(260px, 360px) 1fr;
	width: 100%;
	max-height: calc(100dvh - 48px);
	min-height: 0;
	overflow-y: auto;
}

.popup-lead-capture-media {
	background: linear-gradient(180deg, #f7efe1 0%, #f3f5f7 100%);
	min-height: 90%;
	max-height: 90%;
	position: relative;
	top: 5%;
	border-radius: 8px;
	z-index: 3;
	overflow: hidden;
}


.popup-lead-capture-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.60) 0%,
			rgba(0, 0, 0, 0.00) 30.07%,
			rgba(0, 0, 0, 0.00) 69.98%,
			rgba(0, 0, 0, 0.60) 100%
	);
	pointer-events: none;
	z-index: 1;
}

.popup-lead-capture-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.popup-lead-capture-body {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	margin-left: -160px;
	padding: 40px 40px 40px 200px;
	border-radius: 8px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	background-image:	url('/image/catalog/icon/popup_lead-pattern.svg');
	background-position: top left;
	background-repeat: no-repeat;
}

.popup-lead-capture-badge {
	margin: 0;
	padding: 30px;
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 360px;
	width: 100%;

}

.popup-lead-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
	position: relative;
}

.popup-lead-inner p {
	margin: 0;
}

.popup-lead-persent-title {
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.popup-lead-persent-value {
	align-self: flex-end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 0;
}

.popup-lead-persent-value span:nth-of-type(1) {
	color: #FFF;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	align-self: flex-end;
}

.popup-lead-persent-value span:nth-of-type(2) {
	color: #F59E0B;
	font-size: 126px;
	font-style: normal;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: -18.9px;
}

.popup-lead-persent-value span:nth-of-type(3) {
	color: #FFF;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	margin-left: 20px;
}

.popup-lead-capture-description {
	color: #FFF;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
	position: relative;
}

.popup-lead-capture-description span {
	color: #F59E0B;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.popup-lead-capture-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.popup-lead-capture-title {
	color: #374355;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin:  0 0 10px;
}

.popup-lead-capture-subtitle {
	color: #374355;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:  0 0 20px;
}

@media screen and (max-height: 900px) {
	.popup-lead-capture-icon {
		display: none;
	}
}

.popup-lead-capture-actions {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	gap: 14px;
	margin-bottom: 30px;
	width: 100%;
}

.popup-lead-capture-action-group {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.popup-lead-capture-qr {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 14px 14px 14px;
	border-radius: 8px;
	background: linear-gradient(180deg, #fffefb 0%, #f7f8fb 100%);
	border: 1px solid rgba(212, 155, 54, 0.18);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.popup-lead-capture-qr__eyebrow {
	color: #b17922;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.popup-lead-capture-qr__title {
	color: #374355;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}

.popup-lead-capture-qr__hint {
	color: #6f7c8f;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
}

.popup-lead-capture-qr__status {
	display: none;
	text-align: center;
	font-size: 12px;
	line-height: 1.35;
	color: #8b6470;
}

.popup-lead-capture-qr[data-popup-lead-capture-qr-state="loading"] .popup-lead-capture-qr__status,
.popup-lead-capture-qr[data-popup-lead-capture-qr-state="failed"] .popup-lead-capture-qr__status {
	display: block;
}

.popup-lead-capture-qr[data-popup-lead-capture-qr-state="loading"] .popup-lead-capture-qr__frame {
	opacity: 0.72;
}

.popup-lead-capture-qr[data-popup-lead-capture-qr-state="failed"] .popup-lead-capture-qr__frame {
	opacity: 0.42;
	border: 1px dashed rgba(139, 100, 112, 0.35);
}

.popup-lead-capture-qr__frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 166px;
	height: 166px;
	padding: 8px;
	border-radius: 8px;
	background: #fff;
	box-shadow:
		inset 0 0 0 1px rgba(26, 31, 43, 0.06),
		0 10px 24px rgba(15, 23, 42, 0.06);
}

.popup-lead-capture-qr__canvas {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	padding: 0;
	border-radius: 0;
	background: #fff;
}

.popup-lead-capture-qr__canvas img,
.popup-lead-capture-qr__canvas canvas {
	display: block;
	width: 140px;
	height: 140px;
	background: #fff;
}

.popup-lead-capture-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-width: 0;
	padding: 0;
	border-radius: 8px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: .2s;
	min-height: 50px;
}

.popup-lead-capture-link-icon {
	height: 100%;
	max-width: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #28A8E9;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.popup-lead-capture-link-description {
	width: 100%;
	text-align: center;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.popup-lead-capture-link-icon svg {
	max-width: 30px;
	width: 100%;
}

.popup-lead-capture-link:hover,
.popup-lead-capture-link:focus {
	text-decoration: none;
	color: #fff;
	opacity: .8;
}

.popup-lead-capture-link-telegram {
	background: #229ed9;
	color: #fff;
}

.popup-lead-capture-link-max .popup-lead-capture-link-description {
	background: linear-gradient(90deg, #36BEF4 0%, #5F3AEF 100%);
}


.popup-lead-capture-phone {
	padding: 18px 20px;
	border-radius: 8px;
	background: #f1f2f5;
}

.popup-lead-capture-phone-text {
	margin-bottom: 10px;
	color: #374355;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.popup-lead-capture-phone-text-mobile {
	display: none;
}

.popup-lead-capture-phone-number {
	text-align: center;
}

.popup-lead-capture-phone-number a {
	color: #374355;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	transition: .2s;
}

.popup-lead-capture-phone-number a:hover {
	color: #F59E0B;
}

.popup-lead-capture-phone-button {
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
	padding: 14px 18px;
	border-radius: 8px;
	background: #F59E0B;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: .2s;
}

.popup-lead-capture-phone-button:hover {
	background: #d18a0a;
	color: #fff;
}

.popup-lead-capture-phone-button:focus, .popup-lead-capture-phone-button:active {
	color: #fff;
}

.popup-lead-capture-consents {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	max-width: 405px;
	width: 100%;
}

.popup-lead-capture-consent {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 420px;
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	color: #374355;
	cursor: pointer;
}

.popup-lead-capture-consent input[type="checkbox"] {
	margin: 0;
	width: 20px;
	height: 20px;
	flex: 0 0 24px;
	accent-color: #8793A6;
	cursor: pointer;
	border-radius: 8px;
}

.popup-lead-capture-consent span {
	display: block;
}

.popup-lead-capture-consent a {
	color: inherit;
	text-decoration: underline;
}

.popup-lead-capture-consent a:hover {
	text-decoration: none;
}

@media (max-width: 991px) {
	.popup-lead-capture-link {
		max-width: 100%;
		width: 100%;
	}

	.popup-lead-capture-actions {
		flex-direction: column;
		flex-wrap: nowrap;
		max-width: 80%;
		width: 100%;
		margin-bottom: 28px;
	}

	.popup-lead-capture-action-group {
		flex: 1 1 auto;
		min-width: 100%;
	}

	.popup-lead-capture-qr {
		display: none;
	}

	.popup-lead-capture-consents {
		margin-top: 28px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		max-width: 80%;
		width: 100%;
	}

	.popup-lead-capture-body {
		padding: 30px 30px 30px 180px;
	}

	.popup-lead-capture-phone-text {
		font-size: 14px;
	}

	.popup-lead-capture-subtitle {
		font-size: 15px;
		max-width: 300px;
		margin: 0 0 20px;
	}

	.popup-lead-capture-title {
		font-size: 24px;
	}

	.popup-lead-capture-fixed-btn {
		right: 18px;
		bottom: 100px;
		min-height: 60px;
		padding: 7px 7px 7px 7px;
	}

	.popup-lead-capture-fixed-btn__icon-wrap {
		width: 46px;
		height: 46px;
		flex-basis: 46px;
	}

	.popup-lead-capture-fixed-btn__title {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.popup-lead-capture-fixed-btn {
		right: 14px;
		bottom: 95px;
		gap: 10px;
		min-height: 56px;
		padding: 6px 6px 6px 6px;
		max-width: calc(100vw - 28px);
	}

	.popup-lead-capture-fixed-btn__icon-wrap {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.popup-lead-capture-fixed-btn__title {
		font-size: 13px;
	}

	.popup-lead-capture-fixed-btn__subtitle {
		font-size: 10px;
		letter-spacing: 0.10em;
	}

	.popup-lead-capture-modal {
		padding: 12px 10px;
		align-items: center;
	}

	.popup-lead-capture-dialog {
		width: 100%;
		margin: auto;
		max-height: calc(100dvh - 24px);
		border-radius: 18px;
	}

	.popup-lead-capture-content {
		grid-template-columns: 1fr;
		max-height: calc(100dvh - 24px);
		overflow-y: auto;
	}

	.popup-lead-capture-media {
		max-height: 220px;
		min-height: 150px;
	}

	.popup-lead-capture-title {
		font-size: 24px;
	}

	.popup-lead-capture-body {
		margin-left: 0;
		padding: 40px 30px 30px;
	}

	.popup-lead-capture-actions {
		max-width: 400px;
		margin-bottom: 24px;
	}

	.popup-lead-capture-qr__title {
		font-size: 13px;
	}

	.popup-lead-capture-qr__frame {
		width: 178px;
		height: 178px;
		padding: 16px;
	}

	.popup-lead-capture-qr__canvas,
	.popup-lead-capture-qr__canvas img,
	.popup-lead-capture-qr__canvas canvas {
		width: 146px;
		height: 146px;
	}

	.popup-lead-capture-consents {
		margin-top: 20px;
		max-width: 400px;
		width: 100%;
	}

	.popup-lead-capture-badge {
		max-width: 100%;
		width: 100%;
	}

	.popup-lead-inner {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
	}

	.popup-lead-persent-value span:nth-of-type(2) {
		font-size: 60px;
		font-style: normal;
		font-weight: 700;
		line-height: 50px;
		letter-spacing: -6px;
	}

	.popup-lead-persent-value span:nth-of-type(3) {
		font-size: 26px;
		font-weight: 600;
		line-height: 26px;
		margin-left: 5px;
	}

	.popup-lead-capture-close {
		position: absolute;
		top: 2px;
		right: 0;
		z-index: 5;
	}

	.popup-lead-capture-phone-number {
		display: none;
	}

	.popup-lead-capture-phone-text {
		display: none;
	}

	.popup-lead-capture-phone-text-mobile {
		display: block;
	}

	.popup-lead-capture-phone-button {
		display: flex;
	}

	.popup-lead-capture-media::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 70.07%, rgba(0, 0, 0, 0.00) 9.98%, rgba(0, 0, 0, 0.80) 100%);

	}
}

@media (max-width: 567px) {
	.popup-lead-capture-badge {
		padding: 30px 20px 20px;
	}

	.popup-lead-persent-title {
		font-size: 20px;
	}

	.popup-lead-capture-description {
		font-size: 20px;
	}

	.popup-lead-capture-description span {
		color: #F59E0B;
		font-size: 20px;
	}

	.popup-lead-capture-media {
		max-height: 170px;
		min-height: 150px;
	}

	.popup-lead-capture-body {
		margin-left: 0;
		padding: 30px 20px 20px;
		background-size: 320px;
	}

	.popup-lead-capture-icon {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}

	.popup-lead-capture-title {
		font-size: 20px;
	}

	.popup-lead-capture-subtitle {
		font-size: 14px;
		max-width: 285px;
		margin: 0 0 20px;
	}

	.popup-lead-capture-actions {
		gap: 10px;
		margin-bottom: 20px;
	}

	.popup-lead-capture-qr {
		padding: 12px 10px 14px;
	}

	.popup-lead-capture-qr__title {
		font-size: 12px;
	}

	.popup-lead-capture-qr__hint {
		font-size: 11px;
	}

	.popup-lead-capture-qr__frame {
		width: 154px;
		height: 154px;
		padding: 14px;
		border-radius: 18px;
	}

	.popup-lead-capture-qr__canvas,
	.popup-lead-capture-qr__canvas img,
	.popup-lead-capture-qr__canvas canvas {
		width: 126px;
		height: 126px;
	}

	.popup-lead-capture-phone-number a {
		font-size: 22px;
	}

	.popup-lead-capture-phone-text {
		max-width: 220px;
	}
}

@media (max-width: 480px) {
	.popup-lead-capture-fixed-btn {
		right: 12px;
		bottom: 90px;
	}

	.popup-lead-capture-fixed-btn__title {
		font-size: 12px;
	}

	.popup-lead-capture-fixed-btn__subtitle {
		font-size: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.popup-lead-capture-backdrop,
	.popup-lead-capture-dialog {
		transition-duration: 0.01ms;
	}

	.popup-lead-capture-fixed-btn,
	.popup-lead-capture-fixed-btn::after,
	.popup-lead-capture-fixed-btn__glow,
	.popup-lead-capture-fixed-btn__icon-wrap,
	.popup-lead-capture-fixed-btn__icon--tg,
	.popup-lead-capture-fixed-btn__icon--max,
	.popup-lead-capture-fixed-btn__icon--phone {
		animation: none !important;
	}

	.popup-lead-capture-fixed-btn {
		transition: none;
	}

	.popup-lead-capture-fixed-btn:hover,
	.popup-lead-capture-fixed-btn:active {
		transform: none;
	}

	.popup-lead-capture-dialog {
		transform: none;
	}
}
