


.bg-start {
  width: 100%;
  box-sizing: border-box;
  height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: relative;
  top: 0;
  left:0;
}


#menu-top {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(81,173,245);
  background: linear-gradient(0deg, rgba(81,173,245,1) 0%, rgba(92,227,255,1) 100%);
  z-index: 999;
}

.menu-btn {
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
}

#menu-btn {
  font-size: 28px;
}

.pointer {
  cursor: pointer;
}

.info-box {
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: black;
  font-family: 'Manrope', sans-serif;
  color: #1c6897;
}

.info-box .info-box-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: white;
}

.info-box .info-in {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
}

#logotop {
  height: 120px;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
  #logotop {
    height: 47px;
  }
  #menu-btn {
    font-size: 18px;
  }
  .info-box {
    position: relative;
    font-family: 'Manrope', sans-serif;
  }

  .info-box .info-in {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .sklep-bg {
    display: block;
    position: relative;
    width: 100%;
    height: 30vh;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
  }


  #menu-top-full {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background-color: white;
    z-index: 998;
  }


}

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

  #logotop {
    height: 60px;
  }

  .info-box {
    position: relative;
    font-family: 'Manrope', sans-serif;
  }

  .info-box .info-in {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }


  .sklep-bg {
    display: block;
    position: relative;
    width: 100%;
    height: 30vh;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
  }


  #menu-top-full {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background-color: white;
    z-index: 998;
  }


}





.bg-black {
  background-color: black;
  color: white;
}

.bg-grey {
  background-color: #b3b3b3;
}

.bg-gradient-grey {
  background: rgb(194,194,194);
  background: linear-gradient(180deg, rgba(194,194,194,1) 0%, rgba(232,232,232,1) 57%, rgba(255,255,255,1) 100%);
}

.bg-gradient-grey-b {
  background: rgb(241, 241, 241);
  background: linear-gradient(180deg, rgb(220, 220, 220) 0%, rgb(243, 243, 243) 37%, rgba(255,255,255,1) 70%);
}

#promocje-sekcja {

  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(25% + 20px);
  overflow: hidden;
  margin: 0;

}

#promocje-sekcja a:link, #promocje-sekcja a:visited {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  padding: 0;
  bottom: 10px;
  overflow: hidden;
}

#promocje-sekcja img {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}

#realizacje-container {

  display: block;
  position: relative;
  box-sizing: border-box;

}

.realizacje-box {
  box-sizing: border-box;
  display: block;
  position: relative;
  border: 25px solid #242424;
  width: 100%;
  padding-bottom: calc(100% - 50px);
  overflow: hidden;
  background-color: black;
}

.realizacje-box:hover {
  cursor: pointer;
  border: 25px solid white;
}

.realizacje-box:hover .realizacje-bg {
  transform: scale(1.2);
}

.realizacje-bg {
  display: block;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  transition: transform 2s ease;

}


@media screen and (min-width: 901px) {

  .sklep-bg {
    display: block;
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }


  #menu-top-full {
    display: none;
    position: fixed;
    top:0;
    left:50%;
    width: 50%;
    max-height: 100vh;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    background-color: rgba(81,173,245,1);
    z-index: 998;
  }



}


a.panel-klienta-btn:link, a.panel-klienta-btn:visited {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  width: 100%;
  background-color: #000000;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
}
a.panel-klienta-btn:hover {
  text-decoration: none;
  background-color: #525252;
}

.input-dark {
  background-color: #202020;
  color: white;
  border: 1px solid #e8e8e8;
}


#menu-top-full-in {
  display: block;
  position: relative;
  overflow-y: scroll;
  max-height: calc( 100vh - 125px );
}
#menu-top-full .menu-full-item {
  padding: 25px;
  margin-bottom: 2px;
  background-color: #eaeaea;
  display: block;
  position: relative;
  color: black;
}

#menu-top-full .menu-full-item:hover {
  cursor: pointer;
  background-color: #b1b1b1;
  color: white;
}

#menu-top-full .menu-full-item-more {
  padding: 10px 25px 10px 25px;
  margin-bottom: 2px;
  background-color: #ffffff;
  display: block;
  position: relative;
  color: black;
}

.stopka-item {
  display: block;
  position: relative;
  text-align: right;
  margin-bottom: 5px;
}

#stopka a.stopka-item:link, #stopka a.stopka-item:visited {
  color: #dbdbdb;
}

#stopka a:link, #stopka a:visited {
  color: #dbdbdb;
}

#stopka a:hover {
  color: grey;
}

#page-sekcja {
  padding-top: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.page-h1 {
  padding-bottom: 5px;
  padding-top: 70px;
  margin-bottom: 50px;
  border-bottom: 1px solid black;
}

.realizacje-title {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  background-color: black;
  color: white !important;
}



a.titleback:link, a.titleback:visited {
  display: inline-flex;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: black;
  font-weight: bold;
  color: white;
}

a.titleback:hover {
  text-decoration: none;
  background-color: #0d95e8;
}

#top-link-polaris {
  position: absolute;display: block;width: 50%;box-sizing: border-box;padding: 20px;
  z-index: 20; text-align: right; font-weight: bold;
  border-top-right-radius: 15px;
  background-color: #064779;color: white;
  font-family: 'Manrope', sans-serif;

}

#top-link-polaris:hover {
  text-decoration: none;
  background-color: #0c80c6;
}







