header {
    width: 100%;
  }

  .top-header-container {
    background-color: #E7ECF0;
    border-bottom: 1px solid #E7ECF0;
    width: 100%;
    max-height: 50px;
    font-family: 'Century Gothic';
  }

  .top-header-body {
    max-width: 1140px;
    margin: 0 auto;
    min-height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .top-header-body .tel,
  .top-header-body .telegram,
  .top-header-body .lk,
  .top-header-body .cart {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
  }

  .top-header-body .tel a,
  .top-header-body .telegram span,
  .top-header-body .lk a,
  .top-header-body .cart a {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-decoration: none;
  }

  .top-header-body svg {
    width: 16px;
    height: 16px;
    fill: #31569D;
    flex-shrink: 0;
  }

  .header-content-part {
    background-color: #F2F5F7;
    width: 100%;
  }

  .header-content-part-body {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
    min-height: 50px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .logo img {
    width: 164px;
    height: auto;
    display: block;
  }

  .header-content-part-body > li {
    list-style: none;
  }

  .header-content-part-body > li > a {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }

  .header-content-part-body > li:first-child a .li-icon {
    width: 18px;
    height: 18px;
  }

  .header-search-part {
    width: 100%;
  }

  .header-search-part-body {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    min-height: 79px;
    background: #fff;
    box-sizing: border-box;
    min-width: unset;
    width: unset;
  }

  .search-form {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .search-icon {
    flex-shrink: 0;
  }

  .search-input {
    flex: 1 1 auto;
    min-width: 150px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.25;
    color: #000;
    border: none;
    background: transparent;
    outline: none;
    text-transform: uppercase;
    padding: 0;
  }

  .search-input::placeholder {
    color: #9D9D9D;
    text-transform: uppercase;
    font-size: 15px;
  }

  .search-button {
    background-color: #31569D;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    box-shadow: 2px 2px 5px rgba(49,86,157,0.3);
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    width: 103px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .header-banner {
    background-color: #EFF4F8;
    width: 100%;
  }

  .header-banner-body {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 258px;
    gap: 30px;
    box-sizing: border-box;
    position: relative;
  }

  .header-top-info-title {
    flex: 1 1 666px;
    z-index: 2;
    margin-top: 36px;
  }

  .header-top-info-title .title {
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 29px;
  }

  .header-top-info-title .pref-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
  }

  .header-top-info-title .pref-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 5px;
  }

  .header-top-info-title .pref-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5A405B;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
  }

  .header-top-info-image {
    flex: 0 0 auto;
    max-width: 39%;
    text-align: right;
  }

  .header-top-info-image img {
    width: 100%;
    height: auto;
    max-width: 481.5px;
    display: block;
  }

  @media (max-width: 1080px) {
    .header-top-info-title {
      margin-top: 16px;
    }

    .top-header-body,
    .header-content-part-body,
    .header-search-part,
    .header-banner-body {
      min-width: unset !important;
      width: unset !important;
      max-width: 1022px;
      padding-left: 45px;
      padding-right: 45px;
    }

    .top-header-body {
      gap: 30px;
    }

    .header-content-part-body {
      gap: 25px;
    }

    .header-banner-body {
      min-height: 258px;
      gap: 0;
    }

    .header-top-info-title {
      flex: 1 1 753px;
    }

    .header-top-info-title .title {
      font-size: 30px;
      margin-bottom: 29px;
    }

    .header-top-info-image {
      max-width: 50%;
    }

    .header-top-info-image img {
      max-width: 100%;
      height: auto;
    }
  }

  @media (max-width: 900px) {
    .top-header-body {
      justify-content: flex-start;
      flex-direction: row !important;
      align-items: flex-start;
      gap: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .header-content-part-body {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .header-content-part-body > li > a {
      white-space: normal;
    }

    .header-banner-body {
      flex-direction: column;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .header-top-info-title .pref-list li {
      justify-content: center;
    }

    .header-top-info-image {
      max-width: 100%;
      margin-top: 20px;
      text-align: center;
    }
  }

  @media (max-width: 1080px) {
    /* .header-content-part-body > li:not(.logo):not(.menu-btn) {
      display: none;
    } */
  }

  @media (max-width: 768px) {
    .header-content-part-body > li:not(.logo):not(.menu-btn) {
      display: none;
    }

    .menu-btn {
      display: block;
      list-style: none;
      padding-left: 0 !important;
      background: unset !important;
      -webkit-background-size: 0 !important;
      background-size: 0 !important;
    }

    .menu-btn a {
      display: flex;
      align-items: center;
      gap: 5px;
      font-family: 'Century Gothic', Arial, sans-serif;
      font-size: 15px;
      font-weight: 400;
      color: #000;
      text-transform: uppercase;
      text-decoration: none;
      padding-left: 23px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='2' y='4' width='14' height='2' fill='%2331569D'/%3E%3Crect x='2' y='8' width='14' height='2' fill='%2331569D'/%3E%3Crect x='2' y='12' width='14' height='2' fill='%2331569D'/%3E%3C/svg%3E") no-repeat left center;
      background-size: 18px;
    }

    .top-header-body .tel a,
    .top-header-body .telegram span,
    .top-header-body .lk a,
    .top-header-body .cart a {
      font-size: 14px;
    }

    .search-input {
      font-size: 13px;
      min-width: 120px;
    }

    .search-button {
      font-size: 14px;
      padding: 8px 12px;
      width: auto;
    }

    .header-top-info-title .title {
      font-size: 24px;
    }

    .top-header-container .top-header-body {
      justify-content: space-between;
      gap: 0;
      padding: 0 10px;
      min-height: 38px;
    }
    .top-header-body .telegram {
      display: none;
    }
    .top-header-body .tel svg,
    .top-header-body .telegram a,
    .top-header-body .lk a {
      display: none;
    }
    .top-header-body .lk,
    .top-header-body .cart {
      gap: 10px;
    }
    .top-header-body svg {
      width: 16px;
      height: 16px;
    }

    .header-content-part-body {
      display: flex;
      justify-content: space-between;
    flex-direction: row;
      align-items: center;
      padding: 0 10px;
      min-height: 43px;
      flex-wrap: nowrap;
    }
    .logo img {
      width: 132px;
      height: auto;
    }
    .header-content-part-body::before {
      display: none;
    }

    .header-search-part-body {
      padding: 0 10px;
      min-height: 46px;
    }
    .search-form {
      gap: 6px;
    }
    .search-icon {
      width: 12px;
      height: 12px;
    }
    .search-input {
      font-size: 12px;
      min-width: 0;
      flex: 1;
      height: 46px;
    }
    .search-input::placeholder {
      font-size: 12px;
    }
    .search-button {
      width: 95px;
      height: 35px;
      font-size: 14px;
      padding: 8px 10px;
      flex-shrink: 0;
    }

    .header-banner-body {
      flex-direction: column;
      align-items: flex-start;
      min-height: 312px;
      padding: 20px 10px;
    }
    .header-top-info-image {
      display: none;
    }
    .header-top-info-title {
      width: 100%;
      flex: none;
    }
    .header-top-info-title .title {
      font-size: 30px;
      line-height: 1.25;
      margin-bottom: 20px;
      max-width: 342px;
      text-align: start;
    }
    .header-top-info-title .pref-list li {
      font-size: 16px;
      gap: 13px;
      align-items: center;
      margin-bottom: 10px;
      width: 100%;
      text-align: start;
      justify-content: start;
    }
    .header-search-part {
      padding: 0 10px;
    }
  }