.ct {
  color: #3c3c3c !important;
}
.ct1 {
  color: #4a9cce !important;
}
.ct2 {
  color: #f2b421 !important;
}
.ct3 {
  color: #cae7f5 !important;
}
.ct4 {
  color: #4a9cce !important;
}
.green {
  color: #00cb11;
}
.bg1 {
  background-color: #4a9cce !important;
}
.bg2 {
  background-color: #f2b421 !important;
}
.bg3 {
  background-color: #cae7f5 !important;
}
.bg4 {
  background-color: #4a9cce !important;
}
.bg5 {
  background-color: #2b455e !important;
}
.bg-gray {
  background-color: #F4F4F4 !important;
}
.bg-default {
  background-color: #fafbfb;
}
.bg-top {
  background-color: rgba(255, 255, 255, 0.7);
}
.white {
  color: #ffffff !important;
}
@media (min-width: 575px) {
  .bg-image {
    background-image: url(https://forumlogopedy.pl/media/cache/resolve/origin/uploads/65b/ce2/65bce25097bff373908864.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg-image.bg1 {
    background-image: linear-gradient(rgba(74, 156, 206, 0.8), rgba(74, 156, 206, 0.8)), url(https://forumlogopedy.pl/media/cache/origin/uploads/61c/196/61c196556b733253892295.jpg) !important;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
  }
  .bg-image.bg-white {
    background-image: linear-gradient(rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.99)), url(https://forumlogopedy.pl/media/cache/origin/uploads/61c/196/61c196556b733253892295.jpg) !important;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
  }
  .bg-image.bg-gray {
    background-image: linear-gradient(rgba(244, 244, 244, 0.8), rgba(244, 244, 244, 0.8)), url(https://forumlogopedy.pl/media/cache/origin/uploads/61c/196/61c196556b733253892295.jpg) !important;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
  }
}
.border-c1 {
  border-color: #4a9cce !important;
}
.border-c2 {
  border-color: #f2b421 !important;
}
.border-c3 {
  border-color: #cae7f5 !important;
}
.border-c4 {
  border-color: #4a9cce !important;
}
.fs12 {
  font-size: .75rem !important;
}
.fs14 {
  font-size: .875rem !important;
}
.fs18 {
  font-size: 1.125rem !important;
}
.fs20 {
  font-size: 1.25rem !important;
}
.fs24 {
  font-size: 1.5rem !important;
}
.fs28 {
  font-size: 1.75rem !important;
}
.fs32 {
  font-size: 2rem !important;
}
.fs40 {
  font-size: 2.5rem !important;
}
.fs48 {
  font-size: 3rem !important;
}
.fs56 {
  font-size: 3.5rem !important;
}
.fs64 {
  font-size: 4rem !important;
}
.fs72 {
  font-size: 4.5rem !important;
}
.lh1 {
  line-height: 1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh16 {
  line-height: 1.6 !important;
}
.lh17 {
  line-height: 1.7 !important;
}
.lh18 {
  line-height: 1.8 !important;
}
.lh19 {
  line-height: 1.9 !important;
}
.lh2 {
  line-height: 2 !important;
}
.fw100 {
  font-weight: 100 !important;
}
.fw200 {
  font-weight: 200 !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw900 {
  font-weight: 900 !important;
}
.ls0 {
  letter-spacing: 0px;
}
.ls05 {
  letter-spacing: .5px;
}
.ls1 {
  letter-spacing: 1px;
}
.ls2 {
  letter-spacing: 2px;
}
.ls4 {
  letter-spacing: 4px;
}
#menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
#menu.menu--hidden {
  transform: translateY(-100%);
}
@media (max-width: 991px) {
  #menu {
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  #menu {
    background-color: #cae7f5;
  }
  #menu:not(.show-logo) .nav__logo {
    display: none;
  }
}
#menu-checkbox {
  display: none;
}
@media (max-width: 991px) {
  #menu-checkbox:not(:checked) ~ .nav__container {
    transform: translateX(-200%);
    height: 0;
    animation: hide_menu 0.3s ease-in-out;
  }
  #menu-checkbox:not(:checked) ~ .menu__toggle.menu__close {
    display: none;
  }
  #menu-checkbox:checked ~ .nav__container {
    transform: translateX(0);
    height: 100vh;
    animation: show_menu 0.3s ease-in-out;
  }
  #menu-checkbox:checked ~ .menu__toggle {
    color: #4a9cce;
    background: none;
    border: none;
  }
  #menu-checkbox:checked ~ .menu__toggle.menu__show {
    display: none;
  }
}
@keyframes hide_menu {
  0% {
    transform: translateX(0);
    height: 100vh;
  }
  99% {
    height: 100vh;
  }
  100% {
    transform: translateX(-200%);
    height: 0;
  }
}
@keyframes show_menu {
  0% {
    transform: translateX(-200%);
    height: 0;
  }
  1% {
    height: 100vh;
  }
  100% {
    transform: translateX(0);
    height: 100vh;
  }
}
.menu__toggle {
  margin: 0;
  color: #4a9cce;
  display: inline-flex;
  padding: 0.225rem 0.35rem;
  border-radius: 0.45rem;
  position: fixed;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 992px) {
  .menu__toggle {
    display: none;
  }
}
.nav,
.top-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0 4rem 0 2rem;
}
@media (min-width: 992px) {
  .nav,
  .top-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0;
  }
}
.nav__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .nav__container {
    margin-left: 0;
    background: #F4F4F4;
    transition: 0.3s all ease-in-out;
    max-width: 36rem;
    padding: 3rem 0 5rem;
    justify-content: center;
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .nav__container {
    height: 54px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.nav__logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .nav__logo {
    height: 100%;
    margin-bottom: 0;
  }
}
.nav__logo img {
  height: calc(100% - 8px);
  width: auto;
}
.nav__item {
  display: flex;
  align-items: center;
}
.nav__link {
  padding: 4px 8px;
  font-weight: 700;
  font-size: 1.2rem !important;
  text-transform: uppercase;
  white-space: pre;
}
section {
  padding: 3.5rem 0;
}
a {
  color: #4a9cce;
  transition: all, 0.2s ease-in-out;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  border: none;
  color: #2b455e;
}
.bg4 a {
  color: #cae7f5;
}
.button-container {
  padding: 1.5rem 0;
}
.button {
  display: inline-block;
  padding: .25rem 2rem;
  border-radius: .75rem;
  transform: scale(1);
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  outline: none;
  background: none;
  border: 1px solid transparent;
}
.button.button--filled {
  background-color: #4a9cce;
  color: #fff;
  border: 1px solid #4a9cce;
}
.button.button--filled.button--shadow {
  box-shadow: inset -0.7rem -0.7rem 0rem 0 #3691c8;
}
.button.button--filled.button--shadow:hover {
  background-color: #72b2d9;
  box-shadow: inset 0rem 0rem 0rem 0.1rem #5ea7d3;
  border-color: #4a9cce;
}
.button.button--filled.button--shadow:active,
.button.button--filled.button--shadow:focus {
  color: #fff;
  border-color: #fff;
}
.button.button--filled:hover {
  color: #fff;
  border-color: #f9252d;
  background-color: #f9252d;
}
.button.button--filled:focus,
.button.button--filled:active {
  color: rgba(255, 255, 255, 0.6);
}
.button.button--outlined {
  background: none;
  color: #4a9cce;
  border: 1px solid #4a9cce;
}
.button.button--outlined:hover {
  color: rgba(74, 156, 206, 0.6);
  border-color: rgba(74, 156, 206, 0.6);
}
.button.button--outlined-white {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.button.button--outlined-white:hover {
  color: #fff;
  border-color: transparent;
}
.button.button--text {
  text-transform: none;
  font-size: 1rem;
  color: #4a9cce;
  padding: .75rem 2rem .125rem;
  text-align: center;
}
.button.button--text:hover {
  color: #3182b4;
}
@media (max-width: 440px) {
  .button {
    padding: .75rem 2rem;
  }
}
.form-box {
  border: 1px solid #d9d9d9;
  border-top: 4px solid #d9d9d9;
  border-radius: 4px;
  flex: 0 1 320px;
  padding: 1rem 0.5rem 0;
}
.form-box.premium {
  border-top: 4px solid #4a9cce;
  padding-top: 1rem;
}
.form-box:focus-within {
  filter: brightness(1.1);
  box-shadow: 0 2px 16px #ccc!important;
  border-color: #5cc3ff;
}
.form-box button:focus,
.form-box button.spinning {
  outline: 1px solid #5cc3ff;
  color: #5cc3ff !important;
  border-color: rgba(255, 255, 255, 0) !important;
}
.form-box button.spinning {
  text-transform: none;
}
.form-box button.spinning:after {
  content: "";
  right: 12px;
  top: 50%;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 0 1px #f5c451;
  position: absolute;
  border-radius: 50%;
  animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.form-box button.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 12px;
  top: 50%;
  position: absolute;
  border: 2px solid #f8d581;
  border-right: 3px solid #f2b421;
  animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
}
.form-box button.button--filled {
  color: #fff;
}
.form-box button.button--filled:focus,
.form-box button.button--filled.spinning {
  outline: 1px solid rgba(0, 142, 224, 0.4);
  color: #ffffff !important;
}
.form-box button.button--filled:hover {
  color: #fff;
  border-color: #66d9ff;
  background-color: #66d9ff;
}
.form-box button.button--filled.spinning:after {
  box-shadow: 0px 0px 0 1px #9fd4ed;
}
.form-box button.button--filled.spinning:before {
  border: 2px solid #cae7f5;
  border-right: 3px solid #4a9cce;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  text-transform: none;
  padding: 0;
}
h1,
.h1 {
  font-size: 2.25rem;
  color: #3c3c3c;
}
h2,
.h2 {
  font-size: 1.5rem;
  color: #3c3c3c;
  font-weight: 500;
  margin: 0;
}
h3,
.h3 {
  font-size: 1rem;
  font-weight: 400;
  color: #3c3c3c;
}
h4,
.h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 1.6;
  margin: auto;
  max-width: 26rem;
}
h5,
.h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #4a9cce;
  line-height: 2;
  margin: auto;
}
@media (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }
}
nav#nav {
  box-shadow: 0 2px 16px rgba(31, 31, 31, 0.11);
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-radius: 0;
}
nav#nav li {
  display: inline-flex;
}
nav#nav li a {
  display: inline-block;
  padding: 8px 16px;
  margin: auto;
  color: #636363;
}
nav#nav li a:not(.active):hover {
  color: #f9252d;
}
#drawer-toggle {
  position: absolute;
  opacity: 0;
  display: none;
}
#drawer-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  height: 100%;
  cursor: pointer;
}
#drawer-toggle-label:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #8d8d8d;
  right: 24px;
  top: 24px;
  box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d;
}
#drawer-toggle:not(:checked) ~ #drawer-toggle-label {
  transition: background 0.2s ease-in-out;
}
#drawer-toggle:checked ~ #drawer-toggle-label {
  height: 100vh;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
#drawer-toggle-label-xs {
  position: absolute;
  margin: 0 -1rem 0 0;
  top: 0;
  right: 1rem;
  font-size: 3rem;
  opacity: .8;
  line-height: 1;
  padding: 0 1rem 1rem;
}
@media (min-width: 1200px) {
  #drawer-toggle-label-xs {
    display: none;
  }
}
#menu {
  z-index: 99;
}
img {
  max-width: 100%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #cae7f5;
  background: none;
  border-radius: 0;
  font-weight: 700;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.nav-pills .nav-link.active:after,
.nav-pills .show > .nav-link:after {
  content: "";
  position: absolute;
  top: -12px;
  width: 100%;
  height: 4px;
  border: 2px solid #4a9cce;
  background: #4a9cce;
  left: 0;
}
#promobar {
  margin-top: 54px;
  z-index: 998;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 54px;
  background-color: #5cc3ff !important;
}
@media (min-width: 768px) {
  #promobar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
input#promobar-top-close:checked ~ #promobar-top {
  display: none !important;
}
input#promobar-top-close ~ label {
  position: absolute;
  right: 24px;
  top: 8px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
}
input#promobar-top-close:checked ~ label {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1200px) {
  .nav-links {
    position: fixed;
    height: 100vh;
    background: #fff;
    left: 0;
    top: 0;
    width: 80vw;
    padding: 24px 0px;
    transition: all 0.4s ease-in-out;
    transform: translateX(-200vw);
    overflow: auto;
  }
  #drawer-toggle:checked ~ .nav-links {
    box-shadow: 0 0 60vw #000000;
    transform: translateX(0);
  }
  nav#nav li a {
    padding: 16px 24px;
    margin-bottom: 12px;
  }
  nav#nav a {
    font-size: 24px;
  }
  .nav-links:target + a.dismiss-menu {
    transform: translateX(0);
  }
  .nav-pills .nav-link.active:after,
  .nav-pills .show > .nav-link:after {
    top: auto;
    bottom: -4px;
  }
}
.dvd-list {
  display: flex;
  align-items: baseline;
  background-color: #ddecf4;
  padding: 8px;
}
.dvd__circle {
  width: 2rem;
  height: 2rem;
  background: #cae7f5;
  position: relative;
  flex: 0 0 2rem;
  margin: -15px 20px 20px -15px;
}
.dvd__number {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #225880;
}
.dvd__title {
  line-height: 1.2;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  #program .dvd__title {
    font-size: 1.5rem !important;
  }
}
.icon-list__bg {
  width: 6rem;
  max-width: 100%;
  height: 8rem;
  margin: auto auto 1rem;
  background: #f6f7f1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-shadow: inset -0.5rem -0.5rem 0 0 #fbceaf;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .icon-list__bg {
    width: 100%;
  }
}
.highlight {
  position: relative;
  border-left: 0.375rem solid #4a9cce;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 1rem 1rem 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 .125rem 1rem #dedede;
  border-radius: .25rem;
}
.highlight.highlight--top {
  border-top: 0.375rem solid #4a9cce;
  border-left: none;
  padding: 2rem 1rem 1rem;
}
.program__item {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 .125rem 1rem #dedede;
  border-radius: .25rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .program__item {
    padding: 1rem 2rem;
  }
}
.program__item ul.program__list {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.program__item ul.program__list li {
  position: relative;
  margin-bottom: 1rem;
}
.program__item ul.program__list li:last-of-type {
  margin-bottom: 0;
}
.person {
  position: relative;
}
.person__box {
  position: relative;
  border-radius: 1rem;
  padding: 1rem;
  background-color: #ffffff;
}
.person__photo {
  width: 9rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: 2rem;
  margin: 0 auto -2rem;
  z-index: 2;
  border: 1px solid #cfcfcf;
  box-shadow: 0 2px 16px #cfcfcf;
}
.person__photo:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  box-shadow: inset -0.1rem -0.1rem 0 0 rgba(74, 156, 206, 0.7);
  left: 0;
  right: 0;
  border-radius: 50%;
}
.person__photo img {
  box-shadow: inset -1rem -1rem 0 0 #0000ff;
  border-radius: 50%;
}
.person__name {
  text-align: center;
  padding: 4rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.person__short {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 441px) {
  .person {
    padding-left: 3rem;
    padding-top: 3rem;
  }
  .person__photo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
  }
  .person__box {
    height: 100%;
  }
  .person__name {
    padding: 0 0 0 7rem;
    text-align: left;
  }
  .person__short {
    padding-left: 7rem;
    text-align: left;
    min-height: 4rem;
  }
}
.shortened {
  max-height: 14rem;
  overflow: hidden;
  position: relative;
}
.shortened.show-all {
  max-height: 100rem;
  transition: max-height 1s ease-in-out;
}
.shortened.show-all .show-more {
  display: none;
}
.shortened .show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  background: linear-gradient(0deg, #ffffff, #ffffff 2rem, transparent);
  padding: 3rem 1rem 0;
}
.variant {
  position: relative;
  margin: 0 auto 3rem;
}
.variant__name {
  margin: -1rem -0.5rem 0;
  background-color: #fafafa;
  padding: 1rem 0.5rem 0.5rem;
}
.variant__includes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
  flex: 1;
}
.variant__price {
  margin: 0 -0.5rem;
  background-color: #fafafa;
  padding: 1rem 0.5rem 2.5rem;
}
.variant__button {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .contener.top {
    padding: 30px;
  }
  .column-header {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 992px) {
  .contener.top {
    padding: 30px 60px;
  }
  .column-header {
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-left: 0.25rem solid #4a9cce;
    color: rgba(0, 0, 0, 0.8);
  }
}
.lub {
  position: relative;
  height: 1px;
  background-color: #ccc;
  margin: 25px 20px;
}
.lub .lub-i {
  position: absolute;
  top: -14px;
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
}
.lub .lub-i span {
  background-color: #fafafa;
  font-size: 14px;
  padding: 0px 10px;
  color: #000;
  display: inline-block;
  line-height: 13px;
  font-weight: 400;
}
.cycle-title {
  color: #3691c8;
  font-weight: 600;
}
.bsl {
  box-shadow: -8px 8px 38px -8px rgba(66, 68, 90, 0.8);
}
.bsr {
  box-shadow: 8px 8px 38px -8px rgba(66, 68, 90, 0.8);
}
.transform-upper {
  text-transform: uppercase;
}
.br-tb {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.liczba {
  font-size: 30px;
  line-height: 45px;
  border-radius: 50%;
  padding: 10px;
  color: #3691c8;
  font-weight: 600;
  border: 1px solid #3691c8;
  width: 65px;
  height: 65px;
  text-align: center;
  margin-bottom: 20px;
}
.column-text {
  padding-left: 1.4rem;
}
.f-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.f-center-row {
  display: flex;
  align-items: center;
}
.top span {
  color: #3691c8;
}
.lh-13 {
  line-height: 1.3;
}
.containerx {
  overflow: hidden;
}
.korzysci span {
  color: #3691c8;
  text-transform: uppercase;
}
.apla {
  padding: 20px;
}
.oh {
  overflow: hidden;
}
.top-photo {
  max-width: 100px;
  background-color: #5480ae;
  border-radius: 50%;
  padding: 5px;
  margin-right: 15px;
}
.top-details ul {
  padding-left: 20px;
}
.top-promo {
  margin-top: 50px;
  background-color: #d00021;
  color: #fff;
  padding: 10px;
  font-size: 1.5rem !important;
  text-align: center;
}
.top-parnerzy div {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 16px;
}
.bg-gray {
  background-color: #fff7f1 !important;
}
#prelegent .kreska {
  height: 4px;
  max-width: 160px;
  background-color: #3691c8;
  margin-bottom: 20px;
  overflow: hidden;
}
.korzysci {
  padding: 30px;
  background-color: #fff;
  height: 100%;
  box-shadow: 8px 8px 38px -8px rgba(66, 68, 90, 0.3);
  border-bottom: 1px solid #eee;
  border-bottom: 5px solid #eee;
}
.ok {
  position: absolute;
  background: url(https://www.chirurgiazwierzat.pl/media/cache/resolve/origin/uploads/62d/65c/62d65c848f1db443391954.png) no-repeat;
  margin-top: -30px;
  width: 84px;
  height: 67px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.korzysci-cont {
  margin-bottom: 80px;
}
.ramka-zakup {
  position: relative;
  border-top: 4px solid #4a9cce;
  box-shadow: 8px 8px 38px -8px rgba(66, 68, 90, 0.3);
}
.variant__namex {
  background-color: #fafafa;
  padding: 20px;
}
@media only screen and (max-width: 576px) {
  .desktop-sm {
    display: none;
  }
}
@media only screen and (min-width: 577px) {
  .mobile-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .baner-top {
    margin-top: 53px;
  }
}
.choice-profits {
  grid-area: choiceProfits;
  list-style-type: none;
  padding: 0 0 0 3rem;
  text-align: left;
}
@media (max-width: 992px) {
  .choice-profits {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.choice-profits .choice-profits-ok span {
  color: #00cb11;
  font-weight: 600;
}
.choice-profits .choice-profits-ok {
  color: #333;
}
.choice-profits li {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.5em;
  font-size: 1rem;
}
.choice-profits li:before {
  content: '';
  position: absolute;
  left: -1.75rem;
  top: 0.25em;
  width: 1.125em;
  height: 1.125em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%237f7f7f' d='m12.45 37.65-2.1-2.1L21.9 24 10.35 12.45l2.1-2.1L24 21.9l11.55-11.55 2.1 2.1L26.1 24l11.55 11.55-2.1 2.1L24 26.1Z'/%3E%3C/svg%3E");
  border-radius: 50%;
  background-size: contain;
}
.choice-profits li.choice-profits-ok:before {
  background-color: #00d75f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23ffffff' d='M18.9 35.7 7.7 24.5l2.15-2.15 9.05 9.05 19.2-19.2 2.15 2.15Z'/%3E%3C/svg%3E");
  border: 1px solid #0bff77;
}
.faq-box {
  background: #ffffff;
  position: relative;
  margin-bottom: 3rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
}
/*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(128, 128, 128, 0.1);
  display: inline-block;
}
.ll21-collapse__item.last {
  border-bottom: 0;
}
.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 */
.season_content-m {
  background: #f1f9fe;
  padding: 10px 0;
  margin-bottom: 20px;
}
.season_tabs {
  position: relative;
  min-height: 1150px !important;
  clear: both;
  margin: 25px 0px;
}
h4 {
  color: #0d5d7e;
  font-weight: bold;
}
.img-tab img {
  max-width: 260px;
  box-shadow: 0px 4px 10px #bdbdbd;
  padding: 10px;
}
@media (min-width: 1200px) {
  .inst-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .inst-desktop {
    display: none;
  }
  ol {
    padding-left: 15px;
  }
  h4 {
    font-size: 1.2rem;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
.mx1120 {
  max-width: 1280px !important;
  margin: auto;
}
@media (min-width: 1200px) {
  .container.container-full {
    max-width: 1920px !important;
    padding: 0;
  }
  .container.container-full .container--screener-mct,
  .container.container-full .container--screener-mct .container:first-child {
    max-width: 1920px !important;
    padding: 0;
  }
}
.mct-container {
  max-width: 1120px !important;
  margin: 3.5rem auto;
}
.mx1120 {
  max-width: 1120px !important;
}
.course-list-block {
  max-width: 1120px !important;
  margin: 0  auto 5rem;
}
.breadcrumbs {
  color: #defdda;
}
.pay-wall-box {
  background: #ffffff;
  padding: 15px 10px;
}
.series-header {
  margin: 10px 0px 0 0px;
}
.series-header__image-container:before {
  transform: skewX(0deg);
  right: 100%;
}
.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-features__item {
  position: relative;
  padding-left: 10px;
}
.series-features {
  padding-top: 40px;
  padding-bottom: 30px;
}
.course-menu__item.active .course-menu__title {
  line-height: 22px;
  font-size: 18px;
  font-weight: 700;
}
.course-menu__title {
  line-height: 22px;
  font-size: 18px;
}
/* LP */
.lp_mobile {
  display: none;
}
@media (max-width: 478px) {
  .lp_mobile {
    display: block;
  }
  .lp_desktop {
    display: none;
  }
}
.series-header {
  flex-wrap: wrap;
}
.series-header__details {
  flex: 1 1 400px;
}
.series-header__image-container {
  flex: 1 1 600px;
}
.promo-block__description {
  font-size: 22px;
}
.cta {
  display: block;
  background-color: #ec5a4e;
  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:hover {
  text-decoration: none;
  color: #fff;
}
footer .newsletter {
  margin-top: 40px;
  display: none !important;
}
.course-menu__item {
  padding: 10px;
  border-radius: 5px;
  transition: box-shadow 300ms;
}
.active {
  box-shadow: 0 0 4px 2px #ec5a4e;
  transition: box-shadow 600ms;
}
.spis {
  font-size: 25px;
  font-weight: 700;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .spis {
    text-align: center;
  }
}
.menu__item .menu__link--search {
  display: none;
}
.menu .menu__link {
  text-transform: unset;
  font-weight: 500;
}
.menu__link:hover {
  color: #4a9cce;
}
.menu__link.active {
  box-shadow: none;
}
header {
  background-color: white;
  box-shadow: 0 0 1px #00000040;
}
body {
  font-family: "Roboto", 'Ubuntu', sans-serif;
  font-weight: 300;
}
.article__breadcrumbs-link--home i {
  color: #000000;
}
.promo-block__title {
  color: #000000;
}
.steps-to-success__container:nth-of-type(even) .steps-to-success__item {
  background: #000000;
}
.steps-to-success__step {
  color: #000000;
}
.highlight-blocks__container:nth-of-type(even) .highlight-blocks__item {
  background: #000000;
}
.authors__name {
  color: #000000;
}
.authors__image img {
  border: 3px solid var(--customColor, #000000);
}
.table-of-content {
  color: var(--customColor, #000000) !important;
}
.course__description {
  padding: 0 40px;
  margin: 50px 0;
}
.expand-all-lessons {
  color: #000000;
}
.course-menu__item {
  margin-bottom: 30px;
  display: flex;
}
.course-menu__item:hover {
  cursor: pointer;
}
.course-menu__item.active .course-menu__title {
  color: #000000;
}
.course-menu__item.active .course-menu__angle {
  color: #000000;
}
.course-modules__number {
  color: var(--customColor, #000000) !important;
}
.course-modules__counter {
  color: var(--customColor, #000000) !important;
}
.course-modules__button {
  color: var(--customColor, #000000) !important;
}
.searching__container {
  background: rgba(0, 0, 0, 0.9);
}
.post-link:hover {
  color: #000000;
}
.tobi {
  background-color: rgba(0, 0, 0, 0.9);
}
.menu__link--search {
  background: #000000;
  border: 2px solid #000000;
}
.menu__link--search:hover {
  color: #000000;
}
.menu__link:hover {
  color: #000000;
}
a {
  color: #000000;
}
.custom-color {
  color: var(--customColor, #000000) !important;
}
.breadcrumbs__link:hover {
  color: #000000;
}
.video-box__author-avatar {
  border: 1px solid var(--customColor, #000000);
}
.material-menu__row:hover td {
  background: var(--customColor, #000000) !important;
}
.material-menu__row:hover td.material-menu__link {
  color: #fff !important;
}
.material-menu__number {
  color: #000000;
}
.material-menu__link {
  color: #000000;
}
.post-listing__open:hover {
  color: #000000;
}
.file-page__download-button {
  color: #000000;
}
.file-page__cover {
  border: 1px solid #000000;
}
.series-features__item:before {
  background: #000000;
}
.series-header__breadcrumbs-last-crumb {
  color: #000000;
}
.series-header__image-container--module {
  background-color: var(--customBg, #000000);
}
.series-header__category {
  color: #000000;
}
.series-header__course {
  color: #000000;
}
[data-sort-field] {
  color: #000000;
}
.new-filters__listing-name {
  color: #000000;
}
.filter__subtitle {
  color: #000000;
}
.filter__expand {
  background: #000000;
}
.filter__wrapper .custom-label .checkmark:after {
  border-color: #000000;
}
