@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap");
/* line 2, theme.scss */
:root {
  --ink:#17211d;
  --green:#183f32;
  --green2:#235b47;
  --sand:#e7dfcf;
  --paper:#f6f3ec;
  --line:rgba(23,33,29,.16);
  --white:#fff; }

/* line 2, theme.scss */
* {
  box-sizing: border-box; }

/* line 2, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 2, theme.scss */
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope,Arial,sans-serif; }

/* line 2, theme.scss */
.po-site {
  overflow: hidden; }

/* line 2, theme.scss */
.po-container {
  width: min(1180px, calc(100% - 48px));
  margin: auto; }

/* line 2, theme.scss */
.po-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff; }

/* line 2, theme.scss */
.po-header__inner {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 32px; }

/* line 2, theme.scss */
.po-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  min-width: max-content; }

/* line 2, theme.scss */
.po-brand__mark {
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Playfair Display",serif;
  font-size: 14px; }

/* line 2, theme.scss */
.po-brand b, .po-brand small {
  display: block; }

/* line 2, theme.scss */
.po-brand b {
  font-size: 14px;
  letter-spacing: .04em; }

/* line 2, theme.scss */
.po-brand small {
  font-size: 10px;
  opacity: .65;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* line 2, theme.scss */
.po-nav {
  display: flex;
  gap: 28px;
  margin-left: auto; }

/* line 2, theme.scss */
.po-nav a, .po-header > a {
  color: inherit;
  text-decoration: none;
  font-size: 13px; }

/* line 2, theme.scss */
.po-menu-btn {
  display: none; }

/* line 2, theme.scss */
.po-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font: 600 13px Manrope;
  letter-spacing: .02em;
  cursor: pointer; }

/* line 2, theme.scss */
.po-btn--small {
  min-height: 42px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55); }

/* line 2, theme.scss */
.po-hero {
  min-height: 790px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  background: linear-gradient(90deg, rgba(16, 43, 34, 0.95), rgba(16, 43, 34, 0.7)), radial-gradient(circle at 80% 20%, #557766, rgba(0, 0, 0, 0) 38%), #163b30; }

/* line 2, theme.scss */
.po-eyebrow, .po-section-head > span, .po-cta > div > span, .po-story > div > span {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 700;
  opacity: .72; }

/* line 2, theme.scss */
.po-hero h1, .po-section-head h2, .po-cta h2, .po-story h2 {
  font-family: "Playfair Display",serif;
  font-weight: 500;
  line-height: 1.02;
  margin: 25px 0; }

/* line 2, theme.scss */
.po-hero h1 {
  font-size: clamp(48px, 7vw, 88px);
  max-width: 980px; }

/* line 2, theme.scss */
.po-lead {
  font-size: 19px;
  line-height: 1.65;
  max-width: 710px;
  color: rgba(255, 255, 255, 0.78); }

/* line 2, theme.scss */
.po-hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px; }

/* line 2, theme.scss */
.po-hero .po-btn {
  background: var(--sand);
  border-color: var(--sand);
  color: var(--ink); }

/* line 2, theme.scss */
.po-link {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  font-size: 13px; }

/* line 2, theme.scss */
.po-section {
  padding: 115px 0; }

/* line 2, theme.scss */
.po-section-head {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: start;
  margin-bottom: 55px; }

/* line 2, theme.scss */
.po-section-head h2 {
  font-size: clamp(38px, 5vw, 64px);
  margin-top: 0; }

/* line 2, theme.scss */
.po-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; }

/* line 2, theme.scss */
.po-service-card {
  padding: 54px;
  background: #fff;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line); }

/* line 2, theme.scss */
.po-service-card--dark {
  background: var(--green);
  color: #fff;
  border-color: var(--green); }

/* line 2, theme.scss */
.po-card-no {
  font: 500 44px "Playfair Display";
  opacity: .25; }

/* line 2, theme.scss */
.po-service-card h3 {
  font: 500 37px/1.12 "Playfair Display";
  margin: 30px 0 20px; }

/* line 2, theme.scss */
.po-card-lead {
  font-size: 18px;
  line-height: 1.5; }

/* line 2, theme.scss */
.po-service-card p, .po-service-card li {
  line-height: 1.7;
  font-size: 14px;
  opacity: .78; }

/* line 2, theme.scss */
.po-service-card h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-top: 26px; }

/* line 2, theme.scss */
.po-service-card ul {
  padding-left: 18px; }

/* line 2, theme.scss */
.po-service-card details {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 17px 0;
  margin: 16px 0 28px;
  opacity: .8; }

/* line 2, theme.scss */
.po-service-card summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 13px; }

/* line 2, theme.scss */
.po-service-card > .po-link {
  margin-top: auto; }

/* line 2, theme.scss */
.po-infra {
  background: #e9e3d7; }

/* line 2, theme.scss */
.po-wide-text {
  font: 500 25px/1.5 "Playfair Display";
  max-width: 880px;
  margin: 0 0 65px 280px; }

/* line 2, theme.scss */
.po-company-grid {
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  align-items: stretch; }

/* line 2, theme.scss */
.po-company-grid article {
  background: #fff;
  padding: 45px; }

/* line 2, theme.scss */
.po-company-grid h3 {
  font: 500 32px/1.16 "Playfair Display"; }

/* line 2, theme.scss */
.po-company-grid p, .po-company-grid li {
  font-size: 14px;
  line-height: 1.7; }

/* line 2, theme.scss */
.po-company-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em; }

/* line 2, theme.scss */
.po-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--green);
  color: #fff;
  padding: 20px; }

/* line 2, theme.scss */
.po-bridge b {
  font-size: 34px;
  margin: 20px; }

/* line 2, theme.scss */
.po-bridge span, .po-bridge small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* line 2, theme.scss */
.po-badges {
  display: flex;
  gap: 8px;
  margin-top: 24px; }

/* line 2, theme.scss */
.po-badges span {
  border: 1px solid var(--line);
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700; }

/* line 2, theme.scss */
.po-leadership__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px; }

/* line 2, theme.scss */
.po-leadership .po-section-head {
  display: block; }

/* line 2, theme.scss */
.po-leadership p {
  line-height: 1.75; }

/* line 2, theme.scss */
.po-person {
  display: grid;
  grid-template-columns: 230px 1fr;
  background: #fff;
  padding: 28px;
  gap: 35px; }

/* line 2, theme.scss */
.po-photo {
  min-height: 330px;
  background: linear-gradient(145deg, #d6d0c4, #eee9df);
  display: grid;
  place-items: center;
  text-align: center;
  color: #8b857b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* line 2, theme.scss */
.po-person h3 {
  font: 500 33px "Playfair Display"; }

/* line 2, theme.scss */
.po-process {
  background: var(--green);
  color: #fff; }

/* line 2, theme.scss */
.po-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

/* line 2, theme.scss */
.po-steps article {
  padding: 35px 25px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.25); }

/* line 2, theme.scss */
.po-steps b {
  font: 500 30px "Playfair Display";
  opacity: .35; }

/* line 2, theme.scss */
.po-steps h3 {
  font: 500 21px/1.3 "Playfair Display";
  min-height: 55px; }

/* line 2, theme.scss */
.po-steps p {
  font-size: 13px;
  line-height: 1.65;
  opacity: .7; }

/* line 2, theme.scss */
.po-geo__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px; }

/* line 2, theme.scss */
.po-geo .po-section-head {
  display: block; }

/* line 2, theme.scss */
.po-geo p {
  line-height: 1.75; }

/* line 2, theme.scss */
.po-legend {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 11px;
  text-transform: uppercase; }

/* line 2, theme.scss */
.po-legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  margin-right: 7px; }

/* line 2, theme.scss */
.po-map {
  position: relative; }

/* line 2, theme.scss */
.po-map svg {
  width: 100%;
  height: auto; }

/* line 2, theme.scss */
.po-map path {
  fill: #ded8ca;
  stroke: #bcb5a8; }

/* line 2, theme.scss */
.po-map circle {
  fill: var(--green); }

/* line 2, theme.scss */
.po-map .po-map-line {
  fill: none;
  stroke: var(--green);
  stroke-width: 2;
  stroke-dasharray: 5 7; }

/* line 2, theme.scss */
.po-map-label {
  position: absolute;
  background: #fff;
  padding: 8px 12px;
  font-size: 10px;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }

/* line 2, theme.scss */
.po-map-label--eu {
  left: 44%;
  top: 32%; }

/* line 2, theme.scss */
.po-map-label--ru {
  right: 10%;
  top: 44%; }

/* line 2, theme.scss */
.po-cta {
  padding: 100px 0;
  background: var(--sand);
  text-align: center; }

/* line 2, theme.scss */
.po-cta h2 {
  font-size: clamp(40px, 6vw, 68px); }

/* line 2, theme.scss */
.po-btn--light {
  background: var(--green);
  color: #fff; }

/* line 2, theme.scss */
.po-contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px; }

/* line 2, theme.scss */
.po-contacts .po-section-head {
  display: block; }

/* line 2, theme.scss */
.po-contact-list {
  margin-top: 45px; }

/* line 2, theme.scss */
.po-contact-list small {
  display: block;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 9px;
  opacity: .55;
  margin-bottom: 6px; }

/* line 2, theme.scss */
.po-contact-list p {
  border-top: 1px solid var(--line);
  padding: 17px 0;
  margin: 0; }

/* line 2, theme.scss */
.po-form {
  background: #fff;
  padding: 45px; }

/* line 2, theme.scss */
.po-form label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  margin-bottom: 22px; }

/* line 2, theme.scss */
.po-form input, .po-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 12px 0;
  font: 14px Manrope;
  outline: none; }

/* line 2, theme.scss */
.po-form textarea {
  border: 1px solid var(--line);
  padding: 12px;
  margin-top: 10px;
  resize: vertical; }

/* line 2, theme.scss */
.po-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px; }

/* line 2, theme.scss */
.po-form .po-consent {
  display: flex;
  align-items: flex-start;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400; }

/* line 2, theme.scss */
.po-consent input {
  width: auto;
  margin: 3px 8px 0 0; }

/* line 2, theme.scss */
.po-form-success {
  padding: 14px;
  background: #e4efe9;
  font-size: 13px; }

/* line 2, theme.scss */
.po-story {
  padding: 110px 0;
  background: #17211d;
  color: #fff; }

/* line 2, theme.scss */
.po-story h2 {
  font-size: clamp(34px, 4.5vw, 58px);
  max-width: 1050px; }

/* line 2, theme.scss */
.po-story p {
  max-width: 1200px;
  line-height: 1.75;
  opacity: .7; }

/* line 2, theme.scss */
.po-footer {
  background: #101713;
  color: #fff;
  padding: 36px 0; }

/* line 2, theme.scss */
.po-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px; }

/* line 2, theme.scss */
.po-footer p, .po-footer a {
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  opacity: .65; }

/* line 2, theme.scss */
.po-section-bottom {
  font-family: "Playfair Display",serif;
  font-weight: 500;
  line-height: 1.02;
  margin: 65px 0px 0px 750px; }

@media (max-width: 900px) {
  /* line 3, theme.scss */
  .po-header__inner {
    height: 75px; }

  /* line 3, theme.scss */
  .po-header .po-btn--small {
    display: none; }

  /* line 3, theme.scss */
  .po-menu-btn {
    display: block;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #fff;
    padding: 9px 12px; }

  /* line 3, theme.scss */
  .po-nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    background: var(--green);
    padding: 25px;
    flex-direction: column; }

  /* line 3, theme.scss */
  .po-nav.is-open {
    display: flex; }

  /* line 3, theme.scss */
  .po-section-head {
    grid-template-columns: 1fr;
    gap: 15px; }

  /* line 3, theme.scss */
  .po-wide-text {
    margin-left: 0; }

  /* line 3, theme.scss */
  .po-service-grid, .po-leadership__grid, .po-geo__grid, .po-contact-grid {
    grid-template-columns: 1fr; }

  /* line 3, theme.scss */
  .po-company-grid {
    grid-template-columns: 1fr; }

  /* line 3, theme.scss */
  .po-bridge {
    min-height: 130px; }

  /* line 3, theme.scss */
  .po-steps {
    grid-template-columns: 1fr 1fr; }

  /* line 3, theme.scss */
  .po-person {
    grid-template-columns: 180px 1fr; }

  /* line 3, theme.scss */
  .po-contact-grid {
    gap: 35px; } }
@media (max-width: 600px) {
  /* line 4, theme.scss */
  .po-container {
    width: min(100% - 28px, 1180px); }

  /* line 4, theme.scss */
  .po-hero {
    min-height: 700px; }

  /* line 4, theme.scss */
  .po-hero h1 {
    font-size: 45px; }

  /* line 4, theme.scss */
  .po-section {
    padding: 75px 0; }

  /* line 4, theme.scss */
  .po-service-card {
    padding: 30px;
    min-height: auto; }

  /* line 4, theme.scss */
  .po-service-card h3 {
    font-size: 31px; }

  /* line 4, theme.scss */
  .po-person {
    grid-template-columns: 1fr; }

  /* line 4, theme.scss */
  .po-photo {
    min-height: 280px; }

  /* line 4, theme.scss */
  .po-steps {
    grid-template-columns: 1fr; }

  /* line 4, theme.scss */
  .po-steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  /* line 4, theme.scss */
  .po-form {
    padding: 25px; }

  /* line 4, theme.scss */
  .po-form-row {
    grid-template-columns: 1fr;
    gap: 0; }

  /* line 4, theme.scss */
  .po-footer__inner {
    align-items: flex-start;
    flex-direction: column; }

  /* line 4, theme.scss */
  .po-hero__actions {
    align-items: flex-start;
    flex-direction: column; } }
/* line 6, theme.scss */
.po-brand__logo {
  width: 160px;
  height: 160px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain; }

/* line 6, theme.scss */
.po-brand--footer .po-brand__logo {
  width: 140px;
  height: 140px; }

/* line 6, theme.scss */
.po-photo {
  min-height: 0;
  background: none;
  display: block;
  overflow: hidden; }

/* line 6, theme.scss */
.po-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain; }

/* line 6, theme.scss */
.po-form-success, .po-form-server-error {
  display: none;
  padding: 14px;
  margin: 16px 0 0;
  font-size: 13px; }

/* line 6, theme.scss */
.po-form-success.is-show {
  display: block;
  background: #e4efe9;
  color: #183f32; }

/* line 6, theme.scss */
.po-form-server-error {
  display: block;
  background: #f8e4e1;
  color: #7a251d; }

/* line 6, theme.scss */
.po-form-server-error[hidden] {
  display: none; }

/* line 6, theme.scss */
.po-form-error {
  min-height: 16px;
  margin-top: 5px;
  color: #a43a30;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none; }

/* line 6, theme.scss */
.po-form-captcha {
  margin-bottom: 18px; }

@media (max-width: 600px) {
  /* line 8, theme.scss */
  .po-brand__logo {
    width: 100px;
    height: 100px; }

  /* line 8, theme.scss */
  .po-brand b {
    font-size: 12px; }

  /* line 8, theme.scss */
  .po-brand small {
    font-size: 8px; }

  /* line 8, theme.scss */
  .po-photo img {
    max-height: 460px;
    object-position: center top; } }
