.accent {
  color: #e72e4b;
}
body {
  text-align: center;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  color: #4a5565;
  font-weight: 400;
}
html {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  color: #101828;
}
a {
  text-decoration: none;
}
a:hover,
a:link,
a:visited,
input {
  outline: 0;
}
a img {
  border: none;
}
.container {
  max-width: 1170px;
  text-align: left;
  padding: 0;
}
.bg {
  background-color: #f8f8f8;
}
.black {
  color: #101828;
}
.white {
  color: white !important;
}
.red {
  color: #e72e4b;
}
.fs20 {
  font-size: 20px;
}
h3.underline-center {
  &:after {
    content: "";
    display: block;
    height: 3px;
    width: 200px;
    margin: 25px auto;
    background-color: #e72e4b;
    background: linear-gradient(to right, transparent, #e72e4b, transparent);
  }
}
h3.underline-left {
  &:after {
    content: "";
    display: block;
    height: 3px;
    width: 200px;
    margin: 25px auto 25px 0;
    background-color: #e72e4b;
    background: linear-gradient(to right, #e72e4b, #e72e4b, transparent);
  }
}

.btn {
  border-radius: 25px;
  border-width: 2px;
  border-style: solid;
  padding: 0.75rem 2rem;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-primary {
  border-color: black;
  background-color: black;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.btn-primary:hover {
  background-color: #e72e4b;
  border-color: #e72e4b;
}
.btn-primary:active {
  background-color: black !important;
  border-color: black !important;
}
.btn-secondary {
  background-color: transparent;
  border: none;
  color: black;
  padding: 0.75rem 1rem;
  font-weight: 600;
}
.btn-secondary:focus {
}
.btn-link {
  color: black;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: black !important;
}

.btn-secondary:hover {
  background-color: transparent;
  color: black;
}
#mymenu {
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #201f3e !important;
  -webkit-box-shadow: 0 0 2px 0.5px rgba(0, 0, 0, 0.122);
  -moz-box-shadow: 0 0 2px 0.5px rgba(0, 0, 0, 0.122);
  box-shadow: 0 0 2px 0.5px rgba(0, 0, 0, 0.122);
}
#mymenu {
  .row {
    height: 110px;
  }
}
#mymenu .hamburger {
  display: none;
}
#mymenu .menu-side {
  overflow: hidden;
}
#mymenu .container {
  position: relative;
}
#mymenu .mybar {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mymenu .mybar li {
  display: inline-block;
}
#mymenu .mybar li a {
  font-size: 15px;
  padding: 8px 14px;
  display: inline-block;
  height: 60px;
  line-height: 44px;
  transition: 0.3s;
}
#mymenu .hamburger {
  background-color: transparent;
  border: none;
  outline: 0;
}
#mymenu .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  outline: 0;
}
#mymenu .organizator {
  padding-top: 0;
}
#mymenu .wybierz-kurs {
  font-weight: 700;
  padding: 8px 24px;
  font-size: 14px;
  margin-top: 0;
  border: none;
}
.wybierz-kurs:link,
.wybierz-kurs:visited {
  background-color: #e72e4b;
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 8px;
}
.wybierz-kurs:hover {
  background-color: #b91b32;
  text-decoration: none;
  color: #fff;
}
#start {
  padding-top: 80px;
  padding-bottom: 0px;
}
#start {
  position: relative;
  .row {
    margin-top: 80px;
  }
  .bg-img {
    position: absolute;
    background-image: url(https://as1.ftcdn.net/jpg/02/21/99/42/1000_F_221994230_hDMdm9NX23FG3M3xFNkv9h8EVdJnyGxV.jpg);
    background-size: cover;
    background-position: center;
    width: 45%;
    height: 100%;
    right: 0;
    top: 0;
  }
  img {
    border-radius: 10px 100px 10px 100px;
  }
}
#start h1 {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  span {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  strong {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
  }
}

#start p {
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 0.25px;
  color: #6b6b6b;
}
#start .wybierz-kurs {
  font-size: 17px;
  padding: 8px 30px;
  min-width: 220px;
}
#start .btn-link:after {
  content: "arrow_right_alt";
  font-family: "Material Symbols Outlined";
  margin-left: 6px;
  vertical-align: middle;
  transition: 0.3s;
}
#start .btn-link:hover {
  &:after {
    margin-left: 10px;
  }
}
.wybierz-kurs2:link,
.wybierz-kurs2:visited {
  border: 1px solid #161c28;
  display: inline-block;
  color: #161c28;
  padding: 13px 30px;
  font-size: 17px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 8px;
  min-width: 200px;
}
.wybierz-kurs2:hover {
  border: 1px solid #e72e4b;
  text-decoration: none;
  color: #e72e4b;
}

#start .patronaty {
  color: #888;
}
.patronat {
  font-size: 15px;
  img {
    width: 100px;
    height: auto;
  }
  p {
    margin-bottom: 0;
  }
}
h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
}
.zegar {
  background-color: #fff;
  display: inline-block;
  -webkit-box-shadow: 0 3px 9px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 3px 9px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 3px 9px 0 rgba(50, 50, 50, 0.1);
  min-width: 60px;
  text-align: center;
  padding: 10px 0;
  margin-right: 15px;
  font-weight: 700;
}
.zegar span {
  display: block;
  color: #777;
  font-weight: 400;
  border-top: 1px solid #eee;
  margin-top: 4px;
  padding-top: 4px;
}
#przyklady {
  padding-top: 50px;
  padding-bottom: 50px;
}
#przyklady .przyklad-menu {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #777;
  cursor: pointer;
}
#przyklady .przyklad-menu-here {
  color: #000;
}
#info {
  .row {
    background-color: #f8f8f8;
    border-radius: 15px;
  }
  .item {
    font-size: 14px;
    color: #777;
    strong {
      font-size: 15px;
      display: block;
      color: black;
      margin-top: 10px;
    }
  }
}
#okursie {
  margin-bottom: 60px;
  img {
    border-radius: 0 100px;
  }
}
#okursie .col-12 {
  border-radius: 15px;
}
.szary-bckg {
  background-color: #f7f9fa;
}
#wstep {
  margin: 5rem 0;
  .item {
    .text {
      font-size: 16px;
    }
  }
}
#wstep .przed {
  background: url(../images/element_1.png) center left no-repeat;
}
#wstep .korzysci-container {
  background: url(../images/element_1.png) center left no-repeat,
    url(../images/element_2.png) top right no-repeat;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
#wstep .korzysci-info {
  font-size: 18px;
  line-height: 24px;
  color: #777;
  max-width: 600px;
  margin: auto auto 60px;
}
#wstep .wybierz-kurs {
  font-size: 17px;
  padding: 13px 30px;
}
#wstep .korzysci {
  font-size: 18px;
}
#wstep .korzysci .korzysci-h {
  color: #303030;
  margin-bottom: 20px;
}
#wstep .korzysci .korzysci-h strong {
  color: #000;
}
.mw800 {
  max-width: 800px;
  margin: auto;
}
.mw1000 {
  max-width: 1000px;
  margin: auto;
}
#tematyka {
  .item {
  }
  .item-header img {
    width: 40px;
    height: 40px;
  }
  .item-header h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
  }
  p {
    font-size: 15px;
  }
}
#tematyka ul {
  color: #303030;
  list-style-type: none;
  padding-left: 10px;
}
#tematyka li {
  background: url(../images/li.png) top left no-repeat;
  padding-left: 40px;
  margin-bottom: 15px;
}
#tematyka img {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 10%;
}
#dlaczego {
  .item {
    font-size: 15px;
    padding-left: 35px;
    position: relative;
  }
  .icon {
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e72e4b;
    color: white;
    text-align: center;
  }
  .material-symbols-outlined {
    font-size: 16px;
  }
  strong {
    color: black;
    font-size: 16px;
  }
  img {
    border-radius: 100px 10px 100px 10px;
  }
}
.section-header {
  margin-bottom: 5rem;
  h2 {
    font-weight: 600;
  }
  .over-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #cc223b;
    opacity: 0.75;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .subtitle {
    font-size: 18px;
  }
}
#korzysci {
  padding: 50px 0 100px;
  background-color: #282e43;
  color: white;
  h2 {
    color: white;
  }
  .item {
    padding: 0 20px;
  }
  .icon {
    width: 75px;
    height: 75px;
  }
  .icon-img {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-image: url(../images/css_sprites-w.png);
  }
  .header {
    font-weight: 600;
  }
  .text {
    font-size: 15px;
    color: rgb(218, 218, 218);
  }
  .icon1 {
    background-color: #e72e4b;
    border-radius: 6px;
  }
  .icon2 {
    background-color: #4553a6;
    border-radius: 6px;
  }
  .icon3 {
    background-color: #69499e;
    border-radius: 6px;
  }
  .icon4 {
    background-color: #00abee;
    border-radius: 6px;
  }
  .icon1 > div {
    background-position: -320px -320px;
  }
  .icon2 > div {
    background-position: -160px -160px;
  }
  .icon3 > div {
    background-position: 0 0;
  }
  .icon4 > div {
    background-position: -240px 0;
  }
}
#program .program-h {
  border-bottom: 2px solid #dce2e7;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #777;
}
#program .program-here {
  color: #000;
  border-bottom: 2px solid #000;
}
#program .chp {
  cursor: pointer;
}
#program .like-text:link,
#program .like-text:visited {
  color: #777;
}
#program .like-text:hover {
  color: #444;
}
#program .author {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: rgb(95, 95, 95);
}
.harmonogram {
  background-color: #f7f9fa;
  padding: 30px 20px;
  border-radius: 15px;
  position: relative;
}
.harmonogram .icon span {
  font-size: 50px;
  background-color: #4a5565;
  padding: 15px;
  border-radius: 15px;
  color: #f7f9fa;
}
.question {
  color: #000;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  font-weight: 700;
}

#program .question {
  font-size: 20px;
  padding-top: 5px;
  line-height: 1.3;
}
.faq-mark {
  position: absolute;
  right: -30px;
  font-weight: 400;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #cee7ba;
}
.question:hover .faq-mark {
  color: #e72e4b;
}
.answer {
  display: none;
  padding-top: 10px;
  color: #777;
}
.answer ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 10px;
}
.answer li {
  background: url(../images/arrow.png) 0 8px no-repeat;
  padding-left: 40px;
  margin-bottom: 15px;
}
.faq {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dce2e7;
}
#prowadzacy {
  .autor {
  }
  .autor-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
  }
  .autor-name {
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    span {
      font-size: 16px;
      font-weight: 400;
      color: #4a5565;
      display: block;
    }
  }
  .autor-bio {
  }
}

#dlakogo {
  background-color: #f7f9fa;
  font-size: 17px;
  color: #777;
}
#dlakogo strong {
  color: #000;
}
#dlakogo .container {
  padding-top: 40px;
  padding-bottom: 20px;
}
#dlakogo h3 {
  color: #000;
}
#dlakogo .header {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
#wideo {
  background-image: url(../images/waves.png);
  background-size: cover;
  background-position: center;
  iframe {
    box-shadow: 0 0 10px 2px #00000033;
  }
}
#wezudzial {
  scroll-margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 0;
  .header h3 {
    font-size: 24px;
    font-weight: 700;
    span {
      display: block;
      font-size: 20px;
      font-weight: 400;
      margin-top: 0.75rem;
    }
  }
  .price {
    color: #000;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
  }
  .price-old {
    color: #777;
    text-decoration: line-through;
  }
  .price-vat {
    color: #777;
    font-size: 13px;
    font-weight: 400;
  }
  .bullets {
    line-height: 1.4;
  }
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 18px;
  }
}
.price-lowest {
  line-height: 1.2;
  margin-top: 5px;
}
.productPriceOmnibus {
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #999999;
}
#wezudzial .header {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 500;
  strong {
    font-size: 32px;
    display: block;
    margin-bottom: 5px;
  }
}
#wezudzial .box {
  -webkit-box-shadow: 0 3px 29px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 3px 29px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 0 3px 29px 0 rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  padding: 40px;
  position: relative;
}

#wezudzial .box ul {
  color: #303030;
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
}
#wezudzial .box li {
  background: url(../images/li.png) top left no-repeat;
  padding-left: 40px;
  margin-bottom: 15px;
  padding-top: 3px;
}
#wezudzial .box .wybierz-kurs {
  width: 100%;
}

#wezudzial .borderm {
  height: 1px;
  background-color: #dce2e7;
  margin: 30px 0;
}
#wezudzial .name {
  color: #000;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 20px;
}
#wezudzial .pakiety-bckg {
  width: 100%;
  height: 60%;
  position: absolute;
  background-color: rgba(231, 46, 74, 0.05);
  border-radius: 5px;
  z-index: 0;
  top: 20%;
}
.red {
  color: #e72e4b;
}
#opinie .opinie-2k21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 180px;
  background: url(../images/opinie.png) center center no-repeat;
  background-size: 100% auto;
}
#opinie .opinie-2k21 > [class*="col-"] {
  display: flex;
  flex-direction: column;
  position: relative;
}
#opinie .ow-jot-nextBtn,
#opinie .ow-jot-prevBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}
#opinie .ow-jot-nextBtn img,
#opinie .ow-jot-prevBtn img {
  max-width: 50px;
}
#opinie .ow-jot-nextBtn:hover,
#opinie .ow-jot-prevBtn:hover {
  color: #1c4480;
  cursor: pointer;
}
#opinie .item {
  padding: 10px;
}
#opinie .item p {
  font-size: 14px;
}
#opinie .item .inside {
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 9px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 3px 9px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 3px 9px 0 rgba(50, 50, 50, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#opinie .item .name {
  font-size: 20px;
  margin-bottom: 15px;
}
#opinie .osoba {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
#opinie .star {
  line-height: 56px;
  height: 56px;
  vertical-align: middle;
  background: url(../images/star.png) center left no-repeat;
  padding-left: 30px;
  color: #000;
  padding-top: 2px;
}
.clearfix {
  clear: both;
}
#faq {
  padding-top: 50px;
  padding-bottom: 50px;
}
#nadal {
  padding-top: 50px;
  padding-bottom: 150px;
}
#nadal .nadal {
  background-color: #f7f9fa;
  padding: 60px 40px;
}
#nadal .nadal .h {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
#nadal .nadal p {
  color: #777;
}
#nadal .nadal .kto {
  font-weight: 700;
}
#nadal .osoba {
  position: relative;
}
#nadal .osoba-img {
  position: absolute;
  top: -100px;
  right: -40px;
}
#kontakt {
  background-color: #f7f9fa;
  padding: 50px 0;
}
#kontakt .kto,
#kontakt p {
  color: #777;
}
#kontakt .kto span {
  color: #000;
  font-size: 24px;
}
#kontakt .kto a:link,
#kontakt .kto a:visited {
  color: #777;
}
#kontakt .kto a:hover {
  color: #000;
  text-decoration: none;
}
#footer {
  padding: 70px 0;
  color: #777;
  font-size: 14px;
}
#footer .skroty {
  color: #000;
  height: 60px;
  font-size: 18px;
}
#footer .footer:link,
#footer .footer:visited {
  display: block;
  margin-bottom: 10px;
  color: #777;
}
#footer .footer:hover {
  color: #000;
  text-decoration: none;
}
.show-if-coupon-active,
.hide-if-coupon-active,
.promocja {
  display: none;
}
.promo__bar {
  bottom: 0;
  z-index: 1000;
  box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #201f3e;
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .icon {
    right: 6px;
    top: 6px;
    color: #fff;
    cursor: pointer;
  }
  .buttonCTA__promo__bar {
    background-color: #e72e4b !important;
    color: #fff;
    font-weight: 700;
    padding: 8px 24px;
    font-size: 14px;
    margin-top: 0;
    border: none;
    border-radius: 30px;
    transition: ease-in-out background-color 300ms;
    &:hover {
      background-color: #b91b32 !important;
    }
    &:active {
      box-shadow: none !important;
    }
  }
}

.md-float-left {
  float: left;
}
.md-float-left2 {
  float: left;
  margin-left: 40px;
}
.text-black {
  color: #000 !important;
}
.modal-header {
  padding-left: 2rem;
}
.modal-dialog {
  max-width: 700px;
}
.modal-body {
  text-align: left;
  padding: 2rem;
}
.modal-prelegent {
  padding-top: 40px;
}
.modal-title {
  font-weight: 700;
  color: black;
}
.modal-text {
  color: #797979;
}
.modal-prelegent .modal-header {
  border: none;
  position: relative;
}
.modal-prelegent .modal-header .close {
  position: absolute;
  right: 0;
  z-index: 9999;
}
.modal-prelegent .modal-dialog {
  max-width: 600px;
}
.modal-prelegent .modal-content {
  padding: 10px 30px 30px;
}
.modal-prelegent .prelegent-modal-img {
  max-width: 300px;
  margin: auto;
  padding-bottom: 30px;
}
.modal-prelegent .prelegent-name {
  font-size: 22px;
  font-weight: 700;
}
.modal-prelegent .prelegent-bio {
  padding-top: 20px;
  font-size: 15px;
  text-align: left;
}
.modal-prelegent .prelegent-bio a {
  color: #e72e4b;
}

.belka-container {
  border-left: 1px solid #bbb;
  padding-left: 25px;
}
.belka-header {
  color: #bbb;
  padding-bottom: 5px;
}
.poziom {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #ffc12c;
  margin-right: 3px;
}

.owl-carousel {
  position: relative; /* Ustawienie kontenera jako punkt odniesienia */
}
.owl-dots {
  margin-top: 1rem;
}

.owl-nav {
  position: absolute;
  top: 40%; /* W pionie na środku */
  left: -2.5%;
  width: 105%;
  transform: translateY(-50%); /* Korekta wyrównania */
  display: flex;
  justify-content: space-between; /* Rozstawienie przycisków po bokach */
  pointer-events: none; /* Umożliwia klikanie elementów pod spodem, jeśli wymagane */
}

.owl-nav button {
  pointer-events: all; /* Umożliwia interakcję z przyciskami */
  border: none;
  span {
    font-size: 32px;
    padding: 0 10px;
  }
}

@media (min-width: 769px) {
  #info .item {
    width: 50%;
  }
  #prowadzacy .autor-img img {
    height: 300px;
  }
}

@media (min-width: 993px) {
  #info .item:not(:first-child) {
    border-left: 1px solid #dce2e7;
  }
  #info .item {
    width: 20%;
  }
}

@media (min-width: 1201px) {
  .mybar li a {
    color: rgb(204, 204, 204);
    &:hover {
      color: white;
    }
  }
  .section-header {
    h2 {
      font-size: 40px;
      margin-bottom: 1.5rem;
    }
  }
}
