

/* 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/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 */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.item/.default/style.css?172708625814275*/
@media (min-width: 1220px) {
  body.catalog-list .catalog-item-grid,
  body.catalog-list .stock-list {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

body.catalog-list .catalog_item .badges {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 1220px) {
  body.catalog-list .catalog_item {
    height: auto;
    padding: 0 0 20px;
  }
  body.catalog-list .catalog_item__content-top {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  body.catalog-list .catalog_item__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    height: auto;
  }
  body.catalog-list .catalog_item__image {
    width: 25%;
    height: 240px;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0;
  }
  body.catalog-list .catalog_item__info {
    width: 25%;
    border-left: 1px solid #f0f0f0;
    padding: 5px 0 5px 20px;
  }
  body.catalog-list .catalog_item__info .catalog_item__aviable {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  body.catalog-list .catalog_item__info .catalog_item__options {
    display: block;
  }
  body.catalog-list .catalog_item__info .catalog_item__options .btn {
    display: block;
  }
  body.catalog-list .catalog_item__aviable {
    display: none;
  }
  body.catalog-list .catalog_item__name {
    -webkit-box-flex: 1;
            flex: 1;
  }
  body.catalog-list .catalog_item__name .catalog_item__aviable {
    display: none;
  }
  body.catalog-list .catalog_item__props {
    display: block;
  }
  body.catalog-list .catalog_item__add-to-cart {
    width: 100%;
  }
}

/*
Item
 */
.catalog_item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 1px -1px 0 0 #ededed;
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 992px) {
  .catalog_item__content-top {
    -webkit-box-flex: 1;
            flex: 1;
  }
}

.catalog_item__bg {
  background: #ffffff;
  border: 1px solid transparent;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 0;
  position: absolute;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.catalog_item__svg {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: none;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .catalog_item__svg {
    display: -webkit-box;
    display: flex;
  }
}

.catalog_item__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .catalog_item__image {
    margin-bottom: 8px;
    padding-top: 0;
    aspect-ratio: 1 / 1;
  }
  .catalog_item__image > a {
    position: static !important;
  }
}

.catalog_item__image > a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.catalog_item__name {
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .catalog_item__name {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    row-gap: 8px;
    padding: 8px;
    margin-bottom: 0;
  }
}

.catalog_item__name a {
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .catalog_item__name a {
    margin-bottom: 0;
  }
}

.catalog_item__rating {
  display: none;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .catalog_item__rating {
    display: -webkit-box;
    display: flex;
  }
}

.catalog_item__rating span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #747474;
}

.catalog_item__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .catalog_item__info {
    flex-flow: nowrap;
    padding: 0 8px 8px;
  }
}

.catalog_item__info span {
  white-space: nowrap;
}

.catalog_item__info .catalog_item__aviable {
  display: none;
}

.catalog_item__price {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-right: 20px;
}

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

.catalog_item__price--mobile {
  display: none;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
          align-items: center;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #333;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

@media screen and (max-width: 992px) {
  .catalog_item__price--mobile {
    display: -webkit-box;
    display: flex;
  }
}

.catalog_item__price--mobile span {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 140%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #747474;
}

.catalog_item__price--active {
  background-color: #5FB100;
}

.catalog_item__price:active {
  background-color: #5FB100;
}

.catalog_item__price:focus {
  outline-color: #5FB100;
}

.catalog_item__price.old-viable {
  padding: 0;
  line-height: 18px;
}

@media screen and (max-width: 992px) {
  .catalog_item__price.old-viable {
    display: none;
  }
}

.catalog_item__bonuses {
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #FF8B22;
}

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

.catalog_item__old-price {
  display: block;
  font-size: 15px;
  line-height: 1.53;
  color: #4a4a4a;
  font-weight: normal;
}

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0;
  }
}

.catalog_item__content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.catalog_item__props {
  display: none;
}

.catalog_item__aviable {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
}

.catalog_item__add-to-cart > .btn {
  font-size: 18px;
}

.catalog_item__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
}

@media screen and (max-width: 992px) {
  .catalog_item__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .catalog_item:hover {
    z-index: 5;
  }
  .catalog_item:hover .catalog_item__bg {
    border: 1px solid #ededed;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    bottom: -1rem;
    left: -1rem;
    right: -1rem;
    top: -1rem;
  }
}

@media (max-width: 1219.98px) {
  .catalog_item__options {
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
  }
  .catalog_item__option-item {
    width: 38px !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}

.catalog_item__ozon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #005bff;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .catalog_item__ozon {
    width: 100%;
    padding: 12px 24px;
  }
}

.catalog_item__ozon--text {
  display: none;
}

.catalog_item__ozon--img {
  width: 41px;
  height: 41px;
}

@media screen and (max-width: 992px) {
  .catalog_item__ozon--img {
    display: none !important;
  }
}

/*
Options
 */
body.catalog-grid .catalog_item__options {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  color: #F59A22;
}

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

body.catalog-grid .catalog_item__option-item {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: #F6F6F6;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  border: 0;
}

body.catalog-grid .catalog_item__option-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

body.catalog-grid .catalog_item__option-item > span {
  display: none;
}

body.catalog-grid .catalog_item__option-item:hover {
  border: 1px solid #F59A22;
}

body.catalog-grid .catalog_item__option-item:active:before {
  -webkit-animation: pulse .3s ease;
          animation: pulse .3s ease;
  background: #F59A22;
}

body.catalog-grid .catalog_item__option-item.active {
  display: -webkit-box;
  display: flex;
  background-color: #D73E14;
  color: #fff;
}

body.catalog-grid .catalog_item:hover .catalog_item__option-item {
  display: -webkit-box;
  display: flex;
}

@media (min-width: 1220px) {
  body.catalog-list .catalog_item__options {
    display: block;
    width: 100%;
    font-size: 13px;
  }
  body.catalog-list .catalog_item__option-item {
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #606060;
    cursor: pointer;
  }
  body.catalog-list .catalog_item__option-item > span {
    margin-left: 5px;
  }
  body.catalog-list .catalog_item__option-item > i {
    width: 18px;
    text-align: center;
  }
  body.catalog-list .catalog_item__option-item.active {
    color: #D73E14;
  }
  body.catalog-list .catalog_item__option-item:hover {
    color: #F59A22;
  }
}

@media (max-width: 1219.98px) {
  body.catalog-list .catalog_item__options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    color: #F59A22;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body.catalog-list .catalog_item__option-item {
    display: none;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background-color: #F6F6F6;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    position: relative;
    border: 0;
  }
  body.catalog-list .catalog_item__option-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
  }
  body.catalog-list .catalog_item__option-item > span {
    display: none;
  }
  body.catalog-list .catalog_item__option-item:hover {
    border: 1px solid #F59A22;
  }
  body.catalog-list .catalog_item__option-item:active:before {
    -webkit-animation: pulse .3s ease;
            animation: pulse .3s ease;
    background: #F59A22;
  }
}

.catalog_item__add-to-cart--mobile {
  display: none;
}

@media (max-width: 992px) {
  .catalog_item__ozon .catalog_item__ozon--text {
    display: inline;
    white-space: unset;
  }
  .catalog_item__add-to-cart {
    display: none;
  }
  .catalog_item__add-to-cart .desktop-cart-btn {
    display: none;
  }
  .catalog_item__add-to-cart--mobile {
    width: 100%;
    background-color: #FF8B22;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    display: block;
  }
  .catalog_item__add-to-cart--active {
    background-color: #5FB100;
  }
  .catalog_item__add-to-cart:active {
    background-color: #5FB100;
  }
  .catalog_item__add-to-cart:focus {
    outline-color: #5FB100;
  }
}

@media screen and (max-width: 992px) and (max-width: 992px) {
  .catalog_item__aviable {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 140%;
    margin-top: auto;
  }
}

@media (max-width: 992px) {
  .catalog_item__aviable > span {
    color: #5FB100;
  }
}

@media screen and (max-width: 992px) and (max-width: 992px) {
  .catalog_item__aviable > span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 140%;
  }
}

@media (max-width: 992px) {
  .catalog_item__aviable i.far.fa-check-circle {
    margin-right: 10px;
  }
  .catalog_item__add-to-cart > .btn {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .catalog_item__add-to-cart .mobile-cart-btn {
    display: none;
  }
  i.far.fa-check-circle {
    display: none;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/styles/elements/badges.css?17270862581218*/
.badges {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.badge {
  display: inline-block;
  padding: 5px 10px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
  height: 26px;
  position: relative;
  letter-spacing: .5px;
}

@media screen and (max-width: 992px) {
  .badge {
    text-transform: none;
  }
}

.badge_red {
  background-color: #D73E14;
}

.badge_orange {
  background-color: #F59A22;
}

@media screen and (max-width: 992px) {
  .badge_orange {
    background-color: #FF8B22;
  }
}

.badge_green {
  background-color: #5FB100;
}

@media screen and (max-width: 992px) {
  .badges {
    position: absolute;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    bottom: 0;
    left: 4px;
  }
  .badges .badge {
    border-radius: 8px;
    padding: 4px 8px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 0;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/styles/elements/specifications.css?1727086258412*/
ul.chars-list-o {
  padding: 0;
  margin: 20px 0;
  font-size: 14px;
  line-height: 20px;
}

ul.chars-list-o a {
  font-size: 14px;
  line-height: 20px;
}

ul.chars-list-o li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}

ul.chars-list-o li:after {
  content: "";
  display: table;
  clear: both;
}

ul.chars-list-o span.lt {
  color: #a2a2a2;
}

ul.chars-list-o span.rt {
  color: #000;
}

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/style.css?172708625810043 */
/* /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 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.item/.default/style.css?172708625814275 */
/* /local/templates/pechi_main_new_2016/assets/styles/elements/badges.css?17270862581218 */
/* /local/templates/pechi_main_new_2016/assets/styles/elements/specifications.css?1727086258412 */
