._hidden {
    display: none !important;
}

.btn-clear {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.preloader__spinner {
    pointer-events: none;
}

.preloader__spinner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 2;
    content: '';
    /*backdrop-filter: blur(4px);*/
    /* Получается очень страшно по краям */
}

.preloader__spinner::after {
    content: '';
    z-index: 2;
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #ff0074;
    animation: spin 1s ease infinite;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cards__string--block.banner {
    list-style-type: none;
    border: none !important;
    margin: 0 !important;
}

.cards__string--block.banner img {
    width: 100%;
}

.cards__string--block.banner:hover {
    border: none !important;
    margin: 0 !important;
}

.cards__string--block.banner.banner2 {
    width: 66%;

    @media screen and (max-width: 500px) {
        width: 100%;
    }
}

.cards__string--block.banner.banner3 {
    width: 100%;
}

.filters__chosen-count {
    opacity: .4;
    position: absolute;
    right: 25px;
    color: #ff0074;
    font-weight: bold
}

.slick-next:before {
    @media (max-width: 1023px) {
        content: '';
    }
}

.slick-prev::before {
    @media (max-width: 1023px) {
        content: '';
    }
}

.footer_cookie_notice {
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    color: #999;
    width: 100%;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 15px;
    border-top: 1px solid #666;
    z-index: 1000;
    display: none;
}

.footer_cookie_notice .footer_cookie--text {
    padding: 0 40px 0 0;
    text-align: left;
}

.footer_cookie_notice .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_cookie_notice .footer_cookie--btn {
    margin-left: auto;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 0 40px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}

.footer_cookie_notice a {
    font-weight: bold;
    color: #999;
    text-decoration: underline;
    border: none;
}
.auth-modal-open{
    outline: none;
}

@media screen and (max-width: 480px) {
    .footer_cookie_notice {
        z-index: 99999;
        padding: 15px;
    }

    .footer_cookie_notice .row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer_cookie_notice .footer_cookie--btn {
        margin-left: unset;
        width: 100%;
    }

    .footer_cookie_notice .footer_cookie--text {
        padding: 0;
    }
}

body,
html {
    scrollbar-gutter: stable;
    width: 100%;

    @media (max-width: 768px) {
        width: unset;
    }

    .content {
        @media (min-width: 1007px) {
            overflow-y: hidden;
        }
    }
}

.new__links {
    margin-bottom: 8px;
    color: #8C959F;
    font-size: 16px;
    font-weight: 300;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    flex: 1 1 fit-content;
    border-bottom: none;

    @media (max-width: 1023px) {
        font-size: 14px;
    }
}

.new__links:hover {
    color: #8C959F;
}

.banner {
    .cards__list {
        .item__photo {
            justify-content: center;
        }

        .item__title {
            justify-content: center;
        }

        .item__category {
            justify-content: center;
        }

        .item__price {
            justify-content: center;
            font-size: 12px;
            font-weight: 400;
        }
    }
}

.admin-panel-top {
    margin-top: 39px !important;

    @media (max-width: 480px) {
        margin-top: 0 !important;
    }
}

.admin-panel-top #bx-panel {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1020 !important;
}

.admin-panel-top header {
    margin-top: 39px !important;
}

.scrollbar-inner button {
    border: 0;
    background-color: transparent;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
}

.body-lock {
    overflow: hidden;
}

.body-lock::-webkit-scrollbar {
    width: 0;
    height: 0;
}
