@media screen and (max-width: 900px) {
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    padding-left: calc(210px + 10px);
  }

  .soft-card__item {
    align-items: start;
    padding-right: 12px;
  }

  .soft-card__item-content, .soft-card__item-info {
    flex-direction: column;
  }

  .soft-card__item-info {
    align-items: start;
  }

  .soft-card__item-buttons .button-icon {
    padding-left: 0;
    padding-right: 0;
  }

  .soft-card__item-buttons {
    column-gap: 10px;
  }

  .soft-card__item-content {

  }

  .soft-card__item-paid_display-xs {
    display: flex;
  }

  .soft-card__item-paid_display-xl {
    display: none;
  }

  .soft-card__item-buttons {
    align-self: end;
  }

  .dialog {
    width: 90vw;
  }

  .tooltip__text {
    white-space: break-spaces;
    word-break: break-all;
  }

  .tooltip__content {
    max-width: 70vw;
  }

}

@media screen and (max-width: 782px) {
  :root {
    --adminbar-present-height: calc(100vh - 46px);
    --adminbar-present-mt: 111px;
    --adminbar-present-top: 46px;
  }

  .footer__container {
    flex-direction: column;
    align-items: start;
  }

  .aside-filters {
    max-height: calc(100% - 65px - 100px);
  }

  html[adminbar-present="yes"] .aside-filters {
    max-height: calc(100% - 65px - 100px - var(--adminbar-present-top));
  }
}

@media screen and (max-width: 600px) {
  html[adminbar-present="yes"] .aside-filters {
    max-height: 0;
  }

  .soft-cards {
    margin-top: 10px;
  }

  .page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .aside-filters {
    max-height: initial;
    width: 100%;
    position: initial;
    padding-bottom: 20px;
  }

  .content {
    padding-left: 0;
  }

  html[adminbar-present="yes"] .header {
    top: 0;
  }

  .footer {
    position: initial;
  }

  .header__btn-filter {
    display: flex;
  }

  .header__container {
    grid-template-columns: min-content 1fr;
  }

  #formSearchInput {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .label-search {
    width: 100%;
  }

  .header__actions {
    justify-content: end;
    flex-wrap: wrap;
  }

  .aside-filters {
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;

    transition: max-height .3s linear;
  }

  .aside-filters.active {
  }

  .dialog {
    width: calc(100% - 20px);
  }

  .dialog__header {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
  }

  .dialog__btn-alter-login {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-self: center;
  }

  #btnCloseDialog {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-column-end: 3;
    justify-self: end;
  }

  .custom-input-label--pass {
    flex-direction: column;
    align-items: start;
  }

  .tooltip__body {
    left: -62px;
    transform: initial;
    padding-left: 0;
  }

  .tooltip__content {
    max-width: calc(100vw - 27px);
  }
}
