

/* Start:/local/templates/tourism/assets/styles/projects.css?171138427425919*/
.main-territories {
  /*padding-top: 100px;*/
  position: relative;
}
.territories-filter {
  position: absolute;
  top: 125px;
  width: 100%;
  z-index: 1;
}

.territories-filter__top {
  margin-bottom: 8px;
}

.territories-filter__btns {
  display: flex;
  justify-content: space-between;
}

.territories-filter__btn-open {
  cursor: pointer;
  display: flex;
  gap: 8px;
}

.territories-filter__open-text {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.territories-filter__icon-down {
  display: flex;
  align-items: center;
}

.territories-filter__right-box {
  display: flex;
  gap: 32px;
}

.territories-filter__btn-close {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--fg-text-button-regular-on);
  transition: all 0.3s ease
}
@media (any-hover: hover) {
  .territories-filter__btn-close:hover {
    color: var(--fg-text-button-hover-on);
  }
}
.territories-filter__btn-close:active {
  color: var(--fg-text-button-active-on);
}
.territories-filter__btn-close[disabled] {
  color: var(--fg-text-button-disabled-on);
}

.territories-filter__pages {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
}

.territories-filter__page-link {
  color: #bbc1c6;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .territories-filter__page-link:hover {
    color: #fff;
  }
}

.territories-filter__page-link.active {
  color: #fff;
}

.territories-filter__close-text {
  color: inherit;
  transition: inherit;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.territories-filter__close-icon {
  color: inherit;
  transition: inherit;
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.territories-filter__filter {
  overflow: hidden;
  transition: all 0.45s ease-in-out;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
}

.territories-filter__filter > * {
  min-height: 0;
  transition: all 1s ease-in-out;
}

.filter--opened .territories-filter__filter {
  grid-template-rows: 1fr;
  opacity: 1;
}
.filter--animated .territories-filter__filter {
  overflow: visible;
}

.territories-filter__filter-wrapper {
  transition: 1s ease-in-out;
}

.territories-filter__items {
  margin-bottom: 20px;
  background: rgba(15, 20, 24, 0.6);
}

.territories-filter__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
}

.territories-filter__items-wrapper {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 194px;
  padding: 11px 0px;
}

.territories-filter__item-box {
  display: flex;
  justify-content: space-between;
}

.territories-filter__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 213px;
}

.territories-filter__item-title {
  color: #e8ebee;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.territories-filter__item-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.territories-filter__item-chosen {
  color: #e8ebee;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.8;
}

.territories-filter__item-btn {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 12px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
}

.territories-filter__item-icon {
  transition: all 0.3s ease;
}

.territories-filter__item-text {
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.territories-filter__options {
  position: absolute;
  top: 80px;
  z-index: 11;
  width: 100%;
  overflow: hidden;
  height: 0px;
  transition: height 1s ease-in-out;
  border-radius: 0 0 10px 10px;
}

.territories-filter__options.overflow_scroll{
  overflow-y: auto;
}

.territories-filter__options.overflow_scroll::-webkit-scrollbar {
  width: 10px;
}
.territories-filter__options.overflow_scroll::-webkit-scrollbar-thumb {
  background: #ff0000;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  background-clip: padding-box;
}
.territories-filter__options.overflow_scroll::-webkit-scrollbar-track {
  background: #ebebeb;
}

.territories-filter__options-wrapper {
  transform: translateY(-100%);
  transition: all 1s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 12px;
  background-color: rgba(15, 20, 24, 1);
}

.territories-filter__options-elems {
  display: flex;
  flex-direction: column;
  padding: 0px 12px 12px;
  gap: 12px;
}


.territories-filter__options-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.territories-filter__options-input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  color: #bbc1c6;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.territories-filter__options-input + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #bbc1c6;
  border-radius: 2px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}

.territories-filter__options-input:checked + label::before {
  border-color: #e8ebee;
  background-color: #e8ebee;
  background-image: url("/local/templates/tourism/assets/images/icon-check.png");
}

.territories-filter__options-input:checked + label {
  color: #e8ebee;
}

.territories-filter__options-reset {
  border-top: 1px solid #e8ebee;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 12px 0px;
  font-family: "CeraPro-Medium", sans-serif;
  color: var(--fg-text-button-regular-on);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .territories-filter__options-reset:hover {
    color: var(--fg-text-button-hover-on);
  }
}
.territories-filter__options-reset:active {
  color: var(--fg-text-button-active-on);
}
.territories-filter__options-reset[disabled] {
  color: var(--fg-text-button-disabled-on);
}

.range-slider {
  height: 1px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
}

.range-selected {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background-color: #f00;
}

.range-input {
  position: relative;
}

.range-input input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.range-input input::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  pointer-events: auto;
  -webkit-appearance: none;
}

.range-input input::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  margin: 15px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.range-price__input-wrapper {
  display: flex;
}

.range-price label {
  margin-right: 5px;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.range-price input {
  background-color: transparent;
  width: 100%;
  padding: 5px;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.range-price input:first-of-type {
  margin-right: 15px;
}



.territories-filter__link-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.territories-filter__link {
  padding: 8px 32px;
  border-radius: 40px;
  border: 1px solid #bbc1c6;
  background: #e8ebee;
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.48px;
}

.territories-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42px;
}

.territories-header__title {
  color: #f1f3f5;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.territory-descr__title {
  transition: all 0.3s ease
}
@media (any-hover: hover) {
  .territory-descr__top:hover .territory-descr__title {
    opacity: 0.65;
  }
}

.territories-header__tab-list {
  display: flex;
  gap: 20px;
}

.territories-header__tab {
  position: relative;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  opacity: 0.6;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .territories-header__tab:hover {
    opacity: 1;
  }
}

.territories-header__tab.active {
  opacity: 1;
}

.territories-header__tab.active::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background: #fff;
}

.territories-catalog {
  margin-bottom: 50px;
}

.territories-catalog__wrapper {
  margin-bottom: 22px;
}

.territory-project {
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out;
}

.territory-project__icon-arrow {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
}

.territory-project.active .territory-project__icon-arrow {
  transform: rotate(0deg);
}

.territory-project.active {
  margin-bottom: 72px;
}

.territory-project__content {
  overflow: hidden;
}

.territory-project__content.active {
  margin-bottom: 4px;
}

.territory-project__top {
  cursor: pointer;
}

.territory-project__top-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.territory-project__title-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.territory-descr__top-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.territory-descr__top-text {
  color: #e8ebee;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.territory-descr__arrow-link {
  width: 24px;
  height: 24px;
}

.territory-project__icon-arrow {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
}

.territory-lots.active .territory-project__icon-arrow {
  transform: rotate(0deg);
}

.territory-project__title {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.territory-project__title--bold {
  color: #fff;
  font-family: "CeraPro-Black", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
}

.territory-project__info {
  transition: all 0.45s ease-in-out;
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
}

.territory-project.active .territory-project__info {
  grid-template-rows: 1fr;
  opacity: 1;
}

.territory-project__info > * {
  min-height: 0;
}

.territory-lots {
  transition: all 0.45s ease-in-out;
}

.territory-lots__wrapper {
  transition: all 0.45s ease;
}

.territory-project.active .territory-lots {

}

.territory-project__info-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.territory-project__img-wrapper {
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.territory-project__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  padding: 40px;
  background-color: #fafafa;
}

.territory-project__block:only-child {
    grid-column: span 2;
}

.territory-project__descr-title {
  margin-bottom: 16px;
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.territory-project__list-item {
  list-style: disc;
  margin-left: 25px;
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.territory-project__data {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.territory-project__elem {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.territory-project__data-title {
  color: #697075;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.territory-project__logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.territory-project__logo-img {
  width: 24px;
  height: 24px;
}

.territory-project__logo-title {
  position: relative;
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.territory-project__logo-title a {
  background-image: linear-gradient(to bottom, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0.1em 0.1em;
  text-decoration: none;
}

.territory-project__investor {
  color: #474f56;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.territory-descr__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}

.territory-descr__item:first-child {
  margin-bottom: 27px;
}

.territory-descr__elem-title {
  margin-bottom: 12px;
  color: #697075;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.territory-descr__elem-data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4px;
}

.territory-descr__elem-data--column {
  flex-direction: column;
  align-items: flex-start;
}

.territory-descr__elem-num {
  color: #474f56;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.territory-descr__elem-text {
  color: #474f56;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.territory-descr__elem-img {
  width: 24px;
  height: 24px;
}

.territory-descr__elem-name {
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.territory-project__btn-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.territory-project__btn {
  padding: 12px 60px;
  border-radius: 40px;
  border: 1px solid var(--border-color-button);
  background-color: var(--bg-button);
  color: var(--fg-button);
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .territory-project__btn:hover {
    background-color: var(--bg-button-hover);
    transition: all 0.3s ease;
  }
}
.territory-project__btn:active {
  background-color: var(--bg-button-active);
  transition: all 0.3s ease;
}
.territory-project__btn[disabled] {
  background-color: var(--bg-button-disabled);
  border-color: var(--border-color-button-disabled);
  color: var(--fg-button-disabled);
}

.territory-project__tooltip-wrapper {
  position: relative;
}

.territory-project__tooltip {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.territory-project__tooltip-popup {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: -30px;
  transform: translateY(calc(-100% - 10px));
  width: 382px;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #474f56;
  color: #f1f3f5;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.territory-project__tooltip:hover + .territory-project__tooltip-popup {
  opacity: 1;
}

.territory-project__tooltip-triangle {
  position: absolute;
  bottom: -6px;
  right: 35px;
  width: 12px;
  height: 12px;
}

.territory-lots {
  overflow: hidden;
}

.territory-lots {
  display: grid;
  grid-template-rows: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.territory-project.active .territory-lots {
  grid-template-rows: 1fr;
  opacity: 1;
}

.territory-lots__top {
  cursor: pointer;
  transition: height 0.4s ease-in-out;
}

.territory-lots__top-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 19px 16px 13px;
}

.territory-lots__title {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.territory-lots__title-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.territory-lots__icon-arrow {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
}

.territory-lots.active .territory-lots__icon-arrow {
  transform: rotate(0deg);
}

.lots-list {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0;
  opacity: 0;
  transition: all 0.45s ease;
}

.territory-lots.active .lots-list {
  grid-template-rows: 1fr;
  min-height: 0;
  opacity: 1;
}

.territory-lots.active .lots-list > * {
  min-height: 0;
}

.lots-list__wrapper {
  transition: all 0.35s ease-in-out;
}

.lots-item {
  overflow: hidden;
}

.lots-item__top {
  cursor: pointer;
}

.lots-item__top-wrapper {
  display: flex;
  padding: 12px 16px;
  border: 1px solid #d9d9d9;
  background-color: #fafafa;
}

.lots-item__title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lots-item__icon-arrow {
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  transition: 0.3s ease;
}

.lots-item.active .lots-item__icon-arrow {
  transform: rotate(0deg);
}

.lots-item__title {
  color: #1c2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.lots-item__info {
  display: grid;
  grid-template-rows: 0;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.lots-item.active .lots-item__info {
  grid-template-rows: 1fr;
  opacity: 1;
}

.lots-item__info * {
  min-height: 0;
}

.lots-item__info-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 16px;
  background-color: #fafafa;
}

.lots-item__img-wrapper {
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lots-item__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  padding: 24px 36px;
}

.lots-item__descr {
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.lots-item__data {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lots-item__elements {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.lots-item__elem-title {
  margin-bottom: 12px;
  color: #697075;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.lots-item__elem-num {
  color: #474f56;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.lots-item__elem-text {
  color: #474f56;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.lots-item__btn-wrapper {
  position: relative;
  display: flex;
  gap: 6px;
}

.lots-item__btn {
  padding: 12px 60px;
  border-radius: 40px;
  border: 1px solid var(--border-color-button);
  background-color: var(--bg-button);
  color: var(--fg-button);
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .lots-item__btn:hover {
    background-color: var(--bg-button-hover);
    transition: all 0.3s ease;
  }
}
.lots-item__btn:active {
  background-color: var(--bg-button-active);
  transition: all 0.3s ease;
}
.lots-item__btn[disabled] {
  background-color: var(--bg-button-disabled);
  border-color: var(--border-color-button-disabled);
  color: var(--fg-button-disabled);
}

.yandex-map {
  margin-bottom: 72px;
}

[class*="copyrights-pane"] {
  display: none !important;
}

[class*="controls__control"] {
  inset: 400px auto auto 10px !important;
}

.map-mark {
  display: flex;
  align-items: end;
  gap: 4px;
  width: 400px;
  height: 64px;
}

.placemark {
  background-image: url("/local/templates/tourism/assets/images/icon-pin.png");
  background-size: 100%;
  width: 64px;
  height: 64px;
  margin-left: -17px;
  margin-top: -17px;
}

.place-text__wrapper {
  padding: 4px 6px;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
}

.place-text__title {
  color: #0f1418;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.place-text__text {
  color: #706f6f;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.56px;
}

.yandex-map__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 32px;
}

.yandex-map__title {
  color: #f1f3f5;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.link-copy__wrapper {
  display: flex;
}

.link-copy__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f1f3f5;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.56px;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .link-copy__btn:hover {
    color: var(--fg-text-button-hover-on);
  }
}
.link-copy__btn:active {
  color: var(--fg-text-button-active-on);
}
.link-copy__btn[disabled] {
  color: var(--fg-text-button-disabled-on);
}

.link-copy__btn-img {
  transition: inherit;
  color: inherit;
  display: block;
  font-size: inherit;
  width: 1.5em;
  height: 1.5em;
}

.yandex-map__wrapper {
  width: 100%;
  height: 900px;
  margin-bottom: 21px;
}

@media screen and (max-width: 1440px) {
  .territories-filter__items-wrapper {
    gap: 74px;
  }

  .territory-project__info-wrapper {
    grid-template-columns: 1fr 2fr;
  }

  .territory-project__block {
    grid-template-columns: 4fr 3fr;
    gap: 32px;
  }

  .lots-item__block {
    gap: 32px;
  }
}

@media screen and (max-width: 1280px) {
  .territories-filter__items-wrapper {
    grid-template-columns: 1fr;
  }

  .territories-filter__item-box {
    gap: 34px;
  }

  .territories-filter__item-box--left .territories-filter__item {
    width: 100%;
  }

  .territory-project__img-wrapper,
  .lots-item__img {
    height: 385px;
  }

  .territory-project__info-wrapper,
  .lots-item__info-wrapper {
    grid-template-columns: 1fr;
  }

  .territory-project__block,
  .lots-item__block {
    grid-template-columns: repeat(2, 1fr);
  }

  .lots-item__img-wrapper {
    height: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .territory-project__block {
    flex-direction: column;
    gap: 32px;
  }

  .territory-project__btn-wrapper {
    justify-content: center;
  }

  .territory-descr__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .lots-item__img {
    height: 100%;
  }

  .lots-item__block {
    padding: 24px 0px;
  }

  .lots-item__btn-wrapper {
    justify-content: center;
  }

  .lots-item__img-wrapper {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .territories-catalog .container {
    padding: 0px;
  }

  .territories-filter__item-box--right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .territories-filter__item {
    width: 100%;
  }

  .territories-header__wrapper {
    gap: 20px;
  }

  .territory-project__block {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 30px;
  }

  .lots-item__block {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .content-basement {
    padding: 0px 16px;
  }
}

@media screen and (max-width: 576px) {
  .territories-filter__item-box {
    display: flex;
    flex-direction: column;
  }

  .territories-filter__pages {
    display: none;
  }

  .territories-filter__item-title {
    text-align: center;
  }

  .territory-project__top-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .territories-header__wrapper {
    align-items: center;
    flex-direction: column;
  }

  .territories-header__title {
    font-size: 24px;
  }

  .territory-project__title {
    font-size: 18px;
  }

  .territory-project__title--bold {
    font-size: 24px;
  }

  .territory-project__block {
    padding: 33px 16px 24px;
  }

  .lots-item__block {
    padding: 24px 0px;
  }

  .territory-project__tooltip-popup {
    width: 310px;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/news.detail/templates/.default/style.css?1705310458155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/tourism/assets/styles/projects.css?171138427425919 */
/* /bitrix/components/bitrix/news.detail/templates/.default/style.css?1705310458155 */
