@charset "UTF-8";

.reg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reg__container {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 0 0 260px;
}

.reg .login__img-container {
    width: auto;
    height: auto;
}

.reg__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 82px;
  /* identical to box height */
    text-transform: uppercase;
    text-align: center;
  /* white */
    color: #f2f2f2;
}

.reg__title span {
    color: #95afd6;
}

.req-form {
    width: 100%;
    max-width: 440px;
}

.req-form__input {
    margin: 20px 0 20px 0;
    width: 100%;
    max-width: 250px;
    height: 40px;
    background-color: #1e262b;
  /* Frame 3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* Auto layout */
  /* white */
    border: 1px solid #f2f2f2;
    border-radius: 3px;
  /* Логин */
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #babbbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.req-form__input:focus {
    outline: none;
}

.select {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 250px;
    height: 40px;
    background-color: #1e262b;
  /* Frame 3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* Auto layout */
  /* white */
    border: 1px solid #f2f2f2;
    border-radius: 3px;
  /* Логин */
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #babbbb;
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.select:focus {
    outline: none;
}

.container-cod {
    width: 75px;
    height: 40px;
  /* image 14 */
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* white */
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin: 0 0 0 20px;
}

.chek-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0 0;
}

.chek-container .req-form__input {
    margin: 0;
}

.text-decor-green {
  /* Логин свободен! */
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0 0 0;
  /* green */
    color: #6ac578;
}

.chek-login {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #6ac578;
    border: 1px solid #6ac578;
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 0 20px;
    color: #303945;
    cursor: pointer;
}

.chek-text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    max-width: 400px;
  /* white */
    color: #f2f2f2;
    margin: 15px 0 0 0;
}

.req-chek {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
}

.req-chek__text {
    margin: 0 0 0 10px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}

.req-chek__text a {
  /* Правила и условия пользования прочитал(а) и принимаю */
  /* identical to box height */
  /* active/hover */
    color: #95afd6;
    text-decoration: none;
}

body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: url("../images/bg-lpgin.png");
    background-repeat: no-repeat;
    background-clip: content-box;
  /* background-attachment: unset; */
    background-origin: content-box;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: rgb(18, 18, 18);
    opacity: 0.5;
  /* background-attachment: unset; */
    background-origin: content-box;
    background-size: cover;
}

.login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.login__container {
    width: 100%;
    max-width: 745px;
    margin: 0 0 0 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login__title {
    margin: 150px 0 50px 0;
 /* Вход в личный кабинет FalconJD */
    height: 99px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 82px;
  /* identical to box height */
    text-transform: uppercase;
    text-align: center;
  /* white */
    color: #f2f2f2;
}

.login__title span {
    color: #95afd6;
}

.login__img-container {
    position: absolute;
 /* girl */
    width: 684px;
    height: 620px;
    right: 10%;
    bottom: 0;
}

.title__img {
    position: relative;
}

.title__img svg {
    position: absolute;
    left: 0;
}

.login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.login-form__input, .login-form__btn .input, .login-form__btn {
    width: 100%;
    max-width: 250px;
    height: 40px;
    background-color: #1e262b;
  /* Frame 3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  /* Auto layout */
  /* white */
    border: 1px solid #f2f2f2;
    border-radius: 3px;
  /* Логин */
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #babbbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 20px 0 0 0;
}

.login-form__input:focus, .login-form__btn .input:focus, .login-form__btn:focus {
    outline: none;
}

.login-form__input svg, .login-form__btn .input svg, .login-form__btn svg {
    margin: 0 0 0 10px;
}

.login-form__link-decor {
  /* Забыли логин или пароль? */
    width: 100%;
    max-width: 250px;
    margin: 10px 0 0 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
  /* identical to box height */
    text-decoration: none;
  /* active/hover */
    color: #95afd6;
}

.login-form__btn {
    cursor: pointer;
}

.checkbox__item:checked + label::before {
    background: #95afd6;
}

.checkbox {
    width: 100%;
    max-width: 250px;
    height: 16px;
    margin: 10px auto 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox__item {
    display: none;
}

.checkbox__decor {
  /* Rectangle 19 */
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    position: relative;
  /* active/hover */
    border: 1px solid #95afd6;
}

.checkbox__decor::before {
  /* Rectangle 20 */
    content: "";
    top: 1px;
    left: 1px;
    position: absolute;
    width: 12px;
    height: 12px;
  /* active/hover */
}

.checkbox__text {
    width: 118px;
 /* Запомнить меня */
    margin: 0 0 0 26px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
  /* identical to box height */
    cursor: pointer;
  /* white */
    color: #f2f2f2;
}

.login-footer {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-footer__text {
  /* Нет аккаунта? Зарегистрируйся! */
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
  /* identical to box height */
    text-align: center;
  /* white */
    color: #f2f2f2;
}

.login-footer__link {
    color: #95afd6;
    text-decoration: none;
    margin: 0 0 0 3px;
 /* Нет аккаунта? Зарегистрируйся! */
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
  /* identical to box height */
    text-align: center;
}

.req-chek__input:checked + label .req-chek__box::before {
    background: #95afd6;
}

.req-chek__input {
    display: none;
}

.req-chek__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
}

.req-chek__box {
  /* Rectangle 19 */
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    position: relative;
  /* active/hover */
    border: 1px solid #95afd6;
}

.req-chek__box::before {
  /* Rectangle 20 */
    content: "";
    top: 1px;
    left: 1px;
    position: absolute;
    width: 12px;
    height: 12px;
  /* active/hover */
}

@media (max-width: 1200px) {
    .login__img-container {
        display: none;
    }

    .login {
        overflow: auto;
    }

    .login__container {
        margin: 0 auto;
    }

    .reg__container {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 999px) {
    body {
        overflow: auto;
        height: 100%;
    }

    .login__title {
        margin: 50px auto 100px auto;
    }

    .login__container {
        margin: 0 auto;
        padding: 0 20px;
    }

    .title__img svg {
        width: 100%;
    }

    .reg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

@media (max-width: 450px) {
    .login__title {
        font-weight: 600;
        font-size: 38px;
        line-height: 40px;
        margin: 50px auto 10px auto;
    }

    .bg {
        height: 120vh;
    }

    .reg__title {
        font-weight: 600;
        font-size: 38px;
        line-height: 40px;
        margin: 50px auto 10px auto;
    }

    .req-form {
        padding: 0 20px;
    }

    .login__container {
        margin: 0 auto;
        padding: 0 20px;
    }

    .login-form {
        margin: 0;
    }

    .title__img svg {
        width: 100%;
    }

    .login-form__input {
        max-width: 100%;
    }
}

.title__text {
  /* Через эту форму Вы можете отправить на почту ссылку для сброса пароля от аккаунта и снятия ограничения входа по IP.Обратите внимание, что без доступа к почте восстановить аккаунт практически невозможно. Если так вдруг случилось, что Вы действительно забыли свою почту, либо изначально ввели неверную – обратитесь в личные сообщения нашей группы в ВК. */
}

.reg-form__container {
    margin: 0 0 40px 0;
}

.reg-form__label {
  /* Восстановление доступа по логину */
    margin: 0 0 25px 0;
    font-family: "Alumni Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
  /* white */
    color: #f2f2f2;
}

.req__container-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 787px;
}

.req__text {
  /* Через эту форму Вы можете отправить на почту ссылку для сброса пароля от аккаунта и снятия ограничения входа по IP.Обратите внимание, что без доступа к почте восстановить аккаунт практически невозможно. Если так вдруг случилось, что Вы действительно забыли свою почту, либо изначально ввели неверную – обратитесь в личные сообщения нашей группы в ВК. */
    width: 100%;
    max-width: 753px;
}

.req__text p {
    color: #f2f2f2;
    margin: 0 0 20px 0;
    font-family: "Roboto";
    font-weight: 500;
    font-style: "Medium";
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
}

.req__text a {
  /* Через эту форму Вы можете отправить на почту ссылку для сброса пароля от аккаунта и снятия ограничения входа по IP.Обратите внимание, что без доступа к почте восстановить аккаунт практически невозможно. Если так вдруг случилось, что Вы действительно забыли свою почту, либо изначально ввели неверную – обратитесь в личные сообщения нашей группы в ВК. */
  /* or 20px */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  /* active/hover */
    color: #95afd6;
}