.b-popup[data-v-7bca5eae] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
}
.b-popup .b-popup-content[data-v-7bca5eae] {
  margin: 150px auto 0px auto;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
}
@media (max-width: 992px) {
.b-popup-content .burgerMenu-item a[data-v-7bca5eae] {
    font-size: 13px;
    line-height: 30px;
}
}
.close[data-v-7bca5eae] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 200px;
  right: 80px;
}
@media (max-width: 992px) {
.close[data-v-7bca5eae] {
    right: 50px;
    top: 170px;
}
}

