

/* 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/catalog.section.list/.default/style.css?1727086258412*/
.catalog-tree a {
  color: #000;
}

.catalog-tree ul {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.catalog-tree ul > li {
  margin-bottom: 15px;
}

.catalog-tree ul ul {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}

.catalog-tree ul ul ul {
  font-size: 15px;
  line-height: 21px;
  margin-left: 20px;
}

.catalog-tree ul ul ul a {
  color: #606060;
}

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog/catalog_new/style.css?172708625810043 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section.list/.default/style.css?1727086258412 */
