body,
html {
    margin: 0px;
    max-width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.header-grid {
    position: relative;
}

.margin-left-3rem {
    margin-left: 3%;
    margin-right: 3%
}

.width100 {
    width: 100vw;
}

.padding-header {
    padding-left: 6%;
    padding-top: 3%;
}

.head-info{
/* right:3%; */
/* left: 20px; */
/* bottom: 2rem; */
text-align: left;
position: absolute;
width:100%;
word-wrap: break-word;
/* text-shadow: 1px 1px 1px rgb(0, 0, 0); */
margin-top:1vh;

}

.container-global{
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: end;
}

.cont2_1{
    flex: 1; 
    width:90%
}

.cont2_2{
    text-align: right;
    width:10%
}

.grid-text {
    position: absolute;
    top: 1%;
    width: 100%;
    left: 28px;
}

.footer {
    background-color: #000;
    position: relative;
    width: 100vw;
    padding-top: 50px;
    padding-bottom: 90px;
}


.table-specification {
    width: 100%;
}

.specification {
    margin-top: 40px;
}

a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.margin-bottom-more{
    margin-bottom: 1.5rem;
}

.white {
    color: #FFFFFF;

}

.information-text {
    position: absolute;
    z-index: 2;
    bottom: 50%;
    left: 0%;
    transform: translate(0%, 50%);
    margin-left:8%
}


.image {
    width: 100vw;
}

/* slider */
.slider-container {
    position: relative;
    max-width: 100vw;
    /* Zmień maksymalną szerokość na odpowiednią wartość dla Twojego projektu */
    width: 100vw;
    height: 100vw;
    overflow: hidden;
}

.slider-images {
    display: flex;
    transition: transform 0.3s ease;
    justify-content: flex-start;
}

.slider-image {
    max-width: 100vw;
    /* Ustaw maksymalną szerokość na 100% */
    max-height: 100vw;
    /* Ustaw maksymalną wysokość na 100% */
    /* width: 100vw; */
    width: 100vw;
    height: 100vw;
    object-fit: cover;
}


.slider-slide {
    flex: 0 0 100%;
    /* Ustaw szerokość na 100% */
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slider-buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.slider-button {
    width: 25px;
    height: 10px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 8px;
    opacity: 60%;
}

.slider-button.active {
    background-color: #fff;
    opacity: 100%
}

.slider-all {
    position: relative;
}

.product-image {
    position: absolute;
    z-index: 1;
    bottom: 0;
}


.product-image.mobile {
    display: flex; 
    align-items: center; 
    justify-content: left; 
}

.product-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1;
}

.paddrght {
    text-align: right;
    padding-right: 4rem;
}

.head-nav {
    position: relative;
    display: flex;
    justify-content: center;
    /* Wyrównanie tekstu do środka poziomo */
    align-items: center;
    /* Wyrównanie tekstu do środka pionowo */
}

.products {
    margin-top: 10%;
}

a#produkty-item{
    color:black
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.margin-top-20 {
    margin-top: 20px;
}

.product {
    width: 100%;
}

.custom-cursor {
    cursor: url('Images/Cursor/magnifying-glass-solid.svg'), auto;
}

.nowrap {
    white-space: nowrap;
    display: inline;
}

.partnercontainer{
    display:flex;
    align-items: center;
    margin-top:2rem;
    margin-bottom:2rem

}

.logo1, .logo2{
    flex:1;
    text-align: left;
}

.logo1 img, .logo2 img {
    max-width: 70%;
    height: auto;
}

.partners{
    margin: auto;
    display: block;
}

.partners > div{
     display: inline-block;
}