@charset "UTF-8";
.footer {
  background: #18233A !important;
}
.footer .footer-content .footer-logo .logo-img {
  height: 4.375rem;
  width: auto;
}
.footer .footer-content .footer-contacts .contact-item .contact-icon {
  width: 1.3rem;
  height: 1.3rem;
}
.footer .footer-content .footer-contacts .contact-item .contact-text {
  font-size: 1.125rem;
  color: white;
}
.footer .footer-content .footer-contacts .btn {
  background: #AF4100;
  white-space: nowrap;
  border: none;
  color: white;
  font-weight: 400;
  border-radius: 20px;
  padding: 0.4rem 1rem;
  font-size: 1.125rem;
}
.footer .footer-content .footer-contacts .btn:hover {
  background: rgba(179, 61, 11, 0.8);
}

@media (max-width: 767.98px) {
  .footer .footer-content {
    padding: 1.5rem 0;
  }
  .footer .footer-content .footer-logo {
    margin-bottom: 1rem;
  }
  .footer .footer-content .footer-logo .logo-img {
    height: 2.5rem;
  }
  .footer .footer-content .footer-contacts .contact-item {
    margin-bottom: 0.8rem;
  }
  .footer .footer-content .footer-contacts .contact-item .contact-icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .footer .footer-content .footer-contacts .contact-item .contact-text {
    font-size: 0.9rem;
  }
  .footer .footer-content .footer-contacts .btn {
    font-size: 0.9rem;
    padding: 0.4rem 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-content {
    padding: 1rem 0;
  }
  .footer .footer-content .footer-logo {
    margin-bottom: 0.8rem;
  }
  .footer .footer-content .footer-logo .logo-img {
    height: 2rem;
  }
  .footer .footer-content .footer-contacts .contact-item {
    margin-bottom: 0.6rem;
    justify-content: flex-start;
    padding: 0 1rem;
  }
  .footer .footer-content .footer-contacts .contact-item .contact-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.4rem;
  }
  .footer .footer-content .footer-contacts .contact-item .contact-text {
    font-size: 0.85rem;
    line-height: 1.3;
  }
  .footer .footer-content .footer-contacts .contact-item .contact-text br {
    display: none;
  }
  .footer .footer-content .footer-contacts .contact-item:last-child .contact-text {
    text-align: center;
    width: 100%;
  }
  .footer .footer-content .footer-contacts .btn {
    font-size: 0.85rem;
    padding: 0.35rem 1rem;
    margin-top: 1rem;
  }
}
.top-bar {
  position: relative;
  height: 7rem;
  display: flex;
  align-items: center;
}
.top-bar.top-bar-with-bg {
  background: url("/static/landing/img/ingener3.svg") center top no-repeat;
  background-size: auto 100%;
}
.top-bar.top-bar-with-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 33, 93, 0.6);
  z-index: 0;
}
.top-bar.top-bar-simple {
  background: #18233A;
}
.top-bar .container {
  position: relative;
  z-index: 1;
}
.top-bar .top-bar-logo {
  height: 4.375rem;
}
.top-bar .contact-info .contact-items .contact-item .contact-icon {
  width: 1.3rem;
  height: 1.3rem;
  order: 1;
}
.top-bar .contact-info .contact-items .contact-item small {
  font-size: 1.125rem;
  order: 2;
}
.top-bar .contact-info .btn {
  background: #AF4100;
  white-space: nowrap;
  border: none;
  color: white;
  font-weight: 400;
  border-radius: 20px;
  padding: 0.4rem 1rem;
  font-size: 1.125rem;
}
.top-bar .contact-info .btn:hover {
  background: rgba(179, 61, 11, 0.8);
}

.navbar {
  background-color: #18233A !important;
}
.navbar .navbar-nav .nav-link {
  color: white;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.5rem 2.3rem;
}
.navbar .navbar-nav .nav-link:hover {
  color: white;
}
.navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav .custom-dropdown-toggle {
  gap: 0.5rem;
}
.navbar .navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  margin-top: 0.5rem;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  color: #18233A;
  transition: background-color 0.3s ease;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: rgba(5, 33, 93, 0.6);
}

@media (max-width: 575.98px) {
  .top-bar {
    height: auto;
    padding: 0.5rem 0;
  }
  .top-bar .container {
    padding: 0;
  }
  .top-bar .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  .top-bar .top-bar-logo {
    margin-bottom: 0.5rem;
    height: 2rem;
    width: auto;
  }
  .top-bar .contact-info {
    flex-direction: column !important;
    align-items: flex-start;
    width: 100%;
    padding: 0 1rem;
  }
  .top-bar .contact-info .contact-items {
    width: 100%;
  }
  .top-bar .contact-info .contact-items .contact-item {
    margin-bottom: 0.6rem;
    justify-content: flex-start;
    align-items: center;
  }
  .top-bar .contact-info .contact-items .contact-item .contact-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.4rem;
  }
  .top-bar .contact-info .contact-items .contact-item small {
    font-size: 0.85rem;
    line-height: 1.3;
    word-wrap: break-word;
  }
  .top-bar .contact-info .btn {
    font-size: 0.85rem;
    padding: 0.3rem 1rem;
    margin-top: 0.3rem;
    width: fit-content;
  }
}
.floating-burger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #AF4100;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.floating-burger:hover {
  background-color: rgba(179, 61, 11, 0.8);
}
.floating-burger .burger-icon {
  width: 1.5rem;
  height: 0.125rem;
  background-color: #fff;
  position: relative;
}
.floating-burger .burger-icon::before, .floating-burger .burger-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  left: 0;
  transition: all 0.3s ease;
}
.floating-burger .burger-icon::before {
  top: -0.5rem;
}
.floating-burger .burger-icon::after {
  bottom: -0.5rem;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background-color: #18233A;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1050;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu .nav-link,
.mobile-menu .dropdown-item {
  font-size: 0.95rem;
  color: white;
}
.mobile-menu .nav-link:hover,
.mobile-menu .dropdown-item:hover {
  color: rgba(179, 61, 11, 0.8);
}
.mobile-menu .dropdown-menu {
  position: static;
  width: 100%;
  border-radius: 0.25rem;
}

@media (max-width: 767.98px) {
  .navbar .navbar-toggler {
    display: none;
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1040;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Исправляем контейнер */
.container {
  max-width: 1400px;
}

/* Исправляем строки */
.row {
  margin-left: 0;
  margin-right: 0;
}

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