* {
    font-family: sans;
    box-sizing: border-box;
}

HTML {
    height: 100%;
    padding: 0;
    margin: 0;
}

BODY {
    padding: 0;
    margin: 0;
    background: #482a9b;
    background: linear-gradient(180deg, rgba(72, 42, 155, 1) 0%, rgba(0, 0, 0, 1) 92%, rgba(0, 0, 0, 1) 100%);
    background-attachment: fixed;
}

.menu {
    width: 100%;
    background-color: #27084a;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 88px 110px #00000094;
}

.menu  .item {
    color: #ffffffc7;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 15px;
    transition: all .25s;
}

.menu  .item:hover {
    color: #ffffffff;
}

.title {
    font-size: 44px;
    color: white;
    font-family: sans-serif;
    font-weight: 700;
    max-width: calc(100% - 50px);
    width: 100%;
    padding: 20px;
    text-align: center;
    margin: auto;

}

.page {
    max-width: 1200px;
    margin: auto;
}

.logo {
    font-size: 40px;
    background-color: white;
    color: #4e299c;
    display: inline-block;
    padding: 1px 11px;
}

.main-title {
    font-size: 48px;
    line-height: 54px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-title-sub {
    margin-top: 12px;
    font-size: 20px;
    font-weight: normal;
}

.menu-block {
    display: inline-block;
    padding-left: 65px;
}

.menu-sign {
    display: inline-block;
    float: right;
}


.menu-sign {
    color: white;
}

.signup {
    border: 1px solid #ffffffc2;
    color: #ffffffc2;
    padding: 6px 13px;
    font-size: 14px;
    border-radius: 6px;
    transition: all .25s;
    cursor: pointer;
}

.signup:hover {
    border: 1px solid #ffffffff;
    color: #ffffffff;
}


.form {
    background-color: #ffffff;
    max-width: 470px;
    width: 100%;
    margin: 60px auto 0;
    border-radius: 30px;
    box-shadow: 0px 78px 104px #00000061;
}


.form INPUT[type="text"],
.form .login {
    box-sizing: border-box;
    width: calc(100% - 165px);
    padding: 14px;
    border: 0;
    border-radius: 37px;
    font-size: 18px;
    outline: none;
}

.form INPUT[type="text"] {
}

.form INPUT[type="submit"] {
    cursor: pointer;
    box-sizing: border-box;
    width: 150px;
    background-color: green;
    color: white;
    border: none;
    padding: 11px 19px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: normal;
    float: right;
    margin-right: 4px;
    margin-top: 4px;
}

.form INPUT[type="submit"]:hover {
    background-color: #006400;
    transition: all .25s;
}

.menu .logo {
    font-weight: bold;
    float: left;
    font-size: 25px;
    padding: 2px 5px;
    background-color: transparent;
    color: white;
    margin-top: -8px;
}

.main-auth-sub {
    font-size: 14px;
    font-weight: normal;
    max-width: 430px;
    margin: auto;
    color: #ffffff8f;
}

.vk-login {
    margin-top: -10px;
}

.footer {
    background-color: #27084a;
    padding: 25px;
    color: #ffffffba;
    font-size: 12px;
}

.footer .page {
    vertical-align: top;
}

.footer A {
    color: #ffffff69;
    text-decoration: none;
}

.footer A:hover {
    color: #ffffffff;
    transition: all .25s;
    text-decoration: underline;
}

.footer-left {
    display: inline-block;
    width: 49%;
}

.footer-right {
    display: inline-block;
    width: 49%;
}

.table-outer {
    margin-bottom: 0px;
}

.table {
    border-collapse: collapse;
    margin: auto;
    width: 80%;
/*    background-color: #000000a1; */
    background-color: #d1d0c8;
    color: white;
    border-radius: 20px;
}

.table TH {
    font-size: 14px;
    color: #000000e0;
    padding: 15px;
/*    border-bottom: 1px solid #ffffff45; */
    border-bottom: 1px solid #00000045;
/*    background-color: #00000033; */
    background-color: #e7ac03;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.table TD {
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
/*    color: #ffffff91; */
    color: #00000091;
    border-bottom: 1px solid #00000045;
}

.table TD:last-child {
    border-right: none;
}

.table TR:last-child TD {
    border-bottom: none;
}

.table-item-title {
    font-size: 15px;
    font-weight: bold;
}

.table-item-description {
    font-size: 13px;
}

.table-hint {
    width: 80%;
    margin: 10px auto;
    font-size: 12px;
    color: #ffffffa6;
}
