@import url("https://fonts.googleapis.com/css2?family=SUSE:wght@100..800&display=swap");

:root {
  --white: #ffffff;
  --black: #222518;
  --gray: #7b7b7b;
  --green-highlight: #c5f718;
  --green-light: #71b548;
  --green-dark: #18604e;
  --teal: #359a83;
  --teal-light: #5bbaa6;
  --blue: #2eace4;
  --blue-light: #16b3c5;
  --yellow: #636739;
  --yellow-dark: #54542a;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  max-width: 1360px;
  margin: 40px auto;
  font-family: "SUSE", sans-serif;
  font-size: 1em;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  text-align: left;
  height: 100%;
  color: var(--black);
}

.lazzy {
  position: absolute;
  top: -10px;
  width: 1px;
}

a {
  text-decoration: none;
}

figure {
  display: block;
  margin: 0;
  max-width: 100%;
}

figure.grow {
  max-width: unset;
  margin-left: -30px;
  margin-right: -80px;
}

#home .light-blue figcaption {
  background-color: var(--blue-light);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: right;
  color: var(--white);
  padding: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: -5px 50px 0;
}

.round img {
  border-radius: 30px;
  overflow: hidden;
}

figure a {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 756px;
  padding: 55px 180px 130px;
  border-radius: 40px;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

header .nav-area {
  display: flex;
  align-items: flex-end;
}

.header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
  margin-left: auto;
  max-width: 635px;
  color: var(--white);
  text-align: right;
  transition: all 2s ease-in-out;
}

.header-wrapper.bioshield {
  display: none;
}

.header-wrapper.bioshield figure {
  display: inline-block;
  margin-bottom: 20px;
}

.header-wrapper.technology {
  display: none;
  margin-left: unset;
  text-align: left;
}

.header-wrapper.cases {
  display: none;
  margin-left: unset;
  text-align: left;
  max-width: 400px;
}

.header-wrapper.certifications {
  display: none;
  margin-left: unset;
  text-align: left;
}

.header-wrapper.contact {
  display: none;
}

header nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-bottom: 15px;
}

header nav a {
  font-size: 18px;
  font-weight: 300;
  color: var(--white);
}

header h1 {
  font-size: 88px;
  line-height: 84px;
  text-shadow: 8px 8px 9px #0007;
  margin: 0;
}

header h2 {
  max-width: 290px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-shadow: 3px 3px 4px #0007;
  margin-bottom: 0;
}

header.home {
  background-image: url(../img/bg_header-home.jpg?v2024.12.02);
}

header.bioshield {
  background-image: url(../img/bg_header-bioshield.jpg?v2024.12.02);
}

header.technology {
  background-image: url(../img/bg_header-technology.jpg?v2024.12.02);
}

header.cases {
  background-image: url(../img/bg_header-cases.jpg?v2024.12.02);
}

header.certifications {
  background-image: url(../img/bg_header-certifications.jpg?v2024.12.02);
}

header.contact {
  background-image: url(../img/bg_header-contact.jpg?v2024.12.02);
}

main {
  padding: 60px 180px;
  overflow: hidden;
}

article h4 {
  font-size: 42px;
  letter-spacing: -0.055em;
  font-weight: 700;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}

#home > article:nth-child(2) > div > h4 {
  margin-top: 20px;
}

article h3 {
  font-size: 60px;
  letter-spacing: -0.055em;
  font-weight: 800;
  line-height: 50px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#home h3 {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
}

#home h6 {
  grid-column: 1 / -1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}

#home .rounded {
  position: relative;
  margin-top: 30px;
}

#home .rounded::after {
  position: absolute;
  top: 0;
  right: -55px;
  content: "";
  display: block;
  background-image: url(../img/line2-v.svg);
  width: 3px;
  height: 100%;
  z-index: 2;
}

#home .rounded h5 {
  display: inline-block;
  max-width: min-content;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
  margin: 0;
  padding: 20px 30px;
  border-radius: 15px;
}

#home .rounded h6 {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
}

#home .rounded.teal-bg p {
  margin: 0;
}

#home .rounded figure {
  margin: 10px 0;
}

#home .rounded.teal-bg h5 {
  background-color: var(--teal-light);
}

#home .rounded.light-blue-bg h5 {
  background-color: var(--blue-light);
}

#home .rounded.teal-bg h6 {
  color: var(--teal-light);
}

#home .rounded.light-blue-bg h6 {
  color: var(--green-light);
}

#home .rounded:last-of-type::after {
  display: none;
}

#home h3::after {
  content: "";
  display: block;
  background-image: url(../img/line2.svg);
  height: 3px;
  flex-grow: 1;
  margin-left: 20px;
}

p {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 30px;
  margin-bottom: 20px;
}

p.nomargin,
p:last-child {
  margin: 0;
}

.right {
  text-align: right;
}

#home article.info-block .wrapper {
  display: flex;
  align-items: center;
}

#home article.info-block .wrapper figure {
  margin-left: auto;
}

.nav-btn {
  padding: 10px 17px;
  background: var(--green-highlight);
  display: flex;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--green-dark);
}

.light-green h4,
.light-green h3,
h4.light-green,
h3.light-green {
  color: var(--green-light);
}

.dark-green h4,
.dark-green h3,
h4.dark-green,
h3.dark-green {
  color: var(--green-dark);
}

#home article {
  display: grid;
  grid-template-columns: 490px auto;
  column-gap: 50px;
  margin-bottom: 20px;
}

#home article.benefits-wrapper {
  display: block;
}

#home article.info-block {
  background-image: url(../img/info-block.jpg);
  background-size: cover;
  border-radius: 30px;
  margin-top: 50px;
  grid-template-columns: auto;
  column-gap: 0;
}

.info-block > figure {
  margin: -10px 0 -1px -20px;
}

#home article.info-block > div {
  padding: 50px 60px 50px 0;
  margin-left: 450px;
}

#home article.info-block p {
  color: var(--white);
  letter-spacing: -1px;
}

.info-block h5 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: var(--green-highlight);
  margin: 0 0 10px;
}

#home article:nth-of-type(3) {
  column-gap: 110px;
}

.spacer {
  margin: 30px 0;
  background-image: url(../img/line.svg);
  height: 3px;
}

.benefits-wrapper .top {
  display: flex;
  align-items: center;
  column-gap: 70px;
  margin-bottom: 50px;
  height: 268px;
}

.benefits-wrapper .top > * {
  flex: 1 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.benefits-wrapper .top > *::after {
  position: absolute;
  top: 0;
  right: -36px;
  content: "";
  display: block;
  background-image: url(../img/line2-v.svg);
  width: 3px;
  height: 270px;
  z-index: 2;
}

.benefits-wrapper .top > *:last-child::after {
  display: none;
}

.benefits-wrapper .top h4 {
  font-size: 51px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 50px;
  flex-shrink: 1;
  margin: 0;
  color: var(--green-light);
}

.benefits-wrapper h5 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 40px;
  color: var(--green-light);
  margin-top: 0px;
  margin-bottom: 30px;
}

.benefits-wrapper .wrapper {
  display: grid;
  grid-template-columns: 420px auto;
  column-gap: 50px;
  margin: 40px 0;
}

.benefits-wrapper .wrapper p {
  margin-bottom: 0;
}

.benefits-wrapper .benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 30px 50px 60px;
}

.benefits-wrapper .benefit {
  position: relative;
}

.benefits-wrapper .benefit::before {
  position: absolute;
  bottom: -30px;
  left: -30px;
  content: "";
  display: block;
  background-image: url(../img/line2.svg);
  width: calc(100% + 60px);
  height: 3px;
  z-index: 2;
}

.benefits-wrapper .benefit.nobottom::before {
  display: none;
}

.benefits-wrapper .benefit::after {
  position: absolute;
  top: -30px;
  right: -25px;
  content: "";
  display: block;
  background-image: url(../img/line2-v.svg);
  width: 3px;
  height: calc(100% + 60px);
  z-index: 2;
}

.benefits-wrapper .benefit.noright::after {
  display: none;
}

.benefits-wrapper .benefit figure figcaption {
  font-size: 50px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -2px;
  color: var(--green-light);
  margin-top: 25px;
}

.benefits-wrapper .benefit figure figcaption strong {
  font-size: 1.4em;
  line-height: 0.571;
  letter-spacing: -5px;
  color: var(--green-dark);
  display: block;
  margin-bottom: 15px;
}

.benefits-wrapper .benefit figure figcaption .info {
  font-size: 0.44em;
  font-weight: 500;
  color: var(--green-dark);
  letter-spacing: normal;
  display: block;
  line-height: 1;
  margin-top: 10px;
}

.benefits-wrapper .benefit figure figcaption small {
  font-size: 0.728em;
  font-weight: 500;
  color: var(--green-dark);
  letter-spacing: normal;
  display: block;
}

.benefits-wrapper .box img {
  margin: 0 auto;
}

.benefits-wrapper .top figure:first-of-type {
  flex-basis: 265px;
}

#technology {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#technology > div {
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}

#technology > div > * {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.full {
  flex: 1 0 100% !important;
}

#technology h4 {
  font-size: 60px;
  line-height: 45px;
  font-weight: 800;
  color: var(--green-light);
  margin: 0 0 15px;
}

#technology h4 small {
  font-size: 38px;
  font-weight: 500;
  color: var(--black);
}

#technology .bigtag {
  background-color: var(--green-light);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: right;
  color: var(--white);
  padding: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 0px 50px 0;
}

#cases {
  --lh-cases: 30px;
}

#cases h4 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
  color: var(--green-dark);
  margin: 0 0 15px;
}

#cases .dotted {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

#cases .exlink {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

#cases .exlink figure {
  flex-shrink: 0;
}

#cases h5 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0;
}

#cases .exlink h5 {
  color: var(--green-dark);
}

#cases .downloads h5 {
  color: var(--yellow-dark);
  margin: 15px 0;
}

#cases .downloads {
  display: flex;
  gap: 50px;
}

#cases .downloads > div {
  flex: 1 1;
}

#cases .exlink > div {
  max-width: 785px;
}

#cases .exlink > div p {
  max-height: calc(var(--lh-cases) * 3);
  overflow: hidden;
}

#cases .exlink a {
  color: var(--green-light);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: underline;
  word-wrap: break-word;
}

#cases .exlink + .dotted {
  margin-top: 60px;
  margin-bottom: 40px;
}

#cases .dotted:after {
  content: "";
  display: block;
  background-image: url(../img/line.svg);
  height: 3px;
  flex-grow: 1;
  margin-left: 20px;
}

#cases .round img {
  box-shadow: 4px 4px 6px #00000029;
}

#certifications .wrapper {
  display: flex;
  gap: 50px;
  margin: 40px 0;
  align-items: center;
}

#certifications .wrapper > figure {
  flex-shrink: 0;
  flex-basis: 460px;
}

#certifications .wrapper > figure img {
  border-radius: 30px;
}

#certifications .wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: center;
}

#certifications .wrapper > div > figure {
  margin: 0;
}

#certifications h4 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: var(--green-light);
  margin: 0;
}

#certifications p {
  margin: 0;
}

#contact {
  position: relative;
  display: flex;
  min-height: 690px;
  background-image: url(../img/contact.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 550px auto;
  margin-bottom: -61px;
}

#contact h4 {
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  color: var(--green-dark);
  letter-spacing: -2px;
  margin: 0;
  max-width: 710px;
  margin-bottom: 50px;
}

#contact .tel {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--green-light);
  display: block;
}

#contact .mail {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--green-light);
  display: block;
}

#contact figure {
  flex: 1 0 50%;
}

#contactForm {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 70px;
  margin-bottom: 50px;
}

#contactForm .form-row {
  display: flex;
  gap: 10px;
}

#contactForm .form-group {
  flex: 1 1 100%;
}

#contactForm label {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

#contactForm label::after {
  content: " *";
  color: #ff0000;
}

#contactForm input {
  font-size: 18px;
  width: 100%;
  padding: 18px 8px;
  border-radius: 3px;
  border-width: 2px;
}

#contactForm textarea {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  padding: 18px 8px;
  line-height: 1.5;
  min-height: 92px;
  border-radius: 3px;
  border-width: 2px;
}

#contactForm button {
  width: 100%;
  color: var(--white);
  background-color: #f4ae40;
  border: none;
  padding: 22px;
  cursor: pointer;
  border-radius: 3px;
  transition: all 350ms ease-in-out;
}

#contactForm button:hover {
  background-color: #ee7e15;
}

#responseMessage {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#responseMessage .close {
  background-color: var(--gray);
  color: white;
  border-radius: 100%;
  padding: 20px;
  width: 1em;
  height: 1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -40px;
  right: 20px;
  cursor: pointer;
  transition: all 350ms ease-in-out;
}

#responseMessage .textmessage {
  color: var(--white);
  font-size: 22px;
  background-color: var(--green-light);
  border-radius: 10px;
  padding: 30px 60px;
  box-shadow: 4px 4px 5px #0003;
}

footer {
  background-color: var(--green-light);
  border-radius: 40px 40px 0px 0px;
  padding: 60px 100px 30px;
}

footer .nav-area {
  display: flex;
  align-items: flex-end;
}

footer .social {
  display: flex;
  gap: 5px;
  margin-left: auto;
  margin-bottom: 15px;
}

footer .wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

footer .social figure {
  width: 24px;
}

footer .copyright {
  font-size: 10px;
  display: flex;
  justify-content: flex-end;
  color: var(--white);
}

footer nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-bottom: 15px;
}

footer nav a {
  font-size: 18px;
  font-weight: 300;
  color: var(--white);
}

section:visible + section {
  padding-top: 90px;
}

.mobile {
  display: none;
}

.overlay {
  display: none;
}

#sidebar-toggle {
  display: none;
}

.gap {
  gap: 13px;
}

@media (max-width: 1200px) {
  .mobile {
    display: block;
  }

  body {
    margin: 0;
  }

  .site-logo {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .sidebar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin: 9px;
    padding: 20px 12px;
    user-select: none;
    cursor: pointer;
    z-index: 9004;
    -webkit-transition: all 450ms ease-in-out 7ms;
    transition: all 450ms ease-in-out 7ms;
  }

  .sidebar-toggle .navicon {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    background: var(--white);
    -webkit-transition: all 150ms ease-out 0s;
    transition: all 150ms ease-out 0s;
  }

  .sidebar-toggle .navicon::before,
  .sidebar-toggle .navicon::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white);
    -webkit-transition: all 150ms ease-out 0s;
    transition: all 150ms ease-out 0s;
  }

  .sidebar-toggle .navicon::before {
    top: -5px;
  }

  .sidebar-toggle .navicon::after {
    top: 5px;
  }

  #sidebar-toggle:checked ~ nav {
    right: 0;
    box-shadow: -8px 0 9px #0007;
  }

  #sidebar-toggle:checked ~ .sidebar-toggle {
    position: fixed;
  }

  #sidebar-toggle:checked ~ .sidebar-toggle .navicon {
    background-color: transparent;
  }

  #sidebar-toggle:checked ~ .sidebar-toggle .navicon::before {
    top: 0;
    transform: rotate(-45deg);
  }

  #sidebar-toggle:checked ~ .sidebar-toggle .navicon::after {
    top: 0;
    transform: rotate(45deg);
  }

  #sidebar-toggle:checked ~ .overlay {
    opacity: 1;
    visibility: visible;
  }

  .overlay {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 9002;
    transition: all 350ms ease-in-out;
  }

  header {
    border-radius: 0 0 15px 15px;
    padding: 20px;
    height: 100vh;
  }

  header.home {
    background-position: -100px bottom;
  }

  header.technology {
    background-position-x: -610px;
    background-size: 300%;
  }

  #contactForm .form-row {
    flex-direction: column;
  }

  header.cases {
    background-size: 300%;
  }

  header.certifications {
    background-size: 300%;
  }

  header.contact {
    background-position-x: -200px;
    background-size: 300%;
  }

  .header-wrapper.home {
    margin-top: 50px;
  }

  header nav {
    position: fixed;
    top: 0;
    right: -300px;
    height: 100%;
    flex-direction: column;
    text-align: right;
    margin: 0;
    padding: 60px;
    width: 300px;
    background-color: var(--green-dark);
    box-shadow: 0 0 0 #0007;
    transition: all 350ms ease-in-out;
    z-index: 9003;
  }

  header nav * {
    transition: all 350ms ease-in-out;
  }

  header nav a {
    display: block;
    padding: 10px 20px;
  }

  header h1 {
    font-size: 50px;
    line-height: 1;
  }

  header h2 {
    font-size: 22px;
    line-height: 1;
  }

  main {
    padding: 50px 20px;
  }

  #home article,
  #home article.info-block,
  .benefits-wrapper .wrapper,
  .benefits-wrapper .benefits {
    grid-template-columns: 1fr;
  }

  #home article > div + div {
    margin-top: 20px;
  }

  article h4,
  h4,
  .info-block h5,
  .benefits-wrapper .top h4,
  .benefits-wrapper h5,
  #technology h4,
  #cases h4,
  #certifications h4,
  #contact h4 {
    font-size: 30px;
    line-height: 1.2;
    margin: 10px 0;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  #cases {
    --lh-cases: 25px;
  }

  figure.grow {
    margin: 0;
  }

  figure.round img {
    border-radius: 15px;
  }

  #home .light-blue figcaption,
  #technology .bigtag {
    margin: -10px 0 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 16px;
    line-height: 1.4;
    z-index: -1;
  }

  #home h3 {
    font-size: 36px;
  }

  #home article.info-block {
    border-radius: 15px;
    background-position: right;
  }

  .info-block > figure {
    display: none;
  }

  #home article.info-block > div {
    padding: 20px;
    margin-left: 0;
  }

  #home article.info-block .wrapper {
    flex-direction: column;
    gap: 20px;
  }

  #home article.info-block .nav-btn {
    align-self: flex-start;
  }

  .benefits-wrapper .top {
    flex-direction: column;
    height: unset;
  }

  .benefits-wrapper .benefits {
    padding: 20px;
  }

  .benefits-wrapper .benefit figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .benefits-wrapper .benefit figure figcaption {
    font-size: 30px;
    text-align: center;
  }

  .benefits-wrapper .benefit::before {
    width: 100%;
    left: 0;
  }

  .benefits-wrapper .benefit.nobottom::before {
    display: block;
  }

  .benefits-wrapper .benefit.nobottom:last-of-type::before {
    display: none;
  }

  .benefits-wrapper .benefit::after {
    display: none;
  }

  #technology > div {
    flex-direction: column;
    gap: 20px;
  }

  #technology h4 {
    margin-top: 0;
  }

  #technology {
    gap: 20px;
  }

  #technology .text + figure,
  #technology figure + .text {
    margin-top: 20px;
  }

  #technology > div:nth-of-type(odd) figure {
    order: -1;
  }

  #cases .dotted {
    margin-bottom: 30px;
  }

  #cases .dotted img {
    max-height: 40px;
  }

  #cases .exlink {
    flex-direction: column;
  }

  #cases h5 {
    font-size: 20px;
  }

  #cases .exlink a {
    font-size: 18px;
    word-wrap: break-word;
  }

  #cases .downloads {
    flex-direction: column;
  }

  #certifications .wrapper {
    flex-direction: column;
    gap: 0;
  }

  #certifications .wrapper > figure {
    flex-basis: auto;
  }

  #certifications .wrapper:nth-of-type(even) > figure {
    order: -1;
  }

  #certifications .wrapper > div {
    gap: 0;
  }

  #contact {
    min-height: 170vh;
    background-size: 100% auto;
  }

  #contact .tel {
    font-size: 40px;
  }

  #contact .mail {
    font-size: 27px;
  }

  footer {
    padding: 20px 40px;
    border-radius: 15px 15px 0px 0px;
  }

  footer nav {
    display: none;
  }
}
