:root {
  --Primary-10: #003B73;
  --Primary-20: #004C95;
  --Primary-30: #005EB8;
  --Primary-40: #006FD8;
  --Primary-50: #0095FF;
  --Primary-60: #199FFF;
  --Primary-70: #3FAFFF;
  --Primary-80: #66BFFF;
  --Primary-90: #8FD0FF;
  --Primary-100: #B8E1FF;
  --Gray-10: #3F3F45;
  --Gray-20: #53535A;
  --Gray-30: #65656F;
  --Gray-40: #898990;
  --Gray-50: #A0A1A9;
  --Gray-60: #B4B5BE;
  --Gray-70: #C7C9CF;
  --Gray-80: #DBDDE1;
  --Gray-90: #E6E8EC;
  --Gray-100: #F2F3F5;
  --White: #FFF;
  --Black: #202123;
  --Aside: #E7E8EA;
  --Icons: #6A6A73;
  --Yellow: #FFCC00;
  --Green: #34C759;
  --Success: #369869;
  --Orange: #F80;
  --Red: #FF3B30;
  --Red-active: #b90126;
  --Red-hover: #da002c;
  --Red-error: #FF0034;
  --Rose: #F29792;
  --Scrollbar: #D9D9D9;
  --Neubg: #e0e5ec;
  --Neushadow: #A3B1C6;
  --Neutext: #5A6A82;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 390px;
  min-height: 755px;
  background-color: var(--Neubg);
  font: 400 16px/20px "Inter", "sans-serif";
  color: var(--Black);
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 100%;
  margin: 0 auto;
}

.neumorphic {
  border-radius: 20px;
  background-color: var(--Neubg);
  box-shadow: 10px 10px 20px var(--Neushadow), -10px -10px 20px var(--White);
}
.neumorphic-inset {
  border-radius: 20px;
  background-color: var(--Neubg);
  box-shadow: inset 10px 10px 20px var(--Neushadow), inset -10px -10px 20px #fff;
}
.neumorphic-input {
  width: 300px;
  padding: 15px;
  border: none;
  border-radius: 10px;
  outline: none;
  color: var(--Neutext);
}
.neumorphic-input::-moz-placeholder {
  color: var(--Neushadow);
}
.neumorphic-input::placeholder {
  color: var(--Neushadow);
}
.neumorphic-input:focus {
  outline: 1px solid var(--Neushadow);
  background-color: var(--White);
}
.neumorphic-button {
  padding: 18px;
  color: var(--Neutext);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.neumorphic-button:active {
  font-weight: 600;
  box-shadow: inset 5px 5px 10px var(--Neushadow), inset -5px -5px 10px var(--White);
}
.neumorphic-button-active {
  font-weight: 600;
  box-shadow: inset 5px 5px 10px var(--Neushadow), inset -5px -5px 10px var(--White);
}

.glass {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 28px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 10;
  overflow: hidden;
}
.glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  transform: skewX(-15deg);
  transition: 0.5s;
}
.glass:hover::before {
  left: 120%;
}
.glass__btn {
  padding: 17px 24px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  font: 300 16px/22px "Inter", "sans-serif";
  color: var(--White);
  text-align: center;
}
.glass__btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.glass__btn-active {
  font-weight: 700;
}

.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: -1;
}

.hiro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hiro__wrapper {
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 600px;
  padding: 40px 50px 25px;
}
.hiro__btn {
  width: 140px;
  margin: 10px auto 0;
}
.hiro__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 25px;
}
.hiro__block-search {
  padding-top: 13px;
  gap: 15px;
}
.hiro__block-title {
  font: 600 16px/22px "Inter", "sans-serif";
  color: var(--Neutext);
  text-align: center;
}
.hiro__footer {
  position: absolute;
  left: 160px;
  right: 160px;
  bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 16px;
}
.hiro__title {
  margin-bottom: 30px;
  font: 500 16px/22px "Inter", "sans-serif";
  letter-spacing: -0.1px;
  color: var(--White);
  text-align: center;
}
.hiro__group {
  position: relative;
  margin-bottom: 30px;
}
.hiro__label {
  position: absolute;
  top: 50%;
  left: 20px;
  font: 700 16px/22px "Inter", "sans-serif";
  color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.hiro__input {
  width: 100%;
  padding: 17px 24px;
  border: none;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
  font: 400 16px/22px "Inter", "sans-serif";
  color: var(--White);
  transition: all 0.3s ease;
}
.hiro__input::-moz-placeholder {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.hiro__input::placeholder {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.hiro__input:focus, .hiro__input:valid {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.hiro__input:focus + .hiro__label, .hiro__input:valid + .hiro__label {
  top: 0;
  left: 15px;
  padding: 2px 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  color: var(--White);
}
.hiro__button {
  margin-top: auto;
  margin-bottom: 30px;
  width: 100%;
}
.hiro__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.hiro__bottom-text {
  font: 300 16px/22px "Inter", "sans-serif";
  color: var(--White);
}
.hiro__link {
  font: 600 16px/20px "Inter", "sans-serif";
  color: var(--White);
}
.hiro__line {
  display: flex;
  justify-content: space-between;
  padding-left: 24px;
}
.hiro__check-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hiro__check-check {
  width: 20px;
  height: 20px;
  border: 1.5px solid #FFFFFF;
  border-radius: 4px;
  background-color: var(--White);
}
.hiro__check-text {
  font: 700 16px/20px "Inter", "sans-serif";
  letter-spacing: -0.1px;
  color: var(--White);
}
.hiro__check-input {
  display: none;
}
.hiro__check-input:checked ~ .hiro__check-label .hiro__check-check {
  background-image: url("../images/icons/close.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20px;
  padding: 14px 23px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}
.logo__job {
  font: 700 42px/42px "Inter", "sans-serif";
  letter-spacing: -0.2px;
  text-shadow: 5px 5px 5px var(--Neushadow), -5px -5px 5px var(--White);
}
.logo__job-white {
  padding: 9px;
  border-radius: 16px;
  box-shadow: 5px 5px 5px var(--Neushadow), -5px -5px 5px var(--White);
  background-color: var(--Primary-50);
  color: var(--White);
  text-shadow: 4px 4px 5px var(--Black);
}
.logo__r {
  position: absolute;
  top: 14px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  border: 1.6px solid var(--Black);
  border-radius: 50%;
  box-shadow: 3px 3px 5px var(--Neushadow) -3px -3px 5px var(--White);
}
.logo__r-text {
  font: 900 9px/9px "Inter", "sans-serif";
  letter-spacing: -0.2px;
  color: var(--Black);
}

.switch {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 290px;
  height: 56px;
}
.switch__input {
  display: none;
}
.switch__points {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  width: 290px;
  z-index: 10;
}
.switch__point {
  flex: 0 0 50%;
  font: 300 16px/22px "Inter", "sans-serif";
  color: var(--White);
  text-align: center;
  transition: font 0.4s ease;
}
.switch__point-left {
  font-weight: 600;
}
.switch__slider {
  position: absolute;
  width: 290px;
  height: 56px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: font 0.4s ease;
}
.switch__slider:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: transform 0.4s ease;
}
.switch__input:checked + .switch__slider:before {
  transform: translateX(140px);
}
.switch__input:checked ~ .switch__points .switch__point-left {
  font-weight: 400;
}
.switch__input:checked ~ .switch__points .switch__point-right {
  font-weight: 600;
}

.radio {
  display: contents;
}
.radio__label {
  padding: 18px 30px;
  color: var(--Neutext);
  border: none;
  border-radius: 20px;
  box-shadow: 10px 10px 20px var(--Neushadow), -10px -10px 20px var(--White);
  background-color: var(--Neubg);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.radio__input {
  display: none;
}
.radio__input:checked ~ .radio__label {
  font-weight: 600;
  box-shadow: inset 5px 5px 10px var(--Neushadow), inset -5px -5px 10px var(--White);
}

.video {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  height: 50px;
  margin: 0 auto;
  margin-top: auto;
}
.video__text {
  font: 700 16px/26px "Inter", "sans-serif";
  color: var(--Black);
  text-shadow: 5px 5px 5px var(--Neushadow), -5px -5px 5px var(--White);
}
.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 var(--Neushadow), -5px -5px 5px var(--White);
  background-color: var(--Primary-50);
}
.video__icon svg {
  position: relative;
  top: 4px;
  left: 4px;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
  background-color: 255, 255, 255, 0.15;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10;
}
.nav a {
  max-width: 260px;
  padding: 0 15px;
  font: 300 16px/24px "Inter", "sans-serif";
  color: var(--White);
  text-align: center;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.nav a:hover {
  font-weight: 600;
  text-decoration-color: white;
}

.popup {
  position: absolute;
  display: flex;
  bottom: 45px;
}
.popup_left {
  left: 30px;
}
.popup_right {
  right: 30px;
}
.popup_active .popup__wrapper {
  width: 350px;
  height: 300px;
  padding: 15px;
  border-radius: 20px;
  background: none;
  transform: translate3d(0, -90px, 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;
  background: rgba(255, 255, 255, 0.3019607843);
  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: 4px 0;
  padding-left: 30px;
  font: 600 16px/22px "Inter", "sans-serif";
  color: var(--White);
}
.popup__top-2line {
  padding: 0;
}
.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: var(--White);
}
.popup__btn {
  width: 140px;
}
.popup__link {
  font: 600 16px/22px "Inter", "sans-serif";
  color: var(--Primary-70);
}
.popup path {
  fill: var(--White);
}

.rights {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.rights__text {
  font: 400 11px/12px "Inter", "sans-serif";
  color: var(--White);
  text-align: right;
}

.mirax {
  position: absolute;
  top: 30px;
  left: 30px;
}

.language {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 53px;
  height: 32px;
  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");
}

.arrow {
  display: none;
  animation: arrowUp 1s infinite alternate ease 0s;
}
.arrow-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
.arrow-hiro {
  display: none;
  align-items: center;
  justify-content: center;
}

.menu {
  display: none;
}

.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;
}

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

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

@keyframes arrowUp {
  from {
    transform: translate3d(0, 15px, 0);
  }
  to {
    transform: translate3d(0, -15px, 0);
  }
}
@media (max-width: 1199px) {
  .hiro {
    justify-content: flex-start;
    transition: transform 0.5s linear;
  }
  .hiro_up {
    transform: translateY(-120%);
  }
  .hiro__wrapper {
    margin-top: 75px;
  }
  .hiro__footer {
    bottom: 20px;
  }
  .video {
    margin-top: 0;
  }
  .nav {
    display: none;
  }
  .popup {
    bottom: 20px;
  }
  .popup_left {
    left: 20px;
  }
  .popup_right {
    right: 20px;
  }
  .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;
    box-shadow: none;
    transform: translate3d(0, 0, 0);
  }
  .rights {
    display: none;
  }
  .mirax {
    display: none;
  }
  .language {
    top: 20px;
    right: 20px;
  }
  .arrow {
    display: block;
  }
  .arrow-menu {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 120%;
    left: 50%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    transform: translate3d(-50%, 0, 0);
    transition: top 0.5s linear;
  }
  .menu_up {
    top: 0%;
  }
  .menu__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 330px;
    height: 100%;
    margin: 0 auto;
  }
  .menu__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 20px;
  }
  .menu__block-title {
    margin-top: -7px;
    margin-bottom: -10px;
    font: 700 16px/22px "Inter", "sans-serif";
    letter-spacing: -0.1px;
    color: var(--White);
    text-align: center;
  }
  .menu__link {
    padding: 15px;
    text-align: left;
    line-height: 26px;
  }
  .menu__link-active {
    font-weight: 600;
  }
  .menu__rights {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -5px;
    padding: 0 15px 15px;
  }
}
@media (max-width: 787px) {
  .hiro__wrapper {
    width: 330px;
    height: 525px;
    margin-top: 25px;
    padding: 14px 20px;
  }
  .hiro__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }
  .hiro__bottom-text {
    font-size: 14px;
  }
  .hiro__check-text {
    font-size: 14px;
  }
  .hiro__link {
    font-size: 14px;
  }
  .hiro__button {
    margin-bottom: 12px;
  }
  .hiro__footer {
    bottom: 80px;
  }
  .popup {
    bottom: 85px;
  }
  .logo {
    margin: 0 auto 12px;
  }
  .menu {
    padding-bottom: 40px;
  }
  .menu__block {
    gap: 15px;
  }
}/*# sourceMappingURL=log_glass.css.map */