:root {
  --text-color: #333333;
  --text-color-footer: #dcdcdc;
  --text-plain: #666666;
  --text-color-action: #2864C8;

  --text-color-hover: #000000;
  --text-color-footer-hover: #e6e6e6;
  --text-color-action-hover: #507DC7;

  --logo-color: #3c3c3c;

  --background-color: #FFFFFF;
  --background-color-footer: #333333;
  --background-grid: #DEDEDE;

  --hairline-color-footer: #8c8c8c;
  --hairline-color: #ECECECFF;

  --global-nav-height: 60px;
  --flash-period: 2s;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

nav {
  z-index: 2;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.70);
  width: 100%;
  border-bottom: 1px solid var(--hairline-color);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.container {
  margin: 0 auto;
  height: var(--global-nav-height);
  max-width: 960px;
  position: relative;
  z-index: 1;
}

li.menu-icon {
  display: none;
}

ul.nav, ul.nav-footer{
  height: inherit;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

ul.nav-mobile {
  height: inherit;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

ul.hide-desktop {
  display: none;
}

ul.directory-column {
  list-style: none;
  padding: 0;
}

ul.legal {
  color: var(--text-color);
  display: grid;
  text-align: justify;
  font-size: 22px;
  line-height: 2;
  font-weight: 300;
  margin: 0;
}

ul.accordion-wrapper {
  padding-inline-start: 0;
  list-style-type: none;
}

li.nav {
  display: flex;
}

li.nav-footer {
  max-width: 280px;
  margin-bottom: 16px;
}

li.accordion {
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid var(--hairline-color);
}

li.footer-column {
  margin-bottom: 1em;
}

.header {
  line-height: var(--global-nav-height);
  padding: 0 10px;
  font-size: 16px;
  text-decoration: None;
  color: var(--text-color);
}

.footer {
  font-size: 16px;
  text-decoration: None;
  color: var(--text-color-footer);
}

.logo {
  margin: auto;
  width: 78px;
  height: 60px;
  background-color: var(--logo-color);
  -webkit-mask: url(../img/elmal-logo.svg?v=20241119) no-repeat center;
  mask: url(../img/elmal-logo.svg?v=20241119) no-repeat center;
}

.logo-footer {
  margin: auto;
  width: 78px;
  height: 60px;
  background-color: #FFFFFF;
  -webkit-mask: url(../img/elmal-logo.svg?v=20241119) no-repeat center;
  mask: url(../img/elmal-logo.svg?v=20241119) no-repeat center;
}

.logo:hover {
  background-color: black;
}

a.header:hover {
  color: var(--text-color-hover);
}

a.footer:hover {
  text-decoration: underline;
}

.visually-hidden{
  position: absolute;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

main {
  padding-top: calc(var(--global-nav-height));
  overflow: hidden;
}

.grid-container-main {
  display: grid;
  grid-gap: 20px;
}

.grid-container {
  display: grid;
  grid-gap: 0;
}

.grid-container-blog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  justify-items: center;
  max-width: 1400px;
  margin: 40px auto;
}

.grid-container-blog-single {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  justify-items: center;
  max-width: 1400px;
  margin: 40px auto;
}


.section-content {
  /*align-content: center;*/
  height: 1200px;
  overflow: hidden;
  position: relative;
}

.section-content-limitless {
  padding-bottom: 50px;
  background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
  align-content: center;
  overflow: hidden;
  position: relative;
}

.section-accordion {
  display: block;
  max-width: 1200px;
  margin: auto;
  list-style-type: none;
}

.accordion-header {
  cursor: pointer;
  padding: 32px 20px;
}

.accordion-content {
  cursor: pointer;
  padding: 0 20px;
}

.accordion-header:hover {
  animation: color-change 2s infinite;
}

.pvd-link {
  position: absolute;
  display: block;
  background: url(../img/pvd-bg-2560-1600.webp?v=20241119) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.how-powder-coating-works-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.powder-coating-link {
  position: absolute;
  display: block;
  background: url(../img/powder-coating-bg-2560-1600.webp?v=20241119) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 4;
}


.wrapper-lt {
  padding: 50px 10px 0 10px;
  margin: auto;
  max-width: 940px;
  position: relative;
  z-index: 4;
}

.wrapper-rm {
  padding: 526px 10px 0 10px;
  margin: auto;
  max-width: 940px;
  position: relative;
  z-index: 4;
}

.section {
  z-index: 1;
  position: relative;
}

.section-legal {
  padding-top: 50px
}

.section-blog {
  padding-top: 50px;
  padding-bottom: 50px
}

.arrow {
  margin: auto;
  width: 28px;
  height: 28px;
  animation: background-color-change 2s infinite;;
  -webkit-mask: url(../img/arrow.svg?v=20241119) no-repeat center;
  mask: url(../img/arrow.svg?v=20241119) no-repeat center;
}

.accordion button {
  position: relative;
  cursor: pointer;
  margin: 10px 0;
  padding: 0;
  width: 34px;
  height: 34px;
  animation: background-color-change 2s infinite;
  background: transparent;
  box-shadow: none;
  border: none;
  float: right;
}

button.expand {
  -webkit-mask: url(../img/plus.svg?v=20241119) no-repeat center;
  mask: url(../img/plus.svg?v=20241119) no-repeat center;
}

button.collapse {
  -webkit-mask: url(../img/collapse.svg?v=20241119) no-repeat center;
  mask: url(../img/collapse.svg?v=20241119) no-repeat center;
}

button.menu-icon {
  background-color: var(--logo-color);
  cursor: pointer;
  width: 32px;
  margin: 0 10px;
  border: 0;
  -webkit-mask: url(../img/menu-icon.svg?v=20241119) no-repeat center;
  mask: url(../img/menu-icon.svg?v=20241119) no-repeat center;
}

button.menu-icon:hover {
  background-color: black;
}

button.close {
  background-color: var(--logo-color);
  cursor: pointer;
  width: 32px;
  margin: 0 10px;
  border: 0;
  -webkit-mask: url(../img/close.svg?v=20241119) no-repeat center;
  mask: url(../img/close.svg?v=20241119) no-repeat center;
}

button.close:hover {
  background-color: black;
}

h1, h2 {
  margin: 0;
}

h1.sub {
  pointer-events: none;
  display: block;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 56px;
}

h1.legal {
  text-align: center;
  pointer-events: none;
  display: block;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 48px;
  margin-bottom: 0.4em;
}

h2.sub {
  pointer-events: none;
  margin-top: 10px;
  text-align: center;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 34px;
}

h2.typing:before {
  color: var(--text-color-action);
  pointer-events: none;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 34px;
  content: 'z tworzyw sztucznych.';
  animation-name: head;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

h2.main {
  text-align: center;
  pointer-events: none;
  display: inline;
  clear: none;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 56px;
}

h2.legal {
  text-align: center;
  clear: none;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 34px;
}

h2.legal-accordion {
  line-height: 54px;
  width: 100%;
  clear: none;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 34px;
}

h3.main {
  pointer-events: none;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 28px;
}

h3.sub {
  pointer-events: none;
  margin: 10px 0;
  text-align: left;
  line-height: 50px;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 34px;
}

h3.blog {
  clear: none;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 34px;
}

h3.directory-column {
  pointer-events: none;
  margin: 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
}

p {
  color: var(--text-plain);
  margin: 10px 0;
  text-align: center;
  text-justify: inter-word;
  font-size: 28px;
  line-height: 2;
}

p.blog-child {
  color: var(--text-color);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0
}

p.legal {
  text-align: justify;
  color: var(--text-color);
  margin: 0;
  padding: 8px 0;
  font-size: 22px;
  line-height: 2;
  font-weight: 300;
}

p.blog {
  color: var(--text-color);
  text-align: left;
  padding: 8px 0;
  font-size: 22px;
  line-height: 2;
  font-weight: 400;
}

p.blog-bold {
  color: var(--text-color);
  text-align: left;
  padding: 8px 0;
  font-size: 22px;
  line-height: 2;
  font-weight: 500;
}

p.contact {
  text-indent: 0;
}

@keyframes head {
  0% {opacity:1; content: "z tworzyw sztucznych."}
  7% {opacity:0; content: "z tworzyw sztucznych."}
  8% {opacity:0; content: "z metalu."}
  15% {opacity:1; content: "z metalu."}
  33% {opacity:1; content: "z metalu."}
  40% {opacity:0; content: "z metalu."}
  41% {opacity:0; content: "ze szkła."}
  49% {opacity:1; content: "ze szkła."}
  67% {opacity:1; content: "ze szkła."}
  74% {opacity:0; content: "ze szkła."}
  75% {opacity:0; content: "z tworzyw sztucznych."}
  82% {opacity:1; content: "z tworzyw sztucznych."}
  100% {opacity:1; content: "z tworzyw sztucznych."}
}

.learn-more {
  animation: color-change 2s infinite;
  text-decoration: none;
}

.read-more {
  animation: color-change 2s infinite;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}

.read-more:hover {
  text-decoration: underline;
}

.wrapper-parent {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.wrapper-parent-blog {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.wrapper {
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--background-color);
  margin: 40px;
  max-width: 1200px;
  border-radius: 25px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  transition-delay: 0.5s;
}

.blog-wrapper {
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--background-color);
  margin: 80px auto;
  max-width: 600px;
  border-radius: 25px;
}


div.wrapper:hover, div.blog-wrapper:hover, a.grid-item-blog:hover {
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 1s ease-in-out;
}

a.learn-more:hover {
  text-decoration: underline;
}

.read:hover {
  text-decoration: underline;
}

.grid-item-blog {
  color: black;
  height: 800px;
  width: 600px;
  text-decoration: none;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--background-color);
  border-radius: 25px;
  margin: 80px 0;
}

.text-blog-wrapper {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
  height: 350px;
}

.image-blog-wrapper-how-pc-works {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  background: url(../img/how-powder-coating-works-link-600x400.webp?v=20241119) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.image-blog-wrapper-pc-preparation {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  background: url(../img/how-to-prepare-for-pc-link-600x400.webp?v=20241119) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.image-blog-wrapper-how-pvd-works {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  background: url(../img/how-vacuum-metallisation-works-link-600x400.webp?v=20241119) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.image-blog-wrapper-pvd-benefits-and-applications {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  background: url(../img/pvd-benefits-and-applications-600x400.webp?v=20241119) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.gf {
  background: var(--background-color-footer);
  font-weight: 300;
  font-size: 0.75em;
  color: var(--text-color-footer)
}

a.gf-footer-legal-link {
  text-decoration: none;
  color: var(--text-color-footer);
  display: inline-block;
}

a.gf-footer-link-before-last {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid var(--hairline-color-footer);
}

a.gf-footer-legal-link:hover {
  text-decoration: underline;
  color: var(--text-color-footer-hover)
}

.gf-content {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
}

.gf-footer {
  border-top: 1px solid var(--hairline-color-footer);
  padding: 16px 0 32px;
}

.gf-company-info {
  padding: 10px 0;
  margin-bottom: 10px;
}

.gf-footer-legal-copyright {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.gf-footer-legal-links {
  float: right;
  display: inline-block;
}

@keyframes color-change {
  0% { color: var(--text-color-action-hover); }
  50% { color: var(--text-color-action); }
  100% { color: var(--text-color-action-hover); }
}

@keyframes background-color-change {
  0% { background-color: var(--text-color-action-hover); }
  50% { background-color: var(--text-color-action); }
  100% { background-color: var(--text-color-action-hover); }
}

.action-link {
  margin-top: 10px;
  font-size: 22px;
}

#right-align {
  text-align: right;
}

@media screen and (max-width: 1320px) {
  .grid-container-blog {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-item-blog {
    margin: 40px 0;
  }
}

@media screen and (max-width: 1074px) {
  .pvd-link {
    background: url(../img/pvd-bg-1376-860.webp?v=20241119) center no-repeat;
  }

  .powder-coating-link {
    background: url(../img/powder-coating-bg-1376-860.webp?v=20241119) center no-repeat;
  }

  .grid-container-main, .grid-container-blog-single {
    grid-gap: 16px;
  }

  .grid-item-blog {
    height: 760px;
    width: 600px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
    margin: 36px 0;
  }

  .image-blog-wrapper-how-pc-works {
    background: url(../img/how-powder-coating-works-link-600x380.webp?v=20241119) center no-repeat;
    height: 380px;
  }

  .image-blog-wrapper-pc-preparation {
    background: url(../img/how-to-prepare-for-pc-link-600x380.webp?v=20241119) center no-repeat;
    height: 380px;
  }

  .image-blog-wrapper-how-pvd-works {
    background: url(../img/how-vacuum-metallisation-works-link-600x380.webp?v=20241119) center no-repeat;
    height: 380px;
  }

  .image-blog-wrapper-pvd-benefits-and-applications {
    background: url(../img/pvd-benefits-and-applications-600x380.webp?v=20241119) center no-repeat;
    height: 380px;
  }

  .text-blog-wrapper {
    margin: 16px 16px 26px 16px;
    height: 348px;
  }

  .section-content {
    height: 854px;
  }

  .wrapper-lt {
    padding: 42px 10px 0 10px;
  }

  .wrapper-rm {
    padding: 363px 10px 0 10px;
  }

  .wrapper {
    padding: 17px;
    box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.05);
    margin: 34px;
    border-radius: 21px;
  }

  .responsive-iframe {
    border-radius: 10px;
  }

  .wrapper-parent {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
  }

  .accordion-header {
    cursor: pointer;
    padding: 27px 16px;
  }

  .accordion-content {
    cursor: pointer;
    padding: 0 16px;
  }

  .accordion button {
    margin: 9px 0;
    width: 28px;
    height: 28px;
  }

  h1 {
    font-size: 48px;
  }

  h1.sub {
    font-size: 48px;
  }

  h1.legal {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h2.main {
    font-size: 48px;
  }

  h2.sub {
    margin-top: 9px;
    font-size: 28px;
  }

  h2.legal {
    font-size: 28px;
  }

  h2.legal-accordion {
    line-height: 46px;
    font-size: 28px;
  }

  h2.typing:before {
    margin-top: 9px;
    font-size: 28px;
  }

  h3.main {
    font-size: 24px;
    margin-top: 9px;
  }

  h3.sub {
    margin: 9px 0;
    line-height: 41px;
    font-size: 28px;
  }

  h3.blog {
    font-size: 28px;
  }

  p {
    margin: 9px 0;
    font-size: 24px;
  }

  p.legal {
    font-size: 19px;
    text-indent: 60px;
  }

  p.blog {
    font-size: 19px;
  }

  p.blog-bold {
    font-size: 19px;
  }

  ul.legal {
    font-size: 19px;
  }

  .action-link {
    margin-top: 9px;
    font-size: 19px;
  }

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

  .gf-company-info {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 772px) {
  .container {
    height: 100%;
  }

  li.hide-mobile {
    display: none;
  }

  ul.hide-desktop {
    display: flex;
  }

  ul.nav {
    display: none;
  }

  ul.nav-footer {
    display: block;
  }

  .header {
    width: 100%;
  }

  .pvd-link {
    background: url(../img/pvd-bg-1024-640.webp?v=20241119) center no-repeat;
  }

  .how-powder-coating-works-link {
    background: url(../img/how-powder-coating-works-link.webp?v=20241119) center no-repeat;
    height: 100px;
    width: 100px;
  }

  .powder-coating-link {
    background: url(../img/powder-coating-bg-1024-640.webp?v=20241119) center no-repeat;
  }

  .grid-container-main, .grid-container-blog-single {
    grid-gap: 14px;
  }

  .grid-item-blog {
    height: 808px;
    width: 508px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
    margin: 30px 0;
  }

  .image-blog-wrapper-how-pc-works {
    background: url(../img/how-powder-coating-works-link-508x404.webp?v=20241119) center no-repeat;
    height: 404px;
  }

  .image-blog-wrapper-pc-preparation {
    background: url(../img/how-to-prepare-for-pc-link-508x404.webp?v=20241119) center no-repeat;
    height: 404px;
  }

  .image-blog-wrapper-how-pvd-works {
    background: url(../img/how-vacuum-metallisation-works-link-508x404.webp?v=20241119) center no-repeat;
    height: 404px;
  }

  .image-blog-wrapper-pvd-benefits-and-applications {
    background: url(../img/pvd-benefits-and-applications-508x404.webp?v=20241119) center no-repeat;
    height: 404px;
  }

  .text-blog-wrapper {
    margin: 14px 14px 22px 14px;
    height: 376px;
  }

  .section-content {
    height: 640px;
  }

  li.menu-icon {
    display: flex;
  }

  .wrapper-lt {
    padding: 36px 10px 0 10px;
  }

  .wrapper-rm {
    padding: 267px 10px 0 10px;
  }

  .wrapper {
    padding: 15px;
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.05);
    margin: 29px;
    border-radius: 18px;
  }

  .responsive-iframe {
    border-radius: 9px;
  }

  .wrapper-parent {
    max-width: 1200px;
    margin: auto;
    padding: 0 12px;
  }

  .accordion-header {
    cursor: pointer;
    padding: 23px 12px;
  }

  .accordion-content {
    cursor: pointer;
    padding: 0 12px;
  }

  .accordion button {
    margin: 8px 0;
    width: 24px;
    height: 24px;
  }

  h1 {
    font-size: 32px;
  }

  h1.sub {
    font-size: 40px;
  }

  h1.legal {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h2.main {
    font-size: 40px;
  }

  h2.sub {
    margin-top: 8px;
    font-size: 24px;
  }

  h2.legal {
    font-size: 24px;
  }

  h2.legal-accordion {
    line-height: 40px;
    font-size: 24px;
  }

  h2.typing:before {
    margin-top: 8px;
    font-size: 24px;
  }

  h3.main {
    font-size: 20px;
    margin-top: 8px;
  }

  h3.sub {
    margin: 8px 0;
    line-height: 34px;
    font-size: 24px;
  }

  h3.blog {
    font-size: 24px;
  }

  p {
    margin: 8px 0;
    font-size: 18px;
  }

  p.legal {
    font-size: 16px;
    text-indent: 51px;
  }

  p.blog {
    font-size: 16px;
  }

  p.blog-bold {
    font-size: 16px;
  }

  ul.legal {
    font-size: 16px;
  }

  .action-link {
    margin-top: 8px;
    font-size: 16px;
  }

  .arrow {
    width: 18px;
    height: 18px;
  }

  .gf-footer-legal-links {
    float: left;
  }

  .gf-footer {
    height: 76px;
  }

  a.gf-footer-link-before-last {
    border: none;
  }

  .gf-footer-legal-links a {
    padding-top: 10px;
    width: 100%;
    line-height: 30px;
  }

  .gf-footer-legal-copyright {
    float: left;
    width: 100%;
  }

  .gf-company-info {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 566px) {
  .container {
    height: 100%;
  }

  li.hide-mobile {
    display: none;
  }

  ul.hide-desktop {
    display: flex;
  }

  ul.nav {
    display: none;
  }

  ul.nav-footer {
    display: block;
  }

  .header {
    width: 100%;
  }

  .pvd-link {
    background: url(../img/pvd-bg-780-488.webp?v=20241119) center no-repeat;
  }

  .powder-coating-link {
    background: url(../img/powder-coating-bg-780-488.webp?v=20241119) center no-repeat;
  }

  .grid-container-main, .grid-container-blog-single {
    grid-gap: 12px;
  }

  .grid-item-blog {
    height: 537px;
    width: 330px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    margin: 30px 0;
  }

  .image-blog-wrapper-how-pc-works {
    border-radius: 16px 16px 0 0;
    background: url(../img/how-powder-coating-works-link-330x179.webp?v=20241119) center no-repeat;
    height: 179px;
  }

  .image-blog-wrapper-pc-preparation {
    border-radius: 16px 16px 0 0;
    background: url(../img/how-to-prepare-for-pc-link-330x179.webp?v=20241119) center no-repeat;
    height: 179px;
  }

  .image-blog-wrapper-how-pvd-works {
    background: url(../img/how-vacuum-metallisation-works-link-330x179.webp?v=20241119) center no-repeat;
    height: 179px;
  }

  .image-blog-wrapper-pvd-benefits-and-applications {
    background: url(../img/pvd-benefits-and-applications-330x179.webp?v=20241119) center no-repeat;
    height: 179px;
  }

  .text-blog-wrapper {
    margin: 12px 12px 20px 12px;
    height: 340px;
  }

  .section-content {
    height: 480px;
  }

  li.menu-icon {
    display: flex;
  }

  .wrapper-rm {
    padding: 196px 10px 0 10px;
  }

  .wrapper-lt {
    padding: 30px 10px 0 10px;
  }

  .wrapper {
    padding: 13px;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.05);
    margin: 25px;
    border-radius: 15px;
  }

  .wrapper-parent {
    max-width: 1200px;
    margin: auto;
    padding: 0 8px;
  }

  .accordion-header {
    cursor: pointer;
    padding: 20px 8px;
  }

  .accordion-content {
    cursor: pointer;
    padding: 0 8px;
  }

  .accordion button {
    margin: 7px 0 7px 0;
    width: 20px;
    height: 20px;
  }

  h1 {
    font-size: 26px;
  }

  h1.sub {
    font-size: 31px;
  }

  h1.legal {
    font-size: 28px;
  }

  h2 {
    font-size: 20px;
  }

  h2.main {
    font-size: 30px;
  }

  h2.sub {
    margin-top: 7px;
    font-size: 18px;
  }

  h2.typing:before {
    margin-top: 7px;
    font-size: 18px;
  }

  h2.legal {
    font-size: 18px;
  }

  h2.legal-accordion {
    line-height: 34px;
    font-size: 18px;
  }

  h3.main {
    font-size: 16px;
    margin-top: 7px;
  }


  h3.sub {
    margin: 7px 0;
    line-height: 26px;
    font-size: 18px;
  }

  h3.blog {
    font-size: 18px;
  }

  p {
    margin: 7px 0;
    font-size: 14px;
  }

  p.blog-child {
    font-size: 14px;
  }

  p.read-more {
    font-size: 14px;
  }

  p.blog {
    font-size: 14px;
  }

  p.blog-bold {
    font-size: 14px;
  }

  p.legal {
    font-size: 14px;
    text-indent: 44px;
  }

  ul.legal {
    font-size: 14px;
  }

  .action-link {
    margin-top: 7px;
    font-size: 14px;
  }

  .arrow {
    width: 14px;
    height: 14px;
  }

  .gf-footer-legal-links {
    float: left;
  }

  .gf-footer {
    height: 76px;
  }

  a.gf-footer-link-before-last {
    border: none;
  }

  .gf-footer-legal-links a {
    padding-top: 10px;
    width: 100%;
    line-height: 30px;
  }

  .gf-footer-legal-copyright {
    float: left;
    width: 100%;
  }

  .gf-company-info {
    margin-bottom: 5px;
  }
}