@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #1e1e1e;
  --blue: #011d60;
  --white: white;
  --green: #47d7ac;
  --white-grey: #f7f7f7;
  --blue-white: #7e8699;
  --dark-grey: #6c6c6c;
}

body {
  color: var(--dark);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.nav {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.container {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container.container-video {
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-url-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.nav-btn {
  color: var(--blue);
  text-decoration: none;
}

.hero-video-sec {
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.nav-logo {
  height: 40px;
}

.nav-logo.nav-logo-plastchim-t {
  height: 36px;
}

.hero-video-img {
  aspect-ratio: 16 / 9;
  background-image: url('../images/video-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-txt-sec {
  padding-top: 64px;
  padding-bottom: 64px;
}

.hero-txt-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-txt {
  text-align: center;
  width: 66.667%;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.hero-txt-icons-wrapper {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt-with-icon-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fa-solid-900 {
  color: var(--green);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 22px;
  line-height: 140%;
}

.fa-solid-900.hero-icon {
  color: var(--white);
  font-size: 28px;
  line-height: 140%;
}

.fa-solid-900.post-estrusion-icon {
  z-index: 0;
  font-size: 80px;
  line-height: 100%;
}

.txt-with-icon-txt {
  color: var(--blue);
}

.txt-with-icon-txt.txt-with-icon-txt-white {
  color: var(--white);
}

.txt-with-icon-txt.txt-with-icon-big {
  font-size: 24px;
}

.peoneer-sec {
  padding-top: 64px;
}

.peoneer-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--white-grey);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 96px 128px;
  display: flex;
}

.peoneer-logo-wrapper {
  flex: none;
  width: 200px;
}

.peoneer-txt {
  font-size: 32px;
  line-height: 140%;
}

.our-films-sec {
  padding-top: 128px;
  padding-bottom: 128px;
}

.sec-title-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sec-title-wrapper.sec-one-suitable-sol-title {
  margin-bottom: 32px;
}

.sec-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 140%;
}

.sec-title.sec-title-white {
  color: var(--white);
}

.sec-title.sec-title-blue {
  color: var(--blue);
}

.sec-title-chip {
  background-color: var(--green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding: 8px 24px;
  font-size: 16px;
  display: flex;
}

.sec-title-chip.chip-indevelopment {
  border: 2px dashed var(--blue-white);
  background-color: var(--white-grey);
  color: var(--blue-white);
}

.our-films-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.film-card-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--blue);
  border-radius: 32px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  padding: 64px;
  display: flex;
}

.film-card-wrapper.film-card-in-dev {
  background-color: var(--white-grey);
  flex: none;
  width: 50%;
}

.film-card-wrapper.film-card-in-dev.film-card-unique-laminate-solution {
  background-color: var(--white);
}

.film-card-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.suitable-for-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.suitable-for-txt {
  color: var(--blue-white);
  font-size: 14px;
  line-height: 140%;
}

.suitable-for-txt.suitable-for-txt-in-dev {
  color: var(--dark-grey);
}

.suitable-for-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.suitable-for-icon {
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.suitable-for-svg-icon {
  height: 22px;
}

.film-card-main-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.film-card-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 140%;
}

.film-card-title.film-card-title-in-dev {
  color: var(--blue);
}

.card-txt-with-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.film-card-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.card-table-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-table-row.table-pnra {
  grid-template-columns: 100px 1fr 100px;
}

.table-col-name {
  color: var(--blue-white);
  font-size: 12px;
  line-height: 140%;
}

.table-col-name.table-col-in-dev {
  color: var(--dark-grey);
}

.table-col {
  color: var(--white);
  font-size: 16px;
  line-height: 140%;
}

.table-col.table-col-in-dev {
  color: var(--dark);
}

.card-table-divider {
  background-color: var(--blue-white);
  opacity: .2;
  height: 1px;
}

.card-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  border: 2px solid #28417d;
  border-radius: 8px;
  flex-flow: column;
  align-self: center;
  padding: 10px 24px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.card-btn:hover {
  border-color: var(--white);
}

.card-btn.card-btn-white-bg {
  color: var(--dark);
  border-color: #acb6cc;
}

.card-btn.card-btn-white-bg:hover {
  border-color: var(--dark);
}

.card-btn.footer-btn {
  border-width: 0;
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
  padding: 16px 32px;
  font-size: 20px;
  line-height: 140%;
}

.card-btn.footer-btn:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--blue);
}

.card-btn.card-btn-disabled {
  opacity: .2;
  cursor: not-allowed;
}

.card-btn.card-btn-disabled:hover {
  border-color: #28417d;
}

.one-suitable-solution-sec {
  background-color: var(--white-grey);
  padding-top: 128px;
  padding-bottom: 128px;
}

.sec-subtitle-wrapper {
  width: 50%;
  color: var(--dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 140%;
  display: flex;
}

.suitable-sol-logos-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.products-table-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--blue);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 24px;
  line-height: 140%;
  display: grid;
}

.products-table-row.asdasdasd {
  margin-top: 126px;
}

.product-col {
  border-radius: 32px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.product-top {
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
  display: flex;
}

.product-bottom {
  background-color: var(--blue);
  color: var(--white);
  padding: 32px;
}

.package-mockup-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.product-divider {
  background-image: url('../images/dashed-divider.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  align-self: stretch;
  height: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.product-features-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.package-subtitle {
  color: var(--blue-white);
  margin-top: 8px;
  font-size: 16px;
  line-height: 140%;
}

.product-title-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.products-table-wrapper {
  display: none;
}

.product-table-col {
  padding-left: 32px;
  padding-right: 32px;
}

.product-table-col.product-mockup {
  background-color: var(--white);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.product-table-col.product-title-wrapper, .product-table-col.product-divider-wrapper {
  background-color: var(--white);
}

.product-table-col.product-features {
  background-color: var(--white);
  padding-bottom: 32px;
}

.product-table-col.product-blue-txt-wrapper {
  background-color: var(--blue);
  color: var(--white);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.unique-laminate-solution {
  background-color: var(--blue);
  padding-top: 128px;
  padding-bottom: 128px;
}

.why-choose-us {
  padding-top: 128px;
}

.slide-nav {
  display: none;
}

.slider {
  border-radius: 32px;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.why-choose-us-slide.slide-01 {
  background-image: url('../images/slider.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-choose-us-slide.slide-02 {
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-under-slider {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--blue);
  width: 75%;
  color: var(--white);
  text-align: center;
  border-radius: 32px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  line-height: 140%;
  display: flex;
  position: relative;
  transform: translate(0, -128px);
}

.txt-under-slider-title {
  font-size: 32px;
  line-height: 140%;
}

.contacts {
  background-color: var(--white-grey);
  color: var(--white);
  padding-top: 64px;
  padding-bottom: 64px;
}

.contacts-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.company-wrapper {
  color: var(--dark);
  flex: 1;
  font-size: 16px;
  line-height: 140%;
}

.company-divider {
  background-color: var(--green);
  width: 24px;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.company-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.company-contacts {
  color: var(--dark-grey);
}

.company-name {
  color: var(--blue);
  font-weight: 700;
}

.company-vert-divider {
  background-color: #e0e0e0;
  width: 1px;
}

.company-url {
  color: var(--dark-grey);
  cursor: pointer;
  text-decoration: none;
  transition: color .2s;
}

.company-url:hover {
  color: var(--dark);
  text-decoration: underline;
}

.hero-icon-wrapper {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.film-card-bottom-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.film-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.all-pe-image {
  width: 100px;
}

._100-p-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

._100-p-txt {
  color: var(--blue);
  font-size: 17px;
  font-weight: 700;
  display: none;
  position: relative;
}

.tooltip {
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  display: none;
  position: absolute;
  inset: -32px 0% auto;
}

.tooltip-txt {
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 40px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 140%;
}

.footer-btn-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph, .footer-link {
  color: var(--dark-grey);
}

.unique-logos-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
}

.unique-logo {
  height: 64px;
}

.footer-logo {
  height: 40px;
}

.nav-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-and-info-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 64px;
  display: flex;
}

.product-info-card {
  background-color: var(--white);
  border-radius: 32px;
  padding: 32px;
}

.product-info-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.product-wrapper {
  background-color: var(--white);
  border-radius: 32px;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-width: 30%;
  max-width: 50px;
  padding: 64px;
  display: flex;
}

.contact-us-wrapper {
  background-color: var(--white);
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 128px;
  padding: 64px;
  display: flex;
}

.contact-info {
  color: var(--dark);
}

.contact-info-subtitle {
  opacity: 1;
  width: 60%;
  color: var(--blue-white);
  font-size: 32px;
  line-height: 140%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.card-btn-small-txt {
  color: var(--white);
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  line-height: 140%;
}

.card-sub-btn {
  color: var(--blue-white);
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.card-sub-btn:hover {
  color: var(--white);
}

.card-sub-btn-wrapper {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.video-holder {
  z-index: 0;
  background-color: #212b55;
  background-image: url('../images/Plastchim-T-Vision--Mission-1---smallr-esolution-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 90%;
  margin-top: 48px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.play-btn-wrapper {
  background-color: #6cbe99;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.play-btn-wrapper:hover {
  background-color: #212b55;
}

@media screen and (min-width: 1280px) {
  .container.container-video, .hero-video-sec {
    display: block;
  }

  .hero-video-img {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex: 1;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.container-video {
    width: auto;
  }

  .nav-url-wrapper {
    background-color: var(--blue);
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    flex-flow: column;
    flex: none;
    align-items: flex-end;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0 7px 100px #0000004d;
  }

  .nav-btn {
    color: var(--white);
    flex: none;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    padding: 16px;
    display: flex;
  }

  .nav-logo, .nav-logo.nav-logo-plastchim-t {
    height: 30px;
  }

  .hero-txt-sec {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-txt {
    width: auto;
  }

  .hero-txt-icons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .peoneer-sec {
    padding-top: 0;
  }

  .peoneer-wrapper {
    flex-flow: column;
    padding: 64px 32px;
  }

  .peoneer-txt {
    text-align: center;
  }

  .our-films-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sec-title-wrapper {
    width: auto;
  }

  .sec-title-wrapper.sec-one-suitable-sol-title {
    margin-bottom: 16px;
  }

  .sec-title {
    font-size: 48px;
  }

  .our-films-card-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .film-card-wrapper.film-card-in-dev.film-card-unique-laminate-solution {
    align-self: center;
    width: auto;
  }

  .one-suitable-solution-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sec-subtitle-wrapper {
    width: auto;
  }

  .unique-laminate-solution {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .why-choose-us {
    padding-top: 64px;
  }

  .text-under-slider {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    transform: translate(0, -64px);
  }

  .footer-btn-wrapper {
    justify-content: center;
    align-items: center;
  }

  .unique-logo {
    height: 48px;
  }

  .product-and-info-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .product-wrapper {
    align-self: center;
  }

  .contact-us-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 32px;
  }

  .contact-info-subtitle {
    text-align: center;
  }

  .div-block {
    align-items: center;
  }

  .menu-button {
    background-color: var(--white);
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--blue);
    color: var(--white);
  }

  .icon-sandwich {
    color: var(--blue);
    font-size: 37px;
  }

  .icon-sandwich.icon-sandwich-opened {
    color: var(--white);
  }

  .video-holder {
    width: 90%;
    height: 300px;
    margin-top: 450px;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo, .nav-logo.nav-logo-plastchim-t {
    height: 30px;
  }

  .hero-txt-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-txt {
    font-size: 20px;
  }

  .txt-with-icon-item {
    font-size: 16px;
  }

  .fa-solid-900.post-estrusion-icon {
    font-size: 60px;
  }

  .txt-with-icon-txt.txt-with-icon-big {
    font-size: 20px;
  }

  .peoneer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .peoneer-txt {
    font-size: 20px;
  }

  .our-films-sec {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sec-title-wrapper {
    margin-bottom: 32px;
  }

  .sec-title {
    font-size: 40px;
  }

  .film-card-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .film-card-wrapper.film-card-in-dev.film-card-unique-laminate-solution {
    padding: 32px;
  }

  .film-card-title.film-card-title-in-dev {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .one-suitable-solution-sec {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .sec-subtitle-wrapper {
    font-size: 24px;
  }

  .text-under-slider {
    padding: 32px;
  }

  .txt-under-slider-title {
    font-size: 24px;
  }

  .contacts-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .hero-icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .film-card-bottom-info {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .film-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .all-pe-image {
    width: 60px;
  }

  .unique-logos-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .nav-logo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .product-wrapper {
    max-width: 300px;
  }

  .contact-us-wrapper {
    padding: 32px;
  }

  .contact-info-subtitle {
    width: auto;
  }

  .video-holder {
    width: 90%;
    height: 220px;
    margin-top: 100px;
    margin-left: 5%;
    inset: auto 0% -128px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-logo {
    height: 23px;
  }

  .nav-logo.nav-logo-plastchim-t {
    height: 19px;
  }

  .txt-with-icon-txt.txt-with-icon-big {
    flex: 1;
  }

  .peoneer-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .peoneer-logo-wrapper {
    width: 130px;
  }

  .peoneer-txt {
    font-size: 20px;
  }

  .sec-title {
    font-size: 32px;
  }

  .film-card-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .suitable-for-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    order: -1;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
  }

  .card-btn {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: 14px;
  }

  .unique-logo {
    height: 40px;
  }

  .nav-logo-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-info-subtitle {
    font-size: 24px;
  }

  .video-holder {
    width: 90%;
    height: 140px;
  }
}

#w-node-f6e38488-931e-d139-7233-fab732710863-6e4c61c6, #w-node-a4c35591-5e48-d741-1f80-7312688bd7ac-6e4c61c6, #w-node-_06bf3559-00b3-2c25-7666-78a670e2ee8f-6e4c61c6, #w-node-a8da1531-79e7-895e-d40c-0d682f38604b-6e4c61c6 {
  justify-self: end;
}

#w-node-a8da1531-79e7-895e-d40c-0d682f386050-6e4c61c6 {
  align-self: center;
}

#w-node-a8da1531-79e7-895e-d40c-0d682f386056-6e4c61c6, #w-node-a8da1531-79e7-895e-d40c-0d682f386061-6e4c61c6, #w-node-_0dd546d9-078b-2976-4184-59b42d8bce29-6e4c61c6 {
  justify-self: end;
}

#w-node-_0dd546d9-078b-2976-4184-59b42d8bce2e-6e4c61c6 {
  align-self: center;
}

#w-node-_0dd546d9-078b-2976-4184-59b42d8bce36-6e4c61c6, #w-node-_0dd546d9-078b-2976-4184-59b42d8bce41-6e4c61c6 {
  justify-self: end;
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}