.pg-group-toggle .pg-group-toggle-btn:not(:disabled):not(.disabled):active,
.pg-group-toggle .pg-group-toggle-btn:not(:disabled):not(.disabled).active,
.pg-group-toggle .show > .pg-group-toggle-btn.dropdown-toggle {
  background-color: #058ad7;
  color: #fff;
  border-color: transparent;
}
.pg-group-toggle .pg-group-toggle-btn {
  font-family: 'Larsseit-Regular', Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  background-color: #fff;
  color: #ff5614;
  box-shadow: none;
  min-width: 90px;
  border-color: #d7e1ea;
}
.pg-group-toggle .pg-group-toggle-btn + .pg-group-toggle-btn {
  margin-left: 0;
}
.i18n-ru .pg-group-toggle .pg-group-toggle-btn {
  font-family: 'Roboto-Regular', Arial, sans-serif;
  font-weight: normal;
}
.pg-group-toggle.pg-mobile .pg-group-toggle-btn {
  min-width: auto;
}
@media (max-width: 575px) {
  .pg-group-toggle.pg-mobile .pg-group-toggle-btn:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 575px) {
  .pg-group-toggle.pg-mobile .pg-group-toggle-btn:last-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
  }
}
@media (max-width: 575px) {
  .pg-group-toggle.pg-mobile {
    display: inline-block;
  }
  .pg-group-toggle.pg-mobile label {
    display: block;
  }
}
