.c-categories-template-3 .link-catalog span{
	display: block;
    margin-bottom: 15px;
}
.c-categories-template-3 .block-link{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #FF8230;
	text-decoration: none;
	transition: 0.4s;
    color: #1A1920;
}

.c-categories-template-3 .link-catalog{
	text-decoration: none;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    margin-top: 10px;

}
.c-categories-template-3 .block-link:hover{
	background: #FF8230;
	color: #fff;
}
.c-categories-template-3 .block-link:hover svg path{
	stroke: #fff;
transition: 0.4s;
}
.c-categories-template-3 .block-link svg path{
	stroke: #1A1920;
transition: 0.4s;
}

.c-categories-template-3 .forSvg svg {
	position: absolute;
	bottom: 40px;
	right: 20px;
	z-index: 2;

}
.c-categories-template-3 .forSvg svg path{
    stroke: #fff;
}
.widget.c-categories.c-categories-template-3 .widget-item-picture:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 130, 48, 0.8);
    opacity: 0;
    transition: 0.4s;
}
.widget.c-categories.c-categories-template-3 .widget-item-wrapper:hover .widget-item-picture:after{
    top: 0;
    opacity: 1;
}
.widget.c-categories.c-categories-template-3 .widget-item-picture:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.4);
    transition: 0.4s;
}
.widget.c-categories.c-categories-template-3 .widget-item-wrapper:hover .widget-item-picture:before{
    opacity: 0;
}

.widget.c-categories.c-categories-template-3 .widget-item-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
}
.widget.c-categories.c-categories-template-3 .widget-item-picture,
.widget.c-categories.c-categories-template-3 .widget-item-fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.widget.c-categories.c-categories-template-3 .widget-item-wrapper .widget-item-fade-on-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.4);
    transition: 0.4s;
}


/*.widget.c-categories.c-categories-template-3 .widget-item-wrapper .widget-item-fade-on-hover{
background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-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;
  z-index: 2;
}*/

.widget.c-categories.c-categories-template-3 .widget-item-picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.widget.c-categories.c-categories-template-3 .widget-item-fade {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-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;
  z-index: 2;
}
.widget.c-categories.c-categories-template-3 .widget-item-name {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 23px;
    line-height: 28px;
  font-weight: 600;
  color: #fff;
  padding: 20px 30px 40px 30px;
    z-index: 1;

  background-color: inherit;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -ms-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-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;
  z-index: 3;
}
.widget.c-categories.c-categories-template-3 .widget-item-wrapper:hover .widget-item-fade {
  background-color: rgba(0, 0, 0, 0);
}

.widget.c-categories.c-categories-template-3 .widget-item-wrapper:hover .widget-item-fade-on-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 130, 48, 0.8);
    //opacity: 0;
    transition: 0.4s;
}


.widget.c-categories.c-categories-template-3 .widget-item-wrapper:hover .widget-item-fade {
  background-color: rgba(0, 0, 0, 0);
}

.widget.c-categories.c-categories-template-3 [data-grid="2"] .widget-item-wrapper {
  padding-top: 50%;
}
.widget.c-categories.c-categories-template-3 [data-grid="3"] .widget-item-wrapper {
  padding-top: 71%;
}
.widget.c-categories.c-categories-template-3 [data-grid="4"] .widget-item-wrapper {
  padding-top: 150%;
}
@media all and (max-width: 1024px) {
  .widget.c-categories.c-categories-template-3 [data-grid="2"] .widget-item-wrapper {
    padding-top: 75%;
  }
  .widget.c-categories.c-categories-template-3 [data-grid="4"] .widget-item-wrapper {
    padding-top: 100%;
  }
}
@media all and (max-width: 768px) {
  .widget.c-categories.c-categories-template-3 [data-grid="2"] .widget-item-wrapper {
    padding-top: 100%;
  }
}
@media all and (max-width: 500px) {
  .widget.c-categories.c-categories-template-3 [data-grid] .widget-item-wrapper {
    padding-top: 75%;
  }
}

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