.barnav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navcontener {
  display: block;
}

.navmenu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 78.4%, 0);
}

.navline {
  position: relative;
  z-index: 2;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #2e354d;
  font-size: 80px;
  line-height: 100px;
  font-weight: 900;
  text-transform: uppercase;
}

.navline.second2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 50%;
  height: 8px;
  margin-bottom: 47px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-color: #0073e6;
  color: #0073e6;
}

.linkblock {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 96px;
  line-height: 97px;
  text-decoration: none;
}

.menubtn {
  z-index: 1;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  min-height: Infinity%;
  margin-top: 35px;
  margin-right: 20px;
  padding: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.menubtn.w--open {
  z-index: 9999;
  display: block;
  overflow: visible;
  width: 50px;
  height: 50px;
  margin-top: 35px;
  margin-right: 20px;
  padding: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: hsla(0, 0%, 78.4%, 0);
}

.navc {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(225deg, #616161, #d4e9ff);
}

.line-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 80%;
  height: 4px;
  background-color: #6bbcf1;
}

.line-3.lsast {
  margin-bottom: 0px;
  background-color: #6bbcf1;
}

.heroheading {
  position: static;
  flex-direction: row;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 80px;
  font-weight: 800;
  -o-object-fit: fill;
  object-fit: fill;
}

.followhero {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.emailhero {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.phonhero {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.container {
  max-width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container.middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding-top: 0px;
  padding-left: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.container.add {
  display: flex;
  max-width: 80%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.container.about {
  display: block;
  max-width: 90%;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.text-span {
  margin-left: 10px;
  color: #00ffea;
  font-size: 20px;
  line-height: 20px;
}

.contacttext {
  display: flex;
  padding-bottom: 0px;
  justify-content: flex-end;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff7f7;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
}

.herocontact {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  margin-top: 195px;
  text-decoration: none;
}

.herosection {
  overflow: hidden;
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 340px;
  background-image: linear-gradient(180deg, rgba(2, 9, 56, 0.49), rgba(2, 9, 56, 0.49)), url('../images/radovi6.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.textp {
  display: block;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.textp.nomargin {
  margin-bottom: 0px;
  color: #00ffea;
}

.navlink {
  display: block;
  justify-content: space-around;
  align-items: center;
}

.about {
  width: 100%;
}

.textabout {
  display: block;
  width: 90%;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.infoyears {
  text-align: center;
}

.number {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #17007e;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  text-align: center;
}

.h1main {
  margin-top: 10px;
  margin-bottom: 10px;
  perspective-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: 'Abril Fatface', sans-serif;
  color: #6bbcf1;
  font-size: 48px;
  line-height: 56px;
}

.section {
  position: relative;
  overflow: visible;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.section.sectiondiffcolorbackground {
  overflow: hidden;
  margin-top: 200px;
  margin-bottom: 150px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(79, 89, 124, 0.21), #fff);
}

.section.footerspace {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section.nospace {
  margin-bottom: 0px;
}

.aboutnumber {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.numbertextn {
  display: inline-block;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.infocustumer {
  text-align: center;
}

.aboutimg {
  z-index: -1;
  display: block;
  height: 700px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-image: url('../images/radovi15.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
}

.infoabout {
  position: relative;
  left: -116px;
  top: 30px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 10px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

.numberservices {
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  border-radius: 50px;
  background-color: #0073e6;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.paragraph {
  display: inline-block;
  margin-top: 21px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #757474;
  font-size: 19px;
  font-weight: 300;
}

.h3 {
  margin-top: 5px;
  font-family: 'Abril Fatface', sans-serif;
  font-size: 29px;
}

.services {
  position: static;
  flex: 1;
}

.right-arrow-2 {
  display: none;
}

.servicesphoto {
  position: relative;
  border-radius: 5px;
}

.servicesmask {
  border-radius: 10px;
}

.servicesslider {
  height: 600px;
  margin-top: 6px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-nav-2 {
  display: none;
}

.servicesinfo {
  height: 82%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
}

.providetext {
  margin-top: 10px;
  margin-left: 35px;
}

.left-arrow {
  display: none;
}

.tabdiv {
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.servicesslideproces {
  border-radius: 10px;
  background-image: url('../images/dizalice.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.servicesslideproces.secondimg {
  background-image: url('../images/dizalice4.jpg');
}

.servicesslideproces.thirdimg {
  background-image: url('../images/dizalice3.jpg');
}

.tabline {
  width: 5px;
  height: 100px;
  margin-top: 10px;
  margin-left: 28px;
  border-radius: 100px;
  background-color: #0073e6;
  perspective-origin: 50% 0%;
  transform: scale(1);
  transform-origin: 50% 0%;
  text-align: center;
}

.infoc {
  display: flex;
  padding-right: 20px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.containerinfo {
  margin-right: 20px;
  margin-left: 20px;
}

.infop {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #757474;
  font-size: 19px;
  text-align: center;
}

.imgcheck {
  width: auto;
  height: auto;
  max-width: 150%;
  margin-top: 0px;
  text-align: center;
}

.numbercheck {
  display: flex;
  max-width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
}

.numberinfo {
  padding-top: 10px;
  border-radius: 50px;
  font-family: 'Varela Round', sans-serif;
  color: #0073e6;
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
  text-align: center;
}

.offercolum {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
}

.offercolum.low {
  bottom: -79px;
}

.offercolum.low.cenrt {
  bottom: 0px;
  display: flex;
  margin-top: 15%;
  padding-left: 70px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.offercolum.low.righ {
  align-items: flex-end;
}

.offercolum.upp {
  top: -73px;
  padding-right: 0px;
}

.offercolum.right {
  align-items: flex-end;
}

.offercolum.text {
  top: 50px;
  display: block;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
}

.imgoffer {
  max-width: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.linktosection {
  position: static;
  display: block;
  overflow: hidden;
  max-width: 85%;
  flex-direction: column;
  justify-content: flex-start;
}

.linktosection.right {
  position: relative;
  display: block;
  align-items: flex-end;
  text-align: left;
}

.categorytext {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 60%;
  height: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 5px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 35px;
}

.container-2 {
  display: flex;
  overflow: hidden;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #17007e;
}

.offercontener {
  display: block;
  max-width: 100%;
  margin-left: 0px;
  flex-direction: column;
  align-items: center;
}

.h1offer {
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Abril Fatface', sans-serif;
  color: #6bbcf1;
  font-size: 45px;
  text-transform: uppercase;
}

.linesecondpage {
  width: 20%;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff8f8;
  perspective-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.linesecondpage.right {
  perspective-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.sectionsecondpage {
  height: 50vh;
}

.h1secondpage {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 22;
  display: flex;
  align-items: center;
  flex: 0 auto;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff8f8;
  text-transform: uppercase;
}

.sliderseconpage {
  display: flex;
  height: 50vh;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.imageslidersecond {
  width: 100vw;
  height: 50vh;
  background-image: linear-gradient(180deg, rgba(8, 3, 31, 0.59), rgba(8, 3, 31, 0.59)), url('../images/crijepLim.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.imageslidersecond.thirdimg {
  background-image: linear-gradient(180deg, rgba(5, 1, 48, 0.28), rgba(5, 1, 48, 0.28)), url('../images/profilisaniLim.jpg');
  background-size: auto, cover;
}

.imageslidersecond.secondimg {
  background-image: linear-gradient(180deg, rgba(5, 1, 48, 0.28), rgba(5, 1, 48, 0.28)), url('../images/olucniSistemi.jpg');
  background-size: auto, cover;
}

.imageslidersecond.fourthimg {
  background-image: linear-gradient(180deg, rgba(5, 1, 48, 0.28), rgba(5, 1, 48, 0.28)), url('../images/olucnaGalanterija.jpg');
  background-size: auto, cover;
}

.secondwrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.h3production {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -12%;
  width: 80%;
  margin: 10px auto auto;
  font-family: Lato, sans-serif;
  color: #1256ca;
  font-size: 23px;
  text-align: center;
}

.bold-text {
  font-family: Lato, sans-serif;
  color: #fff;
}

.infoproduct {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 70%;
  height: 70%;
  margin: auto;
  border-radius: 20px;
  background-color: hsla(0, 1%, 68.4%, 0);
  background-image: linear-gradient(315deg, #003f7c 31%, #fff);
}

.producttext {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff4f4;
  font-weight: 600;
  text-transform: none;
}

.producttext.centertext {
  padding-left: 30px;
  color: #fff;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.categoriproduct {
  margin-top: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  text-transform: uppercase;
}

.popupline {
  width: 10%;
  height: 3px;
  margin-bottom: 20px;
  background-color: #17007e;
}

.btnproduct {
  position: static;
  left: auto;
  top: 10px;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 90%;
  height: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #3898ec;
  font-family: Lato, sans-serif;
  color: #fff8f8;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.productheading {
  margin-top: 10px;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-weight: 700;
}

.closebtn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px;
  background-color: transparent;
  background-image: url('../images/cancel-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.production {
  display: block;
  margin-top: 40px;
  margin-bottom: 60px;
  flex-direction: column;
}

.h1production {
  margin-bottom: 40px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 84.7%, 0.72), hsla(0, 0%, 87.1%, 0.37) 26%, #fff 90%);
  font-family: 'Abril Fatface', sans-serif;
  text-align: center;
}

.productionimg {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.showpop {
  display: flex;
  overflow: hidden;
  width: 80%;
  height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-image: url('../images/Trapezni-lim.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
}

.showpop.img2 {
  background-image: url('../images/Prodanovic-Limovi-1467-2-scaled-600x400.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.showpop.img4 {
  background-image: url('../images/Okrugli-oluk2_clipdrop-background-removal.png');
  background-position: 50% 50%;
  background-size: 300px;
}

.showpop.img6 {
  background-image: url('../images/Okrugli-oluk_clipdrop-background-removal.png');
  background-position: 50% 50%;
  background-size: 400px;
}

.showpop.img7 {
  background-image: url('../images/Dugmici_clipdrop-background-removal.png');
  background-size: cover;
}

.showpop.img8 {
  background-image: url('../images/Forkop-samouklapajuci_clipdrop-background-removal.png');
  background-size: contain;
}

.showpop.img9 {
  background-image: url('../images/Kuka-cetvrtasta_clipdrop-background-removal.png');
  background-position: 50% 50%;
  background-size: auto 220px;
}

.showpop.img10 {
  background-image: url('../images/Ravno-kacanje-snegobran_clipdrop-background-removal.png');
}

.showpop.pop24 {
  background-image: url('../images/Vinkla-spoljasnja-2-scaled-600x400_clipdrop-background-removal.png');
}

.showpop.img20 {
  background-image: url('../images/Selna-Braon-scaled-600x400_clipdrop-background-removal.png');
  background-size: contain;
}

.showpop.img21 {
  background-image: url('../images/Kalotna-scaled-600x400_clipdrop-background-removal.png');
}

.showpop.img22 {
  background-image: url('../images/9-scaled-600x798_clipdrop-background-removal.png');
  background-size: contain;
}

.showpop.img23 {
  background-image: url('../images/Falco-2B.png');
}

.showpop.img24 {
  background-image: url('../images/lamperijalimena_clipdrop-background-removal.webp');
}

.showpop.img25 {
  background-image: url('../images/galanterija-4_clipdrop-background-removal.png');
  background-size: contain;
}

.showpop.img26 {
  background-image: url('../images/perforirana-mrezica_clipdrop-background-removal.png');
  background-size: contain;
}

.producttinfo {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 80%;
  margin-top: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.productimg {
  position: static;
  display: flex;
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.productimg.center {
  position: relative;
  top: 30px;
  margin-top: 0px;
  justify-content: flex-start;
  align-items: center;
}

.popupinformation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(16, 32, 54, 0.68);
}

.productionimg-2 {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: rgba(30, 32, 33, 0.93);
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer-copyright-center {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slideimg {
  width: 25%;
  border-radius: 0px;
  background-image: url('../images/radovi16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.slideimg.second {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('../images/radovi5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slideimg.third {
  border-radius: 0px;
  background-image: url('../images/radovi7.jpg');
  background-size: cover;
}

.slideimg.fort {
  background-image: url('../images/radovi.jpg');
}

.slideimg.fift {
  background-image: url('../images/radovi3.jpg');
}

.slideimg.six {
  background-image: url('../images/radovi14.jpg');
}

.slideimg.seven {
  background-image: url('../images/radovi18.jpg');
  background-position: 50% 10%;
}

.slideimg.eight {
  background-image: url('../images/radovi10.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

.slider {
  height: 450px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.body {
  background-color: hsla(0, 0%, 100%, 0);
}

.lineabout {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40%;
  height: 3px;
  margin-top: 0px;
  border-radius: 10px;
  background-color: #0073e6;
  perspective-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.sliderpop {
  display: block;
  overflow: visible;
  width: 90%;
  margin-top: 80px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.popmask {
  margin-top: 0px;
}

.popimg {
  width: 100%;
  background-image: url('../images/Trapezni-lim_clipdrop-background-removal.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.popimg.pop2 {
  background-image: url('../images/Trapezni-lim-18_clipdrop-background-removal.png');
}

.popimg.pop3 {
  background-image: url('../images/Trapezni-lim-35-200-copy-600x542_clipdrop-background-removal.png');
}

.popimg.pop4 {
  background-image: url('../images/crijepLim2_clipdrop-background-removal.png');
}

.popimg.pop5 {
  background-image: url('../images/crijepLim_clipdrop-background-removal.png');
  background-position: 50% 50%;
  background-size: cover;
}

.popimg.pop6 {
  background-image: url('../images/image_clipdrop-enhance.png');
  background-position: 50% 60%;
  background-size: cover;
}

.popimg.pop7 {
  background-image: url('../images/Okrugli-oluk3_clipdrop-background-removal.png');
}

.popimg.pop8 {
  background-image: url('../images/Dugmici_clipdrop-background-removal.png');
}

.popimg.pop9 {
  background-image: url('../images/Dugmici-2_clipdrop-background-removal.png');
}

.popimg.pop10 {
  background-image: url('../images/Forkop-samouklapajuci_clipdrop-background-removal.png');
}

.popimg.pop11 {
  background-image: url('../images/Forkop-standardni_clipdrop-background-removal.png');
}

.popimg.pop12 {
  background-image: url('../images/Kuka-cetvrtasta_clipdrop-background-removal.png');
  background-size: contain;
}

.popimg.pop13 {
  background-image: url('../images/Kuka-ogrugla_clipdrop-background-removal.png');
}

.popimg.pop14 {
  background-image: url('../images/Ravno-kacanje-snegobran_clipdrop-background-removal.png');
}

.popimg.pop15 {
  background-image: url('../images/Tondah-snegobran-jpg-scaled-600x400_clipdrop-background-removal.png');
}

.popimg.pop16 {
  background-image: url('../images/Snegobran-za-crep-plocu_clipdrop-background-removal.png');
}

.popimg.pop17 {
  background-image: url('../images/Kreaton-snegoran_clipdrop-background-removal-1.png');
}

.popimg.pop18 {
  background-image: url('../images/snijegobran_clipdrop-background-removal.png');
}

.popimg.pop19 {
  background-image: url('../images/snjegobranTR_clipdrop-background-removal.png');
}

.popimg.pop20 {
  background-image: url('../images/Oluk-cetvrtasti2_clipdrop-background-removal.png');
}

.popimg.pop21 {
  background-image: url('../images/Oluk-cetvrtasti_clipdrop-background-removal_1.png');
}

.popimg.pop22 {
  background-image: url('../images/Okrugli-oluk2_clipdrop-background-removal.png');
}

.popimg.pop23 {
  background-image: url('../images/oluk-cetvrtasti_clipdrop-background-removal.png');
}

.popimg.pop24 {
  background-image: url('../images/Vinkla-spoljasnja-2-scaled-600x400_clipdrop-background-removal.png');
}

.popimg.pop25 {
  background-image: url('../images/Vinkla-unutrasnja-scaled-600x400_clipdrop-background-removal.png');
}

.popimg.pop26 {
  margin-top: 1px;
  background-image: url('../images/Selna-Braon-scaled-600x400_clipdrop-background-removal.png');
}

.popimg.pop27 {
  background-image: url('../images/Selna-siva-scaled-600x400_clipdrop-background-removal.png');
}

.popimg.pop28 {
  background-image: url('../images/Kalotna-scaled-600x400_clipdrop-background-removal.png');
}

.popimg.pop29 {
  background-image: url('../images/Kalotne-boje-scaled-600x400_clipdrop-background-removal.png');
}

.popimg.pop30 {
  background-image: url('../images/9-scaled-600x798_clipdrop-background-removal.png');
}

.popimg.pop31 {
  background-image: url('../images/Falco-2B.png');
}

.popimg.pop32 {
  background-image: url('../images/IMG_1669-1024x680_clipdrop-background-removal.png');
}

.popimg.pop34 {
  background-image: url('../images/samouklapajuci.png');
}

.popimg.pop35 {
  background-image: url('../images/lamperijalimena_clipdrop-background-removal.webp');
}

.popimg.pop36 {
  background-image: url('../images/lamperija-1_clipdrop-background-removal.png');
}

.popimg.pop38 {
  background-image: url('../images/crijeoLim.png');
}

.popimg.pop39 {
  background-image: url('../images/Koleno-600x655_clipdrop-background-removal.png');
}

.popimg.pop40 {
  background-image: url('../images/galanterija-4_clipdrop-background-removal.png');
}

.popimg.pop41 {
  background-image: url('../images/koleno-prelazno-300x300_clipdrop-background-removal.png');
}

.popimg.pop42 {
  background-image: url('../images/kazance_clipdrop-background-removal.png');
}

.popimg.pop43 {
  background-image: url('../images/perforirana-mrezica_clipdrop-background-removal.png');
}

.popimg.pop44 {
  background-image: url('../images/merzica_clipdrop-background-removal.png');
}

.left-arrow-3 {
  display: block;
}

.slide-nav-3 {
  display: none;
}

.slide-nav-4 {
  display: none;
}

.slide-nav-5 {
  display: none;
}

.slide-nav-6 {
  display: none;
}

.bold-text-2 {
  display: block;
  font-weight: 600;
}

.textpop {
  color: #fff;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.hiide {
  display: block;
}

.phonnumber {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6bbcf1;
  font-size: 50px;
  line-height: 50px;
}

.textcontact {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.text-block-10 {
  font-family: Lato, sans-serif;
  color: #6bbcf1;
  font-size: 18px;
}

.heading-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.concactinercolum {
  position: static;
  z-index: 4;
  display: flex;
  margin-top: 20px;
  padding-left: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.emailconcatct {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.emaillink {
  margin-left: 10px;
  color: #6bbcf1;
  text-decoration: none;
}

.contactcolum {
  position: relative;
  display: flex;
  padding-bottom: 60px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  order: 0;
  flex: 1;
}

.span2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.footercolum {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.maintextfooter {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.linkfooter {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.linkfooter.w--current {
  font-family: Lato, sans-serif;
}

.linkfooterimg {
  display: flex;
  width: 35px;
  height: 35px;
  flex-direction: row;
  background-image: url('../images/facebook.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linkfooterimg.ista {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background-image: url('../images/instagram-1.png');
}

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

.secondlinenav {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 8px;
  margin-bottom: 47px;
  border-radius: 10px;
  background-color: #0073e6;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-left: 20px;
  padding-bottom: 0px;
  background-image: url('../images/logo2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.brand.w--current {
  z-index: 1;
}

.inlink {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-left: 11px;
  background-image: url('../images/instagram-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.inlink.fb {
  background-image: url('../images/facebook-1.png');
}

.page-layout-side {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: block;
  width: 50vw;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  background-color: #000;
  background-image: linear-gradient(180deg, #003f7c 8%, #6bbcf1);
}

.page-layout-side.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.text-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1001;
  display: block;
  flex-direction: row;
  align-items: flex-start;
  font-family: 'Abril Fatface', sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 82px;
}

.pageloadoverlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.headermask {
  overflow: hidden;
}

.headermask.pspace {
  margin-top: 40px;
}

.textherobootom {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.btnmask {
  overflow: hidden;
  height: 55px;
  margin-top: 60px;
  border-radius: 100px;
  background-color: #0073e6;
  text-decoration: none;
  cursor: pointer;
}

.textbtn {
  display: flex;
  overflow: visible;
  padding-right: 30px;
  padding-left: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 100px;
  background-color: rgba(0, 115, 230, 0);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 55px;
}

.span14 {
  margin-left: 10px;
}

.bglogo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: auto;
}

.slide-nav-7 {
  display: none;
}

.imgnav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/logo2.png');
  background-position: 0% 100%;
  background-size: auto;
}

.no-scrol {
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .container.about {
    margin-left: auto;
  }

  .textabout {
    font-size: 18px;
    line-height: 26px;
  }

  .number {
    font-size: 65px;
    line-height: 70px;
  }

  .infoabout {
    top: 66px;
  }

  .showpop.img26 {
    background-position: 50% 50%;
  }
}

@media screen and (min-width: 1440px) {
  .container.about {
    margin-left: auto;
  }

  .textabout {
    font-size: 18px;
    line-height: 26px;
  }

  .number {
    font-size: 65px;
    line-height: 70px;
  }

  .numbertextn {
    font-size: 18px;
    line-height: 18px;
  }

  .infoabout {
    top: 74px;
  }
}

@media screen and (min-width: 1920px) {
  .infoabout {
    left: -163px;
    top: 80px;
    bottom: auto;
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .container.add {
    max-width: 90%;
  }

  .container.about {
    margin-left: auto;
  }

  .herocontact {
    display: none;
  }

  .textabout {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .number {
    font-size: 36px;
    line-height: 39px;
  }

  .h1main {
    margin-top: 10px;
    font-size: 40px;
    line-height: 48px;
  }

  .section.sectiondiffcolorbackground {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section.nospace {
    margin-top: 60px;
    padding-top: 0px;
  }

  .aboutnumber {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .numbertextn {
    font-size: 14px;
  }

  .aboutimg {
    top: 444px;
    height: 500px;
    border-radius: 10px;
    background-position: 50% 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .infoabout {
    left: auto;
    top: -491px;
    display: block;
    padding-top: 0px;
    background-color: hsla(0, 0%, 100%, 0.84);
  }

  .numberservices {
    width: 50px;
    height: 50px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 18px;
  }

  .h3 {
    font-size: 23px;
    line-height: 25px;
    text-align: center;
  }

  .h3.leftline {
    text-align: left;
  }

  .servicesphoto {
    top: 45px;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .servicesslider {
    height: 500px;
    max-width: 100%;
    margin-top: 0px;
  }

  .servicesslideproces {
    background-position: 50% 50%;
    background-size: cover;
  }

  .tabline {
    margin-left: 22px;
  }

  .infoc {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .infop {
    text-align: center;
  }

  .imgcheck {
    max-width: 65%;
    margin-right: 5px;
  }

  .numbercheck {
    display: flex;
    flex-direction: row;
  }

  .numberinfo {
    padding-top: 0px;
    font-size: 55px;
    line-height: 60px;
  }

  .offercolum.low {
    bottom: -58px;
    margin-bottom: 20px;
    align-items: center;
  }

  .offercolum.low.righ {
    bottom: -50px;
    margin-bottom: 20px;
    align-items: center;
  }

  .offercolum.low.hide {
    display: none;
  }

  .offercolum.upp {
    top: 8px;
    align-items: center;
  }

  .offercolum.right {
    margin-bottom: 20px;
    align-items: center;
  }

  .offercolum.text {
    top: auto;
    margin-bottom: 20px;
  }

  .categorytext {
    font-size: 20px;
    line-height: 29px;
  }

  .h1offer {
    align-items: flex-start;
    font-size: 26px;
    line-height: 40px;
  }

  .offer {
    display: block;
    align-items: center;
  }

  .h3production {
    bottom: 8%;
  }

  .h3production.morespacetext {
    bottom: 0%;
  }

  .bold-text {
    display: block;
  }

  .infoproduct {
    width: 90%;
    height: 90%;
  }

  .producttext {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .producttext.centertext {
    padding-left: 100px;
  }

  .categoriproduct {
    font-size: 12px;
    line-height: 16px;
  }

  .popupline {
    margin-bottom: 10px;
  }

  .btnproduct {
    display: none;
  }

  .productheading {
    font-size: 26px;
    line-height: 30px;
  }

  .textinfo {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .showpop {
    width: 90%;
    background-size: contain;
  }

  .showpop.img4 {
    background-size: contain;
  }

  .showpop.img6 {
    background-size: contain;
  }

  .producttinfo {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
  }

  .productimg.center {
    position: relative;
    top: 0px;
    display: block;
    height: 300px;
    margin-top: 0px;
  }

  .slideimg {
    width: 50%;
  }

  .body {
    display: block;
  }

  .lineabout {
    display: block;
    margin-left: 0px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .sliderpop {
    width: 100%;
    margin-top: 0px;
  }

  .popimg {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    background-size: contain;
  }

  .popimg.pop4 {
    position: relative;
  }

  .popimg.pop31 {
    height: 300px;
    background-size: contain;
  }

  .phonnumber {
    font-size: 41px;
  }

  .textcontact {
    margin-top: 0px;
  }

  .heading-3 {
    font-size: 34px;
    line-height: 38px;
  }

  .concactinercolum {
    margin-top: 10px;
    padding-left: 10px;
    align-items: center;
  }

  .emailconcatct {
    font-size: 22px;
    line-height: 28px;
  }

  .contactcolum {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bold-text-3 {
    display: block;
  }

  .bold-text-4 {
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .brand {
    width: 80px;
    height: 80px;
  }

  .text-logo {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .btnmask {
    height: 55px;
    line-height: 29px;
  }

  .textbtn {
    font-size: 18px;
    line-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .navline {
    font-size: 62px;
    line-height: 80px;
  }

  .linkblock {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .linkblock.w--current {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .container {
    max-width: 90%;
  }

  .container.middle {
    height: 100%;
    padding-left: 0px;
  }

  .textabout {
    margin-top: 10px;
  }

  .h1main {
    margin-top: 0px;
  }

  .section.bootom {
    padding-bottom: 100px;
  }

  .aboutnumber {
    margin-top: 10px;
  }

  .infocolum {
    display: flex;
  }

  .aboutimg {
    top: 512px;
    height: 600px;
    background-position: 50% 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .infoabout {
    top: -596px;
    background-color: hsla(0, 0%, 100%, 0.36);
  }

  .h3.leftline {
    text-align: left;
  }

  .offercolum.low {
    bottom: 0px;
    align-items: center;
  }

  .offercolum.low.cenrt {
    bottom: 0px;
    margin-top: 20px;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
  }

  .offercolum.low.righ {
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
  }

  .offercolum.upp {
    top: 0px;
    align-items: center;
  }

  .offercolum.right {
    position: static;
    margin-top: 20px;
    padding-bottom: 20px;
    align-items: center;
  }

  .offercolum.text {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h1offer {
    align-items: flex-start;
  }

  .h3production {
    bottom: 20%;
  }

  .h3production.morespacetext {
    bottom: -9%;
  }

  .btnproduct {
    display: none;
  }

  .productionimg {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .showpop {
    height: 300px;
    background-position: 50% 0%;
    background-size: 400px 200px;
  }

  .showpop.img4 {
    background-position: 34% 50%;
  }

  .showpop.img22 {
    background-position: 50% 0%;
  }

  .productimg.center {
    height: 200px;
  }

  .popupinformation.show {
    display: flex;
  }

  .footer-dark {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .lineabout {
    margin-left: 0%;
  }

  .sliderpop {
    height: 200px;
  }

  .popmask {
    height: 200px;
  }

  .popimg.pop31 {
    height: 200px;
  }

  .popimg.pop32 {
    height: 200px;
  }

  .popimg.pop34 {
    height: 200px;
  }

  .concactinercolum {
    align-items: center;
  }

  .text-logo {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 479px) {
  .barnav {
    overflow: hidden;
  }

  .navcontener {
    overflow: hidden;
  }

  .navmenu {
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }

  .navline {
    display: block;
    flex-direction: column;
    align-items: center;
    font-size: 45px;
    line-height: 60px;
  }

  .navline.second2 {
    height: 6px;
    margin-bottom: 45px;
  }

  .linkblock {
    font-size: 90px;
  }

  .linkblock.w--current {
    align-items: center;
  }

  .menubtn {
    width: 40px;
    height: 40px;
    margin-top: 30px;
  }

  .menubtn.w--open {
    width: 40px;
    height: 40px;
    margin-top: 30px;
  }

  .navc {
    display: flex;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    justify-content: center;
  }

  .line-3 {
    height: 4px;
    margin-top: 0px;
  }

  .heroheading {
    font-size: 60px;
    line-height: 70px;
  }

  .container {
    max-width: 90%;
  }

  .container.middle {
    max-width: 100%;
    padding-left: 10px;
  }

  .container.add {
    max-width: 95%;
  }

  .container.about {
    display: flex;
    max-width: 95%;
    margin-right: 0px;
    margin-left: 0px;
    align-items: center;
  }

  .contacttext {
    display: none;
  }

  .herocontact {
    display: none;
  }

  .herosection {
    overflow: hidden;
  }

  .textp {
    font-size: 13px;
    line-height: 20px;
  }

  .textp.nomargin {
    font-size: 14px;
    line-height: 16px;
  }

  .about {
    margin-left: 0px;
  }

  .textabout {
    display: flex;
    margin-top: 20px;
    padding-left: 20px;
    flex-direction: row;
    align-items: center;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
  }

  .number {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    line-height: 39px;
  }

  .h1main {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-size: 29px;
    line-height: 45px;
  }

  .section {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .section.sectiondiffcolorbackground {
    margin-bottom: 100px;
  }

  .section.sectiondiffcolorbackground.nooverflow {
    overflow: visible;
  }

  .section.footerspace {
    display: block;
  }

  .section.bootom {
    padding-bottom: 60px;
  }

  .aboutnumber {
    width: 100%;
  }

  .numbertextn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
  }

  .aboutimg {
    top: 394px;
    display: flex;
    height: 450px;
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: column;
    align-items: center;
  }

  .infoabout {
    position: relative;
    top: -463px;
    padding-left: 0px;
    background-color: hsla(0, 0%, 100%, 0.74);
  }

  .numberservices {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 17px;
  }

  .h3 {
    display: block;
    margin-top: 0px;
    font-size: 22px;
    line-height: 25px;
  }

  .h3.leftline {
    text-align: left;
  }

  .servicesphoto {
    padding-right: 0px;
    padding-left: 0px;
  }

  .servicesslider {
    height: 300px;
  }

  .providetext {
    margin-top: 0px;
  }

  .tabdiv {
    margin-left: 5px;
  }

  .servicesslideproces {
    background-position: 50% 0%;
    background-size: cover;
  }

  .servicesslideproces.secondimg {
    background-position: 50% 0%;
    background-size: cover;
  }

  .servicesslideproces.thirdimg {
    background-position: 50% 0%;
    background-size: cover;
  }

  .tabline {
    margin-left: 18px;
  }

  .infoc {
    display: flex;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 0px;
    flex-direction: column;
    justify-content: center;
  }

  .containerinfo {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .infop {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .imgcheck {
    max-width: 55%;
    font-size: 14px;
  }

  .numbercheck {
    display: flex;
    max-width: 30%;
    flex-direction: row;
  }

  .numberinfo {
    margin-left: 5px;
    padding-top: 0px;
    font-size: 37px;
    line-height: 47px;
    text-align: center;
  }

  .offercolum {
    margin-bottom: 20px;
    align-items: center;
  }

  .offercolum.low {
    bottom: 0px;
  }

  .offercolum.low.cenrt {
    bottom: 0px;
    margin-top: 20px;
    align-items: center;
  }

  .offercolum.low.righ {
    align-items: center;
  }

  .offercolum.upp {
    top: 0px;
    align-items: center;
  }

  .offercolum.right {
    display: flex;
    align-items: center;
  }

  .offercolum.text {
    top: 0px;
  }

  .categorytext {
    width: 70%;
    height: 25%;
    padding-left: 0px;
    font-size: 15px;
    line-height: 16px;
  }

  .container-2 {
    max-width: 100%;
    align-items: center;
  }

  .offercontener {
    width: 100%;
    max-width: 100%;
  }

  .h1offer {
    font-size: 22px;
    line-height: 27px;
  }

  .offer {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .h1secondpage {
    font-size: 26px;
    line-height: 34px;
  }

  .h3production {
    bottom: 30%;
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .h3production.morespacetext {
    bottom: 16%;
  }

  .h3production.closespace {
    bottom: 37%;
  }

  .h3production.vspace {
    bottom: -1%;
  }

  .bold-text {
    font-size: 12px;
    line-height: 18px;
  }

  .infoproduct {
    display: flex;
    width: 90vw;
    height: 95vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .producttext {
    font-size: 12px;
    line-height: 18px;
  }

  .producttext.centertext {
    padding-left: 20px;
    line-height: 20px;
  }

  .btnproduct {
    display: none;
  }

  .productheading {
    font-size: 20px;
    line-height: 24px;
  }

  .production {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h1production {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .productionimg {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .productionimg.closespaceimg {
    bottom: 40px;
    margin-bottom: 0px;
  }

  .showpop {
    width: 90%;
    height: 200px;
    background-size: contain;
  }

  .showpop.img2 {
    height: 200px;
  }

  .showpop.img4 {
    background-size: contain;
  }

  .showpop.img6 {
    background-size: contain;
  }

  .showpop.img9 {
    background-position: 50% 0%;
    background-size: contain;
  }

  .showpop.img22 {
    background-position: 50% 0%;
    background-size: contain;
  }

  .showpop.img23 {
    height: 200px;
  }

  .showpop.img24 {
    height: 200px;
  }

  .producttinfo {
    display: flex;
    height: 100%;
    justify-content: center;
  }

  .productimg {
    position: relative;
    top: -41px;
    display: block;
  }

  .productimg.center {
    top: 0px;
  }

  .productimg.spaceforimgoioup {
    top: 7px;
  }

  .popupinformation {
    z-index: 100000;
  }

  .productionimg-2 {
    margin-bottom: 20px;
  }

  .slideimg {
    width: 100%;
  }

  .lineabout {
    margin-left: 0px;
  }

  .sliderpop {
    margin-top: 0px;
  }

  .popimg {
    width: 100%;
    background-size: contain;
  }

  .textpop {
    line-height: 21px;
  }

  .phonnumber {
    font-size: 27px;
    line-height: 45px;
  }

  .textcontact {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 31px;
  }

  .concactinercolum {
    display: flex;
    padding-left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .emailconcatct {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
  }

  .contactcolum {
    display: block;
  }

  .span2 {
    font-size: 27px;
  }

  .footercolum {
    margin-top: 15px;
  }

  .maintextfooter {
    margin-top: 0px;
    font-size: 25px;
    line-height: 35px;
  }

  .linkfooter {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 30px;
  }

  .linkfooterimg {
    width: 30px;
    height: 30px;
  }

  .linkfooterimg.ista {
    width: 30px;
    height: 30px;
  }

  .image-20 {
    max-width: 40%;
  }

  .secondlinenav {
    left: 50%;
    top: auto;
    right: 0%;
    height: 6px;
    margin-bottom: 45px;
  }

  .brand {
    z-index: 0;
    width: 50px;
    height: 50px;
  }

  .brand.w--current {
    z-index: 0;
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }

  .page-layout-side {
    z-index: 1000;
    display: block;
  }

  .page-layout-side.right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
  }

  .text-logo {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    font-size: 70px;
    line-height: 78px;
  }

  .text-logo.seconpage {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    font-size: 53px;
    line-height: 70px;
  }

  .pageloadoverlay {
    display: none;
  }

  .btnmask {
    display: block;
    overflow: hidden;
    height: 55px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .textbtn {
    font-size: 16px;
    line-height: 55px;
  }

  .imgnav {
    background-position: -60% 51%;
    background-size: auto;
  }
}

