<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  /* overflow-x: hidden; */
}
#pop-up-hide {
  display: none;
}

.slojmat-popup {
  position: fixed;
  inset: 0;
  background: #000000f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 1rem;
  overflow-y: auto;
}

.slojmat-popup-modal {
  background: #fff;
  padding: 2rem;
  border-radius: 20px;
  min-height: 320px;
  max-width: 600px;
  width: 100%;
  box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
  animation: fadeIn 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slojmat-popup-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.slojmat-popup-icon {
  font-size: 30px;
  cursor: pointer;
}

.slojmat-popup-title {
  font-size: 1.8rem;
  color: #222;
  margin: 5px 0;
}

.slojmat-popup-text {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  margin: 10px 0;
}

.slojmat-popup-actions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10px;
}

.slojmat-popup-btn {
  padding: 15px 70px;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-size: 20px;
}

.slojmat-popup-btn--accept {
  background: #1b1c31;
}

.slojmat-popup-btn--reject {
  background: #58575752;
  color: #1b1c31;
}
.text-cntr {
  text-align: center;
}

.txt-white {
  color: #fff;
}

p {
  font-size: 18px;
  margin: 5px 0;
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.log2 {
  color: black;
  font-size: 28px;
  margin: 10px 0px;
}

.slojmat-wrap {
  max-width: 1155px;
  width: 90%;
  margin: auto;
}

.slojmat-wrap-100 {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.txt-rgt {
  text-align: right;
}

/*flex*/
.slojmat-flex {
  display: flex;
}

.slojmat-flex-aln {
  align-items: center;

}

.slojmat-flex-jus {
  justify-content: space-between;
}

.slojmat-flex-gp {
  gap: 20px;
}

/*flex-child*/
.slojmat-flex-50 {
  flex: 50%;
}

.slojmat-flex-33 {
  flex: 33.33%;
}

.slojmat-flex-80 {
  flex: 80%;
}

.slojmat-flex-20 {
  flex: 20%;
}

.slojmat-flex-40 {
  flex: 40%;
}

.slojmat-flex-60 {
  flex: 60%;
}

.slojmat-flex-30 {
  flex: 30%;
}

.slojmat-flex-70 {
  flex: 70%;
}

.slojmat-flex-10 {
  flex: 10%;
}

.slojmat-flex-25 {
  flex: 25%;
}

.slojmat-flex-75 {
  flex: 75%;
}

.slojmat-flex-15 {
  flex: 15%;
}

.slojmat-flex-55 {
  flex: 55%;
}

.slojmat-flex-16 {
  flex: 16.66%;
}

/*header*/
.slojmat-navbar {
  padding-left: 20px;
}

.slojmat-navbar ul {
  padding: 0;
}

.slojmat-navbar li {
  list-style-type: none;
  /* padding:0px 10px; */
}

.slojmat-navbar a {
  color: #000;
  transition: 0.2s;
  font-size: 16px;
}

.slojmat-main-header {
  padding: 10px 30px;
  background-color: #c0b7ac2e;
  border-bottom: 1px solid;
}

.active {
  color: #db1919 !important;
}

.slojmat-top-header p {
  font-size: 16px;
}

.prd21 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/*banner*/
.slojmat-banner-head {
  font-size: 45px;
  line-height: 1.4;
  margin: 5px 0 5px 0;
  font-weight: 500;
}

.slojmat-banner-btn {
  max-width: 114px;
    padding: 10px 5px;
    transition: 0.3s;
    margin-top: 20px;
    text-align: center;
    background-color: #0a0a0a;
    border-radius: 4px;
    color: #fff;
}

.slojmat-banner-btn a {
  color: #fff;
  font-size: 18px;
}

.slojmat-banner-btn:hover {
  transform: scale(1.1);
}

.slojmat-banner-blk {
  max-width: 550px;
  margin: auto;
  padding: 30px;
}

.slojmat-banner{
  background-color: #efefef;
}
.ban-img img{
  min-height: 485px;
  object-fit: cover;
  display: block;
}
.slojmat-banner-blk p{
  font-size: 16px;
  padding-left: 5px;
  font-weight: 600;
}

/*product*/
.slojmat-prd {
  padding:10px 30px;
}

.slojmat-btn {
  max-width: 180px;
    padding: 14px;
    /* margin-top: 20px; */
    transition: 0.3s;
    text-align: center;
    background-color: #000000;
    border-radius: 10px;
    margin: 5px auto 10px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.slojmat-pro-con p {
  color: #000;
}

/* .slojmat-product-img {
  max-width: 380px;
} */

.slojmat-product {
  padding: 30px;
  /* background-image: url('../images/pd-back.jpg');
  background-position: center;
  background-size: cover; */

}

.slojmat-btn p {
  color: #000;
  text-align: center;
}

.slojmat-product-img {
  max-width: 380px;
}

.slojmat-btn:hover {
  transform: scale(1.1);
}

.slojmat-btn:focus {
  outline: 3px solid #333;
}

.slojmat-btn a {
  color: #fff;
}

.slojmat-off {
  background-color: #138b2c;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.slojmat-pro-blk {
  border: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
}

.blprd {
  margin: 20px auto;
  width: 60%;
}

.slojmat-pro-con {
  padding: 10px;
  /* position: relative; */
  text-align: center;
}

.slojmat-cart {
  background-color: #c64191;
  position: absolute;
  border-radius: 50%;
  padding: 10px 10px 5px 10px;
  top: 67%;
  right: 5%;
  transition: 0.5s;
  cursor: pointer;
}

.slojmat-cart:hover {
  background-color: #ec6fd3;
}

/* privacy */
.row ul {
  padding-left: 20px;
}
.row ul li {
  line-height: 1.8;
  font-size: 17px;
}

.row h3,h2 {
  line-height: 1.4;
  margin:10px 0px;
}
.row p{
  font-size: 16px;
}
/*offer*/
.slojmat-offer {
  padding:70px 10px;
    background-image: url(../images/pd-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: #00000066;
}

.slojmat-offer h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.slojmat-offer-blk {
  /* background-color: #69666973; */
  /* color: #fff; */
  padding: 40px 20px;
  max-width: 500px;
  margin: auto;
}

.slojmat-offer-btn {
  max-width: 116px;
  padding: 10px;
  margin: 20px auto auto;
  transition: 0.3s;
  text-align: center;
  background-color: #000000;
  border-radius: 10px;
  color: white;
}

.slojmat-offer-btn a {
  color: #000;
}
.off h1 {
  font-size: 40px;
  line-height: 1.5;
  margin:0px;
}
.slojmat-offer-btn:hover {
  transform: scale(1.1);
}

/*strip*/
.slojmat-strip {
  padding: 20px 20px 0 20px;
}

.slojmat-strip img {
  max-width: 80px;
}

/*footer*/
.fot12 {
  color: white;
    /* margin: 0px 0px 10px; */
    padding: 0px 10px;
    margin: 10px 0px;
    font-size: 28px;
}

.slojmat-footer-nav li {
  list-style-type: none;
  line-height: 2;
}

.slojmat-footer-nav a {
  color: #fff;
  transition: 0.2s;
}

.slojmat-footer ul {
  padding: 0;
}

.slojmat-footer-nav {
  max-width: 300px;
  margin-top: 10px;
}

/* .slojmat-footer-nav-p {
  border-left: #fff solid 1px;
  padding-left: 10px;
} */

.slojmat-footer-top {
  padding: 40px 10px;
  background-color: #060606;
  padding-bottom: 30px;
  color:#fff;
}
.slojmat-footer p{
  font-size: 16px;
    color: #fff;
    padding: 0px 10px;
}
.slojmat-footer h4 {
  margin: 10px 0px;
    font-size: 22px;
    color: #fff;
}
.slojmat-flex-30.con12 {
  padding-left: 30px;
}
/* .foot-cont p,h4{
  color:#fff;
} */
.slojmat-footer-blk {
  max-width: 180px;
  text-align: center;
  margin-top: 10px;
}

.dsk-nm {
  display: none;
}

.mob-nn {
  display: flex;
  justify-content: center;
  padding-right: 10px
}
.rev {
  padding:0px 20px 20px 20px;
}
.rev p{
  font-size: 16px;
}
/* .con12 h4,
p {
  color: #000;
} */

/*back-pages*/
.slojmat-mid {
  padding: 40px 10px;
}

.product {
  text-align: center;
}

.thumbnails {
  /* padding: 10px; */
  text-align: center;
}

.thumbnail {
  margin: 0 5px;
  cursor: pointer;

}

.thumbnails img {
  display: inline-flex;
      max-width: 130px;
  /* margin: auto; */
  
}

.thumbnail-blk:hover {
  border-color: #000;
}

.product img {
  max-width: 450px;
  /* padding: 25px 10px; */
}

.slojmat-abtn {
  max-width: 150px;
  background-color: #767174;
  text-align: center;
  color: #fff;
  padding: 10px;
  /* border-radius: 10px; */
  padding: 10px 14px;
  font-size: 17px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}
.titlepage{
  padding:10px;
}
.slojmat-mid li {
  font-size: 16px;
}

.slojmat-des {
  padding: 20px 30px;
}

.off-cont {
  border:5px double gray;
  padding:20px;
}
.slojmat-mid-blk {
  border: #dedede solid 1px;
  border-radius: 20px;
}
/*  */
.rev-sect {
  padding:20px 20px 40px;
  background-image: url(../images/rev-img.jpg);
  background-position: center;
  background-size: cover;
  min-height: 300px;
  background-blend-mode: overlay;
  background-color: #00000061;
  color:#fff;
}
.rev-sect h1{
      font-size: 30px;
    margin-bottom: 38px;

}
.rev-cont1 {
  max-width: 600px;
  background-color: #1a1919;
padding: 34px 32px 20px;
  color:#fff;
  position: relative;
  width: 100%;
}
.rev-cont1 img{
      max-width: 61px;
    position: absolute;
    bottom: 87%;
    left: 6%;
}
.rev-cont2 {
  max-width: 600px;
  background-color: #1a1919;
  padding:20px ;
  color:#fff;
  margin:20px 0px;
  position: relative; 
  left:150px;
}
.rev-cont2 img {
   max-width: 61px;
    position: absolute;
    top: 83%;
    left: 85%;
}
/*  */
/*contact-page-css*/
input[type=text],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #333;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #000;
}

.ord23{
 min-height: 500px;
 padding:20px;
  display: flex;
 align-items: center;
 justify-content: center;
}
 .ord{
  min-height: calc(100vh - 150px);
 }
.ord-cont {
  text-align: center;
  padding: 20px;
  background-color: #f3eae0a3;
  backdrop-filter: blur(15px);
  border: 1px solid;
  border-radius: 20px;
  /* min-height: 300px; */
  max-width: 400px;

}

.ord-cont img {
  height: 60px;
  width: 60px;


}
.ord-cont h1 {
  font-size: 25px;
  line-height: 1.4;
}
.ord-cont p {
  font-size: 16px;
}


.hdlg {
  padding-right: 40px;
}

/*media*/
@media only screen and (max-width:875px){
 .rev-cont2 {
  position: relative;
    left: 50px;
 }

}
 /* @media only screen and (max-width:900px){
  .thumbnails img {
    max-width: 200px;
  }
 } */
@media only screen and (max-width: 767px) {
    /*  */

  .slojmat-popup-modal {
    padding: 1.5rem;
  }

  .slojmat-popup-title {
    font-size: 1.5rem;
  }

  .slojmat-popup-text {
    font-size: 16px;
  }

  .slojmat-popup-btn {
    padding: 0.9rem 2.5rem;
    font-size: 18px;
  }

  /*  */
  .slojmat-flex-dir {
    flex-direction: column;
  }

  .mob-cntr {
    text-align: center;
  }

  .dsk-nm {
    display: block;
  }

  .mob-nn {
    display: none;
  }

  .slojmat-banner {
    padding: 12px;
    background-color: #efefef00;
  }

  .slojmat-banner-btn {
    margin: 20px auto;
    background-color: white;
        color: #000;
  }
  .slojmat-offer-blk{
    padding:10px;
  }
  .rev-cont1 , .rev-cont2{
    padding:10px;
  }
      .rev-cont2 {
        position: relative;
        left: 0px;
    
}
.rev-sect h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

  .slojmat-banner-head {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
  }

  .thumbnails {
    /* padding: 50px 20px; */
    display: flex;
    align-items: center;
    flex-direction: row;
  flex-wrap: wrap;
  gap:5px;
          justify-content: center;
  }
  .thumbnails img {
    max-width: 80px;
    padding: 10px 0px;
}
  /* .thumbnails img {
    padding: 10px 0px;
  } */
.titlepage {
  text-align: center;
}
  .slojmat-mid {
    padding: 20px 10px ;
  }
  .slojmat-des {
    padding:20px 5px;
  }
  .slojmat-flex-dir-rev {
    flex-direction: column-reverse;
  }
.rev,.slojmat-des {
  text-align: center;
}
  .slojmat-strip h1 {
    font-size: 30px;
  }

  .slojmat-offer h1 {
    font-size: 26px;
  }
 .ban-img img{
  display: none;
 }
 .slojmat-banner-wrap {
  background-image: url('../images/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  background-blend-mode: overlay;
  background-color: #00000078;
  padding:40px;

}
  .slojmat-footer-nav {
    margin: 15px auto auto;
  }

  .slojmat-footer-blk {
    margin: 15px auto auto;
  }
  .slojmat-flex-30.con12 {
    padding-left: 0px;
}
  .slojmat-banner-blk {
    margin: auto;
    padding:0px
  }
  .slojmat-banner-blk p{
    color: #fff;
        font-weight: 500;
        font-size: 15px;
  }
.slojmat-prd{
  padding:10px;
}  
  .slojmat-offer-con {
    margin: auto;
  }

  .slojmat-offer-btn {
    margin: 20px auto auto;
  }

  .slojmat-offer {
    padding: 10px;
  }
.off h1{
  font-size: 50px;
  text-align: center;
}  
.slojmat-product {
 padding: 30px;
}
.slojmat-footer-top{
  padding:10px;
}
  .search-container {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }

  .blprd {
    margin: 20px auto;
    width: 100%;
  }

  .search-input {
    margin-bottom: 10px;
  }

  .search-button {
    width: 50%;
  }

  .ord-cont p {
    /* padding-top: 20px; */
    font-size: 14px;
  }

  .tha92 {
    /* padding:10px 30px; */
    height: 400px;
    width: 300px;
  }
}
@media only screen and (max-width:480px) {
  .slojmat-popup-modal {
    padding: 1rem;
  }

  .slojmat-popup-btn {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
  }

  .slojmat-popup-flx {
    /* flex-direction: column; */
    align-items: flex-start;
  }

  .slojmat-popup-title {
    font-size: 24px
  }

  .slojmat-popup-icon {
    align-self: flex-end;
  }
  .slojmat-banner-wrap  {
    padding:10px;
  }
  .off h1{
    font-size: 35px;
  }
}

/*effects*/
.slojmat-grow img {
  transition: 1s ease;

}

.slojmat-grow {
  overflow: hidden;
  cursor: pointer;
  /* padding:50px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.slojmat-grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
}

/**/
.img-content {
  position: relative;

  .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 50%;
  }

  &amp;:hover {
    .img-overlay {
      opacity: .8;
    }
  }
}

/**/
.select-container {
  width: 100%;
  max-width: 1220px;
  margin-top: 15px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

select:focus {
  border-color: #007bff;
  outline: none;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  color: #fff;
  border: none;
  padding: 10px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background-color: transparent;
  margin:0px 5px;
  border: #fff solid 1px;
}

.search-button:hover {
  transform: scale(1.1);
}</pre></body></html>