.drm-requisites-page,
.drm-requisites-page * {
	box-sizing: border-box;
}

.drm-requisites-page {
	width: 100%;
	padding: 56px 20px 48px;
	color: #20242a;
	background: #ffffff;
	font-family: inherit;
}

.drm-requisites {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.drm-requisites__title {
	margin: 0 0 8px;
	color: #191c20;
	font-size: clamp(34px, 4vw, 44px);
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.drm-requisites__lead {
	margin: 0 0 36px;
	color: #6b7580;
	font-size: 18px;
	line-height: 1.55;
}

.drm-requisites__card {
	padding: 40px 36px 32px;
	background: #f6f7f9;
	border: 1px solid #dce1e6;
	border-radius: 18px;
}

.drm-requisites__section-head {
	margin-bottom: 22px;
}

.drm-requisites__section-head h2 {
	margin: 0;
	color: #20242a;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.25;
}

.drm-requisites__section-head p {
	margin: 8px 0 0;
	color: #78838f;
	font-size: 14px;
	line-height: 1.45;
}

.drm-requisites__section--bank {
	margin-top: 32px;
	padding-top: 4px;
}

.drm-requisites__list,
.drm-requisites__list dt,
.drm-requisites__list dd {
	margin: 0;
}

.drm-requisites__row {
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) 44px;
	column-gap: 20px;
	align-items: center;
	min-height: 44px;
	margin-inline: -12px;
	padding-inline: 12px;
	border-radius: 8px;
	transition: background-color 120ms ease;
}

@media (hover: hover) {
	.drm-requisites__row:hover {
		background: #ffffff;
	}
}

.drm-requisites__row:focus-within {
	background: #ffffff;
}

.drm-requisites__row dt {
	color: #66717d;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.drm-requisites__row dd {
	min-width: 0;
	color: #24282e;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.drm-requisites__row a {
	color: inherit;
	text-decoration: none;
}

.drm-requisites__row a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.drm-requisites__number {
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.015em;
}

.drm-requisites__row > .drm-copy,
.drm-requisites__row > .drm-copy:hover,
.drm-requisites__row > .drm-copy:focus,
.drm-requisites__row > .drm-copy.is-copied,
.drm-requisites__row > .drm-copy.is-copied:focus {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	margin: 0;
	padding: 14px !important;
	line-height: 0;
	color: transparent;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	appearance: none;
	cursor: pointer;
	opacity: 1;
}

.drm-copy:hover {
	opacity: 0.62;
}

.drm-copy:focus-visible {
	outline: 2px solid rgba(32, 36, 42, 0.35);
	outline-offset: 2px;
}

.drm-copy::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("../images/copy.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
}

.drm-copy.is-copied::before {
	background-image: url("../images/check.png");
}

.drm-copy span {
	display: none;
}

.drm-requisites__status {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 767px) {
	.drm-requisites-page {
		padding: 36px 14px 32px;
	}

	.drm-requisites__title {
		margin-bottom: 20px;
		font-size: 34px;
	}

	.drm-requisites__lead {
		margin: 0 0 26px;
		font-size: 16px;
	}

	.drm-requisites__card {
		padding: 28px 18px 22px;
		border-radius: 14px;
	}

	.drm-requisites__section-head h2 {
		font-size: 23px;
	}

	.drm-requisites__row {
		grid-template-columns: minmax(0, 1fr) 44px;
		gap: 4px 14px;
		min-height: 0;
		margin-inline: -8px;
		padding: 10px 8px;
		border-bottom: 0;
	}

	.drm-requisites__row:last-child {
		border-bottom: 0;
	}

	.drm-requisites__row dt {
		grid-column: 1 / -1;
	}

	.drm-requisites__row dd {
		grid-column: 1;
	}

	.drm-copy {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.drm-requisites__row {
		transition: none;
	}
}

@media print {
	.drm-requisites-page {
		padding: 0;
	}

	.drm-requisites__card {
		padding: 22px 0 0;
		border: 0;
	}

	.drm-copy {
		display: none !important;
	}

	.drm-requisites__row {
		grid-template-columns: 210px minmax(0, 1fr);
		min-height: 48px;
		break-inside: avoid;
	}
}
