

/* 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/rb/main.slider/catalog_span/style.css?17714922562115*/
.main_categories__wrapper {
	width: auto;
    display: inline-block;
    margin: 0 auto;
}

.main_banner {
	position: relative;
}

.main_dragslider_wrap {
	padding: 0 40px;
	overflow-y: hidden;
}
.main_dragslider_wrap::-webkit-scrollbar-track
{
	border-radius: 5px;
	background-color: #fff;
	margin: 0 40px;
}

.main_dragslider_wrap::-webkit-scrollbar
{
	height: 9px;
	background-color: transparent;
}

.main_dragslider_wrap::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: #656565;
	transition: .3s all ease-out;
}
.main_dragslider_wrap::-webkit-scrollbar-thumb:hover
{
	background-color: #8f8f8f;
}
.main_dragslider_wrap.main_slider_preload .main_page__menu_elem {
	opacity: 0;
}
.main_slider_helper {
    display: flex;
	align-items: flex-end;
	justify-content: center;
}

.main_page__dragscrollslider {
	height: auto !important;
}

.main_categories__wrapper {
	display: block !important;
	padding-bottom: 7px;
}

.main_page__menu_elem__main_categoty {
	display: block !important;
	text-align: center;
}

.main_page__dragscrollslider h2 {
	font-size: 19px;
}

.main_page__dragscrollslider .main_dragslider_wrap .main_page__menu_elem {
	padding-right: 40px !important;
}

.main_page__dragscrollslider .main_dragslider_wrap .main_page__menu_elem .main_page__menu_elem__img img {
	opacity: 1 !important;
	max-height: 230px !important;
}

.main_page__dragscrollslider .main_dragslider_wrap .main_page__menu_elem .main_page__menu_elem__img {
	background-position: bottom center !important;
	height: auto !important;
}

@media screen and (max-width: 1007px) {
	.main_page__dragscrollslider {
		display: none;
	}
	.main_page__dragscrollslider .main_dragslider_wrap .main_page__menu_elem {
		padding-right: 0px !important;
	}
	.main_page__dragscrollslider .main_dragslider_wrap .main_page__menu_elem .main_page__menu_elem__img img {
		max-width: 100% !important;
	}
	.main_page__dragscrollslider .main_dragslider_wrap .main_page__menu_elem .main_page__menu_elem__img {
		height: 200px !important;
	}
}

.main_page__menu_elem__link {
	cursor: pointer;
}

.main_page__menu_elem__img {
	cursor: pointer;
}
/* End */


/* Start:/local/templates/rb/components/rb/menu/vertical_multilevel/style.css?17714922564278*/
.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 */
/* /include/basket_btn_one/style.css?17714922546928 */
/* /local/templates/rb/components/bitrix/catalog/.default/style.css?177149225614681 */
/* /local/templates/rb/components/rb/main.slider/catalog_span/style.css?17714922562115 */
/* /local/templates/rb/components/rb/menu/vertical_multilevel/style.css?17714922564278 */
