.page-product-contacts .page-contacts {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: clamp(44px,8vh,104px) 0 clamp(56px,10vh,116px);
  background: #fff
}
.page-product-contacts .page-contacts__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding-inline: var(--layout-inline,clamp(16px,4vw,40px))
}
.page-product-contacts .page-contacts__head {
  margin-bottom: clamp(28px,4vw,48px)
}
.page-product-contacts .page-contacts__title {
  margin: 0 0 clamp(12px,2vw,20px);
  font-family: Montserrat,var(--font),system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
  color: #252529
}
.page-product-contacts .page-contacts__intro {
  margin: 0;
  max-width: 48rem;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: clamp(16px, 2.2vw, 18px);
  line-height: 1.55;
  color: #59595b
}
.page-product-contacts .page-contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(16px,2.5vw,24px);
  margin-bottom: clamp(36px,5vw,56px)
}
.page-product-contacts .page-contacts__card {
  margin: 0;
  padding: clamp(18px,2.5vw,24px) clamp(18px,2.5vw,28px);
  border-radius: 12px;
  border: 1px solid rgba(193,195,196,.55);
  border-left: 4px solid #eab300;
  background: #fafafa;
  box-sizing: border-box
}
.page-product-contacts .page-contacts__card-label {
  margin: 0 0 clamp(8px,1.2vw,12px);
  font-family: Montserrat,var(--font),system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.3;
  color: #252529
}
.page-product-contacts .page-contacts__card-value {
  margin: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #59595b;
  font-style: normal
}
.page-product-contacts .page-contacts__card-value--address {
  font-style: normal
}
.page-product-contacts .page-contacts__link {
  color: #513172;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  transition: text-decoration-thickness .2s ease
}
.page-product-contacts .page-contacts__link:hover {
  text-decoration-thickness: 1.5px
}
.page-product-contacts .page-contacts__separator {
  color: #c1c3c4;
  margin: 0 4px
}
.page-product-contacts .page-contacts__requisites {
  padding: clamp(18px,2.5vw,24px) clamp(18px,2.5vw,28px);
  border-radius: 12px;
  border: 1px solid rgba(193,195,196,.55);
  background: #fafafa;
  box-sizing: border-box
}
.page-product-contacts .page-contacts__requisites-title {
  margin: 0 0 clamp(10px,1.5vw,16px);
  font-family: Montserrat,var(--font),system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.3;
  color: #252529
}
.page-product-contacts .page-contacts__requisites-body {
  display: flex;
  flex-direction: column;
  gap: 6px
}
.page-product-contacts .page-contacts__requisites-line {
  margin: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #59595b
}
.page-product-contacts .block-cta--contacts {
  padding-top: clamp(8px,2vw,16px);
  padding-bottom: clamp(48px,9vh,96px)
}
.page-product-contacts .block-cta--contacts .block-cta__panel {
  position: relative;
  --cta-form-head-offset: 0
}
.page-product-contacts .block-cta--contacts .block-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg,rgba(13,10,8,.72) 0,rgba(13,10,8,.45) 45%,rgba(13,10,8,.35) 100%)
}
.page-product-contacts .block-cta--contacts .block-cta__form-card,
.page-product-contacts .block-cta--contacts .block-cta__media {
  position: relative;
  z-index: 2
}
.page-product-contacts .block-cta--contacts .block-cta__subtitle {
  margin: 0;
  max-width: min(36rem,100%);
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.55;
  font-weight: 400;
  color: rgba(252,254,254,.92)
}
.page-product-contacts .block-cta--contacts .block-cta__media .block-cta__label {
  --cta-chip-bg: rgba(240, 242, 242, 0.88);
  --cta-chip-text: #59595b
}
.page-product-contacts .page-contacts__map {
  box-sizing: border-box;
  width: 100%;
  max-width: 72rem;
  margin: clamp(28px,4vw,48px) auto 0;
  padding-inline: var(--layout-inline,clamp(16px,4vw,40px))
}
.page-product-contacts .page-contacts__map-inner {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(193,195,196,.55)
}
.page-product-contacts .page-contacts__map-inner iframe,
.page-product-contacts .page-contacts__map-inner ymaps {
  display: block;
  width: 100% !important;
  height: clamp(280px,36vw,420px) !important;
  border: none
}
@media (max-width:900px) {
  .page-product-contacts .page-contacts__grid {
    grid-template-columns: 1fr
  }
}
@media (min-width:901px) {
  .page-product-contacts .block-cta--contacts .block-cta__form-head {
    margin-top: 0
  }
}
