

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

@media (min-width: 1220px) {
  .catalog-sidebar {
    width: 300px;
  }
  .catalog-section {
    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: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.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/nashi_raboty/../../news/video/images/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  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;
  }
}

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

.section-item__info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  color: #000;
  text-decoration: none;
  z-index: 3;
  position: relative;
  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);
  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;
}

/* End */


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

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

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


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

font.notetext
{
	color:green;
}

/* End */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/stmd2/style.css?17270862586518*/
/*
Grid
 */
.catalog-item-grid {
  position: relative;
  width: 100%;
}

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

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

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

.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/stmd2/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/stmd2/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;
  }
  .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;
  }
  .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;
  }
  #mob_hide_section:after {
    content: "";
    display: table;
    clear: both;
  }
  #mob_hide_section > span {
    float: left;
    width: 50%;
    padding: 15px 10px;
    text-align: center;
    color: #e2791e;
    font-size: 17px;
    line-height: 22px;
  }
  #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;
  }
}

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog/nashi_raboty/style.css?17270862586273 */
/* /local/templates/pechi_main_new_2016/components/bitrix/news.list/catalog_banner_content/style.css?1727086258227 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?172708613564 */
/* /local/templates/pechi_main_new_2016/components/bitrix/system.pagenavigation/stmd/style.css?17270862584329 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section/stmd2/style.css?17270862586518 */
