/*.switcher {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 1.25rem;*/
/*  --threshold: 44.55rem;*/
/*}*/

/*.switcher > * {*/
/*  flex-grow: 1;*/
/*  flex-basis: calc((var(--threshold) - 100%) * 999);*/
/*  min-height: 4rem;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*  .switcher {*/
/*    gap: 2.5rem;*/
/*  }*/
/*}*/

.switcher {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .switcher {
    width: 95%;
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    .layout__region--first, .layout__region--second {
      width: 50%;
    }
  }
}
@media screen and (min-width: 1024px) {
  .switcher {
    width: 90%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*gap: 2.5rem;*/
  }
}
