.filter {
  font-size: 14px;
  min-width: 238px;
  width: 238px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 16px;
  height: min-content; }
  @media screen and (max-width: 991px) {
    .filter {
      width: 100%; } }
  .filter__title {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px; }
    .filter__title .name {
      font-weight: 500; }
  .filter__btn-clear {
    color: #DF0008;
    cursor: pointer; border: none}
  .filter__item {
    margin-bottom: 10px; }
  .filter__block {
    margin-top: 18px; }
  .filter__prop {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px; }
  .filter__input {
    width: 0;
    position: absolute; }
    .filter__input:checked + .filter__label-icon:after {
      opacity: 1; }
  .filter__label-icon {
    width: 24px;
    display: inline-block;
    position: relative; }
    .filter__label-icon._type-radio:before {
      content: '';
      width: 14px;
      height: 14px;
      background: #FFFFFF;
      border: 2px solid #C4C4C4;
      border-radius: 50%;
      display: block; }
    .filter__label-icon._type-radio:after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      position: absolute;
      background: #DF0008;
      border-radius: 50%;
      top: 5px;
      left: 5px;
      opacity: 0; }
    .filter__label-icon._type-check:before {
      content: '';
      width: 12px;
      height: 12px;
      background: #FFFFFF;
      border: 2px solid #C4C4C4;
      display: block; }
    .filter__label-icon._type-check:after {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      background: url(/local/static/icons/1e_galka.svg) no-repeat;
      background-position: center center;
      top: 0;
      left: 0;
      opacity: 0; }
  .filter__label-control {
    display: flex;
    align-content: center;
    font-weight: 400;
    font-size: 14px; }
  .filter__label {
    position: relative; }
  .filter input[type="submit"] {
    margin-top: 20px; }

.files-block {
  width: 238px;
  min-width: 238px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 16px;
  height: min-content;
  margin-top: 10px; }
  @media screen and (max-width: 991px) {
    .files-block {
      width: 100%;
      margin-right: 0;
      margin-bottom: 26px; } }
  .files-block__title {
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px; }
    .files-block__title .name {
      font-weight: 500; }
  .files-block__title-2 {
    margin-top: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px; }
  .files-block__img {
    margin-right: 8px; }
  .files-block__link {
    display: flex;
    align-items: center;
    margin-top: 10px; }

.category__content {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.category .filter {
  margin-left: 16px; }

@media screen and (max-width: 991px) {
  .category__sidebar {
    order: -1;
    width: 100%;
    margin-bottom: 20px; } }
