.list-menu-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .list-menu-cat {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 499px) {
  .list-menu-cat {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .list-menu-cat-wr {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .list-menu-cat-wr {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .list-menu-cat-wr {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .list-menu-cat.mob-no {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .list-menu-cat.mob {
    display: none;
  }
}
.lmc-item {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .lmc-item {
    max-width: 84px;
    -ms-flex-preferred-size: 84px;
        flex-basis: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lmc-item {
    max-width: 23%;
    -ms-flex-preferred-size: 165px;
        flex-basis: 165px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .lmc-item {
    max-width: 23%;
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
}
@media only screen and (max-width: 499px) {
  .lmc-item {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.lmc-item .img,
.lmc-item .text {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .lmc-item a {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .lmc-item a {
    display: inline-block;
  }
}
.lmc-item .img {
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #3a3a3a;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: #3a3a3a;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .lmc-item .img {
    width: 84px;
    height: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lmc-item .img {
    width: 84px;
    height: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .lmc-item .img {
    width: 100px;
    height: 100px;
  }
}
.lmc-item .img img {
  display: block;
  width: 100%;
  height: auto;
}
.lmc-item .img-conv {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  background: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lmc-item.active .img:not(.img-orig),
.lmc-item:hover .img:not(.img-orig) {
  background-color: transparent;
}
.lmc-item.active .img.img-orig,
.lmc-item:hover .img.img-orig {
  opacity: 0;
}
.lmc-item.active .img-conv,
.lmc-item:hover .img-conv {
  opacity: 1;
}
.lmc-item .text {
  font-family: Univers, Arial, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #41424A;
}
@media only screen and (min-width: 1200px) {
  .lmc-item .text {
    width: 160px;
    margin-left: -38px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .lmc-item .text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .lmc-item .text {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .lmc-item .text {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .lmc-item:nth-child(odd) {
    clear: both;
  }
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .lmc-item:nth-child(n+5) {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 499px) {
  .lmc-item:nth-child(n+3) {
    margin-top: 23px;
  }
}

/*# sourceMappingURL=list-menu-cat.css.map */
