.vm-static-hero {
  position: relative;
  min-height: 640px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.vm-static-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 48, 96, 0.8) 5%, rgba(0, 48, 96, 0) 100%);
  z-index: 1;
}

.vm-static-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  align-self: end;
  padding: 30px 0;
}

.vm-static-hero__title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.vm-breadcrumb {
  font-size: 16px;
  font-weight: 500px;
}

.vm-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.vm-breadcrumb__item {
  display: flex;
  align-items: center;
}
.vm-breadcrumb__item::after {
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  content: "";
}
.vm-breadcrumb__item:last-child::after {
  display: none;
}
.vm-breadcrumb__item--active {
  color: #fff;
}

.vm-breadcrumb__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
  margin-right: 8px;
}
.vm-breadcrumb__link:hover {
  color: #EB0738;
}

.vm-static-main {
  padding: 0 0 40px;
  position: relative;
}

.vm-static-wrapper {
  display: grid;
  grid-template-columns: 1fr 2.8fr;
  gap: 40px;
  position: relative;
}

.vm-static-sidebar__toggle {
  position: absolute;
  right: 16px;
  top: 60px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(7, 52, 89, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #001F3D;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: none;
}
.vm-static-sidebar__toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
@media (max-width: 1200px) {
  .vm-static-sidebar__toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.vm-static-sidebar__toggle[data-state=closed] svg {
  transform: rotate(180deg);
}

.vm-static-sidebar {
  position: relative;
  transition: all 0.3s ease;
  background: #f3f6ff;
}
@media (max-width: 1200px) {
  .vm-static-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(7, 52, 89, 0.08);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(7, 52, 89, 0.08);
    z-index: 10;
    transform: translateX(0);
  }
  .vm-static-sidebar.is-collapsed {
    transform: translateX(calc(-100% - 20px));
    opacity: 0;
    pointer-events: none;
  }
}

.vm-static-sidebar__nav {
  padding: 60px 16px;
  position: relative;
  z-index: 2;
}

.img-bgr {
  position: absolute;
  left: 16px;
  top: 60px;
}

.vm-static-sidebar__title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 24px 0;
  width: fit-content;
  padding: 8px 0;
}

.vm-static-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vm-static-sidebar__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vm-static-sidebar__link {
  display: block;
  padding: 14px 0;
  color: #001F3D;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.2s ease;
  position: relative;
  padding: 20px 24px;
  color: #073459;
}
.vm-static-sidebar__link:hover {
  color: var(--vm-red);
  padding-left: 20px;
  font-weight: 600;
}
.vm-static-sidebar__link:hover::before {
  background: var(--vm-red);
  width: 6px;
  left: -3px;
}
.vm-static-sidebar__link.is-active {
  color: var(--vm-red);
  font-weight: 700;
  background: #fff;
}
.vm-static-sidebar__link.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--vm-red);
  border-radius: 0;
}

.vm-static-content {
  padding: 50px 0;
}
.vm-static-content .vm-static-subtitle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.vm-static-content .vm-static-subtitle span {
  display: block;
  padding: 16px;
  background: #f3f6ff;
  font-size: 24px;
  font-weight: 700;
  color: #073459;
  text-transform: uppercase;
  border-left: solid 2px var(--vm-red);
}
.vm-static-content .vm-static-content__summary {
  padding: 32px 48px;
  border: dashed 1px #EB0738;
  border-radius: 16px;
  position: relative;
}
.vm-static-content .vm-static-content__summary .vm-static-content__text {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  font-style: italic;
  text-align: justify;
}
.vm-static-content .vm-static-content__summary::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 27px;
  height: 27px;
  background-image: url("../images/quote_l.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.vm-static-content .vm-static-content__summary::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 27px;
  height: 27px;
  background-image: url("../images/quote_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.vm-static-content .vm-static-content__body h2,
.vm-static-content .vm-static-content__body h3,
.vm-static-content .vm-static-content__body h4 {
  color: #073459;
  font-weight: 700;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative;
  line-height: 1.4;
}
.vm-static-content .vm-static-content__body h2::after,
.vm-static-content .vm-static-content__body h3::after,
.vm-static-content .vm-static-content__body h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: var(--vm-red);
}
.vm-static-content .vm-static-content__body p {
  font-size: 16px;
  color: #141414;
  margin-bottom: 16px;
  margin-top: 0;
}

.vm-static-content__section {
  margin-bottom: 30px;
}
.vm-static-content__section:last-child {
  margin-bottom: 0;
}

.vm-static-content__title {
  font-size: 28px;
  font-weight: 700;
  color: #001F3D;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.vm-static-content__text {
  font-size: 16px;
  line-height: 1.7;
  color: #141414;
}
.vm-static-content__text p {
  margin: 0 0 16px 0;
}
.vm-static-content__text p:last-child {
  margin-bottom: 0;
}
.vm-static-content__text strong {
  color: #001F3D;
  font-weight: 700;
}
.vm-static-content__text em {
  color: var(--vm-red);
}
.vm-static-content__text ul,
.vm-static-content__text ol {
  margin: 16px 0;
  padding-left: 24px;
}
.vm-static-content__text ul li,
.vm-static-content__text ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.vm-static-content__text a {
  color: var(--vm-red);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.vm-static-content__text a:hover {
  color: #001F3D;
  text-decoration: underline;
}

.vm-static-content__body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.vm-static-content__body > * {
  margin-bottom: 20px;
}
.vm-static-content__body > *:last-child {
  margin-bottom: 0;
}
.vm-static-content__body h2,
.vm-static-content__body h3,
.vm-static-content__body h4,
.vm-static-content__body h5,
.vm-static-content__body h6 {
  color: #001F3D;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}
.vm-static-content__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

@media (max-width: 1200px) {
  .vm-static-hero {
    min-height: 320px;
    padding: 60px 0;
  }
  .vm-static-hero__title {
    font-size: 36px;
  }
  .vm-static-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .vm-static-content {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .vm-static-hero {
    min-height: 280px;
    padding: 40px 0;
  }
  .vm-static-hero__title {
    font-size: 28px;
  }
  .vm-breadcrumb__list {
    font-size: 14px;
  }
  .vm-static-main {
    padding: 40px 0;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  .vm-static-sidebar {
    width: 240px;
  }
}
@media (max-width: 900px) {
  .vm-static-sidebar__nav {
    padding: 18px;
  }
  .vm-static-sidebar__title {
    font-size: 16px;
  }
  .vm-static-content__text {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .vm-static-hero {
    min-height: 240px;
    padding: 30px 0;
  }
  .vm-static-hero__title {
    font-size: 24px;
  }
  .vm-static-hero__content {
    gap: 16px;
  }
  .vm-breadcrumb__list {
    font-size: 12px;
    gap: 8px;
  }
  .vm-breadcrumb__item::after {
    margin-left: 8px;
  }
  .vm-static-main {
    padding: 30px 0;
  }
  .vm-static-wrapper {
    gap: 16px;
  }
  .vm-static-sidebar {
    width: 100%;
  }
  .vm-static-sidebar.is-collapsed {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    max-height: 0;
    overflow: hidden;
    border: none;
    box-shadow: none;
    padding: 0;
    opacity: 0;
    pointer-events: none;
  }
  .vm-static-sidebar__nav {
    padding: 16px;
  }
  .vm-static-sidebar__title {
    font-size: 15px;
  }
  .vm-static-content__text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=static.css.map */
