#process,#contacts{display:none!important}
.gs-one-nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid rgba(24,77,48,.12)}
.gs-one-nav .gs-container{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px}
.gs-one-brand{color:#174b31;text-decoration:none;font-weight:800;letter-spacing:.05em}.gs-one-brand small{display:block;font-size:11px;font-weight:600;letter-spacing:.14em;color:#7f967f}
.gs-one-links{display:flex;gap:24px;align-items:center}.gs-one-links a{color:#244936;text-decoration:none;font-size:14px;font-weight:650}
.gs-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}.gs-contact-card{background:#fff;border:1px solid rgba(24,77,48,.12);border-radius:18px;padding:28px}.gs-contact-list{display:grid;gap:14px;margin-top:24px}.gs-contact-list a,.gs-contact-list span{color:#234c37;text-decoration:none;font-weight:650}.gs-form{display:grid;gap:14px}.gs-form label{display:grid;gap:7px;font-weight:650;color:#234c37}.gs-form input,.gs-form textarea{width:100%;border:1px solid #cbd8cf;border-radius:10px;padding:13px 14px;font:inherit;background:#fff}.gs-form textarea{min-height:120px;resize:vertical}
.gs-mini-footer{background:#123c29;color:#fff;padding:28px 0}.gs-mini-footer .gs-container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.gs-mini-footer a{color:#fff;text-decoration:none}
@media(max-width:900px){.gs-one-links{display:none}.gs-contact-grid{grid-template-columns:1fr}.gs-one-nav .gs-container{min-height:64px}} @media(max-width:600px){.gs-body{overflow-x:hidden}.gs-hero h1{font-size:44px!important;line-height:1.04!important}.gs-hero__content{max-width:100%!important}}


 
  .page-404{
    background: var(--bg-major-shade)!important;
    width: 100%;
    max-width: 100%!important;
    height: var(--vh, 100vh);
  }
  .page-404_image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;     
  }
  .page-404_content {
    position: relative;
    width:100%;
    z-index: 1;
    text-align: center;
    padding: 50px 0;
    color: var(--color-text);
  }
  .page-404_button {
    margin-top: 1.5rem;
  }
  


  .gs-contact-page{
    background:#f8f7f2;
    color:#17231d;
  }

  .gs-contact-hero{
    position:relative;
    overflow:hidden;
    padding:42px 0 34px;
    background:
      linear-gradient(90deg,rgba(248,247,242,.98) 0%,rgba(248,247,242,.94) 50%,rgba(248,247,242,.55) 76%,rgba(248,247,242,.16) 100%),
      url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=86') center right/cover no-repeat;
    border-bottom:1px solid rgba(18,60,42,.06);
  }

  .gs-contact-hero:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0));
  }

  .gs-contact-hero__inner{
    position:relative;
    z-index:1;
    max-width:760px;
  }

  .gs-contact-breadcrumbs{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:9px;
    margin-bottom:18px;
    color:#66756d;
    font-size:14px;
  }

  .gs-contact-breadcrumbs a{color:#5f6f66}
  .gs-contact-breadcrumbs span:last-child{color:#2f6b45}

  .gs-contact-title{
    margin:0;
    font-size:clamp(40px,5vw,62px);
    line-height:1;
    letter-spacing:-.045em;
    font-weight:800;
    color:#123c2a;
  }

  .gs-contact-subtitle{
    margin:14px 0 0;
    max-width:620px;
    color:#52635a;
    font-size:18px;
    line-height:1.65;
  }

  .gs-contact-main{
    padding:0 0 86px;
    background:linear-gradient(180deg,#f8f7f2 0%,#ffffff 100%);
  }

  .gs-contact-grid{
    display:grid;
    grid-template-columns:minmax(320px,420px) minmax(0,1fr);
    gap:22px;
    align-items:stretch;
    margin-top:-8px;
  }

  .gs-contact-panel{
    background:#fff;
    border:1px solid #e3e9e3;
    border-radius:20px;
    box-shadow:0 16px 45px rgba(18,60,42,.07);
  }

  .gs-contact-info{
    padding:30px;
  }

  .gs-contact-panel__title{
    margin:0 0 6px;
    color:#123c2a;
    font-size:26px;
    line-height:1.15;
    letter-spacing:-.025em;
  }

  .gs-contact-panel__text{
    margin:0 0 22px;
    color:#718078;
    font-size:15px;
  }

  .gs-contact-list{
    display:grid;
  }

  .gs-contact-item{
    display:grid;
    grid-template-columns:52px 1fr;
    gap:16px;
    align-items:center;
    padding:16px 0;
    border-bottom:1px solid #edf1ed;
  }

  .gs-contact-item:last-child{border-bottom:0}

  .gs-contact-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#eef3ec;
    color:#2f6b45;
  }

  .gs-contact-icon svg{
    width:24px;
    height:24px;
    stroke:currentColor;
    fill:none;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .gs-contact-item small{
    display:block;
    margin-bottom:3px;
    color:#75827b;
    font-size:13px;
  }

  .gs-contact-item strong,
  .gs-contact-item a{
    display:block;
    color:#17231d;
    font-size:15px;
    line-height:1.5;
    font-weight:750;
  }

  .gs-contact-item a:hover{color:#2f6b45}

  .gs-contact-private{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:12px;
    align-items:center;
    margin-top:18px;
    padding:16px;
    background:#f3f6f1;
    border-radius:14px;
  }

  .gs-contact-private__icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff;
    color:#2f6b45;
  }

  .gs-contact-private__icon svg{
    width:22px;
    height:22px;
    stroke:currentColor;
    fill:none;
    stroke-width:1.8;
  }

  .gs-contact-private strong{
    display:block;
    color:#123c2a;
    font-size:14px;
  }

  .gs-contact-private p{
    margin:2px 0 0;
    color:#69766f;
    font-size:12px;
    line-height:1.5;
  }

  .gs-contact-form-panel{
    padding:30px 32px 28px;
  }

  .gs-contact-form{
    display:grid;
    gap:14px;
    margin-top:20px;
  }

  .gs-contact-form__row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .gs-contact-field input,
  .gs-contact-field textarea{
    width:100%;
    border:1px solid #dfe6df;
    border-radius:10px;
    background:#fff;
    color:#17231d;
    outline:none;
    transition:border-color .2s ease,box-shadow .2s ease;
  }

  .gs-contact-field input{
    height:52px;
    padding:0 15px;
  }

  .gs-contact-field textarea{
    min-height:118px;
    padding:14px 15px;
    resize:vertical;
  }

  .gs-contact-field input:focus,
  .gs-contact-field textarea:focus{
    border-color:#5f936e;
    box-shadow:0 0 0 4px rgba(47,107,69,.08);
  }

  .gs-contact-upload{
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
    min-height:54px;
    padding:12px 16px;
    border:1px dashed #b7c8b8;
    border-radius:10px;
    color:#68776f;
    background:#fbfcfa;
    cursor:pointer;
  }

  .gs-contact-upload:hover{
    border-color:#2f6b45;
    background:#f7faf6;
  }

  .gs-contact-upload svg{
    flex:0 0 auto;
    width:23px;
    height:23px;
    stroke:#2f6b45;
    fill:none;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .gs-contact-upload input{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    opacity:0;
    cursor:pointer;
  }

  .gs-contact-consent{
    display:flex;
    align-items:flex-start;
    gap:10px;
    color:#617168;
    font-size:13px;
    line-height:1.5;
  }

  .gs-contact-consent input{
    margin-top:2px;
    accent-color:#2f6b45;
  }

  .gs-contact-consent a{
    color:#2f6b45;
    text-decoration:underline;
    text-underline-offset:2px;
  }

  .gs-contact-submit{
    width:100%;
    min-height:54px;
    border:0;
    border-radius:10px;
    background:linear-gradient(90deg,#135329,#17612f);
    color:#fff;
    font-weight:800;
    transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
  }

  .gs-contact-submit:hover{
    transform:translateY(-1px);
    filter:brightness(1.04);
    box-shadow:0 12px 24px rgba(18,60,42,.18);
  }

  .gs-contact-status{
    min-height:20px;
    color:#2f6b45;
    font-size:13px;
  }

  .gs-contact-cta{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:20px;
    align-items:center;
    margin-top:20px;
    padding:26px 30px;
    overflow:hidden;
    border-radius:20px;
    background:linear-gradient(105deg,#0d4428 0%,#123c2a 55%,#0b2f20 100%);
    color:#fff;
    position:relative;
  }

  .gs-contact-cta:after{
    content:"";
    position:absolute;
    right:-30px;
    bottom:-65px;
    width:190px;
    height:190px;
    border:2px solid rgba(155,203,108,.18);
    border-radius:50%;
    box-shadow:0 0 0 28px rgba(155,203,108,.04),0 0 0 58px rgba(155,203,108,.025);
  }

  .gs-contact-cta__mark{
    position:relative;
    z-index:1;
    width:64px;
    height:64px;
    display:grid;
    place-items:center;
    border-radius:17px;
    background:#f3f7ef;
    color:#2f6b45;
  }

  .gs-contact-cta__mark svg{
    width:34px;
    height:34px;
    fill:currentColor;
  }

  .gs-contact-cta__content{position:relative;z-index:1}
  .gs-contact-cta__content h3{margin:0;font-size:21px;line-height:1.2}
  .gs-contact-cta__content p{margin:6px 0 0;color:#d7e5da;font-size:14px;line-height:1.55}

  .gs-contact-cta__button{
    position:relative;
    z-index:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:200px;
    min-height:50px;
    padding:0 22px;
    border:1px solid rgba(255,255,255,.55);
    border-radius:10px;
    color:#fff;
    font-weight:800;
    background:rgba(255,255,255,.03);
  }

  .gs-contact-cta__button:hover{background:rgba(255,255,255,.1)}

  @media(max-width:980px){
    .gs-contact-grid{grid-template-columns:1fr}
    .gs-contact-cta{grid-template-columns:auto 1fr}
    .gs-contact-cta__button{grid-column:1/-1;width:100%}
  }

  @media(max-width:640px){
    .gs-contact-hero{padding:30px 0 28px;background-position:68% center}
    .gs-contact-grid{margin-top:0}
    .gs-contact-info,.gs-contact-form-panel{padding:22px}
    .gs-contact-form__row{grid-template-columns:1fr}
    .gs-contact-cta{grid-template-columns:1fr;padding:24px}
    .gs-contact-cta__mark{width:56px;height:56px}
    .gs-contact-cta__button{grid-column:auto}
  }

/* Reveal fallback: show sections even when source animation script is absent */
#exact-site [data-reveal]{opacity:1!important;transform:none!important;visibility:visible!important;}

/* Navigation cleanup and stable homepage scrolling */
#exact-site a[href="/cooperation"],#exact-site a[href$="/cooperation"]{display:none!important;}
#exact-site .gs-header{position:relative!important;top:auto!important;}

/* Facts cards: consistent top alignment */
#exact-site .gs-fact{align-items:flex-start!important;}
#exact-site .gs-fact__icon{flex:0 0 auto;margin-top:0!important;}
#exact-site .gs-fact>div{padding-top:0!important;}

/* Facts cards redesign: three clean equal cards */
#exact-site .gs-hero__facts{margin-top:0!important;padding:32px 0 44px!important;background:#f7faf7!important;}
#exact-site .gs-facts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;}
#exact-site .gs-fact{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;align-items:start!important;gap:20px!important;min-height:154px!important;padding:28px!important;background:#fff!important;border:1px solid #dce6de!important;border-radius:22px!important;box-shadow:0 12px 30px rgba(18,60,42,.08)!important;}
#exact-site .gs-fact+.gs-fact{border-left:1px solid #dce6de!important;}
#exact-site .gs-fact__icon{width:64px!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;border-radius:16px!important;}
#exact-site .gs-fact>div{padding:0!important;}
#exact-site .gs-fact strong{display:block!important;margin:1px 0 8px!important;line-height:1.25!important;}
#exact-site .gs-fact>div>span{display:block!important;line-height:1.45!important;}
@media(max-width:900px){#exact-site .gs-facts{grid-template-columns:1fr!important;}#exact-site .gs-fact{min-height:auto!important;}}
