.bober-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}

h2 {
	font-family: Unbounded !important;
	color: #C6C4C4;
	font-size: 22px;
	font-weight: 400;
}

input {
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 40px;
	font-family: Unbounded !important;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -0.03em;
}

input::placeholder {
	font-family: Unbounded !important;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -0.03em;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}


.bg-main {
	position: fixed;
	pointer-events: none;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url('/client/image/icons/bg-gifts.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	filter: blur(40px);
	/* animation:
			move 120s ease-in-out infinite alternate,
			swayAndPulse 30s ease-in-out infinite alternate; */
}

