

@media (max-width: 1600px) {
  .easepick-wrapper {
    z-index: 10;
  }
}

@media (max-width: 767px) {
  header nav {
    display: none;
    position: absolute;
    top: 75px;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10000;
    border-top: 1px solid #DEE6F3;
    gap: 15px;
    border-bottom: 1px solid #DEE6F3;
  }
  .nav-item:not(:last-child) {
    margin-right: 0;
  }
  .header-container {
    justify-content: flex-start;
  }
  .profile-header .chat-open {
    display: none;
  }
  .profile-list {
    right: 0;
  }
  .page-title {
    flex-direction: column;
  }
  .page-title h1 {
    text-align: center;
  }
  .menu-burger {
    display: block;
  }
  .header-container nav + .selector {
    display: none;
  }
  .profile-header {
    margin-left: auto;
  }
  .title-container {
    flex-direction: column;
  }
  .page-title .warning-alert {
    margin-bottom: 15px;
  }
  .modal-content {
    padding: 15px 15px;
  }
  .modal-body {
    padding: 0;
  }
  .type-detail .type-circle {
    min-width: 12px;
  }
  .modal-header .modal-title {
    font-size: 20px!important;
  }
  #medium-check {
    margin-top: 16px;
  }
  .info-chart {
    flex-direction: column;
    gap: 15px;
  }
  .main-block.info-user {
    margin-top: 15px;
  }
  .card-user h3 {
    margin-bottom: 15px;
  }
  .avatar-user {
    margin-bottom: 15px;
  }
  .info-user .text-group .text-item {
    min-width: auto;
  }
  .info-user .text-group {
    margin-top: 15px;
    justify-content: space-between;
  }
  .block-header-info {
    justify-content: flex-start;
  }
  .employers-header .selector, .employers-header .info-alert {
    width: 100%;
    margin-left: 0;
  }
  .employers-header {
    flex-wrap: wrap;
    gap: 10px;
  }
  .employers-header .selector {
    width: 47%;
    margin-left: 0;
  }
  .employers-header form {
    width: 50%;
  }
  .employer-alert .main-alert {
    width: 90%;
  }
  .service-button p {
    font-size: 12px;
  }
  .service-button .count-services {
    font-size: 10px;
  }
  .extra-table tbody tr td {
    font-size: 12px;
  }
  .dynamic-header {
    flex-direction: column;
  }
  .process-period {
    flex-direction: column;
    gap: 10px;
  }
  .table-main-header {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .table-parameters .selector {
    width: 47%;
    margin: 0;
  }
  .table-parameters {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  #employers-page .table-main-header {
    flex-direction: row;
    justify-content: center!important;
  }
  .table-parameters .modal-link {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
  .analytic-table-container {
    overflow: auto!important;
  }
  #clients-page .selector-button.light-selector {
    justify-content: center;
  }
  #clients-page .table-parameters {
    width: 100%;
    justify-content: center;
  }
  #typeSalesBlock, #dynamicLoyalty {
    padding: 12px;
    padding-left: 6px;
  }
  .expenses-table {
    width: 100%;
  }
  .fot-bottom-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .education-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .education-hashtag a {
    margin-left: 0;
  }
  .breadcrumbs-main {
    display: none;
  }
  .material-content img[style] {
    width: 100%!important;
    height: 100%!important;
  }
  .task-button {
    width: 100%;
  }
  .settings-tasks {
    flex-direction: column;
    gap: 15px;
  }
  .statuses-tasks {
    flex-wrap: wrap;
  }
  .task-modal .guru-form-group {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
  }
  .task-modal .guru-form-group .checkbox-label {
    margin-left: 0;
  }
  .task-modal .guru-form-group .input-label {
    margin-left: 0!important;
  }
  #viewTask .bottom-form-modal {
    flex-direction: column;
  }
  .task-settings {
    width: 100%;
  }
  .mini-modal .modal-dialog {
    width: 100%;
  }
  .audit-image img {
    width: 80px;
  }
  .key-image img {
    width: 80px;
  }
  #marketing-page .row {
    gap: 10px;
  }
  #detailMarketing .detail-description {
    font-size: 12px;
  }
  #tariff-page .row {
    gap: 10px;
  }
  .tab-list {
    overflow-x: scroll;
    width: 100%;
  }
  .tab-list .tab-element p {
    white-space: nowrap;
  }
  #money-period .block-title .money-value {
    font-size: 18px;
  }
}