

/* Start:/bitrix/templates/aspro-priority2/css/contacts.css?175413822910203*/
/* CONTACTS PAGE */
.contacts__map {
  overflow: hidden;
  position: relative;
}
.contact-property--image img {
  max-width: 100%;
  width: 100%;
  height: auto;

  border-radius: var(--theme-outer-border-radius);
}
.contacts__map-wrapper + .contacts__desc {
  margin-top: 40px;
}
.contacts__desc {
  margin: 0;
}

/* sticky panel */
.contacts__sticky-panel {
  overflow: hidden;
  padding: 32px;
  background: var(--card_bg_black);
}
.contacts__sticky-panel__image {
  position: relative;
  margin: -32px -32px 0;
  overflow: hidden;
  max-height: 234px;
}
.contacts__sticky-panel__image .contact-property--image {
  overflow: hidden;
}
.contacts__sticky-panel .contacts__sticky-panel__image .contact-property--address {
  position: absolute;
  bottom: 0;
  padding: 0 32px 26px 32px;
  z-index: 1;
}
.contacts__sticky-panel .contacts__sticky-panel__image .contact-property--address .contact-property__label {
  color: #fff;
}
.contacts__sticky-panel .contacts__sticky-panel__image .contact-property--address .contact-property__value {
  font-size: calc(1rem + 4px);
  color: #fff;
}
.contacts__sticky-panel__info {
  padding: 24px 0 0 0;
}
.contacts__sticky-panel--without-image .contacts__sticky-panel__info {
  padding-top: 0;
}
.contacts__sticky-panel__btn-wraper {
  padding: 16px 0 0 0;
}
.contacts__sticky-panel__property {
  margin: 12px 0 0 0;
}
.contacts__sticky-panel__property:first-of-type {
  margin-top: 0;
}
.contacts__sticky-panel__desc {
  margin: 0 0 24px 0;
}

/* CONTACT-PROPERTY */
.contact-property__label {
  display: block;
}
.contact-property__value.dark_link a {
  color: inherit;
}

/* CONTACTS-detail */
.contacts-detail {
  position: relative;
}
.contacts-detail .contacts__row {
  display: flex;
  gap: 20px 40px;
  align-items: stretch;
}
.contacts-detail .contacts__col {
  position: relative;
  width: 50%;
}
.contacts-detail .contacts__content-wrapper {
  /* margin: 0 0 0 auto;
  padding-right: 24px;
  padding-bottom: 50px; */
}
.contacts-detail .contacts__map-wrapper {
  /* padding-left: 24px; */
}
.contacts_map-sticky {
  overflow: hidden;
}
@media (min-width: 992px) {
  .hide_title_page .contacts-detail .contacts__content-wrapper {
    margin-top: 71px;
  }
  .hide_title_page .contacts-detail .contacts__map-wrapper {
    padding-top: 71px;
  }
}

.contacts-detail .contacts__map-wrapper {
  width: 50%;
}

.contacts-detail__image {
  max-width: 100%;
}
.contacts-detail__image:not(.contacts-detail__image--gallery) {
  overflow: hidden;
}
.contacts-detail__image--gallery .gallery-big {
  padding-top: 66.6%;
  height: 0;
  position: relative;
}
.contacts-detail__image--gallery .gallery-big .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.contacts-detail__image--gallery .owl-stage-outer {
  border-radius: 4px;
}
.contacts-detail__image--gallery .owl-item a div {
  display: block;
  padding-top: 66.6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.contacts-detail__properties {
}

.contacts-detail__social {
  position: relative;
}
.contacts-detail__social .social__items {
  background-color: #fff;
  background: var(--black_bg_black);
  padding-right: 40px;
}
.contacts-detail__social:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #ececec;
  background: var(--stroke_black);
  margin: auto;
}

body .contacts-detail .contacts__map-wrapper .ymaps-controls-lefttop {
  bottom: auto;
  top: 0 !important;
}
body .contacts-detail .contacts__map-wrapper .ymaps-controls-lefttop > ymaps {
  left: 0px !important;
  right: auto !important;
  top: 20px !important;
  bottom: auto !important;
  margin-left: 10px;
}
body .contacts-detail .contacts__map-wrapper .ymaps-controls-righttop {
  bottom: auto;
  top: 0 !important;
}
body .contacts-detail .contacts__map-wrapper .ymaps-controls-righttop > ymaps {
  top: 80px !important;
  bottom: auto !important;
  left: 8px !important;
  right: auto;
  margin-right: 10px;
}
body .contacts-detail .contacts__map-wrapper .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
  top: 100%;
  margin-top: 3px;
  bottom: auto;
  left: auto !important;
  right: 0px !important;
}
@media (max-width: 991px) {
  .contacts-detail .contacts-detail__property--top {
    margin-top: 30px;
  }
  .contacts-detail .contacts__col {
    width: 100%;
  }
  .contacts-detail .contacts__content-wrapper {
    padding-right: 0px;
    margin-top: 0;
  }
  .contacts-detail .contacts__map-wrapper {
    padding-left: 0px;
  }
  .contacts-detail__image {
    max-width: 100%;
  }
  .contacts-detail .contacts__map-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial !important;
  }

  .contacts-detail.contacts-v1 .contact-property--image {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  .contacts-detail .contact-property--image img {
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 531px) and (max-width: 991px) {
  .contacts-detail .bx-yandex-view-map .bx-yandex-map,
  .contacts-detail .bx-google-map {
    height: 325px !important;
  }
}
@media (max-width: 767px) {
  .contacts-detail__properties {
    flex-direction: column;
  }
  .contacts-detail__properties > div:last-child {
    padding-left: 0px;
  }
  .contacts-detail .contacts__col {
    width: 100%;
  }
  .contacts-detail .contacts__content-wrapper {
    padding-right: 0px;
  }
  .contacts-detail__image {
    max-width: 100%;
  }
  .contacts-detail .contacts__map-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contacts-detail .contacts__map-wrapper {
    position: relative;
    min-height: 200px;
    width: 100%;
  }
}

.contacts-compact-v2 .contact-property {
  flex: 1;
  position: relative;
}
.contacts-compact-v2 .contacts-detail__image--gallery .gallery-big {
  height: 100%;
}

.contacts-compact-v2 .contact-property--image img {
  height: 100%;
  object-fit: cover;
}
.contacts-compact-v2 .grid-list--items > div {
  min-width: 0;
}
@media (max-width: 767px) {
  .contacts-compact-v2 .grid-list--items {
    --items-count: 1;
  }
}
.contacts-compact-v2 .contacts-detail__social:before {
  display: none;
}
.contacts-compact-v2  .contact-property--decription {
  max-width: 682px;;
}

/* CONTACTS-V2, CONTACTS-V3  */
.contacts__row {
  display: flex;
  flex-direction: row;
}
.contacts__col {
  min-width: 0;
}
.contacts__col--right {
  width: 400px;
  padding-left: 48px;
}
.contacts__sticky-panel__info .contact-property--address {
  display: none;
  padding: 6px 0 19px 0;
}
.contacts__sticky-panel--without-image .contacts__sticky-panel__info .contact-property--address {
  display: block;
  padding-top: 0;
}
.contacts__panel-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contacts__tabs {
  margin: 0 16px 0 0;
}
.contacts__tabs .tabs {
  margin-bottom: 32px;
}
.contacts__tabs .nav-tabs {
  margin: 0 -3px;
}
.contacts__tabs .tabs .nav-tabs li {
  margin: 0 3px;
margin-bottom: 5px;
}
.contacts__tabs .tabs .nav-tabs li a {
  padding: 10px 21px 10px 22px;
}
.contacts__tab-content {
  position: relative;
}
.contacts__tab-content.contacts__tab-content--map > *:not(.contacts__map-wrapper):not(.alert),
.contacts__tab-content:not(.contacts__tab-content--map) > .contacts__map-wrapper {
  position: absolute;
  top: -1000000px;
  width: 100%;
  height: 100%;
}
.contacts__tab-content.contacts__tab-content--map > .contacts__map-wrapper,
.contacts__tab-content:not(.contacts__tab-content--map) > :not(.contacts__map-wrapper) {
  margin-top: 0;
}
.contacts__filter.line-block {
  max-width: 672px;
  margin-bottom: 16px;
  flex-grow: 1;
}
.contacts__filter .line-block__item {
  flex: 1;
  min-width: 0;
}
.contacts__filter-select {
  margin-bottom: 16px;
}
.contacts__filter-select .dropdown-select__title {
  padding: 7px 41px 7px 13px;
  position: relative;
  height: 39px;
}
.contacts__filter-select .dropdown-select__title span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 13px;
  right: 41px;
}
.contacts__filter-select .dropdown-select__title .svg {
  margin: 0;
  position: absolute;
  right: 17px;
  top: 18px;
}
.contacts__filter-select .dropdown-menu-wrapper {
  left: -1px;
  width: calc(100% + 2px);
  top: -1px;
}
.contacts__filter-select .dropdown-select__list-link {
  word-break: break-word;
  white-space: normal;
}
.contacts__filter-select .dropdown-menu-wrapper .dropdown-menu-inner {
  max-height: 217px;
  overflow: auto;
}
@media (max-width: 991px) {
  .contacts__row {
    flex-direction: column-reverse;
  }
  .contacts__col--right {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts__sticky-panel {
    display: flex;
    flex-direction: row;
    padding: 26px 32px 32px 32px;
  }
  .contacts__sticky-panel__image {
    margin: 6px 0 0 0;
    max-width: 352px;
    min-width: 0;
    flex-basis: 50%;
    max-height: none;
  }
  .contacts__sticky-panel__info {
    flex: 1;
    padding: 0 0 0 32px;
    min-width: 0;
  }
  .contacts__sticky-panel--without-image .contacts__sticky-panel__info {
    padding-left: 0;
  }
  .contacts__sticky-panel .contacts__sticky-panel__image .contact-property--address,
  .contacts__sticky-panel .dark-block-after:after {
    display: none;
  }
  .contacts__sticky-panel__info .contact-property--address {
    display: block;
  }
  .contacts__sticky-panel__btn-wraper .btn.btn-wide {
    width: auto;
  }
}
@media (max-width: 768px) {
  .contacts__panel-wrapper {
    flex-direction: column;
  }
  .contacts__tabs + .contacts__filter {
    margin-top: -16px;
  }
}
@media (max-width: 600px) {
  .contacts__sticky-panel {
    flex-direction: column;
    padding: 32px;
  }
  .contacts__sticky-panel__image {
    margin: 0 0 33px 0;
    max-width: inherit;
  }
  .contacts__sticky-panel__info {
    padding: 0;
  }
  .contacts__panel-wrapper .line-block {
    flex-wrap: wrap;
  }
  .contacts__panel-wrapper .line-block__item {
    flex-basis: 100%;
  }
}

/* End */


/* Start:/bitrix/templates/aspro-priority2/components/bitrix/map.yandex.view/map/style.min.css?17537352411*/
 
/* End */


/* Start:/bitrix/templates/aspro-priority2/components/bitrix/map.yandex.system/map/style.min.css?1753735241421*/
div.bx-yandex-map,div.bx-yandex-map div.YMaps-b-balloon-content{color:#000}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:0!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.YMaps-b-balloon-b{background-image:none!important}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1753735237666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
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{
	font-size: 11px;
}


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 */


/* Start:/local/templates/.default/components/bitrix/news.list/contacts-list/style.min.css?17537352513255*/
.contacts__ajax_items .contacts-list{margin-top:16px}.contacts-list__section{margin-top:40px;position:relative}.contacts-list .contacts-list__section:first-child{margin-top:0}.contacts-list__section-title{margin-bottom:20px}.contacts-list__wrapper{position:relative}.contacts-list__wrapper:first-child .contacts-list__item{border-top-left-radius:var(--theme-outer-border-radius);border-top-right-radius:var(--theme-outer-border-radius)}.contacts-list__wrapper:last-child .contacts-list__item{border-bottom-left-radius:var(--theme-outer-border-radius);border-bottom-right-radius:var(--theme-outer-border-radius)}.contacts-list__item{padding:32px}.contacts-list__item-image-wrapper{position:relative}.contacts-list__item-image-wrapper .contacts-list__item-link,.contacts-list__item-image-wrapper>span{margin-right:32px;width:150px;height:100px;display:inline-block;position:relative;vertical-align:top}.contacts-list__item-image{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.contacts-list__item-col{flex:1;padding-right:32px;display:flex;flex-wrap:wrap;flex-direction:column;gap:6px}.contacts-list__item-without-image .contacts-list__item-text-top-part>.contacts-list__item-col{flex-basis:calc(182px + (100% - 182px) / 2)}.contacts-list__item-prop{display:flex;gap:8px;align-items:normal}.contacts-list__item-prop .svg{padding-top:4px}.contacts-list__item-info{flex-grow:1}.contacts-list__item-emails,.contacts-list__item-phones{line-height:21px}.contacts-list__item-coord{cursor:pointer;flex-shrink:0}.contacts-list__item-coord .color-theme{color:var(--fill_dark_light_white_hover)}.contacts-list__item-coord svg path{fill:var(--fill_dark_light_white_hover)}.contacts-list__item-coord:hover .color-theme{color:#333;color:var(--fill_dark_light_ccc)}.contacts-list__item-coord:hover svg path{fill:#333;fill:var(--fill_dark_light_ccc)}.contacts-list__item-coord .svg{margin:0 9px 0 0}.contacts-list__item-pay{margin:0px -8px 0}.contacts-list__item-pay__value{padding:0 8px;height:20px;line-height:20px}.contacts-list__item-pay__value img{max-width:40px}.contacts-list__wrapper .arrow-all{right:32px;top:35px}.contacts-list__item-properties{margin:20px 0 0 0}.contacts-list__item-properties-item-wraper{padding:0 0 0 15px;position:relative}.contacts-list__item-properties-item-wraper:before{content:"";position:absolute;left:0;top:9px;width:4px;height:4px;border-radius:2px;background-color:#9e9e9e;background:var(--theme-base-color)}@media (min-width:1450px){.contacts-list__item-col--right{display:flex;flex:1;flex-direction:row;justify-content:space-between}}@media (min-width:1300px){.contacts-list__item--hidden-f1300{display:none}}@media (max-width:1299px){.contacts-list__item--hidden-t1299{display:none}.contacts-list__item-info{margin:6px 0 0 0}.contacts-list__item-info>.line-block{flex-direction:column}}@media (max-width:600px){.contacts-list__item{flex-direction:column!important}.contacts-list__item:not(.contacts-list__item-without-image){padding:32px}.contacts-list__item-col{padding:0}.contacts-list__item-image-wrapper .contacts-list__item-link,.contacts-list__item-image-wrapper>span{margin:0}.contacts-list__item-image-wrapper{margin:0 0 33px 0}}
/* End */
/* /bitrix/templates/aspro-priority2/css/contacts.css?175413822910203 */
/* /bitrix/templates/aspro-priority2/components/bitrix/map.yandex.view/map/style.min.css?17537352411 */
/* /bitrix/templates/aspro-priority2/components/bitrix/map.yandex.system/map/style.min.css?1753735241421 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1753735237666 */
/* /local/templates/.default/components/bitrix/news.list/contacts-list/style.min.css?17537352513255 */
