

/* Start:/local/templates/kolesatyt2019/components/app/catalog.smart.filter/main/style.css?176665805412322*/

.filter-button-head {
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.checkbox-item {
    margin-bottom: 0;
}

.filter-items-head {
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.filter-items-head-acs {
    color: #F4F4F4;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
}

.range-select-span {
    color: rgba(97, 97, 97, 0.30);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.accordion-2 .ac-element .ac-head:before {
    display: none;
}

.ac-body-price {
    margin-right: 0;
}

.filter-show {
    width: auto;
    position: sticky;
    bottom: 0;
    right: 8px;
    border-radius: 16px;
    background: #6A9C1D;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
    padding: 8px 0;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 8px;
}

@supports (-webkit-touch-callout: none) {
    .filter-show { position: -webkit-sticky; }
}

.filter-show-inner:hover {
    color: #FFFFFF !important;
}

.checkbox-item > div, .checkbox-btn > span, .checkbox-item > a {
    display: flex;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 5px;
    color: #616161;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    /* white-space: nowrap; */
    align-items: center;
    justify-content: center;
    background: rgba(97, 97, 97, 0.05);
}

.unboth-pair {
    gap: 40px;
}

.checkbox-item > a:hover {
    color: #616161;
    background: rgba(97, 97, 97, 0.05);
}

.checkbox-item > a.active {
    color: #616161;
    background: rgba(97, 97, 97, 0.05);
}

@media (min-width: 769px) {
    .checkbox-btn:hover span {
        border-radius: 5px;
        color: #616161;
        background: rgba(97, 97, 97, 0.05);
    }

    .checkbox-item:hover > div {
        border-radius: 5px;
        color: #616161;
        background: rgba(97, 97, 97, 0.05);
    }

    .form_radio_group label:hover {
        color: #616161;
        background: rgba(97, 97, 97, 0.05);
        border-radius: 5px;
    }
}

.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 49px;
    height: 30px;
    border-radius: 25%/50%;
    vertical-align: top;
    background: #F5F5F7;
    transition: .2s;
}

.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    display: inline-block;
    width: 25.94px;
    height: 26.13px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    background: #6A9C1D;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform: translateX(20px);
    background: #FFF;
}

.checkbox-btn input[type=checkbox]:checked + span {
    background: #6A9C1D;
    color: #FFFFFF;
}

.checkbox-item input[type=radio]:checked + div {
    background: #6A9C1D;
    color: #FFFFFF;
}

.checkbox-item input[type=radio]:disabled + div {
    background-color: #f0f0f0;
    color: #3E3E3E;
    cursor: not-allowed;
}

.ac-element {
    padding: 17px 0;
    margin-right: -1rem;
    margin-left: -0.5rem;
    border-top: 1px solid #D8D8D8;
}

.js-smart-filter.grey-wal {
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;                /* важное */
    position: relative;              /* база для псевдо-элементов внутри */
}

.custom-number {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.rows.show-list {
    flex-wrap: wrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 15px;
}

.form_radio_group-item {
    position: relative;
    display: flex;
    flex-basis: content;
}

@media (max-width: 768px) {

    #filter .modal-dialog.modal-full-screen { height: 100dvh; margin: 0; }
    #filter .modal-content {
        display: grid;
        grid-template-rows: auto 1fr auto; /* header | body | dock */
        height: 100%;
    }

    /* Скролл только у body */
    #filter .modal-body {
        overflow: auto;
        padding-bottom: calc(var(--sf-bar-h, 56px) + env(safe-area-inset-bottom));
    }

    /* Нижняя панель внутри модалки (в доке) */
    #filter .sf-dock { position: relative; z-index: 3; }

    /* В инлайне — пусть останется sticky, как было */
    #sf-inline-host .filter-show {
        position: sticky;
        bottom: 0;
        z-index: 2;
    }
}

/*@media (max-width: 768px) {

    .form_radio_group-item {
        position: relative;
        display: inline-block;
        margin-right: 15px;
    }

    .rows.show-list {
        flex-wrap: nowrap;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .checkbox-item div {
        display: inline-block;
        padding: 15px;
        line-height: 21px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #ffffff;
        color: #1B293F;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.2s, border-color 0.2s, color 0.2s;
        white-space: nowrap;
    }

    .range-select-span {
        color: #1B293F;
    }

    .filter-button-head {
        font-size: 18px;
        font-weight: 400;
        line-height: 21.6px;
        color: #1B293F;
    }

    .filter-items-head {
        color: #1B293F;
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
    }

    .ac-body-price {
        margin-right: 1rem;
    }

    .filter-show {
        width: -webkit-fill-available;
        position: sticky;
        bottom: 10px;
        border-radius: 10px;
        background: #6A9C1D;
        color: #FFFFFF;
        padding-top: 13px;
        padding-bottom: 13px;
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }

    .checkbox-btn span {
        display: inline-block;
        padding: 15px;
        line-height: 21px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #ffffff;
        color: #1B293F;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    }

    .checkbox-btn:hover span {
        border-color: #999;
        background-color: #f5f5f5;
    }

    .checkbox-item input[type=radio]:checked + div {
        background-color: #6A9C1D;
        color: #ffffff;
        border-color: #6A9C1D;
    }

    .checkbox-ios .checkbox-ios-switch {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        width: 49px;
        height: 30px;
        border-radius: 25%/50%;
        vertical-align: top;
        background: #001C3D14;
        transition: .2s;
    }

    .checkbox-ios .checkbox-ios-switch:before {
        content: '';
        position: absolute;
        top: 2px;
        left: 1px;
        display: inline-block;
        width: 25.94px;
        height: 26.13px;
        border-radius: 50%;
        background: white;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
        transition: .15s;
    }

    .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
        background: #6A9C1D;
    }

    .checkbox-btn input[type=checkbox]:checked + span {
        background-color: #6A9C1D;
        color: #ffffff;
        border-color: #6A9C1D;
    }

    .checkbox-item input[type=radio]:disabled + div {
        background-color: #f0f0f0;
        color: #b3b3b3;
        border-color: #ddd;
        cursor: not-allowed;
    }

    .checkbox-item input[type=radio]:checked + div {
        background-color: #6A9C1D;
        color: #ffffff;
        border-color: #6A9C1D;
    }

    .form_radio_group label:hover {
        border-color: #6A9C1D;
        background-color: #6A9C1D;
    }

    .ac-element {
        padding: 15px 0;
        margin-right: -1rem;
        border-top: 1px solid #E3E4E5;
    }
}*/

.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

.filter-block-head {
    margin-right: 1.5rem;
    margin-left: 1rem;
    text-decoration: none !important;
}

.custom-green {
    margin-right: 1rem;
    color: #5C9900;
}

.link-stories {
    color: #5C9900 !important;
}

.icon-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.icon-arrow.arrow-right {
    transform: rotate(90deg); /* Стрелка вправо */
}

.icon-arrow.arrow-down {
    transform: rotate(-90deg); /* Стрелка вниз */
}


.combined-block > .form_radio_group-item:last-child {
    margin-right: 15px;
}

.combined-block {
    gap: 15px;
}

.ozon-blue {
    color: #FFF;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
}

.checkbox-green {
    display: inline-block;
    height: 28px;
    line-height: normal;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

.modal-header {
    align-items: center !important;
    padding-bottom: 0 !important;
}

.modal-body {
    padding-top: 20px !important;
}

.icon-close-filter {
    font-size: 25px;
    color: #fff;
}

.filter-reset-button {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #FAB600;
}

.filter-title-mobile {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

.faq-main-filters {
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 15px 0;
    border-top: 1px solid #D8D8D8;
}

.faq-main-filters:nth-child(2) {
    padding-top: 0;
    border-top: none;
}

.checkbox-ios {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    margin-bottom: 0 !important;
}

.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform: translateX(20px);
}

/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
    cursor: pointer;
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
    filter: grayscale(70%);
}

.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
    background: #eee;
}

/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}


.checkbox-btn {
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.checkbox-btn input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}


.checkbox-btn input[type=checkbox]:disabled + span {
    background-color: #f0f0f0;
    color: #b3b3b3;
    border-color: #ddd;
    cursor: not-allowed;
}

.form_radio_group, .filter-custom {
    margin-top: 15px;
    padding-right: 1rem;
}

.podbor-auto {
    margin-bottom: 20px!important;
}

.form_radio_group-item:last-child {
    margin-right: 0;
}

.form_radio_group input[type=radio], .checkbox-item input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.rows {
    display: flex;
    transition: all 0.3s ease; /* Плавный переход */
}

.rows.show-list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.rows.show-row {
    flex-wrap: wrap;
}

.accordion-2 .ac-element .ac-body {
    padding-left: 1rem!important;
    padding-right: 1.5rem;
}

.last-element {
    border-bottom: 1px solid #E3E4E5;
}

.filter-show-inner:hover {
    color: #FFFFFF;
    text-decoration: none;
}





/* End */


/* Start:/local/templates/kolesatyt2019/components/bitrix/catalog.section/main/style.css?1766658054379*/

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 93%!important;
}

.swiper-pagination-bullet {
    width: 5px!important;
    height: 5px!important;
}

.price-2 > .icon-price, .price-1 > .icon-price {
    line-height: normal;
    font-size: 18px!important;
}
/* End */
/* /local/templates/kolesatyt2019/components/app/catalog.smart.filter/main/style.css?176665805412322 */
/* /local/templates/kolesatyt2019/components/bitrix/catalog.section/main/style.css?1766658054379 */
