  main{margin-top:80px;}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.reg{
  color: #fff;
}
.toogle {
  position: absolute;
    top: 10px;
    left: 50%;
}
.toogle-button {
  font-weight: bold;
  font-size: 10PX;
  display: inline-block;
  width: 75px;
  height: 35px;
  background-color: #E7E2CD;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.toogle-button::after {
  content: 'NIE';
  width: 40px;
  height: 40px;
  color: #E7E2CD;
  background-color: #B4223C;
  border: 2px solid #E7E2CD;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .25);
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 0;
  display: grid;
  place-content: center;
  transition: all .5s;
  transform: 1s ease-in;
}
.toogle:checked + .toogle-button::after {
  content: 'TAK';
  background-color: #2D4064;
  transform: translateX(35px) rotate(360deg);
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.f150 {
font-size: 150%;
color: darkgreen;
font-weight: 700;
}
.f130 {
font-size: 130%;
color: darkgreen;
font-weight: 700;
margin-bottom:0px !important;
line-height: 120%;
letter-spacing: 150%;
}
.l80 {
line-height: 80%;
letter-spacing: 150%;
}
.col-md-9 a {
  color: yellow !important;
  font-weight: 500;
}
.col-md-12 a {
  color: yellow !important;
  font-weight: 500;
}
@media (max-width: 578px){
footer,
footer ul li{
  text-align: center;
}
footer ul li > div{
  display: inline-block;
}
footer a{
    display: block;
    text-align: center;
}
footer .d-flex {
  display: inline-block !important;
  position: relative;
  padding-left: 30px;
}
footer .d-flex i{
  position: absolute;
  left:0;
}
header .active {
  border: 1px solid rgb(255,255,255, 0.5);
  border-radius: 5px;
  background-color: rgb(0,55,200, 0.5)
}
.toogle {
    position: absolute;
    top: 10px;
    left: 10%;
}
}
.menu_active {
            color: white;
            font-size: 110%;
            font-weight: bold;
            border: 1px solid white;
}