:root {
  --green: #5E704C;
  --default: #1C2C29;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  color: var(--default);
  letter-spacing: -0.5px;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
   align-items: end;
}

.flex-column {
  flex-flow: column;
}

.flex-1 {
  flex: 1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}

.container-flex {
    max-width: 1876px;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
}

h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 108%;
}

h2 {
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: -1.7px;
    font-weight: 800;
}

h2::after {
    content: "";
    background: url(../img/zigzag.svg);
    width: 37px;
    height: 7px;
    display: block;
    background-size: 37px;
    margin: 0 auto;
    margin-top: 12px;
}

h3 {
    font-size: 19px;
    line-height: 26px;
}

.text-center {
  text-align: center;
}

.btn-primary {
    background: var(--green);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    padding-block: 0;
    padding-inline: 0;
    padding: 8px 15px 8px 17px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s all;
    outline: none;
    box-shadow: none;
    border: none;
    line-height: 22px;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: -0.1px;
}

.btn-primary:hover {
    background: #6f8657;
}

.btn-primary::after {
    content: "";
    background: url(../img/arrow_right.svg);
    width: 10px;
    height: 9px;
    display: inline-block;
    background-size: 10px;
    margin-left: 9px;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
}

/* Header */

.header-inner {
    padding: 29px 25px 30px 25px;
}

.logo img {
    max-width: 190px;
    width: 100%;
}

.nav-primary {
    gap: 45px;
}

.nav-primary a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--default);
    text-decoration: none;
}

.nav-primary a:hover {
    text-decoration: underline;
}

.hero {
    background: url(../img/hero_img.jpg);
    background-size: cover;
    background-position: center center;
    padding: 170px 34px 181px 34px;
}

.hero .container {
    gap: 40px;
}

.hero p {
    color: #d0d0d0;
    font-size: 17px;
    font-weight: 200;
    max-width: 434px;
    line-height: 161%;
    font-family: "Inter";
    letter-spacing: -0.2px;
}

/* Body */

section {
    padding: 55px 0 70px 0;
    gap: 46px;
}

section header {
    gap: 25px;
}

section header p {
    max-width: 871px;
    font-family: "Inter";
    font-size: 17px;
    font-weight: 300;
    line-height: 161%;
    letter-spacing: -0.2px;
    margin: 0 auto;
}

.product-list {
    gap: 20px;
}

.product {
    border: 1px solid #DFDFDF;
    padding: 20px 40px 30px 40px;
    background: #fff;
}

.product-name {
    color: var(--default);
    font-family: "Inter";
    gap: 18px;
}

.product a {
    text-decoration: none;
}

.product-name span {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.1px;
}

.price {
    font-size: 19px;
    font-weight: 700;
    color: var(--default);
    font-family: "Inter";
}

.name-cta-wrap {
    gap: 22px;
}

.product-photo {
    min-height: 280px;
}

.product-photo img {
    max-height: 280px;
    max-width: 280px;
    padding: 15px;
    width: 100%;
    object-fit: contain;
}

section > .container-flex {
    gap: 46px;
}

/* Footer */

.copy {
    padding: 65px 0;
}

.copy p {
    font-family: "Inter";
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 500;
}

/* Responsive nav */

.nav > ul {
  list-style-type: none;
  margin: 0;
  border: 0;
  padding: 0;
}

.nav {
  zoom: 1;
}
.nav:before, .nav:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.nav:after {
  clear: both;
}

.btn, .toggle {
  border: 0;
  border-radius: 2px;
  padding: 0.5em 0.7em;
  background-color: #fff;
  color: #40C9CC;
}

.nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav {
    display: block;
  }
}
.nav--top a {
  color: var(--default);
  text-decoration: none;
}
.nav--top li {
  margin: 1em;
}
@media only screen and (min-width: 768px) {
  .nav--top li {
    display: inline;
    margin: 0 2.5em 0 0;
  }
  .nav--top li:last-child {
    margin: 0;
  }
}

.toggle {
    background-color: var(--default);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.2px;
    border-radius: 5px;
}

.toggle:hover {
  color: #fff;
}

.active {
  display: block;
}

.toggle {
    position: static;
    cursor: pointer;
    z-index: 1;
}

nav.nav.nav--top.active {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    top: 96px;
    padding: 27px;
}

@media only screen and (min-width: 768px) {
  .toggle {
    display: none;
  }
}

#tiskarny {
    background: #f1f1f1;
}

#tiskarny .product {
    border: none;
}

section#termotisk {
    background: #3d4138;
    color: #fff;
    padding: 78px 0 0px 0;
}

.list ul {
    padding: 0;
    border: 1px solid #626f4f;
    padding: 37px 37px 34px 37px;
    border-radius: 5px;
    flex: 1;
}

.list ul li {
    color: #ffffff;
    list-style-type: none;
    margin-bottom: 7px;
    font-weight: 600;
    gap: 17px;
    position: relative;
    padding-left: 27px;
}

.list ul li::before {
    content: "";
    background: url(../img/li.svg) no-repeat;
    width: 22px;
    height: 11px;
    display: inline-block;
    background-size: 16px;
    top: 6px;
    position: absolute;
    left: -4px;
}

.list {
    max-width: 850px;
    margin: 0 auto;
    text-align: left;
    margin-top: 17px;
    margin-bottom: 25px;
    gap: 31px;
}

.body-text {
    /* max-width: 871px; */
    font-family: "Inter";
    font-size: 17px;
    font-weight: 300;
    line-height: 161%;
    letter-spacing: -0.2px;
    margin: 0 auto;
    background: #202b29;
    padding: 87px 0;
    width: 100%;
}

.body-text p {
    max-width: 871px;
    margin: 0 auto;
}

hr {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    opacity: 0.1;
    margin-top: 20px;
    margin-bottom: 7px;
}

/* Footer */

footer a {
    color: var(--green);
}

footer a:hover {
    text-decoration: none;
}

/* Media queries */

@media screen and (max-width: 1299px) {
    
.product-list {
    gap: 10px;
}    

.product {
    padding: 20px 20px 20px 20px;
}

}    

@media screen and (max-width: 1024px) {

.product-list {
    flex-flow: wrap;
}
    
.product {
    flex: 0 1 49%;
}    
    
.hero {
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 37%);
    text-align: center;
}
    
.hero p {
    max-width: 100%;
    color: #ffffff;
} 
    
section#termotisk header, .list {
    padding: 0 35px;
}   
    
.body-text {
    padding: 87px 35px;
}     
    
}  

@media screen and (max-width: 992px) {

.nav-primary {
    gap: 25px;
}
    
.nav-primary a {
    font-size: 13px;
} 
    
.nav--top li {
    margin: 0 1.3em 1em 0;
}    
    
}    

@media screen and (max-width: 768px) {

.hero .container {
    padding: 0;
}
    
.container-flex {
    padding: 0;
}  
    
h1 {
    line-height: 123%;
    font-size: 43px;    
}    
    
h2 {
    font-size: 31px;
}    
    
section {
    padding: 55px 25px;
}  
    
h3 {
    font-size: 17px;
    line-height: 24px;
}
    
.product-list {
    gap: 5px;
}
    
.btn-primary {
    font-size: 13px;
}    
    
.price {
    font-size: 18px;
}    
    
.product-name span {
    font-size: 14px;
}    

body > header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}  
    
.list {
    flex-flow: column;
}  
    
.body-text {
    padding: 55px 35px;
}   
    
}    

@media screen and (max-width: 480px) {

h1 {
    font-size: 33px;
    line-height: 129%;
}
    
.hero {
    padding: 74px 25px 82px 25px;
}    
    
.hero .container {
    gap: 22px;
}  
    
.hero p {
    font-size: 15px;
}    
    
h2 {
    font-size: 25px;
}
    
section header p {
    font-size: 15px;
}    

.product-btn {
    flex-flow: column wrap;
    gap: 10px;
    justify-content: center;
}  
 
.product-list {
    gap: 4px;
}
    
.product-name {
    gap: 10px;
}    
    
h3 {
    font-size: 15px;
    line-height: 19px;
}
    
.product {
    padding: 12px 12px 12px 12px;
}
    
section {
    padding: 55px 20px;
}
    
.product-name span {
    font-size: 13px;
    line-height: 123%;
}
    
.price {
    font-size: 15px;
}    
    
.btn-primary {
    font-size: 12px;
    width: 100%;
}
    
.btn-primary::after {
    position: relative;
    top: 1px;
}    

section {
    padding: 42px 20px;
}
    
.header-inner {
    padding: 29px 17px 30px 17px;
}    
    
.product-photo {
    min-height: 150px;
}    
    
 .product-photo img {
    max-height: 147px;
    max-width: 147px;
}   
    
section, section > .container-flex {
    gap: 32px;
}    
    
.footer-inner {
    flex-flow: column;
}    
    
.copy {
    padding: 11px 0;
}
    
.copy.back-to-top {
    padding: 11px 0 31px 0;
}  
    
.body-text p {
    font-size: 15px;
}
    
.list ul {
    padding: 29px 37px 24px 37px;
}    
    
.list ul li {
    font-size: 15px;
}
    
section#termotisk {
    padding: 61px 0 0px 0;
}
    
footer {
    padding: 29px 0 15px 0;
    text-align: center;
}
    
.copy.back-to-top {
    justify-content: center;
}    
    
}    