

/* Start:/include/basket_btn_one/style.css?17714922546928*/
.text_right {
    text-align: right;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.text_right i {
    margin-right: 5px;
}

.cart_table {
    width: 100%;
    margin-bottom: 20px;
}

.cart_table tbody td, .cart_table tfoot td {
    vertical-align: middle;
}

#popup_one_click_form .cart_table tbody td, #popup_one_click_form .cart_table tfoot td {
    height: 5em;
}

.cart_left_label {
    margin-right: 10px;
}

.fw_normal {
    font-weight: normal;
}

input[type=checkbox] + label > span.checkbox_square {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #2f2f2f;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    transition: .2s all;
    margin-right: 10px;
}

input[type=checkbox] + label > span.checkbox_square:before {
    content: "";
    width: 15px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 1px;
    right: -5px;
    transform: rotate(-50deg);
    transition: .2s all;
}

input[type=checkbox] + label > span.checkbox_square:after {
    content: "";
    width: 8px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 4px;
    left: -1px;
    transform: rotate(45deg);
    transition: .2s all;
}

input[type=checkbox]:checked + label > span.checkbox_square {
    background: rgba(254, 195, 43, 1);
    border-color: rgba(254, 195, 43, 1);
}

input[type=checkbox]:checked + label > span.checkbox_square:before,
input[type=checkbox]:checked + label > span.checkbox_square:after {
    background: #2f2f2f;
}

.input_req_container .checkbox_square {
    margin-bottom: 20px;
    float: left;
    margin-top: 25px;
    margin-right: 15px !important
}

.order_props .checkbox_square {
    margin-bottom: 20px;
    float: left;
    margin-top: 12px;
    margin-right: 15px !important
}

.cart_inp_container .checkbox_square {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    transform: translateY(100%);
}

@media screen and(max-width: 1220px) {
    .cart_inp_container .checkbox_square {
        float: left;
        margin-right: 10px;
        margin-bottom: 35px;
        margin-top: 0;
        transform: translateY(180%);
    }
}

.orders_history .thead_td {
    color: #8c8c8c;
    padding-left: 28px !important;
}

.big_empty_txt {
    font-weight: 400;
}

.order_big_number {
    font-size: 29px;
    font-weight: normal;
    color: #2f2f2f;
}

.order_cancel {
    text-decoration: none;
    border-bottom: 1px dashed #8c8c8c;
    display: inline;
    line-height: 12px;
    position: relative;
    width: fit-content;
}

.order_cancel_x {
    position: absolute;
    right: -16px;
    width: 12px;
    height: 12px;
    transition: .3s all ease-out;
}

.order_cancel_x:after,
.order_cancel_x:before {
    content: '';
    width: 12px;
    height: 1px;
    background-color: #8c8c8c;
    display: inline-block;
    position: absolute;
    top: 5px;
}

.order_cancel_x:after {
    transform: rotate(135deg);
}

.order_cancel_x:before {
    transform: rotate(45deg);
}

.cart_inp_container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cart-item-name a {
    font-size: 19px;
}

.cart_table .cart_table_img_a img {
    opacity: 0;
}

.cart_table .cart_table_img_a {
    background-color: #f2f2f2;
    background-blend-mode: multiply;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.cart_table tbody td, .cart_table tfoot td {
    vertical-align: middle;
}


#popup_one_click_form .cart_table tbody td, #popup_one_click_form .cart_table tfoot td {
    height: 5em;
}

.input_exp {
    width: 37px;
    height: 23px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-out
}

.input_exp:hover {
    background-color: #fede8b;
    cursor: pointer;
}

.dec_exp {
    left: 17px;
    border-right: 2px solid #f8d988;
}

.inc_exp {
    right: 17px;
    border-left: 2px solid #f8d988;
}

.dec_exp:after,
.inc_exp:after {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #000;
}

.inc_exp:before {
    content: '';
    width: 6px;
    height: 1px;
    background-color: #000;
    transform: rotate(90deg);
    position: absolute;
}

.exp_inp_main {
    width: 102px !important;
    border: 2px solid #f8d988;
    border-radius: 5px;
    height: 26px;
    padding: 5px;
}

.orders_history tbody tr td {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.orders_history tbody tr td:first-child {
    border-left: 1px solid #cdcdcd;
}

.orders_history tbody tr td:last-child {
    border-right: 1px solid #cdcdcd;
    padding-right: 30px;
}

.orders_history tbody tr td div {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

.orders_history tbody .row_breaker td {
    padding: 5px 0 !important;
    border: 0 !important;
}

@media screen and(max-width: 1220px) {
    .cart-item-name > div {
        max-width: 220px;
    }
}


.order_sum, .order_sum span {
    font-weight: bold;
}

.order_props select {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 16px;
    padding: 11px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: transparent;
    transition: .2s all;
}

.order_props input[disabled], .order_props textarea[disabled] {
    cursor: not-allowed;
    background: #e4e4e4;
}

.btn_offer {
    width: unset !important;
    padding: 12px 22px !important;
    margin-top: 15px;
    background-color: #10c96c !important;
}

.popup_small.popup_basket_btn_one .popup_window > div {
    width: auto;
    max-width: min-content;
}

@media screen and (max-width: 1007px){
    .popup_small.popup_basket_btn_one .popup_window > div {
        padding: 50px 10px;
        max-width: none;
    }
    .popup_small.popup_basket_btn_one .cart_left_negative_label {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
        text-align: left !important;
        display: block !important;
        width: 100%;
    }
    .popup_small.popup_basket_btn_one .cart_inp_container {
        flex-direction: column;
        margin-bottom: 5px;
    }
    .popup_small.popup_basket_btn_one .cart_inp_container input,
    .popup_small.popup_basket_btn_one .cart_inp_container textarea {
        box-sizing: border-box;
    }
}
/* End */


/* Start:/local/templates/rb/components/bitrix/catalog/.default/style.css?177149225614681*/
.red_border {
    border: 1px solid #f6c44f;
}

.catalog_section_filters .filters {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.catalog_section_filters .filters ul {
    list-style-type: none;
    padding: 0;
}

.catalog_section_filters .filters:first-of-type {
    margin-left: 0;
}

.catalog_section_filters .sort_field,
.catalog_section_filters .choose_price,
.catalog_section_filters .filter_field_mat,
.catalog_section_filters .filter_field_color,
.catalog_section_filters .filter_field_type,
.catalog_section_filters .filter_field_size {
    position: relative;
    margin-right: 20px;
    display: inline-block;
}

.bx-filter-select-container {
    display: inline-block;
}

.bx-filter-select-block {
    cursor: pointer;
}

.catalog_section_filters .filter_field_mat:after,
.catalog_section_filters .filter_field_color:after,
.catalog_section_filters .filter_field_type:after,
.catalog_section_filters .filter_field_size:after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 3px;
    border: 5px solid transparent;
    border-top: 5px solid #3c3c3c;
}

.catalog_section_filters .choose_price,
.catalog_section_filters .filter_price_fields {
    display: inline-block;
}

.catalog_section_filters .filter_num {
    font-size: 19px;
    line-height: 14px;
    margin-right: 20px;
    color: #8c8c8c;
}

.catalog_section_filters .filter_sort {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #3c3c3c;
    z-index: 10;
}

.catalog_section_filters .filter_sort .sort_name {
    color: #8c8c8c;
}

.catalog_section_filters .filter_sort .sort_field {
    border-bottom: 1px dotted #8c8c8c
}

.catalog_section_filters .filter_sort .sort_field:hover {
    cursor: pointer;
}

.catalog_section_filters .filter_sort .sort_block {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 2;
    background: #fff;
    display: none;
    padding: 10px 0;
    min-width: 200px;
    border-radius: 3px;
}

.catalog_section_filters .filter_sort .sort_block a,
.catalog_section_filters .filter_sort .sort_block span {
    display: block;
    padding: 0 20px 0 40px;;
    line-height: 30px;
    height: 30px;
    transition: .2s all;
    color: #333;
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.catalog_section_filters .filter_sort .sort_block a:hover,
.catalog_section_filters .filter_sort .sort_block span:hover {
    color: #333;
    background: #fede8b;
}

.catalog_section_filters .filter_price {
    margin-right: 3%;
}

.catalog_section_filters .filter_price .choose_price {
    margin: 7px 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #3c3c3c;
    display: block;
    float: left;
}

.catalog_section_filters .filter_price .choose_price:after {
    right: 10px;
    bottom: 6px;
}

.catalog_section_filters .filter_price .choose_span_input_wrap {
    position: absolute;
    top: 33px;
    background: #fff;
    padding: 10px 0;
    z-index: 3;
    margin: 0;
    display: none;
}

.catalog_section_filters .filter_price #choose_span_input_wrap:target {
    display: block;
}

.catalog_section_filters .filter_price .choose_span_input_wrap li {
    line-height: 30px;
    height: 30px;
    display: block;
    padding: 0 20px 0 40px;
    margin: 0;
}

.catalog_section_filters .filter_price .filter_price_fields {
    border: 1px solid #cdcdcd;
    display: block;
    float: left;
    border-radius: 4px;
    letter-spacing: 0.01em;
    transition: .2s all
}

.catalog_section_filters .filter_price .filter_price_fields label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 5px;
}

.catalog_section_filters .filter_price .filter_price_fields label:first-of-type {
    border-right: 1px solid #cdcdcd;
}

.catalog_section_filters .filter_price .filter_price_fields label input {
    background-color: transparent;
    border: none;
    margin-left: 3px;
    color: #8c8c8c;
    letter-spacing: 0.01em;
    padding: 2px 0 3px;
}

.catalog_section_filters .filter_price .filter_price_fields label input:focus {
    outline: none;
}

.catalog_section_filters .filter_price .price_focused {
    background: #fff;
    border-color: #f6a00a;
}

.catalog_section_filters .filter_price .money_symbol {
    display: block;
    float: left;
    padding: 4px 5px;
    text-transform: uppercase;
}

.catalog_section_filters .filter_materials,
.catalog_section_filters .filter_color,
.catalog_section_filters .filter_type {
    margin-right: 1%;
}

.catalog_section_filters .filter_materials .filter_name {
    color: #8c8c8c;
}

.catalog_section_filters .filter_view a img {
    opacity: .4;
    transition: .3s all ease-out;
}

.catalog_section_filters .filter_view a {
    transform: translateY(2px);
    display: inline-block;
}

.catalog_section_filters .filter_view a.active_catalog_view img {
    opacity: 1;
}

.catalog_section_filters .filter_view {
    margin-left: 4%;
}

.catalog_section_filters .filter_view a:hover,
.catalog_section_filters .filter_view .active_catalog_view {
    color: #fede8b;
}

.catalog_section_filters .pull_right {
    position: relative;
    z-index: 10;
}

.catalog_section_filters .filter_view a.active_catalog_view img.sort_img_hover,
.catalog_section_filters .filter_view a img.sort_img_hover {
    opacity: 0;
}

.catalog_section_filters .filter_view a.passive_catalog_view:hover img:first-of-type {
    opacity: 0;
}

.catalog_section_filters .filter_view a.passive_catalog_view:hover .sort_img_hover {
    opacity: 1 !important;
}

.catalog_section_filters {
    margin-bottom: 60px;
    /*padding-bottom: 100px;*/
}

@media screen and (max-width: 1007px) {
    .support-mobile-filters {
        position: fixed;
        left: -170%;
        overflow-y: auto;
        background-color: #fff;
        z-index: -100;
        width: 75%;
        height: 100%;
        color: #fff;
        padding: 69px 20px 0;
        top: 0;
        transition: .3s all linear;
    }

    .support-mobile-filters-layout {
        top: 0;
        position: fixed;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -50;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: .3s all linear;
    }

    .support-mobile-filters .choose_price {
        margin-bottom: 16px;
    }

    .support-mobile-filters .btn {
        font-size: 12px;
        padding: 5px 10px;
        line-height: 14px;
        width: 141px;
        height: 37px;
    }

    .catalog-filters {
        color: #000;
        border-radius: 50px;
        padding: 8px 28px;
        margin-bottom: 15px;
        font-size: 16px;
        display: inline-block;
        box-sizing: border-box;
        text-decoration: none;
        cursor: pointer;
        z-index: 1;
        position: relative;
    }

    .catalog-filters:hover {
        text-decoration: none;
    }

    .catalog-filters {
        background-color: #F4B90A;
    }

    .catalog-filters:hover {
        background-color: #F4B90A;
        opacity: .8;
    }

    .catalog_section_filters .pull_right {
        display: none;
    }

    .catalog_section_filters .filter_price .choose_price,
    .catalog_section_filters .filters,
    .catalog_section_filters .filter_price .filter_price_fields {
        float: none;
        margin-left: 0;
        display: block;
    }

    .catalog_section_filters .filter_price {
        margin-top: 0;
    }

    .catalog_section_filters .filter_price .filter_price_fields {
        border: none;
        padding-right: 20px;
    }

    .catalog_section_filters .filter_price .filter_price_fields label {
        padding: 6px 13px;
        border: 1px solid;
        border-color: #F4B90A !important;
        border-radius: 5px;
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
        max-height: 32px;
        position: relative;
        box-sizing: border-box;
    }

    .catalog_section_filters .filter_sort .sort_field {
        font-size: 14px;
        display: block;
        border: 1px solid #D4D4D4;
        width: 100%;
        padding: 8px 12px;
        border-radius: 3px;
        box-sizing: border-box;
    }

    .catalog_section_filters .filter_sort .sort_block a,
    .catalog_section_filters .filter_sort .sort_block span {
        padding: 0 20px 0 13px;
        font-size: 14px;
    }

    .catalog_section_filters .filter_sort .sort_block {
        position: absolute;
        left: 0px;
        top: 56px;
        z-index: 2;
        background: #fff;
        display: none;
        padding: 10px 0;
        min-width: 200px;
        border-radius: 0 0 3px 3px;
        width: 100%;
        box-sizing: border-box;
        box-shadow: none;
        border: 1px solid #D4D4D4;
    }

    .catalog_section_filters .filter_sort .sort_name {
        font-size: 14px;
        font-weight: 400;
        display: block;
        color: #3c3c3c;
        margin-bottom: 11px;
    }

    .catalog_section_filters .filter_price .choose_price {
        margin-bottom: 16px;
    }

    .catalog_section_filters .filter_sort .sort_field:after,
    .catalog_section_tags .view_all_btn:after {
        position: absolute;
        border: none !important;
        right: 10px;
        bottom: 6px;
        content: "\e604";
        font-family: 'simple-line-icons';
        font-size: 11px;
    }

    .search-page .catalog_section_filters .filter_sort .sort_name {
        margin-bottom: 8px;
    }

    .search-page .catalog_section_filters .filter_sort .sort_block {
        left: 0 !important;
        top: 52px !important;
    }

    .catalog_section_filters .filter_sort .sort_block a,
    .catalog_section_filters .filter_sort .sort_block span {
        padding-left: 40px;
    }

    .mobile-filters-title .h2 {
        font-size: 16px !important;
        margin: 0 !important;
        margin-left: 13px !important;
        font-weight: 400 !important;
    }

    .mobile-filters-title {
        background-color: #F4B90A;
        position: absolute;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
        justify-content: space-between;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .mobile-filters-close:before,
    .mobile-filters-close:after {
        content: '';
        height: 1px;
        width: 14px;
        background-color: #000;
        transform: rotate(45deg) translate3d(-50%, -50%, 0);
        transform-origin: 0% 0%;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .mobile-filters-close:after {
        transform: rotate(135deg) translate3d(-50%, -50%, 0);
    }

    .mobile-filters-close {
        width: 26px;
        height: 26px;
        position: relative;
        border-radius: 50%;
        border: 1px solid #000;
    }

    .bx-filter-select-container {
        display: block;
    }

    .catalog_section_filters .filter_field_mat:after,
    .catalog_section_filters .filter_field_color:after,
    .catalog_section_filters .filter_field_type:after,
    .catalog_section_filters .filter_field_size:after {
        right: 12px;
        bottom: 7px;
    }

    .bx-filter-select-text.filter_field_mat {
        border: 1px solid #D4D4D4;
        padding: 4px 12px;
        margin-right: 24px;
        border-radius: 3px;
        font-size: 14px;
        color: #000;
        display: block;
    }
}

.catalog-section-sale__title {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0;
    color: #3c3c3c;
    margin-bottom: 23px;
}
.catalog-section-sale .swiper-container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
}
.catalog-section-sale .swiper-wrapper {
    position: relative;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition-property: transform;
    box-sizing: content-box;
}
.catalog-section-sale .swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    margin-right: 30px;
    transition-property: transform;
}
.catalog-section-sale__card {
    display: block;
    text-align: center;
    text-decoration: none;
}
.catalog-section-sale__card:focus {
    outline: none;
}
.catalog-section-sale__card-view {
    position: relative;
    margin-bottom: 10px;
}
.catalog-section-sale__card-view .comm_point_banner {
    top: 1px;
    left: 1px;
    width: 50px;
    height: 30px;
}
.catalog-section-sale__card-plate {
    position: absolute;
    padding: 5px;
    background-color: #fff;
}
.catalog-section-sale__card-image {
    height: 100%;
}
.catalog-section-sale__card-price {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 700;
    color: #3c3c3c;
}
.catalog-section-sale__card-price--red {
    color: #b90000;
}

@media screen and (min-width: 1008px) {
    #ajax_ankor {
        min-height: 208px;
    }
    .catalog-section-sale__card {
        height: 250px;
    }
    .catalog-section-sale__card-view {
        height: 120px;
    }
    .catalog-section-sale__card-price {
        font-size: 18px;
    }
}

@media screen and (max-width: 1007px) {
    #ajax_ankor {
        min-height: 178px;
    }
    .catalog-section-sale__card {
        height: 240px;
    }
    .catalog-section-sale__card-view {
        height: 90px;
    }
    .catalog-section-sale__card-price {
        font-size: 14px;
    }
    .catalog-section-sale .comm_point_banner.sale40 {
        width: 25px;
        height: 25px;
    }

}



@media screen and (max-width: 369px) {
    #ajax_ankor {
        min-height: 213px;
    }
}
/* End */


/* Start:/local/templates/rb/components/bitrix/catalog/.default/bitrix/catalog.section.list/section_list/style.css?177149225612672*/
.cat_green {
	background-color:rgba(16, 201, 108, 0.5);
}
.catalog_section_tags {
	margin: 30px 0;
	position: relative; }
	.catalog_section_tags .view_all_btn {
		padding: 7px 30px 7px 10px;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: 0.01em;
		background-color: #cdcdcd;
		border-radius: 4px;
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		transition: 0.2s all;
		cursor: pointer; }
		.catalog_section_tags .view_all_btn:after {
			content: '';
			position: absolute;
			border: 5px solid transparent;
			border-top: 5px solid #3c3c3c;
			right: 10px;
			bottom: 5px; }
		.catalog_section_tags .view_all_btn:before {
			content: '';
			position: absolute;
			border: 5px solid transparent;
			border-bottom: 5px solid #3c3c3c;
			right: 10px;
			bottom: 12px;
			display: none; }
		.catalog_section_tags .view_all_btn:hover {
			cursor: pointer;
			background-color: #8c8c8c; }
	.catalog_section_tags .view_all_btn.toggle_tags:after {
		display: none; }
	.catalog_section_tags .view_all_btn.toggle_tags:before {
		display: block; }
	.catalog_section_tags .catalog_section_tags_all.active_tags_block,
	.catalog_section_tags .catalog_section_tags_small.active_tags_block {
		display: block; }
	.catalog_section_tags .catalog_section_tags_all,
	.catalog_section_tags .catalog_section_tags_small {
		display: none; }
		.catalog_section_tags .catalog_section_tags_all ul,
		.catalog_section_tags .catalog_section_tags_small ul {
			list-style-type: none;
			padding: 0;
			margin: 0; }
		.catalog_section_tags .catalog_section_tags_all .tags_href,
		.catalog_section_tags .catalog_section_tags_all .tags_href_small,
		.catalog_section_tags .catalog_section_tags_small .tags_href,
		.catalog_section_tags .catalog_section_tags_small .tags_href_small {
			color: #3c3c3c;
			text-decoration: none;
			transition: 0.2s all;
			border: 1px solid transparent;
			border-radius: 30px;
			padding: 5px 10px; }
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_all_name,
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_small_name,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_all_name,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_small_name,
			.catalog_section_tags .catalog_section_tags_small .tags_href .tags_all_name,
			.catalog_section_tags .catalog_section_tags_small .tags_href .tags_small_name,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_all_name,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_small_name {
				border-bottom: 1px dotted #3c3c3c;
				transition: 0.2s all; }
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_all_count,
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_small_count,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_all_count,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_small_count,
			.catalog_section_tags .catalog_section_tags_small .tags_href .tags_all_count,
			.catalog_section_tags .catalog_section_tags_small .tags_href .tags_small_count,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_all_count,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_small_count {
				color: #8c8c8c;
				border: none;
				margin-left: 5px; }
			.catalog_section_tags .catalog_section_tags_all .tags_href:hover,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small:hover,
			.catalog_section_tags .catalog_section_tags_small .tags_href:hover,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small:hover {
				cursor: pointer;
				border-color: #f6a00a; }
				.catalog_section_tags .catalog_section_tags_all .tags_href:hover .tags_all_name,
				.catalog_section_tags .catalog_section_tags_all .tags_href:hover .tags_small_name,
				.catalog_section_tags .catalog_section_tags_all .tags_href_small:hover .tags_all_name,
				.catalog_section_tags .catalog_section_tags_all .tags_href_small:hover .tags_small_name,
				.catalog_section_tags .catalog_section_tags_small .tags_href:hover .tags_all_name,
				.catalog_section_tags .catalog_section_tags_small .tags_href:hover .tags_small_name,
				.catalog_section_tags .catalog_section_tags_small .tags_href_small:hover .tags_all_name,
				.catalog_section_tags .catalog_section_tags_small .tags_href_small:hover .tags_small_name {
					border-color: transparent; }
		.catalog_section_tags .catalog_section_tags_all .tags_href,
		.catalog_section_tags .catalog_section_tags_small .tags_href {
		padding: 5px 10px;
		display: inline-block; }
		.catalog_section_tags .catalog_section_tags_all .tags_href_small,
		.catalog_section_tags .catalog_section_tags_small .tags_href_small {
			padding: 7px 13px;
			margin-bottom: 10px; }
	.catalog_section_tags .catalog_section_tags_all ul {
		margin-left: -13px; }
		.catalog_section_tags .catalog_section_tags_all ul li {
			display: block; }
	.catalog_section_tags .catalog_section_tags_all a {
		font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
		font-weight: 400;
		color: #3c3c3c; }
	.catalog_section_tags .catalog_section_tags_small {
		width: 80%; }
		.catalog_section_tags .catalog_section_tags_small ul {
			margin-left: -16px; }
			.catalog_section_tags .catalog_section_tags_small ul li {
				float: left;
				margin-right: 10px;
				display: block;
				margin-bottom: 17px; }
		.catalog_section_tags .catalog_section_tags_small a {
			font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
			font-size: 19px;
			line-height: 20px;
			letter-spacing: 0;
			font-weight: 400;
			color: #3c3c3c; }
			.catalog_section_tags .catalog_section_tags_small a .tags_small_count {
				font-size: 14px; }
	.catalog_section_tags .active_tag .tags_href,
	.catalog_section_tags .active_tag .tags_href_small {
		border-color: #f6a00a; }
	.catalog_section_tags .active_tag .tags_all_name,
	.catalog_section_tags .active_tag .tags_small_name {
		border-color: transparent !important; }
		@media screen and (max-width: 1007px) {
			.catalog_section_tags .catalog_section_tags_all .tags_href_small, .catalog_section_tags .catalog_section_tags_small .tags_href_small {
				font-size: 15px!important;
				padding: 5px 7px;
			}
			.catalog_section_tags .view_all_btn {
				position: relative;
				background-color: #D8D8D8;
				color: #3c3c3c;
				border: none;
			}
			.catalog_section_tags .catalog_section_tags_small {
				width: 100%;
			}
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_all_name, .catalog_section_tags .catalog_section_tags_all .tags_href .tags_small_name, .catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_all_name, .catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_small_name, .catalog_section_tags .catalog_section_tags_small .tags_href .tags_all_name, .catalog_section_tags .catalog_section_tags_small .tags_href .tags_small_name, .catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_all_name, .catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_small_name {
				border-style: solid!important;
			}
			.catalog_section_tags {
				margin-top: 0!important;
			}
			.catalog_section_tags .catalog_section_tags_small ul li {
				margin-right: 15px;
				margin-bottom: 20px !important;
			}
			.catalog_section_tags .catalog_section_tags_small li {
				border: 1px solid transparent;
				border-radius: 30px;
			}
			.catalog_section_tags .catalog_section_tags_small li:hover {
				border: 1px solid #f6a00a;
			}
			.catalog_section_tags .catalog_section_tags_small .tags_href_small:hover {
				border-color: transparent;
			}
			.catalog_section_tags .catalog_section_tags_small ul {
				margin-left: 0;
			}
			.catalog_section_tags .view_all_btn:before {
				position: absolute;
				border: none!important;
				right: 10px;
				bottom: 6px;
				content: "\e604";
				font-family: 'simple-line-icons';
				font-size: 11px;
				transform: rotate(180deg);
			}
			.catalog_section_tags .catalog_section_tags_all ul {
				margin-left: 0;
			}
			.catalog_section_tags .catalog_section_tags_all {
				margin-top: 15px;
			}
			.catalog_section_tags_small.active_tags_block {
				margin-bottom: 5px;
				margin-top: 20px;
			}
		}


.section_list {

}

.section_list_banner {
	position: relative;
}

.section_list_elem {
	position: relative;
	/*overflow: hidden;*/
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.section_list_elem_wrap {
	position: relative;
	/*overflow: hidden;*/
	box-sizing: content-box;
	height: 450px;
	display: block;
	border: 2px solid #ffffff;
}

.section_list_elem_link {
	cursor: pointer;
}

.section_list_elem_img {
	margin-top: 30px;
	margin-bottom: 10px;
	height: 263px;
	background-size: contain;
	background-position: center;
	background-color: #f2f2f2;
	background-blend-mode: multiply;
	background-repeat: no-repeat;
}

.section_list_elem_info {
	text-align: center;
}

.section_list_elem_info_a {
	display: table;
	text-decoration: none;
	color: #3c3c3c !important;
	vertical-align: bottom;
	min-height: 99px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.section_list_elem_info_header {
	font-size: 28px;
	display: table-cell;
	vertical-align: bottom;
	/* border-bottom: 1px solid #cdcdcd; */
	transition: .2s all;
	font-family: "ALSSchlange",Helvetica,Tahoma,Arial,sans-serif;
	font-weight: 300;
	line-height: 33px;
	letter-spacing: 0;
	color: #3c3c3c !important;
}

.section_list_elem_info_header span {
	font-size: 0.875em !important;
	color: #726c67 !important;
	font-family: 'Calibri', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal !important;
	white-space: nowrap;
	display: inline;
	position: relative;
}

.section_list_elem_info_watchall {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	font-family: "ALSSchlange",Helvetica,Tahoma,Arial,sans-serif;
	font-weight: bold;
	line-height: 30px;
	text-decoration: underline;
	cursor: pointer;
}

@media screen and (max-width: 1007px) {
	.section_list_elem {
		height: auto;
	}
	.section_list_elem_wrap {
		height: auto;
	}
	.section_list_elem_img {
		margin-top: 10px;
		margin-bottom: 10px;
		height: 200px;
	}
	.section_list_elem_info {
		padding-bottom: 10px;
	}
	.section_list_elem_info_a {
		min-height: auto;
	}
	.section_list_elem_info_watchall {
		display: none;
	}
}

.section_list_elem:hover+ .dopblock {
	opacity:1;
	transition: 1s;
}

.dopblock {
	/*box-sizing: content-box;*/
	display: none;
	position: absolute;
	z-index: 10;
	top: 0px;
	background-color: #f2f2f2;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	transition: 1s;
	opacity: 0;
}

.section_list_elem.left .dopblock {
	display: block;
	right: 100%;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 45px 0px 45px 100px;
	opacity: 1;
}

.section_list_elem.right .dopblock {
	display: block;
	left: 100%;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 45px 100px 45px 20px;
	opacity: 1;
}

.section_list_elem .dopblock:before {
	position: absolute;
	display: block;
	content: " ";
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #f2f2f2;
	width: 2px;
	height: 100%;
	top: 0px
}

.section_list_elem.left .dopblock:before {
	right: -2px;
}

.section_list_elem.right .dopblock:before {
	left: -2px;
}

.section_list_banner_dop {
	height: 35px;
	width: 200px;
	overflow: hidden;
}

.section_list_elem_doplink {
	display: inline-block;
	font-family: "ALSSchlange",Helvetica,Tahoma,Arial,sans-serif;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 17px;
	text-decoration: none;
}

.section_list_elem_doplink:hover {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #3c3c3c;
}

.colum1 .dopblock {
	column-width: auto;
	column-count: 1;
}

.colum2 .dopblock {
	column-width: auto;
	column-count: 2;
	column-gap: 50px;
}

.colum3 .dopblock {
	column-width: auto;
	column-count: 3;
	column-gap: 50px;
}

.colum4 .dopblock {
	column-width: auto;
	column-count: 4;
	column-gap: 50px;
}
/* End */


/* Start:/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/style.min.css?177149225613420*/
.bx-filter{width:100%;min-width:220px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;margin-bottom:20px}.bx-filter .bx-filter-section{position:relative;padding-top:26px}.bx-filter .bx-filter-section>.row{padding:0 5px}.bx-filter .bx-filter-title{font-size:18px;margin-bottom:10px;color:#000}.bx-filter .bx-filter-parameters-box{position:relative}.bx-filter .bx-filter-parameters-box-title{font-size:13px;padding-bottom:7px}@media(min-width:992px){.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1){clear:both}}@media(min-width:768px) and (max-width:991px){.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1){clear:both}}.bx-filter .bx-filter-parameters-box-title span{color:#039be5;border-bottom:1px solid transparent;cursor:pointer}.bx-filter .bx-filter-parameters-box-title span:hover{border-color:#039be5}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover{border-color:transparent}.bx-filter .bx-filter-block{display:none;-webkit-transition:padding .3s ease;-moz-transition:padding .3s ease;-ms-transition:padding .3s ease;-o-transition:padding .3s ease;transition:padding .3s ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bx-filter .bx-filter-button-box .bx-filter-block,.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{display:block}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{font-size:14px;font-style:normal;display:block;padding-bottom:5px}.bx-filter-parameters-box-container{padding-bottom:20px}.bx-filter-parameters-box-container .checkbox:first-child{margin-top:0}.bx-filter .bx-filter-parameters-box-container-block{font-size:11px;color:#3f3f3f}.bx-filter .bx-filter-input-container input{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#fff;outline:0}.bx-retina .bx-filter .bx-filter-input-container input{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat}.bx-ios .bx-filter .bx-filter-input-container input{background-image:-webkit-linear-gradient(#fff 0,#fff 100%);background-image:linear-gradient(#fff 0,#fff 100%)}.bx-filter .bx-filter-button-box{clear:both}.bx-filter .bx-ui-slider-track-container{padding-top:35px;padding-bottom:25px}.bx-filter .bx-ui-slider-track{position:relative;height:7px}.bx-filter .bx-ui-slider-part{position:absolute;top:-6px;width:1px;height:17px;background:#a2bfc7}.bx-filter .bx-ui-slider-part.p1{left:-1px}.bx-filter .bx-ui-slider-part.p2{left:25%}.bx-filter .bx-ui-slider-part.p3{left:50%}.bx-filter .bx-ui-slider-part.p4{left:75%}.bx-filter .bx-ui-slider-part.p5{right:-1px}.bx-filter .bx-ui-slider-part span{font-size:11px;position:absolute;top:-16px;left:50%;display:block;width:100px;margin-left:-50px;text-align:center;color:#000}.bx-filter .bx-ui-slider-part.p2 span,.bx-filter .bx-ui-slider-part.p3 span,.bx-filter .bx-ui-slider-part.p4 span{color:#6b8086}.bx-filter .bx-ui-slider-range,.bx-filter .bx-ui-slider-pricebar,.bx-filter .bx-ui-slider-pricebar-vd,.bx-filter .bx-ui-slider-pricebar-vn,.bx-filter .bx-ui-slider-pricebar-v{position:absolute;top:0;bottom:0}.bx-filter .bx-ui-slider-range{z-index:50}.bx-filter .bx-ui-slider-pricebar{z-index:100}.bx-filter .bx-ui-slider-pricebar-vd{z-index:60}.bx-filter .bx-ui-slider-pricebar-vn{z-index:70}.bx-filter .bx-ui-slider-pricebar-v{z-index:80}.bx-filter .bx-ui-slider-handle{position:absolute;top:100%;width:22px;height:22px;border-bottom:0}.bx-filter .bx-ui-slider-handle:hover{-webkit-cursor:grab;-ms-cursor:grab;-o-cursor:grab;cursor:grab}.bx-filter .bx-ui-slider-handle:active{-webkit-cursor:grabbing;-ms-cursor:grabbing;-o-cursor:grabbing;cursor:grabbing}.bx-filter .bx-ui-slider-handle.left{left:0;margin-left:-21px}.bx-filter .bx-ui-slider-handle.right{right:0;margin-right:-21px}.bx-filter .bx-filter-select-container{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px;border-radius:3px;border:1px solid #ccd5db}.bx-retina .bx-filter .bx-filter-select-container{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat}.bx-filter .bx-filter-select-block{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:33px;margin:0;padding:0 33px 0 10px;border:0;border-radius:2px;background:#fff}.bx-filter .bx-filter-select-text{font-size:15px;line-height:33px;overflow:hidden;max-width:100%;height:33px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis}.bx-filter .bx-filter-select-text.fix{min-width:120px}.bx-filter .bx-filter-select-text label{cursor:pointer}.bx-filter .bx-filter-select-arrow{position:absolute;top:0;right:0;width:34px;height:33px;cursor:pointer;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center}.bx-filter-select-popup{background:#fff;padding:0;min-width:173px}.bx-filter-select-popup ul{margin:0;padding:0;list-style:none}.bx-filter-select-popup ul li{display:block;text-align:left;vertical-align:middle}.bx-filter-select-popup ul li:first-child{border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px}.bx-filter-select-popup ul li label{font-size:14px;line-height:26px;display:block;text-align:left!important;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:26px;padding:0 5px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;color:#575757}.bx-filter-select-popup ul li label.selected,.bx-filter-select-popup ul li label:hover{color:#000;background:#f3f8fa}.bx-filter-select-popup ul li label.disabled{color:#b8b8b8;background:transparent}.bx-filter-select-popup ul li .bx-filter-param-text{line-height:34px!important}.bx-filter .bx-filter-tag{padding:18px}.bx-filter .bx-tag-link{font-size:12px;text-decoration:none;text-shadow:none}.bx-filter .bx-tag-link.bx-active,.bx-filter .bx-tag-link:hover{color:#1d3d46}.bx-filter .bx-filter-param-label{min-height:20px;font-weight:normal;cursor:pointer}.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{float:left;display:block;margin-right:5px}.bx-filter .bx-filter-param-btn-block .bx-filter-param-label{display:block}.bx-filter .bx-filter-param-label.dib{display:inline-block}.bx-filter .bx-filter-param-text{font-weight:normal}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text{color:#6c6c6c}.bx-filter-select-popup .bx-filter-param-label.bx-active{background:#f3f8fa}.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{display:block;text-align:left}.bx-filter .bx-filter-param-btn{font-weight:normal;display:inline-block;width:38px;height:38px;padding:6px;text-align:center;text-decoration:none;color:#000;vertical-align:middle;border:1px solid #ccd5db;border-radius:2px;background:#fff;position:relative;-webkit-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-moz-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-ms-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-o-transition:border .3s ease,box-shadow .1s ease,color .3s ease;transition:border .3s ease,box-shadow .1s ease,color .3s ease;cursor:pointer}.bx-retina .bx-filter .bx-filter-param-btn{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat;border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/border_default.png) 2 repeat}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{background:transparent;box-shadow:none}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{position:relative}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before{position:absolute;bottom:0;right:0;top:0;left:0;content:' ';display:block;z-index:100;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;opacity:.7}.bx-filter .bx-filter-param-btn .bx-filter-param-text{line-height:26px}.bx-filter .bx-filter-param-btn.bx-spm{width:23px;min-width:23px;height:23px;line-height:23px;font-weight:normal;padding:0;font-size:17px;color:#767b7e;vertical-align:top;border-radius:50%;background-color:transparent}.bx-filter .bx-filter-param-btn.bx-spm.bx-plus{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center}.bx-filter .bx-filter-param-btn.bx-spm.bx-minus{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center}.bx-filter .bx-filter-param-btn.bx-spm:active{outline:none!important;box-shadow:inset 0 2px 3px rgba(0,0,0,.12)}.bx-filter span.bx-spm{font-size:18px;line-height:23px;display:inline-block;height:23px;margin:0 10px;vertical-align:middle;color:#000}.bx-filter-select-popup .bx-filter-select-text-icon,.bx-filter .bx-filter-select-text-icon{line-height:33px;position:relative;display:inline-block;width:23px;height:23px;margin-top:-4px;margin-right:2px;vertical-align:middle;border-radius:2px}.bx-filter-select-popup .bx-filter-btn-color-icon,.bx-filter .bx-filter-btn-color-icon{line-height:24px;border-radius:2px;display:inline-block;width:24px;height:24px;vertical-align:middle;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);-webkit-background-size:cover;background-size:cover}.bx-filter-select-popup .bx-filter-btn-color-icon{width:20px;height:20px;margin:2px 0;top:0!important}.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon{top:-1px!important}.bx-filter-btn-color-icon.all{position:relative;border:0;box-shadow:none}.bx-filter-btn-color-icon.all:after,.bx-filter-btn-color-icon.all:before{position:absolute;width:60%;height:60%;background:#fff;content:" ";box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}.bx-filter-btn-color-icon.all:after{right:0;bottom:0}.bx-filter-btn-color-icon.all:before{top:0;left:0}.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon{opacity:.2}.bx-filter .bx-filter-parameter-biz{font-size:14px;line-height:15px;display:inline-block;margin-right:10px;text-decoration:none;color:#1485ce;border-bottom:1px dashed}.bx-filter .bx-filter-parameter-biz:hover{text-decoration:none;border-bottom:1px solid}.bx-filter .bx-filter-parameter-biz.bx-active{position:relative;color:#000;border-color:transparent}.btn-themes{color:#FFF}.btn-themes.bx-active,.btn-themes.focus,.btn-themes:active,.btn-themes:focus,.btn-themes:hover{color:#FFF}.bx-filter .bx-filter-popup-result{font-size:13px;font-weight:normal;position:absolute;z-index:915;display:none;line-height:normal;margin-top:-7px;margin-left:10px;padding:0 10px;white-space:nowrap;color:#3f3f3f;min-height:37px;line-height:18px;border-style:solid;border:1px solid #c6dce7}.bx-filter .bx-filter-popup-result.left{border-width:2px 10px 2px 2px;-webkit-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/result_popup_left.png) 4 20 4 4 repeat;-moz-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/result_popup_left.png) 4 20 4 4 repeat;-o-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/result_popup_left.png) 4 20 4 4 repeat;border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/result_popup_left.png) 4 20 4 4 fill repeat}.bx-filter .bx-filter-popup-result.right{border-width:2px 2px 2px 10px;-webkit-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/result_popup_right.png) 4 4 4 20 repeat;-moz-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/result_popup_right.png) 4 4 4 20 repeat;-o-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/result_popup_right.png) 4 4 4 20 repeat;border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/images/result_popup_right.png) 4 4 4 20 fill repeat}.bx-filter .bx-filter-popup-result.right{left:97%}.bx-filter .bx-filter-popup-result.left{right:97%}.bx-filter-horizontal .bx-filter-popup-result{display:inline-block;position:relative;left:auto;right:auto;bottom:-7px}.bx-filter .bx-filter-popup-result a{color:#0073a3;line-height:10px}.bx-filter .bx-filter-popup-result a:hover{text-decoration:none}.bx-filter .bx-filter-popup-result-close{display:none}@media(max-width:767px){.bx-touch .bx-filter .bx-filter-popup-result{font-size:12px;line-height:14px;position:fixed!important;z-index:1001;top:auto!important;right:0!important;bottom:0!important;left:0!important;margin-top:0;margin-left:0;width:auto;height:auto;padding:10px;border-radius:2px;border:1px solid #c6dae7;background:rgba(255,255,255,.9)}.bx-touch .bx-filter .bx-filter-popup-result br{display:none}.bx-filter .bx-filter-popup-result .arrow{display:none}}
/* End */


/* Start:/local/components/dev/element.tags/templates/.default/style.css?177149225410099*/
.tags_wrap {
	line-height: 1;
	margin-left: -1em;
}
.tags_wrap a {
	display: inline-block;
	margin: .5em 0 .5em 1em;
}
.tag {
	text-transform: lowercase;
	color: #726c67;
}
.tag:hover {
	color: #726c67;
}
.tag.current {
	font-weight: bold;
	text-decoration: none;
}
.show_tags {
	text-decoration: none;
	border-bottom: 1px dashed;
}
.show_tags:before {
	content: 'показать все';
}
.show_tags.tags_is_show:before {
	content: 'скрыть';
}


.yback{
    background-color: rgba(254,195,43, 0.5);
}
.catalog_section_tags .catalog_section_tags_all .tags_href, .catalog_section_tags .catalog_section_tags_small .tags_href {
	margin-bottom: 5px;
}
.catalog_section_tags .catalog_section_tags_small ul li {
	margin-bottom: 20px!important;
}
.catalog_section_tags_all ul {
	list-style-type: none;
	padding: 0;
}
.catalog_section_tags_all .tags_href {
	color: #3c3c3c;
	text-decoration: none;
}
.catalog_section_tags_all .tags_href .tags_all_name {
	border-bottom: 1px dotted #3c3c3c;
}
.catalog_section_tags_all .tags_href .tags_all_count {
	color: #8c8c8c;
	border: none;
	margin-left: 5px;
}

.catalog_section_tags_all ul {
	list-style-type: none;
	padding: 0;
}
.catalog_section_tags_all .tags_href {
	color: #3c3c3c;
	text-decoration: none;
}
.catalog_section_tags_all .tags_href .tags_all_name {
	border-bottom: 1px dotted #3c3c3c;
}
.catalog_section_tags_all .tags_href .tags_all_count {
	color: #8c8c8c;
	border: none;
	margin-left: 5px;
}
.catalog_section_tags {
	margin: 30px 0;
	position: relative; }
	.catalog_section_tags .view_all_btn {
		padding: 7px 30px 7px 10px;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: 0.01em;
		background-color: #cdcdcd;
		border-radius: 4px;
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		transition: 0.2s all;
		cursor: pointer; }
		.catalog_section_tags .view_all_btn:after {
			content: '';
			position: absolute;
			border: 5px solid transparent;
			border-top: 5px solid #3c3c3c;
			right: 10px;
			bottom: 5px; }
		.catalog_section_tags .view_all_btn:before {
			content: '';
			position: absolute;
			border: 5px solid transparent;
			border-bottom: 5px solid #3c3c3c;
			right: 10px;
			bottom: 12px;
			display: none; }
		.catalog_section_tags .view_all_btn:hover {
			cursor: pointer;
			background-color: #8c8c8c; }
	.catalog_section_tags .view_all_btn.toggle_tags:after {
		display: none; }
	.catalog_section_tags .view_all_btn.toggle_tags:before {
		display: block; }
	.catalog_section_tags .catalog_section_tags_all.active_tags_block,
	.catalog_section_tags .catalog_section_tags_small.active_tags_block {
		display: block; }
	.catalog_section_tags .catalog_section_tags_all,
	.catalog_section_tags .catalog_section_tags_small {
		display: none; }
		.catalog_section_tags .catalog_section_tags_all ul,
		.catalog_section_tags .catalog_section_tags_small ul {
			list-style-type: none;
			padding: 0;
			margin: 0; }
		.catalog_section_tags .catalog_section_tags_all .tags_href,
		.catalog_section_tags .catalog_section_tags_all .tags_href_small,
		.catalog_section_tags .catalog_section_tags_small .tags_href,
		.catalog_section_tags .catalog_section_tags_small .tags_href_small {
			color: #3c3c3c;
			text-decoration: none;
			transition: 0.2s all;
			border: 1px solid transparent;
			border-radius: 30px;
			padding: 5px 10px;
			max-width: 91%;}
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_all_name,
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_small_name,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_all_name,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_small_name,
			.catalog_section_tags .catalog_section_tags_small .tags_href .tags_all_name,
			.catalog_section_tags .catalog_section_tags_small .tags_href .tags_small_name,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_all_name,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_small_name {
				border-bottom: 1px dotted #3c3c3c;
				transition: 0.2s all; }
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_all_count,
			.catalog_section_tags .catalog_section_tags_all .tags_href .tags_small_count,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_all_count,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_small_count,
			.catalog_section_tags .catalog_section_tags_small .tags_href .tags_all_count,
			.catalog_section_tags .catalog_section_tags_small .tags_href .tags_small_count,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_all_count,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_small_count {
				color: #8c8c8c;
				border: none;
				margin-left: 5px; }
			.catalog_section_tags .catalog_section_tags_all .tags_href:hover,
			.catalog_section_tags .catalog_section_tags_all .tags_href_small:hover,
			.catalog_section_tags .catalog_section_tags_small .tags_href:hover,
			.catalog_section_tags .catalog_section_tags_small .tags_href_small:hover {
				cursor: pointer;
				border-color: #f6a00a; }
				.catalog_section_tags .catalog_section_tags_all .tags_href:hover .tags_all_name,
				.catalog_section_tags .catalog_section_tags_all .tags_href:hover .tags_small_name,
				.catalog_section_tags .catalog_section_tags_all .tags_href_small:hover .tags_all_name,
				.catalog_section_tags .catalog_section_tags_all .tags_href_small:hover .tags_small_name,
				.catalog_section_tags .catalog_section_tags_small .tags_href:hover .tags_all_name,
				.catalog_section_tags .catalog_section_tags_small .tags_href:hover .tags_small_name,
				.catalog_section_tags .catalog_section_tags_small .tags_href_small:hover .tags_all_name,
				.catalog_section_tags .catalog_section_tags_small .tags_href_small:hover .tags_small_name {
					border-color: transparent; }
		.catalog_section_tags .catalog_section_tags_all .tags_href,
		.catalog_section_tags .catalog_section_tags_small .tags_href {
		padding: 5px 10px;
		display: inline-block; }
		.catalog_section_tags .catalog_section_tags_all .tags_href_small,
		.catalog_section_tags .catalog_section_tags_small .tags_href_small {
			padding: 7px 13px;
			margin-bottom: 10px; }
	.catalog_section_tags .catalog_section_tags_all ul {
		margin-left: -13px; }
		.catalog_section_tags .catalog_section_tags_all ul li {
			display: block; }
	.catalog_section_tags .catalog_section_tags_all a {
		font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
		font-weight: 400;
		color: #3c3c3c; }
	.catalog_section_tags .catalog_section_tags_small {
		width: 80%; }
		.catalog_section_tags .catalog_section_tags_small ul {
			margin-left: -16px; }
			.catalog_section_tags .catalog_section_tags_small ul li {
				float: left;
				margin-right: 10px;
				display: block;
				margin-bottom: 17px; }
		.catalog_section_tags .catalog_section_tags_small  span{
			font-size: 19px;
		}
		.catalog_section_tags .catalog_section_tags_small a {
			font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
			font-size: 19px;
			line-height: 20px;
			letter-spacing: 0;
			font-weight: 400;
			color: #3c3c3c; }
			.catalog_section_tags .catalog_section_tags_small a .tags_small_count {
				font-size: 14px; }
	.catalog_section_tags .active_tag .tags_href,
	.catalog_section_tags .active_tag .tags_href_small {
		border-color: #f6a00a; }
	.catalog_section_tags .active_tag .tags_all_name,
	.catalog_section_tags .active_tag .tags_small_name {
		border-color: transparent !important; }

@media screen and (max-width: 1007px) {
	.catalog_section_tags .catalog_section_tags_all .tags_href_small, .catalog_section_tags .catalog_section_tags_small .tags_href_small {
		font-size: 15px!important;
		padding: 5px 7px;
	}
	.catalog_section_tags .view_all_btn {
		position: relative;
		background-color: #D8D8D8;
    	color: #3c3c3c;
    	border: none;
	}
	.catalog_section_tags .catalog_section_tags_small {
		width: 100%;
	}
	.catalog_section_tags .catalog_section_tags_all .tags_href .tags_all_name, .catalog_section_tags .catalog_section_tags_all .tags_href .tags_small_name, .catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_all_name, .catalog_section_tags .catalog_section_tags_all .tags_href_small .tags_small_name, .catalog_section_tags .catalog_section_tags_small .tags_href .tags_all_name, .catalog_section_tags .catalog_section_tags_small .tags_href .tags_small_name, .catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_all_name, .catalog_section_tags .catalog_section_tags_small .tags_href_small .tags_small_name {
		border-style: solid!important;
	}
	.catalog_section_tags {
		margin-top: 0!important;
	}
	.catalog_section_tags .catalog_section_tags_small ul li {
	    margin-right: 15px;
	    margin-bottom: 20px !important;
	}
	.catalog_section_tags .catalog_section_tags_small li {
		border: 1px solid transparent;
		border-radius: 30px;
	}
	.catalog_section_tags .catalog_section_tags_small li:hover {
		border: 1px solid #f6a00a;
	}
	.catalog_section_tags .catalog_section_tags_small .tags_href_small:hover {
		border-color: transparent;
	}
	.catalog_section_tags .catalog_section_tags_small ul {
		margin-left: 0;
	}
	.catalog_section_tags .view_all_btn:before {
	    position: absolute;
	    border: none!important;
	    right: 10px;
	    bottom: 6px;
	    content: "\e604";
	    font-family: 'simple-line-icons';
	    font-size: 11px;
	    transform: rotate(180deg);
	}
	.catalog_section_tags .catalog_section_tags_all ul {
		margin-left: 0;
	}
	.catalog_section_tags .catalog_section_tags_all {
		margin-top: 15px;
	}
	.catalog_section_tags_small.active_tags_block {
		margin-bottom: 5px;
		margin-top: 20px;
	}
}
/* End */


/* Start:/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/style.css?177149225617504*/
.bx-filter-select-popup ul li:first-child {
	border: none;
}
.bx-filter-select-popup ul li label {
	padding: 0 5px 0 40px;
	height: 32px;
	line-height: 32px;
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label {
	transition: .2s all;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	background: #fede8b;
}

.bx-filter-select-popup ul li label.selected {
	position: relative;
}

.bx-filter-select-popup ul li label.selected:before {
	content: "";
	width: 15px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 13px;
	left: 8px;
	transform: rotate(-50deg);
	transition: .2s all;
}
.bx-filter-select-popup ul li label.selected:after {
	content: "";
	width: 8px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 15px;
	left: 4px;
	transform: rotate(45deg);
	transition: .2s all;
}

.bx-filter-select-popup {
	margin: 0 -24px;
}

.btn-themes {
	color: #333;
}
.btn-themes:hover {
	cursor: pointer;
	background-color: #8c8c8c;
}

.filter_field_mat {
	cursor:pointer;
}

.filter_submit {
	position: absolute;
	left: 0;
	bottom: 0;
}

.filter_price input {
	width: auto;
	min-width: 70px;
}

.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #039be5;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
}

.bx-ios .bx-filter .bx-filter-input-container input {
	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
}

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
}
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 16px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 25px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}

.bx-filter .bx-filter-tag {
	padding: 18px;
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}

.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}

.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}


.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/border_default.png) 2 repeat;
}

.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	color: #000;
	border-color: transparent;
}

.btn-themes {
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	color: #FFF
}


.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}
.popup-window {
	overflow: auto;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	max-height: 300px !important;
}


.popup-mob-filter {
	display: none;
}
/* End */


/* Start:/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/colors.min.css?17714922564402*/
.bx-filter.bx-black .bx-filter-section{background:#f4f5f6}.bx-filter.bx-black .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-black .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat}.bx-filter.bx-black .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-black .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-black .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-black .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-black .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-black .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-black .bx-filter-select-container.bx-active,.bx-filter.bx-black .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-black .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-black .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat}.bx-filter.bx-black .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-black .bx-tag-link{color:#68939e}.bx-filter.bx-black .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-black .bx-filter-param-btn:hover,.bx-filter.bx-black .bx-filter-param-btn:active,.bx-filter.bx-black .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-black .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-black .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-black .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-black .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;-o-border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat;border-image:url(/local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/images/active.png) 2 repeat}.bx-filter.bx-black .btn-themes{background-color:#748189;border-color:#748189;color:#FFF}.bx-filter.bx-black .btn-themes.bx-active,.bx-filter.bx-black .btn-themes.focus,.bx-filter.bx-black .btn-themes:active,.bx-filter.bx-black .btn-themes:focus,.bx-filter.bx-black .btn-themes:hover{background-color:#868a8d;border-color:#868a8d;color:#FFF}
/* End */


/* Start:/local/components/dev/catalog.list/templates/.default/style.css?177149225425720*/
.oldprice {
    position: relative;
}
.old_orice {
    color: #b90000!important;
    font-weight: bold!important;
}
.catalog_item {
    margin:2em 0;
}

.price {
    font-size: 2em;
    color: #f6c44f;
    display: block;
    white-space: nowrap;
}

.b-block {
    font-weight: 700;
}

.smartfilter {
    position: relative;
    display: inline;
}

.statusblock {
    height: 30px;
    display: block;
}

.status_pos {
    position: absolute;
    top: 0em;
    left: -103px;
    z-index: 1;
}

.status_pos_01 {
    position: absolute;
    top: 0.7em;
    left: -103px;
}

.compare_count {
    position: absolute;
    left: -25px;
    color: #10c96c;
}

.ar_popup_btn {
    float: left;
}
.ar_popup_btn img {
    max-height: 35px;
}

.share_detail_title {
    font-size: 19px;
    color: #3c3c3c;
    font-weight: 300;
}
.share_container {
    padding: 80px 0 50px;
}
.btn_green {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    display: inline-block;
    background-color: #10c96c;
    color: #2f2f2f!important;
    font-size: 19px;
    line-height: 23px;
    padding: 12px 0;
    border: none;
    border-radius: 50px;
    transition: .3s all ease-out;
    text-decoration: none;
    box-sizing: border-box;
    width: 207px;
    height: 48px;
    text-align: center;
}
.btn_green:hover {
    opacity: .5;
    background-color: #10c96c!important;
}


.preload_helper_img {
    opacity: 0;
    height: 300px;
    padding: 0;
    margin: 0;
}

.ar_catalog_wrapper {
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
}

.ar_catalog {
    background-color: rgba(254,195,43,1);
    font-size: 12px;
    height: 35px;
    border-radius: 40px;
    display: none;
    padding: 0px 15px;
    align-items: center;
    justify-content: space-between;
    transition: .2s all;
    cursor: pointer;
    display: flex;
}

.ar_catalog img {
    padding: 0px 0px;
}

@media screen and (max-width: 1647px) {
    .ar_catalog {
        line-height: 11px;
    }
}

@media screen and (max-width: 1272px) {
    .ar_catalog {
        font-size: 11px;
        height: 46px;
    }

    .ar_catalog img {
        padding: 0px 0px;
        height: 25px;
    }
}
.catalog_element_in_all_header {
    font-size: 20px;
}

.view_element_img .preload_a:after {
    content: '';
    display: block;
    position: absolute;
    font-size: 3em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -.5em;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: 'loading' 1s linear infinite;
    -o-animation: 'loading' 1s linear infinite;
    -moz-animation: 'loading' 1s linear infinite;
    -ms-animation: 'loading' 1s linear infinite;
    animation: 'loading' 1s linear infinite;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}


.statusblock_02 {
    height: 30px;
    display: none;
    position: absolute;
    top: 0em;
    right: 0;
    z-index: 1;
}

.item_status_03 {
    display: block;
    background-image: url("/local/templates/rb/img/lebedev02.jpg");
    width: 42px;
    height: 33px;
    text-indent: -9999px;
    z-index: 1;
}

.ITEM_STATUS_ARTLEBEDEV {
    width: 102px;
    background-size: contain;
}

.view_element:hover .statusblock_02 {
    display: inline-block;
}

.item_status_text {
    display: block;
    position: absolute;
    top: -0.5em;
    left: 1em;
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.catalog_section_view_table .catalog-filters {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-height: 2.14285714em;
    line-height: 2.14285714em;
    border: 0;
    margin: 0;
    outline: 0;
    background: none;
    background-color: #f6c44f;
    border-radius: 3px;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    min-width: 2.14285714em;
}

.catalog_section_view_table .catalog-filters:hover {
    background-color: #f60e14;
}

.catalog_section_view_table .catalog-filters:active {
    -webkit-box-shadow: inset 0 0 1em rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 1em rgba(0,0,0,.2);
    box-shadow: inset 0 0 1em rgba(0,0,0,.2);
}

.catalog_section_view_table .view_element:hover .view_element_btn {
    opacity: 1;
}

.catalog_section_view_table .view_element .view_element_cont_price,
.catalog_section_view_table .view_element .view_element_cont_pricedesc,
.catalog_section_view_table .view_element .view_element_cont_price_opt,
.catalog_section_view_table .view_element .view_element_cont_pricedesc_opt {
    transition: .3s all ease-out;
}

.catalog_section_view_table .view_element:hover .view_element_img .preload_a:before {
    background-color: #fff;
}

.catalog_section_view_table .view_element:hover .view_element_cont_price,
.catalog_section_view_table .view_element:hover .view_element_cont_pricedesc,
.catalog_section_view_table .view_element:hover .view_element_cont_price_opt,
.catalog_section_view_table .view_element:hover .view_element_cont_pricedesc_opt {
    opacity: 0;
}

.catalog_section_view_table .view_element:hover .view_element_img a {
    background-color: #fff;
}

.catalog_section_view_table .view_element {
    position: relative;
    padding: 15px;
    background-color: transparent;
    transition: 0.2s all;
    height: 540px;
    border-radius: 3px;
}
.catalog_section_view_table .view_element:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.catalog_section_view_table .view_element .view_element_discount {
    position: absolute;
    top: 30px;
    right: 30px;
}

.catalog_section_view_table .view_element .view_element_img {
    width: 100%;
    height: 265px;
    object-fit: contain;
    object-position: center;
}

.catalog_section_view_table .view_element .view_element_img a {
    display: block;
    height: 265px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #f2f2f2;
    background-blend-mode: multiply;
    position: relative;
    overflow: hidden;
    margin: 0% 5% 0% 5%;
}

.catalog_section_view_table .view_element .view_element_cont {
    padding: 0 15px;
}

.catalog_section_view_table .view_element .view_element_cont>a {
    display:block;
    margin-bottom: 10px;
}

.catalog_section_view_table .view_element .view_element_cont .view_element_cont_name {
    margin: 15px 0;
    min-height: 50px;
    display: inline-block;
}
.catalog_section_view_table .view_element .view_element_cont .view_element_cont_price {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: 0;
    font-weight: 400;
    color: #3c3c3c; }
.catalog_section_view_table .view_element .view_element_cont .view_element_cont_pricedesc {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 400;
    color: #3c3c3c; }
.catalog_section_view_table .view_element .view_element_cont .view_element_cont_price_opt {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0;
    font-weight: 400;
    color: #8c8c8c; }
.catalog_section_view_table .view_element .view_element_cont .view_element_cont_pricedesc_opt {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 400;
    color: #8c8c8c; }
.catalog_section_view_table .col_cont:nth-child(1) .view_element, .catalog_section_view_table .col_cont:nth-child(2) .view_element, .catalog_section_view_table .col_cont:nth-child(3) .view_element {
    margin-top: 0; }

.catalog_section_view_table .view_element_btn {
    position: absolute;
    opacity: 0;
    bottom: 15px;
    right: 30px;
    left: 30px;
    text-align: center;
    transition: 0.3s all ease-out;
}
.catalog_section_view_table .view_element_btn .btn_addtocart,
.catalog_section_view_table .view_element_btn .btn_compare {
    display: inline-block;
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 400;
    color: #3c3c3c;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.catalog_section_view_table .view_element_btn .btn_addtocart_icon {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #fdc32b;
    margin: 0 auto 10px;
    background-color: transparent;
    transition: 0.2s all;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.catalog_section_view_table .view_element_btn .btn_compare_icon {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #10c96c;
    margin: 0 auto 10px;
    background-color: transparent;
    transition: 0.2s all;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.catalog_section_view_table .view_element_btn .btn_addtocart_icon img {
    transform: translateX(-1px);
}

.catalog_section_view_table .view_element_btn .btn_addtocart_icon i:before,
.catalog_section_view_table .view_element_btn .btn_compare_icon i:before{

    font-size: 24px;
}
.catalog_section_view_table .view_element_btn .btn_addtocart_icon:hover {

    background-color: #f6c44f;
}
.catalog_section_view_table .view_element_btn .btn_compare_icon:hover {
    background-color: #10c96c;
}

.catalog_section_view_table .view_element_btn .btn_added {
    transition: 0.3s all ease-out;
}
.catalog_section_view_table .view_element_btn .btn_added .btn_addtocart_icon {
    background-color: #f6c44f;
}

.catalog_section_view_table .view_element_btn .btn_added .btn_compare_icon {
    background-color: #10c96c;
}
.catalog_section_view_table .view_element_btn .btn_added:hover {
    opacity: .7;
}
.compare_listing_show {
    color: rgba(254,195,43,1);
    border-bottom: 1px dashed rgba(254,195,43,1);
    display: inline-block;
    margin-bottom: 5px;
}

.comm_point_banner {
    background-image: url(/local/templates/rb/i/cpns.png);
    width: 74px;
    height: 44px;
    box-sizing: content-box;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 20;
    font-size: 17px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-style: italic;
}

.comm_point_banner-in-stock {
    background-image: url(/local/img/icons/in_stock.png) !important;
    color: #00c163;
    font-size: 16px;
}

.comm_point_banner.product_of_the_day {
    background-position-y: -132px;
    color: #ffc200;
}
.comm_point_banner.discount {
    background-position-y: 0;
    color: #f9040b;
}
.comm_point_banner.hit {
    background-position-y: -88px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.comm_point_banner.new {
    background-position-y: -44px;
    color: #00c163;
}
.comm_point_banner.gift {
    background-position-y: -176px;
    color: #333333;
}
.comm_point_banner.sale5 {
    background-image: url("/local/templates/rb/i/sale5.png");
    background-size: contain;
}
.comm_point_banner.sale5 span {
    visibility: hidden;
}
.comm_point_banner.sale10 {
    background-image: url("/local/templates/rb/i/sale10.png");
    background-size: contain;
}
.comm_point_banner.sale10 span {
    visibility: hidden;
}
.comm_point_banner.sale15 {
    background-image: url("/local/templates/rb/i/sale15.png");
    background-size: contain;
}
.comm_point_banner.sale15 span {
    visibility: hidden;
}
.comm_point_banner.sale20 {
    background-image: url("/local/templates/rb/i/sale20.png");
    background-size: contain;
}
.comm_point_banner.sale20 span {
    visibility: hidden;
}
.comm_point_banner.sale25 {
    background-image: url("/local/templates/rb/i/sale25.png");
    background-size: contain;
}
.comm_point_banner.sale25 span {
    visibility: hidden;
}
.comm_point_banner.sale30 {
    background-image: url("/local/templates/rb/i/sale30.png");
    background-size: contain;
}
.comm_point_banner.sale30 span {
    visibility: hidden;
}
.comm_point_banner.sale35 {
    background-image: url("/local/templates/rb/i/sale35.png");
    background-size: contain;
}
.comm_point_banner.sale35 span {
    visibility: hidden;
}
.comm_point_banner.sale40 {
    background-image: url("/local/templates/rb/i/sale40.png");
    background-size: contain;
}
.comm_point_banner.sale40 span {
    visibility: hidden;
}
.comm_point_banner.sale45 {
    background-image: url("/local/templates/rb/i/sale45.png");
    background-size: contain;
}
.comm_point_banner.sale45 span {
    visibility: hidden;
}
.comm_point_banner.sale50 {
    background-image: url("/local/templates/rb/i/sale50.png");
    background-size: contain;
}
.comm_point_banner.sale50 span {
    visibility: hidden;
}
.view_element:hover .article_item_list {
    display: block;
}
.article_item_list {
    display: none;
    text-align: center;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
    width: 100%;
}
@media screen and (max-width: 1007px) {
    .red_old_price {
        font-size: 18px!important;
    }
    .oldprice {
        font-size: 13px;
    }
    /*.mobile_margin {
        margin-top: 64px;
    }*/
    .view_element_cont {
        margin-top: 20px;
    }
    .article_item_list {
        top: 132px;
        display: block;
        text-align: left;
        font-weight: 400;
        color: #3c3c3c;
        font-size: 16px;
    }
    .catalog_section_view_table .view_element .view_element_cont .view_element_cont_name {
        min-height: 68px!important;
    }
    .catalog_section_view_table .view_element {
        height: 475px!important;
        min-height: 475px!important;
    }
    .comm_point_banner.product_of_the_day {
        background-image: url(/local/templates/rb/img/svg/day.svg);
        background-position-y: 0!important;
        color: #ffc200;
    }
    .comm_point_banner.discount {
        background-image: url(/local/templates/rb/img/svg/discount.svg);
        background-position-y: 0!important;
        color: #f9040b;
    }
    .comm_point_banner.hit {
        background-image: url(/local/templates/rb/img/svg/hit.svg);
        background-position-y: 0!important;
        color: #fff;
    }
    .comm_point_banner.new {
        background-image: url(/local/templates/rb/img/svg/new.svg);
        background-position-y: 0!important;
        color: #00c163;
    }
    .comm_point_banner.gift {
        background-image: url(/local/templates/rb/img/svg/gift.svg);
        background-position-y: 0!important;
        color: #333333;
    }
    .comm_point_banner {
        height:	50px;
        left: 0;
        top: 0;
    }
    .comm_point_banner {
        width: 50px;
        height: 40px;
    }
}

.item_status {
    display: block;
    position: absolute;
    top: -1.2em;
    right: 0;
    background-image: url("/local/templates/rb/img/lebedev02.jpg");
    width: 42px;
    height: 66px;
    text-indent: -9999px;
    z-index: 1000;
}

.statusblock {
    height: 30px;
    display: block;
}

#catalog_list_of_elements {
    position: relative;
}

#catalog_list_of_elements.loading:after {
    content: '';
    display: block;
    position: absolute;
    font-size: 3em;
    width: 1em;
    height: 1em;
    line-height: 1em;
    bottom: -10px;
    left:50%;
    margin: 0 0 0 -.5em;
    z-index:0;
    text-align:center;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: 'loading' 1s linear infinite;
    -o-animation: 'loading' 1s linear infinite;
    -moz-animation: 'loading' 1s linear infinite;
    -ms-animation: 'loading' 1s linear infinite;
    animation: 'loading' 1s linear infinite;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.compare_listing {
    background-color: #fff;
    padding: 10px;
}

.view_element_img .preload_a:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1007px) {
    .catalog_section_view_table .view_element .view_element_cont .view_element_cont_price{
        font-weight: bold;
    }
    .catalog_section_view_table .view_element:hover .view_element_img .preload_a:before {
        background-color: #f2f2f2;
    }
    .catalog_section_view_table .view_element .view_element_cont .view_element_cont_name {
        font-size: 16px;
        min-height: 57px;
        line-height: 17px;
        margin-bottom: -10px;
        text-decoration: underline;
        font-weight: bold;
        overflow:hidden;
    }
    .catalog_section_view_table .view_element .view_element_img {
        height: 117px;
    }
    .catalog_section_view_table .view_element .view_element_img a {
        background-color: #f2f2f2;
        min-height: 100px!important;
        max-height: 117px!important;
    }
    .catalog_section_view_table {
        margin: 20px 0 90px;
    }
    .catalog_section_view_table .view_element {
        /*
        height: 400px!important;
        min-height: 360px !important;*/
        height: 270px!important;
        min-height: 270px !important;
        padding: 10px 0 10px!important;
        margin-bottom: 70px;
    }
    .catalog_section_view_table .view_element .view_element_cont .view_element_cont_price,
    .catalog_section_view_table .view_element .view_element_cont .view_element_cont_price_opt {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 15px;
        position: relative;
    }
    .catalog_section_view_table .view_element .view_element_cont .view_element_cont_price_opt {
        margin-top: 20px;
    }
    .catalog_section_view_table .view_element .view_element_cont .view_element_cont_pricedesc,
    .catalog_section_view_table .view_element .view_element_cont .view_element_cont_pricedesc_opt {
        font-size: 16px;
        line-height: 16px;
        max-width: 80px;
        color: #747474;
    }
    .catalog_section_view_table .view_element:hover {
        box-shadow: none;
        background-color: #f2f2f2;
    }
    .catalog_section_view_table .view_element:hover .view_element_img a {
        background-color: #f2f2f2;
    }
    .catalog_section_view_table .view_element:hover .view_element_cont_price, .catalog_section_view_table .view_element:hover .view_element_cont_pricedesc,
    .catalog_section_view_table .view_element:hover .view_element_cont_price_opt, .catalog_section_view_table .view_element:hover .view_element_cont_pricedesc_opt {
        opacity: 1;
    }
    .catalog_section_view_table .view_element .view_element_cont > a {
        margin-bottom: 20px;
    }
    .catalog_section_view_table .view_element {
        margin-bottom: 110px !important;
    }
}



/*****************************************/
.view_element .basket-btn,
.view_element .basket-btn-set-list,
.view_element .basket-btn-one,
.view_element .btn_ajax_compare {
    display: inline-block;
    cursor: pointer;
    background: none;
    width: auto;
    height: auto;
    vertical-align: top;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
/*****************************************/
.compare-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 35;
    overflow: auto;
    background-color: #3c3c3c;
    padding: 15px;
    align-items: center;
    display: none;
    text-align: center;
}
.compare-footer p,
.compare-footer a{
    font-size: 20px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.compare-footer a {
    border-bottom: 1px dotted;
    text-decoration: none;
}
.compare-footer a:hover {
    border-bottom: none;
}

.catalog_section_view_table .view_element_btn {
    right: 0px;
    left: 0px;
}

@media (min-width: 1272px) {
    .view_element .basket-btn,
    .view_element .basket-btn-set-list,
    .view_element .basket-btn-one,
    .view_element .btn_ajax_compare {
        margin: 0px 3px;
    }
}

@media (min-width: 1008px) and (max-width: 1271px) {
    .view_element .basket-btn,
    .view_element .basket-btn-set-list,
    .view_element .basket-btn-one,
    .view_element .btn_ajax_compare {
        font-size: 11px;
        margin: 0px 2px;
    }
}
@media (min-width: 1008px) {
    .catalog_section_view_table {
        margin: 30px -15px 0px;
    }
}

@media screen and (max-width: 1007px) {
    .article_item_list {
        text-align: center;
    }
    .view_element_cont {
        text-align: center;
    }
    .cart-icon-mobile {
        top: 30px !important;
    }
    .cart-compare-mobile {
        top: 30px !important;
    }
    .cart-icon-mobile2 {
        top: 70px !important;
    }
}


.mini-slider {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
}

.mini-slider__slide {
    width: 100%;
}

.mini-slider__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    display: block;
    height: 265px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #f2f2f2;
    background-blend-mode: multiply;
    overflow: hidden;
    margin: 0% 5% 0% 5%;
}

.mini-slider__button {
    position: absolute;
    top: calc(50% - 31px);
    z-index: 5;
    font-size: 0;
    width: 16px;
    height: 16px;
    background-size: 4px;
    background-color: #f4b909;
    border-radius: 50%;
    background-image: url(/local/templates/rb/img/arrow-slider-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.mini-slider__button:hover {
    opacity: 0.8;
    background-image: url(/local/templates/rb/img/arrow-slider.svg);
}

.mini-slider__button--prev {
    left: 0;
}

.mini-slider__button--next {
    right: 0;
    transform: rotate(180deg);
}

.mini-slider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    z-index: 2;
}

.mini-slider__dot {
    margin: 0 2px;
    width: 7px;
    height: 3px;
    background: #CBD1D9;
    border-radius: 4px;
    transition: 200ms linear;
}

.mini-slider__dot--active {
    width: 17px;
    background: #fec32b;
}

@media (max-width: 1007px) {
    .mini-slider__slide:nth-child(n+2) {
        /*display: none;*/
    }
    .mini-slider__button {
        display: block;
    }
    .mini-slider__img {
        height: 100px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}


@media (max-width: 1005px) {
    .mob-pointer {
        font-size: 11px;
    }
}
/* End */
/* /include/basket_btn_one/style.css?17714922546928 */
/* /local/templates/rb/components/bitrix/catalog/.default/style.css?177149225614681 */
/* /local/templates/rb/components/bitrix/catalog/.default/bitrix/catalog.section.list/section_list/style.css?177149225612672 */
/* /local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter_empty/style.min.css?177149225613420 */
/* /local/components/dev/element.tags/templates/.default/style.css?177149225410099 */
/* /local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/style.css?177149225617504 */
/* /local/templates/rb/components/bitrix/catalog.smart.filter/rb_filter/themes/black/colors.min.css?17714922564402 */
/* /local/components/dev/catalog.list/templates/.default/style.css?177149225425720 */
