.modal-type-2 {
  position: fixed;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 65px 30px;
  background: #000;
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
  backdrop-filter: blur(8px);
  border-radius: 28px;
  margin: 5px auto;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .modal-type-2 {
    width: 90%;
    padding: 35px 20px;
  }
}
.modal-type-2__close {
  position: absolute;
  cursor: pointer;
  top: 25px;
  right: 25px;
}
.modal-type-2__title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
@media (max-width: 990px) {
  .modal-type-2__title {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
  }
}
.modal-type-2__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  max-width: 300px;
  margin: 0 auto 25px auto;
}
@media (max-width: 990px) {
  .modal-type-2__form {
    margin-bottom: 20px;
  }
}
.modal-type-2__label {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #FFF;
}
.modal-type-2__input {
  outline: none;
  cursor: pointer;
  padding: 14px 12px;
  background: #000;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.modal-type-2__input::placeholder {
  color: #DEDEDE;
}
.modal-type-2__box {
  position: relative;
}
.modal-type-2 .eye-pass {
  position: absolute;
  right: 15px;
  top: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-type-2__forgot {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.modal-type-2__btn {
  appearance: none;
  outline: none;
  border: none;
  padding: 10px 20px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  margin: 15px auto 0 auto;
}
@media (max-width: 990px) {
  .modal-type-2__btn {
    margin-top: 10px;
  }
}
.modal-type-2__btn-2 {
  appearance: none;
  outline: none;
  border: none;
  padding: 10px 20px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  margin: 15px auto 0 auto;
}
@media (max-width: 990px) {
  .modal-type-2__btn-2 {
    margin-top: 10px;
  }
}
.modal-type-2__text {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #DEDEDE;
  max-width: 300px;
  margin: 0 auto 25px auto;
}
@media (max-width: 990px) {
  .modal-type-2__text {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 130%;
  }
}
.modal-type-2__text a {
  text-decoration: underline;
}
.modal-type-2__link {
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  margin-top: auto;
  text-align: center;
}
@media (max-width: 990px) {
  .modal-type-2__link {
    font-size: 13px;
    line-height: 130%;
  }
}

.modal-sub-2 {
  position: fixed;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 450px;
  max-width: 850px;
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  background: #000;
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
  backdrop-filter: blur(8px);
  border-radius: 28px;
  z-index: 999;
}
@media (max-width: 990px) {
  .modal-sub-2 {
    max-height: 300px;
    padding: 30px;
  }
}
.modal-sub-2__bg {
  position: absolute;
  max-width: 100%;
  height: 100%;
  left: 0;
  border-radius: 28px;
  object-fit: cover;
  padding: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
.modal-sub-2__close {
  position: absolute;
  z-index: 9;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
@media (max-width: 990px) {
  .modal-sub-2__close {
    right: 25px;
    top: 25px;
  }
}
.modal-sub-2__logo {
  margin-top: 70px;
  position: relative;
  z-index: 9;
  max-width: 100%;
  height: auto;
}
.modal-sub-2__title {
  position: relative;
  z-index: 9;
  font-size: 49px;
  line-height: 60px;
  color: #FFF;
  background: linear-gradient(180deg, #F5C344 0%, #F09938 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: -15px;
  margin-top: 35px;
  left: -2px;
}
@media (max-width: 990px) {
  .modal-sub-2__title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    left: 0;
  }
}
.modal-sub-2__title-2 {
  left: -6px;
  position: relative;
  z-index: 9;
  font-size: 91px;
  line-height: 111px;
  color: #FFF;
  background: linear-gradient(180deg, #F5C344 0%, #F09938 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: -10px;
}
@media (max-width: 990px) {
  .modal-sub-2__title-2 {
    font-size: 32px;
    line-height: 39px;
    left: 0;
    margin-bottom: 0;
  }
}
.modal-sub-2__text {
  font-size: 21px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 60px;
  position: relative;
  z-index: 9;
}
@media (max-width: 990px) {
  .modal-sub-2__text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 75px;
  }
}
.modal-sub-2__box {
  width: 100%;
  box-sizing: border-box;
}
.modal-sub-2__box input {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  appearance: none;
  background: #FFF;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  color: #000;
  font-size: 12px;
  line-height: 15px;
}
.modal-sub-2__box button {
  appearance: none;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.modal-sub-2__form {
  margin-top: auto;
  position: relative;
  z-index: 9;
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
}
.modal-sub-2__checkbox {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.modal-sub-2__checkbox input {
  position: absolute;
  opacity: 0;
}
.modal-sub-2__checkbox label {
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  padding-left: 28px;
}
.modal-sub-2__checkbox label::after {
  content: "";
  height: 15px;
  width: 15px;
  border: 3px solid #fff;
  position: absolute;
  border-radius: 4px;
  left: 0;
  top: 1px;
}
.modal-sub-2__checkbox svg {
  display: none;
  height: 17px;
  width: 17px;
  position: absolute;
  z-index: 9;
  left: 2px;
  top: 2px;
}
.modal-sub-2__checkbox input:checked ~ svg {
  display: block;
}
.modal-sub-2__checkbox input:checked ~ label::before {
  content: "";
}

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