@font-face {font-family: "a_LCDNOVA"; src: url("../public/fonts/a_LCDNOVA.TTF") format("TTF")}
body{
    margin: 0;
    padding: 0;
    overflow-x: none;
    z-index: 4;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

button{
    outline: none;
}

button:hover{
    color: black;
}

button:focus{
    outline: none;
}

input{
    outline: none;
}

i{
    cursor: pointer;
}

/* == Хорверы == */
.hw:hover{
    color: white;
}

.hbacklg:hover{
    background: lightgray!important;
}

.hg:hover{
    color: gray;
}

.hbl:hover{
    color: black;
}
/* == */

.fa-times:hover{
    color: red;
}

.mbzero{
    margin-bottom: 0;
}

/* Кнопка закрытия модальных окон */
i.closeModalBlock{
    float: right;
    font-size: 30px;
    cursor: pointer;
}

.text-limit-block{
    overflow-x: hidden;
    overflow-y: auto;
    word-break: break-all;
}

/* Блок для очистки потока после float */
.clearFix{
    display: block;
    content: "";
    clear: both;
    border: none!important;
    width: 100%;
    height: 0px!important;
    min-height: 0!important;
}

.disflandflwr{
    display: flex;
    flex-wrap: wrap;
}

.disfl{
    display: flex;
}

/* === Шапка === */
.img-logo>a{
    position: absolute;
    width: 130px;
    height: 60px;
    left: calc(50% - 65px);
}

.img-logo>a>img{
    height: 100%;
    width: 100%;
}

.img-logo>a>:hover{
    width: 132px;
    height: 62px;
}

.img-logo{
    padding: 0;
    float: right;
}

.header{
    border-bottom: 1px solid;
    margin-bottom: 30px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-text{
    float: left;
    padding-left: 50px;
}
/* === */

/* === Категории юзеров === */
/* Кнопки */
.users-categories-wrapper .category{
    text-align: center;
}

.users-categories-wrapper .category>button{
    width: 80%;
    height: 60px;
    font-size: x-large;
    background: #076bff;
    color: white;
    padding-bottom: 5px;
    border: none;
    outline: none;
}

.users-categories-wrapper .category>button:hover{
    color: black;
}
/* === */

/* === Авторизация === */
/* Обвертка */
.users-auth-wrapper{
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    display: none;
}

/* Локальная обвертка */
.users-auth-local-wrapper{
    width: 100%;
}

/* Заголовок */
.users-auth-local-wrapper>h2{
    margin-bottom: 40px;
}

/* Блок по каждому виду юзера */
.single-users-auth-container{
    text-align: center;
    display: none;
}

/* Блок-элемент авториизации (логин, пароль) */
.single-users-auth-container .single-auth-element-block:not(:last-child){
    margin-bottom: 20px;
}

/* Название эелемента авторизации для инпута */
.single-users-auth-container .single-auth-title-for-input{
    font-size: large;
    font-weight: 500;
}

/* Поля для ввода логина / пароля */
.single-users-auth-container .single-auth-input{
    width: 180px;
    border: 1px solid gray;
}

/* Метка существующей техзкарты */
.users-auth-wrapper .exist-teh-cart-mark{
    color: green;
    position: absolute;
    margin-top: 6px;
}
/* ===- */

/* === Гланые кнопки (применить и назад) === */
/* Обвертка */
.main-page-buttons-block{
    margin: 40px 0 40px 0;
    display: none;
}

/* Кнопки */
.main-page-buttons-block>button{
    height: 40px;
    width: 100%;
    background: #076bff;
    font-size: large;
    color: white;
    border: none;
    outline: none;
}

.main-page-buttons-block>button:first-child{
    margin-bottom: 25px;
}

.main-page-buttons-block>button:hover{
    color: black;
}
/* === */
