/* Главная-хаб: hero-фото города с формой поиска (по мотивам старого сайта) */
.hub-hero__photo{position:relative;min-height:520px;overflow:hidden}
.hub-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hub-hero__shadow{position:absolute;inset:0;background:rgba(37,39,41,.55)}
.hub-hero__content{position:relative;z-index:2;max-width:1024px;margin:0 auto;padding:120px 16px 60px;text-align:center}
.hub-hero__city{color:#fff;font-size:49px;font-weight:100;margin:0 0 28px;font-family:Roboto,Arial,Helvetica,sans-serif}
.hub-hero__form{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.hub-hero__field{flex:1 1 150px;min-width:130px;max-width:240px;min-height:44px;padding:10px;border:2px solid #fff;background:#fff;font-size:1rem;border-radius:4px}
.hub-hero__select{max-width:240px}
.hub-hero__find{flex:1 1 120px;max-width:160px;min-height:44px;background:#f0b64c;border:2px solid #f0b64c;border-radius:5px;color:#fff;font-size:1rem;cursor:pointer}
.hub-hero__find:hover{background:#f5c96e;border-color:#f5c96e}
.hub-hero__all-link{display:inline-block;margin-top:18px;color:#fff;text-decoration:underline}
.hub-hero__all-link:hover{color:#f5c96e}
@media only screen and (max-width:640px){
  .hub-hero__photo{min-height:560px}
  .hub-hero__content{padding-top:80px}
  .hub-hero__city{font-size:30px}
  .hub-hero__field,.hub-hero__select,.hub-hero__find{max-width:100%;flex-basis:100%}
}

/* Блок карты метро с предложениями на главной */
.metro-map-block{margin:40px 0 10px}
.metro-map-block__title{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;font-size:28px;margin:0 0 16px;text-align:center}
.metro-map-block__map{width:100%;height:560px}
.metro-map-block__canvas{width:100%;height:100%}
.map-popup__link{color:#121212;text-decoration:none;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:13px;line-height:1.5}
.map-popup__link:hover strong{color:#f0b64c}
@media only screen and (max-width:640px){.metro-map-block__map{height:420px}.metro-map-block__title{font-size:20px;padding:0 12px}}

/* Мультивыбор станций метро (бело-оранжевая гамма) */
.mms{position:relative;flex:1 1 150px;min-width:130px;max-width:240px}
.mms .mms__button{width:100%;max-width:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;color:#757575}
.mms__button--active{color:#121212;border-color:#f0b64c!important}
.mms__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mms__caret{color:#f0b64c;margin-left:6px}
.mms__panel{position:absolute;z-index:60;top:calc(100% + 6px);left:0;width:320px;max-width:86vw;background:#fff;border:2px solid #f0b64c;border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.18);overflow:hidden;text-align:left}
.mms__search-wrap{display:flex;gap:6px;padding:10px;border-bottom:1px solid #f3e2c4;background:#fffaf1}
.mms__search{flex:1;min-height:38px;padding:8px 10px;border:1px solid #f0b64c;border-radius:6px;font-size:14px;outline:none}
.mms__search:focus{box-shadow:0 0 0 2px rgba(237,174,73,.25)}
.mms__clear{border:none;background:#f0b64c;color:#fff;border-radius:6px;padding:0 10px;cursor:pointer;font-size:13px}
.mms__clear:hover{background:#f5c96e}
.mms__list{max-height:300px;overflow:auto;padding:6px 0}
.mms__item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 12px;border:none;background:#fff;cursor:pointer;font-size:14px;color:#121212;text-align:left}
.mms__item:hover{background:#fff6e6}
.mms__item--selected{background:#fff1d8}
.mms__check{flex:0 0 18px;height:18px;border:2px solid #d9c9a8;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#fff}
.mms__check--on{background:#f0b64c;border-color:#f0b64c}
.mms__dots{display:inline-flex;gap:2px;flex:0 0 auto}
.mms__dot{width:8px;height:8px;border-radius:50%;display:inline-block}
.mms__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mms__count{flex:0 0 auto;color:#b7a888;font-size:12px}
.mms__empty{padding:14px;text-align:center;color:#b7a888}
@media only screen and (max-width:640px){.mms{max-width:100%;flex-basis:100%}.mms__panel{width:100%}}

/* Мультивыбор метро и текстовый поиск в форме фильтров листинга */
.filter__query .filter__query-input{min-height:40px;border:1px solid rgba(34,36,38,.15);border-radius:4px;width:100%}
.mms__button--search{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:4px;padding:10px;font-size:1rem;color:#757575;cursor:pointer;text-align:left}
.mms__button--search.mms__button--active{color:#121212;border-color:#f0b64c}
.filter__metro .mms{max-width:none;width:100%}

/* Карточки «Популярные запросы» и популярных станций — ровная сетка */
.pop-searches{margin:40px 0}
.pop-searches__title,.city_metro_stations__title{font-weight:300}
.pop-searches__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}
.pop-searches__card,.pop-stations__card{position:relative;display:block;height:180px;border-radius:10px;overflow:hidden}
.pop-searches__img,.pop-stations__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.pop-searches__card:hover .pop-searches__img,.pop-stations__card:hover .pop-stations__img{transform:scale(1.05)}
.pop-searches__shadow,.pop-stations__shadow{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(20,20,20,.75))}
.pop-searches__label,.pop-stations__name{position:absolute;left:14px;right:14px;bottom:12px;color:#fff;font-size:16px;line-height:1.35;display:flex;align-items:center;gap:6px}
.pop-stations__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:16px}
.pop-stations__card{height:150px}
@media only screen and (max-width:900px){.pop-searches__grid{grid-template-columns:repeat(2,1fr)}.pop-stations__grid{grid-template-columns:repeat(2,1fr)}}

/* Подвал: чёрный фон как шапка, яркие оранжевые ссылки, белые заголовки */
.footer .footer-block{background:#303030}
.footer-links{max-width:1286px;margin:0 auto;padding:34px 16px;text-align:left}
.footer-links__block{margin-bottom:32px}
.footer-links__title{font-weight:700;font-size:18px;margin-bottom:16px;color:#fff}
.footer-links__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px 32px}
.footer-links__link{color:#f0b64c;font-size:14px;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.footer-links__link:hover{color:#f5c96e;text-decoration:underline}
.footer-links__toggle{margin-top:14px;background:none;border:none;color:#f0b64c;font-size:14px;cursor:pointer;padding:0;text-decoration:underline dotted}
.footer-links__toggle:hover{color:#f5c96e}
.footer .copyright-home{background:#303030;color:#bbb}
@media only screen and (max-width:900px){.footer-links__grid{grid-template-columns:repeat(2,1fr)}}

/* Переключатель Аренда / Купить */
.deal-toggle{display:flex;gap:0;margin-bottom:12px;border-radius:6px;overflow:hidden;border:2px solid #f0b64c}
.deal-toggle__btn{flex:1;min-height:44px;padding:9px 26px;background:#fff;color:#f0b64c;border:none;font-size:1rem;cursor:pointer;font-family:Roboto,Arial,Helvetica,sans-serif}
.deal-toggle__btn--active{background:#f0b64c;color:#fff}
.deal-toggle--hero{margin:0 auto 12px;display:flex;width:100%;max-width:1024px}

/* Шире поля ввода на главной (площадь/цена) */
.hub-hero__field{min-width:150px;max-width:280px}
.hub-hero__form input.hub-hero__field{min-width:160px}
/* Дропдауны района/метро — крупнее и поверх карты ниже */
.hub-hero__content{position:relative;z-index:20}
.mms__panel{width:380px;z-index:300}
.mms__list{max-height:420px}
.mms--district .mms__panel,.filter__metro .mms__panel{width:380px}
/* Tagline — каждое предложение с новой строки */
.header__tagline-line{display:block}

/* Дропдауны района/метро не должны обрезаться hero-фото — виден весь список */
.hub-hero__photo{overflow:visible}
.hub-hero__img{border-radius:0}
/* Шире поля От/До в попапах фильтра (площадь и цена) */
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__price,
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__square{width:38%;min-width:110px}
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period{width:100%}
/* Текстовый блок главной — стиль и размер как у FAQ (Roboto, 15px) */
.first-page-text-block__text,
.first-page-text-block__text p,
.first-page-text-block__text li,
.first-page-text-block__text span{
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #555;
}
.first-page-text-block__text h1,
.first-page-text-block__text h2,
.first-page-text-block__text h3{
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
  color: #313131;
}
.first-page-text-block__text h2{font-size:20px}
.first-page-text-block__text h3{font-size:17px}

/* Ещё шире попап цены и поля От/До — для крупных сумм продажи */
.filter__price .ui.input .price-popup,
.filter__square .ui.input .square-popup{width:340px !important}
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__price,
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__square{min-width:130px !important;width:42% !important}

/* Карта офисов на главной — выше */
.metro-map-block__map{height:680px !important}
@media only screen and (max-width:640px){.metro-map-block__map{height:460px !important}}
/* Кнопка «Сбросить» рядом с «Найти» */
.reset-search-form{background:#fff !important;color:#f0b64c !important;border:2px solid #f0b64c !important;padding:11px !important;margin-left:6px !important;font-weight:400}
.reset-search-form:hover{background:#fff6e6 !important}

/* Блок «предложения, которые могут заинтересовать» */
.related-offers{background:#fafafa;padding:32px 0 40px;margin-top:10px}
.related-offers .wrapper{max-width:1286px;margin:0 auto;padding:0 16px}
.related-offers__title{font-weight:300;font-size:26px;margin:0 0 20px;text-align:center;color:#313131}
.related-offers__list .description__office{background:#fff}

/* Шапка формы поиска: Аренда/Купить слева, «Сбросить» справа сверху */
.search-form-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
.search-form-head .deal-toggle{margin-bottom:0}
.search-form-head .reset-search-form{margin:0 !important;align-self:flex-start;min-height:44px}
/* Единая нормальная толщина шрифта у кнопок Аренда/Купить/Найти (как «Сбросить») */
.deal-toggle__btn,
.hub-hero__find,
.submit-search-form,
.submit-search-form.ui.button,
.reset-search-form{font-weight:400 !important}

/* Заголовки секций — жирные оранжевые */
.section-title--accent{color:#f0b64c !important;font-weight:700 !important}
/* Popular searches: поля по бокам, hover-подсветка карточек */
.pop-searches{max-width:1286px;margin:40px auto;padding:0 24px}
.pop-searches__card{border:2px solid transparent;transition:border-color .2s,transform .2s}
.pop-searches__card:hover{border-color:#f0b64c;transform:translateY(-2px)}
/* Metro stations: слайдер, крупные карточки, hover */
.city_metro_stations{max-width:1286px;margin:0 auto;padding:0 24px}
.pop-stations__slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;-webkit-overflow-scrolling:touch}
.pop-stations__slider::-webkit-scrollbar{height:8px}
.pop-stations__slider::-webkit-scrollbar-thumb{background:#f0b64c;border-radius:4px}
.pop-stations__slider .pop-stations__card{flex:0 0 300px;height:210px;scroll-snap-align:start;border:2px solid transparent;transition:border-color .2s,transform .2s}
.pop-stations__slider .pop-stations__card:hover{border-color:#f0b64c;transform:translateY(-2px)}
.pop-stations__name{font-size:17px}
@media only screen and (max-width:640px){.pop-stations__slider .pop-stations__card{flex-basis:78vw;height:180px}}
/* Business articles: подпись оранжевая, заголовок белый */
.news-block h2{color:#f0b64c !important;font-weight:700 !important}
.card-news__title,.news-grid .card-news .news-wrap{background:#f0b64c !important;color:#fff !important}
.news-grid .card-news{transition:transform .2s}
.news-grid .card-news:hover{transform:translateY(-2px)}
.news-grid .card-news:hover .news-wrap{background:#f5c96e !important}

/* Автоподсказки поля «Адрес или название БЦ» */
.filter__query{position:relative}
.query-suggest{position:absolute;z-index:80;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid #f0b64c;border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.18);max-height:340px;overflow:auto}
.query-suggest__item{display:block;padding:9px 12px;border-bottom:1px solid #f3e2c4;text-decoration:none;color:#121212}
.query-suggest__item:last-child{border-bottom:none}
.query-suggest__item:hover{background:#fff6e6}
.query-suggest__name{display:block;font-size:14px;font-weight:500}
.query-suggest__addr{display:block;font-size:12px;color:#8a8a8a}

/* Заголовок «Офисы на карте» — отступ снизу */
.metro-map-block__title{margin-bottom:24px !important}
.metro-map-block{margin-bottom:36px}

/* Карточка статьи: оранжевая плашка тянется до низа (без белого края) */
.news-grid .card-news{display:flex;flex-direction:column;background:#f0b64c}
.news-grid .card-news img{flex:0 0 auto}
.news-grid .card-news .news-wrap{flex:1 0 auto;background:#f0b64c !important;color:#fff !important}
/* Кнопка «Все статьи» */
.news-block__more{display:block;margin:26px auto 0;background:#f0b64c;color:#fff;border:none;border-radius:6px;padding:11px 34px;font-size:1rem;cursor:pointer}
.news-block__more:hover{background:#f5c96e}

/* Единый шрифт по всему сайту — как в FAQ (Avenir Next) */
body, body *:not(i):not(.icon):not(i.icon *):not([class*="icon"]){
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
}

/* Заголовки в тексте города и зданий — Avenir Next */
.first-page-text-block__text h1,.first-page-text-block__text h2,.first-page-text-block__text h3,
.first-page-text-block__text strong,.building__description h1,.building__description h2,
.building__description h3,.building__description strong{
  font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
}
/* Мобильный заголовок формы обратной связи — межстрочный отступ и воздух */
@media only screen and (max-width:640px){
  .contact-block h6, .feedback__title{line-height:1.4 !important;padding:6px 0}
}

/* Блок «похожих» перекрывает фикс-карту справа (не наоборот) */
.related-offers{position:relative;z-index:30;background:#fff}
/* Пагинация — оранжевые цифры (без синего/чёрного) */
.description__pagination_controls_page,
.description__pagination_controls_button,
.description__pagination_controls_next{color:#f0b64c !important}
.description__pagination_controls_page:hover,
.description__pagination_controls_next:hover{color:#f5c96e !important}
.description__pagination_controls_current{color:#f0b64c !important;border-bottom-color:#f0b64c !important}
/* Мобильный: телефонное поле по центру, как остальные */
@media only screen and (max-width:640px){
  .feedback__phone .iti,.feedback__phone .item__content,.feedback__phone input{text-align:center}
  .feedback__phone .iti__flag-container{position:static;display:inline-flex;vertical-align:middle}
  .feedback__phone{text-align:center}
}

/* Текущая страница пагинации — тоже оранжевая (перебиваем шаблон) */
.description__pagination .description__pagination_controls_current,
span.description__pagination_controls_current{color:#f0b64c !important;border-bottom-color:#f0b64c !important}

/* Ссылка «метро рядом» на странице здания — оранжевая, не синяя */
.building__metro__link,.building__metro-bold a{color:#f0b64c !important}
.building__metro__link:hover{color:#f5c96e !important}
/* Текст города — чуть меньше, заголовки Avenir Next */
.first-page-text-block__text,.first-page-text-block__text p,.first-page-text-block__text li,
.first-page-text-block__text span{font-size:14px !important;line-height:1.65 !important}
/* Описание здания — единый шрифт, нормальный размер (было крупно/жирно) */
.building__description,.building__description p,.building__description span,.building__description li,
.building__description div{font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
  font-size:14px !important;line-height:1.65 !important;font-weight:400 !important;color:#333}
.building__description h1,.building__description h2,.building__description h3,.building__description strong{
  font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;color:#222}
.building__description h1,.building__description h2{font-size:18px !important;font-weight:700 !important;margin:16px 0 8px}
.building__description h3{font-size:16px !important;font-weight:700 !important}
.building__description strong{font-weight:700 !important}
.building__description img{max-width:100%;height:auto}
/* Карточка станции/района без фото — градиент */
.pop-stations__card--nophoto{background:linear-gradient(135deg,#3a3f45,#20242a)}
.pop-stations__card--nophoto .pop-stations__shadow{background:none}
/* Плавное раскрытие всех статей */
.news-grid{transition:none}
.news-block__more{transition:background .2s}

/* Плавное раскрытие статей */
.news-grid-wrap{max-height:400px;overflow:hidden;transition:max-height .55s ease}
.news-grid-wrap--open{max-height:6000px}
@media only screen and (max-width:900px){.news-grid-wrap{max-height:760px}}
@media only screen and (max-width:640px){.news-grid-wrap{max-height:420px}}

/* Статьи: один ряд в свёрнутом виде, без полу-ряда */
.news-grid-wrap{max-height:none;overflow:visible}
/* «Метро рядом» — станции в столбик */
.building__metro-bold{display:block;margin-bottom:6px}
/* Автоподсказка: выбранное/наведённое название — оранжевое, не синее */
.query-suggest__item,.query-suggest__name{color:#121212 !important}
.query-suggest__item:hover,.query-suggest__item:focus{background:#fff6e6}
.query-suggest__item:hover .query-suggest__name,.query-suggest__item:focus .query-suggest__name{color:#f0b64c !important}
/* Чекбоксы типа офиса — ровным столбиком */
.office-type-popup .office-type-option,.js-office-type-popup .office-type-option{
  display:flex !important;align-items:center;gap:10px;padding:6px 4px;text-align:left}
.office-type-popup .office-type-option input,.js-office-type-popup .office-type-option input{
  flex:0 0 auto;margin:0}
.office-type-popup .office-type-option span,.js-office-type-popup .office-type-option span{flex:1}
/* Все заголовки в тексте (город и листинг) — Avenir Next */
.first-page-text-block__text h1,.first-page-text-block__text h2,.first-page-text-block__text h3,
.first-page-text-block__text h4,.first-page-text-block__text strong,.first-page-text-block__text b{
  font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important}

/* Заголовок «Похожие предложения для вас» — Avenir Next жирный */
.related-offers__title{font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;font-weight:700 !important;color:#222}

/* Всплывающий баннер-опросник */
.promo-overlay{position:fixed;inset:0;z-index:9999;background:rgba(20,20,22,.6);display:flex;align-items:center;justify-content:center;padding:16px;animation:promoFade .25s ease}
@keyframes promoFade{from{opacity:0}to{opacity:1}}
.promo-modal{position:relative;background:#fff;border-radius:14px;max-width:520px;width:100%;padding:30px 28px 24px;box-shadow:0 24px 60px rgba(0,0,0,.35);animation:promoUp .3s ease}
@keyframes promoUp{from{transform:translateY(20px);opacity:.6}to{transform:none;opacity:1}}
.promo-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:20px;color:#999;cursor:pointer;line-height:1}
.promo-close:hover{color:#f0b64c}
.promo-title{font-size:22px;font-weight:700;margin:0 0 8px;color:#1a1a1a;font-family:'Avenir Next',Roboto,sans-serif}
.promo-sub{font-size:14px;color:#666;margin:0 0 18px;line-height:1.5}
.promo-field{margin-bottom:12px;flex:1}
.promo-row{display:flex;gap:12px}
.promo-label{display:block;font-size:13px;color:#444;margin-bottom:5px;font-weight:500}
.promo-input{width:100%;min-height:42px;border:1px solid #d9d9d9;border-radius:8px;padding:10px 12px;font-size:15px;background:#fff}
.promo-input:focus{border-color:#f0b64c;outline:none;box-shadow:0 0 0 2px rgba(255,176,32,.25)}
.promo-toggle{display:flex;border:2px solid #f0b64c;border-radius:8px;overflow:hidden}
.promo-toggle__btn{flex:1;padding:9px;background:#fff;color:#f0b64c;border:none;cursor:pointer;font-size:15px}
.promo-toggle__btn--on{background:#f0b64c;color:#fff}
.promo-submit{width:100%;margin-top:6px;background:#f0b64c;color:#fff;border:none;border-radius:8px;padding:13px;font-size:16px;cursor:pointer}
.promo-submit:hover{background:#f5c96e}
.promo-agree{font-size:11px;color:#999;text-align:center;margin:10px 0 0;line-height:1.4}
.promo-field .iti{width:100%}
.promo-field .iti input{width:100%;min-height:42px;border:1px solid #d9d9d9;border-radius:8px;padding:10px 12px}
@media only screen and (max-width:520px){.promo-row{flex-direction:column;gap:0}.promo-modal{padding:26px 18px 20px}}

/* Контакты в шапке: телефон и почта тонким оранжевым, рядом с языками */
.header__contacts{float:right;display:flex;flex-direction:column;align-items:flex-end;margin:8px 18px 0 0;line-height:1.45}
.header__contacts a{color:#f0b64c;font-family:'Avenir Next',Roboto,Arial,sans-serif;font-weight:300;text-decoration:none;transition:color .15s,text-shadow .15s}
.header__contacts-phone{font-size:15px}
.header__contacts-mail{font-size:12.5px}
.header__contacts a:hover{color:#f5c96e;text-shadow:0 0 10px rgba(255,176,32,.65)}
@media only screen and (max-width:760px){.header__contacts{display:none}}

/* Мобильная: поля поиска одной ширины, языки вправо от логотипа */
@media only screen and (max-width:640px){
  .form__content .filter__item,
  .form__content .filter__item input,
  .form__content .filter__item .item__content,
  .form__content .filter__buttom,
  .form__content .deal-toggle{
    width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box}
  .header__language{float:right !important;margin-right:0 !important;margin-left:auto !important}
  .header .container{position:relative}
  .header__language .item__content{margin-right:0 !important}
}
@media only screen and (max-width:640px){
  .hub-hero__field{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box}
}

/* Шапка: контакты + языки одним блоком справа; контакты белым, ховер — оранжевая подсветка */
.header__right{float:right;display:flex;align-items:center;gap:18px}
.header__right .header__language{float:none;margin:0}
.header__contacts{float:none;display:flex;flex-direction:column;align-items:flex-end;margin:0;line-height:1.45}
.header__contacts a{color:#fff}
.header__contacts a:hover{color:#f0b64c;text-shadow:0 0 12px rgba(255,176,32,.85)}

/* Попап коворкингов: оранжевая рамка со свечением */
.cw-modal{position:relative;background:#fff;border-radius:14px;max-width:440px;width:100%;padding:0 0 24px;overflow:hidden;
  border:2px solid #f0b64c;box-shadow:0 0 34px rgba(255,176,32,.6),0 24px 60px rgba(0,0,0,.35);animation:promoUp .3s ease;text-align:center}
.cw-modal__img{width:100%;height:200px;object-fit:cover;display:block;margin-bottom:16px}
.cw-modal .promo-title{padding:0 22px}
.cw-modal .promo-sub{padding:0 22px}
.cw-modal__btn{display:inline-block;margin:4px 22px 0;background:#f0b64c;color:#fff;border-radius:8px;padding:13px 28px;font-size:16px;text-decoration:none}
.cw-modal__btn:hover{background:#f5c96e;color:#fff}
.header__right .header__language{width:auto !important;min-width:0}
.header__right .header__language .item__content{position:relative;right:auto;left:auto;margin:0}

/* Попап «Самые выгодные предложения»: форма внутри карточки с фото */
.bd-form{padding:0 22px;text-align:left}
.bd-form .promo-submit{margin-top:2px}

/* Контакты в шапке: оранжевым, при наведении белая подсветка */
.header__contacts a{color:#f0b64c}
.header__contacts a:hover{color:#f5c96e;text-shadow:0 0 12px rgba(255,255,255,.95)}
/* Мобильная: языки сверху, телефон и почта под ними */
@media only screen and (max-width:760px){
  .header__contacts{display:flex}
  .header__right{flex-direction:column-reverse;align-items:flex-end;gap:4px}
  .header__contacts{align-items:flex-end;line-height:1.35}
  .header__contacts-phone{font-size:13.5px}
  .header__contacts-mail{font-size:11.5px}
}

/* Мобильная: попапы формы поиска не шире экрана, без сдвига страницы */
@media only screen and (max-width:640px){
  .office-type-popup,.js-office-type-popup,.price-popup,.js-price-popup{
    left:0 !important;right:auto !important;width:100% !important;max-width:100% !important;
    min-width:0 !important;box-sizing:border-box;transform:none !important}
  .office-type-popup .office-type-option,.js-office-type-popup .office-type-option{
    width:100%;justify-content:flex-start;text-align:left}
  .office-type-popup .office-type-option span{flex:1;white-space:normal}
  .price-popup input,.js-price-popup input{max-width:42%;box-sizing:border-box}
  .description__search,.description__content{overflow-x:clip}
  /* «Уточнить поиск» первой строкой листинга — не прятать за шапкой */
  .description__content > .description__detailed_search:first-child{margin-top:112px}
}
@media only screen and (max-width:640px){
  .form__content .filter__item input[type=checkbox]{width:18px !important;max-width:18px !important;flex:0 0 18px}
}

/* «Часто задаваемые вопросы» — оранжевым */
.faq-block h2{color:#f0b64c !important}
/* Карточки статей шире: 2 в ряд вместо 3 */
.news-grid{grid-template-columns:repeat(3,1fr) !important;gap:22px}
@media only screen and (max-width:640px){.news-grid{grid-template-columns:1fr !important}}
/* SEO-текст под подборками */
.offers-section__seo{margin:18px auto 0;max-width:1024px;font-size:14.5px;line-height:1.6;color:#555;text-align:left;font-family:'Avenir Next',Roboto,Arial,sans-serif}

/* Заголовки текста города/листинга — Avenir Next вместе со всеми вложенными span/strong */
.first-page-text-block__text h1,.first-page-text-block__text h2,.first-page-text-block__text h3,
.first-page-text-block__text h4,.first-page-text-block__text h5,.first-page-text-block__text h6,
.first-page-text-block__text :is(h1,h2,h3,h4,h5,h6) *{
  font-family:'Avenir Next',Roboto,Arial,Helvetica,sans-serif !important}

/* Страница статьи — формат старого сайта: хиро с фото, две колонки */
.news_article__title{position:relative;height:340px;background-size:cover;background-position:center}
.news_article__title_shadow{position:absolute;inset:0;background:rgba(37,39,41,.5)}
.news_article__title_text_position{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6%}
.news_article__title_text{color:#f7f7f7;font-family:'Avenir Next',Roboto,Arial,Helvetica,sans-serif;font-size:30px;font-weight:700;text-align:center;margin:0;position:relative}
.news_article__columns{max-width:1160px;margin:0 auto;padding:30px 16px 10px;display:flex;gap:36px;align-items:flex-start;text-align:left}
.news_article__left_column{flex:1 1 68%}
.news_article__content{width:100% !important;max-width:none !important}
.news_article__content h1,.news_article__content h2{font-size:22px}
.news_article__right_column{flex:0 0 28%;position:sticky;top:20px}
.news_article__another_title{font-family:'Avenir Next',Roboto,Arial,sans-serif;font-weight:700;font-size:18px;margin-bottom:12px;color:#222}
.news_article__another_item{margin:0 0 10px;font-size:15px;font-weight:400;line-height:1.4}
.news_article__another_item_link{color:#f0b64c;text-decoration:none}
.news_article__another_item_link:hover{color:#d99a2f;text-decoration:underline}
@media only screen and (max-width:768px){
  .news_article__columns{flex-direction:column;gap:16px}
  .news_article__right_column{position:static;flex:1 1 auto;width:100%}
  .news_article__title{height:240px}
  .news_article__title_text{font-size:22px}
}

/* Статья: фото хиро тегом img (no-referrer), контент не вылезает из колонки */
.news_article__title_img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.news_article__left_column{min-width:0}
.news_article__content img{max-width:100% !important;height:auto !important;float:none !important;margin:10px 0 !important;display:block}
.news_article__content table,.news_article__content iframe{max-width:100%}
.news_article__content{overflow-wrap:break-word}
