@charset "UTF-8";
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ VIOLET */
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ ORANGE */
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ RED */
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ GREEN */
/* НАСЫЩЕННОСТЬ|ЯРКОСТЬ ORANGE */
/* ОТСТУПЫ ДЛЯ ТАБЛИЦ */
* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  border: 0;
}

*:hover {
  transition: 0.4s;
}

html {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #050B2E;
}

h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-block-end: 0;
  margin-block-start: 0;
}

h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-block-end: 0;
  margin-block-start: 0;
}

a {
  color: #050B2E;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

a:visited {
  color: #050B2E;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

a:link {
  color: #050B2E;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}

input {
  outline: 0;
}

textarea {
  outline: 0;
}

select:focus-visible {
  outline: 0;
}

dialog:focus-visible {
  outline: 0;
}

dialog:focus-visible {
  outline: 0;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.3);
}

dialog.loader {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 10%;
  height: 5px;
  filter: blur(1px);
  background: linear-gradient(90deg, transparent 0, #FF7200 45%, #FF7200 55%, transparent 100%);
}
dialog.loader::backdrop {
  opacity: 0;
}
dialog.loader.start {
  animation: load 3s ease-in-out infinite;
}
@keyframes load {
  from {
    left: 0;
  }
  50% {
    left: 90%;
  }
  to {
    left: 0;
  }
}

div#overlay > div.auth-form > form {
  max-width: 360px;
  margin: 0 auto;
  padding: 30px 26px;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(118, 134, 239, 0.22);
}
div#overlay > div.auth-form > form > div:first-of-type {
  margin-bottom: 24px;
}
div#overlay > div.auth-form > form > div:first-of-type > h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 26px;
  text-align: center;
}
div#overlay > div.auth-form > form > div:first-of-type > div.inputs > div:first-of-type {
  margin-bottom: 12px;
}
div#overlay > div.auth-form > form > div:first-of-type > div.inputs input {
  width: 100%;
}
div#overlay > div.auth-form > form > div:first-of-type > div.inputs a {
  display: block;
  text-align: right;
  margin-right: 8px;
  margin-top: 8px;
  color: #2B43E3;
}
div#overlay > div.auth-form > form > div:first-of-type > div.inputs a:hover {
  color: #7686EF;
}
div#overlay > div.auth-form > form > div:first-of-type > div.inputs a:active {
  color: #102089;
}
div#overlay > div.auth-form > form > input {
  display: inline-block;
  padding: 10px 12px;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  background-color: #2B43E3;
  color: #FFF;
}
div#overlay > div.auth-form > form > input:hover {
  background-color: #7686EF;
  color: #FFF;
}
div#overlay > div.auth-form > form > input:active {
  background-color: #102089;
  color: #FFF;
}
div#overlay > div.auth-form > form > div.other_enter {
  margin-top: 8px;
  text-align: center;
}
div#overlay > div.auth-form > form > div.other_enter > div.to_come_in {
  margin-top: 16px;
  margin-bottom: 12px;
}
div#overlay > div.auth-form > form > div.other_enter > div.social_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  height: 40px;
}
div#overlay > div.auth-form > form > div.other_enter > div.social_block > a {
  flex: none;
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
div#overlay > div.auth-form > form > div.other_enter > div.social_block > a::before {
  height: 40px;
  width: 40px;
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
div#overlay > div.auth-form > form > div.other_enter > div.social_block > a.VK::before {
  background-image: url("logo/socialnet/vk_one_tap.svg");
  background-size: 40px;
}
div#overlay > div.auth-form > form > div.other_enter > div.social_block > a.YA::before {
  border-radius: 20px;
  background-image: url("logo/socialnet/yandex.svg");
  background-size: 40px;
}
div#overlay > div.auth-form > form > p.back-auth, div#overlay > div.auth-form > form p.on-reg {
  margin-top: 14px;
  text-align: center;
}
div#overlay > div.auth-form > form > p.back-auth > a, div#overlay > div.auth-form > form p.on-reg > a {
  margin-right: 8px;
  margin-top: 8px;
  color: #2B43E3;
}
div#overlay > div.auth-form > form > p.back-auth > a:hover, div#overlay > div.auth-form > form p.on-reg > a:hover {
  color: #7686EF;
}
div#overlay > div.auth-form > form > p.back-auth > a:active, div#overlay > div.auth-form > form p.on-reg > a:active {
  color: #102089;
}
div#overlay > div.reg-form > form {
  max-width: 360px;
  margin: 0 auto;
  padding: 30px 26px;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(118, 134, 239, 0.22);
}
div#overlay > div.reg-form > form > div:first-of-type {
  margin-bottom: 24px;
}
div#overlay > div.reg-form > form > div:first-of-type div.warning {
  background-color: #FF7200;
  color: #FFF;
  padding: 10px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
}
div#overlay > div.reg-form > form > div:first-of-type > h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 26px;
  text-align: center;
}
div#overlay > div.reg-form > form > div:first-of-type > div.inputs > div:not(:last-of-type) {
  margin-bottom: 12px;
}
div#overlay > div.reg-form > form > div:first-of-type > div.inputs > div.login {
  margin-bottom: 0;
}
div#overlay > div.reg-form > form > div:first-of-type > div.inputs h5 {
  margin-bottom: 8px;
}
div#overlay > div.reg-form > form > div:first-of-type > div.inputs input {
  width: 100%;
}
div#overlay > div.reg-form > form > div:first-of-type > div.inputs a {
  display: block;
  text-align: right;
  margin-right: 8px;
  margin-top: 8px;
  color: #2B43E3;
}
div#overlay > div.reg-form > form > div:first-of-type > div.inputs a:hover {
  color: #7686EF;
}
div#overlay > div.reg-form > form > div:first-of-type > div.inputs a:active {
  color: #102089;
}
div#overlay > div.reg-form > form > div:first-of-type > div.inputs select {
  width: 100%;
}
div#overlay > div.reg-form > form > div.consent {
  margin-bottom: 18px;
}
div#overlay > div.reg-form > form > div.consent > label {
  margin: 4px 0;
  display: inline-block;
  width: calc(100% - 24px);
  padding-right: 24px;
  position: relative;
}
div#overlay > div.reg-form > form > div.consent > label > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #2B43E3;
}
div#overlay > div.reg-form > form > div.consent > label > a:hover {
  color: #7686EF;
}
div#overlay > div.reg-form > form > div.consent > label > a:active {
  color: #102089;
}
div#overlay > div.reg-form > form > div.consent > label > label.checkbox {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}
div#overlay > div.reg-form > form > input {
  display: inline-block;
  padding: 10px 12px;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
  background-color: #2B43E3;
  color: #FFF;
}
div#overlay > div.reg-form > form > input:hover {
  background-color: #7686EF;
  color: #FFF;
}
div#overlay > div.reg-form > form > input:active {
  background-color: #102089;
  color: #FFF;
}
div#overlay > div.reg-form > form > input:disabled {
  filter: grayscale(1) opacity(0.2);
  cursor: auto;
}
div#overlay > div.reg-form > form > input:disabled:hover, div#overlay > div.reg-form > form > input:disabled:active {
  background-color: #2B43E3;
  color: #FFF;
}
div#overlay > div.reg-form > form > div.other_enter {
  margin-top: 8px;
  text-align: center;
}
div#overlay > div.reg-form > form > div.other_enter > div.to_come_in {
  margin-top: 16px;
  margin-bottom: 12px;
}
div#overlay > div.reg-form > form > div.other_enter > div.social_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  height: 40px;
}
div#overlay > div.reg-form > form > div.other_enter > div.social_block > a {
  flex: none;
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
div#overlay > div.reg-form > form > div.other_enter > div.social_block > a::before {
  height: 40px;
  width: 40px;
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
div#overlay > div.reg-form > form > div.other_enter > div.social_block > a.VK::before {
  background-image: url("logo/socialnet/vk_one_tap.svg");
  background-size: 40px;
}
div#overlay > div.reg-form > form > div.other_enter > div.social_block > a.YA::before {
  border-radius: 20px;
  background-image: url("logo/socialnet/yandex.svg");
  background-size: 40px;
}
div#overlay > div.reg-form > form > div.other_enter > div.social_block > a[disabled] {
  filter: grayscale(1) opacity(0.2);
  cursor: auto;
}
div#overlay > div.reg-form > form > p.back-auth {
  margin-top: 14px;
  text-align: center;
}
div#overlay > div.reg-form > form > p.back-auth > a {
  margin-right: 8px;
  margin-top: 8px;
  color: #2B43E3;
}
div#overlay > div.reg-form > form > p.back-auth > a:hover {
  color: #7686EF;
}
div#overlay > div.reg-form > form > p.back-auth > a:active {
  color: #102089;
}

/*# sourceMappingURL=main.css.map */
