

/* Start:/local/templates/.default/components/x/ib.list/map/style.css?175467040616960*/
:root {
  --fixedInfoHeight: calc(100dvh - 262px);
}

.attractions__item__link-back {
  display: none;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 17px; 
  color: #9DA1B1;
  background: transparent;
}

.tabs__items-container {
  display: grid;
  grid-template-columns: 200px 686px 1fr;
  height: var(--fixedInfoHeight);
}

.tabs__item-info {
  background: #1c1c1c;
  border-top: 0.5px solid #302f2f;
  overflow-y: auto;
  height: var(--fixedInfoHeight);
  scrollbar-width: none;
}

.attractions__map {
  width: 100%;
  height: var(--fixedInfoHeight);
}

.attractions__map__container {
  height: 100%;
  width: 100%;
}

.filters {
  flex-shrink: 0;
  max-width: 200px;
  width: 100%;
  padding: 12.5px 14px;
  border-right: 0.5px solid #302f2f;
  border-top: 0.5px solid #302f2f;
  background: #1c1c1c;
  overflow: auto;
  height: var(--fixedInfoHeight);
  box-sizing: border-box;
  scrollbar-width: none;
}

.filters__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  width: 100%;
}

.tabs__item-info__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; 
  margin: 0;
}

.tabs__item-info__divider {
  height: 1px;
  background: #2f2f2f;
  width: 100%;
}

.filters__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px; 
}

.filters__item > input {
  height: 0;
  width: 0;
  visibility: hidden;
}

.filters__item::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: -10px;
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="12" y="12" width="16" height="16" rx="1" stroke="%233A3B40" stroke-width="2"/></svg>') no-repeat center;
}

.filters__item:has(input:checked)::before {
  background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="11" y="11" width="18" height="18" rx="2" fill="%23FFF73A"/><path d="M18 24.4L14 20.4L15.4 19L18 21.6L24.6 15L26 16.4L18 24.4Z" fill="%231A1A1E"/></svg>') no-repeat center;
}

.filters__btns {
  width: 100%;
}

.filters__clean-btn {
  margin-top: 12px;
  display: grid;
  place-items: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 58px;
  padding: 8px 12px;
  min-height: 32px;
  background-color: transparent;
  transition: border-color .2s;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px; 
}

.filters__clean-btn:hover {
  border-color: white;
}

.filters__close-btn,
.filters__apply-btn {
  display: none;
}

.attractions__title {
  padding: 12px 14px;
}

.attractions {
  display: grid;
  gap: 12px;
  max-width: 662px;
  width: 100%;
  padding: 12px;
}

.attractions__item {
  display: flex;
  border-radius: 12px;
  padding: 12px;
  min-height: 184px;
  background: #2c2c2c;
  font-size: 14px;
  line-height: 20px; 
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.attractions__item.hidden {
  display: none;
}

.attractions__item:hover {
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  background: #353535;
}

.attractions__item__main {
  flex: 1;
  margin: 0;
  display: grid;
  grid-template-areas: 
    "img h3"
    "img p"
    "img tags";
  align-content: start;
  grid-template-columns: 127px 1fr;
  grid-template-rows: auto auto auto;
  grid-column-gap: 16px;
  padding-right: 16px;
  border-right: 1px solid #414141;
}

.attractions__item__main > img {
  grid-area: img;
  width: 127px;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}

.attractions__item__main h3,
.attractions__item__price,
.attractions__item__distance-value {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px; 
}

.attractions__item__main h3 {
  grid-area: h3;
  margin: 0;
}

.attractions__item__main p {
  grid-area: p;
  padding-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.tags {
  grid-area: tags;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  gap: 8px;
}

.tags__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 58px;
  padding: 0 12px 0px 8px;
  min-height: 28px;
}

.tags__item img {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.attractions__item__info {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  max-width: 198px;
  width: 100%;
}

.attractions__item__price__description {
  margin-top: 4px;
  color: #9DA1B1;
}

.attractions__item__distance {
  margin-top: auto;
  padding-top: 20px;
}

.attractions__item__distance-value {
  color: #FFF73A;
}

.attractions__item__distance__description {
  margin-top: 4px;
  color: #9DA1B1;
}

.attractions__map {
  position: relative;
}

.attractions__map__btn {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0.50px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 7px;
  min-height: 36px;
  min-width: 36px;
  font-size: 14px;
  line-height: 20px;
  background: #1c1c1c;
  display: grid;
  grid-auto-flow: column;
  place-items: center;
}

.attractions__map__resize-map-btn {
  right: 15px;
  bottom: 11px;
}

.attractions__map__ahouse-position-btn {
  right: 15px;
  top: 101px;
}

.attractions__map .ymaps-2-1-79-zoom__minus,
.attractions__map .ymaps-2-1-79-zoom__plus {
  width: 36px;
  height: 36px;
  padding: 8px;
}

.attractions__map .ymaps-2-1-79-zoom__minus,
.attractions__map .ymaps-2-1-79-zoom__plus,
.attractions__map .ymaps-2-1-79-zoom__minus:active,
.attractions__map .ymaps-2-1-79-zoom__plus:active,
.attractions__map .ymaps-2-1-79-zoom__minus[class*="disabled"],
.attractions__map .ymaps-2-1-79-zoom__[class*="disabled"],
.attractions__map .ymaps-2-1-79-float-button.ymaps-2-1-79-_disabled {
  border: 0.50px solid rgba(255, 255, 255, 0.2);
  background: #1c1c1c;
}

.attractions__map .ymaps-2-1-79-zoom__minus::before,
.attractions__map .ymaps-2-1-79-zoom__plus::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.attractions__map .ymaps-2-1-79-zoom__minus {
  border-radius: 0 0 8px 8px;
  bottom: -11px;
}

.attractions__map .ymaps-2-1-79-zoom__plus {
  border-radius: 8px 8px 0 0;
}

.attractions__map .ymaps-2-1-79-zoom__plus::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.875 10.5C14.875 10.9219 14.5234 11.2734 14.125 11.2734H10.75V14.6484C10.75 15.0469 10.3984 15.375 10 15.375C9.57812 15.375 9.25 15.0469 9.25 14.6484V11.2734H5.875C5.45312 11.2734 5.125 10.9219 5.125 10.5C5.125 10.1016 5.45312 9.77344 5.875 9.77344H9.25V6.39844C9.25 5.97656 9.57812 5.625 10 5.625C10.3984 5.625 10.75 5.97656 10.75 6.39844V9.77344H14.125C14.5234 9.75 14.875 10.1016 14.875 10.5Z" fill="white"/></svg>');
  background-size: contain;
}

.attractions__map .ymaps-2-1-79-zoom__minus::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.125 11.25H5.875C5.45312 11.25 5.125 10.9219 5.125 10.5C5.125 10.1016 5.45312 9.75 5.875 9.75H14.125C14.5234 9.75 14.875 10.1016 14.875 10.5C14.875 10.9219 14.5234 11.25 14.125 11.25Z" fill="white"/></svg>');
  background-size: contain;
}

.ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon,
.ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
  display: none;
}

.tabs__header__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px; 
  text-align: center;
  margin-bottom: 20px;
}

.tabs__header__filters-btn,
.tabs__header__buttons {
  display: none;
}

/* balloon map */

.attractions__map .ymaps-2-1-79-balloon {
  border-radius: 10px;
}

.attractions__map .ymaps-2-1-79-balloon__layout,
.attractions__map .ymaps-2-1-79-balloon_layout_panel {
  background: #1c1c1c;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
}

.attractions__map .ymaps-2-1-79-balloon__content {
  background: transparent;
  color: white;
}

.attractions__map .ymaps-2-1-79-balloon__tail {
  display: none;
}

.attractions__map .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin: 0;
  padding: 12.5px 14px 16px;
  font-family: inherit;
}

.attractions__map .ymaps-2-1-79-balloon__close-button {
  position: absolute;
  top: 8px;
  right: 14px;
  width: 28px;
  height: 28px;
  background: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="28" height="28" rx="14"/><path d="M19.7356 8.42185C20.1259 8.81239 20.126 9.44559 19.7356 9.83607L15.4142 14.1574L19.5781 18.3213C19.9687 18.7119 19.9687 19.345 19.5781 19.7356C19.1876 20.1259 18.5544 20.126 18.1639 19.7356L14 15.5716L9.83608 19.7356C9.44561 20.126 8.8124 20.1259 8.42187 19.7356C8.03134 19.345 8.03134 18.7119 8.42187 18.3213L12.5858 14.1574L8.26442 9.83607C7.87395 9.44559 7.87405 8.81239 8.26442 8.42185C8.65495 8.03133 9.28811 8.03133 9.67864 8.42185L14 12.7432L18.3214 8.42185C18.7119 8.03133 19.3451 8.03133 19.7356 8.42185Z" fill="%23F4F4F4"/></svg>') center no-repeat;
  opacity: 1;
}

.attractions__balloon__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; 
  color: white;
  margin: 0;
  padding-right: 30px;
}

.attractions__balloon__content {
  display: flex;
  margin-top: 12px;
  padding: 12px;
  gap: 12px;
  background: #2c2c2c;
  border-radius: 12px;
  color: white;
}

.attractions__balloon__img {
  max-width: 87px;
  width: 100%;
  height: 126px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.attractions__balloon__wrapper {
  display: flex;
  flex-direction: column;
}

.attractions__balloon__desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px; 
}

.attractions__balloon__distance {
  margin-top: auto;
  padding-top: 12px;
}

.attractions__map .attractions__balloon__btn,
.attractions__item .attractions__balloon__btn {
  margin-top: 12px;
  min-height: 16px;
  font-size: 12px;
  line-height: 16px; 
  padding: 8px;
  font-weight: 500;
}

.attractions__map .attractions__balloon__btn:hover,
.attractions__item .attractions__balloon__btn:hover {
  text-decoration: none;
  background-color: #e9e01e;
}

.attractions__item .attractions__balloon__btn {
  display: none;
}

.attractions__balloon__distance-value {
  font-weight: 500;
  font-size: 16px;
  color: #fff73a;
}

.attractions__balloon__distance__description {
  margin-top: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px; 
  color: #9DA1B1;
}

@media (max-width: 1200px) {
  :root {
    --fixedInfoHeight: calc(100dvh - 211px);
  }
}

@media (max-width: 1100px) {
  :root {
    --fixedInfoHeight: calc(100dvh - 231px);
  }

  .tabs__items-container {
    display: block;
  }

  .tabs__item-info {
    background: transparent;
    border-top: none;
  }

  
  .attractions__map,
  .attractions__title,
  .attractions__divider {
    display: none;
  }

  .tabs__item-info,
  .attractions__map {
    display: none;
  }

  .tabs__item-info.active,
  .attractions__map.active {
    display: block;
  }

  .filters {
    flex-shrink: none;
    position: absolute;
    z-index: -1;
    height: 100dvh;
    width: auto;
    max-width: 100vw;
    inset: 0;
    visibility: hidden;
    background: #1c1c1c;
    padding: 0;
  }

  .filters__content {
    overflow: auto;
    scrollbar-width: none;
    padding: 12.5px 14px 73.5px;
  }

  .filters.active {  
    z-index: 1000; 
    visibility: visible;
  }

  .filters__close-btn {
    position: absolute;
    display: grid;
    place-items: center;
    top: 12px;
    right: 14px;
    width: 28px;
    height: 28px;
    background: transparent;
  }

  .filters__btns {
    position: absolute;
    inset: auto 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid #393939;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 24px; 
    width: auto;
    background: #1C1C1C;
  }

  .filters__clean-btn,
  .filters__apply-btn {
    display: grid;
    place-items: center;
    width: auto;
    min-height: 44px;
    border-radius: 58px;
  }

  .filters__apply-btn {
    color: black;
  }

  .filters__clean-btn {
    margin-top: 0;
  }

  .tabs__item-info__title:nth-of-type(1) {
    margin-bottom: 16px;
  }

  .tabs__header {
    margin-bottom: 12px;
  }

  .attractions {
    width: auto;
    max-width: none;
    padding: 0 12px 12px;
  }

  .attractions__item {
    flex-direction: column;
    font-size: 12px;
    line-height: 14px; 
  }

  .attractions__item__main h3,
  .attractions__item__price,
  .attractions__item__distance-value {
    font-size: 16px;
    line-height: 19px; 
  }

  .attractions__item__main {
    min-height: 136px;
    grid-template-columns: 86px 1fr;
    grid-column-gap: 12px;
    border: 0;
    border-bottom: 1px solid #414141;
    padding-right: 0;
    padding-bottom: 8px;
  }

  .attractions__item__main > img {
    width: 86px;
  }

  .attractions__item__main p {
    -webkit-line-clamp: 4;
  }

  .attractions__item__info {
    display: grid;
    grid-template-columns: 1fr 90px;
    grid-template-rows: auto auto;
    align-content: start;
    grid-template-areas: 
      "attractions__item__price attractions__item__distance"
      "attractions__item__price__description attractions__item__distance";
    grid-column-gap: 12px;
    padding-left: 0;
    padding-top: 8px;
    max-width: 100%;
    min-height: 51px;
  }

  .attractions__item__price {
    grid-area: attractions__item__price;
  }

  .attractions__item__price__description {
    grid-area: attractions__item__price__description;
    max-width: 192px;
    width: 100%;
  }

  .attractions__item__distance {
    grid-area: attractions__item__distance;
    padding-top: 0;
    max-width: 92px;
    width: 100%;
  }

  .attractions__map__container {
    height: var(--fixedInfoHeight);
  }

  .attractions__map__btn {
    padding: 3px;
    min-width: 28px;
    min-height: 28px;
  }

  .attractions__map__resize-map-btn {
    display: none;
  }

  .attractions__map__ahouse-position-btn {
    top: 80px;
    right: 22px;
  }

  .attractions__map .ymaps-2-1-79-zoom__plus,
  .attractions__map .ymaps-2-1-79-zoom__minus {
    width: 28px;
    height: 28px;
  }

  .attractions__map .ymaps-2-1-79-zoom__minus {
    bottom: 5px;
  }

  .tabs__header {
    display: block;
    padding: 0 14px;
  }

  .tabs__header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .tabs__header__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px; 
    margin: 0;
  }

  .tabs__header__filters-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 58px;
    padding: 8px 12px;
    min-height: 32px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; 
    background: transparent;
  }

  .tabs__header__filters-btn.active::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #FFF73A;
  }

  .tabs__header__buttons {
    display: flex;
    border: 1px solid #2B2B30;
    border-radius: 8px;
    min-height: 28px;
    margin-top: 12px;
    overflow: hidden;
  }

  .tabs__button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px;
    font-size: 12px;
    line-height: 14px;
    background: transparent;
  }
  
  .tabs__button.active {
    background: #2B2B30;
  }

  .filters.active {
    visibility: visible;
    z-index: 1000;
    display: block;
  }
  .tabs__item-info.active {
    display: block;
  }
  .tabs__item-info,
  .attractions__map {
    display: none;
  }
  .filters.active {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: #1c1c1c;
    overflow-y: auto;
  }

  .filters.active {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: 100vw;
    height: 100dvh;
    background: #1c1c1c;
  }
  .attractions__map.active {
    display: block;
  }

  .attractions__item .attractions__balloon__btn {
    display: flex;
  }
}

@media (max-width: 854px) {
  :root {
    --fixedInfoHeight: calc(100dvh - 220px);
  } 
}

@media screen and (max-width: 854px) {
  .header, .inner-sect:not(:last-child) {
      margin-bottom: 24px;
  }
}

@media (max-width: 769px) {
  .attractions__item__link-back {
    display: inline-flex;
  }

  .attractions__map__ahouse-position-btn {
    right: 13px;
  } 

  .attractions__balloon__title {
    font-size: 14px;
    line-height: 17px; 
  }
}

@media (max-width: 430px) {
  :root {
    --fixedInfoHeight: calc(100dvh - 196px);
  } 
  body .header {
    margin-bottom: 0;
  }
}

/* End */
/* /local/templates/.default/components/x/ib.list/map/style.css?175467040616960 */
