.admin-bar .header__area-3 {
  top: 32px;
}

body:not(.home) .header__area-3:not(.header__sticky) .main-menu-3 ul li > a,
body:not(.front-page) .header__area-3:not(.header__sticky) .main-menu-3 ul li > a {
  color: rgba(255, 255, 255, 0.94) !important;
}

body:not(.home) .header__area-3:not(.header__sticky) .main-menu-3 ul li > a:hover,
body:not(.home) .header__area-3:not(.header__sticky) .main-menu-3 ul li > a:hover .sartech-nav-icon,
body:not(.front-page) .header__area-3:not(.header__sticky) .main-menu-3 ul li > a:hover,
body:not(.front-page) .header__area-3:not(.header__sticky) .main-menu-3 ul li > a:hover .sartech-nav-icon {
  color: #fff !important;
}

body:not(.home) .header__area-3:not(.header__sticky) .sartech-nav-icon,
body:not(.front-page) .header__area-3:not(.header__sticky) .sartech-nav-icon {
  color: rgba(255, 255, 255, 0.78) !important;
}

.sartech-portal {
  display: grid;
  gap: 28px;
}

.sartech-portal-panel,
.sartech-login-panel {
  border: 1px solid rgba(126, 113, 177, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(63, 58, 100, 0.1);
  padding: 28px;
}

.sartech-portal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 24px;
  align-items: start;
}

.sartech-portal h2,
.sartech-portal h3 {
  margin-bottom: 16px;
  color: #1d2234;
}

.sartech-portal-table {
  width: 100%;
  border-collapse: collapse;
}

.sartech-portal-table th,
.sartech-portal-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(126, 113, 177, 0.14);
  text-align: left;
  vertical-align: middle;
}

.sartech-portal-table th {
  color: #1d2234;
  font-size: 13px;
  text-transform: uppercase;
}

.sartech-portal-table input[type="number"] {
  width: 92px;
  min-height: 42px;
  border: 1px solid rgba(126, 113, 177, 0.22);
  border-radius: 8px;
  padding: 8px 10px;
}

.sartech-portal-notice {
  border-left: 4px solid #7e71b1;
  background: rgba(126, 113, 177, 0.1);
  padding: 14px 16px;
  color: #1d2234;
}

.sartech-company-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sartech-company-list li {
  margin-bottom: 10px;
}

.sartech-company-list strong {
  display: block;
  color: #1d2234;
}

.sartech-contact-page {
  background: #f7f7fb;
}

.sartech-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: 28px;
  align-items: start;
}

.sartech-contact-main,
.sartech-contact-side,
.sartech-contact-map {
  border: 1px solid rgba(126, 113, 177, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(63, 58, 100, 0.1);
}

.sartech-contact-main {
  padding: 34px;
}

.sartech-contact-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #596173;
  font-size: 17px;
  line-height: 1.7;
}

.sartech-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.sartech-contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #1d2234;
  font-weight: 700;
}

.sartech-contact-form input,
.sartech-contact-form select,
.sartech-contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(126, 113, 177, 0.24);
  border-radius: 8px;
  background: #fff;
  color: #1d2234;
  padding: 12px 14px;
  font: inherit;
}

.sartech-contact-form textarea {
  resize: vertical;
}

.sartech-contact-form input:focus,
.sartech-contact-form select:focus,
.sartech-contact-form textarea:focus {
  border-color: #7e71b1;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(126, 113, 177, 0.14);
}

.sartech-contact-wide {
  grid-column: 1 / -1;
}

.sartech-contact-hp {
  position: absolute;
  left: -9999px;
}

.sartech-contact-notice {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.sartech-contact-notice-success {
  border: 1px solid rgba(64, 142, 98, 0.24);
  background: rgba(64, 142, 98, 0.1);
  color: #26613f;
}

.sartech-contact-notice-error {
  border: 1px solid rgba(180, 70, 70, 0.24);
  background: rgba(180, 70, 70, 0.1);
  color: #8b2d2d;
}

.sartech-contact-side {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.sartech-contact-info-card {
  padding: 18px;
  border: 1px solid rgba(126, 113, 177, 0.14);
  border-radius: 8px;
  background: #fbfbfd;
}

.sartech-contact-info-card span {
  display: block;
  margin-bottom: 8px;
  color: #7e71b1;
  font-size: 13px;
  font-weight: 800;
}

.sartech-contact-info-card a,
.sartech-contact-info-card p {
  margin: 0;
  color: #1d2234;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.sartech-contact-map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 8px;
  background: #7e71b1;
  color: #fff;
  font-weight: 800;
}

.sartech-contact-map-button:hover {
  background: #1d2234;
  color: #fff;
}

.sartech-contact-map {
  overflow: hidden;
}

.sartech-contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

@media (max-width: 991px) {
  .sartech-portal-grid,
  .sartech-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .sartech-contact-main {
    padding: 24px;
  }

  .sartech-contact-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .admin-bar .header__area-3 {
    top: 46px;
  }
}
