:root {
  --charter-blue: #4472b2;
  --charter-dark-blue: #1f678c;
  /* --charter-dark-blue: #aa0000; */
  --charter-light-blue: rgb(156, 196, 218);
  --charter-red: #ec2926;
  --charter-online: green; /* rgb(218, 80, 0) */
  --charter-bon-prezentowy: rgb(212, 3, 101); /* rgb(218, 80, 0) */
  --charter-gray: #61696d;
  --charter-dark-gray: rgb(49, 55, 73);
}
.bg-charter-dark {
  background-color: var(--charter-dark-gray) !important;
}


.bg-charter-dark-blu {
  background-color: var(--charter-dark-blue) !important;
}

.bg-charter-blu {
  background-color: var(--charter-blue) !important;
}

.bg-charter-light {
  background-color: var(--charter-light-blue) !important;
}

a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.alert-gray {
  background: rgb(88, 88, 88) !important;
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.tab-n {
  background-color: var(--charter-dark-blue);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  color: #fff;
  text-align: center;
}

.nav-harmonogram {
  border-bottom: 1px solid var(--charter-dark-blue);
}

.nav-harmonogram .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--charter-dark-blue);
}

.vcenter {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 1rem;
}

.social-icons > a {
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0px 6px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.social-icons > a:hover {
  color: var(--charter-dark-blue);
  background-color: #fff;
  border-radius: 50%;
}
footer .social-icons > a {
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 40px!important;
}
/* MAPY GOOGLE */
/* Always set the map height explicitly to define the size of the div * element that contains the map. */

#map {
  height: 400px;
  display: block;
}
.img-page-headder {
  width: 20rem!important;
  float: left;
}

@media (max-width: 575px) {
  .img-page-headder {
    width: 100%!important;
    float: none!important;
  }
}

/* Optional: Makes the sample page fill the window. */
/* html, body {
    height: 100%;
    margin: 0;
    padding: 0;
} */
/* tło strony szary po skosie */
@media screen and (min-width: 768px) {
  .wrap {
    background-size: cover;
    background-position: 0 0;
  }

  .wrap {
    background-image: url(../images/bg1-min.png);
  }
}

.wrap {
  background: url(../images/bg.png) no-repeat 50% 0 transparent;
  background-image: url(../images/bg.png);
  background-position-x: 50%;
  background-position-y: 0px;
  background-size: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: transparent;
}

/* koniec tła strony po skosie*/

.datepicker {
  padding: 0.5rem;
}

.card-img-top-container {
  overflow: hidden;
}

.card-columns {
  column-count: 2;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm {
  padding: 0.5rem;
  border-radius: 3px;
}

/* opinie koniec */

#ribbon-container {
  position: absolute;
  top: 15px;
  right: -20px;
  overflow: visible;
  /* so we can see the pseudo-elements we're going to add to the anchor */
  /* font-family: "Titillium Web", sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 25px;
  /* font-size and line-height must be equal so we can account for the height of the banner */
  font-weight: 200;
  line-height: 25px;
}

#ribbon-container:before {
  /* widelec przed blokiem z tekstem*/
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  border-top: 34px solid rgba(0, 0, 0, 0.3);
  /* These 4 border properties create the first part of our drop-shadow */
  border-bottom: 31px solid rgba(0, 0, 0, 0.3);
  border-right: 34px solid rgba(0, 0, 0, 0.3);
  border-left: 34px solid transparent;
}

#ribbon-container:after {
  /* druga część cienia (pod tekstem) */
  content: "";
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
}

#ribbon-container a {
  display: block;
  padding: 20px;
  position: relative;
  /* allows us to position our pseudo-elements properly */
  background: rgba(236, 0, 140, 0.9);
  overflow: visible;
  height: 68px;
  margin-left: 34px;
  color: #fff;
  text-decoration: none;
}

#ribbon-container a:after {
  /*tworzy mały trójkąt po prawej na zakończeniu */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  border-top: 15px solid rgba(189, 4, 115, 0.9);
  border-right: 15px solid transparent;
}

#ribbon-container a:before {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -34px;
  border-top: 34px solid rgba(236, 0, 140, 0.9);
  border-bottom: 34px solid rgba(236, 0, 140, 0.9);
  border-right: 34px solid transparent;
  border-left: 34px solid transparent;
}

@media (max-width: 575px) {
  /* sm */
}

@media (max-width: 767px) {
  /* sm */
}

@media (max-width: 922px) {
  /* lg */
}

/* TEST RESPONSYWNOŚCI */
.mediasize {
  background-color: yellow !important;
}

@media (min-width: 575px) {
  /* sm */
  .mediasize {
    background-color: red !important;
  }
}

@media (min-width: 767px) {
  /* sm */
  .mediasize {
    background-color: green !important;
  }
}

@media (min-width: 922px) {
  /* lg */
  .mediasize {
    background-color: navy !important;
    volor: white;
  }
}

/* TEST RESPONSYWNOŚCI KONIEC  */

/* FORM VALIDATOR */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/valid-error.png");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("../images/valid-ok.png");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* FORM VALIDATOR KONIEC*/

.przytnij-tekst {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* facebook */
.facebook-icon {
  outline: none;
  position: fixed;
  z-index: 20;
  top: 250px;
  left: 0;
  display: block;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.fb-box {
  max-width: 100% !important;
  overflow: hidden;
}

#mapa {
  width: 100%;
  height: 440px;
  margin-top: -140px;
}

.mapa_overflow {
  overflow: hidden;
  position: relative;
}

.before_mapa {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  text-align: center;
}

.before_mapa .inner {
  position: absolute;
  left: 50%;
  margin-left: -1380px;
  box-sizing: content-box;
  height: 240px;
  margin-top: -1330px;
  top: 0;
  width: 240px;
  display: inline-block;
  border: 1280px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

element.style {
  transform: translate3d(0px, 0px, 0px) scale(6.04195, 6.04195);
}

@media (max-width: 767px) {
}

/* OPINIE */
.blu-bg-invert {
  background: #008fc2;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff !important;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blu-bg-invert a {
  color: #ffffff !important;
}

.img-circle {
  border-radius: 50%;
}

/* GALERIA */
.galeria {
  display: block;
}

.galeria > a > img {
  max-height: 15rem;
}

.galeria > a {
  display: inline-block;
  width: 20%;
  height: 10rem;
  overflow: hidden;
  margin: o;
  padding: 1rem;
  border: 0;
  margin: 0px;
}

.galeria > a:hover {
  transform: scale(1.05);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* GALERIE ZA NAMI - LISTA */
.gallery-menu-item {
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1rem;
  margin-right: -1rem;
  height: 7rem !important;
  padding: 0.2rem !important;
  background-color: #e7e7e7;
}

.gallery-menu-item .gallery-menu-item-img {
  float: left;
  margin-top: 0px;
  margin-right: 1rem;
  width: 6rem;
  overflow: hidden;
}

.gallery-menu-item .gallery-menu-item-img .img {
  height: 6rem;
}

.gallery-menu-item h5 {
  color: #000000;
  text-decoration: none;
}

/* hover */
.gallery-menu-item:hover {
  background-color: #0088cc;
}

.gallery-menu-item:hover a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.gallery-menu-item:hover h5 {
  color: #ffffff !important;
  text-decoration: none !important;
}

.blueimp-gallery > .description {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}

.blueimp-gallery-controls > .description {
  display: block;
}

/* kafelki z kursami na stronie głównej i w kursach */
.kurs-info {
  
  height: 12rem;;
  margin-bottom: 0.5rem!important;
}

@media (max-width: 767px) {
  .kurs-info {
    height: 13rem!important;
  }
}

@media (max-width: 467px) {
  .kurs-info {
    height: 13rem!important;
  }
}
.kurs-info img {
  padding-bottom: 0.5rem;
}

.kurs-info h5 {
  font-size: 1.2rem!important;
  font-weight: 400;
}

/* najbliższe kursy */

.kurs-info_th {
  margin-bottom: 1rem;
}

.kurs-info_th img {
  padding-bottom: 0.2rem;
}

.kurs-info_th h5 {
  font-size: 1.1rem!important;
  margin-bottom: 0.5rem !important;
  font-weight: 400;
}

.btn-kup-online {
  background-image: url(../images/karty.png);
  background-color: #5cb85c;
  background-repeat: no-repeat;
  padding-right: 0.5rem !important;
  background-position: 0.2rem 0.6rem;
}
/* -------------------------------------------------------------- */

.ico-kurs {
  padding-top: .1rem!important;
}

@media (max-width: 767px) {
  .ico-kurs {
    padding-left: 0.3rem!important;
    padding-right: 0.3rem!important;
  }
}

@media (max-width: 467px) {
  .ico-kurs {
    padding-left: 0.1rem!important;
    padding-right: 0.1rem!important;
  }
}

.typ-kursu-bg-1 {
  color: #ffffff;
  background-color: var(--charter-blue);
  padding: 10px;
}

.typ-kursu-bg-2 {
  color: #ffffff;
  background-color: var(--charter-red);
  padding: 10px;
}

.typ-kursu-bg-3 {
  color: #ffffff;
  background-color: var(--charter-gray);
  padding: 10px;
}

.typ-kursu-bg-4 {
  color: #ffffff;
  background-color: var(--charter-dark-gray);
  padding: 10px;
}

.typ-kursu-bg-5 {
  color: #ffffff;
  background-color: var(--charter-online);
  padding: 10px;
}
.typ-kursu-bg-6 {
  color: #ffffff;
  background-color: var(--charter-bon-prezentowy);
  padding: 10px;
}
.btn-dark {
  color: #fff;
  background-color: #025978;
  border-color: #025978;
}

.btn-dark:hover {
  background-color: #046f95;
  border-color: #046f95;
}

.inner-shadow-bottom {
  box-shadow: 0rem -10rem 15rem -13rem #033965 inset;
}

.inner-shadow-top {
  box-shadow: 0rem 10rem 15rem -10rem #033965 inset;
}

.inner-Shadow {
  box-shadow: 0rem 10rem 15rem -10rem #033965 inset,
    0rem -10rem 15rem -12rem #033965 inset;
}

.border-section {
  border-bottom: 1px solid #5aa9d4;
}

/* SECTION WAVE */
section.wave {
  height: 4rem;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

#wave-up {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#wave-up path {
  fill: #2d789f;
}

#wave-bottom {
  position: absolute;
  top: -0.4rem;
  width: 100%;
}

#wave-bottom path {
  fill: #2d789f;
}

.section-baza-wiedzy {
  color: #ffffff;
}
.section-baza-wiedzy h2 {
  font-size: 3em;
}
.section-baza-wiedzy .img-roza {
  margin-top: -35px;
  position: absolute;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.section-kontakt-z-nami {
  color: #ffffff;
}
.section-kontakt-z-nami h2 {
  font-size: 3em;
}
.section-kontakt-z-nami .kontakt-info {
  font-size: 1.5rem !important;
      font-weight: 200;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.featurette-divider {
  margin: 2rem 0;
  /* Space out the Bootstrap <hr> more */
}
.navbar-charter {
  border-bottom: 0.3rem solid var(--charter-dark-blue) !important;
  margin-bottom: 0.1rem;
  padding-bottom: 0.5rem;
}

.navbar-brand > img {
  width: 4.5rem;
  margin: 0;
  padding: 0;
}

.clear-l {
  clear: left;
}

.clear-r {
  clear: right;
}

.clear {
  clear: both;
}

/* menu boczne */
.sidebar ul.nav-arr {
  padding-left: 20px;
  list-style-image: url(../images/arr-blu.gif);
}

.sidebar ul {
  list-style: none outside;
  padding-left: 0;
}

.sidebar ul > li > a {
  color: #1f678c;
  font-size: 1em;
}
.sidebar ul > li > a.active {
  color: #247197;
  text-decoration: none;
  background-color: #e7e7e7;
}
.sidebar ul > li > a:hover {
  color: #085880;
  text-decoration: none;
  background-color: #d6d6d6;
}

/* menu w stopce */
footer ul.arr_white {
  padding-left: 20px;
  list-style-image: url(../images/arr_white.gif);
}

footer ul {
  list-style: none outside;
  padding-left: 0;
}

footer ul > li > a {
  color: white;
  font-size: 0.9em;
}

footer ul > li > a:hover {
  color: #d6d6d6;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .navbar-brand > img {
    width: 2.5rem;
    margin: 0;
    padding: 0;
  }
 
}

@media (max-width: 767px) {
  .galeria > a > img {
    max-height: 8rem;
  }

  .galeria > a {
    width: 24%;
    height: 5rem;
  }

  .img-zajawka {
    max-width: 100%;
    margin-right: 0rem;
  }
  
}

/* FONTY*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Titillium Web", sans-serif; */
  font-weight: 200;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1,
.h1 {
  font-size: 2.2rem !important;
  line-height: 1.5 !important;
}

h2,
.h2 {
  font-size: 2rem !important;
}

h3,
.h3 {
  font-size: 1.6rem !important;
}

h4,
.h4 {
  font-size: 1.5rem !important;
}

h5,
.h5 {
  font-size: 1.3rem !important;
}

/* SM */
  @media (max-width: 575px) {
  h1, .h1 { font-size: 1.8rem !important;  }
  h2,.h2 { font-size: 1.7rem !important; }
  h3, .h3 { font-size: 1.6rem !important;  }
  h4, .h4 { font-size: 1.4rem !important; }
  h5, .h5 { font-size: 1.3rem !important; }
  }
  /* md */
  @media (max-width: 767px) {
  h1, .h1 { font-size: 1.9rem !important;  }
  h2,.h2 { font-size: 1.8rem !important; }
  h3, .h3 { font-size: 1.7rem !important;  }
  h4, .h4 { font-size: 1.5rem !important; }
  h5, .h5 { font-size: 1.4rem !important; }
  }
  /* lg /*
  @media (max-width: 991px) {}
  /* xl */
  @media (max-width: 1024px) {}

@media (max-width: 1024px) {
  .facebook-icon {
    display: none;
  }
}
/*
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 25px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 15px;
  }
}
*/
/* GALERIA - MENU ORAZ POD POSTEM */
/* GALERIA */
.foto-galeria {
  height: 120px;
  overflow: hidden;
  padding: 1px;
  margin: 0px;
}

.foto-galeria .gallery-img {
  width: 100%;
}

.foto-galeria .gallery-img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  /* IE 8 */
  filter: alpha(opacity=50);
  /* IE7 */
  opacity: 0.6;
  text-decoration: none;
}

.gallery-item .item-wrap {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-item .item-wrap a {
  position: relative;
  display: block;
}

.gallery-item .item-wrap .item-wrap-img {
  border-radius: 3px;
  float: left;
  margin: 10px;
  height: 70px;
  overflow: hidden;
}
.gallery-item .item-wrap .item-wrap-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  border-radius: 3px;
  background: url(../images/overlay.png);
}

.gallery-item .item-wrap .link-icon {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;

  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18.5px;
  margin-top: -18.5px;
}
.gallery-item .gallery-item-meta {
  padding: 18px 0;
}

.gallery-item .gallery-item-meta h5 a {
  margin-left: 5%;
  margin-right: 5%;
}

.gallery-item .gallery-item-meta p {
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
}

/* on hover */
.gallery-item:hover .item-wrap {
  background-color: #0088cc;
}

.gallery-item:hover a {
  color: #ffffff !important;
  text-decoration: none;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-item:hover .overlay {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-item:hover .link-icon {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* menu galerii */
.gallery-menu-item {
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  height: 100px;
}

.gallery-menu-item .gallery-item-wrap {
  background: #ececec;
  overflow: hidden;
  border-radius: 3px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}

.gallery-menu-item .gallery-menu-item-img {
  border-radius: 3px;
  float: left;
  margin: 10px;
  height: 80px;

  overflow: hidden;
}

.gallery-menu-item .gallery-menu-item-img .img {
  width: 110px;
}

.gallery-menu-item .gallery-menu-item-meta h5 {
  color: #000000;
  text-decoration: none;
}

.gallery-menu-item .gallery-item-wrap a {
  text-decoration: none;
}

.gallery-menu-item .gallery-item-wrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 3px;
}

.gallery-menu-item .gallery-item-wrap .img-th {
  width: 90px;
}

.gallery-menu-item:hover .gallery-item-wrap {
  background-color: #0088cc;
}

.gallery-menu-item:hover a {
  color: #ffffff !important;
  text-decoration: none;
}

.gallery-menu-item:hover h5 {
  color: #ffffff !important;
  text-decoration: none;
}

.gallery-menu-item:hover .overlay {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* ZAMÓWIENIA */

@media screen and (min-width: 180px) {
  .div-regulamin {
    overflow-y: scroll;
    height: 280px;
    padding: 1rem;
    border: 1px solid #d2d2d2;
    margin-bottom: 2rem;
  }
}
.form-dane {
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-align: left;
  box-sizing: border-box;
}
.btn-primary {
  color: #fff;
  background-color: var(--charter-blue) !important;
  border-color: var(--charter-blue) !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--charter-dark-blue) !important;
  border-color: var(--charter-dark-blue) !important;
}


/* Button go top */
#button-go-top {
  display: inline-block;
  background-color: var(--charter-blue);
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 98;
  border-radius: 50%;
}
#button-go-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-go-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-go-top:active {
  background-color: #555;
}
#button-go-top.show {
  opacity: 1;
  visibility: visible;
  z-index: auto;
}

/* PAKIETY SZKOLEŃ POCZĄTEK */

.table-price{

}
.table-price .icon-dw-1{
background-color: #D9D9D9;
vertical-align: middle;
border-bottom: 1px solid #fff;
}



.table-price .ico-yes{
font-size: 30px;
}
.dw{
color: #E3536C;
}
.table-price .icons{
text-align: center;
vertical-align: middle;
}

.table-price .tab-price-head {
margin-bottom:0.1rem;
}

.table-price .block{
width: 150px;
}

.table-price .block .title,.pt-footer{
		text-align: center;
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.table-price .content{
	text-align: center;
    position: relative;
    color: #FEFEFE;
    padding: 20px 0 10px 0;
}
/*arrow creation*/
.table-price .content:after, .content:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.table-price .pt-footer:after,.pt-footer:before{
    top:0;
}
.table-price .content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 15px;
	margin-left: -15px;
}

/*arrow creation*/
.table-price .price{
    position: relative;
    margin-bottom: 0.625rem;
}
.table-price .price .cena{    
    font-size: 3.5rem;
    letter-spacing: 2px;
    font-weight: bold;        
}
.table-price .price .old-price{
    font-size: 2.1rem;    
    position: absolute;    
    top: -20px;
}

.table-price .pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
}
/*podstawowy*/
.table-price .podstawowy .title{
    background: #9A9A9A;    
}
.table-price .podstawowy a{
    background: #AFAFAF;
		border: 1px solid #AFAFAF;
}
.table-price .podstawowy a:hover{
    background: #9A9A9A;
		border: 1px solid #9A9A9A;
}

.table-price .podstawowy .content,.podstawowy .pt-footer{
    background: #AFAFAF;
}
.table-price .podstawowy .content:after{	
	border-top-color: #AFAFAF;	
}
.table-price .podstawowy .pt-footer:after{
    border-top-color: #AFAFAF;
}
/*rozszerzony*/
.table-price .rozszerzony .title{
    background: #0075C3;
}
.table-price .rozszerzony a{
    background: #455DAB;
		border: 1px solid #455DAB;
}

.table-price .rozszerzony a:hover{
    background: #0075C3;
		border: 1px solid #0075C3;
}


.table-price .rozszerzony .content,.rozszerzony .pt-footer{
    background: #455DAB;
}
.table-price .rozszerzony .content:after{	
	border-top-color: #455DAB;	
}
.table-price .rozszerzony .pt-footer:after{
    border-top-color: #455DAB;
}
/*pelny*/
.table-price .pelny .title{
    background: #D70B13;
}
.table-price .pelny a{
    background: #ED1C24;
		border: 1px solid #ED1C24;
}
.table-price .pelny a:hover{
    background: #D70B13;
		border: 1px solid #D70B13;
}

.table-price .pelny .content,.pelny .pt-footer{
    background: #ED1C24;
}
.table-price .pelny .content:after{	
	border-top-color: #ED1C24;	
}
.table-price .pelny .pt-footer:after {	
	border-top-color: #ED1C24;	
}


.table-price .nazwa{
    background: #DFDFDF;    
}
/* PAKIETY SZKOLEŃ KONIEC */

.featurette-image{
margin-top: 1rem;
margin-bottom: 1rem;
}
.rwd { 
  font-size: 0.8rem; 
  position: absolute;
  bottom: 1rem!important;
  left: 1rem;
  z-index: 1000;
  padding: 0.5rem;
  color: #ffffff;
}


/* Przyciski */
@media (max-width: 575.98px) { 
  .btn-xs-block {
    display: block;
    width: 100%;
  }
 }

@media (min-width: 576px) and (max-width: 767.98px) { 
  .btn-sm-block {
    display: block;
    width: 100%;
  }
 }


@media (min-width: 768px) and (max-width: 991.98px) { 
  .btn-md-block {
    display: block;
    width: 100%;
  }

 }

 /* przyciski koniec */


/* Extra small devices (portrait phones, less than 576px) */
.rwd::after {
    font-size: 2rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}
@media (max-width: 575.98px) { 
  .rwd::after { 
    content: " XS "; 
  background-color: BLACK !important;
  color: #ffffff;
}
 }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
  .rwd::after { 
    content: " SM "; 
  background-color: red !important;
}
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .rwd::after { 
  content: " MD "; 
background-color: orangered !important;
}
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .rwd::after { 
    content: " LG "; 
  background-color: green !important;
  }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .rwd::after { 
    content: " XL "; 
  background-color: navy !important;
}
 }

/* .lazzyload{
 ta klasa chyba nie jest używana
  min-width: 160px;
  min-height: 90px;
} */
/* włączenia łamania tekstów w przyciskach */
/* jeżeli tekst jest dłuższy niż szerokość strony dopuszcza jego łamanie*/
.btn { white-space: normal; }

/* Nowy cookiebar  */
.cookie-message {
  z-index: 100;
}

.cookie-message p {
  font-size: 0.9rem;;
}
.cookie-message a.cbc {
  /* position:absolute;
  bottom:1rem;  right:1rem; */
  cursor:pointer;
}

/* FADE IN*/
.fade-in {
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
  from { opacity:0; }
  to { opacity:1; }
}
@-moz-keyframes fadein { /* Firefox */
  from { opacity:0; }
  to { opacity:1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from { opacity:0; }
  to { opacity:1; }
}
@-o-keyframes fadein { /* Opera */
  from { opacity:0; }
  to { opacity: 1; }
}
/* zmianione ze względu na to, ze przykrywało ookie-message*/
.sticky-top {
  z-index: 99;
}

.fb-like-box{
  height: 55px !important;
  overflow: hidden!important;
  display: block;
  width: 100% !important;
}

.skip-links {
    position: relative;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #0066cc;
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0 0 4px 4px;
    transition: top 0.2s ease-in-out;
    z-index: 9999;
    font-size: 14px;
}

.skip-link:focus {
    top: 0;
    outline: 2px solid #ff6b35;
    outline-offset: 2px;
}

/* Alternatywnie - zawsze widoczny dla lepszej dostępności */
.skip-link.always-visible {
    position: static;
    display: inline-block;
    margin: 5px;
}
.kursy-nazwa{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-family: "Titillium Web", sans-serif !important; */
  font-weight: 400;
  font-size: 1.2rem !important;
}

#footer h3 {
  font-size: 1.3rem !important;
}