.map-section__inner {
  background-color: #ffffff;
  padding: 30px;
  /* background-image: url(../img/kompas-01.svg);
    
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 10%; */
}

.map__block p {
  margin: 0;
  padding: 15px;
}

.map__block {
  display: flex;
  height: 100%;
  width: 85%;
  position: relative;
  margin: auto;
}

@media (max-width: 1300px) {
  .map__block {
    width: 100%;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 100%;
}

.map svg {
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map__h4 {
  font-size: 17px;
  color: #054277;
  line-height: 1;
  letter-spacing: 1px;
  margin: 5px 0 15px;
  padding-top: 0;
  font-weight: bold;
}

.map__filial {
  margin-bottom: 15px;
}
.map__filial,
.map__podrazdel {
  display: flex;
  flex-direction: column;
  padding: 0;
  flex: 1 1 100%;
  list-style-type: none;
  flex-wrap: wrap;
  /* padding-bottom: 0; */
}

@media (max-width: 1250px) {
  .map__filial,
  .map__podrazdel {
    flex-direction: row;
    gap: 15px;
  }
}

.map__filial li,
.map__podrazdel li {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.map__text a {
  color: #054277;
}

.map__h2 {
  letter-spacing: 1px;
  margin: 0px 0 20px;
  padding-top: 0;
  font-size: 23px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
}

@media (max-width: 900px) {
  .map__h2 {
    font-size: 15px;
  }
}
.map a:hover {
  text-decoration: none;
}

.map .filial {
  pointer-events: all;
}

.map__tooltip {
  min-width: 200px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 5px;
  border-radius: 0 7px 7px 7px;
  z-index: 100;
  box-shadow: #333 0 0 2px;
  font-size: 15px;
  line-height: 1;
}

.map .info__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s all;
  pointer-events: none;
  z-index: 10;
}
.map .info__bg.active {
  display: block;
  pointer-events: all;
  transition: 0.3s all;
}

.map .info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  padding: 25px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.map .info__photo {
  display: block;
}
.map .info__title {
  margin-bottom: 15px;
}

.map__text {
  display: flex;
  height: 100%;
  align-items: flex-end;
  background-color: #2d649900;
}

@media (max-width: 1250px) {
  .map__text {
    padding-top: 40px;
  }
}

.map__left-menu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.map__left-menu a {
  text-decoration: none;
  padding: 4px 5px 5px 5px;
  margin-left: -5px;
  border-radius: 3px;
}
@media (max-width: 1250px) {
  .map__left-menu a {
    background-color: #edf2fa;
  }
}
.map__left-menu .active {
  background-color: #ffc107;
  text-decoration: none;
  display: block;
  transition: all 0.15s;
}

.map .info__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s all;
  pointer-events: none;
  z-index: 10;
}
/* .map .info__bg.active {
  display: block;
  pointer-events: all;
  transition: 0.3s all;
} */
.map .info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  padding: 25px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.map .info__photo {
  display: block;
}
.map .info__title {
  margin-bottom: 15px;
}

.map .map__left-menu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.this-region {
  fill: #2d6ca6;
  stroke: #2d6ca6;
  stroke-width: 1px;
}

.no-active-region {
  fill: #2d6ca6;
  stroke: #edf2fa;
  stroke-width: 1px;
}

.plashka-tinro {
fill: #054277;
    /* stroke: #bac733; */
    cursor: default;
}

.institut {
  fill: rgb(255 255 255);
  stroke: #759ec7;
  stroke-width: 5px;
}

.main-filial {
  fill: #ff9800;
  stroke: rgb(239 182 55 / 47%);
  stroke-width: 15px;
}

.otdel-path {
  fill: #ff9800;
  stroke: rgb(255 152 0);
  stroke-width: 1px;
}

.map-tab-link {
  text-decoration: none;
}

.main-filial__podpis {
    font-size: 24px;
    text-transform: uppercase;
    fill: #ffffff;
    cursor: default;
}

/* 
.arrow {
  display: none;
}
.active-from-menu .arrow  {
  display: block;
} */
