.header-wrap .wrap{
    width: 580px;
}
.wrap{
    width: 420px;
}


@media (max-width: 1023px){
    .header-wrap .wrap{
        width: 100%;
    }
    .wrap{
        width: 100%;
    }
}

.header-wrap .header{height: 82px;}
.footer-wrap .footer-content{height: auto;background-color: #fff;padding: 0;}
.footer-wrap .wrap{width: 420px;height: auto;}
.footer-wrap .alert{width: 100%;display: inline-block;background: #f9f9f9;border: 1px solid #d9d9d9;border-radius: 10px;padding: 20px;text-align: center;margin: 0 auto 20px;box-sizing: border-box;}
.footer-wrap .alert p{font-weight: 400;font-size: 14px;line-height: 14px;letter-spacing: -0.05em;color: #686868;}
.footer-wrap .alert strong{color: #0085ff;}
.footer-wrap .copyright p{font-style: normal;font-weight: 500;font-size: 11px;line-height: 11px;color: #c4c4c4;text-align: center;}

.content, .container{
    width: 100%;
    transform: none;
}
.content-wrap{
    display: inline-block;
    margin: 60px 0 50px 0;
}
.login-wrap{
    width: 100%;
    height: auto;
    padding: 0;
}
.login-wrap .login-header p{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.1em;
    color: #707070;
    margin-bottom: 30px;
}

.login-wrap .login-header p.lend{
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #312e27;
    margin-bottom: 10px;
}
.login-wrap .login-header p .blue{
    color: #0085ff;
    text-decoration: underline;
}
.login-wrap .login-tab{
    display: flex;
    align-items: stretch;
    height: 40px;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 20px;
}
.login-wrap .login-tab a.active:first-child{
    color: #312e27;
}
.login-wrap .login-tab a.active{
    background: #fff;
}

.login-wrap .login-tab a{
    position: relative;
    flex: 1 0 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.1em;
    color: #949494;
}
.login-wrap .login-tab a.active:first-child:before{
    border: 1px solid var(--color-primary);
}
.login-wrap .login-tab a.active:last-child::before {
    border: 1px solid #0085ff;
}
.login-wrap .login-tab a.active:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-sizing: border-box;
}

.login-wrap .login-group-forms {
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
}
.login-wrap .login-group-forms .login-input {
    width: 296px;
    margin-right: 6px;
}
.login-wrap .login-group-forms .login-input input {
    width: 296px;
    height: 50px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    outline: none;
    margin: 0;
}
.login-wrap .login-group-forms .login-input label:first-child input {
    margin-bottom: 6px;
}
.login-wrap .login-group-forms .login-button {
    width: 118px;
}
.login-wrap .login-group-forms .login-button.business button {
    background: #0085ff;
    border: 1px solid #0085ff;
    color: #fff;
}
.login-wrap .login-group-forms .login-button button {
    width: 118px;
    height: 106px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.05em;
    color: #fff;
    cursor: pointer;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select {
    padding-left: 20px;
    color: #999;
}
button, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: 1px solid #e0e0e0;
}
button::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999
}
button:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #999
}
button::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: #999
}
button::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder {
    color: #999
}
.login-wrap .login-group-checks {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.1em;
    color: #707070;
    margin-bottom: 30px;
}
.login-wrap .login-group-links {
    padding-bottom: 40px;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-wrap .login-group-links a {
    position: relative;
    display: inline-flex;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.1em;
    color: #a8a8a8;
}
.login-wrap .login-group-links a:first-child {
    color: #312e27;
}
.login-wrap .login-group-links a:first-child:before{
    content: none;
}
.login-wrap .login-group-links a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 1px;
    height: 10px;
    background: #d9d9d9;
    margin-top: -5px;
}
.login-wrap .login-mode-evnets>div.show {
    display: block;
}
.login-wrap .login-mode-evnets>div {
    display: none;
}
.login-wrap .login-mode-evnets>div img {
    max-width: 100%;
}

.header-wrap .wrap>.btn-wrap{
    position: relative;
    width: 36px;
    height: 36px;
}
.header-wrap .wrap>.btn-wrap>a{
    float: left;
    width: 36px;
    height: 36px;
}
.header-wrap .wrap>.btn-wrap .btn_page__back::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background-image: url(/img/m/back.svg);
    background-repeat: no-repeat;
}
