/*Прелоадер*/
#preloader_preload {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 300px;
    background: #1806ff url(http://hello-site.ru//main/images/preloads/tail-spin.svg) center center no-repeat;
    background-size: 100px;
}

/* Личный кабинет */
    .tlk-userbar, .tlk__userbar {
        display: none !important;
    }

/*Меню для личного кабинета*/
@media screen and (min-width: 980px) {
    .t456 {
        background-color: rgba(255,255,255,.8) !important;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.10);
        -webkit-backdrop-filter: blur(5px);
           -moz-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
    }
}
@media screen and (max-width: 979px) {
    .t456__imglogo {
        margin: 0 !important;
    }
    .t456 .t456__list_item {
        text-align: left !important;
        padding: 20px !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
    .t456__maincontainer {
        max-width: 640px !important;
    }
}

/*Личный кабинет*/
.tlk-userbar__popup, .tlk-popup__container {
    font-family: 'Inter' !important;
    border-radius: 10px;
    box-shadow: 0 0 1px rgba(0,0,0,.2) !important;
    zoom: 1.44
}
.tlk-popup__title {
    margin-bottom: 5px !important;
    font-size: 14px;
}
.user-info-wrap {
    opacity: .5;
}
.tlk-userbar__popup-groups {
    display: none !important;
}
.tlk-account {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #777;
}
.tlk-popup__container .tlk-popup__item:nth-child(2) {
    display: none;
}

/*Футер*/
/*Напишите нам*/
.footer-infinity .tn-atom {z-index: -10;}

/*Общие стили*/
/*Нет записей в блоке магазина*/
.no_records::after {
    font-family: 'Inter',Arial,sans-serif;
    white-space: pre-wrap;
}
@media screen and (max-width: 640px) {
    .no_records::after {
        font-size: 16px;
    }
}
/*Формы*/
.t-form__successbox {
    border-radius: 10px;
}

