:root {
  --font-family: Inter, sans-serif;
  --s: .5rem;
  --2rem: 2rem;
  --xl: 3rem;
  --white: white;
  --m: 1rem;
  --company-gray-200: #222;
  --l: 1.5rem;
  --company-gray-100: #000;
  --xxl: 6rem;
  --company-gray-300: #444;
  --company-gray-400: #5a5a5a;
  --company-gray-900: #ededed;
  --company-gray-800: #dfdfdf;
  --company-gray-1000: #fbfbfb;
  --company-gray-700: #c4c4c4;
  --company-gray-600: #a8a8a8;
  --company-gray-500: #8d8d8d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
}

.section {
  padding-right: var(--s);
  padding-left: var(--s);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.header-desktop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
}

.frame-6 {
  grid-column-gap: 24px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 96px 40px;
  text-decoration: none;
  display: flex;
}

.header-tile {
  grid-row-gap: 24px;
  background-image: linear-gradient(#3c4046b0, #3c4046b0), url('../images/Header-tile_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 708px;
  min-height: 708px;
  padding: 48px 32px;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 612px;
  text-decoration: none;
  display: flex;
}

.frame-5 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text-2 {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text-3 {
  color: #fff6;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.button {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #222;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 400;
  line-height: 105%;
  text-decoration: none;
}

.text-5 {
  color: #5a5a5a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.header-tile-2 {
  grid-row-gap: 24px;
  background-image: linear-gradient(#3636389e, #3636389e), url('../images/Header-tile_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 708px;
  min-height: 708px;
  padding: 48px 32px;
  text-decoration: none;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
  display: block;
}

.nav {
  z-index: 3;
  padding-right: var(--s);
  padding-left: var(--s);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block {
  background-image: url('../images/menu-fill.svg');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
}

.link-block-2 {
  background-image: url('../images/Logo.svg');
  background-position: 50%;
  background-size: 100% 100%;
  width: 83px;
  height: 39px;
}

.nav__contact-icon {
  z-index: 2;
  background-image: url('../images/phone-fill.svg');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
  position: relative;
}

.nav__contact-icon.contact-icon {
  background-image: url('../images/phone-fill.svg');
}

.nav__logo {
  z-index: 2;
  background-image: url('../images/Logo.svg');
  background-position: 50%;
  background-size: 100% 100%;
  width: 83px;
  height: 39px;
  position: relative;
}

.nav__menu-icon {
  z-index: 2;
  background-image: url('../images/menu-fill.svg');
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
  position: relative;
}

.nav__menu-icon.contact-icon {
  background-image: url('../images/phone-fill.svg');
}

.nav__menu-icon.close-icon {
  background-image: url('../images/close-fill.svg');
}

.nav__menu {
  z-index: 1;
  padding-top: var(--l);
  padding-bottom: var(--l);
  padding-left: var(--xl);
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  border-bottom-left-radius: var(--m);
  border-bottom-right-radius: var(--m);
  flex-flow: column;
  width: 100%;
  transition: all .4s;
  display: flex;
  position: fixed;
  top: -100%;
  left: auto;
  box-shadow: 0 2px 12px #0003;
}

.nav__menu.is--active {
  z-index: 1;
  padding-top: var(--l);
  padding-bottom: var(--l);
  padding-left: var(--xl);
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: absolute;
  top: 60px;
  left: 0;
  right: auto;
}

.nav__menu-item {
  color: var(--company-gray-100);
  font-size: var(--l);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.nav__menu-item:hover {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
}

.image {
  width: 32px;
  height: 32px;
}

.is--hidden {
  display: none;
}

.quick-stack {
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
}

.header {
  padding-top: var(--xxl);
  padding-bottom: var(--xl);
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header__offer-block {
  padding: var(--xl) var(--2rem);
  border-radius: var(--s);
  background-color: var(--company-gray-300);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.header__offer-block.is--industry-offer {
  background-image: linear-gradient(#3c4046b3, #3c4046b3), url('../images/Header-tile_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition: all .2s;
  overflow: hidden;
}

.header__offer-block.is--industry-offer:hover {
  background-image: linear-gradient(#3c4046b3, #3c4046b3), url('../images/Header-tile_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  overflow: hidden;
}

.header__offer-block.is--home--offer, .header__offer-block.is--home--offer:hover {
  background-image: linear-gradient(#36363899, #36363899), url('../images/Header-tile_2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header__offer__text {
  font-size: 45px;
  line-height: 130%;
}

.header__offer__text.is--3rem {
  font-size: var(--xl);
  line-height: 130%;
}

.header__offer__text.is--2rem {
  font-size: var(--2rem);
  line-height: 130%;
}

.header__offer__text.is--2rem.is--opacity-70 {
  opacity: .7;
}

.header__offer__text.is--2rem.is--opacity-40 {
  opacity: .4;
}

.header__offer__text.is--custome-font-size {
  font-size: 45px;
  line-height: 130%;
}

.primary-button {
  padding: 12px var(--l);
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  border-radius: var(--l);
  background-color: var(--white);
  color: var(--company-gray-100);
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header__offer__info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button__content {
  font-size: var(--m);
}

.button__row {
  width: 24px;
  height: 24px;
}

.header__title-block {
  border-radius: var(--s);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header__title-block.is--industry-offer {
  background-image: linear-gradient(#3c4046b3, #3c4046b3), url('../images/Header-tile_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header__title-block.is--home--offer {
  background-image: linear-gradient(#36363899, #36363899), url('../images/Header-tile_2.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading {
  color: var(--company-gray-100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 130%;
}

.heading-2 {
  color: var(--company-gray-400);
  font-size: var(--m);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.div-block {
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us {
  padding-top: var(--xxl);
  padding-bottom: var(--xl);
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  width: 100%;
  height: 100svh;
  display: flex;
}

.about-us__container {
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-us__container.is--light--gray {
  border-radius: var(--m);
  background-color: var(--company-gray-900);
}

.about-us__box {
  padding: var(--xl) var(--2rem);
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  border-radius: var(--m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.about-us__box.is--wisniowski {
  background-image: url('../images/logo1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: scroll;
}

.about-us__box.is--kmt {
  background-image: url('../images/logo2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.about-us__box.is--dark-gray {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  background-color: var(--company-gray-800);
}

.about-us__box.is--light-grey {
  background-color: var(--company-gray-900);
}

.about-us__box.is--light-grey.is--centered {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 130%;
}

.paragraph {
  color: var(--company-gray-200);
  font-size: var(--m);
  margin-bottom: 0;
  font-weight: 300;
}

.paragraph.is--italic {
  font-style: italic;
}

.paragraph.is--aditional-info {
  font-weight: 300;
}

.paragraph.is--bold, .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  font-weight: 500;
}

.list, .list-2 {
  padding-left: 20px;
}

.contact {
  padding-top: var(--xxl);
  padding-bottom: var(--xl);
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  flex-flow: column;
  width: 100%;
  height: 100svh;
  display: flex;
}

.contact__container {
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact__container.is--light--gray {
  border-radius: var(--m);
  background-color: var(--company-gray-900);
}

.contact__box {
  padding: var(--xl) var(--2rem);
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  border-radius: var(--m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact__box.is--wisniowski {
  background-image: url('../images/logo1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  background-attachment: scroll;
}

.contact__box.is--kmt {
  background-image: url('../images/logo2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.contact__box.is--dark-gray {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  background-color: var(--company-gray-800);
}

.contact__box.is--light-grey {
  background-color: var(--company-gray-900);
  justify-content: flex-start;
}

.contact__box.is--light-grey.is--centered {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.contact__box.is--light-grey.is--space-between {
  justify-content: space-between;
  align-items: flex-start;
}

.contact__box.is--space-between {
  justify-content: space-between;
}

.contact__box.is--map {
  padding: 0;
}

.code-embed {
  border-radius: var(--m);
  width: 100%;
  height: 100%;
}

.contact__button-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-24 {
  font-weight: 600;
}

.body-2 {
  font-family: var(--font-family);
}

.home-offer {
  margin-top: var(--xl);
  padding-bottom: var(--xl);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.home-offer__header {
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph-2 {
  color: var(--company-gray-400);
  font-size: var(--m);
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
}

.body-3 {
  font-family: var(--font-family);
}

.home-offer__products {
  padding-bottom: var(--xl);
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-tile {
  aspect-ratio: 1;
  border-radius: var(--m);
  color: var(--white);
  background-image: linear-gradient(#0003, #0003), url('../images/segment.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.product-tile.is--garage-door {
  background-image: linear-gradient(#0006, #0006);
  position: relative;
  overflow: hidden;
}

.product-tile.is--doors {
  background-image: linear-gradient(#0003, #0003);
  transition: opacity .3s;
  position: relative;
  overflow: hidden;
}

.product-tile.is--windows {
  background-image: linear-gradient(#00000080, #00000080);
  position: relative;
  overflow: hidden;
}

.product-tile__title {
  color: var(--white);
  font-size: var(--2rem);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-25, .bold-text-26, .bold-text-27 {
  font-weight: 500;
}

.product-tile__background-image {
  z-index: -1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  max-width: 130%;
  height: auto;
  display: block;
  position: absolute;
  overflow: hidden;
}

.product-tile__background-image:hover {
  transform: scale(1.1);
}

.bold-text-28, .bold-text-29, .bold-text-30 {
  font-weight: 500;
}

.body-4, .body-5 {
  font-family: var(--font-family);
  font-size: var(--m);
}

.home-offer__gates {
  margin-top: var(--xl);
  padding-bottom: var(--xl);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.home-gates__header {
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40svh;
  display: flex;
}

.products-list__container {
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.products-list__product {
  padding: var(--xl) var(--2rem);
  border-radius: var(--m);
  background-color: var(--company-gray-900);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.product-type__info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-type__heading {
  font-size: 42px;
  font-weight: 400;
}

.image-2 {
  width: 80%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section.is--bigger-top-margin {
    margin-top: var(--2rem);
  }

  .header {
    flex-flow: column;
    height: 100%;
  }

  .header__offer-block.is--industry-offer, .header__offer-block.is--home--offer {
    height: 50svh;
  }

  .header__title-block {
    height: 100svh;
  }

  .header__scroll-button {
    aspect-ratio: 1;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: url('../images/Icon8.svg');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    flex-flow: row;
    width: 32px;
    height: 32px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    bottom: 10%;
    overflow: visible;
  }

  .header__scroll-button.is--hidden {
    display: none;
  }

  .about-us {
    padding-top: var(--xl);
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 0;
  }

  .about-us__container.h-flex {
    flex-flow: row;
  }

  .about-us__box.is--wisniowski {
    padding-bottom: var(--xl);
    aspect-ratio: 1;
    width: 100%;
  }

  .about-us__box.is--kmt {
    aspect-ratio: 1;
    width: 100%;
  }

  .contact {
    padding-top: var(--xl);
    height: auto;
  }

  .contact__container {
    flex-flow: column;
  }

  .contact__container.is--last {
    order: 1;
  }

  .code-embed {
    aspect-ratio: 16 / 9;
  }

  .product-tile__background-image {
    aspect-ratio: 1;
    width: auto;
    height: 100%;
  }

  .products-list__product {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .product-type__info {
    grid-column-gap: var(--m);
    grid-row-gap: var(--m);
    width: 100%;
  }

  .product-type__heading {
    color: var(--company-gray-100);
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-2 {
    width: 20%;
  }

  .product-type__image {
    order: -1;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .header__scroll-button.is--hidden {
    display: none;
  }

  .product-type__info {
    grid-column-gap: var(--m);
    grid-row-gap: var(--m);
    width: 100%;
  }

  .product-type__heading {
    font-size: var(--2rem);
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-type__image {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: var(--s);
  }

  .section.is--bigger-top-margin {
    margin-top: var(--xl);
  }

  .nav {
    z-index: 2;
    padding-right: var(--m);
    padding-left: var(--m);
    height: 60px;
  }

  .nav__contact-icon.hamburger-logo, .nav__contact-icon.contact-icon, .nav__menu-icon.hamburger-logo, .nav__menu-icon.contact-icon {
    color: var(--company-gray-200);
  }

  .nav__menu {
    z-index: 0;
    padding-left: var(--l);
    grid-column-gap: var(--m);
    grid-row-gap: var(--m);
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    top: -200%;
    left: 0;
  }

  .nav__menu.is--active {
    z-index: 1;
    padding-left: var(--l);
    grid-column-gap: var(--m);
    grid-row-gap: var(--m);
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
  }

  .nav__menu-item {
    font-size: var(--l);
  }

  .header {
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__offer-block.is--industry-offer {
    padding: var(--2rem) var(--l);
    aspect-ratio: auto;
    height: 75svh;
  }

  .header__offer-block.is--home--offer {
    padding: var(--2rem) var(--l);
    aspect-ratio: 1;
    height: 75svh;
  }

  .header__offer__text {
    font-size: var(--2rem);
    font-weight: 400;
  }

  .header__offer__text.is--2rem.is--opacity-70 {
    font-size: var(--l);
    font-weight: 400;
  }

  .header__offer__text.is--2rem.is--opacity-40 {
    font-size: var(--l);
  }

  .button__content {
    font-size: 12px;
    font-weight: 400;
  }

  .button__row {
    width: 16px;
    height: 16px;
  }

  .header__title-block {
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .heading {
    font-size: var(--2rem);
    text-align: center;
  }

  .heading-2 {
    font-size: 14px;
    line-height: 130%;
  }

  .header__scroll-button {
    background-image: url('../images/Icon8.svg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 32px;
    height: 32px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    bottom: 10%;
  }

  .header__scroll-button.is--hidden {
    display: block;
  }

  .about-us {
    padding-top: var(--xxl);
    flex-flow: column;
    height: 100%;
  }

  .about-us__container.h-flex {
    flex-flow: row;
  }

  .about-us__box.is--wisniowski, .about-us__box.is--kmt {
    aspect-ratio: 1;
    width: 100%;
  }

  .about-us__box.is--dark-gray {
    padding: var(--l) var(--m);
    aspect-ratio: auto;
  }

  .about-us__box.is--dark-gray.is--white-background {
    background-color: var(--white);
  }

  .about-us__box.is--light-grey {
    padding: var(--l) var(--m);
  }

  .about-us__box.is--light-grey.is--centered {
    padding: var(--m) var(--l);
  }

  .heading-3 {
    font-size: var(--2rem);
  }

  .paragraph {
    margin-bottom: 0;
    font-weight: 300;
  }

  .paragraph.is--bold {
    font-weight: 600;
  }

  .contact {
    padding-top: var(--xl);
    flex-flow: column;
    height: 100%;
  }

  .contact__container {
    flex-flow: column;
    order: -1;
  }

  .contact__container.h-flex {
    flex-flow: row;
  }

  .contact__container.is--last {
    order: 1;
  }

  .contact__box.is--wisniowski, .contact__box.is--kmt {
    aspect-ratio: 1;
    width: 100%;
  }

  .contact__box.is--dark-gray {
    padding: var(--m) var(--l);
    aspect-ratio: auto;
  }

  .contact__box.is--dark-gray.is--white-background {
    background-color: var(--white);
  }

  .contact__box.is--dark-gray.is--space-between {
    padding: var(--l) var(--m);
    aspect-ratio: 1;
  }

  .contact__box.is--light-grey.is--centered {
    padding: var(--m) var(--l);
  }

  .contact__box.is--light-grey.is--space-between {
    padding: var(--l) var(--m);
    aspect-ratio: 1;
  }

  .contact__box.is--space-between {
    padding: var(--l) var(--m);
  }

  .code-embed {
    aspect-ratio: 1;
  }

  .home-offer {
    height: auto;
    margin-top: 0;
  }

  .home-offer__header {
    height: 100svh;
    margin-bottom: 0;
  }

  .paragraph-2 {
    font-size: var(--m);
    line-height: 130%;
  }

  .heading-4 {
    color: var(--company-gray-100);
    font-size: var(--l);
    line-height: 130%;
  }

  .home-offer__products {
    flex-flow: column;
  }

  .product-tile__background-image {
    width: 100%;
    height: auto;
  }

  .home-offer__gates {
    height: auto;
    margin-top: 0;
  }

  .home-gates__header {
    height: 100svh;
    margin-bottom: 0;
  }

  .products-list__product {
    padding: var(--l);
    flex-flow: column;
    height: 100%;
  }

  .product-type__info {
    grid-column-gap: var(--m);
    grid-row-gap: var(--m);
    width: 100%;
  }

  .product-type__heading {
    color: var(--company-gray-100);
    font-size: var(--l);
  }

  .product-type__image {
    width: 100%;
  }
}


