.bx_catalog_tile_ul{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 10px;
    margin: 0 0px 50px 0px;
}
.bx_catalog_tile_li{
    width: calc(20% - 10px);
    line-height: 20px;
    zoom: 1;
    vertical-align: top;
    transition: box-shadow .2s, border .2s ease-out, transform .2s;
    border: 1px solid #ececec;
    box-shadow: 0 1px 5px #00000022;
}
.bx_catalog_tile_li>a{
    padding: 28px 34px 5px;
    color: #18223a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 145%;
    display: table;
    width: 100%;
}
.bx_catalog_tile_li img{
    display: table;
    height: 120px;
    width: auto;
    margin: 0 auto 20px auto;
}
.bx_catalog_tile_title{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}
.bx_catalog_tile_title span{
    font-size: .867em;
    line-height: 1.692em;
    color:#999;
}
.bx_catalog_tile_li a:hover {
    color: #00aaa1;
}
.bx_catalog_tile_sub{
    position: relative
}
.sub_list{
    padding: 0 25px;    
}
.sub_show {
  cursor: pointer;
  display: inline-block;
  color: #1d2029; /* Цвет Аспро */
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  user-select: none;
}
.sub_show:hover {
  text-decoration: underline;
}
.sub_show span{
    cursor: pointer
}
.sub_show span:first-child{
    
}
.sub_list ul{
    line-height: 22px;
    list-style: none;
    padding: 0;
}
.sub_list ul li{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
    margin-bottom: 8px;
}
.sub_list ul li a::after{
    content: '';
    position: absolute;
    left: -10px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #191919;
}
.sub_list ul li a:hover::after{
    background: #00aaa1
}
.sub_list ul li a{
    font-size: 14px;
    color:#191919;
}
.sub_popup_wrapper {
  display: inline-block;
    padding-bottom: 20px;
}
.sub_show {
  cursor: pointer;
  color: #1d2029;
  font-size: 13px;
  font-weight: bold;
  user-select: none;
}
.sub_show:hover {
  text-decoration: underline;
}
.sub_list_popup {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    margin-top: -20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 99;
    padding: 20px 25px;
}
.sub_list_popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub_list_popup ul li {
  margin: 0 0 8px 0;
}
.sub_list_popup ul li:last-child {
  margin-bottom: 0;
}
.sub_list_popup ul li a {
  font-size: 13px;
  color: #333333;
  text-decoration: none;
}
.sub_list_popup ul li a:hover {
  color: #1d2029; /* Цвет ховера Аспро */
  text-decoration: underline;
}
@media(max-width:968px){
    .bx_catalog_tile_li{
        width: calc(33% - 10px);
    }
}
@media(max-width:768px){
    .bx_catalog_tile_li{
        width: calc(50% - 10px);
    }
}