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

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

.menu-wrap{
    width: 100%;
    height: 50px;
    background: #ffffff94;
}

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

.menu li{
    width: auto;
    padding: 5px 15px;
    font-size: 13px;
    font-family: Gotham-Medium; 
    text-align: center;
    list-style: none;
    color: #212529;
    text-transform: uppercase;
    cursor: pointer;
}

.menu li:hover{
    color: #212529;
}


header{
    width: 100%;
    height: 75px;
}

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

.logo{
    width: 25%;
}
.logo img{
    width: 200px;
    margin-top: -15px;
}

.header-map{
    width: 19%;
    font-family: Gotham-Light;
    font-size: 15px;
    color: #212529;
    background: url(img/placeholder.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 18px;
    padding-left: 25px;
    margin-top: 10px;
}

.header-mail{
    width: 19%;
    font-family: Gotham-Light;
    font-size: 15px;
    color: #212529;
    background: url(img/send-message.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 18px;
    padding-left: 25px;
    margin-top: 10px;
}

.header-phone{
    width: 19%;
    font-family: Gotham-Medium;
    font-size: 16px;
    color: #212529;
    background: url(img/phone.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-size: 18px;
    padding-left: 25px;
    margin-top: 10px;
}

.header-button {
    background-color: #408afd;
    color: #fff;
    font-size: 15px;
    font-family: Gotham-Medium;
    padding: 12px 10px;
    width: 160px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    background-image: url(img/whatsapp.png);
    background-repeat: no-repeat;
    background-position: left 13px top 14px;
    background-size: 18px;
    padding-left: 25px;    
}

.banner{
    background: #fff;
    width: 100%;
    height: 550px;
}

.banner .container{
    position: relative;
    z-index: 9999;
}

.bn-img-1{
    position: absolute;
    right: -40px;
    top: 40px;
    z-index: -99;
}

.bn-img-1 img{
    width: 200px;
}

.bn-img-2{
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: -99;
}

.bn-img-2 img{
    width: 150px;
}

.bn-img-3{
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: -99;
}

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


.banner-title{
    width: 90%;
    font-family: Gotham-Light; 
    font-size: 46px;
    line-height: 55px;
    padding-top: 80px;
    text-align: center;
    margin: 0 auto;
}

.banner-title span{
    font-family: Gotham-Bold; 
}

.banner-text{
    width: 100%;
    font-family: Gotham-Light; 
    font-size: 22px;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
}

.reg-button-wrap{
    padding-top: 50px;
    width: 50%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}

.reg-button{
    background: #408afd;
    color: #fff;
    font-size: 15px;
    font-family: Gotham-Bold; 
    padding: 18px 10px;
    width: 250px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.catalog-icon{
    padding: 20px 0 80px 0;
}

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

.cat-icon{
    width: 15%;
}

.cat-icon .top{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    border: solid 1px grey;
}

.cat-icon .bottom{
    text-align: center;
    font-size: 16px;
    font-family: Gotham-Bold; 
    padding-top: 10px;
}

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

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

.about .left{
    width: 49%;
    padding-bottom: 40px;
    background: #c5e3ff;
    border-radius: 16px;
}

.about-title{
    padding: 40px 0 0 0;
    width: 90%;
    margin: 0 auto;
    font-family: Gotham-Bold; 
    font-size: 26px;
    line-height: 30px;
}

.about-title span{
    font-family: Gotham-Light; 
    font-size: 20px;
}

.about .left p{
    font-family: Gotham-Light; 
    font-size: 16px;
    width: 90%;
    margin: 0 auto;  
    padding-top: 20px; 
    font-weight: 700; 
    color: #4b4848;
}

.about .right{
    width: 49%;
    height: auto;
    border-radius: 16px;
}

.about-button{
    background: #212529;
    color: #fff;
    font-size: 15px;
    font-family: Gotham-Bold; 
    padding: 19px 10px;
    width: 250px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    margin: 30px 0 0 30px;
}

.priem{
    padding: 80px 0 80px 0;
    background: #f9efee9c;
}

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

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

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

.priem-item{
    width: 24%;
    border: solid 1px #8080804d;
    border-radius: 16px;
    padding: 20px;
}

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

.priem-item .top img{
    width: 80px;
}

.priem-item .bottom{
    width: 90%;
    margin: 0 auto;
    text-align: center;  
    font-family: Gotham-Light; 
    font-size: 15px; 
    padding-top: 20px; 
}

.priem-item .bottom span{
    font-family: Gotham-Bold;
}

.small-text{
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    text-align: center;  
    font-family: Gotham-Light; 
    font-size: 22px;     
}

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

.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: 250px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

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

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

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

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

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

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

.about-bottom-title{
    width: 90%;
    font-family: Gotham-Medium; 
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
}

.divform{
    background: #c5e3ff78;
    padding-top: 40px;
    padding-bottom: 80px;
}

.divform .container{
    position: relative;
    z-index: 9999;
}

.divform-title{
    font-size: 48px;
    line-height: 56px;
    font-family: Gotham-Bold;
    width: 80%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.divform-title span{
    font-size: 24px;
    font-family: Gotham-Medium; 
}

form{display:grid;gap:14px}
.row{display:flex;gap:12px; font-family: Gotham-Light;}
.col{flex:1}
label{font-size:13px;color:var(--muted);display:block;margin-bottom:6px}
input[type="text"],input[type="email"],input[type="tel"],select,textarea{
width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e6eef8;background:white;box-shadow:var(--input-shadow);font-size:15px;outline:none;transition:all .15s}
input:focus,textarea:focus,select:focus{border-color:var(--accent);transform:translateY(-1px)}
textarea{min-height:120px;resize:vertical;padding-top:14px}


.file-field{display:flex;align-items:center;gap:10px}
.file-label{padding:10px 14px;border-radius:10px;background:#eef6ff;border:1px dashed #d6eafc;color:var(--accent);cursor:pointer;font-weight:600}
.small{font-size:13px;color:var(--muted)}


.checkbox{display:flex;gap:8px;align-items:center}
.btn{background:var(--accent);color:white;padding:12px 18px;border-radius:10px;border:0;font-weight:700;cursor:pointer;box-shadow:0 8px 24px rgba(11,102,178,0.14)}
.btn:disabled{opacity:.6;cursor:not-allowed}


/* right — info */
.side{padding:18px;border-radius:12px;background:linear-gradient(180deg,#ffffff,#f3f9ff);display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center}
.side h3{margin:0}
.specs{display:flex;flex-direction:column;gap:12px;width:100%}
.spec{display:flex;gap:12px;align-items:center}
.ico{width:44px;height:44px;border-radius:10px;background:linear-gradient(180deg,#fff,#f2f9ff);display:flex;align-items:center;justify-content:center;box-shadow:var(--input-shadow)}
.success{padding:14px;border-radius:10px;background:#ecfdf5;color:#065f46;border:1px solid #bbf7d0}
.btnn{
    background: #408afd;
    color: #fff;
    font-size: 15px;
    font-family: Gotham-Bold; 
    padding: 8px 10px;
    width: 200px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 20px;
    border: none;
}

.footer {
background-color: #f8f9fa;
color: #333;
padding: 50px 0 20px;
font-family: 'Inter', sans-serif;
}


.footer-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 40px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}


.footer h3, .footer h4 {
color: #0057b8;
margin-bottom: 15px;
font-family: Gotham-Medium; 
}


.footer p, .footer ul, .footer a {
font-size: 15px;
color: #555;
text-decoration: none;
line-height: 1.7;
font-family: Gotham-Light;
}


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


.footer ul li a:hover {
color: #007bff;
}


.footer-social .social-icons {
display: flex;
gap: 15px;
}


.footer-social i {
font-size: 20px;
color: #007bff;
transition: color 0.3s;
}


.footer-social i:hover {
color: #0056b3;
}


.footer-bottom {
text-align: center;
margin-top: 40px;
border-top: 1px solid #ddd;
padding-top: 15px;
font-size: 14px;
color: #777;
}

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

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

.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 .right{
    width: 45%;
}

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

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

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

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

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

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

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

.prod-opis p{
    font-family: Gotham-Light; 
    font-size: 14px;
    font-weight: 200;    
}

.prod-opis span{
    font-family: Gotham-Bold; 
    font-size: 20px;    
}

.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: #377af1;
    border-radius: 8px;
    padding: 9px 10px 10px 10px;
    color: #fff;
    width: 250px;
    height: 40px;
    font-family: Gotham-Light;
    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;
}

.linkk{
    text-decoration: none;
    color: #212529;
}

.linkkprod{
    text-decoration: none;
    color: #212529;
}