@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
html,
body {
  min-height: 100%;
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
body {
  color: #595959;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  body {
    background-size: cover;
  }
}
body#empty {
  background: linear-gradient(180deg, #E8DBFE 0%, #C5A7E7 100%);
  background-size: contain;
}
@media (max-width: 991px) {
  body#empty {
    background-position: bottom center;
  }
}
body#empty > .container {
  max-width: 960px;
}
body#empty .header {
  background-size: contain;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 20px;
}
body#empty .header img {
  margin: 20px 50px;
  max-height: 80px;
  width: auto;
  height: initial;
  max-width: initial;
}
body#empty .sub-header {
  color: #9B51E0;
  font-size: 58px;
  padding: 0px 0px 0px;
  margin-top: 40px;
}
body#empty .sub-header.top {
  font-weight: 400;
}
body#empty .sub-header.top p:first-of-type {
  margin-bottom: 20px;
}
body#empty .sub-header.bottom {
  margin-bottom: 40px;
}
body#empty .sub-header > * {
  text-align: center;
}
body#empty .sub-header p {
  line-height: 1;
  font-size: 32px;
  margin-bottom: 0px;
}
body#empty .sub-header p span {
  font-size: 24px;
  color: #6482C3;
}
body#empty .sub-header p.address {
  font-weight: 300;
  font-size: 24px;
}
body#empty .content {
  padding: 20px;
}
body .top-line {
  background-color: #D0444B;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 16px;
  margin-left: 20px;
  margin-right: 20px;
}
.agenda-menu {
  display: flex;
  justify-content: space-between;
}
.agenda-menu p {
  font-size: 18px;
}
.agenda-menu h2 {
  display: inline-block;
  font-size: 22px;
  padding-bottom: 4px;
}
.agenda-menu .nav-link {
  color: #595959;
}
.agenda-menu .nav-link.active {
  color: #d52129;
  font-weight: bold;
}
.btn-red {
  background-color: #D0444B;
  color: #ffffff;
  border-radius: 20px;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 500;
  border: 0 none;
  line-height: 1;
}
.btn-red:hover {
  opacity: 0.9;
  color: #ffffff;
}
.switcher {
  position: fixed;
  left: 0;
  top: 200px;
  z-index: 999;
}
.bt-str{
    display: flex;
	justify-content: center;
	padding-top: 20px; 
	}
@media (max-width: 767px) {
  .switcher {
    display: none;
  }
}
#top-bar video {
  width: 100%;
}
#top-bar h1 {
  font-weight: 500;
  font-size: 68px;
}
#top-bar h2 {
  font-weight: 400;
  font-size: 48px;
}
#top-bar h3 {
  font-weight: 500;
  font-size: 44px;
}
#top-bar p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}
#top-content {
  background-size: cover;
  position: relative;
}
#top-content #bgvid {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  #top-content {
    background: url("../img/header.png") no-repeat center center;
  }
  #top-content #bgvid {
    display: none;
    height: auto;
    top: 30%;
  }
  #top-content #start {
    display: none;
  }
  #top-content #start.stream {
    display: inherit;
//    margin-top: 50px;
  }
  #top-content #start.stream .stream-wrapper {
    margin: 0;
    padding: 5px;
	margin-bottom: 20px;
  }
}
#modal-register {
  background: url("../img/bg-modal.png");
  padding-top: 100px;
  padding-bottom: 100px;
}
#modal-register > .container {
  max-width: 960px;
}
#modal-register .header {
  background: url("../img/modal-header-register.png") no-repeat center center;
  background-size: contain;
  height: 179px;
  padding: 20px;
}
#modal-register .sub-header {
  color: #6482C3;
  background-color: #EAF4F6;
  font-size: 2rem;
  padding: 40px 40px 20px;
}
#modal-register .content {
  background-color: #ffffff;
  padding: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
a {
  color: #6482C3;
}
a:hover {
  color: #D0444B;
}
.btn {
  background: linear-gradient(180deg, #6612C3 0%, #42018A 100%);
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
.cancel {
  background: linear-gradient(180deg, #DFDFDF 0%, #8C8C8C 100%);
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-stream {
  background: linear-gradient(180deg, #F542AC 0%, #A32C73 100%);
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}
.btn:hover {
  color: #ffffff;
  opacity: 0.9;
}
.btn:hover span {
  color: #595959;
}
.btn span {
  background-color: #D0444B;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-secondary {
  color: #D0444B !important;
}
.btn-submit2 {
  background: none;
  padding: 0;
}
label a {
  color: #6482C3;
}
.count-row {
  text-align: center;
  color: #6482C3;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
}
.count-row span {
  color: #D0444B;
}
.form-row {
  margin-bottom: 20px;
  color: #000000;
}
.form-row input,
.form-row select,
.form-row input:disabled,
.form-row select:disabled,
.form-row input:hover,
.form-row select:hover,
.form-row input:focus,
.form-row select:focus,
.form-row .select2-selection {
  width: 100%;
  color: #6482C3;
  background-color: #ffffff;
  border: 1px solid #808080;
  border-radius: 5px;
  font-size: 1.25rem;
	
}
.form-row input::placeholder,
.form-row select::placeholder {
  color: #808080;
}
.form-row input:disabled,
.form-row select:disabled {
  color: #D0444B;
}
.form-row .select2-selection {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  border: 1px solid #D0444B !important;
  box-shadow: none !important;
}
.form-row .select2-selection .select2-selection__rendered {
  color: #6482C3;
  font-weight: 400;
}
.form-row .select2-selection .select2-selection__arrow {
  border-left-color: #D0444B;
}
.form-row .select2-selection .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.form-row .select2-dropdown {
  border-color: 2px solid #D0444B !important;
  box-shadow: none !important;
}
.form-row .radio-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.form-row .radio-row label {
  font-size: 24px;
  font-weight: 400;
  color: #D0444B;
}
.form-row .form-check input,
.form-row .form-check:hover input {
  margin-right: 10px;
}
.form-row .form-check .form-check-input,
.form-row .form-check:hover .form-check-input {
  width: 30px;
  height: 30px;
}
.form-row .form-check .form-check-input:checked,
.form-row .form-check:hover .form-check-input:checked {
  background-color: #6482C3;
}
.form-row .form-checkbox {
  display: flex;
  align-items: center;
}
.form-row .form-checkbox .form-label {
  margin-bottom: 0;
}
.form-row .form-checkbox .invalid-feedback {
  width: auto;
  margin-left: 20px;
  margin-top: 0;
}
.form-row .form-checkbox .form-check-input[type=checkbox] {
  background-color: transparent;
  border-radius: 10%;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  font-size: 0;
  padding: 0;
  flex-shrink: 0;
}
.form-row .form-checkbox .form-check-input[type=checkbox]:checked {
  background-color: #9B51E0;
  border-color: #FFFFFF;
}
.lab_txt{
  font-size: 14px;
}
.form-check {
  padding-left: 0.1em !important;
}
.form-row .info {
  margin-top: 20px;
}
.form-row .info strong {
  color: #6482C3;
}
.form-row .info p {
  margin-bottom: 0;
}
.form-row .field-append {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.form-row .field-append .field {
  flex-grow: 1;
}
.form-row .field-append .append {
  cursor: pointer;
}
.form-row .field-append button {
  border: 0 none;
  background: none;
  height: 100%;
  width: auto;
  padding: 0;
  margin: 0;
}
.select2-selection__placeholder {
  color: #6482C3 !important;
}
.form-check-input[type=checkbox] {
  border-radius: 50%;
  margin-right: 20px;
  height: 30px;
  width: 30px;
  font-size: 0;
  padding: 0;
}
.form-check-input[type=checkbox]:checked {
  background-color: #D0444B;
  border-color: #FFFFFF;
}
.accept{
  margin-top: 20px;
}
.breadcrumbs {
  margin-top: -28px;
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #F1F5F8;
  text-align: right;
}
.breadcrumbs span {
  color: #D0444B;
}
.video-banner {
  max-width: 100%;
}
.main-video-player {
  padding: 5px;
  background-color: #072E75;
  margin-bottom: 20px;
}
.main-video-player .description {
  padding: 10px;
  color: #6482C3;
}
.main-video-player .description .info {
  font-size: 1.2em;
}
.video-list .video-item {
  margin-bottom: 20px;
}
.video-list .video-item .title {
  color: #D0444B;
}
.video-list .video-item .info {
  color: #6482C3;
  font-size: 1.2em;
}
.video-list .video-item .actions {
  text-align: right;
}
.videos-top-20-komentarze .video-description .title,
.videos-top-20-wyklady .video-description .title {
  font-weight: bold;
  color: #D0444B;
}
.vod-menu .nav {
  justify-content: space-evenly;
  align-items: center;
}
.vod-menu .nav .nav-link {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
}
.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: #6482C3;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
.session-menu .nav-link img {
  margin-right: 5px;
}
.session-menu .nav-link.active {
  background-color: #6482C3;
  color: #6482C3;
}
span.unavailable {
  padding: 10px 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px #bbbbbb;
  color: #6482C3;
  border: 1px solid #D0444B;
}
.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: #D0444B;
}
.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;
}
.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;
}
.secondary-back-button {
  display: none;
}
.sil-links a {
  display: block;
  margin-bottom: 20px;
}
#form-register .form-buttons {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
.register{
	background-color: #ffffff;
	border: 3px solid #9B51E0;
    border-radius: 44px;
    padding-right: 0px;
    padding-left: 0px;
	margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-narrow {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.separator {
  display: flex;
  align-items: center;
  width: 40%;
  margin: 20px auto;
  flex-direction: column;
  gap: 10px;
}
.separator .first,
.separator .second {
  width: 60%;
  border-top: 2px solid #D0444B;
  align-self: flex-start;
  display: flex;
}
.separator .second {
  border-color: #6482C3;
  align-self: flex-end;
}
section {
//  margin-bottom: 40px;
}
section h1,
section h2 {
  margin-bottom: 40px;
  padding-bottom: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #D0444B;
}
section h2 {
  color: #595959;
}
section p {
//  text-align: center;
  color: #595959;
//  font-size: 18px;
}
.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;
}
@media (min-width: 768px) {
  #main-navbar {
    background: #FFFFFF;
    border-bottom-left-radius: 20px;
  }
}
@media (max-width: 767px) {
  #main-navbar #main-navbar-collapse {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 20px;
    border-color: 1px solid #D0444B;
  }
  #main-navbar #main-navbar-collapse .nav-link {
    color: #595959;
  }
}
#main-navbar .navbar-nav .nav-item {
  text-transform: uppercase;
}
#main-navbar .navbar-nav .nav-item.separator {
  align-items: center;
}
#main-navbar .navbar-nav .nav-item.separator .separator {
  background: #D0444B;
  width: 2px;
  height: 30%;
}
#main-navbar .navbar-nav .nav-item .nav-link {
  color: #6482C3;
}
@media (min-width: 768px) {
  #main-navbar .navbar-collapse {
    align-items: flex-start;
    justify-content: center;
  }
  #main-navbar .navbar-nav {
    height: 100%;
    width: 100%;
    justify-content: space-evenly;
  }
  #main-navbar .navbar-nav .nav-item {
    display: flex;
    align-items: stretch;
    text-transform: capitalize;
  }
  #main-navbar .navbar-nav .nav-item .nav-link {
    color: #595959;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
}
.event-date-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  color: #D0444B;
  font-weight: 400;
}
@media (min-width: 576px) {
  .event-date-box {
    align-self: flex-end;
  }
}
.event-date-box .event-date {
  font-size: 36px;
}
.event-date-box .event-time {
  font-size: 28px;
  line-height: 1;
}
#start {
  margin-bottom: 0;
  background: none;
}
#start #start-content {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10%;
  padding-right: 40%;
}
#start #start-content h2 {
  padding-top: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 0;
}
#start #start-content h1 {
  color: #D0444B;
  margin-bottom: 0;
  font-weight: bold;
}
#start.stream {
  background: #E4CCEE url("../img/bg-blue.jpg") no-repeat center center;
  background-size: cover;
}
#start.stream #start-content {
  padding: 0;
}
#start .left-side {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
#start .left-side h3 {
  color: #6482C3;
  font-size: 1.5rem;
}
#start .left-side .invitation-video-player {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}
#start .header-text .right-side {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#start .header-text p {
  font-size: 2em;
  color: #6482C3;
  line-height: 1.05;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
#start .header-text .info-box {
  background: url("../img/btn-transmition.png") no-repeat left center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6482C3;
  width: 100%;
  padding-left: 50px;
  line-height: 1.2;
  margin-bottom: 40px;
}
#start .header-text .header-title {
  width: 50%;
  font-weight: 300;
  font-size: 2em;
  color: #D0444B;
  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: #6482C3;
}
#start #stream-container .stream-wrapper {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 20px;
  margin: 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: rgba(255, 255, 255, 0.5);
}
#start #stream-container iframe {
  width: 100%;
  height: 100%;
  border: 0 none;
}
#start .chat-input-col {
  display: flex;
  align-items: flex-end;
  position: relative;
}
#start .chat-input-col .form-group {
  flex-basis: 0;
  flex-grow: 1;
}
#start .chat-col {
  height: 420px;
}
#start .chat-col .info {
  color: #595959;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
}
#start .chat-col .chat-wrapper {
  border: 1px solid #9B51E0;
  max-height: 50vh;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 10px;
}
#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: #595959;
}
#start .chat-col .chat-wrapper .chatScreen ul li span {
  color: #D0444B;
}
#start .chat-col .btn.sendChat {
  background-color: #003C3C;
}
#start .form-group label {
  color: #9B51E0;
}
#start .form-group input {
  border-radius: 10px;
  border-color: #9B51E0;
}
#start .picker {
  position: absolute;
  bottom: 5px;
  right: 30px;
}
#start .chat-submit .btn {
  width: 100%;
  background-color: #9B51E0;
  text-align: center;
  display: block;
  padding: 5px 10px;
  color: #ffffff;
}
#start .chat-submit .btn span {
  background-color: #6482C3;
  color: #072E75;
}
.reminder-box-container a:hover {
  text-decoration: none;
}
.reminder {
  height: 100%;
  display: flex;
  align-items: center;
  color: #6482C3;
}
.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;
  text-align: center;
}
#dolacz h3 {
  color: #D0444B;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
}
#dolacz .icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
@media (max-width: 991px) {
  #dolacz .icons {
    flex-direction: column;
    align-items: center;
  }
.register {
  border-radius: 20px;
}
}
#dolacz .icons .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#dolacz .icons .icon p {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.event-main-info {
  margin-top: -3px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.event-main-info .bordered-div {
  background: #003C3C;
  border-width: 1px 0;
  border-color: #D0444B;
  border-style: solid;
  height: 10px;
}
.event-main-info .main-event-top {
  padding: 20px;
  background: none;
  margin-top: -1px;
  color: #595959;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .event-main-info .main-event-top {
    border-radius: 0;
    flex-direction: column;
    row-gap: 20px;
  }
}
.event-main-info .main-event-top .title {
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}
.event-main-info .main-event-top .event-date,
.event-main-info .main-event-top .event-time {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
}
.event-main-info .main-event-top .event-time {
  font-size: 36px;
}
.event-main-info .main-event-top .calendar-add {
  display: flex;
  flex-direction: column;
}
.event-main-info .main-event-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.event-main-info .main-event-bottom a {
  color: #D0444B;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .event-main-info .main-event-bottom a {
    background-image: none;
  }
#start.stream {
  background: #E4CCEE url("../img/bg_heaer_mob.jpg") no-repeat center center;
  background-size: cover;
}		
}
.event-main-info .reminders {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .event-main-info .reminders {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .event-main-info {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  #main-navbar {
    height: auto;
  }
.bt-str{
	margin-bottom: 20px;
	}
}
.event-main-info .reminder-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.event-main-info .reminder-buttons a {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .event-main-info .reminder-buttons {
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.event-main-info .btn-agenda-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-main-info > div {
  height: 100%;
}
.event-main-info #timer-box {
  background: url("../img/bg-main.png") no-repeat bottom left;
  width: 100%;
  max-width: 610px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.event-main-info .timer-title {
  color: #6482C3;
  margin-bottom: 0;
  text-align: left;
  margin-top: 0;
  margin-left: 10%;
}
.event-main-info .info p {
  margin: 0;
  color: #6482C3;
  font-size: 14px;
  padding-left: 30px;
  text-align: center;
}
.event-main-info .signup__timer {
  color: #6482C3;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .event-main-info .signup__timer {
    flex-direction: column;
  }
}
.event-main-info .signup__timer .timer {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 30px;
  background: url("../img/bg-timer.png") repeat-x left 30% top 65%;
}
.event-main-info .signup__timer .timer > div {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.event-main-info .signup__timer .timer span {
  color: #595959;
}
.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: 104px;
  width: 104px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #6482C3;
  box-shadow: 2px 2px 5px #595959;
}
.event-main-info .signup__timer .timer .timer__circle b {
  background: url("../img/timer-circle.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-main-info .signup__timer .timer .timer__circle canvas {
  position: absolute;
  top: 2px;
  left: 2px;
}
.section-description {
  margin-top: 20px;
  margin-bottom: 20px;
  background: url("../img/line1.png") repeat-x bottom center;
  padding-bottom: 20px;
  color: #6482C3;
}
.main-shape {
  border-radius: 100px 0 100px 0;
  padding: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  background-size: cover;
}
.main-shape.bordered {
  border: 1px solid #D0444B;
}
@media (min-width: 768px) {
  .agenda-tabs .nav {
    flex-wrap: nowrap;
    transform: rotate(90deg) translate(100%, 0);
    transform-origin: right top;
    margin-bottom: -20px;
  }
}
.agenda-tabs .nav-link {
  color: #6482C3;
  width: 225px;
  height: 52px;
  text-align: center;
  margin-right: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .agenda-tabs .nav-link {
    background: url("../img/tab.png") no-repeat bottom center;
  }
}
.agenda-tabs .nav-link.active {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .agenda-tabs .nav-link.active {
    background-image: url("../img/tab-active.png");
  }
}
@media (max-width: 767px) {
  .agenda-tabs .nav-link.active {
    color: #D0444B;
  }
}
#agenda-details {
  padding: 20px;
}
@media (min-width: 576px) {
  #agenda-details .agenda-info > .container {
    padding-right: 2rem;
  }
}
#agenda-details .tab-pane h2 {
  text-align: center;
  background-image: none;
}
#agenda-details .tab-pane h2 span {
  text-transform: uppercase;
}
#agenda-details .agenda-info-button,
.vod-menu .nav .nav-link {
  background-color: #D0444B;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
}
#agenda-details p {
  margin: 0;
  font-size: 13px;
  font-style: italic;
}
#agenda-details .section-description {
  font-weight: 400;
  font-size: 1.4rem;
}
#agenda-details .agenda-item {
  display: flex;
  margin-bottom: 20px;
}
#agenda-details .agenda-item.even {
  padding-top: 50px;
}
#agenda-details .agenda-item .agenda-box {
  display: flex;
  flex-direction: row;
  padding: 10px;
  align-items: stretch;
  justify-content: stretch;
  flex-basis: 0;
  flex-grow: 1;
}
#agenda-details .agenda-item .agenda-time {
  color: #D0444B;
  font-weight: 400;
  font-size: 18px;
}
#agenda-details .agenda-item .agenda-left {
  margin-right: 10px;
}
#agenda-details .agenda-item .agenda-left .agenda-photo {
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  #agenda-details .agenda-item .agenda-left .agenda-photo {
    text-align: right;
  }
}
#agenda-details .agenda-item .agenda-info {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
}
#agenda-details .agenda-item .agenda-info.info-bottom {
  align-items: flex-start;
}
#agenda-details .agenda-item .agenda-info.info-bottom .info-left {
  padding-right: 50px;
}
#agenda-details .agenda-item .agenda-info.info-bottom .agenda-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
#agenda-details .agenda-item .agenda-info.info-bottom .agenda-title .agenda-buttons {
  margin-left: 0px;
  margin-top: 0;
}
#agenda-details .agenda-item .agenda-info.info-bottom .agenda-title .agenda-buttons .img-fluid {
  max-width: initial;
  height: initial;
}
#agenda-details .agenda-item .agenda-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #D0444B;
}
#agenda-details .agenda-item .agenda-name,
#agenda-details .agenda-item .agenda-details {
  font-size: 12px;
  color: #6482C3;
  background: url("../img/line3.png") no-repeat left bottom;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
#agenda-details .agenda-item .agenda-details {
  background-image: none;
  margin-bottom: 20px;
}
#agenda-details .agenda-item .agenda-buttons {
  width: 142px;
  justify-self: flex-end;
  text-align: left;
}
#agenda-details .agenda-item .agenda-buttons a {
  text-decoration: none;
}
#agenda-details .agenda-item .agenda-buttons .question-button {
  padding: 0;
}
@media (max-width: 991px) {
  #agenda-details .agenda-item.big .agenda-box {
    flex-direction: column;
  }
}
#agenda-details .agenda-item.big .agenda-name {
  font-size: 1.4em;
  color: #D0444B;
}
@media (min-width: 992px) {
  #agenda-details .agenda-item.big .agenda-left {
    width: 50%;
  }
}
#agenda-details .agenda-item.big .agenda-left .agenda-photo {
  height: auto;
  width: auto;
}
#agenda-details .agenda-item.big .agenda-details {
  margin-bottom: 0;
  padding-bottom: 0;
}
#agenda-details .agenda-item.big .details-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #agenda-details .agenda-item.big .details-wrapper {
    flex-direction: column;
  }
}
#agenda-details .agenda-item.big .details-wrapper .agenda-details {
  flex-grow: 1;
}
#agenda-details .agenda-item.layout-1 .agenda-box {
  justify-content: center;
}
#agenda-details .agenda-item.layout-1 .agenda-info {
  flex-grow: 0;
}
#agenda-details .lectures-list {
  margin-top: 60px;
  text-align: left;
  color: #4e4e4e;
  font-size: 18px;
}
#agenda-details .lectures-list .lecture-item .time {
  text-align: center;
  font-weight: 700;
}
#agenda-details .lectures-list .lecture-item .title {
  margin-bottom: 10px;
  font-weight: 700;
}
#agenda-details .lectures-list .lecture-item.lecture-item-1 .title {
  color: #6482C3;
}
#agenda-details .lectures-list .lecture-item.lecture-item-1 .time {
  color: #6482C3;
}
#agenda-details .lectures-list .lecture-item.lecture-item-0 .title {
  color: #D0444B;
}
#agenda-details .lectures-list .lecture-item.lecture-item-0 .time {
  color: #D0444B;
}
#agenda-details .lectures-list .lecture-item .lectures ul {
  list-style-image: url("../img/ico-li.png");
  padding-left: 14px;
}
#agenda-details .lectures-list .lecture-item .lectures ul li {
  margin-bottom: 10px;
}
#agenda-details .lectures-list .lecture-item .lectures ul.lectures-style-1 {
  list-style: none;
}
#agenda-details .lectures-list .lecture-item .lectures ul.lectures-style-1 li {
  margin-bottom: 0;
}
#agenda-details .lectures-list .lecture-item .lectures .title {
  color: #4e4e4e;
  margin-bottom: 0;
  font-weight: 400;
}
#agenda-details .lectures-list .lecture-item .lectures .lecturer {
  color: #6482C3;
}
#agenda-details .lectures-list .list-separator {
  border-bottom: 2px solid #D0444B;
  margin-bottom: 10px;
}
#info .info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
  font-size: 26px;
}
#info .info-container p {
  margin-bottom: 0;
}
#wykladowcy .carousel {
  margin-left: auto;
  margin-right: auto;
}
#wykladowcy .lecturer-item {
  display: flex;
  background: url("../img/bg-lecturer-right.png") no-repeat right center;
}
#wykladowcy .lecturer-item .details {
  color: #D0444B;
  font-size: 8px;
  background: url("../img/bg-lecturer.png") no-repeat left top;
  width: 276px;
  height: 160px;
  display: flex;
  align-items: center;
}
#wykladowcy .lecturer-item .details > div {
  flex-basis: 0;
  flex-grow: 1;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#wykladowcy .lecturer-item .details .photo {
  margin-left: 20px;
  text-align: center;
}
#wykladowcy .lecturer-item .details .desc {
  margin-right: 20px;
  align-items: flex-start;
  justify-content: center;
}
#wykladowcy .lecturer-item .info {
  padding: 20px 20px 0;
  color: #6F7885;
}
#wykladowcy .lecturer-item .info .name {
  font-weight: bold;
  background: url("../img/line4.png") no-repeat left bottom;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 0.8rem;
}
#dolacz-do-nas {
  background: url("../img/bg2.png") no-repeat center center;
  background-size: cover;
  color: #6482C3;
  padding-top: 20px;
  padding-bottom: 40px;
}
#dolacz-do-nas .reminder-list .reminder-item {
  background-color: #072E75;
  border-bottom: 3px solid #D0444B;
  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: #D0444B;
  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: #6482C3;
}
#dolacz-do-nas .reminder-list .reminder-item .item-content .btn-reminder {
  background-color: #6482C3;
  color: #6482C3;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}
#dolacz-do-nas .reminder-submit-box {
  padding: 20px;
  background-color: #6482C3;
}
#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%;
}
#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 #6482C3;
  background-color: #072E75;
  border-radius: 20px 0 0 20px;
  height: 62px;
  font-size: 1.2em;
  color: #6482C3;
}
#dolacz-do-nas .reminder-submit-box .phonefield .form-group input::placeholder {
  color: #6482C3;
  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: #6482C3;
  display: initial;
  width: 100%;
}
#dolacz-do-nas .reminder-submit-box .button button {
  padding: 10px;
  border-radius: 0 40px 40px 0;
  width: 80%;
  background-color: #6482C3;
}
#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;
}
#help-desk {
  background-color: #F7F9F8;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
#help-desk h3 {
  color: #6482C3;
  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: #D0444B;
  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: #D0444B;
  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: #6482C3;
  font-size: 1.2em;
  margin-top: 40px;
  margin-bottom: 20px;
}
.item-box p {
  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: #D0444B;
  color: #FFFFFF;
  font-weight: 300;
}
#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;
}
#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: 50px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .last-col {
  display: flex;
  align-items: stretch;
}
#footer .last-col .col-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#footer .second-col {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#footer .second-col .col-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .contact-info {
  align-items: flex-start;
}
#footer .contact-info p {
  margin-bottom: 0;
}
#footer .contact-info .item.title {
  font-size: 1.8em;
  font-weight: 300;
  padding-top: 10px;
  margin-bottom: 10px;
}
#footer .contact-info .item.phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.4em;
  gap: 20px;
}
#footer .contact-info .item.phone span {
  font-size: 0.8em;
  margin-left: 10px;
  padding-right: 10px;
}
#footer .contact-info .item.phone p {
  color: #FFFFFF;
  margin-left: 10px;
  font-size: 0.4em;
  margin-bottom: 0;
}
#footer .contact-info .item.phone .times p {
  text-align: left;
  margin-bottom: 10px;
}
#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 {
  color: #FFFFFF;
  padding-bottom: 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: #D0444B;
  padding: 10px;
}
.calendar-add .calendar-box a {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #D0444B;
}
.calendar-add .calendar-box a span {
  width: 30px;
  height: 30px;
  background-color: #D0444B;
  color: #595959;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.modal {
  color: #6482C3;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-dialog {
  max-width: 1000px;
  padding: 50px;
  background-size: cover;
  margin-top: 13%;
}
.modal .modal-content {
  background-size: cover;
}
.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: #595959;
  font-size: 1rem;
}
.modal .modal-content .modal-body .modal-form textarea {
  height: 180px;
  border-radius: 0;
  border-color: #9C9C9C;
}
.modal .modal-content .modal-body .modal-form label {
  text-align: left;
}
.modal .modal-footer {
  border-top: 0 none;
  justify-content: center;
}
.modal .modal-header {
  align-items: center;
  padding: 5px;
  background-size: cover;
  margin-left: 10px;
  margin-right: 20px;
}
.modal .modal-header h5 {
  height: 50px;
  flex-grow: 1;
  color: #6482C3;
  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: #6482C3;
  opacity: 1;
  font-size: 60px;
  font-weight: 300;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
#register-invitation-modal .btn-close {
  background: none;
  font-size: 2em;
  align-self: flex-end;
  opacity: 1;
  color: #D0444B;
}
#register-invitation-modal .modal-header {
  flex-direction: column;
}
#register-invitation-modal .modal-header .modal-title {
  color: #6482C3;
}
#register-invitation-modal .modal-header .modal-title.modal-subtitle {
  color: #D0444B;
}
#register-invitation-modal .modal-body {
  flex-direction: column;
  text-align: center;
}
#register-invitation-modal .modal-body p {
  font-size: 2em;
}
#modal-reminder,
.modal-reminder {
  color: #6482C3;
}
#modal-reminder .modal-body,
.modal-reminder .modal-body {
  flex-direction: row-reverse;
  text-align: center;
}
#modal-reminder .modal-body h3,
.modal-reminder .modal-body h3 {
  color: #D0444B;
  margin-top: 50px;
  margin-bottom: 50px;
}
#modal-reminder .modal-body .form-check,
.modal-reminder .modal-body .form-check {
  text-align: left;
}
#modal-reminder .modal-body .modal-icon,
.modal-reminder .modal-body .modal-icon {
  margin-right: 0;
  margin-left: 20px;
}
#modal-reminder .field-reminderform-phone label,
.modal-reminder .field-reminderform-phone label {
  color: #6482C3;
  margin-bottom: 0;
}
#modal-reminder button.cancel:hover,
.modal-reminder button.cancel:hover {
  color: #6482C3;
}
#modal-reminder .btn-submit,
.modal-reminder .btn-submit {
  background-color: #6482C3;
}
.modal-title {
  color: #D0444B;
  font-size: 1.6em;
  text-align: center;
}
#register-success-modal {
  color: #6482C3;
}
#register-success-modal .modal-body {
  flex-direction: column;
}
#register-success-modal .modal-body a {
  color: #D0444B;
}
#register-success-modal .modal-body img {
  height: 80px;
}
#register-success-modal .modal-body p {
  margin: 0;
}
.navbar-toggler {
  border-color: #6482C3;
  color: #6482C3;
}
@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: 0;
  }
  #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;
  }
  .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;
    padding-left: 40px;
    border-radius: 20px 20px 0 0;
    background-image: none;
    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;
  }
  #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;
  }
}
.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;
}
.shake2 {
  animation-delay: 4s;
}
@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);
  }
}
#agenda {
  font-size: 20px;
}
#agenda-details {
  position: relative;
}
.agendaRightTop {
  position: absolute;
  right: 40px;
  top: 40px;
  text-align: right;
}
.agendaRightTop h3 {
  text-transform: capitalize;
  color: #EEDA1B;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 8px;
}
.agendaRightTop h4 {
  font-weight: normal;
  color: white;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
}
.agenda-box-1 {
  padding-left: 140px;
}
@media screen and (max-width: 1000px) {
  .agendaRightTop {
    padding-top: 40px;
    position: relative;
    right: unset;
    top: unset;
    text-align: center;
  }
  .agenda-box-1 {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #tab-8 {
    background-image: none;
  }
  #agenda-details .agenda-item .agenda-box {
    flex-direction: column;
  }
}
.online-dependent {
  display: none;
}
body.conference-2 {
  color: #595959;
}
body.conference-2 #dolacz h3 {
  background: url("../img/shape-red.png") no-repeat center top;
  height: 169px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  body.conference-2 #dolacz h3 {
    background: #d52129;
    height: auto;
  }
}
@media (max-width: 767px) {
  body.conference-2 .agenda-tabs .nav-link {
    color: #6482C3;
  }
}
@media (max-width: 767px) {
  body.conference-2 .agenda-tabs .nav-link.active {
    color: #d52129;
  }
}
body.conference-2 #agenda-details {
  background: url("../img/bg-dark.png") no-repeat center 10%;
  background-size: contain;
}
body.conference-2 #agenda-details .download-button {
  width: 296px;
  height: 54px;
  margin: 0 auto;
}
body.conference-2 #agenda-details .register-button {
  margin: 0 auto;
  width: 90%;
}
body.conference-2 #agenda-details .register-button a {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  height: 100%;
  font-size: 100%;
  font-weight: 500;
}
body.conference-2 #agenda-details .agenda-content {
  background-image: linear-gradient(179.64deg, rgba(100, 130, 195, 0.9) 24.46%, rgba(205, 217, 245, 0.6) 97.93%);
  border-radius: 20px;
  padding: 40px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
body.conference-2 #agenda-details .agenda-content .download-button-v {
  position: absolute;
  right: -54px;
}
@media (max-width: 575px) {
  body.conference-2 #agenda-details .agenda-content .download-button-v {
    display: none;
  }
}
body.conference-2 #agenda-details .agenda-content h1 {
  font-size: 50px;
  font-weight: 500;
  color: inherit;
}
body.conference-2 #agenda-details .agenda-content h2 {
  font-size: 38px;
  color: inherit;
}
body.conference-2 #agenda-details .agenda-content h3 {
  font-size: 28px;
  color: inherit;
}
body.conference-2 #agenda-details .agenda-content p {
  font-size: 26px;
  color: inherit;
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturers-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 767px) {
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturers-row {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturers-row.large {
    flex-direction: column;
  }
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item:not(.large) {
  width: 200px;
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item .description {
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item .description .name {
  margin-bottom: 8px;
  font-weight: 500;
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item .description .info {
  font-size: 12px;
}
@media (max-width: 767px) {
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item .lecturers-row {
    flex-wrap: wrap;
  }
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item .lecturers-row .lecturer-item {
    flex-basis: 45%;
  }
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large {
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 20px;
  width: 533px;
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large .photo img {
  width: 156px;
  max-width: none;
  margin-left: 15px;
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large .description {
  flex-direction: column;
  text-align: left;
}
@media (max-width: 575px) {
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large .description {
    width: 100%;
  }
}
body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large .description .name {
  font-weight: 400;
}
@media (max-width: 575px) {
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large {
    flex-direction: column;
  }
}
@media (max-width: 1399px) {
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large {
    width: 472px;
  }
}
@media (max-width: 1199px) {
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large {
    width: 412px;
  }
}
@media (max-width: 991px) {
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large {
    width: 100%;
  }
  body.conference-2 #agenda-details .agenda-content .lecturers .lecturer-item.large .photo img {
    margin-left: 0;
  }
}
body.intro .conference-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  body.intro .conference-select {
    flex-direction: column;
    margin-top: 20px;
  }
}
body.intro .conference-select .conference {
  text-align: center;
  max-width: 40%;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 10px 40px 10px 10px;
  border: 1px solid #D0444B;
  display: flex;
  text-decoration: none;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  font-size: 18px;
}
@media (max-width: 991px) {
  body.intro .conference-select .conference {
    width: 50%;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  body.intro .conference-select .conference {
    width: 95%;
  }
}
body.intro .conference-select .conference strong {
  display: block;
  font-weight: 900;
}
body.intro .conference-select .conference img {
  width: 38px;
  height: 38px;
  justify-self: flex-start;
}
body.intro .conference-select .conference.conference-1 {
  color: #d52129;
}
body.intro .conference-select .conference.conference-2 {
  color: #6482C3;
}
body.intro #top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 20px;
}
body.intro #top-bar img {
  height: 100%;
}
body.intro #start {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0;
}
body.intro #intro-content {
  z-index: 20;
  position: relative;
}
@media (min-width: 992px) {
  body.intro #intro-content {
    margin-top: -280px;
  }
}
body.intro .event-main-info {
  margin-bottom: 0px;
  width: 100%;
}
body.intro .event-main-info .bordered-div {
  margin-top: -1px;
}
body.intro .event-main-info .main-event-top {
  border-radius: 20px 20px 0 0;
  border-width: 1px 1px 0 1px;
  position: relative;
}
.event-group-slider {
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
.event-group-slider .item {
  background: url("../img/bg-main.png") no-repeat center center;
  background-size: cover;
  border: 1px solid #D0444B;
  border-radius: 40px 0;
  padding: 40px ;
  margin-right: 20px;
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  color: #6482C3;
  text-align: right;
  font-size: 20px;
  gap: 10px;
}
.event-group-slider .item a {
  text-decoration: none;
  color: #D0444B;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.event-group-slider .item p {
  margin: 0;
}
.event-group-slider .item .date {
  color: #D0444B;
  font-size: 40px;
}
@media (max-width: 767px) {
  .event-group-slider .item .date {
    font-size: 30px;
  }
}
.event-group-slider .item .name {
  text-transform: uppercase;
}
.event-group-slider .slick-arrow:before {
  color: #6482C3;
  font-size: 30px;
}
@media (max-width: 767px) {
  .modal {
    font-size: 0.8rem;
  }
  .modal .modal-dialog {
    padding: 0;
  }
}
.modal-content.popup-shape {
  clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
  aspect-ratio: 1.2;
  border: 0 none;
  border-radius: 0;
  background: #FFFFFF url("../img/bg-light2.png") no-repeat center bottom -40%;
  background-size: contain;
}
@media (max-width: 767px) {
  .modal-content.popup-shape {
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 89% 100%, 0 100%, 0 10%);
  }
}
.modal-content.popup-shape .modal-header {
  border-top: 20px solid #D0444B;
  border-bottom: 0 none;
  border-radius: 0;
  margin-right: 0;
}
.modal-content.popup-shape .modal-body {
  justify-content: space-evenly;
  flex-direction: column;
}
.modal-content.popup-shape .modal-body h1 {
  color: #D0444B;
  font-weight: 500;
  text-align: center;
}
.modal-content.popup-shape .modal-body h2 {
  color: #6482C3;
  font-weight: 300;
  text-align: center;
}
.popover {
  font-family: Prometo;
  font-size: 18px;
  color: #666666;
}
.custom-popover {
  max-width: 400px;
}
body#empty .chat-standalone {
  height: 97vh;
}
body#empty .chat-standalone .header {
  margin-top: 0;
  padding-bottom: 0;
}
body#empty .chat-standalone .sub-header {
  margin-top: 0;
}
body#empty .chat-standalone .sub-header h2 {
  font-weight: 400;
}
body#empty .chat-standalone .chat-standalone-content {
  background-color: rgba(100, 130, 195, 0.85);
  border-radius: 20px;
  padding: 0;
}
body#empty .chat-standalone .chat-standalone-content .chat-wrapper {
  height: 450px;
  color: #ffffff;
  overflow-y: scroll;
  margin-top: 20px;
  margin-bottom: 20px;
}
body#empty .chat-standalone .chat-standalone-content .chat-wrapper .chatScreen ul {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
body#empty .chat-standalone .chat-standalone-content .chat-wrapper .chatScreen ul li {
  font-weight: 300;
}
body#empty .chat-standalone .chat-standalone-content .chat-wrapper .chatScreen ul li span {
  font-weight: 500;
}
body#empty .chat-standalone .chat-standalone-content .chat-control {
  display: flex;
  border-top: 3px solid #ffffff;
}
body#empty .chat-standalone .chat-standalone-content .chat-control > div {
  height: 60px;
}
body#empty .chat-standalone .chat-standalone-content .chat-control input {
  background: none;
  border: none;
  height: 100%;
  color: #ffffff;
}
body#empty .chat-standalone .chat-standalone-content .chat-control button {
  height: 100%;
  border-radius: 0 0 20px;
}
body#empty .chat-standalone .chat-standalone-content .chat-control ::placeholder {
  color: #ffffff;
  font-weight: 300;
}
body#empty .chat-standalone .chat-standalone-content .chat-control .chat-message {
  position: relative;
  flex-grow: 2;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
body#empty .chat-standalone .chat-standalone-content .chat-control .picker {
  top: 19px;
  right: 10px;
  position: absolute;
}
/*# sourceMappingURL=default.css.map */