@charset "UTF-8";
.accordion-wrapper {
  max-width: 1300px;
}

.accordion-toggle {
  background: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000;
  filter: brightness(0%);
  margin-left: 0rem;
}
.accordion-toggle .accordion-icon {
  width: 18px;
  height: 18px;
  margin-left: 1.3rem;
  transition: transform 0.3s ease;
}
.accordion-toggle.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  margin-top: 0;
}
.accordion-content.open {
  max-height: 10000px;
  opacity: 1;
  margin-top: 15px;
}

/* Список документов */
.content {
  list-style: disc;
  background: #d9d9d9;
  border-radius: 30px;
  padding: 25px 40px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.content li {
  margin-bottom: 1.5rem;
}
.content p {
  font-weight: 400;
  color: #000;
}
.content a {
  color: #000;
}

html {
  font-size: 20px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.container {
  max-width: 1300px;
}

.h1,
.section-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #313131;
}

.h1 {
  font-size: 40px;
}

.section-title {
  font-size: 32px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
}

.white {
  color: #fff;
  background-color: #17223a;
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  background-color: #006cb5;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-main:hover {
  background-color: #0d4471;
  color: #fff;
}

.btn-main:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-main--sm {
  padding: 8px 20px;
  font-size: 16px;
}

.btn-main--lg {
  padding: 10px 36px;
  font-size: 24px;
}

.btn-main--full {
  width: 100%;
  display: block;
}

@media (max-width: 1000px) {
  body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }
  .h1 {
    font-size: 25px;
  }
  .section-title {
    font-size: 20px;
  }
  .subtitle {
    font-size: 20px;
    font-weight: 600;
  }
}
.bp-header {
  background: #17223a;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.header-desktop {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

/* ЛОГОТИП */
.header-logo img {
  height: 90px;
  width: auto;
  display: block;
}

/* ПРАВАЯ КОЛОНКА */
.header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 130px;
  width: 100%;
  margin-left: 50px;
  padding: 10px 0;
}

.header-row {
  display: flex;
  align-items: center;
}

.top-row {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  padding-bottom: 6px;
}

.nav-row {
  height: 65px;
  display: flex;
  align-items: flex-end;
  padding-top: 6px;
  width: 100%;
  justify-content: flex-end;
}

.header-search {
  display: flex;
  align-items: center;
  background: #006cb5;
  padding: 4px;
  border-radius: 14px;
}
.header-search input {
  flex: 1;
  border: none;
  height: 40px;
  padding: 0 14px;
  outline: none;
  background: #e0e0e0;
  border-radius: 10px;
  font-size: 20px;
}
.header-search button {
  background: transparent;
  border: none;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search button img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

.header-contacts {
  display: flex;
  gap: 20px;
}
.header-contacts .contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-contacts .contact-item img {
  width: 18px;
  height: 18px;
}
.header-contacts .contact-item span {
  font-size: 20px;
  white-space: nowrap;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 4px;
}

.nav-link {
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-bottom: 4px;
  cursor: pointer;
}
.nav-link.active::after, .nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

/* отключить underline при открытом dropdown */
.dropdown.open > .nav-link::after {
  display: none !important;
}

.dropdown {
  position: relative;
}

/* кнопка дропдауна */
.dropdown-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.nav-link.dropdown-toggle::after {
  display: none !important;
  content: none !important;
}

/* стрелка */
.dropdown-icon {
  width: 10px;
  transition: transform 0.25s ease;
}

.dropdown.open .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 400px;
  padding: 8px 0;
  margin: 0;
  background: #17223a;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  list-style: none;
  display: none;
}
@media (max-width: 1000px) {
  .dropdown-menu {
    min-width: 100%;
  }
}
.dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.dropdown-menu li a:hover {
  background: #0f1d33;
}

/* показываем меню только когда parent .open */
.dropdown.open > .dropdown-menu {
  display: block;
}

@media (max-width: 992px) {
  .header-desktop {
    display: none;
  }
}
.floating-burger {
  position: fixed;
  top: 3rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #006cb5;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.floating-burger .burger-icon {
  width: 22px;
  height: 3px;
  background: #fff;
  position: relative;
}
.floating-burger .burger-icon::before, .floating-burger .burger-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.floating-burger .burger-icon::before {
  top: -7px;
}
.floating-burger .burger-icon::after {
  bottom: -7px;
}
.floating-burger.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 78%;
  max-width: 320px;
  height: 100%;
  background: #17223a;
  padding: 1.5rem;
  transform: translateX(100%);
  transition: 0.3s ease;
  z-index: 1050;
  overflow-y: auto;
  max-height: 100vh;
  padding-bottom: 40px;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu .mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .mobile-menu__top .mobile-menu__logo {
  height: 42px;
}
.mobile-menu .mobile-menu__top .mobile-menu__close {
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}
.mobile-menu .dropdown-menu a {
  white-space: normal;
  line-height: 1.3;
}

.mobile-nav {
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.mobile-nav > li {
  margin-bottom: 12px;
}
.mobile-nav a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

/* мобильный dropdown */
.mobile-nav .dropdown-menu {
  padding-left: 14px;
  display: none;
  list-style: none;
}

.mobile-nav .dropdown.open .dropdown-menu {
  display: block;
}

/* Оверлей */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 1040;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.header-mobile {
  padding: 8px 16px 10px;
  align-items: center;
  justify-content: space-between;
}

.header-mobile__logo img {
  height: 50px;
  width: auto;
  display: block;
}

.header-mobile__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin-right: 12px;
}

.header-mobile__row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}

.header-mobile__icon {
  width: 14px;
  height: 14px;
}

@media (max-width: 1000px) {
  .mobile-nav .dropdown-menu {
    min-width: 100% !important;
    width: 100% !important;
    padding-right: 10px;
    box-sizing: border-box;
    white-space: normal;
  }
}
.header-nav {
  background: #17223a;
}
.header-nav .nav {
  display: flex;
  gap: 32px;
}
.header-nav .nav .nav-link {
  color: #fff;
  padding: 14px 0;
  position: relative;
}
.header-nav .nav .nav-link:hover {
  color: #17223a;
}
.header-nav .nav .nav-link.active {
  color: #17223a;
}
.header-nav .nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #17223a;
}
.header-nav .nav .dropdown-menu {
  background: #fff;
  margin-top: 0;
  border-radius: 0;
}

.main-footer {
  background: #17223a;
  color: #fff;
  border-top: 2px solid #fff;
}
.main-footer .footer-logo img {
  height: 90px;
}
@media (max-width: 1000px) {
  .main-footer .footer-logo img {
    height: 50px;
  }
}/*# sourceMappingURL=style.css.map */