.preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    background-color: rgb(190, 190, 190, .7);
    background-image: url(../images/preloader-pic.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.header__selects{
    max-width: 600px;
}
.select2-results__option--selectable {
    font-size: 15px;
}
.header__logo img{height: auto;}

@media (max-width: 660px) {
    .graf-sell__main-btn-off .graf-sell__buttons {
        top: -39px;
        left: 12px;
    }
}

@media (max-width: 500px) {
    .graf-sell__main-btn-off .graf-sell__buttons {
        top: -52px;
        left: 12px;
        flex-wrap: wrap;
        flex-direction: row;
    }
}


.table-data__container .table-scrollbar::after {
    display: none;
}
