html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

header{
    width: 100%;
    height: 180px;
    padding: 20px 0 0 0;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .container .left{
    width: 120px;
}

.logo{
    width: 100%;
    text-align: left;
}

.logo img{
    width: 120px;
    text-align: left;
}

header .container .right{
    width: 87%;
}

.header-menu{
    width: 100%;
    color: #000;
    padding-top: 0px;
}

.header-menu a{
    text-decoration: none;
    color: #000;
}

.header-menu a:hover{
    color: #004689;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Circe-Regular; 
    font-size: 13px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 0px;
}

.header-menu span{
    border-bottom: solid 1px #fff;
    background: #e7e7e796;
    border-radius: 16px;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
}

.header-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;     
}

.logo-text{
    width: 20%;
    margin-top: 15px;
}

.logo-text p{
    font-family: Circe-Regular; 
    font-size: 14px;
    color: #000;
}

.wp{
    width: 15%;
    margin-top: 5px;
}

.wp p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Circe-Bold; 
    font-size: 14px;
    color: #000;
    background-image: url(img/whatsapp.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.mail{
    width: 20%;
    margin-top: 5px;
}

.mail p{
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: Circe-Bold; 
    font-size: 14px;
    color: #000;
    background-image: url(img/email.png);
    background-position: left 0px top 22px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

.mail span{
    font-family: Circe-Light;
    font-size: 12px;
}

.header-button{
    background: #004689;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: Circe-Bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 30px;
}

.banner{
    width: 100%;
    height: 530px;
}

.banner .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner .left{
    width: 60%;
}

.banner-title{
    padding: 40px 0 0 0;
    font-family: Circe-Bold;
    font-size: 52px;
    line-height: 60px;
    width: 90%;
}

.banner-sm-title{
    padding: 20px 0 0 0;
    font-family: Circe-Regular;
    font-size: 22px;
    line-height: 33px;
    width: 85%;
}

.banner-title span{
    color: #004689;
}

.banner-sm-title span{
    background-color: #ffc107;
    color: #000;
    border-radius: 4px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.banner .right{
    width: 40%;
    height: 500px;
    border-radius: 16px;
    position: relative;
}

.stiker{
    position: absolute;
    top: -20px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: url(img/stiker.png) center/cover;
    border-radius: 50%;
    transform: rotate(-15deg);
}

.banner-button-wrap{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.banner-button-1{
    background: #dee2e6;
    padding: 12px 10px 10px 10px;
    color: #004689;
    width: 220px;
    height: 45px;
    font-family: Circe-Bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 30px;
}

.banner-button-2{
    background: #004689;
    padding: 12px 10px 10px 10px;
    color: #fff;
    width: 180px;
    height: 45px;
    font-family: Circe-Bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 30px;
}

.about{
    width: 100%;
    padding: 60px 0 80px 0;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about iframe{
    border-radius: 16px;
}

.about-title{
    width: 100%;
    background: #e7e7e796;
    border-radius: 16px;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    font-size: 18px;
    font-family: Circe-Regular;     
}

.about .left{
    width: 50%;
    margin-top: 30px;
}

.about .left img{
    border-radius: 16px;
    width: 90%;
}

.about .right{
    width: 50%;
    margin-top: 30px;
    padding-top: 20px;
}

.about .right p{
    font-size: 18px;
    font-family: Circe-Light;
    text-align: left;
    padding-top: 20px;
}

.serv{
    width: 100%;
    padding: 40px 0 80px 0;
}

.serv h1{
    line-height: 54px;
}

.serv .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serv-item{
    width: 48%;
    height: 200px;
    border-radius: 16px;
    background: #004689;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    margin-top: 30px;  
}

.serv-item .left{
    width: 70%;
    font-family: Circe-Bold; 
    font-size: 24px;
    color: #fff;
    padding: 30px 0 0 20px;
}

.serv-item .left span{
    font-family: Circe-Light;
}

.serv-item .right{
    width: 30%;
    text-align: center;
    padding-top: 20px;
}

.serv-item .right img{
    width: 200px;
    text-align: center;
}

.serv-button-1{
    background: #dee2e6;
    padding: 12px 10px 10px 10px;
    color: #004689;
    width: 180px;
    height: 45px;
    font-family: Circe-Bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 30px;
}

.serv-bottom-title{
    text-align: left;
    width: 70%;
    font-family: Circe-Light;
    font-size: 26px;
}

.about-bottom{
    padding: 20px 0 80px 0;
}

.about-bottom .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-bottom-item{
    width: 24%;
    border-radius: 15px;
    padding: 20px 0 20px 0;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.about-bottom-item .top{
    font-size: 54px;
    color: #303539;
    font-family: Circe-Bold;
    text-align: left; 
}

.about-bottom-item .bottom{
    font-size: 20px;
    font-family: Circe-Regular;
    position: relative; 
    top: 0px;
    text-align: left;
    color: #5d5d5d;
    width: 90%;
    margin: 0 auto;
}

.priem{
    padding: 0 0 80px 0;
}

.priem .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.priem-item{
    width: 24%;
    border-radius: 16px;
    background: #dee2e6;
    padding-bottom: 20px;
}

.priem-item .top{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;    
}

.priem-item .top img{
    width: 64px;
    margin: 0 auto;
    text-align: center;
}

.priem-item .bottom{
    width: 100%;
    padding-top: 15px;
}

.priem-item h4{
    width: 90%;
    margin: 0 auto;    
    text-align: center;
    font-size: 20px;
    font-family: Circe-Bold; 
}

.priem-item p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    font-family: Circe-Regular; 
}

    /* full page layout */
    .page {
      min-height:100vh;
      display: flex;
      width: 100%;
      align-items:center;
      box-sizing:border-box;
      padding-top: 80px;
      padding-bottom: 80px;
    }

    /* Left hero */
    .hero {
      padding:48px;
      display:none;
      flex-direction:column;
      gap:8px;
      align-items:flex-start;
    }

    .brand {
      display:flex;
      gap:16px;
      align-items:center;
    }

    .brand img.logo {
      width:140px;
      height:auto;
      border-radius:8px;
      box-shadow: 0 6px 18px rgba(11,99,184,0.12);
      background: white;
      padding:6px;
    }

    .brand .badge {
      width:80px;
      height:80px;
      object-fit:contain;
      opacity:0.95;
      filter: drop-shadow(0 6px 12px rgba(10,77,136,0.08));
      border-radius:50%;
      background:var(--card);
      padding:6px;
    }

    .hero h6{
      margin:0;
      font-size:32px;
      color:var(--blue-dark);
    }

    .hero p.lead {
      margin:0;
      color:var(--muted);
      max-width:720px;
      font-size:16px;
    }

    .features {
      display:flex;
      gap:12px;
      margin-top:6px;
      flex-wrap:wrap;
    }

    .chip {
      background:linear-gradient(180deg, rgba(11,99,184,0.08), rgba(11,99,184,0.03));
      color:var(--blue-dark);
      padding:10px 14px;
      border-radius:999px;
      font-weight:600;
      font-size:14px;
      box-shadow:0 4px 12px rgba(11,99,184,0.04);
    }

    /* Right form card */
    .card {
      background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
      padding:28px;
      width: 100%;
      border-radius:16px;
      box-shadow: 0 18px 48px rgba(13,38,70,0.08);
      border: 1px solid rgba(11,99,184,0.06);
      align-self:stretch;
    }

    .card h2{
      margin:0 0 6px 0;
      color:var(--blue-dark);
      font-size:48px;
      font-family: Circe-Bold; 
      padding-top: 30px;
    }
    .card p.sub {
      margin:0 0 18px 0;
      color:var(--muted);
      font-size:22px;
      font-family: Circe-Regular; 
    }

    form {
      display:flex;
      flex-direction:column;
      gap:12px;
      font-family: Circe-Light; 
    }

    .row {
      display:flex;
      gap:12px;
    }

    input[type="text"], input[type="email"], input[type="tel"], textarea, select {
      width:100%;
      padding:12px 14px;
      border-radius:10px;
      border:1px solid rgba(10,77,136,0.08);
      background: linear-gradient(180deg,#fff,#fbfdff);
      box-sizing:border-box;
      font-size:14px;
      outline:none;
      transition:box-shadow .18s, border-color .12s;
      color:#0f1724;
      resize:vertical;
    }

    input:focus, textarea:focus, select:focus {
      box-shadow: 0 8px 30px rgba(11,99,184,0.08);
      border-color: var(--blue);
    }

    textarea { min-height:110px; padding-top:12px; }

    .controls {
      display:flex;
      gap:12px;
      align-items:center;
    }

    .checkboxes {
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }

    label.checkbox {
      display:inline-flex;
      gap:8px;
      align-items:center;
      padding:8px 10px;
      border-radius:9px;
      background:linear-gradient(180deg, #f8fbff, #ffffff);
      border:1px solid rgba(11,99,184,0.06);
      font-size:13px;
      color:var(--blue-dark);
      cursor:pointer;
    }

    .btn {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:12px 18px;
      border-radius:12px;
      border:0;
      background:linear-gradient(90deg,var(--blue),var(--blue-dark));
      font-weight:700;
      cursor:pointer;
      font-size:15px;
      color: #fff !important;
      font-family: Circe-Bold; 
      box-shadow: 0 10px 30px rgba(11,99,184,0.18);
    }

    .btn.secondary {
      background: transparent;
      color:var(--blue-dark);
      border:1px solid rgba(11,99,184,0.12);
      box-shadow:none;
      font-weight:600;
    }

    .small {
      font-size:13px;
      color:var(--muted);
    }

    .foot {
      margin-top:14px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }

    /* responsive */
    @media (max-width:1100px){
      .page { grid-template-columns: 1fr; padding:28px; gap:20px; }
      .card { order:2; }
      .hero { order:1; }
      .brand img.logo { width:120px; }
    }

    @media (max-width:520px){
      .hero h1 { font-size:28px; }
      .card { padding:18px; }
    }

    /* little helper */
    .muted { color:var(--muted); font-size:13px; }

        :root{
      --bg:#f6f8fb;
      --blue:#0b63b8;
      --blue-dark:#0a4d88;
      --accent:#ffd24d;
      --card:#ffffff;
      --muted:#667085;
      --radius:14px;
      --glass: rgba(255,255,255,0.7);
      font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    }

footer{
    padding: 0px 0 80px 0;
    width: 100%;
    height: 700px;
    position: relative;
}

footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
}

footer .container h1{
    padding-bottom: 40px;
}

footer .container a{
    text-decoration: none;
    color: #000;
}

.footer-item{
    width: 19%;
}

.footer-item-2{
    width: 60%;
}

.footer-item-2 iframe{
    border-radius: 16px;
    margin-left: 60px;
}

.footer-item p{
    font-family: Circe-Bold; 
    font-size: 18px;
}

.footer-item ul{
    padding-left: 0rem;
}

.footer-item li{
    list-style: none;
    font-family: Circe-Regular; 
    font-size: 14px; 
    padding-top: 15px;   
}

.podval{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

.podval-item{
    width: 32%;
    font-family: Circe-Regular; 
    font-size: 14px; 
    color: #000;    
}


.vidjet{
    position: fixed;
    right: 10px;
    bottom: 24%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/whatsapp-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #4caf50;
    animation: pulse 2s infinite;
}

.vidjet_2{
    position: fixed;
    right: 10px;
    bottom: 7%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/telephone-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;    
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.vidjet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.vidjet__text{
    font-family: centurygothic; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: centurygothic;  
    font-size: 12px;
    position: relative;
    top: 25px;
}

.modal-title{
    font-size: 18px !important;
}

.vidjet_2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px #dee2e6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.catalog{
    padding: 80px 0 80px 0;
}

.catalog a{
    text-decoration: none;
}

.catalog .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.bn-img-5{
    width: 100%;
    position: absolute;
    right: 0px;
    top: -50px;
}

.bn-img-5 img{
    width: 100px;
}

.catalog-item{
    width: 32%;
    padding-bottom: 40px;
    border-radius: 16px;
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 40px 0px;
}

.catalog-item .top{
    width: 100%;
    height: 320px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.catalog-item .top img{
    width: 80%;
}

.catalog-item .center{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.catalog-title{
    height: 60px;
    font-size: 17px;
    line-height: 24px;
    font-family: Circe-Bold;
}

.catalog-cash{
    padding-top: 30px;
    font-size: 20px;
    font-family: Circe-Bold;    
}

.catalog-button{
    background: #004689;
    color: #fff;
    font-size: 15px;
    font-family: Circe-Bold; 
    padding: 10px 10px;
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 20px;
}

.product{
    padding: 40px 0 50px 0;
}

.product .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product h1{
    font-size: 38px !important;
    padding-bottom: 50px !important;
}

.product .left{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.prod-img{
    width: 100%;
    height: 500px;
    border: solid 1px #80808038;
    border-radius: 4px;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    cursor: pointer;
}

.prod-img-small{
    width: 70px;
    height: 70px;
    border: solid 1px #80808038;
    border-radius: 4px; 
    position: relative;
    margin: 10px 10px 0px 0px;
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center;
    cursor: pointer;
}

.product a{
    text-decoration: none;
}

.product .right{
    width: 45%;
}

.product .right h3 {
    font-family: Circe-Bold; 
}

.product .right h3 > span{
    font-family: Circe-Regular; 
    font-size: 16px;
}

.prod-cat{
    color: grey;
    font-family: Circe-Regular; 
    font-size: 14px;
    padding: 0px 0 10px 0;
}

.prod-cash{
    font-family: Circe-Bold; 
    font-size: 24px;
    padding: 20px 0 10px 0;
}

.prod-cash del{
    color: grey;
    font-family: Circe-Regular;
    font-size: 18px;
}

.prod-size{
    width: 250px;
    padding: 20px 0 10px 0;
    font-family: Circe-Regular;
}

.prod-opis{
    font-family: Circe-Regular; 
    font-size: 16px;
    padding: 20px 0 10px 0; 
    font-weight: 700;   
}

.prod-opis p{
    font-family: Circe-Regular; 
    font-size: 15px;
    font-weight: 200;    
}

.prod-opis span{
    font-family: Gotham-Medium; 
    font-size: 15px;    
}

.prod-harak{
    padding: 0px 0 0 0;
}

.prod-harak p{
    font-family: Gotham-Bold; 
    font-size: 20px;        
}

.prod-opis ul{
    padding-left: 0rem;
}

.prod-opis ul > li{
    list-style: none;
    font-family: Gotham-Light; 
    font-size: 14px;
    font-weight: 200; 
}

.prod-button{
    background: #004689;
    border-radius: 30px;
    padding: 9px 10px 10px 10px;
    color: #fff;
    width: 220px;
    height: 40px;
    font-family: Circe-Bold;
    text-align: center;
    cursor: pointer; 
    font-size: 16px; 
    margin-top: 20px; 
    font-weight: 200 !important;
}

.product-detal{
width: 100%;
display: flex;
justify-content: space-between;
}

.product-detal span:first-child{
color: black;

}

.product-detal span {
text-align: left;
flex: 1;
}

.mob-menu{
    display: none;
}

.nodec{
    text-decoration: none;
}