.widget.c-categories.c-categories-template-5 .widget-item-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  height: 300px;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}

.widget.c-categories.c-categories-template-5 .widget-item-wrapper:hover {
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.widget.c-categories.c-categories-template-5 .widget-item-picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.widget.c-categories.c-categories-template-5 .widget-item-picture[data-lazyload-use=true] {
  background-color: #F2F2F2;
}

.widget.c-categories.c-categories-template-5 .widget-item-name {
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 8px 16px;
  margin: 16px;
  background: rgba(193, 192, 194, 0.4);
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}

.widget.c-categories.c-categories-template-5 .widget-item-name::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

@supports (backdrop-filter: blur(5px)) or (-webkit-backdrop-filter: blur(5px)) {

  .widget.c-categories.c-categories-template-5 .widget-item-name::before {
    background: rgba(193, 192, 194, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

.widget.c-categories.c-categories-template-5 [data-position-horizontal=left] .widget-item-name {
  left: 0;
}

.widget.c-categories.c-categories-template-5 [data-position-horizontal=right] .widget-item-name {
  right: 0;
}

.widget.c-categories.c-categories-template-5 [data-position-vertical=top] .widget-item-name {
  top: 0;
}

.widget.c-categories.c-categories-template-5 [data-position-vertical=bottom] .widget-item-name {
  bottom: 0;
}

/*# sourceMappingURL=style.css.map */
.catalog-section-list-item-wrapper {
  cursor: pointer;
  border: 1px solid #F2F2F2;
  -webkit-transition-property: box-shadow, border-color;
  -moz-transition-property: box-shadow, border-color;
  -ms-transition-property: box-shadow, border-color;
  -o-transition-property: box-shadow, border-color;
  transition-property: box-shadow, border-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.catalog-section-list-item-wrapper:hover {
  border-color: transparent;
  box-shadow: 0px 8px 32px rgba(27, 30, 37, 0.08);
}

.catalog-section-list-item-picture {
  display: block;
  width: 100%;
  padding-top: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.catalog-section-list-item-picture svg {
  max-width: 100%;
  max-height: 100%;
}

.catalog-section-list-item-text-wrap {
  position: relative;
  height: 80px;
}

.catalog-section-list-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 23px;
  padding-top: 15px;
  background: #fff;
  max-height: 80px;
  -webkit-transition-property: max-height, border-color;
  -moz-transition-property: max-height, border-color;
  -ms-transition-property: max-height, border-color;
  -o-transition-property: max-height, border-color;
  transition-property: max-height, border-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.catalog-section-list-item-name {
  display: block;
  height: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.catalog-section-list-item-description-wrap {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.catalog-section-list-item-description {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  height: 60px;
}

.catalog-section-list-item:hover .catalog-section-list-item-description-wrap {
  height: 60px;
}

.catalog-section-list-item:hover .catalog-section-list-item-text {
  max-height: 500px;
}

.catalog-section-list-item-name+.catalog-section-list-item-description {
  margin-top: 8px;
}

@media all and (max-width: 768px) {
  .catalog-section-list-item-description-wrap {
    height: 60px;
  }

  .catalog-section-list-item-text {
    max-height: 500px;
  }
}

/*# sourceMappingURL=style.css.map */
.catalog-section-list-item-name.intec-cl-text-hover{
  text-decoration: none;
}