.popup {  position: fixed; z-index: 9999; bottom: 30px; right: 80px; width: 450px; background-color: #fff; transition-delay: 200ms; -webkit-box-shadow: 0px 0px 31px -16px rgba(34, 60, 117, 1);
-moz-box-shadow: 0px 0px 31px -16px rgba(34, 60, 117, 1);
box-shadow: 0px 0px 31px -16px rgba(34, 60, 117, 1);
padding: 15px; color: #000; } 
.popup .star { text-align: right; padding: 10px; }
.popup .star img {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 2px;
    vertical-align: middle;
}
.popup .globalButton { -webkit-border-radius: 10px;-webkit-border-bottom-left-radius: 0;-moz-border-radius: 10px;-moz-border-radius-bottomleft: 0;border-radius: 10px;border-bottom-left-radius: 0;  letter-spacing: 0px; }
.popup .nag { padding-bottom: 10px; }
.popup .text { padding: 10px; font-size: 14px; line-height: 20px;   }
.popup .img { position: relative; padding-bottom: 10px;}
.popup .img img.foto { width: 100%; max-width: 430px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; }
.popup img.kreska { position: absolute; bottom: 0; left: 10px;width: 50px; display: inline-block; }
.popup .globalButtonGreen { text-align: left; padding-left:30px; width: 90%;}
.popup .tel { position: relative; padding-top: 20px; width: 100%; display: inline-block;  }
.popup .tel .globalButtonTel { position: absolute; top: 0; right: 0; width: 250px; font-size: 25px;}
.popup .tel .globalButtonTel img { display: none; }
.popup .close { position: absolute;  top: -10px; right: -10px; background-color: #fff; padding: 10px; background-color: #000; color: #fff; line-height: 15px; cursor: pointer;  }

@media (max-width: 950px) 
{
.popup { bottom: 10px; right: 15px; width: 250px;  }
.popup  .img, .popup .text { display: none; }
.popup .star { text-align: center; padding: 10px 0 0 0; }
.popup .tel  {  padding-top: 8px;  } 
.popup .tel .globalButtonTel span { display: none;  } 
.popup .tel .globalButtonTel  {  width: 50px; padding: 5px 0;}
.popup .tel .globalButtonTel img {   display: inline-block; margin: 0; }
}
