@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto-VariableFont_wdth,wght.woff2') format('woff2'),
       url('../fonts/Roboto-VariableFont_wdth,wght.woff') format('woff'),
       url('../fonts/Roboto-Italic-VariableFont_wdth,wght.woff2') format('woff2'),
       url('../fonts/Roboto-Italic-VariableFont_wdth,wght.woff') format('woff'),
}

body {
  margin: 0;
  padding: 0;
  font-family:"Roboto";
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background-color:#0000;color:#fff;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(30px);
  transform: scale(1.1);
  z-index: -1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.wrapper {
	width: 400px;
	text-align: center;
	z-index: 10;
}

.wrapper img.logo {
	width: 100%;
	display: block;
}

.block {
	width: 100%;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
}

.block img.cover {
	width: 100%;
	display: block;
}

.block-header {
	padding: 18px;
	font-size: 20px;
	font-weight: regular;
	color: #fff;
	background: #000;
	border-top: 1px solid #777;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
}

.btn  {
	border-top: 1px solid #aaa;
}

.btn img {
	height: 40px;
	width: auto;
}

.discobtn  {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #aaa;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.discobtn img {
  height: 96px;
  width: 96px;
  border-radius: 4px;
  object-fit: cover;
}

#counter {
	background: #e6e6e6;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
}
#available {
  display: none;
}

.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 60px;
	color: #000;
	background: #e6e6e6;
	border-top: 1px solid #ccc;
}

.footer img {
	height: 28px;
	width: auto;
}

.footer-links {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #ccc;
  text-shadow: 1px 1px 0px #000; 
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  margin: 0 12px;
}