/*
html{
scroll-behavior:smooth;
font-size: 16px;
}
#footer .newsletter {
display: none;
}
.zamow:link,.zamow:visited {
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    background-color: #dc1050;
    margin-left: 10px !important;
    margin-right: 0px !important;
}
.zamow:hover, .zamow:focus {
outline: none;
color: #dc1050!important;
}
header .navbar-default .navbar-nav > li a.active {
color:#fff!important;
}


*/
header:after {
  content: "";
  display: block;
  clear: both;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  min-width: 100%;
}
.block {
  overflow: inherit !important;
  padding: 0 !important;
}
#footer .newsletter {
  display: none;
}
.zamow:link,
.zamow:visited {
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 700;
  position: relative;
  background-color: #dc1050;
  margin-left: 10px !important;
  margin-right: 0px !important;
}
.zamow:hover,
.zamow:focus {
  outline: none;
  color: #dc1050 !important;
}
/* 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 */
/* RADA HEADER */
.ll21-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  align-items: center;
}
#ll21-header__patronat {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #232332;
  margin-top: 24px;
  margin-bottom: -24px;
  width: 100%;
}
.ll21-header__logo {
  max-width: 120px;
}
.logo-section .logo-flex {
  display: none;
}
@media (max-width: 480px) {
  .top-hamburger {
    display: block;
    position: relative;
    top: -22px;
  }
}
body {
  padding: 0 !important;
}
header {
  position: relative;
}
header .menu {
  background: none;
}
.header-main {
  clear: both;
  float: none;
  width: 96%;
  max-width: 1300px;
  margin: auto;
}
.header-main__logo-container {
  width: 100%;
  float: none;
}
@media (max-width: 768px) {
  .header-main__menu {
    width: 100%;
    float: none;
  }
  .header-main__search-container {
    display: none;
  }
}
.header-main__buy-button {
  background-color: #000000;
  border-radius: 32px;
  display: inline-flex;
  display: none;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 12px 0 4px;
}
.header-main__buy-button .text {
  color: #ffffff;
  position: relative;
}
.header-main__buy-button i {
  display: none;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  max-width: 100vw;
}
/* paywall */
.pay-wall-box {
  background: #fff;
  max-width: 720px;
  margin: auto;
}
.box h3 {
  text-align: center;
  top: 80px;
  color: #999;
}
.box .tagline {
  font-size: 3vh;
  display: block;
  color: #3c54ad;
  padding: 10px;
}
.box .ptaszki {
  font-size: 18px;
  color: #999;
  display: block;
  padding: 0px 60px 10px 60px;
}
.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: #3c54ad;
}
.box {
  width: 100%;
  background: #ffffff;
  padding: 30px;
  text-align: center;
  align-content: center;
  border-top: 3px solid #666666;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.effect4 {
  position: relative;
}
.pay-wall-button {
  display: inline-block;
  font-size: 3vh;
  line-height: 19px;
  text-align: center;
  background-color: #999999;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 3px;
  transition: all 0.4s;
  width: 30%;
  text-decoration: none;
}
.pay-wall-zarejestruj {
  display: inline-block;
  font-size: 2.5vh;
  line-height: 19px;
  text-align: center;
  background-color: #000000;
  color: #fff !important;
  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: 30%;
  text-decoration: none;
}
.pay-wall-zaloguj {
  display: inline-block;
  font-size: 2.5vh;
  line-height: 19px;
  text-align: center;
  background-color: #fff;
  color: #000000;
  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: 30%;
  text-decoration: none;
  border: 1px solid #000000;
}
/* paywall koniec */
/*-----------*/
/*slider*/
/*-----------*/
.owl-stage-outer {
  width: 100%;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #fff;
}
.item {
  background-color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.owl-dots {
  font-size: 0px;
  line-height: 0px;
}
.owl-nav i {
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  color: #81b6d8;
  border: none;
  padding: 10px;
  font-family: FontAwesome;
}
@media only screen and (max-width: 500px) {
  .owl-nav i {
    display: none;
  }
}
.owl-carousel .owl-item img.banner-desktop {
  display: none;
}
@media (min-width: 478px) {
  .owl-carousel .owl-item img.banner-mobile {
    display: none;
  }
  .owl-carousel .owl-item img.banner-desktop {
    display: block;
  }
}
.owl-nav .owl-prev {
  right: 65px;
  bottom: 0px;
  position: absolute;
}
.owl-nav .owl-next {
  right: 20px;
  bottom: 0px;
  position: absolute;
}
.owl-dots {
  height: auto;
  background-color: #77d1fd;
  display: inline-block;
  padding: 0px 0px 0px 100px;
}
.owl-dot span {
  width: 15px;
  height: 15px;
  margin: 8px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: 1px solid #fff;
}
.owl-dots .active span {
  background-color: #fff !important;
}
/*-----------*/
/*slider end*/
/*-----------*/
#menu ul li:hover ul li:hover ul {
  display: none;
}
#menu ul#main > li.more.hidden-more:hover > ul > li:hover > ul.dropdown-menu {
  display: block;
  left: 100%;
}
.dropdown-menu {
  width: fit-content;
}
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;
}
