.grecaptcha-badge {
	visibility: hidden !important;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

html,
body {
	height: 100%;
	overflow-x: hidden;
}

body {
	background-color: #fafafa;
	/* background-image: radial-gradient(#c9d5f1 1px, transparent 1px);
	background-position: 6px 6px;
	background-size: 20px 20px; */
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -200px;
}

.container,
.mainCard {
	width: 400px;
	height: 500px;
}

.mainCard {
	padding: 16px 24px;
}

.card {
	position: relative;
	border-radius: 16px;
	background-color: #fff;
	box-shadow:
		0 0 #0000,
		0 0 #0000,
		0 0 0 1px rgba(0, 0, 0, 0.08),
		0px 2px 2px rgba(0, 0, 0, 0.04),
		0px 8px 8px -8px rgba(0, 0, 0, 0.04);
}

.card h1 {
	margin-bottom: 16px;
	background: linear-gradient(180deg, #555, #000);
	-webkit-background-clip: text;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	-webkit-text-fill-color: #0000;
}

.card h2 {
	padding: 0 16px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 38px;
}

.card__content {
	padding: 8px 24px 16px;
}

.radioList__item {
	display: block;
	margin-bottom: 8px;
}

.sticker {
	position: absolute;
	transform-origin: center;
	-webkit-user-drag: none;
	user-select: none;
}

.sticker_argon2 {
	right: -300px;
	bottom: -45px;
	width: 230px;
	transform: rotate(-15deg);
}

.sticker_argon2:hover {
	transform: rotate(-10deg);
}

.sticker_ie6 {
	top: -80px;
	left: -480px;
	width: 230px;
	transform: rotate(7deg);
}

.sticker_ie6:hover {
	transform: rotate(2deg);
}

.wire {
	position: absolute;
	border-width: 0;
	border-style: solid;
	border-color: #e4e4e4;
}

.wire_fromTopToRight {
	top: 0;
	right: 0;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-left-radius: 16px;
}

.wire_fromBottomToRight {
	right: 0;
	bottom: 0;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-left-radius: 16px;
}

.wire_fromLeftToRight {
	right: 0;
	bottom: 0;
	height: 0;
	border-top-width: 2px;
}

.wire_fromLangToMain {
	top: 0;
	left: -131px;
	width: 121px;
	height: 154px;
}

.wire_fromColorSchemeToMain {
	bottom: 0;
	left: -166px;
	width: 156px;
	height: 200px;
}

.wire_fromAntirobotToMain {
	top: 227px;
	left: -170px;
	width: 170px;
}

.cardConnector {
	position: absolute;
	width: 10px;
	height: 6px;
	background: #fff;
}

.cardConnector_side_left {
	left: -10px;
	background: linear-gradient(90deg, #fff, #d9d9d9 33.33%, #fff 66.67%, #bcbcbc);
	box-shadow: 0 2px 2px 1px #0000000d, inset 1px 0 1px 1px #0000001a, inset 1px 0 1px #ddd;
}

.cardConnector_side_right {
	right: -10px;
	background: linear-gradient(90deg, #fff, #d9d9d9 33.33%, #fff 66.67%, #bcbcbc);
	box-shadow: 0 2px 2px 1px #0000000d, inset -1px 0 1px 1px #0000001a, inset -1px 0 1px #ddd;
}

.cardConnector_side_bottom,
.cardConnector_side_top {
	width: 6px;
	height: 10px;
}

.cardConnector_side_bottom {
	bottom: -10px;
	box-shadow: 0 2px 2px 1px #00000005, inset 0 -1px 1px 1px #0000001a, inset 0 -1px 1px #ddd;
}

.cardConnector_side_top {
	top: -10px;
	background: linear-gradient(180deg, #fff, #d9d9d9 33.33%, #fff 66.67%, #bcbcbc);
	box-shadow: 0 2px 2px 1px #00000005, inset 0 -1px 1px 1px #0000001a, inset 0 -1px 1px #ddd;
}

.cardConnector_toMainFromLang {
	top: 150px;
}

.cardConnector_toMainFromColorScheme {
	bottom: 196px;
}

.cardConnector_toMainFromAntirobot {
	bottom: 269px;
}

.cardConnector_fromLangToMain {
	right: 77px;
}

.cardConnector_fromColorSchemeToMain {
	right: 112px;
}

.cardConnector_fromColorSchemeToMain {
	right: 112px;
}

.cardConnector_fromAntirobotToMain {
	bottom: 35px;
}

.langCard {
	position: absolute;
	top: -75px;
	left: -210px;
	width: 160px;
}

.antirobotCard {
	position: absolute;
	top: 157px;
	left: -400px;
	width: 220px;
}

.colorSchemeCard {
	position: absolute;
	bottom: -35px;
	left: -280px;
	width: 230px;
}

.cpu {
	position: absolute;
	top: -34px;
	right: -280px;
	width: 230px;
	padding: 21px 25px;
	border-radius: 8px;
	background: linear-gradient(180deg, #444444 0, #333333 100%), linear-gradient(180deg, #ffffff1a 0, #ffffff1a 26.56%, #0000001a 51.56%, #0000001a 100%);
	box-shadow: 0 2px 4px #0000001a, 0 6px 4px -2px #00000026, inset 0 -3px 1px -1px #00000040;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	user-select: none;
}

.cpu:before {
	position: absolute;
	padding: 3px;
	border-radius: inherit;
	background: linear-gradient(180deg, #ffffff1a, #ffffff1a 26.56%, #0000001a 51.56%, #0000001a);
	content: "";
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.cpu__text {
	background: linear-gradient(92.66deg, #aeaeae, #eaeaea 19.79%, #9d9b9b 33.33%, #efecec 70.31%, #848484);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #0000;
	text-shadow: 0 0 10px #ffffff1a, 0 -1px 0 #0000001a;
}

.errorMessage {
	color: red;
}

.card,
.wire,
.cardConnector,
.cpu,
.sticker {
	transition: all 0.5s ease-in-out;
	/* transition: opacity 0.1s linear; */
}

@media (max-width: 1250px) {
	/* .antirobotCard,
	.wire_fromAntirobotToMain,
	.cardConnector_toMainFromAntirobot {
		opacity: 0;
		pointer-events: none;
		user-select: none;
	} */

	.antirobotCard {
		left: -700px;
	}

	.wire_fromAntirobotToMain {
		left: -470px;
		width: 470px;
	}

	.sticker_ie6 {
		opacity: 0;
	}
}

@media (max-width: 980px) or (max-height: 680px) {
	.langCard,
	.colorSchemeCard,
	.antirobotCard,
	.wire,
	.cardConnector,
	.cpu,
	.sticker {
		opacity: 0;
		pointer-events: none;
		user-select: none;
	}
}
