.top-line {
  position: fixed;
  z-index: 100;
  top: 2.91667vw;
  left: max(15px, calc((100vw - 64.58333vw) / 2));
  right: 7vw;
  display: flex;
  align-items: center;
  gap: 34px;
}

.logo-btn--text {
  position: static !important;
  width: auto;
  min-width: 190px;
  height: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.top-contacts {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}

.top-contacts a {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.top-contacts__callback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(10, 19, 14, 0.72);
}

.header__link--text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.header__link--text:hover {
  color: #fff;
}

.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.callback-modal.active {
  display: flex;
}

.callback-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 19, 14, 0.82);
}

.callback-modal__content {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #0a130e;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  color: #fff;
}

.callback-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.callback-modal__title {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.15;
  text-transform: uppercase;
}

.callback-form {
  display: grid;
  gap: 16px;
}

.callback-form__label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.callback-form__input,
.callback-form__textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  outline: none;
}

.callback-form__input {
  height: 46px;
  padding: 0 14px;
}

.callback-form__textarea {
  min-height: 96px;
  padding: 12px 14px;
  resize: vertical;
}

.callback-form__input:focus,
.callback-form__textarea:focus {
  border-color: #8bd0a4;
}

.callback-form__agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.4;
}

.callback-form__agree a {
  color: #fff;
}

.callback-form__submit {
  min-height: 48px;
  border: 0;
  background: #214d35;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.software-section {
  position: relative;
  top: auto;
  overflow: visible;
}

.software-section .section-wrapper {
  height: auto;
  min-height: 100vh;
}

.software {
  min-height: 100vh;
  height: auto;
  padding: 82px 0;
  background: #0a130e;
  color: #ffffff;
}

.software--product {
  padding: 64px 0;
}

.software--system {
  padding: 72px 0;
}

.software__container {
  display: block;
}

.software__intro {
  max-width: 900px;
  margin-bottom: 36px;
}

.software__title {
  width: auto;
  color: #ffffff;
  transform: none;
}

.software__lead {
  max-width: 760px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.5;
}

.software-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.software-card__media {
  min-height: 100%;
  background: #101711;
}

.software-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: left center;
}

.software-card__content {
  padding: 34px;
}

.software-card h2 {
  margin: 0 0 16px;
  color: #8bd0a4;
  font-size: 34px;
  line-height: 1.1;
}

.software-card__subtitle {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.software-card p,
.software-card li,
.software-card dd,
.software-card dt,
.software__notice p {
  font-size: 16px;
  line-height: 1.55;
}

.software-card p {
  margin: 0 0 18px;
}

.software-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 20px;
}

.software-card dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.software-card dl div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.software-card dt {
  color: rgba(255, 255, 255, 0.58);
}

.software-card dd {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
}

.software__notice {
  margin-top: 32px;
  padding: 24px 28px;
  border-left: 4px solid #8bd0a4;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.software__notice p {
  margin: 0;
}

.software__notice p + p {
  margin-top: 10px;
}

.software__notice a,
.contacts__details-link,
.contacts__requisites-btn {
  color: inherit;
  font-weight: 700;
}

.system-software {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.system-software__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.system-software__table th:nth-child(1),
.system-software__table td:nth-child(1) {
  width: 18%;
}

.system-software__table th:nth-child(2),
.system-software__table td:nth-child(2) {
  width: 47%;
}

.system-software__table th:nth-child(3),
.system-software__table td:nth-child(3) {
  width: 13%;
}

.system-software__table th:nth-child(4),
.system-software__table td:nth-child(4) {
  width: 22%;
}

.system-software__table th,
.system-software__table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.system-software__table th {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.system-software__table td:first-child {
  color: #8bd0a4;
  font-size: 17px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.system-software__table td:nth-child(3),
.system-software__table td:nth-child(4) {
  font-weight: 700;
}

.system-software__table tr:last-child td {
  border-bottom: 0;
}

.main_page .allstages__item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1280px) {
  .software--system {
    padding: 58px 0;
  }

  .system-software__table th,
  .system-software__table td {
    padding: 14px 12px;
    font-size: 13px;
    line-height: 1.42;
  }

  .system-software__table th {
    font-size: 11px;
  }

  .system-software__table td:first-child {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1100px) {
  .top-line {
    right: 84px;
    gap: 26px;
  }

  .software-card {
    grid-template-columns: 1fr;
  }

  .software-card__media img {
    max-height: 420px;
    min-height: 260px;
  }

  .system-software {
    overflow-x: auto;
  }

  .system-software__table {
    min-width: 820px;
    table-layout: auto;
  }
}

@media only screen and (max-width: 750px) {
  .software-section.fp-section,
  .software-section .fp-tableCell {
    height: auto !important;
  }

  .software-section .fp-scrollable {
    -webkit-overflow-scrolling: touch;
  }

  .top-line {
    top: 24px;
    left: 15px;
    right: 58px;
    align-items: flex-start;
    gap: 16px;
  }

  .logo-btn--text {
    min-width: 0;
    max-width: 128px;
    font-size: 13px;
  }

  .top-contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .top-contacts a {
    font-size: 12px;
  }

  .top-contacts__callback {
    min-height: 30px;
    padding: 0 10px;
  }

  .header__link--text {
    font-size: 11px;
  }

  .callback-modal {
    padding: 15px;
  }

  .callback-modal__content {
    padding: 28px 18px 22px;
  }

  .callback-modal__title {
    font-size: 24px;
  }

  .software {
    padding: 72px 0 52px;
  }

  .software__lead {
    font-size: 15px;
  }

  .system-software {
    overflow-x: visible;
  }

  .system-software__table {
    min-width: 0;
  }

  .system-software__table,
  .system-software__table thead,
  .system-software__table tbody,
  .system-software__table tr,
  .system-software__table th,
  .system-software__table td {
    display: block;
  }

  .system-software__table thead {
    display: none;
  }

  .system-software__table tr {
    padding: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .system-software__table tr:last-child {
    border-bottom: 0;
  }

  .system-software__table td {
    padding: 0;
    border-bottom: 0;
  }

  .system-software__table td + td {
    margin-top: 12px;
  }

  .system-software__table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .software-card__content {
    padding: 24px 18px;
  }

  .software-card h2 {
    font-size: 28px;
  }

  .software-card p,
  .software-card li,
  .software-card dd,
  .software-card dt,
  .software__notice p {
    font-size: 14px;
  }

  .software-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .software__notice {
    padding: 20px 18px;
  }
}

@media only screen and (max-width: 520px) {
  .top-line {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .top-contacts {
    width: 100%;
  }
}
