

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/style.css?172708625810043*/
.catalog-sidebar {
  width: 100%;
}

@media (min-width: 1220px) {
  .catalog-sidebar {
    width: 300px;
  }
  .catalog-section {
    -webkit-box-flex: 1;
            flex: 1;
  }
}

@media (max-width: 1219.98px) {
  .catalog-section {
    min-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.services {
  width: auto;
  padding: 0 15px;
}

.services:after {
  content: "";
  display: table;
  clear: both;
}

.services * {
  box-sizing: border-box;
}

.services .column {
  width: 50%;
  float: left;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .services .column.mobile, .more .mobile {
    display: none;
  }
  .services .column.desktop, .more .desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .services .column.mobile, .more .mobile {
    display: block;
  }
  .services .column.desktop, .more .desktop {
    display: none;
  }
}

.service-block {
  padding: 10px 25px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px;
}

.service-block .btn {
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  max-width: 150px;
  text-align: center;
}

.service-block_name {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  display: table;
}

.service-block_name span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.sort_icon {
  margin: 0 0 0 6px;
  display: inline !important;
  border: none !important;
}

.linkSort:hover .sort_icon > svg rect,
.sort_icon.current > svg rect {
  fill: #fb7f06;
}

.sortBlock {
  /*margin-bottom: 25px;*/
  /*border-bottom: 2px solid #e1e1e1;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sortBlock .sort_icon svg {
  display: none;
}

@media screen and (max-width: 992px) {
  .sortBlock {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 120;
    background-color: #F6F6F6;
    padding: 24px 16px;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .sortBlock .sortBlock__links {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .sortBlock .sortBlock__top {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    align-self: stretch;
    gap: 16px;
  }
  .sortBlock .sortBlock__close {
    position: absolute;
    top: 24px;
    right: 16px;
    border: none;
    background: none;
    width: unset;
    display: block;
    padding: 0;
  }
  .sortBlock .titleSort {
    color: #333;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
  .sortBlock .linkSort {
    padding: 12px 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .sortBlock .linkSort span {
    display: block;
  }
  .sortBlock .linkSort:hover {
    color: #333 !important;
  }
  .sortBlock .current {
    color: #FFF !important;
    background-color: #333;
  }
  .sortBlock .current:hover {
    color: #FFF !important;
  }
  .sortBlock .current .sort_icon svg {
    fill: #fff;
  }
  .sortBlock span, .sortBlock a {
    border-bottom: none !important;
  }
  .sortBlock .sort_icon {
    padding: 0 8px;
  }
  .sortBlock .sort_icon i {
    display: none;
  }
  .sortBlock .sort_icon svg {
    display: block;
    fill: #333;
  }
  .sortBlock .sortBlock__top span {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    z-index: 10;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

@media screen and (max-width: 992px) {
  .sortBlock--show {
    bottom: 70px;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    padding: 24px 16px 25px !important;
  }
}

@media screen and (max-width: 992px) {
  .sortBlock--hidden {
    bottom: -100%;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
}

.sortBlock .titleSort,
.sortBlock .linkSort {
  /*padding-bottom: 12px;*/
  position: relative;
  /*bottom: -2px;*/
}

.sortBlock .titleSort {
  margin-right: 8px;
}

.sortBlock .linkSort,
.wrap-sort-list .list-buttons a {
  text-decoration: none;
  color: #333;
  width: auto;
  margin: 0 8px;
}

.sortBlock .linkSort:hover,
.wrap-sort-list .list-buttons a:hover {
  color: #F59A22;
}

.sortBlock .linkSort.current,
.wrap-sort-list .list-buttons .current {
  color: #F59A22;
  /*border-bottom: 2px solid #df7c20;*/
}

.video-side-block {
  width: 100%;
}

.video-side-block:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.video-side-block:after {
  content: "";
  display: table;
  clear: both;
}

.video-side-block_image {
  width: 35%;
  float: left;
}

.video-side-block_image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.video-side-block_image a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.5);
  background-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/../../news/video/images/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  z-index: 5;
}

.video-side-block:hover .video-side-block_image a:before {
  background-color: rgba(3, 3, 3, 0.3);
}

.video-side-block_content {
  width: 65%;
  float: left;
  padding-left: 10px;
  font-size: 13px;
  line-height: 17px;
}

.video-side-block_content a {
  color: #333;
  display: block;
  position: relative;
}

.video-side-block_content a:hover {
  color: #EB7A00;
}

#tmp__video h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
}

#tmp__video {
  padding: 0 15px 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  #tmp__video {
    display: none;
  }
}

.u-spoiler_content {
  display: none;
  margin-top: 30px;
}

.u-spoiler_button {
  display: inline-block;
  text-decoration: underline;
  color: #fd7e14;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.u-spoiler.view .u-spoiler_content {
  display: block;
}

.wrap-sort-list {
  display: none;
}

.wrap-sort-list__button-sort_open {
  background-color: #ea7902 !important;
  color: #fff;
}

.wrap-sort-list__button-sort_open:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ea7902;
  z-index: 11;
}

.wrap-sort-list .button-sort {
  text-align: center;
  padding: 15px 10px;
  background-color: #F59A22;
  color: #fff;
  position: relative;
  display: none;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

.wrap-sort-list .list-buttons {
  display: none;
}

.wrap-sort-list .list-buttons span {
  color: #aaa !important;
}

.wrap-sort-list .list-buttons a,
.wrap-sort-list .list-buttons span {
  display: block;
  padding: 12px 20px;
}

@media (max-width: 1219.98px) {
  .wrap-sort-list {
    display: block;
  }
  .wrap-sort-list .button-sort {
    display: block;
  }
  .wrap-sort-list .sortBlock {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .wrap-sort-list .button-sort {
    margin-right: 0;
    margin-left: 0;
  }
}

.section-list {
  margin-left: 15px;
}

@media (max-width: 1219.98px) {
  .section-list {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  .section-list {
    display: none;
  }
}

.section-item {
  background-color: #fff;
  position: relative;
}

.section-item__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 220px;
  color: #000;
  text-decoration: none;
  z-index: 3;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
}

.section-item__info-title {
  width: 80%;
  text-align: center;
  max-height: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 20px;
}

.section-item__info img {
  height: 100px;
  width: auto;
}

.section-item__bg {
  background: inherit;
  border: 1px solid transparent;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 0;
  position: absolute;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.section-item:hover {
  z-index: 5;
}

.section-item:hover .section-item__info {
  color: #000;
  text-decoration: none;
}

.section-item:hover .section-item__bg {
  background-color: #fff;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  top: -1rem;
}

@media screen and (max-width: 992px) {
  .box-shadow--bg-no-color {
    background-color: unset !important;
    padding-left: 0;
    padding-right: 0;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/main.include/quiz/style.css?1727086258252*/
.mobile-quiz {
  display: none;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .mobile-quiz {
    display: block;
  }
}

.desktop-quiz {
  display: block;
}

@media screen and (max-width: 992px) {
  .desktop-quiz {
    display: none;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/menu/catalog_tree/style.css?17270862583633*/
.catalog-menu {
  min-width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.25);
  padding-left: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .catalog-menu {
    display: none;
  }
}

.catalog-menu ul {
  padding-left: 0;
}

.catalog-menu li {
  list-style-type: none;
}

.catalog-menu__li {
  list-style: none;
  width: 100%;
}

.catalog-menu__link {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 10px 30px 10px 15px;
  border-bottom: 1px solid #ededed;
}

.catalog-menu__link.show {
  color: #F59A22;
}

.catalog-menu__link.show svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.catalog-menu__link:hover, .catalog-menu__child-link:hover {
  text-decoration: none;
}

.catalog-menu__link:hover .catalog-menu__icon svg {
  fill: #2665a4;
}

.catalog-menu:hover {
  z-index: 20;
}

.catalog-menu__icon {
  position: absolute;
  top: 12px;
  right: 15px;
}

.catalog-menu__icon svg {
  fill: #555;
}

.catalog-menu__child_one {
  display: none;
  border-bottom: 1px solid #ededed;
  background-color: #f8f8f8;
  padding-top: 15px;
}

.catalog-menu__child_one:after {
  content: '';
  display: block;
  clear: both;
}

.catalog-menu__child_one > .catalog-menu__child-li {
  /*width: 33.33%;*/
  /*float: left;*/
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px;
}

.catalog-menu__child_two > .catalog-menu__child-li {
  margin-bottom: 5px;
}

.catalog-menu__child_one > .catalog-menu__child-li > .catalog-menu__child-link {
  font-size: 14px;
}

.catalog-menu__child_two {
  margin-top: 10px;
}

.catalog-menu__child_two .catalog-menu__child_two {
  margin-left: 15px;
  margin-bottom: 10px;
}

.catalog-menu__child-link {
  display: block;
  color: #313131;
  text-decoration: none;
}

/*media*/
.catalog-menu__child_one > .catalog-menu__child-li .catalog-menu__child-link {
  color: #666;
  font-size: 15px;
}

.catalog-menu__child_one > .catalog-menu__child-li > .catalog-menu__child-link {
  font-size: 15px;
  color: #606060;
}

.catalog-menu__child_one > .catalog-menu__child-li .catalog-menu__child-link:hover {
  color: #F59A22;
}

.catalog-menu_haschild:hover .catalog-menu__link {
  color: #F59A22;
}

.catalog-menu > .selected > a {
  color: #F59A22;
  position: relative;
}

.catalog-menu > .selected > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #F59A22;
}

.catalog-menu__child_one > .catalog-menu__child-li.selected > a {
  color: #F59A22;
}

.catalog-menu__back {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 20px 15px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .catalog-menu__back {
    display: none;
  }
}

.catalog-menu__back svg {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.catalog-menu__back:hover {
  text-decoration: none;
  color: #F59A22;
}

.catalog-menu__li.catalog-menu_haschild .catalog-menu__link {
  position: relative;
}

.catalog-menu__li.catalog-menu_haschild .catalog-menu__link svg {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -6px;
  color: #9e9e9e;
}

.catalog-menu__sale {
  display: block;
  padding: 10px 30px 10px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  height: 46px;
  background-color: #F59A22;
}

@media screen and (max-width: 992px) {
  .catalog-menu__sale {
    display: none;
  }
}

.catalog-menu__sale:hover {
  color: #fff;
  background: #e6870a;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/style.css?172708625834798*/
@media screen and (max-width: 992px) {
  .smartFilter--show {
    overflow-y: auto;
    position: fixed;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    row-gap: 40px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 86px 0 80px;
    height: 100vh;
    z-index: 250;
    background-color: #F6F6F6;
  }
}

@media screen and (max-width: 992px) {
  .bx-filter-section > .bx-filter-parameters-box {
    display: none;
  }
}

.bx-filter {
  width: 100%;
  min-width: 220px;
  margin-bottom: 30px;
}

/*Sections*/
.bx-filter .bx-filter-parameters-box {
  position: relative;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
  /*color: #95a1a8;*/
}

@media screen and (max-width: 992px) {
  .bx-filter-parameters-box-title span {
    color: #333;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    padding: 0;
  }
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
  /*color: #758087;*/
  border-color: transparent;
}

.bx-filter .bx-filter-block {
  display: none;
  -webkit-transition: padding .3s ease;
  transition: padding .3s ease;
  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 .checkbox:first-child {
  margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
}

/*
* INPUTS
*
*/
.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  font-size: 13px;
  height: 32px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  outline: none;
  color: #606060;
  font-family: "Roboto";
}

@media screen and (max-width: 992px) {
  .bx-filter .bx-filter-input-container input {
    width: 130px;
  }
}

.bx-retina .bx-filter .bx-filter-input-container input {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
  border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
}

@media screen and (max-width: 992px) {
  .bx-retina .bx-filter .bx-filter-input-container input {
    border-width: unset;
    border-style: unset;
  }
}

/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
		 -moz-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
			border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
  /* Fix of input shadow for IOS browsers. */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter .bx-filter-button-box {
  clear: both;
}

/*
*Track
*
*/
.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 7px;
  /*background: #d8e9f0;/* COLOR */
}

.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;
  /*font-weight: bold;*/
  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;
  /*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
  /*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
  /*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: -webkit-grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: -webkit-grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

/*
*	Select
*
*/
.bx-filter .bx-filter-select-container {
  display: block;
  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/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
  border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
		 -moz-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
			border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
  position: relative;
  display: block;
  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;
}

/*
*	Select popup
*
*/
.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;
  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;
}

/*
* TAGS
*
*/
.bx-filter .bx-filter-tag {
  padding: 18px;
  /*border-top: 1px solid #d7eaf7;/* COLOR */
  /*border-bottom: 1px solid #d7eaf7;/* COLOR */
}

.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  /*color: #68939e;/* COLOR */
  text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
  min-height: 20px;
  padding: 0 5px;
  font-weight: normal;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .bx-filter .bx-filter-param-label {
    padding: 0;
  }
}

.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 {
  /*font-size: 13px;*/
}

.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: #a2a2a2;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 100% !important;
  }
}

/*
* 	BTN
*
*/
.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;
  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/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
  border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
		 -moz-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
			border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/active.png) 2 repeat;
}*/
/* --- colors */
.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;
}

/*
* BTN P/M
*
*/
.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, 0.12);
}

.bx-filter span.bx-spm {
  font-size: 18px;
  /*font-weight:bold;*/
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}

/*
*	icon
*
*/
.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;
  /*position:relative;*/
  /*top:4px;*/
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  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, 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;
}

/*
* 	BIZ
*
*/
.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;
  /*padding-left:20px;*/
  color: #000;
  border-color: transparent;
}

/*
*	BTN result and reset
*
*/
.btn-themes {
  /*background-color: #1485CE;/* COLOR */
  /*border-color: #1485CE;/* COLOR */
  color: #FFF;
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  /*background-color: #53A4D8;/* COLOR */
  /*border-color: #53A4D8;/* COLOR */
  color: #FFF;
}

/*
* 	Result Popup
*
*/
/*.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/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/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/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/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;
}*/
.um-catalog-section-left * {
  box-sizing: border-box;
}

#childList a:last-child {
  margin-bottom: 30px;
}

#childList a {
  display: block;
  width: 100%;
  padding: 9px 0 9px 14px;
  color: #e2791e;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

#childList a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e0e0e0;
  position: absolute;
  top: 18px;
  left: 0;
}

#childList a:hover {
  color: #fb7f06;
}

#childList a:hover:before {
  background-color: #fb7f06;
  opacity: .5;
}

.bx-filter-parameters-box {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 992px) {
  .bx-filter-parameters-box {
    border-bottom: none;
  }
}

.bx-filter-parameters-box.bx-active {
  background-color: #f9f9f9;
}

@media screen and (max-width: 992px) {
  .bx-filter-parameters-box.bx-active {
    background-color: #F6F6F6;
  }
}

.bx-filter-parameters-box-title {
  padding: 10px 30px 10px 15px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bx-filter-block {
  border-top: 1px solid #ebebeb;
  padding: 15px;
  display: none;
  font-size: 13px;
  line-height: 18px;
}

@media screen and (max-width: 992px) {
  .bx-filter-block--reverse {
    padding: 0 16px;
  }
  .bx-filter-block--reverse .bx-filter-parameters-box-container {
    margin-top: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
  .bx-filter-block--reverse .bx-filter-parameters-box-container-blocks {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .bx-filter-block--reverse .bx-ui-slider-track-container {
    padding: 0 16px !important;
  }
}

@media screen and (max-width: 992px) {
  .bx-filter-block {
    border-top: none;
  }
}

.bx-filter-parameters-box:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 20px;
  border-top: 4px solid #606060;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

@media screen and (max-width: 992px) {
  .bx-filter-parameters-box:before {
    display: none;
  }
}

.bx-active .bx-filter-parameters-box:before {
  border-top: none;
  border-bottom: 4px solid #fb7f06;
}

.bx-filter-container-modef {
  position: absolute;
  right: -5px;
  top: 20px;
}

.bx-ui-slider-pricebar-vd {
  height: 6px;
  background-color: #ea7902;
}

@media screen and (max-width: 992px) {
  .bx-ui-slider-pricebar-vd {
    background-color: #FF8B22;
  }
}

.bx-ui-slider-handle {
  width: 18px;
  height: 14px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #cec3b8;
  position: absolute;
  top: -4px;
  z-index: 100;
}

@media screen and (max-width: 992px) {
  .bx-ui-slider-handle {
    box-sizing: unset;
    width: 12px;
    height: 12px;
    background-color: #FF8B22;
    border-radius: 50px;
    top: -5px;
    border: 2px solid #fff;
  }
}

.bx-ui-slider-handle:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -3px;
  border-left: 1px solid #9e968d;
  border-right: 1px solid #9e968d;
}

@media screen and (max-width: 992px) {
  .bx-ui-slider-handle:before {
    display: none;
  }
}

.bx-ui-slider-handle.right {
  right: 0;
  margin-right: -9px;
}

.bx-ui-slider-handle.left {
  left: 0;
  margin-left: -9px;
}

.bx-filter .bx-ui-slider-range {
  background-color: #e8e8e8;
  border-radius: 3px;
  margin-left: -9px;
  margin-right: -9px;
  width: auto;
}

.bx-filter .bx-ui-slider-track-container {
  padding: 20px 9px 3px;
}

.bx-ui-slider-pricebar-vn {
  left: -9px;
  right: -9px;
  width: auto;
}

.bx-filter-parameters-box-container-block {
  width: 50%;
  float: left;
}

@media screen and (max-width: 992px) {
  .bx-filter-parameters-box-container-block {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.bx-filter-block-content:after,
.bx-filter-parameters-box-container-blocks:after,
.bx-filter-parameters-box-container:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 992px) {
  .bx-filter-block-content:after,
  .bx-filter-parameters-box-container-blocks:after,
  .bx-filter-parameters-box-container:after {
    display: none;
  }
}

.bx-filter-parameters-box-container-block.bx-left {
  padding-right: 10px;
}

.bx-filter-parameters-box-container-block.bx-right {
  padding-left: 10px;
}

.bx-filter-input-container {
  position: relative;
}

.bx-filter-input-container:after {
  content: attr(data-title);
  color: #606060;
  font-size: 13px;
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 7px;
}

.bx-filter-input-container.price:after {
  content: "\20BD";
  left: auto;
  right: 10px;
  top: 8px;
}

@media screen and (max-width: 992px) {
  .bx-filter-input-container.price:after {
    content: attr(data-title);
  }
}

@media screen and (max-width: 992px) {
  .bx-filter-input-container:after, .bx-filter-input-container.price:after {
    left: 7px;
    right: unset;
    display: block;
    position: absolute;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 992px) {
  .bx-filter .bx-filter-input-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.bx-filter .bx-filter-input-container input {
  padding-left: 30px;
  padding-right: 8px;
}

@media screen and (max-width: 992px) {
  .bx-filter .bx-filter-input-container input {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
    border: none;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
    padding: 8px 8px 8px 32px !important;
  }
  .bx-filter .bx-filter-input-container input::-webkit-input-placeholder {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
  }
  .bx-filter .bx-filter-input-container input::-moz-placeholder {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
  }
  .bx-filter .bx-filter-input-container input:-ms-input-placeholder {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
  }
  .bx-filter .bx-filter-input-container input::-ms-input-placeholder {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
  }
  .bx-filter .bx-filter-input-container input::placeholder {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
  }
}

.bx-filter .bx-filter-input-container.price input {
  padding-left: 8px;
  padding-right: 24px;
}

@media screen and (max-width: 992px) {
  .bx-filter .bx-filter-input-container.price input {
    padding: 8px 8px 8px 32px !important;
  }
}

.bx-filter .bx-filter-input-checkbox {
  display: block;
  clear: both;
  overflow: hidden;
  min-height: 20px;
  padding: 5px 22px 2px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #e2e2e2;
}

@media screen and (max-width: 992px) {
  .bx-filter .bx-filter-input-checkbox {
    display: -webkit-box;
    display: flex;
    padding: 12px 24px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  }
}

.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {
  position: relative;
  top: -3px;
  float: left;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  line-height: 15px;
  text-align: left;
}

.bx-filter-input-checkbox {
  position: relative;
}

.bx-filter-param-label input[type="checkbox"] {
  display: none;
}

.bx-filter-param-label input[type="checkbox"] + span:before {
  /*content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  z-index: 2;
  background-color: #fff;*/
}

.bx-filter-param-label input[type="checkbox"]:disabled + span:before {
  background-color: #f2f2f2;
}

.bx-filter-param-label input[type="checkbox"]:checked + span:after {
  /*content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 15px;
  height: 15px;
  background-image: url('/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/checked.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  z-index: 5;*/
}

.bx-filter-param-text {
  min-height: 18px;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .bx-filter-param-text {
    min-height: unset;
  }
}

.bx-filter-param-label.display-none {
  display: none;
}

#clearClone {
  display: block;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ddd;
  margin-top: 10px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
  color: #006a72;
  background: transparent;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  #clearClone:hover,
  #del_filter:hover {
    border-color: #fab56c;
    color: #ea7902;
  }
}

#del_filter {
  width: 100%;
}

.badge-filter {
  border: 1px solid #D9D9D9;
  padding: 5px 25px 5px 8px;
  background-color: #eee;
  float: left;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.badge-filter:hover {
  background-color: #F5F5F5;
}

.badge-filter--delete {
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  right: 0;
  background-image: url("/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/close-button.png");
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 8px 8px;
  opacity: .6;
}

.badge-filter--delete:hover {
  opacity: 1;
}

a.filter-more-button {
  font-size: 14px;
  display: block;
  text-align: right;
}

@media screen and (max-width: 992px) {
  a.filter-more-button {
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #5FB100;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
    border-bottom: 1px solid #5FB100;
  }
  a.filter-more-button:hover {
    color: #5FB100;
    text-decoration: none;
  }
}

.bx-filter-popup-result {
  position: absolute;
  left: 95%;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  padding: 12px 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  color: #4d4d4d;
  line-height: 18px;
  white-space: nowrap;
  display: none;
  z-index: 100;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (max-width: 992px) {
  .bx-filter-popup-result {
    display: none !important;
  }
}

.bx-filter-popup-result:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: -10px;
  width: 20px;
  height: 20px;
  box-shadow: -3px 3px 6px -2px rgba(0, 0, 0, 0.15);
  background: inherit;
}

.bx-filter-popup-result a {
  color: #ea7902;
}

.bx-filter-popup-result a:hover {
  color: #fab56c;
}

#del_filter {
  background-image: url("/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/del.png");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  #del_filter {
    background-image: none;
  }
}

.bx-filter-button-box {
  padding: 5px 0;
}

.bx-filter-button-box .bx-filter-block {
  border-top: none;
}

.bx-filter-input-checkbox {
  padding-right: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.bx-filter-input-checkbox.darkClick {
  background: #F59A22;
  color: #fff;
  border-color: #F59A22;
}

@media screen and (max-width: 992px) {
  .bx-filter-input-checkbox.darkClick {
    background: #333;
    border-color: #333;
  }
}

.bx-filter-input-checkbox.darkClick .bx-filter-param-text {
  color: #fff;
}

.bx-filter-input-checkbox.darkClick .fcount--mobile {
  color: #9D9D9D;
}

.bx-filter-input-checkbox .fcount {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  opacity: .6;
}

.bx-filter-input-checkbox .fcount--desktop.visible {
  display: block;
}

.bx-filter-input-checkbox .fcount--desktop.hidden {
  display: none;
}

@media screen and (max-width: 992px) {
  .bx-filter-input-checkbox .fcount--desktop {
    display: none;
  }
}

.bx-filter-input-checkbox .fcount--mobile {
  display: none;
  position: static;
  color: #747474;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 15px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .bx-filter-input-checkbox .fcount--mobile {
    display: block;
  }
}

.bx-filter-input-checkbox .close {
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  right: 0;
  background-image: url("/local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/images/close.svg");
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-position-y: center;
  background-position: bottom 50% right 5px;
}

@media screen and (max-width: 992px) {
  .bx-filter-input-checkbox .close {
    display: none;
  }
}

.bx-filter-input-checkbox .close.visible {
  display: block;
}

@media screen and (max-width: 992px) {
  .bx-filter-input-checkbox .close.visible {
    display: none;
  }
}

.bx-filter-input-checkbox .close.hidden {
  display: none;
}

.checkbox-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

@media screen and (max-width: 992px) {
  .checkbox-container {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

.bx-filter-button-box .bx-filter-block__close {
  display: none;
}

@media screen and (max-width: 992px) {
  .bx-filter-button-box .form-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 8px;
  }
  .bx-filter-button-box .form-row .btn-primary {
    color: #333;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    background: none;
    border: none;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
  }
  .bx-filter-button-box .form-row .btn-primary span {
    color: #333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
  .bx-filter-button-box .form-row .btn-primary .mobile-num {
    color: #9D9D9D;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  .bx-filter-button-box .form-row .btn-primary:active {
    background-color: #333 !important;
    border-color: #333 !important;
  }
  .bx-filter-button-box .form-row .btn-primary:active span {
    color: #FFF;
  }
  .bx-filter-button-box .form-row .btn-primary:focus-visible {
    outline: none;
  }
  .bx-filter-button-box .form-row .btn-primary:focus {
    box-shadow: none;
  }
}

@media screen and (max-width: 992px) and (max-width: 992px) {
  .bx-filter-button-box .form-row .filter-clear-container {
    box-sizing: border-box !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 255;
    border-top: none;
    height: 72px;
    padding: 16px;
    border-radius: 0 0 8px 8px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.1);
  }
  .bx-filter-button-box .form-row .filter-clear-container .bx-filter-block__close {
    display: block;
    background: none;
    border: none;
  }
  .bx-filter-button-box .form-row .filter-clear-container input {
    color: #333;
    border-color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 140%;
    border: unset;
    border-radius: unset !important;
    border-bottom: 1px solid black !important;
    padding: 0 !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

@media screen and (max-width: 992px) {
  .bx-filter-button-box .form-row span {
    text-align: center;
    color: #9D9D9D;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  .bx-filter-button-box .bx-filter-parameters-box-container {
    margin-top: 0;
  }
}

.mobile-num {
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile-num {
    display: block;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.list/catalog_banner_content/style.css?1727086258227*/
.catalog-banner-content {
    margin-bottom: 30px;
}

.catalog-banner-content__img {
    max-height: 150px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .catalog-banner-content {
        display: none;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?172708613564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/system.pagenavigation/stmd/style.css?17270862584329*/
.bx-pagination .btn--pagination-more-btn {
  display: none;
}

@media screen and (max-width: 992px) {
  .bx-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }
  .bx-pagination .btn--pagination-more-btn {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    background: #333;
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 125%;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  }
  .bx-pagination .btn--pagination-more-btn:hover {
    color: #fff;
  }
}

.bx-pagination .bx-pagination-container {
  text-align: left;
  position: relative;
}

@media screen and (max-width: 992px) {
  .bx-pagination .bx-pagination-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

@media screen and (max-width: 922px) {
  .bx-pagination .bx-pagination-container ul {
    display: -webkit-box;
    display: flex;
    gap: 12px;
  }
}

.bx-pagination .bx-pagination-container ul li {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .bx-pagination .bx-pagination-container ul li:first-of-type, .bx-pagination .bx-pagination-container ul li:last-of-type {
    display: none;
  }
}

.bx-pagination .bx-pagination-container ul li span {
  background: #eff0f1;
  padding: 0 8px;
  display: block;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  font-size: 14px;
  border-radius: 16px;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

@media screen and (max-width: 992px) {
  .bx-pagination .bx-pagination-container ul li span {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 125%;
    height: 44px;
    width: 44px;
    padding: 12px 8px;
  }
}

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  border-radius: 16px;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  color: #444;
  vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
  background: #DADADA;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #F59A22 !important;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #333 !important;
  }
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
  color: #444;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  color: #aab1b4;
  background: #fff;
  border: 2px solid #eff0f1;
  line-height: 28px;
  padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
  background: #fff;
  border-color: #DADADA;
  color: #000;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
  background: #3bc915;
  color: #fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
  background: #F9A91D;
  color: #fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
  background: #E22B2B;
  color: #fff;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
  background: #0083d1;
  color: #fff;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/stmd/style.css?17270862589796*/
/*
Grid
 */
@media screen and (max-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}

.catalog-item-grid {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .catalog-item-grid {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 992px) {
  .catalog-item-grid {
    width: clamp(170px, calc(-0.718rem + 32.407vw), 310px) !important;
  }
}

@media screen and (max-width: 560px) {
  .catalog-item-grid {
    width: clamp(160px, calc(-1.25rem + 50vw), 260px) !important;
  }
}

@media screen and (max-width: 992px) {
  .search-directory-item {
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) {
  .search-directory-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.catalog-section-video-item .catalog_item__content {
  -webkit-box-pack: center;
          justify-content: center;
  row-gap: 40px;
}

.catalog-section-video-item__video {
  width: 100%;
}

.catalog-section-video-item__description {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-line;
  line-height: 21px;
  color: #333333;
}

@media (min-width: 992px) {
  .catalog-section-video-item__description {
    -webkit-line-clamp: 9;
  }
}

@media (min-width: 1220px) {
  .catalog-section-video-item__description {
    -webkit-line-clamp: 10;
  }
}

.stock-list {
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .stock-list {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .stock-list {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .stock-list {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1220px) {
  .stock-list {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1679.98px) {
  body.catalog-list .columns {
    width: 100%;
  }
}

@media (max-width: 1679.98px) {
  #main_container > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.services {
  width: auto;
  padding: 0 15px;
}

.services:after {
  content: "";
  display: table;
  clear: both;
}

.services * {
  box-sizing: border-box;
}

.services .column {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.service-block {
  padding: 10px 25px;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px;
}

.service-block .btn {
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  max-width: 150px;
  text-align: center;
}

.service-block_name {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  display: table;
}

.service-block_name span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.catalog-sidebar .form-answer__header,
.catalog-sidebar .form-answer__body {
  margin-bottom: 15px;
}

.catalog-sidebar .form-answer .inputtext {
  height: 36px;
}

.sort_icon {
  margin: 0 0 0 6px;
  display: inline !important;
  border: none !important;
}

.linkSort:hover .sort_icon > svg rect,
.sort_icon.current > svg rect {
  fill: #fb7f06;
}

#catalog-grid {
  /*float: right;*/
  /*margin: 8px 0;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  margin-right: 0;
  margin-left: auto;
}

#catalog-grid .view {
  width: 30px;
  height: 16px;
  /*float: left;*/
  cursor: pointer;
  background-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/stmd/images/grid-1.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#catalog-grid .view.view-current,
#catalog-grid .view:hover {
  background-position: bottom right;
}

#catalog-grid .view:not(:first-child) {
  margin-left: 11px;
  border-left: 1px solid #f5f5f5;
}

#catalog-grid .view.catalog-list {
  background-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/stmd/images/grid-2.png);
}

/*!*=======================================*/
/*=            Catalog.section            =*/
/*=======================================*!*/
#mob_hide_section {
  display: none;
}

@media (max-width: 1219.98px) {
  header.main .step-white {
    padding: 20px;
  }
  .whiteblock-abs {
    left: 0;
  }
  div.um-catalog-section-left {
    width: 100%;
    padding-right: 0;
  }
  .content-block-new {
    width: 100%;
  }
  .content-block-sale {
    width: 100%;
  }
  .services {
    margin-top: 20px;
    margin-bottom: 0;
  }
  /*.content-block-new .columns {
		width: 100%;
	}*/
  .bx-filter-parameters-box-title {
    font-size: 15px;
  }
  .bx-filter {
    /*display: none;*/
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    background-color: #F7F7F7;
    margin-bottom: 0;
    max-height: 700px;
    overflow-y: auto;
  }
  .smartfilter {
    display: none;
    padding-bottom: 73px;
  }
  .smartfilter.show {
    display: block;
    position: relative;
  }
  .bx-filter-block {
    display: block !important;
  }
  .bx-filter-container-modef {
    right: auto;
    left: 100%;
    margin-left: -120px;
    top: 20px;
  }
  .bx-filter-param-text {
    font-size: 14px;
    line-height: 18px !important;
  }
  .bx-filter-button-box {
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
    background: #f7f7f7;
    z-index: 150;
    padding: 5px 20px;
    border-top: 2px solid #e0e0e0;
  }
}

@media screen and (max-width: 1219.98px) and (max-width: 992px) {
  .bx-filter-button-box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 230;
    border-top: none;
    height: 80px;
    border-radius: 8px 8px 0 0;
    padding: 12px 0;
    background: #FFF;
    box-shadow: 0px -4px 10px 0px rgba(51, 51, 51, 0.1);
    display: none;
  }
  .bx-filter-button-box--show {
    display: block;
  }
}

@media (max-width: 1219.98px) {
  .bx_catalog_list_home.col3 {
    padding-top: 30px;
  }
  .filter-select.hide {
    display: none;
  }
  .sortBlock {
    border-bottom: none;
    display: none;
    margin-bottom: 0;
  }
  .sortBlock.show {
    display: block;
  }
  .sortBlock a.linkSort,
  .sortBlock span {
    display: block;
    width: 100%;
    padding: 12px 20px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
  }
}

@media screen and (max-width: 1219.98px) and (max-width: 992px) {
  .sortBlock span {
    padding: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1219.98px) {
  .sortBlock .linkSort.current {
    border-bottom: 1px solid #ebebeb;
  }
  .sortBlock span {
    color: #aaa;
  }
  .bx_catalog_list_home .catalog_item > .options .btn {
    display: inline-block;
  }
  #mob_hide_section {
    display: block;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
  }
}

@media screen and (max-width: 1219.98px) and (max-width: 992px) {
  #mob_hide_section {
    border-top: none;
    border-bottom: none;
  }
}

@media (max-width: 1219.98px) {
  #mob_hide_section:after {
    content: "";
    display: table;
    clear: both;
  }
  #mob_hide_section > span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 10px;
    float: left;
    width: 50%;
    padding: 12px 24px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
  }
  #mob_hide_section > span svg {
    display: none;
  }
}

@media screen and (max-width: 1219.98px) and (max-width: 992px) {
  #mob_hide_section > span svg {
    display: block;
  }
}

@media screen and (max-width: 1219.98px) and (max-width: 992px) {
  #mob_hide_section > span .icon {
    display: none;
  }
}

@media (max-width: 1219.98px) {
  #mob_hide_section > span i:not(:first-child):last-child {
    display: inline-block;
    /*width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: red;*/
    vertical-align: top;
    margin-left: 2px;
    font-weight: bold;
    font-style: normal;
    color: red;
  }
  /*#mob_hide_section > span .icon {
		margin-right: 5px;
	}*/
  #mob_hide_section > span:not(:first-child) {
    border-left: 1px solid #ebebeb;
  }
  #mob_hide_section > span.active {
    background-color: #ea7902;
    color: #fff;
    position: relative;
  }
  #mob_hide_section > span.active::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ea7902;
    z-index: 11;
  }
  #mob_hide_section > span.active i {
    color: #fff;
  }
  #catalog-grid {
    display: none;
  }
  .preference-title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .catalog-item-grid {
    -webkit-box-flex: 0;
    width: 160px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
    overflow: hidden;
    border-radius: 8px;
  }
  .row.no-gutters {
    row-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .row.no-gutters:nth-child(odd) {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 560px) {
  .row.no-gutters {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .row.no-gutters:nth-child(odd) {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 360px) {
  .row.no-gutters {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .row.no-gutters:nth-child(odd) {
    margin-left: 16px;
  }
}

@media screen and (max-width: 992px) {
  .main-title {
    display: none;
  }
}

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/style.css?172708625810043 */
/* /local/templates/pechi_main_new_2016/components/bitrix/main.include/quiz/style.css?1727086258252 */
/* /local/templates/pechi_main_new_2016/components/bitrix/menu/catalog_tree/style.css?17270862583633 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.smart.filter/um_stmd/style.css?172708625834798 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/catalog_banner_content/style.css?1727086258227 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?172708613564 */
/* /local/templates/pechi_main_new_2016/components/bitrix/system.pagenavigation/stmd/style.css?17270862584329 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section/stmd/style.css?17270862589796 */
