

/* Start:/local/templates/sezon_desktop/components/bbq/catalog/.default/style.css?1654891821697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/style.css?169603579311385*/
/* width */
::-webkit-scrollbar {
    display: block;
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    opacity: 0;
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F57D4F;
    border-radius: 2px;
}
.bx_filter{
    background-color: #F2E7DB;
    padding: 0 0 6px 0;
}
.bx_filter_title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.bx_filter_button_box.active .bx_filter_block {
    display: block;
}
.bx_filter_parameters_box_title {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    cursor: pointer;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    margin-bottom: 0;
    padding: 6px 0;
}
.bx-filter-param-label{
    margin: 0;
    display: flex;
    margin: 0 0 12px 0;

}
.bx_filter_parameters_box_title:active,
.bx_filter_parameters_box_title:focus,
.bx_filter_parameters_box_title:hover {
    color: #f7a619;
}
.bx_filter_parameters_box_title:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: calc(50% - 6px);
    width: 8px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/./images/svg/arrow_black.svg);
    -webkit-transition: 0.3s ease transform;
    -o-transition: 0.3s ease transform;
    -moz-transition: 0.3s ease transform;
    transition: 0.3s ease transform;
}
/*.bx_filter_parameters_box.active .bx_filter_parameters_box_title:hover:after,
.bx_filter_parameters_box_title:hover:after {
    background-position: -54px -42px;
    background-image: url(/local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/../img/sprite.png);
    width: 9px;
    height: 5px;
}*/
/*.bx_filter_parameters_box_title:hover:after {
    opacity: 1;
}*/
.bx_filter_parameters_box.active .bx_filter_block {
    display: block;
}
.bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/*.mail-link:before,
.schedule:before {
    -webkit-transform: translatey(-50%);
}*/
.bx_filter_parameters_box_container .more_xzibit_in_filter {
    color: #8f705d;
    -webkit-transition: 0.3s ease color;
    -o-transition: 0.3s ease color;
    -moz-transition: 0.3s ease color;
    transition: 0.3s ease color;
    display: inline-block;
    margin-top: 15px;
}
.bx_filter_parameters_box_container .more_xzibit_in_filter:active,
.bx_filter_parameters_box_container .more_xzibit_in_filter:focus,
.bx_filter_parameters_box_container .more_xzibit_in_filter:hover {
    color: #e39204;
}
.bx_filter_parameters_box_container_block {
    font-size: 14px;
    width: 50%;
    color: #333;
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.bx_filter_parameters_box_container_block:nth-child(2) {
    justify-content: flex-end;

}
/*.bx_filter_parameters_box_container_block:nth-child(1):after {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background: #999;
    right: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.bx_filter_block {
    display: none;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 26px;
}
.bx_filter_input_container {
    display: inline-block;
    width: 100%;
    height: 33px;
    padding: 0 8px 0 0;
}
.bx_filter_parameters_box_container_block:nth-child(2) .bx_filter_input_container{
    padding: 0 0 0 7px;
}
.bx_filter_input_container input {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 100%;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    background: #fff;
    text-align: center;
    padding-left: 12px;
    font-family: "Fira Sans";
    line-height: 17px;
    padding: 0;
    color: #666666;
}
.bx_filter .bx_ui_slider_track {
    position: relative;
    height: 3px;
    background: #d3d3d3;
    margin: 21px 9px 19px;
}
.bx_filter .bx_ui_slider_part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
    display: none;
}
.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;
    font-weight: 700;
    position: absolute;
    top: -16px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
    display: none;
}
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_V,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_range {
    position: absolute;
    top: -1px;
    bottom: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx_filter .bx_ui_slider_range {
    z-index: 5;
}
.bx_filter .bx_ui_slider_pricebar {
    z-index: 4;
}
.bx_filter .bx_ui_slider_pricebar_VD {
    z-index: 1;
}
.bx_filter .bx_ui_slider_pricebar_VN {
    z-index: 2;
    background: #f0f0f0;
    /*width: -webkit-calc(100% + 16px);*/
    /*width: -moz-calc(100% + 16px);*/
    /*width: calc(100% + 16px);*/
    margin-left: -8px;
}
.bx_filter .bx_ui_slider_pricebar_V {
    z-index: 3;
    background:#F57D4F;
    /*    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1N2M0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2Y2ODc0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y2OTgyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y2OTkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Y3YTYxOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2E2MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #f57c4f 0, #f68740 25%, #f6982a 50%, #f69929 51%, #f7a618 75%, #f7a619 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #f57c4f), color-stop(25%, #f68740), color-stop(50%, #f6982a), color-stop(51%, #f69929), color-stop(75%, #f7a618), color-stop(100%, #f7a619));
        background: -webkit-linear-gradient(left, #f57c4f 0, #f68740 25%, #f6982a 50%, #f69929 51%, #f7a618 75%, #f7a619 100%);
        background: -o-linear-gradient(left, #f57c4f 0, #f68740 25%, #f6982a 50%, #f69929 51%, #f7a618 75%, #f7a619 100%);
        background: -webkit-gradient(linear, left top, right top, from(#f57c4f), color-stop(25%, #f68740), color-stop(50%, #f6982a), color-stop(51%, #f69929), color-stop(75%, #f7a618), to(#f7a619));
        background: linear-gradient(to right, #f57c4f 0, #f68740 25%, #f6982a 50%, #f69929 51%, #f7a618 75%, #f7a619 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f57c4f', endColorstr='#f7a619', GradientType=1);*/
}
.bx_filter .bx_ui_slider_handle {
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('/local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/./images/rounded.svg');
    /*    border: 8px solid #fff;*/
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: -5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.bx_filter .bx_ui_slider_handle:hover {
    -webkit-cursor: -webkit-grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: -moz-grab;
    cursor: grab;
}
.bx_filter .bx_ui_slider_handle:active {
    -webkit-cursor: -webkit-grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.bx_filter .bx_ui_slider_handle.left {
    left: 0;
    margin-left: -8px;
}
.bx_filter .bx_ui_slider_handle.right {
    right: 0;
    margin-right: -8px;
}
.bx_filter .bx_filter_input_checkbox{
    position: relative;
    display: flex;
    align-items: center;
}
.bx_filter .bx_filter_input_checkbox input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.bx_filter .bx_filter_input_checkbox .bx-filter-param-text{
    font-family: "Fira Sans";
    font-size: 15px;
    display: inline;
    align-content: center;
    margin-top: 2px;
}
.bx_filter .bx_filter_input_checkbox .bx-filter-param-text span{
    color: #888888;
}
.bx_filter .bx_filter_input_checkbox input+span.checkbox-area {
    background-image: url('/local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/./images/svg/checkbox-unchecked.svg');
    width: 24px;
    height: 24px;
    display: flex;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-right:10px;
}
.bx_filter .disabled .bx_filter_input_checkbox  input+span.checkbox-area {
    background-image: url('/local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/./images/svg/checkbox-disabled.svg');
}
.bx_filter .bx_filter_input_checkbox input:checked+span.checkbox-area {
    background-image: url('/local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/./images/svg/checkbox-checked.svg');
}
.checked_values__wrap > div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px 13px 0 13px;
    background-color: #F2E7DB;
}
.choised_title{
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #333;
    margin-bottom: 13px;
}
.reset_filter{
    margin-bottom: 13px;
}
.reset_filter a{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #A9836C;
    text-decoration: none;

}
.all_labels_wrap{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.all_labels_wrap .label_wrap{
    margin-right: 13px;
}
.all_labels_wrap .label_wrap label{
    display: flex;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    align-items: baseline;
}
.all_labels_wrap .label_wrap label:before{
    background-image: url('/local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/./images/svg/clear-prop-filter.svg');
    content: '';
    width: 8px;
    height: 8px;
    display: flex;
    margin-right: 4px;
}
.bx_filter_parameters_box_container.hided {
    max-height: 145px;
    overflow: hidden;
    overflow-y: scroll;
}
.bx_filter_block .filter_show_all_trigger span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #F57D4F;
    display: none;
    cursor:pointer;
}
.bx_filter_block .filter_show_all_trigger span.show{
    display: block;
}
.bx_filter_param_text{
    padding-top: 2px;
}
.bx_filter_param_text,
.bx_filter_param_text a{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--main-text);
}
.bx_filter_param_text a:hover{
    text-decoration: none;
    color: var(--brown-text);
}

/* End */


/* Start:/local/components/turum/catalog.sorter/templates/sezon2022/style.css?16960357934087*/
.catalog-section-sorter{
    display: flex;
    justify-content: space-between;
}
.left-col{
    display: flex;
    align-items: center;
}
.sorter-title, .jq-selectbox__select-text{
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    margin: 0;
    margin-right: 3px;
}
.jq-selectbox__select-text{
    color: var(--brown-text);
}
.opened .jq-selectbox__select-text{
    color: #666666;
}
.jq-selectbox__dropdown{
    padding: 5px;
    border: 1px solid var(--brown-text);
    background: #fff;
    width: 35px;
}
.jq-selectbox__dropdown ul{
    padding: 0;
    margin: 0;
}

.count-view .jq-selectbox__dropdown{
    text-align: center;
}
.jq-selectbox__trigger-arrow {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    right: 2px;
    top: calc(50% - 2px);
    width: 7px;
    height: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/components/turum/catalog.sorter/templates/sezon2022/./images/svg/arrow_brown.svg);
    -webkit-transition: 0.3s ease transform;
    -o-transition: 0.3s ease transform;
    -moz-transition: 0.3s ease transform;
    transition: 0.3s ease transform;
}
.opened .jq-selectbox__trigger-arrow{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.checkbox-tumbler{
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    display: flex;
    line-height: 20px;
    color: #333333;
    margin-right: 24px;
    margin-bottom: 16px;
}
.onoffswitch {
    position: relative; width: 32px;
    margin-left: 8px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 20px;
    padding: 0;
    line-height: 20px;
    border: 2px solid rgba(245, 125, 79, 0.3);
    border-radius: 20px;
    background-color: rgba(245, 125, 79, 0.2);
    transition: all 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 16px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 2px; bottom: 2px;
    right: 14px;
    border-radius: 16px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox.checked + .onoffswitch-label {
    background-color: rgba(245, 125, 79, 0.45);
    border-color: rgba(245, 125, 79, 0);
}
.onoffswitch-checkbox.checked + .onoffswitch-label, .onoffswitch-checkbox.checked + .onoffswitch-label:before {
    border-color: rgba(245, 125, 79, 0);
}
.onoffswitch-checkbox.checked + .onoffswitch-label:before {
    right: 2px; 
}

.right-col,
.view-sort,
.count-view{
    display: flex;
}
@media (max-width: 768px){
    .count-view{
        display:none;
    }
    .filter-in-sorter-wrap {
        padding-top: 12px;
        display: flex;
        flex-wrap: wrap;
    }
}
.switcher-plitk{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/components/turum/catalog.sorter/templates/sezon2022/./images/svg/plitk.svg);
    margin-left: 32px;
    cursor: pointer;
}
.switcher-plitk.active{
    background-image: url(/local/components/turum/catalog.sorter/templates/sezon2022/./images/svg/plitk_active.svg);
    cursor:default;
}
.switcher-list{
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/components/turum/catalog.sorter/templates/sezon2022/./images/svg/list.svg);
    margin-left: 12px;
    cursor: pointer;
}
.switcher-list.active{
    background-image: url(/local/components/turum/catalog.sorter/templates/sezon2022/./images/svg/list_active.svg);
    cursor:default;
}

.filter-in-sorter-wrap{
    padding-top: 12px;
}

@media (max-width: 768px){
    .count-view{
        display:none;
    }
    .filter-in-sorter-wrap {
        display: flex;
        flex-wrap: wrap;
    }
}
/* End */
/* /local/templates/sezon_desktop/components/bbq/catalog/.default/style.css?1654891821697 */
/* /local/templates/sezon_desktop/components/bbq/catalog.smart.filter/.default/style.css?169603579311385 */
/* /local/components/turum/catalog.sorter/templates/sezon2022/style.css?16960357934087 */
