/*Фикс айфрейма колтача*/
@media (max-width: 960px) {
  #CalltouchWidgetFrame{

    left: auto !important;
    right: 0 !important;

    bottom: 0 !important;
    top: auto !important;

    inset: auto 0 0 auto !important; 
    transform: translateZ(0); 
  }
}
#CalltouchWidgetFrame{
    z-index: 9990 !important;
}