

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.list/main_slider/style.css?1727086258607*/
.mainpage-slider .carousel-cell {
  width: 100%;
}

.mainpage-slider__link {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mainpage-slider__img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .mainpage-slider.box-shadow {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .mainpage-slider {
    margin-top: 30px;
  }
}

@media (min-width: 1220px) {
  .mainpage-slider {
    margin-left: 300px;
  }
}

@media screen and (max-width: 1680px) {
  .mainpage-slider {
    margin-top: 30px;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/flickity/flickity.css?17270862582716*/
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }


.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 420px;
}
@media screen and (max-width: 1700px) {
  .flickity-viewport {
    height: 350px;
  }
}
@media screen and (max-width: 990px) {
  .flickity-viewport {
    height: 410px;
  }
}
@media screen and (max-width: 568px) {
  .flickity-viewport {
    height: clamp(320px, -2.5rem + 100vw, 528px);
  }
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/style.css?17270862583435*/
@media screen and (min-width: 901px) {
  body.catalog-list .columns {
    width: 100%;
  }
}

.product-slider__container .owl-stage-outer {
  padding: 1rem 15px;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.product-slider__container .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.product-slider__container .owl-stage-outer .owl-item {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  will-change: opacity, visibility;
}

.product-slider__container .owl-stage-outer .owl-item:hover {
  z-index: 10;
}

.product-slider__container .owl-stage-outer .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.product-slider__title {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
}

.product-slider__title:before {
  content: '';
  position: absolute;
  top: 0;
  height: 150px;
  z-index: -1;
  left: 50%;
  width: 2560px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-slider__title.product-slider_bg-green:before {
  background-color: #5FB100;
}

.product-slider__title.product-slider_bg-red:before {
  background-color: #c30808;
}

.product-slider__title.product-slider_bg-blue:before {
  background-color: #0a7ddd;
}

.catalog_item {
  background: #fff;
  box-shadow: 0 0 0 1px #ededed;
}

.catalog-elements-list {
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

.services {
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

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

.services a.btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  border-radius: 6px;
  font-size: 18px;
  line-height: 24px;
  background: #f09202;
  background: -webkit-gradient(linear, left top, left bottom, from(#f09202), to(#dd4501));
  background: linear-gradient(to bottom, #f09202 0%, #dd4501 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09202', endColorstr='#dd4501',GradientType=0 );
}

.services a.btn:hover {
  color: #fff;
  background: #f09202;
  background: -webkit-gradient(linear, left top, left bottom, from(#f09202), to(#c63301));
  background: linear-gradient(to bottom, #f09202 0%, #c63301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09202', endColorstr='#c63301',GradientType=0 );
}

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

.sidebar-block {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/style.css?17270862584912*/
/* catalog.section */
.bx_item_list_you_looked_horizontal.bx_blue .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:     -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:        linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);

	color:#fff;
	text-shadow: 0 1px 0 #165c99;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_item_list_you_looked_horizontal.bx_blue .bx_bt_button:hover  		{
	background:#26b0e4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));
	background:-webkit-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:   -moz-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:    -ms-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:     -o-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:        linear-gradient(to bottom,#26b0e4 0%,#2684d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0 );
}
.bx_item_list_you_looked_horizontal.bx_blue .bx_bt_button:active  		{
	background:#0052bf;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));
	background:-webkit-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:   -moz-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:    -ms-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:     -o-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:linear-gradient(to bottom,#0052bf 0%,#0085d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0 );
}

/* scu_detail_size */
.bx-touch .bx_item_list_you_looked_horizontal.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-touch .bx_item_list_you_looked_horizontal.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/slider/style.css?17270862582261*/
.product-slider .catalog_item {
  box-shadow: -1px -1px 0 0 #ededed;
}

.product-slider__container .owl-stage-outer {
  padding: 1rem 15px;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.product-slider__container .owl-stage-outer:before {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 15px;
  right: 15px;
  background-color: #fff;
  margin-top: -1px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

.product-slider__container .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.product-slider__container .owl-stage-outer .owl-item {
  -webkit-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
  will-change: opacity, visibility;
}

.product-slider__container .owl-stage-outer .owl-item:hover {
  z-index: 10;
}

.product-slider__container .owl-stage-outer .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.product-slider__container .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 22px;
  color: #fff;
}

.product-slider__container .owl-nav > button:not(:last-child) {
  margin-right: 20px;
}

.product-slider__container .owl-nav .disabled {
  opacity: .5;
}

.product-slider__title {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
}

.product-slider__title > h2,
.product-slider__title > h3,
.product-slider__title > .h2,
.product-slider__title > .h3 {
  font-size: 22px;
}

.product-slider__title:before {
  content: '';
  position: absolute;
  top: 0;
  height: 150px;
  z-index: -1;
  left: 50%;
  width: 200%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-slider__title.product-slider_bg-green:before {
  background-color: #5FB100;
}

.product-slider__title.product-slider_bg-red:before {
  background-color: #D73E14;
}

.product-slider__title.product-slider_bg-orange:before {
  background-color: #F59A22;
}

.product-slider__title.product-slider_bg-blue:before {
  background-color: #007bff;
}

.catalog_item {
  background: #fff;
  box-shadow: 0 0 0 1px #ededed;
}

.catalog-elements-list {
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.carousel.min.css?17270862583351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.theme.default.css?17270862581380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/system.pagenavigation/arrows/style.css?17270862584092*/
/* ---- PAGINATION BOTTOM ---- */
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/pechi_main_new_2016/components/bitrix/system.pagenavigation/arrows/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}	
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

	.bx_pagination_bottom .bx_pagination_section_one,
	.bx_pagination_bottom .bx_pagination_section_two,
	.bx_pagination_bottom .bx_pagination_select_container,
	.bx_pagination_bottom .bx_pagination_select_container select,
	.bx_pagination_bottom .bx_pg_section,
	.bx_pagination_bottom .bx_pagination_page,
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
	.bx_pagination_bottom .bx_pg_text,
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}



/* ---- --END-- PAGINATION ---- */

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


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.list/main_brands/style.css?17270862581564*/
.brands-slider {
  margin-bottom: 30px;
}

.brands-slider a {
  color: #000;
}

.brands-slider a:hover {
  text-decoration: none;
  color: #000;
}

.brands-slider .owl-stage-outer {
  padding: 1rem 15px;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.brands-slider .owl-stage-outer:before {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 15px;
  right: 15px;
  background-color: #fff;
  margin-top: -1px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}

.brands-slider .owl-stage-outer .owl-item {
  -webkit-transition: opacity .5s .3s ease, -webkit-transform .2s 0s ease;
  transition: opacity .5s .3s ease, -webkit-transform .2s 0s ease;
  transition: opacity .5s .3s ease, transform .2s 0s ease;
  transition: opacity .5s .3s ease, transform .2s 0s ease, -webkit-transform .2s 0s ease;
  will-change: opacity, visibility;
}

.brands-slider .owl-stage-outer .owl-item:hover {
  z-index: 10;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.brands-slider .owl-stage-outer .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.brands-slider .owl-stage-outer .owl-item div {
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
  box-shadow: 0 0 0 1px #ededed;
}

.brands-slider .owl-stage-outer .owl-item div a {
  display: block;
  height: 150px;
  position: relative;
}

.brands-slider .owl-stage-outer .owl-item div a img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/* End */


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

.main-banner-content__img {
    max-height: 150px;
    width: 100%;
}
/* 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/news.list/articles/style.css?17270862581182*/
.article-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.article-item__link {
  width: 100%;
  height: 100%;
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
}

.article-item__link:hover {
  text-decoration: none !important;
  color: #000 !important;
}

.article-item__content {
  z-index: 3;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
}

.article-item__content-img {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.article-item__content-text {
  width: 100%;
}

.article-item__content-title {
  font-size: 15px;
  line-height: 23px;
}

.article-item__content-date {
  font-size: 13px;
  line-height: 21px;
  color: #4A4A4A;
}

.article-item:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news.list/videos/style.css?17270862581534*/
.video-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.video-item__link {
  width: 100%;
  height: 100%;
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
  overflow: hidden;
}

.video-item__link:hover {
  text-decoration: none !important;
  color: #000 !important;
}

.video-item__content {
  z-index: 3;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
}

.video-item__content-img {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.video-item__content-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/pechi_main_new_2016/components/bitrix/news.list/videos/images/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.video-item__content-text {
  width: 100%;
}

.video-item__content-title {
  font-size: 15px;
  line-height: 23px;
  overflow: hidden;
}

.video-item__content-date {
  font-size: 13px;
  line-height: 21px;
  color: #4A4A4A;
}

.video-item:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.section.list/hits/style.css?17270862581398*/
.hits-mobile {
  display: none;
}

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

.hits-mobile__title {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  color: #333333;
}

.hits-mobile__slider {
  overflow: visible;
}

.hits-mobile .swiper-wrapper {
  margin-top: 50px;
}

.hits-mobile__slide {
  background-color: #FFF;
  color: #333333;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  position: relative;
  height: 150px !important;
}

.hits-mobile__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hits-mobile__slide:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
}

.hits-mobile__slide:active {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.5);
}

.hits-mobile__slide .hits-slide__img {
  position: absolute;
  left: 0;
  bottom: 52px;
}

.hits-mobile__slide .hits-slide__text {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.hits-mobile__slide .hits-slide__text span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  width: 76px;
  height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hits-mobile__slide svg {
  height: 20px;
  width: 20px;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/style.css?17270862584255*/
.reviews-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  row-gap: 16px;
}

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

.reviews-content__title {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  color: #333333;
}

.reviews-content__slider {
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
}

.reviews-content__slide {
  min-height: 348px;
  height: 348px !important;
  padding: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
}

.reviews-content__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  row-gap: 18px;
}

.reviews-content .reviews-user {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: 100%;
}

.reviews-content .reviews-user__picture {
  height: 46px;
  width: 46px;
  background: #FF8B22;
  border-radius: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  color: #FFFFFF;
}

.reviews-content .reviews-user__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.reviews-content .reviews-user__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.reviews-content .reviews-user__name {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #333333;
  text-align: left;
}

.reviews-content .reviews-user__date {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #747474;
}

.reviews-content .reviews-user__mark {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.reviews-content__text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #747474;
}

.reviews-content__text-hidden {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-content__button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #5FB100;
  width: 115px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #5FB100;
  background: none;
}

.reviews-content__slide-show {
  height: 480px !important;
}

.reviews-content__slide-show .reviews-content__text {
  overflow-y: auto;
  -webkit-line-clamp: 13;
}

.reviews-content__bake {
  height: 42px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px 8px;
  gap: 8px;
  border-radius: 8px;
  color: #fd7e14;
  border: 1px solid #fd7e14;
}

.reviews-content__bake:active {
  background: #E7E7E7;
}

.reviews-content__bake img {
  width: 34px;
  height: 34px;
}

.reviews-content__bake span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.reviews-content__bake svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/colorbox.css?17270862584516*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/like_products/style.css?1727086258529*/
.like-products {
  display: none;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  row-gap: 16px;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
}

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

.like-products__title {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
}

.like-products__slider {
  width: 100%;
  overflow: visible;
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.item/like_products/style.css?17270862583388*/
.like-products {
  margin-top: 0;
}

.like-products__slide {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  row-gap: 8px;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  min-height: 410px;
}

.like-products__svg {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: 12px;
  right: 10px;
  border: none;
  background: none;
}

.like-products__img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 160px;
  position: relative;
}

.like-products__info {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  row-gap: 8px;
  padding: 8px;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.like-products__rating {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
          align-items: center;
}

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

.like-products__price {
  display: -webkit-box;
  display: flex;
  -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;
}

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

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

.like-products__name {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #747474;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-height: 80px;
}

.like-products__stock {
  display: -webkit-box;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.like-products__stock span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #5FB100;
}

.like-products__button {
  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;
}

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

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

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

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/main_slider/style.css?1727086258607 */
/* /local/templates/pechi_main_new_2016/assets/libs/flickity/flickity.css?17270862582716 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/style.css?17270862583435 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.bigdata.products/mainpage/themes/blue/style.css?17270862584912 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section/slider/style.css?17270862582261 */
/* /local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.carousel.min.css?17270862583351 */
/* /local/templates/pechi_main_new_2016/assets/libs/owl/css/owl.theme.default.css?17270862581380 */
/* /local/templates/pechi_main_new_2016/components/bitrix/system.pagenavigation/arrows/style.css?17270862584092 */
/* /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 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/main_brands/style.css?17270862581564 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/main_banner_content/style.css?1727086258120 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?172708613564 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/articles/style.css?17270862581182 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/videos/style.css?17270862581534 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section.list/hits/style.css?17270862581398 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/style.css?17270862584255 */
/* /local/templates/pechi_main_new_2016/components/sotbit/reviews.reviews.list/main_mobile/css/colorbox.css?17270862584516 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section/like_products/style.css?1727086258529 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.item/like_products/style.css?17270862583388 */
