.tabs-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.restore-phone-step h2 {
    margin-top: 20px;
}

.tabs-nav li {
    border-bottom: 1px solid #ddd;
}

.tabs-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.tabs-nav > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.tabs-nav > li.yui3-tab-selected > a, .tabs-nav > li.active > a:hover, .tabs-nav > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tabs-nav > li {
    margin-bottom: -1px;
    position: relative;
    display: inline-block;
}

.tabs-nav li.yui3-tab-selected, .tabs-nav li.yui3-tab-selected a {
    border-bottom: none;
}

.tabs-content {
    padding: 10px 15px;
}

#restore-type-tabs .phone, #restore-type-tabs .code, #restore-type-tabs .password {
    position: relative;
    margin-bottom: 15px;
}
#restore-type-tabs .phone::after {
    content: '+7';
    position: absolute;
    top: 12px; left: 10px;
    color: #3D579F;
    font-size: 20px;
}
#restore-type-tabs input[name=phone-number] {
    padding-left: 35px;
    font-size: 20px;
    height: 19px;

}
#restore-type-tabs input[name=code] {
    width: 75px;
    text-align: center;
    font-size: 20px;

}

.tab_phone_loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #f0f0f0; opacity: 0.8; }

#restore-type-tabs .error { margin: 15px 0;}