 
 
 /*===== Navigation search =====*/
 header#pt-header .pt-menu-search-block {
    position: relative;
  }
  header#pt-header .pt-menu-search-block a {
    color: var(--dark-color);
    font-size: 16px;
    width: 18px;
    display: inline-block;
  }
  header#pt-header .pt-search-form {
    position: absolute;
    top: 61px;
    right: 0;
    width: 350px;
    padding: 15px;
    z-index: 999;
    background: var(--white-color);
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  }
  header#pt-header.pt-header-style-2 .pt-menu-search-block {
    line-height: 76px;
    padding: 0 30px;
    background: var(--white-color);
    border-left: 1px solid #eeeeee;
    /*border-right: 1px solid #eeeeee;*/
    color: var(--white-color);
    font-size: 20px;
  }
  header#pt-header.pt-header-style-2 .pt-search-form {
    top: 77px;
  }