.c1 {
  color: #111111 !important;
}
.c2 {
  color: #ed2c45 !important;
}
.c3 {
  color: #5379f6 !important;
}
.bg-c1 {
  background-color: #111111;
}
.bg-c2 {
  background-color: #ed2c45;
  color: #fff;
}
.bg-c3 {
  background-color: #5379f6;
  color: #fff;
}
.bg-gray {
  background-color: #f6f6f6;
}
.bg-white {
  background-color: #ffffff;
}
body {
  text-align: center;
  margin: 0;
  height: 100%;
  background-color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-optical-sizing: auto;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
section {
  font-family: "Poppins", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #111;
}
section a:link,
section a:visited,
section a:hover,
section input {
  outline: none;
}
section a:link img,
section a:visited img,
section a:hover img,
section input img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none !important;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #111;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4 {
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.container {
  text-align: left;
  padding: 0px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cta {
  display: inline-block;
  background-color: #ed2c45;
  color: #fff;
  padding: 15px 25px;
  font-weight: bold;
  border-radius: 6px !important;
  transition: all 0.3s linear;
  cursor: pointer;
}
.cta:hover {
  text-decoration: none;
  color: #fff;
  background: #d4122b;
}
.cta:active,
.cta:focus {
  text-decoration: none;
}
.cta-transparent {
  display: inline-block;
  border: 2px solid #ed2c45;
  color: #ed2c45;
  padding: 15px 25px;
  font-weight: bold;
  border-radius: 6px !important;
  transition: all 0.3s linear;
  cursor: pointer;
}
.cta-transparent:hover {
  text-decoration: none;
  color: #fff;
  border-color: #d4122b;
  color: #d4122b;
}
.cta-transparent:active,
.cta-transparent:focus {
  text-decoration: none;
}
.cta-white {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 25px;
  font-weight: bold;
  border-radius: 6px !important;
  transition: all 0.3s linear;
  cursor: pointer;
}
.cta-white:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.cta-white:active,
.cta-white:focus {
  text-decoration: none;
}
/* MENU */
#menu-event-lp {
  background-color: #fff;
  padding: 15px;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 2px 2px 12px #eee;
}
#menu-event-lp .mel-brand img {
  height: 40px;
}
#menu-event-lp .mel-toggler {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 15px;
}
#menu-event-lp .mel-toggler:before {
  font-family: "Material Symbols Outlined";
  content: "\e5d2";
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
#menu-event-lp .mel-links a {
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  color: #000;
  margin: 0px 15px;
}
#menu-event-lp .mel-links a:hover {
  color: #ed2c45;
  text-decoration: none;
}
#menu-event-lp .mel-links a:active,
#menu-event-lp .mel-links a:focus {
  text-decoration: none;
}
#menu-event-lp .mel-links a.mel-special {
  background-color: #ed2c45;
  padding: 0px 10px;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s linear;
}
#menu-event-lp .mel-links a.mel-special:hover {
  background: #d4122b;
}
@media (max-width: 768px) {
  #menu-event-lp .mel-toggler {
    display: block;
  }
  #menu-event-lp .mel-links {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 70px;
    background-color: #111111;
    text-align: center;
  }
  #menu-event-lp .mel-links a {
    display: block;
  }
  #menu-event-lp .mel-links-mobile {
    display: none;
  }
}
#intro {
  padding-top: 100px;
  padding-bottom: 40px;
}
#intro h1 span {
  font-size: 30px;
  display: block;
  line-height: 36px;
  padding-top: 5px;
}
#intro .cta {
  border: 2px solid transparent;
}
#intro .patronat img {
  max-width: 120px;
}
#details .details-bg {
  background-color: #fdedef;
  padding: 10px;
}
#details .details-name {
  color: #777;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #details .details-border-right {
    border-right: 1px solid #ccc;
  }
}
.ul-questions {
  padding: 0px;
  list-style-type: none;
}
.ul-questions li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.ul-questions li::before {
  content: "?";
  color: #fff;
  background-color: #ed2c45;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: block;
  position: absolute;
  left: 0px;
}
#boxes .bg1,
#boxes .bg2,
#boxes .bg3 {
  border-radius: 20px;
}
#boxes .bg1 {
  background-color: #fde8eb;
}
#boxes .bg2 {
  background-color: #ed2c45;
  color: #fff;
}
#boxes .bg3 {
  background-color: #fbccd2;
}
#boxes .number {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
.interaktywne.bg-gray {
  background-color: #f6f6f6;
}
.interaktywne p {
  color: #333;
}
.interaktywne ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  margin-top: 10px;
}
.interaktywne ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}
.interaktywne ul li::before {
  position: absolute;
  display: block;
  content: "\e5c8";
  color: #5379f6;
  left: 0px;
  font-family: "Material Symbols Outlined";
}
.interaktywne .mw900 strong {
  font-weight: 600;
}
/* PROGRAM */
#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 .modul {
  color: #000;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  font-weight: 700;
  font-size: 20px;
  padding-top: 5px;
  line-height: 1.3;
}
#program .modul:hover .program-mark {
  color: #ed2c45;
}
#program .modul-container {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dce2e7;
}
#program .program-mark {
  position: absolute;
  right: -30px;
  font-weight: 400;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #f9b9c1;
}
#program .program-details {
  display: none;
  padding-top: 10px;
  color: #111;
}
#program .program-details ol li {
  margin-bottom: 15px;
}
#program .program-details ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  margin-top: 10px;
}
#program .program-details ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}
#program .program-details ul li::before {
  position: absolute;
  display: block;
  content: "\e5c8";
  color: #ed2c45;
  left: 0px;
  font-family: "Material Symbols Outlined";
}
#prelegenci .wiecej-bio {
  cursor: pointer;
}
#wezudzial .pakiety-bckg {
  position: absolute;
  z-index: 0;
  background-color: #fbd0d6;
  width: 100%;
  height: 60%;
  border-radius: 16px;
}
#wezudzial .box {
  box-shadow: 0 3px 29px 0 rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  background-color: #fff;
  padding: 40px;
  position: relative;
}
#wezudzial .price-old {
  text-decoration: line-through;
  display: inline-block;
  opacity: 0.6;
}
#wezudzial .price {
  font-size: 40px;
  font-weight: bold;
  color: #ed2c45;
}
#wezudzial .price-lowest {
  font-size: 13px;
  padding-top: 10px;
}
.bg-c3 .fs24 {
  line-height: 40px;
}
/* WSPOLNE */
.text-lighten {
  opacity: 0.8;
}
.mw800 {
  max-width: 800px;
  margin: auto;
}
.mw900 {
  max-width: 900px;
  margin: auto;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.image-radius {
  border-radius: 18px;
}
.fs20 {
  font-size: 20px;
  line-height: 26px;
}
.fs24 {
  font-size: 24px;
  line-height: 30px;
}
.text-balanced {
  text-wrap: balance;
}
