

/* Start:/local/templates/gotoural/styles/guide_map.css?17352906282629*/
.section-map-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.section-map-tab {
    padding: 15px 20px;
    border: 1px solid #8C959C33;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
}

.section-map-tab.selected {
    background: #009474;
    border: none;
}

.section-map-tab.selected span {
    color: #fff;
}

.locations-list {
    margin-top: 40px;
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto;
}

.locations__card {
    width: auto;
}

.locations__card {
    height: auto;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 12px;
    padding: 24px;
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
}

.locations__card-image {
    max-width: 100%;
    max-height: 200px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.locations__card-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

.locations__card-content {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.locations__card-name {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

.location-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.location-link {
    display: inline-flex;
    /*justify-content: center;*/
    align-items: center;
    /*height: 56px;*/
    /*border: 1px solid #f1f1f1;*/
    /*border-radius: 100px;*/
    gap: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.locations__card-content .show_on_map {
    margin-top: 15px;
    cursor: pointer;
}

.locations__card-content .show_on_map span {
    display: flex;
    gap: 5px;
}

.locations__card-content .show_on_map path {
    fill: #009474;
}

.bx-yandex-view-map .bx-yandex-map .map-property-img {
    position: relative;
}

/*@media (max-width: 1061px) {*/
/*    .header__body {*/
/*        margin-bottom: 0 !important;*/
/*    }*/
/*}*/

@media (max-width: 1000px) {
    .locations-list {
        display: block;
    }
}

@media (max-width: 768px) {
    .locations__card {
        display: block;
    }
    .locations__card-image {
        margin-bottom: 15px;
    }
}

@media (any-hover: hover) {
    .section-map-tab:hover {
        background: #f1f1f1;
    }
    .section-map-tab.selected {
        background: #009474;
    }
}

/* End */


/* Start:/local/templates/gotoural/components/bitrix/map.yandex.view/map/style.css?17326948995009*/
.bx-yandex-map,
.ymaps-map {
  width: auto !important;
}
.map-detail-items__item--hidden {
  display: none;
}
.map-detail-items__item {
  padding: 25px 32px;
}
.map-detail-items__item-svg {
  position: absolute;
  right: 6px;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}
.map-detail-items__item-svg:not(:hover) svg path {
  fill: #999;
}
.map-detail-items__item-close {
  width: 10px;
  height: 10px;
}
.map-detail-items__item-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}
.map-detail-items__item-title a {
  color: #333;
}
.map-detail-items__item-title a:hover {
  color: #009474;
}
.map-detail-items__item-property-title {
  color: #8c959c;
  font-size: 16px;
  margin-bottom: 5px;
}
.map-detail-items__item-property-value,
.map-detail-items__item-property-value a {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.map-detail-items__item-property {
  margin-top: 10px;
}
.map-detail-items__item-buttons {
  display: none;
}
.ymaps-point-overlay path.fill-theme-svg {
  fill: #009474;
}
.contacts__sticky-panel__property {
  margin-bottom: 10px;
}

body .contacts-page-map-top .ymaps-b-balloon {
  padding: 0;
  width: 366px !important;
  margin: 4px 0 0 -1px;
}

body .contacts-map-top-frame .ymaps-b-balloon {
  padding: 0;
  width: 344px !important;
  margin: 4px 0 0 -1px;
}

.front_map.bx-yandex-view-map {
  position: relative;
  overflow: hidden;
  margin: 0px;
  border: none;
}
.bx-yandex-view-map .bx-yandex-map img {
  position: absolute;
  left: 0px;
  right: 0px;
}
body .ymaps-b-balloon__content {
  background: var(--card_bg_black);
}
.body .ymaps-b-balloon {
  margin: -54px 0 0 -38px;
  width: 344px !important;
  background: #fff;
  border-radius: 3px;
  padding: 25px 45px 30px 32px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(18, 25, 38, 0.1);
}
.body .ymaps-b-balloon:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 19px;
  z-index: 2;
  background: #fff;
  background: var(--card_bg_black);
}
/*.ymaps-b-balloon .ymaps-b-balloon__content > ymaps {*/
/*  width: 100% !important;*/
/*  height: auto !important;*/
/*}*/
.ymaps-b-balloon .ymaps-b-balloon__content-holster {
  padding: 30px;
  background: white;
  border-radius: 30px;
}
.ymaps-b-balloon .ymaps-b-balloon__tr {
  display: none;
}
.ymaps-b-balloon .ymaps-b-balloon__tl {
  display: none;
}
.ymaps-b-balloon .ymaps-b-balloon__content {
  border: none;
}
.ymaps-b-balloon .ymaps-b-balloon__bl {
  display: none;
}
.ymaps-b-balloon .ymaps-b-balloon__br {
  display: none;
}
.ymaps-b-balloon .ymaps-b-balloon__close {
  top: 8px !important;
  right: 8px !important;
  width: 26px !important;
  height: 26px !important;
  background: none !important;
  border-radius: 100% !important;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.ymaps-b-balloon .ymaps-b-balloon__close:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -5px;
  margin: -5px 0 0 -5px;
  width: 32px;
  height: 32px;
  background: url(/local/templates/gotoural/components/bitrix/map.yandex.view/map/../../../../images/detail/icons/close-icon.png) no-repeat;
  transition: opacity ease 0.3s;
}
.ymaps-b-balloon .ymaps-b-balloon__close:hover:before {
  opacity: 0.5;
}


.ymaps-b-balloon:before {
  content: "";
  background: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ymaps-shadows-pane {
  display: none;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block {
  color: #555;
  font-size: 13px;
  padding-left: 24px;
  padding-bottom: 11px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block:last-of-type {
  padding-bottom: 0px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-metro {
  top: 3px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block .svg-inline-email {
  top: 2px;
}
.ymaps-b-balloon__content-body .pane_info_wrapper .pane_info .value-block a:not(:hover) {
  color: #555;
}
.cluster_custom svg .cls-cluster2 {
  fill: #009474;
}
.cluster_custom span {
  z-index: 2;
  position: relative;
}
.cluster_custom svg {
  position: absolute;
  left: 0;
}

@media (max-width: 530px) {
  .map-detail-items__item {
    padding-left: 28px;
    padding-right: 28px;
  }
  .bx-map-view-layout,
  .ymaps-map,
  .bx-yandex-map {
    height: 250px !important;
  }
  .ymaps-b-balloon .ymaps-b-balloon__close {
    top: 10px !important;
    right: 20px !important;
  }
}
/* End */


/* Start:/local/templates/gotoural/components/bitrix/map.yandex.system/map/style.css?1732694899600*/
div.bx-yandex-map {color: black;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td{padding: 0px !important;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b{background-image: none !important;}
/* End */
/* /local/templates/gotoural/styles/guide_map.css?17352906282629 */
/* /local/templates/gotoural/components/bitrix/map.yandex.view/map/style.css?17326948995009 */
/* /local/templates/gotoural/components/bitrix/map.yandex.system/map/style.css?1732694899600 */
