html {
  scroll-behavior: smooth;
}

body {
  min-width: 390px;
  background-color: #e0e5ec;
}

.hiro {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 390px;
  margin: 0 auto;
  font: 400 16px/20px Inter, sans-serif;
}

.login {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 30px;
}

.login2 {
  margin-bottom: 180px;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 5px;
}
.logo__job {
  margin: 0;
  font: 700 60px/60px "Inter", "sans-serif";
  letter-spacing: -0.2px;
  text-shadow: 5px 5px 5px #A3B1C6, -5px -5px 5px #FFFFFF;
}
.logo__job-white {
  padding: 20px;
  border-radius: 24px;
  box-shadow: 5px 5px 5px #A3B1C6, -5px -5px 5px #FFF;
  background-color: #0095FF;
  color: #fff;
  text-shadow: 4px 4px 5px #1E1E1E;
}
.logo__r {
  position: absolute;
  top: 5px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 50%;
}
.logo__r-text {
  padding-left: 1px;
  font: 700 16px/16px "Inter", "sans-serif";
  color: #000;
}

.video {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  height: 50px;
  margin: 0 auto;
}
.video__text {
  font: 700 16px/26px "Inter", "sans-serif";
  color: #000;
  text-shadow: 5px 5px 5px #A3B1C6, -5px -5px 5px #FFFFFF;
}
.video__icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  box-shadow: 5px 5px 5px #A3B1C6, -5px -5px 5px #FFFFFF;
  background-color: #0095FF;
}
.video__icon svg {
  position: relative;
  top: 4px;
  left: 4px;
}

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 350px;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 10px 10px 20px #a3b1c6, -10px -10px 20px #fff;
}
.block__title {
  font: 600 16px/22px "Inter", "sans-serif";
  color: #5A6A82;
  text-align: center;
}

.reg {
  text-align: center;
}

.form {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 25px;
  text-align: center;
}
.form_active {
  display: flex;
}
.form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form__footer-center {
  justify-content: center;
}
.form__footer-btn {
  width: 140px;
}
.form__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.form__text {
  font: 400 16px/26px "Inter", "sans-serif";
  color: #5A6A82;
}
.form__text-center {
  margin: 0 auto;
  text-align: center;
}
.form__text2 {
  font-weight: 500;
}
.form__timer {
  display: flex;
  gap: 4px;
  font: 500 16px/26px "Inter", "sans-serif";
  color: #5A6A82;
}
.form__timer2 {
  font-weight: 600;
}
.form__g20 {
  gap: 20px;
}
.form__link {
  margin: 0 auto;
  font: 600 16px/26px "Inter", "sans-serif";
  color: #006FD8;
}

.radio {
  display: contents;
}
.radio__label {
  padding: 18px 30px;
  font-weight: 500;
  color: #5A6A82;
  border: none;
  border-radius: 20px;
  box-shadow: 10px 10px 20px #a3b1c6, -10px -10px 20px #fff;
  background-color: #e0e5ec;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.radio__input {
  display: none;
}
.radio__input:checked ~ .radio__label {
  box-shadow: inset 5px 5px 10px #a3b1c6, inset -5px -5px 10px #fff;
}

.title {
  color: #707C84;
  font: 700 24px/28px "Inter", "sans-serif";
}

.timer {
  display: flex;
  align-items: center;
}

.neumorphic {
  border-radius: 20px;
  background-color: #e0e5ec;
  box-shadow: 10px 10px 20px #a3b1c6, -10px -10px 20px #fff;
}
.neumorphic-inset {
  border-radius: 20px;
  background-color: #e0e5ec;
  box-shadow: inset 10px 10px 20px #a3b1c6, inset -10px -10px 20px #fff;
}
.neumorphic-input {
  width: 300px;
  padding: 15px;
  border: none;
  outline: none;
  font: 400 16px/20px "Inter", "sans-serif";
  color: #5A6A82;
}
.neumorphic-input::-moz-placeholder {
  color: #a3b1c6;
}
.neumorphic-input::placeholder {
  color: #a3b1c6;
}
.neumorphic-input3:focus {
  outline: 1px solid #A3B1C6;
  background-color: #fff;
}
.neumorphic-input2 {
  border-radius: 10px;
}
.neumorphic-button {
  padding: 18px;
  color: #5A6A82;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.neumorphic-button:active {
  box-shadow: inset 5px 5px 10px #a3b1c6, inset -5px -5px 10px #fff;
}
.neumorphic-button-active {
  box-shadow: inset 5px 5px 10px #a3b1c6, inset -5px -5px 10px #fff;
}
.neumorphic-button-active.neumorphic-button3 {
  box-shadow: inset 10px 10px 20px #a3b1c6, inset -10px -10px 20px #fff;
}
.neumorphic-button1 {
  font-weight: 500;
}
.neumorphic-button2 {
  font-weight: 600;
}
.neumorphic-button3 {
  font-weight: 600;
}
.neumorphic-button3:active {
  box-shadow: inset 10px 10px 20px #a3b1c6, inset -10px -10px 20px #fff;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 60px;
  margin-left: 130px;
  margin-right: 130px;
  margin-top: auto;
  margin-bottom: 30px;
}

.nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  z-index: 10;
}
.nav__link {
  font: 600 16px/26px "Inter", "sans-serif";
  color: #5A6A82;
}

.arrow-menu {
  display: none;
}

.arrow-login {
  display: none;
}

.popup {
  position: absolute;
  display: flex;
  bottom: 30px;
}
.popup_left {
  left: 30px;
}
.popup_left2 {
  bottom: 110px;
  left: 30px;
}
.popup_right {
  right: 30px;
}
.popup_right2 {
  bottom: 110px;
  right: 30px;
}
.popup_active .popup__wrapper {
  width: 350px;
  height: 300px;
  padding: 15px;
  border-radius: 20px;
  transform: translate3d(0, -80px, 0);
}
.popup_active .popup__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  transition: bottom 0.3s ease, width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
}
.popup__top {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: auto;
  padding: 2px 0;
  padding-left: 30px;
  font: 600 16px/26px "Inter", "sans-serif";
  color: #5A6A82;
}
.popup__icon {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  padding: 15px;
}
.popup__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 0 26px;
}
.popup__info-text {
  font: 400 16px/24px "Inter", "sans-serif";
  color: #5A6A82;
}
.popup__btn {
  width: 140px;
  font: 500 16px/20px "inter", "sans-serif";
}
.popup__link {
  font: 600 16px/22px "Inter", "sans-serif";
  color: #006FD8;
}

.mirax {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rights {
  display: flex;
  flex-direction: column;
}
.rights__text {
  font: 400 14px/20px "Inter", "sans-serif";
  color: #5A6A82;
}

.language {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 53px;
  height: 32px;
  border: 1px solid #D9D9D9;
  z-index: 20;
}
.language__view {
  width: 100%;
  height: 100%;
  background-image: url("../images/language/ru.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.language__dropdawn {
  height: 0;
  margin-top: 8px;
  overflow: hidden;
  transition: height 0.3s ease;
}
.language__dropdawn-active {
  height: 64px;
}
.language__dropdawn-option {
  width: 53px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.language__dropdawn-option1 {
  background-image: url("../images/language/ru.png");
}
.language__dropdawn-option2 {
  background-image: url("../images/language/uk.png");
}

.menu {
  display: none;
}

@media (max-width: 1199px) {
  .nav {
    display: none;
  }
  .arrow-menu {
    display: flex;
  }
  .mirax {
    display: none;
  }
  .language {
    display: none;
  }
  .menu {
    display: flex;
    flex-direction: column;
  }
  .menu__block {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 20px;
  }
  .menu__rights {
    display: flex;
    flex-direction: column;
  }
  .menu__rights-text {
    font: 400 14px/20px "Inter", "sans-serif";
    color: #5A6A82;
  }
  .menu__language {
    width: 53px;
    height: 32px;
    border: 1px solid var(--Scrollbar);
    z-index: 20;
  }
  .menu__language__view {
    width: 100%;
    height: 100%;
    background-image: url("../images/language/ru.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .menu__language__dropdawn {
    height: 0;
    margin-top: 8px;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .menu__language__dropdawn-active {
    height: 64px;
  }
  .menu__language__dropdawn-option {
    width: 53px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .menu__language__dropdawn-option1 {
    background-image: url("../images/language/ru.png");
  }
  .menu__language__dropdawn-option2 {
    background-image: url("../images/language/uk.png");
  }
  .menu__mirax {
    margin: 44px auto;
  }
}
@media (max-width: 767px) {
  .login {
    padding: 25px 20px;
    gap: 20px;
  }
  .footer {
    margin-bottom: 20px;
  }
  .popup {
    bottom: 20px;
  }
  .popup_left {
    left: 20px;
  }
  .popup_left2 {
    left: 20px;
    bottom: 110px;
  }
  .popup_right {
    right: 20px;
  }
  .popup_right2 {
    right: 20px;
    bottom: 110px;
  }
  .popup_active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    background: rgba(0, 0, 0, 0.6980392157);
    z-index: 100;
  }
  .popup_active .popup__wrapper {
    width: 350px;
    height: 300px;
    padding: 15px;
    border-radius: 20px;
    transform: translate3d(0, 0, 0);
  }
  .popup_active .popup__wrapper2 {
    box-shadow: none;
  }
}
.switch {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 300px;
  height: 56px;
}
.switch__input {
  display: none;
}
.switch__points {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  width: 300px;
  z-index: 10;
}
.switch__point {
  flex: 0 0 50%;
  font: 400 16px/22px "Inter", "sans-serif";
  color: #5A6A82;
  text-align: center;
  transition: font 0.4s ease;
}
.switch__point-left {
  font-weight: 600;
}
.switch__slider {
  position: absolute;
  width: 300px;
  height: 56px;
  border-radius: 20px;
  box-shadow: inset 5px 5px 10px #a3b1c6, inset -5px -5px 10px #fff;
  cursor: pointer;
  transition: font 0.4s ease;
}
.switch__slider:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 56px;
  border-radius: 20px;
  background-color: #E0E5EC;
  box-shadow: 10px 10px 20px #a3b1c6, -10px -10px 20px #fff;
  transition: transform 0.4s ease;
}
.switch__slider2 {
  box-shadow: inset 10px 10px 20px #a3b1c6, inset -10px -10px 20px #fff;
}
.switch__input:checked + .switch__slider:before {
  transform: translateX(150px);
}
.switch__input:checked ~ .switch__points .switch__point-left {
  font-weight: 400;
}
.switch__input:checked ~ .switch__points .switch__point-right {
  font-weight: 600;
}/*# sourceMappingURL=log.css.map */