.nav {
  --bs-nav-link-font-size: 1rem;
}

.ml-custom {
  
  margin-left: -36px;
}

[dir="rtl"] .ml-custom {
  margin-left: 0;
  
  margin-right: -36px;
}

@media (max-width: 375px) {
  .ml-custom {
    
    margin-left: -30px;
  }

  [dir="rtl"] .ml-custom {
    margin-left: 0;
    
    margin-right: -30px;
  }
}

.telepone {
  font-size: 16px;
  font-family: "inter-regular";
  line-height: 22.4px;
  
  padding-left: 0 !important;
}

[dir="rtl"] .telepone {
  padding-left: 0 !important;
  
  padding-right: 0 !important;
}

@media screen and (max-width: 576px) {
  .telepone {
    
    padding-left: 0 !important;
  }

  [dir="rtl"] .telepone {
    padding-left: 0 !important;
    
    padding-right: 0 !important;
  }
}

.telepone a svg.tel {
  visibility: hidden;
}

.mb-custom {
  margin-bottom: 0rem !important;
}

@media (max-width: 576px) {
  .mb-custom {
    margin-bottom: 3rem !important;
  }
}

@media screen and (max-width: 768px) {
  #block-social-toolbar-footer ul {
    justify-content: space-between !important;
  }
}

