@media screen and (min-width: 768px) {
  .leftCat {
    display: block;
    flex: 0 0 235px;
    text-align: left;
  }
  .leftCat__top {
    background: #1c3f87;
    background: linear-gradient(to bottom, #1c3f87 0%, #121f5e 39%, #0e285d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c3f87",endColorstr="#0e285d",GradientType=0 );
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .leftCat__icon {
    width: 27px;
    height: 27px;
    margin: 0 10px 0 0;
    background: url(../images/cat-icons.png) 0 -164px no-repeat;
  }
  .leftCat__ul {
    list-style: none;
    margin: 0;
    padding: 0 0;
    background: #454545;
  }
  .leftCat__li {
    border-bottom: 1px solid #626262;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .leftCat__li {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 768px) {
  .leftCat__li__a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .leftCat__li__a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .leftCat__li__a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  .light .leftCat__ul {
    background: #fff;
  }
}
/*# sourceMappingURL=maps/page_categories_xl.css.map */
