.regionsList {
  position: fixed;
  right: 100px;
  top: 110px;
}

.regions {
  width: 81px;
  height: 30px;
  background-color: #f6f6f6;
  font-family: Siemens Sans Roman, helvetica, arial, sans-serif;
  font-size: 0.8rem;
  border: 0px;
  text-align: center;
}
.regionLable {
  font-size: 18px;
  font-family: Siemens Sans Roman, helvetica, arial, sans-serif;
}
.hide {
  display: none;
}

.regionBlock {
  text-align: right;
  /* padding-top: 7px; */
  height: 100%;
  width: 500px;
  margin-left: 600px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  right: 23%;
  align-items: center;
}
