/* ---------------------------------------------------------------- */
/* --- 03.04.2022 --- Start process: PopUps----------- www.isV.by - */
/* --- 23.04.2022 --- Начало создания функционала шарика ---------- */
/* --- 30.12.2023 --- Начало создания функционала шарика ---------- */
/* ---------------------------------------------------------------- */

#scPopupBox, .scPopupLine, .scSeparator, #scPopupSign, #scPopupClose, #scPopupInfo, #shPopupVH {
          position: absolute;
           z-index: 9999;
              left: 124px;
               top: 300px;
             width: 200px;
            height: 117px;
           opacity: 1;
  background-color: transparent;
}

.scPopupLine, .scSeparator, #scPopupInfo {
              left: 0px;
               top: 40px;
             width: 100%;
            height: 1px;
  background-color: black;
}

.scSeparator {
            height: 11px;
  background-color: transparent;
  background-image: url('../Simg/msg-popup-line.png');
  background-repeat: repeat-x;
}

#scPopupSign, #scPopupClose {
              left: 76px;
               top: 70px;
             width: 47px;
            height: 47px;
  background-color: transparent;
  background-image: url('../Simg/msg-popup-sign.png');
}

#scPopupClose {
               top: 0px;
  background-image: url('../Simg/msg-popup-close.png');
}

#scPopupClose:hover {
  background-image: url('../Simg/msg-popup-close-h.png');
}

#scPopupInfo {
             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;
}

#shPopupVH {
              left: 1577px;
               top: 50px;
             width: 39px;
            height: 39px;
  background-image: url('../Simg/btn-start-def-popups.png');
}

#scPopupVH:hover {
  background-image: url('../Simg/btn-start-def-popups-h.png');
}

/* --- фотографии --- */

#scConstructionGrader {
          POSITION: absolute;
           z-index: 9999;
              left: 8px;
               top: 8px;
             width: 118px;
            height: 79px;
  background-color: transparent;
  background-image: url('../Simg/pic-construction-grader.png');
  background-repeat: no-repeat;
}

