

/* Start:/bitrix/templates/proopt30_default/components/redsign/catalog.sorter/gopro/style.css?17606135089383*/
/* main */
/* buttons */
/* forms */
/* links */
/* text */
/* grid */
/* table */
/* catalog.sorter */
/* news.line */
/* delivery */
/** -- hard color color.scss -- **/
/* main */
/* buttons */
/* forms */
/* links */
/* text */
/* grid */
/** /-- hard color color.scss -- **/
/* line 10, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter {
    padding: 20px 0 22px;
}
/* line 13, components/redsign/catalog.sorter/gopro/style.scss */
.bx-touch .b-sorter__sort--no-touch,
.bx-touch .b-sorter__sort--short,
.bx-no-touch .b-sorter__sort--touch {
    display: none;
}
/* line 19, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--touch {
    overflow: hidden;
}
/* line 22, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--touch select {
    max-width: 100%;
    width: auto !important;
}
/* line 28, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__block-name {
    float: left;
    font-size: 34px;
    line-height: 1.2;
    font-weight: normal;
}
/* line 36, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sortaou {
    float: left;
}
/* line 41, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort.d-lg-none {
    overflow: hidden;
}
/* line 48, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short a {
    margin-right: 2px;
}
/* line 51, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short a:last-of-type {
    margin-right: 0;
}
/* line 57, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__output {
    float: right;
}
/* line 61, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__output .b-sorter__dropdown-in .rotate {
    display: none;
}
/* line 67, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__title {
    display: block;
    margin-right: 10px;
    color: #878787;
}
/* line 73, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown {
    position: relative;
    float: left;
    text-transform: lowercase;
}
/* line 78, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown > .select {
    color: #337ab7;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    padding: 8px 16px;
    background: none;
    border: 1px solid #bdbec0;
}
/* line 88, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown .svg-icon {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
/* line 94, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown.hover > .select, .b-sorter__dropdown:hover > .select {
    text-decoration: none;
    border-color: #FF7822;
}
/* line 103, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown.hover .svg-icon.rotate, .b-sorter__dropdown:hover .svg-icon.rotate {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/* line 108, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown.hover > div, .b-sorter__dropdown:hover > div {
    display: block;
}
/* line 113, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown-in {
    position: absolute;
    left: 0;
    display: none;
    min-width: 50px;
    background-color: #FFF;
    border: 1px solid #f3f3f3;
    border-bottom: 2px solid #FF7822;
    z-index: 991;
    -webkit-box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
    box-shadow: 0px 6px 41px -8px rgba(154, 164, 166, 0.82);
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 110;
    -webkit-animation-name: bmd-dropdown-animation;
    animation-name: bmd-dropdown-animation;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* line 125, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown-in > .select {
    display: block;
    padding: 11px 10px 11px 10px;
    text-decoration: none;
}
/* line 130, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__dropdown-in > .select:hover, .b-sorter__dropdown-in > .select.selected {
    text-decoration: none;
    background-color: #f3f3f3;
}
/* line 142, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short .svg-icon, .b-sorter__sort .svg-icon {
    font-size: 8px;
    margin-left: 14px;
    margin-bottom: 2px;
    color: #000;
}
/* line 148, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short .svg-icon.asc, .b-sorter__sort .svg-icon.asc {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
/* line 157, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short a:hover .svg-icon,
.b-sorter__sort--short a.selected .svg-icon,
.b-sorter__sort .b-sorter__dropdownin a:hover .svg-icon,
.b-sorter__sort .b-sorter__dropdownin a.selected .svg-icon {
    color: #fff;
}
/* line 164, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__output .svg-icon {
    font-size: 8px;
    margin-left: 6px;
    margin-bottom: 2px;
    color: #000;
}
/* line 172, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__output .b-sorter__dropdownin a .svg-icon {
    display: none;
}
/* line 177, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short a {
    float: left;
}
/* line 182, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short a {
    text-decoration: none;
    padding: 8px 16px;
}
/* line 185, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short a.selected {
    color: #fff;
    background-color: #FF7822;
    border-color: #FF7822;
}
/* line 191, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__sort--short a.selected:hover, .b-sorter__sort--short a:hover {
    color: #fff;
    background-color: #ee5d00;
    border-color: #ee5d00;
}
/* line 201, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__template {
    display: none;
}
/* line 205, components/redsign/catalog.sorter/gopro/style.scss */
.b-sorter__drop {
    display: none;
}

/* line 213, components/redsign/catalog.sorter/gopro/style.scss */
.bottom .b-sorter__sortaou {
    float: right;
}

@media (min-width: 768px) {
    /* line 222, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__title {
        display: block;
        float: left;
        color: #878787;
        padding: 8px 0;
        margin-right: 16px;
        border: 1px solid transparent;
    }
    /* line 231, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__sort, .b-sorter__sort--short {
        margin-right: 25px;
    }
    /* line 236, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__template {
        display: block;
        float: right;
        margin-left: 16px;
    }
    /* line 241, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__template .svg-icon {
        font-size: 24px;
        color: #999;
    }
    /* line 246, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__template a {
        color: #337ab7;
        float: right;
        margin-right: 8px;
        padding: 8px 0;
    }
    /* line 252, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__template a:first-of-type {
        margin-right: 0;
    }
    /* line 259, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__template a:hover .svg-icon, .b-sorter__template a:active .svg-icon, .b-sorter__template a.selected .svg-icon, .b-sorter__template a.selected:active .svg-icon {
        color: #337ab7;
    }
    /* line 263, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__template a:hover > span, .b-sorter__template a:active > span, .b-sorter__template a.selected > span, .b-sorter__template a.selected:active > span {
        border-color: transparent;
    }
    /* line 268, components/redsign/catalog.sorter/gopro/style.scss */
    .b-sorter__template a > span {
        border-bottom: 1px dashed #337ab7;
    }
}

@-webkit-keyframes showSorterDropDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes showSorterDropDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .catalog__sorter .b-sorter__title {
        display: none;
    }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/rsgopro/catalog.smart.filter/templates/catalog/slider/slider.css?16687629742176*/
.smartfilter .bx_ui_slider_track{
	position:relative;
	height:6px;
	margin:28px 25px 10px 25px;
	background: url('/bitrix/components/rsgopro/catalog.smart.filter/templates/catalog/slider/trackbar_full.png') 0px 0px no-repeat;
}
.smartfilter .bx_ui_slider_part{
	position:absolute;
	top:-6px;
	width:1px;
	height:17px;
	background:#a2bfc7;
}
.smartfilter .bx_ui_slider_part.p1{left:-1px;}
.smartfilter .bx_ui_slider_part.p2{left:25%;}
.smartfilter .bx_ui_slider_part.p3{left:50%;}
.smartfilter .bx_ui_slider_part.p4{left:75%;}
.smartfilter .bx_ui_slider_part.p5{right:-1px;}
.smartfilter .bx_ui_slider_part span{
	font-size:11px;
	font-weight: bold;
	position:absolute;
	top:-16px;
	left:50%;
	display:block;
	width:100px;
	margin-left:-50px;
	text-align:center;
	color:#000;
}
.smartfilter .bx_ui_slider_part.p2 span,
.smartfilter .bx_ui_slider_part.p3 span,
.smartfilter .bx_ui_slider_part.p4 span{color:#6b8086;}

.smartfilter .bx_ui_slider_range,
.smartfilter .bx_ui_slider_pricebar,
.smartfilter .bx_ui_slider_pricebar_VD,
.smartfilter .bx_ui_slider_pricebar_VN,
.smartfilter .bx_ui_slider_pricebar_V{
	position:absolute;
	top:0px;
	bottom:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.smartfilter .bx_ui_slider_range{
	z-index:100;
}
.smartfilter .bx_ui_slider_pricebar{
	z-index:100;
}

.smartfilter .bx_ui_slider_pricebar_VD{
	background:#849da4;
	z-index:60;
}
.smartfilter .bx_ui_slider_pricebar_VN{
	background: url('/bitrix/components/rsgopro/catalog.smart.filter/templates/catalog/slider/trackbar_full.png') 0px 0px no-repeat;
	z-index:70;
}
.smartfilter .bx_ui_slider_pricebar_V{
	background: #f4ab41;
	z-index:80;
}
.smartfilter .bx_ui_slider_handle{
	position:absolute;
	top:-6px;
	width:22px;
	height:22px;
}
.smartfilter .bx_ui_slider_handle:hover{
	-webkit-cursor:grab;
	-ms-cursor:grab;
	-o-cursor:grab;
	cursor:grab;
}
.smartfilter .bx_ui_slider_handle:active{
	-webkit-cursor:grabbing;
	-ms-cursor:grabbing;
	-o-cursor:grabbing;
	cursor:grabbing;
}
.smartfilter .bx_ui_slider_handle.left{
	left:0;
	margin-left:-9px;
	background-position:0px -647px;
}
.smartfilter .bx_ui_slider_handle.right{
	right:0;
	margin-right:-9px;
	background-position: 0px -647px;
}

/* End */
/* /bitrix/templates/proopt30_default/components/redsign/catalog.sorter/gopro/style.css?17606135089383 */
/* /bitrix/components/rsgopro/catalog.smart.filter/templates/catalog/slider/slider.css?16687629742176 */
