/* Link faq */
.faq__item .btn--reset {
    color: var(--neutral-neutral-100);
}

/* Sidebar personal */
.not_logged_in .sidebar__menu-item--active .sidebar__menu-btn:after {
    background-image: none;
}

/* Preloader */
.pWrap {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.pInner {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.popup-window.popup-window-with-titlebar {
    z-index: 100000000000 !important;

}

.block__size {
    display: flex;
    flex-direction: column;
}

.p-card__size {
    order: 2;
}

.p-card__colors {
    order: 1;
}

.input_error{
    border: 1px solid #e70000!important;
}

[color-btn="molochnyy"]{
    border: 1px solid #E6E6E6!important;
}

.p-card__colors-btn.selected {
    border-color: var(--neutral-neutral-90) !important;
}

.product__colors {
	display: none;
}

/* Catalog Filter */
.tabs.catalog-tabs {
	display: none;
}