@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?gfq9l4');
  src:  url('fonts/icomoon.eot?gfq9l4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?gfq9l4') format('truetype'),
    url('fonts/icomoon.woff?gfq9l4') format('woff'),
    url('fonts/icomoon.svg?gfq9l4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-avatar:before {
  content: "\e91c";
}
.icon-phone-call:before {
  content: "\e900";
}
.icon-message:before {
  content: "\e901";
}
.icon-location:before {
  content: "\e902";
}
.icon-magnifying-glass:before {
  content: "\e903";
}
.icon-shopping-cart:before {
  content: "\e904";
}
.icon-volunteer:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-left-arrow:before {
  content: "\e907";
}
.icon-up-arrow:before {
  content: "\e908";
}
.icon-down-arrow:before {
  content: "\e909";
}
.icon-solidarity:before {
  content: "\e90a";
}
.icon-gift-box:before {
  content: "\e90b";
}
.icon-double-quotes:before {
  content: "\e90c";
}
.icon-apple:before {
  content: "\e90d";
}
.icon-health-insurance:before {
  content: "\e90e";
}
.icon-business-partnership:before {
  content: "\e90f";
}
.icon-target:before {
  content: "\e910";
}
.icon-solidarity-1:before {
  content: "\e911";
}
.icon-charity:before {
  content: "\e912";
}
.icon-generous:before {
  content: "\e913";
}
.icon-fundraiser:before {
  content: "\e914";
}
.icon-chat:before {
  content: "\e915";
}
.icon-bonus:before {
  content: "\e916";
}
.icon-fingerprint-scan:before {
  content: "\e917";
}
.icon-account:before {
  content: "\e918";
}
.icon-charity-1:before {
  content: "\e919";
}
.icon-target-1:before {
  content: "\e91a";
}
.icon-help:before {
  content: "\e91b";
}


.main-menu__search {
    display: flex;
    align-items: center;
}

.main-menu__search form {
    position: relative;
    width: 600px;
}

.main-menu__search input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0 55px 0 20px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
}

.main-menu__search input:focus {
    border-color: #007bff;
}

.main-menu__search button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.main-menu__search button:hover {
    background: #0056b3;
}


