@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}



.dropdown-filter__btn::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    transform-origin: 3px 6px;
    border-left: 2px solid;
      border-left-color: currentcolor;
    border-bottom: 2px solid;
      border-bottom-color: currentcolor;
    border-color: #b9b9c1;
    transition: transform .3s ease,border-color .3s ease;
    position: absolute;
    top: 11px;
    right: 12px;
  }

  .dropdown-filter__btn--sorter::before {
    content: '';
    display: block;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 10px;
    left: 12px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2214%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23242424%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%20.5c.406%200%20.735.332.735.74v9.732l2.01-2.027a.73.73%200%200%201%201.04%200%20.745.745%200%200%201%200%201.047l-3.265%203.291a.73.73%200%200%201-1.033.007l-.007-.007-3.265-3.291a.745.745%200%200%201%200-1.047.73.73%200%200%201%201.04%200l2.01%202.027V1.24c0-.41.33-.741.735-.741ZM4%2013.5a.738.738%200%200%200%20.735-.74V3.027l2.01%202.027a.73.73%200%200%200%201.04%200%20.745.745%200%200%200%200-1.047L4.52.717a.73.73%200%200%200-1.04%200L.215%204.008a.745.745%200%200%200%200%201.047.73.73%200%200%200%201.04%200l2.01-2.027v9.731c0%20.41.33.741.735.741Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .dropdown-filter__btn--sorter {
    padding-left: 40px;
  }
  .dropdown-filter__btn {
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 5px 30px 7px 12px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    position: relative;
    height: 100%;
    cursor: pointer;
    background: #fff;
  }
  button {
    cursor: pointer;
    background-color: transparent;
  }

  .listTypeOpen, .region-filter, .collapsible-body, .new-products-filter, .object-filter  {
    margin-top: 15px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    background: #fff;
    border-radius: 9px;
    flex-direction: column;
    max-height: 250px;
    overflow-y: scroll;
  }

  .dropdown-filter__content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 296px;
    padding: 20px;
    position: absolute;
    top: calc(100% + 20px);
    left: calc(50% - 296px / 2);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    background: #fff;
    z-index: 10;
  }
  .listTypeOpen, .region-filter, .collapsible-body, .new-products-filter, .object-filter {
    display: none;
  }
  .listTypeOpen.fast, .region-filter.fast, .collapsible-body.fast, .new-products-filter.fast, .object-filter.fast {
    display: flex;
  }
  .butLinkCount{
    background: #f2f2f2;
    color: #2f2e41;
    padding: 7px 15px;
    border-radius: 9px;
    margin-right: 20px;
    box-shadow: 0 2px 6px rgb(215 215 209);
    cursor: pointer;
      font-size: 12px;
  }
  input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  
    border-radius: 9px;
    padding: 5px;
    border: 2px solid #f9e64d;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 5px;
  
    position: relative;
    top: 4px;
  }

  input:checked {
    background: #f9e64d;
  }
  .label-for-checkbox{
    font-size: 12px;
    color: #696868;
    position: relative;
  }
  .butLinkCatalog {
    background: #ffffff;
    color: #2f2e41;
    padding: 8px 15px;
    border-radius: 25px;
    margin-right: 10px;
    cursor: pointer;
    width: auto;
    min-width: fit-content;
}
@media (max-width: 500px){
main {
  margin-top: 50px;
}
.apply-filter{
  width: 100%;
}
#apply-filter-block{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: scroll;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin: 15px 5%;
}
ul{
  margin: 0px;
}
.filters-block__dropdown {
display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    max-width: 100%;
    height: 40px;
    z-index: 2;
    margin: 10px 10px 25px 5px;
}

    
li {
  height: 34px;
  width: max-content;
}
}
@media (min-width: 500px){
.filters-block__dropdown {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 25px 0px;
}
#apply-filter-block{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: scroll;
}
.dropdown-filter__btn {
  width: 150px;
  height: 21px;
}
.listTypeOpen, .region-filter, .collapsible-body, .new-products-filter  {
  position: absolute;
  z-index: 66;
  width: 169px;
}
}
.price-block__final-price {
  color: #242425;
  font-weight: 600;
  font-size: 18px;
  font-family: ArialRoundedMTBold, Arial Rounded MT Bold;
}