   :root {
      --c_w: #F0EAE5;
      --c_r: #9A0D0D;
      --c_b: #0E6BC2;
      --c_d: #0E0922;
      --c_g: #0B761E;

      --c_w_rgb: rgb(from var(--c_w) r g b / 1);
      --c_r_rgb: rgb(from var(--c_r) r g b / 1);
      --c_b_rgb: rgb(from var(--c_b) r g b / 1);
      --c_d_rgb: rgb(from var(--c_d) r g b / 1);
      --c_g_rgb: rgb(from var(--c_g) r g b / 1);
    }

    @font-face {
      font-family: mainfont;
      src: url(./web/lato.ttf);
    }

    body{
      display: none;
      font-family: mainfont;
    }
    html,body{
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      padding: 0px;
      margin: 0px;
      background: var(--c_w);
    }
    #mpan, #tpan, #bpan{
      position: absolute;
      overflow: hidden;
      padding: 0px;
      margin: 0px;
      width: 100%;
      background: var(--c_w);
    }
    #mpan{
      height: calc(100% - 85px);
      top:60px;
    }
    #tpan{
      top: 0px;
      height: 60px;
      overflow: visible;
/*      box-shadow: 0px 0px 10px 2px;*/
    }
    #bpan{
      bottom: 0px;
      height: 25px;
      box-shadow: 0px 0px 4px 0px;
      font-size: 1.1em;
      display: flex;
      justify-content: space-around;

    }
    .sw_bt{
      background: var(--c_r);
      color: #fff;
      text-align: center;
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
    }
    /*    250 - 500 - 800*/
    @media only screen and (min-width: 601px) {
      #ld{ display: block !important; }
      #hpid{ width:50% !important;}
      #hpsd{ width:50% !important;}

      #mlogbt{ display:none !important;}

      
      .picin{
        height: 180px !important;
      }



    }

    @media only screen and (max-width: 600px) {
      #lm{ display: block !important; }
      #hpid{ display: none !important;}
      #hpsd{ width:100% !important;}
      #ztxt{ font-size: 5vw !important;}
      #stxt{ width: 60vw !important;}

      #logbt{ display:none !important;}
      #lbt{ display:none !important;}

      #allprofs{ flex-direction: column !important; }

      /*      advert on tablicy*/
      #above_adv_div{ flex-direction: column-reverse;}
      #adv_div{ min-height: 200px; height: 100px !important; width:100% !important;}
      #tog_div{ width: 100% !important;}

      /*Baza wykonawcow */
      .eachbbin{
        flex-direction: column;
      }

      #toglw,#toglo,#togew{ font-size:65%; }
      #sort_wo,#sort_nw{ font-size:70%; }

            /*
      #toglw{right: 300px !important;}
      #toglo{right:145px !important;}
      */

      #above_adv_div{ flex-direction:column-reverse !important; }

    }

    @media only screen and (max-width: 400px) {
      #toglw,#toglo,#togew{ font-size:50%; }
    }
    
    #adv_div{
      width:50%;
      /*box-shadow: inset 0px 0px 8px 0px #000;*/
      display: flex;
      justify-content: center;
      align-items: center;
    }


    .ph1_2 {
      width: 100%;
      height: 50%;
      overflow: hidden;
      overflow-y: auto;
    }
    .ppb{
      position: absolute;
      bottom: 0px
    }
    .ppt{
      position: absolute;
      top:0px;
    }

  /*    ver*/
  input.verfc {
  display: block;
  border: none;
  padding: 0;
  width: 6ch;
  background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/5.5ch 2px no-repeat;
  font-size: 40px;
  letter-spacing: 0.5ch;
}
input.verfc:focus {
  outline: none;
  color: var(--c_b);
}

  #stxt{
    width: 30vw;
    font-size: 25px;
    padding: 6px;
    margin: 10px;
    margin-left: 0px;
    margin-right:-2px;
  }

  .stxt{
    width: 30vw;
    font-size: 25px;
    padding: 6px;
    margin: 10px;
    margin-left: 0px;
    margin-right:-2px;
    border: 1px solid;
  }

  #lbt{
    position: absolute;
    top: 20px;
    right: 150px;
  }

  #logbt{
    position: absolute;
    top: 15px;
    right: 20px;
    box-shadow: 0px 0px 2px 1px #000000;
  }
  #mlogbt{
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 35px;
    transform: scaleX(1.3);
  }
  .sbt{
    cursor: pointer;
  }

/*ICONY*/
  #flistk{
    display: flex;
    height: calc(100% - 90px);
    margin-top: 35px;
    overflow-y: auto;
    column-count: 2;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #flistk > *{
/*
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;*/
  
  }
  .ico{
    border: 2px solid var(--c_r);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    min-height: 70px;
    text-align: center;
    background-blend-mode: lighten;
    display: flex;
    /*justify-content: space-evenly;*/
    justify-content: flex-start;
    align-items: center;
    /*width: 20% !important;*/
    margin: 25px;
    width: 60%;
  }

  /*
    @media only screen and (max-width: 304px) {
      .ico{min-width: 60%;}
    }*/
    @media only screen and (min-width: 305px) {
      .ico{width: 70%;}
    }
    @media only screen and (min-width: 610px) {
      .ico{width: 38%;}
    }
    @media only screen and (min-width: 8010px) {
      .ico{width: 33%;}
    }
    @media only screen and (min-width: 1010px) {
      .ico{width: 26%;}
    }
    @media only screen and (min-width: 1210px) {
      .ico{width: 20%;}
    }

  .ico img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 25px;
    /*filter: invert(28%) sepia(100%) hue-rotate(319deg) saturate(3);*/
    background: var(--c_w);
    padding: 3px;
    border: 2px solid var(--c_r);
    border-radius: 9px;
  }

  .listpodk{
    position: unset;
    margin-top: 5px;
    background: var(--c_w);
    width: 100%;
    text-align: left;
    padding: 5px;
    text-shadow: 0px 0px;
    color: black;
    font-size:80%;
  }
  .inhpl{
    margin-top: 5px;
    display: inline-block;
  }

  .sr img{
    /*content: "★"*/
    content:url(/imgs/rstar.png);
    width: 20px;
    opacity: 0.3;
  }
  datalist {
    position: relative;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
  }

  datalist option {
    font-size: 0.8em;
    padding: 0.3em 1em;
    background-color: #ccc;
    cursor: pointer;
  }

  datalist option:hover, datalist option:focus {
    color: #fff;
    background-color: #036;
    outline: 0 none;
  }

  #fulltop{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: var(--c_w);
    box-shadow: 0px 0px 10px 2px;

  }
  #toglw, #toglo,  #togew{
    position: relative;
    height: 20px;
    background: var(--c_w);
    padding: 5px;
    box-shadow: 0px 0px 4px 1px;
    border-radius: 0px 0px 10px 10px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    transition: 2s;
    margin-left: 5px;
  }
  /*
  #toglw{
    right: 260px;
  }
  #toglo{
    right: 100px;
    bottom: -30px;
  }
  #togew{
    right: 20px;
    bottom: 10px; 
  }
  */
  .profcard{
    padding: 20px;
    width: calc(100% - 40px);
/*    box-shadow: 0px 0px 4px 0px;*/
    position: relative;
  }
  #allprofs{
    display:flex;
    flex-direction: row;
  }
  .cardtit{
    /*position: relative;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);*/
    display: inline-block;
    padding: 10px;
    font-size: 120%;
    background: var(--c_b);
    color: #fff;
    margin: 10px;
    border-radius: 10px;
  }

  .advertdiv {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 200% 200%;
  animation: gradient 10s ease infinite;
/*  height: 100vh;*/
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.addbt{
  color: #fff;
  background: var(--c_r);
  padding: 4px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  margin: 10px;
}



.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: var(--c_w);
  outline: 1px solid black;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--c_b);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--c_b);
  cursor: pointer;
}

.leaflet-control-attribution{
  display: none !important;
}
.leafletlable{
  position: relative;
  font-size: 75%;
  /*left: 50%;
  transform: translate(-50%, -13px);
  z-index: 10000;
  background: var(--c_w);
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  width: 100px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;*/
}


.hrseparator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 5px;    
}

.hrseparator::before,
.hrseparator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.hrseparator:not(:empty)::before {
  margin-right: .25em;
}

.hrseparator:not(:empty)::after {
  margin-left: .25em;
}

.nosel {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  }
  #bqr{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
/*    padding: 5px;*/
    background: #fff;
  }
  #bqr img{
    height: 40px;
  }


#swbaccgall{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  align-content: stretch;
  flex-wrap: wrap;
}
.gallimgs{

/*  max-width: 250px;
  min-width: 30%;
  padding: 15px;
*/
    width: 30%;
    min-width: 100px;
    max-width: 250px;
    /*max-width: 400px;*/
    padding: 5px;
  
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.gallimgs img{
  /*width: 30%;*/
  max-width: 250px;
  /*padding: 15px;*/
}
.remimg{
  position: absolute;
  top: 0px;
  left: 50%;
  padding: 5px;
  transform: translate(-50%, -2px);
  background: var(--c_r);
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
#savech{
  display: none;  
  text-align: center;
  position: absolute;
  left: 10%;
  bottom: 10px;
/*  transform: translate(15px, -50%) rotate(90deg);*/
  padding: 8px;
  background: var(--c_r);
  color: white;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 7px 15px black;
  width: 80%;
}
#uploadlogobt{
  position: relative;
  top: -140px;
  padding: 5px;
  left: calc(50% + 50px);
  font-size: 120%;
  font-weight: 800;
}
#logoimgb{
  border-radius: 25px;
  border: 4px solid var(--c_b);
  position: relative;
  top: -70px;
  left: calc(50% - 50px);
}
.gou, .god{
  cursor: pointer;
}
.bcont:first-of-type .gou{
  display:none;
}
.bcont:last-of-type .god{
  display: none;
}

#kodiv,#dodiv{
  border: 2px solid;
  padding: 10px;
  background: var(--c_w);
  min-height: 25px;
}


@media screen and (max-aspect-ratio: 1/1){
  #ewizshow{
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh !important;
    height: 100vw !important;
    overflow-x: hidden !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
  }
}

#chcsf, #chcsb{
  position: absolute;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
  text-align: center;
  padding: 15px;
  height: 40px;
  line-height: 40px;
}
.galsbt{
  cursor: pointer;
  margin: 10px;
}

.fewiz{
  animation: heartbeat 5s infinite ease-in-out;
  animation-delay: 5s;
}

@keyframes heartbeat{
  0%{ transform: scale( 1 );}
  20% {transform: scale( .75 );}
  40% {transform: scale( .75 );}
  60% {
    transform: scale( 1 );
    filter: grayscale(0);
    }
  80% {transform: scale( .75 );
    filter: grayscale(0);
    }
  100% {transform: scale( 1 );
    filter: grayscale(1);
  }
}
imgsw{
  height: 32px;
  margin-right: -10px;
  vertical-align: middle;
  content: url("./imgs/sw.webp");
}
imgsw_m{
  height: 32px;
  vertical-align: middle;
  content: url("./imgs/sw_m.webp");
}
/*REKLAMA*/
.rswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.rswitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.rslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c1c0be;
  -webkit-transition: .4s;
  transition: .4s;
}

.rslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .rslider {
  background-color: #238c11;
}

input:focus + .rslider {
  box-shadow: 0 0 1px #238c11;
}

input:checked + .rslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.rslider.round {
  border-radius: 34px;
}

.rslider.round:before {
  border-radius: 50%;
}


#savech, .pulse{
  animation: pulse 5s infinite;
}
.pulsew{
  animation: pulsew 5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@keyframes pulsew {
    0% {
    transform: scale(1.02);
    box-shadow: 0 0 0 0 rgb(255 255 255);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 5px rgb(255 255 255 / 47%);
    }
    100% {
        transform: scale(1.02);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 38%);
    }
}

.searchlist{
  line-height: 1.2;
  display: block;
  margin-bottom: -8px;
}

.rr_buttons_1 {
  margin-left: -20px;
  display: none !important;
}
.rr_buttons_bottom{
  display: none !important;
}

.rr_head{
  margin-top: 0px;
  display: none !important;
}