body {
  background-color: #f3f3f3;
}
.series-header__image-container--module {
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 5px;
}
.series-header__image {
  background-size: contain;
  background-repeat: no-repeat;
}
.course-modules__go-to-course {
  font-weight: 700;
}
.course-modules__go-to-course span {
  font-weight: 700;
}
.series-header__category {
  font-weight: 700;
}
.series-header__image-container:before {
  transform: none;
  content: none;
}
.series-header__title {
  font-weight: 700;
  text-transform: none;
  font-size: 20px;
}
.paywall-buy-button a {
  color: #2968a7;
  font-size: 16px;
  text-align: center;
  display: block;
}
.cta {
  display: block;
  background-color: #2968a7;
  width: 150px;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  box-shadow: 0 0 10px #cecece;
  margin: 30px 0;
}
.cta-2 {
  display: block;
  background-color: #2968a7;
  width: 150px;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  box-shadow: 0 0 10px #cecece;
  margin: 30px 0;
}
a:hover {
  text-decoration: none;
}
a.cta:hover {
  color: #fff;
}
.series-features__title,
.main-title,
.filter__title {
  font-size: 26px;
}
.main-title {
  font-weight: 700;
  margin-top: 70px;
}
.course-menu__item.active {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px #cecece;
}
.course-menu__item {
  padding: 8px 12px;
  margin-bottom: 12px;
}
.course-menu__item .course-menu__title {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.course-menu__item .course-menu__title:before {
  height: 90%;
  border-left: 3px solid var(--customColor, #cecece);
  position: absolute;
  content: attr(aaa);
  left: -12px;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  margin: auto;
}
.course-menu__item.active .course-menu__title:before {
  content: none;
  border: none;
}
.course-menu__item .course-menu__sub-title {
  font-size: 14px;
}
.course-menu__item.active .course-menu__title {
  font-size: 16px;
}
.course-modules__go-to {
  color: #777777;
}
.authors__image img {
  border: 3px solid #e6e7e7 !important;
}
.authors__name {
  font-weight: 600;
  color: #333333 !important;
}
.steps-to-success__name {
  font-weight: 700;
}
.pay-wall-box {
  background: #ffffff;
  padding: 15px 10px;
}
.series-header__paywall {
  margin-top: 30px;
  text-align: left;
}
.card-box-paywall {
  background: #fbfbfb;
  border-radius: 7px;
  padding: 25px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 0 8px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.module__description {
  padding: 0 50px;
  margin: 45px 0;
  font-size: 18px;
}
.series-features.row {
  position: relative;
  z-index: 2;
}
.series-features__item {
  padding-bottom: 20px;
}
.dlaczego-warto-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .series-header__image-container {
    flex: auto;
  }
  .paywall-buy-button a {
    font-size: 16px;
  }
  .dlaczego-warto .even-rwd {
    background-color: #2968a7;
    color: #fff !important;
  }
  .new-filters__listing-description {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .dlaczego-warto .even {
    background-color: #2968a7;
    color: #fff !important;
  }
}
@media (max-width: 991px) {
  .series-header__image-container {
    flex: auto;
  }
}
@media screen and (max-width: 1199px) {
  .paywall-buy-button a {
    font-size: 13px;
  }
}
.new-filters__listing-description img {
  border-radius: 100%;
  border: 3px solid #d8d8d8;
  padding: 3px;
  margin: 20px 0;
  width: 100%;
  max-width: 300px;
}
.new-filters__listing-description {
  font-size: 18px;
}
li.breadcrumbs__item:not(:first-of-type):before {
  content: '\00BB';
}
.breadcrumbs__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  white-space: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.text-right .breadcrumbs__text {
  align-items: flex-end;
}
.paywall-buy-button-lock {
  /* position: absolute; */
  bottom: 20px;
  font-weight: 700;
  left: 0;
  width: 100%;
  text-align: center;
}
.paywall-buy-button {
  /* position: absolute; */
  bottom: 20px;
  font-weight: 400;
  left: 0;
  width: 100%;
  text-align: center;
}
.series-header__category.series-header__category--small.custom-color {
  display: none;
}
.module__description ul > li {
  padding: 0.5rem 0 0;
}
.module__description ol > li {
  margin-bottom: 2rem;
}
.module__description p {
  margin-bottom: 0;
}
.profits__text {
  font-size: 14px;
}
.profits__heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.profits__icon {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #cecece;
  margin: auto;
}
@media (min-width: 767px) {
  .profits__icon {
    width: 85px;
    height: 85px;
  }
}
.underline {
  position: relative;
}
.underline:after {
  position: absolute;
  content: "";
  width: 80%;
  max-width: 320px;
  border-bottom: 4px solid #bebbbd;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1rem;
}
.inner-container {
  margin-right: -15px;
  margin-left: -15px;
}
.profits__item {
  background-repeat: no-repeat;
  min-height: 300px;
  background-size: 25% auto, 75% auto;
  background-position: 0% 100%, 99% 100%;
  display: flex;
  align-items: flex-end;
}
.profits__item#no1 {
  background-image: url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/1.png), url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/border.svg);
}
.profits__item#no2 {
  background-image: url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/2.png), url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/border.svg);
}
.profits__item#no3 {
  background-image: url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/3.png), url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/border.svg);
}
.profits__item#no4 {
  background-image: url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/4.png), url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/border.svg);
}
.profits__item#no5 {
  background-image: url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/5.png), url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/border.svg);
}
.profits__item#no6 {
  background-image: url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/6.png), url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/border.svg);
}
.profits__box {
  width: 440px;
  padding-left: 28%;
  padding-bottom: 12px;
  padding-right: 6%;
  max-width: 100%;
}
.authors__description {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  color: #232323;
}
/* homepage - wybierz swoja wersje */
.promo-header {
  padding: 16px;
  border: 1px solid #dfe6ea;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 16px rgba(2, 50, 90, 0.2);
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 32px;
  border-left: 4px solid #2968a7;
  max-width: 740xpx;
}
.promo-badge {
  margin: 0 0 0 16px;
  padding: 0;
  border: 1px solid #e1e7eb;
  box-shadow: 0 2px 8px rgba(2, 50, 90, 0.2);
  background-color: #034982;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  display: inline-flex;
  overflow: hidden;
}
@media (min-width: 575px) {
  .promo-badge {
    font-size: 18px;
  }
}
.promo-badge .badge-w {
  border-radius: 2px;
  padding: 4px 8px;
  margin-right: 4px;
  background-color: #ffffff;
  color: #034982;
  display: inline-block;
}
.promo-badge .badge-c {
  padding: 4px 8px;
  background-color: #034982;
  color: #fff;
}
.promo-title {
  display: inline-block;
  font-size: 20px;
  color: #2968a7;
  font-weight: 500;
  margin-bottom: 16px;
}
.promo-gratis {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.gratis-item {
  position: relative;
  padding: 8px;
  margin: 0 0 16px;
  display: inline-block;
  flex-grow: 0;
  flex-basis: 320px;
}
.gratis-head {
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
}
.gratis-body {
  margin-top: 8px;
  font-size: 14px;
}
/* end - homepage - wybierz swoja wersje */
/*homepage FAQ */
.ll21-collapse {
  display: flex;
  flex-direction: column;
}
.ll21-collapse label {
  overflow: hidden;
  margin: 0;
  font-weight: 400;
  display: block;
}
.ll21-collapse input[type=radio],
.ll21-collapse input[type=checkbox] {
  display: none;
}
.ll21-collapse input[type=radio] + label .ll21-collapse__body,
.ll21-collapse input[type=checkbox] + label .ll21-collapse__body {
  max-height: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  overflow: hidden;
}
.ll21-collapse input[type=radio]:checked + label .ll21-collapse__body,
.ll21-collapse input[type=checkbox]:checked + label .ll21-collapse__body {
  max-height: 1000px;
  opacity: 1;
}
.ll21-collapse input[type=radio]:checked + label .content-list__arrow span,
.ll21-collapse input[type=checkbox]:checked + label .content-list__arrow span,
.ll21-collapse input[type=radio]:checked + label .ll21-collapse__arrow span,
.ll21-collapse input[type=checkbox]:checked + label .ll21-collapse__arrow span {
  transform: rotate(-180deg);
}
.ll21-collapse input[type=radio]:not(:checked) + label:hover,
.ll21-collapse input[type=checkbox]:not(:checked) + label:hover {
  cursor: pointer;
}
.ll21-collapse__item {
  padding: .5rem 0;
  border-bottom: 1px solid rgba(41, 104, 167, 0.1);
  display: inline-block;
}
.ll21-collapse__head {
  display: inline-grid;
  grid-template-columns: repeat(24, 1fr);
  padding: 1rem 0;
  width: 100%;
}
.ll21-collapse__title {
  grid-column: 1/20;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: inline-block;
}
.ll21-collapse__arrow {
  grid-column: 23/25;
  grid-row: 1/2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ll21-collapse__arrow span {
  font-size: 1.5rem;
  line-height: 1.5rem;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.ll21-collapse__body {
  padding: 0 4rem 0 0;
  margin: 0;
  display: inline-block;
}
/* end homepage FAQ */
/* 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 */
@media (min-width: 768px) {
  .course .col-md-3:before {
    content: "";
    background-image: url(https://forumlogopedy.pl/media/cache/origin/uploads/623/af9/623af9ef48b6f487851812.png);
    width: 300%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    left: -100%;
    top: -20px;
  }
}
/* Paywall */
.effect4 {
  position: relative;
}
.box h3 {
  font-family: Merriweather, sans-serif !important;
}
.box .tagline2 {
  font-size: 22px;
  display: block;
  color: #d81203;
  padding: 15px 10px;
  font-weight: 500;
  line-height: 28px;
}
.pay-wall-zaloguj2 {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  background-color: #d81203;
  color: #ffffff;
  margin: 10px 20px;
  padding: 20px 10px;
  border-radius: 3px;
  transition: all 0.4s;
  width: 30%;
  text-decoration: none;
  border: 1px solid #d81203;
  font-weight: 400;
}
.pay-wall-zaloguj2:hover {
  color: #fff;
}
.pay-wall-box {
  background: #fff;
  padding: 30px 15px;
}
.btn-primary {
  background-color: #2968a7;
  border-color: #2968a7;
}
.series-features__title,
.main-title,
.filter__title {
  font-size: 22px;
  font-weight: 700;
}
.series-header__course,
.custom-color {
  color: #2968a7 !important;
}
.icon-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 4px 24px #dedede;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
}
.icon-box__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box__icon img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .icon-box {
    width: calc(25% - 12px);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .series-header__course {
    font-size: 22px;
    text-align: center;
  }
  .series-header {
    flex-direction: column-reverse;
  }
  .series-header__image-container {
    min-height: 200px;
    margin: 20px 0 0;
  }
}
body {
  font-family: "Roboto", 'Ubuntu', sans-serif;
  font-weight: 300;
}
.article__breadcrumbs-link--home i {
  color: #2968a7;
}
.promo-block__title {
  color: #2968a7;
}
.steps-to-success__container:nth-of-type(even) .steps-to-success__item {
  background: #2968a7;
}
.steps-to-success__step {
  color: #2968a7;
}
.highlight-blocks__container:nth-of-type(even) .highlight-blocks__item {
  background: #2968a7;
}
.authors__name {
  color: #2968a7;
}
.authors__image img {
  border: 3px solid var(--customColor, #2968a7);
}
.table-of-content {
  color: var(--customColor, #2968a7) !important;
}
.course__description {
  padding: 0 40px;
  margin: 50px 0;
}
.expand-all-lessons {
  color: #2968a7;
}
.course-menu__item {
  margin-bottom: 30px;
  display: flex;
}
.course-menu__item:hover {
  cursor: pointer;
}
.course-menu__item.active .course-menu__title {
  color: #2968a7;
}
.course-menu__item.active .course-menu__angle {
  color: #2968a7;
}
.course-modules__number {
  color: var(--customColor, #2968a7) !important;
}
.course-modules__counter {
  color: var(--customColor, #2968a7) !important;
}
.course-modules__button {
  color: var(--customColor, #2968a7) !important;
}
.searching__container {
  background: rgba(41, 104, 167, 0.9);
}
.post-link:hover {
  color: #2968a7;
}
.tobi {
  background-color: rgba(41, 104, 167, 0.9);
}
.menu__link--search {
  background: #2968a7;
  border: 2px solid #2968a7;
}
.menu__link--search:hover {
  color: #2968a7;
}
.menu__link:hover {
  color: #2968a7;
}
a {
  color: #2968a7;
}
.custom-color {
  color: var(--customColor, #2968a7) !important;
}
.breadcrumbs__link:hover {
  color: #2968a7;
}
.video-box__author-avatar {
  border: 1px solid var(--customColor, #2968a7);
}
.material-menu__row:hover td {
  background: var(--customColor, #2968a7) !important;
}
.material-menu__row:hover td.material-menu__link {
  color: #fff !important;
}
.material-menu__number {
  color: #2968a7;
}
.material-menu__link {
  color: #2968a7;
}
.post-listing__open:hover {
  color: #2968a7;
}
.file-page__download-button {
  color: #2968a7;
}
.file-page__cover {
  border: 1px solid #2968a7;
}
.series-features__item:before {
  background: #2968a7;
}
.series-header__breadcrumbs-last-crumb {
  color: #2968a7;
}
.series-header__image-container--module {
  background-color: var(--customBg, #2968a7);
}
.series-header__category {
  color: #2968a7;
}
.series-header__course {
  color: #2968a7;
}
[data-sort-field] {
  color: #2968a7;
}
.new-filters__listing-name {
  color: #2968a7;
}
.filter__subtitle {
  color: #2968a7;
}
.filter__expand {
  background: #2968a7;
}
.filter__wrapper .custom-label .checkmark:after {
  border-color: #2968a7;
}
