@media all and (max-width: 960px) {
  .h-main-wrapper {
    min-height: 100vh;
    padding: 0;
  }
  .h-main-wrapper-2 {
    border: none;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header {
    height: 20vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20vw;
    flex: 0 0 20vw;
    margin: 0;
  }
  .header__logo {
    width: 30%;
    top: 0;
  }
  .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .lang-select {
    top: 15px;
    right: 70px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.5);
  }
  .livechat-history__line {
    line-height: 25px;
  }
}

@media all and (max-width: 550px) {
  .header {
    background-position: left -10px;
    background-position: left top, left -10px;
  }
  .header__logo {
    display: none;
  }
  .uk-padding {
    padding: 15px;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  .mailbox__item .uk-card-badge {
    position: static;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 350px) {
  .mailbox__avatar {
    float: none;
    display: inline-block;
    margin-bottom: 10px !important;
  }
}

@media all and (min-width: 960px) {
  .presentation-search-form .uk-form-horizontal .uk-form-label {
    width: 150px;
  }
  .presentation-search-form .uk-form-horizontal .uk-form-controls {
    margin-left: 165px;
  }
}
