.but-f_index {
    left: 0;
    margin-bottom: 1px;
    position: relative;
    line-height: 5px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 40%);
    display: block;
    width: 79%;
    height: 74px;
    padding-top: 0px;
    padding: 10px;
    color: #bbb;
    font-size: 14px;
    background: radial-gradient(70% 100%, #122027, #2b231e);
    border: 1px solid rgb(86 77 63);
    border-radius: 4px;
}

.but-f_user {
    left: 0;
    margin-bottom: 1px;
    position: relative;
    line-height: 5px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 40%);
    display: block;
    width: 79%;
    height: 75px;
    padding-top: 0px;
    padding: 10px;
    color: #bbb;
    font-size: 14px;
    background: radial-gradient(70% 100%, #122027, #2b231e);
    border: 1px solid rgb(86 77 63);
    border-radius: 4px;
}

.but-f_clan {
    left: 0;
    margin-bottom: 1px;
    position: relative;
    line-height: 5px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 40%);
    display: block;
    width: 79%;
    height: 75px;
    padding-top: 0px;
    padding: 10px;
    color: #bbb;
    font-size: 14px;
    background: radial-gradient(70% 100%, #122027, #2b231e);
    border: 1px solid rgb(86 77 63);
    border-radius: 4px;
}

.but-f_bag {
    left: 0;
    margin-bottom: 1px;
    position: relative;
    line-height: 5px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 40%);
    display: block;
    width: 77%;
    height: 75px;
    padding-top: 0px;
    padding: 10px;
    color: #bbb;
    font-size: 14px;
    background: radial-gradient(70% 100%, #122027, #2b231e);
    border: 1px solid rgb(86 77 63);
    border-radius: 4px;
}

.imgclan {
    left: 48%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background: radial-gradient(80% 100%, #122027, #2b231e);
    border: 2px solid rgb(80 77 63);
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 10%);
    margin-left: 1px;
    position: relative;
    top: 25;
}

.imgbag {
    left: 48%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background: radial-gradient(80% 100%, #122027, #2b231e);
    border: 2px solid rgb(80 77 63);
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 10%);
    margin-left: 1px;
    position: relative;
    top: 25;
}


.imguser {
    left: 48%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background: radial-gradient(80% 100%, #122027, #2b231e);
    border: 2px solid rgb(80 77 63);
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 10%);
    margin-left: 1px;
    position: relative;
    top: 25;
}

.imgindex {
    left: 48%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background: radial-gradient(80% 100%, #122027, #2b231e);
    border: 2px solid rgb(80 77 63);
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 3px 1px 0px rgb(0 0 0 / 10%);
    margin-left: 1px;
    position: relative;
    top: 25;
}

.name_fs {
    margin-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
    padding: 0px;
    width: 99%;
    font: inherit;
    color: #cccccc;
}


/* Place the navbar at the bottom of the page, and make it stick */
@media (max-width:767px) {
    .navbar {
        background-color: #333;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
}

@media (min-width:767px) {
    .footer__content {
        /* display: none !important; */
        position: sticky;
        bottom: 0;
        z-index: 2;
    }
}

@media (max-width: 670px) {
    .navbar {
        background-color: #333;
        overflow: hidden;
        position: fixed;
        bottom: -1px;
        z-index: 999;
    }
}

/* Style the links inside the navigation bar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 4px 11px;
    text-decoration: none;
    font-size: 14px;
    line-height: 11px;
}

/* Change the color of links on hover */
.navbar a:hover {
    background-color: #333637;
}

/* Add a color to the active/current link */
.navbar a.active {
    background-color: #4CAF50;
    color: white;
}

/* СТИЛИ ДЛЯ ПАНЕЛЬКИ "ВЫВОД ОШИБОК" */
.spoiler-wrap {
    background: #17181a;
    margin: 0 0 8px;
    border: 1px solid #5786e1
}

.spoiler-head {
    text-align: center;
    background: #17181a;
    cursor: pointer;
    padding: 5px;
}

.spoiler-body {
    text-align: center;
    padding: 10px
}

.spoiler-wrap.disabled .spoiler-body {
    display: none
}

.spoiler-wrap.active {
    border-color: #5786e1;
}

.spoiler-wrap.active .spoiler-head {
    background: #5786e1;
    color: #fff
}

/* КОНЕЦ: СТИЛИ ДЛЯ ПАНЕЛЬКИ "ВЫВОД ОШИБОК" */

.small-bu_f {
    margin-bottom: 1px;
    line-height: 30px;
    box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 40%);
    display: block;
    width: 99%;
    height: 40px;
    padding-top: 0px;
    color: #bbb;
    font-size: 14px;
    background: radial-gradient(70% 50%, #122027, #2b231e);
    border: 1px solid rgb(86 77 63);
    border-radius: 4px;
}

.footer__image {
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
}

.footer_text {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    color: white;
    font-size: initial;
    z-index: 3;
}

.footer__image>img {
    width: 39px;
}

.footer__content {
    display: flex;
    justify-content: space-around;
    height: auto;
    width: calc(100% - 6px);
    left: 0px;
    right: 0px;
    margin:3px auto;
    position: sticky;
    bottom: 10px;
}

.footer__content>a {
    width: 100%;
    position: relative;
    min-height: 50px;
    padding: 10px 0 15px;
}