.intec-template {
  display: block;
  min-height: 320px;
}
.intec-template .intec-template-layout {
  display: block;
}
.intec-template .intec-template-layout-header {
  display: block;
}
.intec-template .intec-template-layout-page {
  display: block;
}
.intec-template .intec-template-layout-page-wrapper {
  display: block;
}
.intec-template .intec-template-layout-content {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intec-template .intec-template-layout-content:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
}
.intec-template .intec-template-layout-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.intec-template .intec-template-layout-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
}
.intec-template .intec-template-layout-column.intec-template-layout-column-auto {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.intec-template .intec-template-layout-column.intec-template-layout-column-fixed {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.intec-template .intec-template-layout-footer {
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.intec-template .intec-template-content {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intec-template .intec-template-content:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
}
.intec-template .intec-template-breadcrumb {
  display: block;
  margin-top: 30px;
  margin-bottom: 11px;
}
.intec-template .intec-template-title {
  display: block;
  margin-top: 11px;
  margin-bottom: 30px;
}
.intec-template .intec-template-page {
  display: block;
  margin-bottom: 50px;
}
.intec-template .intec-template-page:after {
  display: table;
  content: "";
  clear: both;
}
.intec-template .intec-template-page.intec-template-page-flat {
  margin-bottom: 0;
}
.intec-template .intec-template-page.intec-template-page-narrow {
  margin-top: 50px;
}
.intec-template .widget .widget-header .widget-title, .intec-template .intec-template-part.intec-template-part-title {
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  color: #1B1E25;
}
.intec-template .widget .widget-header .widget-description, .intec-template .intec-template-part.intec-template-part-description {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  color: #808080;
}
.intec-template .widget .widget-header .widget-title.align-left,
.intec-template .widget .widget-header .widget-description.align-left,
.intec-template .widget .widget .widget-footer.align-left {
  text-align: left;
}
.intec-template .widget .widget-header .widget-title.align-center,
.intec-template .widget .widget-header .widget-description.align-center,
.intec-template .widget .widget-footer.align-center {
  text-align: center;
}
.intec-template .widget .widget-header .widget-title.align-right,
.intec-template .widget .widget-header .widget-description.align-right,
.intec-template .widget .widget-footer.align-right {
  text-align: right;
}
.intec-template .widget .widget-header .widget-title + .widget-description {
  margin-top: 16px;
}
.intec-template .widget .widget-header + .widget-content {
  margin-top: 40px;
}
.intec-template .widget .widget-content + .widget-pagination {
  margin-top: 32px;
}
.intec-template .widget .widget-content + .widget-pagination + .widget-footer {
  margin-top: 35px;
}
.intec-template .widget .widget-content + .widget-footer {
  margin-top: 35px;
}
.intec-template .intec-template-footer {
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.catalog-section-item-vote{
  display: none;
}
@media all and (max-width: 720px) {
  .intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
    font-size: 22px;
  }
}
@media all and (max-width: 500px) {
  .intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
    font-size: 18px;
  }
}
@media print {
  .intec-template a:link::after, .intec-template a:visited::before {
    content: "";
  }
}

.public .intec-template {
  height: 100%;
}
.public .intec-template .intec-template-content {
  height: 100%;
}

/*# sourceMappingURL=template.css.map */
