
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100 900;  
  font-display: optional;
  src: url(/fonts/roboto/roboto-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(/fonts/roboto/roboto-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* The original site relied on the slidesjs jQuery plugin to reveal the slider
   after initialization; the React slider renders ready-made markup instead. */
.slides {
  display: block;
}
.slides picture.slide-hidden {
  display: none;
}

.slides picture { display: block; width: 100%; height: 100%; }
.slides img.image__content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slidesjs-previous.slidesjs-navigation,
.slidesjs-next.slidesjs-navigation {
  display: block;
}

/* State classes replacing the inline styles the legacy jQuery code toggled */
.ui.flowing.popup.popup-open {
  display: block;
}
@media only screen and (max-width: 768px) {
  .description__search.search-open {
    display: block;
  }
}

/* Mapbox canvas fills the map panel */
.map-canvas {
  width: 100%;
  height: 100%;
}

/* FormSubmit honeypot field */
.honey-field {
  display: none;
}

/* Justified copy in the SEO text block (was inline style="text-align:justify") */
.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 p {
  text-align: justify;
}

/* ---- Building page (one_office) additions ---- */
.open-office__picture .slides picture,
.open-office__picture .slides img.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.open-office__picture .slides picture.slide-hidden {
  display: none;
}
.picture__dots-wrapper {
  position: absolute;
  bottom: 17px;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.picture__dots .dots__image {
  display: inline-block;
  background: grey;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin: 5px 7px;
  opacity: 0.75;
  cursor: pointer;
  font-size: 0;
}
.picture__dots .dots__image.active {
  background: #fff;
}
/* map block under the building info */
.building-page-map .description__map-wrapper {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 480px;
  min-height: 480px;
}
.building-page-map .description__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.building-page-map .search_buildings {
  top: 12px;
  left: 12px;
}

/* ---- Address / building autocomplete suggestions ---- */
.search_buildings__result {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  max-height: 320px;
  overflow-y: auto;
  text-align: left;
}
.search_buildings__result_item {
  padding: 9px 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.search_buildings__result_item:hover {
  background: #f5f5f5;
}
.search_buildings__result_item_title {
  display: block;
  font-weight: 700;
  color: #252729;
}
.search_buildings__result_item_address {
  display: block;
  font-size: 13px;
  color: #777;
}

/* intl-tel-input inside semantic ui input */
.feedback__item .ui.input .iti {
  width: 100%;
}

/* ---- Header tagline (replaces "Commission 0%") ---- */
.commission_info__text.header__tagline {
  display: inline-block;
  max-width: 620px;
  white-space: normal;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .commission_info__text.header__tagline {
    display: none;
  }
}

/* ---- Office type filter popup ---- */
.office-type-popup {
  min-width: 265px;
}
.office-type-options {
  display: block;
  text-align: left;
}
.office-type-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
  cursor: pointer;
  font-size: 14px;
  color: #252729;
}
.office-type-option:hover {
  background: #f5f5f5;
}
.office-type-option input {
  accent-color: #f0b64c;
}

/* ---- Brand-gold agreement links ---- */
.feedback__agreement a,
.form__agreement_text a,
.contact-block__agreement-link a {
  color: #f0b64c;
}
.feedback__agreement a:hover,
.form__agreement_text a:hover,
.contact-block__agreement-link a:hover {
  color: #f5c96e;
}

/* ---- Homepage-style footer: contact block ---- */
.footer.footer-home {
  background: #fff;
  color: #313131;
  padding: 0;
}
.contact-block {
  background: #fff;
  padding: 56px 15px 40px;
  text-align: center;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.contact-block .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-block h6 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #313131;
  margin: 0 0 18px;
}
.contact-block__agreement {
  font-size: 14px;
  color: #555;
}
.contact-block__agreement-link {
  font-size: 14px;
  margin: 4px 0 26px;
}
.contact-block .feedback__form {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
  border: 2px solid #f0b64c;
}
.contact-block .feedback__item {
  flex: 1 1 0;
  margin: 0;
  background: #f0b64c;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
}
.contact-block .feedback__item.feedback__buttom {
  flex: 0 0 170px;
  background: #4a4a4a;
  border-right: none;
}
.contact-block .feedback__item .ui.input {
  width: 100%;
  height: 100%;
}
.contact-block .feedback__item input.item__content {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}
.contact-block .feedback__item input.item__content::placeholder {
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
}
.contact-block .feedback__buttom button.ui.black.button {
  width: 100%;
  height: 56px;
  margin: 0;
  border-radius: 0;
  background: #4a4a4a;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact-block .feedback__buttom button.ui.black.button:hover {
  background: #3a3a3a;
}
/* intl-tel-input inside the yellow bar */
.contact-block .feedback__item .iti {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
}
.contact-block .feedback__item .iti input.item__content {
  height: 56px;
  text-align: left;
  padding-left: 8px;
}
.contact-block .feedback__item .iti__selected-dial-code,
.contact-block .feedback__item .iti__selected-country {
  color: #fff;
}
.contact-block .feedback__item .iti__dropdown-content {
  color: #313131;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .contact-block .feedback__form {
    flex-direction: column;
    border: none;
  }
  .contact-block .feedback__item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .contact-block .feedback__item.feedback__buttom {
    flex-basis: auto;
  }
}

/* ---- Homepage-style footer: popular cities ---- */
.footer-block {
  background: #fff;
  padding: 30px 20px 24px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-align: left;
}
.footer-block .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px 26px;
  max-width: 1420px;
  margin: 0 auto;
}
.footer-block .country {
  color: #f0b64c;
  font-size: 17px;
  font-weight: 700;
  margin: 22px 0 12px;
}
.footer-block .card-city {
  display: inline-block;
  color: #5a5a5a;
  font-size: 13.5px;
  line-height: 1.95;
  text-decoration: none;
}
.footer-block .card-city:hover {
  color: #f0b64c;
}
.copyright-home {
  max-width: 1420px;
  margin: 34px auto 0;
  text-align: center;
  color: #f0b64c;
  font-size: 12.5px;
  line-height: 1.5;
}
@media only screen and (max-width: 1100px) {
  .footer-block .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .footer-block .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* phone field inside the dark building-page form keeps its height */
.form__inner .feedback__item .iti {
  width: 100%;
}
.form__inner .feedback__item .iti input.item__content {
  width: 100%;
}

/* show the suggestions dropdown when it has matches (original CSS hides it) */
.search_buildings__result.result-open {
  display: block;
}

/* ---- Search filters: equal-width grid so rows line up ---- */
.description__search .ui.form.flex-align {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  align-items: stretch;
}
.description__search .ui.form.flex-align .filter__item {
  width: 100%;
  margin: 0;
  padding: 0;
}
.description__search .ui.form.flex-align .filter__item .ui.input,
.description__search .ui.form.flex-align .filter__item .ui.input > button {
  width: 100%;
}
.description__search .ui.form.flex-align .filter__buttom {
  grid-column: 1 / -1;
}
.description__search .ui.form.flex-align .filter__buttom .submit-search-form {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .description__search .ui.form.flex-align {
    grid-template-columns: 1fr;
  }
}

/* ---- CTA banner under the office list ---- */
.contact-block.search-banner {
  padding: 34px 0 10px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}
.contact-block.search-banner h6 {
  font-size: 21px;
}
.contact-block.search-banner .feedback__form {
  max-width: 100%;
}
.contact-block.search-banner .feedback__item input.item__content {
  font-size: 12.5px;
}

/* ---- Business articles block ---- */
.news-block {
  background: #fff;
  padding: 48px 20px 20px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.news-block .wrapper {
  max-width: 1420px;
  margin: 0 auto;
}
.news-block h2 {
  text-align: center;
  font-size: 26px;
  color: #313131;
  margin: 0 0 28px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.card-news {
  display: block;
  text-decoration: none;
  color: #313131;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.card-news img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.card-news .news-wrap {
  padding: 12px 14px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.card-news:hover .news-wrap {
  color: #f0b64c;
}
@media only screen and (max-width: 1100px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- FAQ block ---- */
.faq-block {
  background: #fff;
  padding: 40px 20px 56px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.faq-block .wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.faq-block h2 {
  text-align: center;
  font-size: 26px;
  color: #313131;
  margin: 0 0 26px;
}
.faq-item {
  border-bottom: 1px solid #e5e5e5;
}
.faq-item__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  padding: 16px 4px;
  font-size: 16.5px;
  font-weight: 700;
  color: #313131;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.faq-item__question:hover {
  color: #f0b64c;
}
.faq-item__question .icon {
  transition: transform 0.2s ease;
}
.faq-item--open .faq-item__question .icon {
  transform: rotate(180deg);
}
.faq-item__answer {
  display: none;
  padding: 0 4px 18px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}
.faq-item--open .faq-item__answer {
  display: block;
}

/* full-width sections must paint above the fixed map panel */
.news-block,
.faq-block,
.footer.footer-home {
  position: relative;
  z-index: 5;
}

/* ---- Round of design tweaks ---- */
/* header tagline: bigger, brand gold, vertically centered in the header */
.header .container {
  position: relative;
}
.header .header__menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  float: none;
  width: 44%;
  text-align: center;
}
.commission_info__text.header__tagline {
  color: #f0b64c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  max-width: none;
  text-align: center;
  padding-left: 0;
}

/* CTA banner: full listing width, wider phone cell */
.contact-block.search-banner .wrapper {
  max-width: 100%;
}
.contact-block.search-banner .feedback__form {
  max-width: 100%;
  width: 100%;
}
.contact-block .feedback__item.feedback__phone {
  flex: 1.7 1 0;
}
.contact-block.search-banner .feedback__item.feedback__buttom {
  flex: 0 0 130px;
}

/* Business articles: 3 per row, bigger previews, same width as the text block */
.news-block .wrapper {
  width: 80%;
  max-width: 1024px;
}
.news-grid {
  grid-template-columns: repeat(3, 1fr);
}
.card-news img {
  height: 210px;
}
@media only screen and (max-width: 900px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

/* building page feedback form: gray texts -> white */
.form__inner .form__description,
.form__inner .header__title-address {
  color: #fff;
}

/* footer typography matches the listing cards (Roboto) */
.footer.footer-home,
.footer.footer-home h6,
.footer.footer-home input,
.footer.footer-home button,
.footer-block .country,
.footer-block .card-city,
.copyright-home {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* center the tagline precisely: drop the empty menu list stub */
.header .header__menu .menu__list {
  display: none;
}
/* banner form spans the whole listing column */
.search-banner .feedback__row,
.search-banner .feedback__row form {
  width: 100%;
}

/* stronger selector: building form description must be white */
#sticky-form .form__inner .form-contents .form__description,
.form__inner .form__section .form__description {
  color: #fff;
}

/* ---- Footer form: solid white text and placeholders ---- */
.contact-block .feedback__item input.item__content {
  color: #fff;
}
.contact-block .feedback__item input.item__content::placeholder {
  color: #fff;
  opacity: 1;
}
.contact-block .feedback__item input.item__content::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

/* cities and agreement text use the same font as the descriptive text blocks */
.footer-block .card-city,
.contact-block__agreement,
.contact-block__agreement-link {
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif;
}

/* ---- intl-tel-input: dropdown as wide as the whole phone cell ---- */
.feedback__item .iti {
  position: relative;
}
.feedback__item .iti .iti__dropdown-content {
  width: 100%;
  min-width: 240px;
}

/* dial code matches the placeholder color in the dark building form */
.form__inner .feedback__item .iti__selected-dial-code {
  color: #c4c3c3;
}

/* footer.css sets gray placeholders with higher specificity — force white
   text and placeholders inside the yellow forms */
.contact-block .feedback__form .feedback__item .ui.input input.item__content {
  color: #fff;
}
.contact-block .feedback__form .feedback__item .ui.input input.item__content::placeholder {
  color: #fff !important;
  opacity: 1;
}
.contact-block .feedback__form .feedback__item .ui.input input.item__content::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.contact-block .feedback__item .iti__selected-dial-code {
  color: #fff;
}

.contact-block .feedback__form .feedback__item .ui.input input.item__content {
  caret-color: #fff;
}
.contact-block .feedback__form .feedback__item .ui.input input.item__content:not(:placeholder-shown) {
  color: #fff;
}
.contact-block .feedback__form .feedback__item .ui.input input.item__content:-webkit-autofill,
.contact-block .feedback__form .feedback__item .ui.input input.item__content:-webkit-autofill:hover,
.contact-block .feedback__form .feedback__item .ui.input input.item__content:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #f0b64c inset;
  box-shadow: 0 0 0 1000px #f0b64c inset;
}

/* mobile: stacked yellow-form fields take the full width */
@media only screen and (max-width: 900px) {
  .contact-block .feedback__form .feedback__item,
  .contact-block .feedback__form .feedback__item.feedback__buttom {
    width: 100%;
    flex: 0 0 auto;
  }
}

/* ---- Branded "request sent" toast ---- */
.thankyou-toast {
  position: fixed;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 92%;
  background: #303030;
  border: 2px solid #f0b64c;
  color: #fff;
  padding: 14px 22px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 15px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  animation: thankyou-in 0.35s ease;
}
.thankyou-toast__check {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f0b64c;
  color: #303030;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes thankyou-in {
  from {
    opacity: 0;
    transform: translate(-50%, -12px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* FAQ uses the same font as the footer city links */
.faq-block,
.faq-block h2,
.faq-item__question,
.faq-item__answer {
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif;
}

/* articles block and footer region headings share the same font */
.news-block h2,
.card-news .news-wrap,
.footer-block .country {
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif;
}

/* mobile office accordion: content toggling without semantic.js */
.ui.accordion.office-list .content {
  display: none;
}
.ui.accordion.office-list .content.active {
  display: block;
  margin-bottom: 1rem;
}
.ui.accordion.office-list .title {
  cursor: pointer;
}
.ui.accordion.office-list .title .title__column {
  display: table-cell;
  vertical-align: middle;
}
/* detail table styling comes from one_office.css (original) */
.ui.accordion.office-list .card__table {
  width: 100%;
}

/* country search field: keep the caret clear of the magnifier icon */
.iti__search-input {
  padding-left: 34px !important;
}

/* expanded office row: gold background + white circle arrow (as on the
   original site) */
.open-office__content .open-office__info .ui.accordion.office-list .title.active {
  background: #f0b64c;
}
.open-office__content .open-office__info .ui.accordion.office-list .title.active .arrow-icon {
  background-color: #fff;
  border-color: #fff;
  color: #f0b64c;
}
.ui.accordion.office-list .content.active .card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  padding: 14px 18px;
}

/* ---- Article page (/news/{slug}/) ---- */
.article-page {
  background: #fff;
  padding: 40px 20px 30px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.article-page .wrapper {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.article-page .ui.breadcrumb {
  margin-bottom: 20px;
}
.article-page__body {
  width: 100% !important;
}
.article-page__body h1 {
  font-size: 30px;
  margin-bottom: 18px;
}
.article-page__body h2,
.article-page__body h3 {
  margin: 22px 0 10px;
}
.article-page__body p {
  margin: 0 0 12px;
  line-height: 1.65;
}
.article-page__body ul,
.article-page__body ol {
  margin: 0 0 12px 22px;
}
.article-page__body ul {
  list-style: disc outside;
}
.article-page__body ol {
  list-style: decimal outside;
}
.article-page__body li {
  margin-bottom: 6px;
  line-height: 1.6;
}
.article-page__banner {
  margin-top: 30px;
}
.news-grid .card-news img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.footer .card-city { color: #444; }
.footer .card-city:hover { color: #f0b64c; }
.footer .country { color: #121212; }

:focus, :focus-visible { outline-color: #f0b64c !important; }
.ui.input.focus > input, .ui.input > input:focus,
input:focus, textarea:focus, select:focus,
.item__content:focus, .hub-hero__field:focus, .mms__search:focus {
  border-color: #f0b64c !important;
  box-shadow: 0 0 0 1px rgba(237,174,73,.35) !important;
  outline: none !important;
}

.ui.breadcrumb a, .ui.breadcrumb a.section, a.section { color: #f0b64c !important; }
.ui.breadcrumb a:hover, a.section:hover { color: #f0b64c !important; }

.description__pagination_controls_current,
.pagination_controls_current { border-bottom-color: #f0b64c !important; color: #313131 !important; }
.description__pagination_controls_page:hover { color: #f0b64c !important; }

.ui.button:focus, .ui.button:active { background-color: #f5c96e; }
.ui.input.focus > input, .ui.input > input:focus { border-color: #f0b64c !important; }
a { }

.footer__contacts { text-align: center; padding: 18px 0 0; }
.footer__contacts-mail { color: #ffb020; font-size: 15px; font-weight: 600; text-decoration: none; }
.footer__contacts-mail:hover { color: #ffc94d; text-decoration: underline; }

.unit-status { display:inline-block; padding:2px 10px; border-radius:12px; font-size:12px; font-weight:700; white-space:nowrap; }
.unit-status--available { background:#f0b64c; color:#fff; }
.unit-status--reserved { background:#fff; color:#d98e1b; border:1.5px solid #f0b64c; }
.unit-status--sold { background:#f1f1f1; color:#9a9a9a; }
.unit-row--sold td { color:#b5b5b5; }

.phk-filter-rows { margin: 14px 0 4px; }
.phk-filter-row { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 10px; }
.phk-filter-row__label { flex: 0 0 160px; width: 160px; font-weight: 700; font-size: 14px; color: #333; padding-top: 7px; }

.phk-filter-row__chips { display: flex; flex-wrap: wrap; gap: 8px; flex: 1 1 auto; min-width: 0; }

@media (max-width: 640px) {
  .phk-filter-row { flex-wrap: wrap; gap: 0; margin-bottom: 14px; }
  .phk-filter-row__label { flex: 1 1 100%; width: auto; padding-top: 0; margin-bottom: 6px; }
}
.phk-chip {
  border: 1.5px solid #e0d7c4; background: #fff; color: #444;
  border-radius: 18px; padding: 6px 16px; font-size: 13px; cursor: pointer;
}
.phk-chip:hover { border-color: #f0b64c; }
.phk-chip--on { background: #f0b64c; border-color: #f0b64c; color: #fff; font-weight: 700; }

.contact-block h6 { line-height: 1.6 !important; }

.devs-page { padding: 120px 20px 40px; max-width: 1024px; margin: 0 auto; }
.devs-page__title { font-size: 32px; margin-bottom: 12px; }
.devs-page__intro { color: #666; font-size: 15px; line-height: 1.6; margin-bottom: 28px; max-width: 760px; }
.devs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.devs-card { border: 1px solid #eee3cd; border-radius: 12px; padding: 20px; background: #fffdf8; }
.devs-card__name { font-size: 19px; margin: 0 0 4px; }
.devs-card__brand { color: #f0b64c; font-size: 13px; margin-bottom: 10px; }
.devs-card__project { display: block; padding: 6px 0; color: #f0b64c; text-decoration: none; font-size: 14px; font-weight: 600; }
.devs-card__project:hover { text-decoration: underline; }
.devs-card__units { color: #999; }
.devs-card__site { display: inline-block; margin-top: 10px; font-size: 13px; color: #f0b64c; }
.devs-page__sub { margin: 30px 0 10px; font-size: 20px; }
.devs-soon__item { display: inline-block; margin: 0 12px 8px 0; padding: 6px 14px; background: #f5f0e4; border-radius: 16px; font-size: 13px; color: #666; }
.devs-page__cta { margin: 26px 0; font-size: 16px; }

.phk-list-controls { display: flex; gap: 10px; align-items: center; margin-top: 8px; }

@media (max-width: 640px) {
  .description__header .description__title { float: none; display: block; }
  .phk-list-controls { clear: both; width: 100%; margin-top: 10px; }
  .phk-list-controls .phk-sort { flex: 1 1 auto; min-width: 0; }
  .phk-list-controls .phk-fav-toggle { flex: 0 0 auto; white-space: nowrap; }
}
.phk-sort { padding: 7px 10px; border: 1.5px solid #e0d7c4; border-radius: 8px; font-size: 13px; background: #fff; }
.phk-fav-toggle { border: 1.5px solid #e0d7c4; background: #fff; color: #666; border-radius: 18px; padding: 6px 14px; font-size: 13px; cursor: pointer; }
.phk-fav-toggle--on { background: #f0b64c; border-color: #f0b64c; color: #fff; font-weight: 700; }
.phk-fav-btn { position: absolute; top: 10px; right: 12px; background: #fff; border: 1.5px solid #e6ddc8; border-radius: 50%; width: 34px; height: 34px; font-size: 16px; color: #ccc; cursor: pointer; z-index: 3; line-height: 1; }
.phk-fav-btn:hover { color: #f0b64c; border-color: #f0b64c; }
.phk-fav-btn--on { color: #fff; background: #f0b64c; border-color: #f0b64c; }
.office__content { position: relative; }

.related-offers .description__office {
  max-width: 760px; margin: 0 auto 16px;
  border: 2px solid #f0b64c !important; border-radius: 10px; overflow: hidden;
}
.related-offers .office__image_content { display: flex; }
.related-offers .office__image { width: 40%; min-width: 220px; }
.related-offers .office__image img { height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
.related-offers .office__content { padding: 14px 18px; }

.districts-seo { margin: 18px auto 0; max-width: 1024px; font-size: 14px; line-height: 1.65; color: #555; }
.districts-seo strong { color: #333; }

.devs-banner { position: relative; max-width: 1180px; margin: 30px auto; border-radius: 14px; overflow: hidden; min-height: 260px; display: flex; align-items: center; }
.devs-banner__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.devs-banner__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,20,12,.82) 0%, rgba(24,20,12,.45) 60%, rgba(24,20,12,.15) 100%); }
.devs-banner__content { position: relative; padding: 36px 40px; max-width: 620px; }
.devs-banner__title { color: #fff; font-size: 28px; margin: 0 0 10px; }
.devs-banner__text { color: #f2e8d5; font-size: 15px; line-height: 1.55; margin: 0 0 18px; }
.devs-banner__btn { display: inline-block; background: #f0b64c; color: #fff; font-weight: 700; padding: 12px 26px; border-radius: 8px; text-decoration: none; text-transform: uppercase; font-size: 14px; letter-spacing: .5px; }
.devs-banner__btn:hover { background: #ffb020; }
@media (max-width: 640px) { .devs-banner__content { padding: 24px 20px; } .devs-banner__title { font-size: 22px; } }

.devs-page a, .devs-page__cta a { color: #f0b64c; }
.devs-page a:hover { color: #ffb020; }
a.devs-banner__btn, a.devs-banner__btn:visited, a.devs-banner__btn:hover { color: #fff !important; }

.specials__wrap { max-width: 1180px; margin: 8px auto 26px; padding: 0 16px; }
.specials__title { margin-bottom: 16px; }
.specials__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.specials__card { display: flex; flex-direction: column; gap: 6px; padding: 20px; background: #fffdf8; border: 2px solid #f0b64c; border-radius: 12px; text-decoration: none; transition: transform .15s; }
.specials__card:hover { transform: translateY(-3px); }
.specials__badge { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: #f0b64c; color: #fff; font-size: 17px; font-weight: 800; }
.specials__name { color: #222; font-weight: 700; font-size: 15px; }
.specials__sub { color: #8a8a8a; font-size: 13px; line-height: 1.45; }

.contact-block {
  position: relative;
  padding-top: 72px !important;
  padding-bottom: 60px !important;
  background: #fff !important;
}
.contact-block .wrapper { position: relative; z-index: 1; }
.contact-block h6, .contact-block .contact-block__agreement {
  color: #313131 !important;
  text-shadow: none !important;
}

.metro-map-block__split { display: flex; width: 100%; }
.metro-map-block__split .metro-map-block__map { width: 50%; }
.metro-map-block__split .metro-map-block__map .metro-map-block__canvas { width: 100%; height: 100%; }
.metro-map-block__video { width: 50%; overflow: hidden; background: #111; }
.metro-map-block__video video,
.metro-map-block__video img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) {
  .metro-map-block__split { flex-direction: column; }
  .metro-map-block__split .metro-map-block__map, .metro-map-block__video { width: 100%; }
  .metro-map-block__video video,
  .metro-map-block__video img { max-height: 300px; }
}

.devs-page { padding-top: 90px !important; }
.devs-hero {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 28px;
}
.devs-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.devs-hero__shade { position: absolute; inset: 0; background: linear-gradient(rgba(20,16,8,.1) 30%, rgba(20,16,8,.72) 100%); }
.devs-hero__inner { position: relative; padding: 30px 34px; max-width: 760px; }
.devs-hero__title { color: #fff; font-size: 34px; margin: 0 0 10px; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.devs-hero__intro { color: #f2ecdf; font-size: 15px; line-height: 1.6; margin: 0; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
@media (max-width: 640px) { .devs-hero { min-height: 240px; } .devs-hero__inner { padding: 22px 18px; } .devs-hero__title { font-size: 25px; } }

.contact-block.search-banner {
  background: #fff !important;
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}
.contact-block.search-banner::before { display: none; }
.contact-block.search-banner h6,
.contact-block.search-banner .contact-block__agreement { color: #313131 !important; text-shadow: none !important; }

.phk-filter-row--submit { margin-top: 6px; }
.phk-find-btn.ui.black.button {
  width: 100%;
  background: #f0b64c;
  border: 2px solid #f0b64c;
  color: #fff;
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
}
.phk-find-btn.ui.black.button:hover { background: #ffb020; border-color: #ffb020; }

.phk-filter-row--submit { display: flex; gap: 10px; align-items: stretch; }
.phk-filter-row--submit .phk-find-btn.ui.black.button { flex: 1 1 auto; width: auto; }
.phk-reset-btn {
  flex: 0 0 auto;
  background: #fff;
  border: 2px solid #e0d7c4;
  color: #666;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}
.phk-reset-btn:hover { border-color: #f0b64c; color: #d98e1b; }

.phk-book-btn {
  background: #f0b64c; color: #fff; border: none;
  border-radius: 6px; padding: 6px 14px;
  font-size: 12px; font-weight: 700; cursor: pointer; white-space: nowrap;
}
.phk-book-btn:hover { background: #ffb020; }
.phk-book-btn--wide { width: 100%; margin-top: 10px; padding: 10px; font-size: 14px; }

.phk-booking__unit {
  background: #faf4e6; border: 1px solid #f0e2c2; border-radius: 8px;
  padding: 10px 12px; margin: 4px 0 12px; font-size: 13px; color: #7a5a12; font-weight: 600;
}
.phk-booking__phone { margin-bottom: 10px; }
.phk-booking__phone .iti { width: 100%; }
.phk-booking__phone input {
  width: 100%; box-sizing: border-box; padding: 12px 14px;
  border: 1.5px solid #e4dcc9; border-radius: 8px; font-size: 14px; outline: none;
}
.phk-booking__phone input:focus { border-color: #f0b64c; }

.phk-search { position: relative; }
.phk-search__icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #b3a888; pointer-events: none; }
.phk-search__input {
  width: 100%; box-sizing: border-box;
  padding: 9px 12px 9px 34px;
  border: 1.5px solid #e0d7c4; border-radius: 8px;
  font-size: 14px; outline: none; background: #fff; color: #333;
}
.phk-search__input:focus { border-color: #f0b64c; }
.phk-search__results {
  position: absolute; z-index: 40; left: 0; right: 0; top: calc(100% + 4px);
  background: #fff; border: 1px solid #e6ddc8; border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.14); overflow: hidden; text-align: left;
}
.phk-search__item { display: block; padding: 9px 14px; text-decoration: none; border-bottom: 1px solid #f2ece0; }
.phk-search__item:last-child { border-bottom: none; }
.phk-search__item:hover { background: #faf4e6; }
.phk-search__item-title { display: block; color: #333; font-weight: 600; font-size: 14px; }
.phk-search__item-sub { display: block; color: #999; font-size: 12px; }

.phk-search--listing { margin-bottom: 12px; max-width: 49.1%; }
@media (max-width: 768px) { .phk-search--listing { max-width: 100%; } }

.hub-hero__search { max-width: 100%; margin: 0 0 12px; }
.phk-search--hero .phk-search__input { padding-top: 13px; padding-bottom: 13px; box-shadow: 0 4px 18px rgba(0,0,0,.18); }

.phk-popup__overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(30, 26, 18, 0.62);
  display: flex; align-items: center; justify-content: center;
  padding: 20px; animation: phkFadeIn .25s ease;
}
.phk-popup {
  position: relative; width: 100%; max-width: 440px;
  background: #fff; border-radius: 14px; border-top: 5px solid #f0b64c;
  padding: 30px 30px 26px; box-shadow: 0 24px 70px rgba(0,0,0,.35);
  font-family: Roboto, Arial, sans-serif;
  max-height: 92vh; overflow-y: auto; animation: phkUp .3s ease;
}
.phk-popup__close {
  position: absolute; top: 10px; right: 12px;
  background: none; border: none; cursor: pointer;
  font-size: 18px; color: #b5b5b5; line-height: 1; padding: 6px;
}
.phk-popup__close:hover { color: #333; }
.phk-popup__eyebrow { color: #f0b64c; font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.phk-popup__title { font-size: 22px; line-height: 1.25; margin: 0 0 10px; color: #222; }
.phk-popup__text { font-size: 14px; line-height: 1.5; color: #666; margin: 0 0 18px; }
.phk-popup__input {
  display: block; width: 100%; box-sizing: border-box; margin: 0 0 10px;
  padding: 12px 14px; border: 1.5px solid #e4dcc9; border-radius: 8px; font-size: 14px; outline: none;
}
.phk-popup__input:focus { border-color: #f0b64c; }
.phk-popup__btn {
  display: block; width: 100%; background: #f0b64c; color: #fff; border: none;
  border-radius: 8px; padding: 13px; font-size: 15px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase; cursor: pointer;
}
.phk-popup__btn:hover { background: #ffb020; }
.phk-popup__thanks { text-align: center; padding: 18px 0 10px; }
.phk-popup__check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; background: #f0b64c; color: #fff; font-size: 24px; margin-bottom: 12px;
}
.phk-popup__thanks p { color: #444; font-size: 15px; line-height: 1.5; }
@keyframes phkFadeIn { from { opacity: 0; } }
@keyframes phkUp { from { transform: translateY(18px); opacity: 0; } }
@media (max-width: 480px) { .phk-popup { padding: 24px 18px 20px; } }

.privacy-page { max-width: 860px; margin: 0 auto; padding: 120px 20px 50px; }
.privacy__body h1 { font-size: 32px; margin: 0 0 6px; }
.privacy__body .privacy__date { color: #999; font-size: 13px; margin: 0 0 26px; }
.privacy__body h2 { font-size: 19px; margin: 28px 0 10px; color: #333; }
.privacy__body p, .privacy__body li { font-size: 15px; line-height: 1.7; color: #444; }
.privacy__body ul { margin: 8px 0 14px 20px; }
.privacy__body li { margin-bottom: 5px; }
.privacy__body a { color: #f0b64c; }
.privacy__body a:hover { color: #ffb020; }

.footer__contacts { display: flex; gap: 12px; justify-content: center; padding: 20px 0 4px; flex-wrap: wrap; }
.footer__msgr {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 18px; border-radius: 24px; text-decoration: none;
  font-size: 14px; font-weight: 600; color: #fff; transition: opacity .15s;
}
.footer__msgr:hover { opacity: .85; color: #fff; }
.footer__msgr--wa { background: #25d366; }
.footer__msgr--tg { background: #2aabee; }

.description__list .description__office .office__image .image__content {
  object-fit: cover;
  background: #f4f1ea;
}

.picks { background: #fbf8f2; padding: 46px 0 50px; margin: 30px 0; position: relative; z-index: 2; }
.picks__wrap { max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.picks__title { margin: 0 0 6px; }
.picks__sub { color: #7a7266; font-size: 15px; line-height: 1.6; max-width: 720px; margin: 0 0 26px; }
.picks__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.pick {
  display: flex; flex-direction: column; background: #fff; border-radius: 14px;
  overflow: hidden; text-decoration: none; border: 1px solid #f0e6d2;
  box-shadow: 0 4px 18px rgba(120, 95, 40, .07);
  transition: transform .18s, box-shadow .18s;
}
.pick:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(120, 95, 40, .16); }
.pick__photo { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #f4f1ea; }
.pick__photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.pick:hover .pick__photo img { transform: scale(1.05); }
.pick__num {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: #f0b64c; color: #fff; font-weight: 800; font-size: 17px;
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.pick__body { display: flex; flex-direction: column; gap: 10px; padding: 20px 22px 22px; }
.pick__name { font-size: 21px; font-weight: 700; color: #222; letter-spacing: .3px; }
.pick__text { font-size: 14px; line-height: 1.6; color: #6b6459; flex: 1; }
.pick__cta { color: #f0b64c; font-weight: 700; font-size: 14px; }
.pick:hover .pick__cta { color: #ffb020; }
@media (max-width: 640px) { .picks { padding: 34px 0 38px; } .pick__name { font-size: 19px; } }

.hub-hero__pop { position: relative; }
.hub-hero__popbtn {
  width: 100%; height: 100%; min-height: 44px;
  background: #fff; border: none; border-radius: 4px;
  padding: 11px 14px; font-size: 15px; color: #333;
  text-align: left; cursor: pointer; font-family: inherit;
}
.hub-hero__popbtn:hover { color: #000; }
.hub-hero__popup {
  position: absolute; z-index: 60; top: calc(100% + 8px); left: 0;
  min-width: 290px; background: #fff; border-radius: 10px;
  box-shadow: 0 12px 34px rgba(0,0,0,.24); padding: 16px; text-align: left;
}
.hub-hero__popup--wide { min-width: 340px; }

@media (max-width: 640px) {
  .hub-hero__popup,
  .hub-hero__popup--wide { left: 0; right: 0; width: auto; min-width: 0; padding: 14px; }
  .hub-hero__popup .popup-inputs__square,
  .hub-hero__popup .phk-price__num { min-width: 0; }
}

.hub-hero__form {
  display: grid; gap: 8px; max-width: 720px; margin: 0 auto;
  grid-template-columns: 1fr 130px 110px;
}
.hub-hero__form .hub-hero__fields { grid-area: 1 / 1 / 2 / 4; }
.hub-hero__form .hub-hero__search { grid-area: 2 / 1 / 3 / 2; max-width: none; margin: 0; }

.hub-hero__form .hub-hero__find { grid-area: 2 / 2 / 3 / 3; align-self: stretch; height: auto; margin: 0; }
.hub-hero__form .hub-hero__reset { grid-area: 2 / 3 / 3 / 4; align-self: stretch; margin: 0; }

.hub-hero__reset {
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 4px;
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.hub-hero__reset:hover { background: rgba(240, 182, 76, 0.22); border-color: #f0b64c; color: #f0b64c; }

.hub-hero__fields { display: flex; gap: 8px; align-items: flex-start; }
.hub-hero__fields > * { flex: 1 1 0; min-width: 0; max-width: none; }
.hub-hero__fields .mms { max-width: none; }

.hub-hero__field.hub-hero__pop {
  padding: 0; border: 0; background: transparent; min-height: 0;
}
.hub-hero__popbtn {
  height: 44px; min-height: 44px;
  border: 2px solid #fff; border-radius: 4px;
}

@media (max-width: 640px) {
  .hub-hero__form { display: flex; flex-direction: column; gap: 8px; max-width: 100%; }
  .hub-hero__form .hub-hero__search { margin: 0; }
  
  .hub-hero__fields { flex-direction: column; order: -1; }
  .hub-hero__fields > * { flex: 0 0 auto; width: 100%; max-width: 100%; }
  .hub-hero__field.hub-hero__pop { min-height: 44px; }
  .hub-hero__find { width: 100%; max-width: 100%; }
  .hub-hero__reset { width: 100%; max-width: 100%; min-height: 44px; }
}

.phk-price__cur { display: flex; gap: 6px; margin-bottom: 12px; }
.phk-cur {
  flex: 1; padding: 7px 0; border: 1.5px solid #e0d7c4; background: #fff;
  border-radius: 8px; font-size: 15px; font-weight: 700; color: #666; cursor: pointer;
}
.phk-cur--on { background: #f0b64c; border-color: #f0b64c; color: #fff; }
.phk-price__inputs { display: flex; align-items: center; gap: 8px; }
.phk-price__num {
  flex: 1; min-width: 0; padding: 9px 10px; border: 1.5px solid #e4dcc9;
  border-radius: 8px; font-size: 14px; outline: none;
}
.phk-price__num:focus { border-color: #f0b64c; }
.phk-price__dash, .phk-price__unit { color: #999; font-size: 14px; }

.phk-price__slider { position: relative; height: 26px; margin: 16px 2px 4px; }
.phk-price__slider::before {
  content: ''; position: absolute; left: 0; right: 0; top: 11px;
  height: 4px; background: #ece4d3; border-radius: 2px;
}
.phk-price__track { position: absolute; top: 11px; height: 4px; background: #f0b64c; border-radius: 2px; }
.phk-price__range {
  position: absolute; left: 0; width: 100%; top: 0; height: 26px;
  -webkit-appearance: none; appearance: none; background: none; pointer-events: none; margin: 0;
}
.phk-price__range::-webkit-slider-thumb {
  -webkit-appearance: none; pointer-events: auto;
  width: 20px; height: 20px; border-radius: 50%;
  background: #fff; border: 3px solid #f0b64c; cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.phk-price__range::-moz-range-thumb {
  pointer-events: auto; width: 20px; height: 20px; border-radius: 50%;
  background: #fff; border: 3px solid #f0b64c; cursor: pointer;
}

.phk-price__range:focus { outline: none; }
.phk-price__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(237,174,73,.4), 0 2px 6px rgba(0,0,0,.2);
}
.phk-price__range:focus::-moz-range-thumb { box-shadow: 0 0 0 3px rgba(237,174,73,.4); }
.phk-price__legend { display: flex; justify-content: space-between; font-size: 13px; color: #8a8a8a; }

.filter__price .ui.input .price-popup,
.filter__square .ui.input .price-popup,
.filter__square .ui.input .square-popup,
.filter__price .ui.input .square-popup { left: 0 !important; right: auto !important; }

.hub-types {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px; margin: 0 auto 16px; max-width: 620px;
}
.hub-type {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: 7px; width: 108px; padding: 12px 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.55); border-radius: 10px;
  background: rgba(255, 255, 255, 0.1); color: #fff; font-family: inherit;
  cursor: pointer; text-align: center;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.hub-type:hover { background: rgba(255, 255, 255, 0.2); }
.hub-type--active { border-color: #f0b64c; background: rgba(240, 182, 76, 0.22); color: #f0b64c; }
.hub-type__icon { display: block; line-height: 0; }
.hub-type__icon svg { width: 30px; height: 30px; display: block; }
.hub-type__label { font-size: 12.5px; font-weight: 600; line-height: 1.2; }
@media (max-width: 768px) {
  
  .hub-types { flex-wrap: nowrap; justify-content: center; gap: 6px; }
  .hub-type { flex: 1 1 0; width: auto; min-width: 0; padding: 9px 3px; }
  .hub-type__icon svg { width: 24px; height: 24px; }
  .hub-type__label { font-size: 11px; }
}

.listing-tail { position: relative; z-index: 3; background: #fff; display: flow-root; }
.footer { position: relative; z-index: 3; }

.first-page-text-block__text a, .js-text a, .home-seo-block__text a, .metro-seo a,
.news_article__content a, .faq-item__answer a {
  color: #f0b64c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.first-page-text-block__text a:hover, .js-text a:hover, .home-seo-block__text a:hover,
.metro-seo a:hover, .news_article__content a:hover, .faq-item__answer a:hover { color: #f5c96e; }

.hub-type:hover { border-color: #f0b64c; background: rgba(240,182,76,0.20); color: #f0b64c; }

.building__description a { color: #f0b64c; }
.building__description a:hover { color: #f5c96e; }

.news_article__another_items { display: flex; flex-direction: column; gap: 16px; }
.article-card { display: block; text-decoration: none; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,.10); transition: box-shadow .15s, transform .15s; }
.article-card:hover { box-shadow: 0 6px 18px rgba(0,0,0,.16); transform: translateY(-2px); }
.article-card__img { width: 100%; height: 140px; object-fit: cover; display: block; }
.article-card__title { margin: 0; padding: 10px 12px 12px; font-size: 15px; line-height: 1.3; font-weight: 600; color: #252729; transition: color .15s; }
.article-card:hover .article-card__title { color: #f0b64c; }
.news_article__title:hover .news_article__title_text { color: #f0b64c; transition: color .15s; }

.news_article__content a { color: #f0b64c; font-weight: 700; }
.news_article__content a:hover { color: #f5c96e; }

.first-page-text-block__text a, .home-seo-block__text a { color: #f0b64c; }
.first-page-text-block__text a:hover, .home-seo-block__text a:hover { color: #f5c96e; }

.news_article__left_column .article-page__banner { margin-top: 28px; }
.news_article__left_column .article-page__banner .contact-block { padding: 24px 0 8px; text-align: left; }
.news_article__left_column .article-page__banner .contact-block .wrapper,
.news_article__left_column .article-page__banner .contact-block .feedback__form { max-width: 100%; }

@media (min-width: 900px) {
  .news_article__title { max-width: 1128px; margin: 0 auto; height: 460px; }
}

.article-photo figcaption, .article-photo figcaption a { font-weight: 400; }

.article-card__title { background: #f0b64c; color: #fff !important; margin: 0; padding: 12px 14px; }
.article-card:hover .article-card__title { background: #f5c96e; color: #fff !important; }

@media (min-width: 900px) {
  .news_article__right_column { margin-left: auto; margin-right: 0; }
}

@media (min-width: 900px) {
  .pop-searches__grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .pop-searches__grid .pop-searches__card { flex: 0 0 300px; height: 210px; scroll-snap-align: start; }
  .pop-searches__grid::-webkit-scrollbar { height: 8px; }
  .pop-searches__grid::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 4px; }
  .pop-searches__grid::-webkit-scrollbar-thumb { background: #f0b64c; border-radius: 4px; }
}

.first-page-text-block__text,
.first-page-text-block__text p,
.first-page-text-block__text div,
.first-page-text-block__text li,
.first-page-text-block__text span,
.first-page-text-block__text a,
.first-page-text-block__text em,
.first-page-text-block__text i,
.first-page-text-block__text strong,
.first-page-text-block__text b,
.first-page-text-block__text td,
.first-page-text-block__text th {
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.first-page-text-block__text :is(h1, h2, h3, h4, h5, h6) * {
    font-size: inherit !important;
    line-height: inherit !important;
}
.first-page-text-block__text :is(h1, h2, h3, h4, h5, h6),
.first-page-text-block__text :is(h1, h2, h3, h4, h5, h6) * {
    color: #f0b64c !important;
}

.rot-fav-link__label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .2px;
    white-space: nowrap;
}
@media only screen and (max-width: 700px) {
    .rot-fav-link__label { display: none; }
}

.description__list .description__office .office__image .image__content {
  object-position: center 62%;
}

@media only screen and (max-width: 768px) {
  .feedback .feedback__item input.item__content,
  .contact-block .feedback__item input.item__content,
  .feedback .feedback__phone .item__content,
  .feedback .feedback__phone input,
  .feedback__phone .iti,
  .feedback__phone .item__content {
    text-align: left !important;
    padding-left: 16px;
  }
  
  .feedback .feedback__phone .iti input.item__content,
  .contact-block .feedback__item .iti input.item__content {
    padding-left: 8px;
  }
  .feedback .feedback__buttom .ui.button,
  .contact-block .feedback__buttom .ui.button,
  .feedback .feedback__item button[type='submit'] {
    text-align: left !important;
    padding-left: 16px;
  }
}

.filter__price .price-popup .phk-price__num,
.filter__square .price-popup .phk-price__num,
.filter__price .square-popup .phk-price__num,
.filter__square .square-popup .phk-price__num,
.hub-hero__popup .phk-price__num {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0;
}

.phk-find-btn.ui.black.button:focus,
.phk-find-btn.ui.black.button:active,
.phk-find-btn.ui.black.button:focus-visible {
  background: #d99a2f !important;
  border-color: #d99a2f !important;
  color: #fff;
  box-shadow: none;
}

.filter__price .price-popup .phk-price__range,
.filter__square .price-popup .phk-price__range,
.filter__price .square-popup .phk-price__range,
.filter__square .square-popup .phk-price__range,
.hub-hero__popup .phk-price__range,
.phk-price__range {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.phk-price__range:focus,
.filter__price .price-popup .phk-price__range:focus,
.filter__square .price-popup .phk-price__range:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.rot-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 22px;
  row-gap: 6px;
  text-align: center;
  padding: 16px 12px 4px;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 18px;
}
.rot-legal-links a {
    color: #9a9a9a;
    font-size: 12.5px;
    text-decoration: none;
    white-space: nowrap;
}
.rot-legal-links a:hover { color: #f0b64c; }
.rot-cookie-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.55);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.rot-cookie-modal[hidden] { display: none; }
.rot-cookie-modal__box {
    background: #fff;
    color: #303030;
    max-width: 430px;
    width: 100%;
    border-radius: 8px;
    padding: 22px 24px;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}
.rot-cookie-modal__box h3 { margin: 0 0 10px; font-size: 18px; color: #303030; }
.rot-cookie-modal__row { display: flex; gap: 8px; align-items: flex-start; margin: 12px 0; cursor: pointer; }
.rot-cookie-modal__row input { margin-top: 3px; }
.rot-cookie-modal__hint { color: #888; font-size: 12.5px; }
.rot-cookie-modal__actions { text-align: right; margin-top: 14px; }
.rot-cookie-modal__actions button {
    border: none; border-radius: 4px; padding: 8px 18px; margin-left: 8px;
    font-size: 14px; cursor: pointer;
}
.rot-cookie-modal__save { background: #f0b64c; color: #fff; }
.rot-cookie-modal__save:hover { background: #f5c96e; }
.rot-cookie-modal__cancel { background: #eee; color: #555; }

.rot-fav-link {
  display: inline-flex; align-items: center; gap: 5px; margin-right: 16px;
  color: #f0b64c; text-decoration: none; font-size: 18px; line-height: 1;
}
.rot-fav-link:hover { color: #f5c96e; }
.rot-fav-link__n {
  min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px;
  background: #f0b64c; color: #fff; font-size: 11px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center;
}

.header__right { float: right; display: flex; align-items: center; }
.header__right .header__language { float: none; width: auto; }
@media only screen and (max-width: 760px) {
    .header__right { flex-direction: row; align-items: center; gap: 0; }
}

@media only screen and (max-width: 700px) {
    .rot-fav-link {
        position: relative;
        width: 32px; height: 32px;
        border: 1.5px solid #f0b64c;
        border-radius: 50%;
        justify-content: center;
        gap: 0;
        margin-right: 10px;
        font-size: 15px;
    }
    .rot-fav-link__n {
        position: absolute;
        top: -6px; right: -8px;
        min-width: 16px; height: 16px;
        font-size: 10px;
    }
}

.iti.iti--detached-country-selector .iti__country-selector {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  overflow: auto;
}

@media only screen and (max-width: 991px) {
  input[type='text'],
  input[type='number'],
  input[type='email'],
  input[type='tel'],
  input[type='search'],
  input[type='url'],
  input[type='date'],
  select,
  textarea,
  .item__content,
  .promo-input,
  .popup-inputs__square,
  .popup-inputs__price,
  .filter__query-input,
  .hub-hero__field input,
  .iti input {
    font-size: 16px !important;
  }
}

.promo-overlay {
  max-width: 100vw;
  overflow-y: auto;
  padding: 12px;
}
.promo-modal,
.cw-modal {
  max-width: min(520px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow-y: auto;
}
.promo-close {
  width: 44px;
  height: 44px;
  top: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
}

.listing-h1 {
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #222;
  margin: 16px 0 14px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .listing-h1 {
    font-size: 21px;
    margin: 10px 0 12px;
  }
}

.office__cta {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.office__cta > a {
  flex: 1;
  min-width: 0;
  display: flex;           
}

.office__cta > a > .button__link,
.office__cta .office__request {
  width: 100%;
  min-height: 44px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.office__request {
  flex: 1;
  min-width: 0;
  border: 2px solid #f0b64c;
  background-color: #f0b64c;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.77px;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  transition: background-color 0.15s;
}
.office__request:hover {
  background-color: #f5c96e;
  border-color: #f5c96e;
}
@media only screen and (max-width: 640px) {
  .office__cta {
    flex-direction: column;
    gap: 8px;
  }
  .office__request {
    min-height: 44px;
    letter-spacing: 1px;
  }
}

.listing-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  float: left; 
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}
.listing-sort__label {
  white-space: nowrap;
}
.listing-sort__select {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  color: #303030;
  font-size: 14px;
  padding: 7px 10px;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .listing-sort {
    float: none;
    width: 100%;
    margin-top: 8px;
  }
  .listing-sort__select {
    flex: 1;
    min-width: 0;
    min-height: 40px;
  }
}

.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  gap: 8px;
}
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period .ui.button,
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period .ui.button.month {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  background: #fff;
  color: #252729;
  border: 1.5px solid #f0b64c;
  border-radius: 8px;
  box-shadow: none;
  transition: background .15s, color .15s, box-shadow .15s;
}
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period .ui.button:hover {
  background: rgba(240, 182, 76, 0.16);
  color: #252729;
  box-shadow: none;
}
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period .ui.button.active,
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period .ui.button.active:hover {
  background-color: #f0b64c;
  border-color: #f0b64c;
  color: #252729;
  box-shadow: 0 0 0 3px rgba(240, 182, 76, 0.28);
}

.ui.input .ui.flowing.popup {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

.header__language .menu {
  width: max-content !important;
  min-width: 100% !important;
  max-width: 260px !important;
}
.header__language .menu .item { white-space: nowrap !important; }
.header__language .default.text { font-size: 13px; }

@media (min-width: 1101px) {
  .related-offers .related-offers__list {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header .container .header__language { width: auto; min-width: 126px; }
.header .container .header__language .ui.selection.dropdown {
  min-width: 126px !important;
  width: 100% !important;
}
.header .container .header__language .ui.selection.dropdown .menu {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item {
  white-space: nowrap !important;
  font-size: 12px !important;
  padding: 9px 12px !important;
}

html, body { overflow-x: hidden; }
@media only screen and (max-width: 768px) {
  
  .description__office .office__image { height: 58vw; max-height: 300px; overflow: hidden; }
  .description__office .office__image .slides { height: 100% !important; min-height: 0 !important; max-height: none; }
  
  .feedback .feedback__item.feedback__buttom,
  .contact-block .feedback__item.feedback__buttom { outline: none !important; }
  .feedback .feedback__buttom .ui.button,
  .contact-block .feedback__buttom .ui.button { border: 1.5px solid #fff !important; border-radius: 2px; }
}

.rot-legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 18px; }
.rot-legal-links a { margin: 0; }

.slides picture { display: block; width: 100%; height: 100%; }
.slides img.image__content { width: 100%; height: 100%; object-fit: cover; }
@media only screen and (max-width: 768px) {
  
  .feedback .feedback__item.feedback__buttom,
  .contact-block .feedback__item.feedback__buttom {
    background: transparent !important;
    outline: none !important;
  }
  
  .feedback .feedback__buttom .ui.button,
  .contact-block .feedback__buttom .ui.button {
    text-align: center !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  .description__content { padding-top: 44px; }
}

@media only screen and (max-width: 900px) {
  .contact-block .feedback__item.feedback__buttom,
  .contact-block .feedback__form .feedback__item.feedback__buttom,
  .feedback .feedback__row .feedback__item.feedback__buttom {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-block .feedback__buttom .ui.button,
  .feedback .feedback__buttom .ui.button {
    width: 100% !important;
    margin: 0 !important;
  }
}

:root { --rot-header-h: 96px; }
.contact-block,
.search-banner,
section[id],
div[id],
h1[id], h2[id], h3[id] {
  scroll-margin-top: var(--rot-header-h);
}
@media only screen and (max-width: 900px) {
  :root { --rot-header-h: 100px; }
}

@media only screen and (max-width: 900px) {
  main { padding-top: 52px; }
  
  .rot-bridge ~ main { padding-top: 0; }
  
  main:has(.open-office) { padding-top: 0; }
}

@media only screen and (max-width: 600px) {
  .first-page-text-block__text h1 {
    font-size: 21px !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }
  .first-page-text-block__text h2 {
    font-size: 17px !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }
  .first-page-text-block__text h3 {
    font-size: 16px !important;
    text-align: left !important;
  }
}

@media only screen and (min-width: 426px) {
  .description__list .description__office .office__image_content {
    display: flex;
    align-items: stretch;
  }
  .description__list .description__office .office__image {
    display: block;
    flex: 0 0 47%;
    width: 47%;
    position: relative;
  }
  .description__list .description__office .office__content {
    display: block;
    flex: 1 1 auto;
  }
}

@media only screen and (min-width: 426px) {
  .description__list .description__office .office__image_content {
    min-height: 287px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .header__language {
    width: auto !important;
    min-width: 0 !important;
  }
  .header .container .header__language .ui.selection.dropdown {
    min-width: 0 !important;
    width: auto !important;
    min-height: 34px !important;
    padding: 8px 26px 8px 10px !important;
    font-size: 12px !important;
  }
  .header .container .header__language .ui.selection.dropdown > .text {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 900px) {
  main:has(.hub-hero) { padding-top: 0 !important; }
}

.promo-modal select.promo-input,
.promo-modal .promo-input {
  color: #252729;
}

@media only screen and (max-width: 600px) {
  .header .container .header__language .ui.selection.dropdown {
    padding: 8px 22px !important;
    text-align: center !important;
  }
  .header .container .header__language .ui.selection.dropdown > .text,
  .header .container .header__language .ui.selection.dropdown > .default.text {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

.promo-overlay {
  overflow-x: hidden !important;
  overscroll-behavior: contain;
}
.promo-modal {
  max-width: min(460px, calc(100vw - 24px));
  box-sizing: border-box;
  overflow-x: hidden;
}
.promo-modal *,
.promo-modal *::before,
.promo-modal *::after {
  box-sizing: border-box;
}

.promo-modal .promo-row,
.promo-modal .promo-field,
.promo-modal .iti {
  min-width: 0;
  max-width: 100%;
}
.promo-modal .promo-input,
.promo-modal .iti,
.promo-modal .iti input {
  width: 100%;
  max-width: 100%;
}
.promo-modal input[type="date"].promo-input {
  -webkit-appearance: none;
  appearance: none;
  min-width: 0;
}

.promo-modal input[type="date"].promo-input::-webkit-date-and-time-value {
  text-align: left;
  min-height: 1.2em;
}

.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period .ui.button.active,
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period .ui.button.active:hover {
  box-shadow: none;
}

.header .container .header__language .ui.selection.dropdown {
  text-align: left !important;
}
.header .container .header__language .ui.selection.dropdown > .text,
.header .container .header__language .ui.selection.dropdown > .default.text {
  text-align: left !important;
  width: auto !important;
  display: inline-block !important;
}
@media only screen and (max-width: 600px) {
  .header .container .header__language .ui.selection.dropdown {
    padding: 8px 26px 8px 12px !important;
  }
}
.header .container .header__language .ui.selection.dropdown .menu {
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  left: auto !important;
  right: 0 !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item {
  width: auto !important;
  white-space: nowrap !important;
  text-align: left !important;
}
.header .container .header__language .ui.selection.dropdown .menu .header__language__link {
  display: block !important;
  width: auto !important;
  white-space: nowrap !important;
}

.first-page-text-block__text :is(h1, h2, h3, h4, h5, h6) *,
.news_article__content :is(h1, h2, h3, h4, h5, h6) *,
.seo-block :is(h1, h2, h3, h4, h5, h6) * {
  font-weight: inherit !important;
}

@media only screen and (max-width: 600px) {
  .header .container .header__language,
  .header .container .header__language .ui.selection.dropdown {
    min-width: 106px !important;
  }
}
.header .container .header__language .ui.selection.dropdown .menu {
  width: calc(100% + 2px) !important;
  min-width: calc(100% + 2px) !important;
  max-width: calc(100% + 2px) !important;
  left: auto !important;
  right: 0 !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item {
  white-space: nowrap !important;
}

@media only screen and (min-width: 1025px) {
  
  .description__wrapper .description__map-wrapper .search_buildings {
    top: 88px;
    left: 12px;
    right: auto;
  }
}

.description__map-wrapper .search_buildings {
  left: 10px !important;
  right: auto !important;
}

.office__image_content .office__content { display: flex; flex-direction: column; }
.office__content > .office__cta { margin-top: auto; }

.ui.buttons.period { display: flex; justify-content: center; gap: 8px; width: 100%; }
.ui.buttons.period > .button { flex: 1 1 0; min-width: 0; margin: 0; }

.hub-types {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  justify-content: stretch;
}
.hub-types > * {
  flex: 1 1 0;
  min-width: 0;
}

@media only screen and (max-width: 760px) {
  .hub-types {
    justify-content: stretch;
  }
  .hub-types > * {
    flex: 1 1 0;
    min-width: 0;
  }
}

.iti__country-list,
.iti__dropdown-content,
.iti__country,
.iti__country-name,
.iti__search-input {
  text-align: left !important;
}

.bt-modal .bt-badge {
  display: inline-block;
  background: #f0b64c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 12px;
  margin: 10px 0 6px;
}
.bt-modal .bt-bullets {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  text-align: left;
  font-size: 14px;
  color: #444;
}
.bt-modal .bt-bullets li {
  position: relative;
  padding: 3px 0 3px 22px;
  line-height: 1.45;
}
.bt-modal .bt-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #f0b64c;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .header .container {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
  .header .container .header__logo {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    flex: 1 1 auto;
    min-width: 0;
  }
  .header .container .header__right {
    float: none !important;
    flex: 0 0 auto;
  }
  
  .header .container > .clearfix {
    display: none;
  }
  .header__logo .logo__link,
  .header__logo .logo__link-text.small-size {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
  }
  .header__logo .logo__link-text.small-size {
    font-size: clamp(12px, 3.9vw, 17px);
  }
}

@media only screen and (max-width: 360px) {
  .header .container .header__language .ui.selection.dropdown {
    min-width: 0;
  }
}

.iti__flag {
  
  background-image: var(--iti-path-flags-1x, url('/img/flags.webp')) !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x, url('/img/flags-2x.webp')) !important;
  }
}

.rot-bridge {
  position: sticky;
  top: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #303030;
  border-bottom: 2px solid #f0b64c;
  padding: 9px 44px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.rot-bridge__link {
  color: #f0b64c;
  font-weight: 600;
  text-decoration: none;
}
.rot-bridge__link:hover { color: #fff; text-decoration: underline; }
.rot-bridge__close {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  font-size: 15px;
  color: #9c9c9c;
  cursor: pointer;
}
.rot-bridge__close:hover { color: #fff; }

h1,h2,h3,h4,h5,h6{font-family:"Avenir Next",Roboto,Arial,Helvetica,sans-serif}
.description__content h2,.first-page-text-block h2{font-size:22px;font-weight:700;line-height:1.35;margin:1.4em 0 .6em}
.description__content h3,.first-page-text-block h3{font-size:19px;font-weight:700;line-height:1.35;margin:1.2em 0 .5em}
.description__content h4,.first-page-text-block h4{font-size:17px;font-weight:700;line-height:1.35;margin:1.1em 0 .5em}

.contact-block .feedback__form input.item__content,
.contact-block .feedback__form input.item__content:focus,
.search-banner .feedback__form input.item__content,
.search-banner .feedback__form input.item__content:focus,
.feedback__form .ui.input.focus > input.item__content,
.feedback__form .ui.input > input.item__content:focus {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

.article-cta { margin: 18px 0; }
.article-cta a {
  display: inline-block;
  background: #f0b64c;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 16px !important;
  text-decoration: none;
}
.article-cta a:hover { background: #f5c96e; }

.zero-results {
  border: 1px solid #f0b64c; border-radius: 8px; background: #fffaf0;
  padding: 16px 18px; margin: 0 0 18px;
}
.zero-results__title { font-weight: 700; font-size: 17px; margin: 0 0 4px; }
.zero-results__sub { margin: 0 0 12px; color: #555; }
.zero-results__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.zero-results__reset {
  display: inline-block; padding: 9px 16px; border: 1px solid #303030;
  border-radius: 4px; color: #303030; text-decoration: none; font-size: 14px;
}
.zero-results__cta {
  padding: 9px 16px; border: 0; border-radius: 4px; background: #f0b64c;
  color: #303030; font-size: 14px; cursor: pointer;
}

.rot-numfield { display: inline-flex; align-items: center; gap: 6px; flex: 1 1 0; min-width: 0; }
.rot-numfield__cap { font-size: 12px; color: #888; white-space: nowrap; }
.rot-numfield > input { min-width: 0; width: 100%; }

.description__list .description__office .office__content,
.description__office .office__content {
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
}
.description__office .office__content .go-to-detail,
.description__office .office__content .office__cta {
  margin-top: auto !important;
}

.office__cta { align-items: stretch; flex-wrap: wrap; }
.office__cta > a,
.office__cta .button__link,
.office__request {
  white-space: nowrap !important;
  flex: 1 1 auto !important;
  min-width: max-content !important;
}
.office__request { letter-spacing: .6px !important; padding-left: 10px !important; padding-right: 10px !important; }
@media only screen and (max-width: 640px) {
  .office__cta > a, .office__cta .button__link, .office__request { min-width: 0 !important; }
}

.first-page-text-block__text h2.seo-block__title,
.home-seo-block__text h2.seo-block__title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 14px;
}
@media only screen and (max-width: 600px) {
  .first-page-text-block__text h2.seo-block__title,
  .home-seo-block__text h2.seo-block__title {
    font-size: 21px !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }
}

.description__office a[href^="tel:"],
.office__item a[href^="tel:"],
.office__item-bold a[href^="tel:"] {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  text-decoration: none !important;
  pointer-events: none;
}

::selection { background: #f0b64c; color: #fff; }
::-moz-selection { background: #f0b64c; color: #fff; }
html { -webkit-tap-highlight-color: rgba(240, 182, 76, 0.35); }
a, button, [role='button'], input, select, textarea, label,
.promo-submit, .cw-modal__btn, .promo-close, .office__request, .brand-popup__cta {
  -webkit-tap-highlight-color: rgba(240, 182, 76, 0.35);
}
button, [role='button'], .promo-submit, .cw-modal__btn, .promo-close,
.office__request, .brand-popup__cta {
  -webkit-user-select: none;
  user-select: none;
}
:focus-visible {
  outline: 2px solid #f0b64c;
  outline-offset: 2px;
}
a:focus, button:focus, .promo-submit:focus, .cw-modal__btn:focus { outline-color: #f0b64c; }

.feedback__agree {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}
.search-banner .feedback__agree,
.contact-block .feedback__agree { color: rgba(255, 255, 255, 0.6); }

.feedback__form,
.contact-block .feedback__form,
.search-banner .feedback__form {
  flex-wrap: wrap;
}
.feedback__form > .feedback__agree,
.contact-block .feedback__form > .feedback__agree,
.search-banner .feedback__form > .feedback__agree,
.feedback__row > .feedback__agree {
  flex: 0 0 100% !important;
  width: 100%;
  order: 99;
  margin: 8px 0 0;
}

.feedback__agree a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.feedback__agree a:hover { color: #f0b64c; }

.contact-block .feedback__form,
.feedback__row form,
.feedback__form {
  border: none !important;
  box-shadow: none !important;
}
.feedback__agree,
.contact-block .feedback__agree,
.feedback__row .feedback__agree {
  position: static !important;
  flex: 0 0 100% !important;
  width: 100%;
  order: 99;
  margin: 12px 0 0 !important;
  text-align: center !important;
  font-size: 12px;
  line-height: 1.4;
  color: inherit !important;
  opacity: .65;
}
.feedback__row { padding-bottom: 0; }

.search-banner .feedback__agree,
.contact-block.search-banner .feedback__agree {
  color: rgba(255, 255, 255, .9) !important;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .75);
}
@media only screen and (max-width: 640px) {
  .feedback__agree { font-size: 11px; margin-top: 10px !important; }
}

.promo-agree a,
.bt-modal .promo-agree a,
.brand-popup a[href*="privacy"],
.brand-popup a[href*="terms"] {
  color: #f0b64c;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.promo-agree a:hover { color: #d99a2f; }

.contact-block:not(.search-banner) .feedback__agree {
  color: #6b6b6b !important;
  text-shadow: none !important;
}

.contact-block.search-banner .feedback__agree {
  color: #6b6b6b !important;
  text-shadow: none !important;
}
.contact-block.search-banner .feedback__agree a {
  color: #d99a2f !important;
}
.contact-block:not(.search-banner) .feedback__agree a {
  color: #d99a2f !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media only screen and (max-width: 768px) {
  .ui.input .ui.flowing.popup .popup-inputs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
  }
  .ui.input .ui.flowing.popup .popup-inputs .popup-inputs__square,
  .ui.input .ui.flowing.popup .popup-inputs .popup-inputs__price {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 6px 8px;
    margin-bottom: 0;
  }
  .popup-inputs .rot-numfield { flex: 1 1 0; min-width: 0; gap: 4px; }
  .popup-inputs .rot-numfield__cap { font-size: 11px; }
  .ui.input .ui.flowing.popup .popup-inputs .popup-inputs__text {
    margin-top: 0;
    flex: 0 0 auto;
    font-size: 12px;
    white-space: nowrap;
  }
}

.phk-list-controls .phk-sort {
  border-radius: 18px;
  padding: 6px 30px 6px 14px;
  font-size: 13px;
  color: #666;
  min-height: 32px;
  
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23888' stroke-width='1.6' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.phk-list-controls .phk-sort:focus { outline: none; border-color: #f0b64c; }

.phk-list-controls .phk-sort,
.phk-list-controls .phk-fav-toggle {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  
  .phk-list-controls .phk-sort { flex: 0 1 auto; max-width: 62%; }
}

.office__rub-note,
.unit-rub-note {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
.unit-rub-note { display: block; margin-top: 2px; }

.phk-firstrow {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.phk-firstrow .phk-search--listing {
  flex: 1 1 50%;
  min-width: 0;
  margin-bottom: 0;
  max-width: none !important;
}

.phk-firstrow .phk-search__input {
  width: 100%;
  box-sizing: border-box;
  height: 45px;
}

.phk-firstrow .filter__district {
  flex: 1 1 50%;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.phk-firstrow .filter__district .ui.input { width: 100%; position: relative; }

.description__search .form__content .square-button,
.description__search .form__content .price-button {
  height: 45px;
  min-height: 45px;
  box-sizing: border-box;
}
.phk-firstrow .filter__district .square-button {
  width: 100%;
  text-align: left;
  padding: 0 14px;          
  display: flex;
  align-items: center;
}

.phk-firstrow .filter__district .office-type-popup {
  left: 0 !important;
  right: auto !important;
  
  top: 100% !important;
  margin-top: 10px;
  min-width: 100%;
  box-sizing: border-box;
  z-index: 60;
}

.office-type-option__count { color: #999; font-size: 13px; flex: 0 0 auto; }

.phk-district {
  flex: 1 1 50%;
  min-width: 0;
  height: 45px;
  padding: 0 34px 0 14px;
  border: 1px solid #e0d7c4;
  border-radius: 8px;
  background: #fff;
  color: #313131;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23888' stroke-width='1.6' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
}
.phk-district:focus { outline: none; border-color: #f0b64c; }
@media only screen and (max-width: 768px) {
  
  .phk-firstrow { flex-direction: column; align-items: stretch; gap: 10px; }
  .phk-district { width: 100%; font-size: 16px; }  
  .phk-firstrow .filter__district { width: 100%; }
}

.news_article__content .article-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 20px;
  font-size: 15px;
  line-height: 1.45;
}
.news_article__content .article-table th,
.news_article__content .article-table td {
  padding: 9px 12px;
  text-align: left;
  border-bottom: 1px solid #eee6d6;
  vertical-align: top;
}
.news_article__content .article-table th {
  font-weight: 700;
  color: #303030;
  border-bottom: 2px solid #f0b64c;
  white-space: nowrap;
}
.news_article__content .article-table tbody tr:last-child td { border-bottom: 0; }
@media only screen and (max-width: 640px) {
  .news_article__content .article-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    
    max-width: calc(100vw - 40px);
    contain: inline-size;
  }
  .news_article__content .article-table th,
  .news_article__content .article-table td { white-space: nowrap; }
}

.hub-hero__city {
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif;
  
  font-weight: 100;
}

.phk-fav-clear {
  border: 1.5px solid #e0d7c4;
  background: #fff;
  color: #8a8a8a;
  border-radius: 18px;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.phk-fav-clear:hover { color: #f0b64c; border-color: #f0b64c; }
@media only screen and (max-width: 768px) {
  .phk-list-controls .phk-fav-clear { flex: 0 0 auto; }
}

.devs-banner__btn:hover,
.devs-banner__btn:focus-visible {
  background: #f5c96e;
}
.devs-banner__btn:active { background: #f8d894; }
.devs-banner__btn { transition: background .2s; }

.phk-firstrow .filter__district .square-button,
.phk-firstrow .filter__district .square-button:hover,
.phk-firstrow .filter__district .square-button:focus,
.phk-firstrow .filter__district .square-button:active {
  background: #fff;
  color: #313131;
  
  box-shadow: none;
  border: 1px solid #c2c2c2;
}
.phk-firstrow .filter__district .square-button:hover { border: 1px solid #f0b64c; }
.phk-firstrow .filter__district--on .square-button {
  border: 1px solid #f0b64c;
  color: #313131;
  font-weight: 700;
}

.phk-list-controls .phk-sort { font-size: 13px !important; }
.phk-list-controls .phk-sort:focus { font-size: 16px !important; }

.phk-chip { border-color: #f0b64c !important; }
.phk-chip--on { background: #f0b64c !important; border-color: #f0b64c !important; }
.phk-reset-btn { border-color: #f0b64c !important; }
.phk-reset-btn:hover { border-color: #f0b64c !important; background: rgba(240, 182, 76, .1); }
.phk-district { border-color: #f0b64c !important; }
.phk-firstrow .filter__district .square-button {
  border: 1px solid #f0b64c !important;
  border-radius: 8px;
}

.phk-firstrow .filter__district:not(.filter__district--on) .square-button span {
  color: #8a8a8a !important;
  font-weight: 400 !important;
  font-size: 1rem;
}
.phk-firstrow .filter__district--on .square-button span {
  color: #303030 !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 700px) {
  .header .container { display: flex; align-items: center; gap: 6px; padding: 2px 6px; }
  .header .container .header__logo { float: none; flex: 1 1 auto; min-width: 0; width: auto; }
  .header .header__logo .logo__link-text {
    font-size: 12px;
    letter-spacing: 0;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .header .container .header__right { float: none; display: flex; align-items: center; gap: 6px; flex: 0 0 auto; width: auto; }
  .header .header__contacts { margin: 0 2px 0 0; }
  .header .header__contacts-phone { font-size: 11px; font-weight: 400; letter-spacing: 0; color: #cfcfcf; white-space: nowrap; }
  
  .header .rot-fav-link__label { display: none; }
}
@media only screen and (max-width: 600px) {
  
  .header .header__contacts-phone { font-size: 10px; }
}

.header .container .header__language .ui.selection.dropdown .menu,
.header .container .header__language .ui.selection.dropdown .menu.visible {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  left: auto !important;
  right: 0 !important;
  box-sizing: border-box;
}

.header .container .header__language .ui.selection.dropdown .menu > .item {
  width: auto !important;
  white-space: nowrap !important;
  text-align: left !important;
  font-size: 12px !important;
  padding: 9px 12px !important;
}
.header .container .header__language .ui.selection.dropdown .menu .header__language__link {
  display: block !important;
  width: auto !important;
  white-space: nowrap !important;
  text-align: left !important;
}

.rot-sortdd { position: relative; display: inline-flex; flex: 0 1 auto; }
.rot-sortdd__btn {
  height: 34px;
  min-height: 34px;
  line-height: 1;
  padding: 0 30px 0 14px;
  border: 1.5px solid #f0b64c;
  border-radius: 18px;
  background: #fff;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23f0b64c' stroke-width='1.6' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.rot-sortdd__btn:hover { background-color: rgba(240, 182, 76, .1); }
.rot-sortdd__menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 70;
  min-width: 100%;
  width: max-content;
  max-width: min(280px, calc(100vw - 32px));
  background: #fff;
  border: 1.5px solid #f0b64c;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .16);
  padding: 4px;
  margin: 0;
  overflow: hidden;
}
.rot-sortdd__opt {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  color: #303030;
  cursor: pointer;
  white-space: nowrap;
}
.rot-sortdd__opt:hover { background: #fff6e6; }
.rot-sortdd__opt--on { background: #f0b64c; color: #fff; font-weight: 600; }

@media only screen and (max-width: 760px) {
  .hub-types .hub-type[data-type="meeting"],
  .hub-types .hub-type[data-type="medical"],
  .hub-types .hub-type[data-type="beauty"] { display: none !important; }
}

.header .container .header__language .ui.selection.dropdown .menu {
  width: max-content !important;
  min-width: 100% !important;
  max-width: min(240px, calc(100vw - 16px)) !important;
  left: auto !important;
  right: 0 !important;
}

.thankyou-toast {
  width: calc(100% - 28px);
  max-width: 560px;
  border-radius: 12px;
  padding: 16px 20px;
}
.thankyou-toast__text { display: block; line-height: 1.45; }
.thankyou-toast__text strong {
  display: block;
  font-size: 17px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 640px) {
  .listing-sort__label,
  .listing-sort .listing-sort__label { display: none !important; }
}
