@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBD5XxxKA.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBK5XxxKA.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBC5XxxKA.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBN5XxxKA.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBB5XxxKA.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBA5XxxKA.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBO5Xw.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
  --bg-default: #002556;
  --bg-secondary: rgba(0, 37, 86, 0.14);
  --bg-brand: #ef7f1a;
  --bg-light: rgba(0, 37, 86, 0.06);
  --text-default: #002556;
  --text-inversion: #fff;
  --text-orange: #ef7f1a;
  --text-muted: rgba(0, 37, 86, 0.35);
  --input-border: #d3d6d8;
  --radius-m: 12px;
  --radius-l: 16px;
}

.page--contacts
*,
.page--contacts
*::before,
.page--contacts
*::after {
  box-sizing: border-box;
}

html:has(.page--contacts) {
  scroll-behavior: smooth;
}

.page--contacts {
  margin-bottom: 70px;
}

body:has(.page--contacts)
.page {
  min-height: auto;
}

body:has(.page--contacts) {
  margin: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  color: var(--text-default);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.page--contacts
img {
  display: block;
  max-width: 100%;
}

.page--contacts
img[src$=".svg"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.page--contacts
a {
  color: inherit;
  text-decoration: none;
}

.page--contacts
button,
.page--contacts
input,
.page--contacts
select,
.page--contacts
textarea {
  font: inherit;
}

.page--contacts
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.page.page--contacts {
  display: flex;
  flex-direction: column;
}

.page--contacts
main {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

/* Page title & tabs */
.page-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-title {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--text-default);
}

.tabs {
  display: flex;
  gap: 16px;
  overflow: hidden;
}

.tabs__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 24px;
  border: none;
  border-radius: var(--radius-l);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  background: var(--bg-secondary);
  color: var(--text-default);
  text-decoration: none;
  transition: all 0.3s;
}

.tabs__item:hover,
.tabs__item--active {
  background: var(--bg-default);
  color: var(--text-inversion);
}

.tabs__item--active {
  cursor: default;
}

/* Support section */
.section-title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: var(--text-default);
}

.section-title--sm {
  font-size: 24px;
}

.label-muted {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-muted);
}

.schedule {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.schedule__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
}

.schedule__row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact-line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
}

.contact-line--start {
  align-items: flex-start;
}

.contact-line--phones {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.contact-line__phones {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-line__phone-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.btn-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.btn-copy svg {
  display: block;
  width: 16px;
  height: 16px;
}

.copy-tooltip {
  font-size: 14px;
  line-height: 1;
  color: var(--text-muted);
  white-space: nowrap;
}




/* Location cards */
.location-cards {
  /*margin-bottom: 70px !important;*/
}

.location-cards__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.location-card {
  position: relative;
  background: var(--bg-light);
  border-radius: var(--radius-l);
}

.location-card--collapsible {
  padding: 32px 48px;
}

.location-card--static {
  display: flex;
  align-items: center;
  min-height: 138px;
  padding: 32px 48px;
}

.location-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
}

.location-card--static .location-card__header {
  cursor: default;
}

.location-card__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 550px;
}

.location-card__title {
  margin: 0;
  font-size: 32px !important;
  font-weight: 500;
  line-height: normal;
  color: var(--text-default);
}

.location-card__subtitle {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-default);
}

.location-card__subtitle--muted {
  color: rgba(0, 37, 86, 0.6);
}

.location-card__toggle {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.location-card--collapsible:not(.is-open) .location-card__toggle {
  transform: rotate(90deg);
}

.location-card__body {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  transition: grid-template-rows 0.3s ease, margin-top 0.3s ease;
}

.location-card--collapsible.is-open .location-card__body {
  grid-template-rows: 1fr;
  margin-top: 32px;
}

.location-card__body-inner {
  overflow: hidden;
  min-height: 0;
}

.location-card__content {
  display: flex;
  gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
}

.location-card__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 550px;
}

.location-card__side {
  /*width: 591px;*/
  width: calc(100% - 550px);
  max-width: 591px;
  /*max-width: 100%;*/
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.location-card__person {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.location-card__person + .location-card__person {
  margin-top: 16px;
}

.location-card__person-name {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.location-card__note {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  line-height: 1;
}

.location-card__note-text {
  margin: 0;
  font-weight: 400;
  color: var(--text-default);
}

.location-card .label-muted {
  margin-bottom: 16px;
}

.location-card .schedule > .label-muted {
  margin-bottom: 0;
}

.location-card__map {
  width: 100%;
  height: 276px;
}

/* Utilities */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Mobile */
@media (max-width: 991px) {
  .page.page--contacts {
    gap: 60px;
  }

  .page--contacts
  main {
    gap: 60px;
  }

  .page-title {
    font-size: 40px;
  }

  .tabs {
    gap: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tabs::-webkit-scrollbar {
    display: none;
  }

  .tabs__item {
    flex: 0 0 auto;
    min-height: 50px;
    padding: 16px 24px;
  }

  .section-title {
    font-size: 24px;
    text-transform: uppercase;
  }

  .schedule__rows {
    gap: 12px;
  }
}

.page--contacts
a {
  color: var(--text-default) !important;
}

.page--contacts
.tabs__item:hover,
.page--contacts
.tabs__item--active {
  color: var(--text-inversion) !important;
}

.page--contacts
.section-title {
  font-size: 32px !important;
}

.page--contacts
button {
  font-size: 24px;
}

.page--contacts
.page-title {
  font-size: 60px !important;
}

.page--contacts a[href^='tel:'] * {
  opacity: 1 !important;
}

[class*=ymaps][class*=-ground-pane] {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

/* Text */
.page-text {


}

.page-text.container {
  margin-top: -25px;
}

.page-text
.page-title {
  margin: 0 0 15px 0;
  font-size: 48px !important;
}

.page-text
.page-subtitle {
  font-size: 24px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0 0 35px 0;
}

.page-text__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

@media (max-width: 991px) {
  .page--contacts {
    margin-bottom: 30px;
  }

  .page--contacts
  .page-title {
    font-size: 40px !important;
  }

  .page--contacts
  .section-title {
    font-size: 24px !important;
  }

  .page-text {

  }

  .page-text.container {
    margin-top: 0;
  }

  .page-text
  .page-title {
    font-size: 32px !important;
    line-height: 33px;
  }

  .page-text
  .page-subtitle {
  }

  .page-text__text {
    font-weight: 400;
    line-height: 18px;
  }

  .location-card--collapsible,
  .location-card--static {
    padding: 16px;
  }

  .location-card--static {
    min-height: auto;
  }

  .location-card__title {
    font-size: 24px !important;
  }

  .location-card__subtitle {
    font-size: 18px;
    white-space: normal;
  }

  .location-card__toggle {
    top: 16px;
    right: 16px;

    scale: 0.7;
  }

  .location-card__content {
    flex-direction: column;
  }

  .location-card__main,
  .location-card__side {
    width: 100%;
    max-width: none;
  }

  .location-card__map {
    height: 145px;
  }

}