.accident-info {
  position: relative; /* Для коректного позиціонування спливаючого вікна */
  display: inline-block;
}
.accident-image{
	max-width: 7em;
}
.popup-info {
  display: none; /* Спочатку сховане */
  position: absolute; /* Абсолютне позиціонування щодо .accident-info */
  bottom: -120%; /* Спливаюче вікно з'являється над зображенням */
  left: 50%;
  transform: translateX(-50%); /* Вирівнювання по центру */
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 5px;
  width: 200px;
  z-index: 99!important; /* Щоб вікно було поверх інших елементів */
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  white-space: wrap; /* Запобігає переносу тексту на новий рядок */
}

.popup-info::after {
  content: "";
  position: absolute;
  bottom: 100%; /* Стрілка внизу блоку */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent; /* Стрілка */
}
.region-header-info{
	    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.accident-info-block__title{
font-size: 0.8181818182rem!important;
        font-weight: 400!important;
		margin-bottom: 0.3rem!important;
}

.site-header-bottom{
  z-index: 5!important;	
}

.accident-info-block__title:before {
	display:none!important;	
}

@media screen and (min-width: 1215px) and (min-width: 1700px) {
    .header-site-contacts__container>div {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

@media screen and (min-width: 1215px) {
	.region-header #block-accidentinfoblock-2{
		display:none;
	}
	
}

@media screen and (max-width: 1214px) {	
	.region-header .accidentinfoblock__title{
		display:none!important;
	}
	
}