*{
        font-family: Verdana;
    
}
body{
       margin:0;
       padding: 0;
        
}


.main{

    font-size: 40px;
    background-image: url('gfx/desk_back.jpg');
    background-repeat: no-repeat;
    background-size: contain;

    background-position: center;


    position: relative;
    width:  80%;
    height: 622px;
    margin: 0 auto;
    
    max-width: 1200px;
    z-index: 20;

}


.logo{
    background-image: url('gfx/d_logo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;  
  
width: 500px;    
    height: 60px;
    left: 0;
    margin-top: 20px;
}


.side{
    background-image: url('gfx/d_back.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;  
  
width: 500px;    
    height: 520px;
    left: 0;
    margin-top: 20px;
    
    
    
    
}

.pom{
    background-image: url('gfx/d_pom.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;  

    width: 400px;    
    height: 600px;
    right: 7%;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.content{
    position: absolute;
    left: 450px;
    width: 400px;
    top: 20%;
    font-size: 24px;
    

}
.content li{
    margin-bottom: 20px;
    
}
.content li::marker{
    color: #40ae49;
    font-size: 20px;
}

.sprawdz{
    background-image: url('gfx/d_sprawdz.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: contain;   
    
    
    height: 80px;
    width: 200px;
    
    position: absolute;
    
    right: 10%;
    bottom: 140px;
    
    font-size: 20px;

    text-align: center;
    z-index: 101;
}   

.sprawdz a{
    display: block;
    margin-top: 10px;
    color: #000;
}
   .mtools{
display: none;
   }       
    
.tools{
    background-image: url('gfx/d_tools.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;   
    
    width: 650px;
    height: 120px;

    position: absolute;
    right: 0px;
    top: -5px;
    


}

.tools p{
      font-size: 24px;
    color: #fff;  
    margin-left: 70px;
    margin-top: 8px;
}
.foot img{
    width: 40%;
    max-width: 600px;
    float: left;
    vertical-align: middle;

}

.foot{
    position: absolute;
    bottom:0;
      float: right;
    width: 100%;
    height: 60px;
    background-color: #40ae49;
        z-index: 110;
}

.info{
    position: absolute;
    right: 0px;
     background-image: url('gfx/d_stopka.jpg');
    background-repeat: no-repeat;
    background-position: cover;   

    font-size: 18px;
    color: #efefef;
    width: 550px;
    height: 60px;
}

.info p{
    text-align: center;
}
.info a{
  color: #efefef;  
}

@media only screen and (max-width: 1150px) {
    .foot img{
        display: none;
    }
    
}
    
    @media only screen and (max-width: 1245px) {

.content{
    font-size: 20px;
}

.content li{
    margin-bottom: 10px;
}
.pom{

    width: 300px;    
    height: 380px;
    right: 10%;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
}
    
.tools{
    background-image: url('gfx/d_tools.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;   
    
    width: 350px;
    height: 80px;

    position: absolute;
    right: 0px;
    top: -5px;
    


}
.sprawdz{
    right:0;
    bottom: 140px;
}


@media only screen and (max-width: 920px) {

body{
  background-image: url('gfx/d_back.jpg'); 
  background-repeat: no-repeat;
    background-position: center top;
   
    width: 100%;
    height: 100%;
}

.content{
    position: relative;
    font-size: 22px;
    width: 65%;
    left: auto;
    top: auto;
    margin: 0 auto;
    margin-top: 20px;

}

.tools{
    display: none;
}

.pom{
    background-image: url('gfx/m_pom.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;  

    width: 300px;    
    height: 40%;
    right: auto;
    
    position: absolute;
    bottom: 0;
    z-index:99;
}

.side{
    display: none;
    
}
  .main{
      background-color: rgba(255,255,255,0.8);

height: 100%;
  }
  
  
 .side2{
    
  position: fixed; /* lub 'absolute' */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-image: url('gfx/d_side.jpg');
  background-size: cover; /* Dopasuj obrazek do wymiarów okna przeglądarki */
  background-position: center; /* Wycentruj obrazek */
  z-index: -1; /* Upewnij się, że tło jest pod innymi elementami */
   
 }     
  
  
  .main{
     
      width: 100%;
      padding:0;
          height: 720px;
  }
  
  
  .tools{
       top: auto;
       bottom: 60px;
        
    
  }   


  .foot{
      background-color: #231f20;
      color: white;
      z-index: 101;
  }  
  
 
  .info{
        background-image: none;
        color: #ccc;
        width: 100%;
        font-size: 14px;
  }
  
  .info p{
        margin-left: auto;
        text-align: center;
  }
    .logo{
   
            width: 100%;

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;  
        height: 92px;
    margin-top:0;

    }
    
    
    .mtools{
    background-image: url('gfx/m_tools.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;   
    display: block;
    width: 40%;
    height: 416px;

    position: absolute;
    right: 100px;

    z-index: 100;

    bottom: 80px;
    
  
}
    
    
    
    
}