/* ---------------------------------------------------------------- */
/* --- 03.04.2022 --- Start process: PopUps----------- www.isV.by - */
/* --- 23.04.2022 --- Начало создания функционала шарика ---------- */
/* --- 30.12.2023 --- Начало создания функционала шарика ---------- */
/* ---------------------------------------------------------------- */
/* --- 24.01.2024 --- Начало создания функционала шарика ---------- */
/* --- 02.01.2024 ------------------------------------------------- */
/* --- 04.05.2026 ------------------------------------------------- */
/* --- 05.05.2026 ------------------------------------------------- */
/* ---------------------------------------------------------------- */

#shPopupBox, .shPopupLine, .shSeparator, #shPopupSign, #shPopupClose, #shPopupInfo { /* , #shPopupVH */
          position: absolute;
           z-index: 9999;
              left: 124px;
               top: 300px;
             width: 200px;
            height: 117px;
           opacity: 1;
  background-color: transparent;
}

.shPopupLine, .shSeparator, #shPopupInfo {
              left: 0px;
               top: 40px;
             width: 100%;
            height: 1px;
  background-color: black;
}

.shSeparator {
            height: 11px;
  background-color: transparent;
  background-image: url('../shImg/msg-popup-line.png');
  background-repeat: repeat-x;
}

#shPopupSign, #shPopupClose {
              left: 76px;
               top: 70px;
             width: 47px;
            height: 47px;
  background-color: transparent;
  background-image: url('../shImg/msg-popup-sign.png');
}

#shPopupClose {
               top: 0px;
  background-image: url('../shImg/msg-popup-close.png');
}

#shPopupClose:hover {
  background-image: url('../shImg/msg-popup-close-h.png');
}

#shPopupInfo {
             color: black;
       font-family: 'Exo 2', sans-serif; /*'Fira Sans', sans-serif;*/
        text-align: center;
         font-size: 14px;
               top: 42px;
       padding-top: 8px;
            height: 25px;
  background-color: #B1B1B1;
}

