@media only screen and (min-width: 961px) {

  .mobile-header {
    display: none;
  }
}
@media only screen and (max-width: 960px) {

  .header-btn-search-mobile {
    display: inline-flex;
    width: 36px;
    height: 36px;
    padding-top: 2px;
    background: transparent url("../../images/search.svg") center no-repeat;
    background-size: 36px;
    margin-right: 2px;
  }


  #mm-1 {
    background: white;
  }


  .mm-panel_opened ul.mm-listview {
    display: block !important;
    visibility: visible !important;
  }


  .mm-panels .mm-panel:nth-child(1) ul.mm-listview > li:nth-child(1) {
    border-bottom: 5px solid #0b4778;
  }


  .mm-panels .mm-panel:nth-child(1) ul.mm-listview > li:nth-child(2) {
    border-bottom: 5px solid #ff556e;
  }


  .mm-panels .mm-panel:nth-child(1) ul.mm-listview > li:nth-child(3) {
    border-bottom: 5px solid #009ea0;
  }


  .mm-panels .mm-panel:nth-child(1) ul.mm-listview > li:nth-child(4) {
    border-bottom: 5px solid #d4009f;
  }


  .mm-panels .mm-panel:nth-child(1) ul.mm-listview > li:nth-child(5) {
    border-bottom: 5px solid #ec8f09;
  }


  .mm-panels .mm-panel:nth-child(1) ul.mm-listview > li:nth-child(6) {
    border-bottom: 5px solid #803000;
  }


  .mm-panels .mm-panel:nth-child(1) ul.mm-listview > li:nth-child(7) {
    border-bottom: 5px solid #8cc618;
  }


  .mm-panels .mm-panel:nth-child(1) ul .mm-listitem:after {
    display: none;
  }


  #header {
    display: none;
  }


  #main #navigation {
    display: none;
  }


  .mobile-header {
    display: flex;
    padding: 0px;
    flex-flow: row wrap;
  }

  .mobile-header .mobile-menu-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .mobile-header #block-block-4--2 {
    padding-left: 30px;
    background: transparent url("../../images/icoTel.png") 15px center no-repeat;
    width: 50%;
    display: inline-flex;
    background-size: 25px;
    margin-bottom: 0px;
    align-self: center;
  }

  .mobile-header #block-block-4--2 span {
    font-size: 16px;
  }

  .mobile-header #block-locale-language--2 {
    display: inline-flex;
    min-width: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
    float: left;
  }

  .mobile-header #block-locale-language--2 ul.language-switcher-locale-url {
    margin-top: 14px;
    margin-right: 10px;
    padding: 0px;
  }

  .mobile-header #block-locale-language--2 ul.language-switcher-locale-url li {
    list-style: none;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 2px;
  }

  .mobile-header #block-locale-language--2 ul.language-switcher-locale-url li a {
    text-decoration: none;
    color: black;
    padding: 6px;
    border: solid black 1px;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    max-width: 20px;
  }

  .mobile-header #block-custom-search-blocks-2--2 {
    display: inline-flex;
    display: none;
  }

  .mobile-header .burger-toggle {
    display: inline-flex;
    background-image: url("../../images/mobile-hamburger.svg");
    width: 40px;
    height: 40px;
    margin-top: 14px;
    margin-right: 10px;
    background-size: cover;
  }

  .mobile-header #logo {
    width: 100%;
    text-align: center;
  }

  .mobile-header #logo img {
    max-width: 90%;
  }

  .mobile-header .region-header {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
}
