/* ---start---bez tego style się posypią */
/* ---end--- */
ol {
  padding-left: 3rem;
}
#header {
  max-width: 1420px;
  margin: 0 auto;
}
.breadcrumb {
  display: none !important;
}
.pay-wall-box {
  background: #fff;
}
.box h3 {
  text-align: center;
  top: 80px;
  color: #ffffff;
}
.box .tagline {
  font-size: 3vh;
  display: block;
}
.box .ptaszki {
  font-size: 20px;
  color: #ffffff;
  display: block;
  padding: 0px 40px 10px 40px;
}
.box ul {
  line-height: 1.4;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.box li:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #f3ca4c;
}
.box {
  width: 100%;
  background: linear-gradient(141deg, #009fe3 0%, #4ebded 51%, #009fe3 75%);
  padding: 30px;
  text-align: center;
  align-content: center;
}
.pay-wall-zaloguj2 {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background-color: #009fe3;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
  transition: all 0.4s;
  width: 50%;
  text-decoration: none;
  border: 1px solid #63ab2e;
  font-weight: 400;
}
.pay-wall-zaloguj2:hover {
  color: #fff;
}
.effect4 {
  position: relative;
}
.effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
