.vt-contacts-v3,
.vt-contacts-v3 * {
  box-sizing: border-box;
}

.vt-contacts-v3 {
  color: #15344e;
  background: #f8f9fa;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.vt-contacts-v3 h1,
.vt-contacts-v3 h2,
.vt-contacts-v3 h3,
.vt-contacts-v3 p {
  margin-top: 0;
}

.vt-contacts-v3 h1,
.vt-contacts-v3 h2,
.vt-contacts-v3 h3,
.vt-contacts-v3__eyebrow,
.vt-contacts-v3__button {
  font-family: "Exo 2", Arial, sans-serif;
}

.vt-contacts-v3__hero {
  padding: 36px 0 40px;
  border-bottom: 1px solid #dce7ee;
  background: #eef2f5;
}

.vt-contacts-v3__breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 17px;
  color: #778998;
  font-size: 13px;
}

.vt-contacts-v3__breadcrumbs a {
  color: #2373b5;
  text-underline-offset: 3px;
}

.vt-contacts-v3__hero h1 {
  max-width: 820px;
  margin-bottom: 13px;
  color: #002f57;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
}

.vt-contacts-v3__lead {
  max-width: 720px;
  margin-bottom: 22px;
  color: #15344e;
  font-size: 16px;
}

.vt-contacts-v3__hero-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}

.vt-contacts-v3__main-phone {
  min-width: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px;
  color: #002f57;
  text-decoration: none;
}

.vt-contacts-v3__main-phone span {
  color: #778998;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vt-contacts-v3__main-phone strong {
  font-size: 29px;
  line-height: 1.08;
}

.vt-contacts-v3__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.vt-contacts-v3__button--bordered {
  border: 1px solid rgba(21, 52, 78, .55);
  color: #15344e;
  background: #fff;
}

.vt-contacts-v3__button--bordered:hover,
.vt-contacts-v3__button--bordered:focus {
  border-color: #15344e;
  color: #15344e;
  text-decoration: none;
}

.vt-contacts-v3__section {
  padding: 42px 0;
}

.vt-contacts-v3__section-heading {
  margin-bottom: 24px;
}

.vt-contacts-v3__section-heading h2,
.vt-contacts-v3__common h2 {
  margin-bottom: 0;
  color: #15344e;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.vt-contacts-v3__section-heading p,
.vt-contacts-v3__common p {
  max-width: 540px;
  margin: 9px 0 0;
  color: #778998;
}

.vt-contacts-v3__eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #d8232a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.vt-contacts-v3__office-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.vt-contacts-v3__office-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background: #fff;
}

.vt-contacts-v3__office-body {
  order: 1;
  flex: 1;
  padding: 21px 20px 7px;
}

.vt-contacts-v3__office-type {
  margin-bottom: 7px;
  color: #2373b5;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.vt-contacts-v3__office-card h3 {
  margin-bottom: 8px;
  color: #15344e;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.vt-contacts-v3__landmark {
  min-height: 42px;
  margin-bottom: 13px;
  color: #778998;
  font-size: 13px;
}

.vt-contacts-v3__status-block {
  min-height: 44px;
}

.vt-contacts-v3__status {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  color: #15344e;
  font-size: 13px;
  font-weight: 700;
}

.vt-contacts-v3__status::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2373b5;
}

.vt-contacts-v3__status.is-open::before { background: #73be2c; }
.vt-contacts-v3__status.is-closed::before { background: #d8232a; }

.vt-contacts-v3__status-next {
  min-height: 18px;
  margin: 3px 0 0 16px;
  color: #778998;
  font-size: 12px;
}

.vt-contacts-v3__office-actions {
  order: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0 20px 16px;
}

.vt-contacts-v3__schedule {
  order: 3;
  margin: 0 20px 18px;
  padding-top: 12px;
  border-top: 1px solid #dce7ee;
}

.vt-contacts-v3__schedule div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 3px 0;
}

.vt-contacts-v3__schedule dt { color: #778998; }
.vt-contacts-v3__schedule dd { margin: 0; color: #15344e; font-weight: 600; text-align: right; }

.vt-contacts-v3__office-photo-wrap {
  order: 4;
  height: 190px;
  overflow: hidden;
  background: #edf1f5;
}

.vt-contacts-v3__office-photo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.vt-contacts-v3__office-card:nth-child(2) img { object-position: center 49%; }
.vt-contacts-v3__office-card:nth-child(3) img { object-position: center 44%; }

.vt-contacts-v3__map-section {
  border-top: 1px solid #dce7ee;
  border-bottom: 1px solid #dce7ee;
  background: #fff;
}

.vt-contacts-v3__map-shell {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background: #fff;
}

.vt-contacts-v3__map-layout { display: grid; grid-template-columns: 1fr; }

.vt-contacts-v3__map-visual {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #edf2e7;
}

.vt-contacts-v3__map-visual > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
}

.vt-contacts-v3__map-pin {
  position: absolute;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 7px;
  color: #002f57;
  background: #73be2c;
  box-shadow: 0 3px 9px rgba(0, 47, 87, .28);
  font-family: "Exo 2", Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transform: translate(-50%, -100%) rotate(-45deg);
}

.vt-contacts-v3__map-pin span { display: grid; place-items: center; transform: rotate(45deg); }
.vt-contacts-v3__map-pin:hover,
.vt-contacts-v3__map-pin.is-active { color: #fff; background: #002f57; }
.vt-contacts-v3__map-pin--central { left: 61.2135%; top: 65.9972%; }
.vt-contacts-v3__map-pin--tochka { left: 11.8695%; top: 58.1219%; }
.vt-contacts-v3__map-pin--moskovskaya { left: 83.9407%; top: 39.4247%; }

.vt-contacts-v3__map-popup {
  padding: 23px 20px;
  border-top: 1px solid #dce7ee;
}

.vt-contacts-v3__map-popup h3 { margin-bottom: 8px; color: #15344e; font-size: 22px; font-weight: 700; }
.vt-contacts-v3__map-popup p { margin-bottom: 15px; color: #778998; }
.vt-contacts-v3__map-popup .vt-contacts-v3__status { margin-bottom: 19px; }
.vt-contacts-v3__map-popup .vt-contacts-v3__button { width: 100%; }

.vt-contacts-v3__map-links { display: grid; grid-template-columns: 1fr; }

.vt-contacts-v3__map-links a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px 20px 16px 38px;
  border-top: 1px solid #dce7ee;
  color: #15344e;
  text-decoration: none;
}

.vt-contacts-v3__map-links a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 23px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #73be2c;
}

.vt-contacts-v3__map-links a:hover { background: #f8f9fa; }
.vt-contacts-v3__map-links strong { font-size: 14px; }
.vt-contacts-v3__map-links span { color: #778998; font-size: 12px; }
.vt-contacts-v3__map-links em { margin-top: 5px; color: #2373b5; font-size: 12px; font-style: normal; font-weight: 700; text-decoration: underline; }

.vt-contacts-v3__common {
  border-bottom: 1px solid #dce7ee;
  background: #eef2f5;
}

.vt-contacts-v3__common-inner { display: grid; gap: 21px; }
.vt-contacts-v3__contact-links { display: grid; grid-template-columns: 1fr; gap: 9px; }

.vt-contacts-v3__contact-links a {
  min-height: 68px;
  padding: 13px 16px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  color: #15344e;
  background: #fff;
  text-decoration: none;
}

.vt-contacts-v3__contact-links a:hover { border-color: #2373b5; }
.vt-contacts-v3__contact-links span,
.vt-contacts-v3__contact-links strong { display: block; }
.vt-contacts-v3__contact-links span { color: #778998; font-size: 12px; }
.vt-contacts-v3__contact-links strong { margin-top: 2px; font-size: 16px; }

.vt-contacts-v3__requisites-container { max-width: 1008px; }

.vt-contacts-v3__legal-note {
  margin: -4px 0 21px;
  padding: 12px 15px;
  border-left: 3px solid #73be2c;
  color: #778998;
  background: #fff;
}

.vt-contacts-v3__requisite-list { display: grid; gap: 9px; }

.vt-contacts-v3__requisite {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background: #fff;
}

.vt-contacts-v3__requisite summary {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 17px;
  list-style: none;
  cursor: pointer;
}

.vt-contacts-v3__requisite summary::-webkit-details-marker { display: none; }
.vt-contacts-v3__requisite summary strong,
.vt-contacts-v3__requisite summary small { display: block; }
.vt-contacts-v3__requisite summary strong { font-family: "Exo 2", Arial, sans-serif; font-size: 17px; }
.vt-contacts-v3__requisite summary small { margin-top: 2px; color: #778998; font-size: 12px; }

.vt-contacts-v3__requisite summary i {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 1px solid #dce7ee;
}

.vt-contacts-v3__requisite summary i::before,
.vt-contacts-v3__requisite summary i::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 10px;
  height: 2px;
  background: #2373b5;
}

.vt-contacts-v3__requisite summary i::after { transform: rotate(90deg); }
.vt-contacts-v3__requisite[open] summary i::after { transform: none; }

.vt-contacts-v3__requisite-body {
  padding: 0 17px 19px;
  border-top: 1px solid #dce7ee;
}

.vt-contacts-v3__requisite-body dl { margin: 0; padding: 8px 0; }

.vt-contacts-v3__requisite-body dl div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 8px 0;
  border-bottom: 1px dashed #d9e3e8;
}

.vt-contacts-v3__requisite-body dl div:last-child { border-bottom: 0; }
.vt-contacts-v3__requisite-body dt { color: #778998; font-size: 12px; }
.vt-contacts-v3__requisite-body dd { margin: 0; color: #15344e; font-weight: 600; overflow-wrap: anywhere; }

.vt-contacts-v3__copy-status {
  min-height: 21px;
  margin: 9px 0 0;
  color: #2373b5;
  font-size: 13px;
  font-weight: 600;
}

.vt-contacts-v3__registry {
  display: grid;
  gap: 15px;
  margin-top: 14px;
  padding: 17px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background: #fff;
}

.vt-contacts-v3__registry h3 { margin-bottom: 5px; color: #15344e; font-size: 18px; font-weight: 700; }
.vt-contacts-v3__registry p { margin-bottom: 0; color: #778998; }
.vt-contacts-v3__registry .vt-contacts-v3__button { width: 100%; }

@media (min-width: 768px) {
  .vt-contacts-v3__hero { padding-top: 46px; padding-bottom: 48px; }
  .vt-contacts-v3__hero h1 { font-size: 42px; }
  .vt-contacts-v3__lead { font-size: 17px; }
  .vt-contacts-v3__section { padding: 51px 0; }
  .vt-contacts-v3__section-heading h2,
  .vt-contacts-v3__common h2 { font-size: 32px; }
  .vt-contacts-v3__office-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
  .vt-contacts-v3__office-card:last-child { grid-column: 1 / -1; }
  .vt-contacts-v3__office-actions { order: 4; grid-template-columns: 1.35fr 1fr; padding-top: 15px; padding-bottom: 19px; }
  .vt-contacts-v3__schedule { order: 2; }
  .vt-contacts-v3__office-photo-wrap { order: 3; height: 220px; }
  .vt-contacts-v3__map-layout { grid-template-columns: minmax(0, 1.65fr) minmax(250px, .85fr); }
  .vt-contacts-v3__map-popup { padding: 25px; border-top: 0; border-left: 1px solid #dce7ee; }
  .vt-contacts-v3__map-popup .vt-contacts-v3__button { width: auto; }
  .vt-contacts-v3__map-links { grid-template-columns: repeat(3, 1fr); }
  .vt-contacts-v3__map-links a { border-right: 1px solid #dce7ee; }
  .vt-contacts-v3__map-links a:last-child { border-right: 0; }
  .vt-contacts-v3__common-inner { grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
  .vt-contacts-v3__contact-links { grid-template-columns: 1fr 1fr; }
  .vt-contacts-v3__requisite-body dl div { grid-template-columns: minmax(190px, .8fr) 1.2fr; gap: 21px; }
  .vt-contacts-v3__requisite-body dt { font-size: 13px; }
  .vt-contacts-v3__registry { grid-template-columns: 1fr auto; align-items: center; gap: 21px; }
  .vt-contacts-v3__registry .vt-contacts-v3__button { width: auto; }
}

@media (min-width: 1024px) {
  .vt-contacts-v3__hero { padding-top: 52px; padding-bottom: 54px; }
  .vt-contacts-v3__hero h1 { font-size: 48px; }
  .vt-contacts-v3__section { padding: 58px 0; }
  .vt-contacts-v3__section-heading { display: grid; grid-template-columns: 1fr minmax(300px, .72fr); gap: 42px; align-items: end; margin-bottom: 29px; }
  .vt-contacts-v3__section-heading p { margin-bottom: 3px; }
  .vt-contacts-v3__office-body { padding: 23px 23px 7px; }
  .vt-contacts-v3__schedule { margin-right: 23px; margin-left: 23px; }
  .vt-contacts-v3__office-actions { padding-right: 23px; padding-left: 23px; }
  .vt-contacts-v3__map-visual,
  .vt-contacts-v3__map-visual > img { min-height: 420px; }
  .vt-contacts-v3__map-popup { padding: 29px; }
}

@media (min-width: 1600px) {
  .vt-contacts-v3__hero h1 { font-size: 50px; }
  .vt-contacts-v3__office-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .vt-contacts-v3__office-card:last-child { grid-column: auto; }
  .vt-contacts-v3__office-photo-wrap { height: 240px; }
}

@media (max-width: 430px) {
  .vt-contacts-v3__hero-actions { display: grid; grid-template-columns: 1fr; }
  .vt-contacts-v3__main-phone { min-height: 58px; margin-right: 0; }
  .vt-contacts-v3__office-actions { grid-template-columns: 1fr; }
  .vt-contacts-v3__requisite-body .vt-contacts-v3__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .vt-contacts-v3 * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
