

/* Start:/bitrix/templates/proopt30_default/components/redsign/catalog.sorter/gopro/style.css?17470476246227*/
/* 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 -- **/

.b-sorter {
  padding: 20px 0 22px;
}

.bx-touch .b-sorter__sort--no-touch,
.bx-touch .b-sorter__sort--short,
.bx-no-touch .b-sorter__sort--touch {
  display: none;
}

.b-sorter__sort--touch {
  overflow: hidden;
}

.b-sorter__sort--touch select {
  max-width: 100%;
  width: auto !important;
}

.b-sorter__block-name {
  float: left;
  font-size: 34px;
  line-height: 1.2;
  font-weight: normal;
}

.b-sorter__sortaou {
  float: left;
}

.b-sorter__sort.d-lg-none {
  overflow: hidden;
}

.b-sorter__sort--short a {
  margin-right: 2px;
}

.b-sorter__sort--short a:last-of-type {
  margin-right: 0;
}

.b-sorter__output {
  float: right;
}

.b-sorter__output .b-sorter__dropdown-in .rotate {
  display: none;
}

.b-sorter__title {
  display: block;
  margin-right: 10px;
  color: #878787;
}

.b-sorter__dropdown {
  position: relative;
  float: left;
  text-transform: lowercase;
}

.b-sorter__dropdown > .select {
  color: #337ab7;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  padding: 11px 16px;
  background: none;
  border: 1px solid #bdbec0;
}

.b-sorter__dropdown .svg-icon {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.b-sorter__dropdown.hover > .select,
.b-sorter__dropdown:hover > .select {
  text-decoration: none;
  border-color: #FF7822;
}

.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);
}

.b-sorter__dropdown.hover > div,
.b-sorter__dropdown:hover > div {
  display: block;
}

.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);
}

.b-sorter__dropdown-in > .select {
  display: block;
  padding: 11px 10px 11px 10px;
  text-decoration: none;
}

.b-sorter__dropdown-in > .select:hover,
.b-sorter__dropdown-in > .select.selected {
  text-decoration: none;
  background-color: #f3f3f3;
}

.b-sorter__sort--short .svg-icon,
.b-sorter__sort .svg-icon {
  font-size: 8px;
  margin-left: 14px;
  margin-bottom: 2px;
  color: #000;
}

.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);
}

.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;
}

.b-sorter__output .svg-icon {
  font-size: 8px;
  margin-left: 6px;
  margin-bottom: 2px;
  color: #000;
}

.b-sorter__output .b-sorter__dropdownin a .svg-icon {
  display: none;
}

.b-sorter__sort--short a {
  float: left;
}

.b-sorter__sort--short a {
  text-decoration: none;
  padding: 8px 16px;
}

.b-sorter__sort--short a.selected {
  color: #fff;
  background-color: #FF7822;
  border-color: #FF7822;
}

.b-sorter__sort--short a.selected:hover,
.b-sorter__sort--short a:hover {
  color: #fff;
  background-color: #ee5d00;
  border-color: #ee5d00;
}

.b-sorter__template {
  display: none;
}

.b-sorter__drop {
  display: none;
}

.bottom .b-sorter__sortaou {
  float: right;
}

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

  to {
    opacity: 1;
  }
}

@keyframes showSorterDropDown {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .b-sorter__title {
    display: block;
    float: left;
    color: #878787;
    padding: 8px 0;
    margin-right: 16px;
    border: 1px solid transparent;
  }

  .b-sorter__sort,
  .b-sorter__sort--short {
    margin-right: 25px;
  }

  .b-sorter__template {
    display: block;
    float: right;
    margin-left: 16px;
  }

  .b-sorter__template .svg-icon {
    font-size: 24px;
    color: #999;
  }

  .b-sorter__template a {
    color: #337ab7;
    float: right;
    margin-right: 8px;
    padding: 8px 0;
  }

  .b-sorter__template a:first-of-type {
    margin-right: 0;
  }

  .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;
  }

  .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;
  }

  .b-sorter__template a > span {
    border-bottom: 1px dashed #337ab7;
  }
}
/* End */


/* Start:/bitrix/components/rsgopro/catalog.smart.filter/templates/catalog/slider/slider.css?17470475042176*/
.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?17470476246227 */
/* /bitrix/components/rsgopro/catalog.smart.filter/templates/catalog/slider/slider.css?17470475042176 */
