@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnPKruQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v16/va9E4kDNxMZdWfMOD5VfkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnZKvuQQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnLK3uQQ.ttf) format('truetype');
}
html,
body {
  min-height: 100vh;
}
body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
}
body {
  color: #232323;
  background-color: #F2F6FA;
}
body#empty {
//  background: url("../img/bg-modal.png");
	background-color: #5FB6F9;
  padding-top: 100px;
  padding-bottom: 100px;
}
body#empty > .container {
  max-width: 960px;
}
body#empty .header {
  background: url("../img/baner_neuro.png") no-repeat center center;
  background-size: contain;
  height: 179px;
  padding: 5px;
}
body#empty .sub-header {
  color: #073A96;
  background-color: #EAF4F6;
  font-size: 2rem;
  padding: 40px 40px 20px;
}
body#empty .content {
  background-color: #ffffff;
  padding: 40px;
}
#modal-register {
  background: url("../img/bg-modal.png");
  padding-top: 50px;
  padding-bottom: 100px;
}
#modal-register > .container {
  max-width: 960px;
}
#modal-register .header {
  background: url("../img/baner_neuro_2.png") no-repeat center center;
  background-size: contain;
  height: 179px;
  padding: 5px;
}
#modal-register .sub-header {
  color: #ffffff;
  background-color: #474747;
  font-size: 2rem;
  padding: 10px 0px 0px;
	text-align: center;	
}
#modal-register .sub-header-2 {
  color: #ffffff;
  background-color: #474747;
//  font-size: 1.5rem;
  padding: 0px 0px 20px;
	text-align: center;	
}
#modal-register .content {
  background-color: #ffffff;
  padding: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
a {
  color: #073A96;
}
a:hover {
  color: #22A4DB;
}
.btn {
  background-color: #22A4DB;
  color: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
	  width: 200px;
  background: #CE034B url("../img/ico-arrow.png") no-repeat center right 4px;
}
.btn:hover {
  color: #22A4DB;
}
.btn:hover span {
  color: #232323;
}
.btn span {
  background-color: #22A4DB;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-secondary {
  color: #22A4DB !important;
}
.form-row {
  margin-bottom: 30px;
}
.breadcrumbs {
  margin-top: -28px;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #F1F5F8;
  text-align: right;
}
.breadcrumbs span {
  color: #22A4DB;
}
.video-banner {
  max-width: 100%;
}
.main-video-player {
  padding: 5px;
  background-color: #072E75;
  margin-bottom: 20px;
}
.main-video-player .description {
  padding: 10px;
  color: #ffffff;
}
.main-video-player .description .info {
  font-size: 1.2em;
}
.video-list .session {
  margin-bottom: 20px;
}
.video-list h3 {
  color: #22A4DB;
  font-size: 18px;
  font-weight: 400;
}
.video-item {
  margin-bottom: 20px;
}
.video-item .title {
  margin-top: 8px;
  color: #22A4DB;
  margin-bottom: 8px;
  font-size: 13px;
}
.video-item .info {
  color: #073A96;
  font-size: 12px;
}
.video-item .actions {
  text-align: right;
}
#recent-vod {
  background: url("../img/vod_bg_top.png") no-repeat left bottom;
  background-size: cover;
  padding: 20px 10px 40px;
}
#recent-vod h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0;
}
#recent-vod .video-item {
  padding: 0 10px 10px;
}
#recent-vod .video-item .info {
  color: #FFFFFF;
}
#recent-vod .splide__list .splide__slide .video-player {
  border: 3px solid transparent;
}
#recent-vod .splide__list .splide__slide.is-active .video-player {
  border-color: #22A4DB;
  filter: drop-shadow(0px 0px 3px #FCFDFD);
  transition: all 100ms ease-in;
}
#recent-vod .splide__arrow:disabled {
  opacity: 0;
}
.video-js .vjs-big-play-button {
  background-color: transparent;
  width: 76px;
  height: 76px;
  margin-top: -38px;
  margin-left: -38px;
  background-image: url('../img/btn-play.png');
  background-repeat: no-repeat;
  border: none !important;
  box-shadow: none !important;
}
.video-js .vjs-big-play-button:before {
  content: "" !important;
  display: none;
}
.video-js .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: 0.7;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "" !important;
  display: none;
}
.session-menu h4 {
  margin-bottom: 20px;
}
.session-menu .nav-link {
  padding: 3px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
.session-menu .nav-link img {
  margin-right: 5px;
}
.session-menu .nav-link.active {
  background-color: #073A96;
  color: #ffffff;
}
span.unavailable {
  padding: 10px 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px #bbbbbb;
  color: #073A96;
  border: 1px solid #22A4DB;
}
.stand-page {
  padding-bottom: 80px;
  margin-bottom: -40px;
  background-color: #000000;
}
.stand-page .banners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.stand-page .ref-number {
  color: #FFFFFF;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.stand-page .video-list {
  margin-bottom: 40px;
}
.stand-page .video-banner {
  margin-bottom: 60px;
  width: 100%;
}
.stand-page .main-video-player .row.description p.title {
  color: #22A4DB;
}
.stand-page .modal .modal-dialog {
  max-width: 100%;
  padding: 10px;
}
.stand-page .modal .modal-header {
  background: 0 none;
  border: 0 none;
  justify-content: flex-end;
  margin: 0 0 20px;
}
.stand-page .modal .modal-header .close {
  color: #22A4DB;
  text-shadow: none;
}
.stand-page .modal .modal-content {
  background: rgba(0, 0, 0, 0);
  border: 0 none;
}
.stand-page .modal .modal-content .modal-body {
  flex-direction: column;
  padding: 0;
}
#co-przygotowalismy .title {
	font-size: 17px;
}
#co-przygotowalismy .name {
  color: #1C3453;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
#co-przygotowalismy .title2 {
  color: #1964AD;
}
#invitation .title {
	color: #22ACD2;
}
#invitation .name {
  color: #1C3453;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
#invitation .title2 {
  color: #1964AD;
}
@media (max-width: 991px) {
  .stand-page .modal .modal-content .modal-body {
    height: 50vh;
  }
}
.stand-page #swiper-main,
.stand-page .swiper-modal {
  width: 100%;
  height: 100%;
}
.stand-page #swiper-main .swiper-slide-prev,
.stand-page .swiper-modal .swiper-slide-prev,
.stand-page #swiper-main .swiper-slide-next,
.stand-page .swiper-modal .swiper-slide-next {
  opacity: 0.3;
}
.stand-page #swiper-main .swiper-button-next,
.stand-page .swiper-modal .swiper-button-next,
.stand-page #swiper-main .swiper-button-prev,
.stand-page .swiper-modal .swiper-button-prev {
  color: #22A4DB;
}
.stand-page .inner-swiper {
  width: 100%;
  overflow: hidden;
}
.stand-page .inner-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.stand-page .inner-swiper .swiper-slide img {
  width: 100%;
}
.stand-page .swiper-progress-bar {
  width: 100%;
  height: 4px;
  position: relative;
  background: #eeeeee;
}
.stand-page .swiper-progress-bar .progress {
  height: inherit;
  left: 0;
  top: 0;
  position: absolute;
  background: #22A4DB;
  z-index: 1;
}
.stand-page .swiper-progress-bar .progress-sections {
  left: 0;
  top: 0;
  position: absolute;
  height: inherit;
  width: inherit;
  z-index: 2;
  display: flex;
  flex-direction: row;
}
.stand-page .swiper-progress-bar .progress-sections span {
  flex-basis: 1;
  height: inherit;
  border-right: 2px solid #eee;
}
.stand-page .swiper-progress-bar .progress-sections span:last-child {
  border-right-width: 0;
}
.stand-page .swiper-counter {
  width: 600px;
  margin: 0 auto;
}
.vod-page .main-video-player .row.description {
  padding: 10px;
}
.vod-page .main-video-player .row.description p {
  margin-bottom: 0;
}
.vod-page .main-video-player .row.description p.title {
  font-size: 1.2em;
}
.vod-page .video-item .placeholder {
  background-color: #9C9C9C;
  background: url("../img/vod_small.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.btn-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  z-index: 101;
}
.btn-top img {
  max-height: 80px;
}
iframe.banner {
  width: 100%;
  height: 100%;
  border: 0 none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.content {
  position: relative;
  padding-top: 20px;
}
.content .main-back-button {
  z-index: 20;
  position: absolute;
  left: 0px;
  top: 200px;
}
.content .main-banner {
  padding-top: 12%;
  margin-bottom: 40px;
  position: relative;
}
.content.vod-page {
  background: url("../img/vod_bg.png") no-repeat right bottom;
  background-size: contain;
  margin-bottom: -30px;
  padding-bottom: 30px;
}
.secondary-back-button {
  display: none;
}
.sil-links a {
  display: block;
  margin-bottom: 20px;
}
.sil-links2 {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
#form-register .form-buttons {
  display: flex;
  justify-content: flex-end;
}
section {
//  margin-bottom: 40px;
}
section h1 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  background: url("../img/line1.png") no-repeat bottom left;
}
section h2 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  background: url("../img/line2.png") no-repeat bottom center;
}
.section-header2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aspect-container {
  width: 100%;
  padding-top: 56.25%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}
/* If you want text inside of the container */
.aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#main-navbar {
  background-color: #072E75;
}
#main-navbar .navbar-nav .nav-item {
  text-transform: uppercase;
}
#main-navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}
#main-navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #073A96;
}
#main-navbar .navbar-nav .nav-item .nav-link.active {
  border-bottom: 3px solid #22A4DB;
  background: #073A96;
}
@media (min-width: 768px) {
  #main-navbar {
    background: url("../img/top.png") no-repeat bottom center;
    background-color: none;
    height: 113px;
    padding-top: 0;
    align-items: stretch;
  }
  #main-navbar .navbar-collapse {
    align-self: flex-start;
    align-items: flex-start;
    height: 84px;
    justify-content: flex-end;
  }
  #main-navbar .navbar-nav {
    height: 100%;
    align-items: stretch;
  }
  #main-navbar .navbar-nav .nav-item {
    display: flex;
    align-items: stretch;
    text-transform: uppercase;
  }
  #main-navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    display: flex;
    align-items: center;
  }
	#modal-register .sub-header-2 {
  font-size: 1.5rem;
}
}
.event-date-box {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: flex-end;
  height: 100%;
  color: #ffffff;
}
.event-date-box .icon {
  margin-right: 20px;
  margin-bottom: auto;
  margin-top: 25px;
}
.event-date-box .event-date-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.event-date-box .event-date-wrapper .event-date-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.event-date-box .event-day {
  font-size: 4.4em;
  margin-right: 10px;
  line-height: 1;
}
.event-date-box .event-month {
  font-size: 1.5em;
  line-height: 1.1;
  font-weight: 300;
}
.event-date-box .event-year {
  line-height: 1;
  font-size: 1.8em;
  font-weight: 300;
}
.event-date-box .event-time {
  font-size: 1.8em;
  line-height: 1;
}
#invitation {
  background-color: #CF024A;
  padding-bottom: 10px;
}
#invitation .row.max-width {
  margin-left: 0;
  margin-right: 0;
}
#invitation h3 {
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 6%;
}
#invitation .list-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-right: 0;
}
#invitation .list-item {
  display: flex;
  flex-direction: row;
  font-size: 20px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 40px 0px 0px 40px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#invitation .list-item .dot {
  height: 15px;
  width: 15px;
  margin-top: 10px;
  background-color: #1B87DD;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
#invitation .video-col {
  display: flex;
  justify-content: center;
  padding-right: 60px;
}
#invitation .invitation-video-player {
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 20px;
  border: 10px solid #FFFFFF;
  box-shadow: 10px 10px 10px #aaaaaa;
  width: 600px;
}
#invitation .invitation-video-player h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}
.margin_txt{
//  margin-left: 16%;
//  margin-right: 16%;
}
#start {
  position: relative;
  color: #ffffff;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: -30px;
  padding-top: 30px;
//  background-color: #000000;

}
#start video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-position: center;
  object-fit: contain;
}
.tilte2 {
	color: #08312A;
}
#co-przygotowalismy .title3 {
    color: #1964AD;
	align-content: center;
	font-size: 20px;
	max-width: 510px;
}
#co-przygotowalismy .qa_right {
  align-items: end;
	margin-top: 40px;
}
}
@media (max-width: 991px) {
  #start {
    margin-bottom: 0;
  }
}
#start.stream {
  margin-bottom: 0;
  margin-top: -30px;
}
#start.stream video {
  display: none;
  position: absolute;
  object-fit: cover;
}
#start.stream #stream-container {
  position: relative;
}
#start .left-side {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
#start .left-side h3 {
  color: #073A96;
  font-size: 1.5rem;
}
#start .header-text {
  position: relative;
  margin-bottom: 20px;
  bottom: 80px;
}
@media (max-width: 991px) {
  #start .header-text {
    display: none;
  }
}
#start .header-text .right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#start .header-text p {
  font-size: 2em;
  color: #073A96;
  line-height: 1.05;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
#start .header-text .info-box {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #073A96;
  width: 100%;
  padding-right: 10px;
  padding-left: 20px;
  line-height: 1.2;
  background-color: #073A96;
  color: #FFFFFF;
  border-radius: 30px;
}
#start .header-text .info-box .dot {
  border-radius: 50%;
  background-color: red;
  width: 30px;
  height: 30px;
  border: 2px solid #FFFFFF;
}
#start .header-text .header-title {
  width: 50%;
  font-weight: 300;
  font-size: 2em;
  color: #22A4DB;
  background: url("../img/line.png") no-repeat bottom left;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#start .header-text .header-content {
  width: 50%;
  font-size: 2em;
  color: #ffffff;
}

#start #stream-container .stream-wrapper {
  border: 6px solid #ffffff;
  background: #F4F4F5;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
#start #stream-container .stream-wrapper > .row:first-child {
  margin-bottom: 20px;
}
#start #stream-container .video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#start #stream-container .video-wrapper .aspect-container {
  background-color: #F4F4F5;
}
#start #stream-container iframe {
  width: 100%;
  height: 100%;
  border: 0 none;
}
#start .chat-input-col {
  display: flex;
  align-items: flex-end;
}
#start .chat-input-col .form-group {
  flex-basis: 0;
  flex-grow: 1;
}
#start .chat-col .info {
  color: #EA1845;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
}
#start .chat-col .chat-wrapper {
  background-color: #F4F4F5;
  border: 2px solid #989898;
  max-height: 50vh;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#start .chat-col .chat-wrapper .chatScreen ul {
  list-style: none;
  padding: 5px;
}
#start .chat-col .chat-wrapper .chatScreen ul li {
  font-weight: 400;
  font-size: 0.85em;
  color: #232323;
}
#start .chat-col .chat-wrapper .chatScreen ul li span {
  color: #1B87DD;
}
#start .form-group label {
  color: #232323;
}
#start .form-group input {
  border-radius: 0;
  border-color: #989898;
}
#start .picker {
  position: absolute;
  bottom: 20px;
  right: -3px;
}
#start .chat-submit .btn {
  width: 100%;
  background-color: #1C3352;
  text-align: center;
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  background: #1C3352 url("../img/ico-arrow.png") no-repeat center right 4px;
}
#start .chat-submit .btn span {
  background-color: #ffffff;
  color: #072E75;
}
.ask {
   display: flex;
  justify-content: center;
  margin-top: 20px;
}
.reminder-box-container a:hover {
  text-decoration: none;
}
.reminder {
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.reminder .reminder-box {
  margin-top: -30px;
  min-height: 60px;
  border: 2px solid #ffffff;
  padding: 10px 10px 10px 70px;
  background: url("../img/ico-bell.png") no-repeat 10px center;
}
.reminder .reminder-box p {
  line-height: 1;
  margin-bottom: 2px;
}
#co-przygotowalismy h3 {
  color: color: #000000;
  padding-bottom: 40px;
  font-weight: 500;

}
.event-main-info {
  background: #ffffff url("../img/middle.png") no-repeat center bottom;
  background-size: cover;
  height: 210px;
  color: #FFFFFF;
}
.event-main-info .btn-agenda-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.event-main-info .btn-agenda-col p.title {
  text-transform: uppercase;
  margin-top: 10px;
}
.event-main-info .btn-agenda-col p.text {
  font-size: 1.4rem;
}
.event-main-info > div {
  height: 100%;
}
.event-main-info .timer-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.event-main-info .signup__timer {
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.event-main-info .signup__timer .timer {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.event-main-info .signup__timer .timer > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.event-main-info .signup__timer .timer .timer__circle {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  height: 80px;
  width: 80px;
}
.event-main-info .signup__timer .timer .timer__circle canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.section-description {
  margin-top: 20px;
  margin-bottom: 20px;
  background: url("../img/line1.png") repeat-x bottom center;
  padding-bottom: 20px;
  color: #073A96;
}
#agenda {
  margin-top: 20px;
}
#agenda .section-description {
  font-weight: 400;
  font-size: 1.4rem;
}
#agenda .agenda-item {
  display: flex;
  margin-bottom: 20px;
}
#agenda .agenda-item .agenda-box {
  display: flex;
  flex-direction: row;
  border: 1px solid #E5F0FC;
  padding: 10px;
  align-items: stretch;
  justify-content: stretch;
  flex-basis: 0;
  flex-grow: 1;
}
#agenda .agenda-item .agenda-time {
  color: #22A4DB;
  font-weight: 300;
  font-size: 0.9em;
}
#agenda .agenda-item .agenda-left {
  margin-right: 20px;
}
#agenda .agenda-item .agenda-left .agenda-photo {
  width: 140px;
  height: 140px;
}
#agenda .agenda-item .agenda-photos {
  margin-bottom: 10px;
}
#agenda .agenda-item .agenda-photos img {
  width: 153px;
  height: auto;
}
#agenda .agenda-item .agenda-photos img:last-of-type {
  width: 200px;
}
#agenda .agenda-item .agenda-info {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
}
#agenda .agenda-item .agenda-info span {
  color: #22A4DB;
}
#agenda .agenda-item .agenda-title {
  font-size: 1.1em;
  margin-bottom: 10px;
}
#agenda .agenda-item .agenda-name,
#agenda .agenda-item .agenda-details {
  font-size: 0.9em;
  color: #073A96;
  margin-bottom: 0px;
}
#agenda .agenda-item .agenda-details {
  margin-bottom: 20px;
}
#agenda .agenda-item .agenda-buttons {
  justify-self: flex-end;
  margin-top: auto;
  text-align: right;
}
#agenda .agenda-item .agenda-buttons .question-button {
  padding: 0;
}
#agenda .agenda-item.agenda-item-layout-1 .agenda-details {
  color: #232323;
}
#eksperci {
  background: linear-gradient(180deg, #08312A 0%, #000302 100%);
  background-size: cover;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
}
#dolacz-do-nas {
  background: linear-gradient(180deg, #08312A 0%, #000302 100%);
  background-size: cover;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 40px;
}
#dolacz-do-nas .reminder-list .reminder-item {
  background-color: #072E75;
  border-bottom: 3px solid #22A4DB;
  padding: 10px;
  margin-bottom: 20px;
}
#dolacz-do-nas .reminder-list .reminder-item .item-content {
  align-items: center;
}
#dolacz-do-nas .reminder-list .reminder-item .item-content .custom-control label::after,
#dolacz-do-nas .reminder-list .reminder-item .item-content .custom-control label::before {
  width: 2rem;
  height: 2rem;
}
#dolacz-do-nas .reminder-list .reminder-item .item-content .event-date-box {
  color: #22A4DB;
  justify-content: flex-start;
}
#dolacz-do-nas .reminder-list .reminder-item .item-content .event-date-box .event-day {
  font-size: 3.4em;
}
#dolacz-do-nas .reminder-list .reminder-item .item-content .event-date-box .event-month,
#dolacz-do-nas .reminder-list .reminder-item .item-content .event-date-box .event-time {
  font-size: 1.2em;
  white-space: nowrap;
  font-weight: 300;
}
#dolacz-do-nas .reminder-list .reminder-item .item-content .event-date-box .event-time {
  color: #ffffff;
}
#dolacz-do-nas .reminder-list .reminder-item .item-content .btn-reminder {
  background-color: #ffffff;
  color: #073A96;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}
#dolacz-do-nas .reminder-submit-box {
  padding: 20px;
  background-color: #073A96;
}
#dolacz-do-nas .reminder-submit-box > .row {
  justify-content: center;
  align-items: center;
}
#dolacz-do-nas .reminder-submit-box .title {
  text-align: center;
  margin-bottom: 20px;
}
#dolacz-do-nas .reminder-submit-box .title h3 {
  font-size: 1.3rem;
}
#dolacz-do-nas .reminder-submit-box .phonefield {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
margin-left: 6%;
}
#dolacz-do-nas .reminder-submit-box .phonefield .form-group {
  margin-bottom: 0;
  width: 80%;
}
#dolacz-do-nas .reminder-submit-box .phonefield .form-group input {
  border: 2px solid #ffffff;
  background-color: #072E75;
  border-radius: 20px 0 0 20px;
  height: 62px;
  font-size: 1.2em;
  color: #ffffff;
}
#dolacz-do-nas .reminder-submit-box .phonefield .form-group input::placeholder {
  color: #ffffff;
  font-weight: 300;
}
#dolacz-do-nas .reminder-submit-box .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#dolacz-do-nas .reminder-submit-box .button .reminder {
  color: #073A96;
  display: initial;
  width: 100%;
}
#dolacz-do-nas .reminder-submit-box .button button {
  padding: 10px;
  border-radius: 0 40px 40px 0;
  width: 80%;
  background-color: #ffffff;
}
#dolacz-do-nas .reminder-submit-box .button .reminder-box {
  margin: 0;
  min-height: auto;
  height: 40px;
  border: 0 none;
  background-position: right 0px center;
  background-size: contain;
  padding: 0px 70px 0px 10px;
}
#dolacz-do-nas .reminder-submit-box .button .reminder-box p {
  font-weight: 400;
  font-size: 1.2em;
}
#dolacz-do-nas .reminder-submit-box .button .reminder-box p.text-secondary {
  font-size: 1rem;
  font-weight: 300;
}
#eksperci h3 {
  color: color: #000000;
  padding-bottom: 40px;
  font-weight: 500;
  margin-left: 6%;
}
#help-desk {
  background-color: #F7F9F8;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
#help-desk h3 {
	
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.4em;
}
#help-desk .event-date-box {
  justify-content: center;
  border-bottom: 3px solid #E5F0FC;
}
#help-desk .box-bg {
  padding: 40px 100px;
}
#help-desk #reminder-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
#help-desk #reminder-form + .row {
  border-top: 3px solid #E5F0FC;
  padding-top: 30px;
}
#help-desk #reminder-form .field-reminderphone-phone {
  text-align: right;
}
#help-desk #reminder-form input {
  color: #22A4DB;
  height: 60px;
  width: 330px;
  background: none;
  text-align: center;
  font-size: 1.8em;
  border-radius: 0;
  border-width: 2px;
  display: inline-block;
}
#help-desk #reminder-form ::placeholder {
  color: #22A4DB;
  opacity: 0.5;
  font-weight: 300;
}
#help-desk #reminder-form button {
  background: none;
  padding: 0;
}
#help-desk #reminder-form .reminder-box {
  margin-top: 0;
  width: 330px;
}
.item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.item-box h3 {
  color: #073A96;
  font-size: 1.2em;
  margin-top: 40px;
  margin-bottom: 20px;
}
.item-box p {
  color: #ffffff;
	margin-top: 20px;
  line-height: 1.3;
  font-weight: 400;
}
.box-bg {
  background: url("../img/box-bg.png") no-repeat center center;
  background-size: cover;
}
#footer {
  background-color: #036BBB;
//  background: url("../img/bottom.png") no-repeat center top;
  font-weight: 300;
  position: relative;
}
#footer .row-primary {
  margin-bottom: 0;
}
#footer .row-secondary {
  background-color: #F1F5F8;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .row-secondary a {
  color: #ffffff;
}
#footer .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #ffffff;
  text-align: left;
  font-size: 0.9em;
	margin-top: 40px;
}
#footer .info a {
  color: #ffffff;
}
#footer .contact-text {
  display: flex;
  justify-content: flex-start;
  padding-right: 20px;
  font-size: 0.9em;
}
#footer .contact-text p {
  margin: 0;
}
#footer .col-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .last-col {
  display: flex;
  align-items: stretch;
	justify-content: end;
}
#footer .last-col .col-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#footer .second-col {
  display: flex;
  align-items: stretch;
}
#footer .second-col .col-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#footer .contact-info {
  align-items: flex-start;
  color: #22A4DB;
  color: #ffffff;
}
#footer .contact-info p {
  margin-bottom: 0;
}
#footer .contact-info .item.title {
  font-size: 1.8em;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
#footer .contact-info .item.phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.4em;
}
#footer .contact-info .item.phone span {
  font-size: 0.8em;
  margin-left: 10px;
  padding-right: 10px;
}
#footer .contact-info .item.phone p {
  margin-left: 10px;
  font-size: 0.4em;
  margin-bottom: 0;
}
#footer .contact-info .item.web {
  width: 100%;
  margin-top: 10px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 300;
}
#footer .contact-info .item.web img {
  margin-right: 10px;
}
#footer .ref-number {
//  background-color: #000000;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
}
#footer .ref-number .container {
  text-align: right;
}
.calendar-add {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-add .calendar-box {
  border: 2px solid #ffffff;
  color: #22A4DB;
  padding: 10px;
}
.calendar-add .calendar-box a {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #22A4DB;
}
.calendar-add .calendar-box a span {
  width: 30px;
  height: 30px;
  background-color: #22A4DB;
  color: #232323;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.modal {
  background: url("../img/bg-modal.png") center center;
}
.modal#standModal,
.modal#sliderModal {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal .modal-dialog {
  max-width: 800px;
  padding: 50px;
  background-size: cover;
  margin-top: 7%;
}
.modal .modal-content {
  border-radius: 22px;
}
.modal .modal-content .modal-body {
  padding: 40px 40px 0;
  display: flex;
  align-items: center;
}
.modal .modal-content .modal-body .form-group.required .has-star::after {
  content: "";
}
.modal .modal-content .modal-body .modal-icon {
  margin-right: 20px;
}
.modal .modal-content .modal-body .modal-form {
  flex-grow: 1;
}
.modal .modal-content .modal-body .modal-form .hint-block {
  color: #232323;
  font-size: 1rem;
}
.modal .modal-content .modal-body .modal-form textarea {
  height: 180px;
  border-radius: 0;
  border-color: #9C9C9C;
}
.modal .modal-footer {
  border-top: 0 none;
  justify-content: center;
}
.modal .modal-header {
  align-items: center;
  padding: 5px;
  background: url("../img/modal-header.png") no-repeat center center;
  background-size: contain;
  margin-left: 10px;
  margin-right: 20px;
}
.modal .modal-header h5 {
  height: 50px;
  flex-grow: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.modal .modal-header .close {
  border-radius: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
  opacity: 1;
  font-size: 60px;
  font-weight: 300;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
#standModal .modal-dialog,
#sliderModal .modal-dialog {
  margin-top: auto;
}
#modal-reminder .modal-title {
  font-size: 1rem;
  line-height: 1.2;
}
#modal-reminder .modal-body {
  flex-direction: row-reverse;
}
#modal-reminder .modal-body .modal-icon {
  margin-right: 0;
  margin-left: 20px;
}
#modal-reminder .field-reminderform-phone label {
  margin-bottom: 0;
}
#modal-reminder button.cancel:hover {
  color: #073A96;
}
#modal-reminder .btn-submit {
  background-color: #08312A;
	width: 170px;
  background: #CF024A url("../img/ico-arrow.png") no-repeat center right 4px;
}
.navbar-toggler {
  border-color: #ffffff;
  color: #ffffff;
}
@media (max-width: 1200px) {
  #start .form-group label {
    font-size: 0.8em;
  }
  #start .chat-submit .btn {
    font-size: 0.8em;
  }
}
@media (max-width: 991px) {
  #main-navbar .navbar-nav .nav-item .nav-link {
    margin-left: 0;
  }
  #start #start-container {
    margin-bottom: 0px;
  }
  #start .event-main-info {
    height: auto;
  }
  #start .event-main-info .event-date-box {
    justify-content: center;
    margin-bottom: 40px;
  }
  #start .event-main-info .reminder {
    justify-content: center;
  }
  #start .event-main-info .reminder .reminder-box {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #start .chat-col {
    min-height: 30vh;
    display: flex;
    flex-direction: column;
  }
  #start .chat-col .chat-wrapper {
    flex-basis: 0;
    flex-grow: 1;
    margin-top: 20px;
    height: auto;
    min-height: unset;
  }
  #help-desk #reminder-form input {
    width: 100%;
  }
  #help-desk #reminder-form button {
    display: block;
    width: 100%;
  }
  #help-desk #reminder-form .reminder-box {
    flex-grow: 1;
    width: 100%;
  }
  #footer .contact-info {
    border-right: 0;
  }
  #footer .last-col {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #start {
    margin-top: -30px;
  }
  #footer .first-col {
    text-align: center;
    border: 0 none;
  }
  #footer .third-col {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0 none;
  }
  #footer .contact-info {
    border-right: 0;
    border-left: 0;
    margin-top: 40px;
    justify-content: flex-start;
    padding-left: 0;
  }
  #footer .last-col {
    margin-top: 40px;
  }
  #footer .last-col .info {
    align-items: center;
  }
}
@media (max-width: 767px) {
  #main-navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
  #modal-register .header {
    height: auto;
    background-color: #072E75;
    background-image: none;
    border-radius: 20px 20px 0 0;
  }
  #modal-register .sub-header {
    font-size: 1rem;
  }
  .event-main-info {
    height: auto;
    background-image: none;
    background-color: #072E75;
  }
  .event-main-info .btn-agenda-col {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .event-main-info .event-date-box {
    justify-content: center;
    margin-bottom: 20px;
  }
  .modal .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px 20px 0 0;
    background-image: none;
    background-color: #036BBB;
    margin: 0;
  }
  .modal .modal-header .close {
    margin: 0;
  }
  .modal .modal-body .modal-icon {
    display: none;
  }
  #dolacz-do-nas .reminder-submit-box .phonefield {
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
  }
  #dolacz-do-nas .reminder-submit-box .phonefield .form-group {
    width: 100%;
  }
  #dolacz-do-nas .reminder-submit-box .phonefield .form-group input {
    border-radius: 40px;
  }
  #dolacz-do-nas .reminder-submit-box .button button {
    width: 100%;
    border-radius: 40px;
  }
  #dolacz-do-nas .reminder-submit-box .button button .reminder-box {
    height: auto;
  }
  #dolacz-do-nas .reminder-submit-box .button button .reminder-box p {
    font-size: 1rem;
  }
  #dolacz-do-nas .reminder-submit-box .button button .reminder-box .text-secondary {
    font-size: 0.9rem;
  }
  #footer {
    height: auto;
    background-image: none;
//    background-color: #000000;
  }
  #footer .contact-info .item.phone {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .contact-info .item.web {
    justify-content: center;
  }
  #footer .last-col {
    margin-top: 0;
    justify-content: center;
  }
  .main-back-button {
    display: none;
  }
  .breadcrumbs {
    padding-top: 50px;
  }
  .secondary-back-button {
    display: block;
    text-align: left;
    margin-bottom: 20px;
  }
	#co-przygotowalismy .qa_right {
  align-items: center;
	margin-top: 40px;
}
}
.shake {
  animation: shake 2.5s;
  animation-delay: 3s;
  animation-timing-function: ease-in;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
}
@keyframes shake {
  3%,
  30% {
    transform: translate3d(-1px, 0, 0);
  }
  6%,
  26% {
    transform: translate3d(2px, 0, 0);
  }
  10%,
  16%,
  23% {
    transform: translate3d(-4px, 0px, 0);
  }
  13%,
  20% {
    transform: translate3d(4px, 0px, 0);
  }
  30% {
    transform: translate3d(0, 0, 0);
  }
}
.video-content-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .breadcrumbs .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .breadcrumbs .content h1 {
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
.page h1 {
  font-size: 18px;
  font-weight: 700;
}
.page .header {
  text-align: center;
}
.page .content p {
  font-size: 18px;
  font-weight: 500;
}
.page .content p.title {
  font-size: 24px;
  font-weight: 700;
}
.page .content p.sub-header {
  font-weight: 700;
  font-size: 20px;
  color: #073A96;
}
.page .content p.text {
  font-weight: 400;
}
.page .content p span {
  color: #22A4DB;
}
.page .info-graphics {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.page .separator {
  display: block;
  width: 130px;
  height: 7px;
  background-color: #073A96;
  margin-bottom: 16px;
  margin-top: 32px;
}
.page .separator2 {
  background-color: #D63638;
}
.page .img-wiesz {
  margin-bottom: 40px;
}
.page .img-wiesz.img2 {
  text-align: center;
}
.page .video {
  background: url("../img/page-bg-video.png") repeat-x center 60px;
}
.page .video.video2 {
  background: url("../img/page-bg-video2.png") repeat-x center 20px;
}
.page .video.video2 .text {
  margin-top: 10px;
}
.page .video.video3 {
  background-image: url("../img/page-bg-video2.png");
}
.page .video .text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page .video .title {
  font-size: 24px;
  font-weight: 700;
  color: #073A96;
}
.page .video .text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.page .video .text p {
  margin-bottom: 10px;
}
.page .video .text2 {
  margin-top: 32px;
  color: #073A96;
  font-size: 20px;
  font-weight: 700;
}
.page .video .btn {
  border-radius: 0;
  display: inline-block;
}
.page .video .btn-red {
  background-color: #D63638;
  font-size: 24px;
}
.page .video .player {
  padding: 20px;
  background: url("../img/page-bg-player.png") no-repeat center center;
  background-size: cover;
}
.page .sil {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e9e9e9;
}
.page .footnotes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 12px;
  margin-bottom: 40px;
}
.page .footnotes p {
  margin-bottom: 0;
}
.page .footnotes .title {
  font-size: 14px;
  margin-bottom: 4px;
}
.page .footnotes .text {
  margin-top: 8px;
}
.page .footnotes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page .footnotes ol {
  padding-left: 1em;
}
/*# sourceMappingURL=default.css.map */