a {
  color: #d8bb11;
}
@media (min-width: 992px) {
  .header-row {
    max-width: 1320px;
    margin: 0 auto;
  }
}
#menu {
  margin: 0 auto;
}
.course-modules .course-modules__header {
  display: none;
}
.series-header__image-container--module {
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 5px;
}
.course-modules__title {
  color: #d8bb11;
}
.course-modules__title strong {
  color: #212529;
}
.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 {
  margin: 0px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 0 8px rgba(0, 0, 0, 0.15);
  display: flex;
}
.series-header__category {
  font-weight: 400;
  font-size: 18px;
  text-transform: none !important;
}
.series-header__details {
  padding: 30px 20px;
  flex: 1;
}
.series-header__category strong {
  color: #d8bb11;
}
.series-header__image-container:before {
  transform: none;
  content: none;
}
.series-header__title {
  font-weight: 700;
  text-transform: none;
  font-size: 25px;
  color: #d8bb11;
}
.paywall-buy-button a {
  color: #000000;
  font-size: 16px;
  text-align: center;
  display: block;
}
.cta {
  display: block;
  /*background-color: @mainColor;*/
  background-color: #d8bb11;
  width: 150px;
  padding: 10px;
  color: #000;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  box-shadow: 0 0 10px #cecece;
  margin: 30px auto;
}
.cta-2 {
  display: block;
  background-color: #000000;
  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;*/
  font-size: 21px;
  line-height: 26px;
}
.series-features__title {
  color: #d8bb11;
}
.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: 20px;
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.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 {
  margin-top: 35px;
}
.series-features.row {
  position: relative;
  z-index: 2;
}
.series-features__item {
  padding-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.series-features__item::before {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 3px;
  height: 75px;
}
.dlaczego-warto-block {
  padding: 0 0 0px;
  background-color: #FAFBFB;
}
.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: #d8bb11;
    color: #fff !important;
  }
  .new-filters__listing-description {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .dlaczego-warto .even {
    background-color: #d8bb11;
    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;
  /*&#no7 {
			background-image: url(https://forumlogopedy.pl/media/cache/resolve/origin/uploads/661/e87/661e87f9d5827800746549.png), url(https://files.forum-media.pl/pliki/lp/mct/kursterapeutasi.pl/border.svg);
		}*/
}
.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#no1t {
  background-image: url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/1t.png), url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/border-t.png);
}
.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#no2t {
  background-image: url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/2t.png), url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/border-t.png);
}
.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#no3t {
  background-image: url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/3t.png), url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/border-t.png);
}
.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#no4t {
  background-image: url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/4t.png), url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/border-t.png);
}
.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#no5t {
  background-image: url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/5t.png), url(https://eteczkabudowlana.pl/upl/eteczkabudowlana.pl/border-t.png);
}
.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__item#no6t {
  background-image: url(https://forumlogopedy.pl/upl/teczkaksiegowego.pl/6t.png), url(https://forumlogopedy.pl/upl/teczkaksiegowego.pl/border-t.png);
}
.profits__item#no7 {
  background-image: url(https://forumlogopedy.pl/media/cache/resolve/origin/uploads/662/275/662275f77e2ef914888162.png), url(https://forumlogopedy.pl/media/cache/resolve/origin/uploads/662/273/662273d3b40cc607086368.png);
}
.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 #000000;
  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: #000000;
  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(0, 0, 0, 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 */
/* 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: #000000;
  border-color: #000000;
}
.promo-block__bestseller {
  position: absolute;
  top: -28px;
  right: -28px;
  margin: auto;
  width: 490px;
  background: #e91e63;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 2px 8px;
  font-size: 14px;
  transform: rotate(45deg) translateX(33%);
  transform-origin: center;
}
.oh {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #baner-promo {
    background-image: url(https://forumlogopedy.pl/media/cache/resolve/origin/uploads/632/32b/63232be966c7a497276433.png) !important;
    background-size: contain !important;
    height: 667px !important;
  }
  #baner-promo2 {
    background-image: url(https://forumlogopedy.pl/media/cache/resolve/origin/uploads/632/42e/63242ea425227092441033.png) !important;
    background-size: contain !important;
    height: 440px !important;
  }
}
.hide {
  display: none;
}
.top-logotypy-block {
  padding: 50px 0;
  background-color: #FAFBFB;
}
.top-logotypy {
  font-weight: 500;
  padding: 5px 0 0 20px;
  border-left: 2px solid #000;
}
.top-logotypy-header {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  max-width: 700px;
}
.top-logotypy img {
  height: 34px;
  margin: 10px 25px 5px 0;
}
.underlined-paragraph .main-title {
  display: none;
}
.underlined-paragraph {
  margin-top: 50px;
}
.kazdy-ico-inside {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.zgodnosc {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 30px;
  border: 3px solid #d8bb11;
}
.mw800 {
  max-width: 800px;
  margin: auto;
}
.ul-arrows {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.ul-arrows li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.ul-arrows li .material-symbols-outlined {
  position: absolute;
  left: 0;
  color: #d8bb11;
}
.ramka-block {
  padding: 50px 0;
  background-color: #FAFBFB;
}
.ramka {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px;
}
.video-wrapper {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
}
.kurs-part {
  box-shadow: 0 0 6px #e6e6e6;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #d8bb11;
  font-weight: 400;
}
.kurs-part strong {
  wont-weight: 800;
  color: #212529;
}
.kurs-part.active {
  background-color: #fff;
  box-shadow: 0 0 10px #cecece;
}
.kursy-content {
  position: sticky;
  top: 0px;
}
.kurs-dzial {
  /*background-color:#ddd;*/
  background-color: #d8bb11;
  display: inline-block;
  padding: 5px 10px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-size: 14px;
}
#autorzy {
  position: relative;
}
#autorzy .autorzy-container {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}
#autorzy .autorzy-container .owl-dots {
  padding-top: 10px;
}
#autorzy .autorzy-container .owl-dots .owl-dot {
  outline: none;
  border: none;
}
#autorzy .autorzy-container .owl-dots .owl-dot span {
  background: #d7deed;
}
#autorzy .autorzy-container .owl-dots .owl-dot.active span {
  background: #000000;
}
#autorzy .autorzy-container .ow-jot-prevBtn2,
#autorzy .autorzy-container .ow-jot-nextBtn2 {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
  z-index: 99;
  opacity: 0.6;
}
#autorzy .autorzy-container .ow-jot-prevBtn2 path,
#autorzy .autorzy-container .ow-jot-nextBtn2 path {
  fill: #000000;
}
#autorzy .autorzy-container .ow-jot-prevBtn2 {
  left: -10px;
}
#autorzy .autorzy-container .ow-jot-nextBtn2 {
  right: -10px;
}
#autorzy .autorzy-container .ow-jot-prevBtn2:hover,
#autorzy .autorzy-container .ow-jot-nextBtn2:hover {
  opacity: 1;
}
#autorzy .autorzy-container .ow-jot-prevBtn2:hover svg,
#autorzy .autorzy-container .ow-jot-nextBtn2:hover svg {
  transition: all 0.2s ease-in-out;
  transform: scale(1.4);
}
#autorzy .autorzy-container .ow-jot-prevBtn2:hover path,
#autorzy .autorzy-container .ow-jot-nextBtn2:hover path {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  fill: #000000;
}
#autorzy .autor {
  padding: 0px 20px;
}
#autorzy .autor-image {
  max-width: 295px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid #d8bb11;
}
#autorzy .autor-name {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
#autorzy .autor-bio {
  font-size: 14px;
  font-weight: 300;
}
#autorzy .autor-bio .wiecej a {
  color: red;
}
#autorzy .autor-bio .wiecejhidden {
  display: none;
}
.subscription__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: 170px;*/
  margin: 7px 10px;
  padding: 5px 0;
  border-radius: 5px;
  border: solid 2px #FFF;
  background: white;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
  transition: transform 0.5s;
  cursor: pointer;
}
.subscription__title {
  font-size: 18px;
  line-height: 27px;
}
.subscription__title strong {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -1px;
}
#zamow {
  padding-top: 70px;
}
#zamow .promo-block__title {
  font-size: 22px;
}
.subscription__cert strong {
  color: #97B900;
  font-weight: normal;
}
.koszt-dostawy {
  font-size: 15px;
}
.promo-frame {
  padding: 20px;
  box-shadow: 0px 0px 3px #d1d1d1;
  margin: 3px 3px 15px;
}
.info {
  position: absolute;
  right: -20px;
  top: -6px;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 10px #cecece;
}
.info span {
  display: inline-block;
  margin-top: 7px;
}
.logotypy-bottom img {
  height: 34px;
  margin: 10px;
}
.series-features__sub-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #777;
  line-height: 19px;
}
.wyrozniki {
  padding: 70px 0;
  background-color: #FAFBFB;
}
.highlight-blocks__item {
  padding: 30px 20px;
  background: #fff;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 0 8px rgba(0, 0, 0, 0.15);
}
.steps-to-success__name {
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
}
.highlight-blocks__name {
  margin-top: 10px;
  text-align: center;
}
.spis-tresci-block {
  padding: 70px 0 0;
  background-color: #FAFBFB;
}
.course-modules__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
}
.kurs-part-content ul {
  padding-left: 40px;
}
.wspolpraca {
  padding: 50px 0;
}
/* paywall */
.pay-wall-box {
  background: #fff;
}
.box h3 {
  text-align: center;
  top: 80px;
  color: #999;
}
.box .tagline {
  font-size: 3vh;
  display: block;
  color: #4252dc;
  padding: 10px;
}
.box .ptaszki {
  font-size: 18px;
  color: #999;
  display: block;
}
.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: #4252dc;
}
.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: #f89c0c;
  color: #fff;
  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: #f89c0c;
  color: #fff;
  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: #f89c0c;
  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 #f89c0c;
}
.pay-wall-zaloguj2 {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  background-color: #faa71a;
  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 #b32a3c;
  font-weight: 400;
}
.pay-wall-zaloguj2:hover {
  color: #fff;
}
