.mk-topbar {
  background: #111827;
}

.mk-status:before {
  display: none;
}

.ma-header .mk-nav {
  height: 86px;
}

.mk-logo img,
.custom-logo {
  width: 245px;
  max-height: 74px;
}

.mk-menu {
  gap: 24px;
  font-size: 13px;
  font-weight: 800;
}

.ma-hero {
  position: relative;
  min-height: 620px;
  color: #fff;
  background: linear-gradient(135deg, #07111f 0%, #122235 56%, #2a3440 100%);
  overflow: hidden;
}

.ma-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .48;
}

.ma-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, #050b12f5 0%, #102033e8 48%, #ef7d0022 100%),
    repeating-linear-gradient(90deg, #ffffff0d 0 1px, transparent 1px 92px);
}

.ma-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.ma-hero__copy {
  max-width: 720px;
}

.ma-hero h1 {
  font-size: 58px;
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0 0 22px;
}

.ma-hero p {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.8;
  color: #d5dde7;
}

.ma-hero__panel {
  width: 310px;
  display: grid;
  gap: 1px;
  border: 1px solid #ffffff28;
  background: #ffffff28;
}

.ma-hero__panel a {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #101820d9;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ma-subpage-hero {
  padding: 92px 0;
  background: linear-gradient(135deg, #07111f 0%, #122235 62%, #ef7d001c 100%);
  color: #fff;
}

.ma-subpage-hero__grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
}

.ma-subpage-hero h1 {
  margin: 12px 0 18px;
  font-size: 50px;
  line-height: 1.1;
}

.ma-subpage-hero p {
  max-width: 760px;
  color: #c8d3df;
  line-height: 1.85;
  font-size: 15px;
}

.ma-subpage-hero figure {
  margin: 0;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff10;
  border: 1px solid #ffffff18;
  padding: 34px;
}

.ma-subpage-hero img {
  max-height: 260px;
  object-fit: contain;
}

.ma-subpage-content {
  padding: 82px 0;
  background: #fff;
}

.ma-subpage-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ma-subpage-cards article {
  min-height: 210px;
  padding: 30px;
  background: var(--soft);
  border: 1px solid var(--line);
}

.ma-subpage-cards strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  margin-bottom: 12px;
}

.ma-subpage-cards p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.ma-hero__panel a:after {
  content: "→";
  color: var(--orange);
}

.ma-catalog-hero {
  padding: 92px 0 76px;
  background: linear-gradient(135deg, #f7f8fa 0%, #fff 58%, #fff4e7 100%);
  border-bottom: 1px solid var(--line);
}

.ma-catalog-hero__grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 70px;
  align-items: end;
}

.ma-catalog-hero h1 {
  max-width: 860px;
  margin: 12px 0 18px;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: 0;
}

.ma-catalog-hero p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.85;
}

.ma-catalog-hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: #fff;
}

.ma-catalog-hero__stats strong,
.ma-catalog-hero__stats span {
  padding: 18px;
}

.ma-catalog-hero__stats strong {
  font-size: 34px;
  color: var(--orange);
  border-right: 1px solid var(--line);
}

.ma-catalog-hero__stats span {
  align-self: center;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ma-catalog-tabs {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #101820;
  border-bottom: 1px solid #ffffff14;
}

.ma-catalog-tabs .mk-container {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  padding-block: 10px;
}

.ma-catalog-tabs a {
  flex: 0 0 auto;
  padding: 11px 14px;
  background: #ffffff0c;
  color: #d9e2ec;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.ma-catalog-tabs a:hover {
  background: var(--orange);
  color: #fff;
}

.ma-catalog-body {
  padding: 58px 0 110px;
  background: #fff;
}

.ma-catalog-group {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 78px;
}

.ma-catalog-group__aside {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--soft);
  border: 1px solid var(--line);
  padding: 28px;
}

.ma-catalog-group__aside span {
  position: absolute;
  left: 18px;
  top: 16px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.ma-catalog-group__aside img {
  max-height: 180px;
  object-fit: contain;
}

.ma-catalog-group__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.ma-catalog-group__head small {
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ma-catalog-group__head h2 {
  margin: 5px 0 0;
  font-size: 34px;
  letter-spacing: 0;
}

.ma-catalog-group__head b {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.ma-catalog-group__main > p {
  max-width: 860px;
  color: var(--muted);
  line-height: 1.75;
}

.ma-catalog-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.ma-catalog-product {
  position: relative;
  min-height: 150px;
  padding: 22px 22px 48px;
  border: 1px solid var(--line);
  background: #fff;
  transition: .2s;
}

.ma-catalog-product:hover {
  border-color: #ef7d0070;
  box-shadow: 0 14px 28px #07192e10;
}

.ma-catalog-product strong,
.ma-catalog-product span {
  display: block;
}

.ma-catalog-product strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
}

.ma-catalog-product span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.ma-catalog-product a {
  position: absolute;
  left: 22px;
  bottom: 18px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}

.ma-intro {
  padding: 82px 0;
  background: #fff;
}

.ma-intro__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 90px;
  align-items: center;
}

.ma-intro__brand {
  min-height: 230px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--soft);
}

.ma-intro__brand img {
  width: 230px;
}

.ma-intro__brand strong {
  font-size: 18px;
}

.ma-intro h2,
.ma-products-nav h2,
.ma-why h2,
.ma-references h2 {
  font-size: 42px;
  line-height: 1.16;
  letter-spacing: -1.4px;
  margin: 0 0 18px;
}

.ma-intro p,
.ma-why p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.ma-products-nav {
  padding: 70px 0;
  background: #f7f8fa;
}

.ma-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ma-category-strip a {
  padding: 13px 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.ma-category-strip a:hover {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

.ma-services {
  padding: 92px 0;
}

.ma-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ma-services article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 22px;
  min-height: 430px;
  transition: .25s;
}

.ma-services article:hover,
.ma-featured .mk-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px #07192e16;
}

.ma-services img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: var(--soft);
}

.ma-services article:nth-child(3) img {
  object-fit: contain;
  padding: 24px;
}

.ma-services h3 {
  font-size: 22px;
  margin: 24px 0 10px;
}

.ma-services p,
.ma-featured .mk-product p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.ma-services a {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.ma-featured__grid {
  grid-template-columns: repeat(4, 1fr);
}

.ma-featured .mk-product {
  min-height: 390px;
}

.ma-featured .mk-product__image {
  height: 205px;
}

.ma-why {
  padding: 100px 0;
  background: #07192e;
  color: #fff;
}

.ma-why__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 85px;
  align-items: start;
}

.ma-why p {
  color: #aebccc;
}

.ma-why__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ma-why__items div {
  min-height: 145px;
  padding: 24px;
  background: #ffffff0d;
  border: 1px solid #ffffff17;
}

.ma-why__items strong,
.ma-why__items span {
  display: block;
}

.ma-why__items strong {
  font-size: 16px;
  margin-bottom: 10px;
}

.ma-why__items span {
  color: #aebccc;
  font-size: 12px;
  line-height: 1.7;
}

.ma-fast-quote {
  padding: 72px 0;
  background: var(--orange);
  color: #fff;
}

.ma-fast-quote__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 25px;
}

.ma-fast-quote h2 {
  max-width: 650px;
  font-size: 40px;
  line-height: 1.17;
  letter-spacing: -1.4px;
  margin: 10px 0 12px;
}

.ma-fast-quote p {
  max-width: 650px;
  margin: 0;
  color: #fffbe9;
}

.ma-fast-quote .mk-kicker {
  color: #fff7;
}

.ma-fast-quote__phone {
  font-size: 22px;
  font-weight: 800;
}

.ma-references {
  padding: 95px 0;
  background: #fff;
}

.ma-reference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.ma-reference-grid span {
  min-height: 105px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  background: var(--soft);
  border: 1px solid var(--line);
  color: #465366;
  font-size: 12px;
  font-weight: 800;
}

.ma-reference-grid img {
  max-width: 95px;
  max-height: 42px;
  object-fit: contain;
}

.ma-reference-grid b {
  font-size: 11px;
  font-weight: 800;
}

.ma-footer .mk-footer__logo img {
  filter: none;
  background: #fff;
  padding: 10px;
  width: 220px;
}

.ma-contact-hero .mk-contact-hero__media {
  background-position: center;
}

@media (max-width: 980px) {
  .ma-hero__inner,
  .ma-intro__grid,
  .ma-why__grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .ma-hero__panel {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
  }

  .ma-services__grid,
  .ma-featured__grid,
  .ma-reference-grid,
  .ma-catalog-products {
    grid-template-columns: 1fr 1fr;
  }

  .ma-catalog-hero__grid,
  .ma-catalog-group,
  .ma-subpage-hero__grid {
    grid-template-columns: 1fr;
  }

  .ma-catalog-group__aside {
    min-height: 210px;
  }

  .ma-fast-quote__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .mk-logo img,
  .custom-logo {
    width: 200px;
  }

  .ma-hero,
  .ma-hero__inner {
    min-height: 700px;
  }

  .ma-hero h1 {
    font-size: 42px;
    letter-spacing: -1.2px;
  }

  .ma-hero__panel,
  .ma-services__grid,
  .ma-featured__grid,
  .ma-why__items,
  .ma-reference-grid,
  .ma-catalog-products,
  .ma-subpage-cards,
  .ma-catalog-hero__stats {
    grid-template-columns: 1fr;
  }

  .ma-intro h2,
  .ma-products-nav h2,
  .ma-why h2,
  .ma-references h2,
  .ma-fast-quote h2,
  .ma-catalog-hero h1,
  .ma-subpage-hero h1 {
    font-size: 32px;
  }
}

/* Teknoguc redesign */
.ma-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #ffffffee;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #e6ebf1;
}

.ma-header .mk-nav {
  gap: 22px;
}

.ma-header-contact {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #ef7d00;
  background: #ef7d00;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ma-header-contact:hover {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.ma-menu-products {
  position: relative;
}

.ma-submenu {
  position: absolute;
  left: 0;
  top: calc(100% + 18px);
  width: 285px;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid #e6ebf1;
  box-shadow: 0 22px 44px #07192e22;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .2s;
}

.ma-menu-products:hover .ma-submenu,
.ma-menu-products:focus-within .ma-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ma-submenu a {
  display: block;
  padding: 11px 12px;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
}

.ma-submenu a:hover {
  background: #f5f7fa;
  color: #ef7d00;
}

.ma-submenu a:after {
  display: none;
}

.mk-footer__brand h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.mk-footer__brand p {
  max-width: 340px;
  color: #9aa8b8;
  line-height: 1.8;
}

.tg-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ef7d00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tg-kicker:before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.tg-hero {
  position: relative;
  min-height: 720px;
  color: #fff;
  overflow: hidden;
  background: #070c12;
}

.tg-hero__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .66;
}

.tg-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #05070bed 0%, #111827d8 42%, #11182770 70%, #11182710 100%),
    linear-gradient(180deg, #00000010 0%, #00000070 100%);
}

.tg-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 330px;
  gap: 72px;
  align-items: center;
}

.tg-hero__copy h1 {
  max-width: 760px;
  margin: 18px 0 22px;
  font-size: 62px;
  line-height: 1.04;
  letter-spacing: 0;
}

.tg-hero__copy p {
  max-width: 650px;
  color: #dbe4ee;
  font-size: 17px;
  line-height: 1.85;
}

.tg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tg-hero__rail {
  display: grid;
  border: 1px solid #ffffff2e;
  background: #ffffff10;
}

.tg-hero__rail a {
  display: block;
  padding: 24px;
  border-bottom: 1px solid #ffffff20;
  color: #fff;
}

.tg-hero__rail a:last-child {
  border-bottom: 0;
}

.tg-hero__rail b,
.tg-hero__rail span {
  display: block;
}

.tg-hero__rail b {
  font-size: 22px;
  margin-bottom: 8px;
}

.tg-hero__rail span {
  color: #c5d1de;
  font-size: 13px;
  line-height: 1.55;
}

.tg-signal {
  margin-top: -72px;
  position: relative;
  z-index: 4;
}

.tg-signal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  box-shadow: 0 24px 55px #07192e1f;
}

.tg-signal__grid div {
  min-height: 170px;
  padding: 28px;
  border-right: 1px solid #e6ebf1;
}

.tg-signal__grid div:last-child {
  border-right: 0;
}

.tg-signal__grid span,
.tg-signal__grid strong {
  display: block;
}

.tg-signal__grid span {
  color: #ef7d00;
  font-size: 12px;
  font-weight: 800;
}

.tg-signal__grid strong {
  margin: 12px 0 9px;
  color: #111827;
  font-size: 19px;
}

.tg-signal__grid p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.7;
}

.tg-products {
  padding: 116px 0 88px;
  background: #f5f7fa;
}

.tg-products__grid,
.tg-service__grid,
.tg-contact-hero__grid,
.tg-contact-main__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.tg-products__copy h2,
.tg-section-head h2,
.tg-service h2,
.tg-contact-hero h1,
.tg-quote-panel h2 {
  margin: 14px 0 18px;
  color: #111827;
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: 0;
}

.tg-products__copy p,
.tg-service p,
.tg-contact-hero p {
  color: #667085;
  line-height: 1.82;
}

.tg-text-link {
  display: inline-flex;
  margin-top: 14px;
  color: #ef7d00;
  font-size: 13px;
  font-weight: 800;
}

.tg-products__visual img,
.tg-service figure img,
.tg-contact-hero figure img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 22px 55px #07192e22;
}

.tg-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.tg-category-grid a {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
  border: 1px solid #e6ebf1;
  color: #111827;
  transition: .2s;
}

.tg-category-grid a:hover {
  border-color: #ef7d00;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px #07192e14;
}

.tg-category-grid small {
  color: #ef7d00;
  font-size: 11px;
  font-weight: 800;
}

.tg-category-grid strong {
  font-size: 18px;
  line-height: 1.25;
}

.tg-category-grid span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.tg-featured {
  padding: 92px 0;
  background: #fff;
}

.tg-section-head {
  max-width: 680px;
  margin-bottom: 28px;
}

.tg-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tg-product-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e6ebf1;
  background: #fff;
}

.tg-product-card__image {
  height: 210px;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #f5f7fa;
}

.tg-product-card__image img {
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
}

.tg-product-card div {
  padding: 20px;
}

.tg-product-card small {
  color: #ef7d00;
  font-size: 11px;
  font-weight: 800;
}

.tg-product-card h3 {
  margin: 8px 0 10px;
  font-size: 18px;
}

.tg-product-card h3 a {
  color: #111827;
}

.tg-product-card p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.65;
}

.tg-service {
  padding: 92px 0 110px;
  background: #111827;
  color: #fff;
}

.tg-service h2 {
  color: #fff;
}

.tg-service p {
  color: #c8d3df;
}

.tg-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0 28px;
}

.tg-service__list span {
  padding: 13px 14px;
  border: 1px solid #ffffff1f;
  background: #ffffff0b;
  color: #edf3f8;
  font-size: 12px;
  font-weight: 800;
}

.tg-contact-hero {
  padding: 82px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #fff 64%, #fff1df 100%);
}

.tg-contact-actions {
  padding: 0 0 58px;
  background: #fff;
}

.tg-contact-actions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: -34px;
  position: relative;
  z-index: 3;
}

.tg-contact-actions a {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  background: #111827;
  color: #fff;
  border: 1px solid #202938;
}

.tg-contact-actions small {
  color: #ef7d00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tg-contact-actions strong {
  margin: 9px 0;
  font-size: 20px;
}

.tg-contact-actions span {
  color: #c8d3df;
  font-size: 13px;
}

.tg-contact-main {
  padding: 58px 0 100px;
  background: #fff;
}

.tg-quote-panel {
  align-self: stretch;
  padding: 42px;
  background: #f5f7fa;
  border: 1px solid #e6ebf1;
}

.tg-quote-panel ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.tg-quote-panel li {
  padding: 15px 16px;
  background: #fff;
  border-left: 3px solid #ef7d00;
  color: #344054;
  font-size: 14px;
}

.tg-address-panel {
  align-self: stretch;
  padding: 42px;
  border: 1px solid #e6ebf1;
}

.tg-address-panel h2 {
  margin: 0 0 18px;
  color: #111827;
}

.tg-address-panel dl,
.tg-address-panel dd {
  margin: 0;
}

.tg-address-panel dl {
  display: grid;
  gap: 14px;
}

.tg-address-panel dt {
  color: #ef7d00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tg-address-panel dd {
  color: #344054;
  line-height: 1.7;
}

.tg-address-panel iframe {
  width: 100%;
  height: 260px;
  margin-top: 26px;
  border: 0;
  filter: grayscale(.12);
}

@media (max-width: 980px) {
  .ma-header-contact {
    margin-left: auto;
  }

  .ma-submenu {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f5f7fa;
  }

  .tg-hero__inner,
  .tg-products__grid,
  .tg-service__grid,
  .tg-contact-hero__grid,
  .tg-contact-main__grid {
    grid-template-columns: 1fr;
  }

  .tg-hero__rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .tg-category-grid,
  .tg-featured__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .ma-header-contact {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .tg-hero,
  .tg-hero__inner {
    min-height: 760px;
  }

  .tg-hero__copy h1,
  .tg-products__copy h2,
  .tg-section-head h2,
  .tg-service h2,
  .tg-contact-hero h1,
  .tg-quote-panel h2 {
    font-size: 34px;
  }

  .tg-signal {
    margin-top: 0;
  }

  .tg-signal__grid,
  .tg-hero__rail,
  .tg-category-grid,
  .tg-featured__grid,
  .tg-service__list,
  .tg-contact-actions__grid {
    grid-template-columns: 1fr;
  }

  .tg-products,
  .tg-featured,
  .tg-service,
  .tg-contact-hero,
  .tg-contact-main {
    padding: 60px 0;
  }

  .tg-quote-panel,
  .tg-address-panel {
    padding: 26px;
  }
}
