@font-face {
	font-family: Redot;
	src: url('../Redotpay-Regular.otf');
}

body {
	margin: 0;
	font-family: Redot;
	display: flex;
	flex-direction: column;
	height: 100vh;
	background: linear-gradient(rgba(241, 245, 249, 1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(241, 245, 249, 1) 1px, transparent 1px),
		linear-gradient(rgba(241, 245, 249, 0.7) 1px, transparent 1px),
		linear-gradient(90deg, rgba(241, 245, 249, 0.7) 1px, transparent 1px);
	background-size: 20px 20px, 20px 20px, 100px 100px, 100px 100px;
	background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
}

.header {
	display: flex;
	margin: auto;
	background: #61616161;
	width: 100%;
}

.container {
	max-width: 1400px;
	width: 100%;
	display: flex;
	margin: auto;
	flex-direction: column;
	padding: 0 16px;
}

@media screen and (min-width: 1200px) {
	.container {
		padding: 0 32px;
	}

	body {
		background-size: 24px 24px, 24px 24px, 120px 120px, 120px 120px;
	}
}

.header_block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

@media screen and (min-width: 1200px) {
	.header_block {
		padding: 24px 0;
	}
}

.logo {
}

.links_block {
	display: flex;
	max-width: 600px;
	width: 100%;
	justify-content: space-between;
}

.link {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.contact {
	padding: 15px 30px;
	border: none;
	border-radius: 30px;
	color: #fff;
	background: #000;
	font-size: 15px;
	font-family: 'Redot';
}

.main {
	display: flex;
	flex: 1 0 auto;
}

.main_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	justify-content: center;
}

@media screen and (min-width: 1200px) {
	.main_block {
		padding: 60px 0;
	}
}

.title {
	color: #fff;
	text-align: center;
	font-size: 27px;
}

.btn {
	padding: 15px 35px;
	font-size: 16px;
	font-family: 'Redot';
	border: none;
	border-radius: 30px;
	background: #e11d;
	color: #fff;
	cursor: pointer;
}

.footer {
	background: #1a1c1f;
	display: flex;
	flex: 0 0 auto;
}

.links_block_footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
}

.block_footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.title_fot {
	color: #b6b9c1;
	font-size: 18px;
}

.apps {
	margin: 5px 0;
}

.link_footer {
	color: #aaabad;
	text-decoration: none;
	font-size: 15px;
	margin: 5px 0;
}

.footer_down {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px 0;
}

.logo_foot {
}

.copyright {
	color: #aaabad;
	margin-top: 6px;
	font-size: 15px;
}

.block_down {
}

.ico {
	margin-left: 10px;
}

.main > .container > .main_block > .title {
	color: #000;
	font-size: 31px;
}

.warning-title {
	color: #e11d48;
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 600;
}

.warning-text {
	color: #374151;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
	max-width: 600px;
}

.countdown-timer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 40px;
	padding: 20px;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.timer-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding: 16px 20px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.timer-block:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.1);
}

.timer-value {
	font-size: 36px;
	font-weight: 700;
	color: #e11d48;
	line-height: 1;
	margin-bottom: 4px;
}

.timer-label {
	font-size: 14px;
	color: #6b7280;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.timer-separator {
	font-size: 28px;
	font-weight: 700;
	color: #9ca3af;
	margin: 0 8px;
}

.funds-card {
	background: #fff;
	border-radius: 20px;
	padding: 32px;
	margin-bottom: 40px;
	border: 1px solid #d1d5db;
	max-width: 500px;
	width: 100%;
	text-align: center;
}

.funds-title {
	font-size: 18px;
	font-weight: 700;
	color: #374151;
	margin: 0 0 16px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.funds-amount {
	font-size: 48px;
	font-weight: 800;
	color: #e11d48;
	text-shadow: 0 2px 4px rgba(225, 29, 72, 0.1);
}

.funds-details {
	margin-block: 32px;
}

.detail-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 2px solid #e11d48;
	margin-bottom: 4px;
	transition: all 0.3s ease;
}

.detail-row:last-child {
	margin-bottom: 0;
}

.detail-label {
	font-size: 16px;
	color: #6b7280;
	font-weight: 500;
}

.detail-value {
	font-size: 16px;
	color: #111827;
	font-weight: 600;
	font-family: 'Courier New', monospace;
}

.receive-btn {
	background: #e11d48;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 16px 48px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Redot';
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px rgba(225, 29, 72, 0.3);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	overflow: hidden;
}

.receive-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(225, 29, 72, 0.4);
	background: #be185d;
}

.receive-btn:active {
	transform: translateY(0);
	box-shadow: 0 4px 16px rgba(225, 29, 72, 0.3);
}

.receive-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.2),
		transparent
	);
	transition: left 0.5s;
}

.receive-btn:hover::before {
	left: 100%;
}

.content-wrapper {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
}

.warning-block {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.funds-card {
	margin-bottom: 30px;
}

.info-notice {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 20px;
	max-width: 500px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.notice-title {
	font-size: 16px;
	font-weight: 600;
	color: #dc2626;
	margin-bottom: 12px;
	line-height: 1.4;
}

.notice-text {
	font-size: 14px;
	color: #6b7280;
	line-height: 1.5;
	margin-bottom: 16px;
}

.mini-timer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	padding: 16px;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	position: relative;
	overflow: hidden;
}

.mini-timer-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 12px 14px;
	border-radius: 12px;
	min-width: 50px;
	transition: all 0.3s ease;
	position: relative;
}

.mini-timer-block:hover {
	transform: translateY(-2px);
}

.mini-timer-value {
	font-size: 20px;
	font-weight: 800;
	color: #e11d48;
	line-height: 1;
	transition: all 0.3s ease;
}

.mini-timer-label {
	font-size: 11px;
	color: #6b7280;
	font-weight: 600;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mini-timer-separator {
	font-size: 20px;
	font-weight: 800;
	color: #e11d48;
	margin: 0 4px;
	text-shadow: 0 1px 2px rgba(225, 29, 72, 0.1);
	animation: pulse-separator 2s infinite;
}

@keyframes pulse-separator {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
}

/* Планшеты (768px - 1024px) */
@media screen and (max-width: 1024px) and (min-width: 769px) {
	body {
		background-size: 22px 22px, 22px 22px, 110px 110px, 110px 110px;
	}

	.container {
		padding: 0 20px;
	}

	.header_block {
		padding: 16px 0;
	}

	.links_block {
		gap: 20px;
	}

	.funds-card {
		max-width: 400px;
	}

	.info-notice {
		padding: 16px;
		margin-top: 16px;
	}

	.notice-title {
		font-size: 15px;
	}

	.notice-text {
		font-size: 13px;
	}

	.mini-timer {
		padding: 14px;
		border-radius: 14px;
		gap: 6px;
	}

	.mini-timer-block {
		padding: 10px 12px;
		min-width: 45px;
		border-radius: 10px;
	}

	.mini-timer-value {
		font-size: 18px;
	}

	.mini-timer-separator {
		font-size: 18px;
	}

	.warning-title {
		font-size: 28px;
	}

	.timer-value {
		font-size: 32px;
	}

	.timer-block {
		padding: 14px 18px;
	}
}

/* Малые планшеты (600px - 768px) */
@media screen and (max-width: 768px) and (min-width: 601px) {
	body {
		background-size: 18px 18px, 18px 18px, 90px 90px, 90px 90px;
	}

	.container {
		padding: 0 16px;
	}

	.header_block {
		padding: 16px 0;
	}

	.links_block {
		display: none;
	}

	.funds-card {
		max-width: 450px;
		width: 100%;
	}

	.info-notice {
		max-width: 450px;
		width: 100%;
		padding: 18px;
		margin-top: 20px;
	}

	.warning-title {
		font-size: 26px;
		padding: 0 10px;
	}

	.warning-text {
		font-size: 17px;
		padding: 0 15px;
	}

	.countdown-timer {
		gap: 12px;
		padding: 18px;
	}

	.timer-value {
		font-size: 30px;
	}

	.timer-block {
		padding: 14px 18px;
	}

	.footer .title {
		font-size: 24px;
		padding: 0 20px;
	}

	.links_block_footer {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 20px;
	}

	.block_footer {
		margin: 15px 10px;
		min-width: 150px;
	}
}

/* Мобильные устройства (до 600px) */
@media screen and (max-width: 600px) {
	body {
		background-size: 16px 16px, 16px 16px, 80px 80px, 80px 80px;
	}

	.container {
		padding: 0 12px;
	}

	.header_block {
		padding: 16px 0;
		flex-wrap: wrap;
		gap: 10px;
	}

	.logo {
		height: 32px;
	}

	.links_block {
		display: none;
	}

	.contact {
		padding: 12px 24px;
		font-size: 14px;
	}

	.main {
		min-height: auto;
		padding: 20px 0;
	}

	.main_block {
		padding: 0;
	}

	.funds-card {
		padding: 20px 16px;
		margin-bottom: 20px;
		border-radius: 16px;
		width: 100%;
		box-sizing: border-box;
	}

	.info-notice {
		padding: 16px;
		margin-top: 10px;
		border-radius: 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.notice-title {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.notice-text {
		font-size: 12px;
		margin-bottom: 12px;
	}

	.mini-timer {
		gap: 6px;
		padding: 12px;
		border-radius: 12px;
	}

	.mini-timer-block {
		padding: 8px 10px;
		min-width: 40px;
		border-radius: 8px;
	}

	.mini-timer-value {
		font-size: 16px;
	}

	.mini-timer-label {
		font-size: 9px;
		margin-top: 3px;
	}

	.mini-timer-separator {
		font-size: 16px;
		margin: 0 3px;
	}

	.funds-title {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.funds-amount {
		font-size: 32px;
	}

	.funds-details {
		margin-bottom: 20px;
	}

	.detail-row {
		padding: 10px 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.detail-label {
		font-size: 13px;
		color: #9ca3af;
	}

	.detail-value {
		font-size: 14px;
		word-break: break-all;
		font-weight: 600;
	}

	.receive-btn {
		padding: 12px 32px;
		font-size: 15px;
		width: 100%;
		max-width: 200px;
	}

	.warning-block {
		width: 100%;
	}

	.warning-title {
		font-size: 22px;
		margin-bottom: 15px;
		line-height: 1.3;
		padding: 0 5px;
	}

	.warning-text {
		font-size: 15px;
		margin-bottom: 25px;
		padding: 0 5px;
		line-height: 1.5;
	}

	.countdown-timer {
		gap: 6px;
		margin-bottom: 25px;
		padding: 12px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.timer-block {
		padding: 10px 12px;
		min-width: 70px;
	}

	.timer-value {
		font-size: 24px;
	}

	.timer-label {
		font-size: 11px;
	}

	.timer-separator {
		font-size: 20px;
		margin: 0 2px;
	}

	.footer .title {
		font-size: 20px;
		line-height: 1.4;
		padding: 0 10px;
	}

	.footer .btn {
		padding: 12px 28px;
		font-size: 15px;
	}

	.links_block_footer {
		flex-direction: column;
		margin-top: 15px;
		gap: 15px;
	}

	.block_footer {
		margin: 0;
		align-items: center;
		text-align: center;
	}

	.title_fot {
		font-size: 16px;
		margin-bottom: 8px;
		margin-top: 0;
	}

	.link_footer {
		font-size: 14px;
		margin: 3px 0;
	}

	.footer_down {
		flex-direction: column;
		gap: 15px;
		margin: 20px 0 10px;
		text-align: center;
	}

	.copyright {
		font-size: 13px;
		text-align: center;
		margin-top: 8px;
	}

	.block_down {
		display: flex;
		justify-content: center;
		gap: 15px;
		flex-wrap: wrap;
	}

	.ico {
		margin: 0;
		width: 24px;
		height: 24px;
	}
}

/* Очень маленькие экраны (до 400px) */
@media screen and (max-width: 400px) {
	.container {
		padding: 0 8px;
	}

	.funds-card {
		padding: 16px 12px;
	}

	.funds-amount {
		font-size: 28px;
	}

	.info-notice {
		padding: 12px;
		margin-top: 8px;
	}

	.notice-title {
		font-size: 13px;
	}

	.notice-text {
		font-size: 11px;
		margin-bottom: 10px;
	}

	.mini-timer {
		padding: 10px;
		border-radius: 10px;
		gap: 4px;
	}

	.mini-timer-block {
		padding: 6px 8px;
		min-width: 32px;
		border-radius: 6px;
	}

	.mini-timer-value {
		font-size: 14px;
	}

	.mini-timer-separator {
		font-size: 14px;
		margin: 0 2px;
	}

	.warning-title {
		font-size: 20px;
	}

	.timer-value {
		font-size: 20px;
	}

	.timer-block {
		padding: 8px 10px;
		min-width: 60px;
	}

	.countdown-timer {
		padding: 8px;
	}

	.receive-btn {
		padding: 10px 24px;
		font-size: 14px;
	}

	.footer .title {
		font-size: 18px;
	}
}

hr {
	width: 100%;
	border: 1px solid #2e3032;
}
