

/* Start:/local/templates/aspro-priority2/css/contacts.css?177003210510201*/
/* 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;
  flex-shrink: 0;
}
.contacts__tabs .tabs {
  margin-bottom: 32px;
}
.contacts__tabs .nav-tabs {
  margin: 0 -3px;
}
.contacts__tabs .tabs .nav-tabs li {
  margin: 0 3px;
}
.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:/local/components/pr-volga/prv.calculator/templates/.default/style.css?17854089996871*/
/* ВАЖНО: должно быть в начале всего CSS */
*, *::before, *::after {
    box-sizing: border-box;
}

.form-container {
    max-width: 100%;
}

.form_input_container {
    display: grid;
    /* FIX: 32%+32%+32%=96%, остаётся дыра. Safari плохо считает такие проценты */
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

#calculator .form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}

#calculator .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #FFFFFF;
}

/* FIX: был баг — селектор "input, select" применялся ко ВСЕМ select на странице */
#calculator .form-group input,
#calculator .form-group select,
#calculator .form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #6B6B6B;
    color: white;
    border-radius: 6px;
    font-size: 16px; /* FIX: строго 16px, чтобы iOS Safari не зумил при фокусе */
    background-color: rgba(255, 255, 255, 0.13);
    transition: border-color 0.3s ease;

    /* FIX: убираем нативные стили Safari (внутренние тени, скругления) */
    -webkit-appearance: none;
    appearance: none;
}

/* Возвращаем стрелку для select (мы её убрали через appearance: none) */
#calculator .form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

#calculator .form-group select option {
    background-color: #6B6B6B;
    color: white;
}

#calculator .form-group select option:disabled {
    color: #c6c6c6;
}

/* FIX: кастомный фокус вместо синего/оранжевого ореола Safari */
#calculator .form-group input:focus-visible,
#calculator .form-group select:focus-visible,
#calculator .form-group textarea:focus-visible {
    outline: none;
    border-color: white;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

#calculator .form-group .checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* FIX: чекбокс больше не скукоживается */
#calculator .form-group .checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-top: 4px;
    accent-color: #18A9DF; /* Safari 15.4+ */
    cursor: pointer;
}

#calculator .form-group .checkbox-group label {
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}

.checkbox-group_block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 27px;
}

.checkbox-group_block > * {
    flex: 1 1 300px;
    /* FIX: Safari не даёт flex-детям сжиматься меньше контента */
    min-width: 0;
}

.checkbox-group_block .submit-btn {
    background-color: #18A9DF;
    width: 100%;
    max-width: 661px;
    height: 48px;
    color: white;
    flex: 0 0 100%;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Onest", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;

    /* FIX: убираем нативные стили iOS Safari */
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.checkbox-group_block .submit-btn:hover {
    background-color: #1290c4;
}

.checkbox-group_block .submit-btn:disabled {
    background-color: #555;
    cursor: default;
}

.checkbox-group {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    width: 30%;
}

/* Скрываем нативный чекбокс, но оставляем доступным для клавиатуры */
.checkbox-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* Кастомный чекбокс через псевдоэлемент */
.checkbox-group label {
    position: relative;
    padding-left: 30px;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Квадратик чекбокса */
.checkbox-group label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #6B6B6B;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.13);
    transition: all 0.2s ease;
    box-sizing: border-box;
}

/* Галочка (скрыта по умолчанию) */
.checkbox-group label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.2s ease;
}

/* Состояние: checked */
.checkbox-group input[type="checkbox"]:checked + label::before {
    background-color: #18A9DF;
    border-color: #18A9DF;
}

.checkbox-group input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg) scale(1);
}

/* Состояние: focus (для навигации с клавиатуры) */
.checkbox-group input[type="checkbox"]:focus-visible + label::before {
    outline: 2px solid #18A9DF;
    outline-offset: 2px;
}

/* Состояние: disabled */
.checkbox-group input[type="checkbox"]:disabled + label {
    opacity: 0.5;
    cursor: not-allowed;
}

.checkbox-group input[type="checkbox"]:disabled + label::before {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #444;
}

.checkbox-group a {
    text-decoration: none;
    color: #18A9DF;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 900px) {
    .calculator_block {
        padding: 30px;
    }

    .form_input_container {
        /* FIX: 100% — невалидное значение для grid-колонок */
        grid-template-columns: 1fr;
    }

    .checkbox-group {
        width: 100%;
    }
}

.calculator_block {
    background-color: #222428;
    border-radius: 20px;
    padding: 37px 85px 60px 79px;

    /* FIX: сглаживание шрифтов на тёмном фоне */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* End */
/* /local/templates/aspro-priority2/css/contacts.css?177003210510201 */
/* /local/components/pr-volga/prv.calculator/templates/.default/style.css?17854089996871 */
