

/* Start:/local/components/rosneft/office/templates/.default/style.css?17748755052088*/
.map__popup span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Mulish", "Arial", sans-serif;
    margin: 0 0 4px;
    color: #878a99;
}

.office-list__item.hide {
    display: none;
}

.office-list__notfound {
    display: none;
}

.office-list__notfound.show {
    display: block;
}

.office-list__list.hide {
    display: none;
}

/* ========== Контейнер телефонов (список) ========== */
.office-phones {
  display: flex;
  flex-wrap: wrap;     
  gap: 0px 16px;         
  align-items: baseline; 
  width: 100%;
}

.office-phones__item {
  display: inline-flex;
  flex-wrap: wrap; 
  align-items: baseline;
  white-space: normal;
  word-break: break-word;
}

.office-phones__link {
  color: inherit;
  text-decoration: none;
  flex-shrink: 0; 
}

.office-phones__comment {
  color: #666; 
  font-size: 0.9em;
  white-space: normal;
  word-break: break-word;
  margin-left: 6px; 
}

/* 📱 Адаптив для мобильных */
@media (max-width: 990px) {
  .office-phones {
    flex-direction: column; 
    align-items: flex-start;
    gap: 0px;
  }
  
  .office-phones__item {
    width: 100%;           
    display: flex;         
    flex-direction: column; 
    align-items: flex-start;
  }
}



/* ========== Телефоны в балунах карты ========== */

.map__popup-phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 4px 0;
}

.map__popup-phone-row {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin: 0;
  padding: 0;
}

.map__popup-text--phone {
  color: #000;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
  margin: 0!important;
  padding: 0;
}

.map__popup-text--phone:hover {
  text-decoration: underline;
}

.map__popup-text--phone .phone-comment {
  display: block;          
  margin: 0 !important;     
  font-weight: normal !important;
  font-size: 13px !important;
  color: #999 !important;
  line-height: 1.4 !important;
}

@media (max-width: 990px) {
  .map__popup-phones {
    gap: 6px;
  }
}
/* End */
/* /local/components/rosneft/office/templates/.default/style.css?17748755052088 */
