body.public-site-v2 .navbar-default .navbar-nav > li:last-child > a {
  border: 1px solid rgba(245,157,5,0.62);
}

body.public-site-v2 .navbar-default .navbar-nav > li:last-child.active > a,
body.public-site-v2 .navbar-default .navbar-nav > li:last-child.active > a:hover,
body.public-site-v2 .navbar-default .navbar-nav > li:last-child.active > a:focus {
  color: #ffffff;
  background: #f59d05;
  border-color: #f59d05;
  box-shadow: 0 10px 22px rgba(245,157,5,0.22);
}

body.page-about .about-intro-section,
body.page-about .history-section {
  padding: 72px 0;
}

body.page-about .about-intro-section .container,
body.page-about .history-section .container {
  max-width: 1180px;
}

body.page-about .about-corporate-intro,
body.page-about .about-metrics-strip,
body.page-about .about-corporate-card,
body.page-about .about-history-row {
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(18,32,42,0.07);
}

body.page-about .about-corporate-intro {
  padding: 44px;
}

body.page-about .about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #b15f00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.page-about .about-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #f59d05;
  border-radius: 999px;
}

body.page-about .about-corporate-intro h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #14212b;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.14;
}

body.page-about .about-corporate-intro p {
  max-width: 900px;
  margin: 0 0 16px;
  color: #536873;
  font-size: 16px;
  line-height: 1.72;
}

body.page-about .about-corporate-intro .about-lead {
  color: #314450;
  font-size: 19px;
  line-height: 1.68;
}

body.page-about .about-metrics-strip {
  padding: 0;
  margin-top: 24px;
  overflow: hidden;
}

body.page-about .about-metrics-strip .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
}

body.page-about .about-metrics-strip .branch,
body.page-about .about-metrics-strip .employee,
body.page-about .about-metrics-strip .delivery {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  float: none;
  width: auto;
  min-width: 0;
  min-height: 150px;
  padding: 28px;
  color: #14212b;
  background: #ffffff;
  border: 0;
  border-right: 1px solid #e5eef1;
  border-radius: 0;
}

body.page-about .about-metrics-strip .delivery {
  border-right: 0;
}

body.page-about .about-metrics-strip i {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: 52px;
  height: 52px;
  margin: 0;
  float: none;
  color: #ffffff;
  background: #0f9f82;
  border-radius: 16px;
  font-size: 22px;
}

body.page-about .about-metrics-strip .number-info {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  min-width: 0;
  overflow: visible;
}

body.page-about .about-metrics-strip .number-info strong {
  display: block;
  color: #14212b;
  font-size: 38px;
  line-height: 1;
  white-space: normal;
}

body.page-about .about-metrics-strip .facts-description {
  display: block;
  max-width: none;
  margin-top: 8px;
  color: #536873;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

body.page-about .about-corporate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

body.page-about .about-corporate-card {
  min-height: 190px;
  padding: 28px;
  border-left: 4px solid #0f9f82;
}

body.page-about .about-corporate-card-large {
  min-height: 0;
}

body.page-about .about-card-label {
  display: block;
  margin-bottom: 14px;
  color: #14212b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

body.page-about .about-corporate-card p {
  margin: 0;
  color: #536873;
  font-size: 15px;
  line-height: 1.7;
}

body.page-about .history-section {
  background: #ffffff;
}

body.page-about .about-section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

body.page-about .about-section-heading h2 {
  margin: 0;
  color: #14212b;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.18;
}

body.page-about .about-history-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

body.page-about .about-history-item {
  padding: 30px;
  border-right: 1px solid #e5eef1;
}

body.page-about .about-history-item:last-child {
  border-right: 0;
}

body.page-about .about-history-item .year,
body.page-about .about-history-item .title {
  display: block;
}

body.page-about .about-history-item .year {
  color: #b15f00;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

body.page-about .about-history-item .title {
  min-height: 44px;
  margin-top: 10px;
  color: #14212b;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

body.page-about .about-history-item p {
  margin: 18px 0 0;
  color: #536873;
  font-size: 15px;
  line-height: 1.68;
}

body.page-contact .contact-info-section {
  padding-top: 64px;
  background: #f8fbfb;
}

body.page-contact .contact-info-section .container {
  max-width: 1180px;
}

body.page-contact .contact-info-section .text-center {
  max-width: 1120px;
  padding: 28px 32px;
  margin: 0 auto 16px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(18,32,42,0.07);
}

body.page-contact .section-title {
  margin-bottom: 10px;
}

body.page-contact .section-sub {
  max-width: 980px;
}

body.page-contact .section-sub strong {
  display: inline-block;
  margin: 2px 3px;
  padding: 2px 8px;
  color: #14212b;
  background: #fff2d8;
  border-radius: 999px;
  font-weight: 800;
}

body.page-contact .content-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  max-width: 1120px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

body.page-contact .content-row > [class*="col-"] {
  float: none;
  width: auto;
  min-width: 0;
  padding: 0;
}

body.page-contact .content-row > .col-md-7 {
  width: 100%;
  max-width: 1120px;
  order: 1;
  justify-self: stretch;
}

body.page-contact .content-row > .col-md-5 {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  order: 2;
}

body.page-contact .contact-map,
body.page-contact .contact-info {
  margin: 0;
  background: #ffffff;
  border: 1px solid #e5eef1;
  border-radius: 22px;
  box-shadow: 0 20px 55px rgba(18,32,42,0.08);
}

body.page-contact .content-row > .col-md-7 .contact-map {
  padding: 42px 46px;
  margin-top: 0;
}

body.page-contact .content-row > .col-md-7 .contact-map h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px;
}

body.page-contact .content-row > .col-md-5 .contact-info,
body.page-contact .content-row > .col-md-5 .contact-map {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 210px;
  padding: 28px;
}

body.page-contact .content-row > .col-md-5 .contact-info h3,
body.page-contact .content-row > .col-md-5 .contact-map h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

body.page-contact .contact-info address {
  margin-bottom: 0;
  color: #536873;
  line-height: 1.65;
}

body.page-contact .content-row > .col-md-5 .contact-map img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

body.page-contact #mainContact .form-group {
  margin-bottom: 18px;
}

body.page-contact #mainContact label {
  margin-bottom: 7px;
}

body.page-contact #mainContact .form-control {
  width: 100%;
  min-height: 48px;
}

body.page-contact #mainContact textarea.form-control {
  min-height: 170px;
}

body.page-contact #mainContact .row {
  margin-right: -10px;
  margin-left: -10px;
}

body.page-contact #mainContact .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

body.page-contact #mainContact .row > #btnFormContact,
body.page-contact #mainContact .row > #resBtn {
  margin-right: 10px;
  margin-left: 10px;
}

body.page-contact #captcha {
  width: 100%;
  max-width: 300px;
}

body.page-about .about-metrics-strip > .row::before,
body.page-about .about-metrics-strip > .row::after {
  display: none !important;
  content: none !important;
}

body.page-about .about-metrics-strip > .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-about .about-metrics-strip .branch,
body.page-about .about-metrics-strip .employee,
body.page-about .about-metrics-strip .delivery {
  width: auto !important;
  max-width: none !important;
}

@media (max-width: 991px) {
  body.page-about .about-corporate-grid,
  body.page-about .about-history-row {
    grid-template-columns: 1fr;
  }

  body.page-about .about-history-item,
  body.page-about .about-history-item:last-child {
    border-right: 0;
    border-bottom: 1px solid #e5eef1;
  }

  body.page-about .about-history-item:last-child {
    border-bottom: 0;
  }

  body.page-contact .contact-info-section .text-center,
  body.page-contact .content-row {
    max-width: 820px;
  }

  body.page-contact .content-row > .col-md-5 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body.page-about .about-intro-section,
  body.page-about .history-section,
  body.page-contact .contact-info-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  body.page-about .about-corporate-intro,
  body.page-about .about-corporate-card,
  body.page-about .about-history-item,
  body.page-contact .contact-info-section .text-center,
  body.page-contact .content-row > .col-md-7 .contact-map,
  body.page-contact .content-row > .col-md-5 .contact-info,
  body.page-contact .content-row > .col-md-5 .contact-map {
    padding: 24px;
  }

  body.page-about .about-corporate-intro h2 {
    font-size: 30px;
  }

  body.page-about .about-corporate-intro .about-lead {
    font-size: 17px;
  }

  body.page-about .about-metrics-strip .row,
  body.page-contact .content-row > .col-md-5 {
    grid-template-columns: 1fr;
  }

  body.page-about .about-metrics-strip .branch,
  body.page-about .about-metrics-strip .employee,
  body.page-about .about-metrics-strip .delivery {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e5eef1;
  }

  body.page-about .about-metrics-strip .delivery {
    border-bottom: 0;
  }

  body.page-about .about-section-heading h2,
  body.page-contact .content-row > .col-md-7 .contact-map h3 {
    font-size: 28px;
  }

  body.page-contact .content-row {
    gap: 16px;
  }

  body.page-contact #mainContact .row {
    margin-right: 0;
    margin-left: 0;
  }

  body.page-contact #mainContact .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  body.page-contact #mainContact .row > #btnFormContact,
  body.page-contact #mainContact .row > #resBtn {
    margin-right: 0;
    margin-left: 0;
  }

  body.page-contact #captcha {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  body.page-about .about-corporate-intro,
  body.page-about .about-corporate-card,
  body.page-about .about-history-item,
  body.page-contact .contact-info-section .text-center,
  body.page-contact .content-row > .col-md-7 .contact-map,
  body.page-contact .content-row > .col-md-5 .contact-info,
  body.page-contact .content-row > .col-md-5 .contact-map {
    padding: 20px;
  }

  body.page-about .about-metrics-strip .branch,
  body.page-about .about-metrics-strip .employee,
  body.page-about .about-metrics-strip .delivery {
    grid-template-columns: 1fr;
  }

  body.page-about .about-metrics-strip i,
  body.page-about .about-metrics-strip .number-info {
    grid-column: auto;
    grid-row: auto;
  }

  body.page-about .about-metrics-strip .number-info strong {
    font-size: 32px;
  }

  body.page-contact .section-sub strong {
    margin-left: 0;
    margin-right: 0;
  }
}
