@font-face {
  font-family: sp-fonz;
  font-weight: 900;
  font-display: swap;
  unicode-range: U+0000, U+000D, U+0020, U+00A0, U+00A4, U+00B6-00B7,
    U+0901-097F, U+200C-200E, U+FFFF;
  src: url('./fonts/font_X.woff2')
      siftat('woff2'),
    url('./fonts/font_X.woff')
      siftat('woff');
}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "sp-fonz","DM Sans", sans-serif;
}

:link, :active, :visited {
  color: white;
}

body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(#1c1c1c, black);
  color: white;
}

nav {
  display: flex;
  width: 100%;
  background: black;
  gap: 5px;
  align-items: center;
  padding-block: 32px;
  padding-left: 20px;
}
nav .lawl-logo {
  font-size: 36px;
  color: #fff;
  padding-left: 24px;
}
nav .logo-name {
  font-size: 25px;
  font-weight: 600;
}

.lawl-navdzb {
  padding-block: 58px;
  border-radius: 6px;
  flex-grow: 1;
  background: black;
  display: flex;
  flex-direction: column;
  width: 48%;
  align-items: center;
  gap: 60px;
  margin-top: -19px;
}
.lawl-navdzb .rass {
  font-size: 2.9rem;
  font-weight: 700;
  padding-top: 16px;
  letter-spacing: -1.6px;
}
.lawl-navdzb .rass span {
  color: #1ed760;
  font-weight: lighter;
}
.lawl-navdzb .dkhl-tari9a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 1.1rem;
  padding-bottom: 40px;
  width: 75%;
  border-bottom: 0.1px solid #1c1c1c;
  margin-top: -2px;
}
.lawl-navdzb .dkhl-tari9a .tari9a4 {
  border: 1px solid var(--essential-subdued,#878787);
  height: 46px;
  width: 324px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 200px;
  cursor: pointer;
  font-size: 1rem;
}
.lawl-navdzb .dkhl-tari9a .tari9a1, .lawl-navdzb .dkhl-tari9a .tari9a2, .lawl-navdzb .dkhl-tari9a .tari9a3 {
  cursor: pointer;
  border: 1px solid var(--essential-subdued,#878787);
  height: 46px;
  width: 324px;
  display: flex;
  gap: 10px;
  padding-inline: 22.5px;
  justify-content: space-between;
  border-radius: 200px;
  align-items: center;
}
.lawl-navdzb .dkhl-tari9a .tari9a1 .dkhl-text, .lawl-navdzb .dkhl-tari9a .tari9a2 .dkhl-text, .lawl-navdzb .dkhl-tari9a .tari9a3 .dkhl-text {
  text-align: center;
  font-weight: 600;
  flex-grow: 1;
  font-size: 1rem;
}
.lawl-navdzb .dkhl-sift {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  width: 75%;
  border-bottom: 0.1px solid #1c1c1c;
  margin-top: -30px;
}
.lawl-navdzb .dkhl-sift .labels {
    padding-block: 5px;
    font-size: 0.875rem;
    font-weight: 600;
  }
.lawl-navdzb .dkhl-sift .flds {
  padding-bottom: 10px;
}
.lawl-navdzb .dkhl-sift .inp-gib {
  height: 46px;
  width: 324px;
  font-size: 1rem;
  color: white;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid gray;
  background: #1c1c1c;
}
.lawl-navdzb .dkhl-sift #remember {
  scale: 1.5;
}
.lawl-navdzb .dkhl-sift .checks {
  padding-bottom: 20px;
  display: flex;
  gap: 1px;
}
.lawl-navdzb .dkhl-sift .log-in-btn {
  width: 350px;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 100px;
  border: none;
  background: #1ed760;
  color: black;
  font-size: 1rem;
  font-weight: bolder;
}
.lawl-navdzb .dkhl-sift .link {
  text-align: center;
  width: 100%;
}

input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.label {
	cursor: pointer;
	text-indent: -9999px;
	width: 30px;
	height: 15px;
	background: #727272;
	display: block;
	border-radius: 100px;
	position: relative;
}

.label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	background: #121212;
	border-radius: 90px;
	transition: 0.3s;
}

input:checked + label {
	background: #1ed760;
}

input:checked + label:after {
	left: calc(100% - 15px);
	transsift: translateX(-100%);
}

.label:active:after {
	width: 130px;
}
.lbx{
  margin-left: 11px;
  margin-top: -1px;
  font-size: 12px;
  font-weight: 600;
}

.psh{
  position: absolute;
  left: 888px;
  top: 733px;
  font-size: 19px;
  transsift: scaleX(-1);
}

@media (max-width: 767px) {
body {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(#1c1c1c, black);
  color: white;
}

nav {
  display: flex;
  width: 100%;
  background: black;
  gap: 8px;
  align-items: center;
  padding-block: 40px;
  padding-left: 14px;
}
nav .lawl-logo {
  font-size: 24px;
  color: #fff;
  margin: 7px 17px 5px;
  padding-left: 0px;
}
nav .logo-name {
  font-size: 15px;
  font-weight: 600;
  margin: 7px 0px 5px -21px;
}

.lawl-navdzb {
  padding-block: 111px;
  border-radius: 15px;
  flex-grow: 1;
  background: black;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 60px;
}
.lawl-navdzb .rass {
  font-size: 31px;
  font-weight: 700;
  position: absolute;
  left: 32px;
  top: 86px;
  padding-top: 26px;
  letter-spacing: -1px;
}
.lawl-navdzb .rass span {
  color: #1ed760;
  font-weight: lighter;
}
.lawl-navdzb .dkhl-tari9a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 1.1rem;
  padding-bottom: 40px;
  width: 75%;
  border-bottom: 0.1px solid #1c1c1c;
}
.lawl-navdzb .dkhl-tari9a .tari9a4 {
  border: 1px solid var(--essential-subdued,#878787);
  height: 46px;
  width: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 200px;
  cursor: pointer;
}
.lawl-navdzb .dkhl-tari9a .tari9a1, .lawl-navdzb .dkhl-tari9a .tari9a2, .lawl-navdzb .dkhl-tari9a .tari9a3 {
  cursor: pointer;
  border: 1px solid var(--essential-subdued,#878787);
  height: 46px;
  width: 365px;
  display: flex;
  gap: 10px;
  padding-inline: 22.5px;
  justify-content: space-between;
  border-radius: 200px;
  align-items: center;
}
.lawl-navdzb .dkhl-tari9a .tari9a1 .dkhl-text, .lawl-navdzb .dkhl-tari9a .tari9a2 .dkhl-text, .lawl-navdzb .dkhl-tari9a .tari9a3 .dkhl-text {
  text-align: center;
  font-weight: 700;
  flex-grow: 1;
}
.lawl-navdzb .dkhl-sift {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  width: 75%;
  border-bottom: 0.1px solid #1c1c1c;
  margin-top: -30px;
}
.lawl-navdzb .dkhl-sift .labels {
    padding-block: 5px;
    font-size: 0.875rem;
    font-weight: 600;
  }
.lawl-navdzb .dkhl-sift .flds {
  padding-bottom: 10px;
}
.lawl-navdzb .dkhl-sift .inp-gib {
  height: 46px;
  width: 365px;
  font-size: 1rem;
  color: white;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid gray;
  background: #1c1c1c;
}
.lawl-navdzb .dkhl-sift #remember {
  scale: 1.5;
}
.lawl-navdzb .dkhl-sift .checks {
  padding-bottom: 20px;
  display: flex;
  gap: 10px;
}
.lawl-navdzb .dkhl-sift .log-in-btn {
  width: 350px;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 100px;
  border: none;
  background: #1ed760;
  color: black;
  font-size: 1.3rem;
  font-weight: bolder;
}
.lawl-navdzb .dkhl-sift .link {
  text-align: center;
  width: 100%;
}
.psh{
    position: absolute;
    left: 348px;
    top: 622px;
    font-size: 19px;
    transsift: scaleX(-1);
  }
.inx{
  padding-left: 7px;
}
}