.v79-bottom-nav{
  height:calc(70px + env(safe-area-inset-bottom))!important;
  padding:6px 8px env(safe-area-inset-bottom)!important;
  gap:4px!important;
  background:rgba(255,255,255,.98)!important;
  border-top:1px solid #e3ebe7!important;
}
.v79-bottom-nav .nav-item{
  border-radius:15px!important;
  color:#74877f!important;
  font-size:7.2px!important;
  gap:4px!important;
  transition:transform .14s ease, background-color .14s ease, color .14s ease;
}
.v79-bottom-nav .nav-item.active{
  background:#edf5f1!important;
  color:#087345!important;
  box-shadow:inset 0 0 0 1px #dce8e1;
}
.v79-bottom-nav .nav-item:active{transform:scale(.98)}
.v79-bottom-nav .nav-item svg{width:21px!important;height:21px!important}
.v79-mobile .search-area{padding:10px 12px 0!important;background:var(--r7-bg)!important}
.v79-mobile .v79-single-search{
  min-height:48px!important;
  border:1px solid var(--r7-line)!important;
  border-radius:16px!important;
  background:var(--r7-surface)!important;
  box-shadow:var(--r7-shadow)!important;
}
.v79-mobile .v79-single-search input{font-size:11px!important}
.v79-mobile .v79-single-search button{height:38px!important;border-radius:12px!important}
.v79-mobile .map-view{background:#eef4f1!important}
.v79-mobile .map-loading{
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--r7-shadow)!important;
  border:1px solid var(--r7-line)!important;
}
@media(min-width:431px){
  .v79-mobile .views{padding-bottom:calc(var(--v79-nav) + env(safe-area-inset-bottom) + 4px)!important}
}
