/* acdc-tg-vhod 1.5.2 */
/* Кнопка — по мерке панели «Войти через Google» (46px, радиус 5px, до 400px). */
.acdc-tgv {
	margin: 12px 0 0;
}

.acdc-tgv__knopka {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 400px;
	margin-inline: auto;
	min-height: 46px;
	padding: 0 16px;
	border: 0;
	border-radius: 5px;
	background: #2aabee;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	cursor: pointer;
}

.acdc-tgv__knopka:hover,
.acdc-tgv__knopka:focus-visible {
	background: #229ed9;
	color: #fff;
}

.acdc-tgv__znachok {
	flex: none;
}

.acdc-tgv-kabinet {
	margin: 24px 0;
}

.acdc-tgv-kabinet__privyazan {
	color: #1b7f3b;
	font-weight: 600;
}

/* Отвязка — обводкой: видно, что кнопка, и видно, что действие опасное. */
.acdc-tgv-kabinet__otvyazat {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid #d0021b;
	border-radius: 5px;
	background: #fff;
	color: #d0021b;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.acdc-tgv-kabinet__otvyazat:hover,
.acdc-tgv-kabinet__otvyazat:focus-visible {
	border-color: #d0021b;
	background: #d0021b;
	color: #fff;
}

.acdc-tgv-kabinet__otvyazat:disabled {
	opacity: 0.6;
	cursor: default;
}

.acdc-tgv-kabinet__otvet:empty {
	display: none;
}

.acdc-tgv-kabinet__otvet {
	margin: 10px 0 0;
}

/* Окно */
.acdc-tgv-okno {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.acdc-tgv-okno[hidden] {
	display: none;
}

.acdc-tgv-okno__fon {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.acdc-tgv-okno__panel {
	position: relative;
	width: 100%;
	max-width: 360px;
	padding: 28px 24px 24px;
	border-radius: 8px;
	background: #fff;
	color: #222;
	text-align: center;
	outline: none;
}

.acdc-tgv-okno__krest {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: none;
	color: #777;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.acdc-tgv-okno__zagolovok {
	margin: 0 0 8px;
	font-size: 18px;
}

.acdc-tgv-okno__tekst {
	margin: 0 0 16px;
}

.acdc-tgv-okno__ssylka {
	display: block;
	padding: 13px 16px;
	border-radius: 5px;
	background: #2aabee;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.acdc-tgv-okno__ssylka:hover,
.acdc-tgv-okno__ssylka:focus-visible {
	background: #229ed9;
	color: #fff;
}

.acdc-tgv-okno__qr {
	width: 200px;
	max-width: 100%;
	margin: 16px auto 0;
}

.acdc-tgv-okno__qr svg {
	display: block;
	width: 100%;
	height: auto;
}

.acdc-tgv-okno__ssylka[hidden],
.acdc-tgv-okno__qr[hidden],
.acdc-tgv-okno__eshchyo[hidden] {
	display: none;
}

.acdc-tgv-okno__eshchyo {
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid #2aabee;
	border-radius: 5px;
	background: #fff;
	color: #2aabee;
	font-weight: 600;
	cursor: pointer;
}
