.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;
}
.ui.flowing.popup.popup-open {
  display: block;
}
@media only screen and (max-width: 768px) {
  .description__search.search-open {
    display: block;
  }
}
.map-canvas {
  width: 100%;
  height: 100%;
}
.honey-field {
  display: none;
}
.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;
}
.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;
}
.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;
}
.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;
}
.feedback__item .ui.input .iti {
  width: 100%;
}
.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;
}
.form__agreement_text a {
  color: #f0b64c;
}
.form__agreement_text a:hover {
  color: #f5c96e;
}
.footer.footer-home {
  background: var(--navy-1, #252729);
  color: #ffffffbf;
  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 .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;
}
.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;
  }
}
.footer-block {
  background: #fff;
  padding: 30px 20px 24px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-align: left;
}
.copyright-home {
  max-width: 1420px;
  margin: 34px auto 0;
  text-align: center;
  color: #f0b64c;
  font-size: 12.5px;
  line-height: 1.5;
}
.form__inner .feedback__item .iti {
  width: 100%;
}
.form__inner .feedback__item .iti input.item__content {
  width: 100%;
}
.search_buildings__result.result-open {
  display: block;
}
.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%;
}
@media only screen and (max-width: 480px) {
  .description__search .ui.form.flex-align {
    grid-template-columns: 1fr;
  }
}
.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;
}
.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);
}
.footer.footer-home {
  position: relative;
  z-index: 5;
}
.header .container {
  position: relative;
}
.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;
}
.form__inner .form__description,
.form__inner .header__title-address {
  color: #fff;
}
.footer.footer-home,
.footer.footer-home h6,
.footer.footer-home input,
.footer.footer-home button,
.copyright-home {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.search-banner .feedback__row,
.search-banner .feedback__row form {
  width: 100%;
}
#sticky-form .form__inner .form-contents .form__description,
.form__inner .form__section .form__description {
  color: #fff;
}
.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;
}
.feedback__item .iti {
  position: relative;
}
.feedback__item .iti .iti__dropdown-content {
  width: 100%;
  min-width: 240px;
}
.form__inner .feedback__item .iti__selected-dial-code {
  color: #c4c3c3;
}
.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;
}
@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;
  }
}
@keyframes thankyou-in {
  from {
    opacity: 0;
    transform: translate(-50%, -12px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.faq-item__question {
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif;
}
.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;
}
.ui.accordion.office-list .card__table {
  width: 100%;
}
.iti__search-input {
  padding-left: 34px !important;
}
.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 {
  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;
}

: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 { 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; }

.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; }

.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; white-space: nowrap; }
.phk-price__slider { position: relative; height: 26px; margin: 16px 2px 4px; }
.phk-price--compact .phk-price__slider { margin: 10px 2px 2px; }
.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 1px 4px rgba(0, 0, 0, 0.25);
}
.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__legend { display: flex; justify-content: space-between; font-size: 13px; color: #8a8a8a; }
.price-popup .phk-price { margin-top: 6px; }

.filter__item .ui.input { position: relative; }
.filter__item .ui.flowing.popup.square-popup,
.filter__item .ui.flowing.popup.office-type-popup {
  left: 0; right: 0; width: auto; min-width: 0; max-width: none;
}

.filter__item .ui.flowing.popup.price-popup {
  left: 0; right: 0; width: auto; min-width: 0; max-width: none;
}
.filter__item .ui.flowing.popup .popup-inputs { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.filter__item .ui.flowing.popup .popup-inputs__square,
.filter__item .ui.flowing.popup .popup-inputs__price { flex: 1 1 0; min-width: 0; }

.price-popup__range { width: 100%; margin-top: 12px; }
.price-popup__range .phk-price__legend { margin-top: 2px; }

.phk-price__range,
.phk-price__range:focus,
.phk-price__range:active,
.price-popup__range input[type='range'],
.price-popup__range input[type='range']:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 0 !important;
}
.phk-price__slider { border: none !important; box-shadow: none !important; }
.phk-price__range:focus::-webkit-slider-thumb { border-color: #f0b64c; box-shadow: 0 0 0 4px rgba(240, 182, 76, 0.25); }
.phk-price__range:focus::-moz-range-thumb { border-color: #f0b64c; box-shadow: 0 0 0 4px rgba(240, 182, 76, 0.25); }

.filter__item .ui.flowing.popup { box-sizing: border-box; }

.js-square-popup, .js-people-popup, .js-office-type-popup, .js-price-popup, .square-popup, .office-type-popup, .price-popup {
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.phk-price__slider::before { background: #e3dcd0 !important; }
.phk-price__track { background: #f0b64c !important; height: 5px !important; top: 10px !important; }
.phk-price__slider::before { height: 5px !important; top: 10px !important; }
.phk-price__range { background: transparent !important; -webkit-appearance: none !important; }
.phk-price__range::-webkit-slider-runnable-track { background: transparent; height: 26px; }
.phk-price__range::-moz-range-track { background: transparent; height: 26px; }
.phk-price__range::-webkit-slider-thumb {
  -webkit-appearance: none; pointer-events: auto;
  width: 22px; height: 22px; border-radius: 50%;
  background: #f0b64c !important; border: 3px solid #fff !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35) !important; cursor: pointer;
}
.phk-price__range::-moz-range-thumb {
  pointer-events: auto; width: 22px; height: 22px; border-radius: 50%;
  background: #f0b64c !important; border: 3px solid #fff !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35) !important; cursor: pointer;
}

.description__search .filter__item .ui.input .square-popup,
.description__search .filter__item .ui.input .office-type-popup,
.description__search .filter__item .ui.input .price-popup,
.description__search .filter__item .ui.input .js-square-popup,
.description__search .filter__item .ui.input .js-people-popup,
.description__search .filter__item .ui.input .js-office-type-popup,
.description__search .filter__item .ui.input .js-price-popup {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-left: 0 !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.building__description h1,
.building__description h2,
.building__description h3,
.building__description h4,
.building__description h5,
.building__description h6,
.building__description h1 *,
.building__description h2 *,
.building__description h3 *,
.building__description h4 *,
.building__description h5 *,
.building__description h6 * { font-weight: 700 !important; }

.news_article a,
.district-seo a { color: #f0b64c !important; text-decoration: none; }
.news_article a:hover,
.district-seo a:hover { color: #f5c96e !important; text-decoration: underline; }

.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 { color: #f0b64c; }
.first-page-text-block__text a:hover { color: #f5c96e; }

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

.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; }
}
.rot-fav-btn {
  position: absolute; top: 10px; right: 12px; z-index: 3;
  width: 34px; height: 34px; border-radius: 50%; line-height: 1;
  background: #fff; border: 1.5px solid #e2e2e2; color: #ccc;
  font-size: 16px; cursor: pointer; transition: color .15s, border-color .15s, background .15s;
}
.rot-fav-btn:hover { color: #f0b64c; border-color: #f0b64c; }
.rot-fav-btn--on:hover { color: #fff; } 
.rot-fav-btn--on { color: #fff; background: #f0b64c; border-color: #f0b64c; }
.rot-fav-toggle {
  margin-left: 14px; padding: 4px 12px; border-radius: 16px; cursor: pointer;
  background: #fff; border: 1.5px solid #e2e2e2; color: #666; font-size: 13px;
}
.rot-fav-toggle:hover { border-color: #f0b64c; color: #f0b64c; }
.rot-fav-toggle--on { background: #f0b64c; border-color: #f0b64c; color: #fff; }

.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;
}

.nearby-streets { margin: 28px 0 8px; }
.nearby-streets__title { font-size: 20px; margin: 0 0 14px; }
.nearby-streets__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
}
.nearby-streets__card {
    display: block;
    position: relative;
    padding: 12px 58px 12px 14px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
    text-decoration: none;
    transition: border-color .15s, box-shadow .15s;
}
.nearby-streets__card:hover {
    border-color: #f0b64c;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.nearby-streets__name {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #303030;
    margin-bottom: 3px;
}
.nearby-streets__card:hover .nearby-streets__name { color: #f0b64c; }
.nearby-streets__meta { display: block; font-size: 13px; color: #777; line-height: 1.45; }
.nearby-streets__dist {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    color: #b0b0b0;
    white-space: nowrap;
}
@media only screen and (max-width: 480px) {
    .nearby-streets__grid { grid-template-columns: 1fr; }
}

.description__list .description__office .office__image .image__content,
.slides img.image__content {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center 62%;
  background: #eef0f2;
}

@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;
  }
}

.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; }
}

.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; }

.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;
}
.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;
}
@media only screen and (max-width: 640px) {
  .listing-sort {
    float: none;
    width: 100%;
    margin-top: 8px;
  }
}

.news_article__columns .news_article__left_column { flex: 1 1 auto; min-width: 0; }

.news_article__another_title { color: #f0b64c; }

.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; }

.rot-fav-clear {
  margin-left: 8px; padding: 4px 12px; border-radius: 16px; cursor: pointer;
  background: #fff; border: 1.5px solid #e2e2e2; color: #666; font-size: 13px;
}
.rot-fav-clear:hover { border-color: #f0b64c; color: #f0b64c; }

@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: 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: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
}

.promo-free {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 0 18px;
  font-size: 14px;
  color: #55595d;
}
.promo-free i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f0b64c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 13px;
  flex: 0 0 22px;
}
.promo-object {
  background: #f7f7f6;
  border-left: 3px solid #f0b64c;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13px;
  color: #55595d;
  margin: 0 0 16px;
  line-height: 1.45;
}
.promo-object b {
  color: #252729;
  font-weight: 600;
}
.promo-modal textarea.promo-input {
  min-height: 74px;
  resize: vertical;
  line-height: 1.45;
  font-family: inherit;
}
.promo-modal .promo-input:focus {
  outline: none;
  border-color: #f0b64c;
  box-shadow: 0 0 0 3px rgba(240, 182, 76, 0.18);
}
.promo-modal select.promo-input {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%23f0b64c' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 13px center;
}
@media only screen and (max-width: 520px) {
  .promo-modal .promo-row {
    flex-direction: column;
    gap: 0;
  }
}

@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;
  }
}

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

.promo-overlay {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

@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;
  }
}

@media only screen and (max-width: 600px) {
  .header .container .header__language .ui.selection.dropdown {
    padding: 8px 26px 8px 12px !important;
    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;
  }
}
.header .container .header__language .ui.selection.dropdown,
.header .container .header__language .ui.selection.dropdown > .text,
.header .container .header__language .ui.selection.dropdown > .default.text {
  text-align: left;
}

.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;
}

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

.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; }

.footer-links {
  content-visibility: auto;
  contain-intrinsic-size: auto 600px;
}

.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;
}

.brand-popup__cta { display: block; text-align: center; text-decoration: none; box-sizing: border-box; }

.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; }
}

.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;
}

.first-page-text-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 {
    font-size: 21px !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }
}

::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; }

.brand-popup { padding-bottom: 22px; }
.brand-popup__media { position: relative; margin-bottom: 16px; }
.brand-popup__media .cw-modal__img { height: 190px; margin-bottom: 0; }

.brand-popup__media::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.brand-popup .promo-close {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  top: 8px;
  right: 8px;
  line-height: 1;
}
.brand-popup .promo-close:hover { background: rgba(0, 0, 0, 0.55); }
.brand-popup .promo-title {
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 8px;
}
.brand-popup .promo-sub {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin: 0 0 4px;
}
.brand-popup .brand-popup__cta {
  display: inline-block;
  width: auto;
  margin-top: 14px;
  padding: 13px 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 18px rgba(240, 182, 76, 0.45);
}
.brand-popup .brand-popup__cta:hover { box-shadow: 0 8px 22px rgba(240, 182, 76, 0.6); }
@media only screen and (max-width: 640px) {
  .brand-popup__media .cw-modal__img { height: 150px; }
  .brand-popup .promo-title { font-size: 20px; }
  .brand-popup .brand-popup__cta { width: calc(100% - 44px); }
}

.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,
form > .feedback__agree {
  flex: 0 0 100% !important;
  width: 100%;
  order: 99;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.search-banner .feedback__agree,
.contact-block.search-banner .feedback__agree {
  color: rgba(255, 255, 255, .85);
  text-shadow: 0 1px 3px rgba(0, 0, 0, .7);
}
@media only screen and (max-width: 640px) {
  .feedback__form > .feedback__agree,
  .feedback__row > .feedback__agree { font-size: 11px; margin-top: 8px; }
}

.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; }
}

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

.phk-price__cur { display: flex; gap: 6px; margin-bottom: 12px; }
.phk-cur--on { background: #f0b64c; border-color: #f0b64c; color: #fff; }
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.search-cur {
  width: 100% !important;
  margin: 0 0 8px;
  display: flex;
  gap: 8px;
}
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.search-cur .ui.button {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  padding: 7px 0;
  font-size: 15px;
  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.search-cur .ui.button:hover {
  background: rgba(240, 182, 76, .16);
  color: #252729;
}
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.search-cur .ui.button.active,
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.search-cur .ui.button.active:hover {
  background-color: #f0b64c;
  border-color: #f0b64c;
  color: #252729;
  box-shadow: 0 0 0 3px rgba(240, 182, 76, .28);
}

.rot-bridge ~ main { padding-top: 0 !important; }

.listing-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.listing-sort .rot-fav-toggle { flex: 0 0 auto; white-space: nowrap; margin: 0; }
.listing-sort .rot-fav-clear { flex: 0 0 auto; }

.listing-sort .rot-fav-toggle,
.listing-sort .rot-fav-clear {
  height: 38px !important;
  min-height: 38px !important;
  box-sizing: border-box;
  border-radius: 18px !important;
}
.listing-sort .rot-fav-toggle,
.listing-sort .rot-fav-clear {
  display: inline-flex;
  align-items: center;
  padding: 0 14px !important;
  line-height: 1;
}

.listing-sort .rot-fav-toggle,
.listing-sort .rot-fav-clear {
  border: 1.5px solid #f0b64c !important;
  color: #303030 !important;
  background: #fff;
}
.listing-sort .rot-fav-toggle:hover,
.listing-sort .rot-fav-clear:hover { background: rgba(240, 182, 76, .12); }
.listing-sort .rot-fav-toggle--on { background: #f0b64c !important; color: #fff !important; }

.feedback__agree,
.contact-block .feedback__agree,
.feedback__form > .feedback__agree,
.contact-block .feedback__form > .feedback__agree,
.feedback__row > .feedback__agree,
form > .feedback__agree {
  color: #6b6b6b !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.feedback__agree a,
.contact-block .feedback__agree a { color: #6b6b6b !important; text-decoration: underline; }
.feedback__agree a:hover { color: #f0b64c !important; }
.search-banner .feedback__agree,
.contact-block.search-banner .feedback__agree,
.search-banner .feedback__form > .feedback__agree {
  color: rgba(255, 255, 255, .9) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .75) !important;
}
.search-banner .feedback__agree a,
.contact-block.search-banner .feedback__agree a { color: rgba(255, 255, 255, .95) !important; }

.feedback__agree,
.contact-block .feedback__agree,
.contact-block.search-banner .feedback__agree,
.search-banner .feedback__agree,
.search-banner .feedback__form > .feedback__agree,
.contact-block.search-banner .feedback__form > .feedback__agree {
  color: #6b6b6b !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
.feedback__agree a,
.search-banner .feedback__agree a,
.contact-block.search-banner .feedback__agree a { color: #6b6b6b !important; }
.footer .contact-block .feedback__agree,
.footer-home .contact-block .feedback__agree {
  color: rgba(255, 255, 255, .75) !important;
}
.footer .contact-block .feedback__agree a,
.footer-home .contact-block .feedback__agree a { color: rgba(255, 255, 255, .9) !important; }

.listing-sort .rot-fav-toggle {
  display: inline-block !important;
  line-height: 34px !important;
  vertical-align: middle;
}
.listing-sort .rot-fav-toggle::first-letter { color: #f0b64c; }
.listing-sort .rot-fav-toggle--on::first-letter { color: #fff; }
.listing-sort .rot-fav-clear { vertical-align: middle; }

.listing-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.listing-sort .listing-sort__label {
  font-size: 13px;
  color: #666;
  flex: 0 0 auto;
}
.listing-sort .rot-fav-toggle {
  border: 1.5px solid #f0b64c !important;
  background: #fff;
  color: #666 !important;
  border-radius: 18px !important;
  padding: 6px 14px !important;
  font-size: 13px !important;
  min-height: 34px;
  height: 34px !important;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  flex: 0 0 auto;
}
.listing-sort .rot-fav-toggle:hover { background: rgba(240, 182, 76, .12); }
.listing-sort .rot-fav-toggle--on {
  background: #f0b64c !important;
  border-color: #f0b64c !important;
  color: #fff !important;
  font-weight: 700;
}

.listing-sort .rot-fav-clear {
  border: none !important;
  background: none !important;
  color: #888 !important;
  font-size: 13px !important;
  padding: 0 2px !important;
  height: auto !important;
  min-height: 0 !important;
  text-decoration: underline;
  cursor: pointer;
  flex: 0 0 auto;
}
.listing-sort .rot-fav-clear:hover { color: #f0b64c !important; }

@media only screen and (max-width: 760px) {
  .listing-sort { gap: 8px; flex-wrap: nowrap; }
  .listing-sort .listing-sort__label { font-size: 12px !important; }
  .listing-sort .rot-fav-toggle { font-size: 12px !important; padding: 6px 10px !important; }
  .listing-sort .rot-fav-clear { font-size: 12px !important; }
}
@media only screen and (max-width: 380px) {
  
  .listing-sort .listing-sort__label { display: none; }
}

.listing-sort .rot-fav-toggle {
  height: 34px !important;
  min-height: 34px !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
}
.listing-sort .rot-fav-clear { line-height: 1 !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;
  list-style: none;
  overflow: hidden;
}
.rot-sortdd__opt--on { background: #f0b64c; color: #fff; font-weight: 600; }

.popup-inputs,
.ui.input .ui.flowing.popup .popup-inputs,
.price-popup .popup-inputs,
.square-popup .popup-inputs {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.popup-inputs > .rot-numfield { flex: 1 1 calc(50% - 6px); min-width: 0; }
.popup-inputs > *:not(.rot-numfield):not(.popup-inputs__text) { flex: 1 1 100%; }
.popup-inputs .rot-numfield > input,
.popup-inputs__square,
.popup-inputs__price { width: 100% !important; min-width: 0 !important; box-sizing: border-box; }
.popup-inputs .popup-inputs__text,
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__text,
.price-popup .popup-inputs .popup-inputs__text,
.square-popup .popup-inputs .popup-inputs__text { display: none !important; }
@media only screen and (max-width: 420px) {
  .popup-inputs .rot-numfield { flex-direction: column; align-items: flex-start; gap: 2px; }
  .popup-inputs .rot-numfield__cap { font-size: 11px; }
}

.description__search .filter__item { position: relative; }
.description__search .filter__item .ui.flowing.popup,
.description__search .filter__item .ui.flowing.popup.js-square-popup,
.description__search .filter__item .ui.flowing.popup.js-price-popup,
.description__search .filter__item .square-popup,
.description__search .filter__item .price-popup {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: auto !important;
  box-sizing: border-box;
}

.listing-sort .listing-sort__label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0 !important;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.listing-sort .rot-fav-clear {
  border: 1.5px solid #f0b64c !important;
  background: #fff !important;
  color: #303030 !important;
  height: 38px !important;
  min-height: 38px !important;
  border-radius: 18px !important;
  padding: 0 14px !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  line-height: 1 !important;
  font-size: 13px !important;
  cursor: pointer;
}
.listing-sort .rot-fav-clear:hover { background: rgba(240, 182, 76, .12) !important; color: #303030 !important; }

.header .container .header__language .ui.selection.dropdown .menu > .item,
.header .container .header__language .ui.selection.dropdown .menu > .item .header__language__link {
  text-align: left !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;
}

.header .container .header__language .ui.selection.dropdown .menu {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  left: auto !important;
  right: 0 !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 11.5px !important;
  padding: 8px 8px !important;
  text-align: left !important;
}

.bld-quote {
  border-left: 4px solid #f0b64c;
  background: #fffdf7;
  border-radius: 12px;
  padding: 16px;
  margin: 14px 0 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}
.bld-quote__text { margin: 0 0 12px; font-size: 15px; color: #303030; }
.bld-quote__btn {
  display: block; width: 100%; min-height: 46px;
  background: #f0b64c; border: none; border-radius: 10px;
  color: #fff; font-size: 16px; font-weight: 600; cursor: pointer;
  transition: background .15s;
}
.bld-quote__btn:hover { background: #f5c96e; }

.promo-form input:user-invalid,
.promo-form textarea:user-invalid,
.promo-form select:user-invalid {
  border-color: #f0b64c !important;
  box-shadow: 0 0 0 1.5px #f0b64c !important;
  outline: none;
}

.filter__query-input,
.filter__query-input::placeholder {
  font-size: 1rem !important;
}

.header .container .header__language .ui.selection.dropdown .menu > .item,
.header .container .header__language .ui.selection.dropdown .menu > .item > a,
.header .container .header__language .menu .header__language__link {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: left !important;
  padding: 8px 10px !important;
  margin: 0 !important;
}

.header .container .header__language { position: relative; z-index: 1200; }
.header .container .header__language .ui.selection.dropdown,
.header .container .header__language .ui.selection.dropdown .menu {
  z-index: 1201 !important;
}
.rot-bridge { z-index: 1000 !important; }

.feedback__agree { color: #6b6b6b; }
.feedback__agree a { color: #b8860b; text-decoration: underline; }
.feedback__agree a:hover { color: #f0b64c; }

.footer .feedback__agree,
.video-wrapper .feedback__agree { color: rgba(255, 255, 255, .75); }
.footer .feedback__agree a,
.video-wrapper .feedback__agree a { color: #f0b64c; }

@media only screen and (max-width: 760px) {
  .description__content .description__header .description__title {
    float: none !important;
    display: block;
    margin-bottom: 2px;
  }
  .description__header .listing-sort {
    clear: both;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 8px;
  }
}

.header .container .header__language .ui.selection.dropdown .menu {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  left: 0 !important;
  right: 0 !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item {
  padding: 8px 10px !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item > a,
.header .container .header__language .menu .header__language__link {
  padding: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.district-faq { margin-top: 28px; }
@media only screen and (max-width: 640px) {
  .listing-sort__label,
  .listing-sort .listing-sort__label { display: none !important; }
}
.header .container .header__language .ui.selection.dropdown .menu {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: auto !important;
  margin: 0 !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item {
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: left !important;
}
.header .container .header__language .ui.selection.dropdown .menu .header__language__link {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 7px 8px !important;
  font-size: 11.5px !important;
  line-height: 1.25 !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.header .container .header__language .ui.selection.dropdown .menu {
  box-sizing: border-box !important;
  left: -1px !important;
  right: auto !important;
  width: calc(100% + 2px) !important;
  min-width: calc(100% + 2px) !important;
  max-width: calc(100% + 2px) !important;
  margin: 0 !important;
  max-height: min(58vh, 300px) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: left !important;
}
.header .container .header__language .ui.selection.dropdown .menu > .item > a.header__language__link,
.header .container .header__language .ui.selection.dropdown .menu > .item > a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 8px 10px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.description__header .listing-sort,
.listing-sort {
  flex-wrap: nowrap !important;
  row-gap: 0 !important;
}
.listing-sort .rot-sortdd { min-width: 0 !important; }
.listing-sort .rot-sortdd__btn {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.listing-sort .rot-sortdd { position: relative !important; z-index: 1100 !important; }
.rot-sortdd__menu { z-index: 1100 !important; }
@media only screen and (max-width: 700px) {
  .header .container .header__language { min-width: 112px !important; }
  .header .container .header__language .ui.selection.dropdown { min-width: 112px !important; }
}
@media (min-width: 861px) {
}
.index-grid { list-style: none; margin: 18px 0 24px; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 10px 24px; }
.index-grid__item { display: flex; flex-direction: column; gap: 2px;
  padding: 8px 0; border-bottom: 1px solid #eee; }
.index-grid__item a { font-weight: 600; color: #252729; text-decoration: none; }
.index-grid__item a:hover { color: #d99e2b; text-decoration: underline; }
.index-grid__n { font-size: 13px; color: #6b6f73; }
.index-grid__cross { margin: 8px 0 28px; }
.index-grid__cross a { color: #d99e2b; font-weight: 600; }
.collection-lead { margin: 6px 0 16px; color: #4a4d50; max-width: 720px; }
.legal-page__body { max-width: 760px; color: #2f3234; line-height: 1.62; }
.legal-page__body h2 { font-size: 21px; margin: 28px 0 10px; }
.legal-page__body h3 { font-size: 17px; margin: 20px 0 8px; }
.legal-page__body p { margin: 0 0 12px; }
.legal-page__body ul { margin: 0 0 14px 20px; }
.legal-page__body li { margin-bottom: 6px; }
.legal-page__body a { color: #d99e2b; }
.legal-page__body table { width: 100%; border-collapse: collapse; margin: 0 0 16px; font-size: 14px; display: block; overflow-x: auto; }
.legal-page__body th, .legal-page__body td { border: 1px solid #e6e6e6; padding: 7px 9px; text-align: left; vertical-align: top; }
.legal-page__body th { background: #fafafa; font-weight: 600; }
@media only screen and (max-width: 640px) {
}
.city-popup {
  left: 0 !important; right: 0 !important; width: auto !important;
  min-width: 0 !important; max-width: none !important;
  box-sizing: border-box !important; text-align: left !important;
  background: #fff; z-index: 50;
}
.city-popup .popup-inputs.city-popup__body {
  display: flex !important; flex-direction: column !important; align-items: stretch !important;
  flex-wrap: nowrap !important; gap: 8px; max-height: 320px; overflow: hidden; padding: 10px;
}
.city-popup input[type="text"] {
  width: 100% !important; box-sizing: border-box;
  border: 1px solid var(--line, #e6e7e8); border-radius: 8px;
  padding: 9px 12px; font: 400 14px var(--font, inherit); outline: none;
}
.city-popup input[type="text"]:focus { border-color: var(--accent, #f0b64c); }
.city-popup__list { overflow-y: auto; max-height: 270px; width: 100%; flex: 1 1 100%; }
.city-popup__row {
  display: flex !important; justify-content: space-between; padding: 8px 10px;
  text-decoration: none; color: inherit; border-radius: 6px; width: 100%;
}
.city-popup__row:hover { background: var(--tint, #f6f6f5); }
.city-popup .query-suggest__addr { color: var(--ink-mute, #8a8f93); font-size: 13px; }
