#catalog .ul-left-menu
{
    padding: 0;

    list-style: none;
}
#catalog .ul-left-menu li{
    padding: 0;
}
#catalog .li-left-menu
{
    position: relative;


    border-bottom: 1px #e5e5e5 solid;
}
#catalog .li-left-menu:last-child
{
    border-bottom: none;
}
#catalog .ul-left-menu a
{
    position: relative;

    display: block;

    padding: 10px 20px;

    text-decoration: none;

    color: #333;
    background-color: #f0f0f0;
}
#catalog .li-left-menu.active .l-m-a-l-1,
#catalog .li-left-menu:hover .l-m-a-l-1
{
    color: #fff;
    background-color: #2c99ff;
}
#catalog .list-category
{
    padding-bottom: 30px;
}

#catalog .li-parent ul
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;

    display: none;

    padding: 0;

    list-style: none;
}
#catalog .li-parent:hover ul
{
    display: block;
}
#catalog .li-parent ul a.l-m-a-l-1:hover
{
    text-decoration: underline;
}
#catalog .li-parent .l-m-a-l-1
{
    padding: 10px 34px 10px 20px;
}
#catalog .li-parent > .l-m-a-l-1:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 34px;
    height: 100%;

    content: '';

    background: url(../../img/catalog/li-parent.png) 50% 50% no-repeat;
}
#catalog .li-parent.active .l-m-a-l-1:before,
#catalog .li-parent:hover .l-m-a-l-1:before
{
    background-image: url(../../img/catalog/li-parent-active.png);
}
#catalog .item-big-category
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    margin-bottom: 30px;

    border: 1px #a9a9a9 solid;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}
#catalog .top-i-b-g
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 10px 20px 20px;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    align-items: center;
}
#catalog .bottom-i-b-g
{
    display: block;

    max-width: none;
    margin: 0 -1px -1px;
    padding: 13px 10px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #2c99ff;
}
#catalog .bottom-i-b-g:hover
{
    background-color: #0383fb;
}
#catalog .img-big-category
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 176px;
    max-height: 128px;
    padding: 10px 20px 0 0;

    text-align: center;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#catalog .img-big-category img
{
    max-width: 100%;
    max-height: 100%;
}
#catalog .title-big-category
{
    padding: 10px 0;
}
#catalog .a-title-big-category
{
    font-size: 19px;

    text-decoration: none;

    color: #333;
}
#catalog .ul-big-category
{
    font-size: 14px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#catalog .li-l-b-c
{
    padding: 0 12px 6px 0;
}
#catalog .catalog-sort
{
    position: relative;
    z-index: 3;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 30px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#catalog .item-sort
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 40px;
}
#catalog .select-sort
{
    color: #2c99ff;
    border-bottom: 1px dashed;
}
#catalog .title-sort
{
    padding-right: 8px;
}
#catalog .sort-left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.dropdown-menu
{
    font-size: 14px;

    position: absolute;
    z-index: 2;

    display: none;

    margin: 2px 0 0;
    padding: 0;

    list-style: none;

    border: 1px #2c99ff solid;
    background: #fff;
}
.open .dropdown-menu
{
    display: block;
}
.dropdown-menu li
{
    margin: 0;
    padding: 0;
}
.dropdown-menu a
{
    display: block;

    padding: 4px 12px;

    text-decoration: none;
}
.dropdown-menu a:hover
{
    text-decoration: none;

    background: #f0f0f0;
}
.dropdown-toggle
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sort-order-direction
{
    display: block;

    width: 10px;
    height: 6px;
    margin-left: 10px;

    background: url(../../img/catalog/dropdown-menu.png) 50% 50% no-repeat;
}
#catalog .left-menu
{
    margin-bottom: 30px;
}
#catalog-filter
{
    margin-bottom: 20px;

    background: #f0f0f0;
}
#catalog-filter .filter-fromto
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#catalog-filter .disabled-property
{
    opacity: .5;
    pointer-events: none;
}
#catalog-filter .input-wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 50%;
    padding-right: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#catalog-filter .expand
{
    font-size: 16px;

    position: relative;

    display: block;

    padding: 16px 34px 16px 18px;

    cursor: pointer;
    -webkit-transition: ease-in-out .3s;
            transition: ease-in-out .3s;

    color: #000;
}
#catalog-filter .open .expand:before
{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
#catalog-filter .filter
{
    border-bottom: 1px solid #ccc;
}
#catalog-filter .filter:last-child
{
    border-bottom: 0;
}
#catalog-filter .detail
{
    padding: 4px 18px 10px;
}
#catalog-filter .input-wrapper input
{
    width: 70px;
    padding: 4px 6px;
}
.input-wrapper label
{
    padding-right: 2px;
}
#catalog-filter .filters .filter-fromto
{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display:      flex;

    max-width: none;
    margin-right: -10px;
    padding-bottom: 20px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
         justify-content: space-between;
}
#catalog-filter ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
#catalog-filter li
{
    padding-bottom: 6px;
}
#catalog .sort-right
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#catalog .item-type-sort
{
    overflow: hidden;

    width: 30px;
    height: 30px;
    margin-left: 10px;

    border-radius: 2px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#catalog .item-type-sort:hover
{
    background-color: #dedede;
}
#catalog .item-type-sort.active
{
    background-color: #2c99ff;
}
#catalog .sort-cart
{
    background-image: url(../../img/catalog/sort-cart.png);
}
#catalog .sort-cart.active
{
    background-image: url(../../img/catalog/sort-cart-w.png);
}
#catalog .sort-list
{
    background-image: url(../../img/catalog/sort-list.png);
}
#catalog .sort-list.active
{
    background-image: url(../../img/catalog/sort-list-w.png);
}
#catalog .sort-table
{
    background-image: url(../../img/catalog/sort-table.png);
}
#catalog .sort-table.active
{
    background-image: url(../../img/catalog/sort-table-w.png);
}
.paginator
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 36px;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ul-paginator
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.li-paginator
{
    padding: 0 0 4px 10px;
}
.a-paginator
{
    line-height: 1;

    display: block;

    min-width: 30px;
    padding: 7px 7px;

    text-align: center;
    text-decoration: none;

    color: #333;
    border-radius: 2px;
}
.a-paginator.active
{
    color: #fff;
    background-color: #2c99ff;
}
#catalog .description-category
{
    padding-bottom: 20px;
}
#catalog-filter .filter .detail
{
    display: none;
}
#catalog-filter .filter.open .detail
{
    display: block;
}
#catalog-filter .sidebar_menu_buttons
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#catalog-filter .sidebar_menu_buttons .btn
{
    font-size: 14px;

    display: block;

    width: 100%;
    margin: 20px 10px;
    padding: 4px 8px;

    text-decoration: none;
}
#catalog-filter .expand:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 34px;
    height: 100%;

    content: '';

    background: url(../../img/catalog/li-parent.png) 50% 50% no-repeat;
}
#nouislider .noUi-horizontal
{
    height: 4px;
    margin: 12px 11px 18px;

    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#nouislider .noUi-handle
{
    cursor: default;

    border: 3px solid #2c99ff;
    border-radius: 50%;
    background: #f0f0f0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#nouislider .noUi-handle:after,
#nouislider .noUi-handle:before
{
    display: none;
}
#nouislider .noUi-horizontal .noUi-handle
{
    top: -10px;
    left: -11px;

    width: 22px;
    height: 22px;
}
html:not([dir=rtl]) #nouislider .noUi-horizontal .noUi-handle
{
    right: -11px;
    left: auto;
}

#view-list .item-card
{
    width: 100%;
    margin-top: -1px;
    padding-bottom: 0;
}
#view-list .card
{
    width: 100%;
    padding: 8px 28px 8px 18px;
}
#view-list .card-text
{
    width: 100%;
    padding: 0 15px;
}
#view-list .in-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#view-list .card-image
{
    width: 64px;
    height: 64px;
    margin-right: 15px;
    padding-bottom: 0;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#view-list .card-block-price
{
        flex-direction: column;

    min-width: 150px;
    margin-left: 50px;
    padding: 0 15px;
    padding-bottom: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#view-list .card .card-title a
{
    height: auto;

    text-align: left;
}
#view-list .card .card-title a:before
{
    display: none;
}
#view-list .card .card-ticket
{
    position: relative;
    top: 0;

        flex-direction: row;

    padding: 0 15px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}
#view-list .card .item-c-t
{
    position: relative;
    top: 0;

    margin: 0 15px;
}
#view-list .card .card-old-price
{
    padding-top: 8px;
    padding-left: 0;
}
#view-list .cart-order
{
    padding-left: 50px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#view-list .card .card-info
{
    padding: 0;
}
#view-list .card .card-characteristic
{
    height: auto;

    text-align: left;
}
#view-list .card .card-characteristic:after
{
    display: none;
}
#view-list .row-products
{
    padding-top: 1px;
    padding-bottom: 30px;
}
#view-list .line-card-rating-stock
{
    padding: 0 15px;
}
#view-list .card .card-stock
{
    padding-bottom: 0;

    text-align: left;
}
#view-list .card-rating
{
    padding-bottom: 16px;
}
#view-list .card .card-title
{
    padding-bottom: 14px;
}
#view-list .item-card:hover + .item-card .card
{
    border-top-color: #0383fb;
}
#view-list .card .card-label
{
    position: relative;

        flex-direction: row;

    padding: 0;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
}
#view-list .card .item-c-l
{
    font-size: 10px;
    line-height: 20px;

    height: 20px;
    margin: 4px 4px 0 0;
}
#view-list .card .card-label:last-child
{
    margin-right: 0;
}
#view-table .item-card
{
    width: 50%;
}
#view-table .card .in-card
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}
#view-table .in-card-1
{
    position: relative;

    width: 150px;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#view-table .card .card-block-price
{
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#view-table .card .card-old-price
{
    padding: 29px 0 0;
}
#view-table .in-card-2
{
    width: 100%;
    padding: 0 30px;

    text-align: left;
}
#view-table .in-card-3
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    text-align: left;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
#view-table .card-text-description
{
    font-size: 12px;
}
#view-table .card .card-image
{
    height: 100%;
    padding-bottom: 0;
}
#view-table .card .card-title
{
    padding-bottom: 10px;
}
#view-table .card .default-c-r
{
    margin: 0;
}
#view-table .card .card-info
{
    padding-bottom: 12px;
}
#view-table .card .card-characteristic
{
    margin-bottom: 14px;
}
#view-table .card-text-description
{
    position: relative;

    overflow: hidden;

    max-height: 65px;
}
#view-table .card-text-description:before
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 33.333333%;
    height: 14px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
.catalog-subcategory
{
    padding-bottom: 20px;
    max-width: none;
    margin-right: -10px;
}
.catalog-subcategory a
{
    display: inline-block;
    margin: 0 10px 10px 0;
}
#catalog-filter .filter-interval .detail
{
    display: none;
}
/* autoComplete */
.search-items,
.searchCityItems
{
    position: absolute;
    z-index: 2000;

    padding: 0;

    background: white;
    -webkit-box-shadow: 0 2px 4px #999;
       -moz-box-shadow: 0 2px 4px #999;
            box-shadow: 0 2px 4px #999;
}
.search-items li,
.searchCityItems li
{
    position: relative;

    overflow: hidden;

    border-bottom: 1px solid #ebebe5;
}
.search-items li .image
{
    line-height: 62px;

    float: left;

    width: 62px;
    height: 62px;
    padding: 5px;

    text-align: center;
}
.searchCityItems li a
{
    display: block !important;

    padding: 10px;

    color: black;
}
.search-items li a
{
    display: block !important;

    min-height: 62px;
    margin-left: 70px;
    padding: 5px;

    color: black;
}
.search-items li a.noimage
{
    min-height: inherit;
    margin-left: 0;
}

.search-items li.ui-state-focus a,
.searchCityItems li.ui-state-focus a
{
    color: black;
    background: #e9e9e9;
}
.search-items li a .title,
.search-items li a .barcode,
.search-items li a .price,
.search-items li a .preview
{
    font-size: 12px;

    display: block;

    text-align: left;
}
.search-items li a .preview
{
    font-size: 12px;

    padding-top: 10px;

    color: gray;
}
.search-items li a .title,
.search-items li a .barcode
{
    padding-bottom: 3px;
}
.search-items li a .barcode
{
    font-style: italic;

    color: #585858;
}
.search-items li.all-search-results a .title
{
    font-weight: bold;

    padding-top: 3px;

    text-align: center;
}

.search-city-items
{
    position: absolute;
    z-index: 15;

    padding: 0;

    background: white;
    -webkit-box-shadow: 0 2px 4px #999;
       -moz-box-shadow: 0 2px 4px #999;
            box-shadow: 0 2px 4px #999;
}
.search-city-items li
{
    position: relative;

    overflow: hidden;

    border-bottom: 1px solid #ebebe5;
}
.search-city-items li a
{
    display: block;

    padding: 5px;

    color: black;
}
.search-city-items .ui-menu-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.out-big-category
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.description-category
{
    padding-bottom: 20px;
}
div.to-social-network .ya-share2__badge
{
    padding: 5px;

    border-radius: 50%;
}
div.to-social-network .ya-share2__container_size_m .ya-share2__icon
{
    width: 30px;
    height: 30px;
}
.one-click-wrapper .h2
{
    text-align: center;
}
.one-click-wrapper button.link
{
    margin: auto;
}
.one-click-wrapper .policy-agreement
{
    font-size: 14px;
}
.one-click-wrapper .infotext
{
    padding: 0;

    text-align: center;
}
.one-click-wrapper .page-error p
{
    padding: 0;
}
.one-click-wrapper .table-underlined
{
    width: 100%;
}
.one-click-wrapper .page-error
{
    text-align: center;
}
.brandDirs{
    padding-top: 10px;
}
#catalog .content-big-category{
    width: 100%;
}
#products .loader
{
    margin: auto;
}
.rs-ajax-paginator
{
    width: 190px;
    margin: auto auto 20px;
}
.filter-color .filter-clickable_value + label
{

}
.filters .filter label
{
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
}
.filter-clickable_value + label
{
    border: 2px solid transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 2px;
    overflow: hidden;
    box-sizing: content-box;
    padding: 0;
}
.filter-clickable_value {
    visibility: hidden;
    position: absolute;
}
.filter-clickable_item
{
    display: inline-block;
    vertical-align: top;
}
.filter-adaptive-btn
{
    padding: 10px 15px;
    margin: -10px 25px 0px 0px;
    border-radius: 2px;
    cursor: pointer;
    display: none;
    background-color: #f0f0f0;
}
.filter-adaptive-btn i
{
    background: url(../../img/catalog/sort_icons.png) center left no-repeat;
    width: 15px;
    height: 13px;
    margin: 3px 7px 0px 0px;
    display: block;
}
.filter-adaptive-btn.background-color i
{
    background: url(../../img/catalog/sort_icons.png) center right no-repeat;
}
.filter-adaptive-btn.background-color span
{
    color: #fff;
}
.filter-panel-adaptive
{
    position: relative;
    height: 45px;
    border-bottom: 1px solid #ccc;
}
.filter-panel-adaptive .mfp-close
{
    color:#000;
}
.filter-panel-adaptive
{
    display: none;
}