.mfp-ready .mfp-inline-holder .mfp-content .header.links .authorization-link {
  position: relative;
  right: -30px;
}
.mfp-ready .mfp-inline-holder .mfp-content .header.links .authorization-link::before {
  content: "";
  background-image: url('../images/1.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -28px;
}
.mfp-ready .mfp-inline-holder .mfp-content .header.links li .storelocator-header-links {
  position: relative;
  right: -30px;
  top: 20px;
}
.mfp-ready .mfp-inline-holder .mfp-content .header.links li .storelocator-header-links::before {
  content: "";
  background-image: url('../images/location.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -28px;
}
.mfp-ready .mfp-inline-holder .mfp-content .header.links .martkeplace-header-links {
  position: relative;
  right: -30px;
  top: 10px;
}
.mfp-ready .mfp-inline-holder .mfp-content .header.links .martkeplace-header-links::before {
  content: "";
  background-image: url('../images/store.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -28px;
}
