/* Hide main Obyavi-only blocks on all other pages */
body.not-main-obyavi .only-main-obyavi {
  display: none !important;
}
/* keep the left column from shrinkng on the top categories pages */
@media (min-width:1025px) and (max-width:1279px){
  .sidebar-column{
    min-width:250px;
  }
}

