

/* Start:/search/styles/search-result.css?17368473554020*/
.header-search-page {
    margin-top: 50px;
}

.header-search-result-box {
    display: flex;
}

.header-result-name,
.header-result-main-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

.header-result-main-title.hide-grid-box {
    display: none;
}

.header-result-box:not(.hide-grid-box) {
    margin-bottom: 30px;
}

.header-result-wrap.top-box {
    margin-left: 20px;
    width: calc(100% - 335px);
    position: relative;
}

.header-result-inner:not(.hide-grid-box) {
    box-shadow: 1px 6px 23px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 35px;
    border-radius: 5px;
    margin-bottom: 100px;
    position: relative;
}

.header-catalog-result-list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
    margin-left: 10px;
}

.header-warehouse-result-list {
    margin-left: 30px;
}

.header-warehouse-result-name,
.header-result-title-wrap .header-result-name {
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 15px;
    color: #999;
}

.header-warehouse-result-item,
.header-catalog-result-item {
    font-size: 24px;
    line-height: 40px;
}

.header-warehouse-result-item {
    margin-bottom: 25px;
}

.header-catalog-link-city-name {
    font-weight: 700;
}

.header-catalog-link-region {
    font-weight: normal;
    margin-left: 5px;
}

.header-all-results {
    font-size: 16px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 40px auto 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -105px;
}

.header-all-results:hover {
    text-decoration: underline;
}

.header-result-box-warehouses .header-all-results {
    position: relative;
    bottom: 0;
}

.header-result-box-warehouses .header-result-inner {
    margin-bottom: 0;
}

.header-warehouse-link-city-name {
    font-weight: bold;
    margin-left: 0;
}

.header-warehouse-link-region {
    font-size: 18px;
    line-height: 26px;
    color: #999;
    display: block;
}

.header-main-search-drop.active {
    max-height: 100%;
    overflow: auto;
}

.header-catalog-result-item {
    display: block;
    width: calc(50% - 20px);
    margin-right: 10px;
}

.header-more-results-text {
    position: relative;
}

.header-more-results-text::before {
    content: '';
    background: url("/search/images/search-more-icon.svg") center no-repeat;
    width: 28px;
    height: 29px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
}

@media (max-width: 1399px) {
    .header-result-wrap.top-box {
        margin-left: 20px;
        width: calc(100% - 280px);
        position: relative;
    }
}

@media (max-width: 1199px) {
    .header-search-result-box .header-result-name,
    .header-search-result-box .header-result-main-title {
        font-size: 30px;
        line-height: 34px;
    }

    .header-warehouse-result-name {
        font-size: 36px;
    }

    .header-result-name {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .header-search-result-box .header-warehouse-result-item,
    .header-search-result-box .header-catalog-result-item {
        font-size: 21px;
        line-height: 24px;
    }
}

@media (max-width: 1024px) {
    .header-catalog-result-item {
        width: 100%;
        margin-right: 0;
    }

    .header-search-result-box .header-warehouse-result-item,
    .header-search-result-box .header-catalog-result-item {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .header-search-page .header-result-name,
    .header-search-page .header-result-main-title {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .header-search-page .header-result-name {
        font-size: 33px;
    }
}


/* End */


/* Start:/search/styles/filter.css?173080397110773*/
.product-filter-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.search-filter .filter-title {
    font-size: 24px;
    font-family: "Roboto-Bold", sans-serif;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.search-filter .filter-title::before {
    content: '';
    background: url('/bitrix/templates/desktop/images/icons/sprite.png') -540px 12px no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    top: 4px;
    margin-right: 10px;
}

.search-filter .filter-title::after {
    content: '';
    width: 100%;
    background-color: #ccc;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-filter-wrap .product-filter-btn {
    margin-right: 20px;
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgba(44, 44, 57, 0.05);
    background-color: #f0f0f0;
    color: #30303f;
    border: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    padding: 10px 45px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.product-filter-wrap .product-filter-btn::before {
    content: '';
    background: url("/search/styles/../images/filter-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.product-filter-wrap .product-filter-btn::after {
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-filter-wrap .product-popularity-btn {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #30303f;
    box-shadow: none;
    padding: 7px 15px;
    box-sizing: border-box;
}

.no-price-popup-title,
.filter-popup-title {
    font-size: 24px;
    color: #2a2a35;
    font-family: "Roboto-Bold", sans-serif;
    position: relative;
    padding: 15px 10px 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.no-price-popup-title::after,
.filter-popup-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.product-where-buy-popup .popup-inner,
.product-no-price-popup .popup-inner,
.product-filter-popup .popup-inner {
    padding: 15px;
}

.popup-price-filter {
    display: flex;
    margin-top: 10px;
}

.popup-price-filter-title {
    font-family: "Roboto-Bold", sans-serif;
    color: #2a2a35;
    display: block;
    width: 100%;
}

.popup-field-filter {
    margin-top: 30px;
}

.product-filter-popup .popup-field-inner-data {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    width: calc(100% / 2);
}

.popup-price-filter .popup-field-inner-data:first-child {
    margin-right: 10px;
}

.main-button-wrap {
    display: flex;
}

.popup-inner .main-button-wrap .cancel-filter {
    margin-right: 10px;
    box-shadow: 2.8px 5.3px 8.2px 0.8px rgba(44, 44, 57, 0.05);
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    color: #33333b;
    border-radius: 5px;
}

.main-button-wrap .cancel-filter,
.main-button-wrap .popup-btn-send {
    width: calc(100% / 2);
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.popup-filter-check-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.popup-filter-check-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.popup-filter-check-inner.show-add-btn.active,
.popup-filter-check-inner.full-height-data {
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
}

.desktop-filter-check-variants .hide-all {
    display: none;
}

.desktop-filter-check-inner.long-filter {
    height: 190px;
    overflow: hidden;
    margin-bottom: 10px;
}

.desktop-filter-check-inner.long-filter.active {
    overflow: visible;
    height: 100%;
}

.desktop-filter-check-inner.long-filter.active ~ .watch-all {
    display: none;
}

.desktop-filter-check-inner.long-filter.active ~ .hide-all {
    display: block;
}

.popup-filter-check-labels {
    column-count: 2;
    width: 100%;
}

.desktop-filter-check-variants {
    width: 100%;
}

.desktop-filter-check-variants:not(:first-child) {
    margin-top: 15px;
}

/* -------------------------------------------------------------------- */
/* -------------------------- STYLE CHECKBOX -------------------------- */
/* -------------------------------------------------------------------- */
.popup-filter-check-label {
    position: relative;
    width: calc(100% / 2);
    margin-bottom: 10px;
}

.popup-filter-check-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.popup-filter-check-label span {
    cursor: pointer;
    padding-left: 30px;
}

.popup-filter-check-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.popup-filter-check-label span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: solid 1px #999;
    background-color: #fff;
}

.popup-filter-check-label span::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 13px;
    height: 7px;
    opacity: 0;
    transition: opacity .2s;
    transform: rotate(126deg);
}

.popup-filter-check-label.selected span::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #f00;
    border: 1px solid #f00;
}

.popup-filter-check-label.selected span::after {
    transition: opacity .2s;
    opacity: 1;
}

.popup-filter-check-wrap .popup-price-filter-title {
    margin-bottom: 10px;
}

.filter-block-wrap {
    box-shadow: 2px 3.5px 13.4px 0.6px rgba(29, 29, 38, 0.1);
    background-color: #fff;
    padding: 20px;
    height: fit-content;
    border-radius: 5px;
    width: 335px;
}

.field-filter.unvisible-filter {
    display: none;
}

.desktop-filter-check-labels {
    column-count: 2;
}

.desktop-filter-check-action .desktop-filter-check-labels {
    column-count: 1;
}

.desktop-filter-check-label {
    width: 100%;
    margin-bottom: 10px;
}

.warehouse-product-desktop-inner .filter-title {
    font-size: 24px;
    font-family: "Roboto-Bold", sans-serif;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.warehouse-product-desktop-inner .filter-title::before {
    content: '';
    background: url("/bitrix/templates/desktop/images/icons/sprite.png") -540px 12px no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    top: 4px;
    margin-right: 10px;
}

.warehouse-product-desktop-inner .filter-title::after {
    content: '';
    width: 100%;
    background-color: #ccc;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.warehouse-product-desktop-inner .price-filter {
    display: flex;
}

.warehouse-product-desktop-inner .price-filter .field-inner-data:first-child {
    margin-right: 10px;
}

.desktop-price-filter-title {
    font-size: 16px;
    font-family: "Roboto-Bold", sans-serif;
    color: #2a2a35;
    display: block;
    margin-bottom: 20px;
}

.form-product-filter.disabled,
.desktop-price-filter-title.disabled,
.field-filter.disabled {
    display: none;
}

.grey-bg {
    background-color: #f0f0f0;
}

.clear-filter-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.clear-filter-btn-wrap .clear-filter-btn {
    background-color: #fff;
    border: 1px solid #5c5c62;
    color: #5c5c62;
    box-shadow: none;
    transition: background-color 0.5s;
}

.wrapper .clear-filter-btn-wrap .clear-filter-btn:hover {
    background-color: #5c5c62;
    border: 1px solid #5c5c62;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.5s;
}

.desktop-filter-check-inner label.desktop-filter-check-label > input[type="checkbox"] + span {
    display: block;
}

.filter-block-wrap-hide {
    position: relative;
    filter: opacity(0.5);
}

.filter-block-wrap-hide::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
}

/* -------------------------------------------------------------------- */
/* --------------------------- STYLE RANGE ---------------------------- */
/* -------------------------------------------------------------------- */
.range-wrap {
    margin: 40px 0;
}

.range-wrap.noUi-target {
    height: 7px;
    box-shadow: inset 2.3px 4.4px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: transparent;
    border: none;
    padding: 0 15px;
}

.range-wrap .noUi-connect {
    height: 7px;
    background-color: #33333b;
}

.range-wrap .noUi-connects {
    height: 7px;
    box-shadow: inset 2.3px 4.4px 5px 0 rgba(0, 0, 0, 0.1);
}

.range-wrap.noUi-horizontal .noUi-handle {
    width: 35px;
    height: 35px;
    border: 3px solid #999;
    border-radius: 50%;
    top: -13px;
    box-shadow: inset 1.4px 2.6px 6.4px 0.6px rgb(0 0 0 / 15%);
    background-color: #999;
}

.range-wrap.noUi-horizontal .noUi-handle::before,
.range-wrap.noUi-horizontal .noUi-handle::after {
    display: none;
}

.hide-filter {
    display: none;
}

.header-result-wrap #av-waiting-screen {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 3000;
}

@media screen and (max-width: 1399px) {
    .desktop-filter-check-labels {
        column-count: 1;
    }

    .filter-block-wrap {
        width: 280px;
    }
}

@media screen and (max-width: 1199px) {
    .filter-block-wrap {
        padding: 15px;
        max-width: 285px;
    }

    .warehouse-product-desktop-inner .filter-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 1024px) {
    .filter-block-wrap {
        max-width: 260px;
    }
}

@media screen and (max-width: 992px) {
    .filter-block-wrap {
        display: none;
    }

    .header-result-wrap.top-box {
        margin-left: 0;
        width: 100%;
    }
}
/* End */


/* Start:/search/styles/no-search-result.css?17305385791041*/
.no-search-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-search-results-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    text-align: left;
}

.no-search-results-icon {
    display: block;
    margin-bottom: 43px;
}

.no-search-results-text {
    font-size: 16px;
    color: #2A2A36;
    display: block;
    margin-bottom: 30px;
}

.no-search-results .no-search-results-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background-color: #CD0000;
    border: 1px solid #CD0000;
    border-radius: 5px;
    width: 270px;
    height: 45px;
    transition: background-color 0.3s;
}

.no-search-results .no-search-results-link:hover {
    color: #CD0000;
    background-color: #fff;
    border: 1px solid #CD0000;
    transition: all 0.3s;
    cursor: pointer;
}
/* End */


/* Start:/search/styles/empty-filter.css?173643158771*/
.empty-filter-variant {
    font-size: 26px;
    font-weight: 700;
}
/* End */
/* /search/styles/search-result.css?17368473554020 */
/* /search/styles/filter.css?173080397110773 */
/* /search/styles/no-search-result.css?17305385791041 */
/* /search/styles/empty-filter.css?173643158771 */
