

/* Start:/local/components/unlimtech/catalog/templates/.default/style.css?17879554043807*/
.alert-block{
    padding: 23px 11px;
    border-radius: 4px;
    border: 1px solid #F96631;
    margin-block: 8px;
    background-color: #FFE8D9;
    position: relative;
    overflow: hidden;
}
.alert-block__list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.alert-block__item{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #1A1A1A;
    position: relative;
    padding-left: 12px;
}
.alert-block__item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #1A1A1A;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    min-height: 4px;
}
.alert-block__item+.alert-block__item{
    margin-top: 12px;
}
.alert-block__item a{
    text-decoration: underline;
    font-weight: 600;
    color: #FFA372;
}
.alert-block__item span{
    font-weight: 600;
}
.alert-block_withborder{
    margin-top: 20px;
    margin-bottom: 32px;
    padding: 20px 12px 20px 16px;
    border: none;
}
.alert-block_withborder:before{
    width: 4px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #F96631;
}
.nomt.uk-grid-margin.uk-first-column{
    margin-top: 0;
    margin-bottom: 32px;
}
.alert-block_withborder .alert-block__item{
    color: #4C4C4C;
    font-size: 16px;
    line-height: 22px;
}
@media(max-width: 767px){
    .alert-block{
        padding: 11px 11px;
    }
}

.rs-filter-pilot {
    display: grid;
    grid-template-columns: minmax(270px, 292px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.middle_inner.rs-filter-pilot-page {
    max-width: 1600px;
}

body.uk-overflow-hidden:has(.rs-filter-pilot):not(:has(.uk-offcanvas.uk-open)):not(:has(.uk-modal.uk-open)):not(:has(.filter__wrap--active)) {
    overflow: visible !important;
}

.rs-filter-pilot__aside,
.rs-filter-pilot__content {
    min-width: 0;
}

.rs-filter-pilot__aside {
    position: sticky;
    top: 12px;
    z-index: 8;
    align-self: start;
    max-height: calc(100vh - 24px);
}

.rs-filter-pilot__content {
    position: relative;
    transition: opacity .16s ease;
}

.rs-filter-pilot__content.is-loading {
    min-height: 360px;
    opacity: .52;
    pointer-events: none;
}

.rs-filter-pilot__content.is-loading::after {
    content: '';
    position: absolute;
    top: 90px;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    border: 3px solid rgba(67, 101, 139, .22);
    border-top-color: #43658b;
    border-radius: 50%;
    animation: rs-filter-spin .7s linear infinite;
}

@keyframes rs-filter-spin {
    to {
        transform: rotate(360deg);
    }
}

.rs-filter-pilot__content > #catalogLine {
    margin-top: 0;
}

.rs-filter-pilot__content > .checker {
    margin: 0 0 16px;
}

@media(max-width: 991px) {
    .rs-filter-pilot {
        grid-template-columns: minmax(240px, 260px) minmax(0, 1fr);
        gap: 20px;
    }
}

@media(max-width: 767px) {
    .middle_inner.rs-filter-pilot-page {
        overflow-x: clip;
    }

    .rs-filter-pilot {
        display: block;
    }

    .rs-filter-pilot__aside {
        position: static;
        max-height: none;
    }

    .rs-filter-pilot__content {
        width: 100%;
        max-width: 100%;
    }

    .rs-filter-pilot__content > .checker {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 0 14px;
        padding: 2px 0 8px;
        scrollbar-width: none;
    }

    .rs-filter-pilot__content > .checker::-webkit-scrollbar {
        display: none;
    }

    .rs-filter-pilot__content > .checker .checker__item,
    .rs-filter-pilot__content > .checker .checker__clear {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

/* End */
/* /local/components/unlimtech/catalog/templates/.default/style.css?17879554043807 */
