.ll-numbering-list {
  padding: 40px 0px;
}
.ll-numbering-list ol {
  counter-reset: firststlevel;
  list-style-type: none;
  margin-bottom: 20px;
}
.ll-numbering-list ol li {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}
.ll-numbering-list ol li:before {
  content: counter(firststlevel, upper-roman) ". ";
  counter-increment: firststlevel;
  margin-right: 8px;
}
.ll-numbering-list ol ol {
  counter-reset: sekcja;
  list-style-type: none;
  margin-bottom: 10px;
}
.ll-numbering-list ol ol li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 21px;
}
.ll-numbering-list ol ol li:before {
  counter-increment: sekcja;
  content: counter(firststlevel, upper-roman) "/" counters(sekcja, ".") ". ";
  margin-right: 8px;
}
#menu {
  justify-content: flex-end;
}
#menu .dropdown-menu {
  min-width: 11rem;
  background: #fff !important;
  box-shadow: 0 8px 16px rgba(204, 204, 204, 0.37), 0 -8px 0 #ffffff;
}
#menu .dropdown-menu li a {
  text-align: left !important;
}
header + div {
  min-height: calc(100vh - 260px);
}
@media (max-width: 767px) {
  .header-main {
    min-height: 80px;
  }
  .header-main__logo-container {
    position: absolute;
    left: 0;
    z-index: 999;
  }
  .header-main__menu {
    width: calc(-100%);
    position: absolute;
    right: 0;
    width: 100%;
  }
  header .menu {
    background: none;
  }
  .navbar-collapse#bs-example-navbar-collapse-1 {
    width: 100vw;
    background: #fff;
    margin-top: 17px;
    padding: 0;
  }
  .navbar-collapse#bs-example-navbar-collapse-1 #menu {
    justify-content: center;
    min-height: calc( 100vh - 126px);
  }
  #menu #main li a {
    text-align: center;
  }
  #main.navbar-nav {
    margin: 7.5px -15px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}
body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 134.156px;
}
body > * {
  max-width: 100vw;
}
.header-main__logo-container img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .header-main__logo-container {
    width: auto;
    padding-left: calc((100vw - 720px) / 2);
  }
  .header-main__menu {
    width: 520px;
  }
}
@media (min-width: 992px) {
  .header-main__logo-container {
    width: auto;
    padding-left: calc((100vw - 960px) / 2);
  }
  .header-main__menu {
    width: 760px;
  }
}
@media (min-width: 1200px) {
  .header-main__logo-container {
    padding-left: calc((100vw - 1140px) / 2);
  }
  .header-main__menu {
    width: 940px;
  }
}
@media (min-width: 1640px) {
  .header-main__logo-container {
    padding-left: calc((100vw - 1600px) / 2);
  }
  .header-main__menu {
    width: 1400px;
  }
}
.header-main__menu .menu-container {
  margin-right: 0;
}
header .navbar-default .navbar-nav > li > a.zamow:before {
  background: #8c293f;
  position: absolute;
  content: "Zamów dostęp";
  text-align: center;
  width: 100%;
  height: 2rem;
  border-radius: 1.5rem;
  color: #fff;
  left: -100%;
  right: -100%;
  padding: 0 .5rem;
  margin: auto;
  font-weight: 300;
}
header .navbar-default .navbar-nav > li > a.zamow:hover:before {
  filter: brightness(1.2);
}
li.more.hidden-more > a:after {
  content: "" !important;
  position: absolute !important;
  bottom: 23px;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  width: calc(68%);
  background-color: #cfe2d8;
  height: 2px;
}
li.more.hidden-more > a:hover:after {
  background-color: #6ce0a4;
}
li.more.hidden-more > a:focus:after {
  background-color: #6ce0a4;
}
.header-main__search-container {
  display: none;
}
footer .copyright {
  display: none;
}
#footer .footer {
  background-color: #f2f9ff;
  color: #525F7A;
  font-size: .75rem;
}
#footer .footer .container {
  max-width: 100% !important;
  width: auto;
}
.ll21-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding: 0;
}
.ll21-footer__links li {
  list-style-type: none;
  margin: 0.5rem 1.125rem;
}
.ll21-footer__links a {
  color: #525F7A;
  transition: all, 0.2s ease-in-out;
}
.ll21-footer__links a:hover,
.ll21-footer__links a:active,
.ll21-footer__links a:focus {
  color: #8c293f;
}
@media (min-width: 992px) {
  .footer .col-md-4 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .footer .col-md-4.description {
    width: 0%;
    display: none !important;
  }
  .footer .col-md-4.tags {
    width: 75%;
  }
  .footer .col-md-4.social {
    width: 25%;
  }
}
/* przycisk pomocy BOK */
button.customer-service-entry-button {
  background: none;
  border: none;
  transform: scale(0.85);
  transition: all ease-out 0.2s;
}
@media (max-width: 767px) {
  button.customer-service-entry-button {
    right: auto;
    left: 30px;
  }
}
button.customer-service-entry-button:hover {
  transform: scale(1);
}
button.customer-service-entry-button svg {
  margin: auto;
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 50%;
  transition: all ease-out 0.2s;
}
button.customer-service-entry-button span {
  color: #ffffff;
  padding: 0 2px;
  border-radius: 3px;
  font-weight: 700;
  box-shadow: inset 0 0 20px -2px rgba(128, 128, 128, 0.9);
  position: relative;
  top: -10px;
  transition: all ease-out 0.2s;
}
button.customer-service-entry-button:hover svg {
  background-color: rgba(255, 0, 0, 0.7);
}
button.customer-service-entry-button:hover span {
  box-shadow: inset 0 0 20px 2px #ff0000;
}
/* END --- przycisk pomocy BOK --- END */
article.article.file-post-type > .row {
  display: flex;
  flex-direction: column-reverse;
}
.article.file-post-type > .row > * {
  width: 100%;
}
article.article .post-title {
  font-size: 1.5rem;
}
header .header-iframe {
  float: none;
  background: #59BA59;
}
header .top-bar {
  background: #59BA59;
}
li.plus {
  font-weight: 500;
  color: #5aaa42;
}
li.plus:before {
  content: "\002b";
  color: #00a69d !important;
}
header {
  z-index: 999;
}
@media (min-width: 768px) {
  header {
    position: fixed;
  }
}
header .navbar-default .navbar-nav > li > a {
  text-transform: none !important;
  font-size: 0.8rem;
  line-height: 2.4;
}
header .navbar-default .navbar-nav > li > a:after {
  content: none;
}
.new-filters__column-name {
  background: #95213a;
}
.new-filters__name {
  background: #c34d67;
}
/* PAYWALL */
.pay-wall-bg {
  max-width: 600px;
  margin: auto;
  padding: 3rem;
  background: #f5f5f5;
}
.pay-wall-buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pay-wall-buttons > * {
  margin: .5rem;
}
@media (max-width: 575px) {
  .pay-wall-buttons > * {
    flex: 1 0 100%;
  }
}
.pay-wall-button1 {
  padding: .5rem 1rem;
  border: 1px solid #933349;
  color: #933349;
  border-radius: 2rem;
  display: inline-block;
}
.pay-wall-button1:hover,
.pay-wall-button1:active {
  color: #933349;
  text-decoration: none;
  filter: brightness(1.4);
}
.pay-wall-button2 {
  padding: .5rem 1rem;
  background-color: #933349;
  color: #fff;
  border-radius: 2rem;
  display: inline-block;
}
.pay-wall-button2:hover,
.pay-wall-button2:active {
  color: #fff;
  text-decoration: none;
  filter: brightness(1.2);
}
/* end PAYWALL end */
body {
  font-family: "Roboto", 'Ubuntu', sans-serif;
  font-weight: 300;
}
.swal2-modal {
  font-family: "Roboto", 'Ubuntu', sans-serif !important;
}
table.simple,
.subscription .price {
  font-family: "Roboto", 'Ubuntu', sans-serif;
}
article.article .details-on-image p.section {
  color: #000000;
}
article.article .post-author i {
  color: #000000;
}
article .post-subtitle {
  color: #000000;
}
article .tags-review a:hover {
  color: #000000;
}
#related-posts-menu li .active {
  border-bottom: 1px solid #000000;
}
.file-page__cover {
  border: 1px solid #000000;
}
.download-icon path {
  color: #000000;
}
.block .article .tags .tag {
  background: #000000;
}
.block .article .text .lead:before {
  background: #000000;
}
.block .block-title span {
  border-bottom: 1px solid #000000;
}
#event .heading:before {
  color: #000000;
}
#event .searching__head i {
  color: #000000;
}
#event .faq__chapter-title .hash {
  color: #000000;
}
.filters-container {
  background: #fafafa;
}
#filters .multiple.active {
  color: #000000;
}
#filters .filters:not(.inline) [type="checkbox"]:not(:checked) + label:after,
#filters .filters:not(.inline) [type="checkbox"]:checked + label:after {
  color: #000000 !important;
}
#filters .filters:not(.inline) [type="checkbox"]:checked + label:after {
  color: #000000;
}
header .promo-text {
  color: #000000;
}
header .btn-border {
  border: 2px solid #000000;
  color: #000000;
}
header .btn-border:hover {
  background: #000000;
}
header .navbar-default .navbar-nav > li > a:hover {
  color: #000000;
}
header .navbar-default .navbar-nav > li > a:after {
  color: #000000 !important;
}
header .navbar-default .navbar-nav > li:not(.hidden-more) a.active {
  color: #000000 !important;
}
header .search-form .btn {
  color: #000000;
}
.get-in {
  color: #000000;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #000000;
}
.header-main__buy-button {
  border: 4px solid #000000;
}
.header-main__buy-button:hover {
  background-color: #000000;
}
.new-filters__column-name {
  background: #000000;
}
.new-filters__sort .active .up {
  color: #000000;
}
.new-filters__sort .active.desc .down {
  color: #000000;
}
.new-filters__listing-name {
  color: #000000;
}
.new-filters__header i {
  color: #000000;
}
.new-filters__listing-details {
  color: #000000;
}
a:hover {
  color: #000000;
}
.text-primary {
  color: #000000;
}
.btn.btn-default {
  border: 2px solid #000000;
  color: #000000;
}
.btn-primary {
  border: 2px solid #000000;
  background-color: #000000;
}
.breadcrumbs__link:hover {
  color: #000000;
}
.breadcrumbs__item:after {
  color: #000000;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #000000;
}
label:hover input[type="radio"] ~ i.fa {
  color: #000000;
}
div[data-toggle="buttons"] label:hover {
  color: #000000;
}
.pay-wall-box .year-price,
.pay-wall-box .month-price {
  color: #000000;
}
.pay-wall-box .plan {
  color: #000000;
}
.releases__buy {
  color: #000000;
}
.releases__active .releases__cover .releases__availability i {
  color: #000000;
}
.releases__number span {
  color: #000000;
}
.releases__prev-btn,
.releases__next-btn {
  color: #000000;
}
.releases .download-section .info-text .blue {
  color: #000000;
}
.expand-release-description {
  border-bottom: 1px solid #000000;
  color: #000000;
}
.search-elem .section {
  background: #000000;
}
.search-elem .details .author {
  color: #000000;
}
.search-elem .content .highlight {
  color: #000000;
}
.filter-name {
  border-bottom: 2px solid #000000;
}
article .article-details:before {
  color: #000000;
}
.header-main__buy-button .text {
  color: #000000;
}
.header-main__buy-button .text:hover {
  color: #fff;
}
.header-main__buy-button:hover {
  color: #fff;
}
.header-main__buy-button i {
  color: #000000;
}
.header-main__buy-button i:hover {
  color: #fff;
}
.filters li .order i.active {
  color: #000000;
}
.filters li.active > i {
  color: #000000;
}
.btn-load-more {
  background: #000000;
}
.btn-1 {
  background-color: #000000;
}
.merri {
  font-family: "Roboto", serif;
}
.subscription .heading {
  font-family: "Roboto", sans-serif;
}
table.simple {
  font-family: "Roboto", sans-serif;
}
.releases .details {
  font-family: "Roboto", serif;
}
.releases .contents-header {
  font-family: "Roboto", serif;
}
.search-elem .title {
  font-family: "Roboto", serif;
}
.number-slider .item {
  font-family: "Roboto", serif;
}
article .post-title {
  font-family: "Roboto", serif;
}
.testimonial .content {
  font-family: "Roboto", serif;
}
