@media screen and (max-width: 991px) {
  .header-drop-menu .header__search-form-mobile {
    grid-template-columns: 50px 1fr !important; }
    .header-drop-menu .header__search-form-mobile #title-search-input-mobil {
      order: 2;
      border: 1px solid #C4C4C4 !important;
      border-right: 1px solid #C4C4C4 !important;
      border-bottom-right-radius: 100px;
      border-top-right-radius: 100px;
      border-left: none !important; }
      .header-drop-menu .header__search-form-mobile #title-search-input-mobil::placeholder {
        color: #C4C4C4; }
    .header-drop-menu .header__search-form-mobile .search-icon {
      order: 1;
      background: transparent;
      border: 1px solid #C4C4C4 !important;
      border-right: none !important;
      border-bottom-left-radius: 100px;
      border-top-left-radius: 100px; }
      .header-drop-menu .header__search-form-mobile .search-icon svg path {
        fill: #C4C4C4; } }
@media screen and (max-width: 575px) {
  .header-drop-menu {
    height: calc(100vh) !important; } }
@media screen and (max-width: 768px) {
  header .header__search {
    display: none; }
  header .header__logo {
    justify-content: flex-start !important; }
  header .header-btns {
    justify-content: flex-end !important; }
    header .header-btns .header__menu-burger {
      margin-right: 0 !important; } }

/*# sourceMappingURL=style.css.map */
