/* Страница Оферта / Правила проекта */

.b16-oferta {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto 28px;
	padding: 8px 16px 28px;
	box-sizing: border-box;
}

.b16-oferta__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 8px 0 26px;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}

.b16-oferta__q {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(229, 57, 53, 0.2);
	color: #ef5350;
	font-size: 18px;
	font-weight: 800;
	flex-shrink: 0;
}

.b16-oferta-card {
	margin-bottom: 16px;
	padding: 20px 22px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.b16-oferta-card__title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 18px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.92);
}

.b16-oferta-card__title i {
	color: #ab47bc;
	font-size: 22px;
}

.b16-oferta-card__list {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 12px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 8px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.28) rgba(255, 255, 255, 0.06);
}

.b16-oferta-card__list::-webkit-scrollbar {
	width: 7px;
}

.b16-oferta-card__list::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.28);
	border-radius: 6px;
}

.b16-oferta-card__list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 6px;
}

/* Пункты правил общения — компактные блоки */
.b16-oferta-rule {
	flex: 0 0 auto;
	flex-shrink: 0;
	min-height: 54px;
	border-radius: 12px;
	background: #2a2a2e;
	border: 1px solid rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.b16-oferta-rule__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 54px;
	padding: 14px 18px;
	cursor: pointer;
	list-style: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	user-select: none;
	background: #333338;
}

.b16-oferta-rule__head::-webkit-details-marker {
	display: none;
}

.b16-oferta-rule__head > span {
	min-width: 0;
}

.b16-oferta-rule__head > i {
	flex-shrink: 0;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1;
}

.b16-oferta-rule__ico-close {
	display: none !important;
}

.b16-oferta-rule[open] > .b16-oferta-rule__head .b16-oferta-rule__ico-plus {
	display: none !important;
}

.b16-oferta-rule[open] > .b16-oferta-rule__head .b16-oferta-rule__ico-close {
	display: inline-block !important;
}

.b16-oferta-rule__body {
	padding: 14px 18px 16px;
	background: #2a2a2e;
}

.b16-oferta-rule__text {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	line-height: 1.55;
	font-weight: 400;
}

.b16-oferta-rule__penalty {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 16px;
	border-radius: 10px;
	background: #5f69d4;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

/* Документы — вся полоска кликабельна */
.b16-oferta-linkbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 54px;
	padding: 14px 18px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.9) !important;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.b16-oferta-linkbar:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

.b16-oferta-linkbar__text {
	min-width: 0;
	flex: 1 1 auto;
}

.b16-oferta-linkbar__text em {
	font-style: normal;
	color: #90caf9;
	word-break: break-all;
}

.b16-oferta-linkbar > .bx-plus {
	flex-shrink: 0;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.55);
}

.b16-oferta-acc__cube {
	color: #ffb74d !important;
	margin-right: 6px;
	vertical-align: -2px;
	font-size: 18px;
}

.b16-oferta__help {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.b16-oferta__help a {
	color: #90caf9 !important;
	font-weight: 600;
}

@media (max-width: 640px) {
	.b16-oferta {
		padding: 8px 8px 24px;
	}

	.b16-oferta__title {
		font-size: 18px;
	}

	.b16-oferta-card {
		padding: 14px;
	}

	.b16-oferta-rule__head,
	.b16-oferta-linkbar {
		font-size: 14px;
		min-height: 48px;
		padding: 12px 14px;
	}

	.b16-oferta-rule__text {
		font-size: 14px;
	}

	.b16-oferta-rule__penalty {
		font-size: 13px;
		padding: 10px 12px;
	}
}
