/* ===== base.css ===== */
html {
  font-size: 21px;
  scroll-behavior: smooth;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #0f1b3d;
}
body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #0f1b3d;
  overflow-x: hidden;
}

.main-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: #0f1b3d;
  color: #e8edf3;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 27.6px;
  line-height: 1.6;
  box-sizing: border-box;
  overflow-x: hidden;
}
.container {
  display: block;
  width: 100%;
  max-width: 1840px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 1rem;
  padding-bottom: 0;
  padding-left: 1rem;
  box-sizing: border-box;
}
.section {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 3rem;
  padding-right: 0;
  padding-bottom: 3rem;
  padding-left: 0;
  box-sizing: border-box;
}
.section--tight {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-head {
  display: block;
  width: 100%;
  padding-top: 3rem;
  padding-right: 0;
  padding-bottom: 3rem;
  padding-left: 0;
  background-color: #16294c;
  background-image: linear-gradient(135deg, #1e3a5f 0%, #16294c 60%, #0f1b3d 100%);
  text-align: center;
  box-sizing: border-box;
}
.page-title {
  display: block;
  max-width: 64rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Archivo, Manrope, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #e8edf3;
  overflow-wrap: break-word;
}
.page-subtitle {
  display: block;
  max-width: 48rem;
  margin-top: 1rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 1.125rem;
  line-height: 1.625;
  color: rgba(232, 237, 243, 0.9);
  overflow-wrap: break-word;
}
.heading-2 {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Archivo, Manrope, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #e8edf3;
  overflow-wrap: break-word;
}
.heading-3 {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Archivo, Manrope, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.25;
  color: #e8edf3;
  overflow-wrap: break-word;
}
.lead {
  display: block;
  margin-top: 0.75rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #adc0d6;
  overflow-wrap: break-word;
}
.eyebrow {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #adc0d6;
}
.card {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  background-color: rgba(30, 58, 95, 0.55);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0 23.6px 59.1px -36.8px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  transition-property: border-color, transform, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.card--hover {
  border-top-color: #3b6fa0;
  border-right-color: #3b6fa0;
  border-bottom-color: #3b6fa0;
  border-left-color: #3b6fa0;
  transform: translateY(-5.2px);
}
.note {
  display: block;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  padding-right: 1.15rem;
  padding-bottom: 1.15rem;
  padding-left: 1.15rem;
  background-color: #16294c;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #adc0d6;
  box-sizing: border-box;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  max-width: 100%;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: transparent;
  color: #e8edf3;
  font-family: Manrope, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration-line: none;
  cursor: pointer;
  box-sizing: border-box;
  transition-property: filter, border-color, background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.btn--accent {
  background-color: #e8edf3;
  background-image: linear-gradient(100deg, #e8edf3, #b9cde1);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  color: #0f1b3d;
  box-shadow: 0 31.5px 78.8px -34.1px rgba(0, 0, 0, 0.55);
}
.btn--ghost {
  background-color: transparent;
  color: #e8edf3;
}
.btn--hover {
  filter: brightness(1.06);
  border-top-color: #3b6fa0;
  border-right-color: #3b6fa0;
  border-bottom-color: #3b6fa0;
  border-left-color: #3b6fa0;
}
.btn--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.link-inline {
  color: #3b6fa0;
  font-weight: 600;
  text-decoration-line: underline;
}
.link-inline--hover {
  color: #e8edf3;
}
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: rgba(15, 27, 61, 0.96);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(59, 111, 160, 0.3);
  box-sizing: border-box;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  width: 100%;
  max-width: 1840px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0.75rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.header__brand {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  min-width: 0;
  flex-shrink: 1;
  text-decoration-line: none;
  color: #e8edf3;
}
.header__logo {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  object-fit: contain;
}
.header__titles {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}
.header__name {
  display: block;
  font-family: Archivo, Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #e8edf3;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.header__tagline {
  display: block;
  font-size: 0.75rem;
  color: #adc0d6;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.header__nav {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  flex-shrink: 1;
  min-width: 0;
}
.header__nav-link {
  display: inline-block;
  text-align: center;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #e8edf3;
  text-decoration-line: none;
  white-space: normal;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.header__nav-link--hover {
  color: #3b6fa0;
}
.header__nav-link--active {
  background-color: transparent;
  color: #e8edf3;
}

.header__phone {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  flex-shrink: 1;
  min-width: 0;
  margin-left: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #e8edf3;
  text-decoration-line: none;
  white-space: normal;
}
.header__phone--hover {
  color: #3b6fa0;
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  border-top-left-radius: 0.9rem;
  border-top-right-radius: 0.9rem;
  border-bottom-right-radius: 0.9rem;
  border-bottom-left-radius: 0.9rem;
  color: #e8edf3;
  cursor: pointer;
  box-sizing: border-box;
}
.header__icon {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
}
.header__icon--small {
  width: 1.05rem;
  height: 1.05rem;
}
.header__mobile {
  display: none;
  width: 100%;
  background-color: #0f1b3d;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  box-sizing: border-box;
}
.header__mobile--open {
  display: block;
}
.header__mobile-inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  width: 100%;
  max-width: 1840px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.header__mobile-link {
  display: block;
  padding-top: 0.75rem;
  padding-right: 0.5rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #e8edf3;
  text-decoration-line: none;
}
.header__mobile-link--hover {
  color: #3b6fa0;
}
.header__mobile-phone {
  display: block;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  padding-right: 0.5rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #e8edf3;
  text-decoration-line: none;
}
.header__mobile-mail {
  display: block;
  padding-top: 0.25rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.85rem;
  color: #adc0d6;
  text-decoration-line: none;
  overflow-wrap: break-word;
}
.footer {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 4rem;
  background-color: #16294c;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  box-sizing: border-box;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 2.5rem;
  column-gap: 2.5rem;
  width: 100%;
  max-width: 1840px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 3rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.footer__col {
  display: block;
  min-width: 0;
}
.footer__brand {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #e8edf3;
}
.footer__text {
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.7;
  color: #adc0d6;
  overflow-wrap: break-word;
}
.footer__title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #e8edf3;
}
.footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 0.75rem;
}
.footer__link {
  display: block;
  font-size: 0.85rem;
  color: #adc0d6;
  text-decoration-line: none;
  overflow-wrap: break-word;
}
.footer__link--hover {
  color: #3b6fa0;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #adc0d6;
}
.footer__phone {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #e8edf3;
  text-decoration-line: none;
}
.footer__mail {
  display: block;
  color: #adc0d6;
  text-decoration-line: none;
  overflow-wrap: break-word;
}
.footer__req {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.footer__bottom {
  display: block;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
}
.footer__copy {
  display: block;
  width: 100%;
  max-width: 1840px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  font-size: 0.75rem;
  text-align: center;
  color: #adc0d6;
  box-sizing: border-box;
}
.page {
  display: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.page--active {
  display: block;
}
.form-card {
  display: block;
  width: 100%;
  max-width: 56rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  background-color: rgba(30, 58, 95, 0.55);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0 23.6px 59.1px -36.8px rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.form-card__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1rem;
  column-gap: 1rem;
  margin-top: 1.5rem;
}
.form-card__field {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  min-width: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #e8edf3;
}
.form-card__field--wide {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-card__input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 0.75rem;
  padding-right: 0.85rem;
  padding-bottom: 0.75rem;
  padding-left: 0.85rem;
  background-color: #0f1b3d;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.45);
  border-right-color: rgba(59, 111, 160, 0.45);
  border-bottom-color: rgba(59, 111, 160, 0.45);
  border-left-color: rgba(59, 111, 160, 0.45);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  color: #e8edf3;
  font-family: Manrope, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  outline-style: none;
  box-sizing: border-box;
}
.form-card__input--hover {
  border-top-color: #3b6fa0;
  border-right-color: #3b6fa0;
  border-bottom-color: #3b6fa0;
  border-left-color: #3b6fa0;
}
.form-card__textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 8rem;
  padding-top: 0.75rem;
  padding-right: 0.85rem;
  padding-bottom: 0.75rem;
  padding-left: 0.85rem;
  background-color: #0f1b3d;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.45);
  border-right-color: rgba(59, 111, 160, 0.45);
  border-bottom-color: rgba(59, 111, 160, 0.45);
  border-left-color: rgba(59, 111, 160, 0.45);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  color: #e8edf3;
  font-family: Manrope, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  outline-style: none;
  resize: vertical;
  box-sizing: border-box;
}
.form-card__agree {
  display: flex;
  align-items: flex-start;
  column-gap: 0.75rem;
  grid-column-start: 1;
  grid-column-end: -1;
  font-size: 0.78rem;
  line-height: 1.7;
  color: #adc0d6;
}
.form-card__checkbox {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.3rem;
  flex-shrink: 0;
}
.form-card__agree-text {
  display: block;
  min-width: 0;
  overflow-wrap: break-word;
}
.form-card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-card__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  background-color: #e8edf3;
  background-image: linear-gradient(100deg, #e8edf3, #b9cde1);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  color: #0f1b3d;
  font-family: Manrope, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
}
.form-card__success {
  display: none;
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  padding-right: 1.15rem;
  padding-bottom: 1.15rem;
  padding-left: 1.15rem;
  background-color: #16294c;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #e8edf3;
  box-sizing: border-box;
}
.form-card__success--visible {
  display: block;
}
.form-card__form--hidden {
  display: none;
}
.widgets {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.75rem;
  max-width: calc(100vw - 2rem);
  box-sizing: border-box;
}
.chat {
  display: none;
  flex-direction: column;
  width: 24rem;
  max-width: calc(100vw - 2rem);
  height: 32rem;
  max-height: 70vh;
  background-color: rgba(30, 58, 95, 0.98);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0 31.5px 78.8px -34.1px rgba(0, 0, 0, 0.55);
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
}
.chat--open {
  display: flex;
}
.chat__head {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  background-color: #16294c;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(59, 111, 160, 0.3);
  flex-shrink: 0;
  box-sizing: border-box;
}
.chat__avatar {
  display: block;
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  object-fit: cover;
}
.chat__meta {
  display: block;
  min-width: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.chat__name {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #e8edf3;
}
.chat__status {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #adc0d6;
}
.chat__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  color: #adc0d6;
  cursor: pointer;
}
.chat__close--hover {
  color: #e8edf3;
}
.chat__icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
.chat__body {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  overflow-y: auto;
  box-sizing: border-box;
}
.chat__row {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.75rem;
}
.chat__row--user {
  justify-content: flex-end;
}
.chat__bubble {
  display: block;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.55rem;
  padding-right: 0.85rem;
  padding-bottom: 0.55rem;
  padding-left: 0.85rem;
  background-color: #16294c;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  font-size: 0.85rem;
  line-height: 1.6;
  color: #e8edf3;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.chat__bubble--user {
  max-width: 85%;
  background-color: #3b6fa0;
  color: #0f1b3d;
}
.chat__quick {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  padding-top: 0.25rem;
}
.chat__quick-btn {
  display: inline-block;
  padding-top: 0.3rem;
  padding-right: 0.75rem;
  padding-bottom: 0.3rem;
  padding-left: 0.75rem;
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  color: #adc0d6;
  font-family: Manrope, sans-serif;
  font-size: 0.72rem;
  cursor: pointer;
}
.chat__quick-btn--hover {
  border-top-color: #3b6fa0;
  border-right-color: #3b6fa0;
  border-bottom-color: #3b6fa0;
  border-left-color: #3b6fa0;
  color: #e8edf3;
}
.chat__form {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  flex-shrink: 0;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  box-sizing: border-box;
}
.chat__input {
  display: block;
  min-width: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding-top: 0.6rem;
  padding-right: 0.75rem;
  padding-bottom: 0.6rem;
  padding-left: 0.75rem;
  background-color: #0f1b3d;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.45);
  border-right-color: rgba(59, 111, 160, 0.45);
  border-bottom-color: rgba(59, 111, 160, 0.45);
  border-left-color: rgba(59, 111, 160, 0.45);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  color: #e8edf3;
  font-family: Manrope, sans-serif;
  font-size: 0.85rem;
  outline-style: none;
  box-sizing: border-box;
}
.chat__send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  background-color: #e8edf3;
  background-image: linear-gradient(100deg, #e8edf3, #b9cde1);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  color: #0f1b3d;
  cursor: pointer;
}
.chat__toggle {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  padding-top: 0.75rem;
  padding-right: 1.1rem;
  padding-bottom: 0.75rem;
  padding-left: 1.1rem;
  background-color: #e8edf3;
  background-image: linear-gradient(100deg, #e8edf3, #b9cde1);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  box-shadow: 0 31.5px 78.8px -34.1px rgba(0, 0, 0, 0.55);
  color: #0f1b3d;
  font-family: Manrope, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}
.chat__toggle--hidden {
  display: none;
}
.chat__toggle-label {
  display: none;
}
.chat__toggle-icon {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
}
.cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  background-color: rgba(15, 27, 61, 0.98);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  box-sizing: border-box;
}
.cookie--visible {
  display: block;
}
.cookie__inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  column-gap: 1.5rem;
  width: 100%;
  max-width: 1840px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 6rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.cookie__text {
  display: block;
  max-width: 68rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.7;
  color: #adc0d6;
  overflow-wrap: break-word;
}
.cookie__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .main-wrapper {
    font-size: 23.6px;
  }
  .header__nav {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .header__burger {
    display: flex;
  }
  .page-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .header__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .header__mobile-inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .footer__copy {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cookie__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .form-card {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
  .form-card__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .form-card__submit {
    width: auto;
  }
  .card {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-head {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-title {
    font-size: 3rem;
  }
  .page-subtitle {
    font-size: 1.1rem;
  }
  .heading-2 {
    font-size: 2rem;
  }
  .heading-3 {
    font-size: 1.3rem;
  }
  .chat__toggle-label {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .header__mobile {
    display: none;
  }
  .header__mobile--open {
    display: none;
  }
  .cookie__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 17rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .main-wrapper {
    font-size: 21px;
  }
  .page-title {
    font-size: 1.7rem;
  }
  .header__inner {
    column-gap: 0.5rem;
  }
  .header__name {
    font-size: 0.95rem;
  }
  .header__logo {
    width: 2.2rem;
    height: 2.2rem;
  }
  .btn {
    width: 100%;
    max-width: 100%;
  }
  .cookie__actions {
    justify-content: center;
  }
  .cookie__text {
    text-align: center;
  }
  .widgets {
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: calc(100vw - 1.5rem);
  }
  .chat {
    width: calc(100vw - 1.5rem);
    height: 26rem;
  }
}


/* ===== home.css ===== */
.home-hero {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #0f1b3d;
}
.home-hero__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.home-hero__main {
  grid-column: span 8;
  background-color: #1e3a5f;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  padding-top: 84px;
  padding-bottom: 84px;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 546px;
  box-sizing: border-box;
  max-width: 100%;
}
.home-hero__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  background-color: #3b6fa0;
  color: #e8edf3;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-left: 21px;
  padding-right: 21px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  font-size: 15.8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.home-hero__title {
  margin-top: 42px;
  font-family: Archivo,Manrope,sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 73.5px;
  line-height: 0.9;
  color: #e8edf3;
  word-wrap: break-word;
}
.home-hero__title-accent {
  color: #3b6fa0;
}
.home-hero__lead {
  margin-top: 42px;
  max-width: 840px;
  font-size: 23.6px;
  line-height: 1.6;
  color: #adc0d6;
}
.home-hero__actions {
  margin-top: 52.5px;
  display: flex;
  flex-direction: row;
  row-gap: 15.8px;
  column-gap: 15.8px;
}
.home-hero__btn {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 42px;
  padding-right: 42px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  text-align: center;
  font-size: 21px;
  text-decoration: none;
}
.home-hero__side {
  grid-column: span 4;
  background-color: #3b6fa0;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  padding-top: 52.5px;
  padding-bottom: 52.5px;
  padding-left: 52.5px;
  padding-right: 52.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 42px;
  column-gap: 42px;
  box-sizing: border-box;
  max-width: 100%;
}
.home-hero__years {
  font-family: Archivo,Manrope,sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1;
  color: #e8edf3;
}
.home-hero__side-text {
  font-size: 21px;
  line-height: 1.4;
  color: #e8edf3;
}
.home-hero__contacts {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  row-gap: 15.8px;
  column-gap: 15.8px;
}
.home-hero__contact {
  display: flex;
  align-items: center;
  row-gap: 10.5px;
  column-gap: 10.5px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 26.2px;
  padding-right: 26.2px;
  font-size: 18.4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-sizing: border-box;
  max-width: 100%;
}
.home-hero__contact--phone {
  background-color: #0f1b3d;
  color: #e8edf3;
}
.home-hero__contact--mail {
  background-color: transparent;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(232,237,243,0.3);
  border-right-color: rgba(232,237,243,0.3);
  border-bottom-color: rgba(232,237,243,0.3);
  border-left-color: rgba(232,237,243,0.3);
  color: #e8edf3;
  font-weight: 600;
  text-transform: none;
  min-width: 0;
}
.home-hero__contact-text {
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-hero__icon {
  width: 26.2px;
  height: 26.2px;
  flex-shrink: 0;
}
.home-hero__image-wrap {
  grid-column: span 7;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59,111,160,0.3);
  border-right-color: rgba(59,111,160,0.3);
  border-bottom-color: rgba(59,111,160,0.3);
  border-left-color: rgba(59,111,160,0.3);
}
.home-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
}
.home-hero__stats {
  grid-column: span 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.home-hero__stat {
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
  padding-right: 31.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.home-hero__stat--light {
  background-color: #e8edf3;
}
.home-hero__stat-num {
  font-family: Archivo,Manrope,sans-serif;
  font-weight: 900;
  font-size: 42px;
  color: #e8edf3;
}
.home-hero__stat-text {
  margin-top: 21px;
  font-size: 18.4px;
  line-height: 1.5;
  color: #adc0d6;
}
.home-advantages {
  background-color: #0f1b3d;
}
.home-advantages__top {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.home-advantages__intro {
  grid-column: span 5;
}
.home-advantages__title {
  color: #e8edf3;
}
.home-advantages__lead {
  margin-top: 26.2px;
  color: #adc0d6;
}
.home-advantages__top-cards {
  grid-column: span 7;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.home-advantages__grid {
  margin-top: 31.5px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.home-advantages__item {
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 36.8px;
  padding-bottom: 36.8px;
  padding-left: 36.8px;
  padding-right: 36.8px;
  box-sizing: border-box;
  max-width: 100%;
}
.home-advantages__icon {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 63px;
  height: 63px;
  border-top-left-radius: 15.8px;
  border-top-right-radius: 15.8px;
  border-bottom-right-radius: 15.8px;
  border-bottom-left-radius: 15.8px;
  background-color: #3b6fa0;
  color: #e8edf3;
}
.home-advantages__svg {
  width: 31.5px;
  height: 31.5px;
}
.home-advantages__item-title {
  margin-top: 26.2px;
  color: #e8edf3;
}
.home-advantages__item-text {
  margin-top: 15.8px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.home-advantages__num {
  font-family: Archivo,Manrope,sans-serif;
  font-weight: 900;
  font-size: 42px;
  color: #3b6fa0;
}
.home-advantages__icon-small {
  margin-top: 21px;
  display: block;
  width: 31.5px;
  height: 31.5px;
  color: #3b6fa0;
}
.home-steps {
  background-color: #16294c;
}
.home-steps__intro {
  background-color: #e8edf3;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  row-gap: 31.5px;
  column-gap: 31.5px;
  box-sizing: border-box;
}
.home-steps__title {
  color: #0f1b3d;
}
.home-steps__lead {
  margin-top: 21px;
  max-width: 840px;
  color: #0f1b3d;
}
.home-steps__badge {
  font-family: Archivo,Manrope,sans-serif;
  font-weight: 900;
  font-size: 63px;
  color: #0f1b3d;
  opacity: 0.15;
}
.home-steps__grid {
  margin-top: 31.5px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.home-steps__item {
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 100%;
}
.home-steps__item--accent {
  background-color: #3b6fa0;
}
.home-steps__num {
  font-family: Archivo,Manrope,sans-serif;
  font-weight: 900;
  font-size: 63px;
  line-height: 1;
  color: #3b6fa0;
  opacity: 0.3;
}
.home-steps__num--accent {
  color: #e8edf3;
  opacity: 0.2;
}
.home-steps__item-title {
  margin-top: 10.5px;
  color: #e8edf3;
}
.home-steps__item-text {
  margin-top: 15.8px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.home-steps__item-text--accent {
  color: #e8edf3;
  font-weight: 600;
}
.home-reviews {
  background-color: #0f1b3d;
  text-align: center;
}
.home-reviews__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  color: #e8edf3;
}
.home-reviews__lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  max-width: 840px;
  color: #adc0d6;
}
.home-reviews__grid {
  margin-top: 52.5px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 26.2px;
  column-gap: 26.2px;
}
.home-reviews__item {
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
  padding-right: 31.5px;
  text-align: left;
  box-sizing: border-box;
  max-width: 100%;
}
.home-reviews__stars {
  display: flex;
  flex-direction: row;
  row-gap: 5.2px;
  column-gap: 5.2px;
  color: #3b6fa0;
}
.home-reviews__star {
  width: 21px;
  height: 21px;
}
.home-reviews__text {
  margin-top: 21px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #e8edf3;
}
.home-reviews__author {
  margin-top: 21px;
  display: flex;
  flex-direction: row;
  align-items: center;
  row-gap: 15.8px;
  column-gap: 15.8px;
  min-width: 0;
}
.home-reviews__avatar {
  display: grid;
  align-items: center;
  justify-items: center;
  flex-shrink: 0;
  width: 57.8px;
  height: 57.8px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: #16294c;
  font-size: 18.4px;
  font-weight: 800;
  color: #3b6fa0;
}
.home-reviews__author-info {
  min-width: 0;
}
.home-reviews__author-name {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18.4px;
  font-weight: 700;
  color: #e8edf3;
}
.home-reviews__author-role {
  display: block;
  font-size: 15.8px;
  color: #adc0d6;
}
.home-industries {
  background-color: #16294c;
  text-align: center;
}
.home-industries__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  color: #e8edf3;
}
.home-industries__lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  max-width: 840px;
  color: #adc0d6;
}
.home-industries__grid {
  margin-top: 52.5px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 26.2px;
  column-gap: 26.2px;
}
.home-industries__item {
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
  padding-right: 31.5px;
  text-align: left;
  box-sizing: border-box;
  max-width: 100%;
}
.home-industries__item-title {
  color: #e8edf3;
}
.home-industries__item-text {
  margin-top: 10.5px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.home-guarantees {
  background-color: #0f1b3d;
  text-align: center;
}
.home-guarantees__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  color: #e8edf3;
}
.home-guarantees__lead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  max-width: 840px;
  color: #adc0d6;
}
.home-guarantees__grid {
  margin-top: 52.5px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 26.2px;
  column-gap: 26.2px;
}
.home-guarantees__item {
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
  padding-right: 31.5px;
  text-align: left;
  box-sizing: border-box;
  max-width: 100%;
}
.home-guarantees__item-title {
  color: #e8edf3;
}
.home-guarantees__item-text {
  margin-top: 10.5px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.home-start {
  background-color: #16294c;
}
.home-start__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.home-start__item {
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 42px;
  padding-right: 42px;
  box-sizing: border-box;
  max-width: 100%;
}
.home-start__title {
  color: #e8edf3;
}
.home-start__list {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  row-gap: 15.8px;
  column-gap: 15.8px;
  padding-left: 26.2px;
}
.home-start__list-item {
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.home-start__btn {
  margin-top: 31.5px;
  display: inline-block;
  border-top-left-radius: 15.8px;
  border-top-right-radius: 15.8px;
  border-bottom-right-radius: 15.8px;
  border-bottom-left-radius: 15.8px;
  padding-top: 15.8px;
  padding-bottom: 15.8px;
  padding-left: 26.2px;
  padding-right: 26.2px;
  font-size: 18.4px;
  font-weight: 700;
  text-decoration: none;
}
.home-info {
  background-color: #0f1b3d;
}
.home-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.home-info__item {
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
  padding-right: 31.5px;
  box-sizing: border-box;
  max-width: 100%;
}
.home-info__title {
  color: #e8edf3;
}
.home-info__list {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  row-gap: 10.5px;
  column-gap: 10.5px;
  padding-left: 0;
  list-style-type: none;
}
.home-info__list-item {
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
  word-wrap: break-word;
}
.home-info__list-item--wrap {
  word-break: break-all;
}
.home-info__link {
  color: #3b6fa0;
  font-weight: 700;
  text-decoration: none;
}
.home-contact {
  background-color: #16294c;
}
.home-contact__card {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1008px;
  background-color: #1e3a5f;
  border-top-left-radius: 31.5px;
  border-top-right-radius: 31.5px;
  border-bottom-right-radius: 31.5px;
  border-bottom-left-radius: 31.5px;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 42px;
  padding-right: 42px;
  box-sizing: border-box;
}
.home-contact__title {
  color: #e8edf3;
}
.home-contact__subtitle {
  margin-top: 10.5px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.home-contact__success {
  margin-top: 31.5px;
  background-color: #16294c;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  padding-top: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  padding-right: 26.2px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #e8edf3;
}
.home-contact__success-link {
  color: #3b6fa0;
  font-weight: 700;
  text-decoration: none;
}
.home-contact__form {
  margin-top: 31.5px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 21px;
  column-gap: 21px;
}
.home-contact__field {
  display: flex;
  flex-direction: column;
  row-gap: 10.5px;
  column-gap: 10.5px;
  font-size: 18.4px;
  font-weight: 600;
  color: #e8edf3;
  min-width: 0;
}
.home-contact__field--full {
  grid-column: span 2;
}
.home-contact__input,.home-contact__textarea {
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 15.8px;
  border-top-right-radius: 15.8px;
  border-bottom-right-radius: 15.8px;
  border-bottom-left-radius: 15.8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59,111,160,0.3);
  border-right-color: rgba(59,111,160,0.3);
  border-bottom-color: rgba(59,111,160,0.3);
  border-left-color: rgba(59,111,160,0.3);
  background-color: #0f1b3d;
  color: #e8edf3;
  padding-top: 15.8px;
  padding-bottom: 15.8px;
  padding-left: 15.8px;
  padding-right: 15.8px;
  font-size: 21px;
  font-weight: 400;
}
.home-contact__checkbox-field {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  row-gap: 15.8px;
  column-gap: 15.8px;
  font-size: 15.8px;
  line-height: 1.6;
  color: #adc0d6;
}
.home-contact__checkbox {
  margin-top: 5.2px;
  flex-shrink: 0;
  width: 26.2px;
  height: 26.2px;
}
.home-contact__link {
  color: #3b6fa0;
  font-weight: 600;
  text-decoration: underline;
}
.home-contact__submit {
  width: 100%;
  border-top-left-radius: 15.8px;
  border-top-right-radius: 15.8px;
  border-bottom-right-radius: 15.8px;
  border-bottom-left-radius: 15.8px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 31.5px;
  padding-right: 31.5px;
  font-size: 21px;
  font-weight: 700;
  box-sizing: border-box;
}
@media (max-width:900px) {
  .home-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-hero__main,.home-hero__side,.home-hero__image-wrap,.home-hero__stats {
    grid-column: span 1;
  }
  .home-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-advantages__intro,.home-advantages__top-cards {
    grid-column: span 1;
  }
  .home-advantages__top {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-advantages__top-cards {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-steps__intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-reviews__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-industries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-guarantees__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-start__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-info__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width:640px) {
  .home-hero__main {
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 31.5px;
    padding-right: 31.5px;
    min-height: 0;
  }
  .home-hero__title {
    font-size: 47.2px;
  }
  .home-hero__actions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .home-hero__btn {
    width: 100%;
    max-width: 100%;
  }
  .home-hero__stats {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-advantages__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-steps__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-industries__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-guarantees__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-contact__form {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-contact__field--full {
    grid-column: span 1;
  }
  .home-contact__submit {
    width: 100%;
  }
  .home-start__btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .home-hero__contact {
    justify-content: center;
    text-align: center;
  }
}
.home-hero__stat-num--light {
  color: #0f1b3d;
}
.home-hero__stat-text--light {
  color: #0f1b3d;
}


/* ===== about.css ===== */
.about-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 100%;
  box-sizing: border-box;
}
.about-grid {
  display: grid;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
.about-row {
  display: grid;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}
.about-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.about-text {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  column-gap: 1rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #adc0d6;
}
.about-text--grid {
  display: grid;
  row-gap: 1rem;
  column-gap: 1rem;
}
.about-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  column-gap: 0.75rem;
  list-style-type: none;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.625;
  color: #adc0d6;
}
.about-list__item {
  padding-left: 0;
}
.about-stats {
  margin-top: 1.25rem;
  display: grid;
  row-gap: 1rem;
  column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}
.about-stats__item {
  background-color: #16294c;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}
.about-stats__number {
  font-family: Archivo, Manrope, sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  color: #e8edf3;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.about-stats__label {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #adc0d6;
}
.about-requisites {
  margin-top: 1rem;
  display: grid;
  row-gap: 1rem;
  column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}
.about-requisites__item {
  min-width: 0;
  background-color: #16294c;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.about-requisites__term {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #adc0d6;
}
.about-requisites__value {
  margin-top: 0.25rem;
  margin-left: 0;
  font-weight: 600;
  color: #e8edf3;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .about-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .about-text--grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .about-stats {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .about-requisites {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 1280px) {
  .about-stats {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .about-content {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
  .about-card {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
}


/* ===== services.css ===== */
.services-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 100%;
  box-sizing: border-box;
}
.services-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  display: grid;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}
.services-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.services-card__text {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #adc0d6;
}
.services-card__list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  list-style-type: none;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.625;
}
.services-card__list--plain {
  color: #adc0d6;
}
.services-card__item {
  padding-left: 1rem;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #3b6fa0;
}
.services-card__point {
  display: flex;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  align-items: flex-start;
}
.services-card__dot {
  margin-top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: #3b6fa0;
}
.services-pricing {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.services-pricing__text {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #adc0d6;
}
.services-row {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  display: grid;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}
.services-form {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.services-form__lead {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #adc0d6;
}
.services-form__form {
  margin-top: 1.5rem;
  display: grid;
  row-gap: 1rem;
  column-gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}
.services-form__label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #e8edf3;
}
.services-form__label--wide {
  grid-column: 1 / -1;
}
.services-form__input {
  width: 100%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  background-color: #0f1b3d;
  color: #e8edf3;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  outline-style: none;
  box-sizing: border-box;
  max-width: 100%;
}
.services-form__input--textarea {
  resize: vertical;
}
.services-form__checkbox {
  display: flex;
  align-items: flex-start;
  row-gap: 0.75rem;
  column-gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #adc0d6;
}
.services-form__link {
  font-weight: 600;
  color: #3b6fa0;
  text-decoration-line: underline;
}
.services-form__submit {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .services-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .services-form__form {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .services-form__submit {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .services-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .services-content {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
  .services-card {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
  .services-pricing {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
  .services-form {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
  .services-form__submit {
    margin-left: auto;
    margin-right: auto;
  }
}


/* ===== vacancies.css ===== */
.vacancies-section {
  padding-top: 63px;
  padding-bottom: 63px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 100%;
}
.vacancies-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 21px;
  column-gap: 21px;
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  box-sizing: border-box;
}
.vacancies-field {
  display: flex;
  flex-direction: column;
  row-gap: 10.5px;
  column-gap: 10.5px;
  font-size: 18.4px;
  font-weight: 600;
  color: #e8edf3;
  min-width: 0;
}
.vacancies-field--full {
  grid-column: span 2;
}
.vacancies-field__label {
  display: block;
}
.vacancies-input, .vacancies-select, .vacancies-textarea {
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 15.8px;
  border-top-right-radius: 15.8px;
  border-bottom-right-radius: 15.8px;
  border-bottom-left-radius: 15.8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59,111,160,0.3);
  border-right-color: rgba(59,111,160,0.3);
  border-bottom-color: rgba(59,111,160,0.3);
  border-left-color: rgba(59,111,160,0.3);
  background-color: #0f1b3d;
  color: #e8edf3;
  padding-top: 15.8px;
  padding-bottom: 15.8px;
  padding-left: 18.4px;
  padding-right: 18.4px;
  font-size: 21px;
  font-weight: 400;
  font-family: Manrope, sans-serif;
  outline-style: none;
}
.vacancies-textarea {
  resize: vertical;
}
.vacancies-count {
  margin-top: 31.5px;
  text-align: center;
  font-size: 18.4px;
  color: #adc0d6;
}
.vacancies-list {
  margin-top: 31.5px;
  display: grid;
  row-gap: 26.2px;
  column-gap: 26.2px;
}
.vacancy-card {
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: rgba(30, 58, 95, 0.55);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0 18px 45px -28px rgba(0, 0, 0, 0.6);
  transition-property: border-color, transform, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}
.vacancy-card__meta-item {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}
.vacancy-card__meta-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.vacancy-card__chevron-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.vacancy-card__head {
  display: flex;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  align-items: flex-start;
  row-gap: 21px;
  column-gap: 21px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  text-align: left;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
}
.vacancy-card__main {
  min-width: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.vacancy-card__title {
  display: block;
  font-family: Archivo, Manrope, sans-serif;
  font-weight: 800;
  font-size: 31.5px;
  color: #e8edf3;
}
.vacancy-card__meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26.2px;
  row-gap: 10.5px;
  margin-top: 10.5px;
  font-size: 18.4px;
  color: #adc0d6;
}
.vacancy-card__short {
  display: block;
  margin-top: 15.8px;
  font-size: 21px;
  line-height: 1.625;
  color: #adc0d6;
  overflow-wrap: break-word;
}
.vacancy-card__chevron {
  margin-top: 5.2px;
  flex-shrink: 0;
  color: #3b6fa0;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.vacancy-card__chevron--open {
  transform: rotate(180deg);
}
.vacancy-card__body {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(59,111,160,0.3);
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  box-sizing: border-box;
  display: none;
}
.vacancy-card__body--open {
  display: block;
}
.vacancy-card__groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.vacancy-group {
  min-width: 0;
}
.vacancy-group__title {
  font-family: Archivo, Manrope, sans-serif;
  font-weight: 800;
  font-size: 23.6px;
  color: #e8edf3;
}
.vacancy-list {
  margin-top: 15.8px;
  display: flex;
  flex-direction: column;
  row-gap: 10.5px;
  column-gap: 10.5px;
  list-style-type: none;
  padding-left: 0;
}
.vacancy-list-item {
  display: flex;
  row-gap: 10.5px;
  column-gap: 10.5px;
  font-size: 21px;
  line-height: 1.625;
  color: #adc0d6;
  overflow-wrap: break-word;
}
.vacancy-dot {
  margin-top: 10.5px;
  height: 7.9px;
  width: 7.9px;
  flex-shrink: 0;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: #3b6fa0;
}
.vacancy-apply {
  margin-top: 31.5px;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  background-color: #16294c;
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  box-sizing: border-box;
}
.vacancy-apply__text {
  font-size: 21px;
  line-height: 1.625;
  color: #adc0d6;
  overflow-wrap: break-word;
}
.vacancy-apply__link {
  font-weight: 700;
  color: #3b6fa0;
  text-decoration: none;
  overflow-wrap: break-word;
}
.vacancy-apply__actions {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  row-gap: 15.8px;
  column-gap: 15.8px;
}
.vacancy-apply__btn {
  text-align: center;
}
.vacancies-empty {
  margin-top: 31.5px;
  padding-top: 31.5px;
  padding-right: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
  text-align: center;
  font-size: 18.4px;
  color: #adc0d6;
  display: none;
  box-sizing: border-box;
}
.vacancies-empty--visible {
  display: block;
}
.vacancies-info {
  margin-top: 63px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.vacancies-info__card {
  padding-top: 31.5px;
  padding-right: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
  box-sizing: border-box;
}
.vacancies-info__title {
  margin-top: 0;
}
.vacancies-info__text {
  margin-top: 15.8px;
  font-size: 21px;
  line-height: 1.625;
  color: #adc0d6;
}
.vacancies-steps {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  row-gap: 15.8px;
  column-gap: 15.8px;
  list-style-type: none;
  padding-left: 0;
  font-size: 21px;
  line-height: 1.625;
  color: #e8edf3;
}
.vacancies-steps__item {
  display: flex;
  row-gap: 15.8px;
  column-gap: 15.8px;
}
.vacancies-steps__num {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 36.8px;
  width: 36.8px;
  flex-shrink: 0;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: #3b6fa0;
  color: #e8edf3;
  font-size: 18.4px;
  font-weight: 700;
}
.vacancies-docs {
  margin-top: 21px;
}
.vacancies-note {
  margin-top: 21px;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  background-color: #16294c;
  padding-top: 21px;
  padding-right: 21px;
  padding-bottom: 21px;
  padding-left: 21px;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1.625;
  color: #adc0d6;
}
.vacancies-contact {
  margin-top: 63px;
}
.vacancies-form {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-right: 42px;
  padding-bottom: 42px;
  padding-left: 42px;
  box-sizing: border-box;
}
.vacancies-form__lead {
  margin-top: 10.5px;
  font-size: 21px;
  line-height: 1.625;
  color: #adc0d6;
}
.vacancies-form__form {
  margin-top: 31.5px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 21px;
  column-gap: 21px;
}
.vacancies-agree {
  grid-column: span 2;
  display: flex;
  align-items: flex-start;
  row-gap: 15.8px;
  column-gap: 15.8px;
  font-size: 15.8px;
  line-height: 1.6;
  color: #adc0d6;
}
.vacancies-agree__checkbox {
  margin-top: 5.2px;
  height: 26.2px;
  width: 26.2px;
  flex-shrink: 0;
}
.vacancies-agree__link {
  font-weight: 700;
  color: #3b6fa0;
  text-decoration: underline;
}
.vacancies-form__submit {
  width: 100%;
}
.vacancies-form__sent {
  margin-top: 31.5px;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  background-color: #16294c;
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 1.625;
  color: #e8edf3;
  display: none;
}
.vacancies-form__sent--visible {
  display: block;
}
@media (max-width: 640px) {
  .vacancies-filters {
    grid-template-columns: minmax(0, 1fr);
  }
  .vacancies-field--full {
    grid-column: span 1;
  }
  .vacancy-card__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .vacancy-card__meta {
    justify-content: center;
  }
  .vacancy-card__groups {
    grid-template-columns: minmax(0, 1fr);
  }
  .vacancy-apply__actions {
    align-items: center;
  }
  .vacancies-info {
    grid-template-columns: minmax(0, 1fr);
  }
  .vacancies-form__form {
    grid-template-columns: minmax(0, 1fr);
  }
  .vacancies-agree {
    grid-column: span 1;
  }
  .vacancy-card, .vacancies-section, .vacancy-apply, .vacancies-note {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}


/* ===== faq.css ===== */
.faq-section {
  padding-top: 63px;
  padding-bottom: 63px;
  box-sizing: border-box;
  max-width: 100%;
}
.faq-list {
  max-width: 1181.2px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 21px;
  column-gap: 21px;
}
.faq-item {
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: rgba(30, 58, 95, 0.55);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59, 111, 160, 0.3);
  border-right-color: rgba(59, 111, 160, 0.3);
  border-bottom-color: rgba(59, 111, 160, 0.3);
  border-left-color: rgba(59, 111, 160, 0.3);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0 18px 45px -28px rgba(0, 0, 0, 0.6);
}
.faq-item__chevron-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.faq-item__question {
  display: flex;
  align-items: flex-start;
  row-gap: 21px;
  column-gap: 21px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  text-align: left;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
}
.faq-item__text {
  min-width: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  font-family: Archivo, Manrope, sans-serif;
  font-weight: 700;
  font-size: 26.2px;
  color: #e8edf3;
  overflow-wrap: break-word;
}
.faq-item__chevron {
  margin-top: 2px;
  flex-shrink: 0;
  color: #3b6fa0;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.faq-item__chevron--open {
  transform: rotate(180deg);
}
.faq-item__panel {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(59,111,160,0.3);
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  box-sizing: border-box;
  display: none;
}
.faq-item__panel--open {
  display: block;
}
.faq-item__answer {
  font-size: 21px;
  line-height: 1.625;
  color: #adc0d6;
  overflow-wrap: break-word;
}
.faq-contact {
  margin-top: 63px;
}
.faq-form {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-right: 42px;
  padding-bottom: 42px;
  padding-left: 42px;
  box-sizing: border-box;
}
.faq-form__lead {
  margin-top: 10.5px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.faq-form__form {
  margin-top: 31.5px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 21px;
  column-gap: 21px;
}
.faq-field {
  display: flex;
  flex-direction: column;
  row-gap: 10.5px;
  column-gap: 10.5px;
  font-size: 18.4px;
  font-weight: 600;
  color: #e8edf3;
  min-width: 0;
}
.faq-field--full {
  grid-column: span 2;
}
.faq-input, .faq-textarea {
  width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 15.8px;
  border-top-right-radius: 15.8px;
  border-bottom-right-radius: 15.8px;
  border-bottom-left-radius: 15.8px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(59,111,160,0.3);
  border-right-color: rgba(59,111,160,0.3);
  border-bottom-color: rgba(59,111,160,0.3);
  border-left-color: rgba(59,111,160,0.3);
  background-color: #0f1b3d;
  color: #e8edf3;
  padding-top: 15.8px;
  padding-bottom: 15.8px;
  padding-left: 18.4px;
  padding-right: 18.4px;
  font-size: 21px;
  font-weight: 400;
  font-family: Manrope, sans-serif;
  outline-style: none;
}
.faq-textarea {
  resize: vertical;
}
.faq-agree {
  grid-column: span 2;
  display: flex;
  align-items: flex-start;
  row-gap: 15.8px;
  column-gap: 15.8px;
  font-size: 15.8px;
  line-height: 1.6;
  color: #adc0d6;
}
.faq-agree__checkbox {
  margin-top: 5.2px;
  height: 26.2px;
  width: 26.2px;
  flex-shrink: 0;
}
.faq-agree__link {
  font-weight: 700;
  color: #3b6fa0;
  text-decoration: underline;
}
.faq-form__submit {
  width: 100%;
}
.faq-link {
  font-weight: 700;
  color: #3b6fa0;
  text-decoration: none;
}
.faq-form__sent {
  margin-top: 31.5px;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  background-color: #16294c;
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  box-sizing: border-box;
  font-size: 18.4px;
  line-height: 1.6;
  color: #e8edf3;
  display: none;
}
.faq-form__sent--visible {
  display: block;
}
@media (max-width: 640px) {
  .faq-item__question {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .faq-form__form {
    grid-template-columns: minmax(0, 1fr);
  }
  .faq-field--full, .faq-agree {
    grid-column: span 1;
  }
  .faq-section, .faq-item {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}


/* ===== contacts.css ===== */
.contacts-hero {
  background-color: #16294c;
  background-image: linear-gradient(135deg, #1e3a5f 0%, #16294c 60%, #0f1b3d 100%);
  padding-top: 63px;
  padding-bottom: 63px;
  text-align: center;
}
.contacts-body {
  padding-top: 63px;
  padding-bottom: 63px;
}
.contacts-grid {
  display: grid;
  row-gap: 31.5px;
  column-gap: 31.5px;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1548.8px;
  margin-left: auto;
  margin-right: auto;
}
.contacts-grid--second {
  margin-top: 31.5px;
}
.contacts-grid--third {
  margin-top: 31.5px;
}
.contacts-card {
  padding-top: 31.5px;
  padding-right: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
}
.contacts-list {
  margin-top: 26.2px;
  display: flex;
  flex-direction: column;
  row-gap: 26.2px;
  column-gap: 26.2px;
}
.contacts-item {
  display: flex;
  row-gap: 21px;
  column-gap: 21px;
  min-width: 0;
}
.contacts-item__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: #3b6fa0;
}
.contacts-item__body {
  min-width: 0;
}
.contacts-item__label {
  font-size: 15.8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #adc0d6;
  margin-top: 0;
  margin-bottom: 0;
}
.contacts-item__value {
  display: block;
  font-size: 23.6px;
  font-weight: 800;
  color: #e8edf3;
  text-decoration: none;
  margin-top: 5.2px;
}
.contacts-item__value--break {
  overflow-wrap: break-word;
}
.contacts-item__hint {
  font-size: 18.4px;
  color: #adc0d6;
  margin-top: 5.2px;
  margin-bottom: 0;
}
.contacts-item__text {
  font-size: 21px;
  font-weight: 600;
  color: #e8edf3;
  overflow-wrap: break-word;
  margin-top: 5.2px;
  margin-bottom: 0;
}
.contacts-requisites {
  margin-top: 31.5px;
  background-color: #16294c;
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  padding-top: 26.2px;
  padding-right: 26.2px;
  padding-bottom: 26.2px;
  padding-left: 26.2px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.contacts-requisites__title {
  font-weight: 700;
  color: #e8edf3;
  margin-top: 0;
  margin-bottom: 0;
}
.contacts-requisites__line {
  margin-top: 10.5px;
  margin-bottom: 0;
}
.contacts-ul {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  row-gap: 15.8px;
  column-gap: 15.8px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.contacts-ul__item {
  overflow-wrap: break-word;
}
.contacts-ul__strong {
  font-weight: 700;
  color: #e8edf3;
}
.contacts-warning {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  row-gap: 15.8px;
  column-gap: 15.8px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
.contacts-warning__text {
  margin-top: 0;
  margin-bottom: 0;
}
.contacts-form-wrap {
  margin-top: 63px;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}
.contacts-form__desc {
  margin-top: 10.5px;
  font-size: 18.4px;
  line-height: 1.6;
  color: #adc0d6;
}
@media (min-width: 768px) {
.contacts-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 640px) {
  .contacts-card {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
  .contacts-item__value {
    overflow-wrap: break-word;
  }
}


/* ===== legal.css ===== */
.legal-hero {
  background-color: #16294c;
  padding-top: 63px;
  padding-bottom: 63px;
}
.legal-body {
  padding-top: 63px;
  padding-bottom: 63px;
}
.legal-wrap {
  max-width: 1207.5px;
  margin-left: auto;
  margin-right: auto;
}
.legal-intro {
  padding-top: 31.5px;
  padding-right: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
  font-size: 18.4px;
  line-height: 1.7;
  color: #adc0d6;
}
.legal-sections {
  margin-top: 31.5px;
  display: flex;
  flex-direction: column;
  row-gap: 31.5px;
  column-gap: 31.5px;
}
.legal-section {
  padding-top: 31.5px;
  padding-right: 31.5px;
  padding-bottom: 31.5px;
  padding-left: 31.5px;
}
.legal-list {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  row-gap: 15.8px;
  column-gap: 15.8px;
  font-size: 18.4px;
  line-height: 1.7;
  color: #adc0d6;
}
.legal-list__item {
  display: flex;
  row-gap: 15.8px;
  column-gap: 15.8px;
}
.legal-list__num {
  flex-shrink: 0;
  font-weight: 700;
  color: #3b6fa0;
}
.legal-list__text {
  min-width: 0;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .legal-intro {
    padding-top: 42px;
    padding-right: 42px;
    padding-bottom: 42px;
    padding-left: 42px;
    font-size: 21px;
  }
  .legal-section {
    padding-top: 42px;
    padding-right: 42px;
    padding-bottom: 42px;
    padding-left: 42px;
  }
  .legal-list {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .legal-intro {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
  .legal-section {
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }
}


/* ===== mobile.css ===== */
/* ===== Мобильная адаптация (доработка) ===== */
@media (max-width: 900px) {
  .home-hero__grid,
  .home-advantages__top,
  .home-advantages__grid,
  .home-steps__grid,
  .home-reviews__grid,
  .home-industries__grid,
  .home-guarantees__grid,
  .home-start__grid,
  .home-info__grid,
  .home-contact__grid,
  .about-grid,
  .services-grid,
  .contacts-grid,
  .vacancies-grid,
  .footer__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-hero__grid > *,
  .home-advantages__grid > *,
  .home-steps__grid > *,
  .home-industries__grid > *,
  .home-guarantees__grid > *,
  .home-reviews__grid > *,
  .home-info__grid > *,
  .home-start__grid > *,
  .about-grid > *,
  .services-grid > *,
  .contacts-grid > *,
  .vacancies-grid > * {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 640px) {
  /* Базовая типографика: плотнее и спокойнее */
  .main-wrapper {
    font-size: 18px;
  }

  /* Секции: меньше вертикального воздуха */
  .section {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .page-head {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .vacancies-section,
  .faq-section,
  .contacts-body,
  .contacts-hero,
  .legal-body,
  .legal-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* Hero главной страницы */
  .home-hero__grid {
    row-gap: 18px;
    column-gap: 18px;
  }
  .home-hero__main {
    padding-top: 28px;
    padding-right: 22px;
    padding-bottom: 28px;
    padding-left: 22px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .home-hero__side {
    padding-top: 24px;
    padding-right: 22px;
    padding-bottom: 24px;
    padding-left: 22px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    row-gap: 20px;
  }
  .home-hero__badge {
    font-size: 12px;
    letter-spacing: 0.12em;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
  }
  .home-hero__title {
    font-size: 34px;
    line-height: 1.05;
  }
  .home-hero__lead {
    font-size: 17px;
    line-height: 1.55;
  }
  .home-hero__side-text,
  .home-hero__contact {
    font-size: 16px;
  }
  .home-hero__contacts {
    margin-top: 20px;
  }
  .home-hero__stats {
    row-gap: 14px;
    column-gap: 14px;
  }
  .home-hero__stat {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .home-hero__stat-num,
  .home-advantages__num,
  .home-hero__years {
    font-size: 30px;
    line-height: 1.1;
  }
  .home-steps__badge,
  .home-steps__num {
    font-size: 36px;
  }
  .home-hero__image {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }

  /* Заголовки */
  .page-title {
    font-size: 28px;
    line-height: 1.1;
  }
  .page-subtitle {
    font-size: 16px;
  }
  .heading-2 {
    font-size: 24px;
    line-height: 1.15;
  }
  .heading-3 {
    font-size: 19px;
  }

  /* Карточки: аккуратные отступы и радиусы */
  .card,
  .contacts-card,
  .about-card,
  .services-card,
  .vacancy-card,
  .faq-item,
  .form-card,
  .legal-card {
    padding-top: 20px;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    box-sizing: border-box;
    overflow-wrap: break-word;
  }

  /* Длинные значения (почта, адрес) не рвут сетку */
  .contacts-item__value,
  .footer__mail,
  .footer__phone,
  .home-hero__contact {
    overflow-wrap: anywhere;
  }

  /* Шапка */
  .header__inner {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
  .header__tagline {
    font-size: 0.7rem;
  }

  /* Подвал */
  .footer__grid {
    row-gap: 1.75rem;
  }
  .footer__brand {
    font-size: 1.1rem;
  }
  .footer__text,
  .footer__req,
  .footer__link {
    font-size: 0.95rem;
  }
  .footer__copy {
    font-size: 0.85rem;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .home-hero__title {
    font-size: 30px;
  }
  .home-hero__stats {
    grid-template-columns: minmax(0, 1fr);
  }
  .page-title {
    font-size: 25px;
  }
}

/* ===== Мобильные уточнения: выравнивание и cookie ===== */
@media (max-width: 640px) {
  .vacancy-card__head,
  .faq-item__head {
    align-items: flex-start;
    text-align: left;
  }
  .vacancy-card__meta {
    justify-content: flex-start;
    row-gap: 8px;
    column-gap: 14px;
  }
  .vacancy-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .vacancy-apply__actions {
    align-items: stretch;
  }
  .vacancies-note,
  .faq-note {
    text-align: left;
  }

  /* Cookie-баннер компактнее */
  .cookie__text {
    font-size: 0.8rem;
    line-height: 1.55;
    text-align: left;
  }
  .cookie__inner {
    row-gap: 0.6rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .cookie__actions {
    padding-right: 4rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .cookie__actions .btn {
    width: 100%;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 0.9rem;
  }
}

/* ===== Защита от обрезания по правому краю ===== */
.cookie__actions {
  justify-content: flex-start;
}
@media (max-width: 640px) {
  .cookie__actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-content: stretch;
  }
}
@media (max-width: 1023px) {
  .main,
  .main-wrapper {
    max-width: 100%;
    overflow-x: hidden;
  }
}


/* ===== icons.css ===== */
/* ===== Аккуратное отображение иконок и маркеров ===== */

/* Единый штрих и отсутствие сплющивания у всех иконок */
svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* Контакты: иконка в плашке, выровнена по первой строке текста */
.contacts-item {
  align-items: flex-start;
}
.contacts-item__icon {
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  padding-top: 11px;
  padding-right: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: rgba(59, 111, 160, 0.18);
  border: 1px solid rgba(59, 111, 160, 0.38);
  color: #8fb4d8;
}

/* Главная: маленькие иконки преимуществ — тоже в плашке */
.home-advantages__icon-small {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  background-color: rgba(59, 111, 160, 0.18);
  border: 1px solid rgba(59, 111, 160, 0.38);
  color: #8fb4d8;
}

/* Иконки в кнопках hero и шапке — ровно по центру строки */
.home-hero__icon,
.header__icon--small {
  align-self: center;
}

/* Метаданные вакансии: чуть крупнее и в акцентном цвете */
.vacancy-card__meta-item {
  align-items: center;
  min-width: 0;
}
.vacancy-card__meta-icon {
  width: 1.15rem;
  height: 1.15rem;
  color: #8fb4d8;
}

/* Маркеры списков: ровные точки, выровненные по строке */
.vacancy-list-item {
  align-items: flex-start;
}
.vacancy-dot {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 0.55em;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-color: #3b6fa0;
  flex-shrink: 0;
}

/* Звёзды отзывов: одинаковый размер и тёплый акцент */
.home-reviews__star {
  width: 20px;
  height: 20px;
  color: #f0c26b;
}

/* Мобильные: плашки компактнее */
@media (max-width: 640px) {
  .contacts-item__icon {
    width: 40px;
    height: 40px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .home-advantages__icon-small {
    width: 38px;
    height: 38px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
  }
  .home-advantages__icon {
    width: 52px;
    height: 52px;
  }
  .home-advantages__svg {
    width: 26px;
    height: 26px;
  }
  .vacancy-card__meta-icon {
    width: 1.05rem;
    height: 1.05rem;
  }
}

/* Одинокая карточка в сетке контактов занимает всю ширину */
.contacts-grid > .contacts-card:only-child {
  grid-column: 1 / -1;
}
