@font-face {
	font-family: ibm plex mono;
	src: url("../index/IBMPlexMono.woff") format('woff');
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-display: swap;
}
@font-face {
	font-family: ibm plex mono;
	src: url("../index/IBMPlexMono-Bold.ttf") format('woff');
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	font-display: swap;
}
:root {
	--grey: #81888c;
	--box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	--check-font-regular: 'IBM Plex Mono', IBM Plex, monospace;
}
.un-steps__check {
	display: block;
	
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}
.check {
	box-shadow: var(--box-shadow);
	max-width: 100%;
	font-family: ibm plex mono, IBM Plex, monospace !important;
	font-size: 16px;
	margin: 10px;
}
.check__wrapper {
	padding: 0.5rem;
}
.check__iban {
	margin-bottom: 1rem;
	display: block;
	font-weight: 500;
}
.check__top-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.check__top-col-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 4rem;
}
.check__top-col-1-row {
	display: flex;
	flex-direction: column;
}
.check__top-col-title {
	color: var(--grey);
	margin-bottom: 8px;
	margin-top: 8px;
}
.check__top-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.check__bot {
	border-bottom: 3px solid #000;
}
.check__bot-grid {
	display: grid;
	grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #000;
}
.check__bot-grid-col-title {
	font-weight: 500;
	background-color: rgba(128, 128, 128, 0.39);
	border-right: 1px solid #000;
	border-bottom: 3px solid #000;
	padding: 0.5rem 0.1rem;
	min-height: 13px;
	font-size: 0.8rem;
}
.check__thanks {
	text-align: right;
	display: block;
	margin: 0.5rem 2rem;
}
.un-steps__check-mobile {
	display: none;
}
@media (max-width: 1200px) {
	.check {
		font-size: 1rem;
	}
}
@media (max-width: 1024px) {
	.un-steps__check {
		display: none;
	}
	.un-steps__check-mobile {
		margin: 10px;
		display: block;
		padding: 2rem;
		border: 1px grey solid;
		font-family: var(--check-font-regular);
		line-height: 1.3;
		
		user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
	}
	.check-mobile__top {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		border-bottom: 1.5px #666 solid;
		padding-bottom: 1rem;
		margin-bottom: 2.5rem;
	}
	.check-mobile__bot {
		display: flex;
		width: 100%;
		justify-content: space-between;
		font-size: 1.5rem;
	}
	.check-mobile_lcolumn {
		display: block;
		text-align: left;
		color: #666;
	}
	.check-mobile_rcolumn {
		display: block;
		text-align: right;
		color: #000;
	}
	.check-mobile_sum-text {
		font-size: 1.8rem;
		color: #000;
	}
	.check-mobile_lcolumn p,
	.check-mobile_rcolumn p {
		font-size: 0.9rem;
	}
	.check-mobile__logo {
		margin: 0 auto;
		height: 100%;
		width: 150px;
	}
	.check-mobile_amount,
	.check-mobile__date {
		color: #666;
		margin-bottom: 0.5rem;
	}
	.check-mobile_amount {
		font-size: 1.4rem;
	}
	.check-mobile__date {
		margin: 1.5rem auto;
		font-size: 1rem;
	}
}
@media (min-width: 768px) and (max-width: 850px) {
	.un-steps__check-mobile {
		margin: 10px;
		padding: 1.5rem;
	}
	.check-mobile_lcolumn p,
	.check-mobile_rcolumn p {
		font-size: 0.8rem;
	}
}
@media (max-width: 580px) {
	.check-mobile__top {
		margin-bottom: 2rem;
	}
	.check-mobile_lcolumn p,
	.check-mobile_rcolumn p {
		font-size: 0.7rem;
		padding: 0.4rem 0;
	}
	.un-steps__check-mobile {
		margin: 10px;
		padding: 1.5rem;
	}
	.check-mobile_sum-text {
		font-size: 1.4rem;
	}
	.check-mobile_amount {
		font-size: 1.2rem;
	}
	.check-mobile__date {
		font-size: 0.8rem;
		margin: 1rem auto;
	}
	.reg__list {
		max-width: 83%;
	}
}
@media (max-width: 450px) {
	.check-mobile__top {
		margin-bottom: 1rem;
	}
}
@media (max-width: 400px) {
	.un-steps__check-mobile {
		margin: 10px;
		padding: 0.8rem;
	}
	.check-mobile_lcolumn p,
	.check-mobile_rcolumn p {
		font-size: 0.6rem;
	}
}
