:root {
  --brand: #598d38;
  --brand-dark: #285a25;
  --brand-mid: #477a2d;
  --brand-light: #91aa55;
  --ink: #171717;
  --muted: #777b76;
  --line: rgba(89, 141, 56, .7);
  --soft: #eff0ec;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  overflow-x: hidden;
}

#main {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}
/*
.container {
  max-width: 1140px;
}*/
.pt135 {
  padding-top:135px;
}
.section-pad {
  padding: 100px 0;
}

.section-dark {
  color: #fff;
}

.site-header {
  position: relative;
  z-index: 10;
}

.nav-shell {
  min-height: 124px;
}

.navbar-brand img {
  height: auto;
  width: 164px;
}

.navbar-toggler {
  border: 0;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  gap: 27px;
}

.nav-link {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 22px 0;
  position: relative;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--brand);
}
.nav-link.active {
color: #929292 !important;
}

.nav-link.active::after {
  background: var(--brand);
  bottom: 9px;
  content: "";
  height: 10px;
  left:7px;
  position: absolute;
  width: 10px;
}

.hero {
  background: url("../img/hero.webp") center / cover no-repeat;
  min-height: 805px;
  position: relative;
}

.hero-content {
  align-items: center;
  display: flex;
  min-height: 805px;
}

.hero h1 {
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 500;
  line-height: 1.08;
  margin: 170px 0 22px;
}

.hero-lead {
  display: grid;
  font-size: 23px;
  grid-template-columns: 17px minmax(0, 470px);
  gap: 23px;
  line-height: 1.15;
  margin: 0;
}

.hero-lead span {
  background: var(--brand);
  height: 17px;
  margin-top: 4px;
  width: 17px;
}

.scroll-cue {
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 999px;
  bottom: 42px;
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 22px;
}

.scroll-cue::before {
  animation: scrollDot 1.8s infinite;
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 5px;
}

.photo-info {
  bottom: 15px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 1.2;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  z-index: 2;
}

.photo-info.is-author {
  letter-spacing: .08em;
}

.photo-info:hover,
.photo-info:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.intro {
  background: url("../img/dots.svg") top -200px center  no-repeat;
  min-height: 410px;
  overflow: hidden;
  position: relative;
}

.intro-pattern {
  display: none;
}

.intro-copy {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 34px;
  max-width: 635px;
}

.btn {
  --bs-btn-border-radius: 3px;
  --bs-btn-padding-x: 25px;
  --bs-btn-padding-y: 11px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  min-width: 140px;
  box-shadow:none !important;
}

.btn-brand {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--brand-dark);
  --bs-btn-hover-border-color: var(--brand-dark);
  --bs-btn-hover-color: #fff;
  background: #5B9339;
  background-image: none;
}

.btn-outline-brand {
  --bs-btn-border-color: var(--brand);
  --bs-btn-color: #111;
  --bs-btn-hover-bg: var(--brand);
  --bs-btn-hover-border-color: var(--brand);
  --bs-btn-hover-color: #fff;
}

.btn-light-brand {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-color: #111;
  --bs-btn-hover-bg: var(--brand);
  --bs-btn-hover-border-color: var(--brand);
  --bs-btn-hover-color: #fff;
}

.eyebrow {
  background: var(--soft);
  color: #929292;
  display: inline-flex;
  font-size: 15px; 
  font-weight: 400;
  margin-bottom: 52px;
  padding: 12px 19px;
  text-transform: uppercase;
}

.services {
  padding-top: 42px;
}

.services h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 55px;
  max-width: 540px;
}

.service-list {
  margin-bottom: 18px;
}

.service-list a {
  border-bottom: 1px solid var(--line);
  display: block;
  font-size: 21px;
  font-weight: 600;
  padding: 11px 0 12px;
  text-transform: uppercase;
}

.service-list a:hover {
  color: var(--brand);
}

.services-img {
  height: 620px;
  object-fit: cover;
  object-position: center;
  width: 300px;
}

.why {
  background: url("../img/whytechdrill.webp") center / cover no-repeat;
  padding: 58px 0 82px;
}

.eyebrow-light {
  background: #fff;
  color: #7d817d;
  margin-bottom: 84px;
}

.why-grid {
  margin-bottom: 66px;
}

.why-icon {
  height: 85px;
  margin: 0 auto 51px;
  width: auto;
}

.why-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.why h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 23px;
}

.why p {
  font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.25px;
  margin: 0 auto;
  max-width: 292px;
}

.proof {
  overflow: hidden;
  padding-bottom: 138px;
  padding-top: 112px;
  position: relative;
}

.proof-dots {
  background: url("../img/dots-round.svg") center / contain no-repeat;
  height: 620px;
  opacity: .45;
  position: absolute;
  right: 0px;
  top: 50px;
  width: 720px;
}

.project-badge {
  max-width: 459px;
  position: relative;
  z-index: 1;
  margin-bottom: 150px;
}

.project-badge img {
  height: auto;
  width: 459px;
}

.proof-cards {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 102px;
  position: relative;
  z-index: 1;
}

.proof-card {
  color: #fff;
  min-height: 477px;
  padding: 50px 26px 36px;
}

.proof-card:nth-child(2) {
  margin-top: -66px;
}

.proof-card:nth-child(3) {
  margin-top: -135px;
}

.proof-card-dark {
  background: #285a25;
}

.proof-card-mid {
  background: #4c7b2d;
}

.proof-card-light {
  background: var(--brand-light);
}

.proof-card h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 32px;
}

.proof-card p,
.proof-card li {
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0.25px;
}

.proof-card ul {
  margin-bottom: 28px;
  padding-left: 22px;
}

.proof-card a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  margin-top: 23px;
}

.proof-card a .bi-arrow-right {
  transition: transform .2s ease;
}

.proof-card a:hover .bi-arrow-right,
.proof-card a:focus .bi-arrow-right {
  transform: translateX(5px);
}

.proof-card a:hover {
  color: rgba(255, 255, 255, .78);
}

.cta {
  background: url("../img/stopka.webp") center / cover no-repeat;
  padding: 130px 0 118px;
}

.cta h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 28px;

  
}

.cta p {

  line-height: 1.08;
  margin: 0 auto 58px;
  max-width: 780px;


font-size: 22px;
color: #FFFFFF;
text-align: center;
}

.site-footer {
  background: #000;
  color: #fff;
  padding: 70px 0 40px;
}

.footer-logo {
  margin-bottom: 48px;
  width: 224px;
}

.footer-contact {
  display: grid;
  gap: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact li {
  align-items: start;
  display: grid;
  font-size: 15px;
  font-weight: 700;
  gap: 18px;
  grid-template-columns: 22px 1fr;
}

.footer-contact i {
  color: #9f9f9f;
  font-size: 18px;
}

.footer-contact span {
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.subpage-hero {
  align-items: center;
  background: url("../img/whytechdrill.webp") center / cover no-repeat;
  display: flex;
  min-height: 130px;
}

.subpage-hero h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}

.about-main {
  padding-bottom: 72px;
}

.about-main h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 20px;
  max-width: 560px;
}

.about-main p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 430px;
}

.about-main-img {
  height: 506px;
  object-fit: cover;
  object-position: center;
  width: 380px;
}

.about-text-blocks {
  padding: 0 0 28px;
}

.about-copy {
  max-width: 460px;
}

.about-copy h2 {
  border-bottom: 6px solid var(--brand);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 22px;
  padding-bottom: 22px;
} 

.h23 {
  border-bottom: 6px solid #4F772D !important;
}

 .h24 {
  border-bottom: 6px solid #31572C !important;
 }


.about-copy p,
.about-copy li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.18;
  margin-bottom: 0;
}

.about-copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.about-copy-left {
  margin-left: 0;
}

.about-copy-center {
  margin: 68px auto 0;
}

.about-copy-right {
  margin: 68px 0 0 auto;
}

.about-map {
  min-height: 715px;
  overflow: hidden;
  position: relative;
}

.looking-ahead {
  background: var(--brand-light);
  color: #fff;
  margin-top: 315px;
  max-width: 470px;
  padding: 52px 42px;
  position: relative;
  z-index: 2;
}

.looking-ahead span {
  background: var(--brand-light);
  height: 32px;
  position: absolute;
  right: -32px;
  top: -32px;
  width: 32px;
}

.looking-ahead h2 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 28px;
}

.looking-ahead p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}

.europe-map {
  bottom: 38px;
  max-width: none;
  opacity: .9;
  position: absolute;
  right: -28px;
  width: 760px;
}

.contact-title {
  min-height: 130px;
}

.standard-page {
  padding-top: 82px;
}

 

.standard-page-content > *:first-child {
  margin-top: 0;
}

.standard-page-content h2,
.standard-page-content h3,
.standard-page-content h4 {
   font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 20px;
 
}

.standard-page-content p,
.standard-page-content li {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
}

.standard-page-content a {
  color: var(--brand);
  font-weight: 700;
}

.my-100 {
  margin-top:100px !important;
  margin-bottom: 100px !important;
}
.standard-page-content img {
  height: auto;
}

.standard-page-content .wp-block-columns.align-items-vertcenter {
  align-items: center !important;
}

.standard-page-content .wp-block-columns.align-items-vertcenter > .wp-block-column:first-child {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.standard-page-content > .wp-block-columns:not(.twocolors) {
  gap: 18px !important;
  align-items: stretch !important;
}

.standard-page-content > .wp-block-columns:not(.twocolors) > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}

.standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns {
  gap: 18px !important;
  align-items: stretch !important;
}

.standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
  align-items: center;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
  padding: 28px 18px 24px;
  text-align: center;
}
.imagehov:hover {
  opacity: 0.7 !important;
}
.standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > p:first-child {
  color: var(--brand-dark);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 18px;
  order: 1;
}

.standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > figure {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: center;
  margin: 0 0 5px;
  order: 2;
  width: 100%;
}

.standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > figure img {
  height: 64px;
  object-fit: contain;
  width: 64px;
}

.standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > h3 {
  display: flex;
  align-items: center;
  flex: 1;
  font-size:18px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.08;
  margin: 0;
 
 
  order: 3;
}

.standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column::after {
  background: var(--brand);
  content: "";
  display: block;
  height: 4px;
  margin-top: 0px;
  order: 4;
  width: 46px;
}

.standard-page-content .wp-block-columns.twocolors {
  gap: 18px !important;
  align-items: stretch !important;
  margin: 74px 0;
}

.standard-page-content .wp-block-columns.twocolors > .wp-block-column {
  background: linear-gradient(90deg, rgba(17, 74, 20, .96), rgba(17, 74, 20, .78)), url("../img/hero-drilling.jpg") center / cover no-repeat;
  color: #fff;
  flex-basis: 0;
  flex-grow: 1;
  min-height: 380px;
  padding: 66px 54px 52px;
  position: relative;
}

.standard-page-content .wp-block-columns.twocolors > .wp-block-column:nth-child(2) {
  background: linear-gradient(90deg, rgba(91, 147, 57, .94), rgba(91, 147, 57, .72)), url("../img/project-rig.jpg") center / cover no-repeat;
}

 

.standard-page-content .wp-block-columns.twocolors p,
.standard-page-content .wp-block-columns.twocolors li {
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.standard-page-content .wp-block-columns.twocolors p {
  margin-bottom: 24px;
}

.standard-page-content .wp-block-columns.twocolors p:first-child {
  font-size: 25px;
  line-height: 1.08;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.standard-page-content .wp-block-columns.twocolors p:first-child strong {
  font-weight: 800;
}

.standard-page-content .wp-block-columns.twocolors ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.standard-page-content .wp-block-columns.twocolors li {
  display: grid;
  gap: 14px;
  grid-template-columns: 18px 1fr;
  margin: 0;
}

.standard-page-content .wp-block-columns.twocolors li::before {
  border: 2px solid #fff;
  content: "";
  height: 12px;
  margin-top: 5px;
  width: 12px;
}

.standard-page-content .wp-block-columns.howwework {
  gap: 0 !important;
  margin: 72px 0;
}

.standard-page-content .wp-block-columns.howwework > .wp-block-column {
  padding: 0 54px 0 0;
  position: relative;
}

.standard-page-content .wp-block-columns.howwework > .wp-block-column + .wp-block-column {
  padding: 0 0 0 54px;
}

.standard-page-content .wp-block-columns.howwework > .wp-block-column::before {
  background: var(--brand);
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 22px;
  width: 46px;
}

.standard-page-content .wp-block-columns.howwework p {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.standard-page-content .wp-block-columns.howwework h3 {
  font-size: 19px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.standard-page-content .wp-block-columns.tripplecolors {
  align-items: flex-start !important;
  gap: 0 !important;
  margin: 82px 0;
}

.standard-page-content .wp-block-columns.tripplecolors > .wp-block-column {
  background: var(--brand-dark);
  color: #fff;
  flex-basis: 0;
  flex-grow: 1;
  min-height: 460px;
  padding: 50px 34px 44px;
}

.standard-page-content .wp-block-columns.tripplecolors > .wp-block-column:nth-child(2) {
  background: #477a2d;
  margin-top: 58px;
}

.standard-page-content .wp-block-columns.tripplecolors > .wp-block-column:nth-child(3) {
  background: var(--brand-light);
  margin-top: 116px;
}

.standard-page-content .wp-block-columns.tripplecolors p,
.standard-page-content .wp-block-columns.tripplecolors li,
.standard-page-content .wp-block-columns.tripplecolors p a, .standard-page-content .wp-block-columns.tripplecolors a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}
.standard-page-content .wp-block-columns.tripplecolors p a, .standard-page-content .wp-block-columns.tripplecolors a  {

  text-decoration: underline;
}
.standard-page-content .wp-block-columns.tripplecolors p {
  margin-bottom: 22px;
}

.standard-page-content .wp-block-columns.tripplecolors h2,
.standard-page-content .wp-block-columns.tripplecolors h3 {
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 30px;
}

.standard-page-content .wp-block-columns.tripplecolors h2 strong,
.standard-page-content .wp-block-columns.tripplecolors h3 strong,
.standard-page-content .wp-block-columns.tripplecolors p strong,
.standard-page-content .wp-block-columns.tripplecolors li strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.standard-page-content .wp-block-columns.tripplecolors ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.standard-page-content .wp-block-columns.tripplecolors li {
  display: grid;
  gap: 16px;
  grid-template-columns: 10px 1fr;
  margin: 0;
}

.standard-page-content .wp-block-columns.tripplecolors li::before {
  background: #fff;
  content: "";
  height: 8px;
  margin-top: 6px;
  width: 8px;
}

.services-page-intro {
  padding-bottom: 86px;
}

.services-page-intro h2 {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.16;
  margin-bottom: 24px;
  max-width: 620px;
}

.services-page-intro p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 610px;
}

.services-page-image {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.services-page-list {
  background: var(--soft);
  overflow: hidden;
  padding: 82px 0 96px;
  position: relative;
}

.services-page-list::after {
  background: url("../img/dots-round.svg") center / contain no-repeat;
  content: "";
  height: 480px;
  opacity: .18;
  position: absolute;
  right: -120px;
  top: 20px;
  width: 520px;
}

.services-page-list-header {
  margin-bottom: 42px;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.services-page-list-header .eyebrow {
  background: #fff;
  margin-bottom: 24px;
}

.services-page-list-header p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
  margin: 0;
}

.services-page-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.services-page-card {
  background: #fff;
  min-height: 180px;
  padding: 28px 26px;
  transition: background-color .2s ease, color .2s ease;
}

.services-page-card span {
  color: var(--brand);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 44px;
}

.services-page-card h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}

.services-page-card:hover {
  background: var(--brand-dark);
  color: #fff;
}

.services-page-card:hover span {
  color: #fff;
}

.services-page-delivery {
  padding-bottom: 70px;
}

.services-page-panels {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-page-panel {
  color: #fff;
  min-height: 450px;
  padding: 54px 44px 48px;
}

.services-page-panel:nth-child(2) {
  margin-top: 72px;
}

.services-page-panel-dark {
  background: var(--brand-dark);
}

.services-page-panel-light {
  background: var(--brand-light);
}

.services-page-panel h2,
.services-page-note h2 {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.16;
  margin-bottom: 28px;
}

.services-page-panel p,
.services-page-panel li {
  font-size: 16px;
  line-height: 1.48;
}

.services-page-panel ul {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding-left: 22px;
}

.services-page-approach {
  padding: 0 0 112px;
}

.services-page-note {
  border-top: 8px solid var(--brand);
  padding-top: 30px;
}

.services-page-note-accent {
  border-color: var(--brand-light);
}

.services-page-note p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
}

.hse-intro {
  overflow: hidden;
  padding-bottom: 82px;
  position: relative;
}

.hse-intro::after {
  background: url("../img/dots-round.svg") center / contain no-repeat;
  content: "";
  height: 520px;
  opacity: .16;
  position: absolute;
  right: -160px;
  top: 18px;
  width: 580px;
}

.hse-intro-grid {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  position: relative;
  z-index: 1;
}

.hse-intro h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
  max-width: 560px;
}

.hse-intro-text {
  border-left: 8px solid var(--brand);
  padding-left: 34px;
}

.hse-intro-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}

.hse-panels {
  padding: 20px 0 88px;
}

.hse-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hse-panel {
  color: #fff;
  min-height: 520px;
  padding: 48px 34px 40px;
}

.hse-panel:nth-child(2) {
  margin-top: 58px;
}

.hse-panel:nth-child(3) {
  margin-top: 116px;
}

.hse-panel-dark {
  background: var(--brand-dark);
}

.hse-panel-mid {
  background: #4c7b2d;
}

.hse-panel-light {
  background: var(--brand-light);
}

.hse-panel span {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 36px;
}

.hse-panel h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 28px;
}

.hse-panel p,
.hse-panel li {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.hse-panel ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.hse-panel li {
  display: grid;
  gap: 12px;
  grid-template-columns: 14px 1fr;
}

.hse-panel li::before {
  background: #fff;
  content: "";
  height: 8px;
  margin-top: 7px;
  width: 8px;
}

.hse-approach {
  padding-top: 54px;
}

.hse-standard-card {
  background: var(--soft);
  border-top: 10px solid var(--brand);
  min-height: 360px;
  padding: 48px 42px;
}

.hse-standard-card span {
  color: var(--brand);
  display: block;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 42px;
}

.hse-standard-card h2,
.hse-approach h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 24px;
}

.hse-standard-card p,
.hse-approach p,
.hse-checklist li {
  font-size: 16px;
  line-height: 1.55;
}

.hse-checklist {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.hse-checklist li {
  border-bottom: 1px solid rgba(89, 141, 56, .35);
  display: grid;
  gap: 14px;
  grid-template-columns: 18px 1fr;
  padding-bottom: 14px;
}

.hse-checklist li::before {
  background: var(--brand);
  content: "";
  height: 12px;
  margin-top: 6px;
  width: 12px;
}

.contact-lead {
  padding: 90px 0;
}

.contact-lead p {
  display: grid;
  font-size: 25px;
  font-weight: 500;
  grid-template-columns: 19px minmax(0, 570px);
  gap: 20px;
  line-height: 1.14;
  margin: 0;
  max-width: 680px;
}

.contact-lead span {
  background: var(--brand);
  height: 19px;
  margin-top: 5px;
  width: 19px;
}

.contact-panel {
  background: linear-gradient(90deg, #fff 0 50%, #000 50% 100%);
}

.contact-form-wrap,
.contact-info-wrap {
  min-height: 668px;
  padding: 72px 72px 64px 6px;
}

.contact-info-wrap {
  background: #000;
  padding-left: 72px;
  padding-right: 0;
}

.contact-form-wrap h2,
.contact-info-wrap h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 50px;
  max-width: 420px;
}

.contact-form {
  max-width: 406px;
}

.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color:#1C1C1C;
  letter-spacing: .08em;
  margin: 0 0 7px 0px;
  text-transform: uppercase;
}
.reddot {
  color:red !important;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #c7c7c7;
  border-radius: 0;
  display: block;
  font: inherit;
  margin-bottom: 13px;
  min-height: 39px;
  padding: 8px 10px;
  width: 100%;
}

.contact-form textarea {
  min-height: 103px;
  resize: vertical;
}

.contact-form .btn {
  display: block;
  margin: 42px auto 0;
  min-width: 176px;
}

.contact-form input[type="submit"] {
  background: #5B9339;
  border: 1px solid #5B9339;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 42px auto 0;
  min-height: 44px;
  min-width: 176px;
  padding: 11px 25px;
  text-transform: none;
  width: auto;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.contact-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-response-output {
  font-size: 13px;
}

.contact-detail {
  margin-bottom: 26px;
}

.contact-detail span {
  color: #c8c8c8;
  display: block;
  font-size: 11px;
  letter-spacing: .16em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-detail a {
  color: var(--brand);
  font-size: 26px;
  font-weight: 500;
}

.contact-detail a:hover {
  color: #fff;
}

.poland-map-wrap {
  margin: 10px 0 8px 90px;
  max-width: 300px;
}

.location-detail {
  margin-top: -58px;
}

.location-detail strong {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.contact-dots {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  height: 360px;
  overflow: hidden;
  padding-top: 42px;
}

.contact-dots img {
  opacity: .43;
  max-width: none;
  width: 760px;
}

.footer-nav {
  display: grid;
  gap: 23px;
}

.site-footer .footer-nav ul,
.site-footer .footer-nav .menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  column-gap: 58px;
  row-gap: 23px;
}

.site-footer .footer-nav li,
.site-footer .footer-nav .menu-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-footer .footer-nav li::marker {
  content: "";
}

.site-footer .footer-nav a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.site-footer .footer-nav a:hover,
.footer-contact a:hover {
  color: var(--brand);
}

.back-top {
  color: #bdbdbd;
  display: inline-flex;
  font-size: 56px;
  line-height: 1;
}

.back-top:hover {
  color: var(--brand);
}

.footer-bottom {
  color: #8f8f8f;
  font-size: 13px;
  margin-top: 72px;
}

.footer-bottom p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scrollDot {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav {
    gap: 18px;
  }

  .nav-link {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 960px;
  }

  .nav-shell {
    min-height: 92px;
  }

  .navbar-brand img {
    width: 142px;
  }

  .navbar-collapse {
    border-top: 1px solid #ececec;
    padding: 18px 0;
  }

  .navbar-nav {
    align-items: stretch !important;
    gap: 0;
    text-align: right;
  }

  .nav-link {
    padding: 10px 22px 10px 0;
  }

  .nav-link.active::after {
    bottom: 13px;
    left: auto;
    right: 0;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero h1 {
    margin-top: 80px;
  }

  .section-pad {
    padding: 86px 0;
  }

  .services {
    padding-top: 20px;
  }

  .services-img {
    height: 560px;
    width: 100%;
  }

  .standard-page-content > .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .standard-page-content > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }

  .standard-page-content .wp-block-columns.twocolors {
    flex-wrap: wrap !important;
  }

  .standard-page-content .wp-block-columns.twocolors > .wp-block-column {
    flex-basis: 100% !important;
    min-height: auto;
  }

  .standard-page-content .wp-block-columns.howwework {
    flex-wrap: wrap !important;
  }

  .standard-page-content .wp-block-columns.howwework > .wp-block-column,
  .standard-page-content .wp-block-columns.howwework > .wp-block-column + .wp-block-column {
    border-left: 0;
    flex-basis: 100% !important;
    padding: 0;
  }

  .standard-page-content .wp-block-columns.howwework > .wp-block-column + .wp-block-column {
    margin-top: 42px;
    padding-top: 42px;
  }

  .standard-page-content .wp-block-columns.tripplecolors {
    flex-wrap: wrap !important;
  }

  .standard-page-content .wp-block-columns.tripplecolors > .wp-block-column,
  .standard-page-content .wp-block-columns.tripplecolors > .wp-block-column:nth-child(2),
  .standard-page-content .wp-block-columns.tripplecolors > .wp-block-column:nth-child(3) {
    flex-basis: 100% !important;
    margin-top: 0;
    min-height: auto;
  }

  .services-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-page-panels {
    grid-template-columns: 1fr;
  }

  .services-page-panel,
  .services-page-panel:nth-child(2) {
    margin-top: 0;
    min-height: auto;
  }

  .hse-intro-grid {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .hse-panel-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .hse-panel,
  .hse-panel:nth-child(2),
  .hse-panel:nth-child(3) {
    margin-top: 0;
    min-height: auto;
  }

  .why {
    padding: 86px 0;
  }

  .proof-cards {
    gap: 0;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-top: 70px;
    max-width: 560px;
  }

  .proof-card,
  .proof-card:nth-child(2),
  .proof-card:nth-child(3) {
    margin-top: 0;
    min-height: auto;
    padding: 42px 32px;
  }

  .project-badge {
    grid-template-columns: 1fr;
  }

  .project-badge img {
    width: 100%;
  }

  .about-main-img {
    height: auto;
    width: 100%;
  }

  .about-copy,
  .about-copy-left,
  .about-copy-center,
  .about-copy-right {
    margin: 42px 0 0;
    max-width: 100%;
  }

  .about-map {
    min-height: auto;
    padding-bottom: 80px;
  }

  .looking-ahead {
    margin-top: 40px;
  }

  .europe-map {
    margin: 50px auto 0;
    position: static;
    width: 100%;
  }

  .contact-panel {
    background: #fff;
  }

  .contact-form-wrap,
  .contact-info-wrap {
    min-height: auto;
    padding: 56px 32px;
  }

  .contact-info-wrap {
    padding-left: 32px;
  }

  .contact-panel .contact-info-wrap {
    order: 1;
  }

  .contact-panel .contact-form-wrap {
    order: 2;
  }

  .poland-map-wrap {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 720px;
  }
.pt135 {
  padding-top:15px;
}
  .hero,
  .hero-content {
    min-height: 590px;
  }

  .hero h1 {
    font-size: 48px;
    line-height: 1.05;
  }

  .photo-info {
    bottom: 15px;
    right: 15px;
  }

  .hero-lead {
    font-size: 19px;
    grid-template-columns: 14px 1fr;
    gap: 15px;
  }

  .hero-lead span {
    height: 14px;
    width: 14px;
  }

  .intro-copy,
  .services h2,
  .services-page-intro h2,
  .services-page-list-header p,
  .cta p {
    font-size: 22px;
  }

  .services-page-grid {
    grid-template-columns: 1fr;
  }

  .services-page-card {
    min-height: auto;
  }

  .services-page-card span {
    margin-bottom: 30px;
  }

  .standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
    flex-basis: calc(50% - 9px) !important;
    min-height: 280px;
  }

  .services-page-panel {
    padding: 42px 30px;
  }

  .hse-intro h2 {
    font-size: 34px;
  }

  .hse-intro-text {
    padding-left: 24px;
  }

  .hse-panel {
    padding: 42px 30px;
  }

  .service-list a {
    font-size: 18px;
  }

  .eyebrow {
    margin-bottom: 44px;
  }

  .eyebrow-light {
    margin-bottom: 60px;
  }

  .why-grid {
    margin-bottom: 50px;
  }

  .proof-dots {
    right: -260px;
  }

  .cta h2 {
    font-size: 30px;
  }

  .subpage-hero h1 {
    font-size: 28px;
  }

  .about-main h2,
  .contact-lead p {
    font-size: 22px;
  }

  .contact-lead {
    padding: 64px 0;
  }

  .contact-lead p {
    grid-template-columns: 16px 1fr;
  }

  .contact-lead span {
    height: 16px;
    width: 16px;
  }

  .contact-detail a,
  .location-detail strong {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .section-pad {
    padding: 68px 0;
  }

  .hero {
    background-position: 54% center;
  }

  .hero,
  .hero-content {
    min-height: 540px;
  }

  .hero h1 {
    font-size: 42px;
    margin-top: 52px;
  }

  .hero-lead {
    max-width: 330px;
  }

  .btn {
    width: 100%;
  }

  .services-img {
    height: 430px;
  }

  .services-page-image {
    aspect-ratio: 16 / 11;
  }

  .services-page-list {
    padding: 64px 0;
  }

  .services-page-card {
    padding: 24px 22px;
  }

  .standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    min-height: 260px;
  }

  .standard-page-content .wp-block-columns.twocolors {
    margin: 54px 0;
  }

  .standard-page-content .wp-block-columns.twocolors > .wp-block-column {
    padding: 46px 28px 40px;
  }

  .standard-page-content .wp-block-columns.twocolors p:first-child {
    font-size: 22px;
  }

  .standard-page-content .wp-block-columns.howwework {
    margin: 54px 0;
  }

  .standard-page-content .wp-block-columns.howwework p:first-child {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .standard-page-content .wp-block-columns.tripplecolors {
    margin: 54px 0;
  }

  .standard-page-content .wp-block-columns.tripplecolors > .wp-block-column {
    padding: 40px 28px;
  }

  .standard-page-content .wp-block-columns.tripplecolors h2,
  .standard-page-content .wp-block-columns.tripplecolors h3 {
    font-size: 23px;
  }

  .standard-page-content > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column > h3 {
    font-size: 19px;
    min-height: 62px;
  }

  .services-page-panel h2,
  .services-page-note h2,
  .hse-standard-card h2,
  .hse-approach h2 {
    font-size: 24px;
  }

  .hse-intro h2 {
    font-size: 30px;
  }

  .hse-intro-text p {
    font-size: 18px;
  }

  .hse-standard-card {
    min-height: auto;
    padding: 38px 28px;
  }

  .hse-standard-card span {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .proof-card {
    padding: 34px 24px;
  }

  .project-badge img {
    width: 100%;
  }

  .site-footer {
    padding-top: 56px;
    text-align: center;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact li {
    grid-template-columns: 1fr;
    gap: 7px;
    justify-items: center;
  }

  .footer-nav {
    justify-items: center;
  }

  .site-footer .footer-nav ul,
  .site-footer .footer-nav .menu {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .back-top {
    justify-content: center;
    width: 100%;
  }
}
